/********** Template CSS **********/
body{
    font-family: "DM Sans", sans-serif;
}
:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}


/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: green;
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

/* Top Header */
.top-header{
    background-color: #fff !important;
    border-bottom: 1px solid #E3E3E3;
    padding-left: 6rem;
    padding-right: 6rem;
}
.top-header-txt{
    color: green;
    font-size: 13px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    /* font-family: 'DM Sans', sans-serif; */
    position: relative;
    margin-left: 25px;
    padding: 20px 0;
    color: #313131 !important;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.nav-header-bg .navbar-nav{
    gap: 20px;
}

.nav-header-bg .navbar{
    background-color: #fff !important;
    padding-left: 6rem;
    padding-right: 6rem;
}

.contact-button{
    display: flex;
width: max-content;
border-radius: 50px;
background: #1E5631;
color: #fff;
padding: 10px;
justify-content: center;
align-items: center;
gap: 6px;
flex-shrink: 0;
}

.contact-button:hover{
color: #fff;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}


.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #205732;
    font-weight: 600;
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        border-bottom: 2px solid #205732;
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    align-items: start !important;
    padding-left: 6rem;
}

.welcome-text{
    color: #29302B;
/* font-family: "DM Sans", sans-serif; */
font-size: 31.793px;
text-align: left;
font-style: normal;
margin-bottom: 0px;
font-weight: 400 !important;
line-height: normal;
letter-spacing: -1.59px;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}


.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}

/* footer code  */
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  background-image: url(../img/footer-bg.png);
  background-size: cover;
  position: relative;
}

.footer .footer-top {
  padding-top: 90px;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  color: var(--heading-color);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  /* font-family: var(--heading-font); */
}

.footer .footer-about p {
  font-size: 14px;
  /* font-family: var(--heading-font); */
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--default-color);
  border-color: var(--default-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
  color: #fff;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  display: inline-block;
  line-height: 1;
  color: var(--White, var(--fore-allways---white, #FFF));
  opacity: 0.75;
}

.footer .footer-links ul a:hover {
  color: #06A3DA;
}

.footer .footer-contact p {
  margin-bottom: 5px;
  color: var(--White, var(--fore-allways---white, #FFF));
  opacity: 0.75;
}

.footer .copyright {
  padding-top: 0px;
  padding-bottom: 50px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-justify{
    justify-content: space-between;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer-hycon-reserved{
    color: var(--White, var(--fore-allways---white, #FFF));
    opacity: 0.6;
}

.footer-bottom{
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 10px;
}

.footer .credits {
  margin-top: 4px;
  font-size: 13px;
}

.item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .slider-box-hme{
    /* background-image: url(../img/slider-boxes-1.png); */
    width: -webkit-fill-available;
    /* height: 270px; */
  }

  .slider-box-hme h1{
    color: #1E5631;
text-align: center;
/* font-family: "DM Sans", sans-serif; */
font-size: 22px;
font-style: normal;
margin-top: 40px;
margin-bottom: 17px;
font-weight: 500 !important;
line-height: 100%; /* 32px */
letter-spacing: -0.8px;
  }

  .slider-box-hme p{
    color: #6F6F6F;
text-align: center;
/* font-family: "DM Sans", sans-serif; */
font-size: 16px;
font-style: normal;
font-weight: 400 !important;
line-height: normal;
letter-spacing: -0.5px;
  }

  /* call to action  */
  .register-interest{
    margin: 0px 6rem;
    background-image: url(../img/call-action-bg.png);
    background-size: cover;
    height: 364px;
    display: flex;
    border-radius: 30px;
    /* margin-top: 80px; */
    margin-bottom: 80px;
    align-items: center;
    justify-content: center;
    margin-top: 480px;
  }
  .registered-txt h1{
    color: var(--fore-allways---white, #FFF);
text-align: center;
font-size: 36px;
margin-bottom: 40px;
font-style: normal;
font-weight: 500 !important;
line-height: 120.025%; /* 43.209px */
letter-spacing: -0.72px;
  }

  .action-contact{
    border-radius: 20px;
background: #FDFDFD;
color: #1E5631;
font-size: 12px;
width: 150.627px;
border: none;
outline: none;
display: flex;
align-items: center;
justify-content: center;
margin: auto;
height: 38.212px;
font-style: normal;
font-weight: 400;
line-height: 17px; /* 141.667% */
letter-spacing: -0.48px;
  }

  .action-contact a{
    color: #1E5631;
  }

  /* About code */
  .about-banner{
    background-image: url(../img/about-shade-bg.png);
    margin-top: 70px;
    width: 100%;
    height: 549px;
    background-size: cover;
  }

  .about-banner-txt{
    padding-top: 100px;
    padding-left: 200px;
    padding-right: 200px;
    width: 1341px;
    margin: auto;
  }

  .about-banner-txt p{
    text-align: center;
    color: #313131;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 129.954%; /* 31.189px */
letter-spacing: -0.72px;
  }

  .about-boxer{
    padding-left: 6rem;
    padding-right: 6rem;
    margin-top: -100px;
    margin-bottom: 60px;
  }

  .vision-box{
    border-radius: 15px;
border: 1px solid #D4D4D4;
background: #F3F3F3;
padding: 30px;
width: 100%;
height: 276px;
  }

  .vision-box h1{
    color: #1E5631;
font-size: 24px;
margin-top: 22px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -1.44px;
  }

  .vision-box p{
  color: #444;
font-size: 20px;
font-style: normal;
width: 515px;
font-weight: 400;
line-height: normal;
letter-spacing: -0.4px;
}

.vision-box svg{
    background: #DCDCDC;
    padding: 14px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.tabs {
    display: flex;
    justify-content: space-evenly;
    gap: 23px;
    margin-top: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid #dee2e6;
}
.values_tabs {
    text-align: center;
}

.tab-content.active {
    display: block;
    font-size: 20px;
    color: #242424;
}

.tab-content {
    display: none;
}

.core-heading h1{
    text-align: center;
    color: #313131;
font-size: 36px;
font-style: normal;
font-weight: 500 !important;
line-height: normal;
letter-spacing: -0.15px;
}

/* .values_tabs .tab-btn{
    border-radius: 15px;
border: 1px solid #D4D4D4;
background: #F3F3F3;
padding: 10px 10px;
} */

.core-value-sec{
    margin-bottom: 70px;
}

.Integrity_icon{
    border-radius: 15px;
    border: 1px solid #D4D4D4;
    background: #F3F3F3;
    padding: 10px 10px;
    width: 125px;
    height: 125px;
margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.values_tabs .tab-btn{
    border: none;
    background: none;
    font-size: 14px;
}

.values_tabs .tab-btn.active{
    color: #1E5631;
font-style: normal;
font-weight: 700;
border-bottom: 3px solid #1E5631;
line-height: 24px; /* 150% */
letter-spacing: -0.64px;
}

.values_tabs .tab-btn{
    color: var(--Paragraph-Color, #6E7589);
font-style: normal;
font-weight: 400;
padding-bottom: 10px;
line-height: 24px; /* 150% */
letter-spacing: -0.64px;
}

.values_tabs .tab-content{
    color: var(--Paragraph-Color, #6E7589);
text-align: center;
font-size: 20px;
font-style: normal;
margin: auto;
width: 787px;
font-weight: 400;
line-height: 28px; /* 140% */
letter-spacing: -0.8px;
}

/* founder profile style */
.founders-profile{
    margin-top: 100px;
    margin-bottom: 100px;
}

.founder-heading h1{
    color: #313131;
text-align: center;
margin-bottom: 60px;
font-size: 36px;
font-style: normal;
font-weight: 500 !important;
line-height: normal;
letter-spacing: -0.15px;
}

.founder-profile-text{
    margin-top: 100px;
}

.founder-profile-text h1{
    color: #313131;
font-size: 24px;
font-style: normal;
font-weight: 500 !important;
margin-bottom: 2px;
line-height: normal;
letter-spacing: -1.44px;
}

.founder-profile-text .founder-txt{
    color: var(--Paragraph-Color, #6E7589);
font-size: 14px;
font-style: normal;
font-weight: 400;
width: 793px;
margin-bottom: 20px;
line-height: normal;
letter-spacing: -0.84px;
}

.founder-profile-text p{
    color: var(--Paragraph-Color, #6E7589);
font-size: 16px;
font-style: normal;
width: 793px;
margin-bottom: 20px;
font-weight: 400;
line-height: 28px; /* 175% */
letter-spacing: -0.64px;
}

.Associated-sec{
    background-image: url(../img/associated-shadow.png);
    background-size: cover;
    /* height: 446px; */
}

.Associated-heading h1{
    color: #313131;
text-align: center;
font-size: 36px;
padding-top: 38px;
margin-bottom: 80px;
font-style: normal;
font-weight: 500 !important;
line-height: normal;
letter-spacing: -0.15px;
}

.associated-logos{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 120px;
}

/* contact page styling */
.contact-form{
    margin-top: 140px;
    background-image: url(../img/associated-shadow.png);
    /* height: 611px; */
    background-size: cover;
    padding-bottom: 100px;
}

.contact-left-txt h1{
    color: var(--Text-Heading-Color, #242424);
font-size: 32px;
font-style: normal;
font-weight: 600 !important;
line-height: 40px; /* 125% */
letter-spacing: -1.28px;
}

.contact-left-txt p{
    color: var(--Paragraph-Color, #6E7589);
font-size: 16px;
font-style: normal;
font-weight: 400;
margin-bottom: 30px;
width: 396px;
line-height: 24px; /* 150% */
letter-spacing: -0.64px;
}

.contact-info-link{
    display: grid;
    gap: 14px;
}

.contact-info-link a{
    color: #242424;
font-size: 16px;
font-style: normal;
font-weight: 400;
text-underline-offset: 4px;
line-height: 24px; /* 150% */
letter-spacing: -0.64px;
text-decoration-line: underline;
}

.contact-feed-back{
    margin-top: 60px;
}

.feed-suggestion svg{
    border-radius: 100px;
    width: 40px;
    padding: 8px;
height: 40px;
border: 1px solid #D4D4D4;
background: #DCDCDC;
}

.contact-feed-back h1{
    margin-top: 14px;
    color: var(--Text-Heading-Color, #242424);
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 120% */
letter-spacing: -0.8px;
}

.contact-feed-back p{
    color: var(--Paragraph-Color, #6E7589);
font-size: 14px;
font-style: normal;
font-weight: 400;
width: 409px;
line-height: 22px; /* 157.143% */
letter-spacing: -0.56px;
}

.contact_detail {
    background-color: #F3F3F3;
    border-radius: 15px;
    border: 1px solid #D4D4D4;
    padding: 40px 30px;
}

.contact-field-sec {
    align-items: center;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
}

.contact-field-row {
    width: 100%;
}

.contact_detail form label {
    color: #242424;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 6px;
    font-weight: 600;
    line-height: normal;
}

.contact_detail form input {
    border: 0.25px solid #D4D4D4;
    color: #324054;
    font-size: 12px;
    border-radius: 10px;
    padding: 12px;
    outline: none;
    box-shadow: none !important;
    width: 100%;
    font-style: normal;
    /* font-weight: 500; */
    line-height: normal;
}

.contact-field-email {
    margin-top: 24px;
}

.contact_detail form button {
    display: flex;
    width: -webkit-fill-available;
    padding: 10px 20px;
    justify-content: center;
    font-weight: 600;
    outline: none;
    margin-top: 30px;
    border: none;
    font-size: 12px;
    border-radius: 0px !important;
    color: #fff;
    align-items: center;
    gap: 14px;
    border-radius: 10px !important;
background: #1E5631;
}

.main-contact-details h1{
    color: var(--Text-Heading-Color, #242424);
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 116.667% */
letter-spacing: -0.96px;
}

.main-contact-details p{
    color: var(--Paragraph-Color, #6E7589);
font-size: 14px;
width: 400px;
font-style: normal;
margin-bottom: 30px;
font-weight: 400;
line-height: 22px; /* 157.143% */
letter-spacing: -0.56px;
}

.contact_detail form .error{
    color: red !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}

/* security section styling */
.security-sec{
    border: 1px solid #D4D4D4;
background: #F2F2F2;
padding-top: 100px;
}

.security-heading{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 36px;
}

.security-heading h1{
    color: #313131;
font-size: 36px;
margin-bottom: 0px;
font-style: normal;
font-weight: 500 !important;
line-height: normal;
letter-spacing: -1.08px;
}

.security-heading svg{
    background-color: #1E5631;
    width: 50px;
height: 50px;
padding: 10px;
border-radius: 100px;
}



.security-sec {
    padding: 120px 0;
    background-color: #f8f9fa;
}
.security-heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.security-heading svg {
    margin-right: 10px;
}
.security-heading h1 {
    margin: 0;
    font-size: 24px;
}
.security-first-image img {
    width: 100%;
    height: auto;
}
.accordion-button {
    /* background-color: #007bff; */
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding: 10px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}
.accordion-button-services {
    /* background-color: #007bff; */
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding: 10px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}
.accordion-button-facilities {
    /* background-color: #007bff; */
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding: 10px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}
.accordion-content {
    padding: 0 0px;
    background-color: white;
    display: none;
    overflow: hidden;
}
/* .accordion-button.active, .accordion-button:hover {
    background-color: #0056b3;
} */
.accordion-content.active {
    display: block;
}
.security-sec .accordion-button:not(.collapsed){
    background: none;
    color: #313131;
    box-shadow: none;
    font-size: 24px;
}

.security-sec .accordion-button-services:not(.collapsed){
    background: none;
    color: #313131;
    box-shadow: none;
    font-size: 24px;
}

.security-sec .accordion-button-facilities:not(.collapsed){
    background: none;
    color: #313131;
    box-shadow: none;
    font-size: 24px;
}

.security-sec .accordion-content{
    background: none;
}

.security-sec .accordion-button.active{
    color: #1E5631 !important;
    margin-bottom: 0px;
    font-weight: 600;
}

.security-sec .accordion-button-services.active{
    color: #1E5631 !important;
    margin-bottom: 0px;
    font-weight: 600;
}

.security-sec .accordion-button-facilities.active{
    color: #1E5631 !important;
    margin-bottom: 0px;
    font-weight: 600;
}

.security-sec .accordion-button:not(.collapsed)::after{
    background-image: none;
}

.security-boxes-accordion svg{
    background: #EDEDED;
    border: 1px solid #D4D4D4;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    padding: 12px;
}

.accordion-content p{
    width: 415px;
    color: #6F6F6F;
}

.security-sec .accordion-content.active p{
    margin-bottom: 27px;
}

.security-sec .accordion-content-services.active p{
    margin-bottom: 27px;
}
.security-sec .accordion-content-facilities.active p{
    margin-bottom: 27px;
    width: 415px;
}

.security-sec .accordion-button{
    margin-bottom: 18px;
}

.security-sec .accordion-button-services{
    margin-bottom: 18px;
}

.security-sec .accordion-button-facilities{
    margin-bottom: 18px;
}

.security-accrodion-main{
    padding-left: 30px;
}

.Services-main-sec{
    margin-top: 80px;
}

.facilities-box-right{
    height: 400px;
    overflow-y: scroll;
}

.facilities-box-right .security-accrodion-main{
    padding-left: 0px;
}

/* idea investment sec */
.idea-investment-sec{
    background-image: url(../img/about-shade-bg.png);
    height: 600px;
}

.idea-investment-heading h1{
    color: #313131;
font-size: 36px;
font-style: normal;
margin-top: 120px;
margin-bottom: 80px;
text-align: center;
font-weight: 500 !important;
line-height: normal;
letter-spacing: -0.15px;
}


.investment-boxes-opp{
    border-radius: 20px;
border: 1px solid #D4D4D4;
background: var(--fore-allways---white, #FFF);
padding: 30px;
height: 100%;
}

.investment-boxes-opp svg{
    background-color: #DCDCDC;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    padding: 14px;
}

.investment-boxes-opp h1{
    color: #1E5631;
font-size: 24px;
margin-top: 12px;
font-style: normal;
font-weight: 600 !important;
line-height: normal;
letter-spacing: -0.48px;
}

.investment-boxes-opp p{
    color: #444;
    font-size: 16px;
    margin-bottom: 0px;
    width: 335px;
font-style: normal;
font-weight: 400 !important;
line-height: normal;
letter-spacing: -0.4px;
}

.investment-boxes{
    padding-left: 40px;
    padding-right: 40px;
}

/* .maping iframe{
    width: 100%;
    padding-left: 50px;
    padding-right: 55px;
    height: 604px;
    margin-top: -238px;
    z-index: -1;
    position: relative;
}


.maping h1{
    padding-left: 50px;
    padding-right: 55px;
}
.aaaaaa{
    background: #fff;
    width: max-content;
    margin-top: 73px;
    margin-left: auto;
    margin-right: 50px;
} */


.map-container {
    position: relative;
    width: 100%;
    height: 500px; /* Adjust the height as needed */
}

.map-frame {
    width: 100%;
    height: 100%;
    border: 0;
}

.map-overlay-box {
    position: absolute;
    top: 80px; /* Adjust the top position as needed */
    right: 80px; /* Adjust the right position as needed */
    background-color: rgba(255, 255, 255, 0.95); /* Semi-transparent background */
    padding: 30px 35px;
    border: 1px solid #D4D4D4;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 390px; /* Adjust the width as needed */
}

.map-container iframe{
    width: 100%;
    padding-left: 50px;
    padding-right: 55px;
    height: 604px;
    margin-top: 45px;
}

.map-overlay-box img{
    width: 100%;
    margin-bottom: 30px;
}

.map-overlay-box svg{
    background-color: #EDEDED;
    border: 1px solid #D4D4D4;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    padding: 14px;
}

.map-overlay-box h2{
    color: #313131;
font-size: 20px;
font-style: normal;
margin-top: 11px;
margin-bottom: 30px;
font-weight: 500 !important;
line-height: normal;
letter-spacing: -1.44px;
}


.map-overlay-box p {
    margin-bottom: 0;
}


::-webkit-scrollbar {
    width: 10px;
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .owl-dot.active span{
    background-color: rgb(30, 86, 49) !important;
  }

  .carousel-caption img{
    width: 420px;
    margin-bottom: 30px;
  }

  .contact-field-row .req{
    color: #F00;
  }

  .vision-about-txt{
    width: 427px !important;
  }

  .header-drop-down{
    border-radius: 15px;
border: 1px solid #D4D4D4;
background: var(--fore-allways---white, #FFF);
color: #313131;
margin-top: 10px !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }

  .header-drop-down a{
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
    gap: 10px;
    padding: 6px 10px;
    margin-left: 5px;
    border-radius: 100px;
    margin-right: 5px;
}

.header-drop-down .dropdown-item:hover{
    background-color: green;
    color: #fff;
    transition: 0.3s ease-in;
}

.Brochure-nav-item{
    margin-top: 10px;
}


  .header-drop-down svg{
    background-color: #EDEDED;
    border: 1px solid #D4D4D4;
    width: 20px;
height: 20px;
border-radius: 100px;
padding: 4px;
  }