@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;600;700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Ek+Mukta:200);


html body {
    margin: 0;
    margin: 0;
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 25px;
    font-weight: 600;
    background-color: #fff !important;
}

body[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

img {
    width: 100%;
    height: auto;
}

p {
    font-weight: 400;
    line-height: 30px;
}

:hover {
    transition: ease-in 0.2s;
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}
a:hover {
    text-decoration: none !important;
}

.top_section {
    background: #ed1c24;
}

.slide_img {
    background: url("../img/slide.jpg");
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 950px;
}

.slide_title {
    margin: 30% 0 0 0;
}

nav ul {
    margin: 25px 0 0 0 !important;
}

nav ul li {
    float: right;
    list-style: none;
    color: #000;
    padding: 0 20px;
}

nav ul li a:link,
nav ul li a:visited,
nav ul li a:active {
    color: #000;
    text-decoration: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ee3427;
    border-color: #d43024;
}

nav ul li a:hover {
    color: #ee3427;
    text-decoration: none;
}

.menu {
    display: none;
}

.slide_opacity {
    background: rgba(0, 0, 0, 0.6);
    height: 950px;
}

.logo {
    width: 400px;
    height: auto;
    margin: 30px 0;
}

.logo_sidemenu {
    width: 60px;
    height: auto;
    margin: 0 10px 0 0;
}

.social_top a,
.social_top a:link,
.social_top a:visited,
.social_top a:active {
    float: left;
    margin: 25px 15px 0 15px;
    text-decoration: none;
    color: #fff;
}

.social_top a:hover {
    color: #ee3427;
    text-decoration: none;
}

.social_top a:first-child {
    margin-left: 0;
}

.service_ico {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    background: #fbb81e;
    margin: 0 auto 20px auto;
    text-align: center;
}

.service_ico i {
    font-size: 40px;
    line-height: 80px;
    margin: 0 !important;
}

.gradiant_bg {
    width: 100%;
    background: url("../img/hajj-hero-2.jpg") no-repeat center;
    background-size: cover;
}

.gradiant_opacity {
    background: rgb(255, 201, 45);
    background: linear-gradient(
        180deg,
        rgba(255, 201, 45, 0.8) 0%,
        rgba(177, 124, 0, 0.8) 100%
    );
    padding: 100px 0;
}

.gradiant_opacity2 {
    background: rgb(255, 201, 45);
    background: linear-gradient(
        180deg,
        rgba(255, 201, 45, 1) 0%,
        rgba(177, 124, 0, 1) 100%
    );
    padding: 80px 0;
}

.btn {
    background: #000 !important;
    border: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    color: #fff !important;
    padding: 8px 40px;
}

.btn:hover {
    background: #fbb81e;
    color: #000;
    cursor: pointer;
}

.btn-lg {
    background: #000;
    border: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    color: #fff;
    padding: 16px 60px !important;
}

.btn-lg:hover {
    opacity: 0.7;
    cursor: pointer;
}

.feature_ico {
    width: 100px;
    height: auto;
}

.card-title {
    color: #000 !important;
    margin: 10px 0;
}

.card:hover {
    background: #f9f9f9;
}

.service_bg {
    height: 576px;
    background: url(../img/bg.jpg) no-repeat top center;
    background-size: cover;
    width: 50%;
    float: left;
}

.service {
    width: 50%;
    float: left;
}

.map_bg {
    width: 50%;
    float: left;
}

.map_frame {
    width: 100%;
    height: 530px;
}

.map {
    width: 50%;
    float: left;
    background: #fff5e2;
    padding: 50px 0;
}

.stats {
    border: solid 2px #fff;
    text-align: center;
    padding: 20px 0 20px 0;
    color: #fff;
    font-weight: 700;
    font-size: 45px;
}

.stats small {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.youtube {
    width: 100%;
    height: 600px;
    margin: 70px 0 0 0;
}

footer {
    background: #1b1b1b;
    padding: 40px 0;
}

.footer_logo {
    width: 80px;
    height: auto;
}

.social a {
    display: block;
    max-width: 60px;
    max-height: 60px;
    /* line-height: 60px; */
    background: #333333;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    /* float: left; */
    margin: 0 15px;
    min-width: 40px;
    width: 60px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .social a:first-child {
    margin-left: 15%;
} */
.social a:hover {
    background: #c8353b;
}
.social a i {
    color: #fff;
}

label {
    width: 80%;
}

input,
textarea {
    width: 80%;
    padding: 8px;
}

.scrollTop {
    position: fixed;
    right: 5%;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.4s ease-in-out 0s;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    text-align: center;
    color: #c6c6c6;
    line-height: 48px;
}

/* Hr */
hr {
    background: #3f4857;
    margin: 20px 0 !important;
}

.carousel-inner {
    height: 800px;
}

.title_bg {
    background: #c8353b;
    width: 300px;
    height: 1px;
    position: absolute;
    left: 37%;
}

.title_white_bg {
    background: #fff;
    padding: 15px;
}

.title_ico {
    width: 50px;
    height: auto;
    position: relative;
    margin: -25px 0 0 0;
}

.section_bg {
    background: url("../img/pattern.png");
    padding: 80px 0 50px 0;
}

.about_list {
    list-style: none;
    font-weight: 700;
    margin: 0 -35px 0 0;
    line-height: 35px;
}

.about_list i {
    color: #c8353b;
}

.post {
    background: #fff;
    padding: 10px;
    text-align: center !important;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
}
.post-title {
    color: #1b1b1b;
}

.loader-bg {
    background: #ed1c24 url(../img/loading.svg) no-repeat center center;
}
.loader-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
}

@keyframes loader-bg {
    0%,
    100% {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(1800deg);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }
    100% {
        transform: rotateY(3600deg);
    }
}

/* Text Color */
.text-blue {
    color: #8dc7ef !important;
}
.text-dark {
    color: #252d3a !important;
}
.text-gray {
    color: #9c9c9c !important;
}
.text-white {
    color: #fff !important;
}
.text-yellow {
    color: #fbb81e !important;
}

/* Text Align */
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}

/* Font Size */
.f-12 {
    font-size: 12px !important;
}
.f-13 {
    font-size: 13px;
}
.f-14 {
    font-size: 14px;
}
.f-15 {
    font-size: 15px;
}
.f-16 {
    font-size: 16px;
}
.f-20 {
    font-size: 20px !important;
}
.f-45 {
    font-size: 45px !important;
}
.f-55 {
    font-size: 55px !important;
}

/* Float */
.f-left {
    float: left;
}

/* Margine Top */
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}

/* Margine Bottom */
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}

/* Margine Top Bottom */
.mtb-10 {
    margin: 10px 0;
}
.mtb-20 {
    margin: 20px 0;
}
.mtb-30 {
    margin: 30px 0;
}
.mtb-40 {
    margin: 40px 0;
}
.mtb-50 {
    margin: 50px 0;
}
.mtb-60 {
    margin: 60px 0;
}

/* Margine left */
.ml-10 {
    margin-left: 10px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-50 {
    margin-left: 50px;
}
.ml-60 {
    margin-left: 60px;
}

/* Margine right */
.mr-10 {
    margin-right: 10px;
}
.mr-20 {
    margin-right: 20px;
}

/* Margine */
.m-0 {
    margin: 0 !important;
}

/* Padding */
.p-0 {
    padding: 0 !important;
}

.card-body {
    padding: 1.25rem !important;
}

.ptb-80 {
    padding: 80px 0;
}

/* Headings */
h1 {
    font-weight: 700 !important;
    letter-spacing: -0.5px !important;
}

h2 {
    font-weight: 700 !important;
    font-size: 45px !important;
}

h3 {
    font-size: 30px !important;
    font-weight: 600 !important;
}

h4 {
    color: #fff !important;
    font-size: 25px !important;
}

h5 {
    color: #fff !important;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table caption {
    font-size: 1.5em;
    margin: 0.5em 0 0.75em;
}

table tr {
    border: 1px solid #ddd;
    padding: 0.35em;
}

table th,
table td {
    padding: 0.625em;
    text-align: center;
}

table th {
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    table.responsive {
        border: 0;
    }

    table.responsive caption {
        font-size: 1.3em;
    }

    table.responsive thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.responsive tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 0.625em;
    }

    table.responsive td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }

    table.responsive td::before {
        /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
        content: attr(data-label);
    }

    table.responsive td:last-child {
        border-bottom: 0;
    }
}

.pdf_file {
    width: 60px;
    height: auto;
}

/* Line Hight */
.lh-20 {
    line-height: 20px;
}

/* Clearfix */
.clearfix {
    float: none;
    clear: both;
    width: 100%;
}
.clear10x {
    float: none;
    clear: both;
    width: 100%;
    height: 10px;
}
.clear20x {
    float: none;
    clear: both;
    width: 100%;
    height: 20px;
}
.clear30x {
    float: none;
    clear: both;
    width: 100%;
    height: 30px;
}
.clear40x {
    float: none;
    clear: both;
    width: 100%;
    height: 40px;
}
.clear50x {
    float: none;
    clear: both;
    width: 100%;
    height: 50px;
}

.desk_hide {
    display: none;
}

/*Contact*/
.contact {
    width: 30%;
    float: right;
    color: #333;
    margin-left: 20px;
}

.contact_form {
    width: 65%;
    float: right;
    margin-right: 3%;
}

.contact_ico {
    width: 36px;
    height: 34px;
    border-top: solid 1px #eee;
    border-left: solid 4px #ed1c24;
    border-bottom: solid 1px #eee;
    border-right: solid 1px #eee;
    text-align: center;
    color: #333;
    float: right;
    margin: 0 0 0 15px;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: box;
    box-pack: center;
    box-align: center;
}

.title_inner {
    padding: 8px 0;
    color: #333;
    font-weight: bold;
    font-size: 25px;
    margin: 0 0 30px 0;
}

.input {
    color: #757575;
    border-top: solid 1px #eee;
    border-left: solid 4px #e7e7e7;
    border-bottom: solid 1px #eee;
    border-right: solid 1px #eee;
    background: #fff;
    padding: 10px 18px;
    width: 100%;
}

.input:focus {
    border-top: solid 1px #ed1c24;
    border-left: solid 4px #ed1c24;
    border-bottom: solid 1px #ed1c24;
    border-right: solid 1px #ed1c24;
    outline: 0;
    transition: ease-in border 0.2s;
    -moz-transition: ease-in border 0.2s;
    -o-transition: ease-in border 0.2s;
    -webkit-transition: ease-in border 0.2s;
}

.input_message {
    /* width: 99%; */
}

.button {
    color: #fff;
    background: #ed1c24;
    padding: 9px 20px;
}

.button:link,
.button:active,
.button:visited {
    background: #ed1c24;
    color: #fff;
    text-decoration: none;
}
.button:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

/*iPod, Tablet Devices*/
@media all and (max-width: 1200px) and (min-width: 480px) {
    .menu {
        display: block !important;
    }
    .mob_hide {
        display: none;
    }
    .desk_hide {
        display: block !important;
    }
    .social a:first-child {
        /* margin-left: 6% !important; */
    }
    .social a {
        margin: 0 8px !important;
    }
}

/*Mobile Devices.*/
@media all and (max-width: 480px) and (min-width: 320px) {
    .mob_hide {
        display: none;
    }
    .desk_hide {
        display: block !important;
    }
    .menu {
        display: block !important;
    }
    .social a:first-child {
        /* margin-left: 6% !important; */
    }
    .social a {
        margin: 0 8px !important;
    }
    label {
        width: 90%;
    }
    input,
    textarea {
        width: 95% !important;
    }
    .map_frame {
        height: 250px;
    }
    .stats {
        margin: 10px 0;
    }

    .service_bg {
        height: 300px;
        background: url(../img/bg.jpg) no-repeat top center;
        background-size: cover;
        width: 100%;
    }
    .card-body {
        padding: 0.5rem !important;
    }
    .title_bg {
        left: 10%;
    }

    .logo {
        width: auto;
        height: 100px;
        margin: 0px 0;
    }

    header{
        margin-bottom: 70px;
    }

    .top_section {
        background: #ed1c24;
    }

    .title_inner {
        margin-bottom: 10px;
    }
    .contact_info {
        float: right;
        width: 80%;
    }
    .contact {
        width: 100%;
    }
    .contact_form {
        width: 100%;
        margin: 0;
    }
    .input {
        /* width: 90%; */
        -webkit-appearance: none;
        margin: 8px 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
}

/* -------------------------------------------------------------------------- */
/*                                Navbar Styles                               */
/* -------------------------------------------------------------------------- */

body {
    margin: 0;
    line-height: 1.4;
    background: #e1e1e1;
}

body {
    position: relative;
    /* display: block; */
    width: 100%;
    /* height: 567px; */
    /* box-shadow: 0 0 65px 15px #ed1c24; */
    overflow-x: hidden;
    /* border-radius: 3px; */
    background: #f1f1f1;
}

body .header {
    display: none;
    position: absolute;
    top: 125px;
    left: 0;
    height: 50px;
    width: 100%;
    background: #ed1c24;
    overflow: hidden;
    transition: all 0.5s ease-out, background 1s ease-out;
    transition-delay: 0.2s;
    z-index: 1;
}

.header.slide-down {
    box-shadow: 0 0 65px 15px rgb(0 0 0 / 0%), 0 0 65px 15px rgb(0 0 0 / 0%),
        0px 10px 15px 2px rgb(0 0 0 / 20%), 0 0 65px 15px rgb(0 0 0 / 0%);
    animation: slidedown 0.1s ease-out 0.5s forwards;
}

@keyframes slidedown {
    0% {
        position: fixed;
        top: -50px;
    }

    100% {
        position: fixed;
        top: 0px;
    }
}

body .header .burger-container {
    z-index: 2;
    position: relative;
    display: inline-block;
    height: 50px;
    width: 100%;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

body .header .burger-container #burger {
    width: 18px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
}

body .header .burger-container #burger .bar {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
}

body .header .burger-container #burger .bar.topBar {
    transform: translateY(0px) rotate(0deg);
}

body .header .burger-container #burger .bar.btmBar {
    transform: translateY(6px) rotate(0deg);
}

body .header .icon {
    display: inline-block;
    position: absolute;
    height: 100%;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    left: 50%;
    transform: translateX(-50%);
}

body .header .icon.icon-bag {
    right: 0;
    top: 0;
    left: auto;
    transform: translateX(0px);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.65s;
}

body .header ul.menu {
    position: relative;
    display: block;
    padding: 0px 48px 0;
    list-style: none;
}

body .header ul.menu li.menu-item {
    border-bottom: 1px solid white;
    margin-top: 5px;
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
        opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

body .header ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.49s;
}

body .header ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.42s;
}

body .header ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.35s;
}

body .header ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.28s;
}

body .header ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.21s;
}

body .header ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.14s;
}

body .header ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.07s;
}

body .header ul.menu li.menu-item:nth-child(8) {
    transition-delay: 0.03s;
}

body .header ul.menu li.menu-item a {
    display: block;
    position: relative;
    color: #fff;
    font-family: "Ek Mukta", sans-serif;
    font-weight: 100;
    text-decoration: none;
    font-size: 22px;
    line-height: 2.35;
    font-weight: 200;
    width: 100%;
}

body .header.menu-opened {
    height: 100%;
    background-color: #ed1c24;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    transition-delay: 0.25s;
}

body .header.menu-opened .burger-container {
    transform: rotate(90deg);
}

body .header.menu-opened .burger-container #burger .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.2s;
}

body .header.menu-opened .burger-container #burger .bar.topBar {
    transform: translateY(4px) rotate(45deg);
}

body .header.menu-opened .burger-container #burger .bar.btmBar {
    transform: translateY(3px) rotate(-45deg);
}

body .header.menu-opened ul.menu li.menu-item {
    transform: scale(1) translateY(0px);
    opacity: 1;
}

body .header.menu-opened ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.27s;
}

body .header.menu-opened ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.34s;
}

body .header.menu-opened ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.41s;
}

body .header.menu-opened ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.48s;
}

body .header.menu-opened ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.55s;
}

body .header.menu-opened ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.62s;
}

body .header.menu-opened ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.69s;
}

body .header.menu-opened ul.menu li.menu-item:nth-child(8) {
    transition-delay: 0.6s;
}

body .header.menu-opened .icon.icon-bag {
    transform: translateX(75px);
    transition-delay: 0.3s;
}

@media (max-width: 600px) {
    body {
        width: 100%;
        height: 100vh;
        margin: 0;
        border-radius: 0px;
    }

    body .header {
        /* position: fixed; */
        display: block;
    }
}

/* -------------------------------------------------------------------------- */

.link:hover{opacity: 0.6;}
