@charset "utf-8";

html {
    /* overflow-x: hidden !important; */
    height: 100%;
    overflow-y: scroll
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #292929;
    background: #fff;
    height: 100%;
    text-align: center;
}

@-o-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

p {
    text-align: left;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #5e646a
}

.border-decor:before,
footer,
nav li ul,
.nice-select:after,
blockquote {
    border-color: #f5a700
}

.btn.dark-bg i {
    color: #f5a700 !important
}


.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.container {
    max-width: 1224px;
    min-width: 1200px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 2
}


.full-height {
    height: 100%;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    z-index: 2
}

/*header*/
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
    box-shadow: 0 13px 20px rgb(58 87 135 / 5%);
    /* background-color: rgba(255,255,255,.8); */
}

@media (max-width:1200px) {
    .main-header {
        width: 1200px;
        position: absolute;
    }
}

.top-bar {
    background: #f7f7f7;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    transition: all .2s ease-in-out
}

.top-bar.scroll-sticky {
    height: 0
}

.header-inner {
    height: 70px;
    background-color: #f7f8f8;
    border-bottom: 1px solid #a5a5a6;
}

.top-bar.scroll-sticky .header-inner {}

.top-bar-header-contact li a,
.top-bar-header-contact li i,
.footer-contacts li a,
.footer-serv-holder li a,
.footer-social li a {
    transition: all 100ms linear
}

.topbar-social a:hover,
.top-bar-header-contact li:hover i {
    color: #969696;
}

.top-bar-header-contact {
    float: left;
    position: relative;
    /* padding: 0 30px; */
}

.top-bar-header-contact span {
    color: #969696;
}

.top-bar-header-contact:before,
.top-bar-header-contact:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 22px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.21)
}

.top-bar-header-contact:after {
    right: auto;
    left: 0
}

.top-bar-header-contact li {
    float: left;
    position: relative;
    margin-right: 15px;
    text-align: left
}

.top-bar-header-contact li:last-child {
    margin: 0
}

.top-bar-header-contact li i {
    margin-right: 15px;
    font-weight: bold;
    color: #f5a700;
}

.top-bar-header-contact li a {
    color: #969696;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase
}

.top-bar-header-contact li:hover a {
    color: #f5a700;
}

.logo-holder {
    float: left;
    position: relative;
    z-index: 21;
    height: 42px;
    top: 16px;
}

.logo-holder img {
    width: auto;
    height: 100%
}

.login-btn {
    float: right;
    font-size: 14px;
    width: 130px;
    height: 40px;
    margin-top: 15px;
    line-height: 40px;
    margin-left: 24px;
    /* background: #f7f7f7; */
    /* border: 1px solid #eee; */
    text-align: center;
}

.login-btn i {
    position: relative;
    top: 3px;
    font-size: 18px;
    color: #f5a700;
    margin-right: 2px;
}

.login-btn a {
    font-size: 14px;
    padding: 0 4px;
    color: #191919;
}

.login-btn a:hover {
    color: #f5a700;
}

.htact:after {
    content: '';
    position: absolute;
    left: 16px;
    right: 0;
    bottom: 0;
    top: 16px;
    width: 36px;
    height: 36px;
    /* border-radius: 50%; */
    background: #f7f7f7;
    border: 1px solid #eee;
    z-index: 1;
    transition: all .3s ease-in-out
}


.header-tooltip {
    position: absolute;
    top: 100%;
    right: 0;
    width: 140px;
    height: 50px;
    line-height: 46px;
    FONT-VARIANT: JIS04;
    font-weight: 400;
    /* color: #fff; */
    background-color: #fff;
    transition: all .3s ease-in-out;
    font-size: 10px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    border-top: 4px solid #f5a700;
    color: #f5a700;
    box-shadow: 0 13px 20px rgb(58 87 135 / 5%);
}

.header-tooltip a {
    padding: 0 8px;
    color: #191919;
}

.htact:hover .header-tooltip {
    opacity: 1;
    visibility: visible
}

.progress-bar {
    position: relative;
    height: 100%;
    width: 0;
    z-index: 2;
    top: 0;
    transition: all .2s ease-in-out
}

.f_j-box {
    float: right;
    color: #969696;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    /* margin-right: 20px; */
    letter-spacing: 1px;
}

.f_j-box i {
    margin-right: 4px;
    position: relative;
    top: 1px;
}

.f_j-box:hover i {
    color: #f5a700
}

.f_j-box a {
    color: #969696;
}

.nav-holder {
    float: right;
    position: relative;
    opacity: 1;
    /* top: 17px; */
    visibility: visible;
    z-index: 20
}

.nav-holder nav {
    position: relative;
    float: right
}

.nav-holder nav li {
    float: left;
    position: relative;
    margin-right: 6px;
    height: 70px;
}

.nav-holder nav li.act-link:after,
.nav-holder nav li:hover:after {
    content: "";
    display: block;
    background: #f5a700;
    height: 4px;
    width: 100%;
    position: relative;
    bottom: -69px;
}

.nav-holder nav li ul {
    margin: 30px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 150px;
    top: 53px;
    left: 0;
    z-index: 1;
    /* padding: 10px 0; */
    background: #fff;
    transition: all .2s ease-in-out;
    /* border-top: 4px solid #f5a700; */
    box-shadow: 0 13px 20px rgb(58 87 135 / 5%);
}

.nav-holder nav li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin: 0
}

.nav-holder nav li ul li ul {
    top: -10px;
    left: 100%;
    margin-left: 25px;
    margin-top: 0;
    max-width: 150px
}

.nav-holder nav li ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin-right: 0
}

.nav-holder nav li ul li {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    /* border-bottom: 1px solid #eee; */
    padding: 6px 0;
}

.nav-holder nav li a {
    float: left;
    padding: 0px 11px;
    color: #1a1b27;
    font-size: 15px;
    /* font-weight: 700; */
    text-transform: uppercase;
    line-height: 70px;
    position: relative
}

.nav-holder nav li:hover a {
    color: #f5a700;
}

.nav-holder nav li.act-link a {
    color: #f5a700;
}

.nav-holder nav li.act-link a i {
    color: #292929
}

.nav-holder nav li a i {
    padding-left: 6px;
    transition: all 200ms linear;
    font-size: 16px;
    position: relative;
    top: 3px;
    color: #f5a700;
}

.nav-holder nav li a:hover i {
    transform: rotateX(180deg)
}

.nav-holder nav li ul a {
    float: left;
    width: 100%;
    text-align: left;
    padding: 2px 15px;
    font-size: 13px;
    color: #666;
    font-weight: 400;
}

.nav-holder nav li ul a:hover {
    float: left;
    width: 100%;
    text-align: left;
    padding: 2px 15px;
    font-size: 13px;
    color: #191919;
    font-weight: 400;
    color: #f5a700;
}

/*header end*/


nav li ul a:before,
nav li ul a:after {
    display: none
}

section,
.sect_div {
    min-width: 1200px;
    background-color: #fff;
    float: left;
    width: 100%;
    position: relative;
    padding: 80px 0;
    /* z-index: 2; */
    /* overflow: hidden; */
}

section.small-top_padding,
.sect_div.small-top_padding {
    padding-top: 50px;
}

section.small-padding .card-item {
    margin-bottom: 0
}

section.small-padding,
.sect_div.small-padding {
    padding: 60px 0;
}


.no-padding,
.sect_div.no-padding {
    padding: 0 !important
}


.gray-bg {
    background: #f7f7f7;
}


/*tit*/
.section-title {
    float: left;
    width: 100%;
    position: relative;
    /* padding-top: 30px; */
    padding-bottom: 60px;
}

.section-title h2 {
    font-size: 30px;
    padding: 10px 0;
    font-weight: 700;
    letter-spacing: 2px;
    color: #292929;
    text-transform: uppercase;
    width: 100%;
    float: left;
    position: relative
}

.section-title h2 span {
    color: #f5a700;
}

.section-title.align-text h2:before,
.section-title h4:before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: calc(50% - 73px);
    width: 146px;
    height: 1px;
    background-color: #d9d9d9;
}

.section-title.align-text h2:after,
.section-title h4:after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    background-color: #f5a700;
}

.section-title h4 {
    position: relative;
    /* font-weight: 600; */
    color: #777777;
    font-size: 14px;
    text-transform: uppercase;
}

.section-title h2:before {
    left: 50%;
    margin-left: -15px
}

.darkbg_2 .section-title h2 {
    color: #fff
}

.section-p {
    width: 558px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #777;
    position: relative;
    margin-bottom: 30px;
}

/*tit end*/



/*footer*/
footer.main-footer {
    position: relative;
    min-width: 1200px;
    /* position: fixed; */
    float: left;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #1a1b27;
}


.footer-inner {
    padding: 90px 0 40px;
    overflow: hidden;
    z-index: 2
}


.fw_hours {
    float: left;
    margin-top: 12px
}

.fw_hours span {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    color: #f5a700;
}

.fw_hours span strong {
    color: #fff;
    min-width: 104px;
    float: left
}

.footer-info {
    float: left;
    width: 100%;
    padding-bottom: 20px
}

.footer-info h4 {
    width: 100%;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #383c44; */
}


.footer-info h5 {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    padding-right: 20px;
    /* margin-top: 174px; */
    margin-bottom: 6px;
    text-align: left;
}

.footer-info p {
    color: #707176;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    padding-right: 53px;
    margin-bottom: 14px;
}


.footer-info span.footer-tel {
    float: left;
    font-size: 28px;
    margin-top: 0;
    /* font-weight: 600; */
    color: #fff;
    transition: .3s;
}


.sub-footer {
    background: #1a1b27;
    height: 80px;
    line-height: 80px;
    /* margin-top: 20px; */
    z-index: 3;
    border-top: 1px solid rgba(255,255,255,.1);
}

.copy-right {
    float: left;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    color: rgba(255, 255, 255, 0.61);
    font-weight: 500
}

.copy-right a {
    color: rgba(255, 255, 255, 0.61);
}

.copy-right a:hover {
    color: #f5a700;
}

.subfooter-nav {
    float: right;
    margin-right: 50px;
    position: relative
}

.subfooter-nav:before {
    content: '';
    position: absolute;
    right: -22px;
    top: 50%;
    height: 10px;
    margin-top: -5px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3)
}

.subfooter-nav li {
    margin-left: 15px
}

.subfooter-nav li a {
    font-weight: 500;
    font-size: 12px
}

.subfooter-nav li a:hover {
    color: #fff
}

.subfooter-nav li {
    float: left
}

.footer-serv-holder {
    float: left;
    width: 100%
}

.footer-serv-holder ul li {
    float: left;
    width: 100%;
    padding: 0 0 15px 20px;
    position: relative;
    transition: .3s;
}


.footer-serv-holder ul li:before {
    font-family: 'icomoon' !important;
    content: "\e95e";
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 12px;
    color: #b1b6ba;
}

.footer-serv-holder li a {
    text-align: left;
    float: left;
    color: #b1b6ba;
    font-size: 13px;
    font-weight: 500
}

.footer-serv-holder li:hover a {
    color: #d18e00;
    text-decoration: underline;
}

.to-top {
    float: right;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 20px;
    /* border-radius: 50%; */
    background: #1a1b27;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 200ms linear;
    color: #fff;
}

.to-top:hover {
    background: #f5a700;
    color: #fff
}

/*footer end*/

/*banner*/
.hero-wrap {
    height: 650px;
    margin-top: 70px;
    min-width: 1200px;
}

.hero-wrap_custom {
    height: auto;
    padding: 100px 0
}

.hero-wrap_custom.hero-wrap_custom2 {
    padding: 100px 0 130px
}

.hero-wrap-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero-wrap_custom .hero-wrap-container {
    position: relative;
    float: left;
    height: auto
}

.hero-wrap-container .overlay,
.hero-wrap_custom .overlay {
    opacity: .4
}

.hero-wrap-container .hero-scroll-down-notifer,
.hero-wrap_custom .hero-scroll-down-notifer {
    right: auto;
    bottom: -100px;
    left: 0
}

.hero-wrap_custom .hero-scroll-down-notifer {
    bottom: -20px
}

.hero-wrap_custom.hero-wrap_custom2 .hero-scroll-down-notifer {
    bottom: -70px
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    color: #292929;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px
}

.hero_promo-wrap {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 200px;
    z-index: 20;
    height: 50px;
    margin-top: -15px
}

.hero_promo-title {
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin-left: 20px;
    top: 18px;
    text-align: left;
    font-weight: 600
}

.hp_popup {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    z-index: 20;
    font-size: 10px;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.hp_popup:hover {
    box-shadow: 0 0 0 17px rgba(255, 255, 255, 0.2)
}

.hero-dec_top,
.hero-dec_bottom {
    position: absolute;
    right: 40px;
    width: 80px;
    height: 80px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 10
}

.hero-dec_bottom {
    bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4)
}

.hero-dec_top {
    top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.4)
}

.slideshow-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.slideshow-container .bg {
    transform: scale(1);
    transition: all 8.5s linear
}

.slideshow-container_wrap .swiper-slide-active .bg,
.slideshow-container_wrap .swiper-slide-duplicate-active .bg {
    transform: scale(1.1)
}

.slideshow-item {
    position: relative;
    float: left;
    width: 100%;
    height: 100%
}

.hero-wrap-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 42%;
    transform: translateY(-50%);
    z-index: 10
}

.hero-wrap-title_item h2 {
    font-size: 45px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    padding-top: 10px
}

.hero-wrap-title_item h4 {
    font-size: 11px;
    text-align: left;
    float: left;
    max-width: 550px;
    padding-top: 10px;
    color: #fff;
    font-weight: 500
}

.hero-wrap-title_item h3 {
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
    font-weight: 700;
    position: relative
}

.hero-wrap-title_item h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: -30px;
    width: 40px;
    height: 4px;
    z-index: 2
}

.hero-wrap-title_item h3:after {
    content: '';
    position: absolute;
    left: 40px;
    height: 1px;
    width: 80px;
    top: -27px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.5)
}

.fs-slider-item {
    overflow: hidden
}

.fs-slider-item.banner-height {
    height: 650px !important;
}

.slider-progress-bar {
    position: absolute;
    top: 40px;
    right: 60px;
    z-index: 20
}

.play-pause_slider {
    position: absolute;
    right: 60px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.7);
    bottom: 28px;
    cursor: pointer;
    z-index: 10;
    color: #fff;
    font-size: 10px;
    border-radius: 2px
}

.hsc_pp.auto_actslider i:before {
    content: "\f04c"
}

.progress-indicator svg {
    position: relative;
    top: -5px;
    height: 50px;
    transform: rotate(-90deg);
    width: 50px;
    z-index: 20
}

.progress-bar__background {
    fill: none;
    stroke: rgba(255, 255, 255, 0.4);
    stroke-width: 1.0
}

.progress-bar__progress {
    fill: none;
    stroke: #fff;
    stroke-dasharray: 100 100;
    stroke-dashoffset: 100;
    stroke-linecap: round;
    stroke-width: 1.8
}

.circ {
    transform: scale(1.0) rotate(-90deg);
    transition: transform .3s ease;
    z-index: 3;
    position: relative
}

.circ circle {
    stroke-dasharray: 440px
}

.circ1 {
    stroke-dashoffset: 440px
}

.slider-progress-bar.act-slider .circ1 {
    stroke-dashoffset: 220px;
    transition: linear 6s stroke-dashoffset
}

.hero-slider-pagination {
    position: absolute;
    bottom: 14px;
    right: calc(50% - 45px);
    z-index: 20
}

.hero-slider-pagination.hsp2 {
    right: 40px
}

.hwt_dec {
    position: absolute;
    left: -30px;
    width: 370px;
    top: 60px;
    bottom: -30px;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1
}

.hwt_dec:before {
    content: '';
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 80px;
    height: 80px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4)
}

/*banner end*/


/*search*/
.section-search {
    margin-top: -100px;
    background-color: unset;
    padding: 0;
}

.search-box {
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 0 13px 20px rgb(58 87 135 / 10%);
}

.search-box.in-search-box {
    margin-top: 0px;
    box-shadow: 0 13px 20px rgb(58 87 135 / 0%);
}

.search-box.fl-wrap {}

.query_kuang {
    /* border-radius: 10px; */
    overflow:
        hidden;
    width: 100%;
    position: relative;
}

.query_kuang input {
    float: left;
}

.query_kuang_left {
    border: 0;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    padding-right: 164px;
    background-color: rgba(250, 250, 250, 0.8);
    border: 1px solid #eee;
    /* border-radius: 10px; */
    outline: none;
}

.query_kuang_right {
    position: absolute;
    cursor: pointer;
    border: 0;
    font-size: 14px;
    top: 4px;
    right: 19px;
    width: 140px;
    height: 52px;
    line-height: 34px;
    background-color: #f5a700;
    /* background-image: linear-gradient(134deg, #f5a700, #f8be43); */
    color:
        white;
    /* border-radius: 10px; */
}

/*search end*/

/*serv*/
.section-serv {

    padding-top: 0;
}

.section-serv .serv-top-more {
    background: #f5a700;
    margin-left: 15px;
    padding: 10px 20px;
    text-align: left;
    margin-bottom: 100px;
    transition: .3s;
}

.section-serv .serv-top-more:hover {
    background: #ec8500;
}

.section-serv .serv-top-more h5 {
    color: #fff;
    font-size: 14px;
}

.section-serv .serv-item {

    text-align: left;
}

.section-serv .serv-item h2 {

    font-size: 30px;

    font-weight: bold;
}

.section-serv .serv-item .serv-img-box {

    margin: 0 12px 40px;
}

.section-serv .serv-item .serv-img-box .serv-img {

    width: 100%;
}

.section-serv .serv-item .serv-txt {}

.section-serv .serv-item .serv-txt h4 {

    color: #1a1b27;

    font-size: 20px;

    line-height: 25px;

    font-weight: 500;

    letter-spacing: 0px;

    margin-bottom: 15px;
}

.section-serv .serv-item .serv-txt p {

color: #8d8e90;

margin-bottom: 15px;

overflow: hidden;

display: -webkit-box;

-webkit-box-orient: vertical;

-webkit-line-clamp: 3;

padding-bottom: 0;
}

.section-serv .serv-item .serv-txt a {
    color: #f5a700;
}

.section-serv .serv-item .serv-txt a:hover {
    color: #d18e00;
    text-decoration: underline;
}

.section-serv .serv-item .serv-txt i {
    color: #f5a700;
}

/*serv end*/

/*adv*/
.section-adv {
    text-align: left;
    background-color: #f7f9fa;
    border-top: 1px solid #cbd1d5;
    border-bottom: 1px solid #cbd1d5;
}

.section-adv .adv-left {}

.section-adv .adv-left h5 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.section-adv .adv-left h5 span {
    color: #f5a700;
}

.section-adv .adv-left img {
    width: 510px;
}

.section-adv .adv-right {}

.section-adv .adv-right h5 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 40px;
}

.section-adv .adv-right .adv-right-item {
    padding-bottom: 20px;
}

.section-adv .adv-right .adv-right-item img {
    margin-top: 20px;
    margin-bottom: 30px;
}

.section-adv .adv-right .adv-right-item h4 {
    margin-bottom: 10px;
    color: #1a1b27;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0px;
}

.section-adv .adv-right .adv-right-item p {
    color: #8d8e90;
    margin-bottom: 15px;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/*adv end*/


/*contact*/
.section-contact {
    padding-top: 0;
    text-align: left;
}

.section-contact .contact-top-more {
    background: #f5a700;
    float: right;
    margin-right: 15px;
    padding: 10px 20px;
    text-align: left;
    margin-bottom: 100px;
    transition: .3s;
}

.section-contact .contact-top-more:hover {
    background: #ec8500;
}

.section-contact .contact-top-more h5 {
    color: #fff;
    font-size: 14px;
}

.section-contact .contact-left {}

.section-contact .contact-left h5 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.section-contact .contact-left h5 span {
    color: #f5a700;
}

.section-contact .contact-left p {

    color: #8d8e90;

    margin-bottom: 10px;
}

.section-contact .contact-left a {
    color: #f5a700;
}

.section-contact .contact-left a:hover {
    color: #d18e00;
    text-decoration: underline;
}

.section-contact .contact-left i {
    color: #f5a700;
}

.section-contact .contact-right .contact-right-img {margin-top: 40px;}

.section-contact .contact-right .contact-right-img img {
    width: 100%;
    border-radius: 10px;
    border: 10px solid #f0f0f0;
}
.section-contact .contact-right .contact-right-img span {
    display: block;
    margin-top: 10px;
    color: #8d8e90;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}
/*contact end*/


/*adv*/
.cards-wrap {
    position: relative;
    margin-bottom: 30px;
    z-index: 2
}

.cards-wrap .single-feature-item {
    /* margin-top: -94px; */
    transform: translateY(0);
    transition: .5s;
    /* box-shadow: 0 15px 30px rgb(0 0 0 / 10%); */
    /* box-shadow: 0 13px 20px rgb(58 87 135 / 10%); */
    border-radius: 10px;
    /* background-color: #fafafa; */
}

.cards-wrap .single-feature-item:hover {
    transform: translateY(-20px);
}

.cards-wrap .feat-icon {
    /* background: #fff; */
    padding: 30px 33px 0px;
    /* height: 100%; */
    /* border-radius: 5px 0 0 5px; */
    font-size: 58px;
    color: #f5a700;
}

.cards-wrap .feat-content {
    /* background: #fafafa; */
    padding: 30px 0;
    /* border-left: 1px solid #eee; */
    border-radius: 0 5px 5px 0;
}

.cards-wrap .feat-content h5 {
    font-weight: 800;
    color: #1d2143;
    font-size: 20px;
    text-align: left;
}

.cards-wrap .feat-content p {
    /* margin-top: 15px; */
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    /* line-height: 32px; */
    position: relative;
    color: #555555;
    padding: 0;
}

/*adv end*/


/*serv*/
.serv_img {
    width: 60%;
    float: left;
    position: relative;
    /* right: -8px; */
    /*background: url(../images/serv-bg.png);*/
    height: 300px;
    /* width: 291px; */
    overflow: hidden;
}

.serv_bg {
    width: 40%;
    float: left;
    position: relative;
    /* right: -8px; */
    /*background: url(../images/serv-bg.png);*/
    height: 300px;
    /* width: 291px; */
}

.serv_bg:before {
    content: '';
    position: absolute;
    /* right: -8px; */
    left: -56px;
    background: url(../images/serv-bg.png);
    height: 300px;
    width: 120px;
}

.serv_bg_left {
    z-index: 2;
}

.serv_bg_left:before {
    content: '';
    position: absolute;
    right: -67px;
    left: auto;
    background: url(../images/serv-bg2.png);
    height: 300px;
    width: 120px;
}

.serv_bg h4 {
    position: absolute;
    left: 14px;
    top: 96px;
    font-size: 18px;
    color: #222222;
}

.serv_bg span {
    position: absolute;
    left: 14px;
    top: 124px;
    font-size: 14px;
    color: #777777;
}

.serv_bg a {
    position: absolute;
    top: 180px;
    left: 14px;
    display: block;
    font-size: 14px;
    color: #222;
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f5a700;
    border-radius: 50px;
    margin: 0 auto;
    transition: .3s;
}

.serv_bg a:hover {
    color: #fff;
    background-color: #f5a700;
}

.serv_bg_left h4 {
    left: 70px;
}

.serv_bg_left span {
    left: 70px;
}

.serv_bg_left a {
    left: 70px;
}

/*serv end*/


/*news*/
.testi-item {
    transition: all .3s ease-in-out;
    transform: scale(0.95);
    /* background-color: #fff; */
    border: 1px solid #e7e7e7;
    padding: 20px;
    /* border-radius: 5px; */
    /* box-shadow: 0 13px 20px rgb(58 87 135 / 5%); */
}

.testimonilas-text {
    position: relative;
    padding-top: 20px;
    /* overflow: hidden; */
    /* border: 1px solid #eee; */
    transition: all .3s ease-in-out
}

.testimonilas-text:before {
    content: '';
    position: absolute;
    left: 35px;
    top: -4px;
    width: 90px;
    height: 6px;
    z-index: 12;
    /* background-color: #f5a700; */
}

.testimonilas-text h3 {
    /* font-weight: 600; */
    text-align: left;
    /* margin-left: 80px; */
    max-width: 260px;
    font-size: 17px;
    padding-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-bottom: 0;
    margin-bottom: 8px;
}

.testimonilas-text h3 span {
    color: #999;
    display: block;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase
}

.testimonilas-carousel .swiper-slide {
    padding: 10px 0 20px
}

.testi-avatar {
    left: 35px;
    top: 32px;
    /* width: calc(100% - 20px); */
    /* height: calc(100% - 20px); */
    /* margin: 10px; */
    z-index: 20;
    overflow: hidden;
    /* border-radius: 5px; */
}

.testi-avatar img {
    width: 100%;
    /* height: 60px; */
    float: left;
    /* border-radius: 4px; */
    position: relative;
    z-index: 2;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.testi-item:hover .testi-avatar img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.swiper-slide-active .testimonilas-text {
    /* background: #f9f9f9; */
}

.testimonilas-text p {
    color: #5e646a;
    font-size: 15px;
    /* text-align: justify; */
    /* font-style: italic; */
    line-height: 24px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.testimonilas-text span {
    display: block;
    color: #999;
    font-size: 14px;
    /* text-align: justify; */
    /* font-style: italic; */
    line-height: 20px;
    font-weight: 500;
    padding-bottom: 0;
    margin-bottom: 4px;
    text-align: left;
}

.swiper-slide-active .testi-item {
    opacity: 1;
    /* transform: scale(1.0); */
}

.swiper-slide-active .testi-item .testimonilas-text:before,
.swiper-slide-active .testi-item .testimonilas-text:after {
    opacity: 1
}

.testi-number {
    z-index: 9;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
    font-weight: 900;
    font-size: 11px;
    color: #f5a700;
    transition: all .3s ease-out;
}

.testi-number:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 30px;
    width: 46px;
    height: 1px;
    background: #f5a700;
    transform: rotate(-45deg);
}

.testi-number:before {
    background: #f5a700;
}

.testi-number span {
    font-size: 14px;
    position: relative;
    display: block;
    left: -9px;
    top: -10px;
}

.testi-number span:last-child {
    position: relative;
    left: 11px;
    top: -49px;
}

.swiper-slide-active .testi-item .testi-number {
    background: #fff;
}

.star-rating i {
    margin: 0 2px
}


.testim-link {
    float: left;
    margin-top: 10px;
    border-radius: 2px;
    color: #fff;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    background-color: #f5a700;
}

.tc-button,
.ss-slider-cont,
.hero-slider-cont {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    border-radius: 4px;
    background: rgba(245, 167, 0, 0.4);
    z-index: 50;
    cursor: pointer;
    color: #fff;
    border-radius: 0%;
    transition: .3s;
}

.tc-button:hover,
.ss-slider-cont:hover,
.hero-slider-cont:hover {
    background: #f5a700;
}

.tc-button:hover i,
.ss-slider-cont:hover i,
.hero-slider-cont:hover i {
    color: #fff;
}

.tc-button-next,
.ss-slider-cont-next {
    right: 0px;
}

.tc-button-prev,
.ss-slider-cont-prev {
    left: 0px;
}

.hero-slider-cont-next {
    right: 60px;
    color: #fff;
}

.hero-slider-cont-prev {
    left: 60px;
    color: #fff;
}

.tc-pagination {
    float: left;
    margin-top: 10px;
    width: 100% !important
}

.tc-pagination .swiper-pagination-bullet,
.ss-slider-pagination .swiper-pagination-bullet,
.hero-slider-wrap_pagination .swiper-pagination-bullet,
.hero-slider-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #999;
    margin: 0 10px;
    display: inline-block;
    width: 21px;
    height: 4px;
    position: relative;
    border-radius: 0;
    ransition: all 300ms ease-out
}

.ss-slider-pagination .swiper-pagination-bullet {
    background: #fff;
    margin: 0 8px !important
}

.ss-slider-pagination .swiper-pagination-bullet,
.hero-slider-wrap_pagination .swiper-pagination-bullet,
.hero-slider-pagination .swiper-pagination-bullet {
    background: #fff;
    margin: 0 4px !important;
}

.hero-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f5a700;
}

.ss-slider-pagination .swiper-pagination-bullet:hover {
    background: rgba(255, 255, 255, 0.5)
}

.tc-pagination .swiper-pagination-bullet:before,
.ss-slider-pagination .swiper-pagination-bullet:before,
.hero-slider-wrap_pagination .swiper-pagination-bullet:before,
.hero-slider-pagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 100%;
    box-sizing: border-box;
    /* border: 1px solid #ccc; */
    transition: all 300ms ease-out;
    transform: scale(0)
}

.tc-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.ss-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.hero-slider-wrap_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.hero-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    transform: scale(1.0)
}

.ss-slider-controls2 .ss-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.hero-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f5a700;
}

/*news end*/


/*partner*/
.client-item {
    border: 1px solid #e7e7e7;
    padding: 30px 40px;
    display: block;
    transition: .3s;
    margin: 2px;
}

.client-item:hover {
    background: #fafafa;
}

.client-item img {
    width: 100%;
    height: auto;
    transition: all 300ms linear
}

.cc-btn {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-top: -18px;
    color: #f5a700;
    font-size: 14px;
    z-index: 20;
    cursor: pointer
}

.clients-carousel-wrap {
    padding: 0 20px
}

.cc-btn.cc-next {
    right: 0
}

.cc-btn.cc-prev {
    left: 0
}

/*partner end*/


@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .bg {
        background-attachment: scroll !important;
        -webkit-background-size: cover;
        background-position: center
    }
}
