* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --green: #2b9349;
    --light-green: #7eba06;
    --gray: #697780;
    --gray-light: #a6b3bc;
    --pri-color: #233c8e;
    --head-colr: #0e2c48;
    --sec-head-colr: #b48955;
    --sec-color: #b38753;

    --pri-butn: #001d3d;
}

.main_body {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

.head {
    color: var(--head-colr);
}

.head_2 {
    color: var(--sec-head-colr);
}

.fc-1 {
    color: #ffc300;
}


.otl_butn-sec {
    position: relative;
    color: #ffb703;
    padding-bottom: 9px;
    z-index: 10;
}

.otl_butn-sec:hover {
    color: #f9a620 !important;
}

.otl_butn-sec::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 50%;
    background-color: #f9a620;
    border-radius: 100px;
    bottom: 0px;
    transition: all 0.3s ease-in-out;
}

.otl_butn-sec:hover::before {
    width: 95%;
}

.bg-text {
    position: absolute;
    font-size: 130px;
    top: 50%;
    left: 50%;
    font-weight: 600;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 7%;
    color: transparent;
    -webkit-text-stroke: 3px #000;
    text-stroke: 3px #000;
}


.ff-1 {
    font-family: "Playfair Display", serif;
}

.ff-2 {
    font-family: "Archivo", sans-serif;
}

.ff-3 {
    font-family: "Graduate", serif;
}

.desc {
    font-weight: 400;
    font-size: clamp(15px, 2vw, 16px);
}


.cbm_bg {
    position: fixed;
    top: 20%;
    right: -7%;
    width: 40%;
    opacity: 15%;
    z-index: 1;
    transform: rotate(-10deg);
    animation: move 10s linear infinite;
}

.cbm_bg-2 {
    position: absolute;
    bottom: -30px;
    left: -30px;
    height: 50%;
    opacity: 40%;
}

.ftr_bg-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    object-fit: contain;
    transform: scaleX(-1) rotate(-20deg);
    filter: opacity(25%);
    animation: move-left 7s linear infinite;
}

.ftr_bg-right {
    position: absolute;
    right: -5%;
    bottom: 0;
    height: 100%;
    z-index: 1;
    transform: rotate(-14deg);
    filter: opacity(25%);
    animation: move 10s linear infinite;
}

@media (max-width:1000px) {

    .ftr_bg-left,
    .ftr_bg-right {
        object-fit: contain;
        width: 100%;
        height: inherit;
        filter: opacity(16%);
    }

    .ftr_bg-right {
        right: -7%;
    }
}

@keyframes move {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(1deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-2deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes move-left {
    0% {
        transform: scaleX(-1) rotate(-20deg);
    }

    25% {
        transform: scaleX(-1) rotate(-22deg);
    }

    50% {
        transform: scaleX(-1) rotate(-20deg);
    }

    75% {
        transform: scaleX(-1) rotate(-22deg);
    }

    100% {
        transform: scaleX(-1) rotate(-20deg);
    }
}


@media (min-width:991px) and (max-width:1000px) {
    .cbm_bg {
        right: -30%;
        transform: rotate(-15deg);
    }
}

@media (max-width:1000px) {
    .cbm_bg {
        width: 100%;
        object-fit: contain;
    }

    .cbm_bg-2 {
        display: none;
    }
}


/* breadcrump */
.breadcrump {
    position: relative;
    top: 0;
    min-height: 350px;
    background-image: url(../asset/bg.jpg);
    background-position: 100% 100%;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    overflow: hidden;
}



.breadcrump-inner>.row {
    height: 100%;
}

.breadcrump-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.breadcrump-inner {
    /* display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; */
    height: 100%;
    text-align: center;
    color: white;
}

.breadcrump h1 {
    margin: 0 auto;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Gilda Display", serif;
    padding: 0 15px;
}


.breadcrump .sub_title{
    color: #7eba06;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.breadcrump-inner {
    position: relative;
    z-index: 15;
}

.bd-nav {
    position: absolute;
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    margin-left: -50%;
    transform: skew(-22deg);
}

@media (max-width:620px) {
    .bd-nav {

        margin-left: -40%;
    }
}


@media (max-width:550px) {
    .bd-nav {

        margin-left: -20%;
    }
}


.bd-nav-inner {
    transform: skew(22deg);
}

.bd-nav .bd-nav-list li {
    margin: 0 10px;
    color: #FFf;
}

.bd-nav .bd-nav-list li a {
    color: #FFF;
    font-size: 14px;
}


.bd-nav .bd-nav-list li .active {
    color: #ffc300;
}



/* BUTTONS------------------------------------------------- */
.butn {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0.438rem 1rem;
    border-radius: 100px;
    white-space: nowrap;
    text-decoration: none;
    font-size: clamp(14px, 2vw, 15px);
    transition: all 0.5s ease;
}


.butn-whts {
    font-size: clamp(12px, 2vw, 14px);
    margin-left: 18px;
    font-weight: 300;
    font-family: "Cardo", serif;
    text-transform: uppercase;
    background-color: #edc531;
    color: #212121;
}

.butn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    font-size: 14px;
    background: #61bb4684;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.7px);
    -webkit-backdrop-filter: blur(2.7px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 100%;
    color: #FFF;


}

.me_btn {
    display: inline-flex;
    position: relative;
    color: var(--pri-color);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 9px;
    padding-left: 0;
    z-index: 40;
    font-size: clamp(13px, 2vw, 15px);
}

.me_btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 2px;
    border-radius: 100px;
    background-color: var(--pri-color);
    transition: all 0.3s ease-in-out;
}

.me_btn>i {
    transition: all 0.3s ease-in-out;

}

.me_btn:hover>i {
    transform: translateX(8px);
}

.me_btn:hover::before {
    width: 100%;
}

.butn-icon>i {
    font-size: 0.938em;
}


.btn-pri {
    background: var(--pri-butn);
    color: #FFF;
    border: 1px solid #ffffff31;
}

.btn-2 {
    font-size: clamp(12px, 2vw, 14px);
    background-color: var(--pri-butn);
    color: #FFF;
    letter-spacing: 1.1px;

}

.btn-2 .butn-icon {
    background-color: var(--sec-color);
}

/* NAVBAR------------------------------------------------------ */
.main-navbar {
    background-color: #FFF;
}

.marquee-sec {
    position: relative;
    background-image: linear-gradient(to bottom, #2b9349, #249643, #1b993d, #109b35, #009e2d);
    font-size: 16px;
}


.marquee-item {
    font-size: 14px;
}

@media (min-width:1200px) {
    .marquee-sec {
        position: absolute;
        bottom: 0;
        z-index: 40;
        width: 100%;
    }

}

.marquee-text {
    font-size: 1.25em;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 1.3px;
    padding: 0 12px;
}

.li.marquee-item {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.top-header {
    background-color: #001d3d;
}

.top-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
    align-items: center;
    border-bottom: 1px solid #ffaa002d;
}


.nav-item.dropdown:hover .dropdown-menu {
    display: block;
} 

/* 
.navbar-brand{
    background-color: #FFF;
    border-radius: 18px;
} */

@media (max-width:600px) {
    .navbar-brand>img {
        width: 150px;
    }
}

.top-container .top-widget {
    flex: 1;
}

.top-container .widget-text {
    color: #FFF;
    font-weight: 300;
    letter-spacing: 1.2px;
    font-size: clamp(13px, 2vw, 14px);

}

.top-container .widget-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    font-size: 1em;
    color: #0f2d48;
    background: #FFF;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(2.7px);
    -webkit-backdrop-filter: blur(2.7px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 100%;

}

.top-socials .social {

    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    font-size: 1em;
    color: #0f2d48;
    margin: 0 8px;
    background: #FFF;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.7px);
    -webkit-backdrop-filter: blur(2.7px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 100%;
}

.widget-icon>i {
    font-size: 1em;
}



.main-navbar {
    position: relative;
    z-index: 1000;
}

.navbar .nav-item .nav-link {
    font-weight: 400;
    font-size: clamp(15px, 1.5vw, 16px);
    margin: 0 clamp(12px, 2vw, 16px);
    color: #000000;
}

@media (min-width:1200px) {
    .navbar .nav-item .nav-link.active {
        background: rgba(255, 255, 255, 0.05);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        border-radius: 100px;
        backdrop-filter: blur(2.7px);
        -webkit-backdrop-filter: blur(2.7px);
        border: 1px solid rgba(255, 255, 255, 0.09);
        color: #2b9349;
    }
}


@media (max-width:1200px) {
    .main-navbar {
        position: relative;
        display: block;
    }

    .navbar-toggler {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FFF;
        border-radius: 100%;
        height: 46px;
        width: 46px;
        font-size: 1em;
    }

}


/* ABOUT */



.abt-title {
    font-size: 50px;
}


@media (max-width:767px) {
    .abt-title {
        font-size: 45px;
    }
}

@media (max-width:570px) {
    .abt-title {
        font-size: 40px;
    }
}

@media (max-width:509px) {
    .abt-title {
        font-size: 38px;
    }
}


@media (max-width:485px) {
    .abt-title {
        font-size: 36px;
    }
}

@media (max-width:461px) {
    .abt-title {
        font-size: 34px;
    }
}

@media (max-width:437px) {
    .abt-title {
        font-size: 2em;
    }
}


.box_icon {
    height: 45px;
    width: 45px;
    margin-bottom: 14px;
}

.box-desc {
    color: #FFF;
    font-weight: 300;
    font-size: 15px;
    /* opacity: 0.7; */
}

.box_content {
    display: flex;
    flex-direction: column;

}

.abt-image-inner,
.src-image-inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 1;
}

.abt-image-inner .img-1,
.src-image-inner .img-1 {
    grid-column: 2 / span 6;
    grid-row: 1;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.abt-image-inner .img-2,
.src-image-inner .img-2 {
    grid-column: 6 / span 6;
    z-index: 2;
    grid-row: 1;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}


.abt-image-inner .img-2>img,
.src-image-inner .img-2>img {
    border: 5px solid #FFF;
    transition: all 0.3s ease-in-out;
}


.list-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px dashed #009e2d;

}

.list-icon img {
    padding: 4px;
    border-radius: 100%;
}

.list-desc {
    font-weight: 300;
    font-size: clamp(14px, 2vw, 15px);
}

.box-thumbnail {
    overflow: hidden;
    max-height: 300px;
    height: 300px;
}

.box_content-bg {
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1);
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

@media (max-width:992px) {
    .box-thumbnail {
        max-height: 100%;
        height: 100%;
    }
}

.box-thumbnail>img {
    transition: all 0.3s ease-in-out;
    height: 100%;
    object-fit: cover;
}

.box-thumbnail:hover>img {
    transform: scale(1.1);
}

.box-title {
    color: #FFF;
    font-size: clamp(18px, 2.5vw, 24px);
    font-weight: 500;
    margin-bottom: 16px;

}


.box_content-wrapper {
    height: 100%;
    min-height: 300px;
    padding: 30px;
    background-color: #009e2de9;
    /* border: 2px solid #FFF; */
}

/* .box_content-wrapper:hover .box_content-bg{
    transform: scale(0);
    transition: all 0.3s ease-in-out;
} */

.box_content-wrapper:hover .box_icon>img {
    animation: rotate 1s ease-in-out forwards;

}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* services */
.sec_5-card {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100% !important;
    border-radius: 10px;
    overflow: hidden;
}

.sec_5-card .sec_5-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    filter: blur(2px);
}

.sec_5-thumbnail {
    flex-shrink: 0;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    /* max-height: 350px; */
}

.sec_5-thumbnail.sec {
    background-color: #dee2e6;
}

.sec_5-thumbnail>img {
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.sec_5-thumbnail:hover>img {
    transform: scale(1.1);
}

.sec_5-title {
    display: block;
    color: #FFFF;
    font-size: clamp(20px, 1.5vw, 22px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.sec_5-title:hover {
    color: #fb5607;
}

.sec_5-desc {
    display: block;
    font-size: 15px;
    color: #5b5b5b;
}

.sec_5-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0px 6px 6px 6px;
    flex: 1;
    height: 100%;
    padding: 20px;
    /* border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; */

    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
}


.thumbnail-butn {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.thumbnail-butn>a {
    background-color: #edc531;
    color: var(--pri-color);
}

/* why chooes Us */

.sc_3.why_choose {
    position: relative;
    background-image: url(../asset/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.sc_3.why_choose>.wrapper {
    position: relative;
    z-index: 2;
}

.sc_3.why_choose::before {
    position: absolute;
    content: '';
    background-color: #000000df;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}


.sc_3.why_choose.sec::before {
    display: none;
}

.wch-box {
    position: relative;
    background-image: linear-gradient(to bottom, #2b9349, #249643, #1b993d, #109b35, #009e2d);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}

.wch-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    padding: 16px;
    border-radius: 50%;
    margin-top: -75px;
    margin-bottom: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.wch-text {
    color: #FFF;
}

.wch-title {
    margin-bottom: 14px;
    font-size: clamp(18px, 2vw, 20px);
}

.wch-text p {
    color: #FFF;
    filter: opacity(0.8);
    font-weight: 300;
}

.wch-icon img {
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.wch-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

.wch-image-inner {
    position: relative;
    max-width: 70%;
    border-radius: 19px;
    overflow: hidden;
}

@media (max-width:1400px) {
    .wch-image-inner {
        max-width: 75%;
    }
}

@media (max-width:1200px) {
    .wch-image-inner {
        max-width: 90%;
    }
}

@media (max-width:470px) {
    .wch-image-inner {
        max-width: 95%;
    }
}

@media (max-width:447px) {
    .wch-image-inner {
        max-width: 100%;
    }
}



.wch-image-inner>img {
    transition: all 0.3s ease-in-out;

}

.wch-image-inner:hover>img {
    transform: scale(1.1);
}

.wch-image-inner .box-content {
    text-align: center;
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: 0;
    width: 60px;
    background-image: linear-gradient(to bottom, #2b9349, #249643, #1b993d, #109b35, #009e2d);
    border-radius: 0 10px 10px 0;
}

.wch-image-inner .box-content .title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 14px;
    color: #fff;
    height: 100%;
    padding: 10px 20px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

@media (max-width:426px) {
    .wch-image-inner .box-content {

        top: 0;
        bottom: 0;
        left: 0;
        width: 60px;
        border-radius: 0 0 0 0;
    }

    .wch-image-inner .box-content .title {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-size: 14px;
        color: #fff;
        height: 100%;
        padding: 10px 20px;
        margin: 0;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}



.ftr_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    font-size: 17px;
    border: 2px dashed #009e2d;
}

.ftr_overlay {
    position: absolute;
    height: 98%;
    width: 98%;
    border-radius: 100%;
    background-color: #009e2db1;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.ftr_box:hover .ftr_overlay {
    transform: scale(1);
    opacity: 1;
}

.ftr_box .ftr_box-text {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.563em;
    padding: 0 10px;
    text-align: center;
    color: #FFF;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    z-index: 2;
}

.ftr_box>img {
    border-radius: 100%;
    overflow: hidden;
    margin: 6px;

}

/* TESTIMONIAL */
.testi-quote {
    height: 80px;
    width: 80px;
}

.testimonial-box {
    position: relative;
    background: #3d4753;
    border: 1px solid #626c7718;
    transition: all 0.3s ease-in-out;
    padding: 30px 20px 40px 20px;
    border-radius: 16px;
    color: #d9dfe6;
    font-weight: 300;
    min-height: 200px;
    transition: all 0.3s ease-in-out;
    /* border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px; */
    overflow: hidden;
    /* margin: 0 18px; */
}

.testimonial-box::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 75%;
    width: 100%;
    border-radius: 16px;
    border: 1px solid #edc4314b;
    transition: all 0.3s ease-in-out;
}

.testimonial-box:hover::before {
    height: 100%;
}

.testimonial-box:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    border-width: 25px 25px 0;
    border-style: solid;
    border-color: #181c1f transparent;
}

.athr_img {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    padding: 6px;
    background-color: #FFF;

}

.athr-name {
    font-weight: 300;
    color: #0a0a0a;
}


.athr-des {
    font-style: italic;
    color: #626c77;
    font-weight: 200;
}

.rating {
    position: relative;
    padding: 0 18px;
    background-color: #3d4753;
    font-size: 11px;
    z-index: 2;
}

.rating>i {
    font-size: 1em;
}



/* FOOTER----------------------------------------- */
.footer_content {
    margin-top: -6px;
}

.footer-logo {
    border-radius: 15px;
}

.footer-banner {
    position: relative;
    background-image: url(../asset/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 105px 0px 104px 0px;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #181c1f9e;
}

.footer_desc {
    max-width: 60%;
}

.pre-heading-line {
    display: block;
    position: relative;
}

.pre-heading-line::before {
    content: "";
    width: 12px;
    height: 4px;
    background: #ffb703;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -35px;
    transform: translateX(-50%);
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;

}

.pre-heading-line::after {
    content: "";
    width: 65px;
    height: 4px;
    background: #ffb703;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 50%;
    margin-left: -20px;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}

.gradient-overlay-1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background: linear-gradient(#181c1f, #00000000);
}

.gradient-overlay-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background: linear-gradient(#00000000, #000d13);
}

footer {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background: #000D13;
    background-image: url(../asset/footer-bg.jpg);
    background-size: cover;
    padding-top: 80px;
    /* padding-bottom: 80px; */
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    font-size: 1em;
    color: #FFF;
}

h3.footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
}

.widget.widget_nav_menu ul li a {
    position: relative;
    padding: 6px 0 6px 0px;
    display: inline-block;
    color: #fff;
}

.widget.widget_nav_menu ul li a::before {
    content: '>';
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffb703;

}

.fa-ul li i {
    color: #ffb703;
}

.fa-ul li span,
.fa-ul li a {
    color: #FFF;
}



.line {
    position: relative;
    height: 8px;
    width: 8px;
    background-color: #FFF;
    border-radius: 100%;
}


.line::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    width: 40px;
    border-radius: 100px;
    height: 1px;
    background-color: #FFF;
}

.line::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    width: 40px;
    border-radius: 100px;
    height: 1px;
    background-color: #FFF;
}


/* MISSION AND VISSION */
.msv {
    position: relative;
    background-image: url(../asset/slide-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.msv-container {
    /* display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 1; */
}

.msv-title {
    display: block;
    font-size: 24px;
    font-weight: 500;

}

.msv-left {
    padding: 30px 20px;
    grid-column: 1/ span 7;
    grid-row: 1;
}

.msv-right {
    padding: 30px 20px;
    grid-column: 6/ span 7;
    grid-row: 1;
}

.msv-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #00000094;
}


.g_bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    background: #ffffff1c;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1),
        inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
}

.g_bg:hover {
    transform: translateY(-10px);
}

.g_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.8),
            transparent);
}

.g_bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.8),
            transparent,
            rgba(255, 255, 255, 0.3));
}




/* contact page */
.contact-body {
    height: 100%;

}

.contact-body-inner {
    position: relative;
    height: 100%;
    background-image: linear-gradient(to right top, #0f122b, #101431, #121638, #14183e, #161a45);
    border-radius: 10px;
    padding: clamp(20px, 4vw, 40px) clamp(15px, 3vw, 30px) clamp(10px, 2.5vw, 20px) clamp(15px, 3vw, 30px);
    color: #FFF;
    transition: all 0.3s linear;

}

.cnt-head-desc {

    font-weight: 200;
    filter: opacity(0.9);
}

.cnt {
    display: flex;
    align-items: center;

}

.cnt-text {
    width: 100%;
}

.cnt-text a {
    display: inline-flex;
    padding: 10px;
    color: #c1c1c1;
    border-radius: 16px;
    width: 100%;
    transition: all 0.3s ease;
}

.cnt-icon {
    padding: 10px;
    margin-right: 10px;

}

.cnt-header {
    border-bottom: 1px solid #ffffff31;
}

.cnt-text {
    font-weight: 200;
    border-radius: 10px;
}


.cnt-text:hover a {
    background-color: rgba(255, 255, 255, 0.153);
    color: #FFF;
}

.cnt-text:hover a {
    color: #ffc300;
}