@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('ttf');
  font-weight: 600;
  font-style: normal;
}


* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}

html,
body {
  overflow: hidden;
  height: 100vh !important;
}

a,
button,
.btn,
a *,
button *,
.btn * {
  transition: linear .2s;
}

ol, ul{
  margin: 0;
  padding: 0;
}

/* Hide scrollbar */
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

* {
  scrollbar-width: none;
}

*::-ms-scrollbar {
  width: 0px;
  height: 0px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1E2731;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* preloader css start */

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-preloader-1 {
  -webkit-animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both;
  animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(26, 104, 52);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(26, 104, 52);
  }
}

.svg-preloader-2 {
  -webkit-animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.30000000000000004s both;
  animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.30000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(26, 104, 52);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(26, 104, 52);
  }
}

.svg-preloader-3 {
  -webkit-animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(26, 104, 52);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(26, 104, 52);
  }
}

.svg-preloader-4 {
  -webkit-animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
  animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(26, 104, 52);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(26, 104, 52);
  }
}

.svg-preloader-5 {
  -webkit-animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6000000000000001s both;
  animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-preloader-6 {
  -webkit-animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
  animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-preloader-7 {
  -webkit-animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
  animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-preloader-8 {
  -webkit-animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9000000000000001s both;
  animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-preloader-9 {
  -webkit-animation: animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  animation: animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-preloader-10 {
  -webkit-animation: animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
  animation: animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-preloader-11 {
  -webkit-animation: animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
  animation: animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}

@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-preloader-12 {
  -webkit-animation: animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
  animation: animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-preloader-13 {
  -webkit-animation: animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
  animation: animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-preloader-14 {
  -webkit-animation: animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
  animation: animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-preloader-15 {
  -webkit-animation: animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
  animation: animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-preloader-16 {
  -webkit-animation: animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
  animation: animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
}

/* preloader css end */

.container {
  max-width: 1440px;
  margin: auto;
  padding: 0 15px;
}

h2.sec-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  text-align: center;
  color: #162C5D;
  margin-bottom: 40px;
}

/* header */
.main-header {
  min-height: 79px;
  border-bottom: 1px solid #ffffff0d;
  margin-bottom: -80px;
  position: relative;
  z-index: 999;
}

.main-header .container {
  height: 79px !important;
  display: block !important;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.site-logo img {
  background: #ffffff0d;
  border: 1px solid #ffffff05;
  backdrop-filter: blur(2px);
  border-radius: 2px;
  width: 55px;
  padding: 4px;
  box-sizing: border-box;
}

.main-menu ul {
  list-style: none;
  display: flex;
  gap: 35px;
  align-items: center;
}

.main-menu ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #787F8C;
  text-decoration: none;
}

.main-menu ul li a:hover,
.main-menu ul li a.active {
  color: #1A6834;
}

.main-menu ul li a.header-btn {
  background: #1A6834;
  border-radius: 4px;
  margin-left: 25px;
  padding: 8px 32px 8px 9.5px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  gap: 13px;
}

.main-menu ul li a.header-btn:hover {
  background-color: #ffffff12;
}

.main-menu ul li a.header-btn svg {
  background: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  padding: 7px 9px;
  width: 17px;
  height: 18px;
  box-sizing: content-box;
}

/* header end */

.hero-sec {
  height: 100vh;
  background: linear-gradient(0deg, #000916e0, #000916e0), url("../img/Hero-BG.webp") no-repeat center center/cover;
}

.hero-sec .container {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.hero-content h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 96px;
  color: #FFFFFF;
  margin-bottom: 29px;
}

.hero-content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 43px;
  color: #FFFFFF;
  opacity: 0.6;
  margin-bottom: 45px;
}

.hero-content ul.btn-group {
  margin-bottom: 73px;
  list-style: none;
  display: flex;
  gap: 25px;
}

.hero-content ul.btn-group li {
  display: inline-block;
}

.hero-content ul.btn-group li a {
  background-color: #ffffff12;
  border: 1px solid #ffffff33;
  backdrop-filter: blur(2.5px);
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 16px 30px;
  display: block;
  transition: linear .2s;
}

.hero-content ul.btn-group li a.btn-more,
.hero-content ul.btn-group li a:hover {
  background-color: transparent;
}

.hero-content ul.btn-group li a.btn-more:hover {
  background-color: #ffffff12;
}

.hero-content .hero-contact .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff99;
  margin-bottom: 12px;
}

.hero-content .hero-contact .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}

.services-sec {
  /* padding: 80px 0; */
  background-color: #FFFFFF;
  overflow: auto;
}
.services-content{padding: 80px 0;}
.services-tab-area {
  display: flex;
}

.tab-btn {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 370px;
  padding-right: 30px;
}

.services-tab-area .tab-btn li:hover * {
  transition: linear .2s;
}

.services-tab-area .tab-btn li {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.services-tab-area .tab-btn li:last-child {
  margin-bottom: 0;
}

.services-tab-area .tab-btn li img {
  border-radius: 4px;
  width: 108px;
  height: 108px;
  object-fit: cover;
  border: 1px solid transparent;
}

.services-tab-area .tab-btn li p::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: linear-gradient(180deg, #06132500 0%, #071c3729 100%);
  opacity: 1;
  transition: linear .2s;
}

.services-tab-area .tab-btn li.active p::before,
.services-tab-area .tab-btn li:hover p::before {
  opacity: 0;
  transition: linear .2s;
}

.services-tab-area .tab-btn li p {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #212327;
  margin-left: 20px;
}

.services-tab-area .tab-btn li:hover img {
  border-color: #1A6834;
}

.services-tab-area .tab-btn li:hover p {
  color: #1A6834;
}

.services-tab-area .tab-btn li.active img {
  border-color: #1A6834;
}

.services-tab-area .tab-btn li.active p {
  color: #1A6834;
}

.services-tab-area .tab-content {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.services-tab-area .tab-content li {
  position: relative;
  display: none;
  padding: 50px 60px;
  background: linear-gradient(180deg, #06132500 20.75%, #071c37cf) no-repeat center center/cover;
  border-radius: 4px;
  /* height: 100%; */
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: nowrap;
}

.services-tab-area .tab-content li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, #06132500 20.75%, #071c37cf);
  border-radius: 4px;
}

.services-tab-area .tab-content li .tab-content-inner {
  position: relative;
  z-index: 1;
}

.services-tab-area .tab-content li h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 51px;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.services-tab-area .tab-content li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  opacity: 0.75;
  margin-bottom: 25px;
}

.services-tab-area .tab-content li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8.5px;
}

.services-tab-area .tab-content li a:hover {
  gap: 15px;
}


/* one page scroll */
#masterWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

#panelWrap {
  width: 100%;
  height: 100%;
}


.dot {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: relative;
  background-color: #fff;
  margin: 12px;
  cursor: pointer;
}

.dots {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 16px;
}


#downArrow {
  bottom: 12px;
}

#upArrow {
  top: 12px;
  display: none;
}

.arrow {
  position: absolute;
  z-index: 100;
  right: 12px;
  cursor: pointer;
  opacity: 0.75;
  width: 40px;
  height: 40px;
  stroke-width: 8px;
  stroke: white;
  fill: transparent;
}

.toolTips {
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 1000;
}

@media (hover:none) {

  .toolTips,
  p.navDotInfo {
    visibility: hidden;
  }
}

.toolTip {
  opacity: 0;
  text-align: right;
  height: 12px;
  margin: 12px 0;
  line-height: 12px;
  left: 10px;
  top: 10px;
}


.iconWrap {
  width: 300px;
  margin-top: 30px;
}

.icon {
  text-align: center;
  width: 150px;
  float: left;
}

.icon svg {
  width: 50px;
  height: 50px;
  margin: 6px 0;
  overflow: visible;
}

/* one page scroll end */