﻿

/* ====================== شريط التنقل ====================== */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    /*background: rgb(136, 136, 136);*/
    background: #12141d;
    /*border-radius: 20px;*/
}

::-webkit-scrollbar-track {
    background: rgb(241, 241, 241);
    border-radius: 20px;
}

/* ====================== معلومات عنا ====================== */

.burger-menu {
    position: absolute;
    z-index: 2000;
    top: 37px;
    right: 13px;
    border: none;
    width: 3em;
    height: 3em;
    outline: none;
    transition: opacity 0.2s ease-out;
    cursor: pointer;
}

.btn.btn-sm.btn-outline-light {
    border-radius: 10px;
    border: 1px dashed #00f2aa;
}

.hero-social li a {
    position: relative;
    z-index: 2;
    color: #0a1245;
}

/* ====================== اللغة ====================== */
.lang-menu {
    width: 100px;
    text-align: right;
    font-weight: bold;
    /*margin-top: 25px;*/
    position: relative;
    margin: 0 25px;
}

    .lang-menu .selected-lang {
        display: flex;
        justify-content: space-around;
        line-height: 2;
        cursor: pointer;
        flex-direction: row;
        color: #fff;
        border: 1px dashed #00f2aa;
        border-radius: 10px;
        padding: 2px 3px;
    }

       /* .lang-menu .selected-lang:before {
            content: '';
            display: inline-block;
            width: 32px;
            height: 32px;
            background-image: url(../../img/32.png);
            background-size: contain;
            background-repeat: no-repeat;
        }*/

    .lang-menu ul {
        margin: 0;
        padding: 0;
        display: none;
        background-color: #12141d;
        border: 1px solid #12141d;
        position: absolute;
        top: 34px;
        right: -20px;
        width: 125px;
        border-radius: 5px;
        box-shadow: 0px 1px 10px rgb(0 0 0 / 20%);
        transition: all ease 1s !important;
    }


        .lang-menu ul li {
            list-style: none;
            text-align: left;
            display: flex;
            justify-content: space-between;
        }

            .lang-menu ul li a {
                text-decoration: none;
                width: 125px;
                padding: 10px 10px;
                display: flex;
                background: transparent;
                justify-content: center;
                align-items: center;
                flex-direction: row;
                color: #fff;
            }



            /*.lang-menu ul li:hover {
            background-color: #f2f2f2;
        }*/

            .lang-menu ul li:before {
                content: "";
                position: absolute;
                top: -2px;
                left: -2px;
                right: -2px;
                bottom: -2px;
                transform: skew( 2deg, 2deg );
                background: linear-gradient( 315deg, #12141d, #12141d);
                z-index: -1;
            }

            .lang-menu ul li a:before {
                content: '';
                display: inline-block;
                width: 25px;
                height: 25px;
                vertical-align: middle;
                margin-left: -20px;
                background-size: contain;
                background-repeat: no-repeat;
            }




/*.ar:before {
    background-image: url(../../img/33.png);
}
*/

.lang-menu:hover ul {
    display: block;
    transition: all ease 1s !important;
}

/* ====================== تقييم الموقع ====================== */

.counter-icon i {
    color: rgba(0,0,0,.5);
}
/* ====================== Theme Dark & Light ====================== */
.avo-mode-switcher {
    position: fixed;
    top: 31%;
    font-weight: bold;
    font-size: 17px;
    right: -110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    min-width: 120px;
    height: 30px;
    z-index: 100;
    transform-origin: left top;
    transform: rotate( -90deg ) translate(-100%, 40%);
    /*background-color: rgba(230, 230, 230, 0.9);*/
    background-color: rgba(10,18,69,0.1);
    border-radius: 15px;
    cursor: pointer;
    border: 1px dashed #999;
}

    .avo-mode-switcher p {
        margin: -2px 0 0 0;
        color: #000;
    }

.avo-mode-switcher-item {
    position: relative;
}

    .avo-mode-switcher-item p {
        color: #333;
    }

.avo-mode-switcher-item, .avo-mode-switcher-toddler-item {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0px 12px;
    line-height: 1.4;
}

.avo-mode-switcher-toddler {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translateX(0%);
    min-width: 60px;
    height: 100%;
}

.avo-mode-switcher-toddler-wrap {
    position: relative;
    height: 100%;
}

.avo-mode-switcher-toddler-item {
    position: absolute;
    background-color: #fff;
    width: 100%;
    border-radius: 17px;
    box-shadow: -1px 0px 4px rgba(23, 22, 26, 0.05);
}

    .avo-mode-switcher-toddler-item .light {
        z-index: 1;
    }

.avo-mode-switcher.dark .avo-mode-switcher-toddler {
    transform: translateX(-200%);
}

    .avo-mode-switcher.dark .avo-mode-switcher-toddler .avo-mode-switcher-toddler-item.dark {
        z-index: 1;
    }

.avo-mode-switcher.auto .avo-mode-switcher-toddler {
    transform: translateX(-100%);
}

    .avo-mode-switcher.auto .avo-mode-switcher-toddler .avo-mode-switcher-toddler-item.auto {
        z-index: 1;
    }

.avo-mode-switcher.light .avo-mode-switcher-toddler {
    transform: translateX(0%);
}

    .avo-mode-switcher.light .avo-mode-switcher-toddler .avo-mode-switcher-toddler-item.light {
        z-index: 1;
    }

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: url(Te-D/rtl/images/bg/02.jpg) no-repeat center center/cover;
}

video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
}

.overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    /*background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);*/
    background-image: linear-gradient(45deg, rgba(0,0,0,.1) 50%, rgba(0,0,0,.2) 50%);
    background-size: 3px 3px;
    z-index: 2;
}

h1 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    max-width: 400px;
    width: 100%;
    height: 50px;
}
/* ====================== header edit ====================== */

.navbar-brand {
    /*background: rgb(0 0 0 / 8%);*/
    background: transparent;
}

.nav-item.dropdown .dropdown-menu a {
    font-size: 16px;
    white-space: pre-wrap;
    font-family: 'Josefin Sans';
}

.navbar-nav .nav-item {
    font-size: 17px;
}

.nav-item.dropdown .dropdown-menu a::after {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 6px;
    right: 0px;
    width: 10px;
    transform: translateX(-20px) rotate(180deg);
    opacity: 0;
    visibility: hidden;
    font-weight: 900;
    transition: transform .3s linear;
}

.nav-item.dropdown .dropdown-menu a:hover::after {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 6px;
    left: 0px;
    width: 10px;
    transform: translateX(0) rotate(180deg);
    opacity: 1;
    visibility: visible;
    font-weight: 900;
}

.btn-sm {
    padding: 0.45rem 1.5rem;
    font-size: 14px;
}

.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    top: 100%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    right: 0;
    border-left: 4px solid #75dab4;
    /*border-bottom: 4px solid #75dab4;*/
}

    .navbar-nav .dropdown:hover > .dropdown-menu:before {
        content: "";
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        transform: skew( 2deg, 2deg );
        background: linear-gradient( 315deg, #12141d, #12141d);
        z-index: -1;
    }


.menu-2:before {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(15px);
    box-shadow: 0 25px 45px rgb(0 0 0 / 10%);
}

.contact-media h6, .contact-media span, .contact-media i, .contact-media a, h4.text-white.mb-4 {
    color: #0a1245 !important;
}

.btn:before {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    height: 0;
    top: 0;
    background: #00f2aa;
    z-index: -1;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    border-radius: 10px;
}

.btn:hover:before {
    height: 100%;
}

#header-wrap.fixed-header {
    box-shadow: 0 0 5px 0 #333;
    background: #11141b;
}

/*.navbar-nav .nav-link {
    color: #e2dcdc;
}*/



/*.section-title h2 {
    font-size: 7vw;
    color: #fff;
    -webkit-text-stroke: 0.3vw #383d52;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    position:relative;
}
    .section-title h2:before {
        content: attr(data-text);
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        color: red;
        -webkit-text-stroke: 0vw #383d52;
        border-right: 2px solid red;
        overflow: hidden;
        animation: swip 6s linear infinite;
    }

@keyframes swip {
    0%,10%,100% {
        width: 0;
    }

    70%,90% {
        width: 100%;
    }
}*/

/*.section-title h2:after {
    content: '';
    display: block;
    position: absolute;
    top:0;
    left:0;
    right:100%;
    width:0%;
    bottom:0;
    z-index:1;
    background-color:red;
    animation:swip-text 1s ease-out 1s infinite;
}
*/

.nav-item.dropdown .dropdown-menu a:hover {
    color: #00f2aa;
    margin-left: 5px;
}
/*some work*/
@media (min-width: 992px) {
    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        right: 0;
    }
}
/*الاخبار*/
.title-news {
    font-size: 2.125rem;
    font-style: normal;
    line-height: 2.5rem;
    font-weight: normal;
    color: #0a1245;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}

.news {
    position: relative;
}

    .news:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: #0083ff;
        height: 100%;
        width: 0;
        transition: all 0.3s linear 0.3s;
    }

    .news:hover:before {
        width: 100%;
    }

    .news:hover .title-news {
        color: #fff;
        transition: all 0.3s linear 0.3s;
    }

.align-items-center {
    z-index: 1;
}

/*.overl {
    position: relative;
}

    .overl:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-image: linear-gradient(45deg, rgba(0,0,0,.5) 50%, rgba(0,0,0,.7) 50%);
        background-size: 3px 3px;
        width: 100%;
        height: 100%;
    }*/

.rp-w:hover {
    color: #fff;
}

.testimonial-content p {
    font-size: 40px;
}

@media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        min-width: 26em !important;
        max-width: 20em !important;
    }
}

.owl-carousel .owl-dots {
    background: #12141d;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        /* flex-direction: row; */
        flex-flow: row wrap;
    }

    .navbar-nav .nav-item {
        margin: 10px 15px;
    }
}

.team-member img {
    width: auto;
}

.team-member .team-images img {
    object-fit: cover;
    filter: grayscale(0);
    display: block;
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.team-member .team-images:hover img {
    filter: grayscale(100%);
}



@media (max-width: 992px) {
    .testimonial-content p {
        font-size: 27px;
        line-height: 40px;
    }
}

.new-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #042104;
    animation: animateBg 10s linear infinite;
}

@keyframes animateBg {

    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

.new-loader .loader-new {
    position: relative;
    width: 120px;
    height: 120px;
}

    .new-loader .loader-new span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: rotate(calc(18deg * var(--i)));
    }


        .new-loader .loader-new span:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background: #00ff0a;
            box-shadow: 0 0 10px #00ff0a, 0 0 20px #00ff0a, 0 0 40px #00ff0a, 0 0 60px #00ff0a, 0 0 80px #00ff0a, 0 0 100px #00ff0a;
            animation: animate 2s linear infinite;
            animation-delay: calc(0.1s * var(--i));
        }

@keyframes animate {
    0% {
        transform: scale(1);
    }

    80%,100% {
        transform: scale(0);
    }
}

.align-items-center {
    z-index: 2;
}


.img-botom img {
    position: relative;
    transform: rotate(-90deg);
    margin: 0 auto;
    display: block;
    max-width: 100%
}

.align-center {
    position: absolute;
    top: 86%;
    width: 100%;
    z-index: 9;
}

/*.align-center.b-pl {
    margin: -72px;
}*/

.hero-left .scroll-down-arrow {
    bottom: 120px;
}

.fullscreen-banner{
    min-height:100vh;
}

.align-items-center {
    z-index: 9;
}


@media (min-width: 992px) {
    /*.img-bottom {
                position: relative !important;
                bottom: -506px !important;
                right: -271px !important;
                transform: rotate(180deg) !important;
            }*/


    /*.navbar-collapse {
                left: -15px;
                width: 99vw;
            }*/
}

@media (max-width: 767px) {
    /*.img-bottom {
        position: relative !important;
        bottom: -590px !important;
        right: -271px !important;
        transform: rotate(180deg) !important;
    }*/
}

@media (max-width: 576px) {
    .navbar-toggler {
        position: relative;
        z-index: 26;
    }
}




.testimonial-content p, .testimonial .testimonial-quote {
    color: #59815b;
}


.banner-bg1 {
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: -1;
    right: -50px;
    top: -10%;
    /*border-top-left-radius: 50%;
            border-bottom-left-radius: 50%;*/
    z-index: 9;
    overflow: hidden;
    transition: .5s;
}



.banner-bg2 {
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: -50px;
    top: -10%;
    /*border-top-right-radius: 50%;
            border-bottom-right-radius: 50%;*/
    z-index: 9;
    overflow: hidden;
}

.position-absolute1 {
    position: absolute !important;
    left: -98px;
    top: 30%;
    transform: rotate( -90deg )translate(-50%, 10px);
    border-radius: 10px;
    background-color: #59815b;
}


.container-v {
    position: relative;
    width: 100%;
    height: 100vh;
}


    .container-v video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: none;
    }

        .container-v video:nth-child(2) {
            mix-blend-mode: screen;
            filter: brightness(2);
        }

.small-video {
    width: 10%;
}

.large-video {
    width: 90%;
}


.progress-bar {
    height: 5px;
    width: 0%;
    background: #00f2aa;
    margin-top: -3px;
    z-index: 1200;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}


/* Cursor*/
.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    /*margin-left: 2px;
    margin-top: 2px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #00f2aa;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;*/
    cursor: default;
}

    .cursor-inner.cursor-hover {
        /*        margin-left: -40px;
        margin-top: -40px;
        width: 80px;
        height: 80px;
        background-color: #00f2aa;
        opacity: .3;*/
        cursor: default;
    }

.cursor-outer {
    /*margin-left: -15px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    border: 1px solid #00f2aa;
    box-sizing: border-box;
    z-index: 10000000;
    transition: all .08s ease-out;*/
    cursor: default;
}

    .cursor-outer.cursor-hover {
        /*opacity: 0;*/
        cursor: default;
    }


/*#preloader*/
#preloader .loading-text {
    color: #75DAB4;
}

    #preloader .loading-text

    .pace .pace-progress {
        background: #75dab4;
    }

.pace {
    pointer-events: none;
    user-select: none;
    z-index: 99999999999999;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    border: 0px;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    transition: all 1s;
}

    .pace .pace-progress {
        transform: translate3d(0, 0, 0);
        max-width: 300px;
        position: fixed;
        z-index: 99999999999999;
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
        height: 100%;
        width: 100%;
        background: #75dab4;
    }

    .pace.pace-inactive {
        width: 100vw;
        opacity: 0;
    }

        .pace.pace-inactive .pace-progress {
            max-width: 100vw;
        }

#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
}

    #preloader:after, #preloader:before {
        content: '';
        position: fixed;
        left: 0;
        height: 50%;
        width: 100%;
        background: #252531;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }

    #preloader:before {
        top: 0;
    }

    #preloader:after {
        bottom: 0;
    }

    #preloader.isdone {
        visibility: hidden;
        transition-delay: 1.5s;
    }

        #preloader.isdone:after, #preloader.isdone:before {
            height: 0;
            transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
            transition-delay: 1s;
        }

    #preloader .loading-text {
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 10px;
        position: absolute;
        top: calc(50% - 30px);
        left: 50%;
        transform: translate(-50%, -50%);
        color: #75dab4;
        font-family: 'Teko', sans-serif;
        z-index: 9999;
    }

        #preloader .loading-text.isdone {
            top: 50%;
            opacity: 0;
            transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
            transition-delay: .5s;
        }

/*Banner*/

.slider {
    position: relative;
    height: 100vh;
}

.slider__slides {
    z-index: 1;
    position: relative;
    height: 100%;
}

.slider__control {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 50%;
    background: #fff;
    transition: background-color 0.3s;
    cursor: pointer;
    display: none;
}

.slider__control--right {
    left: 95%;
}

.slider__control:hover {
    background-color: #2da6ff;
}

.slider__control-line {
    position: absolute;
    left: 23px;
    top: 50%;
    width: 3px;
    height: 14px;
    transform-origin: 50% 0;
    transform: rotate(-45deg);
}

    .slider__control-line:nth-child(2) {
        transform: translateY(1px) rotate(-135deg);
    }

.slider__control--right .slider__control-line {
    left: 37px;
    transform-origin: 1px 0;
    transform: rotate(45deg);
}

    .slider__control--right .slider__control-line:nth-child(2) {
        transform: translateY(1px) rotate(135deg);
    }

.slider__control-line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e2e2e2;
    transition: background-color 0.3s;
}

.slider__control:hover .slider__control-line:after {
    background-color: #fff;
}

.slider__control.a--rotation .slider__control-line:after {
    -webkit-animation: arrowLineRotation 0.49s;
    animation: arrowLineRotation 0.49s;
}

.slider__control.a--rotation .slider__control-line:nth-child(1):after {
    -webkit-animation: arrowLineRotationRev 0.49s;
    animation: arrowLineRotationRev 0.49s;
}

@-webkit-keyframes arrowLineRotation {
    to {
        transform: rotate(180deg);
    }
}

@keyframes arrowLineRotation {
    to {
        transform: rotate(180deg);
    }
}

@-webkit-keyframes arrowLineRotationRev {
    to {
        transform: rotate(-180deg);
    }
}

@keyframes arrowLineRotationRev {
    to {
        transform: rotate(-180deg);
    }
}

.slide {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150vmax;
    height: 150vmax;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: -webkit-clip-path 0s 0.91s;
    transition: clip-path 0s 0.91s;
    transition: clip-path 0s 0.91s, -webkit-clip-path 0s 0.91s;
    -webkit-clip-path: circle(30px at 120vw 50%);
    clip-path: circle(30px at 120vw 50%);
}

    .slide.s--prev {
        -webkit-clip-path: circle(30px at 30vw 50%);
        clip-path: circle(30px at 30vw 50%);
    }

    .slide.s--active {
        z-index: 1;
        transition: -webkit-clip-path 1.3s;
        transition: clip-path 1.3s;
        transition: clip-path 1.3s, -webkit-clip-path 1.3s;
        -webkit-clip-path: circle(120vmax at 120vw 50%);
        clip-path: circle(120vmax at 120vw 50%);
    }

        .slide.s--active.s--active-prev {
            -webkit-clip-path: circle(120vmax at 30vw 50%);
            clip-path: circle(120vmax at 30vw 50%);
        }

    .slide:nth-child(1) .slide__inner {
        background-image: url('../../img/b1.JPG');
    }

    .slide:nth-child(2) .slide__inner {
        background-image: url('../../img/b2.jpg');
    }

    /*.slide:nth-child(3) .slide__inner {
        background-image: url('../../img/b3.jpg');
    }

    .slide:nth-child(4) .slide__inner {
        background-image: url('../../img/b4.jpg');
    }

    .slide:nth-child(5) .slide__inner {
        background-image: url('../../img/b5.jpg');
    }*/

.slide__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    margin-left: -50vw;
    margin-top: -50vh;
    background-size: cover;
    background-position: bottom center;
}

    .slide__inner:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
    }

.slide__content {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: 48px;
    max-width: 480px;
    color: #fff;
    transform: translate(-50%,-50%);
}

.slide__heading {
    margin-bottom: 20px;
    font-size: 60px;
}

.slide__text {
    font-size: 25px;
}

    .slide__text a {
        color: inherit;
    }

/* ====================== [ Start progress-wrap ] ====================== */
.progress-wrap svg.progress-circle path, .port-inner .port-dbox a span svg:hover, .avo-product.style-2 .port-inner .port-dbox a span svg:hover {
    stroke: #75DAB4;
}


.progress-wrap {
    position: fixed;
    bottom: 30px;
    left: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 400ms linear;
}

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .progress-wrap::after {
        position: absolute;
        font-family: 'Font Awesome 5 Free';
        content: '\f077';
        text-align: center;
        line-height: 44px;
        font-size: 13px;
        font-weight: 900;
        color: #75dab4;
        left: 0;
        top: 0;
        height: 44px;
        width: 44px;
        cursor: pointer;
        display: block;
        z-index: 1;
        transition: all 400ms linear;
    }

    .progress-wrap svg path {
        fill: none;
    }

    .progress-wrap svg.progress-circle path {
        stroke: #75dab4;
        stroke-width: 4;
        box-sizing: border-box;
        transition: all 400ms linear;
    }

/*Some Proparity*/
.recruting-requests {
    position: absolute;
    bottom: 0;
    left: 33%;
    /*overflow: hidden;*/
    text-align: center;
    white-space: nowrap;
    z-index: 30;
}

    .recruting-requests span {
        text-transform: uppercase;
        display: inline-block;
        font-size: 100px;
        color: transparent;
        font-weight: bold;
        -webkit-text-stroke: 1px #ccc;
    }

.rotate-span {
    transform: rotate( -90deg ) translate(283px, -146px);
    transition: all ease 300ms;
}

.rotate-span-r {
    transform: rotate( -90deg ) translate(287px, -203px);
}
/*.hover-container .hover-content span {
         background-color: red;
     }*/

.Activit1-href {
    position: relative;
    padding: 7px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* font-size: 13px; */
    font-weight: 300;
    color: #0a1245;
    transition: all 0.5s;
}



    .Activit1-href:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 45%;
        background: rgba(10,18,69,0.1);
        transition: all 0.5s;
    }

    .Activit1-href:hover:after {
        width: 100%;
        transition: all 0.5s;
    }

.cart a i {
    position: relative;
    font-size: 16px;
    color: #e2dcdc;
    line-height: 30px;
}

    .cart a i:after {
        width: 1px;
        height: 30px;
        content: '';
        position: absolute;
        bottom: -5px;
        right: -22px;
        z-index: 0;
        margin: auto;
        background: #999;
        cursor: pointer;
    }

.owl-carousel .owl-dots .owl-dot:hover span, .owl-carousel .owl-dots .owl-dot.active span {
    background: #00f2aa;
}

.section-title h2 {
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 0 8px rgb(0 0 0 / 5%);
}

    .section-title h2 span {
        color: #00f2aa;
    }

.testimonial.style-3 .testimonial-caption h5 {
    color: #0a1245
}

.theme-bg {
    background-color: #00f2aa;
}

.news:hover:before {
    height: 100%;
    transform: rotate(0.5deg);
}

.news:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00f2aa;
    height: 0;
    width: 100%;
    transition: all 0.3s linear 0.3s;
    transform: rotate(0deg);
}

.featured-item.style-3:hover, .featured-item.style-3.active {
    background: #0a1245;
}

/*search-form*/

/*** 

====================================================================
	Search Popup
====================================================================

***/


.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    /*background-image: url(../images/icons/waves-shape.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    border: 0;
    padding: 15px 30px;
    background: rgba(255,255,255,0.02);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
}

/*.search-popup .close-search span {
        position: relative;
        display: block;
        height: 70px;
        width: 70px;
        font-size: 30px;
        line-height: 70px;
        color: #ffffff;
    }*/

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

    .search-popup .form-group input[type="text"],
    .search-popup .form-group input[type="search"] {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 50px;
        color: #000000;
        height: 70px;
        width: 80%;
        padding: 10px 40px;
        background-color: #ffffff;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        font-weight: 500;
        text-transform: capitalize;
        /*left: 70px;*/
    }

    .search-popup .form-group input[type="submit"],
    .search-popup .form-group button {
        position: absolute;
        /*right:30px;*/
        top: 0px;
        height: 70px;
        line-height: 70px;
        background: transparent;
        text-align: center;
        font-size: 24px;
        color: #ffffff;
        padding: 0;
        cursor: pointer;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        background-color: #236b3b;
        width: 70px;
    }

        .search-popup .form-group input[type="submit"]:hover,
        .search-popup .form-group button:hover {
            color: #000000;
        }

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 40px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    border: none !important;
    outline: none !important;
    border-radius: 4px;
}

    .search-popup .close-search.style-two span {
        font-size: 20px;
        color: #ffffff;
    }

.searchbtn {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 10px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    border: none !important;
    border-radius: 4px;
    outline: none !important;
}

.newgroup {
    position: absolute;
    width: 50%;
    overflow: hidden;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.Ser-btn1 {
    width: 70px;
    height: 70px;
    background-color: #75dab4;
    cursor: pointer;
    font-size: 25px;
    border: none !important;
    border-radius: 4px;
    outline: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Ser-btn:hover {
    color: Black;
    background-color: #2e3527;
}

.Ser-btn .Ser-fa {
    color: #fff;
}

.Ser-btn:hover .Ser-fa {
    color: Black;
}

a, i, .btn, button, img, span, #header-wrap.fixed-header, .nav-link.dropdown-toggle::after, .dropdown-item, .social-icons li:hover a, .owl-item, .featured-item, .featured-item .featured-icon i, .portfolio-hover h5, .portfolio-hover::before, .product-item .product-overlay {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

/*.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #ffffff;
}*/

/*.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}*/

/*.search-popup .close-search {
    background-color: #2e3527;
}*/

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-up-arrow-1:before {
    content: "\f189";
}

.input-group-append {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0px !important;
}



.search-popup .close-search:hover {
    background: #75dab4;
}

.search-popup .close-search span.fa.fa-times {
    position: relative;
    top: 5px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%,-50%);
    font-size: 21px;
    color: #fff;
}

@media (max-width: 992px) {
    .newgroup {
        width: 60%;
    }
}

@media only screen and (max-width: 576px) {
    .searchbtn {
        width: 100% !important;
        padding: 0px 5px;
        direction: rtl;
    }
}


/*//////////////////// Slider Banner ////////////////////*/


.fnc {
    /* you can add color names and their values here
  and then simply add classes like .m--blend-$colorName to .fnc-slide 
  to apply specific color for mask blend mode */
}

.fnc-slider {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    height: 100vh;
}

    .fnc-slider *, .fnc-slider *:before, .fnc-slider *:after {
        box-sizing: border-box;
    }

.fnc-slider__slides {
    position: relative;
    height: 100%;
    transition: transform 1s 0.6666666667s;
}

.fnc-slider .m--blend-dark .fnc-slide__inner {
    background-color: #8a8a8a;
}

.fnc-slider .m--blend-dark .fnc-slide__mask-inner {
    background-color: #575757;
}

.fnc-slider .m--navbg-dark {
    /*background-color: #575757;*/
    background-color: transparent;
}

.fnc-slider .m--blend-green .fnc-slide__inner {
    background-color: #6d9b98;
}

.fnc-slider .m--blend-green .fnc-slide__mask-inner {
    background-color: #42605E;
}

.fnc-slider .m--navbg-green {
    /*background-color: #42605E;*/
    background-color: transparent;
}

.fnc-slider .m--blend-red .fnc-slide__inner {
    background-color: #ea2329;
}

.fnc-slider .m--blend-red .fnc-slide__mask-inner {
    background-color: #990e13;
}

.fnc-slider .m--navbg-red {
    /*background-color: #990e13;*/
    background-color: transparent;
}

.fnc-slider .m--blend-blue .fnc-slide__inner {
    background-color: #59aecb;
}

.fnc-slider .m--blend-blue .fnc-slide__mask-inner {
    background-color: #2D7791;
}

.fnc-slider .m--navbg-blue {
    /*background-color: #2D7791;*/
    background-color: transparent;
}

.fnc-slide {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
}

    .fnc-slide.m--before-sliding {
        z-index: 2 !important;
        transform: translate3d(100%, 0, 0);
    }

    .fnc-slide.m--active-slide {
        z-index: 1;
        transition: transform 1s 0.6666666667s ease-in-out;
        transform: translate3d(0, 0, 0);
    }

.fnc-slide__inner {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center bottom;
    transform: translate3d(0, 0, 0);
}

.m--global-blending-active .fnc-slide__inner, .m--blend-bg-active .fnc-slide__inner {
    background-blend-mode: luminosity;
}

.m--before-sliding .fnc-slide__inner {
    transform: translate3d(-100%, 0, 0);
}

.m--active-slide .fnc-slide__inner {
    transition: transform 1s 0.6666666667s ease-in-out;
    transform: translate3d(0, 0, 0);
}

.fnc-slide__mask {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    right: 60%;
    top: 15%;
    width: 50.25vh;
    height: 67vh;
    margin-right: -90px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
    transform-origin: 50% 0;
    transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask {
    transform: rotate(-10deg) translate3d(200px, 0, 0);
    opacity: 0;
}

.m--active-slide .fnc-slide__mask {
    transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.m--previous-slide .fnc-slide__mask {
    transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
    transform: rotate(10deg) translate3d(-200px, 0, 0);
    opacity: 0;
}

.fnc-slide__mask-inner {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    margin-left: -50vw;
    margin-top: -50vh;
    background-size: cover;
    background-position: center center;
    background-blend-mode: luminosity;
    transform-origin: 50% 16.5vh;
    transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask-inner {
    transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}

.m--active-slide .fnc-slide__mask-inner {
    transition: transform 0.7s 1.2222222222s;
    transform: translateX(0);
}

.m--previous-slide .fnc-slide__mask-inner {
    transition: transform 0.7s 0.3333333333s;
    transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}

.fnc-slide__content {
    z-index: 2;
    position: absolute;
    left: 40%;
    top: 40%;
}

.fnc-slide__heading {
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1;
}

.fnc-slide__heading-line {
    overflow: hidden;
    position: relative;
    padding-right: 20px;
    font-size: 100px;
    color: #fff;
    word-spacing: 10px;
}

    .fnc-slide__heading-line:nth-child(2) {
        padding-left: 30px;
    }

.m--before-sliding .fnc-slide__heading-line {
    transform: translateY(100%);
}

.m--active-slide .fnc-slide__heading-line {
    transition: transform 1.5s 1s;
    transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line {
    transition: transform 1.5s;
    transform: translateY(-100%);
}

.fnc-slide__heading-line span {
    display: block;
}

.m--before-sliding .fnc-slide__heading-line span {
    transform: translateY(-100%);
}

.m--active-slide .fnc-slide__heading-line span {
    transition: transform 1.5s 1s;
    transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line span {
    transition: transform 1.5s;
    transform: translateY(100%);
}

.fnc-slide__action-btn {
    position: relative;
    margin-left: 200px;
    padding: 5px 15px;
    font-size: 20px;
    line-height: 1;
    color: transparent;
    border: none;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    text-align: center;
    outline: none;
}

    .fnc-slide__action-btn span {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        perspective: 1000px;
        transform-style: preserve-3d;
        transition: transform 0.3s;
        transform-origin: 50% 0;
        line-height: 30px;
        color: #fff;
    }

        .fnc-slide__action-btn span:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border: 2px solid #fff;
            border-top: none;
            border-bottom: none;
        }

        .fnc-slide__action-btn span:after {
            content: attr(data-text);
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            line-height: 30px;
            background: #1F2833;
            opacity: 0;
            transform-origin: 50% 0;
            transform: translateY(100%) rotateX(-90deg);
            transition: opacity 0.15s 0.15s;
        }

    .fnc-slide__action-btn:hover span {
        transform: rotateX(90deg);
    }

        .fnc-slide__action-btn:hover span:after {
            opacity: 1;
            transition: opacity 0.15s;
        }

.fnc-nav {
    position: absolute;
    right: 68px;
    bottom: 113px;
    z-index: 1000;
    /*display:none;*/
}

.fnc-nav__bgs {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fnc-nav__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .fnc-nav__bg.m--nav-bg-before {
        z-index: 2 !important;
        transform: translateX(100%);
    }

    .fnc-nav__bg.m--active-nav-bg {
        z-index: 1;
        transition: transform 1s 0.6666666667s;
        transform: translateX(0);
    }

.fnc-nav__controls {
    font-size: 0;
}

.fnc-nav__control {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.5s;
}

    .fnc-nav__control.m--active-control {
        /*background: #1F2833;*/
        background: #00f2aa;
    }

.fnc-nav__control-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform-origin: 0 50%;
    transform: scaleX(0);
    transition-timing-function: linear !important;
}

.m--with-autosliding .m--active-control .fnc-nav__control-progress {
    transform: scaleX(1);
}

.m--prev-control .fnc-nav__control-progress {
    transform: translateX(100%);
    transition: transform 0.5s !important;
}

.m--reset-progress .fnc-nav__control-progress {
    transform: scaleX(0);
    transition: transform 0s 0s !important;
}

.m--autosliding-blocked .fnc-nav__control-progress {
    transition: all 0s 0s !important;
    transform: scaleX(0) !important;
}

/* NOT PART OF COMMON SLIDER STYLES */
/*body {
    margin: 0;
}*/

.demo-cont {
    overflow: hidden;
    position: relative;
    height: 100vh;
    perspective: 1500px;
    background: #000;
}

.demo-cont__credits {
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    padding: 20px 10px 30px;
    background: #303030;
    /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
    color: #fff;
    text-align: center;
    transition: transform 0.7s;
    transform: translate3d(100%, 0, 0) rotateY(-45deg);
    will-change: transform;
}

.credits-active .demo-cont__credits {
    transition: transform 0.7s 0.2333333333s;
    transform: translate3d(0, 0, 0);
}

.demo-cont__credits *, .demo-cont__credits *:before, .demo-cont__credits *:after {
    box-sizing: border-box;
}

.demo-cont__credits-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

    .demo-cont__credits-close:before, .demo-cont__credits-close:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 2px;
        margin-top: -1px;
        background: #fff;
    }

    .demo-cont__credits-close:before {
        transform: rotate(45deg);
    }

    .demo-cont__credits-close:after {
        transform: rotate(-45deg);
    }

.demo-cont__credits-heading {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 20px;
}

.demo-cont__credits-img {
    display: block;
    width: 60%;
    margin: 0 auto 30px;
    border-radius: 10px;
}

.demo-cont__credits-name {
    margin-bottom: 20px;
    font-size: 30px;
}

.demo-cont__credits-link {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff;
}

.demo-cont__credits-blend {
    font-size: 30px;
    margin-bottom: 10px;
}

.example-slider {
    z-index: 2;
    transform: translate3d(0, 0, 0);
    transition: transform 0.7s;
}

.credits-active .example-slider {
    transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}

.example-slider .fnc-slide-1 .fnc-slide__inner,
.example-slider .fnc-slide-1 .fnc-slide__mask-inner {
    background-image: url('../../../ltr/img/a5.jpg');
}

.example-slider .fnc-slide-2 .fnc-slide__inner,
.example-slider .fnc-slide-2 .fnc-slide__mask-inner {
    background-image: url('../../../ltr/img/a3.jpg');
}

.example-slider .fnc-slide-3 .fnc-slide__inner,
.example-slider .fnc-slide-3 .fnc-slide__mask-inner {
    /*background-image: url("../../img/b3.jpg");*/
}

    .example-slider .fnc-slide-3 .fnc-slide__inner:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
    }

/*.example-slider .fnc-slide-4 .fnc-slide__inner,
.example-slider .fnc-slide-4 .fnc-slide__mask-inner {
    background-image: url("../../img/b2.jpg");
}*/

    .example-slider .fnc-slide-4 .fnc-slide__inner:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
    }

.example-slider .fnc-slide__heading,
.example-slider .fnc-slide__action-btn,
.example-slider .fnc-nav__control {
    /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
}

/* COLORFUL SWITCH STYLES 
   ORIGINAL DEMO - https://codepen.io/suez/pen/WQjwOb */
.colorful-switch {
    position: relative;
    width: 180px;
    height: 77.1428571429px;
    margin: 0 auto;
    border-radius: 32.1428571429px;
    background: #cfcfcf;
}

    .colorful-switch:before {
        content: "";
        z-index: -1;
        position: absolute;
        left: -5px;
        top: -5px;
        width: 190px;
        height: 87.1428571429px;
        border-radius: 37.1428571429px;
        background: #314239;
        transition: background-color 0.3s;
    }

    .colorful-switch:hover:before {
        background: #4C735F;
    }

.colorful-switch__checkbox {
    z-index: -10;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.colorful-switch__label {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 32.1428571429px;
    cursor: pointer;
}

.colorful-switch__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 540px;
    height: 100%;
    background: linear-gradient(90deg, #14DCD6 0, #10E7BD 180px, #EF9C29 360px, #E76339 100%);
    transition: transform 0.5s;
    transform: translate3d(-360px, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__bg {
    transform: translate3d(0, 0, 0);
}

.colorful-switch__dot {
    position: absolute;
    left: 131.1428571429px;
    top: 50%;
    width: 5.1428571429px;
    height: 5.1428571429px;
    margin-left: -2.5714285714px;
    margin-top: -2.5714285714px;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__dot {
    transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__on {
    position: absolute;
    left: 104.1428571429px;
    top: 22.5px;
    width: 19.2857142857px;
    height: 36px;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on {
    transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__on__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
    transform-origin: 100% 50%;
    transform: rotate(45deg) scale(0) translateZ(0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on__inner {
    transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
    transform: rotate(45deg) scale(1) translateZ(0);
}

.colorful-switch__on__inner:before, .colorful-switch__on__inner:after {
    content: "";
    position: absolute;
    border-radius: 2.5714285714px;
    background: #fff;
}

.colorful-switch__on__inner:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6.1428571429px;
}

.colorful-switch__on__inner:after {
    right: 0;
    top: 0;
    width: 6.1428571429px;
    height: 100%;
}

.colorful-switch__off {
    position: absolute;
    left: 131.1428571429px;
    top: 50%;
    width: 41.1428571429px;
    height: 41.1428571429px;
    margin-left: -20.5714285714px;
    margin-top: -20.5714285714px;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off {
    transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__off:before, .colorful-switch__off:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 5.1428571429px;
    margin-top: -2.5714285714px;
    border-radius: 2.5714285714px;
    background: #fff;
    transition: transform 0.25s 0.25s;
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before, .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
    transition-delay: 0s;
}

.colorful-switch__off:before {
    transform: rotate(45deg) scaleX(1) translateZ(0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before {
    transform: rotate(45deg) scaleX(0) translateZ(0);
}

.colorful-switch__off:after {
    transition-timing-function: cubic-bezier(0.67, -0.16, 0.47, 1.61);
    transform: rotate(-45deg) scaleX(1) translateZ(0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
    transition-timing-function: ease;
    transform: rotate(-45deg) scaleX(0) translateZ(0);
}


.footer {
    background-color: #f4f1e8;
    /* background-image: url(../../img/Foo.png); */
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-list li a, .copyright span, .footer-social li a {
    color: #0a1245;
}

.counter .counter-icon i {
    filter: blur(0px);
}

.counter:hover .counter-icon i {
    filter: blur(2px);
}



a.btn-liquid {
    position: relative;
    /*padding: 20px 50px;*/
    padding: 15px 0px;
    /*display: inline-block;*/
    width: 200px;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    transition: all 0.5s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    a.btn-liquid span {
        position: relative;
        z-index: 1;
        color: #fff;
        /* font-size: 18px; */
        letter-spacing: 2px;
        font-weight: bold;
    }

    a.btn-liquid .liquid {
        position: absolute;
        left: 0;
        top: -10px;
        width: 200px;
        height: 200px;
        background: #d4be7c;
        box-shadow: inset 0 0 50px rgb(0 0 0 / 50%);
        transition: all 0.5s;
    }

        a.btn-liquid .liquid:before, a.btn-liquid .liquid:after {
            content: '';
            position: absolute;
            width: 200px;
            height: 200px;
            top: 0;
            left: 50%;
            transform: translate(-50%,-75%);
        }

        a.btn-liquid .liquid:before {
            border-radius: 45%;
            /*background: rgba(20,20,20,1);*/
            background: rgba(112, 110,109,1);
            animation: animate 5s linear infinite;
        }

        a.btn-liquid .liquid:after {
            border-radius: 40%;
            /*background: rgba(20,20,20,0.5);*/
            background: rgba(112, 110, 109,0.5);
            animation: animate 10s linear infinite;
        }

    a.btn-liquid:hover .liquid {
        top: -120px;
        transition: all 1s ease;
    }

@keyframes animate {
    0% {
        transform: translate(-50%,-75%) rotate(0deg);
    }

    100% {
        transform: translate(-50%,-75%) rotate(360deg);
    }
}



/*all btn*/
a.btn-liquid-new {
    position: relative;
    padding: 0.45rem;
    overflow: hidden;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

    a.btn-liquid-new span {
        position: relative;
        z-index: 1;
        color: #fff;
        /* font-size: 18px; */
        letter-spacing: 2px;
        font-weight: bold;
    }

    a.btn-liquid-new .liquid {
        position: absolute;
        left: 0;
        top: -10px;
        width: 200px;
        height: 200px;
        background: #00f2aa;
        box-shadow: inset 0 0 50px rgb(0 0 0 / 50%);
        -webkit-transition: all 500ms ease-out;
        transition: all 500ms ease-out;
    }

        a.btn-liquid-new .liquid:before, a.btn-liquid-new .liquid:after {
            content: '';
            position: absolute;
            width: 151px;
            height: 168px;
            top: 0;
            left: 16%;
            transform: translate(-50%,-75%);
            -webkit-transition: all 500ms ease-out;
            transition: all 500ms ease-out;
        }

        a.btn-liquid-new .liquid:before {
            border-radius: 45%;
            /*background: rgba(20,20,20,1);*/
            background: rgba(112, 110,109,1);
            animation: animate 5s linear infinite;
        }

        a.btn-liquid-new .liquid:after {
            border-radius: 40%;
            /*background: rgba(20,20,20,0.5);*/
            background: rgba(112, 110, 109,0.5);
            animation: animate 10s linear infinite;
            transition: all 500ms ease-out;
        }

    a.btn-liquid-new:hover .liquid {
        top: -120px;
        -webkit-transition: all 500ms ease-out;
        transition: all 500ms ease-out;
    }

@keyframes animate {
    0% {
        transform: translate(-50%,-75%) rotate(0deg);
    }

    100% {
        transform: translate(-50%,-75%) rotate(360deg);
    }
}


/*Watsup con*/
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    background: #25d366;
    border: 2px solid #25d366;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .float:before {
        content: '';
        border: 1px solid;
        border-color: inherit;
        width: 150%;
        height: 150%;
        border-radius: 50%;
        position: absolute;
        left: -25%;
        top: -25%;
        opacity: 1;
        -webkit-animation: 1s videomodule-anim linear infinite;
        animation: 1s videomodule-anim linear infinite;
    }

.speical-title {
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 0 8px rgb(0 0 0 / 5%);
    position: absolute;
    top: 195px;
    left: -15px;
    /* background: red; */
    width: 100%;
    display: block;
    transform: rotate( -90deg );
    font-size: 40px;
    color: transparent;
    -webkit-text-stroke: 2px rgba(0, 0, 0, 1.08);
}

.white-bg.py-5.px-3.p-md-5.box-shadow {
    background-color: #ffffff !important;
    /* box-shadow: 0 10px 50px red; */
    margin-top: -66px;
    box-shadow: 0 0 5px 0 #fefefe;
    border-radius: 4px;
}

.counter span {
    font-family: inherit;
    margin: 0 10px;
}


element.style {
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .ml-md-n5, .mx-md-n5 {
        margin-left: 0rem !important;
    }
}

.item-box {
    width: 90%;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    direction: ltr;
}

img.ImgNews {
    width: 100%;
    display: block;
    /* padding: 10px; */
    border-radius: 10px;
}

.item-box .right img {
    width: 100%;
    height: 100%;
}
.item-box .left {
    color: #333;
    width: auto;
    padding: 10%;
    height: auto;
    box-shadow: 0 1px 5px 0 rgb(3 3 3 / 15%);
    border-left: 1px dashed rgb(3 3 3 / 15%);
    border-right: 1px dashed rgb(3 3 3 / 15%);
}
.item-box div {
    width: 50%;
    display: inline-block;
    flex: 1 1 50%;
}

.item-box div {
    width: 50%;
    display: inline-block;
    flex: 1 1 50%;
}

.div-image {
    background-color: #000000;
    transition: all .5s;
    overflow: hidden;
}

