:root {
    --fs-hero: 5rem;
    --fs-h3: 1.7rem;
    --fs-h2: 2.5rem;
    --fs-body: 1rem;
    --clr-accent: #FF8C32;
    --background-color: #fff;
    --text-color: #747579;
    --link-color: #543fd7;
    --heading-color: #082653;
    --shadow:0px 0px 40px rgba(29, 58, 83, 0.1) !important;
    --bs-mode: #fff;
    --form-color:#fff;
    --bg-light: rgb(245,245,246);
    --bg-dark:rgb(11,10,18);
    --fill-light: #fef5f6;
    --fill-dark:#123C69;
    --text-muted:#a6b8ff;
    --bs-grey-300:#c5c5c7;
--invert:none;

}


html[data-theme='light'] {
    --background-color: #fff;
    --text-color: #747579;
    --link-color: #543fd7;
    --shadow:0px 0px 40px rgba(29, 58, 83, 0.1) !important;
    --bs-mode: #fff;
}

html[data-theme='dark'] {
    --background-color: #222529;
    --text-color: #a1a1a8;
    --link-color: #828fff;
    --heading-color: #fff;
    --shadow:none !important;
    --bs-mode: #191b1d;
    --bg-light:#2a2c31;
    --bg-dark:rgb(11,10,18);
    --fill-light: #2a2c31;;
    --fill-dark: rgb(11,10,18);
    --text-muted:rgb(255, 255, 255,.75);
    --bs-grey-300:#5f5f68;
    --invert:invert(95%);
    
}


* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;

}


/* light mode styles */



body {

    font-size: var(--fs-body);
    overflow-x: hidden;
    word-wrap: break-word;

    font-family: 'Nunito Sans', sans-serif;
    line-height: 1.7;
    font-weight: 400;
    background: var(--background-color);
    color: var(--text-color);

}
a{
    text-decoration: none;
    color: var(--heading-color);
}



/* dark mode styles */
/* @media (prefers-color-scheme: dark) {
    body {
      background-color: #2C2C2C ;
      color: #a1a1a8 !important;
    }
    h1,h2,h3,h4,h5,h6{
        color: white !important;
    }
  } */


  svg.feather.feather-moon {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: rgb(55, 55, 55);
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

svg.feather.feather-sun {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: white;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    }

[data-theme=light] .d-block-light {
    display: block !important;
}

[data-theme=dark] .d-block-dark,
[data-theme=light] .d-block-light {
    display: block !important;
}

html {

    scroll-behavior: smooth;
}

@media (max-width:576px) {
    :root {
        --fs-hero: 2rem;
        --fs-h2: 2rem;
        --fs-h3 : 1.5rem;
    }
}


.navbar {
    padding-block: 1.2rem;

    transition: 0.3s;

    z-index: 1;

    left: 0;
    right: 0;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important
}

.navbar h3 a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 1.5rem;
}

.navbar-toggler .las {
    color :var(--heading-color);
    font-size: 2rem;
}

.nav-li a {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
}

.navlink{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.nav-link-1{
    color: #fff !important;
}
.nav-link:hover{
    color: #8e85e6;
    
}
.nav-link-1:hover{
    color: #5b52ae !important;
    
}

.nav-item:not(:last-child) {
    margin-right: 2rem;
}

.hero1 {
    background-image: url(/img/Slide_1.jpg);
}

.hero2 {
    background-image: url(/img/Slide_2.jpg);
}

.hero3 {
    background-image: url(/img/Slide_3.jpg);
}

.hero4 {
    background-image: url(/img/Slide_4.jpg);
}


h1,h2,h3,h4,h5,h6{
    color: var(--heading-color);
}


h1 {
    
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: calc(1.475rem + 2.7vw);
}

h2 {

    
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: var(--fs-h2);
}

h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: var(--fs-h3);
}

h4 {
    
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

h5 {
    
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: calc(1.255rem + 0.06vw);

}

h6 {
    
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

#contact-details h5 {
    font-size: calc(.9rem + 0.06vw);
}

.hero-bg {
    height: 100vh;
    position: relative;
    background-position: 90% 100%;
    object-fit: cover;
    max-width: 100%;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-caption {
    padding-top: 30vh;
    padding-right: 45vw;
    padding-left: 5rem;
}

.m-caption {
    height: 90vh;
    width: 100vw;
    color: #1E84FE;


}

.hero-caption h1 {
    font-family: 'Poppins', sans-serif;
    color: #8DFFE1;
    font-size: var(--fs-hero);
    font-weight: 700;
    line-height: 4rem;
}

.hero-caption h2 {
    color: #fff;
    font-size: var(--fs-h2);
    font-weight: 500;
    line-height: 1;
    margin-top: 1rem;

}

.hero-caption p {
    color: rgb(255, 255, 255);
    margin-top: 3rem;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.2;
}


.carousel-btn {
    margin-top: 3rem;

}

.carousel-btn .btn {
    color: #1D2635;
    background-color: #8DFFE1;
    box-shadow: 0px 5px 10px 0px rgba(141, 255, 255, 0.5);
    transition: all ease 0.9s;
}

.carousel-btn .btn:hover {
    transform: scale(1.1);
    box-shadow: 0px 10px 20px 2px rgba(41, 255, 255, 0.25);
}

.search-bar {
    
    padding: 20px;
    border-radius: 1rem;
    --bs-bg-opacity: 1;
    background-color: var(--bs-mode);
}

.search-bar label {
    margin-bottom: 0.5rem;
}
.modal-content{
    background-color: var(--bs-mode);
}

#tc .modal-body{
    height: 80vh;
    overflow-y: scroll;
}
.modal-body li{
    display: revert;
    margin-bottom: .5rem;
}

.search-bar .row {
    row-gap: 0.5rem;
}

.form-element {
    display: flex;
    align-items: center;
}

.search-area {
    background-color: var(--fill-light);
    margin-top: -5rem;
    padding-top: 5rem;
}

.search-container {
    margin-top: -3rem;
    position: relative;

}
input::placeholder {
    color:var(--text-color) !important;
  }
  

.form-select,.location_label{
    color: var(--text-color);
}
  
  .table{
color: var(--text-color);
  }

.search-bar .form-control {

    height: 50px;
    padding: 1rem 1.125rem;
    font-size: 1rem;
    border-radius: 1.125rem;
    border: 0;
    font-weight: 200;
    background-color: var(--bg-light);

}

.search-bar input{
    color: var(--text-color) !important;
}

.contact-form .form-control{
    border: 1px solid var(--bs-grey-300);
    background-color: var(--bg-light);
}
.contact-form input{
    color: var(--text-color) !important;
}

.form-control1{
    height: 40px !important;
    padding: .5rem .5rem 0 .5rem !important;
    padding-inline: .5rem !important;;
    border-radius: 0 !important;
    border-bottom: 1px solid var(--bs-grey-300) !important;
    background-color: transparent !important;
}
option{
    color: var(--text-color);
}

.form-inner {
    width: 100%;
}

.form-element button {
    height: 50px;
    padding: 1rem 1.125rem !important;
    border-radius: 1rem;
    background-color: #FF8C32;
    border: #FF8C32;;
    line-height: 1;
}


.form-icon .las {
    font-size: 28px;
    color: #727272;

}

.select-btn,
li {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.select-btn {}

.select-btn i {

    transition: transform 0.3s linear;
}

.star {
    fill: var(--clr-accent);
    z-index: 1;
}

.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-sm {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 1rem;
    display: flex;
    align-self: center;
    justify-content: center;
}

.wrapper.active .select-btn i {
    transform: rotate(-180deg);
}

.content {
    display: none;
    z-index: 2;
    padding: .5rem;
    margin-top: 1rem;
    background: var(--bs-mode);
    border-radius: 7px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.wrapper.active .content {
    display: block;
}

.content .search {
    position: relative;
    
}

.search i {
    top: 50%;
    left: 15px;
    color: #999;
    font-size: 20px;
    pointer-events: none;
    transform: translateY(-50%);
    position: absolute;
}
#op{
    padding-left: 0 !important;
}
#op li{
    padding-left: 2rem;
}
.search input {
    height: 50px;
    width: 100%;
    outline: none;
    font-size: 17px;
    border-radius: 5px;
    padding: 0 20px 0 43px;
    border: 0;
    background-color: var(--bg-light);
}

.search input:focus {
    padding-left: 42px;
    border: 2px solid #4285f4;
}

.search input::placeholder {
    color: #bfbfbf;
}

.content .options {
    margin-top: 10px;
    max-height: 250px;
    overflow-y: auto;
    padding-right: 7px;
}

.options::-webkit-scrollbar {
    width: 7px;
}

.options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 25px;
}

.options::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 25px;
}

.options::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
}

.options li {
    height: 50px;


}

.options li:hover,
li.selected {
    border-radius: 5px;
    background:var(--bg-light)
}



.sec1 {
    background-color: white;
    padding-top: 5rem;


}

.mt-n4 {
    margin-top: -1.6rem !important;
    }
    .mt-n5 {
        margin-top: -3rem !important;
        }
    .ms-9 {
        margin-left: 11rem !important;
        }

.heading {
    margin-bottom: 3rem;
}

.heading-line {
    content: "";
    left: 0;
    right: 0;
    background-image: url(/svg/sec1_line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 1.7rem;
    width: auto;
}

/* .card {
    border: 0;
} */

.p-content {
    padding-left: 20px;
    padding-right: 20px;
}

.info {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);

}

.info1 {
    background-color: #D8EBFF;
}

.info2 {
    background-color: #C2FFEF;
}

.icon {
    width: 40%;
}

.info-text {
    margin-top: 2rem;
}

.top-svg {
    content: "";
    left: 0;
    right: 0;
    background-image: url(/svg/topbody_new_lg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 15rem;
    background-position: 100% 100%;
    width: auto;

}

/* .card {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
} */

.fw-1{
font-weight: 100;
}
.fw-2{
    font-weight: 400;
}
.fw-3{
    font-weight: 600;
}
.f-p{
    font-family: 'Poppins', sans-serif;
}

#package .card{
    border: 0;
}
.card-img-scale-wrapper span{
    font-weight: 200;
}
.card.overflow-hidden, .tiny-slider.overflow-hidden {
    will-change: transform;
}
.card.card-img-scale img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.001);
    transform: scale(1.001);
}
.card.card-img-scale .card-img-scale-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
}

.card-img-scale:hover img {
    transform: scale(1.04);
}
.circle-left {
    z-index: -1;
    left: -5rem;
}

.sec2-card {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03) !important;
    border-width: 1px;
    border-color: #d8d8d895;

}

.sec2-card:hover {
    box-shadow: 0 0.75rem 1.5rem rgba(29, 62, 103, 0.3) !important;
    border-width: 1px;
    border-color: #477dd5;

}

.p-content h5 {
    margin-bottom: 2rem;
}

.sec2-card .card-body {

    align-items: flex-start;
    gap: 15px;
    padding: 20px;

}

.sec2-icon {

    display: flex;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;

    /* border-radius: 50%; */

    background-color: rgba(30, 132, 254, 0.2);
    color: #1E84FE;
    transition: 0.3s;


}


.sec2-icon .las {
    font-size: 28px;
}

.sec3-circle {
    margin-top: -17rem;
    z-index: -1;
    right: 0;
    justify-content: end;


}


.sec3-form {

    border: 1px solid #EAECF0;
    border-radius: 1rem;
    padding: 20px;
    background-color: #ffffff;
}

.sec3-form .form-control {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    border-radius: 10px;
    background-color: unset;
    outline: none;
    color: var(--light-color);
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, .1);
    box-shadow: 0 0 10px rgba(255, 255, 255, .1);
}

/* .sec3 .row {
    gap: 40px;
} */

.sec3-form .form-group {
    margin-top: 20px;
}

.sec3-form .btn {
    margin-top: 20px;
}

.sec3-form-title {
    padding-bottom: 2rem;
    text-align: center;
    border-bottom: 0.5px solid #000;
}

.label-title {
    display: block;
    margin-bottom: 10px;
    font-size: 1.1rem;
    font-weight: 400;
}

.form-message {
    height: 100px !important;
    line-height: 28px;
    padding: 15px;
}

.footer {
    /* background-image: url(/svg/footer.svg);
    background-size: cover;
    background-repeat: no-repeat; */
    background-color: var(--fill-dark);

    bottom: 0;

}

.footer-img {
    margin-bottom: -5px;
    margin-inline: 0;
}
.text-muted{
    color: var(--text-muted)!important;
}
.a {
    color: #fff;
    justify-content: center;


    gap: 1rem;
    text-align: center;
}

.a img {
    max-width: 70px;
    border-radius: 0.5rem;
}

.h-40px {
    height: 35px;

}
.footer .lab {
    font-size: 30px;
}

.footer .btn-icon {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.tp-wrapper {
    position: fixed;
    display: flex;
    right: -15%;
    bottom: 5rem;
    width: 3rem;
    height: 3rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    bottom: 5rem;

    transition: 0.5s ease-in-out;
}

.btt-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #FF8C32;
    color: #fff;
    text-align: center;

    border-radius: 10%;
    z-index: 99;
    font-size: 16px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);


    /* cursor: pointer;
    z-index: 9999;
    position: fixed;
    bottom: 10px;
    right: 2rem; */
    /* 
    background-color: #ffc600;
    color: #1e1b18;
    padding: 15px;
    border-radius: 5px; */
}



.tp-wrapper.show {
    visibility: visible;
    right: 30px;
}

.dots {
    right: -30px;
    bottom: -60px;
    opacity: 0.2;
    fill: #5143d9;
}

.carousel1 {
    border-radius: 1rem;
    z-index: 0;
    /* overflow: hidden; */
}
.slide-btn{
    
width: 2.25rem;
height: 2.25rem;

transition: all .3s ease-in-out;
border-radius: 50%;
background-color: #fff;
color: #454056;
z-index: 5;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
border: 0;
box-shadow: 0 .125rem .125rem -0.125rem rgba(31,27,45,.08),0 .25rem .75rem rgba(31,27,45,.08);

}

.slide-btn i{
    font-size: 20px !important;
}
.text-orange {
    color: rgb(253, 126, 20);
}

.bg-orange {
    background-color: rgb(253, 126, 20, .1);
}

.services {
    background-color: var(--fill-light);
    padding-top: 6rem;
}


.services p {
    font-size: 1rem;
    line-height: 1.5;
}

.services i {
    font-size: 28px;
    line-height: inherit !important;
}

/* loader*/
.icon-sm i {
    font-size: 20px;
    line-height: inherit !important;
}

.loader-wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: #242f3f;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

address {
    margin-bottom: .4rem;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}


.contact-details {
    gap: 2rem;
}

.map {
    filter: var(--invert);
}



.contact {
    font-size: 1rem;

}

.contact h1 {
    font-size: 3rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.form-control-lg {
    padding: 1rem 1.125rem !important;
    font-size: 1rem;
    border-radius: 1.125rem;
    font-weight: 200;
}

.fs-base {
    font-size: 1rem !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1rem;
    border-radius: 1.125rem;
    background-color: #FF8C32;
    border: none;
}

.form-select-lg {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.125rem;
    font-size: 1rem;
    border-radius: 1.125rem;
}

.contact2 {
    position: absolute;
    background-color: rgb(255, 255, 255, .9);
    padding: 1em;
    border-radius: 1.2rem;

}

.contact2 .row {
    display: flex;
    justify-content: center;
    align-items: center;

}


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

.fill-primary{
    fill: #8e85e6;
}
.fill-light{
 fill: var(--fill-light);
}
.fill-dark{
    fill: var(--fill-dark);
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}




.whats_tool_tip {
    position: fixed;
    padding-inline: .5rem;

    right: 5.5rem;
    bottom: 2rem;
    color: #333;
    background: white;

    border-radius: 4px;
    -moz-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    font-size: .75rem;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    opacity: 0;
    transition: 0.5s ease-in-out;
}


/*  */


/* whatsap icon2 */

.wh-wrapper {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 1rem;
    width: 3rem;
    height: 3rem;
    background-color: #4dc247;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 50px;

    z-index: 99;
    font-size: 35px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.wh-wrapper:hover+.whats_tool_tip {
    opacity: 1;

}

.copyright {
    font-size: 0.875rem;
    font-weight: 600;
}

#contact-details .card {

    border-radius: 1rem;
    border: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--bs-mode);

}

.border-6 {
    border-radius: 1rem;
}

.shadow {
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow) !important;
/* 
    0px 0px 40px rgba(114, 114, 114, 0.1) */
}

.pbtn {
    background-color: rgba(81, 67, 217, 0.1);
    border: 0;
    color: #5143d9;
    width: fit-content;
}

.btn-sm {
    padding-inline: 0.7rem !important;
    width: fit-content;
    font-size: 0.8rem;
}

.pbtn:hover {
    background-color: #5143d9 !important;
}

.list-inline-item {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1.25;

}

.list-inline-item a {
    text-decoration: none;
}

.list-inline-item .lab {
    padding: 1px;
    border-radius: 2px;
    color: white;
    font-size: 15px;
}

.text-facebook {
    color: #5d82d1;

}

.text-facebook .lab {
    background-color: #5d82d1;
    color: white;
}


.text-instagram-gradient {
    color: transparent;
    background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-size: auto;
    background-clip: border-box;
    background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 120% 120%;
}

.text-instagram-gradient .lab {
    background-image: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 50%);

    background-size: 120% 120%;
    color: white;

}

.text-youtube {
    color: #ff4040;
}

.text-youtube .lab {
    background-color: #ff4040;

}

.text-whatsapp {
    color: #25D366;
}

.text-whatsapp .lab {
    background-color: #25D366;
}



.h-20px {
    height: 20px !important;
}

.text-mode{
    color: var(--text-color) !important;
}

.bg-mode {
    background: var(--bs-mode) !important;
    }

    .text-primary-hover a:hover {
        color: var(--link-color) !important;
        }


        .nav.flex-column:not(.nav-pills) .nav-link {
            padding-left: 0;
            padding-top: 0.3rem;
            padding-bottom: 0.3rem;
            }

            .btn-icon.btn-xs {
                width: 2rem;
                height: 2rem;
                }
                .btn-light-primary, .btn-light-primary.shadow-sm {
                    background-color: #fff;
                    color: #666276;
                    }

                    .btn-light-primary i{
                        color: #666276 !important;
                    }
/* Media Queries*/

@media (max-width: 1119.8px){
.navbar-expand-xl .navbar-collapse {

position: absolute;
right: 3rem;
top: 100%;
padding-left: 1rem;
border-top: 1px solid rgba(0, 0, 0, 0.1);
background-color: #001434;
box-shadow: var(--shadow);
}
.navlist ul li a {
    color: #fff;
    font-weight: 300;
}
}



@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}


@media (min-width: 1200px) {
    h1 {
        font-size: 3.5rem;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        }
        .navlist ul li a {
            color: var(--text-color);
        }
}

@media (max-width:992px) {
    .hero-caption p {
        display: none;

    }

    .hero-bg {
        height: 100vh;

    }

    .hero-caption {
        padding-top: 20vh;
        padding-right: 45vw;
        padding-left: 2rem;
    }

    .map-wrapper {
        height: 20rem !important;
    }
    

}

@media (max-width:768px) {
    .sec1 {

        padding-bottom: 2rem;
    }

    .top-svg {
        height: 5rem;
    }

    .colored-text {


        color: rgb(238, 218, 218);
        mix-blend-mode: difference;

    }
}

@media (max-width:576px) {
    .sec1 {}

    .hero-caption {
        /* padding-top: 20vh;
        padding-right: 10vw;
        padding-left: 2rem; */
        font-size: 1rem;
        padding-inline: .2rem;
        position: absolute;
        bottom: 10vh;
        width: 100%;
        /* display: flex;
        flex-direction: column; */
        justify-content: center;
        align-items: center;
        text-align: center;
        /* transform: translateY(60vh); */
        padding-top: 0;
        background-color: rgba(51, 51, 51, 0.361);
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .hero-caption h1 {
        line-height: 1;
    }

    .carousel-btn {
        margin-top: 1rem;
    }

    .navbar {
        padding-inline: 0rem;
    }


}

@media (max-height:640px) {

    .hero-caption p {
        display: none;

    }



    :root {
        --fs-hero: 2rem;
        --fs-h2: 1.5rem;
    }

}

/* data-wow-duration="1s" data-wow-delay="0.2s" */

/* loader 2 */

.airplaneAnimation {
    position: relative;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: #caf0f8;
    overflow: hidden;
}

.plane {
    position: relative;
    left: 0;
    top: 75px;
    animation: fly 2s linear infinite;
}

@keyframes fly {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

.main {
    position: absolute;
    width: 220px;
    height: 40px;
    background-color: #0077b6;
    top: 100px;
    left: 100px;
    border-radius: 0 100px 30px 100px;
    overflow: hidden;
    box-shadow: inset -10px -10px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.main:before,
.main:after {
    content: "";
    position: absolute;
    background-color: #fdc921;
    top: 10px;
}

.main:before {
    width: 40px;
    height: 10px;
    border-radius: 0 0 0 30px;
    left: 190px;
}

.main:after {
    width: 5px;
    height: 10px;
    border-radius: 20px;
    left: 160px;
    box-shadow: -10px 0 #fdc921, -20px 0 #fdc921, -30px 0 #fdc921, -40px 0 #fdc921, -50px 0 #fdc921, -60px 0 #fdc921, -70px 0 #fdc921, -80px 0 #fdc921, -90px 0 #fdc921, -100px 0 #fdc921, -110px 0 #fdc921, -120px 0 #fdc921;
}

.wingOne {
    position: absolute;
    width: 20px;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 80px solid #0077b6;
    height: 0;
    top: 115px;
    left: 160px;
    transform: skew(-45deg) rotateX(30deg);
    z-index: 4;
}

.wingTwo {
    position: absolute;
    width: 20px;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 80px solid #023e8a;
    height: 0;
    top: 55px;
    left: 160px;
    transform: skew(45deg) rotateX(30deg);
}

.wingTwo:after {
    content: "";
    position: absolute;
    width: 20px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 35px solid #0077b6;
    height: 0;
    left: -100px;
    top: 29px;
}

.wingOne:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 25px;
    background-color: #0077b6;
    top: -105px;
    left: -140px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.wingTwo:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 25px;
    background-color: #023e8a;
    left: -80px;
    top: 35px;
    transform: skew(-55deg);
}

.clouds {
    position: absolute;
    top: 50px;
    left: 100px;
}

@keyframes cloud {
    from {
        left: -150px;
    }

    to {
        left: 400px;
    }
}

.cloudOne,
.cloudTwo,
.cloudThree {
    position: absolute;
    width: 50px;
    height: 25px;
    background-color: #fff;
    border-radius: 100px 100px 0 0;
}

.cloudOne {
    top: 0;
    left: 0;
    animation: cloud 3s linear infinite reverse;
}

.cloudTwo {
    top: 50px;
    left: 100px;
    animation: cloud 2.5s linear infinite reverse;
}

.cloudThree {
    top: 250px;
    left: 50px;
    animation: cloud 2.8s linear infinite reverse;
}

.cloudOne:before,
.cloudTwo:before,
.cloudThree:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 12.5px;
    background-color: #fff;
    border-radius: 100px 100px 0 0;
    left: -20px;
    top: 12.5px;
    box-shadow: 65px 0 #fff;
}


.pollution {
    position: absolute;
    background-color: #fff;
    top: 130px;
    left: 65px;
    width: 30px;
    height: 10px;
    border-radius: 20px;
    opacity: 0;
    animation: up 1s linear infinite;
}

.pollution:before,
.pollution:after {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 20px;
    opacity: 0;
    width: 30px;
    height: 10px;
}

.pollution:after {
    top: 10px;
    left: -25px;
    animation: up 2s linear infinite;
}

.pollution:before {
    top: -10px;
    left: -35px;
    animation: up 3s linear infinite;

}

@keyframes up {
    20% {
        opacity: 0.7;
    }

    35% {
        left: 100px;
        opacity: 0.7;
    }

    70% {
        left: 70px;
        opacity: 0;
    }
}

.loader-wrapper2 {
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: #242f3f;
    display: flex;
    justify-content: center;
    align-items: center;

    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    z-index: 999;
}