@font-face {
    font-family: "droid-kufi";
    src: url("../fonts/droid-kufi.ttf");
}
:root{
    --accent-color: #002e47;
    --accent-color2: #c8992a;
    --arFont: "droid-kufi", sans-serif;
}
.ar-font{font-family: var(--arFont);}
.header-style-two.fixed {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.header-style-two.fixed  .header-wrapper{
    position: relative;
    z-index: 5;
}
.header-style-two.fixed .header-wrapper .header-navigation-area {background: transparent;}
.home-carousel .slide-item{
    height: 90vh;
    padding: 300px 0px;
}
.header-style-two.fixed .header-wrapper .header-navigation-area .main-menu ul li a {
    color: #fff !important;
}
.header-style-two.fixed .header-wrapper .header-navigation-area .main-menu ul li>ul a {
    color: var(--accent-color) !important;
}
.header-style-two.fixed .header-searchbox-style-two .show-searchbox a i{color: #fff !important;}
.header-style-two.fixed .header-searchbox-style-two .show-searchbox a:hover i{opacity: .8;}
.header-style-two.fixed .bar1, .bar2, .bar3{background: #fff !important;}
.logo img {height: 62px;}
.header-style-two.fixed .header-wrapper .header-navigation-area.fixed {background-color: #fff !important;}
.header-style-two.fixed .bg-gradient-color {background: transparent !important;}
.service-box:before {background: rgb(0 46 71);}
.service-box p {
    color: #151d38;
}
.section-title-left-part:after {
    content: none;
}
.widget-title:after {background: var(--accent-color2);}
footer .social-list a:hover {background-color: var(--accent-color2) !important;}
.cs-btn-one.btn-gradient-color:hover {
    -webkit-box-shadow: 4px 5px 10px 0px rgb(34 41 53 / 27%);
    -khtml-box-shadow: 4px 5px 10px 0px rgb(34 41 53 / 27%);
    -moz-box-shadow: 4px 5px 10px 0px rgb(34 41 53 / 27%);
    -ms-box-shadow: 4px 5px 10px 0px rgb(34 41 53 / 27%);
    -o-box-shadow: 4px 5px 10px 0px rgb(34 41 53 / 27%);
    box-shadow: 4px 5px 10px 0px rgb(34 41 53 / 27%)
}
.mean-container .mean-nav {
    background: #002e47 none repeat scroll 0 0;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgb(0 46 71);
}
.small-social li{margin-right: 8px;}
.header-top-area .header-top-right-part .language .language-dropdown.open {background: #001e2e;}
@media(max-width: 1199px){
    .logo img {
        height: 50px;
    }
}

.sticky-social {
    position: fixed;
    top: 50%;
    left: 0;
    padding: 0px;
    margin: 0px;
    transform: translateY(-50%);
}

.social {
    list-style: none;
}
.sticky-social ul li {
    display: flex !important;
}
.social li {
    font-size: 30px;
    transition: all 0.8s ease-in-out;
}
.social a {
    color: #fff;
    padding: 10px;
    font-size: 30px;
}
.social .fa {
    transition: all 0.8s ease-in-out;
}
.social li {background-color: var(--accent-color);}
.social li.whatsapp:hover {
    background-color: #24cc63;
}
.social li.contact:hover {
    background-color: var(--accent-color2);
}
.social li.request:hover {
    background-color: var(--accent-color);
}
.home-carousel .content-box h1 {font-size: 70px;}
.home-carousel .content-box p {
    font-size: 30px;
    line-height: 45px;
}
.owl-carousel:hover .owl-nav button.owl-prev {left: 5%;}
.owl-carousel:hover .owl-nav button.owl-next {right: 5%;}
.home-carousel .cs-btn-one{font-size: 18px}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    font-size: 50px;
    background: transparent;
}
.page-title-section{
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title-content .title {
    font-size: 40px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 1.5;
}
.page-title-section nav{width: 100%;}
.service-link-list li a:after, .service-link-list li.active a:after {
    background: #002e47;
}
.sidebar-widget {
    background: var(--accent-color);
}
.header-style-two.fixed .header-wrapper .header-navigation-area.fixed .main-menu ul li a {
    color: var(--accent-color)!important;
}
.header-style-two.fixed .bt_sticky.fixed .header-searchbox-style-two .show-searchbox a i {
    color: var(--accent-color)!important;
}
.contact-box-area a.contact-link, .contact-box-area a.contact-link:hover span.fas{
    color: #fff !important;
    transition: .4s;
}
.contact-box-area a.contact-link:hover, .contact-box-area a.contact-link:hover span.fas{color: var(--accent-color2) !important;}
@media(max-width: 991px){
    .sticky-social {
        right: 0;
        left: unset;
    }
    .home-carousel .slide-item {padding: 200px 0px;}
    .home-carousel .content-box h1 {font-size: 40px;}
    .home-carousel .content-box p {
        font-size: 18px;
        line-height: 30px;
    }
    .home-carousel .cs-btn-one{font-size: 15px}
}