:root {
    --mainColor: #121212;
    --Color: #efac59;
    --textColor: #444;
    --green: #00984a;
}

@font-face {
    font-family: "Almarai";
    src: url("../webfonts/Almarai-Regular.ttf") format("opentype");
}

@font-face {
    font-family: "Nunito";
    src: url("../webfonts/Nunito-Regular.ttf") format("opentype");
}

body {
    font-family: "Almarai";
}

a {
    text-decoration: none !important
}

/** reload page **/
body.royal_loader {
    background: none;
    visibility: hidden;
}

#royal_preloader {
    width: 100%;
    height: 100%;
    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: 100% auto;
    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: 50%;
    left: 50%;
    transform: translate(-50%, 50px);
    color: var(--mainColor);
    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  */
@media (max-width: 992px) {
    .nav-2 .container {
        max-width: 100%;
    }
}

.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;
}

@media (max-width: 600px) {
    .nav-2 .sps {
        padding-bottom: 10px !important;
    }
}

@media (max-width: 768px) {
    .nav-2 .sps .container {
        max-width: 100%;
        padding: 0;
    }
}

.nav-2 .sps .responsive-nav input {
    margin-top: 11px;
    background-color: #f5f5f5;
    border: 0;
    min-width: 250px;
}

.nav-2 .sps .navbar-nav .nav-item {
    padding: 10px 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.nav-2 .sps .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 992px) {
    .nav-2 .sps .navbar-nav .nav-item {
        padding: 10px 0px !important;
    }

    .nav-2 .sps .navbar-nav .nav-item a {
        font-size: 16px !important;
    }
}

.nav-2 .sps .navbar-nav .nav-item a {
    font-size: 16px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.nav-2 .sps .navbar-nav .nav-item a:hover {
    color: var(--mainColor);
}

.nav-2 .sps .navbar-nav .nav-item.active a {
    color: var(--mainColor) !important;
}

.nav-2 .sps .navbar-nav .nav-item .dropdown-toggle:after {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    border: 0;
    line-height: 0;
    position: relative;
    top: 5px;
    right: 3px;
}

.nav-2 .sps .navbar-nav .nav-item .dropdown-menu {
    margin-top: 0px;
    border: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0 3px #c8c8c8;
    padding: 0;
    transform: translate3d(0px, 0px, 0px) !important;
    top: 100% !important;
}

.nav-2 .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 14px;
    border-bottom: 1px solid #eee;
    color: var(--textColor) !important;
    font-size: 14px;
}

.nav-2 .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0 !important;
}

.nav-2 .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
    background-color: #f5f5f5;
}

.nav-2 .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
    box-shadow: none !important;
    outline: none !important;
}

.nav-2 .sps .navbar-nav .nav-item .active {
    color: var(--mainColor) !important;
}

.nav-2 .sps .navbar-toggler {
    background-color: var(--mainColor);
    margin: 8px 0;
    position: absolute;
    left: 15px;
}

.nav-2 .sps .navbar-toggler .navbar-toggler-icon {
    background-color: #fff;
    display: block;
    margin: 6px 0;
    height: 2px;
}

.nav-2 .sps--abv {
    top: 40px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    padding: 0px 0;
}

@media (max-width: 768px) {
    .nav-2 .sps--abv {
        background-color: #fff;
    }
}

.nav-2 .sps--abv .logo {
    height: 60px !important;
    padding-left: 7px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.nav-2 .sps--abv .navbar-toggler {
    top: 4px;
}

.nav-2 .sps--abv .nav-item {
    margin-top: 8px;
}

.nav-2 .sps--abv .nav-item a {
    color: var(--textColor);
}

.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;
}

.nav-2 .sps--blw .navbar-toggler {
    top: 4px;
}

.nav-2 .sps--blw .nav-item {
    margin-top: 8px;
}

.nav-2 .sps--blw .nav-item a {
    color: var(--textColor);
}

.nav-2 .inner-header {
    background-color: #fff !important;
}

.nav-2 .inner-header a {
    color: var(--textColor) !important;
    font-weight: normal !important;
}

/*  slider*/
#particles-js {
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 2;
}

#myCarousel {
    position: relative;
    z-index: 1;
    margin-top: 75px
}

#myCarousel .carousel-inner {
    z-index: -1;
    height: 675px;
}

#myCarousel .carousel-inner .carousel-item {
    height: 100%;
    position: relative;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

#myCarousel .carousel-inner .carousel-item .slide-img .img {
    width: 100%;
    min-height: -webkit-fill-available;
    height: 675px;
    object-fit: cover;
}

@media (max-width: 768px) {
    #myCarousel .carousel-inner .carousel-item .slide-img .img {
        min-height: 500px;
    }
}

#myCarousel .carousel-inner .mask {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 3;
    padding-top: 35px;
}

@media (max-width: 768px) {
    #myCarousel .carousel-inner .mask {
        padding-top: 80px;
    }

}

#myCarousel .carousel-inner .carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

#myCarousel .carousel-inner .carousel-fade .carousel-item .carousel-item-next.carousel-item-left,
#myCarousel .carousel-inner .carousel-fade .carousel-item .carousel-item-prev.carousel-item-right,
#myCarousel .carousel-inner .carousel-fade .carousel-item.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#myCarousel .carousel-inner .carousel-fade .carousel-item .carousel-item-left.active,
#myCarousel .carousel-inner .carousel-fade .carousel-item .carousel-item-right.active {
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#myCarousel .banner-logo {
    text-align: center;
}

#myCarousel .banner-logo .image1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    max-width: 100%;
    width: 350px
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    /* -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; */

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

#myCarousel .carousel-inner:after {
    display: none;
}

#myCarousel .carousel-inner .carousel-item:after {
    content: "";
    /*background-color: rgba(0, 0, 0, 0.3);*/
    /*    background: linear-gradient(to bottom, #fff 0%, transparent 15%);*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

/** home **/
.btn_color {
    background-color: var(--mainColor);
    border-radius: 25px;
    color: #fff !important;
    transition: .5s;
    padding: 10px 32px;
    font-size: 16px !important;
    display: inline-block;
    font-weight: bold;
}

.btn_color a {
    color: #fff !important;
    font-size: 15px !important;
}

.btn_color:hover {
    background-color: var(--Color);
    color: var(--mainColor) !important;
}

.btn_color:hover a {
    color: var(--mainColor) !important;
}

.btn_color_2 {
    background-color: var(--Color);
    border-radius: 25px;
    color: var(--mainColor) !important;
    transition: .5s;
    padding: 10px 32px;
    font-size: 16px !important;
    display: inline-block;
    font-weight: bold;
}

.btn_color_2 a {
    color: var(--mainColor) !important;
    font-size: 15px !important;
}

.btn_color_2:hover {
    background-color: var(--mainColor);
    color: #fff !important;
}


/** footer **/
footer {
    background-color: var(--mainColor);
    color: #fff;
    position: relative;
    background-image: url(../images/shape-128.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


footer .box1 p {
    font-size: 15px;
    color: #999;
    text-align: justify;
    padding-left: 35px;
    line-height: 2
}

footer .box1 img {
    max-width: 100%;
}

footer .box2 h4 {
    color: #fff
}

footer .box2 ul {
    margin: 0;
}

footer .box2 ul li a {
    color: #999;
    line-height: 2;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

footer .box2 ul li a:hover {
    color: var(--Color);
    padding-right: 15px;
}

footer .box2 a i {
    color: var(--Color);
    font-size: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 25px;
}


.copy-right {
    background-color: var(--mainColor);
    padding: 8px 0;
    color: #555;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.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 **/

.title {
    color: var(--mainColor);
    font-size: 36px;
    font-weight: bold;
}

.sup {
    color: var(--Color);
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3px;
}

/** contact  **/

@media (max-width: 992px) {
    .contact .container {
        max-width: 100%;
    }
}

.contact .contact-form label {
    color: #848484;
    font-size: 13px;
}

.contact .contact-form .form-control {
    background-color: #eee;
    border: 0;
    outline: none;
    box-shadow: none;
}

.contact .contact-form input::placeholder,
.contact .contact-form textarea::placeholder {
    color: #999;
}

.contact-details {
    background-color: var(--mainColor);
    padding: 15px 20px;
    border-radius: 5px;
}

.contact-details h4 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 13px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
}

.contact-details p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
}

.contact-details p i {
    color: #fff;
    margin-left: 10px;
}

/* services **/
.Why_us {
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5;
    z-index: 0;
}

.Why_us:after {
    content: "";
    background-image: url(../images/home/bg7.png);
    background-position: left;
    position: absolute;
    top: 0;
    right: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .5;
    filter: brightness(0.5);
}

.Why_us .title {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.Why_us h1.title {
    color: var(--mainColor);
    font-size: 30px;
    margin-bottom: 40px;
}

.bottom-border {
    border-color: var(--Color);
    width: 50px;
    border-width: 2px;
    margin-top: 8px;
    margin-right: 0;
}

.Why_us .image_side {
    background-position: right;
    background-size: cover;
    background-image: url(../images/services/why.jpg);
    min-height: 350px;
}

.Why_us .text-side {
    padding: 100px 50px;
}

/* Clients */
.Clients-item {
    padding-bottom: 70px;
}

.Clients-item .item {
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    transition: .5s;
    margin: 0 15px;
    position: relative;
    top: 0;
    margin-top: 20px;
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
}

.Clients-item .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.Clients-item .item:hover {
    border-radius: 50%;
    top: -15px;
    border-color: #d9d9d9
}

.owl-carousel .carousel-indicators {
    bottom: 0px;
}

.owl-carousel .carousel-indicators .owl-page {
    width: 15px;
    height: 3px;
    background-color: #cacaca;
    display: block;
    border-radius: 5px;
    transition: .5s;
    margin: 0 3px;
    padding: 2px
}

.owl-carousel .carousel-indicators .owl-page.active {
    width: 30px !important;
    background-color: var(--mainColor) !important;
}

.owl-carousel .owl-buttons {
    display: none;
}

/** social media **/
.side-social-static {
    position: fixed;
    left: 0;
    top: 180px;
    z-index: 30;
    list-style: none;
    padding: 0;
    left: 0px;
    transition: .8s;
    padding-right: 40px;

}

.side-social-static li {
    margin-bottom: 0px;
    font-size: 22px;
    position: relative;
}

.side-social-static li i {
    border-radius: 0 10px 10px 0;
    margin-left: 0 !important;
    padding: 9px 13px !important;
    height: 40px;
    width: 42px;
    text-align: center;
    margin-bottom: 3px;
}

.side-social-static li a:hover .social-ic {
    border-radius: 5px 0 0 5px !important;
}

.about-link {
    color: #14728d;
    text-decoration: underline;
}

.side-social-static a:hover > span {
    visibility: visible;
    right: -122px;
    opacity: 1;
    top: 0px;
    border-radius: 0 5px 5px 0;
}

/* .side-social-static a {
    position: relative;
} */

.side-social-static a span {
    line-height: 37px;
    right: 60px;
    position: absolute;
    text-align: center;
    height: 40px;
    width: 120px;
    margin-top: 0px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
    font-size: 18px;
}

.side-social-static .fb-anime {
    background-color: #3b5998;
    color: #fff;
}

.side-social-static .tw-animation {
    background-color: #00aced;
    color: #fff;
}

.side-social-static .ins-animation {
    background-color: #FE1F49;
    color: #fff;
}

.side-social-static .in-animation {
    background-color: #0077b5;
    color: #fff;
}

.side-social-static .yt-animation {
    background-color: #bb0000;
    color: #fff;
}

.footer-li a {
    color: #fff;
}

.footer-li .tw {
    background-color: #00aced;
}

.footer-li .ins {
    background-color: #FE1F49;
}

.footer-li .in {
    background-color: #0077b5;
}

.footer-li .fb {
    background-color: #3b5998;
}

.footer-li .yt {
    background-color: #bb0000;
}

.side-social-static:hover {
    left: 0px !important;
    padding-right: 10px;
}

/* top banner */
.top-banner {
    background-image: url(../images/slider/banner1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    position: relative;
    z-index: 0;
    padding-top: 150px
}

.top-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.top-banner .title {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 10px;
}

.top-banner ul {
    list-style: none;
    padding: 0
}

.top-banner ul li {
    color: #fff;
    font-size: 15px;
    display: inline-block
}

.top-banner ul li a {
    color: #fff;
    padding: 0px 13px;
}

/** gallary **/

.gallary .gallary-photo img {
    width: auto;
    height: 200px;
    max-width: 100%;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    object-fit: cover;
}

.gallary .gallary-photo {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.gallary .gallary-photo:after {
    background-color: var(--mainColor);
    bottom: 0;
    content: '';
    height: 0%;
    z-index: 4;
    right: 0;
    position: absolute;
    width: 7px;
    z-index: 5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gallary .gallary-photo img {
    vertical-align: top;
    max-width: 100%;
    margin: 0 auto;
    backface-visibility: hidden;
}

.gallary .gallary-photo figcaption {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(0 0 0 / 58%);
    align-items: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1em;
    opacity: 0;
}

.gallary .gallary-photo h3 {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.gallary .gallary-photo h3 span {
    display: block;
    font-weight: 700;
}

.gallary .gallary-photo:hover > img,
.gallary .gallary-photo.hover > img {
    opacity: 0.1;
}

.gallary .gallary-photo:hover:after,
.gallary .gallary-photo.hover:after {
    height: 100%;
}

.gallary .gallary-photo:hover figcaption,
.gallary .gallary-photo.hover figcaption {
    opacity: 1;
}

/* search for job **/

.search-for-jobs button {
    border-radius: 0
}

.search-for-jobs .form-control {
    background-color: #f3f3f3;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    border: 0;
    border-left: 1px solid #bcb8b8;
}

.file-input {
    display: inline-block;
    padding: 3px;
    position: relative;
    width: 100%;
}

.file-input > [type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.file-input > .button {
    display: inline-block;
    cursor: pointer;
    background: #ddd;
    color: var(--textColor);
    padding: 4px 15px;
    margin-left: 8px;
    border: 0;
    border-radius: 0 4px 4px 0;
}

.file-input > .label {
    color: var(--textColor);
    white-space: nowrap;
    opacity: .3;
    font-size: 14px;
}

.file-input.-chosen > .label {
    opacity: 1;
}

.Send-cv .form-control {
    background-color: #f3f3f3;
    box-shadow: none;
    outline: none;
    border: 0;
}

.result-search {
    padding-left: 20px;
    padding-right: 20px;
}

.result-search h3 {
    font-size: 21px;
    color: var(--mainColor)
}

.result-search-div {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 7px;
}

.result-search-div h4 {
    font-size: 20px;
    color: #941050;
    margin-bottom: 21px;
}

.result-search h3 i {
    font-size: 17px;
}

.result-search-div h5 {
    font-size: 17px;
    color: #606060;
}

.result-search-div h5 i {
    font-size: 14px;
    margin-left: 8px;
    width: 24px;
    text-align: center;
    color: #ababab;
}

.events-page .event-page-details {
    background-color: #f3f3f3;
    border-radius: 5px;
    position: relative;
    top: 0;
    transition: .5s
}

.events-page .event-page-details:hover {
    top: -12px;
    box-shadow: 0px 2px 4px #d0d0d0;
}

.events-page .event-page-details img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.events-page .event-page-details a {
    text-decoration: none;
}

.events-page .event-page-details .event-name {
    color: #999;
    padding: 13px 13px 8px 13px;
    font-weight: bold;
}

.events-page .event-page-details p {
    color: #999;
    padding-right: 13px;
    padding-bottom: 15px;
    font-size: 13px;
}

.event-details img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.event-details .event-name {
    color: #999;
    padding: 13px 13px 8px 13px;
    font-weight: bold;
}

.event-details p {
    color: #999;
    padding-right: 13px;
    padding-bottom: 15px;
    font-size: 13px;
    margin-bottom: 0;
}

.event-details h6 {
    padding: 13px;
    color: #666;
    font-size: 16px;
    text-align: justify;
}

.Thanks-items {
    border-radius: 150px 150px 5px 5px !important;
}

.Thanks-items p {
    text-align: center;
    background-color: #f3f3f3;
    padding: 7px 5px;
}

/** tree **/
.tree {
    padding: 0;
}

.tree:not(:empty):before,
.tree:not(:empty):after,
.tree ul:not(:empty):before,
.tree ul:not(:empty):after,
.tree li:not(:empty):before,
.tree li:not(:empty):after {
    display: block;
    position: absolute;
    content: "";
}

.tree ul,
.tree li {
    position: relative;
    margin: 0;
    padding: 0;
}

.tree li {
    list-style: none;
}

.tree li > div {
    background-color: #eee;
    color: #222;
    padding: 5px 14px;
    display: inline-block;
    font-size: 14px;
}

.tree.cascade li {
    margin-right: 24px;
}

.tree.cascade li div {
    margin-top: 15px;
}

.tree.cascade li:before {
    border-right: 1px solid #ddd;
    height: 100%;
    width: 0;
    top: 0;
    right: -12px;
}

.tree.cascade li:after {
    border-top: 1px solid #ddd;
    width: 12px;
    right: -12px;
    top: 24px;
}

.tree.cascade li:last-child:before {
    height: 24px;
    top: 0;
}

.tree.cascade > li:first-child:before {
    top: 24px;
}

.tree.cascade > li:only-child {
    margin-right: 0;
}

.tree.cascade > li:only-child:before,
.tree.cascade > li:only-child:after {
    content: none;
}

.tree-title {
    color: #ffffff !important;
    background-color: var(--mainColor) !important;
    border-radius: 3px;
    padding: 5px 18px !important;
    font-size: 17px !important;
}

@media(max-width:992px) {
    .Hierarchy-page .container {
        max-width: 100%;
    }
}

/** */

@media (max-width: 992px) {
    .Hierarchy-all .container {
        max-width: 100%;
    }
}

.Hierarchy-all .container .back-section {
    padding: 10px 22px 17px;
}

.Hierarchy-all .container .owl-buttons {
    display: none;
}

.Hierarchy-all .container .owl-item {
    position: relative;
}

.Hierarchy-all .container .owl-item:last-child:after {
    display: none !important;
}

.Hierarchy-all .container .owl-item:after {
    content: url(../images/rotated-right-arrow-with-broken-line.png);
    width: 100%;
    position: absolute;
    top: 50%;
    right: 197px;
    margin-top: -28px;
    opacity: .6;
    filter: contrast(0.5);
}

@media (max-width: 600px) {
    .Hierarchy-all .container .owl-item:after {
        display: none;
    }
}

.Hierarchy-all .container .item {
    margin: 9px 0;
}

.Hierarchy-all .container .item .hexa {
    background-color: #606060;
    display: flex;
    align-items: center;
    text-align: center;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    position: relative;
    transition: .5s;
    top: 0
}

.Hierarchy-all .container .item .hexa:hover {
    background-color: var(--mainColor);
    top: -8px
}

.Hierarchy-all .container .item .hexa p {
    font-size: 21px;
    color: #fff;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .Hierarchy-all .container .item .hexa {
        margin: 0 auto;
    }
}

.Hierarchy-all .container .item .arrow {
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-top: 43px;
}

.Hierarchy-all .owl-carousel .carousel-indicators {
    bottom: -20px !important
}

@media(max-width:992px) {

    .subscribe .container,
    .overview .container {
        max-width: 100%;
    }
}

@media(max-width:400px) {

    .nav-2 .sps--blw .logo,
    .nav-2 .sps--abv .logo {
        max-width: 120px !important;
        height: auto !important;
        margin-top: 5px;
    }

    footer .box1 img {
        max-width: 100%;
    }

    .Clients-item .Clients-item-div {
        flex: 0 0 100%;
        max-width: 250px;
        margin: 0 auto;
        padding: 0;
    }

    .top-banner .title {
        font-size: 22px
    }

    .top-banner ul li a {
        padding: 0px 4px;
        font-size: 12px;
    }

    .subscribe .subscribe-input {
        display: block !important;
    }

    .subscribe .subscribe-input .btn {
        width: 100%;
        margin-top: 10px;
    }

    .Hierarchy-all .container .item .hexa {
        width: 160px;
        height: 160px;
        max-width: 100%;
    }

    .Hierarchy-all .container .item .hexa p {
        font-size: 18px;
    }

    .result-search h3 {
        font-size: 15px;
    }

    .result-search h3 i {
        font-size: 13px;
    }

    .result-search-div h4 {
        font-size: 15px;
    }

    .result-search-div {
        padding: 12px;
    }

    .result-search-div h5 {
        font-size: 14px;
    }

    .result-search-div h5 i {
        font-size: 11px;
        width: 16px;
    }

    .result-search-div .btn {
        padding: 4px 12px 4px;
        font-size: 13px !important;
    }

    .Send-cv h5 {
        font-size: 15px;
    }

    .Send-cv .row {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .contact-form {
        padding: 0;
    }

    .contact-form-details,
    .contact-form-details .col-12 {
        padding: 0;
    }

    .contact-details {
        padding: 15px 12px !important;
    }

    .gallary {
        padding: 0;
    }

    .overview .all-about .title h4 {
        font-size: 17px;
    }
}



/* work */
.top-title-banner {
    margin-bottom: 34px;
    color: var(--mainColor);
    font-size: 32px;
    margin-top: 8px;
    position: relative;
    display: inline-block;
}

.top-title-banner:after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: var(--Color);
    position: absolute;
    right: -80px;
    top: 16px;
}

.top-title-banner:before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: var(--Color);
    position: absolute;
    left: -80px;
    top: 16px;
}


@media(max-width:550px) {
    .top-title-banner {
        font-size: 25px
    }

    .top-title-banner:after,
    .top-title-banner:before {
        display: none;
    }
}

/* Counter Up Home 1 */

.counter_sec {
    padding: 25px 0 70px;
    color: #fff;
    width: 100%;
    margin-top: -110px !important
}

.counter_sec h3 {
    color: var(--mainColor);
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0
}

.counter_sec .counter {
    font-size: 50px;
    margin-top: 10px;
    color: var(--Color);
    font-weight: bold;
}

.counter_sec i {
    font-size: 30px;
    color: var(--Color);
    width: 65px;
    max-width: 65px;
    min-width: 65px;
}

.counter_sec span {
    color: var(--mainColor);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.counter_num {
    position: relative
}

.counter_num:after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: #c9c9c9;
    border-radius: 50%;
    position: absolute;
    bottom: 26px;
    left: 0;
}

.counter_num:last-child:after {
    display: none
}
@media(max-width:992px){
    .counter_num:nth-child(2):after {
        display: none
    }
}
@media(max-width:550px) {
    .counter_sec {
        text-align: center;
    }

    .counter_num {
        min-width: 180px;
    }

    .counter_num:after {
        display: none;
    }
}

@media(max-width:1200px) {
    .counter_sec {
        margin-top: 150px !important;
        padding-bottom: 40px !important;

    }
}

@media(max-width:768px) {
    .counter_sec {
        margin-top: 30px !important;


    }
}

/*about_us*/
.about_us {
    background-color: var(--mainColor);
    padding-top: 50px;
    margin-bottom: 100px;
    position: relative;
    z-index: 0
}

.about_us:after {
    content: "";
    background-image: url(../images/home/pattren-5.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center center;
    top: 0;
    right: 0;
    left: 0
}

.about_us .services_project {
    background-position: center;
    background-size: cover;
    min-height: 480px;
    margin-bottom: -150px;
    margin-top: 40px;
    position: relative;
    z-index: 0;
    border-radius: 5px;
    overflow: hidden;
    transition: .5s
}

.about_us .services_project:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 50px;
    background: linear-gradient(to bottom, transparent 62%, #000000 94%);
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .5s
}

.about_us h4 {
    color: #fff;
    font-size: 33px;
    margin-bottom: 25px
}

.about_us h4 span {
    color: var(--Color);
    font-size: 60px;
}

.about_us .services_project h3 {
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-size: 23px;
    padding: 10px;
    transition: .5s
}

.about_us p {
    font-size: 15px;
    color: #fff;
    text-align: justify
}

.about_us .btn_color {
    background-color: #fff;
    color: var(--mainColor) !important
}

.about_us .btn_color:hover {
    background-color: var(--Color) !important;
    color: var(--mainColor) !important;
}

.about_us .services_project:hover h3 {
    bottom: 10px
}

.about_us .services_project:hover:after {
    top: 0px;
}

.about_us .container {
    max-width: 100%
}

@media(max-width:768px) {
    .about_us {
        padding-bottom: 50px;
        margin-bottom: 40px;
    }

    .about_us .services_project {
        min-height: 280px;
        height: 280px;
        object-fit: cover;
        margin-bottom: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .about_us .container {
        max-width: 540px;
    }
}


/*  our work  */
.our_work .content {
    position: relative;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.our_work .content .content-overlay {
    background: rgb(47 70 156 / 75%);
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 5px;
}

.our_work .content:hover .content-overlay {
    opacity: 1;
}

.our_work .content-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

.our_work .content-details {
    position: absolute;
    text-align: center;
    padding: 10px;
    width: 100%;
    top: 50%;
    right: 50%;
    opacity: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.our_work .content:hover .content-details {
    top: 55%;
    right: 50%;
    opacity: 1;
}

.our_work .content-details h3 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 25px;
}

.our_work .content-details p {
    color: #fff;
    font-size: 0.8em;
}

.our_work .fadeIn-bottom {
    top: 80%;
}

.our_work .product-nav {
    text-align: center;
}

.our_work .product-nav ul {
    display: inline-flex;
}

.our_work .product-nav ul li {
    margin: 0px 4px 10px;
}

.our_work .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: var(--mainColor);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.our_work .product-nav ul li a:hover {
    background-color: var(--Color);
}

.our_work .product-nav ul li a.active {
    background-color: var(--mainColor);
    color: #fff;
}


@media (max-width: 992px) {
    .our_work .container {
        max-width: 100%;
    }
}

@media(max-width:768px) {
    .our_work .product-nav ul li {
        width: 48%;
    }
}

@media(max-width:500px) {
    .our_work .product-nav ul li {
        width: 100%;
    }
}


/* why _choose  */
.Why_us ul {
    list-style: none;
    padding: 0
}

.Why_us ul li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    border-radius: 8px;
}

.Why_us ul li img {
    background-color: var(--Color);
    padding: 10px;
    width: 73px;
    margin-left: 20px;
    border-radius: 8px;
    transition: 1s;
}

.Why_us ul li:hover img {
    background-color: var(--Color);
    transform: rotateY(-360deg)
}

.Why_us ul li h4 {
    font-size: 18px;
    color: var(--mainCOlor);
    margin-bottom: 10px;
}

.Why_us ul li p {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 16px;
}

@media(max-width:992px) {

    .Why_us img {
        max-width: 400px;
        margin: auto
    }
}

@media(max-width:768px) {
    .Why_us {
        text-align: center;
    }

    .Why_us ul li {
        display: block;
    }

    .Why_us ul li p {
        text-align: center;
        margin-bottom: 0px
    }

    .Why_us ul li h4 {
        margin-top: 10px;
    }

    .Why_us ul li {
        padding: 15px 10px 10px;
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
    }

    .bottom-border {
        margin-right: auto;
    }
}

/* top_header */
.top_header {
    background-color: var(--mainColor);
    padding: 8px 0;
}

.top_header h3 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}

.top_header h3 i {
    color: var(--Color);
    padding-left: 10px;
}

.top_header .dropdown-toggle {
    color: #fff;
    font-size: 15px;
}

.top_header .dropdown-menu {
    transform: translate3d(0px, 28px, 0px) !important;
}

.top_header .dropdown-menu .dropdown-item {
    padding: 14px;
    border-bottom: 1px solid #eee;
    color: var(--textColor) !important;
    font-size: 14px;
}

@media(max-width:768px) {
    .top_header .hidden {
        display: none !important;
    }
}

/*  */

.overview {
    background-color: #f5f5f5;
    padding: 75px 0 100px;
    overflow: hidden
}

.overview .image_about {
    position: relative;
    z-index: 0;
    text-align: left
}

.overview .image_about img {
    max-width: 450px;
    height: 350px;
    object-fit: cover;
    object-position: right;
}

.overview .image_about:before {
    content: "";
    width: 270px;
    height: 111%;
    position: absolute;
    bottom: -18px;
    right: 51%;
    z-index: -1;
    /*    background-color: var(--Color);*/
    background-color: #2e459d;
}

.overview h3 {
    font-size: 24px;
    color: var(--maiColor);
    margin-top: 20px;
    font-weight: bold;
}

.overview p {
    font-size: 17px;
    color: #333;
    line-height: 29px;
    text-align: justify;
    margin-top: 20px;
}

@media(max-width:768px) {
    .overview .image_about {
        text-align: center;
        margin-top: 50px;

    }
}

/* subscribe*/
.subscribe {
    overflow: hidden
}

.subscribe h3 {
    font-size: 40px;
    color: var(--mainColor);
    font-weight: bold;
    margin-bottom: 20px;
}

.subscribe p {
    font-size: 18px;
    color: #333;
    margin-bottom: 35px
}

.subscribe .image_about {
    position: relative;
    z-index: 0;
    text-align: left
}

.subscribe .image_about img {
    width: 150%;
    margin-right: -100px;
    transform: rotateY(180deg);
}

.subscribe .image_about:before {
    content: "";
    width: 270px;
    height: 102%;
    position: absolute;
    bottom: 0;
    right: 60%;
    z-index: -1;
    /*    background-color: var(--Color);*/
    background-color: #2e459d;
    transform: translateX(50%) skew(23deg, 0deg);
}

@media(max-width:768px) {
    .subscribe .image_about img {
        max-width: 500px;
        width: 100%;
        margin-right: 0;
    }

    .subscribe .image_about,
    .subscribe {
        text-align: center;
    }
}

/* services */
.our_services .service-box {
    border: 1px solid #e1e1e1;
    padding: 40px 40px 0;
    position: relative;
    transition: .5s;
    z-index: 0;
    height: 100%
}


.our_services .service-box:before {
    content: "";
    width: 100%;
    height: 90%;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-color: var(--Color);
    /*    background-image: url(../images/home/shabe.png);*/
    background-image: url(../images/services/20201031_124425.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.our_services .service-box:after {
    content: "";
    width: 100%;
    height: 90%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
    transition: .5s
}

.our_services .service-box h5 {
    line-height: 2;
    color: var(--mainColor);
    font-size: 25px;
    font-weight: bold;
}

.our_services .service-box p {
    line-height: 2;
    margin-bottom: 30px;
    margin-top: 7px;
    color: var(--mainColor);
    font-size: 17px;
}

.our_services .service-box img {
    height: 60px;
    margin-bottom: 20px;
    transition: .5s
}

.our_services .service-box:hover h5,
.our_services .service-box:hover p {
    color: #fff;
}

.our_services .service-box:hover img {
    filter: invert(1);
}

.our_services .service-box:hover:before {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.our_services .service-box:hover:after {
    background-color: #000;
    height: 100%;
    opacity: .6;
}

/*  our_client */
.our_client {
    background-color: #f4f7f9;
    padding: 75px 0 50px;
    overflow: hidden;
    background-image: url(../images/home/staff-bg.jpg);
    background-attachment: fixed;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
}

.our_client p {
    max-width: 700px;
    margin: auto;
    text-align: center;
    margin-bottom: 35px !important;
}

.our_client_page .item {
    aspect-ratio: 1;
    max-width: 230px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 2px;
    overflow: visible
}

.our_client_page .item h3 {
    background-color: #eee;
    text-align: center;
    margin: 0;
    font-size: 18px;
    padding: 12px 0;
    color: #000;
    transition: .5s;
}

.our_client_page .Clients-item .item:hover {
    border-radius: 2px;
    border-color: #eee;
}

.our_client_page .Clients-item .item:hover h3 {
    background-color: var(--Color);
}

/*  banner */
.banner {
    background-image: url(../images/about/bg-5.jpg);
    background-position: center;
    background-size: cover;
    height: 335px;
    position: relative;
    z-index: 0;
    transform: rotateY(180deg);
}

.banner:after {
    content: "";
    background-color: #000;
    opacity: .65;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.banner:before {
    content: "";
    background-image: url(../images/home/scale-top.png);
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
}

.banner h3 {
    padding-top: 175px;
    text-align: right;
    color: #fff;
    font-weight: bold;
    font-size: 45px;
    transform: rotateY(180deg);
    width: 100%
}

/*  Certificates  */
.Certificates img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: top;
}

.Certificates .Certificates_div {
    border: 1px solid #e1e1e1;
    padding: 30px;
    position: relative;
    transition: .5s;
    z-index: 0
}

.Certificates .Certificates_div:hover {
    background-color: var(--Color);
    border-color: var(--Color);
}

.Certificates .Certificates_div span {
    background-color: var(--mainColor);
    font-size: 33px;
    width: 55px;
    height: 55px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.Certificates .Certificates_div h4 {
    font-size: 27px;
    margin-top: 35px;
    margin-bottom: 0;
    letter-spacing: 2px;
    line-height: 38px;
    color: var(--mainColor)
}

.Certificates .Certificates_div:before {
    content: "";
    width: 100%;
    height: 90%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--Color);
    background-image: url(../images/home/shabe.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: -1
}

.Certificates .Certificates_div:hover:before {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

/*  about_page  */

.about_page.overview .image_about img {
    height: 450px !important;
}

.accordion_page .card {
    border-color: #eee
}

.accordion_page .card .btn {
    width: 100%;
    text-align: right;
    padding: 16px 20px;
    font-size: 16px;
    position: relative;
    box-shadow: none;
    font-weight: bold;
    color: var(--Color);
    border-radius: 0;
    background-color: #f5f5f5;
}

.accordion_page .card .btn.collapsed {
    color: var(---mainColor);
}

.accordion_page .card .btn:after {
    content: "\f068";
    font-size: 14px;
    background-color: var(--Color);
    position: absolute;
    left: 21px;
    color: #000 !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 2px 8px;
    border-radius: 2px;
}

.accordion_page .card .btn.collapsed:after {
    content: "\f067" !important;
}

.accordion_page .card .card-body {
    font-size: 15px;
    text-align: justify;
    color: #555;
}

.accordion_page .card .card-body ul {
    padding-right: 20px
}

.accordion_page .card .card-body ul li {
    margin-bottom: 8px;
    font-size: 15px;
    text-align: justify;
}

.our_goal_image img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
}

.our_goal_image .card_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first {
    position: relative;
    z-index: 0
}

.first:after {
    content: "";
    background-color: #000;
    opacity: .5;
    z-index: -1
}

.first .mask {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 5s;
    animation-duration: 2s;
}

.first h3 {
    color: var(--Color);
    font-size: 65px;
    text-align: right;
    margin-top: 200px;
}

.first p {
    color: #fff;
    font-size: 20px;
    text-align: right;
    margin-top: 30px;
    padding-right: 7px;
    width: 500px;
}

@media(max-width:768px) {
    .our_goal_image img {
        height: auto !important;
    }
}

/*   contact us   */

.contact_us .contact_info h4 {
    font-size: 23px;
    color: var(--mainColor);
    margin-bottom: 20px !important;
    margin-top: 6px;
}

.contact_us .contact_info .address_box {
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    box-shadow: -1px 1px 3px #d7d7d7;
    margin-bottom: 15px
}

.contact_us .contact_info h5 {
    margin-bottom: 12px;
    font-size: 17px;
}

.contact_us .contact_info h5 i {
    font-size: 16px;
    color: var(--Color);
    width: 17px;
    margin-top: 7px;
    text-align: center;
    margin-left: 15px;
}

.contact_us .contact_info a {
    font-size: 16px;
    color: var(--mainColor);
}

.form-group .form-control {
    font-size: 15px;
    box-shadow: none;
    outline: none
}

.form-group label {
    font-size: 13px;
}

/* our_Certificates */

.our_Certificates .item img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 5px;
    border-style: solid;
    border-width: 10px;
    border-top-color: #444;
    border-left-color: #000;
    border-bottom-color: #444;
    border-right-color: #000;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, .6);

}

.our_Certificates .item {
    width: 100% !important;
    height: 385px;
    border: 0 !important;
    max-width: 350px !important
}


/* project_details */
.project_details .slider_project img {
    width: 100%;
    height: 490px;
    object-fit: cover;
    border: 1px solid #eee;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.project_details h5 {
    color: var(--Color);
    font-size: 17px;
    font-weight: bold;

}

.project_details .owl-carousel .carousel-indicators {
    bottom: -35px;
}

.project_details p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 0;
}

@media(max-width:992px) {
    .project_details .text {
        margin-top: 70px !important;
    }
}

/** Loader **/

#pageloader {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
    width: 3%;
}

.Clients-item .item .size {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    background-color: #fff;
    padding: 8px;
}

.phone_formate {
    direction: ltr;
    text-align: right;
}


/* certification */

.gallery-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gallery-container ul li img {
    display: block;
    height: auto;
    max-width: 100%;
    padding: 2px;
}

.gallery-container ul.masonry-gallery {
    columns: 16rem;
    column-gap: 20px;
}

.gallery-container ul.masonry-gallery li {
    break-inside: avoid;
    margin: 0 0 20px;
    background: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #d7d7d7;
    position: relative;
}
.gallery-container ul.masonry-gallery li .text_hover{
    position: absolute;
    text-align: center;
    padding: 10px;
    width: 100%;
    top: 50%;
    right: 50%;
    opacity: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: #fff;
    font-size: 23px;
    background: rgb(47 70 156 / 75%);
}
.gallery-container ul.masonry-gallery li:hover .text_hover {
    top: 50%;
    right: 50%;
    opacity: 1;
}
.gallery-container ul.masonry-gallery li .content-overlay {
    background: rgb(47 70 156 / 75%);
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.gallery-container ul.masonry-gallery li:hover .content-overlay {
    opacity: 1;
}

.Clients-item .text_hover{
    position: absolute;
    text-align: center;
    padding: 10px;
    width: 100%;
    top: 50%;
    right: 50%;
    opacity: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: #fff;
    font-size: 23px;
    background: rgb(47 70 156 / 75%);
}
.Clients-item a:hover .text_hover {
    top: 50%;
    right: 50%;
    opacity: 1;
}


.counter_sec .counter:after{
    content: "الف";
    font-size: 30px;
    padding: 7px;
}