html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(255, 102, 0, 1);
  text-rendering: optimizeLegibility;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  box-sizing: border-box;
  backface-visibility: hidden;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  color: var(--color-primary);
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
}
:root {
  --primaryColor: #046663;
  --secondaryColor: #e7ff8e;
  --black: #000;
  --offBlack: #162026;
  --white: #fff;
  --offWhite: #f8f9fa;
  --green: #046663;
  --grey: #606060;
  --lightGreen: #059e84;
  --offGreen: #059e84;
  --lightGrey: #eeeeee;
  --transition500: all 500ms ease-in-out;
  --transition300easy: all 300ms ease;
  --transition300: all 300ms ease-in-out;
}

h1 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
}

h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
 color: #162026;
}

h3 {
  font-size: 24px;
  line-height: 1.4;
 color: #162026;
  font-weight: 500;
}

h4 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;

  margin: 0;
}

h5 {
  font-size: 18px;
  line-height: 1;
}

h6 {
  font-size: 16px;
  color: var(--offGreen);
  font-weight: 600;
}

p {
  font-size: 16px;
  margin: 0;
	color: #606060;
	line-height: 30px;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-wrapper {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
}
header {
  padding: 20px 0;
}

header .navbar-nav li.nav-item a {
  color: #606060;
  transition: var(--transition300);
}
header .navbar-nav li.nav-item a:hover ,.navbar-nav .nav-link.active  {
  color: var(--primaryColor);
}

.header-btn .btn {
  background: var(--primaryColor);
  padding: 16px 32px;
  border-radius: 0;
  transition: var(--transition500);
  color: var(--white);
  line-height: 33px;

}
.header-btn .btn:hover {
  background: var(--offGreen);
}
.header-btn .btn svg {
  margin-left: 10px;
  transition: var(--transition500);
   margin-top: -3px;

}

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

.menu-icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.show .menu-icon .bar-2 {
  opacity: 0;
}

.show .menu-icon .bar-3 {
  transform: rotate(-45deg) translate(-15px, 0px);
}
.grid-item.special-style {
  grid-column: span 2;
}
.menu-icon .bar {
  fill: none;
  stroke: var(--primaryColor);
  stroke-width: 2;
  stroke-linecap: round;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.navbar-toggler {
  border: none;
}

.show .menu-icon .bar-1 {
  transform: rotate(45deg) translate(6px, -9px);
}

.banner {
  background: url(../img/banner.png) center center no-repeat;
  height: 83vh;
  color: var(--white);
}
.banner h1 {
  font-weight: 400;
  font-size: 68px;
  max-width: 700px;
  line-height: 1.1em;
  margin: 0;
  padding-bottom: 14px;
}
.delta-btn {
  padding-top: 40px;
}
.banner .container {
  height: inherit;
}
.banner-text {
  display: flex;
  height: inherit;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 94px;
}
.delta-btn a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--white);
  transition: var(--transition300easy);
}
.delta-btn a span {
  width: 70px;
  height: 70px;
  display: flex;
  border: 1px solid var(--white);
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: var(--transition300easy);
}
.delta-btn a:hover {
  text-decoration: underline;
}
.our-services .delta-btn span {
  border: 1px solid #e0e0e0;
  margin: 0;
}

.delta-btn a:hover span {
  border: 1px solid var(--secondaryColor);
  background: var(--secondaryColor);
}

.delta-btn a:hover svg path {
  stroke: var(--primaryColor);
}

.delta-btn {
  max-width: fit-content;
}

.side-green {
  position: relative;
  z-index: 2;
}
.side-green img {
  position: fixed;
  right: 0;
  width: 30%;
  bottom: -31px;
}
/* banner end */
.about-hp {
  background: var(--primaryColor);
  padding: 100px 0;
  color: var(--white);
}

.about-hp h6 {
  color: var(--secondaryColor);
}

.counter {
  padding-bottom: 65px;
  position: relative;
  z-index: 9;
}
.counter h2 {
  font-weight: 400;
  font-size: 80px;
  line-height: 1em;
	color: #fff;

}
.counter p {
  color: var(--offWhite);
}

footer {
  position: relative;
}

.mini-footer {
  padding-top: 20px;
}
.gelta-position {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.gelta-position img {
  width: 100%;
  height: 130px;
  object-fit: contain;
}

.mini-text p {
  color: var(--grey);
}
.mini-text ul {
  display: flex;
  list-style: none;
  margin: 0;
}

.mini-text ul li a {
  color: var(--grey);
  text-decoration: none;
}

.mini-text {
  display: flex;
  justify-content: space-between;
}

footer {
  padding: 88px 0 20px;
}
.footer-menu ul li {
  list-style: none;
  padding-bottom: 27px;
}
.footer-menu ul li a {
  color: #162026;
  text-decoration: none;
  transition: var(--transition300easy);
  line-height: 33px;
}

.footer-menu ul li a:hover {
  color: var(--primaryColor);
}

.footer-menu {
  padding-bottom: 60px;
  padding-left: 45px;

}

.footer-text {
  padding-bottom: 24px;
}

.footer-text h6 {
  color: var(--lightGreen);
  font-size: 16px;
}

.footer-text p,
.footer-text a {
  color: var(--offBlack);
	   line-height: 33px;
}
.footer-text a:hover {
  color: var(--primaryColor);
}

a {
  text-decoration: none;
}

.common-block {
  background: var(--primaryColor);
  padding: 129px 90px 157px;
  position: relative;
  overflow: hidden;
}

.common-block .header-btn {
  display: flex;
  align-items: end;
  justify-content: end;
}

.common-block .header-btn a {
  background: rgba(255, 255, 255, 0.16);

  backdrop-filter: blur(32px);
}

.common-block .header-btn:hover a {
  background: var(--secondaryColor);
  color: var(--primaryColor) !important;
}
.common-block .header-btn:hover svg path {
  stroke: var(--primaryColor);
}

.common-block h6 {
    color: var(--secondaryColor);
    font-weight: 600;
    margin: 0;
    padding-bottom: 16px;
	 font-family: "Zalando Sans", sans-serif;
}

.common-block h2 {
  color: var(--white);
  font-weight: 400;
  padding-bottom: 4px;
    max-width: 520px;
  font-size: 30px;
 line-height: 46px;

}

.common-block p {
  color: var(--white);
}

.common-img {
  position: absolute;
  top: 61%;
  left: 50%;
  width: 55%;
  transform: translate(-50%, -50%);
}

.general-padding {
  padding: 140px 0;
}

.icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--white);
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon img {
  padding: 13px;
}
.capabilities .row .col-6:first-child .icon-block {
  border-right: 1px solid#E0E0E0;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto); /* 2 rows */
  position: relative;
}
.grid-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #e5e7eb; /* light gray line */
  transform: translateX(-50%);
}

.icon-block {
  border-bottom: 1px solid #e5e7eb;
  padding: 40px;
}

.icon-block:last-child {
  border-bottom: none;
}
.icon-block:nth-child(7) {
  border-bottom: none;
}

.our-services h6 {
  color: var(--lightGreen);
}

.services-flex .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

/* .services-flex .grid .grid-box {
  height: inherit;
} */
.services-block {
  flex-basis: 50%;
}

.services-block {
  height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  position: relative;
  overflow: hidden;
}

.services-img img {
  height: 780px;
  width: 100%;
}

.services-block .delta-btn {
  max-width: inherit;
  display: flex;
  align-items: end;
  justify-content: end;
  z-index: 9;
  position: relative;
}

.services-block span.num {
  color: var(--offGreen);
  font-weight: 600;
}

.services-block h3 {
  padding-top: 16px;
  font-weight: 400;
}

.services-block p {
opacity: 0;
}
.services-block:hover p {
 opacity: 1;

}
.trangle-img {
  position: absolute;
  right: -57px;
  top: 0px;
  opacity: 0;
}

.services-block:hover {
  background: #05625ef7;
  cursor: pointer;
}
.services-block .text {
  position: relative;
  z-index: 9;
}

.services-block:hover .trangle-img  {
  opacity: 1;
}

.our-services-block {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
}
.grid-container-i {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.our-services,
.white-bg {
  position: relative;
  background: var(--white);
  z-index: 8;
}
.services-block {
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.our-services h2 {
  padding-bottom: 60px;
}

.services-block:hover h3 {
  color: var(--white);
}
.services-block:hover span {
  color: var(--secondaryColor);
  font-family: "Zalando Sans", sans-serif;

}

.services-block:hover .delta-btn a span {
  border: 1px solid var(--secondaryColor);
  background: var(--secondaryColor);
}

.carousal-partner .swiper-wrapper {
  animation: scroll 20s linear infinite;
}

.grey {
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
  margin: 0;
}

.carousal-partner .swiper-wrapper {
  align-items: center;
  justify-content: center;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.carousal-partner {
  margin-top: 60px;
  margin-bottom: 35px;
}

.partner h6,
.our-protfolio h6 {
  color: var(--offGreen);
	margin: 0;
	padding-bottom: 16px;
}
.btn-grey a {
  color: var(--grey);
}
.btn-grey a span {
  border: 1px solid #e0e0e0;
}

.our-protfolio .btn-grey {
  display: flex;
  justify-content: end;
  align-items: end;
}
.our-protfolio .services-flex .grid .grid-box {
  background: inherit;
  position: relative;
  overflow: hidden;
}
.protfolio-img img {
  width: 200px;
  height: 180px;
  object-fit: contain;
}
.our-protfolio .services-block:hover .protfolio-img {
  display: none;
}
.our-protfolio .services-block:hover .hide-block {
  display: block;
}

.hide-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  top: 0;
  transition: opacity 500ms ease-in-out;
}

.hide-block img {
  width: 100%;
  height: 100%;

}

/* Hover effect */
.services-block:hover .hide-block {
  opacity: 1;
}

/* .our-protfolio .services-block:hover {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    url(<path-to-image>) lightgray 50% / cover no-repeat;
} */

.banner-text p {
	color:#F8F9FA ;
}

.protfolio-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.common-banner {
  padding-top: 140px;
}

.common-banner h6 {
  color: var(--lightGreen);
  margin: 0;
  padding-bottom: 14px;
  font-family: "Zalando Sans", sans-serif;
}

.common-banner h1 {
  color: var(--offBlack);
  font-size: 42px;
 max-width: 540px;

}

.about-counter  {
	padding: 160px 0;
}
.common-banner p {
  color: var(--grey);
}

.counter-wrap {
  display: flex;
  justify-content: space-between;
}

.counter-wrap .counter p,
.counter-wrap .counter h2 {
  color: var(--offBlack);
}
.about-common {
  padding: 300px 0 160px;
}

.about-common h2 {
  font-size: 32px;
}

.about-common .common-about-img img {
  position: absolute;
  right: -104px;
  bottom: 0;
}

.col-lg-4:nth-child(1) .core-block {
  padding-left: 0;
  padding-top: 50px;
  display: inherit;
  padding-right: 89px;

}

.about-img {
  background: url(../img/about-img.jpg) no-repeat;
  height: 500px;
  background-position: center;
  background-attachment: inherit !important;
  background-size: cover;
  position: relative;
  margin-bottom: -200px;
  z-index: 2;
}

.detail-img-i {
  /* background: url(../img/detail-img.jpg) no-repeat; */
  height: 500px;
  background-position: center;
  background-size: cover;
  margin: 80px 0 140px;
}
.core-block {
padding: 24px 28px 50px 28px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
}

.core-block h6 {
  color: var(--lightGreen);
  font-family: "Zalando Sans", sans-serif;
	font-size: 14px;
	margin: 0 !important;
	padding-bottom: 16px;
}

.core-block h3 {
	margin: 0;
	padding-bottom: 16px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
}

.grid-box {
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 33px 32px;
  height: 514px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: var(--transition300easy);
}

h6 {
  color: var(--lightGreen);
}

.grid-box p {
  color: var(--grey);
}
.grid-box:hover .team-img {
  opacity: 1;
}
.grid-box .delta-btn {
  display: flex;
  align-items: end;
  justify-content: end;
  max-width: inherit;
  z-index: 3;
  position: relative;
}

.detail-img {
	padding: 80px 0 100px;
}
.grid-box:hover .delta-btn a span {
  border: 1px solid var(--secondaryColor);
  background: var(--secondaryColor);
}
.team {
  background: #f8f9fa;
}
.team .grid {
  margin-top: 40px;
}

.team-img {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  height: 100%;
  bottom: 0;
  opacity: 0;
  transition: var(--transition300easy);
}

.common-banner-text {
  letter-spacing: 1px;
}

.services-listing .grid {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
}

.text p {
  color: var(--offBlack);
}

.services-block h3 {
  padding-bottom: 15px;
  margin: 0;
  color: #162026;
}
.services-block:hover p {
  color: var(--white);
}

.features .grid-box {
  height: inherit;
}
.features .grid-box p {
  color: var(--grey);
	font-size: 14px;
}

.features .grid-box h4 {
  padding-bottom: 16px;
}

.features h2 {
  padding-bottom: 40px;
	font-size: 30px;
}

.benefits text h2 {
  font-weight: 500;
}
.benefits .benefits-text ul {
  list-style: none;
  padding: 0;
    padding: 60px 0;

}

.benefits .benefits-text ul li {
      display: flex;
    font-size: 18px;
    padding-bottom: 40px;
    align-items: center;
    color: #606060;
}
.benefits .benefits-text ul li span img {
     width: 26px;
    height: 26px;
}
.benefits .benefits-text ul li span {
  margin: 0;
    width: 40px;
    height: 40px;
  display: block;
  border-radius: 50%;
  background: #e7ff8e;
  margin-right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.features .text {
  padding-bottom: 40px;
}

.features .icon img {
    width: 30px;
    height: 30px;
	padding: 0;
}

.features .grid-box {
	padding: 37px 32px 80px ; 
}

.features .icon {
    background: #f8f9fa;
    padding: 0;
    border-radius: 50%;
    width: 86px;
    height: 86px;
	margin: 0;
}

.features .text h4 {
  padding-top: 60px;
	color: #162026;
}

.common-back {
  padding-top: 70px;
}

.common-back a {
  color: #162026;
  margin-bottom: 75px;
  display: block;
  transition: var(--lightGreen);
}
.common-back a svg {
  margin-right: 16px;
}

.two-column p {
  color: var(--grey);
}

.two-column .col-md-6 {
  padding-right: 60px;
}

.features .grid-box .num {
  color: var(--lightGreen);
  font-weight: 600;
}

.back:hover {
  color: var(--lightGreen);
}
.back:hover svg path {
  stroke: var(--lightGreen);
}

.conatct-wrapper {
  display: flex;
  justify-content: space-between;
}
.conatct-wrapper .info h6 {
  color: #606060;
  font-size: 16px;
	font-weight: 500;
}

.conatct-wrapper .info a {
  font-size: 24px;
  color: var(--offBlack);
  transition: var(--transition500);
}

.conatct-wrapper .info a:hover {
  border-bottom: 1px solid var(--offBlack);
}

.terms-block p {
  margin-bottom: 20px;
}

.error-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 0 20px;
}

.error-text h1 {
  font-size: 120px;
  color: var(--offGreen);
}

.error-text p {
  padding: 20px 0 40px;
  max-width: 480px;
  text-align: center;
}

.capabilities {
  background: #f8f9fa;
}
.swiper-scrollbar-container {
  position: relative;
  height: 20px;
}

.swiper-scrollbar-container > .swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: 50;
  height: 3px;
  width: 100%;
}

.protfolio-slider {
  padding-bottom: 140px;
}


.mobile-email {
  display: none;
}

.protfolio-slider .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #046663;
  border-radius: 10px;
  left: 0;
  top: 0;
}

a.absolute-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.swiper-wrapper{
  height:auto!important;
}

.about-common h2 {
	max-width: inherit;
	line-height: 1.3em;
}

.row .col-md-6:first-child .about-text h2 {
    max-width: 415px;
}
.core-block p {
	font-size: 14px;
	color: #606060;
}

.core-block h2 {
	line-height: 42px;
}

.team h2 {
	font-size: 30px;
	color: #162026;
} 

.team .grid-box {
	height: 442px
}

.team-img img {
	height: 100%;
}

.partner h2 {
color: #162026;
}

.services-listing ,
.our-protfolio {
	padding: 140px 0 100px;
}

.grid .grid-box:first-child h4 {
    max-width: 224px;
}


.portfolio-template-default .features .grid-box {
    display: inline;
}

.portfolio-template-default .features .text h4 {
    padding-top: 16px;
    color: #162026;
}

.terms-block h1 {
	padding-bottom: 32px;
	color: #162026;
}

.terms-block p{
	color: #606060;
}

.error-text .header-btn .btn svg {
    margin-left: 10px;
    transition: var(--transition500);
    margin-top: 0;
}

.error-text h3 {
	font-size: 22px;
	margin: 0;
}
.menu-legal-menu-container ul {
	padding: 0;
}
.menu-legal-menu-container ul li {
	padding-right: 60px;
}

.menu-legal-menu-container ul li:last-child {
	padding-right: 0;
}
.menu-legal-menu-container ul li a {
	font-size: 14px;
}
.our-protfolio .services-block:hover span {
  color: var(--white);
}
.contact-info {
	padding: 80px 0 100px;
}