@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "Jotia W00 Regular";
    src: url("../fonts/09fc87e1ac5bbdeb5c42b2c1ec4f780f.eot");
    src: url("../fonts/09fc87e1ac5bbdeb5c42b2c1ec4f780f.eot?#iefix") format("embedded-opentype"), url("../fonts/09fc87e1ac5bbdeb5c42b2c1ec4f780f.woff2") format("woff2"),
        url("../fonts/09fc87e1ac5bbdeb5c42b2c1ec4f780f.woff") format("woff"),
        url("../fonts/09fc87e1ac5bbdeb5c42b2c1ec4f780f.ttf") format("truetype"),
        url("../fonts/09fc87e1ac5bbdeb5c42b2c1ec4f780f.svg#Jotia W00 Regular") format("svg");
}
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --bs-white: #fff;
    --bs-text-dark: #272626;
    --bs-primary: #c60c30;
    --bs-black-light: #c60c30;
}
*,@media (prefers-reduced-motion: no-preference) {
    :root {        scroll-behavior: smooth;    }
}
body {
    margin: 0 auto;
    font-family: "Jotia W00 Regular";
    font-size: 15px;
    font-weight: normal;
    line-height: 1.7;
    color: var(--bs-text-dark);
    background-color: var(--bs-white);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
    width: 100%;
}
.section-padding {
    padding-top: 79px;
    padding-bottom: 79px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Jotia W00 Regular";
}
h1:lang(ar), h2:lang(ar), h3:lang(ar), h4:lang(ar), h5:lang(ar), h6:lang(ar) {
    font-family: "Cairo", sans-serif;
}
p {
    line-height: 1.7;
}
a {
    color: #337ab7;
    text-decoration: none;
}
.f-200 {
    font-weight: 200;
}
.f-300 {
    font-weight: 300;
}
.f-400 {
    font-weight: 400;
}
.f-500 {
    font-weight: 500;
}
.f-600 {
    font-weight: 600;
}
.f-700 {
    font-weight: 700;
}
.f-800 {
    font-weight: 800;
}
.top-nav {
	background: #cf2030;
    /*background: var(--bs-primary);*/
    color: var(--bs-white);
}
.top-nav a {
    color: var(--bs-white);
    text-transform: uppercase;
}
.top-nav .language {
    font-size: 13px;
    position: relative;
}
.top-nav span {
    margin-right: 20px;
    line-height: normal;
    opacity: .7;
}
.top-nav .navbar-brand img {
    width: 170px;
}
.header-section {
    background: transparent;
    width: 100%;
    z-index: 1;
}
.navbar {
    background: transparent !important;
}
.nav-link {
    color: var(--bs-primary) !important;
    font-size: 13px !important;
    padding-left: 40px !important;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}
.nav-link .nav-item {
    padding-bottom: 0px !important;
}
.navbar-toggler {
    border: 2px var(--bs-white) solid;
     !important;
    border-radius: 0px !important;
    background: var(--bs-white) !important;
}
/* Enable hover dropdown */
.navbar .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Submenu style */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
#mainNavbar {
    transition: all 0.3s ease;
    padding: 0px;
}
#mainNavbar .navbar-brand img {
    transition: all 0.3s ease;
    height: 80px;
}
.link-1 {
    position: relative;
    color: var(--bs-white);
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    border-radius: 2px;
    background-color: var(--bs-blue);
    transition: all 1.3s;
}
.link-1:hover {
    background-color: var(--bs-text-dark);
}
.heading h5 {
    position: relative;
    font-size: 16px;
    color: var(--bs-blue-dark);
    margin-bottom: 10px;
    font-weight: 600;}
.heading-main {
    font-size: 27px;
    line-height: 36px;
    display: table;
    width: auto;
    padding: 0 0 25px 0px;
    margin-bottom: 24px;
    color: #FFF;
    text-rendering: optimizeLegibility;
    color: var(--bs-primary);
    position: relative;
    letter-spacing: 1px;
    font-weight: 600;
}
.heading-main:after {
    content: '';
    height: 0;
    width: 153px;
    border-bottom: 3px solid #615c5d;
    position: absolute;
    bottom: 0;
    left: 0px;
}
.heading-top {
    font-size: 18px;
    color: #484848;
    line-height: 27px;
    }
.heading-top:lang(ar){font-family: "Cairo", sans-serif;}

.swiper {
    width: 100%;
    height: auto;}
.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.aboutSection {
    background: url('../images/abt-1.jpg');
    background-size: cover;
}
/* Custom CSS */
.service-card {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.service-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.service-card .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 15px;
    height: 100%;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}
.service-card:hover .card-body {
    transform: translateY(0);
}
.service-card .card-title {
    color: #fff;
    position: relative;
    font-size: 17px;
    margin-bottom: 30px;

}
.service-card .card-title:before {
    position: absolute;
    content: '';
    width: 30px;
    border-top: 2px dashed;
    bottom: -10px;
}
.service-card-main {
    position: relative;
}
.service-card-main .card-title-1 {
    position: absolute;
    z-index: 1;
    font-size: 1.5rem;
    margin-bottom: 0;
    background: #fff;
    bottom: -60px;
    padding: 10px;
    width: 90%;
    height: 100px;
    padding: 20px;
    left: 5%;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    color: var(--bs-primary);
    font-size: 18px;
}
.service-card-main:hover .card-title-1 {
    display: none;
}
.service-card .card-text {
    display: none;
}
.service-card:hover .card-text {
    display: block;
}
.service-card-main .btn {
    background: var(--bs-white);
    color: var(--bs-primary);
    font-weight: 700;
    position: absolute;
    border-radius: 0;
    right: 0;
    bottom: 0;
    display: none;
    font-size: 22px;
}
.service-card-main:hover .btn {
    display: block;
}
footer {
    background: #414141;
    color: var(--bs-white);
}
footer p {
    font-weight: 300;
    font-size: 13px;
    color: #ccc;
}
.footer-title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 50px;
    padding-left: 12px;
}
.footer-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--bs-primary);
}
.footer-link {
    font-weight: 300;
    font-size: 13px;
    color: #ccc;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: color 0.3s;
}
.footer-link:hover {
    color: var(--bs-primary);
}
.contact-d .icon {
    position: absolute;
    content: ;
    left: 0;
    color: #ffffff;
    background: #c60c30;
    opacity: 1;
    width: 42px;
    height: 41px;
    font-size: 18px;
    text-align: center;
    padding-left: 4px;
    line-height: 44px;
    border-radius: 100%;
}
.contact-d h2 {
    position: relative;
    color: #ccc;
    padding-left: 53px;
    font-size: 14px;
}
.contact-d h2 a {
    color: #ccc;
    font-weight: 400;
    font-size: 23px;
}
.mail-link {
    font-size: 13px;
}
footer a {
    color: #ccc;
}
.contact-d h2 span {
    display: block;
    font-size: 11px;
}
.social-icons a {
    color: #ccc;
    font-size: 18px;
   /* margin-right: 12px;*/
    transition: color 0.3s;
}
.social-icons a:hover {
    color: var(--bs-primary);
}
.inner-page {
    background: #e0e0e0;
}
.inner-banner {
    position: relative;
    background-size: contain;
    background-color: #bf2c71;
}
.inner-banner img {
    width: 100%;
    height: auto;
}
.innerbanner-content {
    position: absolute;
    color: var(--bs-white);
    padding: 40px;
    z-index: 1;
    left: 20px;
    top: 40px;
}
.inner-banner-b {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0 0 0 0;
    background: url(../images/header.png) no-repeat 0 100%;
    background-size: contain;
}
.inner-banner:before {
    background: linear-gradient(to right, #c60c30c4, transparent 100%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.inner-content {
    padding: 58px 40px 20px 40px;
    background-image: linear-gradient(#e7e7e7 0%, white 100px);
}