:root {
    --theme-color-main: #0e3635;
    --theme-color-sec: #27706f;
    --theme-color-light: #f1f2f4;
}

*,
body {
    outline: none;
}

body {
    font-family: "Instrument Sans", sans-serif;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #101828;
}

a {
    color: #000 !important;
}

a:hover {
    color: var(--theme-color-main) !important;
}

.fw-normal {
    font-weight: 500;
}

.lh-100 {
    line-height: 100% !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.rounded-b {
    border-radius: 30px;
}

.bg-yellow {
    background: #f6f078;
}

.theme-btn {
    text-align: center;
    padding: 15px 40px;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    background: var(--theme-color-main);
    border-radius: 60px;
    transition: all linear 0.3s;
}

.theme-btn:hover {
    background: var(--theme-color-sec);
    color: #fff !important;
}

.theme-btn-dark {
    text-align: center;
    padding: 15px 40px;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    background: var(--theme-color-sec);
    border-radius: 60px;
    transition: all linear 0.3s;
}

.theme-btn-dark:hover {
    background: var(--theme-color-main);
    color: #fff !important;
}

.theme-btn-outline {
    text-align: center;
    padding: 15px 40px;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    background: none;
    border-radius: 60px;
    border: 2px solid #fff;
    transition: all linear 0.3s;
}

.theme-btn-outline:hover {
    background: #fff;
    color: #000 !important;
}

.theme-btn-dark-outline {
    text-align: center;
    padding: 10px 40px;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #000 !important;
    background: none;
    border-radius: 60px;
    border: 2px solid #000;
    transition: all linear 0.3s;

}

.theme-btn-dark-outline:hover {
    background: #000;
    color: #fff !important;
}

.c-box {
    border: 1px solid #e7e7e7;
}

.c-box+.c-box {
    /* Selects a .box that immediately follows another .box */
    border-left: none;
    /* Removes the left border of the second box */
}

@media (max-width: 992px) {
    .c-box {
        margin: 0px 10px;
    }

    .c-box+.c-box {
        border-left: 1px solid #e7e7e7;
        border-top: none;
    }
}

.box-bg {
    background-color: #3b2a6b;
    background: -webkit-linear-gradient(171deg, #14469d, #061e50) #00182e no-repeat;
    background: -moz-linear-gradient(171deg, #14469d, #061e50) #00182e no-repeat;
    background: -ms-linear-gradient(171deg, #14469d, #061e50) #00182e no-repeat;
    background: -o-linear-gradient(171deg, #14469d, #061e50) #00182e no-repeat;
    background: linear-gradient(171deg, #14469d, #061e50) #00182e no-repeat;
}

.rounded-20 {
    border-radius: 20px;
}

.search-btn {
    background: #89efdd;
    border-radius: 0px;
    color: #000 !important;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    transition: 0.5s;
}

.search-btn:hover {
    background: var(--theme-color-sec);
    color: #fff !important;
}

.theme-bg-sec {
    background: var(--theme-color-sec);
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.fw-bold {
    font-weight: 600;
}

.border {
    border-color: #dadada !important;
}

.border-bottom {
    border-bottom: 1px solid #e7e7e7 !important;
}

.border-left {
    border-left: 1px solid #ccc;
}

hr {
    color: #af9cc3;
}

.nowrap {
    white-space: nowrap;
}

.bg-dark {
    background: linear-gradient(180deg, #1c504f, #0c2524);
}

.bg-light {
    background: var(--theme-color-light) !important;
}

.bg-theme {
    background: var(--theme-color-main) !important;
}

.bg-theme-sec {
    background: var(--theme-color-sec) !important;
}

.text-theme {
    color: var(--theme-color-main);
}

.btn-outline-warning {
    color: var(--theme-color-main);
    border-color: var(--theme-color-main);
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: var(--theme-color-main);
    border-color: var(--theme-color-main);
}

.btn {
    white-space: nowrap;
}

.c-img {
    height: 80px;
    display: flex;
    align-items: center;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
}



.footer a,
.footer p {
    color: #fff !important;
}

.footer a:hover {
    color: #a0fcf4 !important;
}

.footer img {
    filter: invert(1);
}

.footer a::before {
    content: "▸";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    padding: 5px 0;
}

.footer a.no-symbol::before {
    content: '';
    margin: 0;
}

.form-control,
.form-select {
    padding: 15px 30px;
    border-radius: 6px;
    border: 1px solid #061e50;
}

/* Header css */
.header a.logo,
.header li a {
    text-decoration: none;
    color: #fff !important;
    display: block;
}

.header li a.active {

    color: #fff !important;
    border-radius: 10px;
    border: 1px solid #fff;
}

.header li a:hover.active {

    color: #fff !important;
}

.header {
    position: fixed;
    z-index: 1000;
    background: linear-gradient(#1C504F, #1d1d1d);
    width: 100%;
}

.header ul {
    margin: 7px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.header li a {
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.header .menu-btn:hover,
.header li:hover a {
    color: #a0fcf4 !important;
}

.header a.logo {
    float: left;
    font-size: 2em;
    padding: 10px;
}

.header a:hover.logo {
    color: #000;
}

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 32px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:after,
.header .menu-icon .navicon:before {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: 0.2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 260px;
    padding-bottom: 20px;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: 0 0;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0;
}

@media (min-width: 992px) {
    .header li {
        float: left;
    }

    .header li a {
        padding: 10px 30px;
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }
}

/*Contact Us Css*/
label.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px;
}

label.error.fail-alert {
    border: 2px solid red;
    border-radius: 4px;
    line-height: 1;
    padding: 2px 0 6px 6px;
    background: #ffe6eb;
}

input.valid.success-alert {
    border: 2px solid #4caf50;
    color: green;
}

input.error,
textarea.error {
    border: 1px solid red !important;
    font-weight: 300;
    color: red;
}

.alert {
    border: 1px solid #0a3622;
    border-radius: 6px;
    background: #d1e7dd;
}

.alert-success {
    color: #0a3622;
}

/* PAGES STYLES START  */
.button {
    background-color: rgb(9, 130, 126);
    color: #fff;
    border-radius: 10em;
    font-size: 17px;
    font-weight: 600;
    padding: 1em 2em;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: 1px solid rgb(90, 192, 199);
    box-shadow: 0 0 0 0 rgb(58, 115, 117);
}

.button:hover {
    background-color: rgb(224, 255, 254);

    transform: translateY(-4px) translateX(-2px);
    box-shadow: 2px 5px 0 0 rgb(39, 78, 79);
}

;

.button:active {
    transform: translateY(2px) translateX(1px);
    box-shadow: 0 0 0 0 rgb(39, 78, 79);
}

/* HOME PAGE STYLES */
.main-bg {
    background: url(../images/banner-image.webp) no-repeat left top/cover, linear-gradient(90deg, #1C504F, #40C0CB);
    position: relative;
    z-index: 1;
    padding: 0 0 40px 0;
}

.main-bg h1 {
    font-size: 40px;
}

.comp-sec {
    --c: 70px;
    /* control the curvature (works with percentage) */
    mask: radial-gradient(60% var(--c) at 50% var(--c), #0000 calc(100% - 2px), #000) 0 calc(-1*var(--c));
    background: #1c4848;
    position: relative;
    margin-top: -70px;
    z-index: 1;
    padding: 7%;
}

.comp-logo {
    position: relative;
    bottom: 50px;
    z-index: 1;
}

.three-box {
    background: linear-gradient(#1c504f, #123a39);
}

.arc {
    --b: 20px;
    /* the boder thickness */
    --a: 240deg;
    /* control the progression */

    width: 250px;
    aspect-ratio: 1;
    padding: var(--b);
    border-radius: 50%;
    background: linear-gradient(45deg, #1c4848, #fff);
    --_g: /var(--b) var(--b) no-repeat radial-gradient(50% 50%, #000 97%, #0000);
    mask: top var(--_g),
        calc(50% + 50%*sin(var(--a))) calc(50% - 50%*cos(var(--a))) var(--_g),
        linear-gradient(#0000 0 0) content-box intersect,
        conic-gradient(#000 var(--a), #0000 0);
    position: absolute;
    right: 0px;
    top: -65px;
}



.bottom-sec-lft {
    --r: 20px;
    /* control the rounded part */
    --s: 40px;
    /* control the size of the cut */
    --a: 20deg;
    /* control the depth of the curvature */
    --p: 50%;
    /* control the position */


    background: #dffffe;

    border-radius: var(--r);
    --_m: , #000 calc(100% - 1px), #0000;
    --_r: var(--r) at calc(100% - var(--r));
    --_d: (var(--s) + var(--r))*cos(var(--a));
    mask:
        radial-gradient(var(--_r) calc(var(--p) + var(--_d)) var(--_m)),
        radial-gradient(var(--_r) calc(var(--p) - var(--_d)) var(--_m)),
        radial-gradient(var(--s) at calc(100% + sin(var(--a))*var(--s)) var(--p),
            #0000 100%, #000 calc(100% + 1px)) calc(var(--r)*(sin(var(--a)) - 1)) 0 no-repeat,
        linear-gradient(#000 calc(var(--p) - var(--_d)), #0000 0 calc(var(--p) + var(--_d)), #000 0);
}

.bottom-sec-rght {
    --r: 20px;
    /* control the rounded part */
    --s: 40px;
    /* control the size of the cut */
    --a: 20deg;
    /* control the depth of the curvature */
    --p: 50%;
    /* control the position */
    background: #d3f4f3;
    border-radius: var(--r);
    --_m: , #000 calc(100% - 1px), #0000;
    --_d: (var(--s) + var(--r))*cos(var(--a));
    mask:
        radial-gradient(var(--r) at var(--r) calc(var(--p) + var(--_d)) var(--_m)),
        radial-gradient(var(--r) at var(--r) calc(var(--p) - var(--_d)) var(--_m)),
        radial-gradient(var(--s) at calc(-1*sin(var(--a))*var(--s)) var(--p),
            #0000 100%, #000 calc(100% + 1px)) calc(var(--r)*(1 - sin(var(--a)))) 0 no-repeat,
        linear-gradient(#000 calc(var(--p) - var(--_d)), #0000 0 calc(var(--p) + var(--_d)), #000 0);
}

.blog p {
    line-height: normal !important;
    font-size: 14px;
    color: #696969;
}





.mission-sec {
    clip-path: polygon(30% 8%, 70% 0%, 100% 5%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0% 0);
    background: linear-gradient(#1c504f, #113534);
}

.mission-sec01 {
    clip-path: polygon(30% 8%, 70% 0%, 100% 5%, 100% 100%, 70% 93%, 30% 100%, 0 90%, 0% 0);
    background: linear-gradient(#1c504f, #113534);
}


.fild-bg {
    background: linear-gradient(45deg, #0b92c33b, transparent);
    margin: 10px;
}

.compny-img img {
    border-radius: 20px;
    background-color: #ffffff90;
    padding: 5px;
    width: 100px;
}

/* JOB LISTING PAGE STYLE */
.job-listing-bg {
    background: #152341;
}

.contact-form-input {
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 60px;
    margin: 5px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px;
    width: 100%;
    font-size: 16px;
    background: #ffffff00;
    caret-color: #fff;
    color: #fff;
}

@media (min-width:320px) and (max-width:992px) {
    .main-bg h1 {
    font-size: 35px;
}
    .main-bg {
        background: #222;
    }

    .locations-list ul {
        column-count: 1;
    }

    .abt-sec {
        clip-path: none;
    }

    .border-left {
        border-left: none;
    }

    .comp-sec {
        padding: 25%;
    }

    .mission-sec {
        clip-path: polygon(42% 3%, 70% 0%, 100% 2%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0% 0);
        background: linear-gradient(#1c504f, #113534);
    }

    .mission-sec01 {
        clip-path: polygon(42% 3%, 70% 0%, 100% 2%, 100% 100%, 70% 97%, 30% 100%, 0 95%, 0% 0);
        background: linear-gradient(#1c504f, #113534);
    }

}