/*
Template Name: Proview
Template URI: 
Description: Portfolio HTML Template 
Author: IIDEA INFORMATICS 
Author URI: 
Version: 1.0
 */
/*--
    - Google Font Import 
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*--
    - Common CSS 
-----------------------------------------*/
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

.inter{
  font-family: 'Inter', sans-serif;
}

body {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #deeaf7;
  overflow-x: hidden;

}

.no-padding{
padding: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  margin: 0;
}

h1 {
  font-size: 120px;
  line-height: 120px;
  color: #061815;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  h1 {
    font-size: 100px;
    line-height: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h2 {
  font-size: 50px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 36px;
  color: #061815;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h3 span {
  color: #f85353;
  font-size: 20px;
  letter-spacing: 2px;
  margin-left: 5px;
}

a {
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  color: #555555;
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

li {
  display: inline-block;
}

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid #333;
}

.fix {
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 80px;
  margin: 0 auto;
}


.border-top {
  border-top: 1px solid #eee;
}

.border-bottom {
  border-bottom: 1px solid #eee;
}

/*Section Padding CSS*/
.section-padding {
  padding: 80px 0;
}

.section-padding-1 {
  padding: 40px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 80px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding: 40px 20px;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding: 30px 10px;
  }
}
/*Margin & Padding */
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-35 {
  padding-bottom: 35px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px;
}

.mb-30 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-50 {
  padding-right: 100px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.spacer {
  margin-top: 100px;
}

/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title h1 {
  font-size: 120px;
  line-height: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 100px;
    line-height: 115px;
  }
}
@media (max-width: 767px) {
  .section-title h1 {
    font-size: 30px!important;
    line-height: 35px!important;
  }

  
}

.section-title h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  color: #061815;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 36px;
    line-height: 50px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 38px;
    margin: 15px 0;
  }
}

.section-title h3 {
  font-size: 36px;
  line-height: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-title h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.section-title h6 {
  color: #4cb059;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  border: 1px solid #4cb059;
  border-radius: 25px;
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-title h6 {
    font-size: 15px;
  }
}

.section-title a {
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  color: #2d6db4;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title a {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .section-title a {
    font-size: 28px;
    line-height: 40px;
  }
}

.section-title a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #2d6db4;
}

.section-title h6 span {
  color: #f85353;
  font-size: 20px;
  letter-spacing: 2px;
  margin-left: 5px;
}

.section-title p {
  color: #4cb059;
  text-transform: uppercase;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  position: relative;
  padding-left: 90px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title p {
    text-align: center;
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title p {
    text-align: center;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .section-title p {
    text-align: center;
    padding-left: 0 !important;
  }
}

.section-title p:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 60px;
  height: 2px;
  background: #4cb059;
  margin-top: -1px;
}

/*Button Style */
.main-btn,
.main-btn.white {
  display: inline-block;
  background: #2d6db4;
  color: #061815;
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 30px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-btn,
  .main-btn.white {
    padding: 12px 24px;
  }
}

.main-btn:hover {
  background-color: #4cb059;
  color: #fff !important;
  border-color: #4cb059;
}

.main-btn.white {
  background: #fff;
  color: #061815;
}

/*Form Style CSS */
input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #eee;
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
}
.service-page-content li{
  line-height: 1.5;
}
span{
  color: black;
}

/* textarea {
  height: 250px;
} */

input[type="submit"],
button[type="submit"] {
  border: none;
  border-radius: 0;
  display: inline-block;
  background: #2d6db4 !important;
  padding: 15px 30px;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
  background: #4cb059;
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  font-size: 15px;
  font-weight: 500;
}

input.form-control {
  padding: 12px 20px;
  line-height: 1.2;
}

/*Bootstrap CSS*/
.container {
  max-width: 1320px;
}

.container-fluid {
  padding: 0 20px;
}

.navbar-toggler-icon {
  background-image: none;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

/* Bacground Color & Overlay CSS 
============== */
.light-bg-1 {
  background: #deeaf7;
}

.light-bg-2 {
  background: #deeaf7;
}

.white-bg {
  background: #fff;
}

.dark-bg {
  background: #0a3321;
}

.gray-bg {
  background: #f9f9f9;
}

.gray-bg-2 {
  background: #f5f5f5;
}

.green-bg {
  background: #4cb059;
}

.dark-green-bg {
  background: #03110b;
}

.yellow-bg {
  background: #2d6db4;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #070707;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-2 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #070707;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: -1;
}

.text-black {
  color: #1d1730;
}

.text-white {
  color: #fff !important;
}

.fix {
  overflow: hidden;
}

/* Scroll Top 
============== */
.go-top {
  background-color: #2d6db4;
  color: #fff;
  width: 50px;
  height: 50px;
  bottom: 8em;
  right: 2em;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  display: none;
  position: fixed;
  z-index: 1;
  border-radius: 50%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .go-top {
    width: 35px;
    height: 35px;
    bottom: 5em;
    right: 2em;
    font-size: 15px;
    line-height: 33px;
  }
}
@media (max-width: 575px) {
  .go-top i:before {
    font-size: 14px;
  }
  .go-top {
    right: 1em;
    bottom: 6em;
    z-index: 1;
  }
}
.go-top:hover {
  background-color: #fff;
  color: #020e28;
}

/* Sticky CSS 
============== */
.header-area .is-sticky .sticky-area {
  background: #deeaf7;
  z-index: 999 !important;
  -webkit-animation: slideInDown 0.6s forwards;
  animation: slideInDown 0.6s forwards;
  margin-top: 0;
  box-shadow: 0 3px 16px -2px #ebe8e8;
}

.header-area.absolute-header .is-sticky .sticky-area {
  background: #444;
}

#header-3.header-area.absolute-header .is-sticky .sticky-area {
  background: #deeaf7;
}

.header-area .is-sticky .navigation {
  height: 90px;
  margin-top: 0;
  background: #fff;
}

.header-area .is-sticky .main-menu li:hover .sub-menu {
  top: 90px;
}

.navbar-brand img{
     width:150px;
}

/*--------------------------------------------------------------
# Search Form 
--------------------------------------------------------------*/
.search-box button {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
  border: none;
  background: none;
  position: absolute;
  top: 32px;
  right: 10px;
  font-size: 20px;
}

.search-box button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -40px;
  height: 40px;
  border-left: 2px solid #eee;
  margin-top: -20px;
}

.search-box button:hover {
  cursor: pointer;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .search-inner {
  position: relative;
  background: #ffffff;
  padding: 40px 0 40px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-popup .upper-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.search-popup .upper-text .text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.search-popup .close-search {
  position: absolute;
  right: 0;
  top: 0;
  color: #4c4c4d;
  font-size: 18px;
  line-height: 27px;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  background: none;
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 25px;
  color: #333333;
  padding: 10px 14px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 5px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 10px;
  top: 0;
  background: transparent;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  color: #333333;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* preloader */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background-color: #4cb059;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/preloader.svg);
}

::placeholder {
  font-size: 14px;
}

.explore-btn {
  width: 170px;
  height: 170px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: relative;
  left: 110px;
  bottom: 160px;
  transition: 0.4s;
}
.explore-btn:hover {
  background: #061815;
  border-color: #061815;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .explore-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .explore-btn {
    left: 0;
    bottom: 0;
  }
}

.explore-btn a {
  font-family: "Syne", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
}

.explore-btn i {
  font-size: 20px;
  transform: rotate(-45deg);
  margin-left: 10px;
}

.explore-btn:after {
  position: absolute;
  content: "";
  top: 11px;
  left: 50%;
  width: 15px;
  height: 15px;
  background: #2d6db4;
  border-radius: 50%;
  margin-left: -7px;
}

.case-study {
  position: relative;
}

.case-study .explore-btn {
  border: 1px solid #061815;
  top: 180px;
  right: 25px;
  position: absolute;
  left: auto;
}
.case-study .explore-btn:hover {
  background: #4cb059;
  border-color: #4cb059;
}
.case-study .explore-btn:hover a {
  color: #fff;
}

.case-study .explore-btn a {
  color: #061815;
}

.project-section {
  position: relative;
}

.project-section .explore-btn {
  border: 1px solid #061815;
  top: 150px;
  right: 50px;
  position: absolute;
  left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-section .explore-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .project-section .explore-btn {
    display: none;
  }
}
.project-section .explore-btn:hover {
  background: #4cb059;
  border-color: #4cb059;
}
.project-section .explore-btn:hover a {
  color: #fff;
}

.project-section .explore-btn a {
  color: #061815;
}

.single-slide-item {
  position: relative;
}

.play-btn {
  width: 130px;
  height: 130px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.4s;
  z-index: 999;
  transform: translate(-50px, -50px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .play-btn {
    width: 100px;
    height: 100px;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .play-btn {
    width: 100px;
    height: 100px;
    top: 25%;
  }
}

.play-btn a {
  font-family: "Syne", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
}
.play-btn a:hover {
  color: #2d6db4;
}

.cursor-outer {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 2px solid rgb(215, 159, 92);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: rgb(215, 159, 92);
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: #fff;
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  background: #fff;
  border: 1px solid #2d6db4;
  border-radius: 50%;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #2d6db4;
}

.faq_shape_top {
  -webkit-animation: bounce-left-right 2s ease-in-out 0s infinite alternate;
  animation: bounce-left-right 2s ease-in-out 0s infinite alternate;
}

@keyframes bounce-left-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
.faq_shape_bottom {
  -webkit-animation: bounce-left-right 2s ease-in-out 0s infinite alternate;
  animation: bounce-left-right 2s ease-in-out 0s infinite alternate;
}

@keyframes bounce-left-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
.footer-shape {
  -webkit-animation: bounce-left-right 2s ease-in-out 0s infinite alternate;
  animation: bounce-left-right 2s ease-in-out 0s infinite alternate;
}

@keyframes bounce-left-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
body #magicMouseCursor {
  position: fixed;
  width: 35px;
  height: 35px;
  border: 2px solid #d19248 !important;
  border-radius: 50%;
  z-index: 9999 !important;
  left: 0;
  top: 0;
  transition: transform 0.07s, width 0.3s, height 0.3s;
  pointer-events: none;
}
body #magicMouseCursor.cursor-square {
  border-radius: 0;
}
body #magicPointer {
  height: 6px;
  width: 6px;
  top: 0;
  left: 0;
  position: fixed;
  background: #d19248 !important;
  border-radius: 50%;
  pointer-events: none;
  transition: background 0.2s, width 0.2s, height 0.2s, box-shadow 0.2s;
  z-index: 9999 !important;
}
body #magicPointer.pointer-blur {
  height: 50px;
  width: 50px;
  background: none;
  border: 1px solid #2d6db4 !important;
  box-shadow: 0px 0px 15px -5px white;
}
body #magicPointer.pointer-overlay {
  height: 50px;
  width: 50px;
  mix-blend-mode: difference;
  box-shadow: 0px 0px 15px -5px white;
}
body #magicPointer.is-hover {
  background: #4cb059 !important;
}
body .magic-hover {
  transition: all 0.2s;
}
body .magic-hover:hover {
  cursor: none;
}

.header-top-area {
  padding: 10px 0;
}
@media (max-width: 767px) {
  .header-top-area {
    display: none;
  }
}

.header-info {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.header-info p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-info p {
    font-size: 15px;
  }
}
.header-info p span {
  font-weight: 500;
  margin-left: 8px;
}
.header-info i {
  font-size: 18px;
  color: #2d6db4;
}

.contact-info {
  margin-top: 6px;
}
.contact-info a {
  display: inline-block;
  background: #2d6db4;
  padding: 6px 24px;
  border-radius: 10px;
  color: #444;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info a {
    padding: 6px 18px;
  }
}

.language-dropdown .nice-select {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
}

.social-icon i {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  border: 1px solid #40877a;
  border-radius: 50%;
  padding: 10px;
}
.social-icon i:hover {
  background: #2d6db4;
  border-color: #2d6db4;
  color: #061815;
}

.header-top-two .header-info {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-top-two .header-info {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-two {
    display: none;
  }
}

.search-bar {
  position: relative;
}
.search-bar input {
  width: 230px;
  height: 36px;
  background: #fff;
  border-radius: 25px;
  margin-bottom: 0;
}
.search-bar .search-icon {
  margin-left: 60px;
  position: absolute;
  top: 7px;
  right: 15px;
}
.search-bar .search-icon i {
  color: #444;
  font-size: 18px;
}

.header-top-link p {
  margin: 0;
  color: #fff;
  margin-top: 4px;
}
.header-top-link p a {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
}
.header-top-link p a:hover {
  color: #40877a;
}

.header-top-right {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-top-right {
    margin-top: 12px;
  }
}
.header-top-right .login-link a {
  color: #fff;
  font-size: 16px;
}
.header-top-right .login-link a:hover {
  color: #40877a;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  /* box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11); */
  box-sizing: border-box;
  margin-top: 10px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 3px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 999;
  color: #061815;
  font-weight: 400;
}

.nice-select .option.selected {
  font-weight: normal !important;
}

.nice-select .option {
  display: block;
  padding-left: 25px;
  padding-right: 30px;
}

.nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/* Header Area 
============== */
.header-area {
  position: relative;
}
.header-area .navigation {
  padding: 0px 30px;
  height: 90px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow:0 3px 16px -2px #ebe8e8;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area .navigation {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .header-area .navigation {
    padding: 0;
  }
}
.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: #fff; */
  /* border-radius: 0 0 10px 10px; */
  padding: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area .header-inner-box {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box {
    padding: 0 5px;
  }
}
.header-area .header-inner-box .logo {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box .logo {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box .logo {
    border-right: 0;
  }
}
.header-area .header-inner-box .phone-number-box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.header-area .header-inner-box .phone-number-box .icon i {
  background: #e5f0ec;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
}
.header-area .header-inner-box .phone-number-box .phone {
  padding-left: 15px;
}
.header-area .header-inner-box .phone-number-box .phone p {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box .phone-number-box {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box .phone-number-box {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box {
    display: block;
  }
}
.header-area .header_right_bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.icon-wrapper {
  display: flex;
  border-left: 1px solid #eee;
  height: 90px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 150px;
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 100px;
    border-left: 0;
  }
}
.icon-wrapper i {
  font-size: 25px;
  color: #333;
  cursor: pointer;
}

.shopping-cart i {
  margin-left: 40px;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shopping-cart i {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .shopping-cart i {
    margin-left: 25px;
  }
}

.search-icon {
  margin-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .search-icon {
    margin-left: 20px;
  }
}

/* Main Menu 
============== */
.main-menu .navbar {
  padding: 0;
}

.main-menu li.nav-item {
  position: relative;
  margin-right: 40px;
}

.main-menu .navbar-nav .nav-link {
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 35px 0;
  color: #061815;
}

.main-menu li.nav-item:hover > a {
  color: #4cb059;
}

/*Dropdown Menu */
.sub-menu {
  position: absolute;
  left: 0;
  top: 120px;
  width: 190px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 99;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.sub-menu::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: #4cb059;
  visibility: hidden;
  opacity: 0;
}

.main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 90px;
}

.main-menu li:hover .sub-menu::after {
  opacity: 1;
  visibility: visible;
}

.main-menu ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu .sub-menu li {
  display: block;
  border-bottom: 1px solid #eee;
}

.main-menu .sub-menu li:last-child {
  border-bottom: none;
}

.main-menu .sub-menu li a {
  font-family: "Syne", sans-serif;
  display: block;
  padding: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #444;
}

.main-menu .sub-menu li:hover > a {
  background: #4cb059;
  color: #fff;
}

.dropdown-toggle::after {
  display: none !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
  display: none;
}

.header-right {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header-right {
    display: none;
  }
}

.header-right .search-icon {
  font-size: 20px;
}

.header-right a {
  color: #061815;
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-left: 20px;
  position: relative;
  z-index: 1;
}
.header-right a:before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #4cb059;
}
.header-right a:hover {
  color: #4cb059;
}

.header-right a i {
  font-size: 18px;
  margin-left: 8px;
}

.header-area.header-two {
  position: relative;
}
.header-area.header-two .navigation {
  z-index: auto;
  padding: 0;
}
.header-area.header-two:before {
  position: absolute;
  content: "";
  top: 0;
  left: -70px;
  width: 360px;
  height: 100%;
  background: #2d6db4;
  z-index: 99;
  transform: skewX(-24deg);
}
.header-area.header-two .logo {
  position: relative;
  z-index: 99;
}

.header-contact {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-contact {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-contact {
    display: none;
  }
}

.header-contact-icon {
  flex: 0 0 50px;
}

.header-contact-icon i {
  font-size: 40px;
  color: #2d6db4;
}

.header-contact-info p {
  margin: 0;
}

.header-area.header-two {
  width: 100%;
  background: #fff;
}

.hero-area {
  position: relative;
  margin: 50px 0px;
}

.hero-area-content {
  /* margin-top: 90px; */
  /* margin-bottom: 60px; */
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .hero-area-content {
    margin-bottom: 40px;
  }
}
.hero-area-content h1 {
  margin-top: 50px;
}
.hero-area-content h3 {
  display: inline;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
/* .hero-area-content h3::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #051816;
}
.hero-area-content h3::after {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #051816;
} */
.hero-area-content p {
  /* padding-left: 560px;
  margin-top: -95px;
  padding-right: 250px; */
  font-size: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-area-content p {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-content p {
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .hero-area-content p {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
}
.hero-area-content a {
  font-size: 20px;
  color: #4cb059;
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

.slider-bg {
  min-height: 350px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .slider-bg {
    min-height: 170px;
  }
}

.client-area {
  width: 560px;
  height: 250px;
  background: #deeaf7;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  z-index: 99;
}
@media (max-width: 767px) {
  .client-area {
    padding: 10px;
  }
}

.client-area-inner {
  display: flex;
}
@media (max-width: 767px) {
  .client-area-inner {
    display: inline;
  }
}

.client-thumb img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
  border: 3px solid #fff;
}

.client-thumb {
  position: relative;
  z-index: 1;
  flex: 0 0 220px;
}

img.client-two {
  position: absolute;
  top: 0;
  left: 55px;
}

img.client-three {
  position: absolute;
  top: 0;
  left: 110px;
}

.client-area-title h6 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  font-family: "Syne", sans-serif;
}
@media (max-width: 767px) {
  .client-area-title h6 {
    font-size: 16px;
  }
}

.help-btn {
  background: #2d6db4;
  padding: 20px;
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 35px 0;
}

.homepage-slides .owl-dots button {
  width: 15px;
  height: 15px;
  background: #fff;
  display: inline-block;
  margin: 10px;
}

.homepage-slides .owl-dots button.active {
  background: #2d6db4;
}

.homepage-slides .owl-dots {
  display: block;
  text-align: center;
  margin: 30px;
  position: absolute;
  bottom: 0;
  right: 50px;
}

.hero-area-two {
  position: relative;
}
.hero-area-two .hero-area-content {
  margin-top: 0;
  padding-top: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-two .hero-area-content {
    padding-top: 160px;
  }
}
.hero-area-two .hero-area-content h3 {
  font-size: 36px;
  color: #2d6db4;
}
.hero-area-two .hero-area-content h3:after {
  display: none;
}
.hero-area-two .hero-area-content h3:before {
  display: none;
}
@media (max-width: 767px) {
  .hero-area-two .hero-area-content h3 {
    font-size: 30px;
  }
}
.hero-area-two .hero-area-content h1 {
  font-size: 90px;
  line-height: 100px;
  color: #fff;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-two .hero-area-content h1 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .hero-area-two .hero-area-content h1 {
    font-size: 55px;
    line-height: 65px;
  }
}
.hero-area-two .hero-area-content p {
  padding-left: 360px;
  padding-right: 387px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-area-two .hero-area-content p {
    padding-left: 360px;
    padding-right: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-two .hero-area-content p {
    padding-left: 0;
    padding-right: 160px;
  }
}
@media (max-width: 767px) {
  .hero-area-two .hero-area-content p {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
}
.hero-area-two .hero-area-content a {
  font-family: "Syne", sans-serif;
  font-size: 16px;
  text-decoration: none;
  margin-top: 50px;
  color: #061815;
}
@media (max-width: 767px) {
  .hero-area-two .hero-area-content a {
    margin-top: 20px;
  }
}
.hero-area-two .pop-up-video {
  top: 400px;
  right: 115px;
}

.single-slide-item .social-link a {
  color: #fff;
  margin-right: 50px;
}
.single-slide-item .social-link a:hover {
  color: #4cb059;
}
@media (max-width: 767px) {
  .single-slide-item .social-link a {
    font-size: 15px;
    margin-right: 12px;
    margin-bottom: 30px;
  }
}

.hero-area-two .homepage-slides .owl-dots {
  left: 0;
  right: auto;
}

.hero-area-two .social-link {
  padding-left: 130px;
  padding-top: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-two .social-link {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .hero-area-two .social-link {
    padding-left: 0;
  }
}

.founder-year {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 2;
  padding: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .founder-year {
    display: none;
  }
}
@media (max-width: 767px) {
  .founder-year {
    display: none;
  }
}

.founder-year a {
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #061815;
  text-decoration: underline;
  margin: 5px 0;
}
.founder-year a:hover {
  color: #4cb059;
}

.founder-year h2 {
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 0.5px #061815;
  -webkit-text-fill-color: #fff;
}

.feature-section {
  position: relative;
  z-index: 1;
}
.feature-section:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-section:before {
    display: none;
  }
}

.feature-item-wrap {
  background: #4cb059;
  padding: 30px;
  padding-top: 80px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  position: relative;
}
.feature-item-wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  height: 16px;
  width: 16px;
  background: #2d6db4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.feature-item-wrap:hover:after {
  width: 100%;
  height: 100%;
  z-index: -2;
}
@media (max-width: 767px) {
  .feature-item-wrap {
    margin-bottom: 90px;
  }
}
.feature-item-wrap .feature-content h4 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-item-wrap .feature-content h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-item-wrap .feature-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .feature-item-wrap .feature-content h4 {
    font-size: 20px;
  }
}
.feature-item-wrap .feature-content p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-top: 30px;
}
.feature-item-wrap .feature-icon i:before {
  font-size: 50px;
  color: #fff;
  font-weight: 300 !important;
  margin: 0;
  margin-top: 10px;
  display: inline-block;
}
.feature-item-wrap .feature-icon {
  background: #4cb059;
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: -45px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-item-wrap .feature-icon::after {
  position: absolute;
  content: "";
  bottom: -2px;
  right: -2px;
  width: 100%;
  height: 100%;
  background: #2d6db4;
  border-radius: 50%;
  z-index: -1;
}
.feature-item-wrap:hover .feature-icon {
  background: #2d6db4;
}
.feature-item-wrap:hover .feature-icon::after {
  background: #4cb059;
}
.feature-item-wrap:hover .feature-icon i:before {
  color: #061815;
}

.single-feature-item {
  background: #4cb059;
  padding: 35px;
  transition: 0.3s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-feature-item {
    padding: 20px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-feature-item {
    padding: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .single-feature-item {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.single-feature-item .feature-icon {
  background: #2d6db4;
  display: inline-block;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 80px;
  transition: 0.5s;
}
.single-feature-item .feature-icon i:before {
  font-size: 45px;
  margin: 0;
}
.single-feature-item p {
  color: #fff;
  margin-top: 30px;
}
.single-feature-item .feature-item-inner {
  display: flex;
  align-items: center;
}
.single-feature-item .feature-item-inner .feature-title {
  padding-left: 30px;
}
.single-feature-item .feature-item-inner .feature-title h4 {
  font-size: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-feature-item .feature-item-inner .feature-title h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-feature-item .feature-item-inner .feature-title h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .single-feature-item .feature-item-inner .feature-title h4 {
    font-size: 20px;
  }
}
.single-feature-item .service-details-link {
  margin-bottom: 30px;
}
.single-feature-item .service-details-link i {
  font-size: 30px;
  color: #fff;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.single-feature-item:hover {
  background: #2d6db4;
}
.single-feature-item:hover .feature-icon {
  background: #4cb059;
}
.single-feature-item:hover .feature-icon i {
  color: #fff;
}
.single-feature-item:hover .service-details-link i {
  transform: rotate(0);
}

.single-service-wrap {
  max-width: calc(100% - 100px);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-service-wrap {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-wrap {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .single-service-wrap {
    max-width: calc(100% - 10px);
  }
}

.single-service-inner {
  border-top: 1px solid #444;
  position: relative;
  z-index: 1;
}
.single-service-inner:nth-of-type(4) {
  border-bottom: 1px solid #444;
}
.single-service-inner h5 a {
  font-size: 25px;
  font-weight: 600;
  color: #061815;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .single-service-inner h5 a {
    font-size: 24px;
    line-height: 34px;
  }
}
.single-service-inner p {
  font-size: 16px;
  font-weight: 400;
  margin: 18px 0;
  padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-service-inner p {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .single-service-inner p {
    padding-right: 75px;
  }
}
.single-service-inner .details-link {
  background: #2d6db4;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.single-service-inner .details-link i {
  font-size: 30px;
  color: #fff;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.single-service-inner .details-link:hover i {
  transform: rotate(0);
}
.single-service-inner:nth-of-type(4) .details-link {
  bottom: 30px;
}
.single-service-inner:hover h5 a {
  color: #2d6db4;
}
.single-service-inner:hover .details-link {
  background: #4cb059;
}
.single-service-inner:hover .details-link i {
  color: #fff;
}

.service-content-wrap p {
  font-size: 18px;
  margin: 40px 0;
}

.service-bg {
  position: relative;
}
.service-bg .more-service-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  color: #061815;
  padding: 20px;
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.service-bg .more-service-btn:hover {
  color: #4cb059;
}

.service-section .section-title p:before {
  margin: 0 auto;
  right: 100px;
}

.single-service-item {
  position: relative;
}

.single-service-item:last-child {
  border-bottom: 1px solid;
}

.service-img {
  width: 32.5%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset-inline-end: 10%;
  top: 80px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s linear;
  z-index: 9;
}
@media (max-width: 767px) {
  .service-img {
    display: none;
  }
}

.service-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-service-item:nth-child(4) .service-img {
  top: -240px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-service-item:nth-child(4) .service-img {
    top: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-item:nth-child(4) .service-img {
    top: -60px;
  }
}

.single-service-item:last-child .service-img {
  top: -225px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-service-item:last-child .service-img {
    top: -200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-item:last-child .service-img {
    top: -50px;
  }
}

.single-service-item .service-img img {
  width: 100%;
}

.single-service-item:hover .service-img {
  opacity: 1;
  visibility: visible;
  inset-inline-end: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-item:hover .service-img {
    inset-inline-end: 10%;
  }
}

.service-page-content {
  margin: 60px 0;
}

.service-page-content h2 {
  margin-top: 60px;
  margin-bottom: 15px;
  font-size: 30px;
}

.service-page-content h3 {
  margin-top: 60px;
  margin-bottom: 15px;
  font-size: 30px;
}

.service-page-content h4 {
  margin-top: 60px;
  margin-bottom: 15px;
}

.service-page-content ul {
  list-style: disc;
  padding-left: 20px;
}

.service-page-content ul li {
  display: list-item;
  font-size: 18px;
}

.service-page-content ol li {
  display: list-item;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-page-content h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .service-page-content h2 {
    font-size: 30px;
  }
}

.video-section {
  margin-top: 60px;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.video-section .pop-up-video {
  position: absolute;
  top: 100px;
  right: 50%;
}

/* counter Section 
============== */
.counter-area {
  background-image: url(../img/counter_bg.jpg);
  height: 200px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .counter-area {
    height: 600px;
  }
}

.single-counter-box {
  text-align: center;
}
@media (max-width: 767px) {
  .single-counter-box {
    margin-bottom: 30px;
  }
}

.single-counter-box .counter-number span {
  font-size: 52px;
  font-weight: 600;
  color: #2d6db4;
  line-height: 1;
}
@media (max-width: 767px) {
  .single-counter-box .counter-number span {
    font-size: 42px;
  }
}

.single-counter-box p.counter-number {
  font-size: 52px;
  font-weight: 600;
  color: #2d6db4;
}
@media (max-width: 767px) {
  .single-counter-box p.counter-number {
    font-size: 42px;
  }
}

.single-counter-box h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-counter-box h6 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-counter-box h6 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .single-counter-box h6 {
    font-size: 16px;
  }
}

.about-bg-one {
  min-height: 495px;
  max-width: calc(100% - 60px);
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .about-bg-one {
    max-width: calc(100% - 0px);
  }
}

.about-feature-list ul li {
  display: block;
  font-family: "Syne", sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.about-feature-list ul li i {
  font-size: 24px;
  padding-right: 15px;
  color: #4cb059;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-feature-list ul li i {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-feature-list ul li {
    font-size: 16px;
  }
}

.about-content-wrap {
  margin-top: 90px;
}
.about-content-wrap p {
  font-size: 18px;
  margin: 30px 0;
}

.about-bg-two {
  min-height: 495px;
  margin-top: 90px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .about-bg-two {
    margin-top: 30px;
  }
}

.circle_progress_area {
  display: block;
  position: relative;
  text-align: center;
  margin-left: 65px;
}
@media (max-width: 767px) {
  .circle_progress_area {
    margin-left: 0;
  }
}

.circle_progress_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .circle_progress_wrap {
    flex-direction: column;
  }
}

.circle_progress_single {
  display: block;
  position: relative;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 32px;
}

.circle_progress_box {
  position: relative;
  display: inline-block;
}

.circle_progress_box canvas {
  transform: rotate(90deg);
}

.circle_progress_box span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translateY(-67%) translateX(-50%);
  font-family: "Syne", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  color: #061815;
}

.circle_progress_content h6 {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #061815;
  margin-top: 20px;
}

.about-tag-title {
  position: absolute;
  bottom: 215px;
  left: -220px;
  transform: rotate(-90deg);
  background: rgb(255, 255, 255);
  width: 500px;
  height: auto;
  padding: 20px;
}

.about-tag-title h4 {
  font-family: Syne, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #061815;
}

.about-left-wrap {
  max-width: calc(100% - 40px);
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-left-wrap {
    max-width: calc(100% - 20px);
  }
}
.about-left-wrap a {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 35px;
  color: #4cb059;
}

.fouder-wrap {
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .fouder-wrap {
    flex-direction: column;
  }
}
.fouder-wrap .fouder-thumb {
  flex: 0 0 118px;
}
@media (max-width: 767px) {
  .fouder-wrap .fouder-thumb {
    margin-bottom: 20px;
  }
}
.fouder-wrap .founder-content {
  padding-left: 30px;
}
.fouder-wrap .founder-title {
  margin-bottom: 20px;
}
.fouder-wrap .founder-title h5 span {
  font-size: 16px;
  font-weight: 400;
}

.about-right-wrap p {
  margin: 30px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-right-wrap p {
    margin: 20px 0;
  }
}

.founder-wrap p {
  margin: 0;
}

.about-right-wrap .circle_progress_area {
  margin-left: 0;
}

.about-left-img {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-left-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-left-img {
    display: none;
  }
}

.direction-img {
  margin-top: 30px;
}

.cta-area {
  height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}

.cta-area-inner p {
  margin-top: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cta-area-inner p {
    margin-top: 30px;
    margin-left: 90px;
    margin-right: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area-inner p {
    margin-top: 30px;
    margin-left: 75px;
    margin-right: 90px;
  }
}
@media (max-width: 767px) {
  .cta-area-inner p {
    margin-top: 30px;
  }
}

.cta-area-inner h6 {
  border-color: #2d6db4;
  color: #2d6db4;
}

/*Pop up Video */
.pop-up-video {
  position: absolute;
  top: 100px;
  right: 200px;
}
@media (max-width: 767px) {
  .pop-up-video {
    display: none;
  }
}

.pop-up-video a.video-play-btn {
  font-size: 30px;
  color: #fff;
  border: 2px solid #2d6db4;
  padding: 30px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: 135px;
  margin-left: -60px;
  margin-top: -50px;
  background: #2d6db4;
  cursor: pointer;
  z-index: 9;
}

@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
.pop-up-video a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fcd1c1;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both
    infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.pop-up-video a span {
  font-size: 15px;
  position: absolute;
  bottom: -40px;
  left: -20px;
  width: 100px;
  font-weight: 400;
}

.cta-area.cta-two {
  background-size: cover;
  background-repeat: no-repeat;
  height: 275px;
  background-attachment: inherit;
}
@media (max-width: 767px) {
  .cta-area.cta-two {
    height: 180px;
  }
}
.cta-area.cta-two .cta-inner-text {
  display: flex;
  gap: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cta-area.cta-two .cta-inner-text {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .cta-area.cta-two .cta-inner-text {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
.cta-area.cta-two .cta-inner-text h2 {
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 0.5px #eee;
  -webkit-text-fill-color: #071d1a;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cta-area.cta-two .cta-inner-text h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area.cta-two .cta-inner-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cta-area.cta-two .cta-inner-text h2 {
    font-size: 24px;
  }
}

.cta-area.cta-three {
  height: 500px;
}
.cta-area.cta-three .pop-up-video {
  position: absolute;
  top: 30px;
  right: 250px;
}

.cta-three .section-title p {
  color: #2d6db4;
}
.cta-three .section-title p:before {
  background: #2d6db4;
}

.cta-three .cta-area-inner p {
  margin-top: -60px;
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cta-three .cta-area-inner p {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-three .cta-area-inner p {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cta-three .cta-area-inner p {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    margin-top: 30px;
  }
}

.testimonial-section {
  height: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-section {
    height: 800px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section {
    height: 850px;
  }
}
@media (max-width: 767px) {
  .testimonial-section {
    height: 600px;
  }
}

.testimonal-slider-content h6 {
  color: #061815;
  font-size: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonal-slider-content h6 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonal-slider-content h6 {
    font-size: 16px;
  }
}

.single-testimonial-author {
  background: rgb(5, 98, 81);
  padding: 10px 0px 10px 10px;
  border-radius: 10px;
  margin-right: 10px;
}

.single-testimonial-author.slick-current {
  background: #2d6db4;
}

.testimonial-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonial-content h6 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-content h6 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-content h6 {
    font-size: 16px;
  }
}

.testimonial-content p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.testimonial-content {
  padding-left: 15px;
}

.testimonial-slide-inner {
  display: inline-flex !important;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-slide-inner {
    width: inherit !important;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slide-inner {
    width: inherit !important;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-slide-inner {
    display: block;
  }
}

.testimonal-thumb {
  flex: 0 0 240px;
}

.testimonal-slider-content p.designation {
  color: #4cb059;
}

.testimonal-review-wrap {
  display: inline-block;
  padding: 0 0 0 15px;
  background: #4cb059;
  color: #fff;
  margin-top: 10px;
}

.testimonal-review-wrap i {
  font-size: 20px;
  margin-right: 5px;
}

.testimonal-review-wrap span {
  background: #2d6db4;
  padding: 18px;
  font-size: 20px;
  color: #444;
  font-weight: 600;
}

.testimonial-slider-wrap {
  display: flex;
  margin-top: 60px;
  margin-left: 200px;
  margin-right: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-slider-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .testimonial-slider-wrap {
    margin-top: 30px;
  }
}

.testimonial-author-wrap {
  margin-top: 30px;
}

.testimonial-section .section-title p {
  color: #2d6db4;
}
.testimonial-section .section-title p:before {
  margin: 0 auto;
  right: 100px;
  background: #2d6db4;
}

.single-testimonal-item {
  display: flex;
  background: #fff;
  padding: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .single-testimonal-item {
    flex-direction: column;
  }
}
.single-testimonal-item .testimonial-img {
  flex: 0 0 128px;
}
.single-testimonal-item .quote-sign i {
  font-size: 60px;
  color: #ffb967;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-testimonal-item .quote-sign i {
    font-size: 40px;
  }
}
.single-testimonal-item .testimonial-content {
  padding-left: 25px;
}
.single-testimonal-item .testimonial-content p {
  font-size: 18px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
  margin: 25px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-testimonal-item .testimonial-content p {
    font-size: 16px;
    margin: 15px 0;
  }
}
.single-testimonal-item .testimonial-content h5.testimonial-title span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #4cb059;
}
.single-testimonal-item .testimonial-content .testimonal-review-wrap {
  background: none;
  padding: 0;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
@media (max-width: 767px) {
  .single-testimonal-item .testimonial-content .testimonal-review-wrap {
    display: none;
  }
}
.single-testimonal-item .testimonial-content .testimonal-review-wrap i {
  color: #2d6db4;
}

.testimonial-section .owl-carousel .owl-item img {
  display: block;
  width: 128px;
  margin: 0 auto;
}

.testimonial-carousel {
  position: relative;
}
.testimonial-carousel .owl-dots {
  display: block;
  text-align: center;
  margin: 60px 0 30px;
  bottom: 0;
  right: 50px;
}
.testimonial-carousel .owl-dots button {
  width: 15px;
  height: 15px;
  background: #fff;
  display: inline-block;
  margin: 10px;
}
.testimonial-carousel .owl-dots button.active {
  background: #2d6db4;
}

.slick-dots {
  position: absolute;
  bottom: -130px;
  left: 50%;
  transform: translate(-50px, -50px);
}

.single-case-wrapper {
  min-height: 550px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .single-case-wrapper {
    margin-bottom: 60px;
  }
}

.case-info-wrap {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 35px 35px 0 35px;
  width: 390px;
  height: 355px;
}
.case-info-wrap p {
  margin: 25px 0;
}
.case-info-wrap h6 {
  color: #444;
  margin: 17px 0;
}

.portfolio-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  background-color: #fff;
  padding: 20px 10px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.single-case-wrapper:hover .case-info-wrap {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.faq-section .section-title h6 {
  border-color: #2d6db4;
  color: #2d6db4;
}

.accordion.faqs {
  padding-right: 15px;
}

.accordion.faqs .card .card-header {
  background: #fff;
  margin-bottom: 0px;
  border-radius: 0px;
  border: none;
  padding-left: 0;
}

.accordion.faqs .card {
  margin-bottom: 20px;
  border-radius: 0px;
  border: 2px solid #f3f5f8;
  padding: 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .accordion.faqs .card {
    padding: 0 16px;
  }
}

.accordion.faqs .card:last-child {
  margin-bottom: 0;
}

.accordion.faqs .card .card-header .btn-link {
  padding: 10px 0px;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #061815;
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  border-radius: 0px;
  position: relative;
  text-decoration: none;
  border: none;
  padding-right: 95px;
}
@media (max-width: 767px) {
  .accordion.faqs .card .card-header .btn-link {
    padding-right: 30px;
  }
}
.accordion.faqs .card .card-header .btn-link:focus {
  outline: none !important;
  box-shadow:none;
}
.accordion.faqs .card .card-header .btn-link:active {
  outline: none !important;
}

.accordion.faqs .card .card-header .btn-link::after {
  right: 0;
  content: "\f061";
  font-family: "Line Awesome Free";
  height: 50px;
  width: 50px;
  text-align: center;
  top: 0;
  font-size: 25px;
  font-weight: 400;
  transform: rotate(45deg);
  border-radius: 50%;
  position: absolute;
  line-height: 51px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.accordion.faqs .card .subtitle > button[aria-expanded="true"]::after {
  content: "\f061";
  transform: rotate(-45deg);
}

.accordion.faqs .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid;
  padding-left: 0;
}

.accordion.faqs .card .card-body .content {
  font-size: 16px;
  line-height: 24px;
  padding-left: 0;
  text-align: justify;
}

.accordion.faqs .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 2px solid #f3f5f8;
}

.accordion.faqs .card-body p {
  margin: 0;
  font-size: 17px;
}

.faq-icon-box {
  position: absolute;
  width: 140px;
  height: 140px;
  background: #fff;
  top: 40%;
  right: 85px;
  margin-top: -70px;
  z-index: 2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-thumb {
  position: relative;
  z-index: 2;
}

.faq-icon-box img {
  -webkit-animation: 1.5s shake infinite;
  animation: 1.5s shake infinite;
  width: 80px;
  height: auto;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
.faq-icon-box::after {
  width: 180px;
  height: 180px;
  -webkit-box-shadow: 0 8px 16px 0px rgba(130, 139, 148, 0.3);
  box-shadow: 0 8px 16px 0px rgba(130, 139, 148, 0.3);
  left: -20px;
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.faq-section-gallery {
  position: relative;
  min-height: 625px;
}
@media (max-width: 767px) {
  .faq-section-gallery {
    display: none;
  }
}

.faq-img-two {
  position: absolute;
  right: 10px;
  top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-img-two {
    right: 70px;
  }
}

.faq-img-three {
  position: absolute;
  bottom: 0;
}

.faq-section {
  position: relative;
}

.faq_shape_bottom {
  position: absolute;
  bottom: 0;
  left: -260px;
}

.faq_shape_top {
  position: absolute;
  top: 0;
  right: 0px;
}

.faq-section .section-title p {
  color: #2d6db4;
}
.faq-section .section-title p:before {
  background: #2d6db4;
}

.faq-two .accordion {
  background: transparent !important;
}

.faq-two .card {
  background: transparent;
  border: 1px solid #21312f !important;
}

.faq-two .accordion.faqs .card .card-header {
  background: transparent;
}

.faq-two .accordion.faqs .card .card-header .btn-link {
  background: transparent;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-two .accordion.faqs .card .card-header .btn-link {
    font-size: 16px;
    padding-right: 75px;
  }
}

.faq-two .accordion.faqs .card .card-header .btn-link.active {
  color: #2d6db4;
}

.faq-two .accordion.faqs .card-body p {
  margin: 0;
  color: #fff;
}

.contact-form-wrap {
  background: #fff;
  margin-top: -195px;
  margin-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-form-wrap {
    margin-top: -150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-wrap {
    margin-top: -125px;
  }
}
@media (max-width: 767px) {
  .contact-form-wrap {
    margin-top: 60px;
    margin-left: 0;
  }
}

.contact-form-header {
  padding: 35px;
  background: #2d6db4;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-header {
    padding: 20px;
  }
}
.contact-form-header p {
  font-size: 16px;
  font-weight: 600;
  color: #061815;
}
.contact-form-header h2 {
  font-size: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-form-header h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .contact-form-header h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-form-header {
    padding: 25px;
  }
}

.contact-form-inner {
  padding: 35px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-form-inner {
    margin-top: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-inner {
    padding: 15px;
    margin-top: 6px;
  }
}
.contact-form-inner input {
  border-radius: 0;
  margin-bottom: 20px;
  background: #f9f3eb;
  border: none;
  padding: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-inner input {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.contact-form-inner textarea {
  border: none;
  border-radius: 0;
  background: #f9f3eb;
  height: 175px;
}
.contact-form-inner input[type="submit"] {
  background: #2d6db4;
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
  color: #061815;
}
.contact-form-inner input[type="submit"]:hover {
  background: #4cb059;
  color: #fff;
}

#faq-page .section-title p {
  color: #4cb059;
}
#faq-page .section-title p:before {
  background: #4cb059;
}

.team-section .section-title p:before {
  margin: 0 auto;
  right: 150px;
}
.team-section .single-team-wrap {
  display: flex;
  height: 250px;
  margin-bottom: 30px;
}
.team-section .single-team-wrap .team-thumb {
  flex: 0 0 150px;
}
.team-section .single-team-wrap .team-thumb img {
  height: 250px;
}
.team-section .single-team-wrap .team-details {
  background: #fff;
  padding: 40px 12px 0 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-section .single-team-wrap .team-details {
    padding: 25px 12px 0 15px;
  }
}
@media (max-width: 767px) {
  .team-section .single-team-wrap .team-details {
    padding: 30px 12px 0 15px;
  }
}
.team-section .single-team-wrap .team-details h4 {
  color: #061815;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .team-section .single-team-wrap .team-details h4 {
    font-size: 20px;
  }
}
.team-section .single-team-wrap .team-details p {
  font-size: 18px;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .team-section .single-team-wrap .team-details p {
    font-size: 17px;
    margin: 20px 0;
  }
}
.team-section .single-team-wrap .team-details h6 {
  color: #4cb059;
  margin: 5px 0;
}
.team-section .single-team-wrap .social-link a {
  color: #061816;
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .team-section .single-team-wrap .social-link a {
    margin-right: 15px;
  }
}
.team-section .single-team-wrap .social-link a:hover {
  color: #2d6db4;
  text-decoration: underline;
}

.single-blog-item {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .single-blog-item {
    padding: 25px;
  }
}
.single-blog-item.blog-meta {
  font-size: 16px;
  font-weight: 500;
}
.single-blog-item h3 a {
  font-size: 30px;
  font-weight: 600;
  color: #061815;
  margin: 20px 0;
}
.single-blog-item h3 a:hover {
  color: #4cb059;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-blog-item h3 a {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-item h3 a {
    font-size: 24px;
  }
}
.single-blog-item .blog-thumb img {
  border-radius: 12px;
  margin-top: 20px;
}

.blog-section .section-title p:before {
  margin: 0 auto;
  right: 150px;
}

.single-blog-item.w-thumb {
  padding: 40px 150px 8px 40px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-blog-item.w-thumb {
    padding: 25px 100px 8px 40px;
  }
}
@media (max-width: 767px) {
  .single-blog-item.w-thumb {
    padding: 40px 20px 8px 35px;
  }
}

.single-blog-item.w-thumb h3 a {
  font-size: 24px;
}

.single-blog-item {
  position: relative;
}
.single-blog-item .details-link {
  background: #2d6db4;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media (max-width: 767px) {
  .single-blog-item .details-link {
    width: 35px;
    height: 35px;
    bottom: 15px;
    right: 15px;
  }
}
.single-blog-item .details-link i {
  font-size: 30px;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.single-blog-item:hover .details-link {
  background: #4cb059;
}
.single-blog-item:hover .details-link i {
  transform: rotate(0);
}

.blog-slider-item {
  position: relative;
}
.blog-slider-item .blog-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #fff;
  text-align: center;
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-slider-item .blog-content {
    bottom: -100px;
    left: 0;
    transform: inherit;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-slider-item .blog-content {
    top: 160px;
    left: 0;
    transform: inherit;
    width: 100%;
  }
}
.blog-slider-item .blog-content h3 a {
  font-size: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-slider-item .blog-content h3 a {
    font-size: 36px;
  }
}
.blog-slider-item .single-blog-item {
  margin-bottom: 0;
  border: 0;
  padding: 25px 45px;
}
.blog-slider-item .single-blog-item h3 a {
  margin: 15px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-slider-item .single-blog-item {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .blog-slider-item .single-blog-item {
    padding: 25px 0;
  }
}

.blog-search-wrap {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-search-wrap {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .blog-search-wrap {
    margin-top: 200px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .blog-search-wrap {
    margin-top: 50px;
  }
}
.blog-search-wrap h2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .blog-search-wrap h2 {
    font-size: 30px;
  }
}

.blog-search-wrap .search-bar input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  width: 300px;
}

.blog-page .pagination {
  margin-top: 30px;
  justify-content: center;
}

.blog-page .page-link {
  margin-right: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4cb059;
  border-color: #4cb059;
  color: #fff;
  border-radius: 7px;
}

.blog-page .page-item:first-child .page-link {
  display: block;
  border: none;
  display: inline-flex;
}

.blog-page .active > .page-link,
.page-link.active {
  border-radius: 0;
  margin-right: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2d6db4;
  border-color: #2d6db4;
  border-radius: 7px;
  color: #fff;
}

.blog-meta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.blog-meta-wrap .blog-meta p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .blog-meta-wrap .blog-meta p {
    font-size: 14px;
  }
}
.blog-meta-wrap .blog-meta p i {
  font-size: 18px;
  margin-right: 10px;
  color: #4cb059;
}

.blog-content-wrap {
  max-width: calc(100% - 15px);
}
@media (max-width: 767px) {
  .blog-content-wrap {
    max-width: calc(100% - 0px);
  }
}
.blog-content-wrap h2 {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-content-wrap h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content-wrap h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .blog-content-wrap h2 {
    font-size: 24px;
  }
}
.blog-content-wrap p {
  margin: 30px 0;
  text-align: justify;
}
@media (max-width: 767px) {
  .blog-content-wrap p {
    font-size: 17px;
  }
}
.blog-content-wrap .social-icon i {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  background: #4cb059;
  border-color: #4cb059;
  border-radius: 50%;
  padding: 10px;
}
.blog-content-wrap .social-icon i:hover {
  background: #2d6db4;
  border-color: #2d6db4;
  color: #061815;
}

.blog-feature-img img {
  border-radius: 10px;
}

.blog-quote-wrap {
  background: #2d6db4;
  padding: 40px 50px;
  display: flex;
  align-items: start;
  justify-content: space-around;
  height: 250px;
  margin-bottom: 30px;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-quote-wrap {
    padding: 40px 35px;
  }
}
@media (max-width: 767px) {
  .blog-quote-wrap {
    flex-direction: column;
    padding: 30px;
    height: auto;
  }
}
.blog-quote-wrap .quote-icon i {
  font-size: 45px;
}
.blog-quote-wrap .blog-quote-text {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .blog-quote-wrap .blog-quote-text {
    padding-left: 0;
  }
}
.blog-quote-wrap .blog-quote-text p {
  font-family: "Syne", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #061815;
  margin: 0;
}
@media (max-width: 767px) {
  .blog-quote-wrap .blog-quote-text p {
    margin-top: 20px;
    font-size: 17px;
  }
}
.blog-quote-wrap h6.blog-author {
  font-family: "Syne", sans-serif;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 80px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .blog-quote-wrap h6.blog-author {
    padding-left: 0px;
  }
}
.blog-quote-wrap h6.blog-author:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 60px;
  height: 2px;
  background: #061815;
  margin-top: -1px;
}
.blog-quote-wrap h6.blog-author span {
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.blog-quote-wrap h2 {
  margin: 30px 0;
}

.blog-tag-wrap span {
  background: #fff;
  padding: 10px 16px;
  border-radius: 5px;
  margin-left: 15px;
}

.single-comments-wrap {
  background: #fff;
  border-radius: 7px;
  padding: 35px 25px;
  margin: 35px 0px;
  border-radius: 10px;
  position: relative;
}
.single-comments-wrap .single-comments-inner {
  display: flex;
}
@media (max-width: 767px) {
  .single-comments-wrap .single-comments-inner {
    flex-direction: column;
  }
}
.single-comments-wrap .single-comments-inner .comments-autor-thumb {
  flex: 0 0 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-comments-wrap .single-comments-inner .comments-autor-thumb {
    flex: 0 0 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-comments-wrap .single-comments-inner .comments-autor-thumb {
    flex: 0 0 140px;
  }
}
.single-comments-wrap .single-comments-inner .comments-autor-thumb img {
  border-radius: 7px;
}
.single-comments-wrap .single-comments-inner .comments-content {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .single-comments-wrap .single-comments-inner .comments-content {
    padding-left: 0;
    margin-top: 20px;
  }
}
.single-comments-wrap .single-comments-inner .comments-content h6 {
  font-size: 20px;
}
.single-comments-wrap .single-comments-inner .comments-content p.comments-date {
  font-size: 16px;
  color: #4cb059;
  font-weight: 500;
  text-decoration: underline;
  margin: 14px 0;
}
.single-comments-wrap a.reply-btn {
  background: #2d6db4;
  color: #061815;
  padding: 6px 15px;
  border-radius: 7px;
  position: absolute;
  top: 35px;
  right: 55px;
  font-size: 16px;
  font-family: "Syne", sans-serif;
}
@media (max-width: 767px) {
  .single-comments-wrap a.reply-btn {
    right: 25px;
  }
}
.single-comments-wrap a.reply-btn:hover {
  background: #4cb059;
  color: #fff;
}

.comments-form-wrap {
  background: #fff;
  padding: 35px;
}
.comments-form-wrap h3 {
  margin: 0 0 30px;
}
.comments-form-wrap .comments-form input,
.comments-form-wrap .comments-form textarea {
  border: none;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  margin-bottom: 30px;
}
.comments-form-wrap .comments-form textarea {
  height: 130px;
}

.blog-sidebar h5 {
  font-size: 24px;
  margin-bottom: 25px;
}

.search-bar-wrap {
  background: #fff;
  padding: 35px;
  border-radius: 10px;
}
.search-bar-wrap input {
  border: none;
  background: #fcf2e8;
  padding: 15px;
  border-radius: 0;
}
.search-bar-wrap i {
  font-size: 18px;
  background: #2d6db4;
  border: 0;
  padding: 15px;
  color: #fff;
}
.search-bar-wrap i:hover {
  cursor: pointer;
}

.blog-category {
  background: #fff;
  margin: 30px 0;
  padding: 35px;
  border-radius: 10px;
}

.blog-category ul li {
  display: block;
}

.blog-category ul li a {
  font-size: 17px;
  font-weight: 500;
  color: #061815;
  margin-bottom: 25px;
}
.blog-category ul li a:hover {
  color: #2d6db4;
}

.blog-category ul li i {
  margin-right: 15px;
}

.recent-post-wrap {
  margin: 30px 0;
  background: #fff;
  padding: 35px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .recent-post-wrap {
    padding: 30px;
  }
}

.single-recent-post {
  padding: 25px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.recent-post-thumbs {
  flex: 0 0 90px;
}
.recent-post-thumbs img {
  border-radius: 7px;
}

.recent-post-content {
  padding-left: 15px;
}
.recent-post-content p {
  color: #2d6db4;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .recent-post-content p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .recent-post-content p {
    margin: 0;
    font-size: 16px;
  }
}
.recent-post-content a h6 {
  font-size: 18px;
  color: #061815;
}
@media (max-width: 767px) {
  .recent-post-content a h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
.recent-post-content a h6:hover {
  color: #4cb059;
}

.popular-tag-wrap {
  background: #fff;
  margin: 30px 0;
  padding: 35px;
  border-radius: 10px;
}

.popular-tag-wrap span {
  font-size: 16px;
  font-weight: 500;
  background: #f9f3eb;
  color: #061815;
  padding: 10px 15px;
  border-radius: 7px;
  margin: 5px;
}
.popular-tag-wrap span:hover {
  background: #2d6db4;
  color: #fff;
  cursor: pointer;
}

.question-wrap {
  background: #4cb059;
  padding: 35px;
  border-radius: 10px;
}
.question-wrap h5 {
  color: #fff;
}
.question-wrap p {
  color: #fff;
  margin-bottom: 30px;
}
.question-wrap .contact-info {
  display: flex;
  align-items: center;
  color: #fff;
  margin: 15px 0;
}
.question-wrap .contact-info .contact-icon {
  margin: 0;
}
.question-wrap .contact-info h4 {
  padding-left: 25px;
}

.contact-area.bg-none:before {
  display: none;
}

.contact-area {
  position: relative;
  z-index: 1;
}
.contact-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 210px;
  background: #fff;
}
.contact-area::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 335px;
  background: #fff;
  z-index: -1;
}

.contact-section-content{
  z-index: 1;
}

.contact-section-inner .overlay{
  z-index: 1;
}

.contact-section-inner {
  position: relative;
  background-image: url(../img/contact_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
}

.contact-section-inner::before {
  background: #000;
  opacity: 0.3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section-inner {
    height: 320px;
  }
}
.contact-section-inner h2 {
  font-size: 48px;
  font-weight: 600;
  margin: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section-inner h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .contact-section-inner h2 {
    font-size: 40px;
  }
}
.contact-section-inner h5 {
  font-size: 18px;
  margin-bottom: 35px;
}
.contact-section-inner .contact_person {
  position: absolute;
  bottom: 0;
  right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-section-inner .contact_person {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section-inner .contact_person {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact-section-inner .contact_person {
    display: none;
  }
}
.contact-section-inner .contact_person img {
  width: 300px;
  height: auto;
}

.contact-section.contact-two {
  margin-top: -50px;
}

.contact-innner {
  height: 100px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .contact-innner {
    flex-direction: column;
    height: 200px;
    gap: 20px;
    text-align: center;
    padding: 30px;
  }
}

.text-left h3,
.text-right h3 {
  font-size: 30px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .text-left h3,
  .text-right h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-left h3,
  .text-right h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .text-left h3,
  .text-right h3 {
    font-size: 18px;
  }
}

.contact-icon {
  background: #2d6db4;
  margin: 0 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contact-icon i {
  font-size: 30px;
}

.contact-page {
  position: relative;
  z-index: 1;
}

.contact-page:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: #fff;
  z-index: -1;
}

.contact-page-inner {
  padding: 60px;
  border: 2px solid;
  position: relative;
}
@media (max-width: 767px) {
  .contact-page-inner {
    padding: 20px;
  }
}

.contact-page-inner:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: #061815;
  z-index: -1;
}

.contact-form-wrapper {
  max-width: calc(100% - 65px);
}
@media (max-width: 767px) {
  .contact-form-wrapper {
    max-width: calc(100% - 0px);
  }
}

.contact-form-wrapper h3 {
  margin-bottom: 30px;
}

.contact-form-wrapper input {
  border-radius: 0;
  margin-bottom: 20px;
}

.contact-form-wrapper textarea {
  height: 175px;
}

.contact-form-wrapper input[type="submit"] {
  margin-top: 30px;
}

.contact-form-wrapper h3 {
  margin-bottom: 30px;
}

.contact-form-wrapper input {
  border-radius: 0;
  margin-bottom: 25px;
}

.contact-form-wrapper textarea {
  height: 175px;
}

.contact-form-wrapper input[type="submit"] {
  margin-top: 30px;
}

.contact-details-wrapper {
  max-width: calc(100% - 50px);
}
@media (max-width: 767px) {
  .contact-details-wrapper {
    max-width: calc(100% - 0px);
    margin-top: 60px;
  }
}

.contact-details .contact-icon {
  border-radius: 0;
  margin: 0;
  flex: 0 0 60px;
}

.contact-details .single-contact-info {
  display: flex;
  margin-bottom: 30px;
}

.contact-details .contact-info {
  padding-left: 24px;
  margin-top: 0;
}

.contact-details .contact-info h5 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .contact-details .contact-info h5 {
    font-size: 15px;
  }
}

.contact-details {
  margin-top: 60px;
}

.contact-page iframe {
  width: 100%;
  height: 600px;
  filter: grayscale(1);
}

.footer-area {@import url(https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);body,h1,h2,h3,h4,h5,h6,p{position:relative}.section-title h6,a,i,img,li,span{display:inline-block}.section-title h2,h1,h3{color:#061815}.cursor-inner span,.founder-year h2,.section-title h6,.section-title p{text-transform:uppercase}.at-about-fab,.st-btn-call,body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{height:100%;scroll-behavior:smooth}.inter{font-family:Inter,sans-serif}body{font-family:Jost,sans-serif;font-size:15px;line-height:20px;font-weight:400;z-index:1;background:#deeaf7;overflow-x:hidden}.no-padding{padding:20px}h1,h2,h3,h4,h5,h6{font-family:Syne,sans-serif;font-weight:600;margin:0}.section-title h6,p{font-family:Jost,sans-serif}h1{font-size:120px;line-height:120px}.contact-form-header h2,h2{font-size:50px}h3{font-size:36px}.section-title h6 span,h3 span{color:#f85353;font-size:20px;letter-spacing:2px;margin-left:5px}a{text-decoration:none;cursor:pointer;font-size:15px;font-weight:500;-webkit-transition:.5s;transition:.5s}p{font-size:18px;font-weight:400;line-height:28px;color:#555}a:focus,a:hover,a:visited,button,input,textarea{text-decoration:none;outline:0;outline-width:0!important}input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{color:transparent}img{max-width:100%}.main-menu ul.sub-menu,ul{list-style:none;margin:0;padding:0}table,td,th,tr{border:1px solid #ddd}td,th,tr{padding:10px}hr{border-top:1px solid #333}.auto-container{position:static;max-width:1200px;padding:0 80px;margin:0 auto}.border-top{border-top:1px solid #eee}.border-bottom{border-bottom:1px solid #eee}.section-padding{padding:80px 0}.section-padding-1{padding:40px 0}@media only screen and (min-width:992px) and (max-width:1200px){h1{font-size:100px;line-height:110px}.section-padding{padding:80px 10px}}@media only screen and (min-width:768px) and (max-width:991px){h1{font-size:80px;line-height:90px}.section-padding{padding:60px 30px}}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.pt-20{padding-top:20px}.pb-20{padding-bottom:20px}.pt-30{padding-top:30px}.pt-35{padding-top:35px;padding-bottom:35px}.pb-30{padding-bottom:30px}.pt-40{padding-top:40px}.pb-40{padding-bottom:40px}.pt-60{padding-top:60px}.pb-60{padding-bottom:60px}.pt-70{padding-top:70px}.pb-70{padding-bottom:70px}.pt-80{padding-top:80px}.pb-80{padding-bottom:80px}.pt-90{padding-top:90px}.pb-90{padding-bottom:90px}.pt-100{padding-top:100px}.pb-100{padding-bottom:100px}.pt-120{padding-top:120px}.pb-120{padding-bottom:120px}.pt-150{padding-top:150px}.pb-150{padding-bottom:150px}.pt-180{padding-top:180px}.pb-180{padding-bottom:180px}.mt-10{margin-top:10px}.mb-10{margin-bottom:10px}.mt-15{margin-top:15px}.mb-15,.single-project-info h4{margin-bottom:15px}.mt-20{margin-top:20px}.fouder-wrap .founder-title,.mb-20{margin-bottom:20px}.contact-form-wrapper input[type=submit],.direction-img,.mt-30,.testimonial-author-wrap{margin-top:30px}.mb-30{margin-bottom:30px!important}.mt-40{margin-top:40px}.hero-area-content h1,.mt-50{margin-top:50px}.mb-50{margin-bottom:50px}.contact-details,.mt-60{margin-top:60px}.footer-navbar,.mb-60{margin-bottom:60px}.mt-70{margin-top:70px}.mb-70{margin-bottom:70px}.mt-80{margin-top:80px}.mb-80{margin-bottom:80px}.about-content-wrap,.cta-area-inner p,.mt-90{margin-top:90px}.mb-90{margin-bottom:90px}.mt-100,.spacer{margin-top:100px}.mb-100{margin-bottom:100px}.mt-120{margin-top:120px}.mb-120{margin-bottom:120px}.mt-150{margin-top:150px}.ml-10{margin-left:10px}.ml-20{margin-left:20px}.ml-30{margin-left:30px}.ml-40{margin-left:40px}.ml-50{margin-left:50px}.mr-10{margin-right:10px}.mr-20{margin-right:20px}.mr-30{margin-right:30px}.mr-40{margin-right:40px}.mr-50{margin-right:50px}.pt-50{padding-top:50px}.pb-50{padding-bottom:50px}.blog-quote-wrap .blog-quote-text,.pl-50{padding-left:50px}.pl-60{padding-left:60px}.pr-60{padding-right:60px}.pl-100{padding-left:100px}.pr-50{padding-right:100px}.ml-auto{margin-left:auto!important}.mr-auto{margin-right:auto!important}.section-title{position:relative;margin-bottom:30px}.section-title h1{font-size:120px;line-height:130px}.section-title h2{font-size:40px;font-weight:600;line-height:60px}.section-title h3{font-size:36px;line-height:40px}.section-title h6{color:#4cb059;font-size:16px;font-weight:500;line-height:20px;border:1px solid #4cb059;border-radius:25px;padding:8px 20px;margin-bottom:20px}.section-title a,.section-title p{font-weight:600;position:relative}.section-title a{font-size:48px;line-height:60px;color:#2d6db4;z-index:1}.section-title a:before{position:absolute;content:"";bottom:0;left:0;width:100%;height:4px;background:#2d6db4}.section-title p{color:#4cb059;font-size:16px;font-style:italic;padding-left:90px!important}.main-btn,.main-btn.white,button[type=submit],input[type=submit]{display:inline-block;padding:15px 30px;font-weight:600;cursor:pointer}.section-title p:before{position:absolute;content:"";top:50%;left:0;width:60px;height:2px;background:#4cb059;margin-top:-1px}.main-btn,.main-btn.white{background:#2d6db4;color:#061815;font-family:Syne,sans-serif;font-size:16px;line-height:20px;text-align:center;vertical-align:middle;-webkit-transition:.3s;transition:.3s}.main-btn:hover{background-color:#4cb059;color:#fff!important;border-color:#4cb059}.main-btn.white{background:#fff;color:#061815}input,select,textarea{width:100%;background:0 0;border:1px solid #eee;padding:13px 20px;font-size:14px;letter-spacing:1px;-webkit-transition:.3s;transition:.3s;border-radius:5px}.service-page-content li{line-height:1.5}span{color:#000}button[type=submit],input[type=submit]{border:none;border-radius:0;background:#2d6db4!important;width:auto;-webkit-transition:.3s;transition:.3s;font-size:15px}.contact-form-inner input[type=submit]:hover,.main-menu .sub-menu li:hover>a,.process-section.process-two .single-process-item:hover,.single-comments-wrap a.reply-btn:hover,button[type=submit]:hover,input[type=submit]:hover{background:#4cb059;color:#fff}input::placeholder,textarea::placeholder{font-size:15px;font-weight:500}input.form-control{padding:12px 20px;line-height:1.2}.container{max-width:1320px}.container-fluid{padding:0 20px}.navbar-toggler-icon{background-image:none}.accordion.faqs .card .card-header .btn-link:focus,.btn:active,.btn:focus{outline:0!important;box-shadow:none}#header-3.header-area.absolute-header .is-sticky .sticky-area,.light-bg-1,.light-bg-2{background:#deeaf7}.white-bg{background:#fff}.dark-bg{background:#0a3321}.gray-bg{background:#f9f9f9}.gray-bg-2{background:#f5f5f5}#faq-page .section-title p:before,.feature-item-wrap:hover .feature-icon::after,.green-bg,.single-blog-item:hover .details-link,.single-feature-item:hover .feature-icon,.single-service-inner:hover .details-link{background:#4cb059}.dark-green-bg{background:#03110b}.choose-us-section .single-feature-item:hover .feature-icon,.cta-three .section-title p:before,.faq-section .section-title p:before,.feature-item-wrap:hover .feature-icon,.homepage-slides .owl-dots button.active,.process-section.process-two .single-process-item:hover .process-icon,.single-feature-item:hover,.single-price-item:hover,.single-testimonial-author.slick-current,.testimonial-carousel .owl-dots button.active,.yellow-bg{background:#2d6db4}.overlay,.overlay-2{width:100%;height:100%;background-color:#070707;top:0;z-index:-1;position:absolute;left:0;content:""}.bg-cover,.preloader{background-repeat:no-repeat}.bg-cover{background-size:cover;background-position:center;width:100%}.overlay{opacity:.5}.overlay-2{opacity:.7}.go-top,.slick-dots li.slick-active button{background-color:#2d6db4}.text-black{color:#1d1730}.footer-bottom p #anvis,.text-white{color:#fff!important}.fix{overflow:hidden}.go-top{color:#fff;width:50px;height:50px;bottom:8em;right:2em;font-size:18px;line-height:50px;text-align:center;text-decoration:none;display:none;position:fixed;z-index:1;border-radius:50%}@media only screen and (min-width:576px) and (max-width:767px){.section-padding{padding:40px 20px}.go-top{width:35px;height:35px;bottom:5em;right:2em;font-size:15px;line-height:33px}}@media (max-width:575px){.section-padding{padding:30px 10px}.go-top i:before{font-size:14px}.go-top{right:1em;bottom:6em;z-index:1}}.go-top:hover{background-color:#fff;color:#020e28}.header-area .is-sticky .sticky-area{background:#deeaf7;z-index:999!important;-webkit-animation:.6s forwards slideInDown;animation:.6s forwards slideInDown;margin-top:0;box-shadow:0 3px 16px -2px #ebe8e8}.header-area.absolute-header .is-sticky .sticky-area{background:#444}.header-area .is-sticky .navigation{height:90px;margin-top:0;background:#fff}.header-area .is-sticky .main-menu li:hover .sub-menu{top:90px}.search-box button{text-decoration:none;outline:0;outline-width:0!important;border:none;background:0 0;position:absolute;top:32px;right:10px;font-size:20px}.search-box button:before{position:absolute;content:"";top:50%;left:-40px;height:40px;border-left:2px solid #eee;margin-top:-20px}.search-bar-wrap i:hover,.search-box button:hover{cursor:pointer}.search-popup{position:fixed;left:0;top:0;height:100vh;width:100%;z-index:999;opacity:0;visibility:hidden;-webkit-transition:.5s;transition:.5s}.search-popup .search-back-drop{position:absolute;left:0;top:0;height:100%;width:100%;background:rgba(0,0,0,.5)}.instagram-item a:hover::before,.main-menu li:hover .sub-menu::after,.search-active .search-popup{opacity:1;visibility:visible}.search-popup .search-inner{position:relative;background:#fff;padding:40px 0;z-index:1;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:.3s;transition:.3s}.search-active .search-popup .search-inner{-webkit-transform:translateY(0);transform:translateY(0)}.search-popup .upper-text{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:15px}.search-popup .upper-text .text{font-size:20px;font-weight:500;letter-spacing:1px}.search-popup .close-search{position:absolute;right:0;top:0;color:#4c4c4d;font-size:18px;line-height:27px;z-index:3;-webkit-transition:.5s;transition:.5s;border:none;background:0 0}.blog-slider-item,.case-study,.collaboration-section,.faq-section,.header-area,.hero-area-two,.project-section,.search-bar,.search-popup .form-group form,.service-bg,.single-project-info,.single-project-item .project-thumb,.single-service-item,.single-slide-item,.submit-form,.testimonial-carousel{position:relative}.search-popup .form-group{position:relative;margin:0;overflow:hidden;border-bottom:1px solid #e5e5e5}.search-popup .form-group input[type=search],.search-popup .form-group input[type=text]{position:relative;display:block;font-size:24px;line-height:25px;color:#333;padding:10px 14px;height:45px;width:100%;background-color:transparent;-webkit-transition:.5s;transition:.5s;border:none;margin-bottom:5px}.search-popup .form-group button,.search-popup .form-group input[type=submit]{position:absolute;right:10px;top:0;background:0 0;text-align:center;font-size:24px;line-height:45px;color:#333;padding:0;border:none;-webkit-transition:.5s;transition:.5s}.explore-btn,.play-btn{justify-content:center;padding:30px;transition:.4s}.preloader{position:fixed;left:0;top:0;height:100%;width:100%;z-index:999999;background-color:#4cb059;background-position:center center;background-image:url(../img/preloader.svg)}::placeholder{font-size:14px}.explore-btn{width:170px;height:170px;border:1px solid #fff;border-radius:50%;display:inline-flex;align-items:center;position:relative;left:110px;bottom:160px}.explore-btn:hover{background:#061815;border-color:#061815}.explore-btn a,.play-btn a{font-family:Syne,sans-serif;font-size:16px;line-height:26px;font-weight:600;color:#fff}.explore-btn i{font-size:20px;transform:rotate(-45deg);margin-left:10px}.explore-btn:after{position:absolute;content:"";top:11px;left:50%;width:15px;height:15px;background:#2d6db4;border-radius:50%;margin-left:-7px}.case-study .explore-btn{border:1px solid #061815;top:180px;right:25px;position:absolute;left:auto}.case-study .explore-btn:hover,.project-section .explore-btn:hover{background:#4cb059;border-color:#4cb059}.case-study .explore-btn:hover a,.choose-us-section .single-feature-item:hover .feature-icon i,.footer-menu li,.partner-section .about-feature-list,.process-section.process-two .single-process-item:hover .process-content p,.project-section .explore-btn:hover a,.question-wrap h5,.single-feature-item:hover .feature-icon i,.single-service-inner:hover .details-link i{color:#fff}.case-study .explore-btn a,.feature-item-wrap:hover .feature-icon i:before,.process-section.process-two .single-process-item:hover .process-icon i,.project-section .explore-btn a,.support-content h6{color:#061815}.project-section .explore-btn{border:1px solid #061815;top:150px;right:50px;position:absolute;left:auto}.play-btn{width:130px;height:130px;border:1px solid #fff;border-radius:50%;display:inline-flex;align-items:center;position:absolute;left:50%;top:50%;z-index:999;transform:translate(-50px,-50px)}.mouseCursor,body #magicMouseCursor,body #magicPointer{top:0;left:0;position:fixed;pointer-events:none}.blog-category ul li a:hover,.chart-details p,.cta-three .section-title p,.faq-section .section-title p,.faq-two .accordion.faqs .card .card-header .btn-link.active,.partner-section .feature-item-wrap i,.play-btn a:hover,.recent-post-content p,.single-service-inner:hover h5 a,.single-testimonal-item .testimonial-content .testimonal-review-wrap i,.testimonial-section .section-title p{color:#2d6db4}.cursor-outer{margin-left:-20px;margin-top:-20px;width:40px;height:40px;border:2px solid #d79f5c;box-sizing:border-box;z-index:10000000;opacity:.5;transition:80ms ease-out}.mouseCursor{right:0;bottom:0;border-radius:50%;transform:translateZ(0);visibility:hidden;text-align:center}.cursor-inner{margin-left:-3px;margin-top:-3px;width:6px;height:6px;z-index:10000001;background-color:#d79f5c;transition:width .3s ease-in-out,height .3s ease-in-out,margin .3s ease-in-out,opacity .3s ease-in-out}.cursor-inner span{color:#fff;line-height:80px;opacity:0;letter-spacing:1px;font-size:12px}.at-about-fab:hover .at-about-fab__meta,.cursor-inner.cursor-big span,.st-btn-call:hover .st-btn-call__meta{opacity:1}.mouseCursor.cursor-big{width:80px;height:80px}.contact-area.bg-none:before,.hero-area-two .hero-area-content h3:after,.hero-area-two .hero-area-content h3:before,.mouseCursor.cursor-big.cursor-outer,.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler{display:none}.tp-cursor-point-area,body .magic-hover:hover{cursor:none}.slick-dots{display:flex;justify-content:center;margin:0;padding:1rem 0;list-style-type:none}.slick-dots li{margin:0 .25rem}.slick-dots button{display:block;width:15px;height:15px;padding:0;background:#fff;border:1px solid #2d6db4;border-radius:50%;text-indent:-9999px}.faq_shape_bottom,.faq_shape_top,.footer-shape{-webkit-animation:2s ease-in-out infinite alternate bounce-left-right;animation:2s ease-in-out infinite alternate bounce-left-right}@keyframes bounce-left-right{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-30px);transform:translateX(-30px)}}body #magicMouseCursor{width:35px;height:35px;border:2px solid #d19248!important;border-radius:50%;z-index:9999!important;transition:transform 70ms,width .3s,height .3s}body #magicMouseCursor.cursor-square{border-radius:0}body #magicPointer{height:6px;width:6px;background:#d19248!important;border-radius:50%;transition:background .2s,width .2s,height .2s,box-shadow .2s;z-index:9999!important}body #magicPointer.pointer-blur{height:50px;width:50px;background:0 0;border:1px solid #2d6db4!important;box-shadow:0 0 15px -5px #fff}body #magicPointer.pointer-overlay{height:50px;width:50px;mix-blend-mode:difference;box-shadow:0 0 15px -5px #fff}body #magicPointer.is-hover{background:#4cb059!important}body .magic-hover{transition:.2s}.header-top-area{padding:10px 0}.header-info{display:flex;align-items:center;margin-top:5px}.header-info p{margin:0;color:#fff;font-size:16px;font-weight:400}.header-info p span{font-weight:500;margin-left:8px}.header-info i{font-size:18px;color:#2d6db4}.contact-info{margin-top:6px}.contact-info a{display:inline-block;background:#2d6db4;padding:6px 24px;border-radius:10px;color:#444}.language-dropdown .nice-select{background:0 0;border:none;color:#fff;font-size:16px}.social-icon i{font-size:18px;color:#fff;margin-right:10px;border:1px solid #40877a;border-radius:50%;padding:10px}.blog-content-wrap .social-icon i:hover,.social-icon i:hover{background:#2d6db4;border-color:#2d6db4;color:#061815}.header-top-two .header-info{display:flex;align-items:center;margin-top:8px}.search-bar input{width:230px;height:36px;background:#fff;border-radius:25px;margin-bottom:0}.search-bar .search-icon{margin-left:60px;position:absolute;top:7px;right:15px}.search-bar .search-icon i{color:#444;font-size:18px}.header-top-link p a,.header-top-right .login-link a{color:#fff;font-size:16px}.header-top-link p{margin:4px 0 0;color:#fff}.header-top-link p a{text-decoration:underline}.header-top-link p a:hover,.header-top-right .login-link a:hover{color:#40877a}.header-top-right{display:flex;align-items:center;justify-content:space-around}.nice-select .list{background-color:#fff;border-radius:5px;box-sizing:border-box;margin-top:10px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:3px;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:.2s cubic-bezier(.5, 0, 0, 1.25),opacity .15s ease-out;transition:.2s cubic-bezier(.5, 0, 0, 1.25),opacity .15s ease-out;z-index:999;color:#061815;font-weight:400}.nice-select .option.selected{font-weight:400!important}.nice-select .option{display:block;padding-left:25px;padding-right:30px}.nice-select:after{border-bottom:2px solid #fff;border-right:2px solid #fff;content:"";display:block;width:7px;height:7px;margin-top:-6px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out}.header-area .navigation{padding:0 30px;height:90px;position:relative;z-index:9;display:flex;align-items:center;background-color:#fff;box-shadow:0 3px 16px -2px #ebe8e8}.header-right a:before,.sub-menu::after{left:0;background:#4cb059;width:100%;content:""}.header-area .header-inner-box{display:flex;justify-content:space-between;align-items:center;padding:0 30px}.header-area .header-inner-box .logo{display:flex;align-items:center;padding-right:30px}.header-area .header-inner-box .phone-number-box{display:flex;align-items:center;justify-content:space-evenly}.header-area .header-inner-box .phone-number-box .icon i{background:#e5f0ec;font-size:30px;padding:15px;border-radius:50%}.header-area .header-inner-box .phone-number-box .phone,.recent-post-content,.support-content,.testimonial-content{padding-left:15px}.founder-wrap p,.header-area .header-inner-box .phone-number-box .phone p,.header-contact-info p,.question-wrap .contact-info .contact-icon{margin:0}.header-area .header_right_bg{position:absolute;right:0;top:0;z-index:2}.icon-wrapper{display:flex;border-left:1px solid #eee;height:90px;align-items:center}.icon-wrapper i{font-size:25px;color:#333;cursor:pointer}.shopping-cart i{margin-left:40px;display:none}.search-icon{margin-left:60px}.main-menu .navbar{padding:0}.main-menu li.nav-item{position:relative;margin-right:40px}.main-menu .navbar-nav .nav-link{font-family:Syne,sans-serif;font-size:16px;font-weight:600;display:block;padding:35px 0;color:#061815}#faq-page .section-title p,.footer-navbar ul li a:hover,.founder-year a:hover,.header-right a:hover,.main-menu li.nav-item:hover>a,.partner-section .feature-item-wrap:hover i,.recent-post-content a h6:hover,.service-bg .more-service-btn:hover,.single-blog-item h3 a:hover,.single-slide-item .social-link a:hover,.testimonal-slider-content p.designation{color:#4cb059}.sub-menu{position:absolute;left:0;top:120px;width:190px;background-color:#fff;opacity:0;visibility:hidden;-webkit-transition:.6s;transition:.6s;z-index:99;-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);box-shadow:2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05)}.sub-menu::after{position:absolute;height:4px;top:0;visibility:hidden;opacity:0}.main-menu li:hover .sub-menu{opacity:1;visibility:visible;top:90px}.main-menu .sub-menu li{display:block;border-bottom:1px solid #eee}.main-menu .sub-menu li:last-child{border-bottom:none}.main-menu .sub-menu li a{font-family:Syne,sans-serif;display:block;padding:15px;-webkit-transition:.3s;transition:.3s;color:#444}.dropdown-toggle::after{display:none!important}.header-right,.single-feature-item .feature-item-inner{display:flex;align-items:center}.detail span,.header-right .search-icon,.hero-area-content p,.single-comments-wrap .single-comments-inner .comments-content h6{font-size:20px}.header-right a,.help-btn{font-size:16px;font-weight:600;font-family:Syne,sans-serif}.header-right a{color:#061815;margin-left:20px;position:relative;z-index:1}.header-right a:before{position:absolute;bottom:-3px;height:1px}.header-right a i{font-size:18px;margin-left:8px}.header-area.header-two{position:relative;width:100%;background:#fff}.header-area.header-two .navigation{z-index:auto;padding:0}.header-area.header-two:before{position:absolute;content:"";top:0;left:-70px;width:360px;height:100%;background:#2d6db4;z-index:99;transform:skewX(-24deg)}.header-area.header-two .logo{position:relative;z-index:99}.header-contact{display:flex;align-items:center;justify-content:space-around;width:200px}.header-contact-icon{flex:0 0 50px}.header-contact-icon i{font-size:40px;color:#2d6db4}.hero-area{position:relative;margin:50px 0}.hero-area-content{position:relative;z-index:3}.hero-area-content h3{display:inline;position:relative;z-index:1;padding-bottom:50px}.hero-area-content a{font-size:20px;color:#4cb059;text-decoration:underline;text-decoration-thickness:from-font}.slider-bg{min-height:350px;position:relative;z-index:1}.client-area{width:560px;height:250px;background:#deeaf7;position:absolute;left:0;bottom:0;padding:30px;z-index:99}.client-area-inner,.single-comments-wrap .single-comments-inner,.support-info{display:flex}.client-thumb img{width:80px!important;height:80px!important;border-radius:50%;border:3px solid #fff}.client-thumb{position:relative;z-index:1;flex:0 0 220px}img.client-two{position:absolute;top:0;left:55px}img.client-three{position:absolute;top:0;left:110px}.client-area-title h6{font-size:20px;font-weight:600;margin-top:15px;font-family:Syne,sans-serif}.help-btn{background:#2d6db4;padding:20px;margin:35px 0}.at-about-fab__meta,.st-btn-call__meta{font-family:"Open Sans",sans-serif;opacity:0}.homepage-slides .owl-dots button,.testimonial-carousel .owl-dots button{width:15px;height:15px;background:#fff;display:inline-block;margin:10px}.homepage-slides .owl-dots{display:block;text-align:center;margin:30px;position:absolute;bottom:0;right:50px}.hero-area-two .hero-area-content{margin-top:0;padding-top:220px}.hero-area-two .hero-area-content h3{font-size:36px;color:#2d6db4}.hero-area-two .hero-area-content h1{font-size:90px;line-height:100px;color:#fff;margin-top:50px}.hero-area-two .hero-area-content p{padding-left:360px;padding-right:387px}.hero-area-two .hero-area-content a{font-family:Syne,sans-serif;font-size:16px;text-decoration:none;margin-top:50px;color:#061815}.hero-area-two .pop-up-video{top:400px;right:115px}.single-slide-item .social-link a{color:#fff;margin-right:50px}.hero-area-two .homepage-slides .owl-dots{left:0;right:auto}.hero-area-two .social-link{padding-left:130px;padding-top:4px}.founder-year{position:absolute;right:0;bottom:0;background:#fff;z-index:2;padding:35px}.bread-bg,.contact-area,.contact-page,.feature-item-wrap,.feature-section{position:relative;z-index:1}.founder-year a{font-family:Syne,sans-serif;font-size:16px;font-weight:600;color:#061815;text-decoration:underline;margin:5px 0}.founder-year h2{color:transparent;-webkit-text-stroke:0.5px #061815;-webkit-text-fill-color:#fff}.feature-section:before{position:absolute;content:"";bottom:0;left:0;width:100%;height:150px;background:#fff}.feature-item-wrap{background:#4cb059;padding:80px 30px 30px;transition:.5s}.feature-item-wrap::after{content:"";position:absolute;right:12px;bottom:12px;height:16px;width:16px;background:#2d6db4;-webkit-transition:.4s;transition:.4s}.feature-item-wrap:hover:after{width:100%;height:100%;z-index:-2}.feature-item-wrap .feature-content h4{font-size:30px;font-weight:600;color:#fff}.feature-item-wrap .feature-content p{font-size:18px;font-weight:400;color:#fff;margin-top:30px}.feature-item-wrap .feature-icon i:before{font-size:50px;color:#fff;font-weight:300!important;margin:10px 0 0;display:inline-block}.feature-item-wrap .feature-icon{background:#4cb059;width:90px;height:90px;display:inline-block;border-radius:50%;position:absolute;top:-45px;left:30px;display:flex;align-items:center;justify-content:center}.feature-item-wrap .feature-icon::after{position:absolute;content:"";bottom:-2px;right:-2px;width:100%;height:100%;background:#2d6db4;border-radius:50%;z-index:-1}.single-feature-item{background:#4cb059;padding:35px;transition:.3s}.single-feature-item .feature-icon{background:#2d6db4;display:inline-block;width:80px;height:80px;display:flex;align-items:center;justify-content:center;flex:0 0 80px;transition:.5s}.choose-us-section .single-feature-item .feature-icon i:before,.single-feature-item .feature-icon i:before{font-size:45px;margin:0}.choose-us-section .single-feature-item p,.single-feature-item p{color:#fff;margin-top:30px}.fouder-wrap .founder-content,.single-feature-item .feature-item-inner .feature-title{padding-left:30px}.contact-details .contact-info h5,.single-blog-item.w-thumb h3 a,.single-feature-item .feature-item-inner .feature-title h4{font-size:24px}.contact-form-wrapper h3,.single-feature-item .service-details-link{margin-bottom:30px}.single-feature-item .service-details-link i,.single-service-inner .details-link i{font-size:30px;color:#fff;transform:rotate(-45deg);transition:.3s}.single-blog-item:hover .details-link i,.single-feature-item:hover .service-details-link i,.single-service-inner .details-link:hover i{transform:rotate(0)}.single-service-wrap{max-width:calc(100% - 100px)}.single-process-inner,.single-service-inner{border-top:1px solid #444;position:relative;z-index:1}.single-process-inner:nth-of-type(3),.single-service-inner:nth-of-type(4){border-bottom:1px solid #444}.single-service-inner h5 a{font-size:25px;font-weight:600;color:#061815;margin-top:15px}.single-service-inner p{font-size:16px;font-weight:400;margin:18px 0;padding-right:50px}.single-service-inner .details-link{background:#2d6db4;width:50px;height:50px;display:flex;align-items:center;justify-content:center;position:absolute;right:0;bottom:0}.single-service-inner:nth-of-type(4) .details-link{bottom:30px}.service-content-wrap p{font-size:18px;margin:40px 0}.service-bg .more-service-btn{position:absolute;bottom:0;left:0;background:#fff;color:#061815;padding:20px;font-family:Syne,sans-serif;font-size:16px;font-weight:600}.breadcrumb-area.services .section-title p:before,.service-section .section-title p:before{margin:0 auto;right:100px}.single-service-item:last-child{border-bottom:1px solid}.service-img{width:32.5%;height:100%;object-fit:cover;position:absolute;inset-inline-end:10%;top:80px;transform:translateY(-50%);opacity:0;visibility:hidden;transition:.4s linear;z-index:9}.service-img .img{width:100%;height:100%;object-fit:cover}.single-service-item:nth-child(4) .service-img{top:-240px}.single-service-item:last-child .service-img{top:-225px}.single-service-item .service-img img{width:100%}.single-service-item:hover .service-img{opacity:1;visibility:visible;inset-inline-end:20%}.project-details h2,.service-page-content{margin:60px 0}.service-page-content h2,.service-page-content h3{margin-top:60px;margin-bottom:15px;font-size:30px}.service-page-content h4{margin-top:60px;margin-bottom:15px}.service-page-content ul{list-style:disc;padding-left:20px}.service-page-content ul li{display:list-item;font-size:18px}.service-page-content ol li{display:list-item}.video-section{margin-top:60px;min-height:450px;display:flex;align-items:center;justify-content:center;position:relative}.about-bg-one,.about-bg-two{min-height:495px;background-position:center;position:relative;z-index:1;background-size:cover;background-repeat:no-repeat}.video-section .pop-up-video{position:absolute;top:100px;right:50%}.counter-area{background-image:url(../img/counter_bg.jpg);height:200px;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.client-logo-wrap,.single-counter-box{text-align:center}.single-counter-box .counter-number span{font-size:52px;font-weight:600;color:#2d6db4;line-height:1}.single-counter-box p.counter-number{font-size:52px;font-weight:600;color:#2d6db4}.single-counter-box h6{font-size:24px;font-weight:500;line-height:34px;color:#fff}.about-bg-one{max-width:calc(100% - 60px)}.about-feature-list ul li{display:block;font-family:Syne,sans-serif;font-size:18px;font-weight:600;display:flex;align-items:center;margin-bottom:20px}.about-feature-list ul li i{font-size:24px;padding-right:15px;color:#4cb059}.about-content-wrap p,.single-price-item .single-price-item p{font-size:18px;margin:30px 0}.about-bg-two{margin-top:90px}.circle_progress_area{display:block;position:relative;text-align:center;margin-left:65px}.circle_progress_wrap,.project-details-inner{display:flex;align-items:center;justify-content:space-between}.circle_progress_single{display:block;position:relative;text-align:center;padding-bottom:24px;margin-bottom:32px}.circle_progress_box{position:relative;display:inline-block}.circle_progress_box canvas{transform:rotate(90deg)}.circle_progress_box span{position:absolute;top:50%;left:50%;display:block;transform:translateY(-67%) translateX(-50%);font-family:Syne,sans-serif;font-size:26px;font-weight:600;line-height:1;color:#061815}.circle_progress_content h6{margin:20px 0 0;font-size:20px;line-height:20px;font-weight:600;color:#061815}.about-tag-title,.process-tag-title{position:absolute;bottom:215px;left:-220px;transform:rotate(-90deg);background:#fff;width:500px;height:auto;padding:20px}.about-tag-title h4,.process-tag-title h4{font-family:Syne,sans-serif;font-size:20px;font-weight:600;line-height:20px;color:#061815}.about-left-wrap{max-width:calc(100% - 40px);position:relative}.about-left-wrap a{position:absolute;left:0;bottom:0;background:#fff;font-family:Syne,sans-serif;font-size:16px;font-weight:600;padding:20px 35px;color:#4cb059}.fouder-wrap{border-radius:10px;padding:20px;display:flex;align-items:center;margin-bottom:35px}.fouder-wrap .fouder-thumb{flex:0 0 118px}.fouder-wrap .founder-title h5 span{font-size:16px;font-weight:400}.about-right-wrap p,.blog-quote-wrap h2,p.company-desc{margin:30px 0}.about-right-wrap .circle_progress_area{margin-left:0}.about-left-img,.blog-category ul li,.process-section.process-two .process-bg{display:block}.cta-area{height:620px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;background-attachment:fixed}.cta-area-inner h6,.faq-section .section-title h6{border-color:#2d6db4;color:#2d6db4}.pop-up-video{position:absolute;top:100px;right:200px}.pop-up-video a.video-play-btn{font-size:30px;color:#fff;border:2px solid #2d6db4;padding:30px;width:100px;height:100px;border-radius:50px;text-align:center;position:absolute;top:135px;margin-left:-60px;margin-top:-50px;background:#2d6db4;cursor:pointer;z-index:9}@keyframes btnIconRipple{0%{border-width:4px;-webkit-transform:scale(1);transform:scale(1)}80%{border-width:1px;-webkit-transform:scale(1.35);transform:scale(1.35)}100%{opacity:0}}.pop-up-video a::before{content:"";display:inline-block;position:absolute;top:-2px;left:-2px;bottom:-2px;right:-2px;border-radius:inherit;border:1px solid #fcd1c1;-webkit-animation:2s cubic-bezier(.23,1,.32,1) infinite both btnIconRipple;animation:2s cubic-bezier(.23,1,.32,1) infinite both btnIconRipple}.pop-up-video a span{font-size:15px;position:absolute;bottom:-40px;left:-20px;width:100px;font-weight:400}.cta-area.cta-two{background-size:cover;background-repeat:no-repeat;height:275px;background-attachment:inherit}.cta-area.cta-two .cta-inner-text{display:flex;gap:85px}.cta-area.cta-two .cta-inner-text h2{text-transform:uppercase;color:transparent;-webkit-text-stroke:0.5px #eee;-webkit-text-fill-color:#071d1a}.cta-area.cta-three{height:500px}.cta-area.cta-three .pop-up-video{position:absolute;top:30px;right:250px}.cta-three .cta-area-inner p{margin-top:-60px;padding-left:50px}.testimonial-section{height:auto}.testimonal-slider-content h6{color:#061815;font-size:24px}.single-testimonial-author{background:#056251;padding:10px 0 10px 10px;border-radius:10px;margin-right:10px}.testimonial-thumb img{width:80px;height:80px;border-radius:50%}.testimonial-content h6{font-size:20px;font-weight:600;color:#fff}.testimonial-content p{font-size:16px;font-weight:500;color:#fff}.testimonial-slide-inner{display:inline-flex!important;background:#fff;padding:40px;border-radius:12px}.testimonal-thumb{flex:0 0 240px}.testimonal-review-wrap{display:inline-block;padding:0 0 0 15px;background:#4cb059;color:#fff;margin-top:10px}.testimonal-review-wrap i{font-size:20px;margin-right:5px}.testimonal-review-wrap span{background:#2d6db4;padding:18px;font-size:20px;color:#444;font-weight:600}.testimonial-slider-wrap{display:flex;margin-top:60px;margin-left:200px;margin-right:200px}.testimonial-section .section-title p:before{margin:0 auto;right:100px;background:#2d6db4}.single-testimonal-item{display:flex;background:#fff;padding:30px;position:relative}.single-testimonal-item .testimonial-img{flex:0 0 128px}.single-testimonal-item .quote-sign i{font-size:60px;color:#ffb967}.question-wrap .contact-info h4,.single-comments-wrap .single-comments-inner .comments-content,.single-testimonal-item .testimonial-content{padding-left:25px}.single-testimonal-item .testimonial-content p{font-size:18px;font-weight:600;font-family:Syne,sans-serif;margin:25px 0}.single-testimonal-item .testimonial-content h5.testimonial-title span{display:block;font-size:16px;font-weight:500;font-family:Jost,sans-serif;color:#4cb059}.single-testimonal-item .testimonial-content .testimonal-review-wrap{background:0 0;padding:0;position:absolute;right:40px;bottom:40px}.testimonial-section .owl-carousel .owl-item img{display:block;width:128px;margin:0 auto}.testimonial-carousel .owl-dots{display:block;text-align:center;margin:60px 0 30px;bottom:0;right:50px}.slick-dots{position:absolute;bottom:-130px;left:50%;transform:translate(-50px,-50px)}.single-case-wrapper{min-height:550px;position:relative;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat}.case-info-wrap{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform .45s cubic-bezier(.4, 0, .2, 1);transition:transform .5s linear;-o-transition:transform .45s cubic-bezier(.4, 0, .2, 1);transition:transform .45s cubic-bezier(.4, 0, .2, 1),_ .45s cubic-bezier(.4, 0, .2, 1);background:#fff;position:absolute;bottom:0;left:0;padding:35px 35px 0;width:390px;height:355px}.case-info-wrap p{margin:25px 0}.case-info-wrap h6{color:#444;margin:17px 0}.portfolio-content{position:absolute;left:0;bottom:0;width:40%;background-color:#fff;padding:20px 10px;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform .45s cubic-bezier(.4, 0, .2, 1);transition:transform .5s linear;-o-transition:transform .45s cubic-bezier(.4, 0, .2, 1);transition:transform .45s cubic-bezier(.4, 0, .2, 1),_ .45s cubic-bezier(.4, 0, .2, 1)}.single-case-wrapper:hover .case-info-wrap{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:0.15s;-o-transition-delay:0.15s;transition-delay:0.15s}.accordion.faqs{padding-right:15px}.accordion.faqs .card .card-header{background:#fff;margin-bottom:0;border-radius:0;border:none;padding-left:0}.accordion.faqs .card{margin-bottom:20px;border-radius:0;border:2px solid #f3f5f8;padding:0 20px}.accordion.faqs .card:last-child,.breadcrumb-area .section-title,.single-project-item.last-child{margin-bottom:0}.accordion.faqs .card .card-header .btn-link{padding:10px 95px 10px 0;background:#fff;font-size:18px;font-weight:600;letter-spacing:1px;color:#061815;width:100%;display:block;text-align:left;border-radius:0;position:relative;text-decoration:none;border:none}.faq-icon-box,.faq-icon-box::after{position:absolute;border-radius:50%}.accordion.faqs .card .card-header .btn-link:active{outline:0!important}.accordion.faqs .card .card-header .btn-link::after{right:0;content:"\f061";font-family:"Line Awesome Free";height:50px;width:50px;text-align:center;top:0;font-size:25px;font-weight:400;transform:rotate(45deg);border-radius:50%;position:absolute;line-height:51px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.accordion.faqs .card .subtitle>button[aria-expanded=true]::after{content:"\f061";transform:rotate(-45deg)}.accordion.faqs .card .card-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid;padding-left:0}.accordion.faqs .card .card-body .content{font-size:16px;line-height:24px;padding-left:0;text-align:justify}.accordion.faqs .card:not(:first-of-type):not(:last-of-type){border-bottom:2px solid #f3f5f8}.accordion.faqs .card-body p{margin:0;font-size:17px}.faq-icon-box{width:140px;height:140px;background:#fff;top:40%;right:85px;margin-top:-70px;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.faq-thumb{position:relative;z-index:2}.faq-icon-box img{-webkit-animation:1.5s infinite shake;animation:1.5s infinite shake;width:80px;height:auto}@-webkit-keyframes shake{0%,100%{-webkit-transform:rotate(7deg);transform:rotate(7deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes shake{0%,100%{-webkit-transform:rotate(7deg);transform:rotate(7deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}}.faq-icon-box::after{width:180px;height:180px;-webkit-box-shadow:0 8px 16px 0 rgba(130,139,148,.3);box-shadow:0 8px 16px 0 rgba(130,139,148,.3);left:-20px;content:"";z-index:-1}.faq-section-gallery{position:relative;min-height:625px}.faq-img-two{position:absolute;right:10px;top:80px}.faq-img-three{position:absolute;bottom:0}.faq_shape_bottom{position:absolute;bottom:0;left:-260px}.faq_shape_top{position:absolute;top:0;right:0}.faq-two .accordion{background:0 0!important}.faq-two .accordion.faqs .card .card-header,.faq-two .card{background:0 0}.faq-two .card{border:1px solid #21312f!important}.faq-two .accordion.faqs .card .card-header .btn-link{background:0 0;color:#fff}.faq-two .accordion.faqs .card-body p{margin:0;color:#fff}.contact-form-wrap{background:#fff;margin-top:-195px;margin-left:30px}.contact-form-header{padding:35px;background:#2d6db4;text-align:center}.contact-form-header p{font-size:16px;font-weight:600;color:#061815}@media only screen and (min-width:992px) and (max-width:1200px){.section-title h1{font-size:100px;line-height:115px}.section-title h2{font-size:36px;line-height:50px;margin:0}.section-title h3{font-size:30px;line-height:30px}.section-title p{text-align:center;padding-left:0!important}.main-btn,.main-btn.white{padding:12px 24px}.header-top-two .header-info{margin-top:16px}.header-top-right{margin-top:12px}.header-area .navigation{padding:0 5px}.accordion.faqs .card,.header-area .header-inner-box{padding:0 16px}.search-icon{margin-left:20px}.hero-area-content p{padding-right:0}.hero-area-two .hero-area-content p{padding-left:360px;padding-right:160px}.feature-item-wrap .feature-content h4{font-size:24px}.single-feature-item{padding:20px 20px 60px}.single-counter-box h6,.single-feature-item .feature-item-inner .feature-title h4{font-size:20px}.single-service-wrap{max-width:calc(100% - 60px)}.about-right-wrap p,.single-service-inner p{margin:20px 0}.single-service-item:nth-child(4) .service-img{top:-60px}.single-service-item:last-child .service-img{top:-200px}.about-feature-list ul li i{padding-right:10px}.about-feature-list ul li,.testimonal-slider-content h6,.testimonial-content h6{font-size:16px}.about-left-wrap{max-width:calc(100% - 20px)}.cta-area-inner p{margin-top:30px;margin-left:90px;margin-right:90px}.cta-area.cta-two .cta-inner-text{gap:60px}.contact-form-header h2,.cta-area.cta-two .cta-inner-text h2,.single-testimonal-item .quote-sign i{font-size:40px}.cta-three .cta-area-inner p{margin-left:0;margin-right:0;padding-left:0}.testimonial-section{height:800px}.testimonial-slide-inner{width:inherit!important;padding:20px}.testimonial-slider-wrap{margin-left:0;margin-right:0}.single-testimonal-item .testimonial-content p{font-size:16px;margin:15px 0}.contact-form-wrap{margin-top:-150px}}@media only screen and (min-width:768px) and (max-width:991px){.section-title h2{font-size:40px;line-height:50px;margin:0}.section-title h3{font-size:36px;line-height:40px}.section-title a{font-size:36px;line-height:46px}.section-title p{text-align:center;padding-left:0!important}.about-left-img,.explore-btn,.feature-section:before,.founder-year,.header-area .header-inner-box .phone-number-box,.header-contact,.header-top-two,.project-section .explore-btn{display:none}.play-btn{width:100px;height:100px;top:50%}.header-info p{font-size:15px}.contact-info a{padding:6px 18px}.header-area .header-inner-box{padding:0 10px;display:block}.header-area .header-inner-box .logo{border-right:0}.icon-wrapper{display:flex;align-items:center;justify-content:flex-end;position:absolute;top:0;right:150px;border-left:0}.shopping-cart i{margin-left:25px}.hero-area-content p{padding-left:0;margin-top:20px}.hero-area-two .hero-area-content{padding-top:160px}.hero-area-two .hero-area-content h1{font-size:70px;line-height:80px}.hero-area-two .hero-area-content p{padding-left:0;padding-right:160px}.hero-area-two .social-link{padding-left:0}.feature-item-wrap .feature-content h4,.single-counter-box h6,.single-feature-item .feature-item-inner .feature-title h4{font-size:20px}.single-feature-item{padding:20px;margin-bottom:30px}.single-service-wrap{max-width:calc(100% - 60px)}.single-service-item:nth-child(4) .service-img{top:-60px}.single-service-item:last-child .service-img{top:-50px}.single-service-item:hover .service-img{inset-inline-end:10%}.service-page-content h2{font-size:45px}.counter-area{height:400px}.cta-area-inner p{margin-top:30px;margin-left:75px;margin-right:90px}.contact-form-header h2,.cta-area.cta-two .cta-inner-text h2{font-size:30px}.cta-three .cta-area-inner p{margin-left:0;margin-right:0;padding-left:0}.testimonial-section{height:850px}.testimonal-slider-content h6,.testimonial-content h6{font-size:16px}.testimonial-slide-inner{width:inherit!important;padding:20px}.testimonial-slider-wrap{margin-left:0;margin-right:0}.faq-img-two{right:70px}.faq-two .accordion.faqs .card .card-header .btn-link{font-size:16px;padding-right:75px}.contact-form-wrap{margin-top:-125px}.contact-form-header{padding:20px}}.contact-form-inner{padding:35px;margin-top:30px}.contact-form-inner input{border-radius:0;margin-bottom:20px;background:#f9f3eb;border:none;padding:20px}.contact-form-inner textarea{border:none;border-radius:0;background:#f9f3eb;height:175px}.contact-form-inner input[type=submit]{background:#2d6db4;width:100%;margin-top:20px;font-size:18px;color:#061815}.blog-section .section-title p:before,.pricing-section .section-title p:before,.team-section .section-title p:before{margin:0 auto;right:150px}.team-section .single-team-wrap{display:flex;height:250px;margin-bottom:30px}.team-section .single-team-wrap .team-thumb{flex:0 0 150px}.team-section .single-team-wrap .team-thumb img{height:250px}.team-section .single-team-wrap .team-details{background:#fff;padding:40px 12px 0 25px}.team-section .single-team-wrap .team-details h4{color:#061815;font-size:24px;font-weight:600}.team-section .single-team-wrap .team-details p{font-size:18px;margin:25px 0}.team-section .single-team-wrap .team-details h6{color:#4cb059;margin:5px 0}.team-section .single-team-wrap .social-link a{color:#061816;font-family:Syne,sans-serif;font-size:16px;font-weight:600;margin-right:20px}.team-section .single-team-wrap .social-link a:hover{color:#2d6db4;text-decoration:underline}.single-blog-item{border:1px solid #eee;border-radius:12px;padding:40px;margin-bottom:30px;position:relative}.single-blog-item.blog-meta{font-size:16px;font-weight:500}.single-blog-item h3 a{font-size:30px;font-weight:600;color:#061815;margin:20px 0}.single-blog-item .blog-thumb img{border-radius:12px;margin-top:20px}.single-blog-item.w-thumb{padding:40px 150px 8px 40px;margin-bottom:25px}@media only screen and (min-width:992px) and (max-width:1200px){.contact-form-header{padding:25px}.contact-form-inner{margin-top:6px}.single-blog-item h3 a{font-size:24px}.single-blog-item.w-thumb{padding:25px 100px 8px 40px}}.single-blog-item .details-link{background:#2d6db4;color:#fff;width:50px;height:50px;display:flex;align-items:center;justify-content:center;position:absolute;right:30px;bottom:30px}.single-blog-item .details-link i{font-size:30px;transform:rotate(-45deg);transition:.3s}.blog-slider-item .blog-content{position:absolute;bottom:0;left:50%;background:#fff;text-align:center;transform:translate(-50%,0)}.blog-slider-item .blog-content h3 a,.contact-icon i,.single-price-item .single-price-item h4,.single-price-item h4{font-size:30px}.blog-slider-item .single-blog-item{margin-bottom:0;border:0;padding:25px 45px}.blog-slider-item .single-blog-item h3 a{margin:15px 0}.blog-search-wrap{margin-top:0}@media only screen and (min-width:768px) and (max-width:991px){.contact-form-inner{padding:15px;margin-top:6px}.contact-form-inner input{padding:15px;margin-bottom:15px}.team-section .single-team-wrap .team-details{padding:25px 12px 0 15px}.single-blog-item h3 a{font-size:24px}.blog-slider-item .blog-content{bottom:-100px;left:0;transform:inherit;width:100%}.blog-slider-item .blog-content h3 a{font-size:36px}.blog-slider-item .single-blog-item{padding:25px}.blog-search-wrap{text-align:center}}@media (max-width:767px){h1{font-size:40px;line-height:50px}h2{font-size:40px}.cta-area.cta-two .cta-inner-text h2,h3{font-size:24px}.section-title{margin-bottom:0}.section-title h1{font-size:30px!important;line-height:35px!important}.section-title h2{font-size:28px;line-height:38px;margin:15px 0}.section-title h3{font-size:24px;line-height:30px}.section-title h6{font-size:15px}.section-title a{font-size:28px;line-height:40px}.section-title p{text-align:center;padding-left:0!important}.explore-btn{left:0;bottom:0}.about-left-img,.faq-section-gallery,.founder-year,.header-area .header-inner-box .phone-number-box,.header-contact,.header-right,.header-top-area,.pop-up-video,.project-section .explore-btn,.service-img,.single-testimonal-item .testimonial-content .testimonal-review-wrap{display:none}.play-btn{width:100px;height:100px;top:25%}.header-area .navigation{padding:0}.header-area .header-inner-box{padding:0 5px;display:block}.header-area .header-inner-box .logo{border-right:0}.icon-wrapper{display:flex;align-items:center;justify-content:flex-end;position:absolute;top:0;right:100px;border-left:0}.shopping-cart i{margin-left:25px}.hero-area-content{margin-bottom:40px}.hero-area-content p,.hero-area-two .hero-area-content p{padding-left:0;padding-right:0;margin-top:20px}.slider-bg{min-height:170px}.client-area{padding:10px}.client-area-inner{display:inline}.client-area-title h6,.single-counter-box h6{font-size:16px}.contact-form-header h2,.hero-area-two .hero-area-content h3,.service-page-content h2{font-size:30px}.hero-area-two .hero-area-content h1{font-size:55px;line-height:65px}.hero-area-two .hero-area-content a{margin-top:20px}.single-slide-item .social-link a{font-size:15px;margin-right:12px;margin-bottom:30px}.hero-area-two .social-link{padding-left:0}.feature-item-wrap{margin-bottom:90px}.feature-item-wrap .feature-content h4,.single-feature-item .feature-item-inner .feature-title h4,.team-section .single-team-wrap .team-details h4{font-size:20px}.single-feature-item{padding:20px;margin-bottom:30px}.single-service-wrap{max-width:calc(100% - 10px)}.single-service-inner h5 a{font-size:24px;line-height:34px}.single-service-inner p{padding-right:75px}.counter-area,.testimonial-section{height:600px}.single-counter-box{margin-bottom:30px}.single-counter-box .counter-number span,.single-counter-box p.counter-number{font-size:42px}.about-bg-one{max-width:calc(100% - 0px)}.about-bg-two,.cta-area-inner p,.testimonial-slider-wrap{margin-top:30px}.circle_progress_area{margin-left:0}.circle_progress_wrap,.fouder-wrap,.single-testimonal-item{flex-direction:column}.fouder-wrap .fouder-thumb{margin-bottom:20px}.cta-area.cta-two{height:180px}.cta-area.cta-two .cta-inner-text{flex-direction:column;text-align:center;gap:10px}.cta-three .cta-area-inner p{margin-left:0;margin-right:0;padding-left:0;margin-top:30px}.testimonial-slide-inner{display:block}.single-case-wrapper{margin-bottom:60px}.accordion.faqs .card .card-header .btn-link{padding-right:30px}.contact-form-wrap{margin-top:60px;margin-left:0}.team-section .single-team-wrap .team-details{padding:30px 12px 0 15px}.team-section .single-team-wrap .team-details p{font-size:17px;margin:20px 0}.team-section .single-team-wrap .social-link a{margin-right:15px}.single-blog-item{padding:25px}.single-blog-item.w-thumb{padding:40px 20px 8px 35px}.single-blog-item .details-link{width:35px;height:35px;bottom:15px;right:15px}.blog-slider-item .blog-content{top:160px;left:0;transform:inherit;width:100%}.blog-slider-item .single-blog-item{padding:25px 0}.blog-search-wrap{margin-top:200px}}.blog-search-wrap h2{font-size:40px}.blog-search-wrap .search-bar input{border:none;border-radius:0;border-bottom:1px solid #ddd;width:300px}.blog-page .pagination{margin-top:30px;justify-content:center}.blog-page .active>.page-link,.blog-page .page-link,.page-link.active{width:55px;height:55px;align-items:center;color:#fff;margin-right:15px;display:flex}.blog-page .page-link{justify-content:center;background:#4cb059;border-color:#4cb059;border-radius:7px}.blog-page .page-item:first-child .page-link{display:block;border:none;display:inline-flex}.blog-feature-img img,.blog-quote-wrap{border-radius:10px}.blog-page .active>.page-link,.page-link.active{border-radius:7px;justify-content:center;background:#2d6db4;border-color:#2d6db4}.blog-meta-wrap{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.blog-meta-wrap .blog-meta p{font-size:16px;font-weight:500;margin:0}.blog-meta-wrap .blog-meta p i{font-size:18px;margin-right:10px;color:#4cb059}.blog-content-wrap{max-width:calc(100% - 15px)}.blog-content-wrap h2{font-size:36px}.blog-content-wrap p{margin:30px 0;text-align:justify}.blog-content-wrap .social-icon i{font-size:18px;color:#fff;margin-right:10px;background:#4cb059;border-color:#4cb059;border-radius:50%;padding:10px}.blog-quote-wrap{background:#2d6db4;padding:40px 50px;display:flex;align-items:start;justify-content:space-around;height:250px;margin-bottom:30px}.blog-quote-wrap .quote-icon i,.process-section.process-two .single-process-item .process-icon i{font-size:45px}.blog-quote-wrap .blog-quote-text p{font-family:Syne,sans-serif;font-size:20px;font-weight:600;color:#061815;margin:0}.blog-quote-wrap h6.blog-author{font-family:Syne,sans-serif;font-size:18px;font-weight:600;position:relative;padding-left:80px;margin-top:30px}.blog-quote-wrap h6.blog-author:before{position:absolute;content:"";top:50%;left:0;width:60px;height:2px;background:#061815;margin-top:-1px}.blog-quote-wrap h6.blog-author span{font-weight:400;font-family:Jost,sans-serif}.blog-tag-wrap span{background:#fff;padding:10px 16px;border-radius:5px;margin-left:15px}.single-comments-wrap{background:#fff;border-radius:10px;padding:35px 25px;margin:35px 0;position:relative}.comments-form-wrap,.recent-post-wrap,.search-bar-wrap{padding:35px;background:#fff}.single-comments-wrap .single-comments-inner .comments-autor-thumb{flex:0 0 130px}.recent-post-thumbs img,.single-comments-wrap .single-comments-inner .comments-autor-thumb img{border-radius:7px}.single-comments-wrap .single-comments-inner .comments-content p.comments-date{font-size:16px;color:#4cb059;font-weight:500;text-decoration:underline;margin:14px 0}.single-comments-wrap a.reply-btn{background:#2d6db4;color:#061815;padding:6px 15px;border-radius:7px;position:absolute;top:35px;right:55px;font-size:16px;font-family:Syne,sans-serif}.comments-form-wrap h3{margin:0 0 30px}.comments-form-wrap .comments-form input,.comments-form-wrap .comments-form textarea{border:none;border-bottom:1px solid #eee;border-radius:0;margin-bottom:30px}.comments-form-wrap .comments-form textarea{height:130px}.blog-sidebar h5{font-size:24px;margin-bottom:25px}.search-bar-wrap{border-radius:10px}.search-bar-wrap input{border:none;background:#fcf2e8;padding:15px;border-radius:0}.search-bar-wrap i{font-size:18px;background:#2d6db4;border:0;padding:15px;color:#fff}.blog-category,.popular-tag-wrap{background:#fff;margin:30px 0;padding:35px;border-radius:10px}.blog-category ul li a{font-size:17px;font-weight:500;color:#061815;margin-bottom:25px}.blog-category ul li i{margin-right:15px}.recent-post-wrap{margin:30px 0;border-radius:10px}.single-recent-post{padding:25px 0;display:flex;align-items:center;border-bottom:1px solid #eee}.recent-post-thumbs{flex:0 0 90px}.recent-post-content a h6{font-size:18px;color:#061815}.popular-tag-wrap span{font-size:16px;font-weight:500;background:#f9f3eb;color:#061815;padding:10px 15px;border-radius:7px;margin:5px}.popular-tag-wrap span:hover{background:#2d6db4;color:#fff;cursor:pointer}.question-wrap{background:#4cb059;padding:35px;border-radius:10px}.question-wrap p{color:#fff;margin-bottom:30px}.question-wrap .contact-info{display:flex;align-items:center;color:#fff;margin:15px 0}.contact-area::before{position:absolute;content:"";top:0;left:0;width:100%;height:210px;background:#fff}.contact-area::after{position:absolute;content:"";bottom:0;left:0;width:100%;height:335px;background:#fff;z-index:-1}.contact-section-content,.contact-section-inner .overlay{z-index:1}.contact-page-inner:after,.contact-page:before{position:absolute;z-index:-1;width:100%;content:""}.contact-section-inner{position:relative;background-image:url(../img/contact_bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;height:420px;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:12px}.contact-section-inner::before{background:#000;opacity:.3}.contact-section-inner h2{font-size:48px;font-weight:600;margin:30px 0}.contact-section-inner h5{font-size:18px;margin-bottom:35px}.contact-section-inner .contact_person{position:absolute;bottom:0;right:50px}.contact-section-inner .contact_person img{width:300px;height:auto}.contact-section.contact-two{margin-top:-50px}.contact-innner{height:100px;border-radius:10px}.text-left h3,.text-right h3{font-size:30px;color:#fff}.contact-icon{background:#2d6db4;margin:0 60px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%}.contact-page:before{bottom:0;left:0;height:500px;background:#fff}.contact-page-inner{padding:60px;border:2px solid;position:relative}.contact-page-inner:after{top:10px;left:10px;height:100%;background:#061815}.footer-area.footer-two,.founder-year-wrap span,.process-bg{background-size:cover;background-position:center;background-repeat:no-repeat}.contact-form-wrapper{max-width:calc(100% - 65px)}.contact-form-wrapper input{border-radius:0;margin-bottom:25px}.contact-form-wrapper textarea{height:175px}.contact-details-wrapper{max-width:calc(100% - 50px)}.contact-details .contact-icon{border-radius:0;margin:0;flex:0 0 60px}.contact-details .single-contact-info{display:flex;margin-bottom:30px}.contact-details .contact-info{padding-left:24px;margin-top:0}.contact-page iframe{width:100%;height:600px;filter:grayscale(1)}.footer-area{position:relative;border-top:1px solid #2d6db4}.footer-widget h5{font-size:26px;margin-bottom:40px}.support-icon i{font-size:50px;color:#498a7c}.support-content p{margin:5px 0}.contact-info p{margin-bottom:5px}.footer-widget ul li{display:block;margin-bottom:20px}.footer-widget ul li a{font-size:17px;font-weight:400;color:#061815}.footer-widget ul li i{font-size:17px;color:#2d6db4;margin-right:10px}.footer-bottom p,.footer-navbar ul li a{color:#061815;font-size:16px;font-weight:600;font-family:Syne,sans-serif}.footer-bottom{height:40px;display:flex;align-items:center;justify-content:center}.footer-bottom p{margin:0}.project-gallery img{width:95px;margin-bottom:5px}.founder-year-wrap span{font-family:Syne,sans-serif;font-size:60px;font-weight:600;line-height:60px;background-color:#061815;background-image:url(../img/trans-bg.jpg);-webkit-text-fill-color:transparent;-webkit-background-clip:text;padding-right:20px;margin:50px 0}.footer-navbar ul li a{margin-right:12px;margin-left:12px}.footer-area.footer-two{background-image:url(../img/footer_bg.jpg);margin-top:-60px}.submit-form input{border:none;background:#092420;height:75px}.submit-form input::placeholder{color:#fff;font-size:16px;font-weight:400}.submit-form input[type=submit]{height:50px;border-radius:10px;position:absolute;right:15px;top:13px}.footer-area .contact-info{margin:0;justify-content:space-around}.contact-info h5{font-size:24px;font-weight:600}.contact-info h5 span{font-size:20px;font-weight:400;margin-right:20px}.footer-menu li a{font-size:16px;font-weight:600;font-family:Syne,sans-serif;color:#fff}.footer-menu li a span{margin:0 20px}.footer-two .footer-bottom{font-size:16px;font-weight:400;font-family:Jost,sans-serif;border-top:1px solid #1f302e}.footer-shape,.instagram-shape{position:absolute;bottom:0;left:0}.process-bg{min-height:675px;max-width:calc(100% - 60px);position:relative;z-index:1}.single-process-inner h5{font-size:24px;font-weight:600;color:#061815;margin:10px 0}.single-process-inner p{font-size:18px;font-weight:400;margin:20px 0;padding-right:50px}.process-content-wrap{max-width:calc(100% - 20px)}.process-section.process-two .single-process-item{background:#2d6db4;display:flex;align-items:center;justify-content:space-around;padding:20px 20px 20px 0;margin-bottom:25px}.process-section.process-two .single-process-item .process-icon{background:#4cb059;color:#fff;padding:20px;width:90px;height:90px;flex:0 0 90px;text-align:center}.process-section.process-two .single-process-item .process-content{padding-left:20px}.process-section.process-two .single-process-item .process-content p{color:#061815;margin:5px 0 0}.single-project-item{position:relative;margin-bottom:60px}.single-project-item .project-thumb .details-link{background:#fff;position:absolute;width:70px;height:70px;bottom:0;right:0;display:flex;align-items:center;justify-content:center}.single-project-item .project-thumb .details-link i{font-size:30px;color:#061815;transform:rotate(-45deg);transition:.3s}.single-project-item:hover .details-link i{color:#4cb059;transform:rotate(0)}.single-project-item .project-content a{font-size:24px;font-weight:600;color:#061815}.single-project-item:hover .project-content a{color:#4cb059;text-decoration:underline}.project-content p{position:relative;padding-left:60px;margin:30px 0 20px}.project-content p::before{position:absolute;content:"";top:50%;left:0;width:45px;height:2px;background:#555;margin-top:-1px}.single-project-info:not(:last-child)::after{position:absolute;content:"";right:-80px;top:5px;width:1px;height:60px;background:#c8c7c0}.pagination-wrap{padding:35px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between;margin-top:60px}.pagination-wrap a{font-family:Syne,sans-serif;font-size:16px;color:#061815;display:flex;align-items:center}.pagination-wrap a i{font-size:25px;margin-right:15px}.clients-area.pb-120{display:flex;align-items:center;justify-content:center}.client-logo-wrap img{border:1px solid #ddd;padding:20px;margin:0 10px}.collaboration-section .section-title p:before{margin:0 auto;right:170px}.instagram-item a{position:relative;z-index:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.instagram-item a:before{position:absolute;content:"Instagram";background:#2d6db4;color:#061815;font-size:14px;font-weight:600;padding:10px;border-radius:25px;width:120px;text-align:center;visibility:hidden;opacity:0;transition:.3s;z-index:3}.consulting-social-link-wrap .consulting-heading h6,.consulting-social-link-wrap .social-link a{font-size:18px;font-weight:500;margin-right:70px;color:#fff}.instagram-item a:after{position:absolute;content:"";top:0;left:0;background:#000;width:100%;height:100%;opacity:.6;z-index:2;visibility:hidden;opacity:0;transition:.2s}.instagram-item a:hover::after{opacity:.6;visibility:visible}.consulting-social-link-wrap{display:flex;align-items:center;height:110px;border-radius:10px;z-index:9;position:relative;padding-left:60px}.breadcrumb-area h2{font-size:60px;font-weight:600;line-height:70px;margin-top:30px}@media only screen and (min-width:992px) and (max-width:1200px){.blog-content-wrap h2{font-size:30px}.blog-quote-wrap{padding:40px 35px}.single-comments-wrap .single-comments-inner .comments-autor-thumb{flex:0 0 140px}.recent-post-content p{margin:0}.contact-section-inner .contact_person{right:0}.text-left h3,.text-right h3{font-size:24px}.project-gallery img{width:75px}.process-bg{max-width:calc(100% - 5px)}.client-logo-wrap img{padding:0;margin:10px 0}.breadcrumb-area h2{font-size:50px;line-height:60px}}@media only screen and (min-width:540px) and (max-width:767px){.blog-search-wrap{margin-top:50px}.breadcrumb-area h2{font-size:45px;line-height:60px}}.breadcrumb-area h3{font-size:30px;font-weight:600;color:#4cb059;margin:30px 0}.bread-bg .bg-tag{position:absolute;bottom:0;left:0;background:#fff;padding:35px}.bread-bg .bg-tag h2{font-size:48px;font-weight:600;margin:0}.choose-us-section .section-title p:before{margin:0 auto;right:130px}.choose-us-section .single-feature-item{background:#fff;padding:25px;transition:.3s}.single-price-item,.single-price-item .single-price-item{padding:45px 35px 0;background:#fff;text-align:center}.choose-us-section .single-feature-item .feature-icon{background:#4cb059;color:#fff;display:inline-block;width:80px;height:80px;display:flex;align-items:center;justify-content:center;flex:0 0 80px;transition:.5s;margin-top:-65px}.st-btn-call,.sticky-buttons{z-index:999998;position:fixed;align-items:center;display:flex;right:20px}.choose-us-section .single-feature-item .feature-title h4{font-size:24px;margin-top:30px}.single-price-item{margin-bottom:30px}.single-price-item p{font-size:18px;margin:30px 0;color:#061815}.single-price-item .price-amount h2,.single-price-item h2{font-size:60px;font-weight:600;margin-bottom:30px}.single-price-item .price-amount h2 span,.single-price-item h2 span{font-size:18px}.single-price-item .price-feature-list{background:#4cb059;padding:50px 75px}@media only screen and (min-width:992px) and (max-width:1200px){.choose-us-section .single-feature-item{padding:20px 20px 60px}.choose-us-section .single-feature-item .feature-title h4{font-size:20px}.single-price-item .price-feature-list{padding:50px}}@media only screen and (min-width:768px) and (max-width:991px){.blog-content-wrap h2{font-size:28px}.single-comments-wrap .single-comments-inner .comments-autor-thumb{flex:0 0 140px}.contact-section-inner{height:320px}.contact-section-inner h2{font-size:40px}.bread-bg .bg-tag,.contact-section-inner .contact_person,.process-section.process-two .process-bg{display:none}.text-left h3,.text-right h3{font-size:18px}.project-gallery img{width:75px}.process-bg{max-width:calc(100% - 0px)}.process-content-wrap{margin-top:60px}.client-logo-wrap img{padding:0;margin:10px 0;width:185px}.breadcrumb-area h2{font-size:45px;line-height:60px}.choose-us-section .single-feature-item{padding:20px;margin-bottom:30px}.choose-us-section .single-feature-item .feature-title h4{font-size:20px}.single-price-item .price-feature-list{padding:50px}}@media (max-width:767px){.blog-search-wrap h2{font-size:30px}.blog-meta-wrap .blog-meta p,.footer-bottom p{font-size:14px}.blog-content-wrap,.contact-form-wrapper,.process-bg{max-width:calc(100% - 0px)}.blog-content-wrap h2{font-size:24px}.blog-content-wrap p{font-size:17px}.blog-quote-wrap{flex-direction:column;padding:30px;height:auto}.blog-quote-wrap .blog-quote-text,.blog-quote-wrap h6.blog-author{padding-left:0}.blog-quote-wrap .blog-quote-text p{margin-top:20px;font-size:17px}.single-comments-wrap .single-comments-inner{flex-direction:column}.single-comments-wrap .single-comments-inner .comments-content{padding-left:0;margin-top:20px}.single-comments-wrap a.reply-btn{right:25px}.recent-post-wrap{padding:30px}.recent-post-content p{margin:0;font-size:16px}.recent-post-content a h6{font-size:16px;line-height:20px}.contact-section-inner h2{font-size:40px}.bread-bg .bg-tag,.consulting-social-link-wrap,.contact-section-inner .contact_person,.footer-shape,.instagram-shape,.single-project-info:not(:last-child)::after{display:none}.contact-innner{flex-direction:column;height:200px;gap:20px;text-align:center;padding:30px}.text-left h3,.text-right h3{font-size:18px}.contact-page-inner{padding:20px}.contact-details-wrapper{max-width:calc(100% - 0px);margin-top:60px}.contact-details .contact-info h5{font-size:15px}.footer-widget h5,.process-section.process-two .single-process-item .process-icon{margin-bottom:20px}.project-gallery img{width:100px;margin:5px}.footer-navbar ul li a{margin-bottom:10px}.footer-area.footer-two{margin-top:0}.footer-area .contact-info,.process-section.process-two .single-process-item,.project-details-inner{flex-direction:column;text-align:center}.process-content-wrap{margin-top:60px}.process-section.process-two .process-bg{min-height:auto}.process-section.process-two .single-process-item .process-content p{margin-top:10px}.project-details h2{margin:30px 0}.client-logo-wrap img{padding:0;margin:10px auto;width:225px}.instagram-item a{margin-bottom:30px}.breadcrumb-area h2{font-size:30px;line-height:35px}.choose-us-section .single-feature-item{padding:20px;margin-bottom:30px}.choose-us-section .single-feature-item .feature-title h4{font-size:20px}.single-price-item .price-feature-list{padding:35px}}.single-price-item .price-feature-list ul li{display:block;text-align:left;color:#fff;font-size:18px;margin-bottom:30px;padding-left:15px}.single-price-item .price-feature-list ul li i{font-size:18px;color:#2d6db4;margin-right:15px}.single-price-item:hover .main-btn.white{background:#2d6db4;color:#fff}.custom-range::-webkit-slider-thumb{background:gray}.custom-range::-moz-range-thumb{background:gray}.custom-range::-ms-thumb{background:gray}-webkit-slider-thumb:active{background-color:red}-webkit-slider-thumb,.custom-range:focus::-moz-range-thumb,.custom-range:focus::-ms-thumb,.custom-range:focus::-webkit-slider-thumb{box-shadow:red}.breadcrumb-area h1{font-size:56px;font-weight:600;line-height:70px;margin-top:30px}.btn-light-blue{background-color:#deeaf7;border-color:#deeaf7;color:#000}.chart-details,.chart-details span{color:#130f31;font-size:17px}.emi-calculator{border-radius:50px;background:#e2f3e5;box-shadow:35px 35px 70px #c0cfc3,-35px -35px 70px #fff;margin-bottom:90px}.calcu{padding:50px}.calcu h5,h6{padding:15px 0}.loan-details{display:flex;padding:10px 0}.chart-details{padding:0 20px}input[type=range]{-webkit-appearance:none;margin:10px 0;width:100%;border:none;padding:15px 0}input[type=range]:focus{outline:0}input[type=range]::-webkit-slider-runnable-track{width:100%;height:4px;cursor:pointer;background:#4cb059;border-radius:10px;box-shadow:inset 0 1px 4px 0 #9f9da1}input[type=range]::-webkit-slider-thumb{box-shadow:2px 2px 5px #b3b3b3,-1px -1px 3px grey;border:4px solid #fff;height:15px;width:15px;border-radius:50%;background:#4cb059;cursor:pointer;margin-top:-4px;-webkit-appearance:none}input[type=range]:focus::-webkit-slider-runnable-track{background:#4cb059}input[type=range]::-moz-range-track{width:100%;height:6px;cursor:pointer;background:#4cb059;border-color:transparent;border-width:16px 0;color:transparent;border-radius:10px}input[type=range]::-moz-range-thumb{box-shadow:2px 2px 5px #b3b3b3,-1px -1px 3px grey;border:3px solid #4cb059;height:20px;width:20px;border-radius:50%;background:#fff;cursor:pointer;margin-top:-6px}input[type=range]::-ms-track{width:100%;height:6px;cursor:pointer;background:#4cb059;border-color:transparent;border-width:16px 0;color:transparent;border-radius:10px}input[type=range]::-ms-fill-lower{background:#4cb059;border-radius:5px}input[type=range]::-ms-fill-upper{background:#fff;border-radius:5px}input[type=range]::-ms-thumb{box-shadow:2px 2px 5px #b3b3b3,-1px -1px 3px grey;border:5px solid #fff;height:20px;width:20px;border-radius:50%;background:#4cb059;cursor:pointer;margin-top:-6px}input[type=range]:focus::-ms-fill-lower{background:#4cb059}input[type=range]:focus::-ms-fill-upper{background:#4cb059}.calci,.calcis{padding:40px;border-radius:10px;background:#ecf3fe;box-shadow:-10px 10px 35px #dee4ef,10px -10px 35px #faffff}.sticky-buttons{top:400px;flex-direction:row}.sticky-buttons li{margin:50px 0}.at-about-fab__meta h2,.at-about-fab__meta p,.st-btn-call__meta h2,.st-btn-call__meta p{margin:0;padding:0}.st-btn-call{padding:10px;flex-direction:row;transform:translateX(100%);transition:.2s}.at-about-fab:before,.st-btn-call:before{content:"";position:absolute;display:block;top:50%;left:-58px;width:58px;height:48px;transform:translateY(-50%)}.at-about-fab:hover,.st-btn-call:hover{transform:translateX(0)}.st-btn-call:hover{background-color:#000}.at-about-fab__thumbnail,.st-btn-call__thumbnail{position:absolute;top:50%;left:-58px;background:#fff;width:48px;height:48px;border:1px solid #eee;border-radius:100%;padding:4px;box-sizing:border-box;transform:translateY(-50%);overflow:hidden;cursor:pointer}.st-btn-call__thumbnail i{translate:50% 50%;font-size:20px}.st-btn-call__meta{transition:.2s}.st-btn-call__meta h2{color:#444;font-size:14px;font-weight:600}.st-btn-call__meta p{color:#000;font-size:12px;font-weight:400}.st-btn-call__meta a{color:#fff;font-weight:400;text-decoration:none}.at-about-fab{z-index:999999;position:fixed;right:20px;padding:20px;display:flex;align-items:center;flex-direction:row;transform:translateX(100%);transition:.2s}.at-about-fab__thumbnail i{translate:50% 50%;font-size:20px}.at-about-fab__meta{transition:.2s}.at-about-fab__meta h2{color:#444;font-size:14px;font-weight:600}.at-about-fab__meta p{color:#ccc;font-size:12px;font-weight:400}.at-about-fab__meta a{color:inherit;font-weight:400;text-decoration:none}.lower-alpha{list-style:lower-alpha}.slick-slide img{margin:auto}.detail p{font-size:15px}video{width:100%;height:350px}.homepage-slider .container-fluid{padding:0!important}.service-wrapper .feature-item-wrap{padding:20px!important;margin-top:20px}.floating-buttons{position:fixed;top:50%;right:20px;z-index:1000}.floating-buttons a{display:block;margin-bottom:10px;text-align:center;text-decoration:none!important;color:#fff!important;background-color:#007bff;height:46px;width:46px;font-size:20px;line-height:46px;border-radius:50%;box-shadow:0 2px 10px rgba(0,0,0,.2);transition:background-color .3s}.floating-buttons a:hover{background-color:#0056b3}.calcu-range{padding:20px 10px}.partner-section .feature-item-wrap{height:420px;padding:40px}.partner-contact{border-radius:50px;background:#e2f3e5;box-shadow:35px 35px 70px #c0cfc3,-35px -35px 70px #fff;margin-bottom:40px}.partner-form{padding:40px}.partner-form input,.partner-form textarea{border:1px solid #000}.service-page-content.accordion.faqs .card{border-bottom:2px solid #2d6db4!important}.calu-title .section-title{margin:60px 0 0}.calu-title .section-title h3{font-size:36px;color:#000}
  position: relative;
  border-top: 1px solid #2d6db4;
}

.footer-widget h5 {
  font-size: 26px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .footer-widget h5 {
    margin-bottom: 20px;
  }
}

.support-info {
  display: flex;
}

.support-icon i {
  font-size: 50px;
  color: #498a7c;
}

.support-content h6 {
  color: #061815;
}

.support-content {
  padding-left: 15px;
}

.support-content p {
  margin: 5px 0;
}

p.company-desc {
  margin: 30px 0;
}

.contact-info p {
  margin-bottom: 5px;
}

.footer-widget ul li {
  display: block;
  margin-bottom: 20px;
}
.footer-widget ul li a {
  font-size: 17px;
  font-weight: 400;
  color: #061815;
}
.footer-widget ul li i {
  font-size: 17px;
  color: #2d6db4;
  margin-right: 10px;
}

.footer-bottom {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-bottom p {
  color: #061815;
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767px) {
  .footer-bottom p {
    font-size: 14px;
  }
}

.project-gallery img {
  width: 95px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-gallery img {
    width: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-gallery img {
    width: 75px;
  }
}
@media (max-width: 767px) {
  .project-gallery img {
    width: 100px;
    margin: 5px;
  }
}

.founder-year-wrap span {
  font-family: "Syne", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  background-color: #061815;
  background-image: url(../img/trans-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  padding-right: 20px;
  margin: 50px 0;
}

.footer-navbar ul li a {
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #061815;
  margin-right: 12px;
  margin-left: 12px;
}
.footer-navbar ul li a:hover {
  color: #4cb059;
}
@media (max-width: 767px) {
  .footer-navbar ul li a {
    margin-bottom: 10px;
  }
}

.footer-navbar {
  margin-bottom: 60px;
}

.footer-area.footer-two {
  background-image: url(../img/footer_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .footer-area.footer-two {
    margin-top: 0;
  }
}

.submit-form {
  position: relative;
}

.submit-form input {
  border: none;
  background: #092420;
  height: 75px;
}

.submit-form input::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.submit-form input[type="submit"] {
  height: 50px;
  border-radius: 10px;
  position: absolute;
  right: 15px;
  top: 13px;
}

.footer-area .contact-info {
  margin: 0;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .footer-area .contact-info {
    flex-direction: column;
    text-align: center;
  }
}

.contact-info h5 {
  font-size: 24px;
  font-weight: 600;
}

.contact-info h5 span {
  font-size: 20px;
  font-weight: normal;
  margin-right: 20px;
}

.footer-menu li {
  color: #fff;
}
.footer-menu li a {
  font-size: 16px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
  color: #fff;
}
.footer-menu li a span {
  margin: 0 20px;
}

.footer-two .footer-bottom {
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  border-top: 1px solid #1f302e;
}

.footer-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .footer-shape {
    display: none;
  }
}

.process-bg {
  min-height: 675px;
  max-width: calc(100% - 60px);
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .process-bg {
    max-width: calc(100% - 5px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-bg {
    max-width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  .process-bg {
    max-width: calc(100% - 0px);
  }
}

.process-tag-title {
  position: absolute;
  bottom: 215px;
  left: -220px;
  transform: rotate(-90deg);
  background: rgb(255, 255, 255);
  width: 500px;
  height: auto;
  padding: 20px;
}
.process-tag-title h4 {
  font-family: Syne, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #061815;
}

.single-process-inner {
  border-top: 1px solid #444;
  position: relative;
  z-index: 1;
}
.single-process-inner:nth-of-type(3) {
  border-bottom: 1px solid #444;
}
.single-process-inner h5 {
  font-size: 24px;
  font-weight: 600;
  color: #061815;
  margin: 10px 0;
}
.single-process-inner p {
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0;
  padding-right: 50px;
}

.process-content-wrap {
  max-width: calc(100% - 20px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-content-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .process-content-wrap {
    margin-top: 60px;
  }
}

.process-section.process-two .process-bg {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-section.process-two .process-bg {
    display: none;
  }
}
@media (max-width: 767px) {
  .process-section.process-two .process-bg {
    min-height: auto;
  }
}
.process-section.process-two .single-process-item {
  background: #2d6db4;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
  padding-left: 0;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .process-section.process-two .single-process-item {
    flex-direction: column;
    text-align: center;
  }
}
.process-section.process-two .single-process-item .process-icon {
  background: #4cb059;
  color: #fff;
  padding: 20px;
  width: 90px;
  height: 90px;
  flex: 0 0 90px;
  text-align: center;
}
@media (max-width: 767px) {
  .process-section.process-two .single-process-item .process-icon {
    margin-bottom: 20px;
  }
}
.process-section.process-two .single-process-item .process-icon i {
  font-size: 45px;
}
.process-section.process-two .single-process-item .process-content {
  padding-left: 20px;
}
.process-section.process-two .single-process-item .process-content p {
  color: #061815;
  margin: 0;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .process-section.process-two .single-process-item .process-content p {
    margin-top: 10px;
  }
}
.process-section.process-two .single-process-item:hover {
  background: #4cb059;
  color: #fff;
}
.process-section.process-two .single-process-item:hover .process-icon {
  background: #2d6db4;
}
.process-section.process-two .single-process-item:hover .process-icon i {
  color: #061815;
}
.process-section.process-two .single-process-item:hover .process-content p {
  color: #fff;
}

.single-project-item {
  position: relative;
  margin-bottom: 60px;
}
.single-project-item .project-thumb {
  position: relative;
}
.single-project-item .project-thumb .details-link {
  background: #fff;
  position: absolute;
  width: 70px;
  height: 70px;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-project-item .project-thumb .details-link i {
  font-size: 30px;
  color: #061815;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.single-project-item:hover .details-link i {
  color: #4cb059;
  transform: rotate(0);
}
.single-project-item .project-content a {
  font-size: 24px;
  font-weight: 600;
  color: #061815;
}
.single-project-item:hover .project-content a {
  color: #4cb059;
  text-decoration: underline;
}

.project-content p {
  position: relative;
  padding-left: 60px;
  margin: 30px 0 20px;
}
.project-content p::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 45px;
  height: 2px;
  background: #555;
  margin-top: -1px;
}

.single-project-item.last-child {
  margin-bottom: 0;
}

.project-details-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .project-details-inner {
    flex-direction: column;
    text-align: center;
  }
}

.single-project-info {
  position: relative;
}
.single-project-info:not(:last-child)::after {
  position: absolute;
  content: "";
  right: -80px;
  top: 5px;
  width: 1px;
  height: 60px;
  background: #c8c7c0;
}
@media (max-width: 767px) {
  .single-project-info:not(:last-child)::after {
    display: none;
  }
}
.single-project-info h4 {
  margin-bottom: 15px;
}

.project-details h2 {
  margin: 60px 0;
}
@media (max-width: 767px) {
  .project-details h2 {
    margin: 30px 0;
  }
}

.pagination-wrap {
  padding: 35px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.pagination-wrap a {
  font-family: "Syne", sans-serif;
  font-size: 16px;
  color: #061815;
  display: flex;
  align-items: center;
}
.pagination-wrap a i {
  font-size: 25px;
  margin-right: 15px;
}

.clients-area.pb-120 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo-wrap {
  text-align: center;
}
.client-logo-wrap img {
  border: 1px solid #ddd;
  padding: 20px;
  margin: 0 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .client-logo-wrap img {
    padding: 0;
    margin: 10px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-logo-wrap img {
    padding: 0;
    margin: 10px 0;
    width: 185px;
  }
}
@media (max-width: 767px) {
  .client-logo-wrap img {
    padding: 0;
    margin: 10px auto;
    width: 225px;
  }
}

.collaboration-section {
  position: relative;
}
.collaboration-section .section-title p:before {
  margin: 0 auto;
  right: 170px;
}

.instagram-item a {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .instagram-item a {
    margin-bottom: 30px;
  }
}
.instagram-item a:before {
  position: absolute;
  content: "Instagram";
  background-position: center;
  background-repeat: no-repeat;
  background: #2d6db4;
  color: #061815;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  border-radius: 25px;
  width: 120px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 3;
}
.instagram-item a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}

.instagram-item a:hover::before {
  opacity: 1;
  visibility: visible;
}

.instagram-item a:hover::after {
  opacity: 0.6;
  visibility: visible;
}

.instagram-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .instagram-shape {
    display: none;
  }
}

.collaboration-section {
  position: relative;
}
.collaboration-section .section-title p:before {
  margin: 0 auto;
  right: 170px;
}

.instagram-item a {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .instagram-item a {
    margin-bottom: 30px;
  }
}
.instagram-item a:before {
  position: absolute;
  content: "Instagram";
  background-position: center;
  background-repeat: no-repeat;
  background: #2d6db4;
  color: #061815;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  border-radius: 25px;
  width: 120px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 3;
}
.instagram-item a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}

.instagram-item a:hover::before {
  opacity: 1;
  visibility: visible;
}

.instagram-item a:hover::after {
  opacity: 0.6;
  visibility: visible;
}

.instagram-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .instagram-shape {
    display: none;
  }
}

.consulting-social-link-wrap {
  display: flex;
  align-items: center;
  height: 110px;
  border-radius: 10px;
  z-index: 9;
  position: relative;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .consulting-social-link-wrap {
    display: none;
  }
}
.consulting-social-link-wrap .consulting-heading h6 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-right: 70px;
}
.consulting-social-link-wrap .social-link a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-right: 70px;
}

.breadcrumb-area .section-title {
  margin-bottom: 0;
}
.breadcrumb-area.services .section-title p:before {
  margin: 0 auto;
  right: 100px;
}
.breadcrumb-area h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .breadcrumb-area h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area h2 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .breadcrumb-area h2 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.breadcrumb-area h3 {
  font-size: 30px;
  font-weight: 600;
  color: #4cb059;
  margin: 30px 0;
}

.bread-bg {
  position: relative;
  z-index: 1;
}
.bread-bg .bg-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bread-bg .bg-tag {
    display: none;
  }
}
@media (max-width: 767px) {
  .bread-bg .bg-tag {
    display: none;
  }
}
.bread-bg .bg-tag h2 {
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}

.choose-us-section .section-title p:before {
  margin: 0 auto;
  right: 130px;
}
.choose-us-section .single-feature-item {
  background: #fff;
  padding: 25px;
  transition: 0.3s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .choose-us-section .single-feature-item {
    padding: 20px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-us-section .single-feature-item {
    padding: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .choose-us-section .single-feature-item {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.choose-us-section .single-feature-item .feature-icon {
  background: #4cb059;
  color: #fff;
  display: inline-block;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 80px;
  transition: 0.5s;
  margin-top: -65px;
}
.choose-us-section .single-feature-item .feature-icon i:before {
  font-size: 45px;
  margin: 0;
}
.choose-us-section .single-feature-item .feature-title h4 {
  font-size: 24px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .choose-us-section .single-feature-item .feature-title h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-us-section .single-feature-item .feature-title h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .choose-us-section .single-feature-item .feature-title h4 {
    font-size: 20px;
  }
}
.choose-us-section .single-feature-item p {
  color: #fff;
  margin-top: 30px;
}
.choose-us-section .single-feature-item:hover .feature-icon {
  background: #2d6db4;
}
.choose-us-section .single-feature-item:hover .feature-icon i {
  color: #fff;
}

.pricing-section .section-title p:before {
  margin: 0 auto;
  right: 150px;
}

.single-price-item {
  background: #fff;
  padding: 45px 35px 0;
  text-align: center;
  margin-bottom: 30px;
}
.single-price-item h4 {
  font-size: 30px;
}
.single-price-item p {
  font-size: 18px;
  margin: 30px 0;
  color: #061815;
}
.single-price-item h2 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 30px;
}
.single-price-item h2 span {
  font-size: 18px;
}
.single-price-item .single-price-item {
  background: #fff;
  padding: 45px 35px 0;
  text-align: center;
}
.single-price-item .single-price-item h4 {
  font-size: 30px;
}
.single-price-item .single-price-item p {
  font-size: 18px;
  margin: 30px 0;
}
.single-price-item .price-amount h2 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 30px;
}
.single-price-item .price-amount h2 span {
  font-size: 18px;
}
.single-price-item .price-feature-list {
  background: #4cb059;
  padding: 50px 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-price-item .price-feature-list {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-price-item .price-feature-list {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .single-price-item .price-feature-list {
    padding: 35px;
  }
}
.single-price-item .price-feature-list ul li {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  padding-left: 15px;
}
.single-price-item .price-feature-list ul li i {
  font-size: 18px;
  color: #2d6db4;
  margin-right: 15px;
}
.single-price-item:hover {
  background: #2d6db4;
}
.single-price-item:hover .main-btn.white {
  background: #2d6db4;
  color: #fff;
}

.custom-range::-webkit-slider-thumb {
  background: gray;
}

.custom-range::-moz-range-thumb {
  background: gray;
}

.custom-range::-ms-thumb {
  background: gray;
}

-webkit-slider-thumb:active {
  background-color: red;
}
-webkit-slider-thumb,
.custom-range:focus::-webkit-slider-thumb,
.custom-range:focus::-moz-range-thumb,
.custom-range:focus::-ms-thumb {
  box-shadow: red;
}

.breadcrumb-area h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 70px;
  margin-top: 30px;
}

.btn-light-blue {
  background-color: #deeaf7;
  border-color: #deeaf7;
  color: #000;
}

.emi-calculator {
  border-radius: 50px;
  background: #e2f3e5;
  box-shadow: 35px 35px 70px #c0cfc3, -35px -35px 70px #ffffff;
  margin-bottom: 90px;
}

.calcu {
  padding: 50px;
}

.calcu h5,
h6 {
  padding: 15px 0;
}

.loan-details {
  display: flex;
  padding: 10px 0px;
}

.chart-details {
  padding: 0px 20px;
  color: #130f31;
  font-size: 17px;
}

.chart-details span{
  color: #130f31;
  font-size: 17px;
}

.chart-details p{
  color: #2d6db4;
}

/*----- Styling the sliders ----*/
input[type="range"] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  border: none;
  padding: 15px 0px;
}

input[type="range"]:focus {
  outline: none;
  
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #4cb059;
  border-radius: 10px;
  box-shadow: inset 0 1px 4px 0 #9f9da1;
}

input[type="range"]::-webkit-slider-thumb {
  box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
  border: 4px solid #ffffff;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #4cb059;
  cursor: pointer;
  margin-top: -4px;
  -webkit-appearance: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #4cb059;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #4cb059;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  border-radius: 10px;
}

input[type="range"]::-moz-range-thumb {
  box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
  border: 3px solid #4cb059;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  margin-top: -6px;
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #4cb059;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  border-radius: 10px;
}

input[type="range"]::-ms-fill-lower {
  background: #4cb059;
  border-radius: 5px;
}

input[type="range"]::-ms-fill-upper {
  background: #ffffff;
  border-radius: 5px;
}

input[type="range"]::-ms-thumb {
  box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
  border: 5px solid #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #4cb059;
  cursor: pointer;
  margin-top: -6px;
}

input[type="range"]:focus::-ms-fill-lower {
  background: #4cb059;
}

input[type="range"]:focus::-ms-fill-upper {
  background: #4cb059;
}

.calcis, .calci{
  padding: 40px;
  border-radius: 10px;
background: #ecf3fe;
box-shadow:  -10px 10px 35px #dee4ef,
             10px -10px 35px #faffff;
}

.sticky-buttons {
  z-index: 999998;
  position: fixed;
  right: 20px;
  top: 400px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.sticky-buttons li{
margin: 50px 0px;
}

.st-btn-call {
  z-index: 999998;
  position: fixed;
  right: 20px;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
  transform: translateX(100%);
  transition: 0.2s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.st-btn-call:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -58px;
  width: 58px;
  height: 48px;
  transform: translateY(-50%);
}
.st-btn-call:hover {
  transform: translateX(0%);
  background-color: #000;
}
.st-btn-call:hover .st-btn-call__meta {
  opacity: 1;
}
.st-btn-call__thumbnail {
  position: absolute;
  top: 50%;
  left: -58px;
  background: #ffffff;
  width: 48px;
  height: 48px;
  border: 1px solid #eeeeee;
  border-radius: 100%;
  padding: 4px;
  box-sizing: border-box;
  transform: translateY(-50%);
  overflow: hidden;
  cursor: pointer;
}
.st-btn-call__thumbnail i {
  translate: 50% 50%;
  font-size: 20px;
}
.st-btn-call__meta {
  font-family: "Open Sans", sans-serif;
  opacity: 0;
  transition: 0.2s ease;
}
.st-btn-call__meta h2,
.st-btn-call__meta p {
  margin: 0;
  padding: 0;
}
.st-btn-call__meta h2 {
  color: #444444;
  font-size: 14px;
  font-weight: 600;
}
.st-btn-call__meta p {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.st-btn-call__meta a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.at-about-fab {
  z-index: 999999;
  position: fixed;
  right: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  transform: translateX(100%);
  transition: 0.2s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.at-about-fab:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -58px;
  width: 58px;
  height: 48px;
  transform: translateY(-50%);
}
.at-about-fab:hover {
  transform: translateX(0%);
}
.at-about-fab:hover .at-about-fab__meta {
  opacity: 1;
}
.at-about-fab__thumbnail {
  position: absolute;
  top: 50%;
  left: -58px;
  background: #ffffff;
  width: 48px;
  height: 48px;
  border: 1px solid #eeeeee;
  border-radius: 100%;
  padding: 4px;
  box-sizing: border-box;
  transform: translateY(-50%);
  overflow: hidden;
  cursor: pointer;
}
.at-about-fab__thumbnail i {
  translate: 50% 50%;
  font-size: 20px;
}
.at-about-fab__meta {
  font-family: "Open Sans", sans-serif;
  opacity: 0;
  transition: 0.2s ease;
}
.at-about-fab__meta h2,
.at-about-fab__meta p {
  margin: 0;
  padding: 0;
}
.at-about-fab__meta h2 {
  color: #444444;
  font-size: 14px;
  font-weight: 600;
}
.at-about-fab__meta p {
  color: #cccccc;
  font-size: 12px;
  font-weight: 400;
}
.at-about-fab__meta a {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}

.lower-alpha {
  list-style: lower-alpha;
}

.slick-slide img {
  margin: auto;
}

.detail span{
  font-size: 20px;
}

.detail p{
  font-size: 15px;
}

video{
  width: 100%;
  height: 350px;
}

.homepage-slider .container-fluid{
padding: 0!important;
}


.service-wrapper .feature-item-wrap{
  padding: 20px!important;
  margin-top: 20px;
}


.floating-buttons {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 1000;
}

.floating-buttons a {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none!important;
  color: #fff!important;
  background-color: #007bff;
  height: 46px;
  width: 46px;
  font-size: 20px;
  line-height: 46px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.floating-buttons a:hover {
  background-color: #0056b3;
}

.calcu-range{
  padding: 20px 10px;
}

.footer-bottom p #anvis{
  color:#fff!important;
}  

.partner-section .about-feature-list {
  color: #fff;
}

.partner-section .feature-item-wrap i {
  color: #2d6db4;
}

.partner-section .feature-item-wrap:hover i{
  color: #4cb059;
}

.partner-section .feature-item-wrap{
  height: 420px;
  padding: 40px;
}

.partner-contact {
  border-radius: 50px;
    background: #e2f3e5;
    box-shadow: 35px 35px 70px #c0cfc3, -35px -35px 70px #ffffff;
    margin-bottom: 40px;
}

.partner-form{
  padding: 40px;
}

.partner-form input, .partner-form textarea{
  border: 1px solid #000;
}

.service-page-content.accordion.faqs .card {
  border-bottom: 2px solid #2d6db4 !important;
}

.calu-title .section-title{
    margin:60px 0px 0px;
}

.calu-title .section-title h3{
    font-size:36px;
    color:#000;
}


.hero-h3{
        font-size: 36px;
}

.section-title .who-we-are {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    color: #061815;
}


.section-title .partner-title {
    color: #4cb059;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    border: 1px solid #4cb059;
    border-radius: 25px;
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 20px;
}
/*-------------------------------------*/

/*








 */
