body {
    font-family: "Cairo" !important;
}
/*bannar  area */
#hero h1 {
    font-size: 25px;
    line-height: 60px;
}

#hero {
    width: 100%;
    /*ayaaa*/
    /* height: calc(88vh + 1px); */
    height: calc(90vh + 1px);
    background: url(../img/bg-4.jpg) top center;
    background-size: cover;
    position: relative;
    min-height: 900px;
}

    #hero:before {
        background: rgb(0 0 0 / 76%);
    }

    #hero .icon-box h3 {
        font-weight: 600;
        margin: 10px 0 0 0;
        padding: 0;
        line-height: 1;
        font-size: 15px;
        line-height: 26px;
    }

.get-started-btn {
    padding: 7px 15px 8px 15px;
    margin-left: 10px;
}


#header .logo img {
    max-height: 55px;
}

.cta {
    background: linear-gradient(rgb(2 2 2 / 60%), rgb(0 0 0 / 72%)), url(../images/bg-1.jpg) fixed center center;
    background-size: cover;
    padding: 60px 0;
}

.about .content ul li {
    margin: 20px auto;
}

.about .content h3 {
    margin-bottom: 25px;
}

.about .content ul i {
    color: #de9609;
}

section.features {
    background: whitesmoke;
}

.features .icon-box i {
    color: #de9609;
}

section#services.features i.ri-check-double-line {
    height: 28px;
    font-size: 25px;
}

section#services.features .col-lg-6 p {
    margin-right: 30px;
}

/*----------------------------video--------------------------------*/

.video-box {
    background: url("") center center no-repeat;
    background-size: cover;
    /*background-size: cover;*/
    min-height: 300px;
}

.play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#de9609 50%, #de960970 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

    .play-btn::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .play-btn::before {
        content: '';
        position: absolute;
        width: 120px;
        height: 120px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate-btn 2s;
        animation: pulsate-btn 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid #de9609;
        top: -15%;
        left: -15%;
        background: rgba(198, 16, 0, 0);
    }

    .play-btn:hover::after {
        border-left: 15px solid #de9609;
        transform: scale(20);
    }

    .play-btn:hover::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        -webkit-animation: none;
        animation: none;
        border-radius: 0;
    }

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
/*--------------------------------------------------------------*/
.section-title {
    padding-bottom: 10px;
}

section.inner-page.login-page {
    min-height: 50vh;
}

#header.header-scrolled, #header.header-inner-pages {
    background: rgb(21 21 21);
}

.az-card-signin.border {
    padding: 20px;
}

.breadcrumbs {
    padding: 8px 0;
    background: whitesmoke;
    min-height: 40px;
    margin-top: 85px;
}

section.inner-page.login-page {
    padding: 35px 0;
}

.breadcrumbs h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.breadcrumbs ol {
    font-size: 12px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #a87637;
    background-color: #a87637;
}
/*?--------------------------------------------------------------------------------*/
/*?--------------------------------------------------------------------------------*/
/*?--------------------------------------------------------------------------------*/
/*?--------------------------------------------------------------------------------*/
/*?--------------------------------------------------------------------------------*/
/*?--------------------------------------------------------------------------------d*/
/*?--------------------------------------------------------------------------------d*/
/*?--------------------------------------------------------------------------------d*/
/*.banner-img{
    max-width: 300px;
}*/
.banner-img {
    max-width: 60%;
    width: 150px;
}

#hero:before {
    /*background: linear-gradient( #43131470, rgb(0 0 0) ), url(../img/bg_1.jpg) no-repeat;*/
    background: linear-gradient( #4313141c, rgb(0 0 0) );
}

.her-cont {
    background: linear-gradient( #fff4ce63, rgb(0 0 0 / 57%) );
    border-radius: 54px;
}

#hero h2 {
    margin-top: 1em;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    /*color: #312420;*/
    /*border-bottom: 4px solid;*/
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #f5be0b;
}

.get-started-btn {
    border: 2px solid #ffffff;
}

    .get-started-btn:hover {
        background: #f5be0b;
        color: #000000;
        border-color: #f5be0b;
    }

#hero h1 span {
    color: #f5be0b;
}
/*#header.header-scrolled, #header.header-inner-pages {
    background: rgb(96 96 96 / 80%);
}*/
#header.header-scrolled, #header.header-inner-pages {
    background: rgb(127 127 127);
}

.nav-menu .active > a {
    color: #fff;
}

@media (max-width: 768px) {
    #contact .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    /*#contact .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }*/
}

@media (max-width: 600px) {
    #contact .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /*#contact .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }*/
}



/*----------------------------------------------------------------------*/
a {
    color: #f5be0b;
}

.back-to-top i:hover {
    background: #d5a408;
    color: #000000;
}

.back-to-top i {
    background: #f5be0b;
    color: #151515;
}

@media (max-width: 768px) {
    .get-started-btn {
        margin: 0 1px 0 0;
        padding: 7px 10px 8px 10px;
    }

    .get-top {
        margin: 0 48px 0 0 !important;
    }
}

@media (max-width: 768px) {
    #footer .copyright {
        text-align: center !important;
    }

    .get-top {
        margin: 0;
    }

    #header .logo img {
        max-height: 40px;
    }

    .her-cont {
        background: transparent;
    }
}



/*---------------------------added 27-5-2021-----------------*/
.services .icon-box .icon {
    background: #000000;
}

    .services .icon-box .icon i {
        color: #ffffff;
    }

.section-title h2::after {
    background: #ffc3c5;
}

.services .icon-box h4 a:hover {
    color: #f5be0b;
}

.contact .info i {
    background: #000000;
    color: #ffffff;
}

/*-------------------------------added for menu in mobile-----------------------------------------*/
@media (max-width: 768px) {
    .mobile-nav li.d-none {
        background: #b1a8981f;
        display: block !important;
    }

    #hero {
        height: 100% !important;
    }
}

@media (max-width: 1024px) {


    #hero {
        height: 100% !important;
    }
}
/*main#main {
    min-height: calc( 100vh - 165px );
}*/
#main, #hero {
    min-height: calc( 100vh - 170px) !important;
}

@media (max-width: 1024px) {
    #main, #hero {
        min-height: calc( 100vh - 170px) !important;
    }
}

.fixed-top {
    height: 85px;
}

footer#footer {
    height: 85px;
}

#footer .copyright {
}

.breadcrumbs {
    margin-top: 85px;
}

#preloader:before {
    /*border-color: #ec1c24;*/
}
