/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne | Creative-Piling
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Social Icon Hover
    - Slider
    - Header And Navigation
    - Services
    - Team
    - Portfolio
    - Contact Us
    - Cursor
    - Footer
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('css.css');
@import url('css1.css');

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.main-font{font-family: 'Open Sans', sans-serif;}
.alt-font{font-family: 'Poppins', sans-serif;}
.leater-space {letter-spacing: 1px;}
.color-black {color: #384141;}
.color-blue {color: #21c2c2;}

/* ===================================
    General
====================================== */

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-1{opacity: .1;}
.opacity-2{opacity: .2;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

.bg-black{background: #000000}

.btn {display:inline-block; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto; font-family: 'Open Sans', sans-serif; font-weight: 400; transition-duration: 0.3s !important; transition-timing-function: ease-in-out!important;}
/* button size */
.btn.btn-very-small {font-size:9px; padding: 1px 17px; line-height: 22px;}
.btn.btn-small {font-size:11px; padding: 4px 24px;}
.btn.btn-medium {font-size:12px; padding: 6px 25px 5px;}
.btn.btn-large {font-size:13px; padding: 9px 34px; line-height: 25px}
.btn.btn-extra-large {font-size:15px; padding: 12px 40px 13px;  line-height: 25px}
.btn-dual .btn {margin: 0 10px; }
.btn i {margin-left: 6px; vertical-align: middle; position: relative; top:-1px}

.btn.btn-black {background:#000000; border-color: #000000; color: #fff; font-size: 15px;}
.btn.btn-black:hover, .btn.btn-black:focus {background: transparent; color: #000; font-size: 15px;}
.btn.btn-pak {background-color: #439f76; border-color: #FFFFFF; color:#FFFFFF; font-size: 15px;}
.btn.btn-pak:hover, .btn.btn-pak:focus {background-color: #FFFFFF;border-color: #439f76; color: #439f76;font-size: 15px;  }
.btn.btn-sky {background-color: #384141; border-color: #FFFFFF; color:#FFFFFF; font-size: 15px;}
.btn.btn-sky:hover, .btn.btn-sky:focus {background-color: #FFFFFF; border-color: #384141; color: #384141;font-size: 15px;  }
.btn.btn-pink {background-color: #e23939; border-color: #FFFFFF; color:#FFFFFF; font-size: 15px;}
.btn.btn-pink:hover, .btn.btn-pink:focus {background-color: #FFFFFF; border-color: #e23939; color: #e23939;font-size: 15px;  }
.btn.btn-green {background-color: #53be53; border-color: #53be53; color:#FFFFFF; font-size: 15px;}
.btn.btn-green:hover, .btn.btn-green:focus {background: transparent; color: #53be53;font-size: 15px;}
.btn.btn-blackish {background:#384141; border-color: #384141; color: #fff;font-size: 15px;}
.btn.btn-blackish:hover, .btn.btn-black:focus {background: transparent; color: #384141;font-size: 15px;}
.btn.btn-blue {background:#24c4f4; border-color: #24c4f4; color: #fff;font-size: 15px; transition: .5s !important;}
.btn.btn-blue:hover, .btn.btn-black:focus {background: transparent; color: #24c4f4 !important;font-size: 15px; transition: .5s !important;}
.btn.btn-green-blue {background:#53be53; border-color: #53be53; color: #fff;font-size: 15px;}
.btn.btn-green-blue:hover, .btn.btn-green-blue:focus {background-color: #24c4f4; border-color: #24c4f4; color: #FFFFFF;font-size: 15px;}

/* button rounded */
.btn.btn-rounded {border-radius: 50px}
.btn.btn-rounded.btn-very-small {padding: 2px 23px 1px;}
.btn.btn-rounded.btn-small {padding: 5px 29px;}
.btn.btn-rounded.btn-medium {padding: 6px 32px;}
.btn.btn-rounded.btn-large {padding: 9px 38px;}
.btn.btn-rounded.btn-extra-large {padding: 12px 45px 13px;}

body {
    overflow-x: hidden!important;
}

section {
    position: relative;
}

a:active, a:hover, a {
    text-decoration: none;
}

.full-screen {height: 100vh;}

#pp-nav.right ul {list-style-type: none;}

#page-scroll .section{
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
}



/* center-block */
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}






/* ===================================
    Services Section
====================================== */

.bg-contact,.bg-services,.bg-team { 
    background-size: cover; 
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.services-item{
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}

.per-slide {
    opacity: 0;
    -webkit-transition: all .7s ease-in .3s;
    -o-transition: all .7s ease-in .3s;
    transition: all .7s ease-in .3s;
}

#services_slider .owl-item.active .services-item .per-slide{
    opacity: 1;
}

.services-item .services-icon{
    font-size: 2.5rem;
    color: #ffffff;
    width:45px;
    height:  45px;
    display: inline-block;
    -webkit-transition: all .7s ease-in .3s;
    -o-transition: all .7s ease-in .3s;
    transition: all .7s ease-in .3s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin-bottom: 2rem;
}

.services-item:hover .services-icon  {
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#services_slider .owl-item.active .services-item .testimonial-line {
    width:140px;
    opacity: 1;
}

.services-item .testimonial-line{
    width: 5px;
    opacity: 0;
    height: 3px;
    left: 73%;
    position: relative;
    text-align: right;
    margin-bottom: 40px;
    background-color: #d00520;
}

.services-item .destination{
    font-size: 13px;
    font-weight: 400;
    color: #9c9c9c;
}

#services_slider .owl-dots{
    position: relative;
    bottom: 0;
    display: block;
    text-align: right;
    width: 100%;
}

/* owl carousel bullets */
#services_slider .owl-dots .owl-dot {
    height: 11px;
    width: 11px;
    margin: 2px 10px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e5e5e5 !important;
    cursor: pointer;
}

#services_slider .owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span {
    background:#e5e5e5;
}

#services_slider .owl-dots .owl-dot.active {
    background: #d00520 !important;
}

/* ===================================
    开工仪式 Section
====================================== */



.testimonial-line{
    width: 5px;
    height: 3px;
    opacity: 0;
    background-color: #d00520;
    transition: width .5s ease-in;
}

#testimonial-quote .owl-item.active .testimonial-line{
    opacity: 1;
    width: 140px;
}

.team-img {
    max-width:135px;
    min-height: 135px;
    transform: scale(.5);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 70px;
    overflow: hidden;
    transition: all .5s ease-in;
}

#testimonial-quote .owl-item.active .team-img{
    transform: scale(1);
}

.testimonial-quote  ,h2  ,p {color: #FFFFFF;}

.testimonial-wrapp,
.testimonial-wrapp .testimonial-text,
.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .quoted, .testimonial-quote{
    position: relative;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.testimonial-wrapp,
.testimonial-wrapp .testimonial-text {
    text-align: center;
}

.testimonial-wrapp .quoted,
.testimonial-wrapp .testimonial-photo {
    display: inline-block;
}

.testimonial-wrapp .quoted {
    background: #643094;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 1;
}

.testimonial-wrapp .testimonial-text {
    background: #f6f6f6;
    padding: 4.25rem 2.5rem;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}

.testimonial-wrapp .testimonial-photo {
    height: 100px;
    width: 100px;
    margin-top: -50px;
}

.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .testimonial-photo > img{
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp .quoted,
#testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp:hover .testimonial-text{
    background: #00bcd4;
}

.testimonial-wrapp:hover .testimonial-text{
    background: #643094;
    color: #fff;
}

.testimonial-quote,h1:active {opacity: 1;}

.owl-thumbs.owl-dots{
    text-align: left;
}

.owl-thumbs.owl-dots .owl-dot {
    background: transparent;
    height: 60px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 60px;
    border: 5px solid rgba(255,255,255,.3);
    margin-left: -30px;
    border-radius: 50%;
    display: inline-block;
    opacity: .65;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}

.testimonial-bg-light .owl-thumbs.owl-dots .owl-dot {
    border: 5px solid rgba(0,0,0,.3);
}

.owl-thumbs.owl-dots .owl-dot > img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.owl-thumbs.owl-dots .owl-dot:first-child{
    margin-left: 0;
}

.owl-thumbs.owl-dots .owl-dot::after{
    display: none;
}

.owl-thumbs.owl-dots .owl-dot:hover,
.owl-thumbs.owl-dots .owl-dot.active{
    z-index: 5;
    opacity: 1;
    border: 5px solid rgba(255,255,255,.53);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.testimonial-bg-light .owl-thumbs.owl-dots .owl-dot.active {
    border: 5px solid rgba(0,0,0,.53);
}

/* ===================================
    Progress Bar
====================================== */

.team-progress{
    padding-bottom: 1rem;
}

.bg-skills {background: url(../image/skils-bg.jpg); background-size: cover; background-repeat: no-repeat;}

.team-progress .progress-item{
    margin-bottom: 2rem;
    list-style: none;
}

.progress-item {letter-spacing: 2px;}
.team-progress .progress{
    height: 12px;
    margin-top: 12px;
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: #eaeaea;
}

.team-progress .progress-item .count{
    font-weight: 500;
}

.team-progress .progress-bar{
    height: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #21c2c2;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3264f5', endColorstr='#7202bb',GradientType=1 );
}

/* ===================================
    Portfolio
====================================== */

.content-scroll {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: visible;
    height: 100%;
    width: 100%;
}

.showcase-holder {
    width: 100%;
    height: 100vh;
    position: relative;
    perspective: 1000px;
}

.showcase-tilt-wrap {
    width: 100%;
    height: 100vh;
    position: absolute;
    perspective: 1000px;
    overflow: hidden;
}

.showcase-tilt {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: visible;
    transform-style: preserve-3d;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.showcase-tilt.disabled {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05) !important;
    transform: translate3d(0, 0, 0) scale(1.05) !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.showcase-slider {
    height: 100%;
    width: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
}

.swiper-slide::after {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff00000', endColorstr='#a6000000', GradientType=0);
}

.img-mask {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: 1.2s ease-in-out;
    transition: 1.2s ease-in-out;
}

.section-image {
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
}

.title {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    position: relative;
    display: block;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: 3.5vw;
    line-height: 90px;
}

.swiper-pagination-bullet:first-child .title {
    opacity: 0;
    -webkit-transform: translateY(15vh) scale(1);
    transform: translateY(15vh) scale(1);
}

.title span {
    display: block;
    float: left;
    margin: 0;
    min-width: 20px;
    width: auto;
    line-height: 90px;
    height: 90px;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transform: translateX(100px) scale(1.1);
    transform: translateX(100px) scale(1.1);
}

.swiper-pagination-bullet:first-child .title span {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
}

.subtitle {
    margin-bottom: 0;
    opacity: 1;
    line-height: 20px;
    position: relative;
    left: 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    opacity: 0;
    -webkit-transform: translateX(20px) scale(1);
    transform: translateX(20px) scale(1);
}

.swiper-pagination-bullet:first-child .subtitle {
    opacity: 0;
    -webkit-transform: translateY(15vh) scale(1);
    transform: translateY(15vh) scale(1);
}

.showcase-holder .showcase-pagination-wrap {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -13%;
    box-sizing: border-box;
    width: 100%;
    z-index: 100;
    height: 100%;
    display: table;
    pointer-events: none;
    transform: translateY(-30vh);
    -webkit-transform: translateY(-30vh);
}

.showcase-holder .showcase-pagination {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: bottom;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    pointer-events: none;
}

.showcase-holder .swiper-pagination-bullet {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    border-radius: 0;
    background: transparent;
    box-sizing: border-box;
    text-align: center;
    bottom: 0;
    transition: opacity .3s ease-in-out;
}

.showcase-holder .swiper-pagination-bullet-active{
    transition: opacity .3s ease-in-out;
    opacity: 1;
}

.showcase-holder .swiper-pagination-bullet {
    color: #000;
    text-align: center;
}

.light-content .showcase-holder .swiper-pagination-bullet {
    color: rgba(0, 0, 0, 1);
    text-align: center;
}

.showcase-counter {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.counter-wrap {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.counter {
    height: 20px;
    width: 50px;
    position: absolute;
    bottom: 38px;
    left: 230px;
    text-align: center;
    opacity: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
    -webkit-transform: translateY(20px) scale(1);
    transform: translateY(20px) scale(1);
}

.light-content .counter, .light-content .showcase-counter span::after {
    color: #000;
}

.showcase-counter span{
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    bottom: 38px;
    left: 300px;
    opacity: 1;
    font-weight: 500;
    color: #000;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.showcase-counter span::after {
    content: attr(data-total);
    position: relative;
}

.showcase-counter::before {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    bottom: 44px;
    left: 282px;
    background-color: rgb(0, 0, 0);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.light-content .showcase-counter::before {
    background-color: rgb(255, 255, 255);
}

.scale-up .counter-wrap, .scale-up .showcase-counter::after, .scale-up .showcase-counter::before {
    opacity: 0 !important;
}

.swiper-pagination-bullet:first-child .counter {
    opacity: 0;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
}

.caption-border {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    position: absolute;
    margin: 0 auto;
    bottom: 50px;
    transition: width 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.2s;
    -webkit-transition: width 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.2s;
}

.light-content .caption-border {
    background-color: rgba(255, 255, 255, 0.15);
}

.caption-border.left {
    left: 400px;
}

.caption-border.right {
    right: 400px;
}

.caption-border.left::before {
    content: '';
    width: 90px;
    height: 1px;
    position: fixed;
    left: 80px;
    bottom: 50px;
    background-color: rgba(255, 255, 255, 0.4);
}

.caption-border.right::after {
    content: '';
    width: 90px;
    height: 1px;
    position: fixed;
    right: 80px;
    bottom: 50px;
    background-color: rgba(255, 255, 255, 0.5);
}

.caption-border.left .btn-hold-progress-bar {
    right: 0;
}

.caption-border.right .btn-hold-progress-bar {
    left: 0;
}

.arrows-wrap {
    width: 160px;
    height: 80px;
    position: absolute;
    right: 200px;
    pointer-events: initial;
    bottom: 10px;
    opacity: 0;
}

.prev-wrap, .next-wrap {
    width: 80px;
    height: 80px;
    float: left;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.arrows-wrap .swiper-button-next, .arrows-wrap .swiper-button-prev {
    position: relative;
    top: auto;
    width: 40px;
    height: 40px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background-size: 11px 20px;
    background-position: center;
    background-repeat: no-repeat;
    left: auto;
    right: auto;
    background-image: none !important;
}

.arrows-wrap .swiper-button-prev::before {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-family:LineIcons;
    content: "\EA44";

    color: #000;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

.arrows-wrap .swiper-button-next::before {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-family:LineIcons;
    content: "\EA46";
    color: #000;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

.swiper-thumbnails {
    position: absolute;
    left: 29%;
    bottom: 10%;
    transform: translateX(50%);
}

.bullet {
    height: 50px;
    width: 50px;
    cursor: pointer;
    border-radius: 50%;
    padding: 0px;
    border: 2px solid white;
}

.swiper-thumbnails .bullet img {
    width:100%;
    height: 100%;
    border-radius: 50%;
}

.swiper-thumbnails .bullet {
    background: transparent;
    height: 60px;
    margin: 0;
    position: relative;
    width: 60px;
    outline: none;
    border: 5px solid rgba(255,255,255,.3);
    margin-left: -30px;
    opacity: .65;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}

.swiper-thumbnails .bullet.is-active{
    background: transparent;
    height: 60px;
    margin: 0;
    position: relative;
    width: 60px;
    z-index: 99;
    border: 5px solid rgba(255, 255, 255, 1);
    margin-left: -30px;
    opacity: 1;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}

.swiper-thumbnails .bullet:hover {
    opacity: 0.8;
    border: 5px solid rgba(255, 255, 255, 0.66);
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.swiper-thumbnails .bullet.is-active:hover {
    opacity: 1;
    border: 5px solid rgba(255, 255, 255, 1);
}

div[data-title="THE QUEEN"] {
    font-size: 20px;
}



/* ===================================
    Footer
====================================== */

footer.bg-black2 {
    background: #f8f9fa;
}

.footer-icons li {
    display: inline-block;
}

.footer-icons li a  {
    display: block;
    height: 55px;
    width: 55px;
    font-size: 18px;
    color: #676767;
    line-height: 60px;
    text-align: center;
    margin: 0 0.1rem;
    border-radius: 40px;
    background: transparent;
    -webkit-transition: all .3s ease !important; -o-transition: all .3s ease !important; transition: all .3s ease !important;
}

.copyrights, .copyrights a {
    font-size: 14px;
    color: #535353;
}

.copyrights a:hover, .copyrights a:focus {
    color: #24c1dd;
}
.footer-icons li a:hover, .footer-icons li a:focus {
    color: #ffffff;
}

.footer-icons li a.facebook:hover, .footer-icons li a.facebook:focus {
    -webkit-box-shadow: 0 0 15px 30px #4267B2 inset;
    box-shadow: 0 0 15px 30px #4267B2 inset;
}

.footer-icons li a.twitter:hover, .footer-icons li a.twitter:focus {
    -webkit-box-shadow: 0 0 15px 30px #1DA1F2 inset;
    box-shadow: 0 0 15px 30px #1DA1F2 inset;
}

.footer-icons li a.google:hover, .footer-icons li a.google:focus {
    -webkit-box-shadow: 0 0 15px 30px #DB4437 inset;
    box-shadow: 0 0 15px 30px #DB4437 inset;
}

.footer-icons li a.linkedin:hover, .footer-icons li a.linkedin:focus {
    -webkit-box-shadow: 0 0 15px 30px #0077B5 inset;
    box-shadow: 0 0 15px 30px #0077B5 inset;
}

.footer-icons li a.instagram:hover, .footer-icons li a.instagram:focus {
    -webkit-box-shadow: 0 0 15px 30px #C32AA3 inset;
    box-shadow: 0 0 15px 30px #C32AA3 inset;
}

.footer-icons li a.pinterest:hover, .footer-icons li a.pinterest:focus {
    -webkit-box-shadow: 0 0 15px 30px #BD081C inset;
    box-shadow: 0 0 15px 30px #BD081C inset;
}

.footer-icons li a i:hover {
    color: #ffffff;
    border-radius: 40px;
}

/* ===================================
    Cursor
====================================== */

#aimated-cursor {
    position: absolute;
    left: 0;
    display: inline-block;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}


#cursor {
    position: fixed;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
}

#cursor:before {
    font-family: FontAwesome;
    content: "\f053";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    left: -12px;
    top: 9px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#hold-event {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    background: rgba(255,255,255,0);
}

#cursor-loader {
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    border-radius: 50px;
    box-sizing: border-box;
    opacity: 0;
    transform: translate(-9px, -9px) rotate(0deg);
    -webkit-animation: rotating 0.8s ease-in-out infinite;
    animation: rotating 0.8s ease-in-out infinite;
    -webkit-transition: opacity 0s ease-in-out 0s;
    transition: opacity 0s ease-in-out 0s;
}

#cursor:after {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: 9px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@keyframes rotating {
    0% {
        -webkit-transform: translate(-7px, -7px) rotate(0deg);
        transform:  translate(-7px, -7px) rotate(0deg);
    }

    95% {
        -webkit-transform:  translate(-7px, -7px) rotate(350deg);
        transform:  translate(-7px, -7px) rotate(350deg);
    }

    100% {
        -webkit-transform:  translate(-7px, -7px) rotate(360deg);
        transform:  translate(-7px, -7px) rotate(360deg);
    }
}

/* ===================================
    Rev-Slider Before After
====================================== */

/* before-after background */
.rs-addon-beforeafter-before{
    background: rgba(38,38,38,0.5);
}

.rs-before-after-addon {
    overflow: hidden !important;
}

.rs-before-after-addon .tparrows {
    z-index: 1000 !important;
    display: none;
}

.rs-addon-beforeafter-btn {
    position: absolute;
    display: table;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    z-index: 102;
}

.rs-addon-beforeafter-btn i {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.rs-beforeafter-shift-arrows .rs-addon-beforeafter-btn i {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

.rs-addon-beforeafter-btn-vertical,
.rs-addon-beforeafter-btn-vertical i {
    display: block;
}

.rs-addon-beforeafter-line {
    display: block;
    position: absolute;
    z-index: 102;
}

.rs-addon-beforeafter-line.rs-beforeafter-horizontal {
    top: 0;
    height: 100%;
}

.rs-addon-beforeafter-line.rs-beforeafter-vertical {
    left: 0;
    width: 100%;
}

.rs-before-after-element {
    opacity: 0;
    visibility: hidden;
}

.rs-before-after-element,
.rs-before-after-element:before {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.rs-addon-beforeafter-bg {
    opacity: 0;
    z-index: 999;
}

.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-revealer,
.rs-addon-beforeafter-revealer .tp-loop-wrap {
    width: 100%;
    height: 100%;
}

.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-revealer {
    position: absolute;
    overflow: hidden;
}

.rs-addon-beforeafter-before {
    top: 0;
    left: 0;
}

.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-bg,
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-after {
    top: 0;
    right: 0;
}

.rs-addon-beforeafter-vertical .rs-addon-beforeafter-bg,
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-after {
    bottom: 0;
    left: 0;
}

.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-after {
    opacity: 0;
}

.rs-addon-beforeafter-inner,
.rs-addon-beforeafter-bg-inner  {
    position: absolute;
    width: 100%;
    height: 100%;
}

.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-inner,
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-bg-inner {
    right: 0;
    top: 0;
}

.rs-addon-beforeafter-vertical .rs-addon-beforeafter-inner,
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-bg-inner {
    left: 0;
    bottom: 0;
}

.rs-video-beforeafter,
.rs-video-beforeafter .tp-mask-wrap {
    width: 100% !important;
    height: 100% !important;
}

.rs-before-after-addon:not(.before-after-carousel).dragging,
.rs-before-after-addon:not(.before-after-carousel).dragging *,
.rs-before-after-addon:not(.before-after-carousel).dragging .rs-addon-beforeafter-btn i:before {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}

.rs-beforeafter-pointers,
.rs-beforeafter-pointers .rs-addon-beforeafter-inner {
    pointer-events: none;
}

.rs-beforeafter-pointers *:not(.rs-addon-beforeafter-inner) {
    pointer-events: auto;
}

.rs-beforeafter-pointers .rs-video-beforeafter,
.rs-beforeafter-pointers .rs-video-beforeafter * {
    pointer-events: none;
}

.tparrows.tp-leftarrow:before {
    content: '\f104'!important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.tparrows.tp-rightarrow:before {
    content: '\f105'!important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

/* ===================================
   Loader
====================================== */

.loader {
    background: #fff;
    text-align: center;
    height: 100vh;
    z-index: 999;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.linear-activity {
    overflow: hidden;
    width: 100%;
    height: 4px;
    background-color: transparent;
    margin: 20px auto;
}

.determinate {
    position: relative;
    max-width: 100%;
    height: 100%;
    -webkit-transition: width 500ms ease-out 1s;
    -moz-transition: width 500ms ease-out 1s;
    -o-transition: width 500ms ease-out 1s;
    transition: width 500ms ease-out 1s;
    background-color: #03A9F4;
}

.indeterminate {
    position: relative;
    width: 100%;
    height: 100%;
}

.indeterminate:before {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #03A9F4;
    animation: indeterminate_first 1.5s infinite ease-out;
}

.indeterminate:after {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #4FC3F7;
    animation: indeterminate_second 1.5s infinite ease-in;
}

@keyframes indeterminate_first {
    0% {
        left: -100%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 10%;
    }
}

@keyframes indeterminate_second {
    0% {
        left: -150%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 10%;
    }
}

/* ===================================
   Media Queries
====================================== */

@media screen and (max-width:1199px) {

    .swiper-thumbnails { left: 24%;}
    .side-logo-nav .social_icons{display: none}
    .top-fixed-nav .collapse .mr-0{margin-right: -30px !important;right: 0 !important;}
    .slide-text{font-size:60px;font-weight: 700;}
    
    #pp-nav {
        display: none!important;
    }
  
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    section {
        padding: 9rem 0;
    }
    html {
        scroll-behavior: smooth;
    }
    #aimated-cursor {
        display: none;
    }
    .bg-services, .bg-team, .bg-skills, .portfolio-sec, .bg-contact {
        height: auto;
    }
    .portfolio-sec , .slider , .bg-contact {
        padding: 0;
    }
    .arrows-wrap {
        right: 38%;
        top: 100%;
    }
    .content-scroll {
        position: relative;
    }
}

@media screen and (max-width:991px) {

    .swiper-thumbnails { left: 12%;}
    .top-fixed-nav a.logo{position: relative;top: 0;left: 0;transform: translateX(0);}
    header.header-appear .top-center-logo a.logo{top: 0;position: relative;left: 0;transform: translateX(0);}

}


@media screen and (max-width: 767px) {
    body {overflow: hidden!important;}
    html {scroll-behavior: smooth;}
    .bg-services, .bg-team, .bg-skills, .portfolio-sec, .bg-contact {height: auto; padding: 8rem 0; text-align: center;}
    .portfolio-sec {padding: 0; text-align: center;}
    .bg-contact {padding: 4rem 0; text-align: center;}
    .swiper-thumbnails {display: none;}
    #services_slider h1{font-size: 1.75rem;}
    .logo-dark {margin-left: 20px;}


    .services-item .testimonial-line{
        width: 5px;
        opacity: 0;
        height: 3px;
        left: auto;
        position: relative;
        text-align: center;
        margin-bottom: 40px;
        background-color: #d00520;
    }
    #services_slider .owl-dots {
        position: relative;
        bottom: 0;
        display: block;
        text-align: center;
        width: 100%;
    }
    .testimonial-quote {
        text-align: center;
    }
    .testimonial-quote h1 {font-size: 1.75rem}
    .team-img {margin: 0 auto;}
    .testimonial-line {margin:  0 auto;}
    .owl-thumbs.owl-dots {
        text-align: center;}
    .caption-border.left::before {
        background-color: rgba(255, 255, 255, 0);
    }
    .caption-border.right::after {
        background-color: rgba(255, 255, 255, 0);
    }
    .content-scroll {
        position: relative;
    }
    .showcase-counter::after {
        display: none;
    }
    .showcase-counter::before {
        display: none;
    }
    .showcase-counter span {
        display: none;
    }
    .counter-wrap {
        display: none;
    }
    .arrows-wrap {
        right: 38%;
        top: 100%;
    }
    .tparrows {top: 95%!important;}

    #page-scroll .section{
        height: 100%;
    }
    #aimated-cursor {display: none;}

    .max-width {
        width:50%;
    }
  
  
    .title {font-size: 2rem;}
}

@media screen and (max-width:479px) {
   
    .side-logo-nav .logo .logo-dark, .side-logo-nav .logo .logo-light.default{margin-left: 10px}
    .arrows-wrap {
        right: 27%;
        top: 100%;
    }
}

@media screen and (max-width:359px) {
    .team-progress .progress-item{
        margin-bottom: 1rem;
    }
    .counter,.showcase-counter span{
        pointer-events: initial;
    }
}
.bg-xmjjh{background-image: url(../picture/xmjjh-img.jpg);}
.bg-xcfx{background-image: url(../picture/xcfx-img.jpg);}
.bg-clys{background-image: url(../picture/clys-img.jpg);}
.bg-jgys{background-image: url(../picture/jgys-img.jpg);}