@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  width: 100%;
  background: #F8F6F0;
  font-family: "Poppins", sans-serif;
}

ul {
  margin: 0 !important;
  padding: 0 !important;
}

ul li {
  margin: 0;
}

a {
  text-decoration: none !important;
}

.bb-white {
  border-bottom: 2px solid #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.desktop-only .navbar {
  height: 82px;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  z-index: 1030;
  background: #00274D;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.desktop-only .navbar .main-logo {
  height: 52px;
}

.desktop-only .navbar .navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.desktop-only .navbar .navlist li {
  list-style-type: none;
  margin: 0 12px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.desktop-only .navbar .navlist li a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
}

.desktop-only .navbar .navlist li a:hover {
  color: #D4AF37;
}

.desktop-only .navbar .navlist li a.active {
  color: #D4AF37;
}

@media (max-width: 1023px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .navbar {
    height: 60px;
    background: #00274D;
  }
  .navbar .logo {
    height: 36px;
  }
  .navbar .menu-btn {
    color: #fff;
    border: none;
    padding: 0px 9.5px;
    background: rgba(255, 255, 255, 0.8);
    height: 32px;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 32px;
    position: relative;
    margin-top: 5px;
  }
  .navbar .menu-btn .iconbars, .navbar .menu-btn .iconbars:after, .navbar .menu-btn .iconbars:before {
    width: 18px;
    background: #D4AF37;
    display: block;
    height: 2px;
    position: absolute;
    right: 0px;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
  }
  .navbar .menu-btn .iconbars:after {
    content: "";
    top: -5px;
  }
  .navbar .menu-btn .iconbars:before {
    content: "";
    bottom: -5px;
  }
  .navbar .menuList {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background: #fff;
  }
  .navbar .menuList .sidemenu {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    right: -414px;
    top: 0px;
    height: 100%;
    width: 100%;
    font-family: "Poppins", sans-serif;
    background: #00274D;
  }
  .navbar .menuList .sidemenu.right-open {
    right: 0;
  }
  .navbar .menuList .sidemenu .btn,
  .navbar .menuList .sidemenu a {
    display: inline-block;
    font-size: 14px;
  }
  .navbar .menuList .sidemenu .dropdown-menu {
    position: relative;
    border: none;
    text-align: center;
    font-size: 10px;
    padding: 0 !important;
    width: 190px;
    margin: auto;
  }
  .navbar .menuList .sidemenu .dropdown-menu .dropdown-menu[data-bs-popper] {
    margin-top: 0px;
  }
  .navbar .menuList .sidemenu .dropdown-menu .dropdown-item {
    padding: 0.25rem 9px !important;
  }
  .navbar .menuList .sidemenu .dropdown-menu .dropdown-item:focus {
    background-color: #00007C !important;
  }
  .navbar .menuList .sidemenu .nav-item {
    position: relative;
    list-style-type: none;
    color: #00274D;
    background: #00274D;
  }
  .navbar .menuList .sidemenu .nav-item:last-child:after {
    display: none;
  }
  .navbar .menuList .sidemenu .nav-item .nav-link {
    padding: 15px 13px;
    color: #00274D;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
  }
  .navbar .menuList .sidemenu .nav-item .nav-link a {
    color: #000 !important;
  }
  .navbar .menuList .sidemenu .nav-item .nav-link.dropdown:before {
    position: absolute;
    top: 17px;
    right: -13px;
    background: url("../images/dropdown-icon.svg") no-repeat 0px 0px/11px;
    content: "";
    height: 20px;
    width: 20px;
  }
  .navbar .menuList .sidemenu .close {
    border: 1px solid #D4AF37;
    border-radius: 9px;
    opacity: 1;
    display: inline-block;
    -webkit-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    cursor: pointer;
    height: 27px;
    width: 27px;
    background: #D4AF37 url("../images/white-cross.svg") no-repeat 8px 8px/10px;
    z-index: 9;
    position: absolute;
    right: 24px;
    top: 12px;
  }
  .navbar .menuList .sidemenu .close:hover {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    border: 1px solid #D4AF37;
    background: #D4AF37 url("../images/white-cross.svg") no-repeat 8px 8px/10px;
  }
  .navbar .menuList .blackSpace {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: calc(100% - 414px);
  }
}

@media (min-width: 1023px) {
  .mobile-only {
    display: none;
  }
}

.blue_btn {
  color: #fff !important;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background: #00274D;
  border: 1px solid #00274D;
  border-radius: 12px;
  padding: 16px 24px;
  display: inline-block;
}

.blue_btn:hover {
  color: #D4AF37 !important;
  background: #fff;
}

@media (max-width: 600px) {
  .blue_btn {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 20px;
  }
}

.mainWrapper {
  padding-top: 80px;
}

@media (max-width: 1023px) {
  .mainWrapper {
    padding-top: 60px;
  }
}

.mainWrapper .hero {
  background: url("./images/heroimg.png") 100%;
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: auto;
}

@media (max-width: 500px) {
  .mainWrapper .hero {
    background-position: 22%;
  }
}

.mainWrapper .hero .herocontent {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.mainWrapper .hero .herocontent .herotext {
  color: #fff;
  font-size: 66px;
  line-height: 80px;
  font-weight: 500;
  margin-bottom: 12px;
}

.mainWrapper .hero .herocontent .herotext span {
  display: block;
  font-weight: 700;
}

@media (max-width: 400px) {
  .mainWrapper .hero .herocontent .herotext span {
    font-weight: 600;
  }
}

@media (max-width: 768px) {
  .mainWrapper .hero .herocontent .herotext {
    font-size: 40px;
    line-height: 60px;
    min-width: 98%;
  }
}

@media (max-width: 400px) {
  .mainWrapper .hero .herocontent .herotext {
    font-size: 24px;
    line-height: 32px;
    min-width: 98%;
  }
}

.mainWrapper .hero .herocontent p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 auto 30px;
  max-width: 80%;
}

@media (max-width: 768px) {
  .mainWrapper .hero .herocontent p {
    max-width: 98%;
  }
}

@media (max-width: 400px) {
  .mainWrapper .hero .herocontent p {
    font-size: 16px;
    line-height: 22px;
    min-width: 98%;
  }
}

.mainWrapper .knowmore {
  display: inline-block;
}

@media (max-width: 768px) {
  .mainWrapper .knowmore {
    margin-bottom: 20px;
  }
}

.mainWrapper .section-margin {
  margin-bottom: 80px;
}

.mainWrapper .sectionheading {
  color: #00274D;
  font-size: 66px;
  line-height: 80px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 16px;
}

.mainWrapper .sectionheading span {
  display: block;
  font-weight: 700;
}

@media (max-width: 768px) {
  .mainWrapper .sectionheading {
    font-size: 35px;
    line-height: 45px;
    margin: 0 auto 30px;
  }
}

@media (max-width: 768px) {
  .mainWrapper .sectionheading {
    font-size: 30px;
    line-height: 40px;
    margin: 0 auto 30px;
  }
}

.mainWrapper .para {
  color: #333333;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .mainWrapper .para {
    font-size: 16px;
    line-height: 24px;
  }
}

.mainWrapper .notes h5 {
  color: #333333;
  font-size: 32px;
  line-height: 48px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}

.mainWrapper .notes h5 span {
  color: #D4AF37;
  font-weight: 500;
}

@media (max-width: 768px) {
  .mainWrapper .notes h5 {
    font-size: 28px;
    line-height: 40px;
    text-align: justify;
    text-align-last: center;
  }
}

@media (max-width: 500px) {
  .mainWrapper .notes h5 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
}

.mainWrapper .invest .left {
  position: relative;
  z-index: -9;
}

.mainWrapper .invest .left:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  border: 3px solid #007C91;
  border-radius: 40px;
  height: 100%;
  width: 98%;
  z-index: -9;
}

.mainWrapper .invest .left:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  border: 3px solid #D4AF37;
  border-radius: 40px;
  height: 100%;
  width: 98%;
  z-index: -9;
}

.mainWrapper .invest .left img {
  padding-left: 30px;
}

.mainWrapper .invest .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  left: -15%;
  z-index: 999;
}

@media (max-width: 991px) {
  .mainWrapper .invest .swiper {
    left: 0;
  }
}

.mainWrapper .invest .swiper-slide {
  padding-left: 10px !important;
  margin-left: 0 !important;
}

@media (max-width: 767px) {
  .mainWrapper .invest .swiper-slide {
    margin: 0 auto !important;
  }
}

.mainWrapper .invest .swiper-slide .slidercard {
  background: rgba(240, 240, 240, 0.8);
  padding: 24px;
  width: 350px !important;
  border-radius: 20px;
  height: 300px;
  margin-right: 15px;
  text-align: center;
}

@media (max-width: 767px) {
  .mainWrapper .invest .swiper-slide .slidercard {
    width: 100% !important;
  }
}

.mainWrapper .invest .swiper-slide .slidercard img {
  border-radius: 24px;
  width: 300px;
}

@media (max-width: 767px) {
  .mainWrapper .invest .swiper-slide .slidercard img {
    width: 200px;
    border-radius: 12px;
  }
}

.mainWrapper .invest .swiper-slide .slidercard .cardheading {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 8px;
  margin-top: 12px;
}

.mainWrapper .invest .swiper-slide .slidercard .cardpara {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
}

.mainWrapper .workcard {
  -webkit-box-shadow: 0px 0px 15px 0px #0000001A;
          box-shadow: 0px 0px 15px 0px #0000001A;
  padding: 20px;
  text-align: center;
  margin: 24px 0;
  border-radius: 20px;
}

@media (max-width: 600px) {
  .mainWrapper .workcard {
    margin: 10px 0;
  }
}

.mainWrapper .workcard:hover {
  background: rgba(212, 175, 55, 0.25);
}

.mainWrapper .workcard img {
  height: 150px;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .mainWrapper .workcard img {
    height: 100px;
  }
}

.mainWrapper .workcard h6 {
  text-align: center;
  color: #333333;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}

@media (max-width: 600px) {
  .mainWrapper .workcard h6 {
    font-size: 24px;
    line-height: 32px;
  }
}

.mainWrapper .workcard p {
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
}

@media (max-width: 600px) {
  .mainWrapper .workcard p {
    font-size: 12px;
    line-height: 20px;
  }
}

.mainWrapper .network {
  border: 3px solid #D4AF37;
  border-radius: 40px;
  padding: 60px;
  position: relative;
}

@media (max-width: 768px) {
  .mainWrapper .network {
    padding: 40px 16px;
  }
}

.mainWrapper .network:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  border: 3px solid #007C91;
  border-radius: 40px;
  height: 100%;
  width: 100%;
}

.mainWrapper .network .networkpara {
  color: #333333;
  font-size: 32px;
  line-height: 48px;
  font-style: italic;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
}

.mainWrapper .network .networkpara span {
  color: #007C91;
}

@media (max-width: 768px) {
  .mainWrapper .network .networkpara {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .mainWrapper .network .networkpara {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
}

footer {
  background: #00274D;
  color: #fff;
  padding: 80px 0 60px;
}

footer .footerheading {
  font-size: 66px;
  line-height: 80px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  footer .footerheading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}

footer .calling, footer .mails, footer .address {
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  width: 100%;
  font-family: "Poppins", sans-serif;
  margin-bottom: 24px;
  display: inline-block;
  padding-left: 65px;
  position: relative;
  color: #fff;
}

footer .calling:hover, footer .mails:hover, footer .address:hover {
  color: #D4AF37;
}

@media (max-width: 768px) {
  footer .calling, footer .mails, footer .address {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 50px;
  }
}

@media (max-width: 320px) {
  footer .calling, footer .mails, footer .address {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 50px;
  }
}

footer .calling:before, footer .mails:before, footer .address:before {
  content: '';
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  background: url("./images/callicon.png") no-repeat;
  height: 60px;
  width: 60px;
}

footer .mails:before {
  content: '';
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  background: url("./images/mailicon.png") no-repeat;
  height: 60px;
  width: 60px;
}

footer .address:before {
  content: '';
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  background: url("./images/addressicon.png") no-repeat;
  height: 60px;
  width: 60px;
}

.copyrights {
  padding: 10px;
  color: #333333;
  font-size: 11px;
  text-align: center;
  line-height: 17px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin: 0px auto;
  width: 55%;
}

@media (max-width: 768px) {
  .copyrights {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */