@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  position: relative;
  overflow-x: hidden;
  transition: 0.3s all ease;
}

.scroll-top {
  position: fixed;
  bottom: 2%;
  right: 2%;
  border: 0;
  background-color: #e0f780;
  padding: 15px 20px;
  cursor: pointer;
  z-index: 99999;
  border-radius: 100%;
  color: #033f47;
}
.scroll-top:hover {
  color: #033f47;
}
.scroll-top .fa {
  font-size: 20px;
}

/*Header Start*/
.header1 {
  width: 100%;
  position: fixed;
  z-index: 999999;
  transition: 0.5s ease-in-out;
  font-family: "Inter", sans-serif;
  background-color: #033f47;
}
.header1 .navbar {
  padding: 0;
}
.header1 .navbar .nav-link {
  padding: 30px 15px !important;
  color: #fff;
}
.header1 .navbar .nav-link:hover {
  color: #e0f780;
}
.header1 .navbar .navbar-brand {
  height: auto;
  width: 150px;
  overflow: hidden;
}
.header1 .navbar .nav-item {
  font-size: 12px;
  font-weight: 500;
  list-style: none;
  text-transform: uppercase;
}
.header1 .navbar .nav-item .active {
  color: #e0f780;
}
.header1 .navbar .btn-primary {
  border-radius: 100px;
  font-size: 14px;
  padding: 12px 24px;
}
.header1 .navbar .contact-item {
  background-color: #fff;
  display: flex;
  align-items: center;
  color: #033f47;
  border-radius: 50px !important;
  padding: 8px 20px;
}
.header1 .navbar .contact-item .contact-icon {
  display: block;
  height: 40px;
  width: 40px;
  background-color: #e0f780;
  border-radius: 100px;
  transition: 0.5s all ease;
}
.header1 .navbar .contact-item .contact-icon .bi {
  color: #033f47;
  transition: 0.5s all ease;
}
.header1 .navbar .contact-item .contact-icon .bi::before {
  font-size: 20px;
  margin-top: 9px;
  margin-left: 10px;
}
.header1 .navbar .contact-item .contact-icon:hover {
  background-color: #033f47;
  transition: 0.5s all ease;
}
.header1 .navbar .contact-item .contact-icon:hover .bi {
  color: #fff;
  transition: 0.5s all ease;
}
.header1 .navbar .contact-item .nav-link {
  color: #033f47;
  padding: 0 !important;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 990px) {
  .header1 .navbar {
    padding: 15px 0;
  }
  .header1 .navbar .navbar-collapse {
    background-color: #033f47;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 0 0 15px;
  }
  .header1 .navbar .navbar-collapse .navbar-text .nav-item {
    justify-content: center;
  }
  .header1 .navbar .navbar-collapse .navbar-text .nav-item .contact-icon .bi::before {
    margin-left: 0;
  }
  .header1 .navbar .navbar-toggler-icon {
    background-image: none !important;
  }
  .header1 .navbar .navbar-toggler-icon::before {
    font-size: 30px !important;
    color: #fff;
  }
}
/*Header End*/
/*Banner Start*/
.section-banner1 {
  padding: 60px 0 0;
  position: relative;
  background-color: #033f47;
  font-family: "Inter", sans-serif;
}
.section-banner1 .shape-1 {
  position: absolute;
  left: 4%;
  top: 10%;
  z-index: 99;
  transform: rotate(0deg);
  animation: Rotating 5s linear infinite;
  transform-origin: bottom left;
}
.section-banner1 .shape-1 img {
  height: 40px;
}
@media screen and (min-width: 520px) and (max-width: 748px) {
  .section-banner1 .shape-1 {
    display: none;
  }
}
@keyframes Rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes left-rotating {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.section-banner1 .shape-2 {
  position: absolute;
  right: 4%;
  top: 60%;
  z-index: 99;
  transform: rotate(0deg);
  animation: left-rotating 5s linear infinite;
  transform-origin: top left;
}
.section-banner1 .shape-2 img {
  height: 40px;
}
@media screen and (min-width: 520px) and (max-width: 748px) {
  .section-banner1 .shape-2 {
    display: none;
  }
}
.section-banner1 .dots {
  position: absolute;
  right: 45%;
  top: 40%;
  animation: up-down 2.5s infinite alternate;
}
.section-banner1 .dots img {
  height: 80px;
}
@media screen and (max-width: 480px) {
  .section-banner1 .dots {
    display: none;
  }
}
.section-banner1 .titles {
  margin-top: 30px;
}
.section-banner1 .titles .main-title {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.section-banner1 .titles .banner-title {
  font-size: 50px;
  line-height: 1.3;
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-weight: 800;
  text-transform: capitalize;
  margin: 20px 0;
}
.section-banner1 .titles .banner-para {
  color: #fff;
  font-family: "Inter", sans-serif;
  max-width: 500px;
}
.section-banner1 .banner-content {
  color: #555555;
  font-size: 16px;
}
.section-banner1 .image-block {
  animation: up-down 2.5s infinite alternate;
}
@keyframes up-down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.section-banner1 .btn-primary {
  background-color: #e0f780;
  border: 0;
  padding: 10px 24px;
  border-radius: 4px;
  font-weight: 400;
  color: #033f47;
  border: 1px solid #e0f780;
}
.section-banner1 .btn-primary:hover {
  background-color: transparent !important;
  color: #fff;
  border: 1px solid #fff !important;
}
.section-banner1 .banner-categories {
  font-size: 16px;
}
.section-banner1 .banner-categories p {
  color: #999999;
}
.section-banner1 .banner-categories p a {
  color: #555555;
  text-decoration: none;
}
.section-banner1 .banner-categories p a:hover {
  color: #007456;
}

@media screen and (max-width: 1199px) {
  .section-banner1 {
    padding: 120px 0 40px;
  }
}
@media screen and (max-width: 990px) {
  .section-banner1 {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .section-banner1 .shape-1 {
    display: none;
  }
  .section-banner1 .shape-2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-banner1 .double-circle {
    z-index: -1;
    left: 60%;
  }
  .section-banner1 .banner-img {
    width: 100%;
  }
}
@media (max-width: 568px) {
  .section-banner1 {
    padding-top: 116px;
  }
  .section-banner1 .titles .banner-title {
    font-size: 42px;
  }
}
/*Banner End*/
/*About Start*/
.about {
  padding: 80px 0 60px;
  font-family: "Inter", sans-serif;
}
.about .heading {
  margin-top: 40px;
}
.about .heading .main-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #033f47;
}
.about .heading .sub-title {
  font-size: 50px;
  font-weight: 700;
  margin-top: 20px;
  color: #000;
  font-family: "Outfit", sans-serif;
  text-transform: capitalize;
}
.about .heading .para {
  line-height: 31px;
  color: #575959;
  font-family: "Outfit", sans-serif;
}
.about .numbers {
  margin-top: 30px;
}
.about .numbers .number-block h3 {
  font-weight: 700;
  font-size: 40px;
}
.about .numbers .number-block h6 {
  line-height: 31px;
  color: #575959;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
.about .btn-primary {
  background-color: #033f47;
  border: 0;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #033f47;
}
.about .btn-primary:hover {
  background-color: #080f10 !important;
  color: #fff;
  border: 1px solid #080f10 !important;
}
@media screen and (max-width: 568px) {
  .about .heading .sub-title {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (max-width: 350px) {
  .about .heading .sub-title {
    font-size: 32px;
  }
}

/*About End*/
/*Why us Start*/
.about-1 {
  padding: 60px 0;
  font-family: "Inter", sans-serif;
}
.about-1 .heading {
  margin-top: 20px;
}
.about-1 .heading .main-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #033f47;
}
.about-1 .heading .sub-title {
  font-size: 38px;
  font-weight: 700;
  margin-top: 20px;
  color: #000;
  line-height: 50px;
  font-family: "Outfit", sans-serif;
}
.about-1 .heading .para {
  line-height: 31px;
  color: #575959;
  font-family: "Outfit", sans-serif;
}
.about-1 .check-icon {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background-color: #e0f780;
  position: relative;
}
.about-1 .check-icon i {
  color: #033f47;
  font-size: 20px;
  font-weight: bolder !important;
  position: absolute;
  left: 3px;
  top: -4px;
}
.about-1 .btn-primary {
  background-color: #033f47;
  border: 0;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #033f47;
}
.about-1 .btn-primary:hover {
  background-color: #080f10 !important;
  color: #fff;
  border: 1px solid #080f10 !important;
}
@media screen and (max-width: 920px) {
  .about-1 h2 {
    font-size: 30px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .about-1 h2 {
    text-align: center;
  }
}
@media screen and (max-width: 350px) {
  .about-1 .heading .sub-title {
    font-size: 26px;
    line-height: 40px;
  }
}

/*Why us End*/
/* Service Start */
.service {
  padding: 80px 0;
  font-family: "Poppins", sans-serif;
  position: relative;
  background: url(../images/service-bg.jpg);
  background-position: 100%;
}
.service::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(3, 63, 71, 0.8), rgba(3, 63, 71, 0.8));
  left: 0;
  top: 0;
  z-index: 0;
}
.service .heading {
  text-align: center;
  position: relative;
  z-index: 9999;
}
.service .heading .sub-title {
  color: #fff;
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
}
.service .heading .para {
  color: #fff;
  max-width: 600px;
  margin: auto;
  font-family: "Outfit", sans-serif;
}
.service .slider .slick-track {
  padding: 40px 0 0;
}
.service .slider .slick-arrow {
  display: none !important;
}
.service .slider .slick-dots {
  display: flex !important;
  padding: 0;
  justify-content: center;
  margin-top: 20px;
}
.service .slider .slick-dots li {
  list-style: none;
}
.service .slider .slick-dots li button {
  font-size: 0;
  border: 0;
  padding: 6px;
  border-radius: 100%;
  margin: 0 4px;
  background-color: rgba(223, 247, 128, 0.3764705882);
}
.service .slider .slick-dots .slick-active button {
  background-color: #e0f780;
}
.service .slider .card {
  overflow: hidden;
  margin: 0 10px;
  border: 0;
  border-radius: 0;
  text-align: center;
  padding: 40px 30px;
  transition: 0.5s all ease;
}
.service .slider .card .card-icon .bi {
  border: 1px solid #033f47;
  display: block;
  height: 70px;
  width: 70px;
  border-radius: 100px;
  margin: auto;
  position: relative;
  transform: rotateY(-360deg);
  transition: 0.5s all ease;
}
.service .slider .card .card-icon .bi::after {
  content: "";
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  top: 12px;
  left: 12px;
  z-index: 0;
  border-radius: 100px;
  background-color: #e0f780;
}
.service .slider .card .card-icon .bi::before {
  vertical-align: middle;
  margin-top: 18px;
  color: #033f47;
  font-size: 35px;
  position: relative;
  z-index: 99;
}
.service .slider .card .service-name h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0;
  color: #000;
}
.service .slider .card .service-name p {
  color: #575959;
  font-family: "Outfit", sans-serif;
  margin-bottom: 0;
}
.service .slider .card:hover {
  background-color: #e0f780;
}
.service .slider .card:hover .card-icon .bi {
  transform: rotateY(0deg);
  transition: 0.5s all ease;
}
@media screen and (max-width: 1199px) {
  .service .slider .card .service-name h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .service .slider .card .service-name h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 568px) {
  .service .heading .sub-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 320px) {
  .service .heading .sub-title {
    font-size: 30px;
    line-height: 40px;
  }
}

/* Service End */
/* Process Start */
.process {
  background-color: #f8f8f1;
  padding: 80px 0;
  position: relative;
}
.process .heading {
  text-align: center;
  position: relative;
  z-index: 9999;
  max-width: 600px;
  margin: auto;
  padding-bottom: 50px;
}
.process .heading .sub-title {
  color: #000;
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  line-height: 52px;
}
.process .heading .para {
  color: #575959;
  max-width: 600px;
  margin: auto;
  font-family: "Outfit", sans-serif;
}
.process .image-wrapper {
  position: relative;
  z-index: 9999;
}
.process .accordion {
  margin-top: 20px;
}
.process .accordion .accordion-item {
  justify-content: center;
  height: 110px;
  margin-bottom: 20px;
  position: relative;
  border: 0;
  border-radius: 10px;
}
.process .accordion .accordion-item .accordion-icon {
  position: relative;
  margin-top: 25px;
  margin-left: 20px;
}
.process .accordion .accordion-item .accordion-icon .bi {
  display: block;
  height: 60px;
  width: 60px;
  background-color: #e0f780;
  border-radius: 100px;
}
.process .accordion .accordion-item .accordion-icon .bi::before {
  font-size: 40px;
  color: #033f47;
  margin-top: 10px;
  margin-left: 10px;
}
.process .accordion .accordion-item .accordion-block {
  width: 80%;
  position: relative;
  padding-top: 10px;
  transition: 0.3s all ease;
}
.process .accordion .accordion-item .accordion-block .accordion-header .accordion-button {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  padding-bottom: 10px;
  transition: 0.3s all ease;
}
.process .accordion .accordion-item .accordion-block .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.process .accordion .accordion-item .accordion-block .accordion-header .accordion-button::after {
  display: none !important;
}
.process .accordion .accordion-item .accordion-block .accordion-header .accordion-button:not(.collapsed) {
  margin-top: 0;
  background-color: #fff;
  color: #000;
  box-shadow: none;
}
.process .accordion .accordion-item .accordion-block .accordion-collapse {
  color: #575959;
  font-family: "Outfit", sans-serif;
  transition: 0.3s ease-in-out;
}
.process .accordion .accordion-item .accordion-block .accordion-collapse .accordion-body {
  padding-top: 0;
  padding-bottom: 0;
}
.process .shape-1 {
  position: absolute;
  left: 5%;
  top: 40%;
  z-index: 0;
  transform: rotate(0deg);
  animation: left-rotating 5s linear infinite;
  transform-origin: top left;
}
.process .shape-1 img {
  height: 40px;
}
@media screen and (min-width: 520px) and (max-width: 748px) {
  .process .shape-1 {
    display: none;
  }
}
@keyframes Rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes left-rotating {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.process .shape-2 {
  position: absolute;
  right: 5%;
  top: 20%;
  z-index: 99;
  transform: rotate(0deg);
  animation: Rotating 5s linear infinite;
  transform-origin: bottom right;
}
.process .shape-2 img {
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .process .image-wrapper {
    height: 430px;
  }
  .process .image-wrapper img {
    height: 100%;
  }
}
@media screen and (max-width: 990px) {
  .process .shape-1 {
    display: none;
  }
  .process .shape-2 {
    display: none;
  }
  .process .image-wrapper img {
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .process .heading .sub-title {
    font-size: 35px;
  }
  .process .accordion .accordion-item {
    height: 134px;
  }
  .process .accordion .accordion-item .accordion-block .accordion-header .accordion-button {
    margin-top: 26px;
    font-size: 22px;
  }
  .process .accordion .accordion-item .accordion-icon {
    margin-top: 36px;
  }
}
@media screen and (max-width: 420px) {
  .process .accordion .accordion-item {
    height: 134px;
  }
  .process .accordion .accordion-item .accordion-block .accordion-header .accordion-button {
    margin-top: 26px;
    font-size: 18px;
  }
  .process .accordion .accordion-item .accordion-icon {
    margin-top: 36px;
  }
}
@media screen and (max-width: 320px) {
  .process .heading .sub-title {
    line-height: 40px;
    font-size: 32px;
  }
  .process .accordion .accordion-item {
    height: 200px;
  }
  .process .accordion .accordion-item .accordion-block .accordion-header .accordion-button {
    margin-top: 58px;
    font-size: 18px;
  }
  .process .accordion .accordion-item .accordion-icon {
    margin-top: 70px;
  }
}

/* Process End */
/*Appointment Start*/
.appointment {
  padding: 60px 0;
  position: relative;
}
.appointment .container-wrapper {
  background-color: #033f47;
  position: relative;
}
.appointment .container-wrapper::before {
  content: "";
  background: url(../images/col-vector.png);
  background-position: 50%;
  height: 100%;
  width: 100%;
  z-index: 999;
  position: absolute;
}
.appointment .container-wrapper .image-wrapper img {
  width: 100%;
}
.appointment .container-wrapper .heading {
  position: relative;
  z-index: 9999;
  max-width: 600px;
  padding-bottom: 50px;
  padding-top: 210px;
  padding-left: 40px;
}
.appointment .container-wrapper .heading .sub-title {
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  line-height: 55px;
}
.appointment .container-wrapper .heading .para {
  color: #fff;
  margin: auto;
  font-family: "Outfit", sans-serif;
  margin-bottom: 40px;
}
.appointment .container-wrapper .btn-primary {
  background-color: #e0f780;
  border: 0;
  padding: 10px 24px;
  border-radius: 4px;
  font-weight: 400;
  color: #033f47;
  border: 1px solid #e0f780;
}
.appointment .container-wrapper .btn-primary:hover {
  background-color: transparent !important;
  color: #fff;
  border: 1px solid #fff !important;
}
@media screen and (max-width: 990px) {
  .appointment .container-wrapper .heading {
    padding-top: 100px;
  }
}
@media screen and (max-width: 568px) {
  .appointment .container-wrapper .heading {
    padding-left: 20px;
    padding-right: 20px;
  }
  .appointment .container-wrapper .heading .sub-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 320px) {
  .appointment .container-wrapper .heading .sub-title {
    font-size: 30px;
    line-height: 44px;
  }
}

/*Appointment End*/
/*Project Start*/
.project {
  padding: 60px 0;
  background-color: #033f47;
  font-family: "Inter", sans-serif;
  position: relative;
}
.project .heading {
  position: relative;
  z-index: 9999;
  max-width: 600px;
}
.project .heading .sub-title {
  color: #fff;
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  line-height: 70px;
}
.project .heading .para {
  color: #fff;
  max-width: 600px;
  margin: auto;
  font-family: "Outfit", sans-serif;
}
.project .project-slider {
  margin-top: 70px;
}
.project .project-slider .slick-arrow {
  position: absolute;
  top: -50%;
  padding: 5px 20px;
  border-radius: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  margin: 0 20px;
}
.project .project-slider .slick-prev {
  font-size: 0;
  right: 16%;
}
.project .project-slider .slick-prev::before {
  content: "❮";
  font-size: 30px;
  color: #fff;
}
.project .project-slider .slick-next {
  font-size: 0;
  right: 10%;
}
.project .project-slider .slick-next::before {
  content: "❯";
  font-size: 30px;
  color: #fff;
}
.project .project-slider .card {
  margin: 0 5px;
  border: 0;
  border-radius: 0;
  position: relative;
  background-color: #033f47;
}
.project .project-slider .card .project-name {
  text-align: center;
  background-color: #e0f780;
  margin: 5px 10px;
  margin-top: -20px;
  position: relative;
  z-index: 999;
  padding: 10px 0;
  border-radius: 10px;
}
.project .project-slider .card .project-name h3 {
  font-size: 16px;
  margin-bottom: 0;
  color: #033f47;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1199px) {
  .project .project-slider .slick-arrow {
    top: -22%;
  }
  .project .project-slider .slick-prev {
    right: 8%;
  }
  .project .project-slider .slick-next {
    right: 0%;
  }
}
@media screen and (max-width: 990px) {
  .project .project-slider .card .project-name {
    margin-top: -16px;
  }
  .project .project-slider .card .project-name h3 {
    font-size: 15px;
  }
  .project .project-slider .slick-prev {
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .project .project-slider .slick-arrow {
    top: -15%;
  }
}
@media screen and (max-width: 568px) {
  .project .heading .sub-title {
    font-size: 35px;
    line-height: 50px;
  }
  .project .project-slider .slick-track {
    margin-top: 50px;
  }
  .project .project-slider .slick-arrow {
    top: -5%;
  }
  .project .project-slider .slick-prev {
    right: 18%;
  }
}
@media screen and (max-width: 320px) {
  .project .heading .sub-title {
    font-size: 28px;
  }
  .project .project-slider .slick-prev {
    right: 24%;
  }
}

/*Project End*/
/* Team Start */
.team {
  padding: 80px 0;
  font-family: "Inter", sans-serif;
  position: relative;
}
.team .shape-vector {
  position: absolute;
  top: 30%;
  right: 20%;
  z-index: 0;
  animation: up-down 2.5s infinite alternate;
}
@keyframes up-down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.team .heading {
  text-align: center;
  position: relative;
  z-index: 9999;
  max-width: 500px;
  margin: auto;
  padding-bottom: 50px;
}
.team .heading .sub-title {
  color: #000;
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  line-height: 60px;
}
.team .team-slider {
  position: relative;
}
.team .team-slider .slick-arrow {
  display: none !important;
}
.team .team-slider .slick-dots {
  display: flex !important;
  padding: 0;
  justify-content: center;
  margin-top: 10px;
}
.team .team-slider .slick-dots li {
  list-style: none;
}
.team .team-slider .slick-dots li button {
  font-size: 0;
  border: 0;
  padding: 6px;
  border-radius: 100%;
  margin: 0 4px;
  background-color: rgba(3, 63, 71, 0.3450980392);
}
.team .team-slider .slick-dots .slick-active button {
  background-color: #033f47;
}
.team .team-slider .card {
  margin: 0 5px;
  border: 0;
}
.team .team-slider .card .card-image {
  position: relative;
  overflow: hidden;
}
.team .team-slider .card .team-name {
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  background: rgba(3, 63, 71, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  visibility: visible;
  opacity: 1;
  z-index: 3;
  width: 100%;
  text-align: center;
}
.team .team-slider .card .team-name h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.team .team-slider .card .team-name p {
  color: #fff;
  font-family: "Outfit", sans-serif;
}
.team .team-slider .card .team-name .social-links ul {
  padding: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.team .team-slider .card .team-name .social-links ul li {
  list-style: none;
  margin: 0 10px;
}
.team .team-slider .card .team-name .social-links ul li .fa::before {
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 990px) {
  .team .team-slider .card .team-name {
    position: relative;
  }
}
@media screen and (max-width: 568px) {
  .team .heading .sub-title {
    font-size: 35px;
    line-height: 50px;
  }
  .team .team-slider .card .card-image img {
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .team .heading .sub-title {
    font-size: 26px;
    line-height: 36px;
  }
}

/* Team End */
/* Review Start */
.review {
  padding: 60px 0;
  font-family: "Inter", sans-serif;
}
.review .heading {
  text-align: center;
  max-width: 500px;
  margin: auto;
}
.review .heading .sub-title {
  font-size: 50px;
  font-weight: 600;
  margin-top: 20px;
  color: #000;
  font-family: "Outfit", sans-serif;
}
.review .slick-arrow {
  display: none !important;
}
.review .slick-dots {
  display: flex !important;
  padding: 0;
  justify-content: center;
  margin-top: 10px;
}
.review .slick-dots li {
  list-style: none;
}
.review .slick-dots li button {
  font-size: 0;
  border: 0;
  padding: 6px;
  border-radius: 100%;
  margin: 0 4px;
  background-color: rgba(3, 63, 71, 0.3450980392);
}
.review .slick-dots .slick-active button {
  background-color: #033f47;
}
.review .card {
  border: 0;
}
.review .card .review-block {
  padding: 50px 0px 0px;
}
.review .card .review-block .card-image {
  border-radius: 100%;
  overflow: hidden;
}
.review .card .review-block .card-image img {
  height: 100%;
  width: 100%;
}
.review .card .review-block .card-body {
  margin-left: 40px;
}
.review .card .review-block .card-body .icon {
  margin-bottom: 20px;
}
.review .card .review-block .card-body .icon .bi {
  color: #fdcc09;
}
.review .card .review-block .card-body h5 {
  margin-bottom: 30px;
}
.review .card .review-block .card-body .name h6 {
  text-transform: uppercase;
}
.review .card .review-block .card-body .name p {
  color: #575959;
  margin-bottom: 0;
}
@media screen and (max-width: 990px) {
  .review .card .review-block .card-body {
    margin-top: 50px;
  }
}
@media screen and (max-width: 568px) {
  .review .heading .sub-title {
    font-size: 35px;
    line-height: 50px;
  }
  .review .card .review-block .card-body {
    margin-top: 30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .review .heading .sub-title {
    font-size: 28px;
    line-height: 38px;
  }
  .review .card .review-block .card-body h5 {
    font-size: 18px;
  }
}

/* Review End */
/*Client Start*/
.client {
  background-color: #033f47;
  position: relative;
  padding: 80px 0 60px;
}
.client::before {
  content: "";
  background: url(../images/col-vector.png);
  background-position: 50%;
  height: 100%;
  width: 100%;
  z-index: 999;
  position: absolute;
  top: 0;
}
.client .container {
  position: relative;
  z-index: 9999;
}
.client .client-slider .slick-arrow {
  display: none !important;
}
.client .client-slider .card {
  background-color: transparent;
  border: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client .client-slider .card .card-image img {
  width: 150px;
}

/*Client End*/
/* Contact Start */
.contact {
  padding: 60px 0;
  font-family: "Outfit", sans-serif;
}
.contact .image-wrapper img {
  width: 100%;
}
.contact .contact-block .title h3 {
  font-size: 45px;
  font-weight: 600;
  color: #080f10;
  margin-bottom: 26px;
  line-height: 68px;
  letter-spacing: 0.02em;
}
.contact .contact-block .details-block {
  margin-bottom: 30px;
}
.contact .contact-block .details-block .icon {
  position: relative;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #e0f780;
  border-radius: 100px;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 22px;
  z-index: 1;
  transition: all ease 0.5s;
}
.contact .contact-block .details-block .icon::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 100px;
  background-color: transparent;
  z-index: -1;
  transition: all ease 0.5s;
}
.contact .contact-block .details-block .icon .bi::before {
  vertical-align: middle;
  margin-bottom: 4px;
  font-size: 18px;
  color: #033f47;
  transition: all ease 0.5s;
}
.contact .contact-block .details-block h6 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
  text-transform: capitalize;
}
.contact .contact-block .details-block p {
  color: #575959;
  max-width: 400px;
  margin-bottom: 0;
}
@media screen and (max-width: 990px) {
  .contact .contact-block .title h3 {
    margin: 30px 0;
  }
  .contact .contact-block .address-details {
    justify-content: space-between;
  }
  .contact .contact-block .address-details .details-block {
    text-align: center;
  }
  .contact .contact-block .address-details .details-block .icon {
    margin: auto;
  }
  .contact .contact-block .address-details .details-block p {
    max-width: 100%;
  }
}

/* Contact End */
/*Footer Start*/
.footer {
  background: #f8f8f1;
  padding-top: 4em;
  font-family: "Inter", sans-serif;
  color: #fff;
}
.footer .logo-block .logo img {
  margin-bottom: 30px;
}
.footer .logo-block p {
  color: #575959;
  max-width: 600px;
  margin: auto;
  font-family: "Outfit", sans-serif;
}
.footer .footer-block {
  padding-left: 30px;
}
.footer .footer-block .title h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 30px;
}
.footer .footer-block ul {
  padding-left: 0;
}
.footer .footer-block ul li {
  text-transform: capitalize;
}
.footer .footer-block .address-details .details-block {
  align-items: center;
  margin-bottom: 20px;
}
.footer .footer-block .address-details .details-block:hover .icon {
  background-color: #e0f780;
  border: 1px solid transparent;
}
.footer .footer-block .address-details .details-block:hover .icon::before {
  height: 100%;
}
.footer .footer-block .address-details .details-block:hover .bi::before {
  color: #033f47;
}
.footer .footer-block .address-details .details-block p {
  color: #575959;
  max-width: 600px;
  margin: auto;
  font-family: "Outfit", sans-serif;
}
.footer .footer-block .address-details .icon {
  position: relative;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid rgb(87, 89, 89);
  left: 0;
  top: 0;
  text-align: center;
  font-size: 22px;
  z-index: 1;
  transition: all ease 0.5s;
}
.footer .footer-block .address-details .icon::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 100px;
  background-color: transparent;
  z-index: -1;
  transition: all ease 0.5s;
}
.footer .footer-block .address-details .icon .bi::before {
  vertical-align: middle;
  margin-bottom: 4px;
  font-size: 18px;
  color: rgb(87, 89, 89);
  transition: all ease 0.5s;
}
.footer .footer-block .links li {
  margin-bottom: 15px;
  transition: 0.5s all ease;
}
.footer .footer-block .links li .icon .bi {
  transition: all ease 0.5s;
}
.footer .footer-block .links li .icon .bi::before {
  vertical-align: middle;
  margin-bottom: 4px;
  color: rgb(87, 89, 89);
}
.footer .footer-block .links li a {
  color: rgb(87, 89, 89);
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 0;
}
.footer .footer-block .links li:hover {
  transform: translateX(4px);
  transition: 0.5s all ease;
}
.footer .footer-block .social-links ul {
  display: flex;
}
.footer .footer-block .social-links ul li {
  list-style: none;
  margin-right: 10px;
}
.footer .footer-block .social-links ul li a {
  position: relative;
  display: block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid rgb(87, 89, 89);
  left: 0;
  top: 5px;
  text-align: center;
  font-size: 22px;
  z-index: 1;
  transition: all ease 0.5s;
}
.footer .footer-block .social-links ul li a .fa {
  color: rgb(87, 89, 89);
  font-size: 18px;
}
.footer .footer-block .social-links ul li a:hover {
  background-color: #e0f780;
  border: 1px solid transparent;
}
.footer .footer-block .social-links ul li a:hover .fa {
  color: #033f47;
}
.footer .footer-bottom {
  padding: 15px 0;
  border-top: 1px solid rgba(3, 63, 71, 0.3490196078);
}
.footer .footer-bottom p {
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 990px) {
  .footer .logo-block p {
    padding-bottom: 60px;
    max-width: 100%;
    margin: 0;
  }
  .footer .footer-block {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-block {
    margin-top: 30px;
  }
  .footer .footer-block .address-details .icon {
    top: 4px;
  }
  .footer .footer-block .details-block {
    margin-bottom: 25px;
  }
  .footer .footer-block .title h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 320px) {
  .footer .footer-block {
    padding-left: 0;
  }
}

/*Footer End*//*# sourceMappingURL=style.css.map */