@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap");
body {
    font-family: "Poppins", sans-serif;
}

.navbar {
    padding: 27px 5%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.navbar-light > .container-fluid {
    display: block;
}

/* 
.navbar-brand img {
  filter: brightness(0) invert(1);
} */

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-right a {
    padding-left: 15px;
}

.txt-div {
    /* justify-content: space-between; */
    /* padding: 35px 0; */
     padding: 10px 0;
}

.txt-div a {
    color: white;
}

.txt-right a {
    text-decoration: none;
    font-size: 16px;
}

.txt-left a {
    padding-right: 15px;
    /* letter-spacing: 3px; */
    text-underline-offset: 5px;
    color: #780164;
}

.txt-left-home.txt-left a {
    color: white;
    text-decoration: none;
}

/* Hamburger menu */

.button_container {
    position: relative;
    top: 5%;
    right: 2%;
    height: 15px;
    width: 24px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
}

.menu-wrap span {
    padding-left: 10px;
    color: #fff;
}

.txt-white {
    color: #fff;
}

.button_container:hover {
    opacity: 0.7;
}

.button_container.active .top {
    transform: translateY(7px) translateX(0) rotate(45deg);
    background: #fff;
}

.button_container.active .middle {
    opacity: 0;
    background: #fff;
}

.button_container.active .bottom {
    transform: translateY(-5px) translateX(0) rotate(-45deg);
    background: #fff;
}

.yt-video {
    color: #d3d3d3;
    align-items: baseline;
}

.yt-video span {
    padding-left: 25px;
}

.yt-video {
    animation: fadeInRight 0.5s ease forwards;
}

.button_container span {
    background: #fff;
    border: none;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 6px;
}

.button_container span:nth-of-type(3) {
    top: 12px;
}

.main-menu-container {
    z-index: 3;
}

/* .overlay {
    position: absolute;
    background: #282b2e;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.35s,
        visibility 0.35s,
        height 0.35s;
    overflow: hidden;
    overflow-y:auto;
    z-index: 2;
} */

.overlay {
    position: fixed;
    background: #282b2e;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition:all 0.35s ease;
     z-index: 2;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    /* height: 290px; */
    height: 400px;
       
}

.overlay-menu ul{
    width: 100%;
    padding: 0;
    margin: 0;
}

.overlay-menu li{
    width: 100%;
    list-style: none;
    /* margin: 10px 0; */
        margin: 0px 0;
}

.overlay-menu li a{
   display: block;
  /* padding: 10px; */
   padding: 0px;
  width: 100%;
  
}

html {
    scroll-behavior: smooth;
}
.top-btn {
    all: unset;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    height: 45px;
    width: 45px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    opacity: 1;
    z-index:4!important;
}

.about-us-header.about-us-header-contact {
    padding: 95px 0 88px;
}

.contact-top {
    padding: 95px 0 0;
    background: lightgrey;
}

.contact-top h2 {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -36px;
    position: relative;
    font-size: 57px;
    background: url("../img/wood.jpg") 50% 50% repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    word-break: break-all;
}

.overlay .hide-desktop ul li a {
    /* padding-right: 15px; */
       padding-right: 0px;
    letter-spacing: 3px;
    text-underline-offset: 5px;
    color: #90b8df;
    text-transform: uppercase;
    /* text-decoration: underline; */
}

.about-us-header-contact h2 {
    width: 50%;
    text-align: left;
    margin: 0 auto !important;
}

/* .overlay.open li {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
  }
  .overlay.open li:nth-of-type(2) {
    animation-delay: 0.4s;
  }
  .overlay.open li:nth-of-type(3) {
    animation-delay: 0.45s;
  }
  .overlay.open li:nth-of-type(4) {
    animation-delay: 0.5s;
  } */

.overlay nav {
    position: relative;
    top: 45%;
    padding: 28px 7% 0;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    position: relative;
    /* opacity: 0; */
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #d3d3d3;
    text-decoration: none;
    overflow: hidden;
    /* padding: 3px 0; */
       padding: 0px 0;
}

/* .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
  }
  .overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: 0.35s;
  } */

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.menu-wrap-header {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 35px 0;
}

.about1 {
    display: flex;
}

.about1-left {
    width: 35%;
}

.about1-right {
    width: 65%;
}

.about1-stack {
    height: 345px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14rem;
    color: #285a8b;
}

.about1-stack-bottom {
    height: 515px;
    overflow: hidden;
    /* background-image:url(../img/H2.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
}

.about1-stack-bottom img {
    width: 100%;
}

.about1-stack-lg {
    height: 345px;
    /* background-image:url(../img/H1.jpeg);
    background-repeat: no-repeat;
    background-size: cover; */
    overflow: hidden;
}

.about1-stack-lg img {
    width: 100%;
}

.about1-stack-lg-bottom {
    height: 515px;
    background-color: #780164; /* #0198bd;*/ /*#2e3192*/
    padding: 42px 55px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about1-stack-lg-bottom h2 {
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 38px;
}

.about1-stack-lg-bottom p {
    margin: 0;
    line-height: 26px;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    font-size: 14px;
}

#myVideo {
    width: 100%;
}

.about-sec-1 {
    margin-top: -7px;
}

.sepertor1,
.sepertor2 {
    display: flex;
}

.sepertor1-left {
    width: 35%;
    height: 75px;
    background-color: #f1eeee;
}

.sepertor1-right {
    width: 65%;
    height: 75px;
    background-color: #2e3192; /* #780164;*/
}

.sepertor2-left {
    width: 65%;
    height: 75px;
    background-color: #f1eeee;
}

.sepertor2-right {
    width: 35%;
    height: 75px;
    background-color: #2e3192; /* #780164;*/
}

.home-vid {
    overflow: hidden;
    position: relative;
}

.thumbnail {
    object-fit: cover;
}

.home-vid:after {
    content: "";
    position: absolute;
    background: #0000006e;
    top: 0px;
    bottom: 5px;
    left: 0px;
    width: 100%;
    transition: all 0.3s;
}

.about2 {
    height: 500px;
    /* background-image: url(../img/O1.jpeg);
  background-repeat: no-repeat;
  background-size: cover; */
    overflow: hidden;
}

.about2 img {
    width: 100%;
}

.about2-bottom {
}

.about2-bottom-flex {
    display: flex;
}

.about2-bottom-left {
    width: 60%;
}

.about2-bottom-right {
    width: 40%;
    background-color: white;
}

.about2-stack {
    height: 345px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14rem;
    color: #285a8b;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about2-content {
    background-color: #780164; /* #0198bd;*/
    padding: 42px 55px;
    color: white;
    height: 100%;
    /* height: 470px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about2-content h2 {
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 38px;
}

.about2-content p {
    margin: 0;
    line-height: 26px;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    font-size: 14px;
    margin-top: 40px;
}

.about5-bottom p {
    line-height: 26px;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 0;
}

/* .home-vid h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: white;
  opacity: 0.6;
  font-size: 14rem;
} */

.about3-left {
    height: 345px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14rem;
    color: #285a8b;
    width: 35%;
}

.about3-wrap {
    height: 600px;
    background-image: url(../img/O1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

.about3-wrap video {
    position: absolute;
    height: 600px;
    object-fit: cover;
}

.about3 {
    position: relative;
}

.about4,
.about4-sep {
    display: flex;
}

.about4-sep {
    height: 75px;
}

.about4-left,
.about4-sep1 {
    width: 65%;
}

.about4-right {
    width: 35%;
    height: 645px;
    /* background-image: url(../img/E1.jpeg);
  background-repeat: no-repeat;
  background-size: cover; */
}

.about4-right img {
    width: 100%;
}

.about4-sep2 {
    width: 35%;
    background-color: #780164;
}

.about4-left {
    background-color: #0198bd;
    padding: 42px 55px;
    color: white;
    height: 100%;
    height: 645px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about4-left h2 {
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 38px;
}

.about4-left p {
    line-height: 26px;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 40px;
}

.about5 {
    height: 700px;
    display: flex;
    position: relative;
}

.about5-sep {
    height: 75px;
    display: flex;
}

.about5-sep1 {
    background-color: #780164;
    width: 35%;
}

.about5-sep2 {
    width: 65%;
    background-color: #fff;
}

.about5-left {
    width: 65%;
    /* background-image: url(../img/E2.jpg);
  background-repeat: no-repeat;
  background-size: cover; */
}

.about5-left img {
    width: 100%;
}

.about5-right {
    width: 35%;
}

.about5-letter {
    height: 345px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14rem;
    color: #285a8b;
}

.about5-bottom {
    position: absolute;
    height: 455px;
    bottom: 0;
    right: 0;
    background-color: #0198bd;
    padding: 42px 55px;
    color: white;
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about5-bottom h2 {
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 38px;
}

.about6 {
    position: relative;
}

.about6 .about4-sep1 {
    background-color: #780164;
}

.about6 .about4-sep2 {
    background-color: #fff;
}

.about-last {
    display: flex;
}

.about-last-left {
    width: 35%;
}

.about-last-right {
    width: 65%;
}

.about-last-stack {
    height: 345px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14rem;
    color: #285a8b;
}

.about-last-bottom {
    height: 515px;
    overflow: hidden;
    /* background-image: url(../img/H2.jpg);
  background-repeat: no-repeat;
  background-size: cover; */
}

.about-last-bottom img {
    width: 100%;
}

.about-last-stack-lg {
    height: 345px;
    overflow: hidden;
    /* background-image: url(../img/C2.jpeg);
  background-repeat: no-repeat;
  background-size: cover; */
}

.about-last-stack-lg img {
    width: 100%;
}

.about-last-stack-lg-bottom {
    height: 515px;
    background-color: #0198bd;
    padding: 42px 55px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-last-stack-lg-bottom h2 {
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 38px;
}

.about-last-stack-lg-bottom p {
    line-height: 26px;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 0;
}

footer.footer-main {
    padding: 80px 5%;
    background: #404347;
}

footer p {
    font-size: 13px;
}

.dir {
    margin-top: 19px;
    font-size: 16px;
    /* text-decoration: underline; */
}

.footer-contact-img {
    width: 20%;
    height: 294px;
}

.footer-contact {
    background: #0198bd;
}

.footer-contact-wrap {
    display: flex;
}

.footer-contact-content {
    width: 80%;
    padding: 42px;
}

.footer-contact-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-main {
    margin-bottom: -7px;
}

.dir a {
    color: #fff;
}

/* .map-main iframe{
  pointer-events: none;
} */

footer p,
footer h4 {
    color: white;
    /* text-transform: uppercase; */
    line-height: 26px;
    text-align: justify;
}

footer h4 {
    margin-bottom: 20px;
    font-size: 20px;
}

footer p {
    margin: 0;
}

.footer-right a {
    color: white;
    text-decoration: none;
    font-weight: 700;
}

.footer-right span {
    color: #ccc;
}

.navbar-sub {
    position: relative;
    background: #0198bd;
}

.about-us-sub {
    background: lightgrey;
    position: relative;
}

.investor {
    background: lightgrey;
    position: relative;
}

.inv-main {
    background: lightgrey;
}

.investor2 {
    position: relative;
    margin-bottom: 30px;
}

.investor-wrap {
    width: 70%;
    margin: 0 auto;
    padding: 95px 0 95px;
    text-align: center;
}

.investor-middle {
    width: 70%;
    margin: 0 auto;
    position: relative;
}

.investor-middle1 {
    width: 70%;
    margin: 0 auto;
    position: relative;
}

.in-square {
    position: absolute;
    height: 60%;
    width: 40%;
    right: 0;
    bottom: 33%;
    background: #e0e0e0;
    z-index: -1;
}

.investor-left {
    width: 40%;
}

.investor-row {
    display: flex;
}

.investor-right {
    padding-left: 30px;
    width: 60%;
    padding-right: 225px;
}

.investor-right p {
    color: #777c82;
    font-weight: 300;
    z-index: 1;
    position: relative;
}

.investor-wrap h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 45px;
}

.investor-wrap p {
    font-size: 32px;
    line-height: 45px;
    text-align: left;
    margin: 0;
    font-weight: 200;
    position: relative;
    z-index: 1;
}

.investor-row2 {
    /* margin-top: -30px; */
    display: flex;
}

.inv-1 {
    width: 30%;
}

.inv-2 {
    width: 40%;
}

.inv-3 {
    width: 30%;
}

.inv-1 p {
    margin-bottom: 0;
    padding-right: 40px;
    padding-top: 75px;
}

.inv-3 p {
    margin-bottom: 0;
    padding-left: 40px;
}

.investor-row2 p {
    color: #777c82;
    font-weight: 300;
}

.about-us-header {
    width: 70%;
    margin: 0 auto;
    padding: 95px 0 250px;
    text-align: center;
    position: relative;
}

.about-us-header h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 45px;
}

.about-us-header p {
    font-size: 32px;
    line-height: 45px;
    text-align: left;
    margin: 0;
    font-weight: 200;
    position: relative;
    z-index: 1;
}

.side-div {
    width: 42%;
    height: 47%;
    position: absolute;
    bottom: 15%;
    right: 0;
    background-color: #e0e0e0;
}

.about-boxes {
    width: 63%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -115px;
    position: relative;
}

.about-box-wrap {
    background-color: #e0e0e0;
    padding-bottom: 140px;
}

.investor-row3 {
    display: flex;
    padding-bottom: 75px;
    /* margin-top: -30px; */
}

.inv-4 {
    width: 30%;
}

.inv-6 {
    width: 40%;
}

.inv-5 {
    width: 30%;
}

.inv-5 p {
    margin-bottom: 0;
    color: #777c82;
    font-weight: 300;
}

.inv-6 p {
    margin-bottom: 0;
    padding-top: 15px;
    color: #777c82;
    font-weight: 300;
}

.handw-square {
    position: absolute;
    height: 25%;
    width: 53%;
    right: 0;
    bottom: 0;
    background: #e0e0e0;
}

.investor-wrap.investor-form {
    text-align: left;
}

.btn-submit {
    background-color: #285a8b;
    border-color: #285a8b;
    color: white;
}

.btn-submit:hover {
    color: white;
}

.footer-bottom {
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin-top: 50px;
}
.footer-bottom p {
    margin: 0;
    text-align: center;
}
.footer-bottom a:hover {
    color: #4d7aa7 !important;
}
.footer-main .address a:hover p {
    color: #4d7aa7; /* Change to your desired color */
}

.grecaptcha-badge{
    display: none !important;
}