.slider-text {
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    color: #fefefe;
    display: flex;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}


@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


/*--------------General--------------------------------------*/
#main {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 1;
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.full-height {
    height: 100%;
}

.hidden-item,
.hov_zoom {
    overflow: hidden;
}

.content {
    float: left;
    width: 100%;
    position: relative;
    z-index: 5;
}

.small-container {
    max-width: 800px;
}

#wrapper {
    position: absolute;
    top: 80px;
    left: 80px;
    right: 80px;
    bottom: 0;
    z-index: 3;
}

.respimg,
.single-slider img {
    width: 100%;
    height: auto;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    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: 0.4;
    z-index: 3;
}



/*------ btn ------------------------------------------------*/
.btn {
    padding: 15px 38px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 800;
    background: #3C3C3C;
    overflow: hidden;
    display: inline-block;
}

.btn span {
    position: relative;
    z-index: 3;
    left: 0;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.1s
}

.btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    background: #3C3C3C;
    transition: all 0.3s ease-in-out;
}

.btn:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f105";
    position: absolute;
    top: 16px;
    left: -20px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.2s;
    font-size: 11px;
}

.btn:hover:before {
    width: 100%;
}

.btn:hover:after {
    left: 26px;
}

.btn:hover span {
    left: 13px;
}

.fl-btn {
    float: left;
    margin-top: 15px;
    display: block;
}


/*--------------hero--------------------------------------*/
.hero-carousel .swiper-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.slider-wrap,
.portfolio-wrap,
.hero-slider-img .swiper-slide,
.hero-slider-wrap .swiper-slide {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.hero-slider-wrap_halftwo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 25%;
    background: #292929;
    z-index: 1;
}

.fs-gallery-wrap {
    z-index: 3;
}

.hero-conatiner {
    background: #292929;
}

.hc_dec {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 52px rgba(255, 255, 255, 0.05);
    left: 30%;
    margin-left: -305px;
    top: 50%;
    margin-top: -245px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.02)
}

.hc_dec:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100px;
    left: -120px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.hc_dec:after {
    content: '';
    position: absolute;
    left: -120px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    transition: all 0.5s ease-in-out;
    transform: scale(1.0);
}

.hc_dec.start_anim:after {
    left: -4px;
    transform: scale(2.5);
}

.half-hero-wrap {
    position: absolute;
    top: 30%;
    left: 20%;
}

.half-hero-wrap h1 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 60px;
    position: relative;
    line-height: 66px;
}

.half-hero-wrap h4 {
    padding-top: 20px;
    color: rgba(255, 255, 255, 0.9);
    text-align: justify;
    float: left;
    max-width: 550px;
    font-size: 13px;
    font-weight: 600;
}

.hhw_header {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    padding-bottom: 20px;
}

.hc_dec_color {
    position: fixed;
    right: 0;
    height: 80px;
    width: 30%;
    top: 0;
    z-index: 20;
}

.hc_dec_color:after {
    content: '';
    position: absolute;
    right: 0;
    width: 80px;
    height: 150px;
    bottom: -150px;
    z-index: 1;
}

.hc_dec_color:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 170px;
    right: 40px;
    bottom: -255px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 2;
}

.hero-slider_control-wrap {
    position: absolute;
    left: 30%;
    bottom: 18px;
    z-index: 20;
}

.hero-slider_control-wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -60px;
    width: 40px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.hsc {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #3C3C3C;
    border-radius: 100%;
    color: #fff;
    font-size: 14px;
    margin-right: 4px;
    cursor: pointer;
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.hsc:hover {
    transform: scale(0.9);
    background: #3C3C3C;
}

.hsc_pp {
    position: absolute;
    right: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    top: 50%;
    margin-top: -25px;
    font-size: 13px;
    background: #fff;
    z-index: 20;
    border-radius: 50%;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}

.hsc_pp:after {
    content: '';
    position: absolute;
    left: -11px;
    top: -11px;
    right: -11px;
    bottom: -11px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    background: rgba(255, 255, 255, 0.2);
    z-index: -1;
    transform: scale(1.0);
}

.hsc_pp i,
.hsc_pp2 i {
    transition: all 0.2s ease-in-out;
}

.hsc_pp2 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    width: 95px;
    height: 76px;
    line-height: 76px;
    background: #242424;
    cursor: pointer;
}

.hsc_pp.auto_actslider i:before,
.hsc_pp2.auto_actslider2 i:before {
    content: "\f04c";
}

.hsc_pp:hover:after {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.2);
}

.hero-slider-wrap_pagination {
    position: absolute;
    bottom: 50px;
    right: -80px;
    width: 80px;
    z-index: 100;
}

.hero-slider-wrap_pagination:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    top: -50px;
    background: rgba(255, 255, 255, 0.05);
}

.hero-slider-wrap_pagination .swiper-pagination-bullet,
.fcwc-wrap .swiper-pagination-bullet {
    width: 100%;
    background: none;
    position: relative;
    height: 6px;
    opacity: 1;
}

.fcwc-wrap .swiper-pagination-bullet {
    margin-bottom: 20px;
}

.hero-slider-wrap_pagination .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
}

.hero-slider-wrap_pagination .swiper-pagination-bullet:before,
.tc-pagination .swiper-pagination-bullet:before,
.fcwc-wrap .swiper-pagination-bullet:before,
.fs-slider-wrap_pagination-wrap .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 6px;
    border-radius: 100%;
    background: #fff;
    margin-left: -3px;
}

.hero-slider-wrap_pagination .swiper-pagination-bullet:after,
.tc-pagination .swiper-pagination-bullet:after,
.fcwc-wrap .swiper-pagination-bullet:after,
.fs-slider-wrap_pagination-wrap .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    transition: all 200ms linear;
    transform: scale(0.0);
}

.hero-slider-wrap_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.tc-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.fcwc-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.fs-slider-wrap_pagination-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    transform: scale(1.6);
}

.hs_counter {
    position: absolute;
    top: 50px;
    left: 90px;
    z-index: 1;
}

.hs_counter .total {
    float: left;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.4);
    position: relative;
    top: 12px;
    right: -20px;
    width: 30px;
}

.hs_counter .total:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    left: -5px;
    top: 8px;
    background: rgba(255, 255, 255, 0.4);
    transform: rotate(30deg);
}

.hs_counter .current {
    font-size: 54px;
    float: left;
    width: 50px;
    position: relative;
}

.clone-counter {
    position: absolute;
    left: 70px;
    bottom: -20px;
    z-index: 2;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
    -webkit-text-stroke-width: 1px;
    color: rgba(255, 255, 255, 0.01);
    font-size: 184px;
}

.clone-counter:before {
    content: '//';
    position: absolute;
    bottom: 50px;
    left: 100%;
    margin-left: 40px;
    font-size: 14px;
    -webkit-text-stroke-width: 0px;
}

.slider-progress-bar {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 20;
}

.slider-progress-bar:before,
.progress-indicator:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    z-index: 2;
    background: #fff;
}

.slider-progress-bar:after,
.progress-indicator:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100px;
    right: -14px;
    top: -64px;
    background: rgba(255, 255, 255, 0.4);
    transform: rotate(45deg);
    z-index: 1;
}

.progress-indicator {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

.progress-indicator svg {
    position: relative;
    top: -5px;
    height: 50px;
    transform: rotate(-90deg);
    width: 50px;
}

.progress-bar__background {
    fill: none;
    stroke: rgba(255, 255, 255, 0.4);
    stroke-width: 1.0;
}

.progress-bar__progress {
    fill: none;
    stroke: #fff;
    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 2s stroke-dashoffset;
}

.hero-scroll-down-notifer {
    position: fixed;
    z-index: 10;
    right: 30px;
    margin-bottom: -15px;
    bottom: 50%;
}

.hero-scroll-down-notifer i {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
}

.scroll-down-wrap {
    float: left;
    position: relative;
}

.scroll-down-wrap span {
    float: left;
    margin-left: 20px;
    position: relative;
    top: 6px;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    z-index: 10;
}

.mousey {
    float: left;
    width: 20px;
    height: 30px;
    border-radius: 6px;
    padding: 0 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.scroller {
    position: relative;
    left: 50%;
    top: 6px;
    margin-left: -2px;
    width: 4px;
    height: 4px;
    background: #292929;
    border-radius: 4px;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(50px);
        opacity: 0;
    }
}

.start-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 30px 90px;
    color: #fff;
    z-index: 50;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    background: #343434;
    font-weight: 800;
    border-left: 6px solid;
}

.start-btn.st2 {
    right: auto;
    left: 0;
    border: none;
}

.start-btn:before {
    content: '';
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: all 200ms linear;
}

.start-btn:after {
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    bottom: 20px;
    z-index: 1;
}

.start-btn span {
    position: relative;
    z-index: 2;
}

.start-btn i {
    transition: all 200ms linear;
    position: relative;
    left: 20px;
}

.start-btn:hover i {
    left: 30px;
    color: #fff;
}

.start-btn:hover:before {
    right: 0;
}

.hero-corner-dec {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 4;
    position: absolute;
    left: 200px;
    bottom: 36px;
    right: 53px;
    top: calc(50% + 60px);
}

.hero-corner-dec2 {
    width: 150px;
    position: absolute;
    right: 0;
    top: 0;
    height: 150px;
    z-index: 4;
    background: #292929;
}

.hero-corner-dec2:before,
.hero-section-dec:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.hero-decor-numb {
    position: absolute;
    z-index: 20;
    right: 140px;
    top: 66px;
    padding-left: 80px;
    cursor: pointer;
    overflow: hidden;
}

.hero-decor-numb.hdn2 {
    right: 0;
    top: 50%;
}

.hero-decor-numb:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    width: 20px;
    height: 1px;
}

.hero-decor-numb.hdn2:after {
    content: '';
    position: absolute;
    right: 0;
    left: 50%;
    top: -20px;
    bottom: -20px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: all 200ms linear;
}

.hero-decor-numb.hdn2:hover:after {
    left: 60px;
}

.hero-decor-numb-tooltip {
    position: absolute;
    right: 80px;
    top: -40px;
    opacity: 0;
    visibility: hidden;
}

.hero-decor-numb span {
    float: left;
    margin-right: 40px;
    position: relative;
    top: 0;
}

.hero-decor-numb span,
.hero-decor-numb-tooltip {
    transition: all 200ms linear;
    color: #fff;
    letter-spacing: 10px;
    font-size: 10px;
    text-transform: uppercase;
    z-index: 2;
}

.hero-decor-numb:hover span {
    top: 50px;
    opacity: 0;
    visibility: hidden;
}

.hero-decor-numb:hover .hero-decor-numb-tooltip {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.hero_promo-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 600px;
    background: #292929;
    z-index: 20;
}

.hero_promo-wrap:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    left: -5px;
    top: -5px;
    z-index: 1;
}

.hero_promo-title {
    float: left;
    width: 350px;
    color: #fff;
    padding: 45px 30px 45px 50px;
    position: relative;
    z-index: 3;
    background: #292929;
}

.hero_promo-title:before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50px;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.hero_promo-title:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50px;
    width: 50px;
    height: 1px;
    z-index: 2;
}

.hero_promo-title h4 {
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0;
}

.hero_promo-title p {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 15px;
}

.hero_promo-button {
    position: absolute;
    width: 250px;
    right: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
}

.hero_promo-button a {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    background: #000;
    color: #fff;
    z-index: 20;
    font-size: 10px;
    transition: all 0.3s ease-in-out;
}

.hero_promo-button a:hover {
    box-shadow: 0px 0px 0px 17px rgba(255, 255, 255, 0.2);
    color: #fff;
}

.hdyn_gal {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    z-index: 21;
    background: #292929;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    color: #fff;
}

.hdyn_gal:before {
    content: '';
    position: absolute;
    right: 0;
    left: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: #323232;
    transition: all 0.3s ease-in-out;
}

.hdyn_gal i {
    padding-right: 20px;
    transition: all 0.3s ease-in-out;
    left: 0;
}

.hdyn_gal i,
.hdyn_gal span {
    position: relative;
    z-index: 2;
}

.hdyn_gal:hover:before {
    left: 0;
}

.hdyn_gal:hover i {
    left: -10px;
}

.hero-carousel-wrap {
    padding: 6px;
}

.hero-carousel .swiper-slide .bg {
    width: 130%;
    left: -15%;
    transform: translateZ(0);
}

.grid-carousel-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 50px;
    z-index: 3;
    transform: translatey(-50%);
    opacity: 0.6;
    margin-top: 40px;
    transition: all 0.3s linear;
    transition-delay: 1.0s;
}

.hero-carousel .swiper-slide-active .grid-carousel-title {
    margin-top: 0;
    opacity: 1;
}

.grid-carousel-title h3 {
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    position: relative;
}

.grid-carousel-title h3 a {
    color: #fff;
}

.grid-carousel-title h4 {
    font-weight: 600;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    padding-bottom: 20px;
}

.grid-carousel-title h3:before {
    content: '';
    position: absolute;
    left: 0;
    width: 60px;
    height: 2px;
    top: -15px;
}

.hero-carousel .swiper-slide,
.fs-slider .swiper-slide {
    overflow: hidden;
}

.hero-carousel .swiper-slide .overlay,
.carousle-item-number,
.carousle-item-dec,
.grid-carousel-title .btn {
    transition: all 0.3s linear;
    transition-delay: 1.0s;
    transform: translateZ(0);
}

.grid-carousel-title .btn {
    opacity: 0;
    top: 20px;
}

.hero-carousel .swiper-slide-active .overlay {
    opacity: 0.6;
}

.carousle-item-number {
    position: absolute;
    top: 40px;
    right: -40px;
    z-index: 19;
    font-size: 14px;
    color: #fff;
    text-align: center;
    opacity: 1;
    margin-bottom: -50px;
}

.hero-carousel .swiper-slide-active .carousle-item-number {
    opacity: 1;
    right: 40px;
}

.carousle-item-dec {
    position: absolute;
    left: 40px;
    top: 48px;
    width: 0;
    height: 0;
    border-left: 1px solid;
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.4);
    z-index: 20;
}

.hero-carousel .swiper-slide-active .carousle-item-dec {
    width: 180px;
    height: 100px;
}

.hero-carousel .swiper-slide-active .grid-carousel-title .btn {
    opacity: 1;
    top: 0;
}

.hsc_counter-wrap {
    position: absolute;
    bottom: 150px;
    right: -55px;
    z-index: 20;
    color: #fff;
    padding: 20px 0;
    width: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    font-size: 11px;
}

.hsc_counter-wrap div {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

.hsc_counter-wrap div span {
    position: relative;
    display: block;
}

.fs-slider-controls-wrap {
    position: absolute;
    width: calc(30% + 94px);
    height: 75px;
    z-index: 20;
    background: #313131;
    bottom: 0;
    right: 0;
}

.fs-slider-controls-wrap.fscw2 {
    width: 100%;
    background: none;
}

.fs-slider-wrap_pagination-wrap {
    position: relative;
    display: inline-block;
    top: 28px;
}

.fs-slider-wrap {
    padding: 6px;
}

.fsc {
    position: absolute;
    top: 50%;
    z-index: 20;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin-top: -22px;
    background: #3C3C3C;
    border-radius: 100%;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease-in-out;
}

.fsc.fsc-next,
.ccsw-next {
    right: 40px;
}

.fsc.fsc-prev {
    left: 14px;
}

.ccsw-prev {
    left: 40px;
}

.fsc:hover {
    color: #fff;
}


.hero-section-dec {
    position: fixed;
    right: 80px;
    top: 80px;
    width: 150px;
    height: 150px;
    z-index: 10;
}


.fw-carousel .swiper-container {
    position: absolute;
    left: 0;
    right: 0;
}

.slider-wrap .swiper-slide img,
.fw-carousel .swiper-slide img {
    width: auto !important;
    height: calc(100% - 70px);
    position: relative;
    z-index: 1;
}

.fw-carousel-wrap.single_project_carousel .swiper-slide img {
    height: 100%;
}

.slider-wrap .swiper-slide,
.fw-carousel .swiper-slide,
.center-carousel .swiper-slide {
    width: auto !important;
    height: 100% !important;
    display: inherit !important;
}

.fw-carousel-counter {
    width: 70px;
    position: absolute;
    bottom: 26px;
    right: 20px;
    z-index: 20;
    left: auto;
}

.fw-carousel-counter:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background: rgba(255, 255, 255, 0.4);
    transform: rotate(45deg);
    z-index: 2
}

.fw-carousel-counter:after {
    content: '';
    position: absolute;
    right: -63px;
    height: 38px;
    top: 50%;
    width: 68px;
    margin-top: -39px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fw-carousel-counter span {
    float: left;
    width: 30px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    position: relative;
    z-index: 3
}

.thumbnail-container.visthumbnails {
    overflow: auto;
}

.thumbnail-container {
    position: absolute;
    left: 0;
    right: -80px;
    top: 100%;
    bottom: 75px;
    background: #292929;
    z-index: 220;
    overflow: hidden;
}

.thumbnail-container.tc2 {
    bottom: 0;
    right: 0;
}

.thumb-img {
    float: left;
    cursor: pointer;
    margin: 10px;
    position: relative;
}

.thumbnail-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 110px 70px;
}

.thumb-img:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    z-index: 3;
    background: #292929;
    transition: all 400ms ease-in-out;
}

.thumb-img:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f067";
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -20px 0 0 -20px;
    z-index: 2;
    border-radius: 100%;
    background: #292929;
    font-size: 11px;
    transition: all 100ms ease-in-out;
    opacity: 0
}

.thumb-img:hover:after {
    opacity: 1;
}

.thumb-img.visthumbnails:before {
    bottom: 100%;
}

.thumb-img img {
    width: auto;
    height: 120px;
}

.tumbnail-button {
    position: absolute;
    left: 36px;
    bottom: 6px;
    cursor: pointer;
    z-index: 20;
}

.thumbnail-tooltip {
    position: absolute;
    right: -75px;
    font-size: 10px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    top: 12px;
    color: #fff;
    transition: all 300ms ease-in-out;
}

.tumbnail-button:hover .thumbnail-tooltip {
    opacity: 1;
    visibility: visible;
}


.fs-slider-item:before,
.fhhw:before,
.hero_entry:before {
    content: '';
    position: absolute;
    left: 35px;
    top: 35px;
    right: 110px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    z-index: 20;
}

.hero_entry:before {
    right: 45%;
}

.fs-slider-item:after,
.fhhw:after,
.hero_entry:after {
    content: '';
    position: absolute;
    left: 35px;
    top: 35px;
    bottom: calc(50% + 60px);
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
    z-index: 20;
}

.hero_entry:after {
    bottom: 110px;
}

.fhhw:before,
.fhhw:after,
.hero_entry:after,
.hero_entry:before {
    background: rgba(255, 255, 255, 0.2);
}

.fhhw:after {
    bottom: 100px;
}

.fs-slider-item .half-hero-wrap,
.fhhw .half-hero-wrap {
    z-index: 10;
    left: 250px;
}

.hhw-vis.half-hero-wrap {
    z-index: 10;
    left: 150px;
    top: 26%
}

.hhw-vis.half-hero-wrap h1 {
    font-size: 60px;
    line-height: 76px;
}

.fs-slider-item .half-hero-wrap:before,
.fhhw .half-hero-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 50px;
    height: 2px;
}

.fcwc-wrap {
    position: absolute;
    left: 56px;
    top: 154px;
    width: 10px;
    z-index: 20;
}

.fcwc-wrap.fcwc-wrap2 {
    left: 350px;
    top: auto;
    bottom: 24px;
    width: auto;
}

.fcwc-wrap.fcwc-wrap2 .swiper-pagination-bullet {
    width: 6px;
    display: inline-block;
    margin: 0 20px;
}

.slideshow-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}

.swiper-slide-active .testimonilas-text {
    background: #fff;
}

.swiper-slide-active .testi-item {
    transform: scale(1.0);
    background: #fff;
}

.swiper-slide-active .testi-item p {
    color: #666;
}

.swiper-slide-active .testi-item .testimonilas-text:before,
.swiper-slide-active .testi-item .testimonilas-text:after {
    opacity: 1;
}


.tc-button {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    border-radius: 100%;
    background: #292929;
    z-index: 50;
    cursor: pointer;
}

.tc-button:hover {
    color: #fff;
}

.tc-button-next {
    right: 0;
}

.tc-button-prev {
    left: 0;
}

.tc-pagination {
    float: left;
    width: 100% !important;
}

.tc-pagination .swiper-pagination-bullet,
.fs-slider-wrap_pagination .swiper-pagination-bullet {
    position: relative;
    margin: 0 10px;
    height: 6px;
    width: 6px;
    opacity: 1;
    background: #fff;
}

.tc-pagination .swiper-pagination-bullet:after {
    border-color: #eee;
}

.tc-pagination .swiper-pagination-bullet:before,
.fs-slider-wrap_pagination .swiper-pagination-bullet:before {
    background: #ccc;
    opacity: 1;
}

.video-holder-wrap,
.fs-hero-wrap {
    position: absolute;
    top: 6px;
    left: 6px;
    right: -80px;
    bottom: 6px;
}

.ss-slider-controls {
    position: absolute;
    bottom: -25px;
    height: 50px;
    padding: 0 50px;
    right: 50px;
    z-index: 10;
}

.ss-slider-cont {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 12px;
    line-height: 40px;
    background: #313131;
    z-index: 20;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
}

.ss-slider-cont:hover {
    color: #fff;
}

.ss-slider-prev,
.ss-slider-cont-prev {
    left: 40px;
}

.ss-slider-next,
.ss-slider-cont-next {
    right: 40px;
}

.ss-slider-pagination_wrap {
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 20px;
    z-index: 10;
    left: 0;
    width: 100%;
}

.ss-slider-pagination {
    position: relative;
    display: inline-block;
}

.ss-slider-pagination:before {
    content: '';
    position: absolute;
    left: -40px;
    right: -40px;
    bottom: -8px;
    top: -8px;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.51);
}

.ss-slider-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.41);
    margin: 0 5px;
    padding: 0;
    height: 5px;
    border-radius: 100%;
    opacity: 1;
    width: 5px;
    position: relative;
    top: -2px;
}

.ss-slider-pagination .swiper-pagination-bullet:hover {
    background: #fff;
}

.pagination {
    text-align: center;
    float: left;
    width: 100%;
    z-index: 10;
    position: relative;
}

.pagination a {
    display: inline-block;
    height: 75px;
    line-height: 75px;
    margin: 0 5px;
    width: 50px;
    box-sizing: border-box;
    position: relative;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
}

.pagination a.current-page,
.pagination a:hover {
    color: #fff;
}

.pagination a i {
    font-size: 12px;
}

@media only screen and (max-height: 600px) {
    .half-hero-wrap {
        top: 15%;
    }

    .half-hero-wrap h1 {
        font-size: 40px;
        line-height: 42px;
    }

    .hs_counter {
        left: 20px;
    }
}

@media only screen and (max-width: 1064px) {
    .left-header,
    .hc_dec_color,
    .hero-scroll-down-notifer,
    .element,
    .share-btn:before,
    .share-btn span i,
    .fs-pg-idicator_wrap .progress-indicator:after,
    .fs-pg-idicator_wrap .slider-progress-bar:after,
    .fsc-holder:before,
    .fsc-holder:after,
    .fw-carousel-counter:after,
    .clone-counter,
    .hero_promo-title p,
    .hero_promo-title:after,
    .hero_promo-title:before,
    .hero_promo-wrap:before,
    .hero_promo-button .overlay,
    .hero_promo-button .bg,
    .hero-decor-numb.hdn2 {
        display: none;
    }

    .hero-section-dec:before {
        width: 100%;
        height: 100%;
        border-color: rgba(255, 255, 255, 0.2);
    }

    .half-hero-wrap,
    .hero-slider_control-wrap,
    .hhw-vis.half-hero-wrap {
        left: 60px;
    }

    .hero-slider-wrap_halftwo {
        left: 0;
    }

    .half-hero-wrap h1,
    .hhw-vis.half-hero-wrap h1 {
        font-size: 40px;
        line-height: 46px;
    }

    .hero-slider-wrap_pagination {
        bottom: 125px;
        right: 0;
    }

    .hero-slider-wrap_pagination:before {
        background: #313131;
    }

    .start-btn {
        padding: 30px 50px;
    }

    .fs-slider-item .half-hero-wrap,
    .fhhw .half-hero-wrap {
        left: 80px;
    }

    .video-holder-wrap,
    .fs-hero-wrap {
        right: 0;
    }
}

@media only screen and (max-width: 764px) {

    .fix-pr-det-dec,
    .fix-pr-det-dec2,
    .closedet_style,
    .show-details.sd_btn2,
    .hero-decor-numb,
    .hero-corner-dec2,
    .hero-conatiner .slider-progress-bar,
    .contacts-btn,
    .hc_dec,
    .hsc_pp,
    .hero-corner-dec,
    .hero_entry:before,
    .hero-facts-wrap,
    .hero_entry:after,
    .fhhw:before,
    .fhhw:after,
    .fcc_column,
    .hor-scroll-idicator,
    .fixed-bottom-panel.fs-fix-bom-panel.fbp_single-car,
    .next-project-swiper-link {
        display: none;
    }
}

@media only screen and (max-width: 564px) {
    .hero-slider-wrap_pagination,
    .hero-section-dec,
    .content-nav li a span strong,
    .project-details ul:before,
    .project-details ul:after,
    .center-carousel .show-info,
    .aside-show_cf {
        display: none;
    }

    .hero-slider-wrap_halftwo {
        bottom: 60px;
    }

    .hero-slider-wrap {
        padding-bottom: 60px;
    }

    .hero-slider_control-wrap {
        left: 0;
        bottom: 0;
    }

    .hero-carousel-wrap .ss-slider-cont {
        margin-top: -120px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .bg {
        background-attachment: scroll !important;
        -webkit-background-size: cover;
        background-position: center;
    }
}
    .hero-carousel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 125%;
    padding-bottom: 65px;
    overflow: hidden;
}
html[lang="ar"] .hero-carousel {
    left: auto;
    right: 0;
}