:root {
    --main-color: #465459;
    --sec-color: #0744a3;
    --bg-color: #00235A;
}


@font-face {
    font-family: 'ar-font';
    src: url('../fonts/Cairo-Regular.ttf');
}




@font-face {
    font-family: 'open-sans';
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/OpenSans-SemiBold.ttf');
}


body {
    direction: ltr;
    text-align: start;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

form {
    direction: ltr;
}


/* nice select */
.nice-select {
    width: 100%;
    margin-bottom: 20px;
    text-align: start;
    padding-left: 12px;
    padding-right: 30px;
    border-radius: 0;
    border: 1px solid rgba(219, 213, 213, 1);
    height: 45px;
}

.nice-select::after {
    right: 12px;
    left: auto;
}

.nice-select .option {
    text-align: start;
    padding-left: 12px;
    padding-right: 18px;
}

.nice-select .list {
    width: 100%;
}

.nice-select:after {
    width: 10px;
    height: 10px;
    border-color: var(--sec-color);
}

.owl-carousel {
    direction: ltr;
}

.carousel-info button {
    border: none;
    outline: none;
    background: none;
}

button:focus,
button {
    border: none;
    outline: none;
}

.mynav button {
    background: none;
}

input:focus {
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

/* top bar */
/* -------------------------------------------------   */
header {
    width: 100%;
}

.mynavbar,
.mynavbar ul.nav-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.lang-search,
.right-header {
    display: flex;
    align-items: center;

}

.right-header {

    justify-content: space-between;
}

.btnSearch i,
.lang-search a {
    color: var(--sec-color);
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
}

.lang-search a i {
    padding-inline-start: 6px;
}

.btnSearch i:hover,
.lang-search a:hover {
    color: var(--sec-color);
}

.mynavbar .logo {
    height: 58px;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
}

span.mob-num {
    display: inline-block;
    direction: ltr;
}

.lang a {
    text-transform: uppercase;
    transition: all 0.3s;
    display: inline-block;
    color: #fff;
    font-weight: 500;
}

.lang {
    position: relative;
}

.lang .lang-icone {
    position: relative;
    padding-inline-end: 14px;
    font-size: 16px;
    transition: all 0.3s;
}

.lang .lang-icone span {
    border-bottom: 1px solid var(--sec-color);
}

.lang .sub-mune {
    display: block;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 120px;
    box-shadow: 0px 5px 15px #0000001a;
    padding: 0px;
    background: #fff;
    z-index: 9;
    margin-top: 10px;
    transform: translateY(-20px);
    transition: all 0.4s;
    visibility: hidden;
}

.lang ul li a {
    color: var(--sec-color);
    display: inline-block;
    margin-inline-end: 0;
}

.lang h6 {
    position: relative;
    padding-inline-end: 20px;
    display: inline-block;
}

.lang .lang-icone::after {
    position: absolute;
    content: '\f107';
    font-family: 'font awesome 5 pro';
    top: 2px;
    right: 0;
    color: rgba(7, 68, 163, 1);
}

.lang:hover .sub-mune,
.lang .sub-mune.open {
    opacity: 1;
    height: auto;
    transform: translateY(0);
    visibility: visible;
    z-index: 99999999;

}

.lang a {
    text-transform: capitalize;
    color: rgba(7, 68, 163, 1);
}

.mynavbar .sub-mune li {
    border-bottom: 1px solid var(--main-color);
    margin-inline-end: 0;
}

.sub-mune li:last-of-type {
    border-bottom: none;
}

.sub-mune li a {
    display: inline-block;
    width: 100%;
    padding: 6px 10px;
}

.sub-mune li:hover a {
    background-color: var(--sec-color);
    color: #fff;
}

/* Start Search */

.site-search {
    display: table;
    width: 100%;
    height: 100%;
    background: #00235A;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    padding: 12px;

}

.site-search.open {
    z-index: 999;
    opacity: 1;
    animation: 1.3s bounceInDown;
}

.site-search .close-side i {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 20px;
    right: 20px;
    z-index: 3;
}

.site-search .widget_product_search,
.site-search .widget_search {
    position: relative;
    padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
    border: none;
    width: 39%;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    padding-top: 0;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
    color: #fff;
    font-size: 50px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    line-height: 80px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 32px;
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
    background: #fff;
    border: none;
    border: 1px solid #fff;
    font-size: 18px;
    padding: 15px 0;
    height: 56px;
    margin: 0;
    outline: none !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.15s linear;
    /* -webkit-appearance: none; */
    border-radius: 0px;
    box-shadow: inset 0 0 0 transparent;
    color: #000;
    padding-inline-end: 50px;
    padding-inline-start: 22px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
    top: 10px;
    right: 15px;
    padding-top: 0 !important;
    background: none !important;
    font-size: 0;
    min-width: 0;
    padding: 0 !important;
    z-index: 4;
    position: absolute;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
    border: none !important;
    box-shadow: none !important;
    color: #fff;
    padding: 0;
    width: 80px;
    height: 56px;
    background-color: rgba(24, 23, 23, 1);
}

.site-search .woocommerce-product-search .search-field::placeholder {
    color: #C5C5C5;

}

.searchForm .btnSearch {
    box-shadow: none !important;
    /* margin: 0 11px; */
    padding: 0;
    text-align: center;
    border: none !important;
    font-size: 16px;
    border-radius: 50%;
    cursor: pointer;
    height: 43px;
    width: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.searchForm .btnSearch i {
    transition: all 0.6s;
    color: rgba(24, 23, 23, 1);
}


.site-search-close {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}


/* End Search */
/* Start header */
.mynav {
    position: relative;
}

.mynav .row {
    align-items: center;
    padding: 17px 0 19px;
}

.mynavbar ul,
.mynavbar {
    display: flex;
    align-items: center;
}

.mynavbar ul li {
    margin-inline-end: 29px;
}

.mynavbar li a {
    position: relative;
    padding: 0;
    color: rgba(24, 23, 23, 1);
    transition: all 0.3s;
    text-transform: capitalize;
    font-size: 16px;
    position: relative;
    display: inline-block;
}


.mynavbar li a:hover,
.mynavbar li.current-menu-item a {
    color: var(--sec-color);
}

.my-btn a,
.my-btn button {
    display: inline-block;
    min-width: 122px;
    text-align: center;
    background: var(--sec-color);
    color: #fff;
    padding: 12px 10px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: all 0.3s;
    font-weight: 700;
    text-transform: capitalize;
    box-shadow: 0px 8px 8px 0px rgba(201, 24, 42, 0.08);
}

.my-btn a::before,
.my-btn button::before {
    background: var(--bg-color);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 0%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.6s ease;
}

.my-btn a:hover::before,
.my-btn button:hover::before {
    height: 780%;
}

header .my-btn a {
    background: #0744a3;
    color: #fff;
    min-width: 209px;
}

header .my-btn a:hover {
    color: #fff;
}

/* responsive menu */
.responsive-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 12px;
    width: 100%;
}

.navbar-toggler {
    background-color: var(--sec-color);
    border-radius: 1px;
    color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang-search {
    display: flex;
    align-items: center;
    gap: 31px;
}

.sidebar .my-btn {
    margin-top: 22px;
    margin-inline-start: 12px;
}

.navbar-toggler i {
    font-size: 23px;
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: -350px;
    height: 100%;
    width: 350px;
    background-color: var(--sec-color);
    z-index: 99;
    padding: 20px 0;
    z-index: 3;
    transition: all 0.7s;
    box-shadow: 0px 0px 20px #00000029;
    padding: 20px 0;
    clip-path: circle(25px at calc(100% - 45px) 45px);
}

.sidebar-width {
    left: 0px;
    clip-path: circle(75%);
}

.sidebar .close-side i {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.sidebar .side-content {
    padding-top: 10px;
    margin-top: 30px;
}

.side-content a i {
    margin: 0 8px;
}

.side-content a {
    text-transform: capitalize;
}

.close-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: none;
}

.close-overlay.open-overlay {
    display: block;
}

.sidebar .side-content ul li {
    position: relative;
    width: 100%;
    transition: all .5s;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}


.sidebar .side-content ul li a {
    color: #fff;
    display: inline-block;
    padding: 10px 12px;
    position: relative;
    transition: all 0.6s;
}

.side-content ul li.has-child a {
    padding-inline-end: 20px;
}

.sidebar .contact-buttons {
    justify-content: center;
    margin-top: 60px;
}

.search-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sidebar .my-btn a {
    background-color: #fff;
    color: var(--sec-color);
}

/* Start home slider */
.home-slider,
.home-slider .item,
.home-slider .item .container,
.home-slider .item .container .row {
    min-height: 600px;
    direction: ltr;
}

.home-slider .owl-item,
.home-slider .item {
    overflow: hidden;
    position: relative;
}


.slider-home .slider-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-home .slider-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 35, 90, 0.56);
}

.home-slider {
    width: 100%;
    z-index: 1;
    position: relative;
}


.owl-item.active .slider-info .my-btn {
    animation: 1s fadeInUp;
}

.owl-item.active .slider-info h2 {
    animation: 1s fadeInDown;
}

.home-slider .row {
    align-items: center;
    justify-content: center;
}

.slider-home .owl-item .slider-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.slider-info {
    position: relative;
    z-index: 99;
    color: #fff;

}

.slider-info h2 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.slider-info p {

    font-size: 18px;

    line-height: 27px;

    margin: 14px 0 28px;
}

.home-slider .owl-carousel,
.sponser-slider {
    direction: ltr;
}

.owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-home.owl-theme .owl-dots {
    position: absolute;
    z-index: 5;
    right: 0;
    left: 0;
    bottom: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0;
    margin-inline-end: 16px;
}

.home-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next,
.sponser-slider.owl-theme .owl-nav .owl-prev,
.sponser-slider.owl-theme .owl-nav .owl-next,
.project-slider.owl-theme .owl-nav .owl-prev,
.project-slider.owl-theme .owl-nav .owl-next {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    font-size: 38px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    color: #fff;
}

.home-slider .owl-theme .owl-nav .owl-prev:hover,
.home-slider .owl-theme .owl-nav .owl-next:hover,
.sponser-slider.owl-theme .owl-nav .owl-prev:hover,
.sponser-slider.owl-theme .owl-nav .owl-next:hover,
.gallary-slider.owl-theme .owl-nav .owl-prev:hover,
.gallary-slider.owl-theme .owl-nav .owl-next:hover {
    opacity: 1;
}

.home-slider .owl-theme .owl-nav .owl-prev {
    left: 70px;
}

.home-slider .owl-theme .owl-nav .owl-next {
    right: 70px;
}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next {
    width: 58px;
    height: 57px;
    background-color: rgba(7, 68, 163, 1);
}

.home-slider .owl-theme .owl-nav .owl-prev:hover,
.home-slider .owl-theme .owl-nav .owl-next:hover {
    background-color: #fff;
    color: var(--sec-color);
}

.owl-theme .owl-dots .owl-dot.active,
.owl-theme .owl-dots .owl-dot:hover {
    background: #fff;
    width: 24px;
    height: 24px;
}

.slider-info .my-btn a {
    min-width: 292px;
    text-transform: uppercase;
}

.card-slider.owl-theme .owl-nav .owl-prev,
.card-slider.owl-theme .owl-nav .owl-next {
    margin: 9px;
    background: var(--sec-color);
    color: #fff;
    font-size: 32px;
    margin-top: 36px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.card-slider.owl-theme .owl-nav .owl-prev:hover,
.card-slider.owl-theme .owl-nav .owl-next:hover {
    background-color: rgba(7, 68, 163, 30%);
}

.sponser-slider.owl-theme .owl-nav .owl-next,
.sponser-slider.owl-theme .owl-nav .owl-prev {
    background: transparent;
    color: #292D32;
    font-size: 24px;
    border: 1px solid #E0E0E0;
}



.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border: none;
    background: #fff;
    transition: all 0.3s;
    border-radius: 50%;
    margin: auto;
}

.sponser-slider.owl-theme .owl-dots .owl-dot span {
    background: #D9D9D9;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border-color: #fff;
    width: 24px;
    height: 24px;
}

.owl-theme .owl-dots .owl-dot {
    background: rgb(255 255 255 / 36%);
    padding: 0;
    border-radius: 50%;
    margin: 0 6px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}



/* ------------------------        about section   --------------------------------- */
@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}

section.about {
    padding-top: 117px;
    padding-bottom: 157px;
}

section.about .row {
    padding: 65px 54px;
    box-shadow: 0px 68px 68px 0px rgba(196, 196, 196, 0.25);
    border: 1px solid rgba(229, 239, 255, 1);
}

section.partner {
    padding-bottom: 157px;
}

.about-img {
    height: 319px;
}

.about-img img {
    width: auto;
    max-width: 100%;
    object-fit: cover;
    height: 319px;
    object-fit: cover;
    -webkit-mask-box-image: url('../images/about-img.png');
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
}


.about-details h4 {
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    color: rgba(20, 20, 20, 1);
    margin-bottom: 16px;
}

.about-details p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: rgba(59, 59, 59, 1);
    height: 180px;
    overflow: hidden;
}

.about-details .my-btn a {
    min-width: 152px;
}

/* -------------------------------------------------------------- */

/* -------------------------  what-we-do-sec ---------------------   */

.what-we-do-sec {
    padding-top: 10px;
}

.what-we-do {
    background-color: #00235A;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.what-we-do h2 {
    color: #fff;
    font-size: 64px;
    font-weight: 900;
    text-transform: uppercase;
}

.what-we-do-items {
    padding-inline-start: 43px;
}

.what-we-do-item {
    margin-bottom: 32px;
    position: relative;
    padding-bottom: 8px;
}

.what-we-do-item .num span {
    font-size: 89px;
    color: rgba(219, 219, 219, 1);
    font-weight: 900;
    transition: all 0.3s;
}

.what-we-do-item h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0;
    color: rgba(20, 20, 20, 1);
    text-transform: capitalize;
}

.what-we-do-item::after {
    position: absolute;
    content: '';
    width: 104px;
    height: 1px;
    bottom: 0;
    background-color: rgba(7, 68, 163, 1);
    transition: all 0.3s;
}

.what-we-do-item:hover::after {
    width: 232px;
    background-color: var(--sec-color);
}

.what-we-do-item:hover .num span {
    color: var(--sec-color);
}


/* Start card slider section */
section.services {
    position: relative;
    background-color: rgba(248, 248, 248, 1);
}

section {
    padding: 80px 0;
    overflow: hidden;
}


section.services .col-md-3 {
    padding: 0 6px;
}

.service-item {
    background-color: #fff;
    padding: 25px 15px;
    margin-bottom: 20px;
    position: relative;
}

.service-item::after,
.vission-item::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--bg-color);
    transition: all 0.4s;

}

.service-item:hover::after,
.vission-item:hover::after {
    width: 100%;
}

.service-item .icone {
    height: 60px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.service-item .icone img {
    max-height: 100%;
    transition: all 0.4s;
}

.service-item:hover .icone img {
    filter: brightness(0) invert(1);
}

.service-item h5 {
    font-size: 18px;
    font-weight: 700;
    color: #141414;
    margin-bottom: 10px;
    min-height: 59px;
    line-height: 30px;
    transition: all 0.4s;
    position: relative;
    z-index: 2;
}

.service-item:hover h5,
.service-item:hover .more a {
    color: #fff;
}

.service-item:hover .more a {
    border-color: #fff;
}

.service-item .more a {
    font-size: 20px;
    font-weight: 700;
    color: var(--sec-color);
    border-bottom: 1px solid var(--sec-color);
    text-transform: capitalize;
    transition: all 0.4s;
    position: relative;
    z-index: 2;
}

.services .section-title,
.services .my-btn {
    text-align: center;
}

.section-title {
    margin-bottom: 48px;
}

.section-title h4 {
    font-size: 50px;
    color: rgba(20, 20, 20, 1);
    margin-bottom: 0;
    font-weight: 900;
    text-transform: uppercase;
}

.services .my-btn a {
    min-width: 360px;
    margin-top: 28px;
}

/* ---------------------------------------------------- */
section.projects .section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.projects .section-title h4 {
    margin-bottom: 0;
}

section.projects .section-title .my-btn a,
.partner .my-btn a {
    min-width: 242px;
}
h1,h2,h3,h4,h5,h6{
    text-transform: capitalize;
}
/* Start projects section */
.project-item {
    border: 1px solid #EAEAEA;
    background: #FFF;
}

.project-item a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.project-item a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    background: rgba(7, 68, 163, 50%);
    transition: all 0.6s;
}

.project-item:hover a:after {
    height: 100%;
}

.project-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.project-item .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 246px;
    transition: all 0.6s;
    padding: 1px;
}

.project-item:hover .img {
    /* height: 452px; */
    height: 100%;
}


.project-item .project-details {
    padding: 24px 22px;
    margin-top: 246px;
    position: relative;
    z-index: 3;
}

.project-item .project-details h4{
    color: rgba(20, 20, 20, 1);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    transition: all 0.3s;
}

.project-item .project-details p {
    color: rgba(59, 59, 59, 1);
    margin-bottom: 24px;
    transition: all 0.3s;
    height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-item .project-details span {
    color: var(--sec-color);
    border-bottom: 1px solid var(--sec-color);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 20px;
    transition: all 0.3s;
}

.project-item:hover .project-details h4,
.project-item:hover .project-details p,
.project-item:hover .project-details span {
    color: #fff;
}

.project-item:hover .project-details span {
    border-color: #fff;
}


.container {
    position: relative;
    z-index: 2;
}

/* --------------------------------------------------------- */
/* Start sponser slider */
.sponser-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.partner .section-title,
.partner .my-btn {
    text-align: center;
}

.partner .my-btn {
    margin-top: 48px;
}

.partner .section-title h4 {
    color: #181717;
}

.sponser-img {
    height: 113px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EAEAEA;
    background: #FFF;
}

.sponser-img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: all 0.3s;
    width: auto !important;
    margin: 0 auto;
}

.client-page .sponser-img {
    margin-bottom: 20px;
}

.client-page {
    background: #F8F8F8;
}

.sponser-img:hover img {
    transform: translateY(-3px);
}

section.client-page.partner .col-md-3.col-6 {
    padding: 0 9px;
}

/* End sponser slider */

.form-group {
    margin-bottom: 24px;
}

.contact-form form input,
.contact-form form textarea,
.contact-form form select {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #DBD5D5;
    color: #181717;
    font-size: 16px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(132, 132, 132, 1);

}

textarea:focus {
    outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: rgba(7, 68, 163, 1);
}

/* -------------------  Start footer section ---------------------- */
.fa-brands,
.fab {
    font-family: 'Font Awesome 6 Brands';
}

footer {
    overflow: hidden;
    padding: 104px 0 0;
    background: rgba(7, 68, 163, 1);
    position: relative;
}

.footer-links a {
    color: #fff;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    display: flex;
}

.footer-links ul li {
    margin-bottom: 18px;
}

.footer-links .contact-list li {
    width: 100%;
    display: block;
    background: rgba(0, 59, 152, 1);
    padding: 16px 24px 16px 16px;
    margin-bottom: 8px;
}

.footer-links .contact-list li a {
    text-transform: unset;
}

.footer-links .contact-list li:nth-child(2) {
    margin-bottom: 0;
}

.footer-links .contact-list li:last-of-type {
    background: rgba(0, 97, 167, 1);
    padding: 9px 28px 9px 16px;
}

.footer-links .contact-list li p {
    margin-bottom: 0;
    line-height: 24px;
}

.left-footer p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 14px;
    margin-bottom: 0;
    height: 54px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-links.footer-menu {
    padding-inline-start: 30px;
}

.copy-right p a {
    color: var(--sec-color);
    text-transform: uppercase;
    font-weight: 700;
}


.copy-right {
    text-align: center;
    padding: 14px 0;
    margin-top: 80px;
    background: #fff;
}

.copy-right p {
    color: rgba(94, 93, 93, 1);
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
}

.footer-logo {
    height: 201px;
}

.footer-logo img {
    height: 100%;
    object-fit: cover;
}

.footer-links a i,
.footer-links li i {
    padding-inline-end: 12px;
    margin-top: 4px;
    color: #fff;
    font-size: 17px;
}

.footer-links h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 32px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.copy-right .row,
.bottom-footer .row {
    align-items: center;
}

.footer-soch {
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: capitalize;
}

.footer-soch a {
    color: #fff;
    padding-inline-start: 10px;
}

/* ************************************************ */
/* Start about page */
.breadcrumb-section {
    color: #fff;
    background-image: url('../images/bread-bg.png');
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding-top: 102px;
    padding-bottom: 102px;
}

.breadcrumb-section::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 35, 90, 0.56);
}

.breadcrumb-item+.breadcrumb-item {
    padding: 0;
}

.breadcrumb-info {
    text-align: start;
}

.breadcrumb-info h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.breadcrumb-section a {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
}

.breadcrumb {
    display: flex;
    /* align-items: center; */
    justify-content: start;
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-item.active {
    color: rgb(255 255 255 / 50%);
    font-size: 18px;
    text-transform: capitalize;
    padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 6px;
    content: "/";
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    top: 4px;
    position: relative;
}

.about-details h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    color: #3B3B3B;
}

.about-page .about-details p {
    height: auto;
}

.about-page .about-img {
    height: 470px;

}

.about-page .about-img img {
    height: 410px;
}

.vission-item {
    background-color: #fff;
    padding: 41px 39px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

section.Mission {
    background-color: #F8F8F8;
}

.vission-details h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: rgba(7, 68, 163, 1);
    text-transform: capitalize;
    transition: all 0.3s;
}

.vission-details p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    transition: all 0.3s;
}

.vission-item:hover .vission-details p,
.vission-item:hover .vission-details h5 {
    color: #fff;
}

.vission-details {
    width: calc(100% - 110px);
    position: relative;
    z-index: 2;
}

.vission-item .img {
    width: 110px;
    position: relative;
    z-index: 2;
}

.vission-item .img img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s;
}

.vission-item:hover .img img {
    filter: brightness(0) invert(1);
}


.Mission .Mission-title h3 {
    margin-bottom: 32px;
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    color:rgba(7, 68, 163, 1);
}

.Mission .Mission-title h3 {
    margin-bottom: 0;
}

.Mission .row {
    align-items: center;
    margin-bottom: 48px;
}


.section-disc p {
    font-size: 20px;
    line-height: 31px;
    color: rgba(59, 59, 59, 1);
    margin-bottom: 0;
}

section.Mission .col-lg-6 {
    padding: 0 10px;
}
.about-page.about{
    padding-top: 82px;
}
/* ------------------------------------------------------ */
/* Pagination */
.pagination {
    justify-content: center;
    margin-top: 28px;
}

.page-item .page-link {
    color: var(--bg-color);
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    transition: all 0.3s;
    background: transparent;
    border: 1px solid #C8DDFF;
    margin-inline: 6px;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0;
    margin-inline: 8px;
    border-color: transparent;
    background-color: var(--bg-color);
    color: #fff;
    font-size: 20px;
    width: 35px;
}

.page-item:last-child .page-link:hover,
.page-item:first-child .page-link:hover {
    background-color: rgb(0 35 90 / 20%);
}

.page-item.active .page-link,
.page-link:hover {
    z-index: 3;
    color: #fff;
    background-color: var(--sec-color);
    border-color: var(--sec-color);

}

li.page-item {
    margin-inline: 0;
}

.page-link:focus {
    box-shadow: none;
}

/* Start contact page */
.form-group.mobil {
    position: relative;
}

.form-group.mobil .mob-numb span.mob-num {
    display: inline-block;
    direction: ltr;
    font-weight: 700;
    font-size: 16px;
    color: rgba(24, 23, 23, 1);
}


.form-group.mobil .mob-numb {
    position: absolute;
    top: 13px;
    left: 12px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 6px;
}

.form-group.mobile span.mob-num {
    position: absolute;
    top: 12px;
    left: 8px;
    font-weight: 700;
    color: #181717;
    font-size: 16px;
}

.form-group.mobile input {
    padding-inline-start: 56px;
}

.contact-form {
    background-color: #fff;
    padding: 0 22px;
}

.contact-page .title h3 {
    font-size: 32px;
    font-weight: 700;
    color: #181717;
    margin-bottom: 24px;
    text-transform: capitalize;
}

button:focus,
.btn.focus,
.btn:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.form-group.min-max-price .form-group input {
    text-align: end;
}

.form-group.min-max-price span.p_key {
    position: absolute;
    top: 10px;
    left: 12px;
    z-index: 2;
    text-transform: capitalize;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 559px;
        margin: 1.75rem auto;
    }
}

.modal-header {
    border-bottom: none;
}

.modal-body .contact-form h5 {
    font-size: 32px;
    margin-bottom: 32px;
    font-weight: 700;
    text-align: center;
    color: rgba(24, 23, 23, 1);
    text-transform: capitalize;
}

.modal-body .contact-form .form-group {
    position: relative;
}

.modal-body .contact-form .form-group label {
    position: absolute;
    top: 14px;
    left: 20px;
    text-transform: capitalize;
    font-size: 12px;
    color: rgba(132, 132, 132, 1);
}

.form-group input:focus+label,
.form-group input:not([value=""])+label {
    transform: translateY(-8px);
}

.form-group input:focus,
.form-group input:not([value=""]) {
    padding-bottom: 3px;
    padding-top: 14px;
}

.form-group input[type="number"]:focus,
.form-group input[type="number"]:not([value=""]) ,
.form-group.mobil input:focus,
.form-group.mobil input:not([value=""]){
    padding-bottom: 10px;
    padding-top: 10px;
}

.modal-body .contact-form .form-group.min-max-price {
    position: unset;
    margin-bottom: 8px;
}

.form-group.mobil input {
    padding-inline-start: 100px;
}

.modal-dialog .modal-header .close {
    position: absolute;
    top: -3px;
    right: -7px;
    width: 52px;
    height: 52px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    border-radius: 50%;
    color: rgba(121, 116, 116, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 28px;
    z-index: 2;
    font-weight: 200;
}

.my-btn button:hover::before {
    height: 780%;
}

.modal-dialog .contact-form {
    padding-bottom: 21px;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.modal-dialog .modal-header .close span {
    position: relative;
    top: -2px;
}
@media (max-width: 576px) {
.modal-dialog .modal-header .close {
    top: 12px;
    right: 11px;

}
}
.contact-page .contact-form h3{
color: rgba(24, 23, 23, 1);
font-size: 32px;
font-weight: 700;
margin-bottom: 32px;
text-align: center;
}
.contact-page textarea{
    height: 83px;
}
.contact-page .form-group input:focus,
.contact-page .form-group input:not([value=""]) {
    padding-bottom: 12px;
    padding-top: 12px;
}
.contact-page .form-group.mobil input {
    padding-inline-start: 58px;
}
/* ----------------------------  contact us page   -------------------------   */

/* -------------------------------------  single project  ----------------------    */

.project-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 58px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--sec-color);
    color:#fff;
    font-weight: 300;
}

.project-slider.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.project-slider.owl-theme .owl-nav .owl-next {
    right: 0;
}

#big_image .owl-stage-outer {
    position: relative;
    z-index: 3;
}

#thumbs_gallary .owl-stage-outer {
    margin-inline: -3px;
}

#big_image .single-img {
    height: 461px;
}

#big_image .single-img img {
    height: 100%;
    object-fit: cover;

}

#thumbs_gallary .img {
    height: 101px;
    width: 100%;
    margin-top: 15px;
    position: relative;
    cursor: pointer;
}

#thumbs_gallary .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.single-project-info {
    background-color: #fff;
    padding: 35px 22px;
    height: 100%;
    color: rgba(59, 59, 59, 1);
}

.single-project-info h4 {

    font-size: 24px;

    font-family: 'medium';

    margin-bottom: 30px;

    text-transform: capitalize;
}

.project-slider.owl-theme .owl-nav .owl-next:hover,
.project-slider.owl-theme .owl-nav .owl-prev:hover {
    background-color: rgba(7, 68, 163, 50%);
    color: #fff;
}

.project-slider.owl-theme .owl-nav [class*=owl-] i {
    font-weight: 300;
}

#thumbs_gallary .img::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: var(--00235-a, #00235A);
}

#thumbs_gallary .owl-item.active.current .img::after,
#thumbs_gallary .owl-item .img:hover::after {
    opacity: 0;

}

#thumbs_gallary .owl-item.active.current .img,
#thumbs_gallary .owl-item .img:hover {
    border: 2px solid var(--sec-color);
}


.single-project-info h5 {
    color: var(--sec-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

.single-project-info ul li,
.single-project-info ul li a {
    color: rgba(24, 23, 23, 1);
}
.single-project-info ul li a i{
    color: var(--sec-color);
}
.single-project-info ul li {
    margin-bottom: 12px;
}

.single-project-info .my-btn a {
    min-width: 100%;
}

.single-project-info h6 {
    color: rgba(24, 23, 23, 1);
    font-weight: 700;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 18px;
}

.single-project .col-lg-7,
.single-project .col-lg-5 {
    padding: 0 8px;
}

.project-page .project-item {
    margin-bottom: 20px;
}
.col-lg-4 {
    padding: 0 10px;
}
.single-project-info p{
    margin-bottom: 28px;
    color: rgba(59, 59, 59, 1);
}
/* ---------------------------------------  contact-page -----------------------   */

.contact-page .row{
   justify-content: center;
}
section.contact-page .contact-form {
    padding: 39px 63px;
    border: 1px solid rgba(219, 213, 213, 1);
    box-shadow: 0px 51.79px 31.58px 0px rgba(185, 185, 185, 0.25);
}

.my-btn button {
    min-width: 100%;
}

.contact-details {
    background-color: var(--bg-color);
    padding: 60px 94px;
    height: 88%;
}

.contact-details li a {
    display: flex;
    color: #fff;
    margin-bottom: 19px;
}

.contact-details li a i {
    position: relative;
    top: 4px;
    padding-inline-end: 12px;
}

.contact-details li p {
    margin-bottom: 0;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: var(--sec-color);
}

.nice-select {
    font-size: 16px;
    color: #181717;
    text-transform: capitalize;
}

/* -------------------------  single-services ------------------------  */
.single-services {
    padding: 0;
}
.single-services .col-lg-6 {
    padding: 0;
}
.service-name {
    padding: 111px 73px;
    height: 100%;
    position: relative;
}

.single-service-details {
    background: #F8F8F8;
    padding: 92px 65px;
    height: 100%;
    color: rgba(59, 59, 59, 1);
}

.service-name .img {
    height: 117px;
    margin-bottom: 24px;
}

.single-service-details ul li {
    margin-bottom: 24px;
    position: relative;
    padding-inline-start: 18px;
    text-transform: capitalize;
    color: rgba(59, 59, 59, 1);
}
.service-name .img img {
    height: 100%;
    object-fit: contain;
}

.service-name h2 {
    font-size: 48px;
    font-weight: 700;
    color: rgba(7, 68, 163, 1);
}

.single-service-details ul {
    margin-bottom: 32px;
}

.single-service-details .my-btn a {
    min-width: 355px;
}

.service-name::after {
    position: absolute;
    content: '';
    width: 39px;
    height: 24px;
    flex-shrink: 0;
    background-color:rgba(7, 68, 163, 1);
    bottom: 0;
    right: 0;
}
 .single-service-details ul li::before {
    position: absolute;
    content: '';
    width: 13px;
    height: 11px;
    background-color: rgba(7, 68, 163, 1);
    top: 7px;
    left: 0;
}