
/* Pestico HTML Template  */

/*** 

====================================================================
        Fonts
====================================================================

***/

@import url('fontawesome-all.css');
@import url('animate.css');
@import url('custom-animate.css');
@import url('flaticon.css');
@import url('stroke-gap.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');
@import url('hover.css');
@import url('jquery.touchspin.css');
@import url('botstrap-select.min.css');
@import url('swiper.min.css');
@import url('rtl.css');
@import url('polyglot-language-switcher.css');



/*** 

====================================================================
    Reset
====================================================================

***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

/*** 

====================================================================
    Global Settings
====================================================================

***/

body {
    font-size: 14px;
    color: #333;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: rgb(255, 255, 255);
    font-family: "Poppins", sans-serif;
}

.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    margin: 0px auto;
    overflow: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none !important;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0px;
    background: none;
    color: #181614;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

.text {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #808080;
    margin: 0px 0px 15px;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}


.btn-light:not(:disabled):not(.disabled).active:focus, 
.btn-light:not(:disabled):not(.disabled):active:focus, 
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}

.btn-light:not(:disabled):not(.disabled).active, 
.btn-light:not(:disabled):not(.disabled):active, 
.show>.btn-light.dropdown-toggle {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu li a span.text {
    margin-bottom: 0;
}

.bootstrap-select .dropdown-menu li.active a span.text {
    color: #fff;
}

.bootstrap-select .dropdown-toggle .filter-option:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 7px;
    display: block;
    line-height: 30px;
    font-size: 17px;
    text-align: center;
    z-index: 5;
    font-weight: 400;
    color: #fff;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.centered {
    text-align: center !important;
}

.gray-bg {
    background-color: #f4f4f4 !important;
}

.light-bg {
    background-color: #fff !important;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
}

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
}

.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0a273d;
}

.owl-nav,
.owl-dots {
    display: none;
}

/* Btn style */

.theme-btn {
    display: inline-block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.mt-0{
    margin-top: 0 !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}
.text_center{
    text-align: center;
}
.green{
    color: #3cae9b !important;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing:3px;
}
/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    right: 50px;
    bottom: 110px;
    width: 65px;
    height: 65px;
    font-size: 18px;
    line-height: 61px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    margin-left: -26px;
    display: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.scroll-to-top.style-two {
    background-color: #2d3247;
}

.scroll-to-top:hover {
    color: #ffffff;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 15px 22px;
    font-weight: 600;
    border-radius: 32px 0 32px 32px;
    overflow: hidden;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    vertical-align: middle;
    box-shadow: 0px 15px 40px 0px rgba(32, 171, 148, 0.2);
}

.btn-style-one i {
    margin-right: 8px;
    display: inline-block;
    transform: rotate(135deg);
    position: relative;
    bottom: 1px;
}

.btn-style-one:hover {
    color: #fff;
    background-color: #2b2c2e;
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    content: "";
    background-color: #2b2c2e;
    transition: .5s;
    border-radius: 32px 0 32px 32px;
}

.btn-style-one:hover:before {
    width: 100%;
}

.btn-style-one span {
    position: relative;
}

/* Bnt style Two */
.btn-style-one.style-two {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 18px 35px;
    color: #061a3a;
    box-shadow: none;
}

.btn-style-one.style-two:hover {
    color: #fff;
    box-shadow: 0px 15px 40px 0px rgba(32, 171, 148, 0.2);
}

/* Bnt style Three */
.btn-style-one.style-three {
    background: #0c1529;
    box-shadow: 0px 15px 40px 0px rgba(12, 21, 41, 0.1);
}

/* Header Style */
.header-wrapper{
    background: transparent;
}
.main-header:hover{
    background-color: white;
}
.main-header .logo-box {
    width: 204px;
  }
  .main-header .logo-box a {
    display: block;
  }
  .main-header .logo-box img {
    width: 100%;
    height: 50px;
    object-fit: contain;
  }
  .main-header .logo-box img.original {
    display: none;
  }
.main-header:hover .logo-box img.on {
    display: block;
}
.main-header:hover .logo-box img.original {
    display: none;
}
.main-header .logo-box img.on {
    display: none;
}
.main-header .logo-box img.original {
    display: block;
}

.main-header {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background: none;
    clear: both;
}
.main-header.header-style-one {
    position: absolute;
}

/* Header Top */
.header-top {
    position: relative;
    background-color: transparent;
    padding-top: 10px;
}

.header-top .inner-container {
    position: relative;
    margin-left: 65%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-top .left-column {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header-top .search-text{
    background-color:transparent;
    border-radius: 20px 20px;
    border: 1px solid #fff;
    width: 50%;
    height: 20px;
}
.main-header:hover .search-text{
    border: 1px solid #ff9900;
}
.main-header:hover .header-top .flaticon-search{
    background-image: url(../images/search1.png);
}
.main-header:hover .header-top ul.contact-info li .flaticon-douyin{
    background-image: url(../images/douyin1.png);
}
.main-header:hover .header-top ul.contact-info li .flaticon-weixin{
    background-image: url(../images/微信1.png);
}
.main-header:hover .header-top ul.contact-info li .flaticon-weibo{
    background-image: url(../images/微博1.png);
}


.header-top .search-btn button {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    vertical-align: middle;
}

.header-top .right-column {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-top ul.contact-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-top ul.contact-info li {
    margin-right: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    cursor: pointer;
}


.header-top ul.contact-info a {
    color: rgba(255, 255, 255, 0.7);
}

.header-top ul.contact-info li i {
    margin-right: 12px;
    font-size: 20px;
    vertical-align: middle;
}
.main-header .header-top .overlay img{
    width: 200px;
    height: 250px;
}
.main-header .header-top .dyQR .overlay {
    position: absolute;
    left: -45%;
    top: 100%;
    display: none;
    transition: .5s;
    z-index: 99;
}
.main-header .header-top .wxQR .overlay {
    position: absolute;
    left: -14%;
    top: 100%;
    display: none;
    transition: .5s;
    z-index: 99;
}
.main-header .header-top .wbQR .overlay {
    position: absolute;
    left: -12%;
    top: 100%;
    display: none;
    transition: .5s;
    z-index: 99;
}
.main-header .header-top .dyQR:hover .overlay {
    display: block;
}
.main-header .header-top .wxQR:hover .overlay {
    display: block;
}

.main-header .header-top .wbQR:hover .overlay {
    display: block
}
.header-top .search-btn {
    position: relative;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 22px;
    background-color: transparent;
}
/* Header Upper */

.main-header .header-upper {
    position: relative;
}

.main-header .header-upper .inner-container {
    position: relative;
    min-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-header .header-upper .logo-box {
    z-index: 10;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
    display: block;
    padding: 23px 0px;
}

.main-header .header-upper .right-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-header .header-upper .link-btn a {
    vertical-align: middle;
}

.main-header .nav-outer {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar-right-info .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 30px;
    cursor: pointer;
    border-radius: 50%;
}

.main-header .nav-outer .main-menu {
    position: relative;
}

.main-menu .inner-container {
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: -25px;
    background: #fff;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    margin-left: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-menu .navigation>li {
    position: relative;
    padding: 28.5px 0px;
    margin-right: 35px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    text-transform: capitalize;
    color: #fff;
    padding: 4px 0;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: "Poppins", sans-serif;
}
.main-header:hover .main-menu a{
    color: #333;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .5s;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 20px;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    color: #2a2a2a;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Poppins", sans-serif;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: 0px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    content: "\f105";
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 17px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    z-index: 100;
    display: none;
    background-color: #fff;
    transition: .5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 20px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    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;
}

.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;
    padding: 14px 0;
    line-height: 24px;
    font-weight: 700;
    border-bottom: 1px solid #e9e5df;
    font-size: 15px;
    text-transform: capitalize;
    color: #2a2a2a;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Poppins", sans-serif;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}


/*** 

====================================================================
    Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.90);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}

.search-popup .close-search:hover {
    opacity: 0.70;
}

.search-popup .search-form {
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.search-popup .search-form fieldset {
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.50);
    border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #ffffff !important;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px 7px 7px 0px;
}

.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
    display: none;
}
.header-top .flaticon-search{
    background: url(../images/search.png) no-repeat;
    width: 22px;
    height: 22px;
    background-size: 100%;
    display: block;
}
.header-top ul.contact-info li .flaticon-douyin{
    background: url(../images/douyin.png) no-repeat;
    width: 22px;
    height: 22px;
    background-size: 100%;
    display: block;
}
.header-top ul.contact-info li .flaticon-weixin{
    background: url(../images/微信.png) no-repeat;
    width: 22px;
    height: 22px;
    background-size: 100%;
    display: block;
}
.header-top ul.contact-info li .flaticon-weibo{
    background: url(../images/微博.png) no-repeat;
    width: 22px;
    height: 22px;
    background-size: 100%;
    display: block;
}

.search-popup .recent-searches {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    display: none;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #ffffff;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-popup .search-form fieldset input[type="search"]:focus {
    border-color: #ddd;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/*** 

====================================================================
                Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    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);
    -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;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
    
}
.sticky-header .navigation>li>a{
    color: #333;
}
.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}

.header-style-two .sticky-header .main-menu .navigation>li.current>a,
.header-style-two .sticky-header .main-menu .navigation>li>a {
    color: #fff;
}

/*** 

====================================================================
            Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    width: 26px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    float: right;
    margin: 13px 0;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .mCSB_scrollTools {
    right: -6px;
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
    margin-bottom: 100px;
    margin-top: 25px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    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-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.30;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    display: none;
    background: rgba(20, 20, 20, 0.70);
    overflow: hidden;
    cursor: none;
}

/* Cursor Style */

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*** 

====================================================================
        Banner Section
====================================================================

***/

.banner-section {
    position: relative;
}

.three-item-carousel,
.banner-slider {
    position: relative;
    height: 100% !important;
    z-index: 9;
}

.banner-section .sec-bg {
    position: absolute;
    left: 0;
    top: 70px;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.banner-section .swiper-slide {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-section .content-outer {
    position: relative;
    top: 0;
    left: -10%;
    right: 0;
    /* margin: 0 auto; */
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section .content-box {
    position: relative;
    padding: 150px 15px 0;
    min-height: 950px;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section .content-box .inner {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
}

.banner-section .swiper-slide-active .content-box .inner {
    opacity: 1;    
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .content-box h1 {
    position: relative;
    font-size: 38px;
    line-height: 40px;
    color: #0c1529;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 35px;
    letter-spacing: -1px;
    font-family: 'Abril Fatface', 鎬濇簮榛戜綋;
}

.banner-section .swiper-slide-active .content-box h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box h4 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.banner-section .swiper-slide-active h4 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box .text {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #0c1529;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    margin-bottom: 30px;
}

.banner-section .swiper-slide-active .text {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .link-box {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    margin: 0 -10px;
}

.banner-section .swiper-slide-active .link-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-section .link-box a {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin: 0 10px 10px;
}

.banner-section .content-box .image-wrapper {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
}

.banner-section .content-box .image .bg {
    position: absolute;
    bottom: 0px;
    left: -41px;
    border-radius: 50%;
    width: 500px;
    height: 500px;
}

.banner-section .content-box .image img {
    position: relative;
}

.banner-section .shape-two {
    position: absolute;
    bottom: 211px;
    left: -88px;
}

.banner-section .shape-three {
    position: absolute;
    right: 10px;
    top: 80px;
}

.banner-section .swiper-slide-active .content-box .image-wrapper {
    opacity: 1;    
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .content-box .image {
    position: relative;
    margin-top: -60px;
}

.banner-section .banner-slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section .banner-slider-button-next {
    position: relative;
    width: 75px;
    height: 75px;
    line-height: 71px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    margin-right: 50px;
    font-size: 25px;
    transition: .5s;
    transform: rotate(180deg);
    border-radius: 50%;
}

.banner-section .banner-slider-button-next:hover {
    color: #fff;
}

.banner-section .banner-slider-button-prev {
    position: relative;
    width: 75px;
    height: 75px;
    line-height: 71px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    margin-left: 50px;
    font-size: 25px;
    transition: .5s;
    border-radius: 50%;
}

.banner-section .banner-slider-button-prev:hover {
    color: #fff;
}


/* Banner section two */

.banner-section-two {
    position: relative;
}

.banner-section-two .sec-bg {
    position: absolute;
    left: 0;
    top: 70px;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.banner-section-two .content-outer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section-two .content-box {
    position: relative;
    padding: 150px 15px 0;
    min-height: 950px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section-two .content-box .inner {
    position: relative;
}

.banner-section-two .content-box h1 {
    position: relative;
    font-size: 80px;
    line-height: 90px;
    color: #0c1529;
    text-transform: capitalize;
    margin-bottom: 35px;
    letter-spacing: -1px;
    font-family: 'Abril Fatface', cursive;
}


.banner-section-two .content-box .text {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    color: #0c1529;
    margin-bottom: 30px;
}


.banner-section-two .content-box .image-wrapper {
    position: relative;
}

.banner-section-two .content-box .image .bg {
    position: absolute;
    bottom: 0px;
    left: -41px;
    border-radius: 50%;
    width: 500px;
    height: 500px;
}

.banner-section-two .content-box .image img {
    position: relative;
}

.banner-section-two .shape-two {
    position: absolute;
    bottom: 211px;
    left: -88px;
}

.banner-section-two .shape-three {
    position: absolute;
    right: 10px;
    top: 80px;
}

.banner-section-two .content-box .image {
    position: relative;
    margin-top: -60px;
}

.banner-section-two .contact-number {
    position: absolute;
    right: -68px;
    bottom: 300px;
    box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
    border-radius: 30px;
    padding: 22px 50px;
    text-align: center;
    background: #fff;
}

.banner-section-two .contact-number h5 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 9px;
}

.banner-section-two .contact-number .number {
    font-size: 20px;
    font-weight: 700;
}

.banner-section-two .video-box {
    position: absolute;
    left: -68px;
    bottom: 0;
    box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
    border-radius: 30px;
    text-align: center;
    background: #fff;
    width: 200px;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    padding: 25px 0;
}

.banner-section-two .video-box a {
    position: relative;
    width: 87px;
    height: 87px;
    line-height: 70px;
    border: 8px solid #d8f2e9;
    border-radius: 50%;
    font-size: 27px;
    display: inline-block;
    padding-left: 9px;
}

.banner-section-two .video-box a:before {
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    content: '';
    border: 5px solid #d8f2e9;
    border-radius: 50%;
    transition: .7s;
    transition-delay: .2s;
}

.banner-section-two .video-box a:hover:before {
    transform: scale(1.5);
    opacity: 0;
}

.banner-section-two .video-box h5 {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}

.banner-section-two .shape-one {
    position: absolute;
    width: 250px;
    height: 250px;
    border: 65px solid #fff;
    border-radius: 50%;
    left: 50px;
    top: 145px;
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: animationFramesOne;
    -webkit-animation-duration: 25s;
    -ms-animation: linear infinite alternate;
    -ms-animation-name: animationFramesOne;
    -ms-animation-duration: 25s;
    -moz-animation: linear infinite alternate;
    -moz-animation-name: animationFramesOne;
    -moz-animation-duration: 25s;
}

/*Post Share Icon*/
.post-share-icon {
    font-size: 14px;
    color: #999999;
    position: relative;
    transition: .5s;
    cursor: pointer;
}

.post-share-icon ul.social-links {
    position: absolute;
    top: 0;
    right: 100%;
    display: flex;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}

.post-share-icon ul.social-links li {
    margin-right: 15px;
}

.post-share-icon ul.social-links li a {
    color: #999;
    transition: .5s;
}

.post-share-icon:hover ul.social-links {
    opacity: 1;
    visibility: visible;
}

/* Sec Title */
.sec-title {
    position: relative;
}

.sec-title .sub-title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.sec-title h2 {
    position: relative;
    font-size: 36px;
    line-height: 65px;
    letter-spacing: 5px;

}
.sec-title p{
    font-size: 50px;
    color: #ff9900;
    font-weight: 300;
    line-height: 50px;
}
.sec-title hr{
    background: #ff9900;
    width: 12rem;
    height: 0.1rem;
}
.sec-title .text {
    position: relative;
    margin-bottom: 0;
}

.sec-title.light h2 {
    color: #ffffff;
}

/* Search Services */

.search-services {
    position: relative;
    padding: 90px 0 120px;
}

.search-services-form {
    position: relative;
}

@media only screen and (min-width:992px) {
    .search-services-form .form-group {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.search-services-form .bootstrap-select .dropdown-menu {
    padding: 0;
}

.search-services-form .dropdown-item.active, 
.search-services-form .dropdown-item:active {
    color: #fff;
}

.search-services-form .bootstrap-select .dropdown-menu li a.active span.text {
    color: #fff;
}

.search-services-form .dropdown-item {
    color: #222;
}

.search-services-form .bootstrap-select .dropdown-menu li a span.text {
    color: #222;
    font-size: 16px;
}

.search-services-form .dropup .dropdown-toggle::after {
    display: none;
}

.search-services-form .form-group {
    margin-bottom: 30px;
}

.search-services-form .form-group input {
    width: 100%;
    height: 64px;
    padding: 0 30px;
    border-radius: 32px;
    background-color: #fff;
    border: 1px solid #edf3f3;
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.08);
}

.search-services-form .bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding: 17.5px 25px;
    font-size: 18px;
    border-radius: 32px;
    background-color: #fff;
    border: 1px solid #edf3f3;
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.08);
}

.search-services-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.search-services-form .bootstrap-select .dropdown-toggle .filter-option:after {
    top: 4px;
}

/* About Us section */

.about-us-section {
    position: relative;
    padding: 150px 0 120px;
}

.about-us-section .image-wrapper {
    position: relative;
    margin-bottom: 30px;
    padding-left: 100px;
    padding-bottom: 80px;
}

.about-us-section .image-wrapper .shape-one {
    position: absolute;
    top: -40px;
    left: 45px;
}

.about-us-section .image-wrapper .shape-two {
    position: absolute;
    right: 10px;
    bottom: 39px;
}

.about-us-section .image {
    position: relative;
    overflow: hidden;
}

.about-us-section .image img {
    border-radius: 30px;
}

.about-us-section .image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.about-us-section .image:hover:before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}


.about-us-section .years-of-experience {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 230px;
    height: 240px;
    padding: 55px 0;
    z-index: 99;
}

.about-us-section .years-of-experience:before {
    position: absolute;
    content: '';
    top: -21px;
    left: -77px;
    background-image: url(../images/shape/shape-4.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 328px;
    height: 332px;
}

.about-us-section .years-of-experience h4 {
    position: relative;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-us-section .years-of-experience .text {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.about-us-section .content-block .text {
    position: relative;
    margin-bottom: 30px;
}

.about-us-section .list {
    position: relative;
    margin-bottom: 30px;
}

.about-us-section .list li {
    position: relative;
    margin-bottom: 6px;
    font-size: 16px;
    padding-left: 30px;
    color: #848484;
}

.about-us-section .list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    background-image: url(../images/icon-1.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

/* Services Section */

.services-section {
    position: relative;
    padding: 0px 0 370px;
    background-image: -moz-linear-gradient( 90deg, rgba(233,247,242,0.4) 0%, rgb(233,247,242) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(233,247,242,0.4) 0%, rgb(233,247,242) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(233,247,242,0.4) 0%, rgb(233,247,242) 100%);
    margin-bottom: -250px;
}
  
.service-block-one .inner-box {
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 20px;
    text-align: center;
    padding: 50px 30px;
    transition: .5s;
}

.service-block-one .inner-box:hover {
    box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
}
.inner-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .5s;
    padding: 30px;
    background-color: rgb(255 153 0 / 0.7);
    color: #fff;
    cursor: pointer;
}
.inner-box .overlay h4{
    padding-top: 50px;
    color: #fff;
    font-size: 16px;
    text-align: left;
}
.inner-box .overlay .desc, .inner-box .overlay p{
    text-align: left;
    font-size: 14px;
}
.inner-box .overlay .desc{
    padding: 30px 0;
}
.inner-box .overlay p{
    margin-bottom: 0;
}
.inner-box:hover .overlay {
    opacity: 1;
}
.service-block-one .icon {
    position: relative;
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    margin: 0 auto;
    background-color: #e8f9f3;
    font-size: 50px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: .5s;
}

.service-block-one .inner-box:hover .icon {
    color: #fff;
}

.service-block-one .icon span {
    position: relative;
}

.service-block-one .inner-box:hover .icon {
    transform: rotate(180deg);
}

.service-block-one .icon:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transition: .9s;
    transform: scale(0.5);
    opacity: 0;
}

.service-block-one .inner-box:hover .icon:before {
    transform: scale(1);
    opacity: 1;
}

.flaticon-termite {
    font-size: 120%;
    left: 14px;
    position: relative;
}

.service-block-one h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-block-one h4 a {
    color: #061a3a;
    transition: .5s;
}

.service-block-one .text {
    position: relative;
    margin-bottom: 20px;
}

.services-section .wrapper-box {
    position: relative;
}

.services-section .shape-one {
    position: absolute;
    top: -50px;
    left: -50px;
}

.services-section .shape-two {
    position: absolute;
    right: -49px;
    bottom: 79px;
}

.services-section .shape-three {
    position: absolute;
    bottom: -15px;
    left: -50px;
}

.services-section .shape-four {
    position: absolute;
    right: -49px;
    top: -53px;
}

/* Video Section */

.video-section {
    position: relative;
}

.video-section .video-box {
    max-width: 970px;
    margin: 0 auto;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.video-section .video-btn {position: relative;}

.video-section .video-btn span {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
}

.video-section .video-btn a {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 30px;
	display: inline-block;
	position: relative;
}

.video-section .video-btn .ripple:before {
    position: absolute;
    left: -20px;
    top: -20px;
    right: -20px;
    bottom: -20px;
    content: '';
    background-color: rgb(33 197 142 / 0.50);
    border-radius: 50%;
}

.video-section .video-btn .ripple:after {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.video-section .video-btn .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

/* Whychoose us section */

.whychoose-us-section {
    position: relative;
    padding: 150px 0 120px;
}

.whychoose-us-section .icon-box {
    position: relative;
    box-shadow: 0px 30px 60px 0px rgba(37, 59, 112, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px;
    padding-bottom: 17px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.whychoose-us-section .icon-box .icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #e8f9f3;
    font-size: 40px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: .5s;
    margin-right: 20px;
}

.whychoose-us-section .icon-box:hover .icon {
    color: #fff;
}

.whychoose-us-section .icon-box .icon span {
    position: relative;
}

.whychoose-us-section .icon-box .icon:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transition: .9s;
    transform: scale(0.5);
    opacity: 0;
}

.whychoose-us-section .icon-box:hover .icon:before {
    transform: scale(1);
    opacity: 1;
}

.whychoose-us-section .icon-box .content {
    position: relative;
}

@media only screen and (min-width:575px) {
    .whychoose-us-section .icon-box .content {
        width: calc(100% - 100px);        
    }
}

.whychoose-us-section .icon-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.whychoose-us-section .icon-box h4 a {
    color: #061a3a;
    transition: .5s;
}

.whychoose-us-section .icon-box .text {
    position: relative;
    margin-bottom: 20px;
}

.whychoose-us-section .shape-one {
    position: absolute;
    top: 0;
    left: 102px;
}

.whychoose-us-section .shape-two {
    position: absolute;
    right: -25px;
    bottom: 15px;
}

/* .whychoose-us-section .image-wrapper {
    position: relative;
    padding-left: 140px;
    padding-bottom: 50px;
    padding-top: 50px;
} */

.whychoose-us-section .image {
    position: relative;
}

.whychoose-us-section .image img {
    border-radius: 30px;
}

.whychoose-us-section .author-info {
    position: absolute;
    left: 10px;
    bottom: 255px;
    box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
    border-radius: 30px;
    padding: 40px 20px;
    text-align: center;
    background: #fff;
    max-width: 230px;
    width: 100%;
}

.whychoose-us-section .author-info .author {
    position: relative;
    margin-bottom: 20px;
}

.whychoose-us-section .author-info h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.whychoose-us-section .author-info .theme-btn {
    position: relative;
    padding: 8px 35px;
}

.whychoose-us-section .phone {
    position: absolute;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 30px;
    left: 270px;
    bottom: 0;
    transition: .5s;
    display: inline-block;
}

.whychoose-us-section .phone:hover {
    border-radius: 50%;
}

.whychoose-us-section .phone .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .5s;
}

.whychoose-us-section .phone .hover-image:hover {
    transform: scale(1.5);
    opacity: 0;
}

.whychoose-us-section .email {
    position: absolute;
    background: #e7b232;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 30px;
    right: -40px;
    bottom: 200px;
    transition: .5s;
    display: inline-block;
}

.whychoose-us-section .email:hover {
    border-radius: 50%;
}

.whychoose-us-section .email .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .5s;
}

.whychoose-us-section .email .hover-image:hover {
    transform: scale(1.5);
    opacity: 0;
}

/* Testimonials Section */

.testimonials-section {
    position: relative;
    padding: 150px 0 120px;
    background-color: #e9f7f2;
}

.testimonial-block .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.testimonial-block .image {
    position: relative;
    margin-bottom: 25px;
}

.testimonial-block .image img {
    border-radius: 50%;
    width: auto;
    margin: 0 auto;
}

.testimonial-block .rating {
    position: relative;
    color: #ffab01;
    margin-bottom: 25px;
}

.testimonial-block .rating span {
    margin-right: 5px;
}

.testimonial-block .text {
    position: relative;
    font-size: 18px;
    line-height: 34px;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 930px;
}

.testimonial-block .author-info {
    position: relative;
}

.testimonial-block .author-info h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.testimonial-block .author-info .designation {
    position: relative;
    font-size: 16px;
}

.testimonials-section .owl-dots {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0;
}

.testimonials-section .owl-dots .owl-dot{
    position:relative;
    margin: 0px 13px;
    width: 6px;
    height: 6px;
    border-radius:50%;
    background: #0c1529;
    display:inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.testimonials-section .owl-dots .owl-dot:before {
    position: absolute;
    content: '';
    left: -14px;
    top: -14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #0c1529;
    opacity: 0;
    transition: .5s;
}

.testimonials-section .owl-dots .owl-dot.active:before {
    opacity: 1;
}

.testimonials-section .owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
    width: 100%;
    display: block;
}

.testimonials-section .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	top: 5px;
	height: 30px;
	width: 40px;
	border-radius: 50%;
	border: none;
	text-align: center;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	opacity: 1;
	margin-top: -15px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonials-section .owl-theme .owl-nav .owl-prev:after {
	font-family: "Flaticon";
	content: "\f119";
	position: absolute;
	top: 0;
	width: 40px;
	height: 30px;
	line-height: 30px;
	left: 0;
	color: #0c1529;
	font-size: 30px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonials-section .owl-theme .owl-nav .owl-prev:hover:after {
	left: 0;
	margin-left: 0;
}

.testimonials-section .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 5px;
	height: 30px;
	width: 40px;
	border: none;
	text-align: center;
	font-size: 0px;
	opacity: 1;
	margin-top: -15px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonials-section .owl-theme .owl-nav .owl-next:after {
	font-family: "Flaticon";
	content: "\f119";
	position: absolute;
	top: 0;
	width: 40px;
	height: 30px;
	line-height: 30px;
	right: 0;
	color: #0c1529;
	font-size: 30px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonials-section .owl-theme .owl-nav .owl-next:hover:after {
	right: 0;
	margin-right: 0;
}

.testimonials-section .owl-theme .owl-nav .owl-prev:hover:after,
.testimonials-section .owl-theme .owl-nav .owl-next:hover:after {
    opacity: 1;
}

/* Funfacts section */

.funfacts-section {
    position: relative;
    padding: 120px 0 90px;
    background-size: cover;
}

.funfacts-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
}

.funfact-block-one .inner {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
    padding: 31px 0;
}

.funfact-block-one .count-box {
    position: relative;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 50px;
}

.funfact-block-one .text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #0c1529;
}



/* list style */
.news-block-one.list-style .inner-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 70px;
    border-bottom: 1px solid #e5e5e5;
}

.news-block-one.list-style .lower-content {
    width: calc(100% - 340px);
    margin-bottom: 30px;
}

.news-block-one.list-style .image {
    margin-right: 50px;
}

.news-block-one.list-style h4 {
    margin-bottom: 10px;
}

.news-block-one.list-style .post-meta {
    margin-bottom: 10px;
}

.news-block-one.list-style .text {
    margin-bottom: 17px;
}

/* Newsletter section */

.newsletter-section {
    position: relative;
    padding: 160px 0 100px;
}

.newsletter-section .sec-bg {
    position: absolute;
    top: -45px;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
}

.newsletter-section h2 {
    position: relative;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Abril Fatface', cursive;
    margin-bottom: 30px;
}

.newsletter-section .newsletter-form {
    position: relative;
}

.newsletter-section .newsletter-form .form-group {
    margin-bottom: 0;
}

.newsletter-section .newsletter-form input#subscription-email {
    position: relative;
    width: calc(100% - 162px);
    height: 60px;
    padding: 0 30px;
    border-radius: 30px 0 0 30px;
    vertical-align: middle;
    margin-right: -3px;
}

.newsletter-section .newsletter-form .theme-btn {
    border-radius: 0 0 30px 0;
    padding: 18px 36px;
}

.newsletter-section .newsletter-form .theme-btn:before {
    border-radius: 0 0 30px 0;
}

.newsletter-section .shape-one {
    position: absolute;
    top: 130px;
    left: 8%;
}

.newsletter-section .shape-two {
    position: absolute;
    right: 7%;
    bottom: 130px;
}

/* Main footer */

.main-footer {
    position: relative;
    padding: 100px 0 0px;
    background-color: #222;
}

.widget {
    margin-bottom: -20px;
    
}
.main-footer .col-lg-1{
    padding-left: -27px;
        padding-right: 29px;
		padding-bottom: 100px;
}
.main-footer .footerlist{
    padding-left: 15px;
    padding-right: 0;
}
.main-footer .footpla{
    flex: 0 0 12.66%;
    max-width: 12.66%;
}
.main-footer .footitem{
    flex: 0 0 11%;
    max-width: 11%;
}
.widget img{
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.widget .widget_title {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}
.service_item .ma img{
    width: 25%;
}
.testimonial-block-two .text_dec{
    font-size: 14px !important;
}
.about-us-section-two .raffic_con  .image-wrapper img{
    width: auto;
}
.about-us-section-two .raffic_con .solution_step{
    margin-right:1rem; 
}
.about-us-section-two .raffic_con .solution_step h5{
    display: inline-block;
    color: #ff9900;
    font-weight: 600;
}
.about-us-section-two .raffic_con .solution_step img{
    width: 5%;
}
.about-us-section-two .raffic_con .solution_step p{
    border: none;
    text-align: left;
}

/* about widget */
.about-widget {
    position: relative;
}
.about-widget img{
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.about-widget .text img{
    width: 40%;
    height: 40%;
}
.about-widget .text p{
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.about-widget .copyright {
    position: relative;
    color: #fff;
}
.about-widget .foot-info{
    width: 80%;
    height: 5rem;
    margin: 0 auto;
    margin-top: 20px;
}
.about-widget .foot-info .contact-info{
    display: flex;
    height: 50px;
    
}
.about-widget .foot-info .contact-info li{
    flex: 1;    
}
.about-widget .foot-info .contact-info li .flaticon-douyin{
    background: url(../images/douyin.png) no-repeat;
    width: 22px;
    height: 22px;
    background-size: 100%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.about-widget .foot-info .contact-info li .flaticon-weixin{
    background: url(../images/微信.png) no-repeat;
    width: 22px;
    height: 22px;
    background-size: 100%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.about-widget .foot-info .contact-info li .flaticon-weibo{
    background: url(../images/微博.png) no-repeat;
    width: 22px;
    height: 22px;
    background-size: 100%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.about-widget .foot-info .overlay img{
    width: 200px;
    height: 250px;
}
.about-widget .foot-info .dyQR .overlay {
    position: absolute;
    right: 26%;
    bottom: -66%;
    display: none;
    transition: .5s;
    z-index: 3;
}
.about-widget .foot-info .wxQR .overlay {
    position: absolute;
    right: 12%;
    bottom: -66%;
    display: none;
    transition: .5s;
    z-index: 3;
}
.about-widget .foot-info .wbQR .overlay {
    position: absolute;
    right: -16%;
    bottom: -66%;
    display: none;
    transition: .5s;
    z-index: 3;
}
.about-widget .foot-info .dyQR:hover .overlay {
    display: block;
}
.about-widget .foot-info .wxQR:hover .overlay {
    display: block;
}

.about-widget .foot-info .wbQR:hover .overlay {
    display: block;
}


/* Link widget */

.links-widget .list {
    position: relative;
}

.links-widget .list li {
    position: relative;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.links-widget .list li a {
    font-size: 12px;
    color: #ddd;
    transition: .5s;
}

@media only screen and (min-width:992px) {
    .links-widget {
        position: relative;
    }
}

/* Contact Widget */

.contact-widget ul {
    position: relative;
}

.contact-widget ul li {
    color: #b1b2b6;
    margin-bottom: 15px;
}

.contact-widget ul li a {
    font-weight: 600;
}

/* footer bottom */
.footer-bottom {
    border-top: 1px solid #ccc;
    position: relative;
    background-color: #222;
    padding: 12.5px 0;
    color: #fff;
    font-size: 14px;
    
}
.footer-bottom .copyright{
    margin: 0 auto;
}
.footer-bottom .copyright a{
    color: #fff;
}

.footer-bottom .content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .social-icon {
    position: relative;
}

.footer-bottom .social-icon li {
    display: inline-block;
    margin: 0 3px;
}

.footer-bottom .social-icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgb(255 255 255 / 0.15);
    line-height: 43px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
    color: #fff;
}

.footer-menu {
    position: relative;
}

.footer-menu li {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
}

.footer-menu li a {
    color: #b1b2b6;
    transition: .5s;
}

.footer-menu li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.footer-menu li:before {
    position: absolute;
    content: '';
    right: -4px;
    top: 7px;
    width: 2px;
    height: 14px;
    background-color: #b1b2b6;
}

.footer-menu li:last-child:before {
    display: none;
}

/* Header style two */

.main-header.header-style-two .header-upper {
    background: #0c1529;
}

.main-header.header-style-two .header-top {
    background: #fff;
    padding: 23px 0;
}

.main-header.header-style-two .header-top ul.contact-info a {
    color: #0c1529;
}

.main-header.header-style-two .header-top ul.contact-info li {
    border-color: #e5e5e5;
}

.main-header.header-style-two .header-top ul.contact-info {
    margin-right: 40px;
}

.main-header .navbar-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-header .header-upper .location {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}

.main-header .header-upper .location i {
    position: relative;
    margin-right: 10px;
    font-size: 21px;
    vertical-align: middle;
}

.main-header .header-upper .search-btn {
    position: relative;
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #373e4e;
    background-color: transparent;
}

.main-header .header-upper .search-btn button {
    background: transparent;
    color: rgba(255, 255, 255, 1);
}

.main-header.header-style-two .main-menu .navigation {
    margin-left: 0;
}

.main-header.header-style-two .main-menu .navigation>li>a {
    color: #fff;
}

/* Banner section / style two */

.banner-section.style-two {
    background: #e9f7f2;
}

.banner-section.style-two .swiper-container {
    overflow: visible;
}

.banner-section.style-two .content-box {
    padding: 0 15px;
    min-height: 700px;
}

.banner-section.style-two .content-box h1 {
    color: #fff;
}

.banner-section.style-two .content-box .text {
    color: #fff;
}

.banner-section.style-two .search-services-form .form-group {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.banner-section.style-two .auto-container {
    position: relative;
}

.banner-section.style-two .search-services-form {
    position: absolute;
    bottom: -60px;
    right: 15px;
    max-width: 400px;
    padding: 50px;
    padding-bottom: 30px;
    z-index: 9;
}

.banner-section.style-two .search-services-form svg {
    position: absolute;
    top: -32px;
    right: -32px;
}

.banner-section.style-two .search-services-form .form-group {
    margin-bottom: 20px;
}

.banner-section.style-two .search-services-form h5 {
    font-size: 30px;
    margin-bottom: 30px;
    font-family: 'Abril Fatface', cursive;
}

.banner-section.style-two .search-services-form .form-group input {
    background: transparent;
    box-shadow: none;
}

.banner-section.style-two .search-services-form .bootstrap-select>.dropdown-toggle {
    box-shadow: none;
}

/* Services Section / style two */

.services-section.style-two {
    padding-bottom: 120px;
    margin-bottom: 0;
}

/* About Section style two */

.about-us-section.style-two .image img {
    border-radius: 50%;
}

.about-us-section.style-two .image-wrapper .shape-one {
    left: 120px;
    top: -24px;
}

.about-us-section.style-two .image-wrapper .shape-two {
    right: 40px;
    bottom: 65px;
}

.about-us-section .years-of-experience svg {
    position: absolute;
    top: -32px;
    right: -32px;
}

.about-us-section .years-of-experience:before {
    display: none;
}

/* Working Process section */

.working-process-section {
    position: relative;
    padding: 150px 0 120px;
    background-image: -moz-linear-gradient( -90deg, rgba(233,247,242,0.4) 0%, rgb(233,247,242) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgba(233,247,242,0.4) 0%, rgb(233,247,242) 100%);
    background-image: -ms-linear-gradient( -90deg, rgba(233,247,242,0.4) 0%, rgb(233,247,242) 100%);
}

.process-block {
    position: relative;
}

.process-block .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.process-block .image {
    width: 200px;
    height: 200px;
    box-shadow: 0px 40px 50px 0px rgba(29, 113, 104, 0.1);
    border-radius: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #fff;
    transition: .5s;
}

.process-block .inner-box:hover .image {
    transform: translateY(10px);
}

.process-block .image img {
    border-radius: 50%;
}

.process-block .count {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    top: -25px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 22px;
}

.process-block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.working-process-section .wrapper-box {
    position: relative;
}

.working-process-section .step {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -70px;
}

/* Why Choose us section two */

.whychoose-us-section-two {
    position: relative;
    background-color: #0c1529;
    padding: 140px 0 110px;
}

.whychoose-us-section-two .sec-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.whychoose-us-section-two .left-side {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
}

.whychoose-us-section-two .left-side svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.whychoose-us-section-two .right-side {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-size: cover;
}

.whychoose-us-section-two .text.light {
    color: rgba(255, 255, 255, 0.6);
}

.whychoose-us-section-two .icon-box {
    position: relative;
    box-shadow: 0px 30px 60px 0px rgba(37, 59, 112, 0.1);
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 17px;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: #fff;
}

.whychoose-us-section-two .icon-box .icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #e8f9f3;
    font-size: 40px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: .5s;
    margin-right: 20px;
}

.whychoose-us-section-two .icon-box:hover .icon {
    color: #fff;
}

.whychoose-us-section-two .icon-box .icon span {
    position: relative;
}

.whychoose-us-section-two .icon-box .icon:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transition: .9s;
    transform: scale(0.5);
    opacity: 0;
}

.whychoose-us-section-two .icon-box:hover .icon:before {
    transform: scale(1);
    opacity: 1;
}

.whychoose-us-section-two .icon-box .content {
    position: relative;
}

@media only screen and (min-width:575px) {
    .whychoose-us-section-two .icon-box .content {
        width: calc(100% - 100px);        
    }
}

.whychoose-us-section-two .icon-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.whychoose-us-section-two .icon-box h4 a {
    color: #061a3a;
    transition: .5s;
}

.whychoose-us-section-two .icon-box .text {
    position: relative;
    margin-bottom: 20px;
}

.whychoose-us-section-two .shape-one {
    position: absolute;
    top: 90px;
    left: 102px;
}

.whychoose-us-section-two .shape-two {
    position: absolute;
    left: 17%;
    bottom: 107px;
}

/* Pricing Plan */
.pricing-plan-section {
    position: relative;
    padding: 150px 0 120px;
}

.pricing-block .inner-box {
    position: relative;
    box-shadow: 0px 20px 40px 0px rgba(37, 59, 112, 0.1);
    margin-bottom: 30px;
    padding: 60px 40px;
    border-radius: 20px;
}

.pricing-block .inner-box:before {
    position: absolute;
    left: 40px;
    top: 0;
    content: '';
    height: 7px;
    width: 120px;
    border-radius: 3.5px;
}

.pricing-block .price {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.pricing-block .price sub {
    color: #808080;
    font-size: 65%;
    bottom: 0;
}

.pricing-block h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
}

/* .pricing-block h4:before {
    position: absolute;
    content: '';
    top: -20px;
    left: 150px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e8f9f3;
    z-index: -1;
    transition: .5s;
} */

.pricing-block .inner-box:hover h4:before {
    transform: scale(1.5);
}

.pricing-block .content {
    position: relative;
    margin-bottom: 30px;
}

.pricing-block ul li {
    font-size: 16px;
    color: #0c1529;
    margin-bottom: 16px;
    padding-left: 40px;
    position: relative;
}

.pricing-block ul li:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    font-size: 11px;
    z-index: 5;
    font-weight: 400;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
}

.pricing-block ul li.unavailable:before {
    content: '';
    background-color: transparent;
    border: 1px solid #e3e3e3;
}

.pricing-block ul li.unavailable {
    color: #808080;
}
.pricing-block .pb{
    padding-bottom: 0.5rem;
}
.opimage{
    width: 100%;
}
.opimage img{
    width: 100%;
}
.shis .sec-title h2{
    text-align: center;
    padding: 2rem 0;
}
.shis .text h5{
    padding-bottom: 1rem;
}
/* Team Section */

.team-section {
    position: relative;
    padding-top: 5rem;
    background: #f5f5f5;
    height: 60rem;
}
.team-section .section-item{
    display: flex;
}
.team-section .section-item2{
    display: block;
}
.team-section .section-item .section-info2,
.team-section .section-item .section-info4,
.team-section .section-item1{
    display: inline-block;
    cursor: pointer;
}
.team-section .section-item .section-info4{
    flex: 2;
}
.team-section .section-item .section-info1{
    display: block;
    margin-bottom: 1.6rem;
}
.team-section .section-item .section-info1 h2{
    text-align: center;
}
.team-section .section-item .section-info2, .team-section .section-item1{
    flex: 1;
    cursor: pointer;
}
.team-section .section-item1{
    width: 25%;
    height: 620px;
}
.team-section .section-item .section-info2{
    padding-right: 0;
    padding-left: 0;
    margin-left: 30px;
}
.team-section .section-item1 .section-info3{
    display: block;
    margin-bottom: -10px;
    padding-right: 15px;
}
.team-section .section-item1 .section-info5{
    display: block;
    margin-bottom: -10px;
    padding-left: 15px;
}
.team-blcok .inner-box {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
}

.team-blcok .image,.testimonial-block-two .image {
    position: relative;
    overflow: hidden;
}

.team-blcok .image img,.testimonial-block-two .image img{
    transition: .5s;
}

.team-blcok .inner-box:hover img,.testimonial-block-two .inner-box:hover img {
    transform: scale(1.1);
}

.team-blcok .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .5s;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    padding: 30px;
    background-color: rgb(33 197 142 / 0.6);
}

.team-blcok .inner-box:hover .overlay {
    opacity: 1;
}

.team-blcok .social-icon {
    position: relative;
    padding: 20px;
    width: 100%;
    text-align: center;
}

.team-blcok .social-icon:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-radius: 10px;
    transition: .5s;
    transform: scaleY(0);
    transform-origin: top;
}

.team-blcok .inner-box:hover .social-icon:before {
    transform: scaleY(1);
}

.team-blcok .social-icon li {
    display: inline-block;
    margin: 0 3px;
}

.team-blcok .social-icon li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
    color: #959595;
    border: 1px solid #e7ecec;
}

.team-blcok .social-icon li a:hover {
    color: #fff;
}

.team-blcok .lower-content {
    position: absolute;
    bottom: 0%;
    right: 10%;
}

.team-blcok .lower-content h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #fff;
}

.team-blcok .designation {
    font-size: 16px;
    color: #808080;
}




/* Banner section / style three */

.banner-section.style-three {
    background: #e9f7f2;
}

.banner-section.style-three .swiper-container {
    overflow: visible;
}

.banner-section.style-three .content-box {
    padding: 0 15px;
    min-height: 700px;
}

.banner-section.style-three .content-box h1 {
    color: #fff;
}

.banner-section.style-three .content-box .text {
    color: #fff;
}

/* Contact Info section */
.contact-info-section {
    position: relative;
    margin-top: -85px;
    z-index: 9;
    margin-bottom: -115px;
}

.contact-info-section .info-block {
    position: relative;
}

.contact-info-section .inner-box {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
    background-color: #fff;
    padding: 50px 40px 40px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact-info-section .icon {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #e8f9f3;
    border-radius: 50%;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 25px;
    transition: .5s;
}

.contact-info-section .inner-box:hover .icon {
    color: #fff;
}

.contact-info-section .icon:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transition: .9s;
    transform: scale(0.5);
    opacity: 0;
}

.contact-info-section .inner-box:hover .icon:before {
    transform: scale(1);
    opacity: 1;
}

.contact-info-section .icon span {
    position: relative;
}

.contact-info-section .content {
    position: relative;
    text-align: center;
}

.contact-info-section h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-info-section h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

/* About Us Section two */

.about-us-section-two {
    position: relative;
    padding: 50px 0 50px;
    /* background-color: #e9f7f2; */
}

.about-us-section-two .content-block {
    position: relative;
    margin-bottom: 30px;
}

.about-us-section-two .content-block .text {
    position: relative;
    margin-bottom: 15px;
}

.about-us-section-two .offer {
    position: absolute;
    box-shadow: -28.284px 28.284px 60px 0px rgba(37, 59, 112, 0.1);
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 60px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 23%;
    left: -112px;
}

.about-us-section-two .offer h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
}

.about-us-section-two .offer h4 span {
    font-size: 14px;
    color: #061a3a;
}

.about-us-section-two .image-wrapper {
    position: relative;
}
.about-us-section-two .image-wrapper video{
    /* margin-top: 40px; */
    width: 100%;
    height: 100%;
}
.about-us-section-two .image-wrapper img{
    width: 100%;
    height: 100%;
}
.num1 .num1-value, .num1 .num1-des{
    display: inline-block;
}
.num1 .num1-value p{
    font-size: 50px;
    color: red;
    font-weight: 600;
    display: inline-block;
}
.num1 .num1-des{
    /* margin-left: 60px; */
}
.num1 .num1-des p{
    color: #ff9900;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0;
}
.num1 .num1-des span{
    font-size: 14px;
    color: #666;
}
.about-us-section-two .image {
    position: relative;
    margin-top: -60px;
}

.about-us-section-two .image .bg {
    position: absolute;
    bottom: 0px;
    left: -41px;
    border-radius: 50%;
    width: 500px;
    height: 500px;
}

.about-us-section-two .image img {
    position: relative;
}

.about-us-section-two .shape-one {
    position: absolute;
    bottom: 67px;
    left: -64px;
}

.about-us-section-two .shape-two {
    position: absolute;
    right: 10px;
    top: 187px;
}

/* Services Section / style Three */

.services-section.style-three {
    padding-bottom: 120px;
    margin-bottom: 0;
    background: #fff;
}

.services-section.style-three .service-block-one .inner-box {
    box-shadow: 0px 20px 40px 0px rgba(37, 59, 112, 0.1);
}

/* Whychoose section three */

.whychoose-us-section-three {
    position: relative;
}

.whychoose-us-section-three .auto-container {
    max-width: 100%;
    padding: 0;
}

.whychoose-us-section-three .video-column {
    position: relative;
    background-size: cover;
}

.whychoose-us-section-three .video-column .video-box {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: -100px;
    background-size: cover;
    background-position: right center;
}

.whychoose-us-section-three .video-column .video-box .image {
    display: none;
}

.whychoose-us-section-three .inner-container {
    max-width: 600px;
    padding: 0 15px;
}

.whychoose-us-section-three .content-block {
    position: relative;
    padding: 60px 0 30px;
    margin: 100px 0;
    z-index: 9;
}

.whychoose-us-section-three .shape {
    position: absolute;
    top: -27px;
    right: 0;
    left: -120px;
    bottom: 0;
}

.whychoose-us-section-three .icon-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.whychoose-us-section-three .icon-box .icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #e8f9f3;
    font-size: 40px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: .5s;
    margin-right: 20px;
}

.whychoose-us-section-three .icon-box:hover .icon {
    color: #fff;
}

.whychoose-us-section-three .icon-box .icon span {
    position: relative;
}

.whychoose-us-section-three .icon-box .icon:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transition: .9s;
    transform: scale(0.5);
    opacity: 0;
}

.whychoose-us-section-three .icon-box:hover .icon:before {
    transform: scale(1);
    opacity: 1;
}

.whychoose-us-section-three .icon-box .content {
    position: relative;
}

@media only screen and (min-width:575px) {
    .whychoose-us-section-three .icon-box .content {
        width: calc(100% - 100px);        
    }
}

.whychoose-us-section-three .icon-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.whychoose-us-section-three .icon-box h4 a {
    color: #061a3a;
    transition: .5s;
}

.whychoose-us-section-three .icon-box .text {
    position: relative;
    margin-bottom: 20px;
}

.whychoose-us-section-three .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.whychoose-us-section-three .video-btn span {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
}

.whychoose-us-section-three .video-btn a {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 30px;
	display: inline-block;
	position: relative;
}

.whychoose-us-section-three .video-btn .ripple:before {
    position: absolute;
    left: -20px;
    top: -20px;
    right: -20px;
    bottom: -20px;
    content: '';
    background-color: rgb(33 197 142 / 0.50);
    border-radius: 50%;
}

.whychoose-us-section-three .video-btn .ripple:after {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.whychoose-us-section-three .video-btn .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}


/* Testimonials Section Two */

.testimonials-section-two {
    position: relative;
    padding: 100px 0 120px;
}
.testimonials-section-two .text-center h2{
    text-align: center;
    padding-bottom: 20px;
}

.testimonial-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    background-color: #f5f5f5;
    box-shadow: 0px 10px 20px 0px rgba(8, 13, 62, 0.03);
    padding-bottom: 20px;
}
  
.testimonial-block-two .image {
    position: relative;
    margin-bottom: 35px;
    width: 100%;
}

.testimonial-block-two .image img {
    width: 100%;
}

.testimonial-block-two .rating {
    position: relative;
    color: #ffab01;
    margin-bottom: 15px;
    font-size: 13px;
}

.testimonial-block-two .rating span {
    margin-right: 5px;
}

.testimonial-block-two .text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 40px;
}

.testimonial-block-two .author-info {
    position: relative;
    padding-left: 40px;
    height: 50px;
}

.testimonial-block-two .author-info h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
    color: #ff9900;
    
}

.testimonial-block-two .author-info .designation {
    position: relative;
    font-size: 16px;
}

.testimonials-section-two .owl-dots {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0;
}

.testimonials-section-two .owl-dots .owl-dot{
    position:relative;
    margin: 0px 13px;
    width: 30px;
    height: 6px;
    border-radius:10px;
    background: #0c1529;
    display:inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.testimonials-section-two .owl-dots .owl-dot:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 30px;
    height: 6px;
    border-radius:10px;
    background: #ff9900;
    opacity: 0;
    transition: .5s;
}

.testimonials-section-two .owl-dots .owl-dot.active:before {
    opacity: 1;
}

/* CTA section style two */

.cta-section.style-two {
    background-color: #0c1529;
}

.cta-section.style-two .text {
    color: #fff;
}

.cta-section.style-two h2 {
    color: #fff;
}

.cta-section .shape-three {
    position: absolute;
    right: 10%;
    top: 10%;
}

/* Page Title */
.page-title {
    position: relative;
    padding: 105px 0;
    text-align: center;
    background-size: cover;
}

.page-title h1 {
    position: relative;
    color: #fff;
    font-size: 50px;
    font-family: 'Abril Fatface', cursive;
    margin-bottom: 30px;
}

.page-title .text {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

.page-title.style-two {
    text-align: left;
    padding: 265px 0 115px;
}

/* Gallery Section */
.gallery-section {
    position: relative;
    padding: 150px 0 120px;
}

.gallery-section .filters {
    text-align: center;
}

.gallery-section .filter-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.gallery-section .filter-tabs li {
    margin: 0 10px 15px;
    padding: 17.5px 35px;
    border: 1px solid #eee;
    border-radius: 32px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.gallery-section .filter-tabs li.active {
    color: #fff;
    cursor: pointer;
}

.gallery-block .inner-box {
    position: relative;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
}

.gallery-block .image img {
    width: 100%;
    transition: .5s;
}

.gallery-block .inner-box:hover img {
    transform: scale(1.05);
}

.gallery-block .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(11, 20, 40, 0.6);
}

.gallery-block .inner-box:hover .overlay {
    opacity: 1;
}

.gallery-block .zoom-btn {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    transition: .7s;
    overflow: hidden;
}

.gallery-block .inner-box:hover .zoom-btn {
    transform: rotate(180deg);
}

.gallery-block .zoom-btn a {
    width: 70px;
    height: 70px;
    display: inline-block;
}

.gallery-block .zoom-btn:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 25px solid rgb(255 255 255 / 33%);
    border-radius: 50%;
    transition: .7s;
    opacity: 0;
    transform: scale(1.2);
}

.gallery-block .inner-box .zoom-btn:hover:before {
    transform: scale(0);
    opacity: 1;
}


/* Contact form */

.contact-form{
    position:relative;
}

.contact-form .form-group{
    position:relative;
    margin-bottom: 30px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea{
    display:block;
    width:100%;
    line-height:28px;
    height: 60px;
    font-size:16px;
    padding: 10px 30px;
    background:#f2f1f6;
    color: #565872;
    border: 2px solid #f2f1f6;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    border-radius: 10px;
}

.contact-form textarea{
    height: 200px;
    resize:none;
    font-size:16px;
    background:#f2f1f6;
}
.contact .contact-form .text-center button{
    display: block;
    margin: 0 auto;
    width: 10rem;
    border-radius: 10px;
}

.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:11px;
    color:#ff0000;
    font-weight:500;    
}

/* Faq section */

.faq-section {
    position: relative;
    padding: 150px 0 120px;
}

.faq-section .top-content .text {
    position: relative;
    max-width: 470px;
    margin: 0 auto;
    margin-right: 0;
    margin-bottom: 30px;
}

.faq-section .sec-title:before {
    position: absolute;
    content: '';
    right: -15px;
    bottom: 15px;
    width: 1px;
    height: 100px;
    background: #ddd;
}

.faq-section .text-block {
    position: relative;
    box-shadow: 0px 30px 60px 0px rgba(37, 59, 112, 0.1);
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.faq-section .text-block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.faq-section .text-block .text {
    position: relative;
    margin-bottom: 0;
}

/* Contact form section */

.contact-form-section {
    position: relative;
    padding: 150px 0 120px;
    background-color: #e5f8f1;
}

.contact-form-section .contact-form {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
}

/*Error Section*/

.error-section{
    position:relative;
    padding: 110px 0px;
}

.error-section .content{
    position:relative;
    text-align:center;
}

.error-section h1{
    position:relative;
    font-size:200px;
    font-weight: 700;
    line-height:1em;
    margin-bottom:10px;
}

.error-section h2{
    position:relative;
    font-size: 48px;
    font-weight: 700;
    line-height:1.2em;
    margin-bottom: 20px;
}

.error-section .text{
    position:relative;
    font-size: 20px;
    font-weight: 400;
    margin-top:10px;
    margin-bottom: 50px;
}

.error-section .theme-btn{
    position: relative;
}

/* Contact info section two */

.contact-info-section-two {
    position: relative;
    padding: 150px 0 120px;
}

.contact-info-section-two .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
}

.contact-info-section-two .info-block {
    position: relative;
    margin-bottom: 20px;
}

.contact-info-section-two .info-block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-info-section-two .info-block .text {
    position: relative;
    margin-bottom: 0;
}

.contact-info-section-two .info-block .email a,
.contact-info-section-two .info-block .phone a {
    position: relative;
    color: #808080;
}

.contact-info-section-two .social-links {
    position: relative;
    display: inline-block;
}

.contact-info-section-two .social-links li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

.contact-info-section-two .social-links li:last-child {
    margin-right: 0;
}

.contact-info-section-two .social-links li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    transition: .5s;
    border-radius: 50%;
}

.contact-info-section-two .social-links li a:hover {
    border-radius: 20%;
}

.contact-info-section-two .social-links a.facebook {
    background-color: #516eb1;
}

.contact-info-section-two .social-links a.twitter {
    background-color: #449bd5;
}

.contact-info-section-two .social-links a.google-plus {
    background-color: #dd4b39;
}

.contact-info-section-two .social-links a.linkedin-in {
    background-color: #0077b5;
}

/* Sidebar */

.sidebar-side .sidebar{
    position:relative;
    padding-left: 20px;
}

.sidebar-side.left-sidebar .sidebar {
    padding-left: 0;
    padding-right: 20px;
}

.sidebar .sidebar-title {
	font-size:24px;
	font-weight:400;
	text-transform:capitalize;
	margin-bottom:25px;	
}

.sidebar-widget{
    position:relative;
    margin-bottom:50px;
    box-shadow: 12.036px 15.973px 80px 0px rgba(37, 59, 112, 0.12);
    padding: 40px;
    border-radius: 10px;
}

.sidebar-widget:last-child{
	margin-bottom: 0;
}

/* Sidebar Title */

.sidebar-title{
	position: relative;
	font-size: 26px;
	text-transform:capitalize;
	margin-bottom: 25px;
	font-family: 'Abril Fatface', cursive;
}

/*Search Box Widget*/

.sidebar .search-box{
	position:relative;
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	padding:15px 50px 15px 30px;
	border: 1px solid #e6ebeb;
	background: #ffffff;
	display:block;
	font-size:16px;
	line-height:30px;
	width:100%;
	height: 55px;
	color:#25283a;
	border-radius: 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;
}

.sidebar .search-box .form-group input[type="text"]:focus,
.sidebar .search-box .form-group input[type="search"]:focus{
	color: #666666;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right: 0;
	top: 0;
	height: 55px;
	width: 55px;
	display:block;
	font-size: 20px;
	color:#848484;
	line-height: 55px;
	font-weight: 400;
	background:none;
	border-radius:0px 10px 10px 0px;
	z-index: 9;
	cursor: pointer;
}

/*Post Widget*/

.sidebar .popular-posts .news-post{
	position:relative;
	padding-left: 100px;
	padding-top: 0px;
	min-height: 80px;
	margin-bottom: 30px;
}

.sidebar .popular-posts .news-post:last-child{
	margin:0;
}

.sidebar .popular-posts .news-post .post-thumb{
	position:absolute;
	left:0;
	top:0;
	width: 80px;
	border-radius:5px;
	overflow:hidden;
}

.sidebar .popular-posts .news-post .date{
	position: relative;
	font-size: 16px;
	line-height:24px;
	margin: 0 0 7px;
	color: #808080;
}

.sidebar .popular-posts .news-post .date .fa{
	padding-right: 5px;
	color: #848484;
	font-size: 15px;
}

.sidebar .popular-posts .news-post h4{
	font-size:17px;
	margin:0 0;
	line-height:1.4em;
	font-weight:600;
	color:#25283a;	
}

.sidebar .popular-posts .news-post h4 a{
	color:#25283a;
}

/* Blog Categories */

.sidebar-widget.categories {
    padding-bottom: 25px;
}

.sidebar .categories ul{
	position:relative;
	margin: 0 -40px;
}

.sidebar .categories ul li{
	position:relative;
    padding: 0 40px;
}

.sidebar .categories ul li:last-child{
	margin-bottom:0;	
}

.sidebar .categories ul li a{
	position:relative;
	display: block;
	color: #061a3a;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	text-transform: capitalize;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar .categories ul li:last-child a {
    border-bottom: 0;
}

.sidebar .categories ul li.active a {
    color: #fff;
}

.sidebar .categories ul li a:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 0;
    top: 16px;
    display: block;
    font-size: 16px;
    z-index: 5;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    opacity: 0;
}

.sidebar .categories ul li.active a:before {
    opacity: 1;
}

/* Offer Widget */
.offer-widget {
    position: relative;
    margin-bottom: 50px;
}

.offer-widget .image {
    position: relative;
    overflow: hidden;   
    border-radius: 10px;
}

.offer-widget .image img {
    width: 100%;
    border-radius: 10px;
}

.offer-widget .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
}

.offer-widget h3 {
    position: absolute;
    top: 40px;
    left: 40px;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Abril Fatface', cursive;
}

/* Services Details */
.service-details {
    position: relative;
    padding: 150px 0 100px;
}

.service-details .context-block {
    position: relative;
    margin-bottom: 20px;
}

.service-details .process-block-two:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 30px;
    bottom: -10px;
    width: 1px;
    background: #e2e6e7;
}

.service-details .process-block-two:last-child:before {
    display: none;
}

.service-details .context-block h2 {
    font-size: 40px;
    margin-bottom: 30px;
    font-family: 'Abril Fatface', cursive;
}

.service-details .context-block .text p {
    margin-bottom: 30px;
}

.service-details .context-block h3 {
    position: relative;
    font-size: 30px;
    font-family: 'Abril Fatface', cursive;
    margin-bottom: 30px;
}

.service-details .image-block {
    position: relative;
    padding: 25px 0;
}

.service-details .image-block img {
    border-radius: 20px;
}

.service-details .process-wrapper {
    margin-bottom: 20px;
}

.service-details .process-block-two {
    position: relative;
    padding-left: 100px;
    padding-bottom: 5px;
}

.service-details .process-block-two .count {
    position: absolute;
    top: 8px;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    border-radius: 30px 30px 0 30px;
}

.service-details .process-block-two h4 {
    position: relative;
    font-size: 24px;
    font-family: 'Abril Fatface', cursive;
    margin-bottom: 20px;
}


/* Pagination */
.page-pagination {
	margin: 0 -16px;
	margin-bottom: 30px;
}

.page-pagination li {
	display: inline-block;
	margin: 0 4px 10px;
}

.page-pagination li a {
	width: 60px;
	height: 60px;
	line-height: 58px;
	display: block;
	border: 1px solid #ebebeb;
	text-align: center;
	color: #222;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	border-radius: 30px 0 30px 30px;
}

.page-pagination li.active a,
.page-pagination li a:hover {
	color: #fff;
}

.page-pagination li:last-child a,
.page-pagination li:first-child a {
    border: 0;
}

.page-pagination li:last-child a:hover,
.page-pagination li:first-child a:hover {
	background-color: #fff;
}

/* Sidebar page */
.sidebar-page {
    position: relative;
    padding: 150px 0 120px;
}


/*** 

====================================================================
		Comment Area
====================================================================

 ***/

 .group-title{
	position: relative;
	margin-bottom: 40px;
}

.group-title h3{
	position: relative;
	font-size: 26px;
	line-height: 1.25em;
	font-family: 'Abril Fatface', cursive;
}

.group-title .text {
    margin-top: 15px;
}

.comments-area{
	position:relative;
	margin-bottom: 50px;
}

.comments-area .comment-box{
	position:relative;
	margin-bottom: 40px;
}

.comments-area .comment-box.reply-comment{
	padding-left: 110px;
}

.comments-area .comment-box:last-child{
	margin-bottom: 0;
	padding-bottom:0;
}

.comments-area .comment{
	position:relative;
	min-height: 80px;
	padding-left:110px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 40px;
}

.comments-area .comment-box:last-child .comment{
	border:none;
}

.comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	overflow: hidden;
}

.comments-area .comment-box .author-thumb img{
	width:100%;
}

.comments-area .comment-info{
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.comments-area .comment-box .name{
	position: relative;
	font-size:18px;
	line-height:1.4em;
	font-weight: 600;
	color: #0c1529;
	text-transform:capitalize;
	margin-bottom: 0px;
}

.comments-area .comment-box .time{
	position: relative;
	font-size: 16px;
	color: #808080;
}

.comments-area .comment-box .text{
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 20px;
}

.comments-area .comment-box .reply-btn{
	position: relative;
	right:0;
	top:0;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #808080;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}



/*** 

====================================================================
		Comment Form
====================================================================

 ***/
 
 .comment-form{
	margin-bottom:20px; 
 }
 
 .default-form{
 	position: relative;
 	z-index: 1;
}

.default-form .form-group{
	position:relative;
	display: block;
	width: 100%;
	margin-bottom:30px;	
}

.default-form .form-group:last-child{
	margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group textarea,
.default-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    color: #25283a;
    font-weight: 400;
    height: 60px;
    padding: 15px 20px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 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;
}

.default-form .form-group input:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus{
	background-color: #ffffff;
}

.default-form .form-group textarea{
	height: 200px;
	resize: none;
}

/* Blog Single Post */


.blog-single-post .list {
    position: relative;
    margin-bottom: 30px;
}

.blog-single-post .list li {
    position: relative;
    margin-bottom: 6px;
    font-size: 16px;
    padding-left: 30px;
    color: #848484;
}

.blog-single-post .list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    background-image: url(../images/icon-1.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.blog-single-post .text {
    margin-bottom: 30px;
}

.blog-single-post .image-block {
    margin: 50px 0;
}

.blog-single-post blockquote {
    position: relative;
    background: #0c1529;
    padding: 51px;
    border-radius: 20px;
    margin: 50px 0;
}

.blog-single-post blockquote .text {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 34px;
}

.post-share-link {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
}

.post-share-link h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-right: 30px;
    margin-bottom: 10px;
}

.post-share-link .social-links {
    position: relative;
    display: inline-block;
}

.post-share-link .social-links li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.post-share-link .social-links li:last-child {
    margin-right: 0;
}

.post-share-link .social-links li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    transition: .5s;
    border-radius: 50%;
}

.post-share-link .social-links li a:hover {
    border-radius: 20%;
}

.post-share-link .social-links a.facebook {
    background-color: #516eb1;
}

.post-share-link .social-links a.twitter {
    background-color: #449bd5;
}

.post-share-link .social-links a.google-plus {
    background-color: #dd4b39;
}

.post-share-link .social-links a.linkedin-in {
    background-color: #0077b5;
}

.main-header .logo {
    max-width: 190px;
}

.footer-bottom .logo {
    max-width: 175px;
}

.mobile-menu .nav-logo img {
    max-width: 175px;
}
/* ============= */
/* slide         */
/* ============= */
.slide{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 999;
	overflow: hidden;
    text-align: center;
}
.slide ul{
	width: 10000%;
	list-style-type: none;
}
.next_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .5;
	vertical-align: middle;
	background: rgba(32, 171, 148,.2);
	right: 5px;
	top: 50%;
	color: #fff;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	font-family: "瀹嬩綋";
}
.prev_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .9;
	vertical-align: middle;
	background: rgba(32, 171, 148,.1);
	left: 5px;
	top: 50%;
	color: #fff;
	font-family: "瀹嬩綋";
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
}
.slide ul:after{
	content: '';
	clear: both;
	display: block;
}
.slide ul li{
	float: left;
	text-align: center;
	position: relative;
}
.slide ul li img{
	/* vertical-align: middle; */
	max-width: 100%;
}
.slide .circle_btn{
	position: absolute;
	bottom: 15px;
	text-align: center;
	left: 0;
	display: table;
	margin: 0 auto;
	width: 100%;
}
.slide .circle_btn button{
	box-sizing: content-box;
	opacity: .8;
	outline: none;
	border: none;
	padding: 2px 18px;
	background: rgba(32, 171, 148,.2);
	margin: 2px 5px;
	overflow: hidden;
	transition: all .6s;
	cursor: pointer;
}
.slide .circle_btn button.active{
	background: #ff9900;
}
.slide-tltle{
	position: absolute;
	top: 35%;
	left: 18%;
	text-align: left;
}
.slide-tltle h1{
	color: #fff;
	padding-bottom: 20px;
	font-size: 40px;
    font-weight: bold;
}
.slide-tltle p{
	color: #fff;
	padding-bottom: 20px;
}
.slide-tltle button{
	border: none;
	box-shadow: 0px 15px 40px 0px rgba(32, 171, 148, 0.2);
	color: #fff;
	border-radius: 32px 0 32px 32px;
	background-color: #ff9900;
	width: 100px;
	line-height: 40px;
	cursor: pointer;
}

/** funfact-section **/

.funfact-section{
    position: relative;
    padding-left: 0;
  }
  
  .funfact-section:before{
    position: absolute;
    content: '';
    width: 100%;
    /* height: 146px; */
    bottom: 0px;
    right: 0px;
    left: 0px;
  }
  
  .funfact-section .inner-container{
    position: relative;
    z-index: 1;
  }
  
  .counter-block-one .inner-box{
    position: relative;
    display: block;
    padding: 10px 0px 10px 0px;
  }
  
  .counter-block-one .inner-box .icon-box{
    position: relative;
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 8px;
  }
  
  .counter-block-one .inner-box .count-outer{
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #ff9900;
    margin-bottom: 2px;
    display: inline-block;
  }
  
  .counter-block-one .inner-box p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #666;
    display: inline-block;
  }
  
  
  .counter-block:last-child .counter-block-one .inner-box:before{
    display: none;
  }
  

/* ========================================
new_box
======================================== */
#new_box {
	width: 100%;
	padding: 20px 15px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 0px;
}
.new_con {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.newtel {
	height: 42px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	font-family: "寰蒋闆呴粦";
	font-size: 18px;
	color: #666
}
.newtel span{
    float: right;
}
.newtel span a{
    font-size: 14px;
    color: #999;
}
.newtel span:hover a{
    color: #ff9900;
}
.new_telst {
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: 6px;
	text-align: center
}
.new_telst li {
	width: 230px;
	line-height: 1px;
	text-align: center;
	float: left;
	display: inline;
	font-family: "寰蒋闆呴粦";
	cursor: pointer;
	font-size: 36px;
}
.new_telst li.newon {
	color: #181614;
	font-weight: 400;
	font-size: 36px;
}
.new_telst p {
	position: absolute;
	top: 34px;
	left: 0px;
	width: 230px;
	height: 7px;
	border-top: 3px solid #ff9900;
	overflow: hidden;
	text-align: center;
}
.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 9px;
	border-color: #217af0 #fff #fff #fff;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}
.new_lst {
	height: 440px;
	position: relative;
	overflow: hidden;
	display: none;
	margin-top: 10px;
	padding-top: 20px;
}
.new_lst .new_lst_cn{
	display: flex;
}
.new_lst_cn .new_cnlf,.new_lst_cn  .new_cnrf{
	flex: 1;
}
.new-wrap {
	margin-top: 10px;
}
.new-wrap .show {
	display: block;
}
.new_cnlf p {
	width: 100%;
}
.new_cnlf{
	position: relative;
}
.newlf_img{
	width: 100%;
	height: 425px;	
}
.newlf_img img{
	background-size: 100%;
	display: block;
	width: 100%;
	height: 425px;
}
.new_cnlf .newlf_tel{
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 15%;
	left: 0;
	background:rgba(0, 0, 0, .3);
	color: #fff;
	text-indent: 10px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.new_cnrf{
	margin-left: 10px;
	width: 100%;
	height: 500px;
}
.new_cnrf .newrf_lst{
	width: 93%;
	height: 85px;
	margin-left: 35px;
}
.new_cnrf .newrf_lst li{
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #e4e4e4;
	padding-top: 20px;
    cursor: pointer;
}
.tabs-vertical,.tabs1-vertical{

    max-width: 100%;
    text-align: center;
    border-radius: 2px;
    display: flex;
}


/* The tabs */

.tabs-vertical ul,.tabs1-vertical ul{
   
    list-style: none;
    text-align: left;
    margin: 0;
    padding-left: 0;
}

.tabs-vertical ul li,.tabs1-vertical ul li{
    margin-right: -1px;
    border-bottom: #dddddd 1px solid;
}

.tabs-vertical ul li a,.tabs1-vertical ul li a{
    display: block;
    text-decoration: none;
    color: #656a6d;

    border: 1px solid transparent;
    border-right: 0;
    border-left: 0;

    padding: 16px 40px 16px 20px;
}

.tabs-vertical ul li a.tab-active,.tabs1-vertical ul li a.tab1-active {
    border-color: #dddddd;
    background-color: #ffffff;
    box-shadow: 0px 2px 0px #EFEFEF;
}

.tabs-vertical ul li a.tab-active span,.tabs-vertical ul li a.tab-active h6,.tabs1-vertical ul li a.tab1-active span,.tabs1-vertical ul li a.tab1-active h6{
    color: #ff9900;
}

.tabs-vertical ul li a.tab-active .new_rq,.tabs1-vertical ul li a.tab1-active .new_rq{
    background: #ff9900;
}

.tabs-vertical ul li:first-child a,.tabs1-vertical ul li:first-child a{
    border-top: 0;
}

/* The content */

.tabs-vertical .tabs-content-placeholder,.tabs1-vertical .tabs1-content-placeholder{
    overflow: hidden;
    font-weight: normal;
    background-color: #fff;
    padding: 20px 40px 45px;
    margin: 0 auto;
    box-shadow: -3px 0 0px #F3F3F3;
    text-align: center;
}

.tabs-vertical .tabs-content-placeholder div,.tabs1-vertical .tabs1-content-placeholder div{
    display: none;
}

.tabs-vertical .tabs-content-placeholder div.tab-content-active,.tabs1-vertical .tabs1-content-placeholder div.tab1-content-active{
    display: block;
    position: relative;
}

.tabs-vertical .tabs-content-placeholder div p,.tabs1-vertical .tabs1-content-placeholder div p{
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 14px;
    line-height: 2rem;
    height: 2rem;
    position: absolute;
    bottom: -4%;
    left: 0%;
    background: rgba(0, 0, 0, .3);
    text-indent: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tabs-vertical .tabs-content-placeholder div img,.tabs1-vertical .tabs1-content-placeholder div img{
    max-width: 100%;
}

.new_rq {
	width: 65px;
	height: 65px;
	background: #969393;
	float: left;
	text-align: center;
	color: #FFF;
	margin-left: 10px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.new_rq i {
	display: block;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	padding-top: 5px;
    font-style:normal
}
.newrf_tx {
	width:100%;
}
.newrf_tx h6{
	color: #333;
	font-size: 14px;
	display: block;
	line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-block-start: 0;
    margin-block-end: 0;
}
.newrf_tx span{
	display: block;
	font-size: 12px;
	color: #999;
	height: 40px;
    line-height: 20px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    
}
.newrf_lst li:hover {
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #ff9900;
	box-shadow: 0px 0px 15px rgba(37, 125, 242, .27);
}
.newrf_lst li:hover p.newrf_tx a {
	color: #ff9900;
}
.newrf_lst li:hover p.new_rq {
	background: #ff9900;
}
.newrf_lst li:hover p.newrf_tx {
	margin-top: 7px;
}



/* ==================================================== */
/* page-nav-wrapper */
/* leader */
/* ==================================================== */
.page-nav-wrapper {
    position: relative;
    z-index: 10;
    padding-left: 19%;
    margin-top: 0;
  }
  .page-nav-wrapper .box {
    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 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding-right: 190px;
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
  }
  .page-nav-wrapper .title-box {
    height: 100%;
    background: #ff9900;
    line-height: 24px;
    padding-top: 30px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .page-nav-wrapper .title-box .title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 6px;
  }
  .page-nav-wrapper .title-box p {
    font-family: "dcb";
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
  }
  .page-nav-wrapper .page-nav-box {
    flex: 1;
    overflow: hidden;
  }
  .page-nav-wrapper .nav {
    font-size: 0;
  }
  .page-nav-wrapper .nav a {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #999;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    line-height: 80px;
    min-width: 130px;
    padding: 0 10px;
  }
  .page-nav-wrapper .nav a.on,
  .page-nav-wrapper .nav a:hover {
    color: #ff9900;
    font-weight: 700;
    background: #fff;
  }
  .page-nav-wrapper .nav a.on:before,
  .page-nav-wrapper .nav a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .page-nav-wrapper .nav a.on:after,
  .page-nav-wrapper .nav a:hover:after {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .page-nav-wrapper .nav a:after{
    content: "";
    display: inline-block;
    width: 70px;
    height: 12px;
    background: url(../images/circle.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 25%;
    bottom: 0%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .page-nav-wrapper .breadcrumb {
    font-size: 0;
  }
  .page-nav-wrapper .breadcrumb a,
  .page-nav-wrapper .breadcrumb span,
  .page-nav-wrapper .breadcrumb img {
    display: inline-block;
    vertical-align: middle;
  }
  .page-nav-wrapper .breadcrumb a,
  .page-nav-wrapper .breadcrumb span {
    font-size: 14px;
  }
  .page-nav-wrapper .breadcrumb a {
    color: #bcbcbc;
  }
  .page-nav-wrapper .breadcrumb a:hover {
    color: #ff9900;
  }
  .page-nav-wrapper .breadcrumb .icon {
    margin: 0 12px;
  }
  .page-nav-wrapper .breadcrumb span {
    font-weight: 700;
    color: #5a5a5a;
  }
  .leader{
      margin-bottom: 5rem;
  }
  .leader .text{
      margin-top: 4rem;
  }
  .leader .text p{
      padding-bottom: 1rem;
  }
  .leader .num1{
      margin-top: 3.5rem;
  }

  /* ================================ */
  /* map */
  /* ================================ */
.group .num1{
    padding-top: 4rem;
}
.officemap{
    position: relative;
    max-width: 1200px;
    height: 800px;
    margin: 50px auto 0 auto;
}
.centerItem {
    position: relative;
    max-width: 1200px;
    height: 640px;
    margin: 50px auto 0 auto;
}
.map_information{
    color: #333;
    text-align: center;
    background: #fff !important;
    border-radius: 50%;
    border: #ff9900 1px solid;
    width: 11rem;
    height: 11rem;
    /* position: absolute;
    top: 0%;
    left: 0%; */
}
.map_info_title{
    font-weight: bold;
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
    padding-top: 2rem;
}
.map_info_row{
    font-size: 1rem;
    padding-bottom: 0.5rem;
}
.map_info_num{
    color: #ff9900;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
}
.office{
    width: 5rem;
    height: 5rem;
}
.office img{
    display: block;
    width: 5rem;
    height: 5rem;
    position: absolute;
    bottom: 21%;
    right: 33.5%;
}
.officemap1{
    display: none;
}


/* ================================ */
/* Culture */
/* ================================ */
.culture,.values, .social,.video,.honor,.honor1{
    padding-top: 4rem;
    height: 100%;
}
.culture{
    background:#fff;
}
.culture .team-blcok{
    cursor: pointer;
}
.culture .team-blcok .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .5s;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    padding: 30px;
    background-color: rgb(33 197 142 / 0.6);
}

.culture .team-blcok .inner-box:hover .overlay {
    opacity: 1;
}
.culture .sec-title h2, .values .sec-title h2,.social .sec-title h2,.video .sec-title h2,.honor .sec-title h2{
    text-align: center;
}
.culture .sec-title hr,.values .sec-title hr,.social .sec-title hr,.video .sec-title hr,.honor .sec-title hr{
    margin: 0 auto;
    margin-bottom: 3rem;
}
.culture .team-blcok .lower-content {
    background: #fff;
    width: 90%;
    position: absolute;
    bottom: 0%;
    right: 5%;
}
.culture .team-blcok .lower-content img {
    display: block;
    width: 20%;
    margin: 0 auto;
    padding: 10px 0;
}
.culture .team-blcok .lower-content h4,.values .service-block-one h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    text-align: center;
}
.culture .team-blcok .lower-content p {
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;
    text-align: center;
}
.values{
    background-color: #f9fffe;
    background-image: url(../images/bg-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.values .service-block-one{
    cursor: pointer;
}
.values .service-block-one .values_icon{
    background-color: #ff9900;
    border-radius: 50%;
    width: 20%;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.values .service-block-one:hover .values_icon{
    
}

/* ================================ */
/* Social */
/* ================================ */
.social .so_image{
    order: 2;
}
.social .so_text{
    order: 1;
}
.social .image-wrapper{
    padding-left: 0;
    padding-bottom: 0;
}
.social .image img{
    border-radius: 0;
    width: 90%;
}
.social .content-block{
    margin-top: 3rem;
}
.social .image:before{
    display: none;
}
.social .social_item{
    width: 100%;
    display: flex;
    cursor: pointer;
    margin-bottom: 1rem;
    padding-top: 2rem;
}
.social .social_item:hover{
    box-shadow: 0 2px 2px 2px rgba(99, 99, 99, .1);
}
.social .btn-style-one{
    border-radius: 0;
    font-size: 14px;
}
.social .btn-style-one:before{
    border-radius: 0;
}


/* ================================ */
/* Video */
/* ================================ */
.video_center{
    margin-bottom: 7rem;
}
.video_center video{
    width: 1200px;
}
.case_box{
    width: 100%;
}
.case_box .category ul {
    padding-left: 32%;
    padding-bottom: 40px;
    display: block;
    height: auto;
    overflow: hidden;
}
.case_box .category ul li {
    float: left;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 215px;
    height: 58px;
    line-height: 58px;
    color: #939aac;
    cursor: pointer;
    border: 1px solid #ccc;
}
.case_box .category ul li.active {
    color: #ff9900;
    border: 1px solid #ff9900;
}

.case_box .content .cont {
    /* height: 650px; */
    display: none;
}

.case_box .content .cont.active {
    display: block;
    
}
.case_box .content .cont img.bg {
    position: absolute;border: 1px solid #E3E3E3;
    right: 0;
    top: 0;
}

.case_box .content .cont .info p {
    font-size: 14px;
    line-height: 32px;
    color: #828b9f;
    text-align: center;
}
.case_box .content .cont .info video{
    width: 100%;
}
.case_box .content .contvideo{
    display: flex;
}
.videolist {
    position: relative;
    /* float: left; */

}

.videolist:hover {
    cursor: pointer;
}

.videoed {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 45%;
    top: 40%;
    z-index: 99;
    border-radius: 100%;
}

.videos {
    display: none;
    border: 1px solid #080808;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left:-30%;
    margin-top: -210px;
    z-index: 100;
    width: 1000px;
    height: 360px;
}

.vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
}

.con {

    margin: 0 auto;
}

.masklayer {
    position: fixed;
    display: none;
    width: 100%;
    height: 1000px;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/* ================================ */
/* Honor */
/* ================================ */
.honor{
    padding-bottom: 4rem;
}
.honorup p{
    text-indent:2em;
}
.honorup img{
    display: block;
    margin: 0 auto;
    width: 80%;
}
.honorup .honorul{
    display: flex;
}
.honorup .honorul li{
    flex: 1;
    margin: 0 auto;
}
.honorup .honorul .honorul_ct{
    padding-left: 3rem;
}
.honorup .honorul li div{
    padding-bottom: 1rem;
}
.honorup .honorul li i{
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #ff9900;
    margin-right: 0.8rem;
}
.honor1 .image-wrapper{
    padding-left: 0;
    padding-bottom: 0;
}
.honor1 .image img{
    border-radius: 0;
}
.honor1 .honor1_r{
    padding-left: 0;
}
.honor1 .sec-title .sub-title{
    font-size: 22px;
}
.honor1 .list li:before{
    display: none;
}
.honor1 .list li{
    padding-left: 0;
    color: #333;
    font-size: 14px;
}

/* ================================ */
/* New */
/* ================================ */
.blog-section .sec-title h2{
    text-align: center;
}
.blog-section .sec-title hr{
    margin: 0 auto;
    margin-bottom: 3rem;
}
.news-block-one{
    margin: 0.5rem;
    padding: 0.5rem;
}
.news-block-one:hover{
    box-shadow:2px 2px 5px #ccc;
}
.news-block-one .inner-box{
    display: flex;
}
.news-block-one .inner-box .image img{
    border-radius: 8px;
}
.news-block-one .news-item h4{
    font-size: 20px;
    font-weight: bold;
}
.news-block-one .text{
    margin: 8px 0;
    overflow: hidden;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.news-block-one .post-meta{
    margin-top: 8px;
}
.news-block-one .btn-style-one.style-two{
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
}
.btn-style-one.style-two{
    color: #666;
    font-size: 14px;
}
.blog-section .page-pagination{
    text-align: center !important;
    margin-bottom: 8rem;
}
.blog-section .page-pagination li a{
    border-radius: 0.5rem;
}
.details{
    padding-top: 5rem;
}
/* ================================ */
/* SmartSanitation */
/* ================================ */
.service{
    padding-top: 4rem;
    height: 100%;
    background: #fff;
}
.service .sec-title h2{
    text-align: center;
}
.service .sec-title hr{
    margin: 0 auto;
    margin-bottom: 3rem;
}
.service .service_item{
    display: flex;
    margin-top: 3rem;
    padding-bottom: 3rem;
}
.service .image img{
    width: 95%;
}
.service .team-blcok .des{
    margin-top: 2rem;
    width: 95%;
}
.service .team-blcok .des h4{
    color: #ff9900;
    margin-bottom: 1rem;
}
.service .image-ab{
    margin: 0 auto;
    width: 100%;
    margin-top: -7rem;
    margin-bottom: 10rem;
}
.service .image-ab img{
    display: block;
    margin: 0 auto;
}
.so_image{
    order: 1;
}
.so_text{
    order: 2;
}

/* ================================ */
/* Municipal */
/* ================================ */
.service .mt{
    margin-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ccc;
}
.service_info{
    width: 100%;
    margin-top: -2rem;
}
.service_info p{
    font-size: 18px;
    text-align: center;
}
.service_info ul{
    background-color: #ff9900;
    color: #fff;
    width: 100%;
    padding: 1rem;
}
.service_info ul li{
    display: flex;
    width: 100%;
    line-height: 2rem;
}
.service_info ul li span{
    flex: 1;
    text-align: center;
}
.service_item_info {
    margin-top: 2rem;
    padding-bottom: 3rem;
    border-bottom: 1px #ccc solid;
}
.service_item_info ul li{
    display: flex;
    margin-bottom: 1rem;
    
}
.service_item_info ul li div{
    flex: 1;
    margin: 0 1rem 1rem;
}
.service_item_info ul li div img{
    width: 18%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.service_item_info ul li div h5{
    font-size: 16px;
    font-weight: bold;
    line-height: 2rem;
    text-align: center;
}
.service_item_info ul li div p{
    width: 100%;
    text-align: center;
}
.service_item .des_item,.service_item .img_item{
    display: flex;
}
.service_item .des h4{
    color: #ff9900;
}
.service_item .des_item .des_info{
    flex: 1;
    border: 1px dotted #ccc;
    margin: 0.5rem;
    text-align: center;
    padding-top: 1rem;
}
.service_item .des_item .des_info img{
    text-align: center;
}
.service_item .des_item .des_info p{
    width: 80%;
    margin: 0 auto;
}
.service_item .img_item .img_info{
    flex: 1;
    text-align: center;
    margin-top: 1rem;
}
.service_item .img_item .img_info img{
    width: 30%;
    margin-bottom: 1rem ;
}
.service_item .des_ov{
    width: 100%;
    height: auto;
}
.service_item .des_ov ul{
    
}
.service_item .des_ov ul li{
    display: flex;
    width: 100%;
}
.service_item_info{
    width: 100%;
}
.service_item_info .des{
    margin-bottom: 1rem;
}
.service_item_info .des h4{
    color: #ff9900;
}
.service_item .des .researchul{
    display: flex !important;
    padding-top: 2rem;
}
.service_item .des .researchul li{
    flex: 1;
    
}
.service_item .des .researchul li img{
    display: block;
    text-align: center;
    margin: 0 auto;
}
.service_item .des .researchul li h5{
    text-align: center;
    padding-top: 1rem;
}
.patentdes{
    display: flex;
}
.patentdes li{
    flex: 1;
    text-align: center;
}
.service_item_info .xun{
    position: relative;
    margin: 0 1rem;
    flex: 1;
}
.service_item_info .xun img{
    width: 100%;
    border-radius: 1rem;
}
.service_item_info .xun .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .5s;
    padding: 30px;
    background-color: rgb(51 51 51 / 0.8);
    color: #fff;
    cursor: pointer;
    border-radius: 1rem;
}
.service_item_info .xun .overlay p{
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #ff9900;
    line-height: 2rem;
    position: absolute;
    bottom: 10%;
    left: 0%;

}

.service_item_info .xun:hover .overlay {
    opacity: 1;
}
.service_item_gu{
    padding-bottom: 5rem;
}
.service_item_gu .des h4{
    color: #ff9900;
    margin-left: 15px;
    margin-top: 3rem;
    margin-bottom: 0;
}
.service_item_gu .service_item{
    cursor: pointer;
    padding-top: 1rem;
}
.service_item_gu .service_item:hover{
    box-shadow: 0 2px 2px 2px #ccc;
}
.service_item_gu .service_item .des h4{
    margin-left: 0;
    font-size: 18px;
}

/* ================================ */
/* Property */
/* ================================ */
.service .service_item{
    width: 100%;
}
.P-info{
    display: flex;
    width: 100%;
    height: 12rem;
}
.P-info div{
    flex: 1;
    width: 12rem;
    height: 10rem;
    border-radius: 50%;
    border: 1px #ccc solid;
    text-align: center;
    margin: 1rem;
    cursor: pointer;
}
.P-info div:hover{
    box-shadow: 0px 15px 10px -15px #000;
}
.P-info div p{
    font-size: 18px;
    margin-top: 23%;
    line-height: 2rem;
}
.P-info .P-info1 p{
    line-height: 1.5rem;
}
.text-des{
    padding-left: 20%;
}
.text-des p{
    width: 10rem;
    height: 3rem;
    line-height: 3rem;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
}
.text-des i{
    background: url(../images/resource/down.png) no-repeat;
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 1rem;
    text-align: center;
}
.text-des p:hover{
    background-color: #ff9900;
    color: #fff;
}
.text-des1{
    margin-bottom: 5rem;
}
.text-des1 p{
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
}
.text-des1 p:hover{
    background-color: #ff9900;
    color: #fff;
}
.destex .des{
    margin: 0 auto;
    cursor: pointer;
    padding: 2rem 0;
    border: 1px solid #ddd;
    box-shadow: 0px 15px 10px -15px #ccc;
}

.destex .des img {
    display: block;
    margin: 0 auto;
    padding-bottom: 1rem;
}
.destex .des h5{
    font-size: 1rem;
    line-height: 2rem;
    font-weight: bold;
    color: #ff9900;
    text-align: center;
}
.destex .des p{
    margin-bottom: 0;
    line-height: 1.5rem;
    padding-left:3em;
}
.yunzuo{
    width: 47%;
    display: inline-block;
    margin-right: 1rem;
}
.lianti{
    background-image: url(../images/bg-1.jpg);
    
}
.lianti .sec-title p{
    color: #666;
    font-size: 14px;
}

/* ================================ */
/* Solution */
/* ================================ */
.solution .image-wrapper img{
    margin-top: 0;
}
.solution .sec-title{
    padding-bottom: 2rem;
}
.solution .text p{
    padding-bottom: 1rem;
}
.solution .text p span{
    /* color: #3cae9b;
    font-size: 16px; */
}
.solution-item{
    display: flex;
    margin-bottom: 5rem;
}
.solution-item .solution-info{
    flex: 1;
}
.solution-item .solution-info img{
    border-radius: 50%;
    width: 50%;
    margin: 0 auto;
    display: block;
}
.solution-item .solution-info h5{
    font-size: 18px;
    font-weight: bold;
    color: #ff9900;
    text-align: center;
    line-height: 3rem;
}
.solution-item .solution-info span{
    display: block;
    padding-left: 30%;
}
.solution .service_item{
    display: flex;
    margin-bottom: 5rem;
}
.solution .text-des{
    border: solid 1px #ddd;
    width: 90%;
    margin: 1rem;
    padding-left: 0;
    cursor: pointer;
}
.solution .text-des img{
    width: 20%;
    display: inline-block;
    margin-left: 4rem;
    margin-top: -3rem;
}
.solution .text-des .text{
    display: inline-block;
    text-align: center;
    margin-top: 2rem;
    padding-left: 2rem;
}
.solution .text-des .text p{
    border: none;
    height: auto;
    line-height: 0;
    width: auto;
    font-size: 16px;
}
.solution .text-des .text h5{
    color: #ff9900;
}
.solution .image{
    margin-top: 7%;
}
.solution .text-des:hover{
    background: #ff9900;
    color: #fff;
}
.solution .text-des:hover .text p,.solution .text-des:hover  .text h5{
    color: #fff;
}
.service .service_manage_con{
    display: block;
}
.service_manage_con h4{
    text-align: center;
    margin-bottom: 2rem;
    color: #ff9900;
    font-weight: bold;
    border-top: 1px solid #eee;
    padding-top: 2rem;
}
.service_manage_con .so_image .image{
    
}
.service_manage_con .so_image .image img{
    width: 80%;
    margin: 0 auto;
    display: block;
}
/* ================================ */
/* Project */
/* ================================ */
.project{
    padding-top: 4rem;
    height: 100%;
    background: #fff;
}
.project .sec-title h2{
    text-align: center;
}
.project .sec-title hr{
    margin: 0 auto;
    margin-bottom: 3rem;
}

/* ================================ */
/* Contact */
/* ================================ */
.contact{
    padding-top: 4rem;
    height: 100%;
    background: #fff;
}
.contact .sec-title h2{
    text-align: center;
}
.contact .sec-title hr{
    margin: 0 auto;
    margin-bottom: 3rem;
}
.contact .service_item{
    display: flex;
}
.contact .so_image{
    order: 2;
}
.contact .so_text{
    order: 1;
}
.contact .des-f{
    padding-top: 6rem;
}
.contact .des img{
    display: inline-block;
    width: 6%;
}
.contact .des p{
    display: inline-block;
}

.destex>div{
    margin-bottom: 2rem;
}
.dig .des{
    display: flex;
}
.dig .des .col-lg-2{
    padding-right: 0;
}
.dig .des p{
    padding-left: 0;
    letter-spacing: 3px;
    font-size: 1rem;
    padding-bottom: .5rem;
}
.dig .des h5{
    font-size: 1.2rem;
}
.dig .des img{
    padding-bottom: 0;
}
.des hr{
    background-color: #ff9900;
    height: 0.5rem;
    width: 50%;
    margin-top: 2rem;
}

/* ================================ */
/* Equip */
/* ================================ */
.equip{
    padding-top: 4rem;
    height: 100%;
    background: #fff;
    margin-bottom: 7rem;
}
.equip .sec-title h2{
    text-align: center;
}
.equip .sec-title hr{
    margin: 0 auto;
    margin-bottom: 3rem;
}
.equip .service_item{
    display: flex;
}
.equip .service_item p{
    text-align: center;
    font-size: 18px;
}
.equip .server-head{
    width: 100%;
    margin-top: 1rem;
}
.equip .server-head h3{
    display: inline-block;
    
}
.equip .server-head hr{
    display: inline-block;
    width: 80%;
    margin-left: 1rem;
    text-align:center;
    border:1px dashed #ccc;
}
.equip .col-lg-6 img{
    width: 80%;
}

/* ================================ */
/* VIODE-INDEX */
/* ================================ */

.tabs {
    position: relative;
    width: 100%;
    /*height: 250px;*/
    /* min-width: 240px; */
  }
  .tabs input[name="tab-control"] {
    display: none;
  }
  
  .tabs ul li label {
    font-weight: 600;
    font-size: 14px;
    color: #ff9900;
  }
  .tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
  }
  .tabs ul li {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }
  .tabs ul li label {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
    outline: 0;
    color: #bec5cf;
  }
  
  
  
  .tabs .content {
    /* margin-top: 30px; */
  }
  .tabs .content section {
    display: none;
    -webkit-animation-name: content;
            animation-name: content;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    line-height: 1.4;
  }
  
  
  .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    cursor: default;
    color: #ff9900;
  }
  
  /* @media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
      background: rgba(7, 167, 144, 0.2);
    }
  } */
  
  .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
    display: block;
  }
  .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    cursor: default;
    color: #ff9900;
  }
  
  /* @media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
      background: rgba(7, 167, 144, 0.2);
    }
  } */
  
  .tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
    display: block;
  }
  
  
  
  @-webkit-keyframes content {
    from {
      opacity: 0;
      -webkit-transform: translateY(5%);
              transform: translateY(5%);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
    }
  }
  @keyframes content {
    from {
      opacity: 0;
      -webkit-transform: translateY(5%);
              transform: translateY(5%);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
    }
  }
  @media (max-width: 1000px) {
    .tabs ul li label {
      white-space: initial;
    }
    
  }
  @media (max-width: 600px) {
    .tabs ul li label {
      padding: 5px;
      border-radius: 5px;
    }
    .tabs ul li label span {
      display: block;
      font-size: 0.4rem;
    }
    .tabs .slider {
      display: none;
    }
    .tabs .content {
      margin-top: 20px;
    }
    
  }
  
  /* ================================ */
/* 鐧惧害鍦板浘 */
/* ================================ */


.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
#dituContent img{
    max-width: none;
  }



  /* ================================ */
/* Service_urban*/
/* ================================ */
.city_server{
    display: inline-block;
    position: relative;
    margin: 1rem 0 2rem;
}
.city_server h3{
    font-size: 1.4rem;
    position: absolute;
    top: 0;
}
  .city_server_head{
      background-color: #1fb4a0;
      color: #ffffff;
      border-radius: 5px;
      width: 5rem;
      height: 5rem;
      text-align: center;
      padding-top: .5rem;
      display: inline-block;
  }
  .city_server_con{
      /* display: inline-block; */
      padding-left: 7rem;
      
  }
  .city_server_con p{
      margin-bottom: 0;
      position: relative;
  }
  .city_server_con p span{
      width: .3rem;
      height: .3rem;
      border-radius: 20px;
      background-color: #333;
      display: inline-block;
      position: absolute;
      top: 40%;
      left: -9%;
  }

  /* ================================ */
/* Service_project*/
/* ================================ */
  .module-banner {
	background: #f5f5f5;
	padding: 80px 0;
}
.module-banner-box {
	width: 1180px;
	margin: 0 auto;
	position: relative;
}
.module-banner-head {
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
	color: #333;
}
.module-banner-head em {
	display: block;
	margin-bottom: 14px;
	font-style: normal;
	font-size: 30px;
}
.module-banner-head span {
	font-size: 16px;
	opacity: .6;
}
.module-banner-tab-list {
	float: left;
	width: 280px;
}
.module-banner-tab-list .module-tab-nav li:nth-child(1) {
	background: #454545;
}
.module-banner-tab-list .module-tab-nav li:nth-child(2) {
	background: #3b3b3b;
}
.module-banner-tab-list .module-tab-nav li:nth-child(3) {
	background: #333333;
}
.module-banner-tab-list .module-tab-nav li:nth-child(4) {
	background: #2b2b2b;
}
.module-banner-tab-list .module-tab-nav li:nth-child(5) {
	background: #212121;
}
.module-banner-tab-list .module-tab-nav li:nth-child(6) {
	background: #1a1a1a;
}
.module-banner-tab-list .module-tab-nav li:nth-child(7) {
	background: #101010;
}
.module-banner-tab-list ul li {
	color: #fff;
	width: 280px;
	height: 70px;
	cursor: pointer;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.module-banner-tab-list ul li p {
	margin: 0;
	line-height: 70px;
    display: inline-block;
    font-size: 1rem;
}
.module-banner-tab-list ul li i {
	width: 25px;
	height: 25px;
	display: none;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav .on {
	opacity: 1;
	height: 70px;
	background-image: -webkit-linear-gradient(left, #00a77b 0%, #ff9900 100%);
	background-image: -moz-linear-gradient(left, #00a77b 0%, #ff9900 100%);
	background-image: -moz-linear-gradient(to right, #00a77b 0%, #ff9900 100%);
	background-image: -o-linear-gradient(to right, #00a77b 0%, #ff9900 100%);
	background-image: linear-gradient(to right, #00a77b 0%, #ff9900 100%);
	background-repeat: repeat;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav .on .icon {
	display: inline-block;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav li:hover {
	background-image: -webkit-linear-gradient(left, rgba(1, 230, 180, 0.4) 0%, rgba(17, 255, 215, 0.37)100%);
	background-image: -moz-linear-gradient(left, rgba(1, 230, 180, 0.4) 0%, rgba(17, 255, 215, 0.37) 100%);
	background-image: -moz-linear-gradient(to right, rgba(1, 230, 180, 0.4) 0%, rgba(17, 255, 215, 0.37) 100%);
	background-image: -o-linear-gradient(to right, rgba(1, 230, 180, 0.4) 0%, rgba(17, 255, 215, 0.37)100%);
	background-image: linear-gradient(to right, rgba(1, 230, 180, 0.4) 0%, rgba(17, 255, 215, 0.37) 100%);
	background-repeat: repeat;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav .on:hover {
	opacity: 1;
	height: 70px;
	background-image: -webkit-linear-gradient(left, #00a77b 0%, #ff9900 100%);
	background-image: -moz-linear-gradient(left, #00a77b 0%, #ff9900 100%);
	background-image: -moz-linear-gradient(to right, #00a77b 0%, #ff9900 100%);
	background-image: -o-linear-gradient(to right, #00a77b 0%, #ff9900 100%);
	background-image: linear-gradient(to right, #00a77b 0%, #ff9900 100%);
	background-repeat: repeat;
}
.icon-warehouse01 {
	background: url(../images/item001.svg) no-repeat center bottom;
}
.icon-warehouse02 {
	background: url(../images/item002.svg) no-repeat center bottom;
}
.icon-warehouse03 {
	background: url(../images/item003.svg) no-repeat center bottom;
}
.icon-warehouse04 {
	background: url(../images/item004.svg) no-repeat center bottom;
}
.icon-warehouse05 {
	background: url(../images/item005.svg) no-repeat center bottom;
}
.icon-warehouse06 {
	background: url(../images/item001.svg) no-repeat center bottom;
}
.module-banner-tab-list-box {
	float: right;
	width: 900px;
	height: 490px;
	background: #fff;
	padding: 40px;
	overflow: hidden;
	position: relative;
}
.module-tab-box-ma {
	width: 820px;
	opacity: 1;
	z-index: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	position: absolute;
}
.module-tab-title h4 {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: normal;
	position: relative;
}
.module-tab-title h4:before {
	content: " ";
	display: inline-block;
	width: 3px;
	height: 16px;
	background: #ff9900;
	margin-bottom: -2px;
	margin-right: 8px;
}
.module-tab-title p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.module-tab-text {
	margin: 20px 0;
}
.module-tab-text h4 {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: normal;
	position: relative;
}
.module-tab-text h4:before {
	content: " ";
	display: inline-block;
	width: 3px;
	height: 16px;
	background: #108cee;
	margin-bottom: -2px;
	margin-right: 8px;
}
.module-tab-text ul li {
	width: 33%;
	float: left;
	font-size: 14px;
	line-height: 38px;
	cursor: pointer;
	color: #a2a2a2;
	border: 1px solid #f4f4f4;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
}
.icon-bdm {
	background: url(../images/icon-item008-1.svg) no-repeat center;
	background-size: cover;
}
.module-tab-text ul li:hover a {
	color: #08acee;
}
.module-tab-link {
	position: relative;
}
.module-tab-link:after {
	content: '';
	width: 8px;
	height: 8px;
	float: right;
	margin: 15px 20px 0 0;
	transform: rotate(45deg);
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
}
.module-tab-text ul .module-tab-link:hover:after {
	border-color: #108cee
}
.module-tab-text .module-tab-link+.module-tab-link {
	width: calc(33% - 20px);
	margin-left: 20px;
}
.icon-bds {
	background: url(..images/icon-item009-1.svg) no-repeat center;
	background-size: cover;
}
.icon-bdx {
	background: url(../images/icon-item010-1.svg) no-repeat center;
	background-size: cover;
}
.module-tab-more a {
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	background: #108cee;
	text-align: center;
	width: 160px;
	display: inline-block;
	line-height: 40px;
	margin-top: 20px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.module-tab-more a:hover {
	background: #41a6f7
}
.module-tab-case li {
	float: left;
	margin-right: 20px;
}
.module-tab-case li i {
	width: 60px;
	height: 60px;
	border: 1px solid #f0f0f0;
	border-radius: 12px;
	display: inline-block;
}

.module-tab-case li span {
	color: #666;
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 24px;
}
.benefit{
    background-color: #3cae9b;
    margin: 0 3rem;
    padding: 2rem;
    border-radius: .8rem;
    color: #ffffff;
}
.benefit h4{
    text-align: center;
    color: #ffffff;
    padding-bottom: .5rem;
}
.service_item_info .head{
    text-align: center;
    padding: 0.5rem 0 2rem 0;
}
.service_item_info .head p{
    color: #666;
    font-size: 16px;
    padding-top: .5rem;
}

  /* ================================ */
/* Solution*/
/* ================================ */
.solution_head h4, .solution_title h4,.solution_title p{
    text-align: center;
    padding-bottom: .6rem;
}
.solution_head p,.solution_title p{
    color: #808080;
    line-height:28px
}
.solution_img{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.solution_img img{
    max-width: 100%;
}
.solution_step div P{
    border: 2px #3cae9b solid;
    border-radius: 20px;
    padding: .5rem 0 !important;;
    text-align: center;
    width: 100%;
}
.solution_step{
    margin-bottom: 2rem;
}
.solution_train,.solution_CCUS{
    display: flex;
}
.solution_train div,.solution_CCUS div{
    flex: 1;
}
.solution_train div P{
    border: 2px #3cae9b solid;
    border-radius: 20px;
    padding: .8rem 0 .8rem .3rem;
    text-align: center;
    width: 9vw;
    height: 10vh;
    line-height: 2rem;
    color: #3cae9b;
    font-size: 1.4rem;
    margin: 1rem auto;
    letter-spacing:3px
}
.solution_CCUS div{
    border: 2px #3cae9b solid;
    border-radius: 20px;
    padding: .8rem 0 .8rem .3rem;
    text-align: center;
    line-height: 2rem;
    color: #3cae9b;
    font-size: 1.4rem;
    margin: 1rem ;
    letter-spacing:3px
}
.about-us-section-two .image-wrapper .solution_CCUS  img{
    display: block;
    width: 15%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0 0.5rem 0;
}
.solution_train div P:hover{
    background-color: #3cae9b;
    color: #fff;
}


/* 必要布局样式css */
.aui-main {
    width: 1000px;
    min-height: 50px;
    margin: 0 auto;
}

.aui-section-box .aui-section-header {
    text-align: center;
}
.aui-section-header-title {
    text-align: center;
    color: #383838;
    font-size: 34px;
    line-height: 1.5;
}
.aui-summary {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #9b9ba3;
}
.aui-summary a {
    line-height: 1;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    margin: 0 5px;
    padding: 0;
    font-size: 16px;
    color: #488bff;
    background-color: #fff;
    border: 0;
}
.aui-summary-tag {
    margin-left: -5px;
    margin-right: -8px;
}
.aui-section-box .aui-section-body {
    position: relative;
    margin: 145px auto 0px;
    height: 486px;
    background: url(../images/main-bg.png) no-repeat center;
    background-size: auto 486px;
    background: url(../images/main-bg.png) no-repeat center\9;
}
.aui-section-box .aui-section-list .aui-section-list-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 5px;
    transition: 0.5s;
}
.aui-section-box .aui-section-list .aui-section-list-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 5px;
    transition: 0.5s;
}
.aui-section-box .aui-section-list .aui-section-list-item .obj {
    position: absolute;
    top: 0;
    width: 150px;
    transition: 0.5s;
    z-index: 1;
}
.aui-section-box .aui-section-list .aui-section-list-item img{
    max-width: 500%;
}
.aui-section-box .aui-section-list .aui-section-list-item .shadow {
    position: absolute;
    width: 150px;
    left: 0;
    top: 76px;
    opacity: 1;
    transition: 0.5s;
    z-index: 0;
    box-shadow:none !important;
}
.i-process .btn.cur .obj {
    top: -20px;
    transition: 0.65s;
}
.i-process .btn.cur .shadow {
    opacity: 1;
    transition: 0.65s;
    transform: scale(0.8, 0.8);
}
.aui-section-box .aui-section-list .aui-section-list-item.one {
    left: 1.8rem;
    top: 5rem;
}
.aui-section-box .aui-section-list .aui-section-list-item.two {
    left: 17rem;
    top: -5rem;
}
.aui-section-box .aui-section-list .aui-section-list-item.three {
    left: 35rem;
    top: -5rem;
}
.aui-section-box .aui-section-list .aui-section-list-item.four {
    left: 17rem;
    top: 14em;
}
.aui-section-box .aui-section-list .aui-section-list-item.five {
    left: 35rem;
    top: 14rem;
}
.aui-section-box .aui-section-list .aui-section-list-item.six {
    left: 52rem;
    top: 5rem;
}
.aui-section-list ul li:first-child {
    margin-left: 20px;
}
.aui-section-list ul li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    vertical-align: top;
    margin-left: 68px;
    font-size: 20px;
    line-height: 28px;
    color: #373d40;
    cursor: pointer;
    padding-bottom: 20px;
}
.aui-section-list ul .on {
    color: #488bff;
    border-bottom: 4px solid #488bff;
}
.aui-section-info {
    text-align: center;
    border-top: 1px solid #ececec;
}
.aui-section-info ul {
    padding: 30px 0;
    display: none;
}
.aui-section-info ul li dl {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
}
.aui-section-info ul li dl dd {
    float: left;
    margin-left: 66px;
}
.aui-section-info ul li dl dd:first-child {
    margin-left: 0;
}
.icon-icon {
    float: left;
    padding-top: 5px;
}
.icon-icon img {
    height: 32px;
    border: none;
    display: block;
}
.icon-main {
    padding-left: 10px;
    overflow: hidden;
    text-align: left;
}
.icon-title {
    font-size: 16px;
    color: #373d40;
    line-height: 1.5;
}
.icon-text {
    font-size: 12px;
    color: #a6a8ae;
    line-height: 1.5;
}
.icon-main-top {
    padding-top: 10px;
}
.aui-section-tab {
    height: 150px;
}
.solution_step1img_span{
    display: flex;
}
.solution_step1img_span span
{
    flex: 1;
    text-align: center;
}
.solution_step1img img{
    width: 100%;
}
.solution_step .solution_step1img p{
    background-color: #3cae9b;
    color: #fff;
    padding: 1rem 2rem !important;
    text-align: left !important;
    border-radius: 0 !important;
    text-indent:2em
}
.solution_step1{
    border:1px #3cae9b solid;
    border-radius: 2rem;
    padding: .5rem 0 0 4rem !important;
}
.solution_step1 p{
    margin: 0 !important;
    border: none !important;
    text-align: left !important;
    font-size: 16px;
}

.newenergy{
    border-radius: 5px;
    box-shadow:0px 12px 8px -12px #000; 
    border-radius:10px;
    height: 18rem;
    background-color: #f5f5f5;
}
.newenergy h5{
    color: #3cae9b;
    text-align: center;
    font-weight: 600;
    border-radius: 20px;
    padding: 1rem;
}
.newh5{
    margin-bottom: 1rem;
}
.newenergy p{
    padding: 0 1rem;
}
.newenergy_img{
    margin-top: 0 !important;
}
.newenergy_img img{
    width: 90% !important;
    display: block;
    margin: 0 auto;
}
.newenergy_icon{
    display: block;
    margin: 0 auto;
    padding-bottom: .5rem;
}
.rural h5{
    border: #3cae9b 1px dashed;
    border-radius: 5px;
    color: #3cae9b;
    line-height: 2.5rem;
    text-align: center;
    width: 50%;
    margin: 1rem auto;
    font-size: 1.2rem;
}
.rural p{
    text-align: center;
    background-color: #3cae9b;
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
}
.text span{
    /* color: #3cae9b;
    font-size: .9rem;
    font-weight: bold; */
}
.solution_train1,.solution_new{
    display: flex;
}
.solution_train1 div,.solution_new div{
    flex: 1;
    position: relative;
}
.solution_train1 div P{
    background-color: #3cae9b;
    color: #fff;
    padding: 1.5rem 0 .8rem .3rem;
    text-align: center;
    width: 7rem;
    height: 7rem;
    line-height: 2rem;
    font-size: 1.4rem;
    margin: 1rem auto;
    letter-spacing:3px;
    border-radius: 50%;
}
.solution_train1 div img{
    position: absolute;
    right: -3%;
    top: 40%;
}
.solution_new div{
    background: url(../images/newenergy1.gif) no-repeat;
    background-position: center center;
    background-size: 70%;
}
.solution_new div p{
    background-color: #3cae9b;
    color: #fff;
    padding: 2.2rem 0 .8rem 0.3rem;
    text-align: center;
    width: 9rem;
    height: 9rem;
    line-height: 2rem;
    font-size: 1.4rem;
    margin: 2.5rem auto;
    letter-spacing: 3px;
    border-radius: 50%;
}
.solution_new div P:hover{
    background-color: #fff;
    color: #3cae9b;
    cursor: pointer;
}


.solution_forestcon{
    background-color: #3cae9b;
    color: #fff;
    border-radius: 20px;
    line-height: 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
}
.solution_forestitem p{
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
}
.solution_forestitem span{
    color: #808080;
    text-align: center;
    display: block;
    padding: .5rem 0;
}
.solution_forestitem img{
    display: block;
    margin: 0 auto;
}
.solution_forestmap{
    background: url(../images/resource/map.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 100vh;
    position: relative;
}
.solution_forestmap .xibei{
    position: absolute;
    top: 40%;
    left: 17%;
}
.solution_forestmap .box1 {
    width: 245px;
    padding: 10px 10px;
    position: relative;
    background: #1fb4a0;
    border-radius: 5px;
    color: #fff;
}
.solution_forestmap .box1 h5{
    color: #fff;
}
.solution_forestmap .box1 p{
    margin-bottom: 0;
}
.solution_forestmap .box1 span {
    position: absolute;
    overflow: hidden;
}

.solution_forestmap .box1 span.needle {
    border-width: 20px 25px;
    border-style: solid;
    border-color: #1fb4a0 transparent transparent #1fb4a0;
    left: 66%;
    top: 85%;
}
.solution_forestmap .dongbei{
    position: absolute;
    top: 7%;
    left: 75%;
}
.solution_forestmap .dongbei .box1 {
    width: 266px;
    padding: 10px 10px;
    position: relative;
    background: #1fb4a0;
    border-radius: 5px;
    color: #fff;
}

.solution_forestmap .xinan{
    position: absolute;
    top: 74%;
    left: 36%;
}
.solution_forestmap .xinan .box1 {
    width: 200px;
    padding: 10px 10px;
    position: relative;
    background: #1fb4a0;
    border-radius: 5px;
    color: #fff;
}

.solution_forestmap .jing{
    position: absolute;
    top: 26%;
    left: 59%;
}
.solution_forestmap .jing .box1 {
    width: 300px;
    padding: 10px 10px;
    position: relative;
    background: #1fb4a0;
    border-radius: 5px;
    color: #fff;
}

.solution_forestmap .huang{
    position: absolute;
    top: 47%;
    left: 46%;
}
.solution_forestmap .huang .box1 {
    width: 265px;
    padding: 10px 10px;
    position: relative;
    background: #1fb4a0;
    border-radius: 5px;
    color: #fff;
}

.solution_forestmap .chang{
    position: absolute;
    top: 53%;
    right: 7%;
}
.solution_forestmap .chang .box1 {
    width: 220px;
    padding: 10px 10px;
    position: relative;
    background: #1fb4a0;
    border-radius: 5px;
    color: #fff;
}
.solution_forestmap .chang .box1 span.needle {
    border-width: 20px 25px;
    border-style: solid;
    border-color: #1fb4a0 transparent transparent #1fb4a0;
    left: 20%;
    top: 85%;
}

.solution_forestmap .dong{
    position: absolute;
    top: 74%;
    left: 68%;
}
.solution_forestmap .dong .box1 {
    width: 200px;
    padding: 10px 10px;
    position: relative;
    background: #1fb4a0;
    border-radius: 5px;
    color: #fff;
}
.solution_forestmap .dong .box1 span.needle {
    border-width: 20px 25px;
    border-style: solid;
    border-color: #1fb4a0 transparent transparent #1fb4a0;
    left: 20%;
    top: 85%;
}
.solution_forestmap .jing:hover,
.solution_forestmap .xibei:hover,
.solution_forestmap .dong:hover,
.solution_forestmap .chang:hover,
.solution_forestmap .huang:hover,
.solution_forestmap .xinan:hover,
.solution_forestmap .dongbei:hover{
    transform:scale(1.1);
    cursor: pointer;
}

.forestitme{
    padding-left:4rem;
    margin-bottom: 3rem;
}
.forestitme span{
    display: block;
}
.forestitme .textspan{
    color: #fff;
    font-size: 16px;
    padding-top: 1rem;
}
.forestitme .textp{
    color: #3cae9b;
    font-size: 2rem;
    font-weight: 600;
    padding-top: .5rem;
}
.forestitme i{
    display: inline-block;
    background-color: #3cae9b;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.forestitme_one{
    background: #3cae9b;
    color: #fff;
    text-align: center;
    padding-top: 4rem;
    padding-left: 0;
}
.forestitme_two{
    text-align: center;
}
.forestitme_two div{
    margin: 1.5rem 0;
}
.pricing-block .moshi{
    padding-bottom: 9.5rem ;
}
.pricing-block .moshi .content,.pricing-block .content p{
    text-indent: 2em;
}
 

/* ================================ */
/* Project_city */
  /* ================================ */
  .citytabs input[name="tab-control"] {
    display: none;
  }
  .citytabs .content section h2,
  .citytabs ul li label {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 18px;
    color: #3cae9b;
  }
  .citytabs ul {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .citytabs ul li {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 25%;
    padding: 0 10px;
    text-align: center;
  }
  .citytabs ul li label {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .citytabs ul li label br {
    display: none;
  }
  .citytabs ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .citytabs ul li label:hover, .citytabs ul li label:focus, .citytabs ul li label:active {
    outline: 0;
    color: #bec5cf;
  }
  .citytabs ul li label:hover svg, .citytabs ul li label:focus svg, .citytabs ul li label:active svg {
    fill: #bec5cf;
  }
  .citytabs .slider {
    position: relative;
    width: 25%;
    -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  }
  .citytabs .slider .indicator {
    position: relative;
    width: 50px;
    max-width: 100%;
    margin: 0 auto;
    height: 4px;
    background: #3cae9b;
    border-radius: 1px;
  }
  .citytabs .content {
    margin-top: 3rem;
  }
  .citytabs .content section {
    display: none;
    -webkit-animation-name: content;
            animation-name: content;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    line-height: 1.4;
  }
  .citytabs .content section h2 {
    color: #3cae9b;
    display: none;
  }
  .citytabs .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #3cae9b;
    margin-top: 5px;
    left: 1px;
  }
  .citytabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    cursor: default;
    color: #3cae9b;
  }
  .citytabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
    fill: #3cae9b;
  }
  @media (max-width: 600px) {
    .citytabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
      background: rgba(0, 0, 0, 0.08);
    }
  }
  .citytabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .citytabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
    display: block;
  }
  .citytabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    cursor: default;
    color: #3cae9b;
  }
  .citytabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
    fill: #3cae9b;
  }
  @media (max-width: 600px) {
    .citytabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
      background: rgba(0, 0, 0, 0.08);
    }
  }
  .citytabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .citytabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
    display: block;
  }
  .citytabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    cursor: default;
    color: #3cae9b;
  }
  .citytabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
    fill: #3cae9b;
  }
  @media (max-width: 600px) {
     input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
      background: rgba(0, 0, 0, 0.08);
    }
  }
   input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
   input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
    display: block;
  }
  .citytabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    cursor: default;
    color: #3cae9b;
  }
  .citytabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
    fill: #3cae9b;
  }
  @media (max-width: 600px) {
    .citytabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
      background: rgba(0, 0, 0, 0.08);
    }
  }
  .citytabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
  }
  .citytabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
    display: block;
  }
  @-webkit-keyframes content {
    from {
      opacity: 0;
      -webkit-transform: translateY(5%);
              transform: translateY(5%);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
    }
  }
  @keyframes content {
    from {
      opacity: 0;
      -webkit-transform: translateY(5%);
              transform: translateY(5%);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
    }
  }
  @media (max-width: 1000px) {
    .citytabs ul li label {
      white-space: initial;
    }
    .citytabs ul li label br {
      display: initial;
    }
    .citytabs ul li label svg {
      height: 1.5em;
    }
  }
  @media (max-width: 600px) {
    .citytabs ul li label {
      padding: 5px;
      border-radius: 5px;
    }
    .citytabs ul li label span {
      /* display: none; */
      font-size: 1rem;
      font-weight: normal;
    }
    .citytabs .slider {
      display: none;
    }
    .citytabs .content {
      margin-top: 20px;
    }
    .citytabs .content section h2 {
      display: block;
    }
  }
  

  /* About_responsibility
  社会公益        */
.resp{
    padding-bottom: 0 !important;
}
  .notes{
      display: block;
      color: #999;
      text-align: center;
      font-size: .6rem;
  }
  .info-one{
      margin-top: 0 !important;
  }
.resptitle{
    font-size: .9rem;
    padding: .5rem 0;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
}

/* 公益活动轮播图 */
.ato-content {
    margin: 0 auto;
}

.ato-list ul {
    height: 470px;
}

.ato-list ul li {
    border-radius: 10px;
	margin-top:30px;
    width: 270px;
    height: 26.5rem;
    float: left;
    margin-left: 26px;
    margin-right: 0;
    text-align: center;
    background-color: #fff;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
    position: relative;
    box-shadow: 1px 0px 8px rgba(0,167,123,0.12);
    top: 10px;
    left: -10px;
}

.ato-list ul li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0px 2px rgba(0,167,123,0.24);
    border-radius: 10px;
}

.ato-list ul li div {
    width: 270px;
    margin: 30px 0 25px 0;
    text-align: center;
}

.ato-list ul li div img {
    /* width: 100%; */
    height: auto;
    border: none;
    display: block;
    margin: 0 auto;
}

.ato-list ul li h3 {
    font-size: 14px;
    color: #244e6f;
    font-weight: normal;
    margin-bottom: 10px;
}

.ato-list ul li p {
    margin: 0;
    text-align: left;
    font-size: 13px;
    color: #8e8e8e;
    line-height: 25px;
    padding: 0 22px 20px 22px;
}

.ato-more {
    width: 157px;
    height: 36px;
    text-align: center;
    display: none;
    display: inline-block;
    border: 1px solid #7D7D7D;
    line-height: 34px;
    color: #666;
    font-size: 13px;
    text-decoration: none;
    position: absolute;
    bottom: 30px;
    left: 55px;
}

.ato-more:hover {
    background-color: #3cae9b;
    border-color: #3cae9b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #FFF;
}

.ato-list-fl {
    float: left;
}

.ato-title {
    width: 266px;
    margin-top: 130px;
    padding-right: 20px;
}

.ato-title h2 {
    font-size: 24px;
    line-height: 33px;
    color: #333;
    padding: 0;
    margin: 0;
    font-weight: inherit;
}

.ato-title p {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.ato-list-fl a {
    width: 50px;
    height: 50px;
    position: relative;
    margin-top: 54px;
    margin-right: 10px;
    float: left;
    border: 1px solid #3cae9b;
    display: block;
    background: #fff;
    overflow: hidden;
}

.ato-list-fl a img {
    width: 22px;
    height: 22px;
    display: block;
    border: none;
    margin: 0 auto;
    margin-top: 12px;
}

.ato-list {
    float: left;
    width: 910px;
    height: 500px;
}

.ato-list ul li:hover {
    top: -5px;
    box-shadow: 0 10px 12px rgba(0,167,123,0.12);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.prev:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.prev:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.prev:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.prev:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.next:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.next:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.next:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.next:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 11px;
}

.ato-list-fl a:hover {
    background: #3cae9b;
    border: 1px solid #3cae9b;
}

/* 奖状轮播图 */
.mn-wrap {
    /* width: 1300px;
    height: 230px; */
    background: #FFFFFF;
    overflow: hidden;
    margin-bottom: 5rem;
    position: relative;
}
.mn-swiper{
    width: 1186px;
    height: 100%;
    position: initial !important;
}
.swiper-wrapper {
    -webkit-transition-timing-function: linear;    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
  }
.mn-swiper .swiper-slide a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.mn-swiper .swiper-slide{
    width: 268px !important;
    height: 150px !important;
    opacity: 0.5;   
    border-radius: 4px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 150px;
    margin-top: 2rem;
    margin-left: 26px;text-align: center;transition:all .7s ease 0s;
}
.mn-swiper .swiper-slide:hover{

    opacity: 0.9;  box-shadow: -1px 1px 27px -5px rgba(0,0,0,0.7);
-webkit-box-shadow: -1px 1px 27px -5px rgba(0,0,0,0.7);
-moz-box-shadow: -1px 1px 27px -5px rgba(0,0,0,0.7);

}

.service .imagedep img{
    width: 100%; 
}
.about-us-section-two .newoffice img{
    width: 90%;
}