/*
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&amp;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&amp;display=swap");

/*--
    - Common CSS 
-----------------------------------------*/

html,
body {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

body {
    font-family: "Jost", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    background: #FAF3EB;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: "Syne", sans-serif;
    font-weight: 600;
    margin: 0;
}

h1 {
    font-size: 90px;
    line-height: 120px;
    color: #14716e;
}

@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: 24px;
}

@media (max-width: 767px) {
    h2 {
        font-size: 40px;
    }
}

h3 {
    font-size: 36px;
    color: #70aa43;
}

@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: 120px 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;
}

.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: 60px;
        line-height: 75px;
    }
}

.section-title h2 {
    font-size: 28px;
    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: #056251;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    border: 1px solid #056251;
    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: #ffb966;
    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: #ffb966;
}

.section-title h6 span {
    color: #F85353;
    font-size: 20px;
    letter-spacing: 2px;
    margin-left: 5px;
}

.section-title p {
    color: #056251;
    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: #056250;
    margin-top: -1px;
}


/*Button Style */

.main-btn,
.main-btn.white {
    display: inline-block;
    background: #FFB966;
    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: #056251;
    color: #fff !important;
    border-color: #056251;
}

.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;
}

textarea {
    height: 250px;
}

input[type=submit],
button[type=submit] {
    border: none;
    border-radius: 0;
    display: inline-block;
    background: #FFB966 !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: #056251;
    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;
}

.active1 {
    color: #70aa43 !important;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}


/* Bacground Color & Overlay CSS 
============== */

.light-bg-1 {
    background: #FCF2E8;
}

.light-bg-2 {
    background: #FAF3EB;
}

.white-bg {
    background: #fff;
}

.dark-bg {
    background: #14716e;
}

.gray-bg {
    background: #F9F9F9;
}

.gray-bg-2 {
    background: #F5F5F5;
}

.green-bg {
    background: #70aa43;
}

.dark-green-bg {
    background: #6fa943;
}

.yellow-bg {
    background: #FFB966;
}

.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: #FFB966;
    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: #FAF3EB;
    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: #FAF3EB;
}

.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 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: #056251;
    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: #FFB966;
    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: #056251;
    border-color: #056251;
}

.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: #056251;
    border-color: #056251;
}

.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: #FFB966;
}

.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 #FFB966;
    border-radius: 50%;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #FFB966;
}

.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 #FFB966 !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: #056251 !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: #14716e;
}

.contact-info {
    margin-top: 6px;
}

.contact-info a {
    display: inline-block;
    background: #14716e;
    padding: 6px 24px;
    border-radius: 10px;
    color: #FFF;
}

@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 #14716e;
    border-radius: 50%;
    padding: 10px;
}

.social-icon i:hover {
    background: #14716e;
    border-color: #14716e;
    color: #FFF;
}

.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;
}

@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: inherit;
}

.main-menu li.nav-item:hover>a {
    color: #056251;
}


/*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: #056251;
    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: #056251;
    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: #056250;
}

.header-right a:hover {
    color: #056250;
}

.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: #FFB966;
    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: #FFB966;
}

.header-contact-info p {
    margin: 0;
}

.header-area.header-two {
    width: 100%;
    background: #fff;
}

.hero-area {
    position: relative;
}

.hero-area-content {
    margin-top: 115px;
    margin-bottom: 120px;
    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;
}

.hero-area-content h3::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffb966;
}

.hero-area-content h3::after {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffb966;
}

.hero-area-content p {
    padding-left: 465px;
    margin-top: -95px;
    padding-right: 300px;
    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: #056251;
    text-decoration: underline;
    text-decoration-thickness: from-font;
}

.slider-bg {
    min-height: 650px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .slider-bg {
        min-height: 500px;
    }
}

.client-area {
    width: 560px;
    height: 250px;
    background: #FAF3EB;
    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: #FFB966;
    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: #FFB966;
}

.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: #FFB966;
}

.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: #056251;
}

@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: #056251;
}

.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: #14716e;
    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: #FFB966;
    -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: #70aa43;
    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: #FFB966;
    border-radius: 50%;
    z-index: -1;
}

.feature-item-wrap:hover .feature-icon {
    background: #FFB966;
}

.feature-item-wrap:hover .feature-icon::after {
    background: #056251;
}

.feature-item-wrap:hover .feature-icon i:before {
    color: #061815;
}

.single-feature-item {
    background: #056251;
    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: #FFB966;
    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: #FFB966;
}

.single-feature-item:hover .feature-icon {
    background: #056251;
}

.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: 30px;
    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: 18px;
    font-weight: 400;
    margin: 26px 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: #70aa43;
    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: #FFB966;
}

.single-service-inner:hover .details-link {
    background: #056251;
}

.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: #056251;
}

.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: 30px;
}

@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: #ffb966;
    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: #ffb966;
}

@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: 685px;
    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: #056251;
}

@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: 690px;
    margin-top: -60px;
    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: #056251;
}

.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: #FFB966;
    color: #FFB966;
}


/*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 #ffb966;
    padding: 30px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    top: 135px;
    margin-left: -60px;
    margin-top: -50px;
    background: #ffb966;
    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: #FFB966;
}

.cta-three .section-title p:before {
    background: #FFB966;
}

.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: #FFB966;
}

.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: #056251;
}

.testimonal-review-wrap {
    display: inline-block;
    padding: 0 0 0 15px;
    background: #056251;
    color: #fff;
    margin-top: 10px;
}

.testimonal-review-wrap i {
    font-size: 20px;
    margin-right: 5px;
}

.testimonal-review-wrap span {
    background: #FFB966;
    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: #FFB966;
}

.testimonial-section .section-title p:before {
    margin: 0 auto;
    right: 100px;
    background: #FFB966;
}

.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: #056251;
}

.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: #FFB966;
}

.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: #FFB966;
}

.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: #FFB966;
    color: #FFB966;
}

.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;
}

.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: #FFB966;
}

.faq-section .section-title p:before {
    background: #FFB966;
}

.faq-two .accordion {
    background: transparent !important;
}

.faq-two .card {
    background: transparent;
    border: 1px solid #feb865 !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: #FFB966;
}

.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: #FFB966;
    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: 38px;
}

@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: #FFB966;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    color: #061815;
}

.contact-form-inner input[type=submit]:hover {
    background: #056251;
    color: #fff;
}

#faq-page .section-title p {
    color: #056251;
}

#faq-page .section-title p:before {
    background: #056251;
}

.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: #056251;
    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: #FFB966;
    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: #056251;
}

@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: #FFB966;
    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: #056251;
}

.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: #056251;
    border-color: #056251;
    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: #FFB966;
    border-color: #FFB966;
    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: #056251;
}

.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: #056251;
    border-color: #056251;
    border-radius: 50%;
    padding: 10px;
}

.blog-content-wrap .social-icon i:hover {
    background: #FFB966;
    border-color: #FFB966;
    color: #061815;
}

.blog-feature-img img {
    border-radius: 10px;
}

.blog-quote-wrap {
    background: #FFB966;
    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: #056251;
    font-weight: 500;
    text-decoration: underline;
    margin: 14px 0;
}

.single-comments-wrap a.reply-btn {
    background: #FFB966;
    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: #056251;
    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: #FFB966;
    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: #FFB966;
}

.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: #FFB966;
}

@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: #056251;
}

.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: #FFB966;
    color: #fff;
    cursor: pointer;
}

.question-wrap {
    background: #056251;
    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: #FCF2E8;
    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;
}

@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: #FFB966;
    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 {
    position: relative;
}

.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: #FFB966;
    margin-right: 10px;
}

.footer-bottom {
    height: 60px;
    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: #056251;
}

@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;
    background: #14716e;
    ;
}

@media (max-width: 767px) {
    .footer-area.footer-two {
        margin-top: 0;
    }
}

.submit-form {
    position: relative;
}

.submit-form input {
    border: none;
    background: #70aa43;
    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 #feb865;
}

.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: #FFB966;
    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: #056251;
    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: #056251;
    color: #fff;
}

.process-section.process-two .single-process-item:hover .process-icon {
    background: #FFB966;
}

.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: #056251;
    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: #056251;
    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: #FFB966;
    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: "Tax Advisor";
    background-position: center;
    background-repeat: no-repeat;
    background: #FFB966;
    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: #056251;
    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: #056251;
    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: #FFB966;
}

.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: #056251;
    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: #FFB966;
    margin-right: 15px;
}

.single-price-item:hover {
    background: #FFB966;
}

.single-price-item:hover .main-btn.white {
    background: #FFB966;
    color: #fff;
}


/*








 */