@font-face {
    font-family: "droid-kufi";
    src: url("../fonts/droid-kufi.ttf");
}

:root {
    --accent-color: #fff;
    --accent-color2: #22beee;
    --accent-color3: #005caa;
    --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: rgb(255 255 255 / 12%);
}

.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 a:hover {
    color: var(--accent-color2) !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: #fbfbfb !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 .widget-title:after {
    background: var(--accent-color);
}

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: #22beee none repeat scroll 0 0;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgb(2 124 191);
}

.small-social li {
    margin-right: 8px;
}

.header-top-area .header-top-right-part .language .language-dropdown.open {
    background: var(--accent-color2);
}

@media(max-width: 1199px) {
    .logo img {
        height: 50px;
    }
}

.sticky-social {
    position: fixed;
    top: 50%;
    left: 0;
    padding: 0px;
    margin: 0px;
    transform: translateY(-50%);
    z-index: 3;
}

.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.5s 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-color2);
}

.social li.whatsapp:hover {
    background-color: #24cc63;
}

.social li.contact:hover {
    background-color: var(--accent-color);
}

.social li.contact:hover a {
    color: var(--accent-color2);
}

.social li.request:hover {
    background-color: var(--accent-color);
}

.social li.request:hover a {
    color: var(--accent-color2);
}

.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);
}


.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
    }

    .slider-animation-image {
        transform: translate(-50%, 50%) !important;
    }
}

@media(max-width: 1199px) {
    .slider-animation-image {
        width: 300px !important;
        height: 300px;
        object-fit: cover;
    }
}

/* 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;
    left: 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: left !important;
    border-bottom: 1px solid #ddd;
    border-right: 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-left: 15px !important;
}

.sub-menu.megamenu .row>div {
    transition: .3s;
    padding: 0 !important;
}

/* .active-bigmenu {
    height: 90vh;
    overflow-y: scroll;
} */
.page-title-section .row {
    padding-top: 50px !important;
}

/* New */
.header-style-two.fixed .header-wrapper {
    background-color: rgb(0 0 0 / 30%);
}

.header-style-two.fixed .header-wrapper .header-navigation-area .main-menu ul li a {
    text-transform: uppercase;
}

.service-box:hover .service-content .title h3,
.service-box:hover .service-content .title p {
    color: #fff;
    position: relative;
    z-index: 2;
}

.service-box::before {
    background: rgb(230 179 10);
}

.testimonial-content {
    text-align: justify;
}

.cs-btn-one.btn-gradient-color {
    background: var(--accent-color);
    color: var(--accent-color2);
    border: 1px solid var(--accent-color2);
}

.cs-btn-one.btn-gradient-color:hover {
    background: var(--accent-color2);
    color: var(--accent-color);
}

.service-box::before {
    background: var(--accent-color2);
}

.header-top-area .header-top-right-part .language .language-dropdown li a:hover {
    background-color: var(--accent-color);
    color: var(--accent-color2);
}

.team-block:hover .team-bottom-part .team-title a {
    color: var(--accent-color2);
}

.team-block:hover .team-bottom-part .designation {
    color: var(--accent-color2);
}

.team-block:hover {
    background: #f6f6f6;
}

.footer-main-area {
    background-color: #222d30;
}

.footer-bottom-area {
    background-color: #000;
}

.footer-bottom-area a:hover {
    color: var(--accent-color);
    opacity: .8;
}

.home-carousel .slide-item.bg-white:before {
    background: #fcfcff !important;
}

.slider-animation-image {
    width: 400px;
    position: absolute;
    transform: translate(-50%, -30%);
    top: 50%;
    left: 50%;
    height: 400px;
}

.home-carousel {
    border-bottom: 1px solid rgb(0 0 0 / 8%);
}

/* Black Navbar */
.header-style-two.fixed .header-wrapper {
    background-color: transparent;
    /* box-shadow: 0 0 12px 1px rgb(0 0 0 / 13%); */
    position: absolute;
    width: 100%;
}

.header-style-two.fixed .header-wrapper .header-navigation-area .main-menu ul li a:hover {
    color: #000 !important;
    opacity: .7;
}

.header-style-two.fixed .header-wrapper .header-navigation-area.fixed {
    background-color: #fff !important;
}

.header-style-two.fixed .header-wrapper .header-navigation-area.fixed .main-menu ul li a {
    color: #000 !important;
}

/* Black Navbar End */
.mean-container a.meanmenu-reveal span {
    background: var(--accent-color2);
}

.mean-container a.meanmenu-reveal {
    border: 1px solid transparent;
    color: var(--accent-color2);
    margin-top: -45px;
}

.header-top-area a,
.header-top-area .address,
.header-top-area i {
    color: #000 !important;
}

.header-top-area .header-top-left-part .address:after,
.header-top-area .header-top-right-part .social-links::after {
    background: #000;
}

.header-style-two .fixed #logo-image {
    height: 40px;
}

.header-style-two .fixed .main-menu>ul>li>a {
    padding: 38px 0 !important;
}

.header-style-two .fixed .header-searchbox-style-two .show-searchbox a {
    margin: 15px 0 30px;
}

.home-carousel .content-box h1 {
    font-size: 50px;
}

.cto {
    position: relative;
    height: 600px;
    /* adjust to your desired height */
    overflow: hidden;
}

.cto:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 63, 82, 0.733);
    z-index: 0;
    top: 0;
    left: 0;
}

.parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/why-us.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: -1;
}

.parallax-info {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 150px;
    /* adjust to your desired spacing */
}

@media (max-width: 767px) {
    .parallax-info {
        padding-top: 30px;
        /* adjust to your desired spacing */
    }

    .cto h2 {
        font-size: 1.5rem !important;
        margin-bottom: 10px !important;
    }

    .cto p {
        font-size: 14px;
    }
}

.lh-2 {
    line-height: 2;
}

.footer-bottom-area a {
    color: var(--accent-color2) !important;
}


.breadcrumb {
    width: fit-content;
    background-color: rgb(171 171 171 / 54%);
    float: right;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.page-title-content {
    height: 8rem;
}

.main-menu li.active a {
    color: var(--accent-color2);
}

.contact-details a {
    color: #3e3e3e;
}

.contact-details a:hover {
    color: var(--accent-color2);
}

.map {
    height: 600px;
}

nav li.active>a {
    color: var(--accent-color2) !important;
}

.service-link-list li a:after,
.service-link-list li.active a:after {
    background: var(--accent-color3) !important;
}

.service-list {
    list-style: auto !important;
    padding-left: 35px;
}

.service-list li {
    margin-bottom: 20px;
}

.service-details-section .request-a-call-back-form {
    margin-top: 0;
    margin-left: 0;
    border: 1px solid rgb(2 2 2 / 8%);
    box-shadow: unset !important;
}

html {
    scroll-behavior: smooth;
}