@import url('142465dbd32a4bd8a961d4eb89d75520.css');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('animation.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('layer.css');
@import url('iconfont.css');
@import url('animate.css');
@import url('animation.css');

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%
}

.clear {
    clear: both
}

.sends {
    width: 210px;
    height: 63px;
    background-color: rgba(249, 117, 52, 1);
    font-size: 24px;
    color: white;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 10px
}

.sends:hover {
    background-color: rgba(249, 117, 52, 0.8)
}

body {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: Arial,"Microsoft YaHei","Helvetica Neue",Helvetica,"Open Sans",sans-serif,STXihei,"Myriad Set Pro",STHeitiSC-Light,lato,"PingFang SC"
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333333
}

a:hover {
    text-decoration: none;
    outline: none;
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: Arial,"Microsoft YaHei","Helvetica Neue",Helvetica,"Open Sans",sans-serif,STXihei,"Myriad Set Pro",STHeitiSC-Light,lato,"PingFang SC"
}

textarea {
    overflow: hidden
}

button {
    outline: none !important;
    cursor: pointer
}

p,
.text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #555555;
    margin: 0
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-input-placeholder {
    color: inherit
}

::-ms-input-placeholder {
    color: inherit
}

.auto-container {
    position: static;
    max-width: 1600px;
    margin: 0 auto;
    z-index: 10
}

.large-container {
    position: static;
    max-width: 1600px;
    padding: 0px 15px;
    margin: 0 auto
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 9
}

a:focus {
    box-shadow: none !important
}

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

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px
}

.centered {
    text-align: center !important
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    padding: 3px 20px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
    background-color: #f97534;
    text-transform: uppercase;
    box-shadow: 0px 8px 15px rgba(217, 217, 217, 0.50)
}

.btn-style-one:before {
    top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    transform-origin: 0 100% 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s
}

.btn-style-one .icon {
    position: relative;
    margin-right: 10px;
    top: -8px
}

.btn-style-one i {
    position: relative;
    font-style: normal;
    line-height: 18px
}

.btn-style-one:hover {
    color: #ffffff
}

.btn-style-one:hover::before {
    opacity: 1;
    color: #ffffff;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background-color: #333333
}

#right h4 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px
}

/* .info{margin-bottom:14px;} */
.info p {
    width: 70%;
}

.faq-sec h2 {
    color: #333;
    font-size: 1.7em;
    font-weight: bold;
}

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 42px;
    font-weight: 300;
    overflow: hidden;
    border-radius: 50px;
    letter-spacing: 1px;
    background-color: #509B7D;
    text-transform: capitalize;
}

.btn-style-two:before {
    top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    transform-origin: 0 100% 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s
}

.btn-style-two .arrow {
    position: relative;
    margin-left: 5px
}

.btn-style-two i {
    position: relative;
    font-style: normal
}

.btn-style-two:hover {
    color: #ffffff
}

.btn-style-two:hover::before {
    opacity: 1;
    color: #ffffff;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background-color: #333333
}

.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 50px;
    font-weight: 300;
    overflow: hidden;
    border-radius: 50px;
    letter-spacing: 1px;
    background: none;
    text-transform: capitalize;
    border: 2px solid rgba(255, 255, 255, 0.10);
}

.btn-style-three:before {
    top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    transform-origin: 0 100% 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s
}

.btn-style-three .arrow {
    position: relative;
    margin-left: 5px
}

.btn-style-three i {
    position: relative;
    font-style: normal
}

.btn-style-three span {
    position: relative
}

.btn-style-three:hover {
    color: #ffffff;
    border-color: #509B7D
}

.btn-style-three:hover::before {
    opacity: 1;
    color: #ffffff;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background-color: #509B7D
}

.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #222222;
    padding: 8px 22px;
    font-weight: 300;
    overflow: hidden;
    border-radius: 50px;
    letter-spacing: 1px;
    background: none;
    text-transform: capitalize;
    border: 2px solid #d7dee4;
    font-family: 'Helvetica,Arial,sans-serif', arial
}

.btn-style-four:before {
    top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    transform-origin: 0 100% 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s
}

.btn-style-four .arrow {
    position: relative;
    margin-left: 5px
}

.btn-style-four i {
    position: relative;
    font-style: normal
}

.btn-style-four:hover {
    color: #ffffff;
    border-color: #509B7D
}

.btn-style-four:hover::before {
    opacity: 1;
    color: #ffffff;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background-color: #509B7D
}

.btn-style-five {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 8px 32px;
    font-weight: 300;
    overflow: hidden;
    border-radius: 50px;
    border: 2px solid #509B7D;
    background-color: #509B7D;
    text-transform: capitalize;
}

.btn-style-five .arrow {
    position: relative;
    margin-left: 5px
}

.btn-style-five:hover {
    color: #509B7D;
    background: none
}

.btn-style-six {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #222222;
    padding: 8px 41px;
    font-weight: 300;
    overflow: hidden;
    border-radius: 50px;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    text-transform: capitalize;
}

.btn-style-six .arrow {
    position: relative;
    margin-left: 5px
}

.btn-style-six:hover {
    color: #ffffff;
    background: none
}

.btn-style-seven {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 55px;
    font-weight: 300;
    overflow: hidden;
    border-radius: 50px;
    letter-spacing: 1px;
    background: none;
    text-transform: capitalize;
    border: 2px solid rgba(255, 255, 255, 1);
}

.btn-style-seven:before {
    top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    transform-origin: 0 100% 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s
}

.btn-style-seven .arrow {
    position: relative;
    margin-left: 5px
}

.btn-style-seven i {
    position: relative;
    font-style: normal
}

.btn-style-seven:hover {
    color: #ffffff;
    border-color: #509B7D
}

.btn-style-seven:hover::before {
    opacity: 1;
    color: #ffffff;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background-color: #509B7D
}

.btn-style-eight {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #222222;
    padding: 10px 40px;
    font-weight: 300;
    overflow: hidden;
    border-radius: 50px;
    border: 2px solid #e9eef3;
    background-color: #e9eef3;
    text-transform: capitalize;
}

.btn-style-eight .arrow {
    position: relative;
    margin-left: 5px
}

.btn-style-eight:hover {
    color: #509B7D;
    background: none;
    border-color: #509B7D
}

.list-style-one {
    position: relative
}

.list-style-one li {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 12px
}

.list-style-one li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 12px;
    line-height: 24px;
    color: #509B7D;
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.list-style-one li a:hover {
    color: #44bce2
}

.list-style-two {
    position: relative
}

.list-style-two li {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #222222;
    font-weight: 400;
    padding-left: 45px;
    margin-bottom: 14px
}

.list-style-two li:before {
    position: absolute;
    left: 0px;
    top: 12px;
    height: 1px;
    width: 30px;
    background-color: #509B7D;
    content: ""
}

.list-style-two li a:hover {
    color: #44bce2
}

.list-style-three {
    position: relative
}

.list-style-three li {
    position: relative;
    color: #333333;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 26px;
    padding-left: 40px
}

.list-style-three li:before {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #509B7D;
    font-size: 24px;
    line-height: 1.2em;
    content: "\f19c";
}

.list-style-three li span {
    font-weight: 300;
    color: #222222;
    font-size: 20px;
    display: block;
    margin-bottom: 12px;
}

.list-style-four {
    position: relative
}

.list-style-four li {
    position: relative;
    font-size: 15px;
    line-height: 1.9em;
    color: #333333;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 18px
}

.list-style-four li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: 600;
    color: #509B7D;
    content: "\f17e";
}

.list-style-four li a:hover {
    color: #44bce2
}

/* 发展历程 */
.about-history li {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.about-history li:before,
.about-history li:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
    border-left: 1px solid #ddd;
}

.about-history li:after {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #aaa;
    border: none;
}

.about-history li:hover:after {
    background-color: #509B7D;
}

.about-history li .time {
    float: left;
    width: 50%;
    height: 100%;
    padding: 0 2.5vw;
    font-size: 42px;
    font-weight: 700;
    line-height: 35px;
    text-align: right;
    position: absolute;
    top: 0;
}

.about-history li .time span {
    position: absolute;
    top: 50%;
    right: 2.5vw;
    transform: translateY(-50%);
}

.about-history li:nth-child(2n) .time span {
    right: auto;
    left: 2.5vw;
}

.about-history li .txt {
    float: right;
    width: 50%;
    padding: 0 2.5vw;
    color: #7c7c7c;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
}

.about-history li:nth-child(2n) .time {
    float: right;
    text-align: left;
    right: 0;
}

.about-history li:nth-child(2n) .time span {
    right: auto;
    left: 2.5vw;
}

.about-history li:nth-child(2n) .txt {
    float: left;
    text-align: right;
}

/* End发展历程 */
.theme_color {
    color: #f77434
}

.pull-right {
    float: right;
}

.pull-left {
    float: left
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg)
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.dropdown-toggle::after {
    display: none
}

.fa {
    line-height: inherit
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 30px;
    height: 60px;
    width: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #1b1a1c;
    display: none;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.scroll-to-top:hover {
    background: #509B7D
}

/*********************************** header & footer & side-bar*************************************** */
/* header */
.head {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    background-color: #fff;
    border-top: #f7620e 4px solid;
}

.logo {
    float: left;
}

.head_r {
    float: left;
    width: 70%;
}

.head .top_search {
    display: none\9;
    position: absolute;
    top: 0;
    right: calc(10% + 10px);
    right: 10%\9;
    z-index: 1100;
    width: 40%;
    background-color: transparent;
    opacity: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: right;
    transform-origin: right;
    transition: .4s;
}

.head .nav {
    width: 100%;
    height: 80px;
    display: block;
}

.nav {
    position: relative;
}

.nav ul {
    list-style: none;
    text-align: center;
}

.fix:after,
.fix:before {
    display: table;
    clear: both;
    content: '';
}

.nav-marker {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 10001;
    height: 3px;
    background: #c7000b;
    transition: .3s;
}

.nav ul li {
    opacity: 1;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    transform-origin: center center;
    transition: .3s;
}

.nav>ul>li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    margin: 0 10px;
}

.nav>ul>li a {
    display: block;
    position: relative;
    z-index: 1000;
    padding: 0 5px;
    color: #444;
    font-size: 16px;
}

.head .nav .sevNav {
    top: 79px;
    /* display: block !important; */
    /* display: none !important; */
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: .46s ease-in-out;
}

.sevNav {
    display: none;
    position: absolute;
    left: 0;
    z-index: 9999;
    width: 580px;
    background-color: #fff;
    transition: 1s ease;
    border: 1px #ccc solid;
}

.sevNav ul {
    float: left;
    width: 45%;
    padding: 10px;
}

.nav ul {
    list-style: none;
    text-align: center;
}

.sevNav .img {
    float: left;
    width: 55%;
    padding: 10px;
    overflow: hidden;
}

.sevNav ul li.wide {
    width: 90%;
}

.sevNav ul li {
    display: block;
    float: left;
    margin-left: 5%;
    border-bottom: 1px #e9e9e9 solid;
    overflow: hidden;
}

.top_search form {
    width: 100%;
    height: 46px;
    margin-top: 17px;
    border: 0.5px solid #EEEEEE;
    background-color: #fcfcfc;
    overflow: hidden;
    transition: .3s;
}

.top_search #keywords {
    opacity: 0;
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -ms-transform-origin: left;
    transform-origin: left;
    transition: .2s .35s;
}

#keywords {
    display: inline-block;
    float: left;
    width: 90%;
    height: 100%;
    padding: 0 16px;
    font-size: 16px;
    color: #888;
    border: none;
    outline: 0;
    background-color: transparent;
}

.top_search #searchSubmit {
    -ms-transform: scale(0);
    transform: scale(0);
    transition: .2s .3s;
}

#searchSubmit {
    float: left;
    width: 10%;
    height: 100%;
    padding-right: 16px;
    border: none;
    outline: 0;
    text-align: right;
    background-color: transparent;
}

.nav-btn-plu {
    float: left;
    width: 10%;
    text-align: right;
}

.nav-btn-plu span {
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
    font-family: iconfont;
    font-size: 24px;
    color: #666;
}

#menu-mobile-btn {
    display: none;
    width: 0\9;
    height: 0\9;
    overflow: hidden\9;
}

.sevNav ul li a {
    display: block;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #555;
    text-align: center;
    font-weight: 400;
}

.nav>ul>li a {
    display: block;
    position: relative;
    z-index: 1000;
    padding: 0 5px;
    color: #444;
    font-size: 16px;
}

/* 添得与复制 */
.mobil-drop-btn {
    display: none;
}

.nav>ul>li:hover>a {
    color: #c7000b
}

.sevNav ul li a:hover {
    color: #fff;
    background-color: #c7000b;
    border-radius: 2px
}

.sevNav ul li.scurr a {
    color: #fff;
    background-color: #d80010;
    border-radius: 2px
}

.head>.wrap {
    position: relative
}

/* .head.scroll .nav>ul>li>a{color:#fff} */
.head,
.head .logo a,
.head .logo a:after,
.head .logo a:before,
.head .top_search {
    /* height: 80px; */
    line-height: 80px;
    transition: .3s
}

.head .nav,
.head .nav-btn-plu span,
.head .nav>ul>li,
.head .nav>ul>li>a {}

.head .nav .sevNav {
    top: 80px
}

.head.scroll {
    border-bottom: .5px solid #F0F0F0;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .1);
}

.head.scroll,
.head.scroll .logo a,
.head.scroll .logo a:after,
.head.scroll .logo a:before,
.head.scroll .nav,
.head.scroll .nav-btn-plu span,
.head.scroll .nav>ul>li,
.head.scroll .nav>ul>li>a,
.head.scroll .top_search {
    height: 60px;
    line-height: 60px
}

.head .nav .sevNav {
    top: 79px;
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: .46s ease-in-out;
    position: absolute;
    left: 0;
    width: 400px;
    z-index: 9999;
    width: 580px;
    background-color: #fff;
    transition: 1s ease;
    border: 1px #ccc solid;
}

.nav ul li:hover .sevNav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

/* .sevNav ul,.sevNav ul li a,.sevNav ul li.side,.sevNav ul li.wide {    float: left;    width: 100%;    margin: 0;    padding: 0;    text-align: center;    text-indent: 20px;    background-color: #f3f3f3;    border-color: #eee}.head .nav .sevNav ul {    display: block}.sevNav ul li:last-child {    border: none;}.sevNav .img {    display: none} */
.head.scroll .logo a:after,
.head.scroll .logo a:before {
    font-size: 48px;
}

.head.scroll .nav .sevNav {
    top: 59px
}

.head.scroll .nav>ul>li.cur>a {
    height: 59px;
    border-bottom-width: 1px;
    color: red
}

.head.scroll .nav-btn-plu span:before {
    font-size: 20px
}

@media (max-width:1150px) {
    .nav>ul>li {
        display: inline-block;
        position: relative;
        padding: 0 10px;
        margin: 0;
    }
}

/* header */
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #509B7D;
    display: none;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.scroll-to-top:hover {
    background: #509B7D
}

.main-header {
    position: relative;
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
}

.main-header .header-top {
    position: relative;
    background-color: #35383f
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
    z-index: 90;
    color: #fff
}

.main-header .header-top .top-left span {
    line-height: 22px
}

.main-header .header-top .language {
    position: relative
}

.main-header .header-top .language .dropdown-menu {
    top: 100%;
    right: 0px;
    left: auto;
    width: 178px;
    border-radius: 0px;
    margin-top: 0px;
    background-color: #333333;
    border: none;
    padding: 0px;
    border-top: 3px solid #509B7D
}

.main-header.header-style-two .header-top .language .dropdown-menu {
    background-color: #eb0028
}

.main-header.header-style-two .header-top .language .dropdown-menu>li>a:hover {
    background-color: #222222
}

.main-header .header-top .language>a {
    color: #ffffff;
    background: none !important;
    text-transform: uppercase;
    display: inline-block;
    border: 0px;
    top: -1px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    border-radius: 0px
}

.main-header .header-top .language>a>span {
    color: #c5cde8;
    font-size: 16px;
    margin-right: 12px
}

.main-header .header-top .language>a:after {
    display: none
}

.main-header .header-top language a:hover {
    background: none
}

.main-header .header-top .language .dropdown-menu>li {
    padding-right: 0px !important;
    margin: 0px !important;
    float: none;
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20)
}

.main-header .header-top .language .dropdown-menu>li:last-child {
    border-bottom: none
}

.main-header .header-top .language .dropdown-menu>li>a {
    padding: 12px 20px !important;
    color: #ffffff;
    display: block;
    text-align: left;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .header-top .language .dropdown-menu>li>a:hover {
    color: #ffffff !important;
    background-color: #509B7D
}

.header-top .top-right {
    position: relative;
    float: right;
    z-index: 1;
    padding: 6px 0px
}

.header-top .top-right .social-box {
    position: relative;
    color: #fff
}

.header-top .top-right .social-box li {
    position: relative;
    margin-left: 15px;
    display: inline-block;
    padding-right: 15px;
    border-right: 1px solid #666666
}

.header-top .top-right .social-box li a {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.header-top .top-right .social-box li a:hover {
    color: #509B7D
}

.header-top .value-text {
    position: relative;
    text-align: center;
    font-size: 15px;
    color: #ffffff
}

.header-top .value-text .learn-more {
    position: relative;
    padding: 3px 20px;
    color: #ffffff;
    font-weight: 300;
    margin-left: 6px;
    border-radius: 50px;
    background-color: #509B7D;
    display: inline-block;
}

.header-top .value-text .left-list {
    position: relative;
    float: right;
    padding: 5px
}

.header-top .value-text .left-list li {
    position: relative;
    padding-right: 18px;
    margin-right: 18px;
    line-height: 1.3em;
    display: inline-block;
    border-right: 1px solid #666666
}

.header-top .value-text .left-list li a {
    color: #ff0000;
}

.header-top .value-text .left-list li.tel a {
    font-size: 18px;
    font-weight: bold;
    color: #509B7D;
}

.header-top .value-text .left-list li .icon {
    position: relative;
    margin-right: 10px;
    color: #509B7D;
    font-size: 16px;
    font-weight: 400;
    top: 1px
}

.header-top-two {
    position: relative;
    background-color: #ffffff
}

.header-top-two .outer-container {
    position: relative;
    padding: 0px 125px;
    background-color: #ffffff
}

.header-top-two .top-left {
    position: relative;
    float: left;
    padding: 18px 0px
}

.header-top-two .top-left .left-list {
    position: relative;
    float: left
}

.header-top-two .top-left .left-list li {
    position: relative;
    padding-right: 18px;
    margin-right: 18px;
    line-height: 1.3em;
    display: inline-block;
    border-right: 1px solid #d2d9e0
}

.header-top-two .top-left .left-list li .icon {
    position: relative;
    margin-right: 10px;
    color: #509B7D;
    font-size: 16px;
    font-weight: 400;
    top: 1px
}

.header-top-two .top-left .social-box {
    position: relative;
    float: left
}

.header-top-two .top-left .social-box li {
    position: relative;
    margin-right: 15px;
    display: inline-block
}

.header-top-two .top-left .social-box li a {
    position: relative;
    color: #8a91a4;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.header-top-two .top-left .social-box li a:hover {
    color: #509B7D
}

.header-top-two .top-right {
    position: relative;
    float: right
}

.header-top-two .top-right .technology {
    position: relative;
    font-size: 15px;
    color: #333333;
    float: left
}

.header-top-two .top-right .technology .icon {
    position: relative;
    margin-right: 10px;
    color: #509B7D
}

.header-top-two .top-right .technology a {
    position: relative;
    padding: 3px 20px 4px;
    color: #ffffff;
    font-weight: 300;
    margin-left: 6px;
    border-radius: 50px;
    background-color: #509B7D;
    display: inline-block;
}

.header-top-two .top-right .language-list {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-left: 30px;
    padding-left: 25px
}

.header-top-two .top-right .language-list:before {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #509B7D;
    font-size: 16px;
    content: "\f1ac";
}

.header-top-two .top-right .language-list li {
    position: relative;
    font-weight: 500;
    padding-right: 12px;
    margin-right: 12px;
    line-height: 1.2em;
    display: inline-block;
    border-right: 1px solid #d2d9e0
}

.header-top-two .top-right .language-list li a {
    position: relative;
    color: #222222;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase
}

.header-top-two .top-right .language-list li:last-child {
    border-right: 0px;
    margin-right: 0px;
    padding-right: 0px
}

.header-top-three {
    position: relative;
    z-index: 10;
    padding: 18px 0px;
    background-color: #333333
}

.header-top-three .top-left {
    position: relative;
    margin-left: 320px;
    float: left
}

.header-top-three .top-left .left-list {
    position: relative
}

.header-top-three .top-left .left-list li {
    position: relative;
    color: #999fb9;
    font-size: 15px;
    padding-right: 18px;
    margin-right: 18px;
    line-height: 1.3em;
    display: inline-block;
    border-right: 1px solid #414660
}

.header-top-three .top-left .left-list li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border: none
}

.header-top-three .top-left .left-list li .icon {
    position: relative;
    margin-right: 10px;
    color: #509B7D;
    font-size: 16px;
    font-weight: 400;
    top: 1px
}

.header-top-three .top-right {
    position: relative;
    float: right
}

.header-top-three .top-right .social-box {
    position: relative
}

.header-top-three .top-right .social-box li {
    position: relative;
    margin-left: 15px;
    display: inline-block
}

.header-top-three .top-right .social-box li a {
    position: relative;
    color: #999fb9;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.header-top-three .top-right .social-box li a:hover {
    color: #ffffff
}

/* 测试top */
/* 结束测试 */
.header-upper {
    position: relative;
    top: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.header-upper:hover {
    background-color: #ffffff;
    color: #666 !important;
    /* 过渡动画：背景+字体颜色变化更丝滑 */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.header-upper:hover .main-menu .navigation>li>a {
    color: #333;
}

.header-upper:hover .main-menu .navigation>li {
    padding: 20px 0 0 15px;
}

.header-upper:hover .logo-outer {
    padding: 15px 0 0;
}

.header-upper .logo-outer {
    position: relative;
    float: left;
    z-index: 25;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 25%;
}

.logo-outer .logo img {
    position: relative;
    max-width: 100%
}

.header-upper:hover .logo .header-logo1,
.fixed-header .logo .header-logo1 {
    display: none;
}

.header-upper:hover .logo .header-logo2,
.fixed-header .logo-outer .logo .header-logo2 {
    display: block;
}

.header-upper .inner-container {
    background-color: #fbfbfb00;
    margin: 0 38px;
}

.header-upper .nav-outer {
    z-index: 10;
    position: relative;
    float: left;
    padding: 10px 0;
}

.header-upper .inner-container .auto-containers .languages {
    z-index: 10;
    float: left;
    position: relative;
    padding: 10px 0;
}

.header-upper .inner-container .auto-containers .dropdown {
    position: relative;
}

.header-upper .inner-container .auto-containers .dropdown .dropbtn {
    background-color: #4CAF5000;
    color: white;
    padding: 20px 0;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.header-upper .inner-container .auto-containers .dropdown .dropdown-content {
    display: none;
    position: absolute;
    background: rgb(0 0 0 / 80%);
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
}

.header-upper .inner-container .auto-containers .dropdown:hover .dropdown-content {
    display: block;
    margin-left: -60px;
}

.header-upper .inner-container .auto-containers .dropdown .dropdown-content a {
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
}

.header-upper .inner-container .auto-containers .dropdown .dropdown-content a:hover {
    background-color: #50987D
}

.header-upper:hover .inner-container .auto-containers .dropdown .dropbtn {
    color: #333;
}

.header-upper:hover .inner-container .auto-containers .dropdown .dropbtn {
    padding-top: 28%;
}

.header-lower {
    position: relative;
    z-index: 10
}

.header-lower .nav-outer {
    position: relative;
    padding: 0px 40px;
    background-color: #ffffff
}

.t-banner .swiper-pagination-bullet {
    width: 40px;
}

.t-banner .swiper-pagination-bullet:before {
    width: 30px;
    border-radius: 15px;
}

/* .t-banner .swiper-pagination-bullet:before{width: 10px;height: 10px;transition: all ease .3s;} .t-banner .swiper-pagination .swiper-pagination-bullet-active:before{width: 30px; border-radius: 15px;}*/
.main-menu {
    position: relative;
    float: left;
    font-family: "Helvetica,Arial,sans-serif"
}

.main-menu .navbar-collapse {
    padding: 0px
}

.main-menu .navigation {
    position: relative;
    margin: 0px
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 20px 0 20px 15px;
    margin-right: 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation>li button {
    display: none
}

.main-menu .navigation>li:hover>a::before {
    transform: scale(1) translateY(-50%);
    background-color: var(--thm-extra)
}

.main-menu .navigation>li>a::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 100%;
    opacity: 1;
    background-color: #509B7D;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    transform: scale(0) translateY(-50%)
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    opacity: 1;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: bold;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: -200px;
    top: 150%;
    width: 850px;
    padding: 0px 0px;
    z-index: 100;
    opacity: 1;
    margin-top: 1px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 60%;
    padding: 10px 10px;
    float: none;
    padding: 0px 15px;
    margin: 10px 10px 0 0;
}

.main-menu .navigation .pro-li>ul>li {
    position: relative;
    width: 60%;
    padding: 10px 10px;
    float: none;
    padding: 0px 15px;
    margin: 10px 10px 0 0;
}

.main-menu .navigation .pro-li>ul>li .sub-menu-pro {
    padding: 0;
}

.main-menu .navigation>li>ul>li:hover a {
    background-color: #509B7D;
    transition: 500ms
}

.main-menu .navigation>li>ul>li:hover .sub-menu-pro a {
    background-color: #fff;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    font-size: 16px;
    line-height: 45px;
    color: #202229;
    text-align: left;
    display: block;
    text-transform: capitalize;
    border: 1px #999999 solid;
    border-radius: 8px 0px 8px 0px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Poppins', sans-serif;
    padding: 0 15px;
}

.main-menu .navigation>li>ul>li:after {}

.main-menu .navigation>li>ul>li:hover>a:before {
    width: 100%;
    opacity: 1
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #fff;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    margin-top: -90px;
    width: 270px;
    padding: 0px 0px;
    z-index: 100;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 17px 28px;
    border-bottom: 1px solid #e2e8f0
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
    text-align: left;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Poppins', sans-serif
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 0%;
    opacity: 0;
    background-color: #509B7D;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before {
    width: 100%;
    opacity: 1
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #222222
}

.main-menu .navigation>li.dropdown:hover>ul {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    top: 100%;
    padding: 0;
}

.main-menu .navigation .dropdown .sub-menu-ul {
    position: absolute;
    left: -400px;
    top: 150%;
    width: 850px;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #444;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    z-index: 5;
    display: none
}

.main-header .outer-box {
    position: relative;
    float: right
}

.main-header .outer-box .lang {
    position: absolute;
    left: 110%;
    width: 100px;
    background: #509B7D;
    top: -15%;
    height: 100px;
}

.main-header .outer-box .lang a {
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    margin-top: -6px;
    margin-left: -6px;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
    z-index: 2;
    width: 100px;
}

.main-header .option-box {
    position: relative;
    float: right;
}

.main-header .option-box .cart-btn {
    position: relative;
    float: left;
    padding: 32px 0px
}

.main-header .option-box .cart-btn .cart-icon {
    position: relative;
    color: #0c0c0c;
    font-size: 21px;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .option-box .cart-btn .total-cart {
    position: absolute;
    content: '';
    top: -2px;
    right: -12px;
    color: #ffffff;
    width: 18px;
    height: 18px;
    z-index: -1;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    background-color: #509B7D;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .option-box .cart-btn:hover .total-cart {
    background-color: #333333
}

.main-header .option-box .cart-btn .cart-icon:hover {
    color: #509B7D
}

.main-header .search-box-outer {
    position: relative;
    float: left;
    padding-top: 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .search-box-outer .dropdown p {
    float: left;
    height: 100%;
    padding-left: 35px;
    color: #509B7D;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    background: url(../images/tell.png) left center no-repeat;
    padding-right: 20px;
}

.main-header .search-box-outer1 {
    position: relative;
    float: left;
    padding: 20px 0px;
    margin-left: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box-btn {
    position: relative;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background-color: #222222;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    top: -10px;
    transition: all 300ms ease
}

.main-header .search-box-btn:hover {
    color: #509B7D
}

.dropdown-toggle::after {
    display: none
}

.main-header .search-box-outer .dropdown-menu {
    top: 61px !important;
    left: auto !important;
    right: 0;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    transform: none !important;
    border-top: 3px solid #509B7D
}

.main-header .search-panel .form-container {
    padding: 25px 20px
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    background: #ffffff
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #509B7D
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer
}

.main-header .outer-box .btn-box {
    position: relative;
    float: right;
    padding: 23px 0px;
    margin-left: 50px
}

.main-header .outer-box .btn-box .theme-btn {
    position: relative;
    float: left
}

.main-header .option-box .talk-box {
    position: relative;
    padding-left: 55px;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 20px;
    margin-left: 28px;
    display: inline-block;
}

.main-header .option-box .talk-box .icon {
    position: absolute;
    content: '';
    left: 0px;
    top: 8px;
    color: #509B7D;
    font-size: 38px;
    line-height: 1em
}

.main-header .option-box .talk-box .info {
    position: relative;
    font-size: 18px;
    font-family: 'Poppins', sans-serif
}

.main-header .option-box .social-box {
    position: relative;
    float: left;
    padding: 22px 0px;
    margin-right: 35px
}

.main-header .option-box .social-box li {
    position: relative;
    margin-left: 15px;
    display: inline-block
}

.main-header .option-box .social-box li a {
    position: relative;
    color: #222222;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .option-box .social-box li a:hover {
    color: #509B7D
}

.header-style-two {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    width: 100%
}

.header-style-two .header-upper {
    background: rgba(0, 11, 152, 0.76);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10)
}

.header-style-two .header-upper .logo-outer {
    position: relative;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.10)
}

.header-style-two .header-upper .inner-container {
    padding: 0px 125px
}

.header-style-two .main-menu .navigation>li>a {
    color: #ffffff
}

.header-style-two .search-box-outer {
    margin-left: 0px;
    color: #ffffff;
    padding-left: 25px;
    padding-right: 28px;
    border-left: 1px solid rgba(255, 255, 255, 0.10);
    border-right: 1px solid rgba(255, 255, 255, 0.10)
}

.header-style-two .search-box-outer .search-box-outer .dropdown .search-box-btn::before {
    opacity: .6;
    color: #ffffff;
    transform: rotate3d(0, 0, 1, 359deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background-color: #509B7D;
}

.header-style-two .search-box-btn {
    color: #ffffff;
    line-height: 46px
}

.header-style-three {
    position: absolute;
    width: 100%
}

.header-style-three .mobile-menu {
    display: none
}

.header-style-three .header-upper .nav-outer {
    width: 100%;
    padding-left: 320px
}

.header-style-three .header-upper .logo-outer {
    position: absolute;
    padding-right: 0px;
    border: none;
    margin-top: -60px;
    background-color: #509B7D
}

.header-style-three .main-menu .navigation>li>a {
    font-size: 14px;
    line-height: 34px
}

.header-style-three .header-upper .inner-container {
    background-color: #ffffff;
    position: relative;
    z-index: 10;
    padding-right: 28px
}

.header-style-three .main-menu .navigation>li {
    padding: 23px 0px
}

.header-style-three .search-box-outer {
    padding: 22px 0px;
    float: right
}

.main-header.header-style-three .search-box-btn {
    color: #509B7D
}

.main-header.header-style-three .search-box-outer .dropdown-menu {
    top: 56px !important
}

.main-header .header-top-two .language {
    position: relative;
    line-height: 1em;
    display: inline-block
}

.main-header .header-top-two .language .dropdown-menu {
    top: 100%;
    right: 0px;
    left: auto;
    width: 178px;
    border-radius: 0px;
    margin-top: 0px;
    background-color: #333333;
    border: none;
    padding: 0px;
    border-top: 3px solid #509B7D
}

.main-header.header-style-two .header-top-two .language .dropdown-menu {
    background-color: #0069da
}

.main-header.header-style-two .header-top-two .language .dropdown-menu>li>a:hover {
    background-color: #222222
}

.main-header .header-top-two .language>a {
    color: #8a91a4;
    padding: 18px 0px;
    background: none !important;
    text-transform: uppercase;
    display: inline-block;
    border: 0px;
    top: -1px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    border-radius: 0px
}

.main-header .header-top-two .language>a>span {
    color: #c5cde8;
    font-size: 16px;
    margin-right: 12px
}

.main-header .header-top-two .language>a:after {
    display: none
}

.main-header .header-top-two .language a:hover {
    background: none
}

.main-header .header-top-two .language .dropdown-menu>li {
    padding-right: 0px !important;
    margin: 0px !important;
    float: none;
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20)
}

.main-header .header-top-two .language .dropdown-menu>li:last-child {
    border-bottom: none
}

.main-header .header-top-two .language .dropdown-menu>li>a {
    padding: 12px 20px !important;
    color: #ffffff;
    display: block;
    text-align: left;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .header-top-two .language .dropdown-menu>li>a:hover {
    color: #ffffff !important;
    background-color: #509B7D
}

.header-style-four {
    position: relative;
    background-color: #333333
}

.header-style-four .header-lower .menu-text {
    display: none
}

.header-style-four .header-upper {
    background: none
}

.header-style-four .header-upper .upper-right {
    position: relative;
    padding-top: 40px
}

.header-style-four .header-upper .upper-right .info-box {
    position: relative;
    float: left;
    color: #ffffff;
    font-size: 18px;
    padding-left: 60px;
    margin-left: 50px
}

.header-style-four .header-upper .upper-right .info-box:last-child {
    margin-left: 0px
}

.header-style-four .header-upper .upper-right .info-box strong {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-bottom: 6px;
}

.header-style-four .header-upper .upper-right .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #509B7D;
    font-size: 20px;
    line-height: 1em;
    padding: 14px 18px 14px 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.10)
}

.header-style-four .header-upper .upper-right .info-box:last-child .theme-btn {
    padding: 8px 28px
}

.header-style-four .header-upper .logo-outer {
    padding: 20px 0px
}

.header-style-four .main-menu .navigation>li {
    padding: 20px 0px
}

.header-style-four .option-box .cart-btn {
    padding: 23px 0px 20px
}

.header-style-four .search-box-outer {
    padding: 17px 0px
}

.header-style-four .search-box-outer .dropdown-menu {
    top: 50px !important
}

.sticky-header {
    position: fixed !important;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease
}

.sticky-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible
}

.sticky-header .logo {
    padding: 0 0;
    line-height: 30px;
}

.sticky-header .main-menu .navigation>li {
    margin: 0px 23px;
    padding: 0 !important;
    margin-right: 0;
    background-color: transparent
}

.sticky-header .main-menu .navigation>li>a {
    padding: 20px 30px 20px 0 !important;
    line-height: 30px;
    font-size: 17px;
    font-weight: bold;
    color: #222222;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.sticky-header .inner-container .auto-containers .dropdown .dropbtn {
    color: #333;
}

.sticky-header .header-upper .logo-outer {
    padding: 10px 0 0;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
    color: #509B7D
}

.sticky-header .main-menu .navigation>li>ul {
    left: -770px;
    top: 113%;
}

.sticky-header .main-menu .navigation .dropdown .sub-menu-ul {
    left: -400px;
    top: 113%
}

.services-section-two .sec-title p {
    line-height: 30px;
    margin-top: 5px;
    font-size: 20px;
    padding-bottom: 20px;
}

.services-section-two .main-pro {
    margin: 0 auto;
    width: 90%
}

.services-section-two .main-pro .p_img {
    width: 100%;
    height: 100%;
    background: none;
}

.services-section-two .main-pro .p_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 120px 120px;
}

.services-section-two .main-pro .big-pro-bg-tit {
    width: 45%;
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 9;
    display: flex;
    transform: translateX(0%) translateY(-30%);
    align-items: flex-start;
    text-align: left;
}

.services-section-two .main-pro .p_btitle {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: rgba(51, 51, 51, 1);
    font-size: 2vw;
    letter-spacing: 0.1vw;
    text-align: left;
    text-transform: uppercase;
    font-family: '76db485a-341a-4851-aabb-b81226c95a95', arial, sans-serif
}

.services-section-two .main-pro .p_summary {
    color: rgba(0, 0, 0, 0.6);
    padding: 50px 0;
    text-align: left;
    font-size: 18px;
    white-space: break-spaces;
}

.swiper-pagination .swiper-pagination-bullet {
    border: 1px solid rgba(255, 255, 255, 0);
}

.swiper-pagination .swiper-pagination-bullet:before {
    background: #C0C0C0;
}

.swiper-pagination .swiper-pagination-bullet-active:before {
    background: #00d47f;
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
    text-align: center;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #509B7D;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: rgb(0, 0, 0);
    display: inline-block;
}

.sec-title.centered h2 {
    font-size: 55px;
    color: rgba(0, 0, 0, 1);
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.sec-title.centered h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 100%;
    margin-left: -35px;
    border-bottom: 3px solid #509B7D;
    max-width: 20%;
    margin-top: 20px;
}

.sec-title.light h2 {
    color: #ffffff
}

.sec-title .text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    width: 100px;
    color: #cc2828;
    font-weight: 400;
    margin-top: 10px;
    line-height: 2em
}

.language .title1 {
    position: relative;
    background: url(../images/icon_bg.png) no-repeat -50px 1px;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    padding: 3px 10px;
    font-weight: 500;
    background-color: #383838;
    text-transform: uppercase;
    padding-right: 0
}

.language .change-language-title .title1 i {
    position: relative;
    font-style: normal;
    line-height: 18px;
    padding-right: 15px;
    border-right: 1px solid #666666;
    margin-right: 10px
}

.language .change-language-cont {
    position: absolute;
    top: 40px;
    right: -220px;
    width: 360px;
    background: #FFF;
    padding: 20px 10px 20px 20px;
    transform: scale3d(0.9, 0.9, 1);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow-y: scroll;
    max-height: 80vh
}

.language:hover .change-language-cont {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    visibility: visible
}

.language .change-language-cont li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 0 10px;
    font-size: 10pt;
    overflow: hidden;
    padding: 0 10px 0 0
}

.language .change-language-cont .lang-item-hide {
    display: none !important
}

.language .change-language-cont .lang-more {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer
}

.language-flag span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    padding: 0 0 0 33px;
    overflow: hidden
}

.language::-webkit-scrollbar {
    width: 5px
}

.language::-webkit-scrollbar-track {
    background-color: #fff
}

.language::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 3px
}

.language .language-cont:hover::-webkit-scrollbar-thumb {
    display: block
}

.prisna-wp-translate-seo {
    font-family: Arial, Helvetica, sans-serif
}

.mobile-head-language .prisna-wp-translate-seo,
.change-language .prisna-wp-translate-seo {
    display: block
}

.change-language:after {
    top: 12px
}

.change-language .change-language-title,
.change-language .change-language-title a {
    font-size: 10pt
}

.change-language .change-language-title .title {
    position: relative;
    background: url(../images/icon_bg.png) no-repeat -50px 1px;
    color: #2d3542;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    padding: 3px 20px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
    background-color: #383838;
    text-transform: uppercase;
    box-shadow: 0px 8px 15px rgb(217 217 217 / 50%)
}

.change-language .change-language-title .title:before {
    top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    transform-origin: 0 100% 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s
}

.change-language .change-language-title .title:hover::before {
    opacity: 1;
    color: #ffffff;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background-color: #509B7D
}

.change-language .change-language-title .title i {
    position: relative;
    font-style: normal;
    line-height: 18px
}

.change-language .change-language-title a:after {
    font-family: 'fontawesome';
    content: "\f107";
    font-size: 16px;
    display: inline-block;
    color: #037eff;
    position: absolute;
    right: 0;
    top: 7px
}

.change-language:hover .change-language-title a:after {
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.change-language .change-language-cont {
    position: absolute;
    top: 60px;
    right: -10px;
    width: 360px;
    background: #FFF;
    padding: 20px 10px 20px 20px;
    transform: scale3d(0.9, 0.9, 1);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow-y: scroll;
    max-height: 80vh
}

.change-language:hover .change-language-cont {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    visibility: visible
}

.change-language .change-language-cont li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 0 10px;
    font-size: 10pt;
    overflow: hidden;
    padding: 0 10px 0 0
}

.change-language .change-language-cont .lang-item-hide {
    display: none !important
}

.change-language .change-language-cont .lang-more {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer
}

.language-flag span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    padding: 0 0 0 33px;
    overflow: hidden
}

.change-language::-webkit-scrollbar {
    width: 5px
}

.change-language::-webkit-scrollbar-track {
    background-color: #fff
}

.change-language::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 3px
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
    display: block
}

.banner-section {
    position: relative;
    padding-top: 100px;
}

.banner-carousel {
    position: relative
}

.banner-carousel .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 850px
}

.banner-carousel .content-box {
    position: relative
}

.banner-carousel .content-box .title {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    opacity: 0;
    padding: 8px 20px;
    margin-bottom: 15px;
    display: inline-block;
    background-color: #509B7D;
    ;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}

.banner-carousel .active .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms
}

.banner-carousel .content-box.center-align {
    text-align: center
}

.banner-carousel .content-box.right-box {
    float: right;
    width: 43%
}

.banner-carousel .content-box .inner {
    position: relative;
    margin-right: -65px;
    padding: 200px 0
}

.banner-carousel .content-box h2 {
    position: relative;
    display: block;
    font-size: 43px;
    line-height: 1.2em;
    color: #2d2d2d;
    font-weight: 800;
    opacity: 0;
    padding-bottom: 40px;
    margin-bottom: 35px;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .content-box h2.style-two {
    font-size: 100px
}

.banner-carousel .content-box h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 70px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
    background-color: #509B7D
}

.banner-carousel .content-box.center-align h2::before {
    left: 50%;
    margin-left: -35px
}

.banner-carousel .content-box h2.style-three {
    padding-bottom: 0px
}

.banner-carousel .content-box h2.style-three:before {
    display: none
}

.banner-carousel .content-box.center-align .link-box {
    text-align: center
}

.banner-carousel .content-box.center-align .link-box .theme-btn {
    float: none;
    margin-right: 0px
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms
}

.banner-carousel .content-box .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 34px;
    color: #222222;
    font-weight: 400;
    opacity: 0;
    margin-bottom: 35px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px)
}

.banner-carousel .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms
}

.banner-carousel .link-box {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px)
}

.banner-carousel .link-box:after {
    display: table;
    clear: both;
    content: ""
}

.banner-carousel .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms
}

.banner-carousel .link-box .theme-btn {
    position: relative;
    float: left;
    margin-right: 35px;
    padding: 10px 35px
}

.banner-carousel .link-box .learn-more {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 25px 1px 0px;
    text-transform: capitalize;
}

.banner-carousel .link-box .learn-more:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 2px;
    content: "";
    background-color: #ffffff;
    width: 100%
}

.banner-carousel .link-box .learn-more i {
    position: absolute;
    right: 0px;
    top: 11px;
    line-height: 30px;
    margin-left: 5px
}

.banner-carousel .link-box .learn-more:hover {
    color: #509B7D
}

.banner-carousel .owl-dots {
    display: none
}

.banner-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
    display: none
}

.banner-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25px;
    z-index: 99;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.banner-carousel:hover .owl-nav {
    opacity: 1
}

.banner-carousel .owl-prev,
.banner-carousel .owl-next {
    position: absolute;
    top: 0;
    left: 30px;
    height: 50px;
    width: 50px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    line-height: 52px;
    background-color: rgba(255, 255, 255, 0.20);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50%;
}

.banner-carousel .owl-next {
    left: auto;
    right: 30px
}

.banner-carousel .owl-prev:hover,
.banner-carousel .owl-next:hover {
    background-color: #509B7D;
    color: #ffffff
}

.banner-section.style-two .content-box .inner {}

.banner-section.style-three {
    top: -35px;
    width: 100%
}

.featured-section {
    position: relative;
    padding: 45px 0px 45px;
    background-color: #f1f1f1
}

.bgkk {
    overflow: hidden
}

.featured-block {
    position: relative;
    margin-bottom: 10px;
    border-radius: 19px;
    margin: 0 -10px;
    height: 100%
}

.featured-block:hover {
    transform: scale(1.02);
    transition: all .3s
}

.featured-block .inner-box {
    position: relative;
    padding: 20px 0;
    text-align: center
}

.featured-block .inner-box .icon-box {
    left: 40px;
    top: 29px;
    display: inline-block;
    font-size: 35px;
    line-height: 1em;
    color: #ffffff;
    padding-bottom: 20px
}

.featured-block .inner-box .icon-box .iconcss {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 10px;
}

.featured-block .inner-box .icon-box span {
    text-transform: capitalize
}

.featured-block .inner-box:hover .icon-box img {
    animation: flipInY 1s
}

.featured-block .inner-box h3 {
    position: relative;
    color: #cccccc;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3em
}

.featured-block .inner-box h3 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.featured-block .inner-box h3 a:hover {
    color: #509B7D
}

.featured-block .inner-box .text {
    position: relative;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 14px
}

.featured-block .inner-box .read-more {
    position: relative;
    font-weight: 300;
    color: #222222;
    margin-top: 12px;
    display: inline-block;
    padding-right: 22px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block .inner-box .read-more .arrow.left {
    position: absolute;
    left: 0px;
    top: 1px;
    margin-top: 5px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.featured-block .inner-box .read-more .arrow.right {
    position: absolute;
    right: 0px;
    top: 1px
}

.featured-block .inner-box .read-more .arrow.right {
    margin-top: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.featured-block .inner-box .read-more:hover .arrow.right {
    opacity: 0
}

.featured-block .inner-box .read-more:hover .arrow.left {
    opacity: 1
}

.featured-block .inner-box .read-more:hover {
    color: #509B7D;
    padding-right: 0px;
    padding-left: 22px
}

.business-section {
    position: relative;
    padding: 100px 0px 85px
}

.business-section .content-column {
    position: relative;
    margin-bottom: 30px
}

.business-section .content-column .inner-column {
    position: relative
}

.business-section .content-column .inner-column h2 {
    position: relative;
    color: #222222;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.4em
}

.business-section .content-column .inner-column h2 span {
    position: relative;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 0px 15px;
    line-height: 1.9em;
    margin-left: 20px;
    display: inline-block;
    background-color: #509B7D;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10)
}

.business-section .content-column .inner-column h2 span:before {
    position: absolute;
    content: '';
    left: -14px;
    top: 12px;
    border-top: 10px solid transparent;
    border-right: 15px solid #509B7D;
    border-bottom: 10px solid transparent
}

.business-section .content-column .inner-column .text {
    position: relative;
    color: #333333;
    font-size: 15px;
    line-height: 1.9em;
    margin-top: 35px
}

.business-section .content-column .inner-column .play-box {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 300;
    padding-top: 10px;
    padding-left: 100px;
    margin-top: 40px;
}

.business-section .content-column .inner-column .play-box span {
    position: relative;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

.business-section .content-column .inner-column .play-box .play-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    color: #ffffff;
    line-height: 72px;
    text-align: center;
    font-size: 24px;
    margin-right: 15px;
    display: inline-block
}

.business-section .content-column .inner-column .play-box .play-icon:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(22, 26, 51, 0.75)
}

.business-section .content-column .inner-column .play-box .play-icon .play-btn {
    position: relative;
    color: #ffffff;
    font-size: 24px
}

.business-section .content-column .inner-column .more-about {
    position: relative;
    text-align: right;
    margin-top: 46px
}

.business-section .content-column .inner-column .more-about:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 12px;
    height: 1px;
    width: 100%;
    background-color: #e2e8f0
}

.business-section .content-column .inner-column .more-about .about {
    position: relative;
    color: #222222;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3em;
    padding-left: 15px;
    display: inline-block;
    background-color: #ffffff;
    ;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.business-section .content-column .inner-column .more-about .about .arrow {
    position: relative;
    top: 1px;
    margin-left: 6px
}

.business-section .content-column .inner-column .more-about .about:hover {
    color: #f67433
}

.business-section .image-column {
    position: relative
}

.business-section .image-column .inner-column {
    position: relative;
    text-align: center
}

.business-section .image-column .inner-column .pattern-layouts {
    position: absolute;
    left: -60px;
    right: 0px;
    top: 0px;
    bottom: 0px
}

.business-section .image-column .inner-column .pattern-layouts .pattern-1 {
    position: absolute;
    content: '';
    left: -70px;
    top: -125px;
    width: 558px;
    height: 558px;
    display: inline-block;
    background: url(../images/pattern-1.png) no-repeat
}

.business-section .image-column .inner-column .pattern-layouts .pattern-2 {
    position: absolute;
    content: '';
    right: -120px;
    top: 45px;
    width: 558px;
    height: 558px;
    display: inline-block;
    background: url(../images/pattern-2.png) no-repeat
}

.business-section .image-column .inner-column .pattern-layouts .pattern-3 {
    position: absolute;
    content: '';
    left: 0px;
    top: 100px;
    width: 558px;
    height: 558px;
    display: inline-block;
    background: url(../images/pattern-3.png) no-repeat
}

.business-section .image-column .inner-column .image {
    position: relative
}

.business-section .image-column .inner-column .image.image-one {
    margin-left: 25px
}

.business-section .image-column .inner-column .image.image-two {
    position: absolute;
    left: 0px;
    bottom: 50px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.10)
}

.business-section .image-column .inner-column .image.image-three {
    position: absolute;
    right: 15px;
    top: 10px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.10)
}

.business-section .image-column .inner-column .image.image-four {
    position: absolute;
    right: 15px;
    bottom: -75px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.10)
}

.industry-section {
    position: relative;
    padding: 95px 0px 100px;
    background-size: cover
}

.industry-section .btn-box {
    margin-top: 30px
}

.industry-block {
    position: relative;
    margin-bottom: 30px
}

.industry-block .inner-box {
    position: relative;
    text-align: center
}

.industry-block .inner-box .upper-box {
    position: relative;
    padding: 45px 15px;
    background-color: #232a46
}

.industry-block .inner-box .upper-box h3 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 20px
}

.industry-block .inner-box .upper-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    background-color: #232a46
}

.industry-block .inner-box:hover .overlay-box {
    opacity: 1
}

.industry-block .inner-box .upper-box .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 25px
}

.industry-block .inner-box .upper-box .overlay-box .overlay-inner .overlay-content {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.industry-block .inner-box .upper-box .overlay-box h4 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 20px
}

.industry-block .inner-box .upper-box .overlay-box h4 a {
    position: relative;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.industry-block .inner-box .upper-box .overlay-box h4 a:hover {
    color: #509B7D
}

.industry-block .inner-box .upper-box .overlay-box .text {
    position: relative;
    color: #999fb9;
    font-size: 15px;
    line-height: 1.9em
}

.industry-block .inner-box .lower-box {
    position: relative;
    text-align: center;
    border-bottom: 2px solid #232a46
}

.industry-block .inner-box .lower-box .read-more {
    position: relative;
    padding: 18px 0px;
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry-block .inner-box .lower-box .read-more:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -2px;
    width: 100%;
    height: 0px;
    z-index: -1;
    background-color: #509B7D;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.industry-block .inner-box:hover .lower-box .read-more:before {
    height: 100%
}

.services-section {
    position: relative;
    padding: 90px 0px 95px;
    background-color: #e9eef3
}

.services-section .owl-nav {
    display: none
}

.services-section .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 45px
}

.services-section .owl-dots .owl-dot {
    position: relative;
    margin: 0px 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background-color: #c7cdd4;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-section .owl-dots .owl-dot.active,
.services-section .owl-dots .owl-dot:hover {
    background-color: #509B7D
}

.services-section .sec-title .theme-btn {
    margin-top: 100px
}

.services-block {
    position: relative
}

.services-block.style-two {
    margin-bottom: 40px
}

.services-block.style-two .inner-box {
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 30px
}

.services-block .inner-box {
    position: relative
}

.services-block .inner-box .image {
    position: relative
}

.services-block .inner-box .image .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block
}

.services-block .inner-box .image .overlay-link:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
    opacity: 0;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(22, 26, 51, 0.90)
}

.services-block .inner-box:hover .image .overlay-link:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg)
}

.services-block .inner-box .image .overlay-link:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: right;
    -o-transform-origin: left;
    transform-origin: left;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(22, 26, 51, 0.90)
}

.services-block .inner-box:hover .image .overlay-link:after {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg)
}

.services-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    display: table-cell;
    transform: scale(1);
    transition: all 0.4s ease 0s
}

.services-block-two .inner-box:hover .image img {
    transform: scale(1.1);
    transition: all 0.4s ease 0s
}

.services-block .inner-box .lower-content {
    position: relative;
    padding: 65px 25px 0px;
    text-align: center
}

.services-block .inner-box .lower-content .category {
    position: absolute;
    left: 30px;
    top: -35px;
    right: 30px;
    color: #222222;
    font-weight: 300;
    text-align: center;
    font-size: 20px;
    padding: 23px 15px;
    z-index: 1;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block .inner-box:hover .lower-content .category {
    color: #ffffff
}

.services-block .inner-box .lower-content .category:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    z-index: -1;
    background-color: #509B7D;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-block .inner-box:hover .lower-content .category:before {
    width: 100%
}

.services-block .inner-box .lower-content .text {
    position: relative;
    color: #333333;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 20px
}

.services-block .inner-box .lower-content .read-more {
    position: relative;
    font-weight: 300;
    color: #222222;
    display: inline-block;
    padding-right: 22px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block .inner-box .lower-content .read-more .arrow.left {
    position: absolute;
    left: 0px;
    top: 1px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-block .inner-box .lower-content .read-more .arrow.right {
    position: absolute;
    right: 0px;
    top: 1px
}

.services-block .inner-box .lower-content .read-more .arrow.right {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-block .inner-box .lower-content .read-more:hover .arrow.right {
    opacity: 0
}

.services-block .inner-box .lower-content .read-more:hover .arrow.left {
    opacity: 1
}

.services-block .inner-box .lower-content .read-more:hover {
    color: #509B7D;
    padding-right: 0px;
    padding-left: 22px
}

.projects-section {
    position: relative;
    padding-top: 90px
}

.projects-section .owl-carousel .owl-stage-outer {
    padding: 20px 0px
}

.projects-section .outer-container {
    position: relative;
    padding: 0px 50px
}

.projects-section .outer-container .owl-dots {
    display: none
}

.projects-section .outer-container .owl-nav {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1
}

.projects-section .outer-container .owl-nav .owl-prev {
    position: absolute;
    content: '';
    left: -50px;
    top: 20px;
    color: #ffffff;
    width: 50px;
    bottom: 20px;
    font-size: 24px;
    text-align: center;
    background-color: #333333;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.projects-section .outer-container .owl-nav .owl-prev span {
    top: 50%;
    position: relative
}

.projects-section .outer-container .owl-nav .owl-next {
    position: absolute;
    content: '';
    right: -50px;
    top: 20px;
    color: #ffffff;
    width: 50px;
    bottom: 20px;
    font-size: 24px;
    text-align: center;
    background-color: #333333;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.projects-section .outer-container .owl-nav .owl-next span {
    top: 50%;
    position: relative
}

.projects-section .outer-container .owl-nav .owl-prev:hover,
.projects-section .outer-container .owl-nav .owl-next:hover {
    background-color: #509B7D
}

.project-block {
    position: relative;
    z-index: 99;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block:hover {
    transform: scaleY(1.07)
}

.project-block .inner-box .image {
    position: relative
}

.project-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.project-block .inner-box .image .overlay-box {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: right;
    -o-transform-origin: left;
    transform-origin: left;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(22, 26, 51, 0.90)
}

.project-block .inner-box:hover .image .overlay-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg)
}

.project-block .inner-box .image .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 25px 28px;
    background-color: #509B7D
}

.project-block .inner-box .image .overlay-box .title {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding-left: 40px
}

.project-block .inner-box .image .overlay-box .title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 10px;
    width: 30px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.30)
}

.project-block .inner-box .image .overlay-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
    margin-top: 8px
}

.project-block .inner-box .image .overlay-box h3 a {
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block .inner-box .image .overlay-box h3 a:hover {
    color: #333333
}

.project-block .inner-box .image .overlay-box .read-more {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    margin-top: 32px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .inner-box .image .overlay-box .read-more .arrow {
    position: relative;
    margin-left: 5px;
    top: 1px
}

.project-block .inner-box .image .overlay-box .read-more:hover {
    color: #333333
}

.navigation {
    margin: 0 auto;
    position: static;
    max-width: 1600px;
    padding: 0px 9px;
}

.navigation h2 {
    font-size: 14px;
}

.clients-section {
    position: relative;
    padding: 95px 0px 95px
}

.clients-section .review {
    position: relative;
    color: #333333;
    font-size: 16px;
    line-height: 1.3em;
    text-align: center;
    margin-top: 50px
}

.clients-section .review a {
    position: relative;
    color: #509B7D
}

.clients-section .sec-title {
    margin-bottom: 70px
}

.clients-section .row {}

.clients-section .client-block {
    padding: 0px 30px
}

.client-block {
    position: relative;
    margin-bottom: 30px
}

.client-block .inner-box {
    position: relative;
    padding: 30px 35px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05)
}

.client-block .inner-box:before {
    position: absolute;
    content: '';
    left: -20px;
    top: -20px;
    right: 20px;
    bottom: 20px;
    z-index: -1;
    border: 1px solid #e2e8f0
}

.client-block .inner-box .client-logo {
    position: relative
}

.client-block .inner-box .text {
    position: relative;
    color: #333333;
    font-size: 15px;
    line-height: 1.9em;
    margin-top: 14px;
    margin-bottom: 25px
}

.client-block .inner-box h3 {
    position: relative;
    color: #222222;
    font-weight: 300;
    font-size: 20px
}

.client-block .inner-box .designation {
    position: relative;
    color: #509B7D;
    font-weight: 400;
    font-size: 15px;
    margin-top: 6px
}

.client-block .inner-box .site-link {
    position: relative;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: underline;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.client-block .inner-box .site-link:hover {
    color: #509B7D;
    text-decoration: none
}

.consult-section {
    position: relative;
    padding: 90px 0px 75px;
    background-size: cover
}

.consult-section .social-info {
    position: relative;
    margin-top: 30px
}

.consult-section .social-info .social-info-inner {
    position: relative;
    text-align: center
}

.consult-section .social-info .social-info-inner ul {
    position: relative
}

.consult-section .social-info .social-info-inner ul li {
    position: relative;
    padding-left: 55px;
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6em;
    display: inline-block;
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.consult-section .social-info .social-info-inner ul li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border: none
}

.consult-section .social-info .social-info-inner ul li .icon {
    position: absolute;
    content: '';
    left: 0px;
    top: 8px;
    color: #509B7D;
    font-size: 38px;
    line-height: 1em
}

.consult-section .social-info .social-info-inner ul li .info {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px
}

.consult-form {
    position: relative
}

.consult-form .form-group {
    position: relative;
    margin-bottom: 15px
}

.consult-form .form-group input[type="text"],
.consult-form .form-group input[type="tel"],
.consult-form .form-group input[type="email"],
.consult-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    color: #ffffff;
    height: 60px;
    font-size: 15px;
    background: #333333;
    border: 1px solid rgba(255, 255, 255, 0.10);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.consult-form .form-group input[type="text"]:focus,
.consult-form .form-group input[type="tel"]:focus,
.consult-form .form-group input[type="email"]:focus,
.consult-form .form-group textarea:focus {
    border-color: #509B7D
}

.consult-form .form-group textarea::-webkit-input-placeholder,
.consult-form .form-group input::-webkit-input-placeholder {
    color: #333333
}

.consult-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 15px 0px;
    color: #ffffff;
    height: 125px;
    resize: none;
    font-size: 15px;
    background: #333333;
    border: 1px solid rgba(255, 255, 255, 0.10);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.consult-form button {
    border-radius: 0px;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    padding: 14px 10px;
    text-transform: capitalize
}

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 15px;
    font-style: normal;
    height: 60px;
    padding: 10px 20px;
    line-height: 36px;
    color: #333333;
    border: none;
    border-radius: 0px;
    background: #333333;
    border: 1px solid rgba(255, 255, 255, 0.10)
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 7px;
    text-indent: 0px;
    color: #333333
}

.form-group .ui-button .ui-icon:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #509B7D;
    line-height: 20px;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    z-index: 5
}

.ui-widget.ui-widget-content {
    border: 1px solid rgba(255, 255, 255, 0.10)
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.10)
}

.ui-menu .ui-menu-item:last-child {
    border: none
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #509B7D;
    border-color: #509B7D
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px
}

.ui-menu-item:hover {
    background-color: #ee2d50
}

.news-section {
    position: relative;
    padding: 90px 0px 100px
}

.news-section.alternate {
    padding-bottom: 100px
}

.news-section .sec-title .theme-btn {
    margin-top: 110px;
    padding: 8px 44px
}

.news-section .owl-theme .news-block {
    margin: 0px 15px
}

.news-section .owl-carousel {
    margin: 0px -15px;
    width: auto
}

.news-section .owl-carousel .owl-stage-outer {
    padding: 10px 0px 15px
}

.news-section .owl-nav {
    display: none
}

.news-section .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 45px
}

.news-section .owl-dots .owl-dot {
    position: relative;
    margin: 0px 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background-color: #c7cdd4;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-section .owl-dots .owl-dot.active,
.news-section .owl-dots .owl-dot:hover {
    background-color: #509B7D
}

.news-block {
    position: relative;
    margin-bottom: 30px
}

.news-block .inner-box {
    position: relative
}

.news-block .inner-box .image {
    position: relative
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.news-block .inner-box .image .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: scale(0.6, 0.6);
    background-color: rgba(22, 26, 51, 0.90);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease
}

.news-block .inner-box:hover .image .overlay-link {
    opacity: 1;
    transform: scale(1, 1)
}

.news-block .inner-box .image .overlay-link .icon {
    position: relative;
    color: #ffffff;
    top: 49%;
    font-size: 28px;
    margin-top: -5px;
    display: inline-block
}

.post-date img {
    width: 274px;
    height: 225px
}

.news-block .inner-box .image .post-date {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    z-index: 1;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    padding: 3px 8px 0px;
    text-align: center;
    background-color: #509B7D;
    text-transform: capitalize;
}

.news-block .inner-box .lower-content {
    position: relative;
    padding: 35px 28px 30px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05)
}

.news-block .inner-box .lower-content .post-info {
    position: relative
}

.news-block .inner-box .lower-content .post-info li {
    position: relative;
    color: #333333;
    font-size: 15px;
    display: inline-block;
    padding-right: 12px;
    margin-right: 12px;
    line-height: 1.2em;
    border-right: 1px solid #d2d9e0
}

.news-block .inner-box .lower-content .post-info li strong {
    color: #222222;
    font-weight: 400
}

.news-block .inner-box .lower-content .post-info li .icon {
    position: relative;
    margin-right: 8px
}

.news-block .inner-box .lower-content .post-info li:last-child {
    border: none;
    padding-right: 0px;
    margin-right: 0px
}

.news-block .inner-box .lower-content h3 {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5em;
    margin-top: 10px
}

.news-block .inner-box .lower-content h3 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.news-block .inner-box .lower-content h3 a:hover {
    position: relative;
    color: #509B7D
}

.news-block .inner-box .lower-content .read-more {
    position: relative;
    font-weight: 300;
    color: #222222;
    margin-top: 15px;
    display: inline-block;
    padding-right: 22px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box .lower-content .read-more .arrow.left {
    position: absolute;
    left: 0px;
    top: 1px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block .inner-box .lower-content .read-more .arrow.right {
    position: absolute;
    right: 0px;
    top: 1px
}

.news-block .inner-box .lower-content .read-more .arrow.right {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block .inner-box .lower-content .read-more:hover .arrow.right {
    opacity: 0
}

.news-block .inner-box .lower-content .read-more:hover .arrow.left {
    opacity: 1
}

.news-block .inner-box .lower-content .read-more:hover {
    color: #509B7D;
    padding-right: 0px;
    padding-left: 22px
}

.newsletter-section {
    position: relative
}

.newsletter-section .inner-container {
    position: relative;
    position: relative;
    padding: 32px 60px 35px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10)
}

.newsletter-section .inner-container.margin-bottom {
    margin-bottom: -60px;
    z-index: 1
}

.newsletter-section .title-column {
    position: relative
}

.newsletter-section .title-column .inner-column {
    position: relative
}

.newsletter-section .title-column h4 {
    position: relative;
    color: #303030;
    font-weight: 600;
    text-transform: capitalize
}

.newsletter-section .title-column .title {
    position: relative;
    color: #333333;
    font-weight: 400;
    font-size: 15px;
    margin-top: 10px;
    text-transform: capitalize
}

.newsletter-section .form-column {
    position: relative
}

.newsletter-section .form-column .inner-column {
    position: relative;
    margin-top: 7px
}

.subscribe-form .form-group {
    position: relative;
    display: block;
    margin: 0px;
    width: 100%;
    padding-right: 230px
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    height: 53px;
    font-size: 14px;
    color: #333333000;
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid #f2f2f2;
    padding: 10px 20px 10px 20px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer
}

.sponsors-section {
    position: relative;
    padding: 125px 0px 40px;
    background-color: #e6ebf0
}

.sponsors-section.style-two {
    padding: 60px 0px 50px
}

.sponsors-section .sponsors-outer {
    position: relative
}

.sponsors-section .sponsors-outer .owl-dots,
.sponsors-section .sponsors-outer .owl-nav {
    position: relative;
    display: none
}

.sponsors-section .sponsors-outer .image-box {
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.sponsors-section .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    filter: gray;
    opacity: 0.4;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.sponsors-section .sponsors-outer .image-box img:hover {
    opacity: 1;
    -webkit-filter: none;
    filter: none
}

.sponsors-section .sponsors-outer .image-box:hover {
    border-color: #ffaa00
}

.link-section {
    background: #fff;
    line-height: 50px
}

.link-section span {
    display: inline-block;
    vertical-align: middle;
    margin-right: var(--px10);
    font-size: var(--px16);
    line-height: 1.4;
}

.link-section a {
    display: inline-block;
    vertical-align: middle;
    margin-right: var(--px20);
    font-size: var(--px16);
    line-height: 1.4;
    padding-right: 10px;
}

.auto-con {
    padding: 0 20px;
}

.site-footer {
    position: relative;
    display: block;
    background-color: #1b1825;
}

.site-footer__top {
    position: relative;
    display: block;
    background-color: #111
}

.site-footer__top-inner {
    position: relative;
    display: block;
    z-index: 1
}

.site-footer__top-inner .row {
    padding: 60px 0 30px;
}

.site-footer .site-footer__top-inner .footer-widget__links-list li .dropdown-btn {
    display: inline-block;
}

.site-footer-map {
    position: absolute;
    left: 0;
    right: 0;
    height: 348px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.04;
    z-index: -1
}

.footer-widget__about {
    position: relative;
    display: block
}

.footer-widget__about-text {
    font-size: 16px;
    color: #969696;
    margin: 0;
    padding-top: 10px;
    line-height: 30px
}

.footer-widget__about-social {
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 0;
}

.footer-widget__about-social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #333;
    border-radius: 50%;
    font-size: 13px;
    height: 45px;
    width: 45px;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1
}

.footer-widget__about-social a:hover {
    color: #333;
    transform: rotate(360deg)
}

.footer-widget__about-social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #fff;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1
}

.footer-widget__about-social a:hover:before {
    transform: scaleX(1.0) rotateY(180deg);
    border-radius: 50%;
}

.footer-widget__about-social a+a {
    margin-left: 10px
}

.footer-widget__title {
    font-size: 20px;
    color: #f1f1f1;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 30px
}

.footer-widget__links {
    position: relative;
    display: block
}

.footer-widget__links-list {
    position: relative;
    display: block;
    float: left;
    margin-right: 30px
}

.footer-widget__links-list button {
    display: none
}

.footer-widget__links-list li+li {
    margin-top: 10px
}

.footer-widget__links-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #969696;
    transition: all 500ms ease
}

.footer-widget__links-list li a::after {
    content: '';
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: left center;
    background-color: currentColor;
    transition: transform 500ms ease
}

.footer-widget__links-list li:hover>a::after {
    transform: scale(1, 1);
    transform-origin: right center
}

.footer-widget__links-list li a:hover {
    color: var(--thm-base)
}

.footer-widget__links-list-two {
    margin-right: 0px
}

.footer-widget__contact {
    position: relative;
    display: block
}

.footer-widget__contact-text {
    font-size: 16px;
    color: #969696;
    margin: 0;
    padding-top: 3px
}

.footer-widget__contact-text1 {
    font-size: 16px;
    color: #f1f1f1;
    margin: 0;
    line-height: 40px;
    margin-bottom: 10px;
    padding-top: 3px
}

.footer-widget__contact-list {
    position: relative;
    display: block;
    margin-top: 10px;
}

.footer-widget__contact-list li {
    display: flex;
}

.footer-widget__contact-list li .icon {
    display: flex;
    align-items: center;
    position: relative;
    top: 2px
}

.footer-widget__contact-list li .icon span {
    font-size: 13px;
    color: var(--thm-extra)
}

.footer-widget__contact-list li .text {
    margin-left: 10px
}

.footer-widget__contact-list li .text p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 30px;
    color: #f1f1f1
}

.footer-widget__contact-list li .text p a {
    color: var(--thm-base);
    transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:hover {
    color: var(--thm-extra)
}

.footer-widget__newsletter {
    position: relative;
    display: block
}

.footer-widget__newsletter-text {
    font-size: 16px;
    color: #f1f1f1;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
    padding-bottom: 23px;
    padding-top: 5px
}

.footer-widget__QD {
    float: left;
    padding-right: 25px;
}

.footer-widget__newsletter-form {
    position: relative;
    display: block
}

.footer-widget__newsletter-input-box {
    position: relative;
    display: block
}

.footer-widget__newsletter-input-box input[type="email"] {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    text-transform: capitalize;
    height: 60px;
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 15px;
    padding-right: 95px;
    outline: none;
    padding-left: 20px
}

.footer-widget__newsletter-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #509B7D;
    border: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #fff;
    transition: all 500ms ease;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .2em
}

.footer-widget__newsletter-btn:hover {
    background-color: #333333
}

.site-footer__bottom {
    position: relative;
    display: block;
    z-index: 2;
    background-color: #1b1b1b
}

.site-footer__bottom-container {
    position: relative;
    display: block;
    max-width: 1595px;
    width: 100%;
    margin: 0 auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #1b1b1b
}

.site-footer__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0
}

.site-footer__bottom-text {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #f1f1f1;
    padding: 0px 15px;
}

.site-footer__bottom-text a {
    color: #ada8ba;
    transition: all 500ms ease
}

.site-footer__bottom-text a:hover {
    color: var(--thm-base)
}

.site-footer__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.site-footer__bottom-menu li+li {
    margin-left: 12px
}

.site-footer__bottom-menu li a {
    color: #f1f1f1;
    font-size: 14px;
    display: inline-block;
    transition: all 500ms ease
}

.site-footer__bottom-menu li a:hover {
    color: var(--thm-base)
}

.service-list {
    position: relative;
    margin-bottom: 20px
}

.service-list li {
    position: relative;
    color: #999fb9;
    font-size: 15px;
    margin-bottom: 10px
}

.service-list li span {
    position: relative
}

.main-footer .services-widget .read-more {
    position: relative;
    color: #509B7D;
    font-size: 15px;
    font-weight: 300;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .services-widget .read-more .arrow {
    position: relative;
    margin-left: 5px;
    top: 1px
}

.main-footer .services-widget .read-more:hover {
    color: #ffffff
}

.main-footer .footer-bottom {
    position: relative;
    padding: 30px 0px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.10)
}

.main-footer .footer-bottom .copyright {
    position: relative;
    color: #999fb9;
    font-size: 15px
}

.main-footer .footer-bottom .copyright span {
    color: #ffffff
}

.main-footer .footer-bottom .footer-logo {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 6px
}

.footer-list {
    position: relative
}

.footer-list li {
    position: relative;
    padding-right: 12px;
    margin-right: 12px;
    display: inline-block;
    line-height: 1.3em;
    border-right: 1px solid #444860
}

.footer-list li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border: none
}

.footer-list li a {
    position: relative;
    color: #999fb9;
    font-size: 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.footer-list li a:hover {
    color: #ffffff
}

.services-section-two {
    position: relative;
    padding: 40px 0px;
    background-color: #f1f1f1
}

.services-section-two .owl-nav {
    display: none
}

.services-section-two .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 45px
}

.services-section-two .owl-dots .owl-dot {
    position: relative;
    margin: 0px 5px;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #c7cdd4;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-section-two .owl-dots .owl-dot.active,
.services-section-two .owl-dots .owl-dot:hover {
    background-color: #509B7D
}

.services-block-two {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px
}

.services-block-two .inner-box {
    position: relative;
    height: 100%;
}

.services-block-two .inner-box .image {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.services-block-two .inner-box .image a {
    display: block;
    transition: all .5s ease-in-out;
}

/* .services-block-two .inner-box .image a img{position:relative;width:100%;display:none;display:table-cell;transform:scale(1);transition:all 0.4s ease 0s;opacity: 0;} */
.services-block-two .inner-box:hover {
    box-shadow: 0px 10px 10px 0px rgb(0, 0, 0, .05)
}

.services-block-two .inner-box:hover .image img {
    transform: scale(1.1);
    transition: all 0.6s ease 0s
}

.services-block-two .inner-box .image img {
    transform: scale(1);
    transition: all 0.6s ease 0s
}

.services-block-two .inner-box .heading-box {
    text-align: center;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.services-block-two .inner-box:hover .heading-box {}

.services-section-two.cpmain {
    width: 100%
}

.services-section-two .cpmain h3 {
    position: relative;
    font-size: 16px;
    display: block;
    font-weight: 300;
    font-size: 20px;
    color: #222222;
    line-height: 1.3em;
    padding: 50px 0 20px 0px;
    margin-bottom: 15px;
    border-bottom: 1px;
}

.services-section-two .cpmain h3:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 80px;
    height: 3px;
    width: 60px;
    background-color: #509B7D
}

.services-section-two .cpmain h3 a {
    color: #333333
}

.services-section-two .cpmain h3 a:hover {
    color: #509B7D
}

.services-block-two .inner-box .heading-box h4 {
    position: relative;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
    padding: 10px 0;
    margin-top: 20px;
}

.services-block-two .inner-box:hover .heading-box h4 a{

color: #ffffff;
}

.services-block-two .inner-box .heading-box h4 a {
    font-size: 17px;
    color: #585858;
    font-weight: bold;

}

.services-block-two .inner-box {
    position: relative;
    overflow: hidden;
}

.services-block-two .inner-box:hover .heading-box h4{
    color: #333333;
}

.services-block-two .inner-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    background-image: url(../images/pro-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: height 0.5s ease;
}

.services-block-two .inner-box:hover::before {
    height: 100%;
}

.services-block-two .inner-box .content {
    position: relative;
    z-index: 2;
}

.services-block-two .inner-box:hover .overlay-box {
    opacity: 1;
    bottom: -30px;
    visibility: visible
}

.services-block-two .inner-box .overlay-box {
    position: absolute;
    opacity: 0;
    left: 30px;
    right: 30px;
    bottom: -220px;
    visibility: hidden;
    padding-bottom: 26px;
    background-color: #ffffff;
    border-bottom: 5px solid #e65a5e;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.10);
    border-radius: 19px
}

.services-block-two .inner-box .overlay-box .overlay-inner {
    position: relative;
    text-align: center
}

.services-block-two .inner-box .image .overlay-box h3 {
    position: relative;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3em;
    padding: 17px 10px
}

.services-block-two .inner-box .image .overlay-box h3 a {
    position: relative;
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.services-block-two .inner-box .image .overlay-box h3 a:hover {
    color: #e65a5e
}

.services-block-two .inner-box .image .overlay-box .text {
    position: relative;
    color: #333333;
    font-size: 15px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 1.9em;
    margin-bottom: 15px
}

.services-block-two .inner-box .image .overlay-box .read-more {
    position: relative;
    color: #e65a5e;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3em;
    display: inline-block;
    text-transform: uppercase;
    background-color: #ffffff;
    ;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-block-two .inner-box .image .overlay-box .read-more .arrow {
    position: relative;
    top: 1px;
    margin-right: 6px
}

.services-block-two .inner-box .image .overlay-box .read-more:hover {
    color: #f67433
}

.auto-container .culture p {
    padding-bottom: 10px;
}

.deliver-section {
    position: relative;
    padding: 90px 0px 90px;
    background-color: #e9eef3;
    overflow: hidden
}

.deliver-section .left-image {
    position: absolute;
    left: 0px;
    top: 100px;
    width: 375px;
    height: 100%
}

.deliver-section .right-image {
    position: absolute;
    right: -50px;
    top: 100px;
    width: 375px;
    height: 100%
}

.deliver-section .inner-container {
    position: relative
}

.deliver-section .inner-container:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #d2d9e0
}

.deliver-section .lower-text {
    position: relative;
    color: #333333;
    font-size: 15px;
    margin-top: 60px;
    text-align: center
}

.deliver-section .lower-text span {
    border-bottom: 2px dotted #509B7D
}

.deliver-block {
    position: relative
}

.deliver-block .inner-box {
    position: relative;
    text-align: center
}

.deliver-block .inner-box .title {
    position: relative;
    color: #509B7D;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase
}

.deliver-block .inner-box h3 {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 10px;
    text-transform: capitalize
}

.deliver-block .inner-box .text {
    position: relative;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9em;
    max-width: 380px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 22px
}

.deliver-block .inner-box .read-more {
    position: relative;
    font-weight: 300;
    color: #222222;
    font-size: 15px;
    display: inline-block;
    padding-right: 22px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.deliver-block .inner-box .read-more .arrow.left {
    position: absolute;
    left: 0px;
    top: 1px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.deliver-block .inner-box .read-more .arrow.right {
    position: absolute;
    right: 0px;
    top: 1px
}

.deliver-block .inner-box .read-more .arrow.right {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.deliver-block .inner-box .read-more:hover .arrow.right {
    opacity: 0
}

.deliver-block .inner-box .read-more:hover .arrow.left {
    opacity: 1
}

.deliver-block .inner-box .read-more:hover {
    color: #509B7D;
    padding-right: 0px;
    padding-left: 22px
}

.projects-Solutions-two {
    position: relative;
    padding: 40px 0px 40px;
    background-color: #f1f1f1
}

.pro-container {
    position: static;
    max-width: 1400px;
    padding: 0px 15px;
    margin: 0 auto;
    z-index: 10
}

.projects-Solutions-two .pull-right .text a {
    float: right;
}

.projects-Solutions-two .pull-right .text a:hover {
    transition: all .4s ease;
}

.projects-Solutions-two .pull-right .text span {
    padding: 5px
}

.Solutions-tit {
    padding-bottom: 40px;
    text-align: center;
}

.project-block-two {
    position: relative;
    margin-bottom: 35px;
    padding: 0px 10px;
}

.project-block-two .inner-box {
    position: relative;
    background-color: #fff;
    padding: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.project-block-two .inner-box .sale-label {
    position: absolute;
    top: 10px;
    left: 0;
    z-index:999;
}
.project-block-two .inner-box .sale-label span {
    font-size: 14px;
    color: #fff;
    background-color: #C30;
    display: inline-block;
    padding: 4px 10px;
}
.project-block-two .inner-box .image {
    position: relative;
    background-color: #f1f1f1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: hidden;
}

.project-block-two .inner-box:hover .image {}

.project-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all .7s ease;
}

.project-block-two .inner-box:hover .image img {
    transform: scale(1.02);
}

.project-block-two .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: scale(0.6, 0.6);
    background-color: rgb(0 0 0 / 70%);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease
}

.project-block-two .inner-box .image .overlay-box .icon {
    position: relative;
    color: #ffffff;
    top: 48%;
    width: 10%;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    margin-top: -30px;
    border-radius: 50px;
    display: inline-block;
}

.project-block-two .inner-box:hover .image .overlay-box {
    opacity: 1;
    transform: scale(1, 1)
}

.project-block-two .inner-box .lower-content {
    background-color: #f1f1f1;
    transition: .5s;
}

.project-block-two .inner-box:hover .lower-content {}

.project-block-two .inner-box .lower-content .category {
    position: relative;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    padding: 10px 0
}

.project-block-two .inner-box .lower-content h3 {
    position: relative;
    font-size: 20px;
    color: #222222;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 15px;
    padding: 10px 0;
    text-align: center;
    transition: .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project-block-two .inner-box:hover .lower-content h3 {
    transform: translateY(-10px);
}

.project-block-two .inner-box .lower-content h3 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 16px
}

.project-block-two .inner-box .lower-content h3 a:hover {
    color: #509B7D
}

.project-block-two.style-two .inner-box .lower-content h3 {
    padding-left: 0px
}

.project-block-two.style-two .inner-box .lower-content h3:before {
    display: none
}

.featured-section {
    position: relative;
    padding-top: 50px
}

.featured-section .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    bottom: 10px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover
}

.featured-section .image-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    /*background-color:rgb(70 57 57 / 60%)*/
}
.pro_cate {
margin-bottom: 20px;
}

.pro_cate .page_name {
    position: relative;
    margin-bottom: 10px;
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Oswald-Regular";
    display: flex;
    flex-wrap: wrap;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    flex-direction: row;
    width: 100%;
    background-color: rgba(51, 51, 51, 1);
    padding: 10%;
    color: #fff;
}
.content .menu-item:hover{background-color: #333333;}
.content .menu-item,
.product-list .pro_cate .first_cate {
    height: 51px;
    line-height: 51px;
    margin-bottom: 5px;
    border-radius: 5px;
    position: relative;
    padding-right: 15px;
    background-color: rgba(80, 155, 125, 1);
    overflow: hidden;
    cursor: pointer;
}

.content .menu-item a,
.product-list .pro_cate .first_cate a {
    color: #fff;
    font-size: 18px;
    padding-left: 10%;
}

.response-transition {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.map-section {
    position: relative;
}

.map-section .image-layer1 {
    left: 0px;
    top: 0px;
    width: 100%;
    bottom: 10px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.map-section .image-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    /*background-color:rgb(70 57 57 / 60%)*/
}

.benefits-section {
    position: relative;
    padding: 50px 0
}

.benefits-section .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    bottom: 10px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover
}

.benefits-section .image-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-color: rgb(70 57 57 / 60%)
}

.benefits-section .inner-container {
    position: relative;
    padding: 15px 15px;
    z-index: 1
}

.benefits-section.style-two:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 130px;
    background-color: #333
}

.benefits-section.style-two .inner-container {
    background: none
}

.benefits-section .lower-text {
    position: relative;
    margin-top: 50px;
    color: #999fb9;
    font-size: 15px;
    text-align: center
}

.benefits-section .lower-text span {
    position: relative;
    border-bottom: 2px dotted #509B7D
}

.feature-block {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px
}

.feature-block .inner-box {
    height: 100%;
    background-color: #fff;
    position: relative;
    text-align: center;
    border-radius: 19px;
    padding: 25px 25px;
    box-shadow: 0px 6px 60px 0 rgb(0 0 0 / 7%)
}

.feature-block .inner-box:before {
    position: absolute;
    content: '';
    right: -17px;
    top: 0px;
    height: 100%;
    background-color: #e2e8f0
}

.feature-block:last-child .inner-box:before {
    display: none
}

.feature-block .inner-box .icon-box {
    position: relative;
    font-size: 68px;
    line-height: 1em;
    color: #509B7D
}

.feature-block .inner-box h3 {
    position: relative;
    font-size: 20px;
    color: #222222;
    font-weight: 300;
    line-height: 1.6em;
    margin-top: 16px
}

.feature-block .inner-box .overlay-box {
    width: 100%;
    color: #ffffff;
    text-align: center;
    background-color: #ffffff;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px)
}

.feature-block .inner-box:hover .overlay-box .overlay-inner .content h4 {
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    color: #509B7D
}

.feature-block .inner-box .overlay-box .overlay-inner {
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 0px 0px;
    background-color: #ffffff
}

.feature-block .inner-box .overlay-box .overlay-inner .overlay-content {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.feature-block .inner-box .overlay-box .overlay-inner h4 {
    position: relative;
    font-size: 22px;
    color: #222222;
    font-weight: 500;
    line-height: 1.6em
}

.feature-block .inner-box .overlay-box .overlay-inner .text {
    position: relative;
    color: #333333;
    font-size: 15px;
    line-height: 1.8em;
    margin-top: 16px;
    text-align: center
}

.feature-block.style-two .inner-box:before {
    background-color: rgba(255, 255, 255, 0.20)
}

.feature-block.style-two .inner-box .overlay-box .overlay-inner h4,
.feature-block.style-two .inner-box h3 {
    color: #333333000
}

.feature-block.style-two .inner-box .overlay-box .overlay-inner .text {
    color: #999fb9
}

.services-one__arrow {
    position: relative;
    display: block
}

.services-one__arrow a {
    position: relative;
    height: 63px;
    width: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: var(--thm-black);
    background-color: #eef3f7;
    margin: 0 auto;
    transition: all 500ms ease;
    z-index: 1
}

.services-one__arrow a:hover {
    background-color: #282b30;
    color: #fff
}

.about-one {
    min-height: 300px;
    display-radio: 1;
    background-color: rgba(248, 247, 252, 1);
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 1920px 411px;
}

.about-img .Surface {
    position: absolute;
    top: 84px;
    text-transform: capitalize;
    left: -99px;
    transform: rotate(-90deg);
    background-color: #ccc;
    padding: 13px 58px 13px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-transform: capitalize;
}

.about-img .Surface p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin: 0;
    color: #509B7D;
}

.about-img .more {
    position: absolute;
    left: -90%;
    top: 80%;
    width: 900px;
}

.about-img {
    margin-bottom: 20px;
}

.about-img .more a {
    display: block;
    height: 120px;
    float: left;
    width: 15%;
    padding-top: 75px;
    text-align: center;
    background-position: center 30px;
    background-repeat: no-repeat;
    font-size: 16px;
}
/*
.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2)
}
*/
.section-title {
    position: relative;
    display: block
}

.section-title h2 {
    font-size: 26px;
    color: #333;
    padding-bottom: 15px;
    padding-top: 15px
}

.about-tit {
    padding: 0 30px;
}

.about-tit p {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.about-tit .about-gong {
    font-size: 3.5vw;
    line-height: 100%;
    margin-bottom: 15px;
    font-weight: bold;
    -webkit-text-stroke: 1px rgba(12, 139, 131, 1);
    color: #fff;
    text-transform: uppercase;
    font-family: arial;
}

.about-img img {
    transition: all 500ms ease
}

.about-img:hover img {
    transform: scale(1.05);
    visibility: visible
}

.about-img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e7e7e71f;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--thm-base);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    opacity: 0;
    transform: translateY(-30%);
    visibility: hidden
}

.about-img>a:hover {
    transform: translateY(0%);
    opacity: 1
}

.about-img img {
    width: 100%;
    height: auto
}

.about-tit .thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: 0;
    outline: none !important;
    background-color: #333333;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 40px 10px;
    border-radius: 8px;
    transition: all .3s linear;
    overflow: hidden;
    letter-spacing: .2em;
    z-index: 1;
    margin-top: 60px;
    margin-bottom: 20px;
}

.about-tit .thm-btn:hover:after {
    opacity: 1;
    transform: scaleY(1.0)
}

.about-tit .thm-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(80, 155, 125, 1);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1
}

.services-carousel {
    position: relative;
}

.services-carousel.margin-top {
    margin-top: -112px
}

.client-block-two {
    position: relative;
    margin-bottom: 30px
}

.client-block-two .inner-box {
    position: relative;
    text-align: center
}

.client-block-two .inner-box .client-logo {
    position: relative
}

.client-block-two .inner-box .client-logo img {
    position: relative;
    width: auto;
    margin: 0 auto
}

.client-block-two .inner-box .text {
    position: relative;
    color: #333333;
    font-size: 18px;
    line-height: 1.9em;
    margin-bottom: 25px;
    max-width: 640px;
    margin: 0 auto;
    margin-top: 30px
}

.client-block-two .inner-box h3 {
    position: relative;
    color: #222222;
    font-weight: 300;
    font-size: 20px;
    margin-top: 22px
}

.client-block-two .inner-box .designation {
    position: relative;
    color: #509B7D;
    font-weight: 400;
    font-size: 15px;
    margin-top: 6px
}

.services-carousel .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 0px
}

.services-carousel .owl-dots .owl-dot {
    position: relative;
    margin: 0px 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background-color: #c7cdd4;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-carousel .owl-dots .owl-dot.active,
.services-carousel .owl-dots .owl-dot:hover {
    background-color: #509B7D
}

.services-carousel .owl-nav {
    position: absolute;
    left: 100px;
    top: 50%;
    right: 100px;
    margin-top: -40px
}

.services-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    color: #999fb9;
    font-size: 40px;
    line-height: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.services-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    color: #999fb9;
    font-size: 40px;
    line-height: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media (max-width:500px) {
    .services-carousel .owl-nav .owl-prev {
        display: none;
    }

    .services-carousel .owl-nav .owl-next {
        display: none;
    }

    .services-block-two .inner-box .heading-box h4 a p {
        font-size: 12px
    }

    .services-single .service-tabs .tabs-content .content table tbody tr td {
        font-size: 12px
    }

    .services-single .service-tabs .tabs-content .content p {
        font-size: 12px
    }
}

.services-carousel .owl-nav .owl-prev:hover,
.services-carousel .owl-nav .owl-next:hover {
    color: #509B7D
}

.client-section-two {
    position: relative
}

.client-section-two .outer-container {
    position: relative;
    border-top: 1px solid #dde1e4
}

.client-section-two .outer-container a {
    position: relative;
    float: left;
    width: 20%;
    display: inline-block;
    border-right: 1px solid #dde1e4
}

.client-section-two .outer-container a:last-child {
    border-right: 0px
}

.client-section-two.style-two .outer-container {
    border-top: none;
    border-bottom: 1px solid #dde1e4
}

.client-section-two.style-two .outer-container a {
    filter: gray;
    opacity: 0.6;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.client-section-two.style-two .outer-container a:hover {
    filter: none;
    opacity: 1
}

.team-section {
    position: relative;
    padding: 40px 0px 40px
}

.team-section.style-two {
    padding-bottom: 20px
}

.team-section .owl-nav {
    display: none
}

.team-section .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 30px
}

.team-section .owl-dots .owl-dot {
    position: relative;
    margin: 0px 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background-color: #c7cdd4;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.team-section .owl-dots .owl-dot.active,
.team-section .owl-dots .owl-dot:hover {
    background-color: #509B7D
}

.team-section .owl-carousel .owl-stage-outer {
    padding-bottom: 20px
}

.team-section .sec-title .theme-btn {
    margin-top: 90px;
    padding: 8px 44px
}

.team-block {
    position: relative
}

.team-block .inner-box {
    position: relative;
    padding-bottom: 50px
}

.team-block .inner-box .image {
    position: relative;
    background-color: #509B7D
}

.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.team-block .inner-box:hover .image img {
    opacity: 0.6
}

.team-block .inner-box .image .overlay-content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -50px;
    z-index: 1
}

.team-block .inner-box .image .overlay-content .info-content {
    position: relative;
    padding: 20px 25px;
    margin-right: 50px;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05)
}

.team-block .inner-box .image .overlay-content .info-content .content {
    position: relative
}

.team-block .inner-box .image .overlay-content .info-content .content .upper-box {
    position: relative;
    z-index: 1;
    background-color: #ffffff
}

.team-block .inner-box .image .overlay-content .info-content .content .upper-box h3 {
    position: relative;
    font-weight: 300;
    font-size: 20px;
    color: #222222
}

.team-block .inner-box .image .overlay-content .info-content .content .upper-box h3 a {
    position: relative;
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.team-block .inner-box .image .overlay-content .info-content .content .upper-box h3 a:hover {
    color: #509B7D
}

.team-block .inner-box .image .overlay-content .info-content .designation {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    color: #509B7D;
    margin-top: 6px
}

.team-block .inner-box .image .overlay-content .info-content .lower-box {
    position: relative;
    margin-top: -25px;
    background-color: #ffffff;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease
}

.team-block .inner-box:hover .image .overlay-content .info-content .lower-box {
    margin-top: 15px
}

.team-block .inner-box .image .overlay-content .info-content .read-more {
    position: relative;
    font-weight: 300;
    color: #222222;
    display: inline-block;
    padding-right: 22px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .image .overlay-content .info-content .read-more .arrow.left {
    position: absolute;
    left: 0px;
    top: 1px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.team-block .inner-box .image .overlay-content .info-content .read-more .arrow.right {
    position: absolute;
    right: 0px;
    top: 1px
}

.team-block .inner-box .image .overlay-content .info-content .read-more .arrow.right {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.team-block .inner-box .image .overlay-content .info-content .read-more:hover .arrow.right {
    opacity: 0
}

.team-block .inner-box .image .overlay-content .info-content .read-more:hover .arrow.left {
    opacity: 1
}

.team-block .inner-box .image .overlay-content .info-content .read-more:hover {
    color: #509B7D;
    padding-right: 0px;
    padding-left: 22px
}

.team-block .inner-box .image .overlay-content .social-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40px;
    text-align: center;
    padding: 14px 6px 10px;
    display: inline-block;
    background-color: #e9eef3
}

.team-block .inner-box .image .overlay-content .social-box a {
    position: relative;
    color: #333333;
    display: block;
    line-height: 1em;
    margin-bottom: 9px
}

.team-block .inner-box .image .overlay-content .social-box a:hover {
    color: #509B7D
}

.newsletter-section-two {
    position: relative;
    background-color: #222222;
    height: 282px
}

.newsletter-section-two img {
    display: block;
    width: 100%;
    z-index: -1
}

.newsletter-section-two .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(29 29 29 / 90%);
    z-index: 5;
    top: 0;
    left: 0
}

.newsletter-section-two .inner-container {
    position: relative
}

.newsletter-section-two .title-column {
    position: relative
}

.newsletter-section-two .title-column .inner-column {
    position: relative;
    text-align: center
}

.newsletter-section-two .title-column .inner-column .annuu a {
    height: 45px;
    padding: 0 50px;
    background: linear-gradient(-88deg, #509B7D 0%, #a7000a 28.000000000000004%, #710007 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    margin: 30px 10px
}

.newsletter-section-two .title-column .inner-column .annuu a:hover {
    opacity: 1;
    color: #ffffff;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background: linear-gradient(-88deg, #509B7D 0%, #710007 28.000000000000004%, #a7000a 100%)
}

.newsletter-section-two .wen .inner-column {
    padding: 50px 0 50px 0
}

.newsletter-section-two .title-column h4 {
    position: relative;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize
}

.newsletter-section-two .title-column .title {
    position: relative;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    margin-top: 10px;
    text-transform: capitalize
}

.newsletter-section-two .form-column {
    position: relative
}

.newsletter-section-two .form-column .inner-column {
    position: relative;
    margin-top: 7px
}

.newsletter-section-two .wen {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.testimonial-one {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 120px 0 60px;
    z-index: 1
}

.testimonial-one-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 353px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    filter: grayscale(100%);
    opacity: .15
}

.testimonial-one__left {
    position: relative;
    display: block
}

.testimonial-one__right {
    position: relative;
    display: block
}

.testimonial-one__carousel {
    position: relative;
    display: block
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
    margin-right: -360px;
    padding-bottom: 60px
}

.testimonial-one__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 99px;
    left: -405px
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
    height: 65px;
    width: 65px;
    background: transparent;
    border-radius: 50%;
    color: #bab9bd;
    font-size: 23px;
    text-align: center;
    border: 2px solid #bab9bd;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
    height: 65px;
    width: 65px;
    background: transparent;
    border-radius: 50%;
    color: #bab9bd;
    font-size: 23px;
    text-align: center;
    transform: rotate(180deg);
    border: 2px solid #bab9bd;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    color: var(--thm-primary);
    border: 2px solid var(--thm-primary)
}

.testimonial-one__single {
    position: relative;
    display: block;
    background-color: var(--thm-base);
    border-radius: var(--thm-bdr-radius);
    padding: 60px 60px 50px;
    transition: all 500ms ease
}

.testimonial-one__single:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05)
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: 0.40;
    z-index: -1
}

canvas {
    display: block
}

.testimonial-one__right img:hover {
    transform: scale(1.05)
}

.section-title__title {
    margin: 0;
    font-weight: 800;
    color: #333;
    font-size: 40px;
    line-height: 45px
}

.subscribe-form-two .form-group {
    position: relative;
    display: block;
    margin: 0px;
    width: 100%;
    padding-right: 230px
}

.subscribe-form-two .form-group input[type="text"],
.subscribe-form-two .form-group input[type="tel"],
.subscribe-form-two .form-group input[type="email"],
.subscribe-form-two .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    height: 50px;
    font-size: 14px;
    color: #333333;
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid #f2f2f2;
    padding: 10px 50px 10px 30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.index-box-2 {
    background: url(../images/licheng2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.index-box-2 .top {
    display: none;
}

.index-title-box h2 {
    font-size: 23px;
    color: #fff;
    line-height: 30px;
    margin: 20px 5px 20px;
}

.index-title-box p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.fahzanlicheng {
    color: #fff;
    font-size: 36px;
}

.index-box-2 ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
    list-style: none;
}

.index-box-2 li {
    position: relative;
    width: 25%;
    height: 300px;
    padding: 60px 0 0 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    border-right: 1px solid rgba(255, 255, 255, 0.45);
}

.index-box-2 li:nth-child(-n+4) {
    border-top: none;
}

.index-box-2 li:nth-child(4n) {
    border-right: none;
}

.index-box-2 li:hover .icon {
    transform: rotateY(180deg);
}

.index-box-2 li:not(:first-child):hover:before {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.index-box-2 li:not(:first-child):before {
    content: "";
    background-color: rgba(80, 155, 125, 1);
    background-blend-mode: normal, normal;
    width: 100%;
    height: 70%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.index-box-2 .info {
    position: relative;
    height: 100%;
}

.index-box-2 .info .index-title-box {
    padding-top: 34px;
}

.index-box-2 .icon {
    display: block;
    object-fit: contain;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
}

.index-box-2 .title {
    font-size: 23px;
    color: #fff;
    line-height: 30px;
    margin: 20px 0 5px 0px;
}

.index-box-2 .en {
    color: #fff;
    font-size: var(--fs16);
    font-family: "regular";
    line-height: 28px
}

.index-box-2 .more {
    color: #fff;
    line-height: 20px;
    text-decoration: underline;
}

.index-box-2 .index-more,
.index-box-2 .more {
    position: absolute;
    bottom: 27px;
    left: 0;
    z-index: 10;
    color: #fff;
    border-color: #fff;
}

@media screen and (max-width: 1004px) {
    .index-box-2 {}

    .index-box-2 .top .index-more {
        left: auto;
        right: 0.3rem;
        bottom: auto;
    }

    .index-box-2 ul {
        background: url(../images/p_index2bg.jpg) no-repeat center center;
        background-size: cover;
    }

    .index-box-2 li {
        width: 50%;
        height: auto;
        padding: 20px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.45);
        border-right: none;
        border-top: none;
    }

    .index-box-2 li:first-child {
        display: none;
    }

    .index-box-2 li:nth-child(odd) {
        border-left: 1px solid rgba(255, 255, 255, 0.45);
    }

    .index-box-2 li:not(:first-child):before {
        width: 100%;
        height: 100%;
    }

    .index-box-2 .icon {
        height: 30px;
    }

    .index-box-2 .title {
        font-size: 18px;
        line-height: 18px;
        margin: 11px auto 5px;
    }

    .index-box-2 .en {
        display: none;
    }

    .index-box-2 .more {
        position: static;
    }
}

.subscribe-form-two .form-group input[type="submit"],
.subscribe-form-two button {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer
}

.news-section-two {
    position: relative;
    padding: 30px 0px;
    background-color: #fff
}

.news-section-two.style-two {
    background-color: #ffffff
}

.news-block-two {
    position: relative;
    min-height: 100%;
    padding: 20px;
}

.news-block-two .inner-box {
    position: relative;
    height: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 8%);
    border-radius: 19px;
    padding: 20px;
}

.news-block-two .inner-box .lower-content .post-info .title {
    font-size: 23px;
}

.news-block-two .inner-box .lower-content .post-info .tit time {
    font-size: 20px;
}

.news-block-two .inner-box .image {
    position: relative
}

.news-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    height: 40vh;
}

.news-block-two .inner-box .image .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: scale(0.6, 0.6);
    background-color: rgba(35, 35, 35, 0.8);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease
}

.news-block-two .inner-box:hover .image .overlay-link {
    opacity: 1;
    transform: scale(1, 1)
}

.news-block-two .inner-box .image .overlay-link .icon {
    position: relative;
    color: #ffffff;
    top: 49%;
    font-size: 28px;
    margin-top: -5px;
    display: inline-block
}

.news-block-two .inner-box .image .post-date {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    z-index: 1;
    font-size: 23px;
    color: #ffffff;
    font-weight: 300;
    padding: 3px 8px 0px;
    text-align: center;
    text-transform: capitalize;
    background-color: #509B7D;
}

.news-block-two .inner-box .lower-content {
    position: relative;
    padding: 30px 10px 30px;
}

.news-block-two .inner-box .lower-content .post-info {
    position: relative
}

.news-block-two .inner-box .lower-content .post-info li {
    position: relative;
    color: #333333;
    font-size: 15px;
    display: inline-block;
    padding-right: 12px;
    margin-right: 12px;
    line-height: 1.2em;
    border-right: 1px solid #d2d9e0
}

.news-block-two .inner-box .lower-content .post-info li .icon {
    position: relative;
    margin-right: 8px;
    color: #509B7D
}

.news-block-two .inner-box .lower-content .post-info li:last-child {
    border: none;
    padding-right: 0px;
    margin-right: 0px
}

.news-block-two .inner-box .lower-content h3 {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5em;
    margin-top: 10px;
    text-align: center;
}

.news-block-two .inner-box .lower-content h3 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block-two .inner-box .lower-content h3 a:hover {
    position: relative;
    color: #509B7D
}

.news-block-two .inner-box .lower-content h4 {
    color: #222222;
    text-align: center;
}

.news-block-two .inner-box .lower-content .text {
    display: block;
    position: relative;
    font-size: 15px;
    color: #333333;
    line-height: 1.8em;
    margin-top: 15px;
    margin-bottom: 24px
}

.news-block-two .inner-box .lower-content .read-more {
    position: relative;
    font-weight: 300;
    color: #222222;
    margin-top: 18px;
    display: inline-block;
    padding-right: 22px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .inner-box .lower-content .read-more .arrow.left {
    position: absolute;
    left: 0px;
    top: 1px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block-two .inner-box .lower-content .read-more .arrow.right {
    position: absolute;
    right: 0px;
    top: 1px
}

.news-block-two .inner-box .lower-content .read-more .arrow.right {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block-two .inner-box .lower-content .read-more:hover .arrow.right {
    opacity: 0
}

.news-block-two .inner-box .lower-content .read-more:hover .arrow.left {
    opacity: 1
}

.news-block-two .inner-box .lower-content .read-more:hover {
    color: #509B7D;
    padding-right: 0px;
    padding-left: 22px
}

.news-block-two .inner-box .lower-content .lower-content .theme-btn {
    padding: 10px 25px
}

.news-block-two .inner-box .lower-content a {
    display: block;
    text-align: center;
}

.news-block-two .inner-box .swiper .tempWrap .box_content1 p {
    position: relative;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
}

.news-block-two .style-two .inner-box .lower-content {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
    border: 1px solid #e2e8f0
}

.news-block-two .style-two .inner-box:hover .lower-content {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10)
}

.price-section {
    position: relative;
    padding: 90px 0px 60px
}

.price-block {
    position: relative;
    margin-bottom: 40px
}

.price-block .recomend {
    position: relative;
    color: #ffffff;
    padding: 13px 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    background-color: #509B7D
}

.price-block .inner-box {
    position: relative;
    border: 1px solid #e9eef3
}

.price-block .inner-box .upper-content {
    position: relative;
    text-align: center;
    padding: 40px 30px 50px;
    background-color: #e9eef3
}

.price-block .inner-box .upper-content h3 {
    position: relative;
    font-weight: 300;
    font-size: 24px;
    color: #222222
}

.price-block .inner-box .upper-content .text {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    margin-top: 12px
}

.price-block .inner-box .upper-content .price {
    position: relative;
    font-weight: 300;
    font-size: 60px;
    color: #509B7D;
    line-height: 1em;
    margin-top: 12px;
}

.price-block .inner-box .upper-content .price sup {
    position: relative;
    font-size: 36px
}

.price-block .inner-box .upper-content .package {
    position: relative;
    color: #333333;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.price-block .inner-box .upper-content .theme-btn {
    padding: 9px 26px
}

.price-block .inner-box .lower-content {
    position: relative;
    padding: 30px 30px;
    text-align: center
}

.price-block .inner-box .lower-content .price-list {
    position: relative
}

.price-block .inner-box .lower-content .price-list li {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 14px;
    color: #b3b9c8;
    display: block;
    border-bottom: 1px solid #e2e8f0
}

.price-block .inner-box .lower-content .price-list li:before {
    content: '\f058';
    left: 0px;
    top: 0px;
    margin-right: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 300
}

.price-block .inner-box .lower-content .feature {
    position: relative;
    color: #222222;
    font-size: 15px;
    font-weight: 300;
    margin-top: 15px;
    display: inline-block;
    ;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.price-block .inner-box .lower-content .feature:hover {
    color: #509B7D
}

.advicer-section {
    position: relative;
    padding: 90px 0px 100px
}

.advicer-section .side-image {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 685px;
    height: 100%
}

.advicer-section .content-column {
    position: relative;
    margin-bottom: 40px
}

.advicer-section .content-column .inner-column {
    position: relative
}

.advicer-section .content-column .inner-column .sec-title {
    margin-bottom: 25px
}

.advicer-section .content-column .inner-column .bold-text {
    position: relative;
    color: #222222;
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 300;
    margin-bottom: 20px;
}

.advicer-section .content-column .inner-column .text {
    position: relative
}

.advicer-section .content-column .inner-column .text p {
    position: relative;
    color: #333333;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 20px
}

.advicer-section .content-column .inner-column .text p:last-child {
    margin-bottom: 0px
}

.advicer-section .content-column .inner-column .signature-box {
    position: relative;
    padding-left: 195px;
    margin-top: 30px;
    padding-top: 10px
}

.advicer-section .content-column .inner-column .signature-box .signature {
    position: absolute;
    left: 0px;
    top: 0px;
    padding-right: 25px;
    margin-right: 20px
}

.advicer-section .content-column .inner-column .signature-box .signature:after {
    position: absolute;
    content: '';
    width: 1px;
    top: 10px;
    right: 0px;
    bottom: 10px;
    background-color: #e2e8f0
}

.advicer-section .content-column .inner-column .signature-box h4 {
    position: relative;
    font-weight: 300;
    color: #222222;
    font-size: 20px
}

.advicer-section .content-column .inner-column .signature-box .designation {
    position: relative;
    font-weight: 400;
    color: #333333;
    font-size: 15px;
    margin-top: 6px
}

.advicer-section .content-column .inner-column .phone-box {
    position: relative;
    padding: 16px 30px;
    border-radius: 50px;
    margin-top: 50px;
    color: #222222;
    font-size: 18px;
    font-weight: 300;
    border: 1px solid #e2e8f0;
}

.advicer-section .content-column .inner-column .phone-box span {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #222222;
    margin-left: 18px
}

.advicer-section .content-column .inner-column .phone-box .phone-icon {
    position: absolute;
    right: 45px;
    top: -30px;
    width: 55px;
    height: 55px;
    color: #ffffff;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #509B7D
}

.advicer-section .content-column .inner-column .phone-box .phone-icon:after {
    position: absolute;
    content: '';
    left: -8px;
    right: -8px;
    bottom: -8px;
    top: -8px;
    border-radius: 50%;
    border: 8px solid rgba(249, 117, 52, 0.60)
}

.advicer-section .image-column {
    position: relative;
    text-align: center
}

.advicer-section .image-column .inner-column {
    position: relative
}

.featured-section-two {
    position: relative;
    padding: 0px;
    background-color: #333333
}

.featured-section-two .left-pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 335px
}

.featured-section-two .right-pattern {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 335px
}

.feature-block-two {
    position: relative
}

.feature-block-two .inner-box {
    position: relative;
    text-align: center;
    padding: 90px 30px 70px
}

.feature-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-color: #1f233c
}

.feature-block-two .inner-box:hover::before {
    height: 100%
}

.feature-block-two .inner-box .icon-box {
    position: relative;
    text-align: center;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    color: #509B7D;
    font-size: 76px;
    line-height: 120px;
    border-radius: 50%;
    background-image: -ms-linear-gradient(top, #333858 0%, #333333 100%);
    background-image: -moz-linear-gradient(top, #333858 0%, #333333 100%);
    background-image: -o-linear-gradient(top, #333858 0%, #333333 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333858), color-stop(100, #333333));
    background-image: -webkit-linear-gradient(top, #333858 0%, #333333 100%);
    background-image: linear-gradient(to bottom, #333858 0%, #333333 100%)
}

.feature-block-two .inner-box .icon-box .icon.padding-left {
    padding-left: 25px
}

.feature-block-two .inner-box h3 {
    position: relative;
    line-height: 1.3em;
    font-size: 20px;
    font-weight: 300;
    margin-top: 15px
}

.feature-block-two .inner-box h3 a {
    position: relative;
    color: #ffffff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.feature-block-two .inner-box h3 a:hover {
    color: #509B7D
}

.feature-block-two .inner-box .text {
    position: relative;
    margin-top: 20px;
    color: #999fb9;
    line-height: 1.9em;
    font-size: 15px
}

.feature-block-two .inner-box .plus-box {
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 60px;
    height: 60px;
    z-index: 1;
    color: #ffffff;
    font-size: 22px;
    line-height: 62px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    margin-left: -31px;
    background-color: #509B7D;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0)
}

.feature-block-two .inner-box:hover .plus-box {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1)
}

.services-section-three {
    position: relative;
    padding: 95px 0px 95px
}

.services-block-three {
    position: relative;
    margin-bottom: 30px
}

.services-block-three .inner-box {
    position: relative;
    padding: 54px 45px;
    background-color: #ffffff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10)
}

.services-block-three .inner-box:before {
    position: absolute;
    content: '';
    left: 15px;
    top: 15px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-image: -ms-linear-gradient(top, #F47334 0%, #191b33 100%);
    background-image: -moz-linear-gradient(top, #F47334 0%, #191b33 100%);
    background-image: -o-linear-gradient(top, #F47334 0%, #191b33 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F47334), color-stop(100, #191b33));
    background-image: -webkit-linear-gradient(top, #F47334 0%, #191b33 100%);
    background-image: linear-gradient(to bottom, #F47334 0%, #191b33 100%)
}

.services-block-three .inner-box:hover::before {
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
}

.services-block-three .inner-box .icon-box {
    position: relative;
    font-size: 70px;
    line-height: 1em;
    color: #509B7D
}

.services-block-three .inner-box h3 {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
    margin-top: 22px
}

.services-block-three .inner-box h3 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-block-three .inner-box h3 a:hover {
    color: #509B7D
}

.services-block-three .inner-box .text {
    position: relative;
    color: #333333;
    font-size: 15px;
    line-height: 1.8em;
    margin-top: 15px
}

.services-block-three .inner-box .read-more {
    position: relative;
    font-weight: 300;
    color: #222222;
    margin-top: 20px;
    font-size: 15px;
    display: inline-block;
    padding-right: 22px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block-three .inner-box .read-more .arrow.left {
    position: absolute;
    left: 0px;
    top: 1px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-block-three .inner-box .read-more .arrow.right {
    position: absolute;
    right: 0px;
    top: 1px
}

.services-block-three .inner-box .read-more .arrow.right {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-block-three .inner-box .read-more:hover .arrow.right {
    opacity: 0
}

.services-block-three .inner-box .read-more:hover .arrow.left {
    opacity: 1
}

.services-block-three .inner-box .read-more:hover {
    color: #509B7D;
    padding-right: 0px;
    padding-left: 22px
}

.services-block-three.style-two .inner-box {
    box-shadow: 0px 0px 20px rgba(249, 117, 52, 0.15)
}

.services-block-three.style-two .inner-box::before {
    display: none
}

.services-block-three.style-two .inner-box .icon-box {
    color: #c0cbd6
}

.services-block-three.style-two .inner-box:hover {
    box-shadow: 0px 0px 30px rgba(249, 117, 52, 0.30)
}

.services-section-three .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25px;
    z-index: 99;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-section-three .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 45px
}

.services-section-three .owl-dots .owl-dot {
    position: relative;
    margin: 0px 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background-color: #c7cdd4;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-section-three .owl-dots .owl-dot.active,
.services-section-three .owl-dots .owl-dot:hover {
    background-color: #509B7D
}

.services-section-three .owl-theme .services-block-three {
    margin: 0px 15px
}

.services-section-three .owl-carousel {
    margin: 0px -15px;
    width: auto
}

.services-section-three .owl-carousel .owl-stage-outer {
    padding: 10px 0px 15px
}

.projects-section-three {
    position: relative;
    padding: 90px 0px 65px
}

.clients-section-two {
    position: relative;
    padding: 90px 0px 100px;
    background-color: #e9eef3;
    overflow: hidden
}

.clients-section-two.style-two::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-color: rgba(22, 26, 51, 0.90)
}

.clients-section-two .row {
    margin: 0px -20px
}

.clients-section-two .client-block-three {
    padding: 0px 20px
}

.clients-section-two .left-image {
    position: absolute;
    left: 0px;
    top: 100px;
    width: 375px;
    height: 100%
}

.clients-section-two .right-image {
    position: absolute;
    right: -50px;
    top: 100px;
    width: 375px;
    height: 100%
}

.client-block-three {
    position: relative;
    z-index: 1;
    margin-bottom: 60px
}

.client-block-three .inner-box {
    position: relative;
    padding: 35px 35px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10)
}

.client-block-three .inner-box:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 20px;
    right: 20px;
    bottom: -20px;
    z-index: -1;
    border: 1px solid #d2d9e0
}

.client-block-three.style-two .inner-box:before {
    border-color: rgba(255, 255, 255, 0.10)
}

.client-block-three .inner-box .rating {
    position: relative;
    color: #509B7D;
    font-size: 14px;
    margin-bottom: 15px
}

.client-block-three .inner-box .text {
    position: relative;
    color: #333333;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 25px
}

.client-block-three .inner-box .author-info {
    position: relative
}

.client-block-three .inner-box .author-info .info-inner {
    position: relative;
    padding-left: 70px;
    min-height: 50px
}

.client-block-three .inner-box .author-info .info-inner .author-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%
}

.client-block-three .inner-box .author-info .info-inner h3 {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em
}

.client-block-three .inner-box .author-info .info-inner .designation {
    position: relative;
    color: #509B7D;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
    margin-top: 6px
}

.clients-section-two .owl-nav {
    display: none
}

.clients-section-two .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 0px
}

.clients-section-two .owl-dots .owl-dot {
    position: relative;
    margin: 0px 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background-color: #c7cdd4;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.clients-section-two .owl-dots .owl-dot.active,
.clients-section-two .owl-dots .owl-dot:hover {
    background-color: #509B7D
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em
}

.map-data h6 {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 5px;
    color: #121212
}

.map-canvas {
    height: 550px
}

.map-section .google-map {
    height: 450px
}

.sponsors-section-three {
    position: relative
}

.sponsors-section-three .inner-container {
    position: relative;
    background-color: #509B7D
}

.sponsors-section-three .inner-container .owl-dots,
.sponsors-section-three .inner-container .owl-nav {
    display: none
}

.sponsors-section-three .inner-container .image-box {
    margin-bottom: 0px
}

.sponsors-section-three.margin-top {
    margin-top: -85px;
    z-index: 10
}

.services-section-four {
    position: relative;
    padding-top: 90px;
    background-position: center bottom;
    background-repeat: no-repeat
}

.counter-section {
    position: relative;
    padding: 70px 0px 60px
}

.fact-counter {
    position: relative
}

.fact-counter .column {
    position: relative;
    margin-bottom: 30px
}

.fact-counter .column .inner {
    position: relative;
    text-align: center
}

.fact-counter .column .inner:before {
    position: absolute;
    content: '';
    left: 100%;
    top: 65px;
    height: 1px;
    width: 50px;
    background-color: #509B7D
}

.fact-counter .column:last-child .inner:before {
    display: none
}

.fact-counter .column .inner .content {
    position: relative
}

.fact-counter .column .inner .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #509B7D;
    font-size: 80px;
    text-align: center;
    line-height: 1em;
    font-weight: 300;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.fact-counter .count-outer .percentage {
    display: inline-block;
    font-weight: 600;
    color: #509B7D;
    font-size: 80px;
    line-height: 1em;
    font-family: 'Poppins', sans-serif
}

.fact-counter .column .inner .count-outer {
    position: relative;
    font-weight: 300;
    color: #443986;
    font-size: 42px;
    line-height: 1em;
    display: inline-block;
    font-family: 'Poppins', sans-serif
}

.fact-counter .column .inner .count-outer sup {
    position: relative;
    color: #509B7D;
    font-size: 50px;
    font-weight: 300
}

.fact-counter .count-outer .count-text {
    position: relative;
    font-weight: 300;
    color: #509B7D;
    font-size: 80px;
    line-height: 1em;
    font-family: 'Poppins', sans-serif
}

.fact-counter .column .counter-title {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #222222;
    margin-top: 15px;
    line-height: 1.7em;
    text-transform: capitalize
}

.fact-counter .column:hover .icon-box {
    border-color: #f47629
}

.fact-counter.style-two .column .content {
    position: absolute;
    left: 36px;
    bottom: 35px;
    right: 0px;
    z-index: 1
}

.fact-counter .column .inner .image {
    position: relative
}

.fact-counter .column .inner .image:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
    background: linear-gradient(22deg, rgba(22, 26, 51, 0.90) 25%, rgba(255, 255, 255, 0) 78%)
}

.fact-counter .column .inner .image img {
    position: relative;
    width: 100%;
    display: block
}

.fact-counter.style-two .column .inner {
    text-align: left;
    z-index: 1
}

.fact-counter.style-two .column .counter-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 40px
}

.fact-counter.style-two .count-outer .count-text {
    color: #ffffff;
    font-size: 60px;
    font-weight: 500;
    padding-left: 60px
}

.fact-counter.style-two .count-outer .count-text:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 40px;
    width: 50px;
    height: 2px;
    background-color: #509B7D
}

.fact-counter.style-two .column .inner:before {
    display: none
}

.fact-counter.style-two .column .inner .text {
    position: relative;
    color: #ffffff;
    margin-top: 12px
}

.projects-section-four {
    position: relative;
    padding: 0px 0px 0px
}

.project-block-three {
    position: relative
}

.project-block-three .inner-box {
    position: relative;
    overflow: hidden
}

.project-block-three .inner-box .image {
    position: relative
}

.project-block-three .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.project-block-three .inner-box .image .overlay-color {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    transition: all 900ms ease;
    background-color: rgba(22, 26, 51, 0.90)
}

.project-block-three .inner-box .image .overlay-box {
    position: absolute;
    left: 50px;
    top: 40px;
    right: 40px;
    bottom: 30px;
    z-index: 1
}

.project-block-three .inner-box .image .overlay-box .category-box {
    position: absolute;
    right: 0px;
    top: -150px;
    padding: 25px 35px 28px;
    background-color: #ffffff;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.projects-section-four .owl-carousel .owl-stage-outer .owl-item.active .project-block-three .inner-box .image .overlay-box .category-box {
    top: 0px;
    transition: all 1200ms ease;
    -moz-transition-delay: 1200ms;
    -webkit-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms
}

.project-block-three .inner-box .image .overlay-box .category-box ul {
    position: relative
}

.project-block-three .inner-box .image .overlay-box .category-box ul li {
    position: relative;
    color: #333333;
    font-size: 15px;
    margin-right: 2px;
    display: inline-block
}

.project-block-three .inner-box .image .overlay-box .category-box h3 {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
    margin-top: 4px
}

.project-block-three .inner-box .image .overlay-box .category-box h3 a {
    position: relative;
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.project-block-three .inner-box .image .overlay-box .category-box h3 a:hover {
    color: #509B7D
}

.project-block-three .inner-box .image .overlay-box .text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    opacity: 0;
    color: #333333;
    font-size: 15px;
    padding: 15px 35px;
    background-color: #ffffff;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transform: scaleX(0.7) translateX(-30px);
    -ms-transform: scaleX(0.7) translateX(-30px);
    -moz-transform: scaleX(0.7) translateX(-30px);
    transform: scaleX(0.7) translateX(-30px);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left
}

.project-block-three .inner-box .image .overlay-box .text .arrow {
    position: absolute;
    right: 35px;
    font-size: 30px;
    color: #222222;
    display: inline-block
}

.projects-section-four .owl-carousel .owl-stage-outer .owl-item.active .project-block-three .inner-box .image .overlay-box .text {
    opacity: 1;
    -moz-transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    -webkit-transform: scaleX(1) translateX(0px);
    -ms-transform: scaleX(1) translateX(0px);
    -moz-transform: scaleX(1) translateX(0px);
    transform: scaleX(1) translateX(0px)
}

.projects-section-four .owl-carousel {
    max-width: 970px;
    margin: 0 auto;
    width: 100%;
    display: block
}

.projects-section-four .owl-dots {
    display: none
}

.projects-section-four .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    margin-top: -10px
}

.projects-section-four .owl-nav .owl-prev {
    position: absolute;
    left: -300px;
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.projects-section-four .owl-nav .owl-next {
    position: absolute;
    right: -300px;
    color: #ffffff;
    font-size: 40px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.projects-section-four .owl-nav .owl-prev:hover,
.projects-section-four .owl-nav .owl-next:hover {
    color: #ffffff
}

.projects-section-four .owl-carousel .owl-stage-outer {
    overflow: visible
}

.projects-section-four .owl-carousel .owl-stage-outer .owl-item.active .project-block-three .inner-box .image .overlay-color {
    opacity: 0;
    visibility: hidden
}

.graph-section {
    position: relative;
    padding: 90px 0px 50px;
    background-color: #e9eef3
}

.graph-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -250px;
    width: 100%;
    height: 250px;
    background-color: #e9eef3
}

.graph-section .content-column {
    position: relative;
    margin-bottom: 50px
}

.graph-section .content-column .inner-column {
    position: relative
}

.graph-section .content-column .inner-column .sec-title {
    position: relative;
    margin-bottom: 25px
}

.graph-section .content-column .inner-column .bold-text {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7em;
    margin-bottom: 22px;
}

.graph-section .content-column .inner-column .text {
    position: relative
}

.graph-section .content-column .inner-column .text p {
    position: relative;
    color: #333333;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 18px
}

.graph-section .content-column .inner-column .text p:last-child {
    margin-bottom: 0px
}

.graph-section .content-column .signature-box {
    position: relative;
    padding-left: 195px;
    margin-top: 30px;
    padding-top: 10px
}

.graph-section .content-column .signature-box .signature {
    position: absolute;
    left: 0px;
    top: 0px;
    padding-right: 25px;
    margin-right: 25px
}

.graph-section .content-column .signature-box .signature:after {
    position: absolute;
    content: '';
    width: 1px;
    top: 10px;
    right: 0px;
    bottom: 10px;
    background-color: #d2d9e0
}

.graph-section .content-column .signature-box h4 {
    position: relative;
    font-weight: 300;
    color: #222222;
    font-size: 20px
}

.graph-section .content-column .signature-box .designation {
    position: relative;
    font-weight: 400;
    color: #509B7D;
    font-size: 15px;
    margin-top: 6px
}

.graph-section .graph-column {
    position: relative;
    text-align: center;
    margin-bottom: 40px
}

.graph-section .graph-column .inner-column {
    position: relative;
    padding-top: 110px
}

.team-section-two {
    position: relative;
    padding: 90px 0px 70px
}

.team-block-two {
    position: relative;
    margin-bottom: 30px
}

.team-block-two .inner-box {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 30px 65px rgba(0, 0, 0, 0.05)
}

.team-block-two .inner-box .image {
    position: relative
}

.team-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.team-block-two .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px
}

.team-block-two .inner-box .image .overlay-box .overlay-inner {
    position: relative;
    height: 100%
}

.team-block-two .inner-box .image .overlay-box .social-box {
    position: absolute;
    right: 20px;
    bottom: 25px
}

.team-block-two .inner-box .image .overlay-box .social-box li {
    position: relative;
    right: -70px;
    margin-bottom: 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.team-block-two .inner-box .image .overlay-box .social-box li:last-child {
    margin-bottom: 0px
}

.team-block-two .inner-box:hover .image .overlay-box .social-box li:first-child {
    right: 0px;
    transition-delay: 250ms
}

.team-block-two .inner-box:hover .image .overlay-box .social-box li:nth-child(2) {
    right: 0px;
    transition-delay: 500ms
}

.team-block-two .inner-box:hover .image .overlay-box .social-box li:nth-child(3) {
    right: 0px;
    transition-delay: 750ms
}

.team-block-two .inner-box:hover .image .overlay-box .social-box li:nth-child(4) {
    right: 0px;
    transition-delay: 1000ms
}

.team-block-two .inner-box .image .overlay-box .social-box li .social-name {
    position: absolute;
    padding: 0px 10px;
    top: 12px;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    margin-right: -32px;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 50px 0px 0px 50px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.team-block-two .inner-box .image .overlay-box .social-box li:hover .social-name {
    opacity: 1;
    margin-right: -5px;
    visibility: visible
}

.team-block-two .inner-box .image .overlay-box .social-box li a {
    position: relative;
    width: 50px;
    height: 50px;
    color: #333333;
    z-index: 1;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #ffffff
}

.team-block-two .inner-box .image .overlay-box .social-box li.linkedin a {
    color: #0077b5
}

.team-block-two .inner-box .image .overlay-box .social-box li.linkedin .social-name {
    color: #ffffff;
    background-color: #0077b5
}

.team-block-two .inner-box .image .overlay-box .social-box li.facebook a {
    color: #3b5998
}

.team-block-two .inner-box .image .overlay-box .social-box li.facebook .social-name {
    color: #ffffff;
    background-color: #3b5998
}

.team-block-two .inner-box .image .overlay-box .social-box li.twitter a {
    color: #1da1f2
}

.team-block-two .inner-box .image .overlay-box .social-box li.twitter .social-name {
    color: #ffffff;
    background-color: #1da1f2
}

.team-block-two .inner-box .lower-content {
    position: relative;
    text-align: center;
    padding: 15px 15px 20px
}

.team-block-two .inner-box .lower-content h3 {
    position: relative;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3em;
    margin-top: 10px
}

.team-block-two .inner-box .lower-content h3 a {
    position: relative;
    color: #222222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.team-block-two .inner-box .lower-content h3 a:hover {
    color: #509B7D
}

.team-block-two .inner-box .lower-content .designation {
    position: relative;
    color: #509B7D;
    font-size: 15px;
    font-weight: 400;
    margin-top: 6px
}

.call-to-action-section {
    position: relative;
    padding: 65px 0px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
}

.call-to-action-section:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(249, 117, 52, 0.95)
}

.call-to-action-section h2 {
    position: relative;
    color: #ffffff;
    font-size: 44px;
    font-weight: 300;
    line-height: 1.2em
}

.call-to-action-section .btn-column {
    position: relative;
    text-align: right;
    padding-top: 20px
}

.call-to-action-section .btn-column .theme-btn:hover {
    background-color: #333333;
    border-color: #333333;
    color: #333333
}

.price-section-two {
    position: relative;
    padding: 95px 0px 70px
}

.price-section-two .sec-title {
    margin-bottom: 90px
}

.price-block-two {
    position: relative;
    margin-bottom: 30px
}

.price-block-two .inner-box {
    position: relative
}

.price-block-two .inner-box .outer-block {
    position: relative
}

.price-block-two .recomend {
    position: absolute;
    left: 0px;
    top: -50px;
    width: 100%;
    color: #ffffff;
    padding: 13px 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    background-color: #509B7D
}

.price-block-two .inner-box .info-box {
    position: relative;
    text-align: center
}

.price-block-two .inner-box .info-box .info-inner {
    position: relative;
    padding: 45px 30px 50px;
    background-size: cover
}

.price-block-two .inner-box .info-box .info-inner:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(22, 26, 51, 0.90)
}

.price-block-two .inner-box .info-box h3 {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3em
}

.price-block-two .inner-box .info-box .text {
    position: relative;
    color: #999fb9;
    font-size: 15px;
    font-weight: 400;
    margin-top: 6px
}

.price-block-two .inner-box .info-box .price {
    position: relative;
    font-weight: 300;
    font-size: 60px;
    color: #509B7D;
    line-height: 1em;
    margin-top: 12px;
}

.price-block-two .inner-box .info-box .price sup {
    position: relative;
    font-size: 36px
}

.price-block-two .inner-box .info-box .package {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 18px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.price-block-two .inner-box .info-box .theme-btn {
    padding: 9px 37px
}

.price-block-two .inner-box .feature-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none
}

.price-block-two.show-features .inner-box .feature-box {
    display: block
}

.price-block-two .inner-box .feature-box .feature-inner {
    position: relative;
    padding: 60px 50px 30px;
    height: 100%;
    background-size: cover
}

.price-block-two .inner-box .feature-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-color: rgba(22, 26, 51, 0.90)
}

.price-block-two .inner-box .feature-box .price-list {
    position: relative;
    z-index: 1
}

.price-block-two .inner-box .feature-box .price-list li {
    position: relative;
    font-size: 15px;
    margin-bottom: 16px;
    color: #ffffff;
    display: block
}

.price-block-two .inner-box .feature-box .price-list li:last-child {
    margin-bottom: 0px
}

.price-block-two .inner-box .feature-box .price-list li:before {
    content: '\f058';
    left: 0px;
    top: 2px;
    color: #b3b9c8;
    margin-right: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 300
}

.price-block-two .inner-box .feature-box .theme-btn {
    position: relative;
    margin-top: 40px;
    z-index: 1
}

.consult-section-two {
    position: relative;
    padding: 50px 0px 50px;
    background-color: #e9eef3
}

.consult-section-two .title-column {
    position: relative
}

.consult-section-two .title-column .inner-column {
    position: relative
}

.consult-section-two .title-column .inner-column .sec-title {
    margin-bottom: 0px
}

.consult-section-two .title-column .inner-column .sec-title h2 {
    padding-left: 0px;
    font-size: 30px
}

.consult-section-two .title-column .inner-column .sec-title h2:before {
    display: none
}

.consult-form-two {
    position: relative
}

.consult-form-two .form-group {
    position: relative;
    margin-bottom: 0px
}

.consult-form-two .form-group .ui-selectmenu-button.ui-button {
    position: relative;
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 10px 20px;
    color: #333333;
    height: 60px;
    font-size: 15px;
    background: #ffffff;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.consult-form-two .form-group input[type="text"],
.consult-form-two .form-group input[type="tel"],
.consult-form-two .form-group input[type="email"],
.consult-form-two .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    color: #333333;
    height: 60px;
    font-size: 15px;
    background: #ffffff;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.consult-form-two .form-group input[type="text"]:focus,
.consult-form-two .form-group input[type="tel"]:focus,
.consult-form-two .form-group input[type="email"]:focus,
.consult-form-two .form-group textarea:focus {
    border-color: #509B7D
}

.consult-form-two .form-group textarea::-webkit-input-placeholder,
.consult-form-two .form-group input::-webkit-input-placeholder {
    color: #333333
}

.consult-form-two button {
    border-radius: 0px;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    padding: 14px 10px;
    text-transform: capitalize
}

.pro_ri {
    float: right
}

.pro_ri.col-xl-10,
.pro_ri.col-lg-10 {
    width: 81%
}

.prob_list li:hover .ceng {
    opacity: 1;
    transform: translateY(-268px)
}

.prob_list li:last-child {
    margin-right: 0
}

.prob_list li .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden
}

.prob_list li .down {
    padding-top: 82%
}

.prob_list li img {
    display: block;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    transition: all .5s
}

.prob_list li a.t {
    display: block;
    text-align: center;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #666
}

.prob_list li:hover img {
    -webkit-transform: scale(1.12);
    transform: scale(1.12)
}

.prob_list li a.t:hover {
    color: #0075dc
}

.prob_list .page_name:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 37px;
    height: 3px;
    background: #509B7D;
    content: ''
}

.prob_list .page_name {
    position: relative;
    font-size: 22px;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    font-family: "Oswald-Regular"
}

.page-title {
    position: relative;
    padding: 75px 0px 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.page-title .inner-container {
    position: relative;
    z-index: 5
}

.page-title h1 {
    position: relative;
    font-size: 32px;
    color: #ffffff;
    line-height: 50px;
    font-weight: 300
}

.page-title .text {
    position: relative;
    color: #999fb9;
    font-size: 16px;
    margin-top: 5px
}

.page-title .bread-crumb {
    position: relative;
    float: right;
    padding-top: 25px
}

.page-title .bread-crumb li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    cursor: default;
    padding-right: 15px;
    margin-right: 12px;
    font-family: "Poppins", sans-serif
}

.page-title .bread-crumb li:before {
    position: absolute;
    right: -3px;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    content: "-"
}

.page-title .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0
}

.page-title .bread-crumb li:last-child:before {
    display: none
}

.page-title .bread-crumb li a {
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.page-title .bread-crumb li a:hover {
    color: #509B7D
}

.page-title.style-two {
    padding-bottom: 180px
}

.we-are-section {
    position: relative;
    padding: 10px 0px 60px
}

.we-are-section .big-image {
    position: relative;
    margin-bottom: 50px
}

.we-are-section .big-image img {
    position: relative;
    width: 100%;
    display: block
}

.we-are-section .sec-title h2 {
    padding: 0px;
    font-size: 30px;
    line-height: 1.5em
}

.we-are-section .sec-title h2:before,
.we-are-section .sec-title h2:after {
    display: none
}

.we-are-section .content-column {
    position: relative;
    margin-bottom: 40px
}

.we-are-section .content-column .inner-column {
    position: relative
}

.we-are-section .content-column .inner-column .text {
    position: relative
}

.we-are-section .content-column .inner-column .text p {
    position: relative;
    color: #333333;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 18px
}

.we-are-section .content-column .inner-column .text p:last-child {
    margin-bottom: 0px
}

.we-are-section .content-column .signature-box {
    position: relative;
    padding-left: 195px;
    margin-top: 30px;
    padding-top: 15px
}

.we-are-section .content-column .signature-box .signature {
    position: absolute;
    left: 0px;
    top: 0px;
    padding-right: 25px;
    margin-right: 25px
}

.we-are-section .content-column .signature-box .signature:after {
    position: absolute;
    content: '';
    width: 1px;
    top: 10px;
    right: 0px;
    bottom: 10px;
    background-color: #d2d9e0
}

.we-are-section .content-column .signature-box h4 {
    position: relative;
    font-weight: 300;
    color: #222222;
    font-size: 20px
}

.we-are-section .content-column .signature-box .designation {
    position: relative;
    font-weight: 400;
    color: #333333;
    font-size: 15px;
    margin-top: 6px
}

.progress-bars {
    position: relative
}

.progress-bars .bar-item {
    position: relative;
    margin-bottom: 32px
}

.progress-bars .bar-item:last-child {
    margin-bottom: 0px
}

.progress-bars .bar-item .skill-bar {
    position: relative;
    width: 100%;
    height: 2px
}

.progress-bars .bar-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 2px;
    background: #e1e1e1
}

.progress-bars .bar-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 2px;
    width: 0px;
    border-bottom: 2px solid #509B7D;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease
}

.progress-bars .bar-item .skill-header {
    position: relative;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 18px;
    color: #222222;
    margin-bottom: 12px;
}

.progress-bars .bar-item .skill-header .skill-title {
    position: relative;
    float: left
}

.progress-bars .bar-item .skill-percentage {
    position: absolute;
    right: 0px;
    top: -17px;
    width: 35px;
    height: 35px;
    font-weight: 400;
    line-height: 31px;
    text-transform: capitalize;
    color: #509B7D;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #509B7D
}

.history-section {
    position: relative;
    background-repeat: repeat
}

.history-section .history-carousel {
    position: relative
}

.history-section .carousel-outer {
    position: relative
}

.history-section .carousel-outer .thumbs-outer {
    position: relative;
    overflow: hidden;
    text-align: center
}

.history-section .carousel-outer:before {}

.history-section .history-carousel .thumbs-carousel {
    position: static;
    max-width: 220px;
    margin-bottom: 40px
}

.history-section .history-carousel .thumbs-carousel .owl-stage-outer {
    overflow: visible
}

.history-section .history-carousel .thumbs-carousel .owl-item.active li {
    position: relative
}

.history-section .history-carousel .thumbs-carousel .owl-item.active li:before {
    display: none
}

.history-section .history-carousel .thumbs-carousel .owl-item li:hover .dotted-outer .dott-circle,
.history-section .history-carousel .thumbs-carousel .owl-item.active li .dotted-outer .dott-circle {
    border-color: #509B7D;
    background-color: #509B7D
}

.history-section .history-carousel .thumbs-carousel .owl-item li:hover .dotted-outer:before,
.history-section .history-carousel .thumbs-carousel .owl-item.active li .dotted-outer:before {
    opacity: 1;
    visibility: visible
}

.history-section .history-carousel .thumbs-carousel .owl-item li:hover .dotted-outer:after,
.history-section .history-carousel .thumbs-carousel .owl-item.active li .dotted-outer:after {
    opacity: 1;
    visibility: visible
}

.history-section .history-carousel .thumbs-carousel li {
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    line-height: 1em;
    text-align: center;
    transition: all 0.3s ease;
    display: inline-block;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    padding: 0 10px
}

.history-section .history-carousel .thumbs-carousel li .dotted-outer {
    position: relative;
    display: block;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.history-section .history-carousel .thumbs-carousel li .dotted-outer:before {
    position: absolute;
    content: '';
    left: 9px;
    top: -7px;
    width: 32px;
    height: 32px;
    z-index: 1;
    opacity: 0;
    border-radius: 50%;
    border: 1px solid #d3dae1;
    background-color: #e9eef3;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.history-section .history-carousel .thumbs-carousel li .dotted-outer:after {
    position: absolute;
    content: '';
    left: 0px;
    top: -16px;
    width: 50px;
    height: 50px;
    opacity: 0;
    border-radius: 50%;
    border: 1px solid #d3dae1;
    background-color: #e9eef3;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.history-section .history-carousel .thumbs-carousel li .dotted-outer .dott-circle {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 16px;
    z-index: 2;
    border: 3px solid #d2d9e0;
    background-color: #ffffff;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.history-section .history-carousel .thumbs-carousel .owl-nav {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 36px;
    font-size: 42px;
    color: #d2d9e0;
    font-weight: 300;
    width: 40px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-next {
    position: absolute;
    top: 36px;
    right: 2px;
    left: auto;
    width: 40px;
    text-align: right;
    font-size: 42px;
    color: #d2d9e0;
    font-weight: 300;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-prev:hover,
.history-section .history-carousel .thumbs-carousel .owl-nav .owl-next:hover {
    color: #f55b14
}

.history-section .carousel-outer .content-slide {
    position: relative
}

.history-section .carousel-outer .content-carousel .owl-stage-outer {
    padding-top: 60px;
    padding-bottom: 10px
}

.history-section .carousel-outer .content-slide .content-inner {
    position: relative;
    text-align: center;
    max-width: 770px;
    margin: 0 auto;
    padding: 32px 20px 32px;
    background-color: #509B7D
}

.history-section .carousel-outer .content-slide .content-inner:before {
    position: absolute;
    content: '';
    left: 50px;
    right: 50px;
    bottom: 0px;
    height: 20px;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(249, 117, 52, 0.40)
}

.history-section .carousel-outer .content-slide .content-inner h3 {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 15px;
    letter-spacing: 1px
}

.history-section .carousel-outer .content-slide .content-inner .text {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 400;
    max-width: 550px;
    margin: 0 auto
}

.history-section .history-carousel .content-carousel .owl-item.active .content-slide .content-inner:before {
    bottom: -8px;
    transition: all 600ms ease;
    -moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms
}

.history-section .carousel-outer .content-carousel .owl-nav {
    position: relative;
    width: 100%;
    margin-top: 50px;
    text-align: center
}

.history-section .carousel-outer .content-carousel .owl-nav .owl-prev {
    position: relative;
    width: 42px;
    height: 42px;
    color: #f55b14;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    font-weight: 300;
    margin: 0px 5px;
    display: inline-block;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
    -moz-box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
    box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5)
}

.history-section .carousel-outer .content-carousel .owl-nav .owl-next {
    position: relative;
    width: 42px;
    height: 42px;
    color: #f55b14;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    font-weight: 300;
    margin: 0px 5px;
    display: inline-block;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
    -moz-box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
    box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5)
}

.history-section .carousel-outer .content-carousel .owl-nav .owl-next:hover,
.history-section .carousel-outer .content-carousel .owl-nav .owl-prev:hover {
    color: #ffffff;
    background-color: #f55b14
}

.counter-section-two {
    position: relative;
    padding-top: 80px
}

.steps-section {
    position: relative;
    padding: 40px 0px 40px;
    background-color: #e9eef3
}

.steps-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -160px;
    width: 100%;
    height: 160px;
    background-color: #e9eef3
}

.steps-section .works-map {
    text-align: center;
    justify-content: 0
}

.process-block {
    position: relative;
    margin-bottom: 30px
}

.process-block .inner-box {
    position: relative;
    text-align: center;
    color: #c3cdd8;
    font-size: 90px;
    padding: 0px 35px 50px;
    background-color: #ffffff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10)
}

.process-block .inner-box:before {
    position: absolute;
    content: '';
    left: 100%;
    top: -70px;
    height: 56px;
    width: 194px;
    margin-left: -80px;
    background: url(../images/arrow.png) no-repeat
}

.process-block:last-child .inner-box:before {
    display: none
}

.process-block .inner-box .number {
    position: relative;
    top: -30px;
    width: 54px;
    height: 54px;
    color: #ffffff;
    font-size: 20px;
    margin: 0 auto;
    font-weight: 500;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #509B7D
}

.process-block .inner-box .number:before {
    z-index: 1
}

.process-block .inner-box .number:after {
    position: absolute;
    content: '';
    left: -8px;
    right: -8px;
    bottom: -8px;
    top: -8px;
    border-radius: 50%;
    border: 8px solid rgba(249, 117, 52, 0.60)
}

.process-block .inner-box h3 {
    position: relative;
    color: #222222;
    font-weight: 300;
    font-size: 20px;
    margin-top: 15px
}

.process-block .inner-box .lower-content {
    position: relative;
    margin-top: 20px
}

.process-block .inner-box .lower-content .icon {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease
}

.process-block .inner-box:hover .lower-content .icon {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden
}

.process-block .inner-box .lower-content .text {
    position: relative;
    color: #333333;
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease
}

.process-block .inner-box:hover .lower-content .text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms
}

.error-section {
    position: relative;
    padding: 50px 0px;
    background-color: #e9eef3
}

.error-section .content-column {
    position: relative
}

.error-section .content-column .inner-column {
    position: relative;
    padding: 100px 0px 40px
}

.error-section .content-column .title {
    position: relative;
    color: #509B7D;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    padding-left: 70px
}

.error-section .content-column .title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 10px;
    height: 1px;
    width: 50px;
    background-color: #509B7D
}

.error-section .content-column h1 {
    position: relative;
    font-size: 150px;
    font-weight: 300;
    color: #222222;
    line-height: 1em
}

.error-section .content-column h1 span {
    font-size: 100px
}

.error-section .content-column .text {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 35px
}

.client-section-three {
    position: relative;
    padding: 90px 0px
}

.client-section-three .outer-container {
    position: relative
}

.client-section-three .outer-container .clients-outer {
    position: relative
}

.client-section-three .outer-container .clients-outer .client {
    position: relative;
    width: 25%;
    float: left;
    text-align: center;
    border-right: 1px solid #e2e8f0
}

.client-section-three .outer-container .clients-outer .client:nth-child(1),
.client-section-three .outer-container .clients-outer .client:nth-child(2),
.client-section-three .outer-container .clients-outer .client:nth-child(3),
.client-section-three .outer-container .clients-outer .client:nth-child(4) {
    border-bottom: 1px solid #e2e8f0
}

.client-section-three .outer-container .clients-outer .client:nth-child(4),
.client-section-three .outer-container .clients-outer .client:nth-child(8) {
    border-right: 0px
}

.client-section-three .outer-container .clients-outer .client img {
    width: auto;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    filter: gray;
    opacity: 0.4;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.client-section-three .outer-container .clients-outer .client img:hover {
    opacity: 1;
    -webkit-filter: none;
    filter: none
}

.sponsors-section-four {
    position: relative;
    padding: 100px 0px 100px;
    background-color: #e9eef3
}

.sponsors-section-four .sponsors-outer {
    position: relative
}

.sponsors-section-four .sponsors-outer .image-box {
    position: relative;
    text-align: center;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.sponsors-section-four .sponsors-outer .image-box:hover {
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.15)
}

.sponsors-section-four .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    filter: gray;
    opacity: 0.4;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.sponsors-section-four .sponsors-outer .image-box img:hover {
    opacity: 1;
    -webkit-filter: none;
    filter: none
}

.sponsors-section-four .owl-nav {
    display: none
}

.sponsors-section-four .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 25px
}

.sponsors-section-four .owl-dots .owl-dot {
    position: relative;
    margin: 0px 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background-color: #c7cdd4;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.sponsors-section-four .owl-dots .owl-dot.active,
.sponsors-section-four .owl-dots .owl-dot:hover {
    background-color: #509B7D
}

.faq-banner-section {
    position: relative;
    text-align: center;
    padding: 110px 0px 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.faq-banner-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(22, 26, 51, 0.86)
}

.faq-banner-section h1 {
    position: relative;
    font-size: 32px;
    color: #ffffff;
    z-index: 1;
    line-height: 50px;
    font-weight: 300
}

.faq-banner-section .text {
    position: relative;
    color: #999fb9;
    font-size: 16px;
    margin-top: 8px
}

.faq-search-section {
    position: relative;
    padding-bottom: 90px
}

.faq-search-section .form-group {
    position: relative;
    margin: 0px;
    max-width: 970px;
    margin: 0 auto;
    margin-top: -35px
}

.faq-search-section .form-group input[type="text"],
.faq-search-section .form-group input[type="search"] {
    position: relative;
    line-height: 43px;
    padding: 10px 50px 10px 30px;
    background: #ffffff;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 70px;
    color: #333333;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10)
}

.faq-search-section .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 70px;
    width: 45px;
    display: block;
    font-size: 16px;
    color: #509B7D;
    line-height: 100%;
    font-weight: normal;
    background: none;
    text-align: left
}

.faq-search-section .text {
    position: relative;
    color: #333333;
    font-size: 15px;
    text-align: center;
    margin-top: 32px
}

.faq-page-section {
    position: relative;
    padding-bottom: 90px
}

.accordion-box {
    position: relative
}

.accordion-box .block {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #e2e8f0
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    margin-bottom: 0px;
    cursor: pointer;
    line-height: 24px;
    font-weight: 300;
    padding: 24px 75px 24px 70px;
    color: #222222;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn .left-icon {
    position: absolute;
    content: '';
    left: 30px;
    top: 22px;
    font-size: 28px;
    color: #f98044;
    font-weight: 400
}

.accordion-box .block .acc-btn .icon-inner {
    color: #13b5ea;
    font-size: 16px
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 75px;
    height: 100%;
    text-align: center;
    color: #b3b2b2;
    background: none;
    border-left: 1px solid #e2e8f0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -21px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.accordion-box .block .acc-btn.active .icon-outer {
    background-color: #509B7D;
    border-color: #509B7D
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    color: #00c0ff
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    color: #ffffff;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion-box .block .acc-content {
    position: relative;
    display: none
}

.accordion-box .block .acc-content.current {
    display: block;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.10)
}

.accordion-box .block .content {
    position: relative;
    font-size: 13px;
    background: #ffffff;
    padding: 25px 30px 30px;
    border-top: 1px solid #e2e8f0
}

.accordion-box .block .content p {
    margin-bottom: 20px;
    line-height: 1.8em;
    color: #868298;
    font-size: 15px
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0px
}

.testimonial-section {
    position: relative;
    padding: 90px 0px 170px
}

.testimonial-section .quote-column {
    position: relative
}

.testimonial-section .quote-column .inner-column {
    position: relative;
    padding-right: 70px;
    text-align: center;
    height: 100%
}

.testimonial-section .quote-column .inner-column .quote-icon {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -30px;
    font-size: 400px;
    line-height: 1em;
    color: #e9eef3
}

.testimonial-section .quote-column .author-one {
    position: absolute;
    width: 200px;
    left: 40%;
    top: 24%;
    height: 200px;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.10)
}

.testimonial-section .quote-column .author-two {
    position: absolute;
    width: 140px;
    right: 18%;
    top: 2%;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block
}

.testimonial-section .quote-column .author-three {
    position: absolute;
    width: 100px;
    left: 28%;
    bottom: 0%;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block
}

.testimonial-section .quote-column .author-four {
    position: absolute;
    width: 140px;
    right: 8%;
    bottom: -20%;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block
}

.testimonial-section .carousel-column {
    position: relative
}

.testimonial-section .carousel-column .inner-column {
    position: relative;
    padding-top: 60px;
    padding-right: 100px
}

.testimonial-section .carousel-column .inner-column .owl-nav {
    display: none
}

.testimonial-section .carousel-column .inner-column .owl-dots {
    position: absolute;
    right: -100px;
    top: 80px
}

.testimonial-section .carousel-column .inner-column .owl-dots .owl-dot {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-bottom: 20px;
    background-color: #c7cdd4;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.testimonial-section .carousel-column .inner-column .owl-dots .owl-dot.active,
.testimonial-section .carousel-column .inner-column .owl-dots .owl-dot:hover {
    background-color: #509B7D
}

.testimonial-block {
    position: relative;
    margin-bottom: 30px
}

.testimonial-block .inner-box {
    position: relative;
    background-color: #ffffff
}

.testimonial-block .inner-box .client-logo {
    position: relative
}

.testimonial-block .inner-box .client-logo img {
    position: relative;
    width: auto
}

.testimonial-block .inner-box .text {
    position: relative;
    color: #333333;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 25px;
    margin-top: 30px
}

.testimonial-block .inner-box h3 {
    position: relative;
    color: #222222;
    font-weight: 300;
    font-size: 20px;
    margin-top: 24px
}

.testimonial-block .inner-box .designation {
    position: relative;
    color: #509B7D;
    font-weight: 400;
    font-size: 15px;
    margin-top: 6px
}

.testimonial-section-two {
    position: relative;
    padding: 20px 0px 0px;
    border-bottom: 1px solid #CCCCCC;
}

.testimonial-section-two .owl-nav {
    position: absolute;
    left: 4px;
    top: 50%;
    right: 4px;
    margin-top: -40px
}

.testimonial-section-two .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    color: #999fb9;
    font-size: 40px;
    line-height: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.testimonial-section-two .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    color: #999fb9;
    font-size: 40px;
    line-height: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.testimonial-section-two .owl-nav .owl-prev:hover,
.testimonial-section-two .owl-nav .owl-next:hover {
    color: #509B7D
}

.testimonial-block-two {
    position: relative;
    margin-bottom: 30px
}

.testimonial-block-two .inner-box {
    position: relative;
    text-align: center
}

.testimonial-block-two .inner-box .client-logo {
    position: relative
}

.testimonial-block-two .inner-box .client-logo img {
    position: relative;
    width: auto;
    margin: 0 auto
}

.testimonial-block-two .inner-box .text {
    position: relative;
    color: #999fb9;
    font-size: 18px;
    line-height: 1.7em;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 35px
}

.testimonial-block-two .inner-box h3 {
    position: relative;
    color: #ffffff;
    font-weight: 300;
    font-size: 20px;
    margin-top: 24px
}

.testimonial-block-two .inner-box .designation {
    position: relative;
    color: #509B7D;
    font-weight: 400;
    font-size: 15px;
    margin-top: 6px
}

.testimonial-section-three {
    position: relative;
    padding: 100px 0px 40px
}

.testimonial-section-three .row {
    margin: 0px -25px
}

.testimonial-section-three .client-block-three {
    padding: 0px 25px;
    margin-bottom: 80px
}

.our-blogs-section {
    position: relative;
    padding: 100px 0px 100px
}

.our-blogs-section .news-block {
    margin-bottom: 40px
}

.styled-pagination {
    position: relative;
    display: block;
    width: 100%
}

.styled-pagination ul {
    position: relative
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 4px 5px
}

.styled-pagination li a {
    position: relative;
    display: block;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 53px;
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Poppins', sans-serif
}

.styled-pagination li.active a,
.styled-pagination li a:hover {
    color: #ffffff;
    border-color: #509B7D;
    background: #509B7D
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    color: #abafbb;
    font-size: 18px
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: #ffffff
}

.sidebar-page-container {
    position: relative;
    padding: 50px 0px 10px
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px
}

.sidebar-page-container .sidebar-side .sidebar {
    position: relative
}

.sidebar-page-container .sidebar-side .sidebar .left-sidebar {
    padding-right: 30px
}

.sidebar-page-container .sidebar-side .sidebar.alternate {
    border: 1px solid #e2e8f0
}

.sidebar-page-container.style-two {
    padding-top: 10px
}

.sidebar-page-container.style-two .sidebar-side {
    padding-top: 20px
}

.sidebar-widget {
    position: relative;
    margin-bottom: 40px;
    padding: 20px;
    border: 2px solid #e2e8f0;
    background: rgb(244, 244, 244);
}

.sidebar-widget .bottom {
    padding-top: 20px;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
    transition: .5s;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 43px;
    padding: 10px 50px 10px 20px;
    border: 1px solid transparent;
    background: #e9eef3;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 60px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]:active {
    border: 1px solid #509B7D;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]:visited {
    border: 1px solid #509B7D;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]:focus {
    border: 1px solid #509B7D;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 100%;
    font-weight: normal;
    background: #509B7D;
    transition: all 1s ease;
}

.sidebar .search-box .form-group button span {
    display: block;
    transition: all .4s ease;
}

.sidebar .search-box .form-group button:hover {
    background-color: #333333000;
}

.sidebar .search-box .form-group button:hover span {
    transform: rotate(360deg);
}

.sidebar-title {
    position: relative;
    margin-bottom: 25px
}

.sidebar-title h2 {
    position: relative;
    font-size: 24px;
    color: #222222;
    font-weight: 300;
    line-height: 1.3em;
    padding-left: 70px;
}

.sidebar-title h2:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 15px;
    width: 50px;
    height: 1px;
    background-color: #509B7D
}

.categories-widget .widget-content ul li {
    position: relative;
    padding: 15px 28px;
    border: 1px solid #e2e8f0;
    background-color: #4d4d4d;
    transition: .2s ease-in-out;
}

.categories-widget .widget-content ul li.active {
    background: #509B7D;
}

.widget-content ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
}

.categories-widget .widget-content ul li:hover {
    background-color: #509B7D;
}

.ul1 .li1.zblcur .btn {
    transform: rotate(45deg);
}

.categories-widget .btn {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 6px;
    width: 50px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    transition: 0.2s;
}

.categories-widget .btn::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s;
}

.categories-widget .btn:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s;
}

.widget-content:hover .dalei:before {
    opacity: 1;
}

.sidebar-widget .dalei {
    position: relative
}

.sidebar-widget .dalei {
    position: relative;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
    width: 100%;
}

.sidebar-widget .dalei:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none
}

.sidebar-widget .dalei {
    position: relative;
    text-align: left;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 6px;
    background-color: #2c815f;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.sidebar-widget .dalei:before {
    position: absolute;
    content: '';
    border-radius: 6px;
    left: 0px;
    top: 0px;
    opacity: 0;
    color: #fff;
    content: "\f17f";
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: "Flaticon";
}

.sidebar-widget .dalei sup {
    position: relative;
    opacity: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.sidebar-widget .ul1 .li1 {
    position: relative;
}

.sidebar-widget .ul1 .li1 .btn {
    position: absolute;
    z-index: 2;
    right: -18px;
    top: 12px;
    width: 60px;
    height: 20px;
    line-height: 30px;
    text-align: center;
    font-size: var(--px24);
    color: #666;
    cursor: pointer;
    transition: 0.2s;
}

.sidebar-widget a:hover.dalei {
    color: #fff;
    padding-left: 25px
}

.sidebar-widget:hover .dalei {
    opacity: 1
}

/*.sidebar-widget .ul1 .li1:nth-child(2) .ul-box{display: none;}*/
.post-widget .widget-content {
    position: relative;
    padding: 30px 30px;
}

.news-post {
    position: relative;
    margin-bottom: 5px
}

.news-post:last-child {
    margin-bottom: 0px
}

.news-post .post-inner {
    position: relative
}

.news-post .post-inner .image {
    position: relative
}

.news-post .post-inner .image img {
    position: relative;
    width: 50%;
    height: 50%;
    display: block;
    margin: auto;
}

.news-post .post-inner .image .overlay-link {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: scale(0.6, 0.6);
    background-color: rgba(22, 26, 51, 0.90);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease
}

.news-post .post-inner .image .overlay-link .icon {
    position: relative;
    color: #509B7D;
    top: 49%;
    font-size: 24px;
    margin-top: -15px;
}

.news-post .post-inner:hover .image .overlay-link {
    transform: scale(1, 1);
    opacity: 1
}

.news-post .post-inner .lower-content {
    position: relative;
    border-bottom: 1px solid #b6d7ca;
}

.news-post .post-inner .lower-content .category {
    position: relative;
    color: #509B7D;
    font-size: 15px;
    text-align: left;
}

.news-post .post-inner .lower-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6em;
    font-weight: 300;
    font-size: 16px;
}

.news-post .post-inner .lower-content .category h4 {
    position: relative;
    line-height: 1.6em;
    font-weight: 300;
    font-size: 16px;
    margin-top: 10px;
}

.news-post .post-inner .lower-content .category h4 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-post .post-inner .lower-content .category h4 a:hover {
    color: #509B7D
}

.tags-widget .widget-content {
    position: relative;
    padding: 30px 30px;
    border: 1px solid #e2e8f0
}

.tags-widget a {
    position: relative;
    padding: 8px 14px;
    color: #333333;
    font-size: 16px;
    margin-right: 1px;
    margin-bottom: 4px;
    text-transform: capitalize;
    display: inline-block;
    background-color: #e9eef3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.tags-widget a:hover {
    color: #ffffff;
    background-color: #509B7D
}

.project-page-contact {}

.project-page-contact .contact-us {
    font-weight: 400;
    line-height: 55px;
    padding: 40px 0;
    text-align: center;
    font-size: 45px;
    color: #fff;
}

.project-page-contact .product-from {
    padding: 80px 115px;
    background-color: #fff;
    margin-bottom: 100px;
}

.project-page-contact .product-from .form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.project-page-contact .product-from .zxxjtextarea {
    width: 100%;
    border: 1px solid #ccc;
    line-height: 50px;
}

.project-page-contact .product-from .triangleborder {
    text-align: center;
}

.project-page-contact .product-from .triangleborder .btnsubmit {
    width: 20%;
    height: 50px;
    background-color: rgba(80, 155, 125, 1);
    color: #fff;
}

.gallery-thumbs .swiper-button-next {
    width: 20px;
    height: 50px;
    background: #a3a3a3;
    z-index: 99999;
    margin-top: -25px;
    right: 0;
}

.gallery-thumbs .swiper-button-next:after {
    content: "";
    position: absolute;
    left: 45%;
    top: 50%;
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    border-left: none;
    border-bottom: none;
    transform: translate(-50%, -50%) rotate(45deg);
}

.gallery-thumbs .swiper-button-next:before {
    content: '';
    position: absolute;
    left: 45%;
    top: 50%;
    width: 15px;
    margin-left: -8px;
    margin-top: -1px;
    border-bottom: 2px solid #fff;
}

.gallery-thumbs .swiper-button-prev {
    width: 20px;
    height: 50px;
    background: #a3a3a3;
    z-index: 99999;
    margin-top: -25px;
    left: 0;
}

.gallery-thumbs .swiper-button-prev:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    left: 55%;
    transform: translate(-50%, -50%) rotate(-135deg);
    height: 10px;
    border: 3px solid #fff;
    border-left: none;
    border-bottom: none;
}

.gallery-thumbs .swiper-button-prev:before {
    content: '';
    position: absolute;
    left: 45%;
    top: 50%;
    width: 15px;
    margin-left: -2px;
    margin-top: -1px;
    border-bottom: 2px solid #fff;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid rgba(80, 155, 125, 1);
}

.gallery-thumbs .gallery-thumbs-smi {
    /*padding: 0 40px;*/
}

.blog_list .post-share-options .nexttop a:hover {
    color: #509b7d;
}

.blog_list .post-share-options .prevtop a:hover {
    color: #509b7d;
}

.gallery-widget .widget-content {
    position: relative;
    padding: 30px 30px 10px;
    border: 1px solid #e2e8f0
}

.gallery-widget .widget-content .gallery-outer {
    position: relative;
    margin: 0px -10px
}

.gallery-widget .widget-content .gallery-outer .image {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0px 10px;
    margin-bottom: 20px
}

.gallery-widget .widget-content .gallery-outer .image .image-inner {
    position: relative
}

.gallery-widget .widget-content .gallery-outer .image img {
    position: relative;
    width: 100%;
    display: block
}

.gallery-widget .widget-content .gallery-outer .image .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: scale(0.6, 0.6);
    background-color: rgba(22, 26, 51, 0.90);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease
}

.gallery-widget .widget-content .gallery-outer .image .overlay-link .icon {
    position: relative;
    color: #ffffff;
    top: 42%;
    font-size: 24px;
    margin-top: -5px;
    display: inline-block
}

.gallery-widget .widget-content .gallery-outer .image:hover .overlay-link {
    transform: scale(1, 1);
    opacity: 1
}

.newsletter-widget .widget-content {
    position: relative;
    padding: 35px 30px 40px;
    background-color: #333333
}

.newsletter-widget .widget-content .text {
    position: relative;
    color: #999fb9;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 15px
}

.newsletter-form .form-group {
    position: relative;
    display: block;
    margin: 0px;
    width: 100%
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="tel"],
.newsletter-form .form-group input[type="email"],
.newsletter-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    height: 48px;
    font-size: 15px;
    color: #333333;
    background: none;
    border-bottom: 3px solid #d4dbe4;
    padding: 10px 10px 10px 0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.newsletter-form .form-group input[type="submit"],
.newsletter-form button {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 42px;
    font-weight: 300;
    overflow: hidden;
    border-radius: 50px;
    letter-spacing: 1px;
    margin-top: 30px;
    background-color: #509B7D;
    text-transform: capitalize;
}

.news-block-three {
    position: relative;
    margin-bottom: 60px
}

.news-block-three .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block-three .inner-box .image {
    position: relative;
    background-color: #509B7D;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block-three .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block-three .inner-box:hover .image img {
    opacity: 0.7
}

.news-block-three .inner-box .image .post-date {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
    z-index: 1;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    padding: 3px 8px 0px;
    text-align: center;
    text-transform: capitalize;
    background-color: #509B7D;
}

.news-block-three .inner-box .lower-content {
    position: relative;
    padding: 30px 35px 30px;
    border: 1px solid #e9eef3
}

.news-block-three .inner-box .lower-content .post-info {
    position: relative;
    margin-top: 12px
}

.news-block-three .inner-box .lower-content .post-info li {
    position: relative;
    color: #333333;
    font-size: 15px;
    display: inline-block;
    padding-right: 12px;
    margin-right: 12px;
    line-height: 1.2em;
    margin-bottom: 4px;
    border-right: 1px solid #d2d9e0
}

.news-block-three .inner-box .lower-content .post-info li strong {
    font-weight: 400;
    color: #222222
}

.news-block-three .inner-box .lower-content .post-info li .icon {
    position: relative;
    margin-right: 8px;
    color: #333333
}

.news-block-three .inner-box .lower-content .post-info li:last-child {
    border: none;
    padding-right: 0px;
    margin-right: 0px
}

.news-block-three .inner-box .lower-content h3 {
    position: relative;
    color: #222222;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.5em
}

.news-block-three .inner-box .lower-content h3 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block-three .inner-box .lower-content h3 a:hover {
    position: relative;
    color: #509B7D
}

.news-block-three .inner-box .lower-content .text {
    position: relative;
    font-size: 15px;
    color: #333333;
    line-height: 1.8em;
    margin-bottom: 28px;
    padding-top: 25px;
    margin-top: 20px;
    border-top: 1px solid #e9eef3
}

.news-block-three .inner-box .lower-content .read-more {
    position: relative;
    font-weight: 300;
    color: #222222;
    font-size: 15px;
    display: inline-block;
    padding: 14px 38px;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #e9eef3;
}

.news-block-three .inner-box .lower-content .read-more .arrow {
    position: relative;
    top: 1px;
    margin-left: 5px
}

.news-block-three .inner-box .lower-content .read-more:hover {
    color: #ffffff;
    background-color: #509B7D
}

.blog-single {
    position: relative
}

.blog-single .inner-box {
    position: relative;
    z-index: 1;
    background-color: #ffffff
}

.blog-single .inner-box .title-box {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e8f0
}

.blog-single .inner-box .title-box .post-date {
    position: absolute;
    right: 0px;
    top: 40px;
    width: 70px;
    height: 70px;
    z-index: 1;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    padding: 8px 12px 0px;
    text-align: center;
    text-transform: capitalize;
    background-color: #509B7D;
}

.blog-single .inner-box .title-box .category {
    position: relative;
    color: #509B7D;
    font-size: 15px;
    padding-left: 25px
}

.blog-single .inner-box .title-box .category:before {
    position: absolute;
    content: '\f07c';
    left: 0px;
    top: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.blog-single .inner-box .title-box h2 {
    position: relative;
    color: #222222;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.3em;
    margin-top: 10px
}

.blog-single .inner-box .lower-content {
    position: relative;
    padding-top: 42px
}

.blog-single .inner-box .lower-content .text {
    position: relative
}

.blog-single .inner-box .lower-content .text p {
    position: relative;
    color: #868298;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 20px
}

.blog-single .inner-box .lower-content .text h3 {
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 22px
}

.blog-single .inner-box .lower-content .text blockquote {
    position: relative;
    padding-left: 40px;
    padding-top: 15px;
    margin-top: 30px;
    padding-bottom: 15px;
    border-left: 2px solid #509B7D
}

.blog-single .inner-box .lower-content .text blockquote .quote-icon {
    position: absolute;
    left: 50px;
    top: 0px;
    color: #e9eef3;
    line-height: 1em;
    font-size: 120px
}

.blog-single .inner-box .lower-content .text blockquote .quote-text {
    position: relative;
    color: #333333;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.blog-single .inner-box .lower-content .text blockquote .author-name {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    padding-left: 70px
}

.blog-single .inner-box .lower-content .text blockquote .author-name:before {
    position: absolute;
    height: 1px;
    content: '';
    left: 0px;
    top: 10px;
    width: 50px;
    background-color: #509B7D
}

.blog-single .inner-box .lower-content .text blockquote .tweet {
    position: relative;
    color: #509B7D;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 2px solid #509B7D;
}

.blog-single .inner-box .lower-content .image {
    position: relative;
    margin-top: 45px;
    margin-bottom: 45px
}

.blog-single .post-share-options {
    position: relative;
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #e2e8f0
}

.blog-single .post-share-options .prevtop {
    line-height: 25px
}

.blog-single .post-share-options .tags {
    position: relative
}

.blog-single .post-share-inner .nav-links {
    justify-content: space-between
}

.blog-single .post-share-inner .nav-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.nav-previous {
    flex: 0 1 auto;
    margin-bottom: inherit;
    margin-top: inherit;
    max-width: calc(50% - 0.5 * var(--global--spacing-unit))
}

.blog-single .post-share-inner .meta-nav {
    line-height: var(--global--line-height-body);
    color: var(--global--color-primary)
}

.blog-single .post-share-inner .post-title {
    display: inline-block;
    font-family: var(--global--font-primary);
    font-size: var(--global--font-size-lg);
    font-weight: var(--pagination--font-weight-strong);
    line-height: var(--global--line-height-heading)
}

.blog-single .post-share-options .tags a {
    position: relative;
    color: #868298;
    font-size: 15px;
    padding: 4px 18px;
    margin-right: 8px;
    display: inline-block;
    border: 1px solid #e2e8f0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog-single .post-share-options .tags a:hover {
    color: #ffffff;
    border-color: #509B7D;
    background-color: #509B7D
}

.blog-single .post-share-options .social-box {
    position: relative
}

.blog-single .post-share-options .social-box li {
    position: relative;
    margin-left: 10px;
    color: #222222;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
}

.blog-single .post-share-options .social-box li .share {
    color: #509B7D;
    font-weight: 400
}

.blog-single .post-share-options .social-box li a {
    position: relative;
    color: #b3b9c8;
    font-size: 13px;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog-single .post-share-options .social-box li a:hover {
    color: #509B7D
}

.author-box {
    position: relative;
    margin-top: 80px
}

.author-box .author-comment {
    position: relative;
    padding: 40px 35px 35px 40px;
    background-color: #333333
}

.author-box .author-comment .content-box {
    position: relative;
    padding-left: 130px
}

.author-box .author-comment .content-box .image {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 50%
}

.author-box .author-comment .content-box h3 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px
}

.author-box .author-comment .content-box .text {
    position: relative;
    color: #999fb9;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 15px
}

.author-box .author-comment .content-box .social-box {
    position: relative
}

.author-box .author-comment .content-box .social-box li {
    position: relative;
    margin-right: 10px;
    display: inline-block
}

.author-box .author-comment .content-box .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #999fb9;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.10);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.author-box .author-comment .content-box .social-box li a:hover {
    color: #509B7D;
    border-color: #ffffff;
    background-color: #ffffff
}

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 70px
}

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 30px
}

.sidebar-page-container .group-title h4 {
    position: relative;
    font-size: 24px;
    color: #ccc;
    font-weight: 300;
    text-transform: capitalize
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0px 0px 0px;
    margin-bottom: 40px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-bottom: 1px solid #f5f5f5
}

.sidebar-page-container .comments-area .comment-box:last-child {
    border-bottom: none;
    margin-bottom: 0px
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    padding: 0px 0px 30px 110px;
    font-size: 14px
}

.sidebar-page-container .comments-area .reply-comment {
    padding-left: 90px
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    margin-bottom: 20px
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block
}

.sidebar-page-container .comments-area .comment-info {
    margin-bottom: 10px
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 18px;
    font-weight: 300;
    color: #303030;
    display: block;
    line-height: 1.3em;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #333333;
    font-size: 15px;
    line-height: 1.9em;
    margin-bottom: 10px
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    font-size: 15px;
    color: #303030;
    margin-top: 4px
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    position: relative;
    font-size: 15px;
    color: #222222;
    font-weight: 300;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover {
    color: #f98044
}

.comment-form {
    position: relative;
    width: 100%;
    padding: 40px 40px 40px;
    border: 2px solid #dadada8e;
}

.comment-form .title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #fff
}

.comment-form .group-title .title {
    font-size: 28px;
    color: #fff;
    line-height: 35px;
}

.comment-form .group-title h2 {
    color: #333333000;
}

.comment-form .group-title h3 {
    color: #fff
}

.comment-form .group-title {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.comment-form .form-group {
    margin-bottom: 30px
}

.comment-form .form-group label {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}

.comment-form .form-group:last-child {
    margin-bottom: 0px;
    text-align: center;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 10px 18px;
    color: #888888;
    border: 1px solid transparent;
    height: 40px;
    font-size: 13px;
    background: #eaeaea;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:active,
.comment-form .form-group input[type="password"]:active,
.comment-form .form-group input[type="tel"]:active,
.comment-form .form-group input[type="email"]:active {
    border: 1px solid #509B7D;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus {
    border: 1px solid #509B7D;
}

.comment-form .form-group .darma:active {
    border: 1px solid #509B7D;
}

.comment-form .form-group .darma:focus {
    border: 1px solid #509B7D;
}

/* .comment-form .form-group input[type="text"]:focus,.comment-form .form-group input[type="password"]:focus,.comment-form .form-group input[type="tel"]:focus,.comment-form .form-group input[type="email"]:focus,.comment-form .form-group select:focus,.comment-form .form-group textarea:focus{border-color:1px solid #509B7D} */
.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 18px;
    color: #888888;
    border: 1px solid transparent;
    height: 80px;
    background: #eaeaea;
    resize: none;
    font-size: 13px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog-new-posts {
    position: relative;
    border-top: 1px solid #e9eef3
}

.blog-new-posts .left-column {
    position: relative;
    padding: 0px;
    width: 50%;
    float: left;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog-new-posts .left-column:hover {
    background-color: #e9eef3
}

.blog-new-posts .left-column .inner-column {
    position: relative;
    max-width: 620px;
    padding: 38px 30px 38px 30px;
    float: right;
    width: 100%
}

.blog-new-posts .left-column .inner-column .content {
    position: relative;
    padding-top: 10px;
    padding-left: 100px
}

.blog-new-posts .left-column .inner-column .content .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #333333
}

.blog-new-posts .left-column .inner-column .content .image img {
    position: relative;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog-new-posts .left-column .inner-column:hover .content .image img {
    opacity: 0.2
}

.blog-new-posts .left-column .inner-column h3 {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 300
}

.blog-new-posts .left-column .inner-column h3 a {
    position: relative;
    color: #222222
}

.blog-new-posts .left-column .inner-column .post {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 6px;
    text-transform: uppercase
}

.blog-new-posts .right-column {
    position: relative;
    padding: 0px;
    width: 50%;
    float: left;
    border-left: 1px solid #e9eef3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog-new-posts .right-column:hover {
    background-color: #e9eef3
}

.blog-new-posts .right-column .inner-column {
    position: relative;
    text-align: right;
    max-width: 620px;
    padding: 38px 30px 38px 30px;
    float: left;
    width: 100%
}

.blog-new-posts .right-column .inner-column .content {
    position: relative;
    padding-top: 10px;
    padding-right: 100px
}

.blog-new-posts .right-column .inner-column .content .image {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #333333
}

.blog-new-posts .right-column .inner-column .content .image img {
    position: relative;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog-new-posts .right-column .inner-column:hover .content .image img {
    opacity: 0.2
}

.blog-new-posts .right-column .inner-column h3 {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 300
}

.blog-new-posts .right-column .inner-column h3 a {
    position: relative;
    color: #222222
}

.blog-new-posts .right-column .inner-column .post {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 6px;
    text-transform: uppercase
}

.in-touch-section {
    position: relative;
    padding: 30px 0px 30px;
    background-color: #f1f1f1
}

.in-touch-section .branch-text {
    position: relative;
    color: #333333;
    font-size: 15px;
    text-align: center;
    margin-top: 15px
}

.in-touch-section .branch-text a {
    position: relative;
    color: #509B7D;
    text-decoration: underline
}

.contact-info-boxed {
    position: relative;
    margin-bottom: 30px
}

.contact-info-boxed .info-inner {
    position: relative;
    padding: 25px 25px;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-info-boxed:hover .info-inner {
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.10)
}

.contact-info-boxed .info-inner .content {
    position: relative;
    padding-left: 75px
}

.contact-info-boxed .info-inner .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 55px;
    height: 55px;
    color: #509B7D;
    border-radius: 50%;
    text-align: center;
    line-height: 51px;
    font-size: 22px;
    border: 2px solid #509B7D
}

.contact-info-boxed .info-inner .text {
    position: relative;
    color: #222222;
    font-size: 16px
}

.contact-info-boxed .info-inner .text a {
    position: relative;
    color: #222222;
    font-weight: 300;
    display: block;
    margin-top: 4px;
}

.contact-info-boxed .info-inner .text-address {
    padding-bottom: 20px;
    min-height: 100px;
}

.contact-info-boxed .info-inner strong {
    color: #333333;
    display: block;
    margin-bottom: 4px;
}

.contact-form-section {
    position: relative;
}

.contact-form-section .sec-title {
    margin-bottom: 0px;
}

.contact-form-section .inner-container {
    position: relative;
    padding: 40px 60px 50px;
    border: 1px solid #e2e8f0
}

.contact-form {
    position: relative
}

.contact-form .form-group {
    margin-bottom: 30px
}

.contact-form .form-group label {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.contact-form .form-group:last-child {
    margin-bottom: 0px
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    color: #888888;
    border: 1px solid #e2e8f0;
    height: 60px;
    font-size: 15px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #509B7D
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 18px;
    color: #888888;
    border: 1px solid #e2e8f0;
    height: 120px;
    background: #ffffff;
    resize: none;
    font-size: 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-form .form-group .submit-btn {
    position: relative;
    font-weight: 300;
    color: #222222;
    font-size: 15px;
    display: inline-block;
    padding: 17px 43px;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #e9eef3;
}

.contact-form .form-group .submit-btn:hover {
    color: #ffffff;
    background-color: #509B7D
}

.opportunity-section {
    position: relative;
    padding: 90px 0px;
    background-size: cover;
    background-repeat: no-repeat
}

.opportunity-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(249, 117, 52, 0.93)
}

.opportunity-section .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 40px
}

.opportunity-section .title-box h2 {
    position: relative;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 14px
}

.opportunity-section .title-box .title {
    position: relative;
    color: #ffffff;
    font-size: 15px
}

.opportunity-section .opportunity-form {
    position: relative;
    max-width: 770px;
    margin: 0 auto
}

.opportunity-form .form-group {
    position: relative;
    margin-bottom: 30px
}

.opportunity-form .form-group .ui-selectmenu-button.ui-button {
    background-color: #f06c2b;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.30)
}

.opportunity-form .form-group .ui-button .ui-icon:before {
    color: #ffffff
}

.opportunity-form .form-group textarea::-webkit-input-placeholder,
.opportunity-form .form-group input::-webkit-input-placeholder {
    color: #333333
}

.opportunity-form .submit-btn {
    position: relative;
    font-weight: 300;
    color: #222222;
    font-size: 15px;
    display: inline-block;
    padding: 14px 41px;
    border-radius: 50px;
    margin-top: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #ffffff;
}

.location-area {
    position: relative;
    display: block;
    padding: 120px 0 120px
}

.location {
    position: relative;
    display: block;
    max-width: 1025px;
    width: 100%;
    margin: 0 auto
}

.single-location-box {
    position: absolute
}

.single-location-box .round-box {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background: #509B7D;
    border-radius: 50%;
    cursor: pointer
}

.single-location-box .round-box:before {
    position: absolute;
    content: '';
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    border-radius: 50%;
    border: 1px solid #509B7D
}

.single-location-box .inner-content {
    position: absolute;
    left: 0px;
    bottom: 80px;
    width: 290px;
    margin-left: -125px;
    z-index: 10;
    padding: 25px 28px 20px;
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.05), -2px 0px 15px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.05), -2px 0px 15px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.05), -2px 0px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.05), -2px 0px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.05), -2px 0px 15px 1px rgba(0, 0, 0, 0.05);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.single-location-box:hover .inner-content {
    bottom: 30px;
    opacity: 1;
    visibility: visible
}

.single-location-box .inner-content h4 {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 15px
}

.single-location-box .inner-content .list {
    position: relative
}

.single-location-box .inner-content .list li {
    position: relative;
    color: #333333;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
    margin-bottom: 10px
}

.single-location-box .inner-content .list li strong {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 300;
}

.single-location-box.one {
    top: 38%;
    left: 14%
}

.single-location-box.two {
    top: 70%;
    left: 30%
}

.single-location-box.three {
    top: 17%;
    left: 53%
}

.single-location-box.four {
    top: 54%;
    left: 45%
}

.single-location-box.five {
    top: 78%;
    left: 53%
}

.single-location-box.six {
    top: 10%;
    left: 40%
}

.single-location-box.seven {
    top: 20%;
    left: 25%
}

.single-location-box.eight {
    top: 40%;
    left: 60%
}

.single-location-box.nine {
    top: 56%;
    left: 68%
}

.single-location-box.ten {
    top: 18%;
    left: 98%
}

.single-location-box.eleven {
    top: 41%;
    left: 84%
}

.single-location-box.twelve {
    top: 84%;
    left: 83%
}

.projects-section-five {
    position: relative;
    padding: 30px 0px 30px
}

.projects-section-five.style-two {
    padding-bottom: 100px
}

.projects-section-five .filters {
    position: relative;
    margin-bottom: 40px
}

.projects-section-five .filters .filter-tabs {
    position: relative
}

.projects-section-five .filters li {
    position: relative;
    display: inline-block;
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 8px 6px;
    padding: 13px 24px;
    text-transform: uppercase;
    background-color: #e9eef3;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.projects-section-five .filters li .total {
    position: absolute;
    right: 10px;
    top: -13px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
    opacity: 0;
    background-color: #ffffff;
    border: 1px solid #e9eef3;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.projects-section-five .filters .active .total,
.projects-section-five .filters li:hover .total {
    color: #ffffff;
    opacity: 1
}

.projects-section-five .filters li.active,
.projects-section-five .filters li:hover {
    color: #ffffff;
    background-color: #509B7D
}

.projects-section-five .filters li.active a {
    color: #ffffff
}

.projects-section-five .filters li:hover a {
    color: #ffffff;
    display: block
}

.projects-section-five .filters li a {
    display: block
}

.projects-section-five .styled-pagination,
.projects-section-five .btn-box {
    margin-top: 20px
}

.project-block-four {
    position: relative;
    z-index: 99;
    margin-bottom: 30px
}

.project-block-four .inner-box {
    position: relative
}

.project-block-four .inner-box .image {
    position: relative
}

.project-block-four .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.project-block-four .inner-box .image .overlay-box {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: right;
    -o-transform-origin: left;
    transform-origin: left;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.project-block-four .inner-box:hover .image .overlay-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg)
}

.project-block-four .inner-box .image .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 25px 28px;
    background-color: #509B7D
}

.project-block-four .inner-box .image .overlay-box .title {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding-left: 40px
}

.project-block-four .inner-box .image .overlay-box .title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 10px;
    width: 30px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.30)
}

.project-block-four .inner-box .image .overlay-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
    margin-top: 8px
}

.project-block-four .inner-box .image .overlay-box h3 a {
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block-four .inner-box .image .overlay-box h3 a:hover {
    color: #333333
}

.project-block-four .inner-box .image .overlay-box .read-more {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    margin-top: 32px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-four .inner-box .image .overlay-box .read-more .arrow {
    position: relative;
    margin-left: 5px;
    top: 1px
}

.project-block-four .inner-box .image .overlay-box .read-more:hover {
    color: #333333
}

.project-block-five {
    position: relative;
    margin-bottom: 30px
}

.project-block-five .inner-box {
    position: relative
}

.project-block-five .inner-box .image {
    position: relative
}

.project-block-five .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.project-block-five .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: rgba(22, 26, 51, 0.90)
}

.project-block-five .inner-box:hover .overlay-box {
    opacity: 1
}

.project-block-five .inner-box .overlay-box .overlay-inner {
    position: absolute;
    left: 30px;
    top: 30px;
    right: 30px;
    bottom: 30px
}

.project-block-five .inner-box .overlay-box .overlay-inner .upper-box {
    position: relative
}

.project-block-five .inner-box .overlay-box .overlay-inner .upper-box .title {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding-left: 40px
}

.project-block-five .inner-box .overlay-box .overlay-inner .upper-box .title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 10px;
    width: 30px;
    height: 1px;
    background-color: #509B7D
}

.project-block-five .inner-box .overlay-box .overlay-inner .upper-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
    margin-top: 8px
}

.project-block-five .inner-box .overlay-box .overlay-inner .upper-box h3 a {
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-block-five .inner-box .overlay-box .overlay-inner .upper-box h3 a:hover {
    color: #509B7D
}

.project-block-five .inner-box .overlay-box .overlay-inner .lower-box {
    position: absolute;
    left: 0px;
    bottom: 0px
}

.project-block-five .inner-box .overlay-box .overlay-inner .lower-box .read-more {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    margin-top: 32px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-five .inner-box .overlay-box .overlay-inner .lower-box .read-more:hover {
    color: #509B7D
}

.project-block-five .inner-box .overlay-box .overlay-inner .lower-box .read-more .arrow {
    position: relative;
    margin-left: 5px;
    top: 1px
}

.project-block-six {
    position: relative;
    margin-bottom: 30px
}

.project-block-six .inner-box {
    position: relative;
    text-align: center
}

.project-block-six .inner-box .image {
    position: relative
}

.project-block-six .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.project-block-six .inner-box .image {
    position: relative
}

.project-block-six .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease
}

.project-block-six .inner-box .image .overlay-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background: rgba(22, 26, 51, 0.90);
    -moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.project-block-six .inner-box:hover .overlay-box:before {
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible
}

.project-block-six .inner-box:hover .overlay-box {
    opacity: 1
}

.project-block-six .inner-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px
}

.project-block-six .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.project-block-six .inner-box .image .overlay-box .title {
    position: relative;
    color: #509B7D;
    font-size: 15px;
    line-height: 1.3em
}

.project-block-six .inner-box .image .overlay-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
    margin-top: 8px
}

.project-block-six .inner-box .image .overlay-box h3 a {
    position: relative;
    color: #ffffff
}

.projects-single-section {
    position: relative;
    padding: 100px 0px 60px
}

.projects-single-section .upper-section {
    position: relative
}

.projects-single-section .upper-section .image-column {
    position: relative;
    margin-bottom: 30px
}

.projects-single-section .upper-section .image-column .image {
    position: relative
}

.projects-single-section .upper-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block
}

.projects-single-section .upper-section .carousel-column {
    position: relative
}

.projects-single-section .upper-section .carousel-column .inner-column {
    position: relative;
    padding: 85px 0px 80px
}

.projects-single-section .upper-section .carousel-column .inner-column .slide {
    background-color: #ffffff
}

.projects-single-section .upper-section .carousel-column .owl-dots {
    display: none
}

.projects-single-section .upper-section .carousel-column .owl-nav {
    position: absolute;
    left: 0px;
    top: -85px;
    right: 0px;
    bottom: -65px
}

.projects-single-section .upper-section .carousel-column .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    color: #8f96a6;
    font-size: 22px;
    text-align: center;
    padding: 12px 0px;
    background-color: #e6ebf0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.projects-single-section .upper-section .carousel-column .owl-nav .owl-next {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    color: #8f96a6;
    font-size: 22px;
    text-align: center;
    padding: 12px 0px;
    background-color: #e6ebf0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.projects-single-section .upper-section .carousel-column .owl-nav .owl-prev:hover,
.projects-single-section .upper-section .carousel-column .owl-nav .owl-next:hover {
    color: #ffffff;
    background-color: #509B7D
}

.project-info-box {
    position: relative;
    margin-bottom: 20px
}

.project-info-box .inner-box {
    position: relative;
    padding: 26px 25px;
    border: 1px solid #e2e8f0
}

.project-info-box .inner-box .content {
    position: relative;
    padding-left: 50px
}

.project-info-box .inner-box .content .icon {
    position: absolute;
    left: 0px;
    top: 4px;
    color: #f97b3e;
    font-size: 36px;
    line-height: 1em
}

.project-info-box .inner-box .content h4 {
    position: relative;
    color: #222222;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 300
}

.project-info-box .inner-box .content .text {
    position: relative;
    font-size: 15px;
    line-height: 1.3em;
    margin-top: 6px
}

.projects-single-section .lower-section {
    position: relative;
    padding-top: 10px
}

.projects-single-section .lower-section h2 {
    position: relative;
    color: #222222;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 18px
}

.projects-single-section .lower-section .text {
    position: relative;
    margin-bottom: 40px
}

.projects-single-section .lower-section .text p {
    position: relative;
    color: #333333;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 20px
}

.projects-single-section .lower-section .text p:last-child {
    margin-bottom: 0px
}

.projects-single-section .lower-section .image-column {
    position: relative;
    margin-bottom: 40px
}

.projects-single-section .lower-section .image-column .image {
    position: relative
}

.projects-single-section .lower-section .image-column .image img {
    position: relative;
    width: 100%
}

.projects-single-section .lower-section .content-column {
    position: relative
}

.projects-single-section .lower-section .content-column .inner-column {
    position: relative
}

.projects-single-section .lower-section .content-column h3 {
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 18px
}

.projects-single-section .lower-section .content-column p {
    position: relative;
    color: #333333;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 20px
}

.sidebar-widget-two {}

.sidebar .search-box-two {
    padding: 40px 25px
}

.sidebar .search-box-two .form-group {
    position: relative;
    margin: 0px
}

.sidebar .search-box-two .form-group input[type="text"],
.sidebar .search-box-two .form-group input[type="search"] {
    position: relative;
    line-height: 28px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #e2e8f0;
    background: none;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    color: #808080;
    font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.sidebar .search-box-two .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 35px;
    font-size: 14px;
    color: #509B7D;
    line-height: 100%;
    background: none;
    display: inline-block;
    font-weight: normal;
    text-align: left
}

.sidebar-title-two {
    position: relative;
    margin-bottom: 25px
}

.sidebar-title-two h2 {
    position: relative;
    font-size: 24px;
    color: #222222;
    font-weight: 300;
    line-height: 1.3em
}

.sidebar-widget-two {
    position: relative;
    margin-bottom: 35px;
    border-bottom: 1px solid #e2e8f0;
    padding: 0px 25px 28px
}

.sidebar-widget-two:last-child {
    margin-bottom: 0px;
    border-bottom: none
}

.blog-cat-two {
    position: relative
}

.blog-cat-two li {
    position: relative;
    margin-bottom: 18px
}

.blog-cat-two li:last-child {
    margin-bottom: 0px
}

.blog-cat-two li a {
    position: relative;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.blog-cat-two li a:hover {
    color: #509B7D
}

.blog-cat-two li a:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e2e8f0
}

.range-slider-one {
    position: relative;
    min-height: 48px
}

.range-slider-one .title {
    position: relative;
    float: left;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin-top: 4px
}

.range-slider-one .title:before {
    position: absolute;
    content: '$';
    right: -14px;
    top: 0px;
    color: #848484;
    font-size: 16px;
    font-weight: 300
}

.range-slider-one .input {
    float: right;
    left: 8px;
    max-width: 75px;
    padding-left: 8px;
    margin-top: 4px;
    position: relative
}

.range-slider-one .input input {
    background: none;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    width: auto;
    text-align: left
}

.range-slider-one .ui-widget.ui-widget-content {
    height: 3px;
    border: none;
    margin-bottom: 22px;
    background: #e6e6e6
}

.range-slider-one .ui-slider .ui-slider-range {
    top: 0px;
    height: 3px;
    background: #509B7D
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
    top: -3px;
    width: 10px;
    height: 10px;
    border: 1px solid #509B7D;
    background: #509B7D;
    border-radius: 50%;
    cursor: pointer
}

.range-slider-one .theme-btn {
    padding: 6px 30px;
    color: #ffffff;
    margin-top: 15px;
    border-color: #509B7D;
    background-color: #509B7D
}

.range-slider-one .theme-btn:hover {
    color: #ffffff
}

.products li {
    padding: 0 10px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: block;
    float: left;
    background: #fff;
    box-sizing: border-box;
    transition: all .5s;
    margin-bottom: 15px
}

.products li img {
    width: 100%
}

.products li {
    border: 1px solid #e1e1e1;
    transition: 0.3s
}

.pro_ri {
    float: right
}

.pro_ri.col-xl-10,
.pro_ri.col-lg-10 {
    width: 81%
}

.products li:hover .ceng {
    opacity: 1;
    transform: translateY(-268px);
    border: 1px solid #e1e1e1;
    transition: 0.3s
}

.products li:last-child {
    margin-right: 0
}

.products li .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden
}

.products li h2 {
    font-size: 18px
}

.products li img {
    display: block;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    transition: all .5s
}

.products li a.t {
    display: block;
    text-align: center;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #666
}

.products li:hover img {
    -webkit-transform: scale(1.12);
    transform: scale(1.12)
}

.products li a.t:hover {
    color: #0075dc
}

.products .page_name:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 37px;
    height: 3px;
    background: #16b6d2;
    content: ''
}

.shop-section .items-sorting {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e8f0
}

.shop-section .items-sorting .results-column,
.shop-section .items-sorting .select-column {
    margin-bottom: 20px
}

.shop-section .items-sorting .results-column h4 {
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    line-height: 24px;
    padding: 13px 0px;
    text-align: right
}

.shop-section .items-sorting .form-group {
    margin-bottom: 0px
}

.shop-section .items-sorting select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 9px 15px 9px;
    height: 50px;
    font-size: 16px;
    border: 1px solid #eeeeee;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(../images/icon-select.png) right center no-repeat;
    color: #999999;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.shop-section .items-sorting select option {
    text-indent: 15px
}

.shop-section .styled-pagination {
    margin-top: 20px
}

.shop-item {
    position: relative;
    margin-bottom: 30px
}

.shop-item .inner-box {
    position: relative;
    padding-top: 0px;
    background-color: #e9eef3
}

.shop-item .inner-box .image {
    position: relative;
    text-align: center
}

.shop-item .inner-box .image img {
    width: 100%;
    display: block
}

.shop-item .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    transform: scale(0, 0);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: rgba(22, 26, 51, 0.95)
}

.shop-item .inner-box:hover .image .overlay-box {
    transform: scale(1, 1);
    opacity: 1
}

.shop-item .inner-box .image .overlay-box .content {
    position: absolute;
    content: '';
    left: 30px;
    bottom: 20px
}

.shop-item .inner-box .image .overlay-box .content h3 {
    position: relative;
    line-height: 1.3em;
    font-size: 20px;
    font-weight: 300
}

.shop-item .inner-box .image .overlay-box .content h3 a {
    position: relative;
    color: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.shop-item .inner-box .image .overlay-box .content h3 a:hover {
    color: #509B7D
}

.shop-item .inner-box .lower-content {
    position: relative;
    padding: 10px 10px 10px;
    text-align: center
}

.shop-item .inner-box .lower-content .cart-option {
    position: relative
}

.shop-item .inner-box .lower-content .cart-option li {
    position: relative;
    margin: 0px 2px;
    display: inline-block
}

.shop-item .inner-box .lower-content .cart-option li.price {
    padding: 0px 10px;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    background-color: #ffffff
}

.shop-item .inner-box .lower-content .cart-option li a {
    position: relative;
    width: 45px;
    height: 45px;
    color: #333333;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.shop-item .inner-box .lower-content .cart-option li a:hover {
    color: #ffffff;
    background-color: #509B7D
}

.shop-single {
    position: relative;
    padding: 100px 0px 60px
}

.product-details .basic-details {
    position: relative;
    margin-bottom: 30px
}

.product-details .image-column,
.product-details .info-column {
    margin-bottom: 20px
}

.product-details .image-column .image-box {
    padding-right: 30px;
    position: relative
}

.product-details .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #e2e8f0
}

.product-details .basic-details .details-header {
    position: relative;
    margin-bottom: 16px
}

.product-details .basic-details .details-header h4 {
    font-size: 30px;
    font-weight: 500;
    margin: 0px 0px 12px;
    line-height: 1.4em;
    color: #222222
}

.product-details .basic-details .details-header h4 a {
    color: #333333
}

.product-details .basic-details .details-header .rating {
    font-size: 14px;
    color: #b3b9c8;
    margin-bottom: 15px
}

.product-details .basic-details .details-header .rating .fa {
    display: inline-block;
    margin-right: 2px
}

.product-details .basic-details .details-header .rating .txt {
    font-size: 14px;
    padding-left: 10px;
    color: #777777
}

.product-details .basic-details .details-header .item-price {
    font-size: 24px;
    font-weight: 500;
    color: #509B7D;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.product-details .basic-details .prod-info {
    margin-bottom: 15px;
    line-height: 1.6em;
    font-size: 13px
}

.product-details .basic-details .prod-info strong {
    font-weight: 300;
    color: #111111
}

.product-details .basic-details .text {
    margin-bottom: 28px;
    position: relative
}

.product-details .basic-details .text p {
    margin-bottom: 25px;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em
}

.product-details .basic-details .location {
    position: relative;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px
}

.product-details .basic-details .item-quantity .field-label {
    float: left;
    font-weight: 300;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    padding-right: 20px
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
    line-height: 24px;
    padding: 10px 15px !important;
    height: 46px !important;
    box-shadow: none !important
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 11px 10px;
    background: #f4f5f6
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
    top: 6px
}

.product-details .basic-details .item-quantity {
    position: relative;
    float: left;
    width: 55px;
    margin-bottom: 25px;
    margin-right: 20px
}

.product-details .basic-details .item-quantity .field-label {
    float: left;
    font-weight: 300;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    padding-right: 20px
}

.product-details .basic-details .quantity-spinner,
.cart-table input.quantity-spinner {
    font-size: 18px;
    line-height: 24px;
    border: 1px solid #e2e8f0;
    padding: 10px 15px !important;
    height: 50px !important;
    box-shadow: none !important
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f106";
    font-size: 18px;
    font-weight: 800;
    font-style: normal;
    font-family: "Font Awesome 5 Free"
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f107";
    font-size: 18px;
    font-weight: 800;
    font-style: normal;
    font-family: "Font Awesome 5 Free"
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 12px 10px;
    background: #f4f5f6;
    border-radius: 0px
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-table .bootstrap-touchspin .input-group-btn-vertical i {
    top: -1px
}

.product-details .basic-details .add-to-cart {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 42px;
    font-weight: 300;
    overflow: hidden;
    border-radius: 50px;
    letter-spacing: 1px;
    margin-left: 20px;
    background-color: #509B7D;
    text-transform: capitalize;
}

.product-details .basic-details .expired {
    position: relative;
    color: #509B7D;
    font-size: 16px;
    margin-bottom: 30px
}

.product-details .basic-details .share-box {
    position: relative;
    margin-top: 18px
}

.product-details .basic-details .share-box .share {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-right: 18px;
}

.product-details .basic-details .share-box a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    display: inline-block;
    margin-right: 8px
}

.product-details .basic-details .share-box a.facebook {
    background-color: #3a559f
}

.product-details .basic-details .share-box a.twitter {
    background-color: #50abf1
}

.product-details .basic-details .share-box a.google-plus {
    background-color: #dd4b39
}

.product-details .basic-details .share-box a.linkedin {
    background-color: #0084b1
}

.pincode-form {
    position: relative;
    margin-bottom: 5px
}

.pincode-form .form-group {
    margin-bottom: 10px;
    position: relative;
    display: inline-block
}

.pincode-form .form-group input[type="text"] {
    position: relative;
    line-height: 14px;
    padding: 4px 10px 4px 15px;
    border: 1px solid #f7f7f7;
    background: none;
    font-size: 16px;
    width: 280px;
    color: #333333;
    height: 50px;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.pincode-form .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 100px;
    font-size: 15px;
    color: #020e28;
    font-weight: 600;
    line-height: 100%;
    background: #f7f7f7;
    margin-left: 8px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif
}

.shop-single .product-details .prod-tabs {
    position: relative;
    margin-bottom: 60px
}

.shop-single .product-details .prod-tabs .tab-btns {
    position: relative;
    z-index: 1;
    text-align: center;
    border-bottom: 1px solid #eeeeee
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    display: inline-block;
    font-size: 20px;
    color: #222222;
    text-transform: capitalize;
    font-weight: 300;
    line-height: 24px;
    cursor: pointer;
    padding: 12px 18px 20px;
    transition: all 500ms ease;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #509B7D
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn {
    color: #f55b14;
    background: #ffffff
}

.shop-single .product-details .prod-tabs .tabs-content {
    position: relative;
    padding: 40px 0px 0px
}

.shop-single .product-details .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0px
}

.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab {
    display: block
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p {
    position: relative;
    color: #333333;
    font-size: 15px;
    line-height: 1.9em;
    margin-bottom: 20px
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p:last-child {
    margin-bottom: 0px
}

.shop-comment-form {
    position: relative;
    margin-top: 45px
}

.shop-comment-form h2 {
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 12px
}

.shop-comment-form .title-text {
    position: relative;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 22px
}

.shop-comment-form .group-title {
    margin-bottom: 20px
}

.shop-comment-form .rating-box {
    position: relative
}

.shop-comment-form .rating-box .text {
    position: relative;
    font-size: 18px;
    color: #222222;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 15px;
}

.shop-comment-form .rating-box .rating {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ebebeb
}

.shop-comment-form .rating-box .rating:last-child {
    border-right: 0px
}

.shop-comment-form .rating-box .rating .fa {
    position: relative;
    margin-right: 2px;
    display: inline-block
}

.shop-comment-form .rating-box .rating a {
    position: relative;
    color: #d6d6d6;
    font-size: 12px;
    display: inline-block
}

.shop-comment-form .rating-box .rating a:hover {
    color: #fc7837
}

.shop-comment-form .form-group {
    position: relative;
    margin-bottom: 15px
}

.shop-comment-form .form-group label {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 400;
}

.shop-comment-form .form-group:last-child {
    margin-bottom: 0px
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 15px;
    border: 1px solid #efefef;
    height: 50px;
    color: #848484;
    font-weight: 300;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus {
    border-color: #f55b14
}

.shop-comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 15px;
    color: #848484;
    border: 1px solid #efefef;
    height: 175px;
    font-weight: 400;
    background: #ffffff;
    resize: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.shop-comment-form .send-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 42px;
    font-weight: 300;
    overflow: hidden;
    border-radius: 50px;
    letter-spacing: 1px;
    margin-top: 20px;
    background-color: #509B7D;
    text-transform: capitalize;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus {
    border-color: #f06529
}

.shop-single .comments-area {
    position: relative
}

.shop-single .comments-area .comment-box {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #e2e8f0
}

.shop-single .comments-area .comment-box .comment {
    position: relative;
    padding-left: 100px
}

.shop-single .comments-area .comment-box .comment .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 64px;
    height: 64px;
    display: inline-block
}

.shop-single .comments-area .comment-box .comment .comment-inner {
    position: relative
}

.shop-single .comments-area .comment-box .comment .comment-inner .comment-info {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
}

.shop-single .comments-area .comment-box .comment .comment-inner .comment-info span {
    position: relative;
    color: #509B7D;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

.shop-single .comments-area .comment-box .comment .comment-inner .rating {
    position: relative;
    color: #b3b9c8;
    font-size: 13px;
    margin-top: 5px
}

.shop-single .comments-area .comment-box .comment .text {
    position: relative;
    color: #333333;
    font-size: 15px;
    line-height: 1.8em;
    margin-top: 10px
}

.related-products {
    position: relative
}

.related-products .title-box {
    position: relative;
    margin-bottom: 30px
}

.related-products .title-box h2 {
    position: relative;
    color: #222222;
    font-size: 30px;
    font-weight: 300
}

.cart-section {
    position: relative;
    padding: 100px 0px 90px
}

.cart-section .cart-outer {
    position: relative
}

.cart-section .table-outer {
    position: relative;
    width: 100%
}

.cart-section .cart-table {
    width: 100%;
    min-width: 900px
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0px;
    background: #e9eef3;
    color: #1f1f1f
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 20px 15px;
    min-width: 120px;
    font-weight: 300;
    color: #222222;
    font-size: 16px;
    text-transform: capitalize;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    right: 0px
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 100px;
    padding-left: 100px;
    padding-top: 38px;
    text-align: left;
    min-width: 230px
}

.cart-table tbody tr .prod-column .column-box h4 {
    font-size: 20px;
    color: #222222;
    font-weight: 300;
    margin-bottom: 5px;
    text-transform: capitalize
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    width: 80px;
    left: 0px;
    top: 0px;
    border: 1px solid #f0f0f0
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    width: 100%
}

.cart-table thead tr th.prod-column {
    text-align: left;
    padding-left: 30px
}

.cart-table tbody tr {
    border-bottom: 1px solid #e6e6e6
}

.cart-table tbody tr td {
    line-height: 24px;
    padding: 30px 10px 20px;
    min-width: 100px
}

.cart-table tbody tr .qty {
    width: 90px;
    padding-right: 40px
}

.cart-table tbody tr .qty .quantity-spinner {
    background: #f5f5f5
}

.column.default-column .cart-table tbody tr .qty {
    width: 110px;
    padding-right: 20px
}

.cart-table tbody tr .prod-column .column-box h3 {
    font-size: 20px;
    color: #020e28;
    font-weight: 400
}

.cart-table tbody tr .sub-total {
    font-weight: 400;
    color: #509B7D;
    font-size: 20px
}

.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 18px;
    color: #8d93a3;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: 2px solid #8d93a3;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease
}

.cart-table tbody tr .remove-btn .fa {
    position: relative;
    top: 2px;
    font-size: 10px;
    line-height: 14px;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: #f0f0f0;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    text-indent: 100px
}

.cart-table tbody tr .remove {
    text-align: center
}

.cart-table tbody tr .remove-btn:hover {
    color: #f55b14;
    border-color: #f55b14
}

.cart-table tbody tr .remove-btn:hover .fa {
    text-indent: 0px;
    background: #fa9928
}

.cart-table tbody tr td {
    vertical-align: middle
}

.cart-table tbody tr td.price {
    font-size: 20px;
    font-weight: 400;
    color: #333333
}

.cart-table tbody tr td .quantity-spinner {
    padding: 5px 0px 5px 20px;
    line-height: 24px;
    height: 34px;
    display: block;
    width: 100%;
    position: relative
}

.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px;
    color: #333333;
    font-size: 15px
}

.cart-table tbody .available-info .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #509B7D;
    border-radius: 50%
}

.cart-section .coupon-outer {
    position: relative;
    margin: 30px 30px 50px
}

.cart-section .coupon-outer .cart-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 42px;
    font-weight: 300;
    overflow: hidden;
    border-radius: 50px;
    letter-spacing: 1px;
    background-color: #509B7D;
    text-transform: capitalize;
}

.cart-section .coupon-outer .cart-btn:hover {
    color: #ffffff;
    background-color: #f55b14
}

.cart-section .apply-coupon {
    position: relative
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 15px
}

.cart-section .apply-coupon .form-group .coupon-btn {
    position: relative;
    font-weight: 300;
    color: #222222;
    font-size: 15px;
    display: inline-block;
    padding: 14px 38px;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #e9eef3;
}

.cart-section .apply-coupon .form-group .coupon-btn .arrow {
    position: relative;
    margin-left: 3px;
    top: 2px
}

.cart-section .apply-coupon .form-group .coupon-btn:hover {
    background-color: #509B7D;
    color: #ffffff
}

.cart-section .apply-coupon .form-group input[type="text"] {
    display: block;
    line-height: 26px;
    padding: 12px 20px;
    border: 1px solid #e2e8f0;
    height: 55px;
    width: 230px;
    color: #333333;
    background: none;
    border-radius: 50px
}

.cart-section .cart-outer .title-box {
    position: relative;
    margin-bottom: 24px
}

.cart-section .cart-outer .title-box h2 {
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 300
}

.cart-section .estimate-form {
    position: relative
}

.cart-section .sec-title {
    margin-bottom: 25px
}

.cart-section .sec-title h2 {
    font-size: 24px;
    color: #020e28;
    padding-bottom: 0px;
    text-transform: capitalize
}

.cart-section .estimate-form .row {
    margin-left: -7px;
    margin-right: -7px
}

.cart-section .estimate-form .row .form-group {
    padding: 0px 7px !important;
    margin-bottom: 30px
}

.cart-section .totals-table {
    position: relative;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    margin-bottom: 30px
}

.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    padding: 15px 15px;
    line-height: 24px;
    width: 50%;
    font-weight: 400;
    font-size: 16px;
    color: #848484
}

.cart-section .totals-table .col-title {
    font-size: 16px;
    color: #020e28;
    font-weight: 600;
    border-right: 2px solid #f0f0f0;
    font-family: 'Poppins', sans-serif
}

.cart-section .totals-table li {
    position: relative;
    border-bottom: 1px solid #f0f0f0
}

.cart-section .totals-table li:last-child {
    border-bottom: none
}

.cart-section .cart-note {
    position: relative;
    margin-bottom: 50px;
    padding: 16px 20px;
    text-align: center;
    border: 1px dashed #b2dd4c;
    background: #f4f4f4;
    line-height: 1.7em
}

.product-details .basic-details .item-quantity input[type="text"],
.cart-table tbody tr .qty input[type="text"] {
    position: relative;
    line-height: 46px;
    height: 46px;
    background: #ffffff
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    height: 24px;
    background: #e9e9e9
}

.bootstrap-touchspin .input-group-btn-vertical i {
    left: 6px;
    top: 6px
}

.shipping-form .form-group {
    position: relative;
    margin-bottom: 30px;
    padding: 0px 15px
}

.shipping-form .form-group .ui-selectmenu-button.ui-button {
    background-color: #ffffff;
    height: 45px;
    line-height: 24px;
    z-index: 10;
    border: 1px solid #f2f2f2;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(../images/arrow-right.png)
}

.shipping-form .form-group .ui-button .ui-icon {
    opacity: 0
}

.shipping-form .form-group input,
.shipping-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 33px;
    padding: 10px 20px;
    height: 45px;
    color: #848484;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease
}

.shipping-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 10px 20px;
    height: 120px;
    resize: none;
    font-size: 16px;
    font-weight: 300;
    background: #f7f7f7;
    border: 1px solid #f4f4f4;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease
}

.shipping-form .form-group input:focus,
.shipping-form .form-group textarea:focus {
    border-color: #f55b14
}

.shipping-form .form-group .total-btn {
    position: relative;
    font-weight: 300;
    color: #222222;
    font-size: 15px;
    display: inline-block;
    padding: 14px 38px;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #e9eef3;
}

.shipping-form .form-group .total-btn .arrow {
    position: relative;
    margin-left: 4px;
    top: 1px
}

.shipping-form .form-group .total-btn:hover {
    background-color: #f55b14;
    color: #ffffff
}

.cart-section .cart-outer .checkout-btn {
    position: relative;
    font-weight: 300;
    color: #222222;
    font-size: 15px;
    display: inline-block;
    padding: 14px 42px;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #e9eef3;
}

.cart-section .cart-outer .checkout-btn .arrow {
    position: relative;
    margin-left: 4px;
    top: 1px
}

.cart-section .cart-outer .checkout-btn:hover {
    background-color: #f55b14;
    color: #ffffff
}

.checkout-page {
    position: relative;
    padding: 100px 0px 0px
}

.checkout-page .default-links {
    position: relative;
    margin-bottom: 50px
}

.checkout-page .default-links li {
    margin-bottom: 20px;
    line-height: 24px;
    padding: 18px 30px;
    background: #e9eef3;
    color: #222222;
    font-size: 16px;
    font-weight: 300;
    border-left: 2px solid #509B7D;
}

.checkout-page .default-links li a {
    color: #509B7D;
    font-weight: 400
}

.checkout-form {
    position: relative
}

.checkout-form .checkout-title {
    position: relative;
    margin-bottom: 20px
}

.checkout-form .checkout-title h2 {
    position: relative;
    color: #020e28;
    font-size: 24px;
    font-weight: 600
}

.checkout-form .form-group {
    position: relative;
    margin-bottom: 25px
}

.checkout-form .form-group .field-label {
    display: block;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: capitalize;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.checkout-form .form-group .field-label sup {
    top: -1px;
    font-size: 16px
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="number"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    line-height: 22px;
    padding: 12px 15px;
    height: 48px;
    border: 1px solid #f4f4f4;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease
}

.checkout-form textarea {
    resize: none;
    height: 120px !important
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
    border-color: #f55b14
}

.checkout-page .check-box {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px
}

.checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: 300;
    padding: 0px;
    font-size: 16px;
    cursor: pointer;
    color: #222222;
}

.checkout-page .lower-content {
    position: relative;
    margin-top: 60px;
    padding: 80px 0px;
    background-color: #e9eef3
}

.checkout-page .lower-content .order-column {
    margin-bottom: 40px
}

.checkout-page .lower-content .column h2 {
    position: relative;
    color: #020e28;
    font-size: 24px;
    font-weight: 600
}

.checkout-page .lower-content .checkout-title {
    margin-bottom: 35px
}

.checkout-page .lower-content .order-column .cart-table {
    width: 100%
}

.checkout-page .lower-content .order-column .cart-table .cart-header {
    background-color: #509B7D
}

.checkout-page .cart-table thead tr th {
    color: #ffffff
}

.checkout-page .cart-table thead tr th {
    min-width: auto
}

.checkout-page .cart-table tbody tr,
.checkout-page .cart-table tbody tr .prod-column .column-box .prod-thumb {
    border-color: #d4dbe2
}

.checkout-page .cart-table tbody tr td {
    min-width: 130px
}

.checkout-page .product-details .basic-details .item-quantity input[type="text"],
.checkout-page .cart-table tbody tr .qty input[type="text"] {
    width: 45px;
    background: none;
    text-align: center;
    border: 1px solid #d4dbe2
}

.checkout-page .lower-content .totals-table {
    position: relative;
    margin-bottom: 40px;
    border: 1px solid #e6e6e6
}

.checkout-page .lower-content .totals-table li .col {
    padding: 12px 20px
}

.checkout-page .lower-content .totals-table li {
    line-height: 24px;
    border-bottom: 1px solid #e6e6e6
}

.checkout-page .lower-content .totals-table li .col.title {
    font-weight: 500;
    color: #222222;
    font-size: 16px;
    border-right: 1px solid #e6e6e6;
    font-family: 'Poppins', sans-serif
}

.checkout-page .lower-content .totals-table li:last-child {
    border-bottom: none;
    margin-bottom: 0px
}

.checkout-page .lower-content .totals-table .col {
    position: relative;
    display: block;
    float: left;
    line-height: 24px;
    width: 50%;
    color: #848484;
    font-weight: 400;
    font-size: 16px
}

.checkout-page .payment-options {
    position: relative;
    margin-bottom: 30px;
    padding: 30px 20px 40px;
    border: 1px solid #d4dbe2
}

.checkout-page .payment-options li {
    position: relative;
    margin-bottom: 15px
}

.checkout-page .payment-options li .radio-option {
    position: relative
}

.checkout-page .payment-options li .radio-option label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-weight: 500 !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #333333;
    cursor: pointer
}

.checkout-page .payment-options li .radio-option label strong {
    font-weight: 300;
    color: #222222;
    font-size: 16px;
}

.checkout-page .payment-options li .radio-option label strong a {
    font-size: 15px;
    color: #222222;
    margin-left: 30px;
    font-weight: 400;
    text-decoration: underline;
    font-family: 'Poppins', sans-serif
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 3px
}

.checkout-page .payment-options li .radio-option label .small-text {
    display: block;
    padding-top: 5px;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 1.8em
}

.checkout-page .payment-options li .radio-option label img {
    position: relative;
    top: -3px;
    display: inline-block;
    max-width: 100%;
    padding-left: 30px
}

.checkout-page .payment-options .theme-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 42px;
    font-weight: 300;
    overflow: hidden;
    border-radius: 50px;
    letter-spacing: 1px;
    margin-left: 30px;
    background-color: #509B7D;
    text-transform: capitalize;
}

.register-section {
    position: relative;
    padding: 90px 0px 50px
}

.register-section .title-box {
    position: relative;
    margin-bottom: 32px
}

.register-section .title-box h2 {
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 300
}

.register-section .form-column {
    margin-bottom: 40px
}

.register-section .form-column .sec-title {
    position: relative;
    margin-bottom: 30px
}

.register-section .form-column .sec-title h2 {
    text-transform: capitalize;
    padding-bottom: 0px
}

.styled-form {
    position: relative
}

.styled-form .submit-text {
    font-size: 15px;
    color: #9e9e9e;
    font-weight: 400;
    margin-top: 10px
}

.styled-form .form-group {
    position: relative;
    margin-bottom: 30px;
    font-size: 15px;
    color: #333333
}

.checkout-section .styled-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.styled-form .form-group .check-box {
    line-height: 24px;
    font-size: 15px;
    font-weight: normal;
    padding-top: 5px;
    color: #272727
}

.styled-form .form-group .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0px;
    font-size: 15px;
    cursor: pointer
}

.styled-form .pull-left label,
.styled-form .pull-right label {
    cursor: pointer
}

.styled-form .form-group .adon-icon {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: #9298aa;
    z-index: 2
}

.styled-form .form-group .field-label {
    display: block;
    color: #272727;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 400
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea {
    position: relative;
    display: block;
    width: 100%;
    color: #333333;
    background: #ffffff;
    line-height: 30px;
    padding: 8px 20px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #f4f4f4;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease
}

.styled-form .register-btn {
    position: relative;
    font-weight: 300;
    color: #222222;
    font-size: 15px;
    display: inline-block;
    padding: 14px 55px;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #e9eef3;
}

.styled-form .register-btn .arrow {
    position: relative;
    margin-left: 3px;
    top: 2px
}

.styled-form .register-btn:hover {
    background-color: #509B7D;
    color: #ffffff
}

.styled-form .social-links a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
    background: #fc721e;
    border-radius: 50%;
    margin: 0px 0px 0px 10px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

.social-links-two a:hover {
    opacity: 0.80
}

.styled-form .social-links a.facebook {
    background: #3b5998
}

.styled-form .social-links a.twitter {
    background: #33ccfe
}

.styled-form .social-links a.google-plus {
    background: #dd4b39
}

.styled-form .remember-me {
    font-weight: 300;
    color: #222222;
    font-size: 18px;
}

.services-page-section {
    position: relative;
    padding: 90px 0px 100px
}

.blog-cat-three {
    position: relative;
    border: 1px solid #e2e8f0
}

.blog-cat-three li {
    position: relative;
    border-bottom: 1px solid #e2e8f0
}

.blog-cat-three li:last-child {
    border-bottom: none
}

.blog-cat-three li a:hover,
.blog-cat-three li.active a {
    color: #ffffff;
    background-color: #509B7D;
    border-left: 5px solid #ffffff
}

.blog-cat-three li.menu-item-has-children .sub-menu {
    border-top: 1px solid #e2e8f0
}

.blog-cat-three li.menu-item-has-children button {
    display: none
}

.blog-cat-three li.menu-item-has-children .sub-menu a {
    padding-left: 45px
}

.blog-cat-three li.menu-item-has-children .sub-menu a:before {
    position: absolute;
    content: '';
    left: 20px;
    top: 30px;
    width: 20px;
    height: 2px;
    background-color: #d51f2a
}

.blog-cat-three li a {
    position: relative;
    padding: 18px 15px;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    display: block;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border-left: 5px solid transparent;
    font-family: 'Poppins', sans-serif
}

.blog-cat-three li a:before {
    position: absolute;
    content: '';
    left: -6px;
    top: 0px;
    width: 2px;
    height: 0%;
    background-color: #509B7D;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

.blog-cat-three li.active a:before,
.blog-cat-three li:hover a:before {
    height: 100%
}

.testimonial-widget-block {
    position: relative;
    margin-bottom: 30px
}

.testimonial-widget-block .inner-box {
    position: relative
}

.testimonial-widget-block .inner-box .content-box {
    position: relative;
    padding: 30px 30px 28px;
    background-color: #e3e7ec
}

.testimonial-widget-block .inner-box .content-box:before {
    position: absolute;
    content: '';
    left: 35px;
    bottom: -30px;
    border-top: 30px solid #e3e7ec;
    border-left: 30px solid transparent
}

.testimonial-widget-block .inner-box .content-box .rating {
    position: relative;
    margin-bottom: 18px
}

.testimonial-widget-block .inner-box .content-box .rating .fa {
    position: relative;
    font-size: 14px;
    color: #509B7D
}

.testimonial-widget-block .inner-box .content-box .text {
    position: relative;
    color: #333333;
    font-size: 15px;
    line-height: 1.8em
}

.testimonial-widget-block .inner-box .author-info-box {}

.testimonial-widget-block .inner-box .author-info-box .image {
    left: 0px;
    top: 0px;
    overflow: hidden;
    border-radius: 50%
}

.testimonial-widget-block .inner-box .author-info-box .info-inner {
    position: relative
}

.testimonial-widget-block .inner-box .author-info-box h3 {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em
}

.testimonial-widget-block .inner-box .author-info-box .designation {
    position: relative;
    color: #509B7D;
    font-size: 15px;
    margin-top: 4px
}

.testimonial-widget .owl-nav {
    display: none
}

.testimonial-widget .owl-dots {
    position: relative;
    margin-top: 20px
}

.testimonial-widget .owl-dots .owl-dot {
    position: relative;
    height: 4px;
    width: 40px;
    margin-right: 8px;
    display: inline-block;
    background-color: #e2e8f0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

.testimonial-widget .owl-dots .owl-dot.active,
.testimonial-widget .owl-dots .owl-dot:hover {
    background-color: #509B7D
}

.broucher-box {
    position: relative
}

.broucher-box .broucher-inner {
    position: relative;
    padding: 24px 25px;
    display: block;
    background-color: #333333
}

.broucher-box .broucher-inner .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: block
}

.broucher-box .broucher-inner .content {
    position: relative;
    padding-left: 85px
}

.broucher-box .broucher-inner .content .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffffff;
    font-size: 40px;
    line-height: 1em;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.15)
}

.broucher-box .broucher-inner .content h3 {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em
}

.broucher-box .broucher-inner .content .file {
    position: relative;
    color: #999fb9;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
    margin-top: 5px
}

.quote-widget .widget-content {
    position: relative;
    padding: 40px 30px 40px;
    background-color: #509B7D
}

.quote-widget .widget-content .upper-box {
    position: relative;
    text-align: center;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}

.quote-widget .widget-content .upper-box .icon {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 20px
}

.quote-widget .widget-content .upper-box h3 {
    position: relative;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.3em;
    font-size: 20px
}

.quote-widget .widget-content .upper-box .touch {
    position: relative;
    font-size: 15px;
    margin-top: 6px;
    color: rgba(255, 255, 255, 1)
}

.quote-widget .widget-content .lower-box {
    position: relative;
    margin-top: 20px;
    text-align: center
}

.quote-widget .widget-content .lower-box a {
    color: #f1f1f1
}

.quote-widget .widget-content .lower-box h4 {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.3em;
    font-size: 24px;
    font-family: 'Poppins', sans-serif
}

.quote-widget .widget-content .lower-box .email {
    position: relative;
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 1)
}

.services-single {
    position: relative;
    margin-top: 30px;
}

.services-single .inner-box {
    position: relative;
    background-color: #fff;
}

.services-single .inner-box h2 {
    position: relative;
    color: #333333;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 70px;
}

.services-single .inner-box .text {
    position: relative
}

.services-single .inner-box .text .two-column {
    position: relative;
    margin-top: 50px;
    margin-bottom: 10px
}

.services-single .inner-box .text p {
    position: relative;
    color: #333333;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 16px
}

.services-single .inner-box .text p.alternate {
    margin-bottom: 35px
}

.services-single .inner-box .text h3 {
    position: relative;
    color: #222222;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 300;
    margin-bottom: 20px
}

.services-single .inner-box .text .image {
    position: relative;
    margin-bottom: 30px
}

.services-single .inner-box .text .image img {
    width: 100%;
    display: block
}

.services-single .graph-content {
    margin-top: 30px;
    position: relative
}

.services-block-four {
    position: relative;
    margin-bottom: 30px
}

.services-block-four .inner-box {
    position: relative;
    padding: 35px 30px;
    border: 1px solid #e3e7ec;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

.services-block-four .inner-box:hover {
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.10)
}

.services-block-four .inner-box .content {
    position: relative;
    padding-left: 80px
}

.services-block-four .inner-box .content .number-block {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 48px;
    height: 100%;
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    line-height: 115px;
    text-align: center;
    border-radius: 50px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-color: #e3e7ec
}

.services-block-four .inner-box:hover .content .number-block {
    color: #ffffff;
    background-color: #509B7D
}

.services-block-four .inner-box .content h4 {
    position: relative;
    color: #222222;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 300;
    margin-bottom: 14px
}

.services-block-four .inner-box .content h4 a {
    position: relative;
    color: #222222;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

.services-block-four .inner-box .content h4 a:hover {
    color: #509B7D
}

.services-block-four .inner-box .content .service-text {
    position: relative;
    color: #333333;
    font-size: 15px;
    line-height: 1.8em
}

.services-single .service-tabs {
    position: relative;
    margin-top: 50px
}

.services-single .service-tabs .tab-btns {
    position: relative;
    z-index: 1
}

.services-single .service-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    float: left;
    font-size: 16px;
    color: #222222;
    text-transform: capitalize;
    font-weight: 300;
    line-height: 24px;
    cursor: pointer;
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    padding: 17px 20px;
    transition: all 500ms ease;
}

.services-single .service-tabs .tab-btns .tab-btn:last-child {
    border-right: 1px solid #f2f2f2;
}

.services-single .service-tabs .tab-btns .tab-btn:hover,
.services-single .service-tabs .tab-btns .tab-btn.active-btn {
    color: #ffffff;
    background: #509B7D;
    font-weight: bold;
    transition: all 1s ease;
}

.services-single .service-tabs .tabs-content {
    position: relative;
    padding: 35px 20px 35px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    margin-bottom: 50px;
    overflow-x: auto;
}

.services-single .service-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0px
}

.services-single .service-tabs .tabs-content .tab.active-tab {
    display: block
}

.services-single .service-tabs .tabs-content .content {
    position: relative;
    overflow-y: auto;
    height: 620px;
    color: #7f7f7f;
}

.services-single .service-tabs .tabs-content .table1 img {
    width: 71%;
    margin: left;
}

.services-single .service-tabs .tabs-content .content img {
    display: block;
}

.services-single .service-tabs .tabs-content .content p {
    position: relative;
    color: #7f7f7f;
    line-height: 1.9em;
    text-align: left;
}

.services-single .service-tabs .tabs-content .table1 table tbody tr:nth-child(14) {
    border-top: 3px solid rgb(118, 112, 112);
}

.services-single .service-tabs .tabs-content .table1 table tbody tr {
    background: rgb(244, 244, 244);
}

.services-single .service-tabs .tabs-content .table1 table tbody tr td {
    color: #7f7f7f;
}

.services-single .service-tabs .tabs-content .table1 table tbody tr:first-of-type {
    background: rgb(244, 244, 244);
    color: #7f7f7f;
    font-weight: 700;
    border-bottom: 3px solid rgb(189, 130, 78);
    border-top: 3px solid rgb(189, 130, 78);
}

.services-single .service-tabs .tabs-content .table2 table tbody tr:first-of-type {
    background: #4f9a7c;
    font-weight: 700;
}

.services-single .service-tabs .tabs-content .table2 table tbody tr:first-of-type td,.services-single .service-tabs .tabs-content .table2 table tbody tr:first-of-type td p {
    color: #fff;
    padding: 5px;
}

.services-single .service-tabs .tabs-content .table2 table tbody tr {
    background: rgb(244, 244, 244);
    border: 1px solid #7f7f7f;
}

.services-single .service-tabs .tabs-content .table2 table tbody td {
    border: 1px solid #7f7f7f;
    text-align: left;
}

.services-single .service-tabs .tabs-content .table2 table tbody {
    border: 1px solid #7f7f7f;
}

.services-single .service-tabs .tabs-content .content table tbody tr td {
    color: #7f7f7f;
    padding: 5px;
    font-size: 16px
}

.gongsibk {
    background-image: url(../images/ddb75e82c225287e5f6e52c0a8c4ddc4.jpg);
    min-height: 500px;
    background-size: cover;
    background-attachment: fixed;
}

.shandonggr {
    background-image: url(../images/42d2aa2e78015c6437f2b8ebd6774aec.png);
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    margin-top: -100px;
}

/*.auto-con{width: 1020px;}*/
.about-jianjie {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    margin-top: 0px;
    padding-top: 5%;
    padding-bottom: 8%;
    margin-left: auto;
    margin-right: auto;
}

.shandonggr .auto-container .about-num .f-cb li:nth-child(5) {
    display: none;
    /* 完全隐藏，不占空间 */
}

.shandonggr .auto-container .about-num {
    flex: auto;
    margin-top: 0px;
    padding-top: 120px;
    padding-bottom: 25px;
    background: none;
}

.shandonggr .auto-container .about-num ul li {
    float: left;
    width: 25%;
    position: relative;
    padding-left: 2vw;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: left;
    border-left: 1px solid #ffffff;
}

.shandonggr .auto-container .about-num ul li::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 3px;
    height: 30%;
    background: #333333;
    z-index: 1;
}

.shandonggr .auto-container .about-num li h2 {
    font-family: 'Oswald', arial, sans-serif !important;
    font-size: 60px;
    color: rgba(0, 0, 0, 0);
    font-weight: 300;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 1);
    line-height: 72px;
    letter-spacing: 0.2vw;
    display: inline-block;
}

.about-num .count-unit {
    font-size: 16px;
    color: #ffffff;
    text-align: right;
    display: inline-block;
    font-style: normal;
}

.about-num li p {
    color: #ffffff;
    font-size: 16px;
    line-height: 150%;
    margin-top: 10px;
}

.big-pro {
    margin-top: -150px;
}

.big-pro-all {
    border-radius: 120px 120px;
}

/* 滚动条细度 */
.tab ::-webkit-scrollbar {
    width: 9px;
}

.tab ::-webkit-scrollbar-track {
    background-color: #f3f3f3;
}

.tab ::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

.tab ::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

.tab ::-webkit-scrollbar-thumb:active {
    background-color: #aaa;
}

/* End滚动条细度 */
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500
}

.contact {
    margin-top: 60px
}

.top_icon {
    margin-bottom: -22px
}

.top_icon a:nth-child(1) {
    width: 160px;
    height: 37px;
    background-color: #33cc66;
    color: white;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    font-size: 20px;
    float: left;
    margin-right: 28px
}

.top_icon a:nth-child(1):hover {
    background-color: #CCCCCC
}

.top_icon a:nth-child(2):hover {
    background-color: #CCCCCC
}

.top_icon a:nth-child(2) {
    width: 160px;
    height: 37px;
    background-color: #ff9900;
    color: white;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    font-size: 20px
}

.top_icon span:nth-child(1) {
    margin-right: 10px
}

.Industry {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #ff6633;
    color: white
}

.Industry_left {
    background-image: url(../images/12.png)
}

.Industry_left h5 {
    padding-top: 92px;
    padding-bottom: 46px;
    color: white
}

.Industry_left p {
    color: white;
    padding-bottom: 10px
}

.Industry_right {
    background-image: url(../images/11.png);
    background-size: 100% 100%
}

.heads h5 {
    height: 109px;
    line-height: 109px;
    font-size: 20px;
    color: #333333;
    font-weight: bold
}

table {
    text-align: center
}

.info small {
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    width: 130px;
    display: inline-block
}

.info i {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    margin-right: 10px;
}

.image ul {
    text-align: left
}

.image ul li {
    width: 360px;
    display: block;
    float: left;
    text-align: center
}

.image p {
    background-image: url(../images/point.png);
    background-repeat: no-repeat;
    text-align: left;
    background-position-y: 8px;
    padding-left: 15px
}

.image ul li img {
    width: 90px;
    height: 90px
}

.head h5 {
    font-weight: bold
}

.Parameters,
.cast {
    padding-top: 80px;
    padding-bottom: 80px
}

.cast {
    background-color: rgba(241, 241, 241)
}

.Parameters_right h6,
.cast_left h6 {
    font-size: 20px;
    color: #333333;
    padding-left: 20px;
    padding-bottom: 26px;
    font-weight: bold
}

.Parameters_right p,
.cast_left p {
    background-image: url(../images/04.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position-y: 9px;
    margin-bottom: 23px
}

.cast {
    background-image: url(../images/bg1.png)
}

.bottom_icon a {
    margin-right: 5px;
    border-radius: 4px
}

.bottom_icon a:nth-child(1) {
    width: 35px;
    height: 35px;
    background-color: #336699;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: white;
    -webkit-transition: transform 0.3s, box-shadow 0.3s
}

.bottom_icon a:nth-child(1):hover,
.bottom_icon a:nth-child(2):hover,
.bottom_icon a:nth-child(3):hover,
.bottom_icon a:nth-child(4):hover,
.bottom_icon a:nth-child(5):hover,
.bottom_icon a:nth-child(6):hover,
.bottom_icon a:nth-child(7):hover,
.bottom_icon a:nth-child(8):hover,
.bottom_icon a:nth-child(9):hover,
.bottom_icon a:nth-child(10):hover {
    transform: translate(-3px, -3px);
    box-shadow: 3px 3px 5px 0px #333333
}

.bottom_icon a:nth-child(2) {
    width: 35px;
    height: 35px;
    background-color: #6699ff;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: white;
    -webkit-transition: transform 0.3s, box-shadow 0.3s
}

.bottom_icon a:nth-child(3) {
    width: 35px;
    height: 35px;
    background-color: #cc3333;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: white;
    -webkit-transition: transform 0.3s, box-shadow 0.3s
}

.bottom_icon a:nth-child(4) {
    width: 35px;
    height: 35px;
    background-color: #0066cc;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: white;
    -webkit-transition: transform 0.3s, box-shadow 0.3s
}

.bottom_icon a:nth-child(5) {
    width: 35px;
    height: 35px;
    background-color: #ff3300;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: white;
    -webkit-transition: transform 0.3s, box-shadow 0.3s
}

.bottom_icon a:nth-child(6) {
    width: 35px;
    height: 35px;
    background-color: #33cc66;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: white;
    -webkit-transition: transform 0.3s, box-shadow 0.3s
}

.bottom_icon a:nth-child(7) {
    width: 35px;
    height: 35px;
    background-color: #336699;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: white;
    -webkit-transition: transform 0.3s, box-shadow 0.3s
}

.bottom_icon a:nth-child(8) {
    width: 35px;
    height: 35px;
    background-color: #336666;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: white;
    -webkit-transition: transform 0.3s, box-shadow 0.3s
}

.bottom_icon a:nth-child(9) {
    width: 35px;
    height: 35px;
    background-color: #333333;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: white;
    -webkit-transition: transform 0.3s, box-shadow 0.3s
}

.bottom_icon a:nth-child(10) {
    width: 35px;
    height: 35px;
    background-color: #666666;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: white;
    -webkit-transition: transform 0.3s, box-shadow 0.3s
}

.Application_material {
    background-color: rgba(241, 241, 241)
}

.Application_left h5 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 17px
}

.Application_left p {
    font-size: 14px
}

.Application_right {
    display: inherit;
    margin-bottom: 75px;
    margin-top: 25px
}

.Application_right li {
    margin-right: 30px
}

.Application_material {
    padding-top: 40px
}

.Notes {
    margin-top: 21px
}

.title label {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px
}

.Rating,
.Comments {
    font-size: 20px;
    margin-bottom: 20px
}

.Rating label {
    margin-bottom: 20px
}

.Rating p {
    margin-bottom: 20px
}

.Rating span {
    margin-left: 6px
}

.Comments {
    margin-top: 38px
}

.comment_content {
    margin-bottom: 20px
}

.comment_content input {
    height: 160px;
    margin-top: 12px
}

.anniu {
    width: 218px;
    height: 66px;
    background-color: #ff6633;
    color: white;
    font-size: 20px;
    border-radius: 10px;
    margin-top: 41px;
    margin-bottom: 68px
}

.recommendation h3 {
    color: #222222;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px
}

.bj {
    height: 250px;
    line-height: 250px
}

.image li {
    vertical-align: middle;
    margin-bottom: 35px;
    margin-right: 27px
}

.cot_bottom p {
    padding-left: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.image h5 {
    margin-top: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    font-weight: bold
}

.cot_top {
    padding-top: 57px;
    padding-bottom: 30px
}

.faq-sec .contact {
    display: flex;
    flex-direction: row;
    align-items: center
}

.info-btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #509B7D;
    border: 0;
    color: #fff;
    transition: all 400ms ease;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .1em;
    padding: 15px 20px
}

.info-btn1:hover {
    background-color: #333;
    color: #fff
}

.info-btn1:before {
    font-size: 26px;
    padding-right: 5px
}

.info-btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    border: 0;
    color: #fff;
    transition: all 400ms ease;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .1em;
    padding: 15px 20px;
    margin-left: 10px
}

.info-btn2:hover {
    background-color: #509B7D;
    color: #fff
}

.info-btn2:before {
    font-size: 26px;
    padding-right: 5px
}

@media (min-width: 1600px) {
    .auto-container {
        max-width: 1600px;
    }
}

@media (max-width:1366px) {
    .auto-container {
        max-width: 1270px;
    }

    .main-menu .navigation>li {
        margin-right: 20px
    }

    .sticky-header .main-menu .navigation>li {
        margin: 0 10px;
    }
}

@media (max-width: 999px) {
    .header-upper:hover .main-menu .navigation>li>a {
        color: #fff;
    }

    .header-upper:hover .inner-container .auto-containers .dropdown .dropbtn {
        position: relative;
        top: -80px;
        left: 240px;
    }
}

/* 1. 给容器加唯一class：custom-unique-swiper-container，避免全局冲突 */
.custom-unique-swiper-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/* 2. 精准定位当前Swiper，加唯一前缀 */
.custom-unique-swiper {
    width: 100%;
    height: auto;
}

/* 轮播项样式：仅作用于当前Swiper */
.custom-unique-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

/* 唯一容器样式 */
.custom-unique-swiper-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.custom-unique-swiper {
    width: 100%;
    height: auto;
}

/* 轮播项基础样式 */
.custom-unique-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

/* 核心：卡片容器 - 相对定位，溢出隐藏 */
.custom-unique-slide-card {
    width: 80%;
    max-width: 400px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* 图片样式 - 宽度100%，高度固定（可自定义） */
.custom-unique-slide-img {
    width: 100%;
    object-fit: cover;
    /* 保持图片比例，裁剪多余部分 */
    display: block;
    transition: transform 0.3s ease;
}

/* 遮罩层 - 默认仅显示底部标题，hover时全屏居中 */
.custom-unique-slide-mask {
    position: absolute;
    left: 0;
    bottom: 0;
    /* 默认只在底部显示 */
    width: 100%;
    height: 60px;
    /* 默认高度仅容纳标题 */
    background: rgba(0, 0, 0, 0.6);
    /* 透明黑底 */
    color: #fff;
    padding: 12px 16px;
    transition: height 0.3s ease, background 0.3s ease, top 0.3s ease;
    overflow: hidden;
    /* 默认标题左对齐（可改为center） */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* hover时遮罩层覆盖整张图片 + 居中布局 */
.custom-unique-slide-card:hover .custom-unique-slide-mask {
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    /* hover时黑底更不透明 */
    /* 垂直+水平居中 */
    justify-content: center;
    align-items: center;
    text-align: center;
    /* 文本水平居中 */
    padding: 20px;
    /* 增加内边距，避免内容贴边 */
}

/* hover时图片轻微放大，增强交互感 */
.custom-unique-slide-card:hover .custom-unique-slide-img {
    transform: scale(1.05);
}

/* 标题样式 - 始终显示 */
.custom-unique-slide-title {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    color: #fff;
    width: 100%;
    /* 确保标题占满宽度，居中生效 */
}

/* 介绍文本 - 默认隐藏，hover时显示且居中 */
.custom-unique-slide-desc {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0;
    /* 默认透明 */
    height: 0;
    /* 默认高度0，隐藏 */
    transition: opacity 0.3s ease 0.1s, height 0.3s ease;
    position: relative;
    z-index: 1;
    color: #fff;
    width: 100%;
    /* 确保描述占满宽度，居中生效 */
    max-width: 350px;
    /* 限制描述宽度，避免太宽影响阅读 */
}

/* hover时显示介绍文本 */
.custom-unique-slide-card:hover .custom-unique-slide-desc {
    opacity: 1;
    height: auto;
    /* 自适应高度 */
    max-height: 200px;
    /* 限制最大高度，避免内容溢出 */
    overflow-y: auto;
    /* 内容过长时可滚动 */
}

.custom-unique-swiper-prev,
.custom-unique-swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    /* 确保在图片上层 */
    transition: background 0.3s;
}

/* 左箭头定位 */
.custom-unique-swiper-prev {
    left: 10px;
}

/* 右箭头定位 */
.custom-unique-swiper-next {
    right: 10px;
}

/* hover效果 */
.custom-unique-swiper-prev:hover,
.custom-unique-swiper-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* 隐藏默认的箭头文字（可选，保留也可） */
.custom-unique-swiper-prev::after,
.custom-unique-swiper-next::after {
    font-family: 'Swiper';
    font-size: 15px;
    content: '';
    /* 清空默认文字，也可改为 ←/→ */
}

/* 自定义箭头图标（可选，替换为文字箭头） */
.custom-unique-swiper-prev::before {
    content: '←';
}

.custom-unique-swiper-next::before {
    content: '→';
}

/* 响应式适配 */
@media (max-width: 768px) {
    .custom-unique-slide-title {
        font-size: 16px;
    }

    .custom-unique-slide-mask {
        height: 50px;
        padding: 10px 12px;
    }

    .custom-unique-swiper-container {
        width: 95%;
    }

    .custom-unique-slide-img {
        height: 250px;
    }

    .custom-unique-slide-desc {
        font-size: 13px;
        max-width: 300px;
    }

    .index-about .txt h1 {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    .custom-unique-slide-card {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .custom-unique-slide-desc {
        font-size: 12px;
        max-width: 250px;
    }

    .custom-unique-slide-img {
        height: auto;
    }

    .custom-unique-slide-mask {
        padding: 8px 10px;
    }
}

/* 隐藏Swiper默认导航按钮的多余样式（可选） */
.custom-unique-swiper-prev,
.custom-unique-swiper-next {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10%;
    width: 40px;
    height: 40px;
}

.custom-unique-swiper-prev:hover,
.custom-unique-swiper-next:hover {
    background: rgba(0, 0, 0, 0.6);
}

/* 滚动条美化（可选） */
.custom-unique-slide-desc::-webkit-scrollbar {
    width: 4px;
}

.custom-unique-slide-desc::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}