@font-face {
    font-family: "Saira";
    src: url("../webfonts/Saira-Regular.ttf") format("opentype");
}

@font-face {
    font-family: "Tajawal";
    src: url("../webfonts/Tajawal-Medium.ttf") format("opentype");
}

body {
    font-family: "Tajawal";
}

p {
    font-size: 18px;
}

/** reload page **/
body.royal_loader {
    background: none;
    visibility: hidden;
}

#royal_preloader {
    width: 100%;
    height: 100%;
    /*font-family: Arial;*/
    font-size: 12px;
    visibility: visible;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999999999;
    -webkit-transition: opacity 0.2s linear 0.8s;
    -moz-transition: opacity 0.2s linear 0.8s;
    -ms-transition: opacity 0.2s linear 0.8s;
    -o-transition: opacity 0.2s linear 0.8s;
    transition: opacity 0.2s linear 0.8s;
}

    #royal_preloader.complete {
        opacity: 0;
    }

    #royal_preloader .background {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: #000000;
        -webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        transition: background 0.5s linear;
    }


    #royal_preloader.text .loader {
        position: absolute;
        text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        text-transform: uppercase;
        text-align: center;
        top: 50%;
        left: 50%;
        width: 240px;
        margin-left: -60px;
        height: 60px;
        line-height: 60px;
        margin-top: -30px;
        font-size: 30px;
        white-space: nowrap;
    }

    #royal_preloader.text .loader div {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0%;
        background-color: #000000;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -webkit-transition: left 0.3s linear;
        -moz-transition: left 0.3s linear;
        -ms-transition: left 0.3s linear;
        -o-transition: left 0.3s linear;
        transition: left 0.3s linear;
    }

    #royal_preloader.logo .loader {
        width: 180px;
        height: 180px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-size: contain;
        overflow: hidden;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

        #royal_preloader.logo .loader div {
            position: absolute;
            bottom: 0%;
            left: 0px;
            right: 0px;
            height: 100%;
            opacity: 0.7;
            filter: alpha(opacity=70);
            -webkit-transition: bottom 0.3s linear;
            -moz-transition: bottom 0.3s linear;
            -ms-transition: bottom 0.3s linear;
            -o-transition: bottom 0.3s linear;
            transition: bottom 0.3s linear;
        }

    #royal_preloader.logo .percentage {
        position: absolute;
        width: 180px;
        height: 30px;
        line-height: 40px;
        font-size: 18px;
        letter-spacing: 2px;
        top: 55%;
        left: 50%;
        transform: translate(-50%, 50px);
        color: #333;
        text-align: center;
    }

@-webkit-keyframes fly {
    0% {
        opacity: 0;
        top: 50%;
    }

    20% {
        opacity: 1;
        top: 40%;
    }

    100% {
        opacity: 0;
        top: 20%;
    }
}

@-moz-keyframes fly {
    0% {
        opacity: 0;
        top: 50%;
    }

    20% {
        opacity: 1;
        top: 40%;
    }

    100% {
        opacity: 0;
        top: 20%;
    }
}

@-ms-keyframes fly {
    0% {
        opacity: 0;
        top: 50%;
    }

    20% {
        opacity: 1;
        top: 40%;
    }

    100% {
        opacity: 0;
        top: 20%;
    }
}

@-o-keyframes fly {
    0% {
        opacity: 0;
        top: 50%;
    }

    20% {
        opacity: 1;
        top: 40%;
    }

    100% {
        opacity: 0;
        top: 20%;
    }
}

@keyframes fly {
    0% {
        opacity: 0;
        top: 50%;
    }

    20% {
        opacity: 1;
        top: 40%;
    }

    100% {
        opacity: 0;
        top: 20%;
    }
}

/*    header   */
.nav-2 {
    height: 88px;
    background-color: #fff;
}

    .nav-2 .sps {
        position: fixed;
        top: 0px;
        left: 0;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        width: 100%;
        z-index: 10;
    }

        .nav-2 .sps .navbar-toggler {
            background-color: #f89724;
            margin: 8px 0;
            position: absolute;
            left: 15px;
        }

    .nav-2 .sps--abv .navbar-toggler {
        top: 27px;
    }

    .nav-2 .sps--blw .navbar-toggler {
        top: 8px;
    }

    .nav-2 .sps--abv .navbar-brand {
        background-color: #fff;
        padding: 4px;
        border-radius: 26px;
        height: 180px;
        position: relative;
        top: -70px;
        padding-top: 85px;
        overflow: hidden;
        margin-bottom: -70px;
    }

    .nav-2 .sps .navbar-toggler .navbar-toggler-icon {
        background-color: #fff;
        display: block;
        margin: 6px 0;
        height: 2px;
    }

    .nav-2 .sps--abv {
        top: 0px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        padding: 0px 0;
        /*background-image: linear-gradient(rgb(0 0 0 / 25%), transparent);*/
    }

.sps .lang-btn {
    background-color: #50b848;
    border-radius: 6px;
    padding: 11px 8px !important;
    color: #fff !important;
}

.sps--blw .lang-btn {
    color: #fff !important;
    padding: 24px 15px !important;
}

.nav-2 .sps--abv .logo {
    height: 77px !important;
    padding: 3px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.nav-2 .sps--blw {
    background-color: rgba(255, 255, 255, 1) !important;
    color: #fff;
    z-index: 70;
    top: 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0 3px 0px #d6d6d6;
    padding: 0px 0;
}

    .nav-2 .sps--blw .logo {
        height: 60px !important;
        padding-left: 7px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

@media(max-width:1200px) {
    .nav-2 .container {
        max-width: 100%;
    }

    .sps--blw #topBar li a {
        padding: 26px 8px !important;
    }
}

@media (max-width: 991px) {
    .nav-2 .container {
        max-width: 100%;
    }

    .nav-2 #topBar {
        float: inherit !important;
        overflow-y: auto;
        height: 300px;
    }

        .nav-2 #topBar ul li {
            display: block;
        }

    ul.subMenu {
        max-width: 100%;
        min-width: auto !important;
        width: 100% !important;
        z-index: 10
    }

        ul.subMenu ul.subMenu {
            display: contents !important;
        }

    .innerpage #topBar a {
        color: #fff !important;
    }

    .nav-2 .sps--abv {
        background-color: rgb(0 0 0 / 54%);
    }

        .nav-2 .sps--abv .logo {
            height: 45px !important
        }

        .nav-2 .sps--abv .navbar-brand {
            padding-top: 77px !important;
            margin-bottom: -77px !important;
            border-radius: 0px !important;
            height: auto !important;
        }

        .nav-2 .sps--abv .navbar-toggler {
            top: 0 !important;
        }

    .sps--blw #topBar a {
        color: #888 !important;
        padding: 15px 11px !important;
    }
}

@media (max-width: 768px) {
    .nav-2 .sps .container {
        padding: 0;
    }
}

#topBar {
    float: left;
}

.sps--abv #topBar .main-menu {
    margin-top: 22px;
}

#topBar ul {
    padding: 0;
    margin: 0;
}

    #topBar ul li {
        position: relative;
        display: inline-block;
    }

#topBar ul #contact .subMenu {
    max-height: 450px;
    overflow-y: scroll
}

#topBar a {
    display: inline-block;
    padding: 15px 11px;
    line-height: 1.2rem;
    color: #333;
    transition: .5s ease-out;
    text-decoration: none;
    font-size: 16px;
}

    #topBar a i {
        margin-right: 5px;
        font-size: 13px;
    }

    #topBar a:hover,
    #topBar li.active {
        background: #51b849;
        border-radius: 5px 5px 0 0;
    }

#topBar .subMenu li,
#topBar .subMenu li a {
    border-radius: 0 !important
}

.sps--blw #topBar a {
    color: #333
}

    .sps--blw #topBar a:hover,
    .sps--blw #topBar li.active a {
        color: #fff !important;
    }

.sps--blw #topBar li a {
    padding: 26px 15px;
    border-radius: 0 !important
}

ul.subMenu {
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    right: 0;
    width: 150%;
    min-width: 217px;
}

    ul.subMenu.last-one {
        right: auto !important;
        left: 0;
        min-width: 210px;
    }

    ul.subMenu li {
        width: 100%;
        background: #3d3d3b;
    }

        ul.subMenu li a i {
            transform: rotate(180deg)
        }

#topBar ul.subMenu li a {
    width: 100%;
    border-bottom: 1px dashed rgba(225, 225, 225, 0.2);
    font-size: 13px;
    padding: 10px;
    color: #fff !important;
}

    #topBar ul.subMenu li a:hover,
    #topBar ul.subMenu li.active > a {
        background: #2f2f2d;
    }

ul.subMenu ul.subMenu {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
}

/*  slider*/
#particles-js {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: -1;
    opacity: .7;
}

/** footer **/
footer {
    background-color: #131313;
}

    footer .box1 p {
        font-size: 19px;
        color: #999999;
        text-align: justify;
        margin-top: 10px;
    }

    footer .box1 img {
        width: 100%;
        max-width: 250px;
    }

    footer .box2 h5,
    footer .box3 h5 {
        color: #fff;
    }

    footer .box2 ul {
        margin: 0;
    }

        footer .box2 ul li a {
            color: #999999;
            line-height: 2;
            text-decoration: none;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            position: relative;
            right: 0;
        }

            footer .box2 ul li a:hover {
                color: #ef8921;
                right: 5px
            }

    footer .box3 h4 {
        color: #000;
    }

    footer .box3 button {
        display: block;
        font-size: 14px;
        width: 135px;
        text-align: right;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        background-color: rgb(103 103 103 / 39%);
        color: #ababab
    }

        footer .box3 button i {
            color: #ababab;
            font-size: 13px;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            width: 25px;
        }

        footer .box3 button.facebook:hover i,
        footer .box3 button.facebook:hover {
            color: blue;
        }

        footer .box3 button.twitter:hover i,
        footer .box3 button.twitter:hover {
            color: #64bffc;
        }

        footer .box3 button.youtube:hover i,
        footer .box3 button.youtube:hover {
            color: red;
        }

        footer .box3 button.instagram:hover i,
        footer .box3 button.instagram:hover {
            color: #ff7391;
        }

.copy-right {
    background-color: #131313;
    padding: 8px 0;
    color: #a5a5a5;
    border-top: 1px solid #3c3c3c;
}

    .copy-right span {
        font-size: 13px;
    }

@media (max-width: 992px) {
    footer .col {
        max-width: 100% !important;
        flex: 0 33%;
    }

    footer .col-5 {
        max-width: 100% !important;
        flex: 0 70%;
    }
}

@media (max-width: 600px) {

    footer .col,
    footer .col-5 {
        max-width: 100% !important;
        flex: 0 100%;
    }
}

/* about **/
.overview {
    background-color: #f5f5f5;
    padding: 60px 0;
}

    .overview .all-about {
        background-color: #fff;
        box-shadow: 0px 0px 6px #d6d6d6;
        border-radius: 6px;
    }

.about p {
    text-align: justify;
}

@media (max-width: 600px) {
    #overview .all-about {
        padding: 0;
    }

    .about p {
        font-size: 14px;
    }
}

.title {
    background-color: #50b848;
    display: inline-block;
    margin-right: -16px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    margin-top: 30px !important;
}

    .title h4 {
        color: #fff;
        margin: 0;
        font-size: 20px;
        padding: 9px 40px;
        position: relative;
    }

        .title h4:after {
            content: "";
            position: absolute;
            bottom: -16px;
            right: 0;
            transform: rotate(-90deg);
            border: solid;
            border-color: #278320 transparent;
            border-width: 16px 0 0px 16px;
        }

/** why section **/
.top-title-banner {
    margin-bottom: 55px;
    color: #585858;
    font-size: 26px;
    margin-top: 20px;
    position: relative;
    display: inline-block;
}

    .top-title-banner:after {
        content: "";
        width: 50px;
        height: 1px;
        background-color: #f8941e;
        position: absolute;
        right: -80px;
        top: 16px;
    }

    .top-title-banner:before {
        content: "";
        width: 50px;
        height: 1px;
        background-color: #f8941e;
        position: absolute;
        left: -80px;
        top: 16px;
    }

.why-section {
    background-color: #f5f5f5;
    padding: 20px 20px;
    border-radius: 9px;
    position: relative;
    overflow: hidden;
    top: 0;
    transition: .5s;
    height: 100%;
}

    .why-section .back-img {
        position: absolute;
        bottom: 0;
        width: 90px;
        opacity: .1;
        left: -29px;
        transform: rotate(-25deg);
        transition: .5s
    }

    .why-section .why-img {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
        background-color: #50b848;
        border-radius: 50%;
        padding: 5px;
        transition: .5s
    }

        .why-section .why-img img {
            width: 100%;
            filter: invert(1);
            padding: 5px;
            transition: .5s
        }

    .why-section h4 {
        font-size: 16px;
        padding-left: 40px;
        text-align: justify;
        color: #555;
        line-height: 24px;
    }

    .why-section:hover {
        top: -10px;
        background-color: #50b848;
        box-shadow: -1px 1px 3px #c2c2c2;
    }

        .why-section:hover .why-img {
            background-color: #fff;
        }

            .why-section:hover .why-img img {
                filter: invert(0);
                opacity: .3
            }

        .why-section:hover h4 {
            color: #fff;
        }

        .why-section:hover .back-img {
            width: 100px;
            transform: rotate(-55deg);
        }

@media(max-width:992px) {
    .why-choose .container {
        max-width: 100%;
    }
}

/** companies  */
.companies {
    overflow-x: hidden;
}

    .companies .companies-left {
        background-position: center;
        background-size: cover;
        min-height: 370px;
        display: flex;
        align-items: center;
    }

        .companies .companies-left .back-img {
            max-width: 260px;
            max-height: 260px;
            background-color: rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            margin: 0 auto;
            overflow: hidden;
        }

            .companies .companies-left .back-img img {
                width: 100%;
                padding: 45px;
            }

.companies-right {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .companies-right h3 {
        font-size: 22px;
        color: #50b848;
        margin-bottom: 16px;
    }

    .companies-right p {
        text-align: justify;
        color: #777;
        font-size: 15px;
    }

.btn-link {
    background-color: #f89520;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 25px;
    padding: 7px 29px;
    font-size: 14px;
    transition: .5s;
}

    .btn-link:hover {
        background-color: #50b848
    }

.company_final .btn-link {
    z-index: 700 !important;
}

    .company_final .btn-link:hover {
        color: #50b848 !important;
        background-color: #fff !important
    }
/** servicess  */
.services-page {
    padding-top: 85px !important;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
}

    .services-page .owl-researches .pic {
        height: 300px;
        border-radius: .5rem;
        margin: 0 auto;
        width: 95%;
        background-position: center;
        background-size: cover;
    }

    .services-page .owl-researches .item {
        position: relative;
        max-width: 400px;
        margin: 0 auto;
    }

    .services-page .owl-researches .researche-name {
        font-size: 1.2rem;
        color: #ffffff;
        padding: .7rem 1rem 1rem;
        border-radius: .5rem;
        position: absolute;
        bottom: 30px;
        left: 7px;
        right: 90px;
        background: linear-gradient(to left, #50b848 0%, rgb(248 148 30 / 63%) 100%);
    }

@media(max-width:992px) {
    .services-page .container {
        max-width: 100%;
    }

    .services .owl-researches .item {
        padding: 0;
    }
}

/* product */

.product .product-nav {
    text-align: center;
}

    .product .product-nav ul {
        display: inline-flex;
    }

        .product .product-nav ul li {
            margin: 0px 4px 10px;
        }

            .product .product-nav ul li a {
                border: 1px solid #d0d0d0;
                -webkit-border-radius: 25px;
                -moz-border-radius: 25px;
                -ms-border-radius: 25px;
                -o-border-radius: 25px;
                border-radius: 25px;
                padding: 8px 20px;
                font-size: 15px;
                color: #565656;
                -webkit-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s;
            }

                .product .product-nav ul li a:hover {
                    background-color: #f89520;
                    color: #fff;
                }

                .product .product-nav ul li a.active {
                    background-color: #50b848;
                    color: #fff;
                }

.product .owl-buttons {
    position: absolute;
    top: 36%;
    width: 100%;
}

    .product .owl-buttons .carousel-control {
        background-color: #fff;
        border: 1px solid #eee;
        width: 33px;
        height: 33px;
        text-align: center;
        padding-top: 4px;
        padding-right: 1px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        color: #c7c7c7;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

        .product .owl-buttons .carousel-control:hover {
            background-color: #50b848;
            color: #fff;
        }

    .product .owl-buttons .left {
        position: absolute;
        right: -2px;
    }

    .product .owl-buttons .right {
        position: absolute;
        left: -2px;
    }

    .product .owl-buttons .carousel-control i {
        font-weight: 900 !important;
    }

.product .product-grid7 {
    position: relative;
    z-index: 1;
    max-width: 270px;
    margin: 0 auto;
}


    .product .product-grid7 .product-image7 {
        border: 1px solid #eee;
        overflow: hidden;
        perspective: 1500px;
        position: relative;
        transition: all 0.5s ease 0s;
        padding: 12px;
        border-radius: 6px;
    }

        .product .product-grid7 .product-image7:after {
            content: '';
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2);
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            display: none;
            transition: .5s;
        }

    .product .product-grid7:hover .product-image7 {
        background-color: #fff;
        border-radius: 5px;
    }

        .product .product-grid7:hover .product-image7:after {
            display: block;
        }

    .product .product-grid7 .product-image7 a {
        display: flex;
        height: 290px;
        align-items: center;
    }

    .product .product-grid7 .product-image7 img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .product .product-grid7 .pic-1 {
        opacity: 1;
        transition: all 0.5s ease-out 0s;
    }

    .product .product-grid7 .social {
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        bottom: 3px;
        right: -25%;
        z-index: 1;
        transition: all 0.5s ease 0s;
        bottom: 0;
        top: 0;
        display: flex;
        align-items: center;
    }

        .product .product-grid7 .social li a {
            color: #fff;
            background-color: #333;
            font-size: 16px;
            line-height: 40px;
            text-align: center;
            height: 40px;
            width: 40px;
            margin: 15px 0;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            display: block;
            transition: all 0.5s ease-in-out;
            padding-top: 2px;
        }

            .product .product-grid7 .social li a:hover {
                color: #fff;
                background-color: #f8941e;
            }


    .product .product-grid7:hover .social {
        right: 17px;
    }

    .product .product-grid7 .product-new-label {
        color: #fff;
        padding: 4px 50px 4px 28px;
        position: absolute;
        top: 10px;
        right: -25px;
        background-color: #fab868;
        border-radius: 25px;
        box-shadow: 0px 2px 3px #afafaf;
        z-index: 20 !important;
    }

    .product .product-grid7 .product-content {
        text-align: center;
        padding: 20px 0 0;
    }

    .product .product-grid7 .title-name {
        font-size: 17px;
        text-transform: capitalize;
        margin: 0 0 10px;
        transition: all 0.3s ease 0s;
        direction: rtl;
    }

        .product .product-grid7 .title-name a {
            color: #333;
        }

            .product .product-grid7 .title-name a:hover {
                color: #50b848;
            }

@media (max-width: 992px) {
    .product .container {
        max-width: 100%;
    }
}

@media(max-width:768px) {
    .product .product-nav ul li {
        width: 48%;
    }
}

@media(max-width:500px) {
    .product .product-nav ul li {
        width: 100%;
    }
}

/**  company_final **/
.company_final {
    height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #50b848;
    padding-top: 20px;
}

.slider {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 0;
}

.circular-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 10px;
}

    .circular-slider .wrapper {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 20px 0px 20px;
        /*overflow: hidden;*/
    }

        .circular-slider .wrapper .controls__left,
        .circular-slider .wrapper .controls__right,
        .circular-slider .wrapper .controls__autoplay {
            position: absolute;
            z-index: 501;
            -webkit-transition: .6s all;
            -o-transition: .6s all;
            transition: .6s all;
        }

            .circular-slider .wrapper .controls__left:hover .icon-wrapper,
            .circular-slider .wrapper .controls__right:hover .icon-wrapper,
            .circular-slider .wrapper .controls__autoplay:hover .icon-wrapper {
                font-size: 1.7em;
                opacity: 1;
            }

            .circular-slider .wrapper .controls__left .icon-wrapper,
            .circular-slider .wrapper .controls__right .icon-wrapper,
            .circular-slider .wrapper .controls__autoplay .icon-wrapper {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                width: 100%;
                height: 100%;
                color: #fff;
                font-size: 1.5em;
                opacity: .7;
                cursor: pointer;
            }

        .circular-slider .wrapper .controls__left,
        .circular-slider .wrapper .controls__right {
            top: 50%;
        }

        .circular-slider .wrapper .controls__left {
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .circular-slider .wrapper .controls__left:hover {
                right: 0;
            }

        .circular-slider .wrapper .controls__right {
            left: 0;
            -webkit-transform: translate(0%, -50%);
            -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
        }

        .circular-slider .wrapper .controls__autoplay {
            bottom: -10px;
            right: 50%;
            -webkit-transform: translate(50%, 0%);
            -ms-transform: translate(50%, 0%);
            transform: translate(50%, 0%);
        }

        .circular-slider .wrapper .controls__autoplay_running .pause {
            display: block;
        }

        .circular-slider .wrapper .controls__autoplay_running .run {
            display: none;
        }

        .circular-slider .wrapper .controls__autoplay_paused .pause {
            display: none;
        }

        .circular-slider .wrapper .controls__autoplay_paused .run {
            display: block;
        }

        .circular-slider .wrapper .slides-holder {
            border-radius: 50%;
            border: 2px solid #fff;
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
            z-index: 100;
        }

        .circular-slider .wrapper .slides-holder__item {
            border-radius: 50%;
            border: 2px solid #fff;
            position: absolute;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center;
            background-color: #fff;
            -webkit-transition: .3s linear all;
            -o-transition: .3s linear all;
            transition: .3s linear all;
            -webkit-filter: grayscale(1) brightness(70%);
            filter: grayscale(1) brightness(70%);
            /*width: 150px;
    height: 150px;*/
        }

        .circular-slider .wrapper .slides-holder__item img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            padding: 30px !important;
            border-radius: 0 !important;
        }

        .circular-slider .wrapper .slides-holder__item_active {
            -webkit-filter: grayscale(0) brightness(100%);
            filter: grayscale(0) brightness(100%);
            border-radius: 15px;
            padding: 5px;
        }

            .circular-slider .wrapper .slides-holder__item_active img {
                border-radius: 15px;
            }

        .circular-slider .wrapper .descriptions {
            position: absolute;
            bottom: 10px;
            z-index: 500;
        }

        .circular-slider .wrapper .descriptions__item {
            width: 100%;
            height: 0%;
            opacity: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-transition: opacity 0s 0s linear;
            -o-transition: opacity 0s 0s linear;
            transition: opacity 0s 0s linear;
        }

        .circular-slider .wrapper .descriptions__item_visible {
            height: 100%;
            opacity: 1;
            -webkit-transition: opacity .6s 0s linear;
            -o-transition: opacity .6s 0s linear;
            transition: opacity .6s 0s linear;
        }

        .circular-slider .wrapper .descriptions__item h1,
        .circular-slider .wrapper .descriptions__item .description {
            color: white;
            text-align: center;
        }

        .circular-slider .wrapper .descriptions__item h1 {
            font-size: 30px;
            padding-top: 5px;
            margin-bottom: 15px;
        }

            .circular-slider .wrapper .descriptions__item h1 span {
                font-size: 62%;
            }

        .circular-slider .wrapper .descriptions__item .description {
            font-size: 15px;
            margin-top: 5px;
            padding: 0% 10%;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            /*overflow-y: hidden;*/
        }

@media(max-width:992px) {
    .companies-slider {
        display: none
    }
}

/* Bootstrap Modal */
.modal-backdrop {
    z-index: 111110
}

.modal.show {
    z-index: 111111
}

