﻿@import url("../fonts/iconfont.css");
@import url("../fonts/1/iconfont.css");
@import url("../fonts/2/iconfont.css");
@import url('animate.css');
@import url('flaticon.css');
@import url('fontawesome-all.css');
@import url('owl.carousel.min.css');
@import url('custom-animate.css');
@import url('magnific-popup.css');
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%
}

body {
    font-size: 13px;
    color: #666;
    line-height: 1.6em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: "思源黑体 CN Regular ", 'Lato', sans-serif
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #7d7d7d
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0;
    background: 0;
    line-height: 1.2em;
    letter-spacing: -0.02em
}

textarea {
    overflow: hidden
}

button {
    outline: none !important;
    cursor: pointer
}

p {
    font-size: 13px;
    line-height: 24px;
    color: #666
}

.text {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    color: #555;
    margin: 0
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-input-placeholder {
    color: inherit
}

::-ms-input-placeholder {
    color: inherit
}

.large-container {
    position: static;
    max-width: 1500px;
    padding: 0 15px;
    margin: 0 auto
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 9
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px
}

.centered {
    text-align: center !important
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #222;
    padding: 9px 32px;
    overflow: hidden;
    border-radius: 50px;
    overflow: hidden;
    background: 0;
    border: 1px solid #aaa;
    text-transform: capitalize
}

.btn-style-one .txt {
    position: relative;
    z-index: 1
}

.btn-style-one:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: -50px;
    border-bottom: 50px solid #7d7d7d;
    border-right: 30px solid transparent;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.btn-style-one:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: -50px;
    border-left: 30px solid transparent;
    border-bottom: 50px solid #7d7d7d;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.btn-style-one:hover::before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%)
}

.btn-style-one:hover::after {
    -webkit-transform: translateX(40%);
    transform: translateX(40%)
}

.btn-style-one:hover {
    color: #fff;
    border-color: #7d7d7d
}

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 15px 40px 15px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    background-color: #7d7d7d;
    text-transform: capitalize
}

.btn-style-two .txt {
    position: relative;
    z-index: 1;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease
}

.btn-style-two:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #222;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5)
}

.btn-style-two:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1)
}

.btn-style-two:hover {
    color: #fff
}

.phone-btn {
    position: relative;
    border-radius: 50px;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    padding: 18px 30px 18px 90px;
    border: 1px solid #222
}

.phone-btn .icon {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
    background-color: #222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.phone-btn:hover .icon {
    background-color: #7d7d7d
}

.phone-btn:hover {
    color: #fff;
    background-color: #222
}

.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    padding: 16px 54px 14px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    background-color: #7d7d7d;
    text-transform: capitalize
}

.btn-style-three .txt {
    position: relative;
    z-index: 1;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease
}

.btn-style-three:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #1fb795;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5)
}

.btn-style-three:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.btn-style-three:hover {
    color: #fff
}

.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #fb5380;
    padding: 7px 36px 6px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    border: 2px solid #fff;
    background-color: #fff;
    text-transform: capitalize
}

.btn-style-four:hover {
    color: #fff;
    background: 0
}

.btn-style-five {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 11px 40px 11px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    background-color: #7d7d7d;
    text-transform: capitalize
}

.btn-style-five .txt {
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.btn-style-five:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5)
}

.btn-style-five:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1)
}

.btn-style-five:hover {
    color: #7d7d7d
}

.list-style-one {
    position: relative
}

.list-style-one li {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: #777;
    font-weight: 700;
    padding-left: 32px;
    margin-bottom: 20px
}

.list-style-one li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #7d7d7d;
    font-weight: 400
}

.list-style-two {
    position: relative
}

.list-style-two li {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    padding-left: 32px;
    margin-bottom: 20px
}

.list-style-two li:last-child {
    margin-bottom: 0
}

.list-style-two li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 400
}

.theme_color {
    color: #7d7d7d
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.dropdown-toggle::after {
    display: none
}

.fa {
    line-height: inherit
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 30px;
    height: 60px;
    width: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #7d7d7d;
    display: none;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.scroll-to-top:hover {
    background: #7d7d7d
}

.main-header {
    position: relative;
    display: block;
    z-index: 99999
}

.main-header .header-top {
    position: relative;
    background-color: #7d7d7d
}

.header-top-area {
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
}

.header-top-area .row {
    margin-right: 0;
    margin-left: 0
}

.header-top-area a {
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: 400;
    line-height: 34px vertical-align: middle;
}

.header-top-area a:hover {
    color: #000 !important
}

.header-top-area i {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
    vertical-align: middle;
}

.header-top-area .header-top-left-part {
    float: left;
    -ms-align-items: center;
    align-items: center;
}

.header-top-right-part {
    float: right;
}

.header-top-area .phone {
    padding-right: 20px;
    vertical-align: middle;
}

.header-top-area .phone i,
.header-top-area .email i {
    font-size: 12px
}

.header-top-area .j-b,
.header-top-area .c-g {
    padding-right: 40px;
    position: relative;
    float: left;
    vertical-align: middle;
}

.header-top-area .j-b:after,
.header-top-area .c-g:after {
    background: #fff;
    content: "";
    position: absolute;
    width: 1px;
    height: 35%;
    right: 18px;
    top: 12px;
}

.header-top-area .header-top-left-part i:before {
    font-size: 16px
}

.header-top-area .header-top-right-part .social-links {
    position: relative;
    display: inline-block;
    margin-top: 3px
}

.header-top-area .header-top-left-part span a:hover {
    color: #000
}

.header-top-area .header-top-right-part .social-links li {
    display: inline-block;
    margin-left: 15px
}

.header-top-area .header-top-right-part .social-links li a {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.header-top-area .header-top-right-part .social-links li a:hover {
    color: #000
}

.header-top-area .header-top-right-part .language {
    display: inline-block;
    position: relative;
}

.header-top-area .header-top-right-part .language .language-btn {
    position: relative;
    text-decoration: none;
    width: 48px;
    text-align: left;
    -webkit-transition: .5s;
    transition: .5s
}

.header-top-area .header-top-right-part .language .language-btn i {
    margin-right: 4px
}

.header-top-area .header-top-right-part .language .language-btn i::before {
    font-size: 14px
}

.header-top-area .header-top-right-part .language .language-btn:hover {
    color: #000
}


/*.header-top-area .header-top-right-part .language .language-btn::after {
    content: "∨";
    position: absolute;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    top: 0;
    font-size: 16px
}
*/

.header-top-area .header-top-right-part .language .language-dropdown {
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 35px;
    right: 0;
    width: 120px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    transition: .5s
}

.header-top-area .header-top-right-part .language .language-dropdown.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #7d7d7d
}

.header-top-area .header-top-right-part .language .language-dropdown li {
    position: relative;
    background-color: #0a3041;
    z-index: -1
}

.header-top-area .header-top-right-part .language .language-dropdown li a {
    display: block;
    position: relative;
    padding: 5px 10px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none
}

.header-top-area .header-top-right-part .language .language-dropdown li a:hover {
    background: #7d7d7d
}

.header-top-area .header-top-right-part .language .language-dropdown li :last-child a {
    border-bottom: 0
}

.main-header .header-upper {
    position: relative;
    z-index: 5;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease
}

.main-header .header-upper .logo-outer {
    position: relative;
    float: left;
    z-index: 25;
    padding: 14px 0;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease
}

.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%
}

.main-header .header-upper .nav-outer {
    float: right;
    position: static
}

.main-header .header-lower {
    position: relative;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease
}

.main-menu {
    position: static;
    float: left
}

.main-menu .navbar-collapse {
    padding: 0
}

.main-menu .navigation {
    position: static;
    margin: 0
}

.main-menu .navigation>li.list {
    margin-right: 0
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease
}

.moble_nav,
.header_language {
    display: none;
}

.header_language {
    font-size: 16px;
    color: #7d7d7d;
}

.header_language:hover {
    color: #000
}

.main-menu .navigation>li:last-child {
    margin-right: 0
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 31px 0;
    font-weight: 400;
    opacity: 1;
    color: #7d7d7d;
    padding: 0;
    text-transform: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li:hover>a:before {
    width: 100%
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: #000
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: -52px;
    top: 100%;
    width: 180px;
    z-index: 100;
    opacity: 1;
    padding: 0 0 0;
    background: #fff;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding-bottom: 10px
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li:last-child a::after {
    display: none
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    line-height: 19px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    color: #222;
    border-bottom: 1px solid #d8d8d8;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation>li>ul>li>a:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    border-bottom: 1px solid #7d7d7d;
    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:hover>a:after {
    width: 100%
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: 0;
    padding-bottom: 0
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #7d7d7d
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 0;
    top: 12px;
    width: 10px;
    display: block;
    line-height: 19px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
    padding-bottom: 0
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #7d7d7d
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    background: #fff;
    color: #7d7d7d;
    cursor: pointer;
    z-index: 5;
    display: none
}

.header-style-two {
    position: relative
}

.main-header .header-upper .upper-right .info-outer {
    position: relative;
    padding-bottom: 30px
}

.main-header .info-box {
    position: relative;
    float: left;
    margin-right: 60px;
    font-size: 14px;
    color: #98b2c4;
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 0 50px
}

.main-header .info-box:last-child {
    margin: 0;
    padding: 0;
    float: right
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 0;
    top: 8px;
    color: #7d7d7d;
    font-size: 34px;
    line-height: 1em;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .info-box li {
    position: relative;
    color: #777;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9em;
    text-transform: capitalize
}

.main-header .info-box li span {
    font-weight: 700;
    font-size: 18px
}

.main-header .info-box li a {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Lora', serif
}

.main-header.header-style-two .header-lower {
    background-color: #7d7d7d
}

.main-header.header-style-two .nav-outer {
    width: 100%
}

.main-header.header-style-two .header-upper .logo-box {
    padding: 30px 0;
    margin: 0
}

.main-header.header-style-two .outer-box {
    padding: 0
}

.main-header.header-style-two .header-lower .search-box-outer {
    margin-top: 23px;
    margin-right: 20px
}

.main-header.header-style-two .header-upper .upper-right {
    padding-left: 0;
    padding-top: 38px
}

.option-box {
    position: relative;
    float: left;
    margin-top: 0;
    margin-left: 25px
}

.main-header .outer-box .option-box>li {
    position: relative;
    margin-left: 20px;
    display: inline-block
}

.main-header .outer-box .option-box .cart-box {
    position: relative;
    float: left;
    color: #fff;
    font-size: 16px;
    background: 0;
    margin-top: 18px;
    display: inline-block;
    margin-right: 25px
}

.main-header .outer-box .option-box .cart-box .cart-box-btn {
    background: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease
}

.main-header .outer-box .option-box .cart-box .cart-box-btn:after {
    display: none
}

.main-header .outer-box .option-box .cart-box .cart-box-btn .total-cart {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 18px;
    height: 18px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    background-color: #222
}

.main-header .outer-box .option-box .cart-box .cart-box-btn:hover {
    color: #222
}

.main-header .outer-box .option-box .cart-product {
    position: relative;
    margin-bottom: 18px;
    min-height: 90px;
    border-bottom: 1px solid #e4e4e4
}

.main-header .outer-box .option-box .cart-product .inner {
    position: relative;
    padding-left: 90px;
    min-height: 70px
}

.main-header .outer-box .option-box .cart-product .inner .cross-icon {
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 1;
    color: #263120;
    font-size: 16px;
    cursor: pointer;
    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-header .outer-box .option-box .cart-product .inner .cross-icon:hover {
    color: #0056b3
}

.main-header .outer-box .option-box .cart-product .inner .image {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0
}

.main-header .outer-box .option-box .cart-product .inner h3 {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    letter-spacing: 1px;
    text-transform: capitalize
}

.main-header .outer-box .option-box .cart-product .inner h3 a {
    color: #222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease
}

.main-header .outer-box .option-box .cart-product .inner h3 a:hover {
    color: #7d7d7d
}

.main-header .outer-box .option-box .cart-product .inner .quantity-text {
    position: relative;
    font-weight: 300;
    color: #666;
    font-size: 13px;
    margin-bottom: 0
}

.main-header .outer-box .option-box .cart-product .inner .price {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    color: #222
}

.main-header .outer-box .option-box .cart-box .cart-panel {
    left: auto !important;
    right: 0 !important;
    border-radius: 0;
    padding: 20px 20px;
    min-width: 300px;
    margin-top: 34px;
    z-index: -1;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    border: 3px solid #7d7d7d;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important
}

.main-header .outer-box .option-box .cart-box .cart-panel .cart-total {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize
}

.main-header .outer-box .option-box .cart-box .cart-panel .cart-total span {
    font-weight: 800;
    font-size: 18px
}

.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed {
    position: relative;
    text-align: center;
    margin-top: 20px
}

.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li {
    position: relative;
    margin: 0 5px;
    display: inline-block
}

.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li a {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 20px 8px;
    border-radius: 2px;
    display: inline-block;
    background-color: #7d7d7d;
    border: 1px solid #7d7d7d;
    text-transform: uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease
}

.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li a:hover {
    color: #7d7d7d;
    background: 0
}

.main-header .outer-box .option-box .cart-box .icon a {
    color: #999
}

.header-style-two .outer-box .search-box-btn {
    position: relative;
    margin: 0;
    padding: 13px 15px;
    background-color: #fff
}

.header-style-two .outer-box .search-box-btn .icon {
    position: relative;
    color: #000;
    font-size: 20px
}

.header-style-two .outer-box .nav-box {
    position: relative;
    float: left;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    margin: 14px 0 14px 20px
}

.header-style-two .main-menu .navigation>li {
    padding: 8px 20px;
    margin-right: 1px
}

.header-style-two .main-menu .navigation>li>a {
    font-size: 16px;
    color: #fff
}

.header-style-two .main-menu .navigation>li>a:before {
    display: none
}

.header-style-two .main-menu .navigation>li.current,
.header-style-two .main-menu .navigation>li:hover {
    background-color: #000
}

.header-style-two.fixed-header .main-menu .navigation>li.current,
.header-style-two.fixed-header .main-menu .navigation>li:hover {
    background: 0
}

.header-style-three.fixed-header .main-menu .navigation>li.current a,
.header-style-three.fixed-header .main-menu .navigation>li:hover a {
    background: 0
}

.header-style-two.fixed-header .main-menu .navigation>li.current a,
.header-style-two.fixed-header .main-menu .navigation>li:hover a,
.header-style-three.fixed-header .main-menu .navigation>li.current a,
.header-style-three.fixed-header .main-menu .navigation>li:hover a {
    color: #222 !important
}

.header-style-two .main-menu .navigation>li:hover>a,
.header-style-two .main-menu .navigation>li.current>a {
    color: #fff !important
}

.header-style-two .header-lower .outer-box .social-box {
    position: relative;
    float: left;
    margin-top: 16px;
    margin-right: 15px
}

.header-style-two .header-lower .outer-box .social-box li {
    position: relative;
    margin: 0 7px;
    display: inline-block
}

.header-style-two .header-lower .outer-box .social-box li a {
    position: relative;
    color: #fff;
    font-size: 14px
}

.header-style-three {
    position: absolute;
    left: 0;
    width: 100%
}

.header-style-three .inner-container {
    padding: 0 70px
}

.header-style-three .header-upper .nav-outer {
    padding-left: 60px
}

.header-style-three .main-menu .navigation>li>a:before {
    display: none
}

.header-style-three .main-menu .navigation>li {
    margin-right: 2px
}

.header-style-three .main-menu .navigation>li>a {
    color: #fff;
    padding: 0 10px;
    border-radius: 4px
}

.header-style-three .main-menu .navigation>li.current>a,
.header-style-three .main-menu .navigation>li:hover>a {
    background-color: #222
}

.header-style-three .main-menu .navigation>li:hover>a,
.header-style-three .main-menu .navigation>li.current>a {
    color: #fff !important
}

.header-style-three .outer-box .nav-box {
    position: relative;
    float: left;
    color: #fff;
    font-size: 26px;
    margin: 10px 0;
    cursor: pointer
}

.header-style-three .social-box {
    position: relative;
    float: left;
    margin-left: 15px;
    margin-right: 10px
}

.header-style-three .social-box li {
    position: relative;
    float: left;
    margin: 0 4px
}

.header-style-three .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #004cd9;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #ebebeb;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.header-style-three .social-box li a:hover {
    background-color: #fff
}

.header-style-three .outer-box .search-box-btn {
    margin: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff
}

.header-style-three .outer-box .search-box-btn .icon {
    color: #004cd9;
    font-size: 18px
}

.close-side-widget {
    color: #fff
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: -1;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99999;
    visibility: visible
}

.fixed-header .sticky-header .logo {
    padding: 13px 0
}

.main-menu .navigation>li {
    padding: 0;
    margin-right: 60px;
    background-color: transparent
}

.main-menu .navigation>li:last-child {
    margin-right: 0;
}

.sticky-header .main-menu .navigation>li>a:before,
.sticky-header .main-menu .navigation>li:after {
    display: none !important
}

.sticky-header .main-menu .navigation>li>a {
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
    color: #b2db17
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none
}

.nav-outer .mobile-nav-toggler .iconfont {
    display: block;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    top: -56px;
    right: 0;
    z-index: 1111111111111111111
}

.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 .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left
}

.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%;
    opacity: .2;
    z-index: 1;
    background: rgba(0, 0, 0, 0.90);
    -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
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -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 .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.mobile-menu .close-btn {
    position: absolute;
    right: 8px;
    top: 3px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 32px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.mobile-menu .close-btn:hover {
    opacity: .50
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.10)
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10)
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: 0
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10)
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    /*    text-transform: capitalize*/
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
    color: #b2db17
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10)
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 55px
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #222;
    font-weight: 700;
    padding-bottom: 25px;
    text-transform: capitalize
}

.sec-title .separator {
    position: relative;
    width: 100px
}

.sec-title .separator:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc
}

.sec-title .separator:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -15px;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border: 10px solid #fff;
    background-color: #7d7d7d
}

.sec-title.light .separator:after {
    background-color: #222
}

.sec-title .separator.style-two::after {
    border-color: #f5f5f5
}

.sec-title .separator.style-three::after {
    border-color: #fafafa
}

.sec-title.centered .separator {
    margin: 0 auto
}

.sec-title.light h2,
.sec-title.light .title {
    color: #fff
}

.sec-title.centered {
    text-align: center
}

.sec-title.style-two .title {
    text-transform: capitalize;
    color: #7d7d7d;
    font-size: 20px
}

.footer {
    background: #7d7d7d;
    padding: 80px 0 30px;
    margin-top: -2px
}

.footer-main-left {
    float: left
}

.footer-main-right {
    float: right
}

.footer-box {
    display: flex;
    margin-bottom: 20px;
    flex-direction: row;
    margin-right: -15px;
    margin-left: -15px
}

.footer-main-area {
    height: 216px;
    margin: 0 0 0 15px
}

.footer-bottom-area {
    border-top: 1px solid #fff;
    padding: 15px 0
}

.footer-widget {
    margin-right: 60px;
    display: inline-block
}

.footer-widget:nth-child(1) {
    margin: 0 60px 0 0;
}

.footer-widget-list li {
    display: inherit;
    margin-bottom: 5px
}

.tar {
    margin-right: 0 !important;
    margin-left: 30px !important
}

.tar .qr {
    width: 140px;
}

.tar p {
    font-size: 13px;
    margin: 10px 0;
    text-align: center;
    color: #fff;
}

.footer-widget-list li a {
    font-size: 14px;
    color: #fff;
    position: relative
}

.footer-widget-list li a:hover {
    color: #b2db17
}

.custom-select-categories {
    background-color: #ccc;
    color: #fff;
    height: 56px;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 15px;
    border: 1px solid #dfdce6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none
}

.widget_bootom {
    margin-bottom: 10px;
}

.widget_bootom .title,
.f-cild,
.f-cild a {
    font-size: 13px;
    color: #fff;
    margin-left: 15px;
}

.widget_bootom li {
    float: left;
    margin: 0 20px;
}

.widget_bootom li:last-child {
    margin: 0;
}

.widget_bootom li a {
    font-size: 16px;
    color: #fff;
}

.f-cild li {
    text-align: right;
    float: right;
    padding-left: 45px
}

.f-cild ul {
    color: #fff
}

.f-cild li {
    position: relative
}

.f-cild li a {
    font-size: 14px;
    color: #fff
}

.f-t-cild ul {
    margin-left: -15px
}

.f-t-cild li {
    padding-top: 20px;
    margin-right: 20px
}

.f-t-cild li a {
    font-size: 18px;
    color: #fff
}

.f-cild li.f-c:after {
    background: #fff;
    content: "";
    position: absolute;
    height: 60%;
    width: 1px;
    right: 193px;
    top: 6px
}

.f-cild li.f-d:after {
    background: #fff;
    content: "";
    position: absolute;
    height: 60%;
    width: 1px;
    right: -21px;
    top: 6px
}

.footer-bottom-area .f-left li {
    float: left;
    margin-right: 20px;
    color: #fff
}

.footer-bottom-area .f-left li:nth-child(1) {
    margin-right: 0;
}

.footer-bottom-area .f-left li a,
.f-right a {
    color: #fff
}

.footer-bottom-area .f-left li a:hover,
.f-right a:hover,
.f-t-cild li a:hover,
.f-cild li a:hover,
.f-cild a:hover {
    color: #b2db17
}

.custom-select-categories option {
    width: 100%;
    height: 50px
}

.footer-main-right {
    position: relative
}

.footer-main-right .language {
    width: 260px;
    display: inline-block;
    position: relative;
    margin-right: 15px
}

.footer-main-right .language .language-btn {
    display: inline-block;
    position: relative;
    text-decoration: none;
    width: 260px;
    padding: 5px 40px 5px 20px;
    background: #eee;
    text-align: left;
    -webkit-transition: .5s;
    transition: .5s;
    color: #666;
	line-height:30px;
}

.footer-main-right .language .language-btn i {
    margin-right: 4px
}

.footer-main-right .language .language-btn i::before {
    font-size: 14px
}

.footer-main-right .language .language-btn:hover {
    color: #000 !important
}

.footer-main-right .language .language-btn::after {
    content: "▼";
    position: absolute;
    right: 11px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    top: 5px;
    font-size: 16px
}

.footer-main-right .language .language-dropdown {
    text-align: left;
    position: absolute;
	width:260px;
    z-index: 10;
    top: 42px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    transition: .5s
}

.footer-main-right .language .language-dropdown.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ddd
}

.footer-main-right .language .language-dropdown li {
    position: relative;
    background-color: #0a3041;
    z-index: -1
}

.footer-main-right .language .language-dropdown li a {
    display: block;
    position: relative;
    padding: 10px 20px;
    color: #7d7d7d;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-size: 14px
}

.footer-main-right .language .language-dropdown li a:hover {
    background: #ccc;
    color: #000 !important
}

.footer-main-right .language .language-dropdown li :last-child a {
    border-bottom: 0
}

.home-carousel.owl-carousel .owl-nav button.owl-prev,
.home-carousel.owl-carousel .owl-nav button.owl-next {
    font-size: 20px;
    height: 50px;
    border-radius: 50%;
    left: 45px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    background: linear-gradient(45deg, #7d7d7d, #7d7d7d) !important;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition: all 600ms ease 0ms;
    -webkit-transition: all 600ms ease 0ms;
    -ms-transition: all 600ms ease 0ms;
    -o-transition: all 600ms ease 0ms;
    transition: all 600ms ease 0ms;
    opacity: 0;
    visibility: hidden
}

.home-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.home-carousel.owl-carousel .owl-nav button.owl-next:hover {
    opacity: 1;
    visibility: visible;
    background: linear-gradient(45deg, #b2db17, #b2db17) !important
}

.home-carousel.owl-carousel:hover .owl-nav button.owl-prev {
    left: 15px
}
.mobile_banenr{
    display: none;
}
.home-carousel.owl-carousel:hover .owl-nav button.owl-next {
    right: 15px
}

.home-carousel.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 45px
}

.team-items-3col,
.testimonial_items_2col {
    position: relative
}

.team-items-3col.owl-carousel .owl-nav .owl-prev,
.team-items-3col.owl-carousel .owl-nav .owl-next {
    font-size: 20px;
    border-radius: 50%;
    left: -65px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #7d7d7d, #7d7d7d) !important;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition: all 600ms ease 0ms;
    -webkit-transition: all 600ms ease 0ms;
    -ms-transition: all 600ms ease 0ms;
    -o-transition: all 600ms ease 0ms;
    transition: all 600ms ease 0ms;
    display: block !important
}

.ti3.owl-carousel .owl-nav button.owl-prev,
.ti3.owl-carousel .owl-nav button.owl-next {
    top: 50% !important
}

.testimonial-items-2col.owl-carousel .owl-nav button.owl-prev,
.testimonial-items-2col.owl-carousel .owl-nav button.owl-next {
    font-size: 20px;
    border-radius: 50%;
    left: 22px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #7d7d7d, #7d7d7d) !important;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition: all 600ms ease 0ms;
    -webkit-transition: all 600ms ease 0ms;
    -ms-transition: all 600ms ease 0ms;
    -o-transition: all 600ms ease 0ms;
    transition: all 600ms ease 0ms;
    display: block
}

.team-items-3col.owl-carousel .owl-nav .owl-prev:hover,
.team-items-3col.owl-carousel .owl-nav .owl-next:hover,
.testimonial-items-2col.owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-items-2col.owl-carousel .owl-nav button.owl-next:hover {
    opacity: 1;
    visibility: visible;
    background: linear-gradient(45deg, #b2db17, #b2db17) !important
}

.team-items-3col.owl-carousel:hover .owl-nav .owl-prev {
    left: -65px
}

.testimonial-items-2col.owl-carousel:hover .owl-nav .owl-prev {
    left: 22px
}

.team-items-3col.owl-carousel:hover .owl-nav .owl-next {
    right: -65px
}

.testimonial-items-2col.owl-carousel:hover .owl-nav .owl-next {
    right: 22px
}

.team-items-3col.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -65px
}

.testimonial-items-2col.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 22px
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: visible
}

.owl-carousel .owl-nav i {
    color: #fff
}

.mean-container a.meanmenu-reveal {
    border: 1px solid #7d7d7d;
    color: #7d7d7d;
    margin-top: -45px
}

.mean-container a.meanmenu-reveal span {
    background: #7d7d7d
}

.pagination-list {
    display: table;
    margin: 0 auto;
}

.pagination-nav .pagination-list>li {
    text-align: center;
    margin-right: 8px
}

.pagination-nav .pagination-list>li:last-child {
    margin-right: 0
}

.pagination-nav .pagination-list>li>a {
    color: #565151;
    font-weight: 500;
    height: 40px;
    width: 54px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    background: #f4f5f8
}

.pagination-nav .pagination-list>li:hover a {
    border: 1px solid transparent;
    background: #b2db17;
    color: #fff
}

.pagination-nav .pagination-list>li.active a {
    border: 1px solid transparent;
    background: #b2db17;
    color: #fff
}

.skills .skill-item {
    position: relative;
    margin-bottom: 20px
}

.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 5px
}

.skills .skill-item .skill-header .skill-percentage {
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 15px;
    font-weight: 600;
    color: #17305e
}

.skills .skill-item:last-child {
    margin-bottom: 0
}

.skills .skill-item .skill-bar {
    position: relative;
    width: 100%
}

.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 20px;
    background: #ebeaf0;
    border-radius: 45px
}

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 20px;
    background: linear-gradient(-20deg, #b2db17, #b2db17) !important;
    -webkit-transition: all 2000ms ease;
    transition: all 2000ms ease;
    border-radius: 45px
}

.skills .skill-item .skill-bar .bar-inner .bar::before {
    position: absolute;
    content: '';
    right: 0;
    height: 20px;
    width: 5px;
    background: #fff;
    top: 0
}

.percentage {
    font-size: 12px;
    float: right
}

.single-post-navigation .navigation-links a {
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s
}

.single-post-navigation .navigation-links .nav-next a i {
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    margin-left: 8px
}

.single-post-navigation .navigation-links .nav-next a:hover i {
    margin-left: 3px
}

.single-post-navigation .navigation-links .nav-previous a i {
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    margin-right: 8px
}

.single-post-navigation .navigation-links .nav-previous a:hover i {
    margin-right: 3px
}

.error-area {
    background-size: cover;
    background-position: center center
}

.error-inner .error-title {
    font-size: 190px;
    line-height: 240px
}

.error-inner .error-text {
    font-size: 40px
}

.error-inner p {
    max-width: 545px;
    margin: 20px auto 30px
}

.pintarest-list {
    display: flex;
    flex-wrap: wrap
}

.pintarest-list li {
    width: 80px;
    height: 80px;
    padding: 5px
}

#scrollUp {
    right: 36px;
    bottom: 42px;
    width: 42px;
    height: 42px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    z-index: 99;
    font-size: 22px;
    cursor: pointer;
    background-color: #7d7d7d
}

.client-item {
    padding: 15px;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s
}

.client-item img {
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s
}

.fa-phone.alt {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.anim-object,
.anim-object2 {
    position: relative
}

.fa-phone.alt {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.anim-object2:before {
    position: absolute;
    content: "";
    background-image: url(../images/objects/3.png);
    height: 325px;
    width: 325px;
    top: 35%;
    left: 1%;
    background-size: contain;
    background-repeat: no-repeat;
    animation-name: spinInfinit;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: .8
}

.home-carousel,
.home-carousel .owl-carousel .owl-stage-outer {
    position: relative
}

.home-carousel .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home-carousel .slide-item .image-layer {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 580px;
/*    position: absolute;
    top: 0;
    left: 0;
    right: 0;*/
}
.mobile_banner{
    display: none;
}
.banner-section {
    position: relative
}

.banner_bth {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%
}


/*.banner-section .banner_bth a{
    display: inline-block;
    padding: 20px 30px;
    background: #ddd;
    font-size: 18px;
    color: #666;
}*/

.home-carousel .contentbox {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.home-carousel .content-box {
    position: relative;
    display: block;
    z-index: 5;
    width: 100%;
    background: 0;
    margin: 0 15px
}

.home-carousel .content-box h1 {
    position: relative;
    display: block;
    color: #b2db17;
    font-size: 42px;
    line-height: 62px;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}

.home-carousel .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms
}

.home-carousel .content-box p {
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 36px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease
}

.home-carousel .active .content-box p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms
}

.banner-section .home-carousel .content-box a.theme-btn {
    padding: 14px 47px
}

.home-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1600ms ease;
    -moz-transition: all 1600ms ease;
    -ms-transition: all 1600ms ease;
    -o-transition: all 1600ms ease;
    transition: all 1600ms ease
}

.home-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms
}

.home-carousel .owl-dots .owl-dot {
    position: relative;
    width: 30px;
    height: 2px;
    margin: 0 5px;
    display: inline-block;
    background: #ddd;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.home-carousel .owl-dots .owl-dot.active,
.home-carousel .owl-dots .owl-dot:hover {
    background-color: #b2db17
}

.home-carousel .owl-dots {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    text-align: center
}

.about-section {
    background: #f5f5f5
}

.about-section .row {
    margin-right: 0;
    margin-left: 0
}

.news-section .row {
    margin-right: -15px;
    margin-left: -15px
}

.title-under-line {
    position: relative
}

.pcblock {
    display: block;
}

.mobileblock {
    display: none;
}

.about-items-1col {
    position: relative
}

.clid-title {
    font-size: 20px;
    color: #000
}

.cild {
    font-size: 48px;
    color: #ddd;
    opacity: .8
}

.about-items-1col .owl-dots .owl-dot {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    background: #ddd;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.about-items-1col .owl-dots .owl-dot.active,
.about-items-1col .owl-dots .owl-dot:hover {
    background-color: #b2db17
}

.about-items-1col .owl-dots {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translate(-50%);
    margin: 0 auto;
    text-align: center
}

.about-image-block {
    width: 100%;
    position: relative;
    overflow: hidden
}

.case-study-item .about-image-block {
    position: relative;
    overflow: hidden
}

.bg {
    width: 100%;
    max-width: 357px;
    overflow: hidden;
    display: block;
    box-sizing: border-box
}

.case-study-item .about-image-block img {
    width: 100%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: all 900ms ease
}

.about-image-block img:hover {
    width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 900ms ease
}

.about-image-block-2 {
    border: 1px solid #ccc;
    height: 354px;
    padding: 50px;
    margin: 0 30px 0
}

.about_p_title {
    text-align: left !important;
}

.about-ibh-box {
    width: 70%;
    margin: 0 auto
}

.about-image-block-2 i {
    font-size: 52px;
    color: #888
}

.about-image-block-2 .title-top {
    font-size: 24px;
    color: #000
}

.about-image-block-2 .title-cild {
    font-size: 18px;
    color: #444
}

.about-image-block-2:hover {
    border: 1px solid #b2db17
}

.about-image-block-2:hover .title-top,
.about-image-block-2:hover i,
.about-image-block-2:hover .title-cild,
.about-image-block-2:hover p {
    color: #000
}

.request-about-back {
    background: #fafafc
}

.news-section {
    position: relative
}

.news-box {
    width: 100%;
    max-width: 482px;
    position: relative;
    text-align: center;
}

.feature-thumb {
    width: 100%;
    overflow: hidden
}

.feature-thumb img {
    width: 100%;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease
}

.news-box:hover .feature-thumb img {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.news-content {
    width: 100%;
    padding: 9px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.news-content::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 40px;
    opacity: .65;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: -1;
}

.news-video-box {
    padding: 0 5px
}

.news-content .title {
    font-size: 13px;
    color: #000;
    opacity: 1 !important;
    z-index: 111;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.news-title {
    padding: 0 15px 0;
    margin-bottom: 10px;
    font-size: 13px;
    color: #7d7d7d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.news-title:hover,
.news-content .title:hover {
    color: #000 !important
}

.page-title-section {
    background-color: #f8f8f8;
    background-size: cover;
    background-repeat: no-repeat;
    height: 462px;
    position: relative
}

.page-title-content {
    display: flex;
    flex-direction: column
}

.page-title-content .title {
    margin-top: 13%;
    font-size: 36px;
    letter-spacing: 1px
}

.page-title-content .title-cild {
    font-size: 24px;
    color: #fff
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active,
.breadcrumb-item a {
    color: #ccc;
}

.twonav-section {
    border-bottom: 1px solid #ddd;
    display: block;
    height: 63px;
}

.twosection {
    height: 67px
}

.twonav-section .left {
    float: left;
}

.twonav-section .left li {
    float: left;
    margin-right: 30px;
    height: 64px;
    line-height: 67px;
    font-size: 4px;
    color: #444;
}

.twonav-section .left li a {
    font-size: 14px;
    color: #444;
    padding: 0 !important;
}

.twonav-section .left li i {
    font-size: 14px;
    color: #7d7d7d;
}

.jt {
    position: relative;
}

.twonav-section .left .jt::before {
    content: ">";
    position: absolute;
    top: 0;
    right: -18px;
}

.twonav-section .right {
    float: right;
    height: 60px;
    line-height: 60px;
}

.twonav-section .right a {
    position: relative;
}

.twonav-section .right ul li a {
    font-size: 14px;
    padding-right: 15px !important;
}

.twonav-section .right ul li {
    font-size: 14px;
    float: left;
    text-align: center;
    margin: 0 10px 10px;
}

.twonav-section .right ul li:last-child {
    margin: 0 0 10px 10px;
}

.nav-link {
    display: block;
    padding: 0 !important;
}

.twonav {
    border-bottom: 1px solid #eee;
    display: block;
    padding: 15px 0
}

.twonav-section .right ul li a {
    font-size: 14px;
    color: #444;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.twonav-section ul li i {
    font-size: 24px;
    margin-right: 8px
}

.twonav-section .left ul li i {
    margin-right: 5px !important
}

.twonav-section ul li i.iconfont {
    margin-top: 4px
}

.twonav-section .right li a:hover,
.twonav-section .right li.current a {
    color: #b2db17;
}

.twonav-section .right li a:after {
    position: absolute;
    width: 0;
    height: 1px;
    content: '';
    background: #b2db17;
    left: 0;
    right: 0;
    bottom: -2px;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.twonav-section .right li.current>a:after,
.twonav-section .right li a:hover:after {
    width: 100%;
}

.twonav-section .nav-item span {
    width: 33px;
    height: 33px
}

.phone li a i {
    font-size: 36px;
    margin-right: 10px
}

.twonav-section i.ico1 {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/about/a1.png);
    margin-top: 4px;
}

.twonav-section ul li a:hover i.ico1,
.twonav-section ul .current a .ico1 {
    background: url(../images/about/a1-1.png)
}

.twonav-section i.ico2 {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/about/a2.png);
    margin-top: 4px;
}

.twonav-section ul li a:hover i.ico2,
.twonav-section ul .current a .ico2 {
    background: url(../images/about/a2-1.png)
}

.twonav-section i.ico4 {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/about/a4.png);
    margin-top: 4px;
}

.twonav-section ul li a:hover i.ico4,
.twonav-section ul .current a .ico4 {
    background: url(../images/about/a4-1.png)
}

.twonav-section i.ico3 {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/about/a3.png);
    margin-top: 4px;
}

.twonav-section ul li a:hover i.ico3,
.twonav-section ul .current a .ico3 {
    background: url(../images/about/a3-1.png)
}

.twonav-section i.ico5 {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/about/a5.png);
    margin-top: 4px;
}

.twonav-section ul li a:hover i.ico5,
.twonav-section ul .current a .ico5 {
    background: url(../images/about/a5-1.png)
}

.section-content-desc {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.section-content-desc .industry {
    text-align: center;
    margin: 0 30px
}

.section-content-desc .industry.active span,
.section-content-desc .industry:hover span {
    color: #fff
}

.section-content-desc .industry span {
    font-size: 18px;
    color: #706d6e;
}

.two-phone .accordion {
    width: 100%;
    background: #9b9a9a
}

.two-phone .accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.two-phone .accordion li:last-child .link {
    border-bottom: 0
}

.two-phone .accordion li {
    cursor: pointer
}

.two-phone .accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.two-phone .accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px
}

.two-phone .accordion li.open .link {
    color: #fff
}

.two-phone .accordion li.open i {
    color: #fff
}

.two-phone .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.submenu {
    display: none;
    background: #f5f5f5;
    font-size: 14px
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #666;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-bottom: 1px solid #eee
}

.submenu a:hover,
.submenu li.current a {
    background: #b2db17;
    color: #FFF
}

.two-phone {
    display: none
}

.section-title {
    display: block;
    margin-bottom: 60px
}

.section-title .sub-title {
    margin-bottom: 5px;
    font-size: 16px
}

.section-title-left-part {
    position: relative;
    padding-left: 30px
}

.section-title-left-part:before {
    content: "";
    position: absolute;
    background: #b2db17;
    height: 60%;
    width: 4px;
    top: 10px;
    left: 0
}

.section-title-left-part h2 span {
    font-size: 18px;
    color: #444
}

.title-box-center {
    position: relative;
    text-align: center !important;
    margin-bottom: 20px
}

.shadow-text {
    position: relative;
    font-size: 152px;
    opacity: .05;
    left: 0;
    right: 0;
    top: 15px;
    color: #3751ca;
    font-weight: 800;
    animation: heartbeat 1s infinite alternate
}

.title-box-center p {
    font-size: 16px;
    color: #b2db17
}

.title-type p {
    text-align: justify;
    color: #666
}

.section-title-right-part a {
    font-size: 22px;
    color: #7d7d7d
}

.video-section {
    height: 426px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat
}

.video-section .video-popup-left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video-popup {
    position: relative
}

.popup-youtube {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    color: #fff
}

.popup-youtube:hover {
    color: #fff
}

.video-popup a i::before {
    font-size: 90px;
    background: #7d7d7d;
    border-radius: 50%;
    line-height: 100px
}

.video-section .video-popup-left a i {
    font-size: 20px;
    color: #000
}

.video-section .video-popup-left a {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: #fff;
    font-size: 24px;
    position: relative;
    z-index: 10;
    display: inline-block;
    border-radius: 95px;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.video-section .video-popup-left a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    z-index: -1;
    opacity: 0;
    -webkit-animation: pulse-border-2 1.5s linear infinite;
    -moz-animation: pulse-border-2 1.5s linear infinite;
    -o-animation: pulse-border-2 1.5s linear infinite;
    animation: pulse-border-2 1.5s linear infinite;
    border-radius: 95px
}

.video-section .video-popup-left a::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    z-index: -1;
    opacity: 0;
    -webkit-animation: pulse-border 1s linear infinite;
    -moz-animation: pulse-border 1s linear infinite;
    -o-animation: pulse-border 1s linear infinite;
    animation: pulse-border 1s linear infinite;
    border-radius: 95px
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(1.3);
        opacity: 0
    }
}

@keyframes pulse-border-2 {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

.pulse-animation,
.pulse-animation:before,
.pulse-animation:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 90px;
    width: 90px;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-animation 3s infinite;
    -khtml-animation: pulse-animation 3s infinite;
    -moz-animation: pulse-animation 3s infinite;
    -ms-animation: pulse-animation 3s infinite;
    -o-animation: pulse-animation 3s infinite;
    animation: pulse-animation 3s infinite
}

.pulse-animation:before {
    -webkit-animation-delay: .9s;
    -khtml-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.pulse-animation:after {
    -webkit-animation-delay: .6s;
    -khtml-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes pulse-animation {
    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        -khtml-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        -ms-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        -o-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -khtml-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes pulse-animation {
    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        -khtml-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        -ms-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        -o-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -khtml-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.signature {
    font-size: 16px;
    color: #000
}

.signature span {
    font-size: 24px;
    color: #000
}

.content-section {
    position: relative
}

.about-ibh-content {
    position: relative;
    display: block;
    height: auto;
    height: 368px
}

.about-image-block-3 {
    width: 55%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.about-ibh-content .content-box {
    width: 55%;
    position: absolute;
    right: 0;
    top: 15%;
    background: #f1f0f0;
    padding: 40px 100px;
    height: 338px;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1)
}

.abc {
    margin-top: 50px;
    margin-left: -50px;
    padding: 40px 60px;
    background: #f1f0f0;
    height: 338px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1)
}

.abc2 {
    margin-top: 50px;
    margin-right: -50px;
    padding: 40px 60px;
    background: #f1f0f0;
    height: 338px;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    z-index: 222
}

.aib {
    z-index: -1
}

.content-box .xian,
.content-box1 .xian {
    width: 80px;
    height: 2px;
    background: #b2db17;
    margin-bottom: 20px
}

.content-box1 {
    width: 55%;
    position: absolute;
    left: 0;
    top: 15% !important;
    background: #f1f0f0;
    padding: 40px 100px;
    height: 338px;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    z-index: 22
}

.about-image-block-4 {
    width: 55%;
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    overflow: hidden
}

.clearfix-time {
    display: block;
    zoom: 1
}

.clearfix-time:after {
    content: '\20';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.f12 {
    font-size: 12px
}

.f30 {
    font-size: 30px
}

.f24 {
    font-size: 24px
}

.f14 {
    font-size: 14px
}

.about2 {
    padding-bottom: 80px
}

.about2 .tit {
    text-align: center
}

.about2 ul {
    width: 1;
    background: #000;
    background: repeat-y center
}

.about2 .tit h6 {
    color: #666
}

.about2 .tit h5 {
    color: #333;
    margin: 15px 0 45px
}

.about2 li:before {
    background: url(../images/about/sy50.png) no-repeat center center;
    left: -98px;
    top: 153px;
    content: "";
    display: block;
    position: absolute;
    width: 21px;
    height: 21px
}

.about2 li h4:hover {
    color: #f8f8f8;
    transition: all 1s;
    transform: translateY(-15px)
}

.about2 li h4 {
    position: relative;
    display: block;
    text-decoration: none;
    color: #ecf0f1;
    text-transform: uppercase;
    padding: 4px 0;
    transition: .5s
}

.about2 li h4::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
    transition: transform .5s;
    transform: scaleX(0);
    transform-origin: right
}

.about2 li h4:hover {
    color: #95a5a6
}

.about2 li h4:hover::after {
    transform: scaleX(1);
    transform-origin: left
}

.about2 li:nth-child(2n):before {
    background: url(../images/about/sy50.png) no-repeat center center;
    right: -69px;
    top: 153px;
    left: auto;
    content: "";
    display: block;
    position: absolute;
    width: 21px;
    height: 21px
}

.about2 li h4 {
    color: #333;
    transition: all 1s
}

.about2 li p {
    color: #666;
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.pc {
    display: block;
}

.moble {
    display: none;
}

.future {
    text-align: center;
    color: #999;
    font-size: 12px;
    margin-top: 10%
}

.about2 li:nth-child(1) {
    margin-top: 0
}

.about2 li {
    float: right;
    width: 45%;
    text-align: left;
    position: relative;
    margin-top: 20%;
    padding-right: 7%
}

.about2 li:nth-child(2n) {
    float: left;
    text-align: left;
    margin-top: 5%;
    padding-left: 7%
}

.span {
    display: inline-block;
    color: #b2db17;
    font-size: 20px
}

.about2 .about-image-block {
    width: 531px;
    height: 308px;
    overflow: hidden
}

.news .section-title h2 {
    text-align: center;
    font-size: 30px;
    color: #000
}

.section-title-block h2 {
    text-align: center
}

.news-wrapper .news-thumb,
.news-wrapper-box .news-thumb {
    position: relative;
    overflow: hidden
}

.news-wrapper .news-thumb img,
.news-wrapper-box img {
    width: 100%;
    -moz-transition: all 500ms ease-out 0s;
    -webkit-transition: all 500ms ease-out 0s;
    -ms-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s
}

.production-details h6 {
    font-size: 16px;
    color: #000;
    text-align: center
}

.news-wrapper-box .news-thumb {
    width: 482px !important;
    max-height: 224px !important
}

.news-wrapper-box .news-details {
    width: 65%;
    max-height: 224px;
    padding: 3% 80px;
}

.news-wrapper .news-details .news-description .entry-date {
    font-size: 14px;
    color: #666
}

.news-wrapper .news-details .news-description p {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.news-details .news-descriptionp h4 {
    font-size: 22px;
    color: #000
}

.news-wrapper-box:hover .news-details .news-description p,
.news-wrapper-box:hover .news-details .news-description h4 {
    color: #000 !important
}

.news-wrapper .news-details .news-link {
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.2px;
    line-height: 16px;
    position: relative
}

.news-wrapper .news-details .news-link a {
    color: #7d7d7d;
    font-size: 15px
}

.news-wrapper .news-details .news-link a i::before {
    font-size: 16px;
    vertical-align: middle;
    transition: 300ms
}

.news-wrapper .news-details .news-link:hover {
    color: #7d7d7d
}

.news-wrapper .news-details .news-link:hover:before {
    width: 100%
}

.news-wrapper .news-details .news-link:hover a i::before {
    margin-left: 6px
}

.news-wrapper .news-details .news-link:before {
    content: '';
    width: 60%;
    height: 2px;
    background: #7d7d7d;
    left: 0;
    position: absolute;
    bottom: -5px;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.news-wrapper:hover .news-thumb img {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

.news-wrapper:hover .news-thumb .news-top-meta {
    left: 30px
}

.news-wrapper:hover .news-thumb:after {
    opacity: 1;
    -moz-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -webkit-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0)
}

.section-content .title-h2 {
    font-size: 22px
}

.news-wrapper2 {
    border: 1px solid #ddd;
    padding: 15px 0;
    margin: 0 15px
}

.news-wrapper2 .news-thumb1 {
    width: 100%;
    max-width: 244px;
    max-height: 326px;
    margin: 0 auto;
    border: 0
}

.news-wrapper3 {
    border: 1px solid #ddd;
    padding: 60px 20px
}

.news-wrapper-box {
    display: flex;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
    background: #f6f4f4;

}

.sub-title-center i {
    padding: 0 10px
}

.news-details p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.news-details-box {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.news-details-box p {
    font-size: 13px;
    color: #666;
    text-align: justify
}

.news-details-box p img {
    display: block;
    margin: 0 auto
}

.news-details-box .img-title {
    margin: 20px 0 0;
    text-align: center;
    font-size: 14px;
    color: #666
}

.comments-bottom {
    height: 123px
}

.comments-bottom .left {
    float: left
}

.comments-bottom .left .left-cur {
    display: flex;
    flex-direction: row
}

.comments-bottom .left .left-cur p {
    font-size: 14px;
    color: #7d7d7d
}

.comments-bottom .right {
    float: right;
    margin-top: 17px
}

.comments-bottom .right a {
    padding: 15px 80px;
    font-size: 22px;
    color: #fff;
    background: #b2db17
}

.comments-bottom .right a:hover {
    color: #fff
}

.news-content-box {
    background: #faf9f9;
    padding: 30px 0;
    text-align: center;
    box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06)
}

.news-content-box .title {
    font-size: 14px;
    color: #000;
    text-align: center
}

.news-box:hover .news-content-box .title {
    color: #000
}

.news-box .video-popup-left {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video-popup {
    position: relative
}

.popup-youtube {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    color: #fff
}

.popup-youtube:hover {
    color: #fff
}

.video-popup a i::before {
    font-size: 90px;
    background: #7d7d7d;
    border-radius: 50%;
    line-height: 100px
}

.news-box .video-popup-left a i {
    font-size: 22px;
    color: #fff;
    text-align: center
}

.news-box .video-popup-left a {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    border: 3px solid #fff;
    font-size: 22px;
    position: relative;
    z-index: 10;
    display: inline-block;
    border-radius: 95px
}

.news-box .video-popup-left a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    z-index: -1;
    opacity: 0;
    border-radius: 95px
}

.news-wrapper2 .news-description h4,
.newsh4 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news-box .video-popup-left a::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    z-index: -1;
    opacity: 0
}

.product-back {
    position: relative
}

.product-details-content {
    display: flex;
    flex-direction: row
}

.product-b {
    width: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}

.p-b-box i {
    font-size: 40px;
    color: #000
}

.product-b:hover i,
.product-g:hover i,
.service-box:hover .service-content .title,
.service-box:hover .service-content .title h2,
.service-box:hover .service-content p {
    color: #b2db17
}

.p-b-box {
    position: absolute;
    top: 15%;
    right: 8%
}

.product-g {
    width: 30%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}

.product-q {
    width: 50% !important
}

.product-x {
    width: 50% !important
}

.service-box {
    margin: 0 15px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s
}

.service-box .service-img-box {
    width: 100%;
    overflow: hidden
}

.service-box img {
    width: 100%;
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s
}

.service-box img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 900ms ease
}

.service-content .title {
    font-size: 20px;
    color: #000
}

.p-c-d-box {
    background: #eee;
    padding: 30px 15px;
    height: 102px
}

.c-img-box {
    width: 100%;
    max-width: 1157px;
    max-height: 646px;
    margin: 0 auto;
    overflow: hidden
}

.p-c-d-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.product-title-type {
    display: flex;
    flex-direction: row;
    text-align: left;
    margin-bottom: 8px;
}

.product-cild {
    width: 18%;
    font-size: 16px;
    color: #000
}

.cild-title {
    width: 70%;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: left
}

.s-l-p-box {
    background: #fff;
    padding: 60px 76px;
    margin: 60px 15px 0;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    height: 210px;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s
}

.s-l-p-box .s-box {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px
}

.l-box,
.r-box {
    font-size: 14px;
    color: #222;
    padding-right: 8px;
    font-weight: 600
}

.team-block {
    position: relative;
    border: 1px solid #ccc;
    overflow: hidden;
    margin: 0 15px 30px;
    -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
    -moz-transition: all 700ms ease-out 0s;
    -webkit-transition: all 700ms ease-out 0s;
    -ms-transition: all 700ms ease-out 0s;
    -o-transition: all 700ms ease-out 0s;
    transition: all 700ms ease-out 0s
}

.team-upper-part {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #7d7d7d;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    margin: 40px auto 20px;
    text-align: center
}

.team-upper-img {
    text-align: center;
    height: 90px;
    display: block;
    margin: 0 auto
}

.team-title {
    height: 48px;
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 20px 0 40px
}

.team-img {
    width: 100%;
    overflow: hidden
}

.team-img img {
    width: 100%;
    transition: all 1s
}

.team-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.team-section .section-title-block h2 {
    font-size: 30px;
    color: #fff
}

.team-section .section-title-block p {
    color: #fff;
    font-size: 18px
}

.i-title {
    font-size: 16px;
    color: #000
}

.section-white-typo {
    width: 100%;
    background-size: 100% 100%;
    color: #fff !important
}

.funfact-imag {
    display: flex;
    flex-direction: row;
    align-items: center
}

.funfact-imag .about-image-block {
    width: 125px;
    height: 85px;
    overflow: hidden
}

.stb {
    width: 70%;
    margin: 0 auto
}

h6.the-title {
    height: 52px
}

.the-title {
    padding: 0 15px;
    text-align: center
}

.pdlr {
    padding: 0 10px
}

.investo-section-inner {
    padding: 15px 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #ccc
}

.investo-date {
    padding: 5;
    width: 8rem;
    text-align: center;
}

.investo-date h1 {
    font-weight: 600;
    font-size: 36px;
    color: #b2db17
}

.investo-date p {
    color: #000;
    font-weight: 500
}

.Contact-content h5 {
    font-size: 22px !important
}

.investo-content {
    margin: 0 2% 0 6%;
    width: 92rem;
}

.investo-content .text {
    font-size: 20px;
	line-height:36px;
    color: #000;
    padding-bottom: 10px;
}

.investo-section-inner.active,
.investo-section-inner:hover {
    background: #eee
}

.mfp-iframe-holder .mfp-content {
    max-width: 80% !important
}

.ic-type {
    padding: 60px
}

.ic-title {
    font-size: 16px;
    color: #444;
    line-height: 30px;
    vertical-align: middle;
}

.ic-title i {
    font-size: 24px;
    vertical-align: middle;
}

.xh {
    position: relative;
    text-decoration: underline
}

.xh:hover {
    text-decoration: underline
}

.contact-map-section #map {
    width: 100%;
    height: 350px;
    border: 1px solid #000
}

.contact-map-section #map .area {
    width: 49%;
    height: 300px;
    background: #000;
    float: left;
    animation: right 1s ease-out .6s both
}

.contact-map-section #map .info {
    width: 80%;
    margin: 0 auto;
    padding-top: 80px;
    color: #000
}

.contact-map-section #map h5 {
    font-size: 26px;
    padding-bottom: 26px
}

.contact-map-section #map span {
    width: 35px;
    height: 2px;
    display: block;
    margin-bottom: 24px
}

.contact-map-section #map .name {
    font-size: 18px;
    padding-bottom: 10px
}

.contact-map-section #map p {
    font-size: 15px;
    line-height: 30px
}

#map img {
    max-width: none
}

.dt-map {
    font-weight: 500;
    font-size: 16px;
    color: #000
}

.dd-map {
    font-size: 13px;
    color: #444
}

.bottom-t a {
    font-size: 14px
}

.desc-list {
    width: 50%;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    margin: 30px auto
}

.industry {
    width: 200px;
    height: 50px;
    border-radius: 30px;
    line-height: 50px;
    background: #eee;
    text-align: center;
    margin: 0 20px
}

.industry span {
    font-size: 18px;
    color: #6f6d6e
}

.industry.active,
.industry:hover {
    background: #b1db17
}

.industry:hover span,
.industry.active span {
    color: #fff
}

.b-box {
    width: 100%;
    height: 436px;
    position: relative
}

.card-fouth .case-container {
    position: relative;
    width: 70%;
    margin: 0 auto;
    height: 516px
}

.card-fouth .case-panel {
    position: absolute;
    z-index: 1;
    opacity: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1)
}

.tab-1 {
    display: flex;
    flex-direction: row
}

.card-fouth .case-panel.active {
    z-index: 100;
    opacity: 1;
    -webkit-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s
}

.case-left {
    width: 300px;
    height: 516px;
    background: #f1f1f1;
    text-align: center;
    padding: 18% 10px;
}

.case-preview {
    width: 72%;
    padding: 30px 60px;
}

.title-under-line {
    padding: 15px 0 15px;
    border-bottom: 1px solid #ccc
}

.ps-d {
    font-size: 18px
}

.ab {
    display: block;
    padding: 0 15px;
    overflow: hidden;
    box-sizing: border-box;
}

.news-type-cur {
    padding: 0 15px
}

.cart-section {
    position: relative;
    padding: 100px 0 200px
}

.cart-outer {
    position: relative
}

.checkout-page .cart-outer {
    margin-bottom: 40px
}

.cart-outer .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto
}

.cart-outer .cart-table {
    width: 100%;
    min-width: 900px
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    background: #222;
    color: #fff;
    border: 1px solid #ebebeb
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 13px 25px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    border-right: 1px solid #ccc
}

.cart-table thead tr th .fa {
    font-size: 18px
}

.cart-table tbody tr td {
    line-height: 24px;
    padding: 25px 25px 35px
}

.cart-table tbody tr .prod-column .column-box {
    position: relative
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: relative;
    width: 180px;
    margin: 0 auto
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%
}

.cart-table tbody tr .prod-column .column-box h4 {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    line-height: 90px
}

.cart-table tbody tr .prod-column .author {
    font-size: 13px;
    color: #222;
    margin-bottom: 0
}

.cart-table tbody tr .sub-total {
    font-weight: 400;
    color: #222;
    font-size: 17px
}

.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 14px;
    color: #222;
    line-height: 30px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease
}

.cart-table tbody tr .remove-btn .fa {
    position: relative;
    font-size: 18px;
    line-height: 30px
}

.cart-table tbody tr .remove-btn:hover {
    color: #0056b3
}

.cart-table tbody tr {
    border-bottom: 1px solid #ccc
}

.cart-table tbody tr td {
    vertical-align: middle;
    color: #222;
    font-size: 17px;
    text-align: center;
    border-left: 1px solid #ccc
}

.cart-table tbody tr td.total {
    font-size: 18px;
    color: #222
}

.cart-table tbody tr td:last-child {
    border-right: 1px solid #ebebeb;
    text-align: center
}

.jsb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    background: #f1f1f1;
    height: auto;
}

.jsb .about-image-block {
    width: 50%;
    max-width: 644px;
    max-height: 498px;
    overflow: hidden;
}

.jsb .about-image-block img {
    width: 100%
}

.jsb .jsb-inner {
    margin: 2% 0;
    width: 60%;
    padding: 0 3%;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 404px;
}

.cart-table tbody tr td .prod-title {
    position: relative;
    font-size: 16px;
    color: #222;
    font-weight: 400
}

.cart-table tbody tr td .quantity-spinner {
    padding: 5px 0 5px 20px;
    line-height: 24px;
    height: 34px;
    display: block;
    width: 100%;
    position: relative
}

.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px
}

.cart-table tbody .available-info .icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #223555;
    border-radius: 50%
}

.cart-section .cart-options {
    position: relative;
    padding: 20px 0 10px;
    margin-bottom: 30px;
    border-top: 0
}

.cart-section .apply-coupon {
    position: relative
}

.cart-section .cart-options .cart-btn {
    padding: 10px 39px 10px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    text-transform: uppercase;
    border-color: #0056b3;
    background-color: #0056b3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.cart-section .cart-options .cart-btn:hover {
    background: #222;
    border-color: #222
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 30px
}

.cart-section .apply-coupon .form-group input[type="text"] {
    display: block;
    line-height: 15px;
    padding: 8px 20px;
    border: 1px solid #ccc;
    width: 225px;
    height: 44px;
    background: #fff;
    border-radius: 50px
}

.cart-section .coupon-btn {
    padding: 10px 39px 10px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #0056b3;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.cart-section .coupon-btn:hover {
    background: #222
}

.cart-section .cart-options .btn-style-one {
    top: -7px;
    padding-left: 32px;
    padding-right: 32px
}

.cart-section .totals-table {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #ccc
}

.cart-section .totals-table li {
    line-height: 24px;
    padding: 14px 30px;
    border-bottom: 1px solid #ccc
}

.cart-section .totals-table li:first-child {
    background: #222;
    margin-left: -1px
}

.cart-section .totals-table li:first-child h3 {
    color: #fff
}

.cart-section .totals-table li h3 {
    position: relative;
    font-weight: 400;
    color: #222;
    font-size: 18px
}

.cart-section .totals-table li:last-child {
    border-bottom: 0;
    padding: 50px 30px
}

.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    line-height: 24px;
    width: 50%;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize
}

.cart-section .totals-table li .col:last-child {
    text-align: right
}

.cart-section .totals-table .total .price {
    color: #0056b3;
    font-weight: 400
}

.cart-section .totals-table .proceed-btn {
    padding: 13px 34px 13px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    background-color: #0056b3;
    border: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.cart-section .totals-table .proceed-btn:hover {
    background-color: #222
}

.shipping-block {
    position: relative;
    margin-bottom: 40px
}

.shipping-block .inner-box {
    position: relative;
    display: block;
    padding: 16px 20px 6px;
    border: 1px solid #ccc
}

.shipping-block .inner-box h3 {
    position: relative;
    color: #222;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize
}

.shipping-block .inner-box h4 {
    position: relative;
    color: #0056b3;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: capitalize
}

.shipping-form {
    position: relative
}

.shipping-form .form-group {
    position: relative;
    margin-bottom: 15px
}

.shipping-form .form-group input[type="text"],
.shipping-form .form-group input[type="password"],
.shipping-form .form-group input[type="tel"],
.shipping-form .form-group input[type="email"],
.shipping-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 18px;
    padding: 10px 20px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.shipping-form .form-group select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url(../images/icons/icon-select.png) right center no-repeat
}

.shipping-form .form-group input[type="text"]:focus,
.shipping-form .form-group input[type="password"]:focus,
.shipping-form .form-group input[type="tel"]:focus,
.shipping-form .form-group input[type="email"]:focus,
.shipping-form .form-group select:focus,
.shipping-form .form-group textarea:focus {
    border-color: #0056b3
}

.shipping-form button {
    margin-top: 0;
    font-size: 14px;
    padding: 6px 26px;
    border-radius: 50px;
    text-transform: capitalize
}

.login-section.style-two {
    padding: 0;
    margin-bottom: 30px
}

.login-form {
    position: relative
}

.login-form .form-group {
    position: relative;
    margin-bottom: 12px
}

.login-form .form-group.check-box {
    padding-top: 7px
}

.login-form .form-group:nth-child(2) {
    margin-bottom: 30px
}

.login-section.style-two .login-form .form-group:nth-child(2) {
    margin-bottom: 15px
}

.login-form .form-group label {
    position: relative;
    color: #222;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px
}

.login-form .form-group.no-margin {
    margin-bottom: 0
}

.login-form .form-group input[type="text"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    height: 50px;
    font-size: 14px;
    border-radius: 50px;
    border: 1px solid #ccc;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.login-form .form-group input[type="text"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="email"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus {
    border-color: #7d7d7d
}

.login-form button {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 35px;
    border-radius: 24px;
    text-transform: capitalize
}

.login-form .psw {
    position: relative;
    color: #333;
    font-size: 16px
}

.login-form .psw:hover {
    text-decoration: underline
}

.login-form .check-box input {
    display: block;
    margin-bottom: 7px
}

.login-form .check-box label {
    margin-left: -8px;
    min-width: 110px
}

.login-section .inner-container {
    position: relative;
    padding: 25px 28px 15px;
    background-color: #fbfafa
}

.color-palate .rtl-version.option-box {
    margin-left: 0;
    float: none
}

.color-palate .rtl-version.option-box>li {
    position: relative;
    color: #fff;
    width: 40%;
    margin: 0 3px;
    cursor: pointer;
    margin-bottom: 9px;
    padding: 6px 12px;
    display: inline-block;
    background-color: #7d7d7d;
    text-transform: capitalize
}

.color-trigger .fas {
    -webkit-animation: rotation 2s infinite linear
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

.rtl .main-header .header-top .top-left .list li {
    padding-left: 0;
    padding-right: 25px;
    text-align: right
}

.rtl .main-header .header-top .top-left .list li .icon {
    right: 0;
    left: auto
}

.rtl .main-menu,
.rtl .tag-list li,
.rtl .sidebar-title .separator,
.rtl .sec-title .separator,
.rtl .main-header .header-upper .logo-outer,
.rtl .main-header .header-top .top-left,
.rtl .fixed-header .sticky-header .logo,
.rtl .news-detail .post-share-options .pull-left,
.rtl .cart-section .totals-table .col,
.rtl .main-header.header-style-two .header-upper .logo-box,
.rtl .shop-single .product-details .prod-tabs .tab-btns .tab-btn {
    float: right
}

.rtl .price-feature .price,
.rtl .timetable ul li span,
.rtl .fixed-header .sticky-header .right-col,
.rtl .main-header .outer-box,
.rtl .news-detail .post-share-options .pull-right,
.rtl .main-header.header-style-two .header-upper .upper-right,
.rtl .main-header .header-upper .nav-outer,
.rtl .main-header .header-top .top-right {
    float: left
}

.rtl .main-header .header-top .top-right .social-icons li {
    margin-left: 0;
    margin-right: 18px
}

.rtl .main-header .header-top .top-left .list li {
    margin-right: 0;
    margin-left: 25px
}

.rtl .main-header .outer-box {
    margin-left: 0;
    margin-right: 30px
}

.rtl .sec-title,
.rtl .news-block .inner-box .image .category,
.rtl .newsletter-section .title-column .inner-column,
.rtl .fluid-section-one .content-column .content-box,
.rtl .department-block .inner-box .text,
.rtl .main-slider .content {
    text-align: right
}

.rtl .main-slider .content .text {
    max-width: none;
    text-align: right
}

.rtl .main-slider .btn-box .theme-btn {
    float: right;
    margin-right: 0;
    margin-left: 30px
}

.rtl .sticky-header .main-menu .navigation>li {
    margin-left: 0;
    margin-right: 60px
}

.rtl .department-block .inner-box .upper-box {
    padding-left: 0;
    padding-right: 95px;
    text-align: right
}

.rtl .list-style-one li .icon,
.rtl .main-footer .contact-list li .icon,
.rtl .main-header .info-box .icon-box,
.rtl .main-footer .footer-list li a:before,
.rtl .fullwidth-section .right-column .upper-box .icon,
.rtl .fullwidth-section .left-column .inner-column .icon-box,
.rtl .department-block .inner-box .upper-box .icon {
    right: 0;
    left: auto
}

.rtl .department-block .inner-box .read-outer .read-more {
    float: right;
    padding-left: 30px;
    padding-right: 0
}

.rtl .department-block .inner-box .read-outer .read-more .icon {
    display: none
}

.rtl .sec-title.centered .separator {
    float: none
}

.rtl .list-style-one li {
    padding-left: 0;
    padding-right: 32px;
    text-align: right
}

.rtl .team-block .inner-box .image .overlay-box {
    right: 0;
    left: auto;
    text-align: right
}

.rtl .team-block .inner-box .image .overlay-box:before {
    left: -10px
}

.rtl .team-block .inner-box .image .overlay-box:after {
    left: -15px;
    right: -50px
}

.rtl .fullwidth-section .left-column .inner-column .content {
    padding-left: 0;
    padding-right: 100px;
    text-align: right
}

.rtl .fullwidth-section .right-column .upper-box {
    padding-left: 0;
    padding-right: 80px;
    text-align: right
}

.rtl .fullwidth-section .right-column .time-list li span.left-span {
    float: right;
    padding-left: 30px;
    padding-right: 0
}

.rtl .fullwidth-section .right-column .time-list li span.right-span {
    float: left;
    padding-left: 0;
    padding-right: 30px
}

.rtl .subscribe-form .form-group input[type="submit"],
.rtl .subscribe-form button {
    left: 0;
    right: auto
}

.rtl .subscribe-form .form-group input[type="text"],
.rtl .subscribe-form .form-group input[type="tel"],
.rtl .subscribe-form .form-group input[type="email"],
.rtl .subscribe-form .form-group textarea {
    padding-left: 170px;
    text-align: right;
    padding-right: 30px
}

.rtl .new-posts a,
.rtl .blog-cat li a,
.rtl .doctor-info .content-column .inner-column,
.rtl .main-footer .footer-list li,
.rtl .main-footer .footer-list,
.rtl .price-block .inner-box .upper-box,
.rtl .news-detail .inner-box .lower-content .content,
.rtl .default-section .timeline-column .inner-column,
.rtl .price-block .inner-box .plan-outer .plan,
.rtl .main-slider-two .content-column .inner-column,
.rtl .welcome-section .content-column .inner-column,
.rtl .main-footer .footer-widget .footer-title,
.rtl .main-footer .logo-widget {
    text-align: right
}

.rtl .main-footer .footer-widget .footer-title .separator {
    float: right;
    margin-right: 15px
}

.rtl .main-footer .footer-list li a {
    padding-left: 0;
    padding-right: 25px;
    text-align: right
}

.rtl .news-widget-block .widget-inner {
    padding-left: 0;
    text-align: right;
    padding-right: 110px
}

.rtl .price-block .inner-box .middle-content ul li:before,
.rtl .news-widget-block .widget-inner .image {
    right: 0;
    left: auto
}

.rtl .main-footer .contact-list li {
    padding-left: 0;
    padding-right: 70px;
    text-align: right
}

.rtl .header-style-two .option-box {
    margin-left: 0;
    margin-right: 25px
}

.rtl .main-header .outer-box .option-box .cart-box .cart-panel {
    left: 0 !important
}

.rtl .main-header .info-box {
    padding-left: 0;
    padding-right: 50px;
    text-align: right
}

.rtl .price-block .inner-box .middle-content ul li {
    padding-left: 0;
    padding-right: 30px;
    text-align: right
}

.rtl .price-block .inner-box .upper-box .icon {
    left: 20px;
    right: auto
}

.rtl .doctor-info .social-links li {
    float: none;
    display: inline-block
}

.rtl .doctor-info .timing i {
    float: right;
    margin-right: 0;
    margin-left: 15px
}

.rtl .default-section .timeline-column .timeline-list {
    max-width: 100%
}

.rtl .default-section .timeline-column .timeline-list li span {
    left: 0;
    right: auto
}

.rtl .progress-levels .progress-box .inner {
    padding-left: 0;
    padding-right: 170px
}

.rtl .feature-block .inner-box .upper-box .icon,
.rtl .progress-levels .progress-box .inner .text {
    right: 0;
    left: auto
}

.rtl .progress-levels .progress-box .bar .bar-fill {
    right: 0;
    left: auto
}

.rtl .progress-levels .progress-box .bar .bar-innner .skill-percent {
    left: -33px;
    right: auto
}

.rtl .sidebar-title,
.rtl .need-help,
.rtl .page-title,
.rtl .appointment-form,
.rtl .price-feature,
.rtl .tag-list,
.rtl .categories-blog ul li a,
.rtl .doctor-block .inner-box,
.rtl .feature-block .inner-box,
.rtl .ui-selectmenu-button.ui-button,
.rtl .main-slider-three .content-column .inner-column,
.rtl .health-section .content-column .inner-column,
.rtl .appointment-form .form-group input[type="text"],
.rtl .appointment-form .form-group input[type="email"],
.rtl .appointment-form .form-group input[type="tel"],
.rtl .appointment-form .form-group input[type="url"],
.rtl .appointment-form .form-group textarea,
.rtl .appointment-form .form-group select,
.rtl .testimonial-block-two .inner-box,
.rtl .accordion-box .block .acc-btn,
.rtl .accordion-box .block .content,
.rtl .faq-form .form-group input,
.rtl .faq-form .form-group textarea,
.rtl .portfolio-page-section .filters,
.rtl .appointment-form .form-group select,
.rtl .doctor-detail .lower-content .inner-box,
.rtl .doctor-detail .detail-column .inner-box,
.rtl .comment-form .form-group input,
.rtl .comment-form .form-group textarea,
.rtl .comment-form .form-group,
.rtl .product-details .info-column,
.rtl .shop-comment-form .form-group input,
.rtl .shop-comment-form .form-group label,
.rtl .shop-comment-form .form-group,
.rtl .shipping-block .inner-box,
.rtl .login-section .inner-container,
.rtl .login-form .form-group input,
.rtl .checkout-form input,
.rtl .order-box ul li,
.rtl .department-detail,
.rtl .payment-box .upper-box,
.rtl .order-box .title-box .col,
.rtl .checkout-form textarea,
.rtl .checkout-form .form-group .text,
.rtl .checkout-form .checkout-title h2,
.rtl .checkout-form .form-group .field-label,
.rtl .coupon-form .form-group input[type="text"],
.rtl .shipping-form .form-group input,
.rtl .cart-section .totals-table li h3,
.rtl .shop-comment-form .form-group textarea,
.rtl .cart-section .apply-coupon .form-group input,
.rtl .contact-form .form-group input,
.rtl .main-footer .footer-bottom .copyright,
.rtl .contact-form .form-group textarea,
.rtl .main-menu .navigation>li>ul>li>a,
.rtl .main-menu .navigation>li>ul>li>ul>li>a,
.rtl .contact-map-section .outer-container .map-content,
.rtl .shop-single .product-details .prod-tabs .tab-btns,
.rtl .main-menu .navigation>li .mega-menu-bar .column,
.rtl .shop-single .product-details .prod-tabs .tabs-content .tab .content,
.rtl .news-block-two .inner-box .lower-content .content,
.rtl .welcome-section .content-column .inner-column .play-btn,
.rtl .department-section-three .department-tabs .tabs-content .tab,
.rtl .department-section-three .department-tabs .tab-btns .tab-btn {
    text-align: right
}

.rtl .doctor-block .inner-box .doctor-time-list li span {
    text-align: left;
    left: 0;
    right: auto
}

.rtl .categories-blog ul li span,
.rtl .appointment-form .form-group .icon {
    left: 15px;
    right: auto
}

.rtl .header-style-three .header-upper .nav-outer {
    padding-left: 0;
    padding-right: 40px
}

.rtl .health-section .content-column .text {
    max-width: 100%
}

.rtl .feature-block .inner-box .upper-box {
    padding-left: 0;
    padding-right: 50px
}

.rtl .fact-counter.style-two .column .inner .content {
    text-align: right;
    padding-left: 0;
    padding-right: 75px
}

.rtl .fact-counter .column .inner .icon {
    right: 0;
    left: auto;
    transform: rotate(180deg)
}

.rtl .accordion-box .block .icon-outer {
    left: 40px
}

.rtl .comming-soon .emailed-form .form-group input[type="submit"],
.rtl .comming-soon .emailed-form button {
    left: 5px;
    right: auto
}

.rtl .comming-soon .emailed-form .form-group input {
    padding-left: 180px
}

.rtl .doctor-detail .detail-column .info-list li p {
    padding-left: 0;
    text-align: right;
    padding-right: 180px
}

.rtl .doctor-detail .detail-column .info-list li strong {
    right: 0;
    left: 0
}

.rtl .blog-cat li a:after {
    left: 25px;
    right: auto
}

.rtl .brochure-widget .brouchers li a {
    padding-left: 15px;
    padding-right: 45px;
    text-align: right
}

.rtl .brochure-widget .brouchers li a .icon {
    right: 12px;
    left: auto
}

.rtl .popular-posts .post {
    padding-left: 0;
    text-align: right;
    padding-right: 105px
}

.rtl .payment-box .payment-options li .radio-option input[type="radio"],
.rtl .sidebar .related-posts .post .post-thumb,
.rtl .sidebar-page-container .comments-area .comment-box .author-thumb,
.rtl .popular-posts .post-thumb {
    right: 0;
    left: auto
}

.rtl .cart-section .totals-table li .col:last-child {
    text-align: left
}

.rtl .sidebar-page-container .comments-area .comment {
    padding-left: 0;
    text-align: right;
    padding-right: 140px
}

.rtl .sidebar .related-posts .post {
    padding-left: 0;
    text-align: right;
    padding-right: 118px
}

.rtl .payment-box .payment-options li .radio-option label {
    padding-left: 0;
    padding-right: 30px
}

.rtl .contact-map-section .map-content .info-list li {
    padding-left: 0;
    padding-right: 25px;
    text-align: right
}

.rtl .contact-map-section .map-content .info-list li .icon {
    right: 0;
    left: auto
}

.rtl .main-menu .navigation>li>ul>li.dropdown>a:after {
    display: none
}

.rtl .service-block-two .inner-box {
    padding-left: 0;
    padding-right: 80px;
    text-align: right
}

.rtl .service-block-two .inner-box .icon-box {
    right: 0;
    left: auto
}

.rtl .timetable .doctor-btn,
.rtl .default-section .timeline-column .btn-box .timeline-btn {
    text-align: right
}

.rtl .timetable .doctor-btn .fa,
.rtl .default-section .timeline-column .btn-box .timeline-btn .icon {
    float: right;
    margin-right: 0;
    margin-left: 12px
}

.rtl .page-title .bread-crumb li {
    float: right;
    text-align: right
}

.rtl .page-title .bread-crumb li .fas {
    float: right;
    top: 8px;
    margin-right: 0;
    margin-left: 8px;
    position: relative
}

.rtl .page-title .bread-crumb li:after {
    right: auto;
    left: -10px;
    transform: rotate(180deg)
}

.rtl .search-popup .search-form fieldset input[type="search"] {
    text-align: right;
    padding: 20px 20px 20px 220px
}

.rtl .search-popup .search-form fieldset input[type="submit"] {
    left: 0;
    right: auto
}

.main-menu .navigation>li.has-mega-menu {
    position: static
}

.main-menu .navigation>li.has-mega-menu:before,
.main-menu .navigation>li.has-mega-menu:after {
    display: none
}

.main-menu .navigation>li>.mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1170px;
    background-color: #fff;
    padding: 45px 40px 30px 45px;
    top: 100%;
    z-index: 100;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05)
}

.main-menu .navigation>li:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1)
}

.main-menu .navigation>li>.mega-menu .mega-menu-bar {
    position: relative
}

.main-menu .navigation>li .mega-menu-bar h3 {
    position: relative;
    color: #020e28;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2
}

.main-menu .navigation>li .mega-menu-bar>ul {
    position: relative
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation>li .mega-menu-bar .column {
    position: relative;
    margin-bottom: 10px
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li:last-child {
    border: 0
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover {
    color: #7d7d7d
}

.main-footer .footer-list li a:hover {
    color: #000 !important
}

.main-footer .logo-widget .social-icons li a:hover {
    background-color: #000 !important;
    border-color: #000 !important
}

.history {
    position: relative;
    padding: 60px 0;
    margin: 60px 0 60
}

.his-title {
    padding: 30px;
    color: #000
}

.his-title p {
    margin-top: 20px;
    font-size: 18px;
    color: #000
}

.history::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 93%;
    width: 1px;
    background: #7d7d7d;
    transform: translate(-50%);
    margin: 20px 0
}

.history-box {
    margin-left: 15%
}

#h-two {
    margin-top: 30%
}

#h-one {
    margin-top: -30%
}

.history-box {
    position: relative;
    padding-bottom: 45px
}

.quan {
    width: 20px;
    height: 20px;
    border: 1px solid #666;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%)
}

.quan2 {
    width: 20px;
    height: 20px;
    border: 1px solid #666;
    border-radius: 50%;
    position: absolute;
    bottom: 117px;
    left: 50%;
    transform: translate(-50%)
}

.accordion .accordion-item .accordion-header .title h5 {
    font-size: 18px !important
}

.accordion .accordion-item .accordion-header .title .t-c-box {
    font-size: 16px !important
}

.yuan2 {
    position: absolute;
    left: -19%;
    top: 30%
}

.yuan {
    position: absolute;
    right: -2%;
    top: 30%
}

.abfull {
    width: 100%;
    max-width: 750px;
    max-height: 397px;
    overflow: hidden;
}

.abimgfull {
    width: 100%;
    max-width: 345px;
    max-height: 197px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    overflow: hidden;
}

.abimgfull img {
    width: 100%
}

.auto-container {
    width: 100%;
    max-width: 1280px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container {
    position: static;
    width: 100%;
    max-width: 1280px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.lzjbjd {
    display: none;
}

@media (max-width:1170px) {
    .auto-container {
        max-width: 100% !important;
        padding-right: 4.5% !important;
        padding-left: 4.5% !important;
    }
}

@media (max-width: 1260px) {
    .auto-container {
        max-width: 1140px
    }
}

@media (max-width:1499px) {
    .auto-container {
        max-width: 1280px
    }
}


/* 产品中心 */

.product-serivce-section {
    padding: 60px 0;
    background: rgba(223, 222, 222, 0.2);
}


/* 汽车轻量化 */

.car-product {
    background: #fff;
    padding: 62px 30px 42px;
    margin-bottom: 62px;
}

.car-img {
    width: 100%;
    margin: 42px 0;
    overflow: hidden;
}

.car-img img {
    width: 100%;
}

.car-product-content .car-inner-box {
    width: 1000%;
    padding-right: 15px;
    margin-bottom: 15px;
}

.car-product-content .car-inner-box:nth-child(4),
.car-product-content .car-inner-box:nth-child(8) {
    padding-right: 0;
}

.cp-img {
    width: 100%;
    overflow: hidden;
    max-width: 303px;
    max-height: 202px;
}

.cp-img img {
    width: 100%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: all 900ms ease
}

.cp-img img:hover {
    width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 900ms ease
}

.car-product-content .car-inner-box .title {
    font-size: 18px;
    color: #000;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border: 1px solid #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.car-product-content .inner-box:hover .title {
    color: #b2db17;
}

.car-product .ico {
    margin-top: 22px;
}

.car-product .ico .row {
    margin: 0;
    padding: 0;
    margin: 0 -10px;
}

.ico-inner-box {
    padding: 0 10px;
}

.car-product .ico .img {
    border: 1px solid #eee;
    width: 100%;
    padding: 2px;
    margin: 0 0 20px;
    overflow: hidden;
}

.car-product .ico .img img {
    display: table;
    margin: 0 auto;
    max-width: 200px;
    max-height: 70px;
}


/* ****** */

.building-material {
    background: #fff;
    padding: 62px 30px;
    margin-bottom: 62px;
}

.b-m-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: rgba(223, 222, 222, 0.2);
}

.b-m-top .f-left {
    width: 50%;
}

.b-m-top .f-right {
    width: 50%;
}

.b-m-top .f-right img {
    width: 100%;
}

.building-material .b-m-top .f-right {
    overflow: hidden;
}

.building-material .b-m-top .f-right img {
    width: 100%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: all 900ms ease
}

.building-material .b-m-top .f-right img:hover {
    width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 900ms ease
}

.x {
    width: 72px;
    height: 3px;
    background: #b2db17;
    margin-bottom: 20px;
}

.b-m-top .f-left h1 {
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 400;
}

.b-m-top .f-left p {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.cs-btn {
    padding: 12px 20px;
    font-size: 18px;
    color: #7d7d7d;
    text-align: center;
    background: #dddddd;
    border-radius: 7px;
    display: inline-block;
}

.cs-btn:hover {
    background: #b2db17;
    color: #fff;
}

.b-m-img {
    margin-top: 42px;
}

.b-m-bottom {
    margin-top: 42px;
}

.b-m-bottom .row,
.car-product-content .row {
    margin: 0;
    padding: 0;
}

.b-m-bottom .row .col-md-2,
.b-m-bottom .row .col-lg-2 {
    padding-right: 10px;
}

.b-m-img .row {
    margin: 0;
    padding: 0;
}

.b-m-inner-box {
    padding-right: 15px;
}

.b-m-inner-box img {
    width: 100%;
    max-width: 302px;
}

.b-m-inner-box:last-child {
    padding-right: 0;
}

.b-m-bottom .box-inner {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 25px 15px;
    height: 220px;
}

.b-m-bottom .box-inner .xian {
    margin: 10px auto;
    width: 60px;
    height: 2px;
    background: #b2db17;
}

.b-m-bottom .box-inner h6 {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 400;
}

.b-m-bottom .box-inner p {
    font-size: 13px;
    color: #666;
    padding: 0;
    margin: 0;
}

.industrial-profiles {
    margin-top: 60px;
    background: #fff;
    padding: 62px 30px 32px;
}

.i-p-top {
    margin-bottom: 20px;
}

.industrial-profiles .i-p-top h1 {
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
}

.i-p-center {
    margin-top: 42px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.i-p-center .f-left,
.i-p-center .f-right {
    width: 50%;
}

.i-p-center .f-left .img {
    width: 100%;
    overflow: hidden;
}

.i-p-center .f-left .img img {
    width: 100%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: all 900ms ease
}

.i-p-center .f-left .img img:hover {
    width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 900ms ease
}

.i-p-center .f-right {
    padding-left: 42px;
}

.i-p-center .f-right .gy-introduce .text {
    font-size: 18px;
    color: #000;
    line-height: 30px;
}

.i-p-center .f-right .gy-introduce p {
    font-size: 13px;
    color: #666;
}

.i-p-center .f-right a {
    color: #7d7d7d;
}

.i-p-center .f-right a:hover {
    color: #fff;
}

.industrial-profiles .b-m-bottom .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.industrial-profiles .b-m-bottom .box-inner {
    margin-bottom: 30px;
}

.industrial-profiles .b-m-bottom.row .col-md-2:nth-child(5),
.industrial-profiles .b-m-bottom .row .col-md-2:nth-child(10) {
    padding-right: 0;
}


/* 门窗荣誉 */

.dw-honor {
    width: 100%;
    margin-top: 42px;
}

.testimonial-carousel {
    width: 90%;
    display: table;
    margin: 0 auto;
    position: relative;
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
    position: absolute;
    top: 46%;
    left: 0;
    background: none;
}

.testimonial-carousel .owl-prev {
    right: -60px;
    left: initial;
}

.testimonial-carousel .owl-dots {
    display: none;
}

.owl-carousel .owl-nav button.owl-next {
    left: -60px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
}

.testimonial-carousel .owl-next span,
.testimonial-carousel .owl-prev span {
    font-size: 48px;
    color: #000;
    background: none;
}

.testimonial-carousel .owl-next span:hover,
.testimonial-carousel .owl-prev span:hover {
    color: #b2db17;
}

.testimonial-block-two3 .inner-box {
    width: 100%;
}

.testimonial-block-two3 .inner-box .imges {
    border: 1px solid #eee;
    width: 100%;
    max-width: 264px;
    max-height: 335px;
    overflow: hidden;
}

.testimonial-block-two3 .inner-box .imges img {
    width: 100%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: all 900ms ease
}

.testimonial-block-two3 .inner-box .imges img:hover {
    width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 900ms ease
}