﻿
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@charset "utf-8";

@font-face {
    font-family: Droid Arabic Kufi;
    src: url(../fonts/DroidKufi-Regular.ttf);
}

@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

body {
    font-family: 'Droid Arabic Kufi', sans-serif !important;
    color: #444444;
}

a {
    color: #ff0000;
    text-decoration: none;
}

    a:hover {
        color: #3b8af2;
        text-decoration: none;
    }

p {
    text-align: justify;
}
/*h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}*/

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #ff0000;
        border-top-color: #e2eefd;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #ff0000;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #fb3232;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #ffffff;
    height: 170px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
}

    #topbar .contact-info i {
        font-style: normal;
        color: #fff;
    }

        #topbar .contact-info i a, #topbar .contact-info i span {
            padding-left: 5px;
            color: #fff;
        }

        #topbar .contact-info i a {
            line-height: 0;
            transition: 0.3s;
            transition: 0.3s;
        }

            #topbar .contact-info i a:hover {
                color: #fff;
                text-decoration: underline;
            }

    #topbar .social-links a {
        color: #c70303;
        line-height: 0;
        transition: 0.3s;
        margin-left: 175px;
        font-weight: 600;
        text-shadow: 4px 4px 4px #939393;
        font-size: 3rem;
        font-weight: 600;
    }

        #topbar .social-links a:hover {
            color: #b90202;
        }

@media screen and (max-width: 768px) {
    #topbar .social-links a {
        text-shadow: 1px 3px 3px #939393;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    height: 75px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid #ffe7e7;
}


#logo-img.fixed-top-img {
    width: 80px;
}

#header .logo {
    font-size: 23px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    position: absolute;
}



#topbar .logo-img {
    width: 160px;
    /* left: 100px; */
    position: relative;
    /*left: 5px;*/
}

#header .logo a {
    color: #222222;
    margin-right: 55px;
    font-size: 2rem;
}

    #header .logo a span {
        color: #ff0000;
    }

#header .logo img {
    max-height: 40px;
}

.scrolled-offset {
    margin-top: 70px;
}

#header.fixed-top {
    height: 90px;
}

.fixed-top .logo-img {
    width: 20% !important;
}

.fixed-top .logo a {
    font-size: 1.7rem !important;
}

.fixed-top .navbar {
    /*margin-top: 25px;*/
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    /*padding-right: 35px;*/
    /*margin-top: 60px;*/
    /*margin-right: 140px;*/
    padding-bottom: 0;
    padding-top: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar > ul > li {
        white-space: nowrap;
        padding: 10px 10px 5px 15px;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3px;
        font-size: 17px;
        font-weight: 600;
        color: #222222;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
    }

        .navbar a i, .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

    .navbar > ul > li > a:before {
        content: none;
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 30px;
        left: 0;
        background-color: #ff0000;
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
        visibility: visible;
        width: 100%;
    }

    .navbar a:hover {
        color: #ff0000;
    }

    .navbar .active {
        color: #fff;
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        /*left: 28px;*/
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 1px 5px 1px;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border: 1px solid #e5e5e5;
    }

        .navbar .dropdown ul li {
            min-width: initial;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px 10px 35px;
            font-weight: 400;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                color: #ff0000;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 150%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        right: 226px;
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: -101%;
        visibility: visible;
    }

.dropdown-item.active, .dropdown-item:active {
    background-color: #cd0000;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #222222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }

    .navbar {
        padding: 0;
        /*margin-top: 60px;*/
        margin-right: auto;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a, .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #222222;
    }

    .navbar-mobile > ul > li {
        padding: 0;
    }

    .navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
        visibility: hidden;
    }

    .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
        color: #fff;
    }

    .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: #ff0000;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#main {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

    #main .carousel-item {
        width: 100%;
        height: 80vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-position: center center;
    }

        #main .carousel-item .btn-get-started {
            margin-top: 5px;
        }

        #main .carousel-item img {
            height: 100%;
        }

        #main .carousel-item::before {
            content: "";
            background: rgba(0, 0, 0, 0.3);
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }

    #main .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        padding-bottom: 120px;
    }

    #main .carousel-content {
        text-align: center;
    }

    #main h2 {
        color: white;
        margin-bottom: 30px;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.5;
    }

        #main h2 span {
            color: #f9a200;
        }

    #main p {
        /*width: 80%;*/
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        margin: 0 auto 20px auto;
        color: white;
        font-size: 1.2rem;
    }

    #main .carousel-inner .carousel-item {
        transition-property: opacity;
        background-position: center top;
    }

.carousel-indicators {
    margin-bottom: 4rem;
}

.carousel-caption {
    bottom: 31px;
    left: 55rem;
    right: -54px;
    width: 900px;
}

#main .carousel-inner .carousel-item,
#main .carousel-inner .active.carousel-item-start,
#main .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#main .carousel-inner .active,
#main .carousel-inner .carousel-item-next.carousel-item-start,
#main .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

    #main .carousel-inner .carousel-item-next,
    #main .carousel-inner .carousel-item-prev,
    #main .carousel-inner .active.carousel-item-start,
    #main .carousel-inner .active.carousel-item-end {
        left: 0;
        transform: translate3d(0, 0, 0);
    }

#main .carousel-control-prev, #main .carousel-control-next {
    width: 10%;
    font-size: 50px;
    font-weight: 600;
}

#main .carousel-control-next-icon, #main .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 2;
    width: auto;
    height: auto;
    color: white;
}

.carousel-indicators [data-bs-target] {
    width: 15px !important;
}

#main .carousel-indicators li {
    cursor: pointer;
    background: #f0393a;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin-bottom: 180px;
    opacity: 0.2;
}

    #main .carousel-indicators li.active {
        opacity: 1;
    }

#main .btn-get-started, #aboutus .btn-get-started, #projects .btn-get-started {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #ff0000;
    background: #ff0000;
    margin-top: 40px;
}

    #main .btn-get-started:hover, #aboutus .btn-get-started:hover {
        background: transparent;
        color: white;
        text-decoration: none;
    }

    #aboutus .btn-get-started:hover {
        color: #ff0000;
    }

#main .carousel-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 60px;
    top: 70px;
    left: 55px;
    right: 55px;
}

#main .carousel-content {
    background: rgba(4, 4, 4, 0.7);
    padding: 40px 50px 30px 50px;
    color: #fff;
    border: 1px solid #fff;
}

    #main .carousel-content h2 {
        color: #ff0000;
        margin-bottom: 20px;
        font-size: 1.6rem;
        font-weight: 700;
    }
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f6f9fe;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 2rem;
        font-weight: 700;
        padding: 8px 20px;
        margin: 0;
        /*background: #e7f1fd;*/
        color: #ff0000;
        display: inline-block;
        text-transform: uppercase;
        border-radius: 50px;
    }

    .section-title h3 {
        margin: 15px 0 0 0;
        font-size: 32px;
        font-weight: 700;
    }

        .section-title h3 span {
            color: #ff0000;
        }

    .section-title p {
        margin: 15px auto 0 auto;
        font-weight: 600;
    }

@media (min-width: 1024px) {
    .section-title p {
        width: 50%;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0;
    background-color: #f1f6fe;
    min-height: 40px;
}

    .breadcrumbs h2 {
        font-size: 24px;
        font-weight: 300;
        margin: 0;
    }

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

    .breadcrumbs ol li + li {
        padding-left: 10px;
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            padding-right: 10px;
            color: #6c757d;
            content: "/";
        }

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

        .breadcrumbs ol li {
            display: inline-block;
        }
}

@media (max-width: 768px) {

    #main .carousel-container {
        left: 0;
        right: 0;
    }

    #main .carousel-content h2 {
        font-size: 1rem;
    }

    #header .logo {
        font-size: 17px;
    }

    #topbar .social-links a {
        margin-left: 0;
        font-size: 25px;
    }
}
/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

    .featured-services .icon-box::before {
        content: "";
        position: absolute;
        background: #cbe0fb;
        right: 0;
        left: 0;
        bottom: 0;
        top: 100%;
        transition: all 0.3s;
        z-index: -1;
    }

    .featured-services .icon-box:hover::before {
        background: #ff0000;
        top: 0;
        border-radius: 0px;
    }

.featured-services .icon {
    margin-bottom: 15px;
}

    .featured-services .icon i {
        font-size: 48px;
        line-height: 1;
        color: #ff0000;
        transition: all 0.3s ease-in-out;
    }

.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

    .featured-services .title a {
        color: #111;
    }

.featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
    color: #fff;
}

.featured-services .icon-box:hover .icon i {
    color: #fff;
}

/*--------------------------------------------------------------
    
/*	aboutus*/
.aboutus {
    padding: 40px 0;
    background-color: #fafafa;
}

    .aboutus .img-responsive {
        width: 70%;
    }

@media (max-width: 768px) {

    .aboutus .img-responsive {
        width: 100%;
    }
}

.aboutus ul {
    padding-right: 12px;
}

.aboutus .margin-top {
    /*margin-top: 50px*/
}

.aboutus .single-content {
    display: inline-block;
    margin-bottom: 0;
}

    .aboutus .single-content:hover i {
        color: #01bf86;
        background-color: transparent;
        border-color: #01bf86;
        border-radius: 50%;
    }

    .aboutus .single-content i {
        background-color: #01bf86;
        border: 1px solid transparent;
        border-radius: 50%;
        color: #fff;
        font-size: 15px;
        height: 40px;
        margin-bottom: 5px;
        margin-bottom: 5px;
        margin-right: 10px;
        padding-top: 12px;
        text-align: center;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        width: 40px;
    }

    .aboutus .single-content > .pull-right {
        padding-left: 20px;
    }


    .aboutus .single-content h3 {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 0;
        line-height: 1.5;
    }

    .aboutus .single-content p, .aboutus .single-content ul {
        line-height: 1.5;
        margin-bottom: 10px;
        font-size: 1rem;
        margin-right: 20px;
        line-height: 2;
    }
/*--------------------------------------------------------------

/*	Services*/
.item_title {
    margin: 20px;
    font-size: 1rem;
    text-align: center;
    line-height: 0.5;
}

.Services {
    padding: 40px 0;
    background-color: #fafafa;
}

    .Services .img-responsive {
        width: 70%;
    }

    .Services ul li {
        line-height: 2;
    }

@media (max-width: 768px) {

    .Services .img-responsive {
        display:none;
    }

    .Services {
        text-align: center;
        padding: 10px 0;
    }
}

.Services ul {
    padding-right: 12px;
}

.Services .margin-top {
    /*margin-top: 50px*/
}

.Services .single-content {
    display: inline-block;
    margin-bottom: 0;
}

    .Services .single-content:hover i {
        color: #01bf86;
        background-color: transparent;
        border-color: #01bf86;
        border-radius: 50%;
    }

    .Services .single-content i {
        background-color: #01bf86;
        border: 1px solid transparent;
        border-radius: 50%;
        color: #fff;
        font-size: 15px;
        height: 40px;
        margin-bottom: 5px;
        margin-bottom: 5px;
        margin-right: 10px;
        padding-top: 12px;
        text-align: center;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        width: 40px;
    }

    .Services .single-content > .pull-right {
        padding-left: 20px;
    }


    .Services .single-content h3 {
        font-size: 1.3rem;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .Services .single-content p, .Services .single-content ul {
        line-height: 1.5;
        margin-bottom: 30px;
        font-size: 1.1rem;
        margin-right: 20px;
    }



.heading-primary {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    background-image: linear-gradient(to right, #ff0000, #ff0000);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: all .2s;
    position: absolute;
    top: 40%;
    right: 80px;
}

.heading-secondary {
    color: #ff0000;
    font-weight: 600;
    font-size: 2rem;
}

    .heading-secondary::after {
        content: "";
        display: block;
        width: 25%;
        height: 2px;
        background-color: #ff0000;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 20px;
    }

.heading-secondary--white {
    color: #fff;
}

    .heading-secondary--white::after {
        background-color: #fff;
        margin: 0;
        width: 10%;
        margin-top: 10px;
    }

.text-sm {
    font-size: 1.6rem;
    color: #777;
    text-align: justify;
}

.heading-font-sm {
    font-size: 1.7rem;
}

.heading-title {
    font-size: 1.5rem;
    background-image: linear-gradient(to right, #000, #000000);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
}

    .heading-title::after {
        margin: auto;
        content: "";
        display: block;
        width: 5%;
        height: 2px;
        background-color: #ff0000;
        margin-top: 10px;
        outline-style: solid;
        border-left: 40px solid #ff0000;
        border-right: 40px solid #ff0000;
    }

    .heading-title span {
        color: #ff0000;
    }

.heading-title-sm {
    font-size: 2rem;
    color: #000;
    font-weight: 700;
}

    .heading-title-sm::after {
        content: "";
        display: block;
        width: 5%;
        height: 2px;
        background-color: #ff0000;
        margin-top: 10px;
        margin-bottom: 20px;
        transition: all .6s ease-in-out;
    }

.paragraph {
    font-size: 1.7rem;
}

.paragraph-sm {
    font-size: 1.5rem;
    /*text-align: justify;*/
}

.paragraph-page {
    font-size: 1.7rem;
    text-align: justify;
}

    .paragraph-page i {
        color: #ff0000;
        margin-left: 3px;
    }

.heading-title::after {
    content: "";
    margin: auto;
    display: block;
    width: 50px;
    height: 2px;
    background-color: #ff0000;
    margin-top: 10px;
    margin-bottom: 20px;
    outline-style: solid;
    border-left: 40px solid #ff0000;
    border-right: 40px solid #ff0000;
    text-align: center;
}


.heading-page-title {
    font-size: 2.6rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

    .heading-page-title::after {
        margin: auto;
        content: "";
        display: block;
        width: 80px;
        height: 2px;
        background-color: #ff0000;
        margin-top: 10px;
        margin-bottom: 20px;
    }

/*///////////////////////////*/
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 35px;
    }

        .about .content ul li:first-child {
            margin-top: 35px;
        }

    .about .content ul i {
        background: #fff;
        box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
        font-size: 24px;
        padding: 20px;
        margin-right: 15px;
        color: #ff0000;
        border-radius: 50px;
    }

    .about .content ul h5 {
        font-size: 18px;
        color: #555555;
    }

    .about .content ul p {
        font-size: 15px;
    }

.about .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Leader
--------------------------------------------------------------*/

.leader {
    padding: 40px 0;
    background-color: #f6f8ff;
}

    .leader .img-responsive {
        width: 70%;
        height: 350px;
        border: 1px solid #10215e;
        border-radius: 50px 20px;
    }

    .leader ul {
        padding-right: 12px;
    }

    .leader .margin-top {
        /*margin-top: 50px*/
    }

    .leader .single-content {
        display: inline-block;
        margin-bottom: 0;
    }

        .leader .single-content:hover i {
            color: #01bf86;
            background-color: transparent;
            border-color: #01bf86;
            border-radius: 50%;
        }

        .leader .single-content i {
            background-color: #01bf86;
            border: 1px solid transparent;
            border-radius: 50%;
            color: #fff;
            font-size: 15px;
            height: 40px;
            margin-bottom: 5px;
            margin-bottom: 5px;
            margin-right: 10px;
            padding-top: 12px;
            text-align: center;
            -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
            width: 40px;
        }

        .leader .single-content > .pull-right {
            padding-left: 20px;
        }


        .leader .single-content h3 {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 15px;
            margin-top: 0;
        }

        .leader .single-content p, .leader .single-content ul {
            line-height: 1.5;
            margin-bottom: 30px;
            font-size: 1rem;
            margin-right: 20px;
        }

@media (max-width: 768px) {

    .leader .img-responsive {
        width: 100%;
    }

    #header .logo a {
        font-size: 1.3rem;
        margin-right: 40px;
    }
}
/*--------------------------------------------------------------
/*--------------------------------------------------------------
# Terms
--------------------------------------------------------------*/

.Terms {
    padding: 40px 0;
    background-color: #f6f8ff;
}

    .Terms .img-responsive {
        width: 70%;
        height: 350px;
        border: 1px solid #10215e;
    }

    .Terms ul {
        padding-right: 12px;
    }

        .Terms ul li {
            margin-bottom: 15px;
        }

    .Terms .margin-top {
        /*margin-top: 50px*/
    }

    .Terms .single-content {
        display: inline-block;
        margin-bottom: 0;
    }

        .Terms .single-content:hover i {
            color: #01bf86;
            background-color: transparent;
            border-color: #01bf86;
            border-radius: 50%;
        }

        .Terms .single-content i {
            background-color: #01bf86;
            border: 1px solid transparent;
            border-radius: 50%;
            color: #fff;
            font-size: 15px;
            height: 40px;
            margin-bottom: 5px;
            margin-bottom: 5px;
            margin-right: 10px;
            padding-top: 12px;
            text-align: center;
            -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
            width: 40px;
        }

        .Terms .single-content > .pull-right {
            padding-left: 20px;
        }


        .Terms .single-content h3 {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 15px;
            margin-top: 0;
        }

        .Terms .single-content p, .Terms .single-content ul {
            line-height: 1.5;
            margin-bottom: 30px;
            font-size: 1.1rem;
            margin-right: 20px;
        }

@media (max-width: 768px) {

    .Terms .img-responsive {
        width: 100%;
    }
}
/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
}

    .skills .progress .skill {
        padding: 0;
        margin: 0 0 6px 0;
        text-transform: uppercase;
        display: block;
        font-weight: 600;
        color: #222222;
    }

        .skills .progress .skill .val {
            float: right;
            font-style: normal;
        }

.skills .progress-bar-wrap {
    background: #e2eefd;
    height: 10px;
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #ff0000;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding: 70px 0 60px;
}

    .counts .count-box {
        padding: 30px 30px 25px 30px;
        width: 100%;
        position: relative;
        text-align: center;
        background: #f1f6fe;
    }

        .counts .count-box i {
            position: absolute;
            top: -28px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 24px;
            background: #ff0000;
            color: #fff;
            width: 56px;
            height: 56px;
            line-height: 0;
            border-radius: 50px;
            border: 5px solid #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .counts .count-box span {
            font-size: 36px;
            display: block;
            font-weight: 600;
            color: #062b5b;
        }

        .counts .count-box p {
            padding: 0;
            margin: 0;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
        }

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding: 15px 0;
    text-align: center;
}

    .clients img {
        max-width: 45%;
        transition: all 0.4s ease-in-out;
        display: inline-block;
        padding: 15px 0;
    }

        .clients img:hover {
            transform: scale(1.15);
        }

@media (max-width: 768px) {
    .clients img {
        max-width: 40%;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    border: 1px solid #e2eefd;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
}

    .services .icon-box .icon {
        margin: 0 auto;
        width: 64px;
        height: 64px;
        background: #f1f6fe;
        border-radius: 4px;
        border: 1px solid #deebfd;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transition: ease-in-out 0.3s;
    }

        .services .icon-box .icon i {
            color: #3b8af2;
            font-size: 28px;
            transition: ease-in-out 0.3s;
        }

    .services .icon-box h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 24px;
    }

        .services .icon-box h4 a {
            color: #222222;
            transition: ease-in-out 0.3s;
        }

    .services .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .services .icon-box:hover {
        border-color: #fff;
        box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
    }

        .services .icon-box:hover h4 a, .services .icon-box:hover .icon i {
            color: #ff0000;
        }

        .services .icon-box:hover .icon {
            border-color: #ff0000;
        }

/*--------------------------------------------------------------
# partners
--------------------------------------------------------------*/
.partners {
    padding: 40px 0;
    /*background: url("../img/poster.png") no-repeat;*/
    /*background-position: center center;*/
    /*background-size: cover;*/
    /*position: relative;*/
}



    .partners .heading-title span {
        /*color: #fff !important;*/
    }

    /*.partners .heading-title::after {
            content: "";
        }*/

    .partners::before {
        /*content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);*/
    }

    .partners .section-header {
        margin-bottom: 40px;
    }

    .partners .partners-carousel, .partners .partners-slider {
        overflow: hidden;
    }

    .partners .project-item {
        text-align: center;
        color: #fff;
    }

        .partners .project-item .project-img {
            width: 300px;
            /*border-radius: 50%;*/
            height: 250px;
            /*border: 6px solid rgba(255, 255, 255, 0.15);*/
            border: 0px solid #858585;
            margin: 0 auto;
        }

        .partners .project-item h3 {
            font-size: 20px;
            font-weight: bold;
            margin: 50px 0 5px 0;
            color: #fff;
        }

        .partners .project-item h4 {
            font-size: 14px;
            color: #ddd;
            margin: 0 0 15px 0;
        }

        .partners .project-item .quote-icon-left, .partners .project-item .quote-icon-right {
            color: rgba(255, 255, 255, 0.4);
            font-size: 26px;
        }

        .partners .project-item .quote-icon-left {
            display: inline-block;
            left: -5px;
            position: relative;
        }

        .partners .project-item .quote-icon-right {
            display: inline-block;
            right: -5px;
            position: relative;
            top: 10px;
        }

        .partners .project-item p {
            font-style: italic;
            margin: 0 auto 15px auto;
            color: #eee;
        }

    .partners .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .partners .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: rgba(255, 255, 255, 0.5);
            opacity: 1;
        }

        .partners .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #ff0000;
        }

@media (min-width: 992px) {
    .partners .project-item p {
        width: 80%;
    }
}


/*--------------------------------------------------------------
# projects
--------------------------------------------------------------*/
.projects {
    padding: 40px 0;
    background: url("../img/poster.png") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

    .projects .heading-title {
        color: #fff !important;
    }

        .projects .heading-title span {
            /*color: #fff !important;*/
        }

        .projects .heading-title::after {
            content: none;
        }

    .projects::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
    }

    .projects .section-header {
        margin-bottom: 40px;
    }

    .projects .projects-carousel, .projects .projects-slider {
        overflow: hidden;
    }

    .projects .project-item {
        text-align: center;
        color: #fff;
    }

        .projects .project-item .project-img {
            width: 300px;
            /*border-radius: 50%;*/
            height: 250px;
            /*border: 6px solid rgba(255, 255, 255, 0.15);*/
            border: 0px solid #858585;
            margin: 0 auto;
        }

        .projects .project-item h3 {
            font-size: 20px;
            font-weight: bold;
            margin: 50px 0 5px 0;
            color: #fff;
        }

        .projects .project-item h4 {
            font-size: 14px;
            color: #ddd;
            margin: 0 0 15px 0;
        }

        .projects .project-item .quote-icon-left, .projects .project-item .quote-icon-right {
            color: rgba(255, 255, 255, 0.4);
            font-size: 26px;
        }

        .projects .project-item .quote-icon-left {
            display: inline-block;
            left: -5px;
            position: relative;
        }

        .projects .project-item .quote-icon-right {
            display: inline-block;
            right: -5px;
            position: relative;
            top: 10px;
        }

        .projects .project-item p {
            font-style: italic;
            margin: 0 auto 15px auto;
            color: #eee;
        }

    .projects .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .projects .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: rgba(255, 255, 255, 0.5);
            opacity: 1;
        }

        .projects .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #ff0000;
        }

@media (min-width: 992px) {
    .projects .project-item p {
        width: 80%;
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 15px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px 8px 15px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #444444;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            color: #ff0000;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

    .portfolio .portfolio-item .portfolio-info {
        opacity: 0;
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        background: rgba(255, 255, 255, 0.9);
        padding: 15px;
    }

        .portfolio .portfolio-item .portfolio-info h4 {
            font-size: 18px;
            color: #fff;
            font-weight: 600;
            color: #222222;
        }

        .portfolio .portfolio-item .portfolio-info p {
            color: #555555;
            font-size: 14px;
            margin-bottom: 0;
        }

        .portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
            position: absolute;
            right: 40px;
            font-size: 24px;
            top: calc(50% - 18px);
            color: #3c3c3c;
        }

            .portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
                color: #ff0000;
            }

        .portfolio .portfolio-item .portfolio-info .details-link {
            right: 10px;
        }

    .portfolio .portfolio-item .portfolio-links {
        opacity: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
        position: absolute;
        transition: all ease-in-out 0.3s;
    }

        .portfolio .portfolio-item .portfolio-links a {
            color: #fff;
            margin: 0 2px;
            font-size: 28px;
            display: inline-block;
            transition: 0.3s;
        }

            .portfolio .portfolio-item .portfolio-links a:hover {
                color: #6ba7f5;
            }

    .portfolio .portfolio-item:hover .portfolio-info {
        opacity: 1;
        bottom: 20px;
    }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #ff0000;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #ff0000;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    padding: 60px 0;
}

    .team .member {
        margin-bottom: 20px;
        overflow: hidden;
        border-radius: 4px;
        background: #fff;
        box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
    }

        .team .member .member-img {
            position: relative;
            overflow: hidden;
        }

        .team .member .social {
            position: absolute;
            left: 0;
            bottom: 30px;
            right: 0;
            opacity: 0;
            transition: ease-in-out 0.3s;
            text-align: center;
        }

            .team .member .social a {
                transition: color 0.3s;
                color: #222222;
                margin: 0 3px;
                padding-top: 7px;
                border-radius: 4px;
                width: 36px;
                height: 36px;
                background: rgba(16, 110, 234, 0.8);
                display: inline-block;
                transition: ease-in-out 0.3s;
                color: #fff;
            }

                .team .member .social a:hover {
                    background: #3b8af2;
                }

            .team .member .social i {
                font-size: 18px;
            }

        .team .member .member-info {
            padding: 25px 15px;
        }

            .team .member .member-info h4 {
                font-weight: 700;
                margin-bottom: 5px;
                font-size: 18px;
                color: #222222;
            }

            .team .member .member-info span {
                display: block;
                font-size: 13px;
                font-weight: 400;
                color: #aaaaaa;
            }

            .team .member .member-info p {
                font-style: italic;
                font-size: 14px;
                line-height: 26px;
                color: #777777;
            }

        .team .member:hover .social {
            opacity: 1;
            bottom: 15px;
        }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

    .pricing .box h3 {
        font-weight: 400;
        margin: -20px -20px 20px -20px;
        padding: 20px 15px;
        font-size: 16px;
        font-weight: 600;
        color: #777777;
        background: #f8f8f8;
    }

    .pricing .box h4 {
        font-size: 36px;
        color: #ff0000;
        font-weight: 600;
        margin-bottom: 20px;
    }

        .pricing .box h4 sup {
            font-size: 20px;
            top: -15px;
            left: -3px;
        }

        .pricing .box h4 span {
            color: #bababa;
            font-size: 16px;
            font-weight: 300;
        }

    .pricing .box ul {
        padding: 0;
        list-style: none;
        color: #444444;
        text-align: center;
        line-height: 20px;
        font-size: 14px;
    }

        .pricing .box ul li {
            padding-bottom: 16px;
        }

        .pricing .box ul i {
            color: #ff0000;
            font-size: 18px;
            padding-right: 4px;
        }

        .pricing .box ul .na {
            color: #ccc;
            text-decoration: line-through;
        }

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .btn-buy {
    background: #ff0000;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

    .pricing .btn-buy:hover {
        background: #3b8af2;
    }

.pricing .featured h3 {
    color: #fff;
    background: #ff0000;
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #ff0000;
    color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked accors
--------------------------------------------------------------*/
.Serv {
    padding: 60px 0;
}

    .Serv .Serv-list {
        padding: 0;
        list-style: none;
    }

        .Serv .Serv-list li {
            border-bottom: 1px solid #d4d5f9;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }

        .Serv .Serv-list .accor {
            display: block;
            position: relative;
            font-family: #ff0000;
            font-size: 18px;
            line-height: 24px;
            font-weight: 400;
            padding-left: 25px;
            cursor: pointer;
            color: #ff0000;
            transition: 0.3s;
            font-weight: 600;
        }

        .Serv .Serv-list i {
            font-size: 22px;
            position: absolute;
            left: 0;
            top: -2px;
            font-weight: 600;
        }

        .Serv .Serv-list p {
            margin-bottom: 0;
            padding: 10px 0 0 25px;
            line-height: 2;
        }

        .Serv .Serv-list .icon-show {
            display: none;
        }

        .Serv .Serv-list .collapsed {
            color: black;
            font-weight: 600;
        }

            .Serv .Serv-list .collapsed:hover {
                color: #f0393a;
            }

            .Serv .Serv-list .collapsed .icon-show {
                display: inline-block;
                transition: 0.6s;
            }

            .Serv .Serv-list .collapsed .icon-close {
                display: none;
                transition: 0.6s;
            }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    background-color: #e3e3e3;
}

    .contact .info-box {
        color: #444444;
        text-align: center;
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
        padding: 20px 0 30px 0;
        background: #ffffff;
        box-shadow: 0 13px 13px rgba(0, 0, 0, .13);
    }

        .contact .info-box i {
            font-size: 32px;
            color: #ff0000;
            border-radius: 50%;
            padding: 8px;
            border: 2px dotted #b3d1fa;
        }

        .contact .info-box h3 {
            font-size: 20px;
            color: #777777;
            font-weight: 700;
            margin: 10px 0;
        }

        .contact .info-box p {
            padding: 0;
            line-height: 24px;
            font-size: 14px;
            margin-bottom: 0;
        }

    .contact .php-email-form {
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
        padding: 30px;
    }

        .contact .php-email-form .error-message {
            display: none;
            color: #fff;
            background: #ed3c0d;
            text-align: left;
            padding: 15px;
            font-weight: 600;
        }

            .contact .php-email-form .error-message br + br {
                margin-top: 25px;
            }

        .contact .php-email-form .sent-message {
            display: none;
            color: #fff;
            background: #18d26e;
            text-align: center;
            padding: 15px;
            font-weight: 600;
        }

        .contact .php-email-form .loading {
            display: none;
            background: #fff;
            text-align: center;
            padding: 15px;
        }

            .contact .php-email-form .loading:before {
                content: "";
                display: inline-block;
                border-radius: 50%;
                width: 24px;
                height: 24px;
                margin: 0 10px -6px 0;
                border: 3px solid #18d26e;
                border-top-color: #eee;
                -webkit-animation: animate-loading 1s linear infinite;
                animation: animate-loading 1s linear infinite;
            }

        .contact .php-email-form .form-group {
            margin-bottom: 20px;
        }

        .contact .php-email-form input, .contact .php-email-form textarea {
            border-radius: 0;
            box-shadow: none;
            font-size: 14px;
        }

            .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
                border-color: #ff0000;
            }

        .contact .php-email-form input {
            padding: 10px 15px;
        }

        .contact .php-email-form textarea {
            padding: 12px 15px;
        }

        .contact .php-email-form button[type=submit] {
            background: #ff0000;
            border: 0;
            padding: 10px 30px;
            color: #fff;
            transition: 0.4s;
            border-radius: 4px;
        }

            .contact .php-email-form button[type=submit]:hover {
                background: #3b8af2;
            }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #081805;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

    #footer .footer-newsletter {
        padding: 40px 0;
        background: #404040;
    }

        #footer .footer-newsletter h4 {
            font-size: 24px;
            margin: 0 0 20px 0;
            padding: 0;
            line-height: 1;
            font-weight: 600;
        }

        #footer .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 50px;
        }

            #footer .footer-newsletter form input[type=email] {
                border: 0;
                padding: 8px;
                width: calc(100% - 140px);
            }

            #footer .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 30px;
                margin: 3px;
                background: #f0393a;
                color: #fff;
                transition: 0.3s;
                border-radius: 50px;
            }

    #footer .card {
        background-color: #3b3b3b;
        border: none;
        cursor: pointer;
    }

    #footer .footer-newsletter form input[type=submit]:hover {
        background: #e6573f;
    }

    #footer .footer-top {
        background: #081805;
        border-top: 1px solid #081805;
        border-bottom: 1px solid #3a4238;
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 18px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                color: #fff;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #545454;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #f0393a;
                color: #fff;
                text-decoration: none;
            }

        #footer .footer-top h4 {
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #ec7f6d;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #fff;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #f0393a;
                    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact p {
                line-height: 26px;
            }

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
    }

    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #fff;
    }

hr {
    width: 20%;
    border-radius: 10px;
}

@media (max-width: 768px) {
    #footer .copyright, #footer .credits {
        float: none;
        text-align: center;
        padding: 15px 0 0 0;
    }
}

/*----------------------------------------------------*/
.banner_Doc {
    background: url('../img/poster.png') no-repeat center center fixed !important;
    min-height: 100px !important;
    padding: 0;
}

    .banner_Doc .banner-content {
        background: rgba(0, 0, 0, 0.5) !important;
        color: white !important;
        min-height: 250px !important;
        text-align: right;
    }

        .banner_Doc .banner-content .item-one {
            font-size: 3rem !important;
        }

@media (max-width: 768px) {
    .banner_Doc .banner-content {
        /*background: url('../img/slider/banner2.jpg') no-repeat center center fixed !important;*/
        min-height: 190px !important;
    }
}
/*----------------------------------------------------*/

/* Owl Page slider */
.ts-facts-area-bg {
    background-image: url('../vendor/vendor/img/1.png');
    padding: 60px 0;
    color: #ffffff;
    background-color: #ffc000;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.owl-carousel.featured-cases-slide.owl-theme .owl-nav > div {
    bottom: -40px;
    right: 78px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 26px;
}

.owl-carousel.featured-cases-slide.owl-theme .owl-nav > .owl-prev {
    right: 138px;
}

.owl-carousel.featured-cases-slide.owl-theme .owl-nav > .disabled {
    background: #90a9e7;
}

/* Clients
================================================== */
/*-- Partners carousel --*/
.owl-carousel.owl-theme.partners .owl-nav {
    margin: 0px;
}

.partners-carousel .owl-theme .owl-nav {
    margin-top: 0;
}

.clients-area {
    background: #f7f9fd;
    padding: 70px 0;
}

.partner-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: 32px;
    margin-bottom: 0;
}

    .partner-logo img {
        -webkit-transition: 350ms;
        transition: 350ms;
        transition: 350ms;
        width: auto !important;
    }

    .partner-logo:hover img {
        opacity: 1;
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
    }

.owl-carousel.owl-theme.partners .owl-nav .owl-prev {
    left: -25px;
    right: auto;
    background: #da0f32;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .owl-carousel.owl-theme.partners .owl-nav .owl-prev:hover {
        background: #272D33;
    }

.owl-carousel.owl-theme.partners .owl-nav [class*=owl-] {
    bottom: 0px;
    margin-bottom: -12px;
}

.owl-carousel .owl-item img {
    height: auto;
}

.owl-carousel.partners .owl-item img {
    height: 70px;
}


.clientx {
    background: linear-gradient(rgb(0 0 0 0), rgba(0, 0, 0, 0.6));
    background-size: cover;
    /* padding: 100px 0; */
    background-attachment: fixed;
    scroll-margin-top: 150px;
    height: 500px;
}

    .clientx .figure-caption {
        color: white;
        font-size: 19px;
        margin: 25px 0px;
        margin-left: 113px;
        width: 247px;
    }

.section-header {
    text-align: center;
    padding-bottom: 30px;
}

.owl-carousel .owl-item img {
    height: 15vh;
    width: 250px;
    border-radius: 14px !important;
}

.owl-carousel.owl-rtl {
    direction: rtl;
    /* margin: auto; */
    /*margin-right: 2%;*/
}

.appear {
    z-index: 5;
    position: relative;
}

.section-title h2 {
    text-align: center;
    color: #222;
    font-weight: bold;
    position: relative;
    margin-bottom: 50px;
    /*margin-top: 30px;*/
}

    .section-title h2:after {
        content: "";
        display: block;
        width: 50px;
        border-bottom: 3px solid #fff;
        margin: auto;
        padding-top: 15px;
    }

.owl-stage .item {
    width: 500px;
}

@media screen and (max-width: 767px) {
    .owl-carousel .owl-item img {
        height: 16vh;
        width: 108px;
        border-radius: 14px !important;
    }

    .clientx .figure-caption {
        color: white;
        font-size: 11px;
        margin: 26px 0px;
        margin-left: 107px;
        width: 112px;
    }

    .clientx {
        height: 400px;
    }
}



/*///////////////////////////*/
.News-section {
    background-color: #fff;
    padding: 40px 0;
}

    .News-section .content-title {
        color: #4f4f4f;
        font-weight: 900;
        font-size: 3rem;
        margin-bottom: 85px;
        margin-top: 5px;
        line-height: 1.1;
    }

    .News-section .News-item-wrapper {
        background: #fff;
        border-radius: 0;
        margin-bottom: 30px;
        -webkit-transition: transform .2s linear,-webkit-box-shadow .2s linear;
        -moz-transition: transform .2s linear,-moz-box-shadow .2s linear;
        transition: transform .2s linear,box-shadow .2s linear;
        height: 470px;
        box-shadow: 0 13px 21px rgba(0, 0, 0, .13);
    }

        .News-section .News-item-wrapper:hover {
            box-shadow: 0 13px 21px rgba(0,0,0,.2);
            -webkit-box-shadow: 0 13px 21px rgba(0,0,0,.2);
            -moz-box-shadow: 0 13px 21px rgba(0,0,0,.2);
        }

    .News-section .News-item-img {
        position: relative;
        height: 60%;
    }

        .News-section .News-item-img img {
            width: 100%;
            height: 100%;
            opacity: 1;
            border-radius: 14px !important;
            border: 1px solid #c5c5c5;
        }

            .News-section .News-item-img img:hover {
                opacity: 0.8;
            }

    .News-section .News-item-text {
        padding: 15px;
        box-shadow: 0 0 15px rgba(143,143,143,.18);
        height: 40%;
        text-align: right;
    }

        .News-section .News-item-text .meta-tags {
            margin-bottom: 10px;
            display: inline-block;
            width: 100%;
        }

            .News-section .News-item-text .meta-tags span {
                color: #929292;
                font-size: 1rem;
                /*margin-right: 10px;*/
            }

                .News-section .News-item-text .meta-tags span a {
                    color: #929292;
                }

                .News-section .News-item-text .meta-tags span i {
                    /*margin-right: 5px;*/
                }

        .News-section .News-item-text h3 {
            line-height: 25px;
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 10px;
            border: none;
        }

            .News-section .News-item-text h3 a {
                color: #333;
                font-size: 1rem;
            }

                .News-section .News-item-text h3 a:hover {
                    color: #3391b5;
                }

        .News-section .News-item-text p {
            line-height: 27px;
            margin-bottom: 15px;
        }

        .News-section .News-item-text .btn-rm {
            color: #333;
        }

            .News-section .News-item-text .btn-rm:hover {
                color: #e91e63;
            }

    .News-section .more_btn {
        background-color: rgb(240,171,78);
        color: #fff;
        border-radius: 4px;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        font-size: 14px;
        padding: 7px 20px;
        cursor: pointer;
        font-weight: 400;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        display: inline-block;
    }

        .News-section .more_btn:hover {
            color: #fff;
            box-shadow: 0 6px 22px rgba(0,0,0,.1);
            background-color: rgba(42,93,224,0.8);
        }


.v_container video {
    width: 100%;
    height: 250px;
    box-shadow: 2px 2px 8px #888888;
    object-fit: fill;
    border: 4px solid rgba(255, 255, 255, 0.15);
    /*margin-top: -50px;*/
}

.v_container a {
    color: #2a55f3;
    text-decoration: none;
}

    .v_container a:hover {
        color: #f00;
        text-decoration: none;
    }

.bi-play-circle {
    position: relative;
    top: 115px;
    right: 185px;
    /* width: 101px; */
    font-size: 50px;
}

.contact-info a {
}

.contact-info i {
    font-size: 28px;
    color: #686868;
    margin: 10px;
}

    .contact-info i:hover {
        color: #000;
    }

.contact-info .bi-envelope {
    /*margin-left: 20px;*/
}
/*.bi-phone, .bi-envelope {
    padding-right:10px
}*/
.bi-map, .bi-phone, .bi-envelope {
    /*padding-left: 10px;*/
}

.bi-geo-alt {
    color: #5b98e1;
}

.bi-envelope {
    color: #c69917;
}

#footer .copyright {
    text-align: center;
    padding-top: 0;
}

.copyright {
    font-size: 1rem;
    margin-bottom: 0;
    text-align: center;
    color: #f3f3f3;
}

    .copyright a {
        font-size: 1rem;
        margin-bottom: 0;
        text-align: center;
        font-weight: 600;
        color: #c5c5c5;
    }

.DetailDescription {
    margin: 20px 0px 50px 0px !important;
}

.SubTitle {
    padding-bottom: 5px;
}

.NewsInsertedDate {
    color: #C1C1C1;
    font-size: 1rem;
    display: block;
}

.content-Dep img {
    width: 100%;
    height: 100%;
}

.content-Dep .img-container {
    height: 175px;
    box-shadow: 0 5px 10px 0 rgba(0, 117, 162, 0.5);
    margin-bottom: 30px;
}

.img-container:hover {
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 117, 162, 0.5);
    opacity: 0.8;
}


.photostyle {
    /*margin-bottom: 30px;*/
    -webkit-box-shadow: 0 13px 21px rgb(0 0 0 / 13%);
    border: 1px solid #5c5c5c;
}

    .photostyle:hover {
        box-shadow: 0 0 15px rgb(143 143 143 / 18%);
    }

.section-box {
    display: block;
    margin-bottom: 30px;
}


.img-container {
    height: 215px;
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 117, 162, 0.5);
    opacity: 1;
    border-radius: 14px !important;
}

    .img-container:hover {
        color: #fff;
        box-shadow: 0 5px 10px 0 rgba(0, 117, 162, 0.5);
        opacity: 0.8;
    }

    .img-container img {
        width: 100%;
        height: 100%;
        border-radius: 14px !important;
        border: 1px solid #5c5c5c;
    }

.active2:has(.active) {
    background-color: #cd0000;
    padding: 10px;
    border: 1px solid #cd0000;
    border-radius: 5px;
}


.navbar .active:hover {
    color: #fff;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover {
    color: #ffffff;
}

.active3 {
    padding: 2px !important;
}
.fancybox__caption {
    direction: rtl;
}
@media screen and (max-width: 767px) {
    #topbar {
        height: 100px;
    }

    #header {
        height: 55px;
    }

        #header.fixed-top {
            height: 60px;
        }

    .navbar .active:hover {
        color: red;
    }

    .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover {
        color: red;
    }

    .navbar-mobile a:hover {
        color: #fff;
    }

    .navbar-mobile .active, .navbar-mobile li:hover > a {
        color: #000;
    }

    .active2:has(.active) {
        background-color: #ededed;
        padding: 10px;
        border: 1px solid #fff;
        border-radius: 5px;
    }

    .aboutus {
        padding: 30px 0;
    }

        .aboutus ul {
            padding-right: 0;
        }

        .aboutus .single-content p, .aboutus .single-content ul {
            line-height: 1.5;
            margin-bottom: 10px;
            font-size: 1rem;
            margin-right: 0;
            /* line-height: 1; */
        }

    .contact-info i {
        font-size: 23px;
    }
}


.btn3{

    right:-95px;
    position: absolute;
    color: red;
    font-weight: bold;
    font-size: 80px;

}
.btn4{

   left:-95px;
    position: absolute;
    color: red;
    font-weight: bold;
    font-size: 80px;

}


@media screen and (max-width: 767px) {


   #main .carousel-control-prev, #main .carousel-control-next{
     display:none;

   }
    #main .carousel-control-next{
     display:none;

    }
}

