/*----------------------------------------------------
	Template Name: Safee 
    Template URI: https://www.webtend.biz
    Description: Cleaning Service HTML Template
    Author: WebTend
    Author URI: https://themeforest.net/user/webtend
    Version: 1.0
---------------------------------------------------- */
/*=====================================================================


@Default Styles

Table of Content:
01/ Variables
02/ Global
03/ Header
04/ Booking 
05/ Tile Gallery
06/ Counter Boxes
07/ Room 
08/ Service
09/ Call TO Action
10/ Gallery
11/ Feature
12/ Feedback
13/ Contact
14/ Product
15/ Latest Post
16/ BreadCrumb
17/ Staff
18/ Resturent
19/ Reservation
20/ Blog
21/ Blog and Room Details
22/ About page
23/ Sidebar
24/ Footer

=====================================================================*/
@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,500,700|Poppins:400,500,500i,600i,700,700i|Rubik&display=swap");
body {
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #686868;
    overflow-x: hidden;
    background: #ebf5ff url(../media/back.png) repeat-x;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%;
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus {
    text-decoration: none;
    outline: none
}

a:focus,
a:hover {
    text-decoration: none
}

i,
span,
a {
    display: inline-block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 0px
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    color: #0a1026
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0px;
    font-family: "Heebo", sans-serif
}

a {
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

a,
a:hover {
    color: #279e64
}

.bg-cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #003366;
    z-index: 99999
}

#preloader>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%
}

#preloader>div div {
    height: 40px;
    width: 40px;
    background-color: #fff;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out
}

@-webkit-keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.main-btn {
    display: inline-block;
    padding: 0 45px;
    line-height: 65px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    background-color: #ffc600;
    color: #111111;
    border-radius: 32px;
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    border: none
}

.main-btn i {
    margin-left: 10px
}

.main-btn:hover {
    background-color: #fff;
    color: #111111
}

.main-btn.main-btn-2 {
    background-color: #fff
}

.main-btn.main-btn-2:hover {
    background-color: #ffc600
}

.main-btn.main-btn-3:hover {
    background-color: #279e64;
    color: #fff
}

.section-title h2 {
    font-size: 50px;
    line-height: 1;
    padding: 30px 0;
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title h2 {
        font-size: 40px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h2 {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 26px
    }
}

.section-title h2 span {
    font-size: 220px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    line-height: 0.7;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #0a1026;
    opacity: 0.13
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title h2 span {
        font-size: 180px;
        line-height: 0.8
    }
}

@media (max-width: 767px) {
    .section-title h2 span {
        font-size: 120px;
        line-height: 1
    }
}

.section-title p.title-tag {
    font-size: 18px;
    font-weight: 700;
    color: #279e64
}

@media (max-width: 767px) {
    .section-title p.title-tag {
        font-size: 16px
    }
}

@media (max-width: 399px) {
    .section-title p.title-tag {
        font-size: 15px
    }
}

.section-title.left-border p.title-tag {
    position: relative;
    padding-left: 70px
}

.section-title.left-border p.title-tag::before {
    position: absolute;
    left: 0;
    top: 55%;
    width: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #279e64;
    height: 3px;
    content: ''
}

.section-title.both-border p.title-tag {
    position: relative;
    padding: 0 70px;
    display: inline-block
}

@media (max-width: 399px) {
    .section-title.both-border p.title-tag {
        padding: 0px 50px
    }
}

.section-title.both-border p.title-tag::before,
.section-title.both-border p.title-tag::after {
    position: absolute;
    left: 0;
    top: 55%;
    width: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #279e64;
    height: 3px;
    content: ''
}

@media (max-width: 399px) {
    .section-title.both-border p.title-tag::before,
    .section-title.both-border p.title-tag::after {
        width: 40px
    }
}

.section-title.both-border p.title-tag::after {
    left: auto;
    right: 0
}

.section-title.text-center h2 span {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

body.version-two {
    padding-left: 70px;
    padding-right: 70px
}

body.version-two .blog-nag-margin {
    margin-left: -70px;
    margin-right: -70px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    body.version-two .blog-nag-margin {
        margin-left: -30px;
        margin-right: -30px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    body.version-two .blog-nag-margin {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body.version-two .blog-nag-margin {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (max-width: 767px) {
    body.version-two .blog-nag-margin {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (max-width: 399px) {
    body.version-two .blog-nag-margin {
        margin-left: -5px;
        margin-right: -5px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    body.version-two,
    body.version-two .container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    body.version-two {
        padding-left: 15px;
        padding-right: 15px
    }
    body.version-two .container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body.version-two {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 767px) {
    body.version-two {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 399px) {
    body.version-two {
        padding-left: 5px;
        padding-right: 5px
    }
}

@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@-webkit-keyframes ripple-white {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

@keyframes ripple-white {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@-webkit-keyframes sticky {
    0% {
        top: -200px
    }
    100% {
        top: 0
    }
}

@keyframes sticky {
    0% {
        top: -200px
    }
    100% {
        top: 0
    }
}

.header-area .welome-text {
    text-align: center;
    background-color: #13277d;
    font-size: 15px;
    height: 60px;
    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
}

@media (max-width: 767px) {
    .header-area .welome-text {
        height: auto;
        padding: 15px 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .welome-text {
        padding: 20px 0
    }
}

@media (max-width: 399px) {
    .header-area .welome-text {
        padding: 20px 10px
    }
}

.header-area .welome-text p {
    color: #fff
}

@media (max-width: 399px) {
    .header-area .welome-text p {
        font-size: 14px
    }
}

.header-area .header-nav {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    z-index: 99;
    background: transparent
}

@media (max-width: 399px) {
    .header-area .header-nav {
        top: 70px
    }
}

.header-area .header-nav .navigation .navbar {
    position: relative;
    padding: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar {
        padding-right: 70px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-nav .navigation .navbar {
        padding-right: 70px
    }
}

.header-area .header-nav .navigation .navbar .navbar-brand {
    font-size: 30px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #fff
}

.header-area .header-nav .navigation .navbar .navbar-brand.logo-mt-neg {
    position: relative;
    margin-top: -30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-brand.logo-mt-neg {
        margin-top: -20px
    }
    .header-area .header-nav .navigation .navbar .navbar-brand.logo-mt-neg img {
        max-width: 130px
    }
}

@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-brand.logo-mt-neg {
        margin-top: -10px
    }
    .header-area .header-nav .navigation .navbar .navbar-brand.logo-mt-neg img {
        max-width: 120px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-brand.logo-mt-neg {
        margin-top: -8px
    }
}

@media (max-width: 399px) {
    .header-area .header-nav .navigation .navbar .navbar-brand.logo-mt-neg {
        margin-top: 0
    }
    .header-area .header-nav .navigation .navbar .navbar-brand.logo-mt-neg img {
        max-width: 100px
    }
}

.header-area .header-nav .navigation .navbar .navbar-brand.sticky-logo {
    display: none
}

.header-area .header-nav .navigation .navbar .navbar-nav .nav-item {
    position: relative
}

.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    margin: 0 10px;
    padding: 0 10px;
    line-height: 65px;
    position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link {
        margin: 0 5px;
        padding: 0 8px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link {
        margin: 0;
        padding: 0 30px;
        font-size: 16px;
        line-height: 50px;
        border-top: 1px solid rgba(255, 255, 255, 0.5)
    }
}

@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link {
        margin: 0;
        padding: 0 30px;
        font-size: 16px;
        line-height: 50px;
        border-top: 1px solid rgba(255, 255, 255, 0.5)
    }
}

.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link i {
    margin-left: 5px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link i {
        display: none
    }
}

@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link i {
        display: none
    }
}

.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link .sub-nav-toggler {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: transparent;
    color: #fff;
    border: none;
    width: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.5)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link .sub-nav-toggler {
        display: block
    }
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link .sub-nav-toggler i {
        display: block;
        -webkit-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link .sub-nav-toggler i.fa-minus {
        display: none
    }
}

@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link .sub-nav-toggler {
        display: block
    }
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link .sub-nav-toggler i {
        display: block;
        -webkit-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link .sub-nav-toggler i.fa-minus {
        display: none
    }
}

.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link .sub-nav-toggler.clicked i.fa-minus {
    display: block
}

.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link .sub-nav-toggler.clicked i.fa-plus {
    display: none
}

.header-area .header-nav .navigation .navbar .navbar-nav .nav-item:first-child .nav-link {
    margin-left: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item:first-child .nav-link {
        border-top: none
    }
}

@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item:first-child .nav-link {
        border-top: none
    }
}

.header-area .header-nav .navigation .navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0
}

.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: absolute;
    left: 0;
    top: 120%;
    width: 200px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 99;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16)
}

.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li {
    position: relative
}

.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a {
    display: block;
    padding: 8px 18px;
    position: relative;
    color: #7e7e7e;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 0;
    margin: 0 0;
    line-height: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a {
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        padding: 0 50px;
        line-height: 50px;
        color: #fff;
        opacity: 0.75
    }
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a:hover {
        background-color: transparent !important
    }
}

@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a {
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        padding: 0 50px;
        line-height: 50px;
        color: #fff;
        opacity: 0.75
    }
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a:hover {
        background-color: transparent !important
    }
}

.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a:hover {
    background-color: #279e64;
    color: #fff !important
}

.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
    font-size: 14px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
        display: none
    }
}

@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
        display: none
    }
}

.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a .sub-nav-toggler {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: transparent;
    color: #fff;
    border: none;
    width: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.5)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a .sub-nav-toggler {
        display: block
    }
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a .sub-nav-toggler i {
        display: block;
        position: unset;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a .sub-nav-toggler i.fa-minus {
        display: none
    }
}

@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a .sub-nav-toggler {
        display: block
    }
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a .sub-nav-toggler i {
        display: block;
        position: unset;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a .sub-nav-toggler i.fa-minus {
        display: none
    }
}

.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a .sub-nav-toggler.clicked i.fa-minus {
    display: block
}

.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a .sub-nav-toggler.clicked i.fa-plus {
    display: none
}

.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
    position: absolute;
    left: 100%;
    top: 100%;
    opacity: 0;
    visibility: hidden
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
        position: unset;
        left: 0;
        top: 0;
        width: 100%;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
        z-index: 99;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: 0;
        transition: 0
    }
}

@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
        position: unset;
        left: 0;
        top: 0;
        width: 100%;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
        z-index: 99;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: 0;
        transition: 0
    }
}

.header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0;
        transition: 0;
        z-index: 99;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: none
    }
}

@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0;
        transition: 0;
        z-index: 99;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: none
    }
}

.header-area .header-nav .navigation .navbar .navbar-nav .nav-item:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.header-area .header-nav .navigation .navbar .navbar-toggler {
    border: 0;
    position: absolute;
    right: 0
}

.header-area .header-nav .navigation .navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.header-area .header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px
}

.header-area .header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0
}

.header-area .header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #13277d;
        z-index: 8;
        padding: 0;
        -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15)
    }
}

@media (max-width: 767px) {
    .header-area .header-nav .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #13277d;
        z-index: 8;
        padding: 0;
        -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15)
    }
}

.header-area .header-nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #13277d;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    z-index: 999;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav.sticky .navigation .navbar {
        padding: 10px 70px 10px 0
    }
}

@media (max-width: 767px) {
    .header-area .header-nav.sticky .navigation .navbar {
        padding: 10px 70px 10px 0
    }
}

.header-area .header-nav.sticky .navigation .navbar .navbar-brand.main-logo {
    display: none
}

.header-area .header-nav.sticky .navigation .navbar .navbar-brand.sticky-logo {
    display: block
}

.header-area .header-nav.sticky .navigation .navbar .navbar-nav .nav-item .nav-link {
    line-height: 90px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-nav.sticky .navigation .navbar .navbar-nav .nav-item .nav-link {
        line-height: 50px
    }
}

@media (max-width: 767px) {
    .header-area .header-nav.sticky .navigation .navbar .navbar-nav .nav-item .nav-link {
        line-height: 50px
    }
}

.header-area.header-two .header-nav {
    position: unset;
    background-color: #fff
}

.header-area.header-two .header-nav .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.header-area.header-two .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link {
    color: #0a1026;
    line-height: 125px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-two .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link {
        color: #fff;
        line-height: 50px
    }
}

@media (max-width: 767px) {
    .header-area.header-two .header-nav .navigation .navbar .navbar-nav .nav-item .nav-link {
        color: #fff;
        line-height: 50px
    }
}

.header-area.header-two .header-nav .navigation .navbar .navbar-nav .nav-item.active .nav-link {
    color: #279e64
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-two .header-nav .navigation .navbar .navbar-nav .nav-item.active .nav-link {
        color: #fff
    }
}

@media (max-width: 767px) {
    .header-area.header-two .header-nav .navigation .navbar .navbar-nav .nav-item.active .nav-link {
        color: #fff
    }
}

.header-area.header-two .header-nav .navigation .navbar .navbar-toggler .toggler-icon {
    background-color: #13277d
}

.header-area.header-two .header-nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    z-index: 999;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
    padding: 0 70px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area.header-two .header-nav.sticky {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area.header-two .header-nav.sticky {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-two .header-nav.sticky {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 767px) {
    .header-area.header-two .header-nav.sticky {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 399px) {
    .header-area.header-two .header-nav.sticky {
        padding-left: 5px;
        padding-right: 5px
    }
}

.header-area.header-two .header-nav.sticky .navigation .navbar .navbar-nav .nav-item .nav-link {
    line-height: 90px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-two .header-nav.sticky .navigation .navbar .navbar-nav .nav-item .nav-link {
        line-height: 50px
    }
}

@media (max-width: 767px) {
    .header-area.header-two .header-nav.sticky .navigation .navbar .navbar-nav .nav-item .nav-link {
        line-height: 50px
    }
}

.header-area.header-two .header-top {
    padding: 25px 0
}

@media (min-width: 1400px) {
    .header-area.header-two .header-top .col-auto.d-none {
        display: block !important
    }
}

.header-area.header-two .header-top .language-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-area.header-two .header-top .language-box .falg img {
    border-radius: 50%;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(39, 158, 100, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(39, 158, 100, 0.2);
    height: 50px;
    width: 50px
}

.header-area.header-two .header-top .language-box .language-select .nice-select {
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: #686868
}

.header-area.header-two .header-top .contact-info ul li {
    display: inline-block;
    padding-left: 55px;
    position: relative;
    margin: 0px 25px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area.header-two .header-top .contact-info ul li {
        margin: 0 5px;
        padding-left: 45px
    }
}

.header-area.header-two .header-top .contact-info ul li .icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 35px;
    color: #279e64
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area.header-two .header-top .contact-info ul li .icon {
        font-size: 25px
    }
}

.header-area.header-two .header-top .contact-info ul li .info-top {
    font-size: 14px;
    padding-bottom: 10px
}

.header-area.header-two .header-top .contact-info ul li h6 {
    font-size: 18px;
    font-weight: 600
}

.header-area.header-two .header-top .social-icon ul {
    text-align: right
}

.header-area.header-two .header-top .social-icon ul li {
    display: inline-block
}

.header-area.header-two .header-top .social-icon ul li a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #dde4fb;
    text-align: center;
    font-size: 18px;
    color: #717fb2;
    border-radius: 50%
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area.header-two .header-top .social-icon ul li a {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 15px
    }
}

.hero-section .single-hero-slide {
    position: relative;
    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;
    height: 600px;
    background-color: #ffffff;
    z-index: 1;
    background-size: cover;
    background-position: center
}

@media (max-width: 767px) {
    .hero-section .single-hero-slide {
        height: 700px
    }
}

@media (max-width: 399px) {
    .hero-section .single-hero-slide {
        height: 600px
    }
}

.hero-section .single-hero-slide::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
   
}

.hero-section .single-hero-slide .hero-content {
    color: #fff
}

.hero-section .single-hero-slide .hero-content .promo-text {
    font-size: 20px;
    padding-bottom: 10px;
    display: block
}

@media (max-width: 767px) {
    .hero-section .single-hero-slide .hero-content .promo-text {
        font-size: 15px
    }
}

@media (max-width: 399px) {
    .hero-section .single-hero-slide .hero-content .promo-text {
        font-size: 14px
    }
}

.hero-section .single-hero-slide .hero-content h1 {
    color: #fff;
    font-size: 100px;
    line-height: 1.2
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section .single-hero-slide .hero-content h1 {
        font-size: 78px
    }
}

@media (max-width: 767px) {
    .hero-section .single-hero-slide .hero-content h1 {
        font-size: 40px
    }
}

@media (max-width: 399px) {
    .hero-section .single-hero-slide .hero-content h1 {
        font-size: 32px
    }
}

.hero-section .single-hero-slide .hero-content h1 span {
    display: block;
    font-weight: 300
}

.hero-section .single-hero-slide .hero-content .btn-wrap {
    margin-top: 40px
}

.hero-section .single-hero-slide .hero-content .btn-wrap .main-btn {
    margin: 0 5px
}

@media (max-width: 767px) {
    .hero-section .single-hero-slide .hero-content .btn-wrap .main-btn {
        padding: 0 23px;
        line-height: 50px;
        font-size: 14px
    }
}

@media (max-width: 399px) {
    .hero-section .single-hero-slide .hero-content .btn-wrap .main-btn {
        margin: 0 2px;
        padding: 0 15px;
        font-size: 14px;
        line-height: 45px
    }
    .hero-section .single-hero-slide .hero-content .btn-wrap .main-btn i {
        margin-left: 5px
    }
}

.hero-section .single-hero-slide .hero-content>* {
    -webkit-transition: all 0.8s ease-out 0.5s;
    transition: all 0.8s ease-out 0.5s;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    visibility: hidden
}

.hero-section .single-hero-slide .hero-content .promo-text {
    -webkit-transition: all 0.8s ease-out 0.5s;
    transition: all 0.8s ease-out 0.5s
}

.hero-section .single-hero-slide .hero-content h1 {
    -webkit-transition: all 0.8s ease-out 0.7s;
    transition: all 0.8s ease-out 0.7s
}

.hero-section .single-hero-slide .hero-content .btn-wrap {
    -webkit-transition: all 0.8s ease-out 0.9s;
    transition: all 0.8s ease-out 0.9s
}

.hero-section .single-hero-slide.slick-active .hero-content>* {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.hero-section .slick-arrow {
    position: absolute;
    left: 4%;
    top: 50%;
    z-index: 9;
    height: 60px;
    width: 60px;
    background: #ffc600;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    color: #111111;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    opacity: 0;
    visibility: hidden
}

.hero-section .slick-arrow.next-arrow {
    left: auto;
    right: 4%
}

.hero-section .slick-arrow:hover {
    background-color: #279e64;
    color: #fff
}

.hero-section:hover .slick-arrow {
    left: 8%;
    opacity: 1;
    visibility: visible
}

@media (max-width: 767px) {
    .hero-section:hover .slick-arrow {
        opacity: 0;
        visibility: hidden
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hero-section:hover .slick-arrow {
        left: 5%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-section:hover .slick-arrow {
        left: 2%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section:hover .slick-arrow {
        left: 5px
    }
}

.hero-section:hover .slick-arrow.next-arrow {
    left: auto;
    right: 8%
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hero-section:hover .slick-arrow.next-arrow {
        right: 5%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-section:hover .slick-arrow.next-arrow {
        right: 2%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section:hover .slick-arrow.next-arrow {
        right: 5px
    }
}

.hero-section-two {
    position: relative
}

.hero-section-two .single-hero-slider {
    position: relative;
    height: 925px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-section-two .single-hero-slider {
        height: 700px
    }
}

@media (max-width: 767px) {
    .hero-section-two .single-hero-slider {
        height: 600px
    }
}

.hero-section-two .single-hero-slider::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(rgba(10, 16, 38, 0.90196)), color-stop(79%, rgba(10, 16, 38, 0.45)), to(rgba(10, 16, 38, 0)));
    background: linear-gradient(90deg, rgba(10, 16, 38, 0.90196) 0%, rgba(10, 16, 38, 0.45) 79%, rgba(10, 16, 38, 0) 100%)
}

.hero-section-two .single-hero-slider .hero-content p {
    font-size: 24px;
    line-height: 1.667;
    color: #fff
}

@media (max-width: 767px) {
    .hero-section-two .single-hero-slider .hero-content p {
        font-size: 18px
    }
}

.hero-section-two .single-hero-slider .hero-content h1 {
    color: #fff;
    font-size: 110px;
    margin-bottom: 40px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -3px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hero-section-two .single-hero-slider .hero-content h1 {
        font-size: 75px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-section-two .single-hero-slider .hero-content h1 {
        font-size: 75px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section-two .single-hero-slider .hero-content h1 {
        font-size: 64px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-section-two .single-hero-slider .hero-content h1 {
        font-size: 50px
    }
}

@media (max-width: 574px) {
    .hero-section-two .single-hero-slider .hero-content h1 {
        font-size: 40px
    }
}

@media (max-width: 399px) {
    .hero-section-two .single-hero-slider .hero-content h1 {
        font-size: 36px
    }
}

.hero-section-two .single-hero-slider .hero-content h1 span {
    display: block;
    font-weight: 300;
    font-size: 100px;
    line-height: 1.3
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hero-section-two .single-hero-slider .hero-content h1 span {
        font-size: 68px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-section-two .single-hero-slider .hero-content h1 span {
        font-size: 68px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section-two .single-hero-slider .hero-content h1 span {
        font-size: 55px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-section-two .single-hero-slider .hero-content h1 span {
        font-size: 44px
    }
}

@media (max-width: 574px) {
    .hero-section-two .single-hero-slider .hero-content h1 span {
        font-size: 34px
    }
}

.hero-section-two .single-hero-slider .hero-content h1 span span.first-letter {
    display: inline-block;
    background-color: #ffc600;
    color: #111111;
    border-radius: 0 25px 25px 25px;
    line-height: 1;
    padding: 5px 10px;
    position: relative;
    margin-left: -10px;
    margin-right: 10px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section-two .single-hero-slider .hero-content h1 span span.first-letter {
        margin-right: 4px
    }
}

@media (max-width: 767px) {
    .hero-section-two .single-hero-slider .hero-content h1 span span.first-letter {
        margin-right: 4px
    }
}

.hero-section-two .single-hero-slider .hero-content .btn-wrap {
    margin-top: 50px
}

.hero-section-two .single-hero-slider .hero-content .btn-wrap .main-btn {
    margin: 0 5px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-section-two .single-hero-slider .hero-content .btn-wrap .main-btn {
        line-height: 53px;
        padding: 0 30px
    }
}

@media (max-width: 574px) {
    .hero-section-two .single-hero-slider .hero-content .btn-wrap .main-btn {
        line-height: 50px;
        padding: 0 18px;
        margin: 0
    }
}

@media (max-width: 399px) {
    .hero-section-two .single-hero-slider .hero-content .btn-wrap .main-btn {
        padding: 0 30px;
        margin: 0;
        margin-bottom: 10px
    }
}

.hero-section-two .single-hero-slider .hero-content>* {
    -webkit-transition: all 0.8s ease-out 0.5s;
    transition: all 0.8s ease-out 0.5s;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    visibility: hidden
}

.hero-section-two .single-hero-slider .hero-content h1 {
    -webkit-transition: all 0.8s ease-out 0.5s;
    transition: all 0.8s ease-out 0.5s
}

.hero-section-two .single-hero-slider .hero-content p {
    -webkit-transition: all 0.8s ease-out 0.7s;
    transition: all 0.8s ease-out 0.7s
}

.hero-section-two .single-hero-slider .hero-content .btn-wrap {
    -webkit-transition: all 0.8s ease-out 0.9s;
    transition: all 0.8s ease-out 0.9s
}

.hero-section-two .single-hero-slider.slick-active .hero-content>* {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.hero-section-two .slider-arrow {
    text-align: right;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero-section-two .slider-arrow .slick-arrow {
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    text-align: center;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    line-height: 58px;
    border-radius: 50%;
    margin-left: auto;
    margin-bottom: 15px
}

.hero-section-two .slider-arrow .slick-arrow:hover {
    background-color: #ffc600;
    color: #000;
    border-color: transparent
}

.single-feature-box {
    background-color: #279e64;
    text-align: center;
    padding: 80px 55px;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 1
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-feature-box {
        padding: 50px 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-feature-box {
        padding: 55px 25px
    }
}

@media (max-width: 767px) {
    .single-feature-box {
        padding: 50px 25px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-feature-box {
        padding: 50px 75px
    }
}

.single-feature-box,
.single-feature-box a,
.single-feature-box p,
.single-feature-box i,
.single-feature-box h4 {
    color: #fff
}

.single-feature-box h4.title {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 32px;
    line-height: 1.333
}

@media (max-width: 399px) {
    .single-feature-box h4.title {
        font-size: 20px
    }
}

.single-feature-box .line {
    position: relative;
    height: 3px;
    width: 60px;
    background-color: #fff;
    margin-bottom: 30px
}

.single-feature-box .line::before,
.single-feature-box .line::after {
    position: absolute;
    left: -30px;
    top: 0;
    height: 3px;
    width: 20px;
    content: '';
    background-color: #fff
}

.single-feature-box .line::after {
    left: auto;
    right: -30px
}

.single-feature-box .learn-more {
    font-size: 35px;
    margin-top: 35px;
    display: inline-block
}

.single-feature-box .icon {
    margin-bottom: 20px
}

.single-feature-box .icon i {
    font-size: 115px
}

.single-feature-box .feature-count {
    font-size: 80px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    line-height: 0.325;
    position: absolute;
    top: 50%;
    left: calc(-50% + 20px);
    -webkit-transform: translateY(-50%) matrix(0, -1, 1, 0, 0, 0);
    transform: translateY(-50%) matrix(0, -1, 1, 0, 0, 0);
    z-index: -1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
    opacity: 0.1
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-feature-box .feature-count {
        font-size: 60px
    }
}

@media (max-width: 767px) {
    .single-feature-box .feature-count {
        font-size: 75px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-feature-box .feature-count {
        left: calc(-20% + 20px)
    }
}

@media (max-width: 399px) {
    .single-feature-box .feature-count {
        font-size: 60px
    }
}

.single-feature-box.active {
    background-color: #13277d
}

.single-feature-box.style-two {
    background-color: transparent;
    padding: 0 25px;
    background-color: #fff;
    -webkit-box-shadow: 0px 16px 60px 0px rgba(201, 201, 201, 0.21);
    box-shadow: 0px 16px 60px 0px rgba(201, 201, 201, 0.21);
    margin-bottom: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-feature-box.style-two {
        padding: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-feature-box.style-two {
        padding: 0
    }
}

@media (max-width: 767px) {
    .single-feature-box.style-two {
        padding: 0
    }
}

.single-feature-box.style-two,
.single-feature-box.style-two a,
.single-feature-box.style-two p,
.single-feature-box.style-two i {
    color: #686868;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single-feature-box.style-two h4.title {
    letter-spacing: -1px;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single-feature-box.style-two h4.title a {
    color: #0a1026
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .single-feature-box.style-two h4.title {
        font-size: 22px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-feature-box.style-two h4.title {
        font-size: 22px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-feature-box.style-two h4.title {
        font-size: 22px
    }
}

.single-feature-box.style-two .featre-content {
    padding: 40px 12px 40px 12px;
    position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-feature-box.style-two .featre-content {
        padding: 40px 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-feature-box.style-two .featre-content {
        padding: 40px 15px
    }
}

@media (max-width: 767px) {
    .single-feature-box.style-two .featre-content {
        padding: 40px 10px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-feature-box.style-two .featre-content {
        padding: 40px 30px
    }
}

.single-feature-box.style-two .featre-content .feature-count {
    font-size: 220px;
    line-height: 1;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.13;
    letter-spacing: -3px;
    -webkit-text-stroke: 1px #0a1026
}

.single-feature-box.style-two .learn-more {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    padding-bottom: 4px
}

.single-feature-box.style-two .learn-more i {
    font-size: 16px;
    margin-left: 10px
}

.single-feature-box.style-two .learn-more::after,
.single-feature-box.style-two .learn-more::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #686868;
    left: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 1
}

.single-feature-box.style-two .learn-more::before {
    background-color: #279e64;
    width: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 2
}

.single-feature-box.style-two .feature-thumb {
    overflow: hidden
}

.single-feature-box.style-two .feature-thumb .thumb {
    background-size: cover;
    background-position: center;
    background-color: #279e64;
    width: 100%;
    height: 255px;
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.single-feature-box.style-two.active h4.title a,
.single-feature-box.style-two.active .learn-more,
.single-feature-box.style-two.active i {
    color: #279e64
}

.single-feature-box.style-two.active .learn-more::before {
    visibility: visible;
    width: 100%;
    opacity: 1
}

.single-feature-box.style-two.active .feature-thumb .thumb {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.feature-section {
    position: relative;
    margin-top: -80px;
    z-index: 2
}

.about-section .about-text,
.about-section .video-text,
.about-section .video-wrap {
    padding: 0 45px
}

@media (max-width: 767px) {
    .about-section .about-text,
    .about-section .video-text,
    .about-section .video-wrap {
        padding: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-img {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .about-section .about-img {
        margin-bottom: 40px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .video-text {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .about-section .video-text {
        margin-bottom: 40px
    }
}

.about-section .video-text h3 {
    font-size: 30px;
    margin-bottom: 35px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-section .video-text h3 {
        font-size: 28px
    }
}

@media (max-width: 767px) {
    .about-section .video-text h3 {
        font-size: 24px
    }
}

@media (max-width: 399px) {
    .about-section .video-text h3 {
        font-size: 20px
    }
}

.about-section .video-text .watch-video-link {
    position: relative;
    color: #279e64;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 3px;
    margin-top: 40px;
    padding-right: 30px
}

.about-section .video-text .watch-video-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 30px);
    height: 2px;
    background-color: #279e64
}

.about-section .video-text .watch-video-link::before {
    content: '\f144';
    position: absolute;
    right: 0;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about-section .video-bg {
    width: 100%;
    height: 260px;
    position: relative;
    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;
    z-index: 1
}

.about-section .video-bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #13277d;
    opacity: 0.6;
    z-index: -1
}

.about-section .video-bg .popup-video {
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #fff;
    color: #279e64;
    line-height: 60px;
    text-align: center
}

.about-section .video-bg .popup-video::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    border-radius: 50%
}

.about-section .video-bg .popup-video::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1.5s linear infinite;
    animation: ripple-white 1.5s linear infinite;
    border-radius: 50%
}

.about-section-two {
    background-color: #eff2f7
}

.about-section-two .about-left {
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section-two .about-left {
        margin-bottom: 100px
    }
}

.about-section-two .about-left::after {
    position: absolute;
    content: '';
    right: -30px;
    bottom: -30px;
    width: 100%;
    height: 338px;
    background-color: #6cbe03;
    z-index: -1
}

@media (max-width: 767px) {
    .about-section-two .about-left::after {
        right: -15px;
        bottom: -15px
    }
}

.about-section-two .about-left .about-tag {
    position: absolute;
    left: -95px;
    top: -70px;
    z-index: 2
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .about-section-two .about-left .about-tag {
        left: -30px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-section-two .about-left .about-tag {
        left: -45px
    }
}

@media (max-width: 767px) {
    .about-section-two .about-left .about-tag {
        left: -15px;
        top: -75px
    }
}

.about-section-two .about-text {
    padding-left: 25px
}

@media (max-width: 767px) {
    .about-section-two .about-text {
        margin-top: 60px
    }
}

@media (max-width: 574px) {
    .about-section-two .about-text {
        padding-left: 0
    }
}

.about-section-two .about-text .chart-list {
    margin-top: 30px
}

.about-section-two .about-text .chart-list .single-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

@media (max-width: 574px) {
    .about-section-two .about-text .chart-list .single-chart {
        display: block;
        text-align: center;
        margin-bottom: 40px
    }
}

.about-section-two .about-text .chart-list .single-chart:last-child {
    margin-bottom: 0
}

.about-section-two .about-text .chart-list .single-chart .chart {
    position: relative
}

.about-section-two .about-text .chart-list .single-chart .chart .percent {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #279e64
}

.about-section-two .about-text .chart-list .single-chart .chart-desc {
    padding-left: 30px
}

@media (max-width: 574px) {
    .about-section-two .about-text .chart-list .single-chart .chart-desc {
        padding-left: 0;
        padding-top: 20px
    }
}

.about-section-two .about-text .chart-list .single-chart .chart-desc h4 {
    margin-bottom: 15px
}

@media (max-width: 574px) {
    .about-section-two .about-text .chart-list .single-chart .chart-desc h4 {
        font-size: 18px
    }
}

.service-section {
    padding-top: 100px;
    padding-bottom: 300px;
    background-color: #0a1026;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat
}

.service-section.service-page {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 130px
}

.service-section.service-page .single-service {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(206, 212, 222, 0.68);
    box-shadow: 0px 10px 30px 0px rgba(206, 212, 222, 0.68)
}

.service-section .section-title.white-color h2 {
    color: #fff
}

@media (max-width: 399px) {
    .service-section .section-title.white-color h2 {
        font-size: 21px
    }
}

.service-section .section-title.white-color h2 span {
    -webkit-text-stroke: 1px #fff
}

@media (max-width: 399px) {
    .service-section .section-title.white-color p.title-tag {
        padding: 0px 64px
    }
}

.single-service {
    margin-top: 30px
}

.single-service .service-bg {
    background-color: #3c4f5b;
    width: 100%;
    height: 280px;
    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;
    background-size: cover;
    background-position: center;
    position: relative
}

.single-service .service-bg span.service-count {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-size: 250px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    opacity: 0.65
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service .service-bg span.service-count {
        font-size: 180px
    }
}

@media (max-width: 399px) {
    .single-service .service-bg span.service-count {
        font-size: 150px
    }
}

.single-service .service-bg .service-link {
    position: absolute;
    right: 30px;
    bottom: -37.5px;
    width: 75px;
    height: 75px;
    z-index: 2;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    color: #111111;
    background-color: #ffc600;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 198, 0, 0.57);
    box-shadow: 0px 10px 30px 0px rgba(255, 198, 0, 0.57);
    border: 5px solid #fff
}

.single-service .service-content {
    padding: 30px 90px 30px 30px;
    background-color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-service .service-content {
        padding: 50px 30px 30px 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service .service-content {
        padding: 50px 55px 30px 30px
    }
}

@media (max-width: 767px) {
    .single-service .service-content {
        padding: 40px 30px
    }
}

.single-service .service-content,
.single-service .service-content p,
.single-service .service-content h4 {
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.single-service .service-content h4 {
    font-size: 24px;
    margin-bottom: 15px
}

.single-service.active .service-content {
    background-color: #279e64
}

.single-service.active .service-content p,
.single-service.active .service-content h4 {
    color: #fff
}

.single-service-two {
    margin-top: 60px
}

.single-service-two .service-content h4 {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: -1px
}

.single-service-two .service-content .service-link {
    font-size: 35px;
    color: #686868;
    line-height: 0.743;
    margin-top: 30px;
    display: inline-block
}

.single-service-two:hover .service-img img {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.single-service-two:hover .service-link,
.single-service-two:hover h4 a {
    color: #279e64
}

.service-details-wrap .details-content .title {
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 25px
}

@media (max-width: 574px) {
    .service-details-wrap .details-content .title {
        font-size: 30px
    }
}

.service-details-wrap .details-content .main-thumb {
    margin-bottom: 50px;
    padding-top: 10px
}

.service-details-wrap .details-content .service-list li {
    padding-left: 20px;
    position: relative;
    min-height: 60px;
    margin-bottom: 20px
}

@media (max-width: 574px) {
    .service-details-wrap .details-content .service-list li {
        padding-left: 0
    }
}

.service-details-wrap .details-content .service-list li:last-child {
    margin-bottom: 0
}

.service-details-wrap .details-content .service-list li p {
    margin-bottom: 0
}

.service-details-wrap .details-content .service-list li span.icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #279e64;
    color: #fff;
    font-size: 24px;
    border-radius: 50%
}

@media (max-width: 574px) {
    .service-details-wrap .details-content .service-list li span.icon {
        display: none
    }
}

.service-details-wrap .details-content p {
    margin-bottom: 30px
}

.service-details-wrap .details-content p:last-child {
    margin-bottom: 0
}

.service-details-wrap .details-content .sub-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-details-wrap .details-content .sub-title {
        font-size: 30px
    }
}

@media (max-width: 574px) {
    .service-details-wrap .details-content .sub-title {
        font-size: 25px;
        margin-bottom: 20px
    }
}

.service-details-wrap .details-content .srevice-gallery {
    margin: 45px 0
}

.service-details-wrap .details-content .srevice-gallery .gallery-img img {
    width: 100%
}

.service-details-wrap .details-content .srevice-gallery .gallery-img.video {
    position: relative
}

@media (max-width: 574px) {
    .service-details-wrap .details-content .srevice-gallery .gallery-img.video {
        margin-top: 30px
    }
}

.service-details-wrap .details-content .srevice-gallery .gallery-img.video::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #13277d;
    content: '';
    opacity: 0.75
}

.service-details-wrap .details-content .srevice-gallery .gallery-img.video .video-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.service-details-wrap .details-content .srevice-gallery .gallery-img.video .video-wrap .popup-video {
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #fff;
    color: #279e64;
    line-height: 60px;
    text-align: center
}

.service-details-wrap .details-content .srevice-gallery .gallery-img.video .video-wrap .popup-video::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    border-radius: 50%
}

.service-details-wrap .details-content .srevice-gallery .gallery-img.video .video-wrap .popup-video::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1.5s linear infinite;
    animation: ripple-white 1.5s linear infinite;
    border-radius: 50%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-details-wrap .service-sidebar {
        margin-top: 100px
    }
}

@media (max-width: 767px) {
    .service-details-wrap .service-sidebar {
        margin-top: 100px
    }
}

.service-details-wrap .service-sidebar .widget {
    border: 1px solid #646464;
    padding: 50px;
    margin-bottom: 40px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .service-details-wrap .service-sidebar .widget {
        padding: 50px 25px
    }
}

@media (max-width: 574px) {
    .service-details-wrap .service-sidebar .widget {
        padding: 40px 25px
    }
}

.service-details-wrap .service-sidebar .widget .widget-title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .service-details-wrap .service-sidebar .widget .widget-title {
        font-size: 22px
    }
}

@media (max-width: 574px) {
    .service-details-wrap .service-sidebar .widget .widget-title {
        font-size: 22px
    }
}

.service-details-wrap .service-sidebar .widget .widget-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #279e64;
    content: ''
}

.service-details-wrap .service-sidebar .widget.ad-widget {
    padding: 0;
    border: none
}

.service-details-wrap .service-sidebar .widget.services-widget ul li {
    font-size: 18px;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.service-details-wrap .service-sidebar .widget.services-widget ul li a {
    color: #686868;
    display: block;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.service-details-wrap .service-sidebar .widget.services-widget ul li a:hover {
    color: #279e64
}

.service-details-wrap .service-sidebar .widget.services-widget ul li i {
    float: right;
    font-size: 14px
}

.service-details-wrap .service-sidebar .widget.services-widget ul li::after {
    display: block;
    clear: both;
    content: ''
}

.service-details-wrap .service-sidebar .widget.services-widget ul li:last-child {
    margin-bottom: 0
}

.service-details-wrap .service-sidebar .widget.services-widget ul li:hover {
    padding-left: 10px
}

.service-details-wrap .service-sidebar .widget.about-widget {
    text-align: center
}

.service-details-wrap .service-sidebar .widget.about-widget img {
    width: 90%;
    margin-bottom: 40px;
}

.service-details-wrap .service-sidebar .widget.about-widget .widget-title {
    padding-bottom: 0
}

.service-details-wrap .service-sidebar .widget.about-widget .widget-title::after {
    display: none
}

.service-details-wrap .service-sidebar .widget.about-widget ul {
    margin-top: 20px
}

.service-details-wrap .service-sidebar .widget.about-widget ul li {
    display: inline-block;
    margin: 0px 10px
}

.service-details-wrap .service-sidebar .widget.about-widget ul li a {
    color: #686868
}

.service-details-wrap .service-sidebar .widget.about-widget ul li a:hover {
    color: #279e64
}

.experience-section {
    position: relative;
    margin-top: -170px
}

.experience-section .experience-inner {
    background-color: #279e64;
    position: relative;
    z-index: 1
}

@media (min-width: 1400px) {
    .experience-section .experience-inner {
        margin-left: -100px;
        margin-right: -100px
    }
}

.experience-section .experience-inner::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background-image: url(../img/experience-1.jpg);
    background-repeat: no-repeat;
    background-position: right bottom
}

@media (max-width: 574px) {
    .experience-section .experience-inner::after {
        display: none
    }
}

.experience-section .experience-inner .col-xl-4.custom-width {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36.666667%;
    flex: 0 0 36.666667%;
    max-width: 36.666667%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience-section .experience-inner .col-xl-4.custom-width {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (max-width: 767px) {
    .experience-section .experience-inner .col-xl-4.custom-width {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.experience-section .experience-inner .col-xl-8.custom-width {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63.333333%;
    flex: 0 0 63.333333%;
    max-width: 63.333333%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience-section .experience-inner .col-xl-8.custom-width {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (max-width: 767px) {
    .experience-section .experience-inner .col-xl-8.custom-width {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.experience-section .experience-inner .experience-bg {
    height: 100%;
    background-size: cover;
    background-position: center
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience-section .experience-inner .experience-bg {
        height: 500px
    }
}

@media (max-width: 767px) {
    .experience-section .experience-inner .experience-bg {
        height: 500px
    }
}

.experience-section .experience-inner .experience-content {
    padding-top: 55px;
    padding-bottom: 80px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience-section .experience-inner .experience-content {
        padding: 60px
    }
}

@media (max-width: 767px) {
    .experience-section .experience-inner .experience-content {
        padding: 40px
    }
}

@media (max-width: 399px) {
    .experience-section .experience-inner .experience-content {
        padding: 40px 20px
    }
}

.experience-section .experience-inner .experience-content .section-title h2,
.experience-section .experience-inner .experience-content .section-title .title-tag {
    color: #fff
}

.experience-section .experience-inner .experience-content .section-title .title-tag::before {
    background-color: #fff
}

.experience-section .experience-inner .experience-content .experience-list li {
    position: relative;
    margin-bottom: 50px;
    padding-left: 90px
}

@media (max-width: 767px) {
    .experience-section .experience-inner .experience-content .experience-list li {
        padding-left: 70px;
        font-size: 14px
    }
}

.experience-section .experience-inner .experience-content .experience-list li:last-child {
    margin-bottom: 0
}

.experience-section .experience-inner .experience-content .experience-list li span.icon {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 60px;
    width: 60px;
    background-color: #fff;
    color: #279e64;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    z-index: 1
}

@media (max-width: 767px) {
    .experience-section .experience-inner .experience-content .experience-list li span.icon {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 30px
    }
}

.experience-section .experience-inner .experience-content .experience-list li::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background-color: #fff;
    opacity: 0.22;
    content: ''
}

@media (max-width: 767px) {
    .experience-section .experience-inner .experience-content .experience-list li::after {
        height: 40px;
        width: 40px
    }
}

.experience-section .experience-inner .experience-content .experience-list li h4,
.experience-section .experience-inner .experience-content .experience-list li p {
    color: #fff
}

.experience-section .experience-inner .experience-content .experience-list li h4 {
    font-size: 24px;
    line-height: 1.167;
    margin-bottom: 15px;
    font-weight: 600
}

@media (max-width: 399px) {
    .experience-section .experience-inner .experience-content .experience-list li h4 {
        font-size: 22px
    }
}

.experience-section-two .video-wrap .video-bg {
    width: 100%;
    height: 490px;
    position: relative;
    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;
    z-index: 1
}

.experience-section-two .video-wrap .video-bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #13277d;
    opacity: 0.6;
    z-index: -1
}

.experience-section-two .video-wrap .video-bg .popup-video {
    position: relative;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #fff;
    color: #279e64;
    line-height: 80px;
    text-align: center
}

.experience-section-two .video-wrap .video-bg .popup-video::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    border-radius: 50%
}

.experience-section-two .video-wrap .video-bg .popup-video::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1.5s linear infinite;
    animation: ripple-white 1.5s linear infinite;
    border-radius: 50%
}

.experience-section-two .experience-content {
    padding: 0 40px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .experience-section-two .experience-content {
        padding: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience-section-two .experience-content {
        padding-top: 50px
    }
}

@media (max-width: 767px) {
    .experience-section-two .experience-content {
        padding: 0;
        padding-top: 50px
    }
}

.experience-section-two .experience-content h3 {
    font-size: 35px;
    margin-bottom: 25px;
    font-weight: 600
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .experience-section-two .experience-content h3 {
        font-size: 32px
    }
}

@media (max-width: 767px) {
    .experience-section-two .experience-content h3 {
        font-size: 24px
    }
}

@media (max-width: 399px) {
    .experience-section-two .experience-content h3 {
        font-size: 22px
    }
}

.experience-section-two .experience-content .experience-list {
    margin-top: 30px
}

.experience-section-two .experience-content .experience-list li {
    position: relative;
    margin-bottom: 50px;
    padding-left: 90px
}

.experience-section-two .experience-content .experience-list li:last-child {
    margin-bottom: 0
}

.experience-section-two .experience-content .experience-list li span.icon {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 60px;
    width: 60px;
    background-color: #279e64;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    z-index: 1
}

.experience-section-two .experience-content .experience-list li::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background-color: #279e64;
    opacity: 0.22;
    content: ''
}

.experience-section-two .experience-content .experience-list li h4 {
    font-size: 24px;
    line-height: 1.167;
    margin-bottom: 15px;
    font-weight: 600
}

@media (max-width: 399px) {
    .experience-section-two .experience-content .experience-list li h4 {
        font-size: 20px
    }
}

.single-member-box {
    position: relative;
    margin-bottom: 100px
}

.single-member-box .team-img {
    overflow: hidden
}

.single-member-box .team-img img {
    width: 100%
}

.single-member-box:hover .team-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-member-box .team-content {
    text-align: center;
    border-radius: 8px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(201, 201, 201, 0.48);
    box-shadow: 0px 10px 30px 0px rgba(201, 201, 201, 0.48);
    background-color: #fff;
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: -40px;
    top: auto;
    padding: 30px 0
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-member-box .team-content {
        left: 20px;
        right: 20px;
        padding: 30px 10px
    }
}

@media (max-width: 399px) {
    .single-member-box .team-content {
        left: 20px;
        right: 20px
    }
}

.single-member-box .team-content h4 {
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 10px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-member-box .team-content h4 {
        font-size: 20px
    }
}

.single-member-box .team-content .team-post {
    font-size: 16px;
    color: #279e64;
    font-weight: 700;
    line-height: 1
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-member-box .team-content .team-post {
        font-size: 14px
    }
}

.single-member-box .team-content .social-icons {
    margin-top: 20px;
    display: none
}

.single-member-box .team-content .social-icons li {
    display: inline-block
}

.single-member-box .team-content .social-icons li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    background-color: #e9f5ef;
    color: #279e64;
    line-height: 35px;
    font-size: 13px;
    margin: 0px 5px;
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.single-member-box .team-content .social-icons li a:hover {
    background-color: #279e64;
    color: #fff
}

.single-project-box {
    position: relative
}

.single-project-box .project-img {
    overflow: hidden
}

.single-project-box .project-img img {
    width: 100%
}

.single-project-box:hover .project-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-project-box .project-content {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: auto;
    background-color: #fff;
    padding: 35px 40px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-project-box .project-content {
        padding: 30px 20px
    }
}

@media (max-width: 767px) {
    .single-project-box .project-content {
        padding: 30px 20px
    }
}

@media (max-width: 399px) {
    .single-project-box .project-content {
        left: 10px;
        right: 10px
    }
}

.single-project-box .project-content h4 {
    font-size: 24px;
    margin-bottom: 10px
}

@media (max-width: 399px) {
    .single-project-box .project-content h4 {
        font-size: 20px
    }
}

.single-project-box .project-content .read-more-btn a {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #279e64;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    padding-bottom: 4px
}

.single-project-box .project-content .read-more-btn a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #279e64;
    content: '';
    bottom: 0
}

@media (max-width: 399px) {
    .single-project-box .project-content .read-more-btn a {
        font-size: 14px
    }
}

.single-project-box .project-content .hide-text,
.single-project-box .project-content .read-more-btn {
    display: none
}

.single-project-box:hover .project-content {
    padding: 45px 40px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-project-box:hover .project-content {
        padding: 30px 20px
    }
}

@media (max-width: 767px) {
    .single-project-box:hover .project-content {
        padding: 30px 20px
    }
}

.single-project-two {
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

.single-project-two::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #279e64;
    content: ''
}

.single-project-two .project-img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center
}

.single-project-two .project-content {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 2
}

.single-project-two .project-content h4,
.single-project-two .project-content span {
    color: #fff
}

.single-project-two .project-content h4 {
    font-size: 24px;
    margin-bottom: 10px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-project-two .project-content h4 {
        font-size: 20px
    }
}

.single-project-two .project-link {
    color: #fff;
    position: absolute;
    right: 35px;
    top: 0;
    font-size: 50px;
    color: #fff;
    z-index: 2;
    line-height: 1
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-project-two .project-link {
        font-size: 30px;
        right: 20px
    }
}

.single-project-two::after,
.single-project-two .project-content,
.single-project-two .project-link {
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    visibility: hidden;
    opacity: 0
}

.single-project-two:hover::after {
    visibility: visible;
    opacity: 0.83
}

.single-project-two:hover .project-content {
    visibility: visible;
    opacity: 1;
    left: 30px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-project-two:hover .project-content {
        left: 15px
    }
}

.single-project-two:hover .project-link {
    opacity: 1;
    visibility: visible;
    top: 35px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-project-two:hover .project-link {
        top: 20px
    }
}

.project-filter {
    text-align: center;
    margin-bottom: 50px
}

.project-filter ul li {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 0 10px;
    cursor: pointer;
    padding: 10px;
    color: #0a1026;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .project-filter ul li {
        margin: 0 8px
    }
}

.project-filter ul li.active,
.project-filter ul li:hover {
    color: #279e64
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-filter ul li {
        font-size: 15px;
        margin: 0;
        padding: 10px 5px
    }
}

@media (max-width: 767px) {
    .project-filter ul li {
        display: block;
        margin: 0;
        text-align: left;
        padding: 5px
    }
    .project-filter ul li:last-child {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .project-filter ul li {
        display: inline-block;
        font-size: 15px
    }
}

.project-area .container-fluid {
    padding-left: 30px;
    padding-right: 30px
}

.project-details-wrap .details-content .title {
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 20px
}

@media (max-width: 574px) {
    .project-details-wrap .details-content .title {
        font-size: 30px
    }
}

.project-details-wrap .details-content .project-list li {
    padding-left: 80px;
    position: relative;
    min-height: 60px;
    margin-bottom: 20px
}

@media (max-width: 574px) {
    .project-details-wrap .details-content .project-list li {
        padding-left: 0
    }
}

.project-details-wrap .details-content .project-list li:last-child {
    margin-bottom: 0
}

.project-details-wrap .details-content .project-list li p {
    margin-bottom: 0
}

.project-details-wrap .details-content .project-list li span.icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #279e64;
    color: #fff;
    font-size: 24px;
    border-radius: 50%
}

@media (max-width: 574px) {
    .project-details-wrap .details-content .project-list li span.icon {
        display: none
    }
}

.project-details-wrap .details-content p {
    margin-bottom: 30px
}

.project-details-wrap .details-content p:last-child {
    margin-bottom: 0
}

.project-details-wrap .details-content .sub-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px
}

@media (max-width: 574px) {
    .project-details-wrap .details-content .sub-title {
        font-size: 25px;
        margin-bottom: 20px
    }
}

.project-details-wrap .details-content .project-gallery {
    margin: 45px 0
}

.project-details-wrap .details-content .project-gallery .gallery-img img {
    width: 100%
}

.project-details-wrap .details-content .project-gallery .gallery-img.video {
    position: relative
}

@media (max-width: 574px) {
    .project-details-wrap .details-content .project-gallery .gallery-img.video {
        margin-top: 30px
    }
}

.project-details-wrap .details-content .project-gallery .gallery-img.video::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #13277d;
    content: '';
    opacity: 0.75
}

.project-details-wrap .details-content .project-gallery .gallery-img.video .video-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.project-details-wrap .details-content .project-gallery .gallery-img.video .video-wrap .popup-video {
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #fff;
    color: #279e64;
    line-height: 60px;
    text-align: center
}

.project-details-wrap .details-content .project-gallery .gallery-img.video .video-wrap .popup-video::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    border-radius: 50%
}

.project-details-wrap .details-content .project-gallery .gallery-img.video .video-wrap .popup-video::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1.5s linear infinite;
    animation: ripple-white 1.5s linear infinite;
    border-radius: 50%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-details-wrap .project-sidebar {
        margin-top: 100px
    }
}

@media (max-width: 767px) {
    .project-details-wrap .project-sidebar {
        margin-top: 100px
    }
}

.project-details-wrap .project-sidebar .widget {
    padding: 55px 40px;
    background-color: #f0f8f4;
    position: relative;
    margin-bottom: 40px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .project-details-wrap .project-sidebar .widget {
        padding: 50px 30px
    }
}

@media (max-width: 574px) {
    .project-details-wrap .project-sidebar .widget {
        padding: 40px 25px
    }
}

.project-details-wrap .project-sidebar .widget::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
    content: '';
    background-color: #279e64
}

.project-details-wrap .project-sidebar .widget .widget-title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 35px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .project-details-wrap .project-sidebar .widget .widget-title {
        font-size: 22px
    }
}

@media (max-width: 574px) {
    .project-details-wrap .project-sidebar .widget .widget-title {
        font-size: 22px
    }
}

.project-details-wrap .project-sidebar .widget .widget-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58px;
    height: 3px;
    background-color: #279e64;
    content: ''
}

.project-details-wrap .project-sidebar .widget.project-information ul li {
    font-size: 18px;
    margin-bottom: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .project-details-wrap .project-sidebar .widget.project-information ul li {
        font-size: 16px
    }
}

@media (max-width: 574px) {
    .project-details-wrap .project-sidebar .widget.project-information ul li {
        font-size: 15px;
        margin-bottom: 10px
    }
}

.project-details-wrap .project-sidebar .widget.project-information ul li:last-child {
    margin-bottom: 0
}

.project-details-wrap .project-sidebar .widget.project-information ul li span {
    font-weight: 700;
    color: #0a1026;
    padding-left: 5px
}

.project-details-wrap .project-sidebar .widget.form-widget form input,
.project-details-wrap .project-sidebar .widget.form-widget form textarea {
    width: 100%;
    height: 60px;
    background-color: #fff;
    padding-left: 30px;
    border: none;
    margin-bottom: 10px
}

.project-details-wrap .project-sidebar .widget.form-widget form input,
.project-details-wrap .project-sidebar .widget.form-widget form textarea,
.project-details-wrap .project-sidebar .widget.form-widget form::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif
}

.project-details-wrap .project-sidebar .widget.form-widget form input,
.project-details-wrap .project-sidebar .widget.form-widget form textarea,
.project-details-wrap .project-sidebar .widget.form-widget form:-ms-input-placeholder {
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif
}

.project-details-wrap .project-sidebar .widget.form-widget form input,
.project-details-wrap .project-sidebar .widget.form-widget form textarea,
.project-details-wrap .project-sidebar .widget.form-widget form::-ms-input-placeholder {
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif
}

.project-details-wrap .project-sidebar .widget.form-widget form input,
.project-details-wrap .project-sidebar .widget.form-widget form textarea,
.project-details-wrap .project-sidebar .widget.form-widget form::placeholder {
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif
}

.project-details-wrap .project-sidebar .widget.form-widget form textarea {
    height: 120px;
    padding-top: 25px
}

.project-details-wrap .project-sidebar .widget.ad-widget {
    padding: 0;
    background-color: transparent
}

.project-details-wrap .project-sidebar .widget.ad-widget::before {
    display: none
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .recent-project .section-title h2 {
        font-size: 40px
    }
}

.statistics-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 280px;
    z-index: 1
}

@media (max-width: 767px) {
    .statistics-section {
        padding-bottom: 180px
    }
}

.statistics-section::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    z-index: -1;
    opacity: 0.87;
    background-color: #13277d
}

.statistics-section .statistics-text {
    color: #fff
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .statistics-section .statistics-text {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .statistics-section .statistics-text {
        margin-bottom: 40px
    }
}

.statistics-section .statistics-text .section-title h2,
.statistics-section .statistics-text .section-title p {
    color: #fff
}

.statistics-section .statistics-text .section-title p.title-tag::before {
    background-color: #fff
}

.statistics-section .statistics-text .section-title h2 span {
    -webkit-text-stroke: 1px #fff
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .statistics-section .statistics-text .section-title h2 span {
        line-height: 1
    }
}

.statistics-section .counter-box {
    margin-bottom: 55px
}

.statistics-section .counter-box p {
    font-weight: 700;
    color: #fff;
    padding-left: 32px
}

@media (max-width: 574px) {
    .statistics-section .counter-box p {
        text-align: center;
        padding-left: 0
    }
}

.statistics-section .counter-box .counter-title {
    font-size: 50px;
    color: #fff;
    line-height: 1;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
    padding-top: 35px;
    padding-left: 30px;
    text-align: left;
    font-weight: 600
}

@media (max-width: 574px) {
    .statistics-section .counter-box .counter-title {
        text-align: center;
        padding-left: 0
    }
}

.statistics-section .counter-box .counter-title span.box-count {
    font-size: 120px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    line-height: 0.8;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
    opacity: 0.13;
    font-weight: 700
}

@media (max-width: 574px) {
    .statistics-section .counter-box .counter-title span.box-count {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.statistics-section .counter-box .counter-title span.counter-num {
    position: relative
}

.statistics-section .counter-box .counter-title span.counter-num::before {
    position: absolute;
    right: -20px;
    top: -15px;
    font-size: 24px;
    content: '+';
    font-weight: 700;
    font-family: "Poppins", sans-serif
}

.statistics-section.with-video {
    padding-top: 250px;
    padding-bottom: 75px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .statistics-section.with-video {
        padding-top: 200px;
        padding-bottom: 50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .statistics-section.with-video {
        padding-top: 180px;
        padding-bottom: 50px
    }
}

@media (max-width: 574px) {
    .statistics-section.with-video {
        padding-top: 100px;
        padding-bottom: 50px
    }
}

.statistics-section.with-video .video {
    margin-bottom: 150px;
    text-align: center
}

@media (max-width: 574px) {
    .statistics-section.with-video .video {
        margin-bottom: 100px
    }
}

.statistics-section.with-video .video a {
    height: 150px;
    width: 150px;
    text-align: center;
    color: #279e64;
    font-size: 30px;
    line-height: 150px;
    background-color: #fff;
    border-radius: 50%;
    position: relative
}

.statistics-section.with-video .video a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    border-radius: 50%
}

.statistics-section.with-video .video a::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1.5s linear infinite;
    animation: ripple-white 1.5s linear infinite;
    border-radius: 50%
}

@media (max-width: 767px) {
    .statistics-section.with-video .video a {
        height: 100px;
        width: 100px;
        line-height: 100px
    }
}

.cta-section {
    position: relative;
    z-index: 1;
    margin-top: -215px
}

@media (max-width: 767px) {
    .cta-section {
        margin-top: -115px
    }
}

.cta-section .cta-inner {
    position: relative;
    background-color: #ffc600;
    padding: 120px 0;
    z-index: 1;
    text-align: center
}

@media only screen and (min-width: 1400px) {
    .cta-section .cta-inner {
        margin-left: -100px;
        margin-right: -100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-section .cta-inner {
        padding: 100px 0
    }
}

@media (max-width: 767px) {
    .cta-section .cta-inner {
        padding: 60px 0
    }
}

.cta-section .cta-inner::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/cta-bg.png);
    background-position: center;
    background-size: cover;
    z-index: -1;
    content: ''
}

.cta-section .cta-inner .cta-text span {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    padding-bottom: 20px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-section .cta-inner .cta-text span {
        font-size: 15px;
        padding-bottom: 15px
    }
}

@media (max-width: 767px) {
    .cta-section .cta-inner .cta-text span {
        font-size: 14px;
        padding-bottom: 10px
    }
}

.cta-section .cta-inner .cta-text h1 {
    font-size: 60px;
    font-weight: 600;
    color: #111111;
    line-height: 70px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-section .cta-inner .cta-text h1 {
        font-size: 35px;
        line-height: 45px
    }
}

@media (max-width: 767px) {
    .cta-section .cta-inner .cta-text h1 {
        font-size: 22px;
        line-height: 32px
    }
}

.cta-section-two {
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s
}

.cta-section-two::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    opacity: 0.79;
    background-color: #0a1026
}

.cta-section-two,
.cta-section-two span,
.cta-section-two h1 {
    color: #fff
}

.cta-section-two span {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-section-two span {
        font-size: 16px;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .cta-section-two span {
        font-size: 14px;
        margin-bottom: 20px
    }
}

.cta-section-two h1 {
    font-size: 60px;
    line-height: 1.167;
    margin-bottom: 40px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-section-two h1 {
        font-size: 40px;
        line-height: 1.4
    }
}

@media (max-width: 767px) {
    .cta-section-two h1 {
        font-size: 22px;
        line-height: 1.4
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta-section-two h1 {
        font-size: 34px;
        line-height: 1.4
    }
}

@media (max-width: 767px) {
    .cta-section-two .main-btn {
        padding: 0px 40px;
        line-height: 60px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appointment-section.pb-130 {
        padding-bottom: 100px
    }
}

@media (max-width: 767px) {
    .appointment-section.pb-130 {
        padding-bottom: 80px
    }
}

.appointment-section .appointment-text {
    height: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 80px;
    color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appointment-section .appointment-text {
        padding: 0 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appointment-section .appointment-text {
        padding: 80px
    }
}

@media (max-width: 767px) {
    .appointment-section .appointment-text {
        padding: 40px 30px
    }
}

@media (max-width: 399px) {
    .appointment-section .appointment-text {
        padding: 40px 20px
    }
}

.appointment-section .appointment-text::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0a1026;
    content: '';
    z-index: -2;
    opacity: 0.85
}

.appointment-section .appointment-text::after {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    top: 30px;
    border: 1px solid #fff;
    z-index: -1;
    content: '';
    background-color: transparent;
    opacity: 0.13
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appointment-section .appointment-text::after {
        left: 15px;
        right: 15px;
        bottom: 15px;
        top: 15px
    }
}

@media (max-width: 767px) {
    .appointment-section .appointment-text::after {
        left: 15px;
        right: 15px;
        bottom: 15px;
        top: 15px
    }
}

@media (max-width: 399px) {
    .appointment-section .appointment-text::after {
        left: 10px;
        right: 10px;
        bottom: 10px;
        top: 10px
    }
}

.appointment-section .appointment-text .section-title h2,
.appointment-section .appointment-text .section-title p {
    color: #fff
}

.appointment-section .appointment-text .section-title p.title-tag::before {
    background-color: #fff
}

.appointment-section .appointment-text .section-title h2 span {
    -webkit-text-stroke: 1px #fff
}

.appointment-section .appointment-text .read-more-btn a {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #ffc600;
    margin-top: 30px;
    display: inline-block;
    position: relative;
    padding-bottom: 4px
}

.appointment-section .appointment-text .read-more-btn a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffc600;
    content: '';
    bottom: 0
}

.appointment-section .appointment-form .form-title {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 35px 0
}

@media (max-width: 767px) {
    .appointment-section .appointment-form .form-title {
        padding: 25px 0
    }
}

.appointment-section .appointment-form .form-title::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #29a268;
    opacity: 0.7;
    content: ''
}

.appointment-section .appointment-form .form-title h2 {
    font-size: 45px;
    color: #fff
}

@media (max-width: 767px) {
    .appointment-section .appointment-form .form-title h2 {
        font-size: 24px
    }
}

.appointment-section .appointment-form form {
    background-size: cover;
    background-position: center;
    background-color: #f6f8ff;
    padding: 60px 100px 75px 70px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appointment-section .appointment-form form {
        padding: 60px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appointment-section .appointment-form form {
        padding: 80px
    }
}

@media (max-width: 767px) {
    .appointment-section .appointment-form form {
        padding: 40px 30px
    }
}

@media (max-width: 399px) {
    .appointment-section .appointment-form form {
        padding: 40px 20px
    }
}

.appointment-section .appointment-form form input,
.appointment-section .appointment-form form textarea,
.appointment-section .appointment-form form select,
.appointment-section .appointment-form form .nice-select {
    width: 100%;
    border-radius: 5px;
    height: 70px;
    background-color: #fff;
    border: none;
    padding-left: 30px;
    padding-right: 50px;
    line-height: 70px
}

.appointment-section .appointment-form form .nice-select .list {
    width: 100%
}

.appointment-section .appointment-form form .nice-select::after {
    right: 30px;
    font-size: 16px;
    border: 0;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: '\f107';
    -webkit-transform: rotate(0);
    transform: rotate(0);
    height: auto;
    width: auto;
    color: #279e64;
    line-height: 75px;
    top: 0;
    margin-top: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0
}

.appointment-section .appointment-form form input,
.appointment-section .appointment-form form textarea,
.appointment-section .appointment-form form::-webkit-input-placeholder,
.appointment-section .appointment-form form select {
    font-size: 16px;
    color: #686868
}

.appointment-section .appointment-form form input,
.appointment-section .appointment-form form textarea,
.appointment-section .appointment-form form:-ms-input-placeholder,
.appointment-section .appointment-form form select {
    font-size: 16px;
    color: #686868
}

.appointment-section .appointment-form form input,
.appointment-section .appointment-form form textarea,
.appointment-section .appointment-form form::-ms-input-placeholder,
.appointment-section .appointment-form form select {
    font-size: 16px;
    color: #686868
}

.appointment-section .appointment-form form input,
.appointment-section .appointment-form form textarea,
.appointment-section .appointment-form form::placeholder,
.appointment-section .appointment-form form select {
    font-size: 16px;
    color: #686868
}

.appointment-section .appointment-form form textarea {
    height: 165px;
    padding-right: 30px;
    padding-top: 30px;
    line-height: 1
}

.appointment-section .appointment-form form .input-group {
    position: relative
}

.appointment-section .appointment-form form .input-group span.icon {
    position: absolute;
    right: 30px;
    color: #279e64;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.appointment-section .appointment-form form button {
    border: none
}

@media (max-width: 399px) {
    .appointment-section .appointment-form form button {
        width: 100%;
        padding: 0
    }
}

.appointment-section-two {
    position: relative;
    margin-top: -215px;
    z-index: 2
}

@media (max-width: 767px) {
    .appointment-section-two {
        margin-top: -115px
    }
}

.appointment-section-two .form-title {
    background-color: #279e64;
    padding: 30px 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appointment-section-two .form-title {
        padding: 30px 50px
    }
}

@media (max-width: 574px) {
    .appointment-section-two .form-title {
        padding: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .appointment-section-two .form-title {
        padding: 30px 40px
    }
}

@media (max-width: 399px) {
    .appointment-section-two .form-title {
        padding: 20px
    }
}

.appointment-section-two .form-title h3 {
    font-size: 35px;
    color: #fff;
    line-height: 1
}

@media (max-width: 574px) {
    .appointment-section-two .form-title h3 {
        font-size: 26px
    }
}

@media (max-width: 399px) {
    .appointment-section-two .form-title h3 {
        font-size: 22px
    }
}

.appointment-section-two .appointment-form {
    background-color: #f6f8ff;
    padding: 60px 0;
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appointment-section-two .appointment-form {
        padding: 50px
    }
}

@media (max-width: 574px) {
    .appointment-section-two .appointment-form {
        padding: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .appointment-section-two .appointment-form {
        padding: 40px
    }
}

@media (max-width: 399px) {
    .appointment-section-two .appointment-form {
        padding: 30px 20px
    }
}

.appointment-section-two .appointment-form::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    content: '';
    background-image: url(../img/app-form-map.png);
    z-index: -1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appointment-section-two .appointment-form::after {
        background-size: cover
    }
}

.appointment-section-two .appointment-form form input,
.appointment-section-two .appointment-form form textarea,
.appointment-section-two .appointment-form form select,
.appointment-section-two .appointment-form form .nice-select {
    width: 100%;
    border-radius: 5px;
    height: 70px;
    background-color: #fff;
    border: none;
    padding-left: 30px;
    padding-right: 50px;
    line-height: 70px
}

@media (max-width: 399px) {
    .appointment-section-two .appointment-form form input,
    .appointment-section-two .appointment-form form textarea,
    .appointment-section-two .appointment-form form select,
    .appointment-section-two .appointment-form form .nice-select {
        padding-left: 20px;
        padding-right: 35px
    }
}

.appointment-section-two .appointment-form form .nice-select .list {
    width: 100%
}

.appointment-section-two .appointment-form form .nice-select::after {
    right: 30px;
    font-size: 16px;
    border: 0;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: '\f107';
    -webkit-transform: rotate(0);
    transform: rotate(0);
    height: auto;
    width: auto;
    color: #279e64;
    line-height: 75px;
    top: 0;
    margin-top: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0
}

@media (max-width: 399px) {
    .appointment-section-two .appointment-form form .nice-select::after {
        right: 15px
    }
}

.appointment-section-two .appointment-form form input,
.appointment-section-two .appointment-form form textarea,
.appointment-section-two .appointment-form form::-webkit-input-placeholder,
.appointment-section-two .appointment-form form select {
    font-size: 16px;
    color: #686868
}

.appointment-section-two .appointment-form form input,
.appointment-section-two .appointment-form form textarea,
.appointment-section-two .appointment-form form:-ms-input-placeholder,
.appointment-section-two .appointment-form form select {
    font-size: 16px;
    color: #686868
}

.appointment-section-two .appointment-form form input,
.appointment-section-two .appointment-form form textarea,
.appointment-section-two .appointment-form form::-ms-input-placeholder,
.appointment-section-two .appointment-form form select {
    font-size: 16px;
    color: #686868
}

.appointment-section-two .appointment-form form input,
.appointment-section-two .appointment-form form textarea,
.appointment-section-two .appointment-form form::placeholder,
.appointment-section-two .appointment-form form select {
    font-size: 16px;
    color: #686868
}

.appointment-section-two .appointment-form form textarea {
    height: 165px;
    padding-right: 30px;
    padding-top: 30px;
    line-height: 1
}

.appointment-section-two .appointment-form form .input-group {
    position: relative
}

.appointment-section-two .appointment-form form .input-group span.icon {
    position: absolute;
    right: 30px;
    color: #279e64;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 399px) {
    .appointment-section-two .appointment-form form .input-group span.icon {
        right: 15px
    }
}

.appointment-section-two .appointment-form form button {
    border: none;
    width: 100%
}

.testimonial-section {
    position: relative;
    background-color: #279e64;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 230px
}

@media (max-width: 767px) {
    .testimonial-section {
        padding-bottom: 130px
    }
}

.testimonial-section::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../img/testimonial-bg.png);
    background-size: cover;
    background-position: center;
    content: ''
}

.testimonial-section .section-title h2,
.testimonial-section .section-title p.title-tag {
    color: #fff
}

.testimonial-section .section-title h2 span {
    -webkit-text-stroke: 1px #fff
}

.testimonial-section .section-title p.title-tag::before,
.testimonial-section .section-title p.title-tag::after {
    background-color: #fff
}

.testimonial-section .single-testimonial {
    padding-left: 70px;
    padding-top: 20px;
    position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-section .single-testimonial {
        padding-left: 45px
    }
}

@media (max-width: 767px) {
    .testimonial-section .single-testimonial {
        padding-left: 45px
    }
}

@media (max-width: 399px) {
    .testimonial-section .single-testimonial {
        padding-left: 25px;
        padding-top: 10px
    }
}

.testimonial-section .single-testimonial .testimonial-author {
    padding-left: 100px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-section .single-testimonial .testimonial-author {
        padding-left: 120px
    }
}

@media (max-width: 767px) {
    .testimonial-section .single-testimonial .testimonial-author {
        padding-left: 80px
    }
}

@media (max-width: 399px) {
    .testimonial-section .single-testimonial .testimonial-author {
        padding-left: 70px
    }
}

.testimonial-section .single-testimonial .testimonial-author,
.testimonial-section .single-testimonial .testimonial-author h4 {
    color: #fff;
    font-weight: 700
}

.testimonial-section .single-testimonial .testimonial-author h4 {
    font-size: 24px;
    margin-bottom: 5px
}

@media (max-width: 767px) {
    .testimonial-section .single-testimonial .testimonial-author h4 {
        font-size: 20px
    }
}

.testimonial-section .single-testimonial .testimonial-author .author-pro {
    font-weight: 700
}

@media (max-width: 767px) {
    .testimonial-section .single-testimonial .testimonial-author .author-pro {
        font-size: 13px
    }
}

.testimonial-section .single-testimonial .testimonial-content {
    padding: 40px 70px 40px 100px;
    background-color: #fff;
    margin-top: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-section .single-testimonial .testimonial-content {
        padding: 60px 30px 40px
    }
}

@media (max-width: 767px) {
    .testimonial-section .single-testimonial .testimonial-content {
        padding: 60px 30px 40px
    }
}

.testimonial-section .single-testimonial .testimonial-content .rating {
    margin-top: 25px
}

.testimonial-section .single-testimonial .testimonial-content .rating li {
    display: inline-block;
    margin-right: 6px;
    color: #ffc600
}

.testimonial-section .single-testimonial .author-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 140px;
    width: 140px;
    z-index: 2;
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.68);
    box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.68)
}

@media (max-width: 767px) {
    .testimonial-section .single-testimonial .author-img {
        width: 100px;
        height: 100px;
        border-width: 5px
    }
}

@media (max-width: 399px) {
    .testimonial-section .single-testimonial .author-img {
        width: 85px;
        height: 85px
    }
}

.testimonial-section ul.slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -100px
}

@media (max-width: 767px) {
    .testimonial-section ul.slick-dots {
        bottom: -60px
    }
}

.testimonial-section ul.slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.testimonial-section ul.slick-dots li button {
    font-size: 0;
    height: 20px;
    width: 20px;
    border: 3px solid #fff;
    background: transparent;
    border-radius: 50%
}

@media (max-width: 767px) {
    .testimonial-section ul.slick-dots li button {
        height: 10px;
        width: 10px;
        border-width: 2px
    }
}

.testimonial-section ul.slick-dots li.slick-active button {
    background: #fff
}

.testimonial-section.style-two {
    background-color: #eff2f7
}

.testimonial-section.style-two .section-title p.title-tag {
    color: #279e64
}

.testimonial-section.style-two .section-title h2 {
    color: #0a1026
}

.testimonial-section.style-two .section-title h2 span {
    -webkit-text-stroke: 1px #0a1026
}

.testimonial-section.style-two .section-title p.title-tag::before,
.testimonial-section.style-two .section-title p.title-tag::after {
    background-color: #279e64
}

.testimonial-section.style-two .single-testimonial .testimonial-author h4 {
    color: #0a1026
}

.testimonial-section.style-two .single-testimonial .testimonial-author .author-pro {
    color: #279e64
}

.testimonial-section.style-two .single-testimonial .author-img {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(206, 212, 222, 0.68);
    box-shadow: 0px 10px 30px 0px rgba(206, 212, 222, 0.68)
}

.testimonial-section.style-two ul.slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.testimonial-section.style-two ul.slick-dots li button {
    border-color: #279e64
}

.testimonial-section.style-two ul.slick-dots li.slick-active button {
    background: #279e64
}

.single-latest-post {
    margin-bottom: 30px;
    position: relative
}

.single-latest-post .post-thumb {
    overflow: hidden
}

.single-latest-post .post-thumb a {
    display: block
}

.single-latest-post .post-thumb .thumb {
    background-size: cover;
    background-position: center;
    background-color: #3c4f5b;
    width: 100%;
    height: 270px;
    display: block;
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.single-latest-post:hover .post-thumb .thumb {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-latest-post .post-link {
    position: absolute;
    right: 30px;
    top: 270px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 75px;
    height: 75px;
    z-index: 2;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    color: #111111;
    background-color: #ffc600;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 198, 0, 0.57);
    box-shadow: 0px 10px 30px 0px rgba(255, 198, 0, 0.57);
    border: 5px solid #fff
}

.single-latest-post .post-content {
    background-color: #fff;
    padding: 25px 40px 40px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-latest-post .post-content {
        padding: 25px 30px 40px
    }
}

@media (max-width: 767px) {
    .single-latest-post .post-content {
        padding: 30px 25px 40px
    }
}

.single-latest-post .post-content a {
    color: #686868
}

.single-latest-post .post-content .post-author i,
.single-latest-post .post-content .published-date i,
.single-latest-post .post-content .comments i {
    margin-right: 10px
}

.single-latest-post .post-content .published-date {
    margin-right: 20px
}

.single-latest-post .post-content h4 {
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 25px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-latest-post .post-content h4 {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .single-latest-post .post-content h4 {
        font-size: 20px
    }
}

.single-latest-post .post-content h4 a {
    color: #0a1026;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single-latest-post .post-content h4 a:hover {
    color: #279e64
}

.brand-section {
    position: relative;
    background-color: #ffffff;
    padding: 90px 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-section {
        padding: 80px 0
    }
}

.brand-section .shape-one {
    border-radius: 50%;
    background: linear-gradient(-137deg, #a8c40a 0%, #f87a11 100%);
    position: absolute;
    width: 153px;
    height: 153px;
    top: -76.5px;
    right: 150px;
    z-index: 2
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .brand-section .shape-one {
        right: 20px;
        height: 100px;
        width: 100px;
        top: -50px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .brand-section .shape-one {
        width: 100px;
        height: 100px;
        top: -50px;
        right: 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-section .shape-one {
        width: 100px;
        height: 100px;
        top: -50px;
        right: 10px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .brand-section .shape-one {
        width: 100px;
        height: 100px;
        top: -50px;
        right: 10px
    }
}

@media (max-width: 767px) {
    .brand-section .shape-one {
        display: none
    }
}

.brand-section .shape-two {
    left: 160px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(#fd983b), to(#e61c56));
    background: linear-gradient(0deg, #fd983b 0%, #e61c56 100%);
    position: absolute;
    width: 89px;
    height: 89px;
    bottom: -44.4px;
    z-index: 2
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .brand-section .shape-two {
        left: 30px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .brand-section .shape-two {
        left: 20px;
        width: 50px;
        height: 50px;
        bottom: -25px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-section .shape-two {
        left: 20px;
        width: 50px;
        height: 50px;
        bottom: -25px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .brand-section .shape-two {
        left: 20px;
        width: 50px;
        height: 50px;
        bottom: -25px
    }
}

@media (max-width: 767px) {
    .brand-section .shape-two {
        display: none
    }
}

.breadcrumb-area {
    padding-top: 330px;
    padding-bottom: 205px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #222222;
    z-index: 1
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .breadcrumb-area {
        padding-top: 280px;
        padding-bottom: 150px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area {
        padding-top: 250px;
        padding-bottom: 120px
    }
}

@media (max-width: 767px) {
    .breadcrumb-area {
        padding-top: 220px;
        padding-bottom: 100px
    }
}

.breadcrumb-area::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a1026), color-stop(79%, rgba(10, 16, 38, 0.58)), to(rgba(10, 16, 38, 0.16863)));
    background: linear-gradient(-180deg, #0a1026 0%, rgba(10, 16, 38, 0.58) 79%, rgba(10, 16, 38, 0.16863) 100%)
}

.breadcrumb-area .breadcrumb-text h1.page-title {
    font-size: 110px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area .breadcrumb-text h1.page-title {
        font-size: 70px
    }
}

@media (max-width: 767px) {
    .breadcrumb-area .breadcrumb-text h1.page-title {
        font-size: 40px;
        margin-bottom: 20px
    }
}

@media (max-width: 399px) {
    .breadcrumb-area .breadcrumb-text h1.page-title {
        font-size: 34px
    }
}

.breadcrumb-area .breadcrumb-text ul li {
    display: inline-block;
    font-size: 24px
}

@media (max-width: 767px) {
    .breadcrumb-area .breadcrumb-text ul li {
        font-size: 16px
    }
}

.breadcrumb-area .breadcrumb-text ul li,
.breadcrumb-area .breadcrumb-text ul li a {
    color: #fff
}

.breadcrumb-area .breadcrumb-text ul li.sep {
    font-size: 18px;
    margin: 0 15px
}

@media (max-width: 767px) {
    .breadcrumb-area .breadcrumb-text ul li.sep {
        font-size: 14px;
        margin: 0px 10px
    }
}

.pricing-box {
    background-color: #fff;
    position: relative;
    padding: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .pricing-box {
        padding: 50px 30px
    }
}

@media (max-width: 399px) {
    .pricing-box {
        padding: 50px 30px
    }
}

.pricing-box,
.pricing-box .pricing-title,
.pricing-box p,
.pricing-box .price-tag {
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.pricing-box .pricing-title {
    font-size: 35px;
    line-height: 1.143;
    font-weight: 600
}

.pricing-box p {
    margin-bottom: 30px
}

.pricing-box .price-tag {
    position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 80px;
    line-height: 1;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    color: #279e64;
    padding-left: 30px
}

@media (max-width: 399px) {
    .pricing-box .price-tag {
        font-size: 70px
    }
}

.pricing-box .price-tag::after {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 40px;
    line-height: 1;
    content: '$';
    color: #279e64;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.pricing-box .main-btn {
    margin-top: 10px
}

.pricing-box .main-btn:hover {
    color: #279e64
}

.pricing-box .pricing-icon {
    position: absolute;
    right: 40px;
    top: 30px;
    opacity: 0.1;
    z-index: 1
}

.pricing-box .pricing-icon img {
    max-width: 84px
}

.pricing-box.active {
    background-color: #279e64
}

.pricing-box.active .pricing-title,
.pricing-box.active p,
.pricing-box.active .price-tag,
.pricing-box.active .price-tag::after {
    color: #fff
}

.pricing-box.active .main-btn {
    background-color: #fff;
    color: #279e64
}

.pricing-boxes {
    background-color: #f0f8f4
}

.faq-wrap {
    position: relative
}

.faq-wrap .faq-accordion .card {
    border: none
}

.faq-wrap .faq-accordion .card .card-header {
    background-color: transparent;
    border: none;
    position: relative;
    margin: 0;
    padding: 0
}

.faq-wrap .faq-accordion .card .card-header button {
    font-size: 18px;
    color: #0a1026;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    border: none;
    background-color: transparent;
    width: 100%;
    text-align: left;
    padding: 22px 0;
    border-bottom: 2px solid #e2e2e2;
    padding-right: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-wrap .faq-accordion .card .card-header button {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .faq-wrap .faq-accordion .card .card-header button {
        font-size: 16px
    }
}

.faq-wrap .faq-accordion .card .card-header button .open-icon,
.faq-wrap .faq-accordion .card .card-header button .close-icon {
    position: absolute;
    height: 45px;
    width: 45px;
    right: 0;
    top: 50%;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.faq-wrap .faq-accordion .card .card-header button .close-icon {
    visibility: hidden
}

.faq-wrap .faq-accordion .card .card-header button .open-icon {
    visibility: visible
}

.faq-wrap .faq-accordion .card .card-header button.active-accordion {
    border-color: #279e64;
    color: #279e64
}

.faq-wrap .faq-accordion .card .card-header button.active-accordion .close-icon {
    visibility: visible
}

.faq-wrap .faq-accordion .card .card-header button.active-accordion .open-icon {
    visibility: hidden
}

.faq-wrap .faq-accordion .card .card-body {
    padding: 20px 0 10px 0;
    font-size: 14px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-sidebar {
        margin-top: 100px
    }
}

@media (max-width: 767px) {
    .faq-sidebar {
        margin-top: 100px
    }
}

.faq-sidebar .widget {
    position: relative;
    margin-bottom: 40px
}

.faq-sidebar .widget .widget-title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 35px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-sidebar .widget .widget-title {
        font-size: 22px
    }
}

@media (max-width: 574px) {
    .faq-sidebar .widget .widget-title {
        font-size: 22px
    }
}

.faq-sidebar .widget .widget-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58px;
    height: 3px;
    background-color: #279e64;
    content: ''
}

.faq-sidebar .widget.form-widget form input,
.faq-sidebar .widget.form-widget form textarea {
    width: 100%;
    height: 60px;
    background-color: #fff;
    padding-left: 30px;
    border: none;
    margin-bottom: 10px;
    background-color: #f0f8f4
}

.faq-sidebar .widget.form-widget form input,
.faq-sidebar .widget.form-widget form textarea,
.faq-sidebar .widget.form-widget form::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif
}

.faq-sidebar .widget.form-widget form input,
.faq-sidebar .widget.form-widget form textarea,
.faq-sidebar .widget.form-widget form:-ms-input-placeholder {
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif
}

.faq-sidebar .widget.form-widget form input,
.faq-sidebar .widget.form-widget form textarea,
.faq-sidebar .widget.form-widget form::-ms-input-placeholder {
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif
}

.faq-sidebar .widget.form-widget form input,
.faq-sidebar .widget.form-widget form textarea,
.faq-sidebar .widget.form-widget form::placeholder {
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif
}

.faq-sidebar .widget.form-widget form textarea {
    height: 120px;
    padding-top: 25px
}

.contact-info-boxes {
    margin-bottom: 40px
}

.contact-info-boxes .info-box {
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px
}

@media (max-width: 574px) {
    .contact-info-boxes .info-box {
        padding-left: 70px
    }
}

.contact-info-boxes .info-box.location {
    padding-left: 65px
}

@media (max-width: 574px) {
    .contact-info-boxes .info-box.location {
        padding-left: 70px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-info-boxes .info-box.location {
        padding-left: 80px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-info-boxes .info-box.location {
        padding-left: 80px
    }
}

.contact-info-boxes .info-box .icon {
    font-size: 50px;
    color: #279e64;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1
}

@media (max-width: 574px) {
    .contact-info-boxes .info-box .icon {
        font-size: 40px
    }
}

.contact-info-boxes .info-box .title {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #686868;
    margin-bottom: 10px
}

@media (max-width: 574px) {
    .contact-info-boxes .info-box .title {
        font-size: 16px
    }
}

.contact-info-boxes .info-box p.info {
    font-size: 22px;
    color: #0a1026;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 1
}

@media (max-width: 574px) {
    .contact-info-boxes .info-box p.info {
        font-size: 18px
    }
}

.contact-info-boxes .info-box p.info a {
    color: #0a1026
}

.contact-form input,
.contact-form textarea {
    height: 55px;
    width: 100%;
    padding-left: 30px;
    border: none;
    border-bottom: 2px solid #dedede;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #279e64;
    color: #279e64
}

.contact-form input,
.contact-form textarea,
.contact-form::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 600;
    color: #0a1026;
    font-family: "Poppins", sans-serif
}

.contact-form input,
.contact-form textarea,
.contact-form:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 600;
    color: #0a1026;
    font-family: "Poppins", sans-serif
}

.contact-form input,
.contact-form textarea,
.contact-form::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 600;
    color: #0a1026;
    font-family: "Poppins", sans-serif
}

.contact-form input,
.contact-form textarea,
.contact-form::placeholder {
    font-size: 16px;
    font-weight: 600;
    color: #0a1026;
    font-family: "Poppins", sans-serif
}

.contact-form textarea {
    height: 120px;
    padding-top: 20px
}

.contact-form .main-btn {
    margin-top: 10px;
    padding: 0px 100px
}

.contact-maps {
    height: 750px;
    width: 100%
}

.contact-maps iframe {
    width: 100%;
    height: 100%
}

.single-blog-post {
    margin-bottom: 60px
}

.single-blog-post .post-meta {
    margin-top: 40px
}

.single-blog-post .post-meta ul li {
    margin-right: 30px;
    display: inline-block
}

@media (max-width: 767px) {
    .single-blog-post .post-meta ul li {
        margin-right: 15px
    }
}

@media (max-width: 399px) {
    .single-blog-post .post-meta ul li {
        margin-right: 4px;
        font-size: 14px
    }
}

.single-blog-post .post-meta ul li a {
    color: #686868;
    font-family: "Poppins", sans-serif;
    font-weight: 500
}

.single-blog-post .post-meta ul li a i {
    margin-right: 10px
}

@media (max-width: 399px) {
    .single-blog-post .post-meta ul li a i {
        margin-right: 5px
    }
}

.single-blog-post .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.333;
    margin: 30px 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-post .title {
        font-size: 28px
    }
}

@media (max-width: 767px) {
    .single-blog-post .title {
        font-size: 20px
    }
}

.single-blog-post .main-btn {
    margin-top: 40px
}

@media (max-width: 767px) {
    .single-blog-post .main-btn {
        padding: 0px 35px;
        line-height: 55px
    }
}

.single-blog-post .main-btn:hover {
    background-color: #279e64;
    color: #fff
}

.single-blog-post.quote-post {
    background-color: #279e64;
    padding: 60px 50px 60px 60px;
    position: relative;
    z-index: -1
}

@media (max-width: 574px) {
    .single-blog-post.quote-post {
        padding: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog-post.quote-post {
        padding: 40px
    }
}

@media (max-width: 399px) {
    .single-blog-post.quote-post {
        padding: 30px 20px
    }
}

.single-blog-post.quote-post .title {
    color: #fff;
    margin: 0;
    letter-spacing: -1px
}

.single-blog-post.quote-post::after {
    position: absolute;
    right: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: url(../img/quote.png);
    z-index: -1
}

.single-blog-post.quote-post .quote-author {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    position: relative;
    padding-left: 70px;
    margin-top: 18px;
    line-height: 1;
    color: #fff;
    position: relative
}

@media (max-width: 399px) {
    .single-blog-post.quote-post .quote-author {
        font-size: 16px
    }
}

.single-blog-post.quote-post .quote-author::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    height: 3px;
    width: 50px;
    content: ''
}

.pagination-wrap ul li {
    display: inline-block
}

.pagination-wrap ul li a {
    display: block;
    border: 2px solid #e5e5e5;
    color: #859aaa;
    font-size: 18px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    margin-right: 8px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    font-family: "Poppins", sans-serif;
    font-weight: 500
}

@media (max-width: 574px) {
    .pagination-wrap ul li a {
        height: 50px;
        width: 50px;
        line-height: 48px;
        font-size: 14px
    }
}

@media (max-width: 399px) {
    .pagination-wrap ul li a {
        height: 45px;
        width: 45px;
        line-height: 43px;
        margin-right: 5px
    }
}

.pagination-wrap ul li a.active,
.pagination-wrap ul li a:hover {
    -webkit-box-shadow: 0px 10px 49.5px 0.5px rgba(255, 198, 0, 0.78);
    box-shadow: 0px 10px 49.5px 0.5px rgba(255, 198, 0, 0.78);
    background-color: #ffc600;
    color: #111111
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-sidebar {
        margin-top: 100px
    }
}

@media (max-width: 767px) {
    .blog-sidebar {
        margin-top: 100px
    }
}

.blog-sidebar .widget {
    background-color: #eeeff3;
    padding: 50px 30px;
    position: relative;
    margin-bottom: 40px
}

.blog-sidebar .widget::before {
    position: absolute;
    content: '';
    background-color: #279e64;
    left: 75px;
    right: 75px;
    height: 3px;
    top: 0
}

.blog-sidebar .widget .widget-title {
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px
}

.blog-sidebar .widget .widget-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    content: '';
    background-color: #279e64
}

.blog-sidebar .widget.search-widget {
    padding: 30px
}

.blog-sidebar .widget.search-widget form {
    position: relative
}

.blog-sidebar .widget.search-widget form input {
    width: 100%;
    height: 70px;
    background-color: #fff;
    padding-left: 25px;
    padding-right: 50px;
    border: none
}

.blog-sidebar .widget.search-widget form button {
    border: none;
    background-color: transparent;
    color: #279e64;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 2
}

.blog-sidebar .widget.category-widget ul li {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e2e2e2;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.blog-sidebar .widget.category-widget ul li a {
    color: #686868;
    display: block;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.blog-sidebar .widget.category-widget ul li a:hover {
    color: #279e64
}

.blog-sidebar .widget.category-widget ul li i {
    float: right;
    font-size: 14px
}

.blog-sidebar .widget.category-widget ul li::after {
    display: block;
    clear: both;
    content: ''
}

.blog-sidebar .widget.category-widget ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.blog-sidebar .widget.category-widget ul li:hover {
    padding-left: 10px
}

.blog-sidebar .widget.recent-post-widget ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-sidebar .widget.recent-post-widget ul li {
        display: block
    }
}

@media (max-width: 574px) {
    .blog-sidebar .widget.recent-post-widget ul li {
        display: block
    }
}

.blog-sidebar .widget.recent-post-widget ul li:last-child {
    margin-bottom: 0
}

.blog-sidebar .widget.recent-post-widget ul li .post-img {
    height: 100px;
    width: 120px;
    min-width: 120px;
    background-color: #b7b7b7;
    margin-right: 20px;
    background-position: center;
    background-size: cover
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-sidebar .widget.recent-post-widget ul li .post-img {
        width: 100%;
        height: 140px;
        margin-bottom: 15px
    }
}

@media (max-width: 574px) {
    .blog-sidebar .widget.recent-post-widget ul li .post-img {
        width: 100%;
        height: 140px;
        margin-bottom: 15px
    }
}

.blog-sidebar .widget.recent-post-widget ul li h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

.blog-sidebar .widget.recent-post-widget ul li h6 a {
    color: #0a1026;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.blog-sidebar .widget.recent-post-widget ul li h6 a:hover {
    color: #279e64
}

.blog-sidebar .widget.recent-post-widget ul li span.date {
    font-size: 14px
}

.blog-sidebar .widget.tag-widget {
    padding-bottom: 42px
}

.blog-sidebar .widget.tag-widget ul li {
    margin-right: 8px;
    display: inline-block;
    margin-bottom: 8px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-sidebar .widget.tag-widget ul li {
        margin-right: 3px
    }
}

@media (max-width: 399px) {
    .blog-sidebar .widget.tag-widget ul li {
        margin-right: 3px
    }
}

.blog-sidebar .widget.tag-widget ul li a {
    font-size: 14px;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    background-color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    color: #686868
}

.blog-sidebar .widget.tag-widget ul li a:hover {
    background-color: #279e64;
    color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-sidebar .widget.tag-widget ul li a {
        padding: 10px
    }
}

@media (max-width: 399px) {
    .blog-sidebar .widget.tag-widget ul li a {
        padding: 10px
    }
}

.blog-sidebar .widget.ad-widget {
    padding: 0;
    background-color: transparent
}

.blog-sidebar .widget.ad-widget::before {
    display: none
}

.blog-details-wrap .post-content .post-meta {
    margin-top: 40px
}

.blog-details-wrap .post-content .post-meta ul li {
    margin-right: 30px;
    display: inline-block
}

@media (max-width: 767px) {
    .blog-details-wrap .post-content .post-meta ul li {
        margin-right: 15px
    }
}

@media (max-width: 399px) {
    .blog-details-wrap .post-content .post-meta ul li {
        margin-right: 4px;
        font-size: 14px
    }
}

.blog-details-wrap .post-content .post-meta ul li a {
    color: #686868;
    font-family: "Poppins", sans-serif;
    font-weight: 500
}

.blog-details-wrap .post-content .post-meta ul li a i {
    margin-right: 10px
}

@media (max-width: 399px) {
    .blog-details-wrap .post-content .post-meta ul li a i {
        margin-right: 5px
    }
}

.blog-details-wrap .post-content .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.333;
    margin: 30px 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-wrap .post-content .title {
        font-size: 28px
    }
}

@media (max-width: 767px) {
    .blog-details-wrap .post-content .title {
        font-size: 20px
    }
}

.blog-details-wrap .post-content blockquote {
    position: relative;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #0a1026;
    padding: 40px;
    line-height: 1.4
}

@media (max-width: 767px) {
    .blog-details-wrap .post-content blockquote {
        font-size: 18px
    }
}

@media (max-width: 399px) {
    .blog-details-wrap .post-content blockquote {
        padding: 40px 30px
    }
}

.blog-details-wrap .post-content blockquote::after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: auto;
    width: 5px;
    content: '';
    background-color: #279e64
}

.blog-details-wrap .post-content blockquote span {
    font-size: 16px;
    font-weight: 700;
    font-family: "Heebo", sans-serif;
    color: #279e64;
    display: block;
    padding-top: 20px;
    line-height: 1
}

@media (max-width: 767px) {
    .blog-details-wrap .post-content blockquote span {
        font-size: 14px
    }
}

.blog-details-wrap .post-content .post-tag li {
    display: inline-block;
    font-size: 14px
}

.blog-details-wrap .post-content .post-tag li a {
    color: #686868
}

.blog-details-wrap .post-content .post-tag li.list-title {
    color: #0a1026;
    font-weight: 600;
    font-family: "Poppins", sans-serif
}

.blog-details-wrap .post-content .social-share {
    text-align: right
}

@media (max-width: 574px) {
    .blog-details-wrap .post-content .social-share {
        text-align: left;
        margin-top: 30px
    }
}

.blog-details-wrap .post-content .social-share li {
    display: inline-block;
    margin-right: 8px
}

.blog-details-wrap .post-content .social-share li a {
    color: #686868;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    font-size: 12px;
    background-color: #e1e4ec;
    line-height: 30px;
    border-radius: 50%;
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.blog-details-wrap .post-content .social-share li a:hover {
    background-color: #279e64;
    color: #fff
}

.blog-details-wrap .post-mav a {
    background-color: #eeeff3;
    background-size: cover;
    background-position: center;
    padding: 30px 40px;
    font-family: "Poppins", sans-serif;
    color: #333333;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-wrap .post-mav a {
        padding: 30px 20px
    }
}

@media (max-width: 767px) {
    .blog-details-wrap .post-mav a.prev-post {
        margin-bottom: 30px
    }
}

@media (max-width: 399px) {
    .blog-details-wrap .post-mav a {
        padding: 30px 20px
    }
}

.blog-details-wrap .post-mav a,
.blog-details-wrap .post-mav a::after,
.blog-details-wrap .post-mav a span {
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.blog-details-wrap .post-mav a::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #02060e;
    content: '';
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.blog-details-wrap .post-mav a span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
    opacity: 0;
    visibility: hidden
}

.blog-details-wrap .post-mav a:hover {
    color: #fff
}

.blog-details-wrap .post-mav a:hover::after,
.blog-details-wrap .post-mav a:hover span {
    visibility: visible;
    opacity: 1
}

.blog-details-wrap .post-mav a:hover::after {
    opacity: 0.65
}

.blog-details-wrap .post-author {
    padding: 50px 50px 50px 215px;
    position: relative;
    border: 2px solid #eee
}

@media (max-width: 574px) {
    .blog-details-wrap .post-author {
        padding: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-wrap .post-author {
        padding: 40px 40px 40px 200px
    }
}

.blog-details-wrap .post-author .author-img {
    position: absolute;
    left: 50px;
    top: 50px
}

@media (max-width: 574px) {
    .blog-details-wrap .post-author .author-img {
        position: unset;
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-wrap .post-author .author-img {
        left: 40px
    }
}

.blog-details-wrap .post-author .author-img img {
    max-width: 130px;
    max-height: 130px;
    border-radius: 50%
}

.blog-details-wrap .post-author .about-author h5 {
    font-size: 20px;
    margin-bottom: 20px
}

.blog-details-wrap .post-author .about-author .social-link {
    margin-top: 20px
}

.blog-details-wrap .post-author .about-author .social-link li {
    display: inline-block;
    margin-right: 8px
}

.blog-details-wrap .post-author .about-author .social-link li a {
    color: #686868;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    font-size: 14px;
    background-color: #e1e4ec;
    line-height: 30px;
    border-radius: 50%;
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.blog-details-wrap .post-author .about-author .social-link li a:hover {
    background-color: #279e64;
    color: #fff
}

.blog-details-wrap .comments-area {
    padding-top: 60px
}

.blog-details-wrap .comments-area .title {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px
}

@media (max-width: 399px) {
    .blog-details-wrap .comments-area .title {
        font-size: 26px
    }
}

.blog-details-wrap .comments-area .title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 45px;
    content: '';
    background-color: #279e64
}

.blog-details-wrap .comments-area .comments-list {
    margin-top: 40px
}

.blog-details-wrap .comments-area .comments-list li {
    position: relative;
    padding-left: 128px;
    margin-bottom: 45px
}

@media (max-width: 574px) {
    .blog-details-wrap .comments-area .comments-list li {
        padding-left: 100px
    }
}

.blog-details-wrap .comments-area .comments-list li:last-child {
    margin-bottom: 0
}

.blog-details-wrap .comments-area .comments-list li .comment-author {
    position: absolute;
    left: 0;
    top: 10px
}

.blog-details-wrap .comments-area .comments-list li .comment-author img {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

@media (max-width: 574px) {
    .blog-details-wrap .comments-area .comments-list li .comment-author img {
        width: 80px;
        height: 80px
    }
}

.blog-details-wrap .comments-area .comments-list li .comment-desc p {
    font-size: 14px
}

.blog-details-wrap .comments-area .comments-list li .comment-desc h5 {
    font-size: 18px;
    margin-bottom: 20px
}

@media (max-width: 574px) {
    .blog-details-wrap .comments-area .comments-list li .comment-desc h5 {
        margin-bottom: 15px
    }
}

.blog-details-wrap .comments-area .comments-list li .comment-desc h5 span.date {
    font-size: 13px;
    font-weight: 500;
    padding-left: 15px
}

@media (max-width: 574px) {
    .blog-details-wrap .comments-area .comments-list li .comment-desc h5 span.date {
        display: block;
        padding-left: 0;
        padding-top: 8px
    }
}

.blog-details-wrap .comments-area .comments-list li .comment-desc .reply-links {
    font-size: 14px;
    color: #686868;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block
}

@media (max-width: 574px) {
    .blog-details-wrap .comments-area .comments-list li .comment-desc .reply-links {
        margin-top: 10px
    }
}

.blog-details-wrap .comments-area .comments-list li .comment-desc .reply-links i {
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    font-size: 12px;
    margin-left: 10px;
    visibility: hidden;
    opacity: 0;
    color: #279e64
}

.blog-details-wrap .comments-area .comments-list li .comment-desc .reply-links:hover {
    color: #279e64
}

.blog-details-wrap .comments-area .comments-list li .comment-desc .reply-links:hover i {
    visibility: visible;
    opacity: 1
}

.blog-details-wrap .comments-area .comments-list li ul.child {
    margin-left: -68px
}

@media (max-width: 574px) {
    .blog-details-wrap .comments-area .comments-list li ul.child {
        margin-left: -80px
    }
}

.blog-details-wrap .comments-area .comments-list li ul.child li {
    margin-bottom: 0;
    margin-top: 45px
}

.blog-details-wrap .comments-area form {
    margin-top: 40px
}

.blog-details-wrap .comments-area form input,
.blog-details-wrap .comments-area form textarea {
    width: 100%;
    height: 70px;
    border: none;
    padding-left: 20px;
    padding-right: 40px;
    border: 2px solid #eee
}

.blog-details-wrap .comments-area form input,
.blog-details-wrap .comments-area form textarea,
.blog-details-wrap .comments-area form::-webkit-input-placeholder {
    font-size: 14px;
    color: #686868;
    font-family: "Poppins", sans-serif
}

.blog-details-wrap .comments-area form input,
.blog-details-wrap .comments-area form textarea,
.blog-details-wrap .comments-area form:-ms-input-placeholder {
    font-size: 14px;
    color: #686868;
    font-family: "Poppins", sans-serif
}

.blog-details-wrap .comments-area form input,
.blog-details-wrap .comments-area form textarea,
.blog-details-wrap .comments-area form::-ms-input-placeholder {
    font-size: 14px;
    color: #686868;
    font-family: "Poppins", sans-serif
}

.blog-details-wrap .comments-area form input,
.blog-details-wrap .comments-area form textarea,
.blog-details-wrap .comments-area form::placeholder {
    font-size: 14px;
    color: #686868;
    font-family: "Poppins", sans-serif
}

.blog-details-wrap .comments-area form textarea {
    height: 140px;
    padding-top: 20px;
    line-height: 1
}

.blog-details-wrap .comments-area form .input-group {
    position: relative
}

.blog-details-wrap .comments-area form .input-group span.icon {
    position: absolute;
    right: 30px;
    color: #279e64;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog-details-wrap .comments-area form .main-btn {
    padding: 0 50px
}

.blog-details-wrap .comments-area form .main-btn:hover {
    background-color: #279e64;
    color: #fff
}

footer {
    background-color: #00a1d4;
    position: relative;
    z-index: 1
}

footer .footer-widget-area p,
footer .footer-widget-area a,
footer .footer-widget-area {
    color: #a9b2d5
}

footer .footer-widget-area .widget .widget-title {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 600
}

footer .footer-widget-area .widget .social-link {
    margin-top: 35px
}

footer .footer-widget-area .widget .social-link li {
    display: inline-block;
    margin-right: 8px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    footer .footer-widget-area .widget .social-link li {
        margin-right: 4px
    }
}

@media (max-width: 767px) {
    footer .footer-widget-area .widget .social-link li {
        margin-right: 5px
    }
}

footer .footer-widget-area .widget .social-link li a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #273157;
    font-size: 18px;
    color: #717fb2;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

footer .footer-widget-area .widget .social-link li a:hover {
    color: #fff;
    background-color: #5798fe
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    footer .footer-widget-area .widget .social-link li a {
        height: 40px;
        width: 40px;
        line-height: 40px
    }
}

@media (max-width: 767px) {
    footer .footer-widget-area .widget .social-link li a {
        height: 40px;
        width: 40px;
        font-size: 16px;
        line-height: 40px
    }
}

footer .footer-widget-area .widget.nav-widget ul li {
    line-height: 33px
}

footer .footer-widget-area .widget.nav-widget ul li a {
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

footer .footer-widget-area .widget.nav-widget ul li a i {
    font-size: 12px;
    margin-right: 5px
}

footer .footer-widget-area .widget.nav-widget ul li a:hover {
    color: #279e64
}

footer .footer-widget-area .widget .contact-info h3 {
    font-size: 30px;
    color: #dce3ff;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 25px
}

@media (max-width: 399px) {
    footer .footer-widget-area .widget .contact-info h3 {
        font-size: 24px;
        line-height: 30px
    }
}

footer .footer-widget-area .widget .contact-info ul li {
    font-size: 18px;
    margin-bottom: 10px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    footer .footer-widget-area .widget .contact-info ul li {
        font-size: 14px
    }
}

footer .footer-widget-area .widget .contact-info ul li i {
    color: #279e64;
    margin-right: 10px
}

footer .footer-widget-area .widget.instagram-widget .insta-loop {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    footer .footer-widget-area .widget.instagram-widget .insta-loop {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width: 574px) {
    footer .footer-widget-area .widget.instagram-widget .insta-loop {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr)
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer .footer-widget-area .widget.instagram-widget .insta-loop {
        -ms-grid-rows: (auto)[1];
        grid-template-rows: repeat(1, auto);
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        grid-row-gap: 0
    }
}

footer .subscribe-form .subs-inner {
    padding: 30px;
    background-color: #ffc600
}

footer .subscribe-form .subs-inner form input {
    width: 100%;
    height: 80px;
    padding-left: 40px;
    background-color: #fff;
    border: none
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    footer .subscribe-form .subs-inner form input {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    footer .subscribe-form .subs-inner form input {
        margin-bottom: 15px
    }
}

@media (max-width: 399px) {
    footer .subscribe-form .subs-inner form input {
        height: 60px;
        padding-left: 20px
    }
}

footer .subscribe-form .subs-inner form input,
footer .subscribe-form .subs-inner form::-webkit-input-placeholder {
    font-size: 16px;
    color: #686868
}

footer .subscribe-form .subs-inner form input,
footer .subscribe-form .subs-inner form:-ms-input-placeholder {
    font-size: 16px;
    color: #686868
}

footer .subscribe-form .subs-inner form input,
footer .subscribe-form .subs-inner form::-ms-input-placeholder {
    font-size: 16px;
    color: #686868
}

footer .subscribe-form .subs-inner form input,
footer .subscribe-form .subs-inner form::placeholder {
    font-size: 16px;
    color: #686868
}

@media (max-width: 399px) {
    footer .subscribe-form .subs-inner form input,
    footer .subscribe-form .subs-inner form::-webkit-input-placeholder {
        font-size: 14px
    }
    footer .subscribe-form .subs-inner form input,
    footer .subscribe-form .subs-inner form:-ms-input-placeholder {
        font-size: 14px
    }
    footer .subscribe-form .subs-inner form input,
    footer .subscribe-form .subs-inner form::-ms-input-placeholder {
        font-size: 14px
    }
    footer .subscribe-form .subs-inner form input,
    footer .subscribe-form .subs-inner form::placeholder {
        font-size: 14px
    }
}

footer .subscribe-form .subs-inner form button {
    height: 80px;
    width: 100%;
    background-color: #279e64;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 700;
    font-family: "Poppins", sans-serif
}

@media (max-width: 399px) {
    footer .subscribe-form .subs-inner form button {
        height: 60px;
        font-size: 14px
    }
}

footer .subscribe-form .subs-inner form button i {
    margin-left: 10px;
    font-size: 12px
}

footer .copyright-area {
    color: #9aacbb;
    font-size: 14px
}

footer .footer-nav ul {
    text-align: center;
    padding: 30px 0;
    border-top: 2px solid #121a38
}

@media (max-width: 574px) {
    footer .footer-nav ul::after {
        display: block;
        clear: both;
        content: ''
    }
}

footer .footer-nav ul li {
    display: inline-block;
    margin: 0 25px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    footer .footer-nav ul li {
        margin: 0px 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer .footer-nav ul li {
        margin: 0px 10px
    }
}

@media (max-width: 574px) {
    footer .footer-nav ul li {
        width: 50%;
        float: left;
        margin: 0;
        margin-bottom: 10px
    }
    footer .footer-nav ul li::after {
        display: block;
        clear: both;
        content: ''
    }
}

footer .footer-nav ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    line-height: 30px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

footer .footer-nav ul li a i {
    margin-left: 5px
}

footer .footer-nav ul li.active a,
footer .footer-nav ul li:hover a {
    color: #279e64
}

footer::after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/footer-shape.png);
    content: '';
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: -1
}

footer.footer-two::before {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/footer-map.png);
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 0.5
}

footer.footer-two::after {
    background-image: url(../img/footer-shape-2.png)
}

.go-top-area {
    position: relative;
    z-index: 9999
}

.go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #ffffff;
    background-color: #279e64;
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .9s ease-out 0s;
    transition: all .9s ease-out 0s;
    border-right: 0
}

.go-top-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.go-top-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%
}

.go-top-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #279e64;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.go-top-area .go-top:focus,
.go-top-area .go-top:hover {
    color: #fff
}

.go-top-area .go-top:focus::before,
.go-top-area .go-top:hover::before {
    opacity: 1;
    visibility: visible
}

.go-top-area .go-top:focus i:first-child,
.go-top-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top-area .go-top:focus i:last-child,
.go-top-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.go-top-area .go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .go-top-area .go-top.active {
        top: 93%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .go-top-area .go-top.active {
        top: 93%
    }
}

.go-top-wrap {
    position: relative
}

.go-top-wrap .go-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #279e64
}

.go-top-wrap .go-top-btn i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff
}

.go-top-wrap .go-top-btn::after {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background: #279e64
}

.go-top-wrap .go-top-btn:hover {
    background-color: #000;
    color: #fff
}


/*# sourceMappingURL=style.min.css.map */


.lus {
    display: block;
    color: rgb(255, 255, 255);
    padding: 8px 16px;
    text-decoration: none;
  }
  
  /* Change the link color on hover */
  .lus:hover {
    background-color: #555;
    color: white;
  }
  


  .tabs {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #tab-button li {
    display: table-cell;
    width: 20%;
  }
  #tab-button li a {
    display: block;
    padding: .5em;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    color: rgb(140, 140, 140);
    text-decoration: none;
  }
  #tab-button li:not(:first-child) a {
    border-left: none;
  }
  #tab-button li a:hover,
  #tab-button .is-active a {
    border-bottom-color: transparent;
    background: #013467;
    color: rgb(255, 255, 255);
  }
  .tab-contents {
    padding: .5em 2em 1em;
    border: 1px solid #ddd;
  }
  
  
  
  .tab-button-outer {
    display: none;
  }
  .tab-contents {
    margin-top: 20px;
  }
  @media screen and (min-width: 768px) {
    .tab-button-outer {
      position: relative;
      z-index: 2;
      display: block;
    }
    .tab-select-outer {
      display: none;
    }
    .tab-contents {
      position: relative;
      top: -1px;
      margin-top: 0;
    }
  }

  .gallery{
    min-height: 100vh;
    background:#eee;
    padding-bottom: 100px;
}

.gallery .controls{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding:20px 0;
    list-style: none;
}

.gallery .controls .buttons{
    height:40px;
    width: 140px;
    background:#fff;
    color:#666;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    margin:20px;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    text-align: center;
}

.gallery .controls .buttons.active{
    background:coral;
    color:#fff;
}

.gallery .image-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery .image-container .image{
    height:250px;
    width: 350px;
    overflow: hidden;
    border:15px solid #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    margin: 20px;
}

.gallery .image-container .image img{
    height: 100%;
    width:100%;
    object-fit: cover;
}

.gallery .image-container .image:hover img{
    transform: scale(1.4);
}

.txd{
    color: #848484;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border: 1px
 solid #eeeeee;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 8px 10px;
    display: block;
    transition: all 0.23s ease-in-out;
    -moz-transition: all 0.23s ease-in-out;
    -webkit-transition: all 0.23s ease-in-out;
    -o-transition: all 0.23s ease-in-out;
}
.txdd{

    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    margin: 0;
    overflow: auto;
    vertical-align: top;
    line-height: inherit;
    background-image: none;
    color: #848484;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #eeeeee;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 8px 10px;
    display: block;
    -webkit-transition: all 0.23s ease-in-out;
    height: 156px;
}

.txddd{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    margin: 0;
    line-height: inherit;
    cursor: pointer;
    -webkit-appearance: button;
    border-radius: 0px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding: 65px 20px;
    background: #003366;
    border: none;
    outline: none;
    -webkit-transition: all 0.23s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    font-family: 'FontAwesome', 'Open Sans', sans-serif;
    font-size: 16px;
}


.buttonst{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 22px;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: all 0.23s ease-in-out;
    display: block;
    background: #003366;
    
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    padding: 14px 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid transparent;
    -webkit-backface-visibility: hidden;
    position: relative;
}

.buttonst  a {
    color: #ffffff !important;
}



.buttonst:hover{
    background: #626263;
    color: white;
}

#menu ul ul  {
    display:none;
    
   }

   #menu ul ul li {
    float:none;
    width:150px
   }

   #menu ul ul a {
    line-height:120%;
    padding:10px 15px;
   }

   #menu ul ul li:hover {
   background-color: #003366;
   }
   #menu ul li:hover > ul {
    display:block;
   }

   .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }