/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    --prim: #fafaff;
    /*--second: #E8282B;*/
    --second: #053B47;
    --third: #211E1F;
    --gray: #707070;
    --light-gray: #EEEEEE;
    --yello: #fada0f;
}

body {
    font-family: "Poppins", sans-serif;
    color: #444444;
    background-color: #fff;
}

[dir="rtl"] body {
    font-family: 'Tajawal', sans-serif;
}

a {
    color: #ef6603;
    text-decoration: none;
}

a:hover {
    color: var(--second);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3,
[dir="rtl"] h4,
[dir="rtl"] h5,
[dir="rtl"] h6 {
    font-family: 'Tajawal', sans-serif;
}

.navbar .lang {
    font-family: 'Tajawal', sans-serif;
    margin-inline-end: 5px;
}

[dir="rtl"] .navbar .lang {
    font-family: "Poppins", sans-serif;
}

p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.btnPrim,
.btnPrim:focus {
    background-color: var(--second);
    color: #fff !important;
    font-size: 18px;
    padding: 10px 20px 10px !important;
    border-radius: 25px;
    text-align: center;
    font-weight: 600;
    display: block;
    margin-inline: auto;
    max-width: 400px;
    transition: 0.2s;
}

.btnPrim:hover {
    background-color: var(--third);
    color: #fff !important;
}

#header .header-search .btnPrim:hover,
#header .header-search .btnPrim:focus {
    max-width: 200px;
    background-color: var(--second);
    color: #fff !important;
    border: 0;
}

.header-search {
    position: relative;
}

.header-search .search-icon {
    position: absolute;
    top: 7px;
    inset-inline-start: 15px;
    color: #fff;
    font-weight: 700 !important;
    font-size: 20px;
}

.header-search input {
    box-shadow: none !important;
    max-width: 150px;
    transition: 0.3s;
    color: #fff !important;
    border: 0;
    padding-inline-start: 50px!important;
    text-align: center;
}

.header-search ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ffffff;
}

.header-search :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
    opacity: 1;
}

.header-search ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
    opacity: 1;
}

.header-search :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

.header-search ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffff;
}

.header-search ::placeholder {
    /* Most modern browsers support this now. */
    color: #ffffff;
}

.btnPrimOutline {
    background-color: #fff;
    color: var(--second) !important;
    font-size: 16px;
    padding: 10px 20px 10px !important;
    border-radius: 25px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #E1E1E1;
    transition: 0.2s;
}

.btnPrimOutline:hover {
    background-color: var(--second);
    color: #fff !important;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--second);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.change-language {
    position: fixed;
    visibility: visible;
    opacity: 1;
    left: 25px;
    bottom: 15px;
    z-index: 996;
    background: var(--second);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i , .change-language i{
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #5c5e87;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: rgba(42, 44, 57, 0.9);
}

#header:not(.header-scrolled) {
    background: transparent;
}

#header:not(.header-scrolled) .navbar a,
#header:not(.header-scrolled) .navbar a:focus {
    color: #fff;
}

#header.header-scrolled {
    background: #f4f4f4e1;
    backdrop-filter: blur(5px);
}
#header.header-scrolled .container-xxl .logo .ps-0 img {
    /*content: url(../img/ORIGIN-black-Logo.png);*/
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 60px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    align-items: start;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px 7px 15px;
    margin-left: 5px;
    font-size: 18px;
    color: var(--third);
    white-space: nowrap;
    transition: 0.3s;
    border-radius: 50px;
    font-weight: 400;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar-nav .nav-link.active,
.navbar a:hover,
.navbar a:focus,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    /*color: var(--second) !important;*/
    font-weight: 700;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 5px;
    top: calc(100% + 30px);
    margin: 5px 0 0 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 15px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    color: #2a2c39;
    margin: 0 5px;
    font-size: 14px;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #fff;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}


/**
* Mobile Navigation
*/

.mobile-nav-toggle {
    color: var(--third);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(20, 21, 28, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 50px;
    left: px;
    padding: 0 50px 0 0;
    border-radius: 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar .lang {
    text-align: center;
}

.navbar-mobile a {
    padding: 10px 20px;
    margin: 5px;
    font-size: 15px;
    color: #2a2c39;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: var(--third);
}

.navbar-mobile .getstarted {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #fff;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    overflow: hidden;
}

.mini-title {
    color: var(--second);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-title {
    position: relative;
    margin-bottom: 0px;
}

.section-title h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 15px;
}

.section-title p {
    max-width: 920px;
    margin-inline: auto;
}

.section-title .btnPrimOutline {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
}


/*--------------------------------------------------------------
# home
--------------------------------------------------------------*/

#hero {
    padding-top: 0;
}

.home {
    align-items: center;
    position: relative;
    display: flex;
    margin-bottom: 0;
}

.home .bg-overlay {
    background-image: linear-gradient( 45deg, #000000, transparent);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


/*[dir="rtl"] .home .bg-overlay {
    background-image: linear-gradient(90deg, transparent, #c96d1a);
}
*/

.home .container {
    z-index: 1;
}

.home .hero-slider,
.home .swiper-slide {
    width: 100%;
    aspect-ratio: 1920/900;
}

.home .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home .home-heading {
    color: #fff;
    top: 0;
    right: auto;
    left: auto;
    padding-top: 90px;
    padding-inline: 0;
    text-align: start;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.home .home-heading .home-title {
    font-size: 50px;
    line-height: 75px;
    font-weight: 700;
}

.home .home-heading .home-desc {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    display: block;
}

.home .second {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50px;
    position: absolute;
    bottom: -25px;
    left: calc(50% - 10px);
    right: calc(50% - 10px);
    z-index: 2;
    margin: auto;
    transition: 2s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.home .second i {
    color: var(--third);
    font-size: 20px;
    font-weight: 600 !important;
}

.home .second:hover {
    transform: scale(1.05);
}

.home .FollowUs {
    position: absolute;
    z-index: 2;
    inset-block-end: 15%;
    inset-inline-end: 20px;
}

.home .FollowUs h6 {
    transform: rotate(90deg);
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-block-end: 30px
}

.home .social-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.home .social-links a {
    padding: 0;
    margin: 0;
}

.home .social-links::before {
    display: block;
    content: "";
    width: 1px;
    height: 200px;
    background-color: #D9D9D9;
    margin: 20px auto 10px;
}


/*--------------------------------------------------------------
# swiper Section
--------------------------------------------------------------*/

.services .swiper-button-next,
.services .swiper-rtl .swiper-button-prev {
    right: -30px;
}

.services .swiper-button-prev,
.services .swiper-rtl .swiper-button-next {
    left: -30px;
}

[dir="rtl"] .services .swiper-button-next {
    left: -30px;
    right: auto;
    transform: rotate(180deg);
}

[dir="rtl"] .services .swiper-button-prev {
    left: auto;
    right: -30px;
    transform: rotate(180deg);
}

[dir="rtl"] .swiper-button-next {
    left: 10px;
    right: auto;
    transform: rotate(180deg);
}

[dir="rtl"] .swiper-button-prev {
    left: auto;
    right: 10px;
    transform: rotate(180deg);
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--third);
    font-size: 18px;
}

.swiper-button-next i,
.swiper-button-prev i {
    height: 25px;
}


/*--------------------------------------------------------------
# about Section
--------------------------------------------------------------*/

#about {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#about .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: start;
    position: relative;
}

#about .header_card {
    padding: 5px 10px;
    color: gray;
    max-width: 218px;
    box-shadow: 0 0px 5px #d9d7d7;
    border-radius: 5px;
    margin-bottom: 30px;
}

#about h1 {
    color: #000;
    margin-bottom: 25px;
    font-size: 48px;
    font-weight: 700;
}

#about p {
    font-size: 18px;
    margin-bottom: 22px;
    line-height: 27px;
}

#about .carousel-control-prev,
#about .carousel-control-next {
    width: 10%;
}

#about .carousel-control-next-icon,
#about .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#about .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #ef6603;
}

#about .btn-get-started:hover {
    background: #ef6603;
    color: #fff;
    text-decoration: none;
}

#ex1 {
    /*height: 100vh;
    width: 100vw;*/
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

#ex1-layer {
    /*border: 2px solid red;
    height: 100px;
    width: 100px;
    position: absolute;*/
    /*border: 2px solid red;*/
    width: 100%;
    padding: 0;
}

#about #ex1-layer-img {
    aspect-ratio: 4/4;
    width: 70%;
    margin: 0;
    margin-inline-start: 30%;
    z-index: 1;
    position: relative;
    animation: MoveUpDown 3s ease-in-out infinite;
}

#about .img1 {
    position: relative !important;
    aspect-ratio: 4/4;
    width: 50%;
    margin: 0;
    margin-top: -100px;
    left: 0;
    z-index: 2;
    animation: MoveUpDown 4s ease-in-out infinite;
}

#about .img2 {
    position: absolute;
    width: 100%;
    inset: 0;
    z-index: 0;
}

@-webkit-keyframes MoveUpDown {
    0%,
    100% {
        bottom: 0;
    }
    50% {
        bottom: 30px;
    }
}


/*--------------------------------------------------------------
# cards
--------------------------------------------------------------*/

.card1 {
    padding: 40px;
    margin-bottom: 0;
    background-color: var(--third);
}

.card1 .icon {
    height: 70px;
    margin-bottom: 15px;
}

.card1 .title {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

.card1 .desc {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 27px;
}

.card1 .desc1 {
    margin-bottom: 40px;
}

.card2 {
    position: relative;
    display: block;
    border-radius: 0;
    transition: 0.3s;
    border: 1px solid transparent;
    overflow: hidden;
    aspect-ratio: 383/500;
    margin-bottom: 20px;
}

.card2 .content {
    position: absolute;
    inset: 0;
    top: calc(100% - 70px);
    bottom: auto;
    background-color: #00000080;
    backdrop-filter: blur(5px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 0.3s;
}

.card2 .image {
    position: absolute;
    inset: 0;
    width: 100%;
    aspect-ratio: 383/500;
    transform: scale(1.2);
    transition: 0.3s;
    border-radius: 0;
    overflow: hidden;
}

.card2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card2 .title,
.card2 .Type {
    font-size: 22px;
    line-height: 33px;
    color: #fff;
    font-weight: 500;
}

.card2 .Type::before {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    margin: 10px auto;
    background-color: #fff;
}

.card2 .Type small {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #fff;
}

.card2:hover .image {
    transform: scale(1);
    border-radius: 0;
}

.card2:hover .content {
    top: 0;
    bottom: 0;
}

.card5 {
    display: flex;
    gap: 15px;
}

.card5 img {
    height: 74px;
}

.card5 .content h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--third);
}

.card5 .content h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--gray);
}

.card3 {
    display: flex;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
}

.card3.inverse {
    flex-direction: row-reverse;
}

.card3 .image {
    width: 50%;
    aspect-ratio: 960/400;
    overflow: hidden;
}

.card3 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.card3 .content {
    width: 50%;
    padding: 40px;
}

.card3 .title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.card3 .description {
    font-size: 16px;
    line-height: 24px;
    margin-block: 20px 0;
    font-weight: 400;
    color: #000;
}

hr {
    border-top-color: var(--light-gray);
    opacity: 1;
}

.card4 {
    display: block;
    margin-bottom: 40px;
}

.card4 .image {
    width: 100%;
    aspect-ratio: 506/300;
    overflow: hidden;
}

.card4 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.card4 .content {
    width: 90%;
    position: relative;
    padding: 20px;
    background-color: #fff;
    margin-top: -20px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 0 0 10px #00000026;
    z-index: 1;
}

.card4 .btnPrimOutline {
    width: max-content;
}

.card4 .title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}

.card4 .desciption {
    font-size: 16px;
    line-height: 24px;
    margin-block: 10px;
    font-weight: 400;
    color: #000;
}

.card4 .date {
    font-size: 16px;
    line-height: 24px;
    margin-block: 10px;
    font-weight: 400;
    color: #000;
}

.card4 .date::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background-color: var(--second);
    margin-top: 10px;
}

.card4 .Show-more , .Show-more-service{
    cursor: pointer;
    display: flex;
    gap: 5px;
    align-items: center;
}

.card4 .Show-more p, .Show-more-service p {
    font-size: 16px;
    line-height: 24px;
    margin-block: 10px 0;
    font-weight: 400;
    color: var(--second);
}

.card4 .Show-more i , .Show-more-service i{
    font-size: 20px;
    line-height: 24px;
    margin-block: 10px 0;
    font-weight: 400;
    color: var(--second);
    transition: 0.2s;
}

.card4:hover .Show-more i {
    padding-inline-start: 10px;
}

.lines-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lines-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lines-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lines-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lines-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card4:hover .image img,
.card3:hover .image img {
    transform: scale(1.2);
}


/*--------------------------------------------------------------
# vision-mission Section
--------------------------------------------------------------*/

.vision-mission .col1 {
    padding: 0;
}

.vision-mission img {
    width: 130%;
}

.vision-mission .card1 {
    width: 100%;
}

.vision-mission .animate1 {
    animation-delay: 0s;
    /*animation: MoveScale 3s ease-in-out infinite;*/
}

.vision-mission .animate2 {
    animation-delay: 1s;
}

@-webkit-keyframes MoveScale {
    0%,
    100% {
        transform: scale(1.01);
    }
    50% {
        transform: scale(1.02);
    }
}


/*--------------------------------------------------------------
# Projects Section
--------------------------------------------------------------*/

.Projects .section-title,
.departments .section-title,
.services .section-title,
.News .section-title,
.joinUs .section-title {
    margin-bottom: 50px;
}

.Projects .btnPrim,
.News .btnPrim {
    margin-top: 50px;
}

.departments .container-xxl {
    padding: 0;
    max-width: 1800px;
}


.services .container-xxl {
    padding-bottom: 40px;
}

.departments .departments-card {
    width: 100%;
    box-shadow: 0 0 10px #00000026;
}


/*--------------------------------------------------------------
# services Section
--------------------------------------------------------------*/

.services {
    background-color: #211E1F0D;
}

.services .services-slider {
    margin-top: 40px;
    overflow: hidden;
}

.services .services-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    text-align: center;
    padding-inline: 10px;
}

.services .services-item .image {
    width: 100%;
    max-width: 300px;
    align-self: 4/4;
    margin-bottom: 15px;
}

.services .services-item .image img {
    /*width: 100%;
    height: 100%;
    object-fit: cover;*/
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    object-fit: cover;
}

.services .services-item .title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.services .services-item .descriptipn {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    max-width: 350px;
    min-height: 102px;
}


/*--------------------------------------------------------------
# contactUs
--------------------------------------------------------------*/

.contactUs {
    position: relative;
    margin: 60px 0;
    background-size: cover;
}

.contactUs .bg-overlay {
    background: radial-gradient(ellipse at left, transparent, #000000e8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.contactUs .section-title h3,
.contactUs .section-title p {
    color: #fff;
}

.contactUs .section-title .info p {
    margin-bottom: 5px;
}

.contactUs .btnPrim {
    position: relative;
    margin-top: 40px;
    margin-inline: 0;
    max-width: 230px;
}


/*--------------------------------------------------------------
# modal Section
--------------------------------------------------------------*/

.modal-backdrop.show {
    backdrop-filter: blur(5px);
    background: #211E1FBF;
    opacity: 1;
}

.modal .map {
    width: 100%;
    height: 100%;
}

.modal .map iframe {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.modal .modal-content {
    border-radius: 15px;
    padding: 40px;
}

.modal-header {
    border: 0;
    padding-block: 0;
    position: relative;
    z-index: 1;
}

.modal-header .close {
    background-color: transparent;
    border: 0;
    transition: 0.3s;
    font-size: 25px;
}

.modal-header .close:hover {
    font-size: 30px;
}

.modal .info {
    margin-bottom: 20px;
}

.modal .info p {
    margin-bottom: 5px;
}

.modal .btnPrim {
    border: 0;
    margin: 10px 0;
}

.modal .close.position-absolute {
    top: 0;
    inset-inline-end: 0;
}

.form1 label {
    font-size: 18px;
    color: var(--third);
}

.newsBody img {
    display: block;
    width: 100%;
    max-width: 900px;
    max-height: 400px;
    object-fit: contain;
    margin: 10px auto 50px;
}

.newsBody .description,
.newsBody .description * {
    font-size: 18px;
    line-height: 27px;
}

.NewsDetailsModal .date {
    margin-top: 10px;
    font-size: 18px;
    color: var(--third);
}

.ProjectDetailsModal .section-title h3 {
    font-weight: 500;
}

.ProjectDetailsModal .type,
.ProjectDetailsModal .client {
    font-size: 18px;
    margin-block: 15px;
}

.ProjectDetailsModal img {
    display: block;
    width: 100%;
    max-width: 900px;
    max-height: 400px;
    object-fit: contain;
    margin: 10px auto 50px;
}


/*--------------------------------------------------------------
# PagesHero
--------------------------------------------------------------*/

.PagesHero {
    position: relative;
    padding-block: 0;
    width: 100%;
    aspect-ratio: 1920/400;
    min-height: 300px;
    overflow: hidden;
}

.PagesHero .image {
    aspect-ratio: 1920/400;
    min-height: 300px;
    width: 100%;
    filter: brightness(0.3);
}

.PagesHero .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.PagesHero .container-xxl {
    position: absolute;
    bottom: 50px;
    inset-inline: 0;
}

.PagesHero .section-title h3 {
    color: #fff;
    font-size: 50px;
}

.PagesHero .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#AllProjects,
#AllNews {
    padding-bottom: 150px;
}


/*--------------------------------------------------------------
# swiper
--------------------------------------------------------------*/

.swiper-slide.swiper-slide-active {
    z-index: 1;
}

.swiper-slide.swiper-slide-active .testimonial-item {
    transform: scale(1.1);
}

.swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--second);
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: var(--third);
    color: #fff;
    font-size: 14px;
    text-align: start;
    padding: 20px 0;
}

#footer .footer-logo {
    margin-bottom: 30px;
}

#footer h6 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 400;
}

#footer .link-lg {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

#footer .link {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}

#footer .link:hover,
#footer .link-lg:hover {
    color: var(--second);
}

.social-links {
    margin: 0 0 10px 0;
}

.social-links a {
    font-size: 23px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-inline-start: 10px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    transition: 0.3s;
    border: 1px solid #FFFFFF;
}

.social-links a:hover {
    background: var(--second);
    /* border: 2px solid var(--third);*/
    color: #fff;
    text-decoration: none;
}

#footer .copyright {
    margin: 50px auto 0;
    text-align: center;
}

#footer .copyright p {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    line-height: 24px;
}

@media (min-width: 1400px) {
    .modal-xl {
        --bs-modal-width: 1340px;
    }
}

@media (max-width: 1400px) {
    /*.navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }*/
    .home .social-links::before {
        height: 150px;
    }
    .home .FollowUs {
        inset-block-end: 10%;
    }
    .container-xxl {
        padding-inline: 20px;
    }
    .services .swiper-button-prev,
    .services .swiper-rtl .swiper-button-next {
        left: 20px;
    }
    .services .swiper-button-next,
    .services .swiper-rtl .swiper-button-prev {
        right: 20px;
    }
    [dir="rtl"] .services .swiper-button-next {
        left: 20px;
    }
    [dir="rtl"] .services .swiper-button-prev {
        right: 20px;
    }
    .card3 .content {
        padding-block: 0;
    }
}

@media (max-width: 1240px) {
    .home .home-heading {
        max-width: 80%;
    }
    .home .social-links::before {
        height: 120px;
    }
    .home .hero-slider,
    .home .swiper-slide {
        min-height: 100vh;
    }
    #header .logo img {
        max-height: 40px;
    }
    .navbar a,
    .navbar a:focus,
    .header-search input {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .offcanvas {
        height: 100vh;
        background-color: var(--third);
    }
    .offcanvas-backdrop.show {
        backdrop-filter: blur(5px);
        opacity: 1;
        background: #00000080;
    }
    .navbar .lang {
        width: 100%;
        margin-top: 30px;
    }
    .navbar .lang a {
        display: block;
        margin-inline: 0;
        height: 45px;
        font-weight: 700;
    }
    .navbar .lang a:hover {
        border: 1px solid var(--second);
    }
    .navbar-nav a {
        width: 100%;
        color: #fff !important;
    }
    .navbar-nav .social-links {
        margin-bottom: 40px;
    }
    .navbar-nav .social-links a {
        width: 50px;
        margin: 0 !important;
    }
    .navbar-nav .social-links a i {
        font-size: 23px;
        margin: 0;
    }
    .navbar ul {
        margin-top: 50px;
        padding: 0 !important;
        gap: 15px;
    }
    .header-search {
        width: 100% !important;
        margin-block: 10px;
    }
    .header-search input {
        max-width: 100% !important;
        height: 45px;
    }
    .offcanvas-header .btn-close {
        filter: brightness(0) invert(1);
    }
    .mobile-nav-toggle {
        display: block;
    }
    #header:not(.header-scrolled) .navbar-toggler {
        filter: brightness(0) invert(1);
    }
    #header .logo img {
        max-height: 40px;
    }
    #ex1-layer {
        margin-top: 50px;
    }
    .vision-mission img {
        width: 100%;
        margin-bottom: 20px;
    }
    .card3,
    .card3.inverse {
        flex-direction: column;
    }
    .card3 .image,
    .card3 .content {
        width: 100%;
    }
    .card3 .content {
        padding: 20px;
    }
    .contactUs .btnPrim {
        max-width: 400px;
        margin-inline: auto;
    }
    #footer .social-links {
        margin-bottom: 40px;
    }
    .PagesHero .image,
    .PagesHero {
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    #footer .link-lg:first-child {
        margin-top: 40px;
    }
    .modal .modal-content {
        padding-inline: 20px;
    }
    .modal .close.position-absolute {
        top: -10px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: auto;
        bottom: 0;
    }
}

@media (max-width: 575px) {
    .home .home-heading {
        max-width: 100%;
        justify-content: end;
    }
    .home .home-heading .home-title,
    .section-title h3,
    .card1 .title,
    .PagesHero .section-title h3,
    .ProjectDetailsModal .section-title h3 {
        font-size: 24px;
        line-height: 30px;
    }
    p,
    .home .home-heading .home-desc,
    #about p,
    .card1 .desc1,
    .card3 .description,
    .card4 .desciption,
    .newsBody .description,
    .newsBody .description *,
    .ProjectDetailsModal .type,
    .ProjectDetailsModal .client {
        font-size: 14px;
        line-height: 20px;
    }
    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after,
    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        font-size: 15px;
    }
    .home .FollowUs {
        inset-block-start: 120px;
        inset-inline-end: 0
    }
    .card4 .content {
        width: 95%;
        border-radius: 5px;
        margin-inline: auto;
    }
    .services .swiper-button-next,
    .services .swiper-button-prev {
        display: none;
    }
    .Projects .btnPrim,
    .News .btnPrim {
        margin-top: 20px;
    }
    #footer .link-lg {
        font-size: 16px;
    }
    #footer .link {
        font-size: 14px;
    }
}
