@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,0,700;800;0,900;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

a {
  transition: 0.5s ease-in;
}

a:hover {
  transition: 0.3s ease-in;
}

a, a.nav-link {
  color: #1813E0;
  text-decoration: none;
}

a:focus, button:focus {
  box-shadow: unset !important;
}

img {
  width: 100%;
}

.container-head {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container-head {
    max-width: 87.5%;
  }
}
@media (min-width: 1800px) {
  .container-head {
    max-width: 1655px;
  }
}

.container-testimonial {
  max-width: 97%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container-testimonial {
    max-width: 97%;
  }
}
@media (min-width: 992px) {
  .container-testimonial {
    max-width: 91.1%;
  }
}
@media (min-width: 1800px) {
  .container-testimonial {
    max-width: 1736px;
  }
}

.container-ctn {
  max-width: 95%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container-ctn {
    max-width: 93.8%;
  }
}
@media (min-width: 1400px) {
  .container-ctn {
    max-width: 93.3%;
  }
}
@media (min-width: 1800px) {
  .container-ctn {
    max-width: 1670px;
  }
}

.btn.pentaBtn, #startProject button.btn.form_submit_btn, .bannerContentWrap a.btn {
  background: linear-gradient(90deg, #05735B 0%, #4AAD97 100%);
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 33px;
  color: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 18px;
  border: unset;
  outline: unset;
}
@media (min-width: 768px) {
  .btn.pentaBtn, #startProject button.btn.form_submit_btn, .bannerContentWrap a.btn {
    width: 110px;
    padding: 5px;
    font-size: 11.6px;
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .btn.pentaBtn, #startProject button.btn.form_submit_btn, .bannerContentWrap a.btn {
    width: 126px;
    padding: 8px;
    font-size: 12.6px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .btn.pentaBtn, #startProject button.btn.form_submit_btn, .bannerContentWrap a.btn {
    width: 156px;
    padding: 10px;
    font-size: 13.6px;
    line-height: 33px;
  }
}
@media (min-width: 1600px) {
  .btn.pentaBtn, #startProject button.btn.form_submit_btn, .bannerContentWrap a.btn {
    width: 186px;
    padding: 13px;
    font-size: 17px;
    line-height: 37px;
  }
}
@media (min-width: 1800px) {
  .btn.pentaBtn, #startProject button.btn.form_submit_btn, .bannerContentWrap a.btn {
    padding: 17px;
    width: 223px;
    font-size: 20px;
    line-height: 40px;
  }
}
.btn.pentaBtn:hover, #startProject button.btn.form_submit_btn:hover, .bannerContentWrap a.btn:hover, .btn.pentaBtn.active, #startProject button.btn.active.form_submit_btn, .bannerContentWrap a.btn.active {
  background: #fff;
  color: #05735B;
  transition: 0.3s ease-in;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}
@media (min-width: 576px) {
  h1 {
    font-size: 45.2px;
    line-height: 56px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 45.2px;
    line-height: 56px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 55.2px;
    line-height: 66px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 71.2px;
    line-height: 86px;
  }
}
@media (min-width: 1600px) {
  h1 {
    font-size: 84px;
    line-height: 101px;
  }
}
@media (min-width: 1800px) {
  h1 {
    font-size: 100px;
    line-height: 120px;
  }
}

h2 {
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 40.5px;
    line-height: 44px;
  }
}
@media (min-width: 1600px) {
  h2 {
    font-size: 48px;
    line-height: 55px;
  }
}
@media (min-width: 1800px) {
  h2 {
    font-size: 58px;
    line-height: 71px;
  }
}

h3 {
  font-weight: 500;
}
@media (min-width: 1800px) {
  h3 {
    font-size: 24px;
    line-height: 35px;
  }
}

h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: 900;
}

@media (min-width: 1800px) {
  p, .p {
    font-size: 18px;
    line-height: 35px;
  }
}

.subTextH2, .profolio span, .service span, .testimonials .row > span, .ourCLients span {
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .subTextH2, .profolio span, .service span, .testimonials .row > span, .ourCLients span {
    margin-bottom: 5px;
    font-size: 12.1px;
    line-height: 29px;
  }
}
@media (min-width: 1600px) {
  .subTextH2, .profolio span, .service span, .testimonials .row > span, .ourCLients span {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 29px;
  }
}
@media (min-width: 1800px) {
  .subTextH2, .profolio span, .service span, .testimonials .row > span, .ourCLients span {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

.commonPadding, .profolio, .service .container-head, .testimonials, .ourCLients {
  padding: 40px 0px;
}
@media (min-width: 768px) {
  .commonPadding, .profolio, .service .container-head, .testimonials, .ourCLients {
    padding: 50px 0px;
  }
}
@media (min-width: 1200px) {
  .commonPadding, .profolio, .service .container-head, .testimonials, .ourCLients {
    padding: 60px 0px;
  }
}
@media (min-width: 1300px) {
  .commonPadding, .profolio, .service .container-head, .testimonials, .ourCLients {
    padding: 95px 0px;
  }
}
@media (min-width: 1400px) {
  .commonPadding, .profolio, .service .container-head, .testimonials, .ourCLients {
    padding: 100px 0px;
  }
}
@media (min-width: 1600px) {
  .commonPadding, .profolio, .service .container-head, .testimonials, .ourCLients {
    padding: 120px 0px;
  }
}
@media (min-width: 1800px) {
  .commonPadding, .profolio, .service .container-head, .testimonials, .ourCLients {
    padding: 150px 0px;
  }
}

.position, .profolio ul li::after, .profolio::after, .profolio::before, footer .officeDetails .row > div h3::before, footer .footer-top::before, footer .footer-top::after, .service .serviceBox li::before, .service::before, .googleReview::before, .ourCLients::before, .counter::after, .bannerSliderWrap .mainImage::before, .bannerContentWrap p::after {
  content: "";
  position: absolute;
}

@keyframes slide-loop {
  0% {
    right: -31%;
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.7;
  }
  30% {
    opacity: 0.6;
  }
  40% {
    opacity: 0.5;
  }
  50% {
    right: -44%;
    opacity: 0.6;
  }
  60% {
    opacity: 0.7;
  }
  70% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    right: -31%;
    opacity: 1;
  }
}
@keyframes bouns {
  0% {
    top: 0;
  }
  10% {
    top: 10%;
  }
  20% {
    top: 20%;
  }
  30% {
    top: 30%;
  }
  40% {
    top: 40%;
  }
  50% {
    top: 50%;
  }
  60% {
    top: 40%;
  }
  70% {
    top: 30%;
  }
  80% {
    top: 20%;
  }
  90% {
    top: 10%;
  }
  100% {
    top: 0;
  }
}
@keyframes bouns2 {
  0% {
    top: 0;
  }
  10% {
    top: 15%;
  }
  20% {
    top: 30%;
  }
  30% {
    top: 45%;
  }
  40% {
    top: 60%;
  }
  50% {
    top: 75%;
  }
  60% {
    top: 60%;
  }
  70% {
    top: 45%;
  }
  80% {
    top: 30%;
  }
  90% {
    top: 15%;
  }
  100% {
    top: 0;
  }
}
@keyframes bouns3 {
  0% {
    bottom: 0;
  }
  10% {
    bottom: 10%;
  }
  20% {
    bottom: 20%;
  }
  30% {
    bottom: 30%;
  }
  40% {
    bottom: 40%;
  }
  50% {
    bottom: 50%;
  }
  60% {
    bottom: 40%;
  }
  70% {
    bottom: 30%;
  }
  80% {
    bottom: 20%;
  }
  90% {
    bottom: 10%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes portfolio {
  0% {
    top: 10%;
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.7;
  }
  30% {
    opacity: 0.6;
  }
  40% {
    opacity: 0.5;
  }
  50% {
    top: 6%;
    opacity: 0.6;
  }
  60% {
    opacity: 0.7;
  }
  70% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    top: 10%;
    opacity: 1;
  }
}
@keyframes flicker {
  0% {
    opacity: 1;
    left: 0;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.7;
  }
  30% {
    opacity: 0.6;
  }
  40% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.6;
    left: 5%;
  }
  60% {
    opacity: 0.7;
  }
  70% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
    left: 0%;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(1deg);
  }
  20% {
    transform: rotate(2deg);
  }
  30% {
    transform: rotate(3deg);
  }
  40% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(4.5deg);
  }
  60% {
    transform: rotate(4deg);
  }
  70% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(2deg);
  }
  90% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
header {
  padding-top: 20px;
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 0;
}
@media (min-width: 768px) {
  header {
    padding-top: 26.99px;
  }
}
@media (min-width: 992px) {
  header {
    padding-top: 26.99px;
  }
}
@media (min-width: 1200px) {
  header {
    padding-top: 26.99px;
  }
}
@media (min-width: 1600px) {
  header {
    padding-top: 30.99px;
  }
}
@media (min-width: 1800px) {
  header {
    padding-top: 37.99px;
  }
}
header .brand img {
  width: 150px;
}
@media (min-width: 768px) {
  header .brand img {
    padding-left: 0.39%;
    width: 200px;
  }
}
@media (min-width: 992px) {
  header .brand img {
    padding-left: 0.39%;
    width: 213px;
  }
}
@media (min-width: 1200px) {
  header .brand img {
    padding-left: 0.39%;
    width: 213px;
  }
}
@media (min-width: 1600px) {
  header .brand img {
    width: 253px;
  }
}
@media (min-width: 1800px) {
  header .brand img {
    width: 300px;
  }
}

.banner {
  background-color: #E0F2EE;
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .banner {
    padding-top: 72px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .banner {
    padding: 12px 0px;
  }
}
@media (min-width: 992px) {
  .banner {
    padding: 14px 0px;
  }
}
@media (min-width: 1200px) {
  .banner {
    padding: 14px 0px;
  }
}
@media (min-width: 1600px) {
  .banner {
    height: 743px;
    padding: 20px 0px;
  }
}
@media (min-width: 1800px) {
  .banner {
    height: 894px;
  }
}
@media (min-width: 2000px) {
  .banner {
    height: 85vh;
  }
}
.banner .row {
  justify-content: flex-end;
}

.bannerContentWrap {
  padding: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .bannerContentWrap {
    position: absolute;
    top: 0;
    max-width: 39.25%;
    padding-top: 73px;
    padding-left: 0.5%;
  }
}
@media (min-width: 992px) {
  .bannerContentWrap {
    max-width: 39.25%;
    padding-top: 93px;
    padding-left: 0.5%;
  }
}
@media (min-width: 1200px) {
  .bannerContentWrap {
    max-width: 39.25%;
    padding-top: 134px;
    padding-left: 0.3%;
  }
}
@media (min-width: 1600px) {
  .bannerContentWrap {
    max-width: 40.25%;
    padding-top: 163px;
    padding-left: 0.3%;
  }
}
@media (min-width: 1800px) {
  .bannerContentWrap {
    max-width: 40.25%;
    padding-top: 200px;
    padding-left: 0.3%;
  }
}
.bannerContentWrap p {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #05735B;
  margin-bottom: 15px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.bannerContentWrap p::after {
  background-image: url(../images/svg/vector/banner.svg);
  animation-name: slide-loop;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-size: cover;
  background-repeat: no-repeat;
  width: 84px;
  height: 84px;
  right: -31%;
  top: -2%;
  z-index: -1;
}
@media (min-width: 576px) {
  .bannerContentWrap p {
    font-size: 14.2px;
    line-height: 14.2px;
    margin-bottom: 10px;
    padding-top: 23px;
  }
  .bannerContentWrap p::after {
    width: 80px;
    height: 80px;
    top: 50%;
  }
}
@media (min-width: 768px) {
  .bannerContentWrap p {
    font-size: 14.2px;
    line-height: 14.2px;
    margin-bottom: 10px;
    padding-top: 23px;
  }
  .bannerContentWrap p::after {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  .bannerContentWrap p {
    font-size: 16.2px;
    line-height: 16.2px;
    margin-bottom: 12px;
    padding-top: 23px;
  }
  .bannerContentWrap p::after {
    width: 92px;
    height: 92px;
  }
}
@media (min-width: 1200px) {
  .bannerContentWrap p {
    font-size: 21.2px;
    line-height: 21.2px;
    margin-bottom: 12px;
    padding-top: 23px;
  }
  .bannerContentWrap p::after {
    width: 120px;
    height: 120px;
    top: 38%;
  }
}
@media (min-width: 1600px) {
  .bannerContentWrap p {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 12px;
    padding-top: 23px;
  }
  .bannerContentWrap p::after {
    width: 143px;
    height: 143px;
    top: 31%;
  }
}
@media (min-width: 1800px) {
  .bannerContentWrap p {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-top: 23px;
  }
  .bannerContentWrap p::after {
    width: 170px;
    height: 170px;
  }
}
.bannerContentWrap h1 {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .bannerContentWrap h1 {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .bannerContentWrap h1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .bannerContentWrap h1 {
    margin-bottom: 39px;
  }
}
@media (min-width: 1600px) {
  .bannerContentWrap h1 {
    margin-bottom: 45px;
  }
}
@media (min-width: 1800px) {
  .bannerContentWrap h1 {
    margin-bottom: 60px;
  }
}
.bannerSliderWrap {
  padding: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .bannerSliderWrap {
    max-width: 56.6%;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .bannerSliderWrap {
    max-width: 56.6%;
  }
}
@media (min-width: 1200px) {
  .bannerSliderWrap {
    max-width: 56.6%;
  }
}
@media (min-width: 1300px) and (max-width: 1599px) {
  .bannerSliderWrap {
    transform: translateX(6%);
  }
}
@media (min-width: 1300px) {
  .bannerSliderWrap {
    max-width: 53.6%;
  }
}
@media (min-width: 1600px) and (max-width: 1799px) {
  .bannerSliderWrap {
    transform: translateX(6%);
  }
}
@media (min-width: 1600px) {
  .bannerSliderWrap {
    max-width: 53.6%;
  }
}
@media (min-width: 1800px) {
  .bannerSliderWrap {
    max-width: 53%;
    margin-right: -50px;
  }
}
@media (max-width: 767px) {
  .bannerSliderWrap .mainImage {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.bannerSliderWrap .mainImage img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80% 80%;
     object-position: 80% 80%;
  z-index: 2;
  -webkit-mask-image: url(../images/banner/bannermask.png);
  mask-image: url(../images/banner/bannermask.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -o-object-position: 71% -16px;
     object-position: 71% -16px;
  width: 300px;
  height: 300px;
}
@media (min-width: 576px) {
  .bannerSliderWrap .mainImage img {
    width: 450px;
    height: 450px;
    -o-object-position: 71% -20px;
       object-position: 71% -20px;
  }
}
@media (max-width: 767px) {
  .bannerSliderWrap .mainImage img {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .bannerSliderWrap .mainImage img {
    width: 350px;
    height: 350px;
  }
}
@media (min-width: 992px) {
  .bannerSliderWrap .mainImage img {
    width: 450px;
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .bannerSliderWrap .mainImage img {
    width: 606px;
    height: 606px;
  }
}
@media (min-width: 1600px) {
  .bannerSliderWrap .mainImage img {
    width: 706px;
    height: 706px;
  }
}
@media (min-width: 1800px) {
  .bannerSliderWrap .mainImage img {
    width: 842px;
    height: 842px;
  }
}
.bannerSliderWrap .mainImage {
  position: relative;
}
.bannerSliderWrap .mainImage::before {
  background-image: url(../images/banner/maskVector.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  right: 0;
  animation-duration: 5s;
  animation-name: round;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.counter {
  background-position: center;
  background-size: cover;
  background-color: rgba(10, 24, 33, 0.9);
  background-blend-mode: darken;
  padding: 100px 0px 50px 0px;
  position: relative;
}
.counter:hover::after {
  animation-duration: 5s;
  transform: unset;
}
.counter::after {
  background-image: url(../images/svg/vector/counter.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 65px;
  top: 50%;
  transform: translateY(-50%);
  animation-name: bouns;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (min-width: 576px) {
  .counter::after {
    width: 70px;
    height: 80px;
  }
}
@media (min-width: 768px) {
  .counter::after {
    width: 90px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .counter::after {
    width: 180px;
    height: 190px;
  }
}
@media (min-width: 1200px) {
  .counter::after {
    width: 210.16px;
    height: 230px;
  }
}
@media (min-width: 1600px) {
  .counter::after {
    width: 260.16px;
    height: 250px;
  }
}
@media (min-width: 1800px) {
  .counter::after {
    width: 314.16px;
    height: 300px;
  }
}
@media (min-width: 576px) {
  .counter {
    padding: 80px 0px 55px 0px;
  }
}
@media (min-width: 768px) {
  .counter {
    padding: 100px 0px 75px 0px;
  }
}
@media (min-width: 992px) {
  .counter {
    padding: 110px 0px 85px 0px;
  }
}
@media (min-width: 1200px) {
  .counter {
    padding: 130px 0px 105px 0px;
  }
}
@media (min-width: 1400px) {
  .counter {
    padding: 150px 0px 110px 0px;
  }
}
@media (min-width: 1600px) {
  .counter {
    padding: 163px 0px 120px 0px;
  }
}
@media (min-width: 1800px) {
  .counter {
    padding: 200px 0px 150px 0px;
  }
}
.counter ul {
  margin: 0;
}
@media (max-width: 767px) {
  .counter ul {
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .counter ul {
    gap: 50px 19px;
  }
}
.counter li {
  background: rgba(10, 24, 33, 0.5);
  border: 2px dashed #E0F2EE;
  box-shadow: 0px 40px 40px rgba(5, 115, 91, 0.1);
  width: 46.5%;
  height: 150px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
@media (min-width: 576px) {
  .counter li {
    width: 45%;
    height: 200px;
    padding-bottom: 20px;
    border-radius: 5px;
  }
}
@media (min-width: 768px) {
  .counter li {
    width: 160px;
    height: 137px;
    padding-bottom: 20px;
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .counter li {
    width: 190px;
    height: 147px;
    padding-bottom: 20px;
    border-radius: 5px;
  }
}
@media (min-width: 1200px) {
  .counter li {
    width: 223px;
    height: 177px;
    padding-bottom: 25px;
    border-radius: 6px;
  }
}
@media (min-width: 1600px) {
  .counter li {
    width: 264px;
    height: 211px;
    padding-bottom: 30px;
    border-radius: 10px;
  }
}
@media (min-width: 1800px) {
  .counter li {
    width: 320px;
    height: 250px;
    padding-bottom: 40px;
  }
}
.counter li picture {
  background-color: #4AAD97;
  border-radius: 10px;
  position: absolute;
  top: -20%;
  padding: 8px;
  border-radius: 5px;
}
@media (min-width: 576px) {
  .counter li picture {
    padding: 8px;
    border-radius: 5px;
  }
}
@media (min-width: 768px) {
  .counter li picture {
    padding: 5px;
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .counter li picture {
    padding: 5px;
    border-radius: 5px;
  }
}
@media (min-width: 1200px) {
  .counter li picture {
    padding: 7px;
    border-radius: 6px;
  }
}
@media (min-width: 1600px) {
  .counter li picture {
    padding: 9px;
    border-radius: 10px;
  }
}
@media (min-width: 1800px) {
  .counter li picture {
    padding: 10px;
  }
}
.counter li picture img {
  width: 40px;
  height: 40px;
}
@media (min-width: 576px) {
  .counter li picture img {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .counter li picture img {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .counter li picture img {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .counter li picture img {
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1600px) {
  .counter li picture img {
    width: 65px;
    height: 65px;
  }
}
@media (min-width: 1800px) {
  .counter li picture img {
    width: 80px;
    height: 80px;
  }
}
.counter li strong {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  justify-content: center;
}
@media (min-width: 576px) {
  .counter li strong {
    font-size: 50px;
    line-height: 60px;
    gap: 5px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .counter li strong {
    font-size: 28px;
    line-height: 28px;
    gap: 5px;
    padding-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .counter li strong {
    font-size: 38px;
    line-height: 38px;
    gap: 10px;
    padding-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  .counter li strong {
    font-size: 48px;
    line-height: 59px;
    gap: 14px;
    padding-bottom: 18px;
  }
}
@media (min-width: 1600px) {
  .counter li strong {
    font-size: 60px;
    line-height: 99px;
    gap: 20px;
    padding-bottom: 0;
  }
}
@media (min-width: 1800px) {
  .counter li strong {
    font-size: 70px;
    line-height: 85px;
    gap: 25px;
    padding-bottom: 20px;
  }
}
.counter li strong:after {
  content: "+";
  position: relative;
}
.counter li p {
  font-weight: 300;
  font-size: 13px;
  line-height: 23px;
}
@media (min-width: 576px) {
  .counter li p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .counter li p {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (min-width: 992px) {
  .counter li p {
    font-size: 15px;
    line-height: 15px;
  }
}
@media (min-width: 1200px) {
  .counter li p {
    font-size: 17.3px;
    line-height: 17.3px;
  }
}
@media (min-width: 1600px) {
  .counter li p {
    font-size: 20.3px;
    line-height: 29px;
  }
}
@media (min-width: 1800px) {
  .counter li p {
    font-size: 24px;
    line-height: 29px;
  }
}

.ourCLients {
  text-align: center;
  position: relative;
  background-image: url(../images/svg/vector/client.svg);
  background-size: 90px 145px;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .ourCLients {
    background-size: 90px 145px;
  }
}
@media (min-width: 768px) {
  .ourCLients {
    background-size: 120px 165px;
  }
}
@media (min-width: 992px) {
  .ourCLients {
    background-size: 140px 165px;
  }
}
@media (min-width: 1200px) {
  .ourCLients {
    background-size: 140px 235px;
  }
}
@media (min-width: 1600px) {
  .ourCLients {
    background-size: 244px 359px;
  }
}
@media (min-width: 1800px) {
  .ourCLients {
    background-size: 277px 467px;
  }
}
.ourCLients:hover::before {
  animation-duration: 5s;
  animation-name: bouns3;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.ourCLients::before {
  background-image: url(../images/svg/vector/client-round.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
  width: 14%;
  height: 146px;
}
@media (min-width: 992px) {
  .ourCLients::before {
    width: 8%;
    height: 146px;
  }
}
@media (min-width: 1200px) {
  .ourCLients::before {
    height: 206px;
  }
}
@media (min-width: 1600px) {
  .ourCLients::before {
    height: 246px;
  }
}
@media (min-width: 1800px) {
  .ourCLients::before {
    height: 300px;
  }
}
.ourCLients span {
  color: #05735B;
}
.ourCLients ul img {
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
  opacity: 0;
}
.ourCLients ul .slick-active img {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 575px) {
  .ourCLients .logoslider {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .ourCLients .logoslider {
    max-width: 95%;
    margin: auto;
  }
}
@media (min-width: 1600px) {
  .ourCLients .logoslider {
    max-width: 92%;
    margin: auto;
  }
}
@media (min-width: 1800px) {
  .ourCLients .logoslider {
    max-width: 1539px;
    margin: auto;
  }
}
.ourCLients .logoslider .slick-slide {
  margin-top: 30px;
  margin-left: 11px;
  margin-right: 11px;
}
.ourCLients .logoslider .slick-slide > div {
  margin-bottom: 18px;
}
.ourCLients .logoslider .slick-slide > div:last-child {
  margin-bottom: 0;
}
.ourCLients .logoslider .slick-slide > div:hover {
  filter: drop-shadow(0px 5px 3px rgba(5, 115, 91, 0.2));
}
.ourCLients .logoslider .slick-slide.slick-current > div:first-child {
  filter: drop-shadow(0px 10px 5px rgba(5, 115, 91, 0.2));
}
@media (min-width: 576px) {
  .ourCLients .logoslider .slick-slide {
    margin-top: 30px;
    margin-left: 11px;
    margin-right: 11px;
  }
  .ourCLients .logoslider .slick-slide > div {
    margin-bottom: 18px;
  }
  .ourCLients .logoslider .slick-slide > div:last-child {
    margin-bottom: 0;
  }
  .ourCLients .logoslider .slick-slide.slick-current > div:first-child {
    filter: drop-shadow(0px 10px 5px rgba(5, 115, 91, 0.2));
  }
}
@media (min-width: 1200px) {
  .ourCLients .logoslider .slick-slide {
    margin-top: 30px;
    margin-left: 11px;
    margin-right: 11px;
  }
  .ourCLients .logoslider .slick-slide > div {
    margin-bottom: 18px;
  }
  .ourCLients .logoslider .slick-slide > div:last-child {
    margin-bottom: 0;
  }
  .ourCLients .logoslider .slick-slide.slick-current > div:first-child {
    filter: drop-shadow(0px 10px 5px rgba(5, 115, 91, 0.2));
  }
}
@media (min-width: 1600px) {
  .ourCLients .logoslider .slick-slide {
    margin-top: 20px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .ourCLients .logoslider .slick-slide > div {
    margin-bottom: 18px;
  }
  .ourCLients .logoslider .slick-slide > div:last-child {
    margin-bottom: 0;
  }
  .ourCLients .logoslider .slick-slide.slick-current > div:first-child {
    filter: drop-shadow(0px 10px 5px rgba(5, 115, 91, 0.2));
  }
}
@media (min-width: 1800px) {
  .ourCLients .logoslider .slick-slide {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .ourCLients .logoslider .slick-slide > div {
    margin-bottom: 30px;
  }
  .ourCLients .logoslider .slick-slide > div:last-child {
    margin-bottom: 0;
  }
  .ourCLients .logoslider .slick-slide.slick-current > div:first-child {
    filter: drop-shadow(0px 10px 15px rgba(5, 115, 91, 0.2));
  }
}

.testimonials {
  background-color: linear-gradient(to right,#ca2942,#c2263f,#ba243c,#b32139,#ab1f36,#a51b41,#9d1b4b,#931e54,#7e2b67,#643673,#463e76,#284271);
  
  position: relative;
  padding-bottom: 0 !important;
}
.testimonials .row > span {
  color: #05735B;
}
.testimonials span, .testimonials h2 {
  text-align: center;
}

.testimonialSlider .slick-list {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .testimonialSlider .slick-list {
    padding-top: 31.57px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .testimonialSlider .slick-list {
    padding-top: 31.57px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .testimonialSlider .slick-list {
    padding-top: 31.57px;
    padding-bottom: 108px;
  }
}
@media (min-width: 1600px) {
  .testimonialSlider .slick-list {
    padding-top: 31.57px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1800px) {
  .testimonialSlider .slick-list {
    padding-top: 37.57px;
    padding-bottom: 150px;
  }
}
.testimonialSlider .slick-slide {
  transition: 0.5s ease all;
  border: 1px solid #B1DED4;
  border-radius: 15px;
  padding: 20px 14px 20px 14px;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 15px;
}
.testimonialSlider .slick-slide.slick-active {
  transition: 0.5s ease all;
}
.testimonialSlider .slick-slide.slick-current {
  background-color: #fff;
  box-shadow: 0px 10px 10px rgba(5, 115, 91, 0.4);
  transition: 0.5s ease all;
}
@media (min-width: 992px) {
  .testimonialSlider .slick-slide.slick-current {
    box-shadow: 0px 10px 10px rgba(5, 115, 91, 0.4);
  }
}
@media (min-width: 1200px) {
  .testimonialSlider .slick-slide.slick-current {
    box-shadow: 0px 10px 20px rgba(5, 115, 91, 0.4);
  }
}
@media (min-width: 1600px) {
  .testimonialSlider .slick-slide.slick-current {
    box-shadow: 0px 10px 30px rgba(5, 115, 91, 0.4);
  }
}
@media (min-width: 1800px) {
  .testimonialSlider .slick-slide.slick-current {
    box-shadow: 0px 10px 40px rgba(5, 115, 91, 0.4);
  }
}
@media (min-width: 768px) {
  .testimonialSlider .slick-slide {
    margin-left: 24.1px;
    margin-right: 24.1px;
    padding: 39px 14px 33px 14px;
  }
}
@media (min-width: 992px) {
  .testimonialSlider .slick-slide {
    padding: 29px 12px 20px 12px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .testimonialSlider .slick-slide {
    padding: 39px 14px 33px 14px;
    margin-left: 24.1px;
    margin-right: 24.1px;
    border-radius: 20px;
  }
}
@media (min-width: 1600px) {
  .testimonialSlider .slick-slide {
    padding: 47px 17px 40px 17px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 30px;
  }
}
@media (min-width: 1800px) {
  .testimonialSlider .slick-slide {
    padding: 55px 20px 40px 20px;
    margin-left: 39.5px;
    margin-right: 39.5px;
  }
}
.testimonialSlider .author {
  display: flex;
  gap: 10px;
}
@media (min-width: 768px) {
  .testimonialSlider .author {
    gap: 12px;
  }
}
@media (min-width: 992px) {
  .testimonialSlider .author {
    gap: 12px;
  }
}
@media (min-width: 1200px) {
  .testimonialSlider .author {
    gap: 22px;
  }
}
@media (min-width: 1600px) {
  .testimonialSlider .author {
    gap: 30px;
  }
}
.testimonialSlider .author picture {
  width: 45px;
  height: 45px;
  background: #168C72;
  border-radius: 10px;
}
.testimonialSlider .author picture img {
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .testimonialSlider .author picture {
    border-radius: 13px;
    width: 50px;
    height: 50px;
  }
  .testimonialSlider .author picture img {
    width: 50px;
    height: 50px;
    margin-top: -11px;
  }
}
@media (min-width: 992px) {
  .testimonialSlider .author picture {
    border-radius: 13px;
    width: 45px;
    height: 45px;
  }
  .testimonialSlider .author picture img {
    width: 45px;
    height: 45px;
    margin-top: -11px;
  }
}
@media (min-width: 1200px) {
  .testimonialSlider .author picture {
    width: 50px;
    height: 50px;
    border-radius: 13px;
  }
  .testimonialSlider .author picture img {
    width: 50px;
    height: 50px;
    margin-top: -11px;
  }
}
@media (min-width: 1600px) {
  .testimonialSlider .author picture {
    width: 55px;
    height: 55px;
    border-radius: 15px;
  }
  .testimonialSlider .author picture img {
    width: 55px;
    height: 55px;
    margin-top: -13px;
  }
}
@media (min-width: 1800px) {
  .testimonialSlider .author picture {
    width: 70px;
    height: 70px;
    border-radius: 20px;
  }
  .testimonialSlider .author picture img {
    width: 70px;
    height: 70px;
    margin-top: -15px;
  }
}
.testimonialSlider .author .title {
  width: 76%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .testimonialSlider .author .title {
    margin-bottom: 15px;
    margin-top: -7px;
  }
}
@media (min-width: 992px) {
  .testimonialSlider .author .title {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .testimonialSlider .author .title {
    margin-bottom: 8px;
  }
}
@media (min-width: 1600px) {
  .testimonialSlider .author .title {
    margin-bottom: 10px;
  }
}
@media (min-width: 1800px) {
  .testimonialSlider .author .title {
    margin-bottom: 15px;
  }
}
.testimonialSlider .author h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #05735B;
}
@media (min-width: 768px) {
  .testimonialSlider .author h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .testimonialSlider .author h3 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .testimonialSlider .author h3 {
    font-size: 16.8px;
    line-height: 26px;
  }
}
@media (min-width: 1600px) {
  .testimonialSlider .author h3 {
    font-size: 19.6px;
    line-height: 33px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1800px) {
  .testimonialSlider .author h3 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 8px;
  }
}
.testimonialSlider .author span {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #676767;
}
@media (min-width: 768px) {
  .testimonialSlider .author span {
    font-size: 13px;
    line-height: 23px;
  }
}
@media (min-width: 992px) {
  .testimonialSlider .author span {
    font-size: 12px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .testimonialSlider .author span {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (min-width: 1600px) {
  .testimonialSlider .author span {
    font-size: 17px;
    line-height: 35px;
  }
}
@media (min-width: 1800px) {
  .testimonialSlider .author span {
    font-size: 20px;
    line-height: 35px;
  }
}
.testimonialSlider h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .testimonialSlider h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .testimonialSlider h4 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .testimonialSlider h4 {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1600px) {
  .testimonialSlider h4 {
    font-size: 19.6px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1800px) {
  .testimonialSlider h4 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
.testimonialSlider .description {
  height: 120px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .testimonialSlider .description {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .testimonialSlider .description {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .testimonialSlider .description {
    height: 91px;
  }
}
@media (min-width: 1600px) {
  .testimonialSlider .description {
    height: 108px;
  }
}
@media (min-width: 1800px) {
  .testimonialSlider .description {
    height: 139px;
  }
}
.testimonialSlider .description::-webkit-scrollbar {
  width: 4px;
  height: 3px;
}
.testimonialSlider .description::-webkit-scrollbar-track {
  background: #05735B;
  border-radius: 2px;
}
.testimonialSlider .description::-webkit-scrollbar-thumb {
  background: #4AAD97;
  border-radius: 4px;
  height: 3px;
}
.testimonialSlider .description::-webkit-scrollbar-thumb:hover {
  background: #B1DED4;
}
.testimonialSlider .description p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #676767;
}
@media (min-width: 768px) {
  .testimonialSlider .description p {
    font-size: 13px;
    line-height: 23px;
  }
}
@media (min-width: 992px) {
  .testimonialSlider .description p {
    font-size: 10px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .testimonialSlider .description p {
    font-size: 12px;
    line-height: 24.6px;
  }
}
@media (min-width: 1600px) {
  .testimonialSlider .description p {
    font-size: 15px;
    line-height: 27px;
  }
}
@media (min-width: 1800px) {
  .testimonialSlider .description p {
    font-size: 18px;
    line-height: 35px;
  }
}

.slick-hmb .slick-arrow {
  position: absolute;
  top: 58%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .slick-hmb .slick-arrow {
    top: 54.8%;
  }
}
.slick-hmb .slick-arrow img {
  transition: 0.5s ease all;
  width: 25px;
  height: 25px;
}
@media (min-width: 768px) {
  .slick-hmb .slick-arrow img {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 992px) {
  .slick-hmb .slick-arrow img {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1200px) {
  .slick-hmb .slick-arrow img {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1600px) {
  .slick-hmb .slick-arrow img {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1800px) {
  .slick-hmb .slick-arrow img {
    width: auto;
    height: auto;
  }
}
.slick-hmb .slick-arrow img:hover {
  transform: scale(1.1);
  transition: 0.5s ease all;
}
.slick-hmb .prev {
  left: 1.5%;
}
@media (min-width: 992px) {
  .slick-hmb .prev {
    left: 2.4%;
  }
}
@media (min-width: 1200px) {
  .slick-hmb .prev {
    left: 3.4%;
  }
}
@media (min-width: 1600px) {
  .slick-hmb .prev {
    left: 3.4%;
  }
}
@media (min-width: 1800px) {
  .slick-hmb .prev {
    left: 65px;
  }
}
.slick-hmb .next {
  right: 1.5%;
}
@media (min-width: 992px) {
  .slick-hmb .next {
    right: 2.4%;
  }
}
@media (min-width: 1200px) {
  .slick-hmb .next {
    right: 3.4%;
  }
}
@media (min-width: 1600px) {
  .slick-hmb .next {
    right: 3.4%;
  }
}
@media (min-width: 1800px) {
  .slick-hmb .next {
    right: 65px;
  }
}

.googleReview {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .googleReview {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .googleReview {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .googleReview {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .googleReview {
    margin-top: 10px;
  }
}
@media (min-width: 1600px) {
  .googleReview {
    margin-bottom: 33px;
  }
}
@media (min-width: 1800px) {
  .googleReview {
    margin-bottom: 38px;
  }
}
.googleReview::before {
  background-image: url(../images/svg/google.svg);
  background-size: cover;
  width: 15px;
  height: 15px;
}
@media (min-width: 768px) {
  .googleReview::before {
    width: 17px;
    height: 17px;
  }
}
@media (min-width: 992px) {
  .googleReview::before {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 1200px) {
  .googleReview::before {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 1600px) {
  .googleReview::before {
    width: 17px;
    height: 17px;
  }
}
@media (min-width: 1800px) {
  .googleReview::before {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) {
  .googleReview img {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 992px) {
  .googleReview img {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .googleReview img {
    width: 11px;
    height: 11px;
  }
}
@media (min-width: 1600px) {
  .googleReview img {
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 1800px) {
  .googleReview img {
    width: auto;
  }
}
.googleReview ul {
  padding-left: 20px;
  display: flex;
  margin: 0;
}
@media (min-width: 1200px) {
  .googleReview ul {
    padding-left: 23px;
  }
}
@media (min-width: 1600px) {
  .googleReview ul {
    padding-left: 26px;
  }
}
@media (min-width: 1800px) {
  .googleReview ul {
    padding-left: 30px;
  }
}

.service {
  color: #fff;
  position: relative;
}
.service:hover::before {
  animation-duration: 5s;
  animation-name: bouns2;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.service::before {
  background-image: url(../images/svg/vector/circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 55.16px;
  height: 65px;
}
@media (min-width: 576px) {
  .service::before {
    width: 55.16px;
    height: 82px;
  }
}
@media (min-width: 768px) {
  .service::before {
    width: 55.16px;
    height: 82px;
  }
}
@media (min-width: 992px) {
  .service::before {
    width: 314.16px;
    height: 146px;
  }
}
@media (min-width: 1200px) {
  .service::before {
    height: 206px;
  }
}
@media (min-width: 1600px) {
  .service::before {
    height: 246px;
  }
}
@media (min-width: 1800px) {
  .service::before {
    height: 300px;
  }
}
.service .container-head {
  padding-left: 15px;
  padding-right: 15px;
}
.service .bgImage picture {
  top: 0;
  z-index: -1;
}
.service .bgImage .image-overlay {
  background: linear-gradient(90deg, rgba(5, 115, 91, 0.7) 11.39%, rgba(10, 24, 33, 0) 70.05%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.service .bgImage img {
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
@media (max-width: 575px) {
  .service .bgImage img {
    height: 542px;
    -o-object-position: 40%;
       object-position: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service .bgImage img {
    height: 640px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .service .bgImage img {
    height: 619px;
  }
}
.service h2 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .service h2 {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .service h2 {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .service h2 {
    margin-bottom: 36px;
  }
}
@media (min-width: 1600px) {
  .service h2 {
    margin-bottom: 36px;
  }
}
@media (min-width: 1800px) {
  .service h2 {
    margin-bottom: 40px;
  }
}
.service .serviceBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 100%;
}
@media (max-width: 575px) {
  .service .serviceBox {
    justify-content: space-between;
  }
}
@media (min-width: 576px) {
  .service .serviceBox {
    max-width: 70%;
    gap: 14px;
  }
}
@media (min-width: 768px) {
  .service .serviceBox {
    max-width: 53.3%;
    gap: 14px;
  }
}
@media (min-width: 992px) {
  .service .serviceBox {
    max-width: 53.3%;
    gap: 14px;
  }
}
@media (min-width: 1200px) {
  .service .serviceBox {
    max-width: 51.3%;
  }
}
@media (min-width: 1600px) {
  .service .serviceBox {
    max-width: 710px;
    gap: 16px;
  }
}
@media (min-width: 1800px) {
  .service .serviceBox {
    max-width: 710px;
    gap: 20px;
  }
}
.service .serviceBox li {
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 40px 40px rgba(5, 115, 91, 0.1);
  overflow: hidden;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 48%;
  height: 132px;
  padding: 8px 8px;
}
@media (min-width: 576px) {
  .service .serviceBox li {
    border-radius: 15px;
  }
}
@media (min-width: 768px) {
  .service .serviceBox li {
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .service .serviceBox li {
    border-radius: 20px;
  }
}
@media (min-width: 1600px) {
  .service .serviceBox li {
    border-radius: 25px;
  }
}
@media (min-width: 1800px) {
  .service .serviceBox li {
    border-radius: 30px;
  }
}
.service .serviceBox li::before {
  background-image: url(../images/svg/service/bg-1.svg);
  background-size: contain;
  left: 0;
  width: 166.2px;
  height: 55px;
  border-radius: 15px 0px 0px 0px;
  background-repeat: no-repeat;
  top: 0;
  z-index: 0;
  transition: 0.5s ease all;
}
@media (min-width: 576px) {
  .service .serviceBox li::before {
    width: 166.2px;
    height: 80px;
    border-radius: 15px 0px 0px 0px;
  }
}
@media (min-width: 768px) {
  .service .serviceBox li::before {
    width: 166.2px;
    height: 90px;
    border-radius: 20px 0px 0px 0px;
  }
}
@media (min-width: 992px) {
  .service .serviceBox li::before {
    width: 166.2px;
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .service .serviceBox li::before {
    height: 98.02px;
    border-radius: 20px 0px 0px 0px;
  }
}
@media (min-width: 1600px) {
  .service .serviceBox li::before {
    height: 119.02px;
    border-radius: 25px 0px 0px 0px;
  }
}
@media (min-width: 1800px) {
  .service .serviceBox li::before {
    height: 142.02px;
    border-radius: 30px 0px 0px 0px;
  }
}
.service .serviceBox li:hover img {
  mix-blend-mode: luminosity;
}
.service .serviceBox li:hover:nth-child(1)::before, .service .serviceBox li:hover:nth-child(5)::before, .service .serviceBox li:hover:nth-child(7)::before, .service .serviceBox li:hover:nth-child(11)::before, .service .serviceBox li:hover:nth-child(4)::before, .service .serviceBox li:hover:nth-child(10)::before, .service .serviceBox li:hover:nth-child(16)::before, .service .serviceBox li:hover:nth-child(2)::before, .service .serviceBox li:hover:nth-child(3)::before, .service .serviceBox li:hover:nth-child(6)::before, .service .serviceBox li:hover:nth-child(8)::before, .service .serviceBox li:hover:nth-child(9)::before, .service .serviceBox li:hover:nth-child(12)::before {
  width: 97%;
  height: 1000px;
  transition: 0.5s ease all;
}
.service .serviceBox li:hover:nth-child(1) h3, .service .serviceBox li:hover:nth-child(1) a, .service .serviceBox li:hover:nth-child(5) h3, .service .serviceBox li:hover:nth-child(5) a, .service .serviceBox li:hover:nth-child(7) h3, .service .serviceBox li:hover:nth-child(7) a, .service .serviceBox li:hover:nth-child(11) h3, .service .serviceBox li:hover:nth-child(11) a, .service .serviceBox li:hover:nth-child(4) h3, .service .serviceBox li:hover:nth-child(4) a, .service .serviceBox li:hover:nth-child(10) h3, .service .serviceBox li:hover:nth-child(10) a, .service .serviceBox li:hover:nth-child(16) h3, .service .serviceBox li:hover:nth-child(16) a, .service .serviceBox li:hover:nth-child(2) h3, .service .serviceBox li:hover:nth-child(2) a, .service .serviceBox li:hover:nth-child(3) h3, .service .serviceBox li:hover:nth-child(3) a, .service .serviceBox li:hover:nth-child(6) h3, .service .serviceBox li:hover:nth-child(6) a, .service .serviceBox li:hover:nth-child(8) h3, .service .serviceBox li:hover:nth-child(8) a, .service .serviceBox li:hover:nth-child(9) h3, .service .serviceBox li:hover:nth-child(9) a, .service .serviceBox li:hover:nth-child(12) h3, .service .serviceBox li:hover:nth-child(12) a {
  color: #252525;
  z-index: 2;
}
.service .serviceBox li:nth-child(1), .service .serviceBox li:nth-child(5), .service .serviceBox li:nth-child(7), .service .serviceBox li:nth-child(11) {
  background: rgba(10, 24, 33, 0.8);
}
.service .serviceBox li:nth-child(4), .service .serviceBox li:nth-child(10), .service .serviceBox li:nth-child(16) {
  background: rgba(74, 173, 151, 0.8);
}
.service .serviceBox li:nth-child(2)::before, .service .serviceBox li:nth-child(3)::before, .service .serviceBox li:nth-child(6)::before, .service .serviceBox li:nth-child(8)::before, .service .serviceBox li:nth-child(9)::before, .service .serviceBox li:nth-child(12)::before {
  background-image: url(../images/svg/service/bg-2.svg);
}
.service .serviceBox li:nth-child(2) h3, .service .serviceBox li:nth-child(2) a, .service .serviceBox li:nth-child(3) h3, .service .serviceBox li:nth-child(3) a, .service .serviceBox li:nth-child(6) h3, .service .serviceBox li:nth-child(6) a, .service .serviceBox li:nth-child(8) h3, .service .serviceBox li:nth-child(8) a, .service .serviceBox li:nth-child(9) h3, .service .serviceBox li:nth-child(9) a, .service .serviceBox li:nth-child(12) h3, .service .serviceBox li:nth-child(12) a {
  color: #252525;
}
@media (min-width: 576px) {
  .service .serviceBox li {
    width: 45.9%;
    height: 140px;
    padding: 14px 14px;
  }
}
@media (min-width: 768px) {
  .service .serviceBox li {
    width: 45.9%;
    height: 140px;
    padding: 17px 17px;
  }
}
@media (min-width: 992px) {
  .service .serviceBox li {
    width: 39.9%;
    height: 150px;
    padding: 17px 17px;
  }
}
@media (min-width: 1200px) {
  .service .serviceBox li {
    height: 174px;
    padding: 17px 27px;
  }
}
@media (min-width: 1600px) {
  .service .serviceBox li {
    height: 205px;
    padding: 26px 34px;
  }
}
@media (min-width: 1800px) {
  .service .serviceBox li {
    width: 327px;
    height: 250px;
    padding: 40px;
  }
}
.service .serviceBox img {
  text-align: left;
  z-index: 1;
  position: relative;
  width: 50%;
}
@media (min-width: 576px) {
  .service .serviceBox img {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .service .serviceBox img {
    width: 70.2%;
  }
}
@media (min-width: 992px) {
  .service .serviceBox img {
    width: 70.2%;
  }
}
@media (min-width: 1600px) {
  .service .serviceBox img {
    width: 82%;
  }
}
@media (min-width: 1800px) {
  .service .serviceBox img {
    width: 100%;
  }
}
.service .serviceBox h3 {
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  display: flex;
  align-items: end;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .service .serviceBox h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .service .serviceBox h3 {
    font-size: 11.6px;
    line-height: 19px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .service .serviceBox h3 {
    font-size: 11.6px;
    line-height: 19px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .service .serviceBox h3 {
    font-size: 16.8px;
    line-height: 28px;
  }
}
@media (min-width: 1600px) {
  .service .serviceBox h3 {
    font-size: 19.8px;
    line-height: 36px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1800px) {
  .service .serviceBox h3 {
    font-size: 24px;
    line-height: 40px;
  }
}
.service .serviceBox a {
  color: #fff;
}

#startProject .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (min-width: 992px) {
  #startProject .modal-dialog {
    max-width: 60%;
  }
}
@media (min-width: 1600px) {
  #startProject .modal-dialog {
    max-width: 50%;
  }
}
#startProject .modal-header {
  background-color: #05735B;
  color: #fff;
  border-radius: 0;
  flex-wrap: wrap;
}
#startProject .modal-header h5 {
  font-weight: 600;
  font-size: 22px;
}
@media (min-width: 1200px) {
  #startProject .modal-header h5 {
    font-size: 25px;
  }
}
@media (min-width: 1600px) {
  #startProject .modal-header h5 {
    font-size: 30px;
  }
}
#startProject .modal-header p {
  font-weight: 300;
}
@media (max-width: 575px) {
  #startProject .modal-header p {
    font-size: 13px;
  }
}
#startProject .modal-body {
  background-image: url(../images/svg/vector/client.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#startProject .modal-body, #startProject input, #startProject textarea {
  background-color: transparent;
}
#startProject .modal-content {
  border-radius: 0;
}
#startProject .input-holder {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#startProject .input-holder input, #startProject .input-holder textarea {
  height: 40px;
  width: 100%;
}
#startProject .input-holder input, #startProject .input-holder textarea {
  border: unset;
  outline: unset;
  border-bottom: 1px solid #8FB5DC;
}
#startProject .input-holder input:focus, #startProject .input-holder textarea:focus {
  border: unset;
  outline: unset;
}
#startProject .input-holder label:focus, #startProject .input-holder input:focus, #startProject .input-holder textarea:focus {
  border-bottom: 1px solid #8FB5DC;
}
#startProject .input-holder {
  position: relative;
  margin-bottom: 20px;
}
#startProject input:focus ~ label,
#startProject input:not(:focus):valid ~ label {
  top: -10px;
  left: 0;
  font-size: 11px;
  opacity: 1;
}
#startProject textarea:focus ~ label,
#startProject textarea:not(:focus):valid ~ label {
  top: -14px;
  left: 0;
  font-size: 11px;
  opacity: 1;
}
#startProject label {
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 14px;
  transition: 0.2s ease all;
}
@media (max-width: 575px) {
  #startProject label {
    font-size: 14px;
  }
}
#startProject .Subject {
  height: 100px;
}
#startProject select {
  background-color: #fff;
  border: unset;
  border-bottom: 1px solid #0A1821;
  margin-top: 20px;
  height: 40px;
  width: 100%;
}
#startProject .Subject label {
  position: relative;
}
#startProject button.form_submit_btn {
  width: 100%;
}
@media (max-width: 575px) {
  #startProject button.form_submit_btn {
    padding: 5px 40px !important;
  }
}

footer .footer-top {
  background-size: cover;
  padding: 50px 0px 50px 0px;
  background-position: center center;
  position: relative;
}
@media (max-width: 575px) {
  footer .footer-top {
    background-position: 63%;
  }
}
@media (min-width: 1600px) {
  footer .footer-top .container-head {
    padding-left: 17px;
  }
}
@media (min-width: 1800px) {
  footer .footer-top .container-head {
    padding-left: 21px;
  }
}
@media (min-width: 576px) {
  footer .footer-top {
    padding: 50px 0px 50px 0px;
  }
}
@media (min-width: 768px) {
  footer .footer-top {
    padding: 50px 0px 50px 0px;
  }
}
@media (min-width: 992px) {
  footer .footer-top {
    padding: 60px 0px 60px 0px;
  }
}
@media (min-width: 1200px) {
  footer .footer-top {
    padding: 104px 0px 99px 0px;
  }
}
@media (min-width: 1600px) {
  footer .footer-top {
    padding: 122px 0px 117px 0px;
  }
}
@media (min-width: 1800px) {
  footer .footer-top {
    padding: 145px 0px 117px 0px;
  }
}
footer .footer-top::before, footer .footer-top::after {
  height: 100%;
  width: 49.5%;
  top: 0;
  left: 0;
  z-index: 0;
}
footer .footer-top::before {
  background: rgba(5, 115, 91, 0.4);
  mix-blend-mode: normal;
}
footer .footer-top::after {
  background: #05735B;
  mix-blend-mode: multiply;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .footer-top::before, footer .footer-top::after {
    width: 59.5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-top::before, footer .footer-top::after {
    width: 69.5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  footer .footer-top::before, footer .footer-top::after {
    width: 100%;
  }
}
@media (min-width: 250px) and (max-width: 575px) {
  footer .footer-top::before, footer .footer-top::after {
    width: 100%;
  }
}
footer h3, footer p, footer a {
  color: #fff;
}
footer a {
  display: block;
}
footer a:hover {
  color: #4AAD97;
}
footer .time h3::before {
  background-image: url(../images/svg/footer/clock.svg);
}
footer .mail h3::before {
  background-image: url(../images/svg/footer/envelope.svg);
}
@media (min-width: 1200px) {
  footer .locate p {
    width: 95%;
  }
}
footer .locate h3::before {
  background-image: url(../images/svg/footer/marker.svg);
}
footer .callUs h3::before {
  background-image: url(../images/svg/footer/phone.svg);
}
footer .row {
  z-index: 2;
  position: relative;
}
footer .row .row {
  gap: 15px 0px;
}
@media (min-width: 576px) {
  footer .row .row {
    gap: 30px 0px;
  }
}
@media (min-width: 768px) {
  footer .row .row {
    gap: 50px 0px;
  }
}
@media (min-width: 992px) {
  footer .row .row {
    gap: 71px 0px;
  }
}
@media (min-width: 1200px) {
  footer .row .row {
    gap: 71px 0px;
  }
}
@media (min-width: 1600px) {
  footer .row .row {
    gap: 80px 0px;
  }
}
@media (min-width: 1800px) {
  footer .row .row {
    gap: 100px 0px;
  }
}
footer .brandFooter {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  footer .brandFooter {
    margin-bottom: 28px;
  }
}
@media (min-width: 768px) {
  footer .brandFooter {
    margin-bottom: 48px;
  }
}
@media (min-width: 1600px) {
  footer .brandFooter {
    margin-bottom: 61px;
  }
}
@media (min-width: 1800px) {
  footer .brandFooter {
    margin-bottom: 79px;
  }
}
footer .brandFooter a img {
  width: 250px;
}
@media (min-width: 576px) {
  footer .brandFooter a img {
    width: 250px;
    height: 100%;
  }
}
@media (min-width: 768px) {
  footer .brandFooter a img {
    width: 250px;
  }
}
@media (min-width: 992px) {
  footer .brandFooter a img {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  footer .brandFooter a img {
    width: 280px;
  }
}
@media (min-width: 1600px) {
  footer .brandFooter a img {
    width: 327px;
  }
}
@media (min-width: 1800px) {
  footer .brandFooter a img {
    width: 400px;
    height: 70.99px;
  }
}
footer .brandFooter ul {
  display: flex;
  gap: 40px;
  justify-content: center;
  width: 60%;
  margin-top: 27px;
}
@media (min-width: 576px) {
  footer .brandFooter ul {
    gap: 50px;
    width: 50%;
    margin-top: 27px;
  }
}
@media (min-width: 768px) {
  footer .brandFooter ul {
    width: 250px;
    margin-top: 27px;
    gap: 70px;
  }
}
@media (min-width: 992px) {
  footer .brandFooter ul {
    width: 274px;
    margin-top: 27px;
    gap: 75px;
  }
}
@media (min-width: 1200px) {
  footer .brandFooter ul {
    width: 274px;
    margin-top: 27px;
    gap: 75px;
  }
}
@media (min-width: 1600px) {
  footer .brandFooter ul {
    width: 337px;
    margin-top: 35px;
    gap: 87px;
  }
}
@media (min-width: 1800px) {
  footer .brandFooter ul {
    width: 400px;
    margin-top: 41px;
  }
}
footer .brandFooter ul img {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  footer .brandFooter ul img {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}
@media (min-width: 768px) {
  footer .brandFooter ul img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  footer .brandFooter ul img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  footer .brandFooter ul img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    border-radius: 30px;
  }
}
@media (min-width: 1600px) {
  footer .brandFooter ul img {
    width: 33px;
    height: 33px;
    margin-right: 20px;
    border-radius: 33px;
  }
}
@media (min-width: 1800px) {
  footer .brandFooter ul img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
}
footer .brandFooter ul li {
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
}
footer .brandFooter ul li p {
  margin: 0;
  margin-top: 5px;
  font-weight: 300;
  font-size: 13.5px;
  line-height: 30px;
}
@media (min-width: 768px) {
  footer .brandFooter ul li p {
    margin-top: 0px;
    font-size: 13.5px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  footer .brandFooter ul li p {
    margin-top: 5px;
    font-size: 13.5px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  footer .brandFooter ul li p {
    margin-top: 5px;
    font-size: 13.5px;
    line-height: 30px;
  }
}
@media (min-width: 1600px) {
  footer .brandFooter ul li p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1800px) {
  footer .brandFooter ul li p {
    margin-top: 12px;
    font-size: 24px;
    line-height: 29px;
  }
}
footer .officeDetails .row > div {
  max-width: 100%;
}
@media (min-width: 576px) {
  footer .officeDetails .row > div {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  footer .officeDetails .row > div {
    max-width: 38.1%;
  }
}
@media (min-width: 992px) {
  footer .officeDetails .row > div {
    max-width: 46.1%;
  }
}
@media (min-width: 1200px) {
  footer .officeDetails .row > div {
    max-width: 46.1%;
  }
}
@media (min-width: 1600px) {
  footer .officeDetails .row > div {
    max-width: 46.1%;
  }
}
@media (min-width: 1800px) {
  footer .officeDetails .row > div {
    max-width: 46.6%;
  }
}
footer .officeDetails .row > div p, footer .officeDetails .row > div a {
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  footer .officeDetails .row > div p, footer .officeDetails .row > div a {
    font-size: 14.5px;
    line-height: 24px;
    margin-bottom: 6px;
  }
}
@media (min-width: 992px) {
  footer .officeDetails .row > div p, footer .officeDetails .row > div a {
    font-size: 14.5px;
    line-height: 24px;
    margin-bottom: 6px;
  }
}
@media (min-width: 1200px) {
  footer .officeDetails .row > div p, footer .officeDetails .row > div a {
    font-size: 13.5px;
    line-height: 24px;
    margin-bottom: 6px;
  }
}
@media (min-width: 1600px) {
  footer .officeDetails .row > div p, footer .officeDetails .row > div a {
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 6px;
  }
}
@media (min-width: 1800px) {
  footer .officeDetails .row > div p, footer .officeDetails .row > div a {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 8px;
  }
}
footer .officeDetails .row > div h3 {
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 15px;
  padding-left: 40px;
  color: #4AAD97;
  position: relative;
}
@media (min-width: 576px) {
  footer .officeDetails .row > div h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    padding-left: 35px;
  }
}
@media (min-width: 768px) {
  footer .officeDetails .row > div h3 {
    font-size: 16.8px;
    line-height: 19.4px;
    margin-bottom: 20px;
    padding-left: 34px;
  }
}
@media (min-width: 992px) {
  footer .officeDetails .row > div h3 {
    font-size: 16.8px;
    line-height: 19.4px;
    margin-bottom: 32px;
    padding-left: 34px;
  }
}
@media (min-width: 1200px) {
  footer .officeDetails .row > div h3 {
    font-size: 16.8px;
    line-height: 19.4px;
    padding-left: 34px;
  }
}
@media (min-width: 1600px) {
  footer .officeDetails .row > div h3 {
    font-size: 19.4px;
    line-height: 24.4px;
    padding-left: 39px;
  }
}
@media (min-width: 1800px) {
  footer .officeDetails .row > div h3 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 40px;
    padding-left: 50px;
  }
}
footer .officeDetails .row > div h3::before {
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
footer .copy {
  background-color: #0A1821;
  padding: 15px 0px;
}
@media (min-width: 768px) {
  footer .copy {
    padding: 18px 0px;
  }
}
@media (min-width: 992px) {
  footer .copy {
    padding: 18px 0px;
  }
}
@media (min-width: 1200px) {
  footer .copy {
    padding: 23px 0px;
  }
}
@media (min-width: 1600px) {
  footer .copy {
    padding: 29px 0px;
  }
}
@media (min-width: 1800px) {
  footer .copy {
    padding: 40px 0px;
  }
}
footer .copy p {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  footer .copy p {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  footer .copy p {
    font-size: 12.5px;
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  footer .copy p {
    font-size: 13.5px;
    line-height: 17px;
  }
}
@media (min-width: 1200px) {
  footer .copy p {
    font-size: 14.5px;
    line-height: 18px;
  }
}
@media (min-width: 1600px) {
  footer .copy p {
    font-size: 17.2px;
    line-height: 21px;
  }
}
@media (min-width: 1800px) {
  footer .copy p {
    font-size: 20px;
    line-height: 24px;
  }
}
footer .copy p span {
  color: #05735B;
}
footer .copy ul {
  margin: 0;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  height: 40px;
}
@media (max-width: 575px) {
  footer .copy ul {
    width: 100%;
    justify-content: center;
  }
}
footer .copy li {
  margin-right: 10px;
}
@media (min-width: 768px) {
  footer .copy li {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  footer .copy li {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  footer .copy li {
    margin-right: 19px;
  }
}
@media (min-width: 1600px) {
  footer .copy li {
    margin-right: 23px;
  }
}
@media (min-width: 1800px) {
  footer .copy li {
    margin-right: 32px;
  }
}
footer .copy li:last-child {
  margin-right: 0;
}
footer .copy li a {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 28px;
  display: flex;
  height: 28px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  footer .copy li a {
    height: 26px;
    width: 26px;
  }
}
@media (min-width: 992px) {
  footer .copy li a {
    height: 28px;
    width: 28px;
  }
}
@media (min-width: 1200px) {
  footer .copy li a {
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 1600px) {
  footer .copy li a {
    height: 35px;
    width: 35px;
  }
}
@media (min-width: 1800px) {
  footer .copy li a {
    height: 40px;
    width: 40px;
  }
}
footer .copy li a img {
  transition: 0.3s ease all;
}
footer .copy li a:hover {
  background-color: #fff;
}
footer .copy li a:hover img {
  margin-top: -45px;
  transition: 0.5s ease all;
}
@media (min-width: 1200px) {
  footer .copy li a:hover img {
    margin-top: -50px;
  }
}
@media (min-width: 1600px) {
  footer .copy li a:hover img {
    margin-top: -60px;
  }
}
footer .copy li img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 15px;
  height: 15px;
}
@media (min-width: 768px) {
  footer .copy li img {
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 992px) {
  footer .copy li img {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 1200px) {
  footer .copy li img {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 1600px) {
  footer .copy li img {
    width: 17px;
    height: 17px;
  }
}
@media (min-width: 1800px) {
  footer .copy li img {
    width: 19px;
    height: 19px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .officeDetails {
    width: 70%;
  }
}
.officeDetails p span {
  padding: 0px 11px;
}

.profolio {
  background-image: url(../images/svg/vector/portfolioside.svg);
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
  background-size: 62px 198px;
}
@media (min-width: 1101px) and (max-width: 1199px) {
  .profolio {
    margin-top: 100px;
  }
}
@media (min-width: 1050px) and (max-width: 1100px) {
  .profolio {
    margin-top: 30px;
  }
}
@media (min-width: 1400px) and (max-width: 1450px) {
  .profolio {
    margin-top: 50px;
  }
}
@media (min-width: 1451px) and (max-width: 1500px) {
  .profolio {
    margin-top: 100px;
  }
}
@media (min-width: 1501px) and (max-width: 1599px) {
  .profolio {
    margin-top: 150px;
  }
}
@media (min-width: 1601px) and (max-width: 1700px) {
  .profolio {
    margin-top: 70px;
  }
}
@media (min-width: 1701px) and (max-width: 1799px) {
  .profolio {
    margin-top: 130px;
  }
}
.profolio::before {
  width: 80px;
  height: 80px;
  background-image: url(../images/svg/vector/portfolio.svg);
  background-size: contain;
  right: 0px;
  background-repeat: no-repeat;
  animation-name: portfolio;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (min-width: 576px) {
  .profolio::before {
    width: 90px;
    height: 90px;
    right: 25px;
  }
}
@media (min-width: 768px) {
  .profolio::before {
    width: 90px;
    height: 900px;
    right: 25px;
  }
}
@media (min-width: 992px) {
  .profolio::before {
    width: 120px;
    height: 140px;
    right: 25px;
  }
}
@media (min-width: 1200px) {
  .profolio::before {
    width: 120px;
    height: 140px;
    right: 78px;
  }
}
@media (min-width: 1600px) {
  .profolio::before {
    width: 135px;
    height: 140px;
    right: 78px;
  }
}
@media (min-width: 1800px) {
  .profolio::before {
    width: 170px;
    height: 170px;
    right: 88px;
  }
}
.profolio::after {
  background-image: url(../images/svg/vector/circle-portfolio.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50%;
  height: 65px;
  bottom: 10px;
  z-index: -1;
  animation-duration: 5s;
  animation-name: flicker;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (min-width: 576px) {
  .profolio::after {
    height: 82px;
  }
}
@media (min-width: 768px) {
  .profolio::after {
    height: 82px;
  }
}
@media (min-width: 992px) {
  .profolio::after {
    width: 314.16px;
    height: 146px;
  }
}
@media (min-width: 1200px) {
  .profolio::after {
    height: 206px;
  }
}
@media (min-width: 1600px) {
  .profolio::after {
    height: 246px;
  }
}
@media (min-width: 1800px) {
  .profolio::after {
    height: 300px;
  }
}
@media (min-width: 576px) {
  .profolio {
    background-size: 92px 353px;
  }
}
@media (min-width: 768px) {
  .profolio {
    background-size: 114px 348px;
  }
}
@media (min-width: 992px) {
  .profolio {
    background-size: 114px 348px;
  }
}
@media (min-width: 1200px) {
  .profolio {
    background-size: 164px 518px;
  }
}
@media (min-width: 1600px) {
  .profolio {
    background-size: 194px 600px;
  }
}
@media (min-width: 1800px) {
  .profolio {
    background-size: auto;
  }
}
.profolio span {
  color: #05735B;
}
.profolio ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 20px;
  justify-content: center;
}
@media (min-width: 576px) {
  .profolio ul {
    padding-top: 20px;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .profolio ul {
    padding-top: 25.57px;
  }
}
@media (min-width: 992px) {
  .profolio ul {
    padding-top: 35.57px;
    gap: 50px;
  }
}
@media (min-width: 1200px) {
  .profolio ul {
    padding-top: 45.57px;
    gap: 60px;
  }
}
@media (min-width: 1600px) {
  .profolio ul {
    padding-top: 50.57px;
    gap: 70px;
  }
}
@media (min-width: 1800px) {
  .profolio ul {
    gap: 80px;
    padding-top: 60.57px;
  }
}
.profolio ul li {
  flex-basis: 98%;
  transition: 0.5s ease all;
}
.profolio ul li:hover {
  transition: 0.5s ease all;
  filter: drop-shadow(0px 10px 24px rgb(181 34 58 / 59%));
}
@media (min-width: 768px) {
  .profolio ul li:hover {
    filter: drop-shadow(0px 10px 24px rgb(181 34 58 / 59%));
  }
}
@media (min-width: 992px) {
  .profolio ul li:hover {
    filter: drop-shadow(0px 10px 24px rgb(181 34 58 / 59%));
  }
}
@media (min-width: 1200px) {
  .profolio ul li:hover {
    filter: drop-shadow(0px 10px 24px rgb(181 34 58 / 59%));
  }
}
@media (min-width: 1600px) {
  .profolio ul li:hover {
    filter: drop-shadow(0px 10px 24px rgb(181 34 58 / 59%));
  }
}
@media (min-width: 1800px) {
  .profolio ul li:hover {
    filter: drop-shadow(0px 10px 24px rgb(181 34 58 / 59%));
  }
}
@media (min-width: 576px) {
  .profolio ul li {
    flex-basis: 48%;
  }
}
@media (min-width: 992px) {
  .profolio ul li {
    flex-basis: 29%;
  }
}
.profolio .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 20px;
}
.profolio .slick-slide > div:hover {
  transition: 0.5s ease all;
  filter: drop-shadow(0px 10px 5px rgb(201 41 66, 0.4));
}
@media (min-width: 768px) {
  .profolio .slick-slide > div:hover {
    filter: drop-shadow(0px 5px 2px rgb(201 41 66, 0.4));
  }
}
@media (min-width: 992px) {
  .profolio .slick-slide > div:hover {
    filter: drop-shadow(0px 5px 2px rgb(201 41 66, 0.4));
  }
}
@media (min-width: 1200px) {
  .profolio .slick-slide > div:hover {
    filter: drop-shadow(0px 5px 2px rgb(201 41 66, 0.4));
  }
}
@media (min-width: 1600px) {
  .profolio .slick-slide > div:hover {
    filter: drop-shadow(0px 5px 2px rgb(201 41 66, 0.4));
  }
}
@media (min-width: 1800px) {
  .profolio .slick-slide > div:hover {
    filter: drop-shadow(0px 10px 24px rgb(201 41 66, 0.4));
  }
}
.profolio .slick-slide.slick-active {
  transition: 0.5s ease all;
}
.profolio .slick-slide.slick-current > div {
  transition: 0.5s ease all;
  filter: drop-shadow(0px 10px 5px rgb(201 41 66, 0.4));
}
@media (min-width: 768px) {
  .profolio .slick-slide.slick-current > div {
    filter: drop-shadow(0px 10px 5px rgb(201 41 66, 0.4));
  }
}
@media (min-width: 992px) {
  .profolio .slick-slide.slick-current > div {
    filter: drop-shadow(0px 10px 5px rgb(201 41 66, 0.4));
  }
}
@media (min-width: 1200px) {
  .profolio .slick-slide.slick-current > div {
    filter: drop-shadow(0px 10px 15px rgb(201 41 66, 0.4));
  }
}
@media (min-width: 1600px) {
  .profolio .slick-slide.slick-current > div {
    filter: drop-shadow(0px 10px 18px rgb(201 41 66, 0.4));
  }
}
@media (min-width: 1800px) {
  .profolio .slick-slide.slick-current > div {
    filter: drop-shadow(0px 10px 24px rgb(201 41 66, 0.4));
  }
}
.profolio .slick-slide.slick-current > div:last-child {
  filter: unset;
}
@media (min-width: 576px) {
  .profolio .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .profolio .slick-slide {
    margin-left: 10.1px;
    margin-right: 10.1px;
    padding-top: 25.57px;
  }
}
@media (min-width: 992px) {
  .profolio .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 35.57px;
  }
}
@media (min-width: 1200px) {
  .profolio .slick-slide {
    margin-left: 26.1px;
    margin-right: 26.1px;
    padding-top: 45.57px;
  }
}
@media (min-width: 1600px) {
  .profolio .slick-slide {
    margin-left: 32.2px;
    margin-right: 32.2px;
    border-radius: 30px;
    padding-top: 50.57px;
  }
}
@media (min-width: 1800px) {
  .profolio .slick-slide {
    margin-left: 39.5px;
    margin-right: 39.5px;
    padding-top: 60.57px;
  }
}
.profolio .slick-slide > div {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .profolio .slick-slide > div {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .profolio .slick-slide > div {
    margin-bottom: 14.1px;
  }
}
@media (min-width: 992px) {
  .profolio .slick-slide > div {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .profolio .slick-slide > div {
    margin-bottom: 48.1px;
  }
}
@media (min-width: 1600px) {
  .profolio .slick-slide > div {
    margin-bottom: 60px;
  }
}
@media (min-width: 1800px) {
  .profolio .slick-slide > div {
    margin-bottom: 79px;
  }
}
.profolio .slick-slide > div:last-child {
  margin-bottom: 0 !important;
}
.profolio ul {
  margin: 0;
}
.profolio ul li {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.profolio ul li::after {
  background-color: #a31231;
  width: 55px;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  border-radius: 10px 0px 0px 10px;
}
@media (max-width: 575px) {
  .profolio ul li::after {
    background-color: unset !important;
  }
}
@media (min-width: 576px) {
  .profolio ul li::after {
    width: 55px;
  }
}
@media (min-width: 768px) {
  .profolio ul li::after {
    border-radius: 15px 0px 0px 15px;
    width: 55px;
  }
}
@media (min-width: 992px) {
  .profolio ul li::after {
    border-radius: 15px 0px 0px 15px;
    width: 41px;
  }
}
@media (min-width: 1200px) {
  .profolio ul li::after {
    width: 60px;
  }
}
@media (min-width: 1600px) {
  .profolio ul li::after {
    width: 60px;
    border-radius: 20px 0px 0px 20px;
  }
}
@media (min-width: 1800px) {
  .profolio ul li::after {
    width: 75px;
  }
}
.profolio ul li img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .profolio ul li img {
    border-radius: 15px;
  }
}
@media (min-width: 992px) {
  .profolio ul li img {
    border-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .profolio ul li img {
    border-radius: 15px;
  }
}
@media (min-width: 1600px) {
  .profolio ul li img {
    border-radius: 20px;
  }
}
.profolio ul li p {
  position: absolute;
  left: -42%;
  transform: rotate(270deg);
  border-radius: 20px 0px 0px 20px;
  top: 39%;
  width: 100%;
  height: 40px;
  z-index: 2;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  padding: 0px 42px 0px 42px;
}
@media (max-width: 575px) {
  .profolio ul li p {
    transform: rotate(0deg);
    left: 0;
    top: unset;
    bottom: 0;
    background-color: #05735B;
    border-radius: 0px 0px 12px 12px;
    height: auto;
    padding: 10px 10px;
    font-size: 12px;
  }
}
@media (min-width: 576px) {
  .profolio ul li p {
    font-size: 10px;
    height: 45px;
    left: -39%;
    padding: 0px 28px 0px 35px;
  }
}
@media (min-width: 600px) {
  .profolio ul li p {
    left: -41%;
  }
}
@media (min-width: 768px) {
  .profolio ul li p {
    font-size: 12px;
    height: 31px;
    left: -42%;
    padding: 0px 65px 0px 54px;
  }
}
@media (min-width: 992px) {
  .profolio ul li p {
    font-size: 10px;
    height: 41px;
    padding: 0px 37px;
  }
}
@media (min-width: 1280px) {
  .profolio ul li p {
    font-size: 13px;
    height: 41px;
    padding: 0px 38px;
  }
}
@media (min-width: 1600px) {
  .profolio ul li p {
    font-size: 15px;
    height: 60px;
    padding: 0px 56px 0px 43px;
  }
}
@media (min-width: 1800px) {
  .profolio ul li p {
    font-size: 17px;
    height: 70px;
    padding: 0px 52px;
  }
}/*# sourceMappingURL=style.css.map */