@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%;
    right: 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-left: 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%;
    right: 0;
    padding: 0px;
    margin: 0px;
    transform: translateY(-50%);
}

.about-img {
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.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 {
    right: 5%;
}

.owl-carousel:hover .owl-nav button.owl-next {
    left: 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: right;
    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 {
        left: 0;
        right: 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
    }
}

/* New  */
select.form-control {
    height: 65px !important;
    background-color: #edf0fa !important;
    padding: 20px 20px !important;
}

.flex-center {
    justify-content: center;
    display: flex;
}

ul.sub-menu.megamenu {
    width: 1000px !important;
    right: 0 !important;
    transform: translateX(50%) !important;
}

ul.sub-menu.megamenu li {
    display: inline-flex !important;
}

ul.sub-menu.megamenu li.row a {
    padding: 15px 10px !important;
    text-align: right !important;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

ul.sub-menu.megamenu li.row {
    justify-content: center;
    display: flex !important;
}

ul.sub-menu.megamenu li.row a:hover {
    background-color: var(--accent-color2);
    color: #fff !important;
}

ul.sub-menu.megamenu li.row a:hover {
    padding-right: 15px !important;
}

.sub-menu.megamenu .row>div {
    transition: .3s;
    padding: 0 !important;
}

.active-bigmenu {
    height: 90vh;
    overflow-y: scroll;
}

.meanmenu-reveal {
    left: 0 !important;
    right: auto !important;
}

.page-title-section .row {
    padding-top: 80px !important;
}

/* .big-megamenu .megamenu {
    z-index: -999999999 !important;
    position: relative !important;
    display: none;
     height: 0;
    transition: .3s;
    overflow: hidden;
} */

/* .big-megamenu:hover .megamenu {
    z-index: 999999999 !important;
    display: block;
    position: absolute !important;
     height: 100%; 
} */