/*colors*/
/*   #373C51   grey         */
/*   #B73238   red          */
/*   #1865AA   blue text    */
/*   #666874   grey text    */
/*   #FBFBFB   grey bg     */
/* defind varible color*/

:root {
    --my-color-dark-grey: #373C51;
    --my-color-red: #B73238;
    --my-color-blue-text: #1865AA;
    --my-color-grey-text: #666874;
    --my-color-grey-bg: #FBFBFB;
    --my-color-grey2-bg: #f5f4f4;
}

body {
    font-family: 'Cairo', sans-serif;
    margin: 0;
    padding: 0;
}

.card-hover:hover {

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.01);
    transition: 0.3s;


}

* {
    font-family: 'Cairo', sans-serif;
}

.upper-header {

    color: #fff;
    background-color: var(--my-color-dark-grey);
    padding: 15px;
    text-align: end;

}

.header-menu-open {
    /*background: radial-gradient(circle, #164680 0%, #031933 100%);*/
    background: #164680
}


.header {
    position: relative !important;
    top: 0;
    /*left: 35px;*/
    /*right: 35px;*/
    /*width: calc(100% - 50px);*/
    margin: 0 0;
    z-index: 999;
    transition: background-color 0.3s ease, margin-top 0s ease;
}

.header-transparent {
    background-color: transparent;
}

.header-solid {
    /*background: radial-gradient(circle, #164680 0%, #031933 100%);*/
    background: #164680;
    /*border-bottom-left-radius: 12px;*/
    /*border-bottom-right-radius: 12px;*/
    margin-top: 0;
    z-index: 9999;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    transition: height 0.35s ease;
    filter: drop-shadow(0px 8px 50px rgba(178, 178, 178, 0.08));
    /*margin: 18px -10px;*/

}

.navbar-menu {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: end;
    transition: height 0.35s ease;

}

.navbar-menu-small {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: end;
    transition: height 0.35s ease;

}

.navbar-menu-small li {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: start;
    transition: height 0.35s ease;
}

.navbar-menu li {
    display: flex;
    /* Flexbox layout for horizontal centering */
    justify-content: left;
    /* Horizontally center the items */
    align-items: center;
    /* Vertically center the items */
    list-style-type: none;
    /* Remove bullet points */
    height: auto;
    /* Full page height to demonstrate vertical centering */
    padding: 0;

    margin: 0px 10px;
    line-height: normal;

}

.activeUrl {
    color: var(--my-color-red) !important;
    font-weight: bold;
}

.navbar-menu a {
    color: white;
    /*text-decoration: none;*/
    /*white-space: nowrap;*/
}

.logo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 9px;
}

.logo-small {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 5px;
}

.logo:hover {
    cursor: pointer;
    /*width: 40px;*/
    /*height: 40px;*/
    /*border-radius: 50%;*/
    /* margin: 12px; */
}

.language-switch {
    background-color: transparent;
    border: none;
    color: white;
    cursor: pointer;
    margin-right: 5px;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    border-radius: 45px;
    margin-right: 30px
}

body,
html {
    overflow-x: hidden;
    /* Prevent horizontal scrolling */
}

.block {
    display: block !important;
}


.main-container {
    /*margin: 0 25px*/
}

/* hove in nav bar */
.general-menu-container a,
.general-menu-container {
    font-size: 14px;
    /*<<<<<<< HEAD*/
    /* min-width: 10px; */
    /*color: #164680;*/
    /*text-align: center;*/
    /*padding: 0px  8px 15px 38px;*/
    /*=======*/
    color: var(--my-color-blue-text);
    padding: 0 8px 8px 0;
    /*>>>>>>> 60d963f4aa451afa2179b98c783ee8648619ce1d*/
    text-decoration: none;
    transition: all .5s;
    position: relative;
    background-color: white;
}

@media (max-width: 1024px) {

    .general-menu-container a,
    .general-menu-container {
        font-size: 14px;
        color: #164680;
        padding: 0px 2px 5px 0px;
        text-decoration: none;
        transition: all .5s;
        position: relative;
    }
}

.dropdown-menu {
    background-color: var(--my-color-dark-grey);
    width: 100vw;

}


.dropdown-content {
    display: none;
    position: fixed;
    top: 205px;
    left: 0;
    width: 100%;
    height: calc(100vh - 150px);
    background-color: #132B7D;
    z-index: -1;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
}

.dropdown-mega-menu {
    position: static;
}

.dropdown-mega-menu .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    padding: 20px;
}

.dropdown-mega-menu .dropdown-menu .mega-menu-column {
    min-width: 200px;
}

.nav-btn {
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;

}

.nav-btn:hover {
    font-weight: bold;
    color: var(--my-color-red);
}

.nav-btn.active {
    color: #003366;
    font-weight: bold;
}

.nav-li {
    text-align: center;
    padding: 10px 10px;
}

.nav-btn-main:hover:before {
    content: '';
    display: block;
    width: 2px;
    height: 25px;
    background: var(--my-color-red);
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    -webkit-animation: grow .5s 1;
    animation: grow .5s 1;
}

.unicom_footer_title {
    position: relative;
    width: 100%;

}

.unicom_footer_title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0%;
    width: 10%;
    border-bottom: 3px solid white;
}

.footer_link {
    font-size: 14px;
    color: #acb0b2;
    text-decoration-line: none;
    flex: 1 1 auto;
    margin: 10px;
    box-sizing: border-box;
}

@keyframes grow {
    0% {
        height: 0;
    }

    100% {
        height: 30px;
    }
}

@-webkit-keyframes grow {
    0% {
        height: 0;
    }

    100% {
        height: 30px;
    }
}


@media (max-width: 1024px) {
    .navbar-menu li {
        margin-right: 0;
        margin-left: auto;
    }

    .logo-un {
        margin-left: -15px;
    }
}


.triangle-pointer {
    border: .438rem solid transparent;
    border-bottom-color: #000000;
    bottom: -.375rem;
    content: "";
    margin-right: -.438rem;
    position: absolute;
    right: 50%;
    transition: all 0s ease;
    z-index: 1001;
}

.triangle-pointer.active {
    display: block;
}


.flip-card {
    background-color: var(--my-color-dark-grey);
    width: 300px;
    height: 150px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: transparent;
    color: black;
}

.flip-card-back {
    background-color: white;
    color: var(--my-color-dark-grey);
    transform: rotateY(180deg);
}

.company-name {
    font-size: 24px;
    font-weight: bold;
    color: var(--my-color-dark-grey);
}

.company-description {
    margin: 10px 5px;
    padding: 5px;
    color: #132B7D;
}

.learn-more-btn {
    background-color: white;
    color: #132B7D;
    border: none;
    padding: 10px 20px;
    /* border-radius: 5px; */
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s, 0.3s;
    margin-bottom: 5px;
}

.learn-more-btn:hover {
    background-color: #27ae60;
    color: white;
}

footer {}

@media (max-width: 768px) {
    footer {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.footer {
    /*<<<<<<< HEAD*/
    /*    background-color: #373c51;*/
    /*=======*/
    background-color: var(--my-color-dark-grey);
    /*>>>>>>> 60d963f4aa451afa2179b98c783ee8648619ce1d*/
    color: white;
    padding: 37px 11px;
    /*border-radius: 50px 50px 0 0;*/
    /*margin: 0 20px;*/
    /*max-height: 600px;*/

    text-align: center;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
}

.footer-section {
    text-align: right;
}

.footer-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-section ul {
    list-style-type: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.contact-info {
    text-align: right;
}

.social-icons {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.social-icons img {
    margin-left: 10px;
    margin-right: 0;
}

.copyright {
    text-align: center;
    /*margin-top: 30px;*/
    font-size: 12px;
}

.footer-content-wrapper {
    background-image: url('/images/earth.png');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-us-content-wrapper {
    background-image: url('/images/earth.png');
    background-size: auto;
    background-position: left;
    background-repeat: no-repeat;
}

/*@media screen and (max-width: 768px) {*/
/*    .footer {*/
/*        margin: 0 10px;*/
/*        border-radius: 30px 30px 0 0;*/
/*        padding: 20px 5px;*/
/*    }*/

/*    main {*/
/*        margin: 0 10px !important;*/
/*    }*/

/*    .footer-section {*/
/*        margin-bottom: 20px;*/
/*    }*/
/*}*/

@media screen and (max-width: 480px) {
    .our-team-s2 {
        /*max-height: 155px !important;*/
    }

    /*    .footer-section h3 {*/
    /*        font-size: 16px;*/
    /*    }*/
    /*    .social-icons img {*/
    /*        width: 25px;*/
    /*        height: 25px;*/
    /*    }*/
}

.hero-section {
    position: relative;
    height: 100%;
    min-height: 80vh;
    overflow: hidden;
    background: transparent;

    flex: 1;
    margin: -2px 0px -2px 0px;
}

.logo_header_show {
    display: block;
}

@media (max-width: 1215px) {
    .logo_header_show {
        display: none;
    }
}

.background-overlay-about-us {
    position: absolute;
    top: -50px;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    /*z-index: -1;*/
    /*background: var(--my-color-grey-bg);*/
    background-image: url("/images/bg-s1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.background-overlay-about-us2 {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    background-image: url("/svg/about-us/bg-s2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: center;*/
}

.home-background-overlay-s2 {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    background-image: url("/images/home-bg-2.png");
    opacity: 0.3;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.hover-scale-1:hover {
    scale: 1.05;
    transition: 300ms ease-in-out;
}

.home-background-overlay-s2-2 {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    background-image: url("/images/home-bg-2-2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
}

.home-background-overlay-s3 {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    background-image: url("/images/hs4.png");
    /* background-color: rgba(0, 0, 0, 0.1); */
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.solution-fleet-background-overlay {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    background-image: url("/images/solution/pages/fleet.png");
    background-color: rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.solution-local-background-overlay {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    background-image: url("/images/solution/pages/local.png");
    background-color: rgba(255, 255, 255, 0.5);
    /* Increase or decrease the transparency */
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.background-overlay-about-us3 {
    position: absolute;
    min-width: 100%;
    left: -10px;
    top: 0;
    min-height: 100%;
    opacity: 0.05;
    background-image: url("/svg/bg-about-s2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    background: #132B7D;
    opacity: 100%;
    background-image: url("/svg/wave2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.background-overlay-our-team {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 130%;
    min-height: 100%;
    z-index: -1;
    opacity: 100%;
    background-image: url("/images/about-us/our-team-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: center;*/
}

.my-bg-primary {
    background-color: #132B7D;
}

.about-s2-card {
    margin: 15px;
}

.about-s2-card-title {
    padding: 7px;
}

.my-text-primary {
    color: #132B7D;
}

.overlay-about-us-section2 {
    position: absolute;
    height: 400px;
    width: 300px;
    bottom: -213px;
    left: -121px;
    background-image: url(/svg/bg-about-s2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.1;
}

.overlay-about-us-section4 {
    position: absolute;
    height: 400px;
    width: 300px;
    bottom: -1.5rem;
    left: -2rem;
    background-image: url(/svg/bg-about-s2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(3);
    background-position: center;
    opacity: 0.1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-section-container {
    padding: 150px 0 36px;
    background-repeat: repeat;
    background-size: cover;
}

.navbtn {
    border: solid 1px #132B7D;
    border-radius: 4px;
    color: #132B7D;
    padding: 5px 15px;
}

/* .custom-button {
                                                position: relative;
                                                padding: 2px 80px;
                                                border-radius: 33px;
                                                border: 1px solid #ffffff;
                                                color: #fff;
                                                background-color: #fff;
                                                font-size: 19px;
                                                margin-right: -44px;

                                                overflow: visible;
                                                font-weight: bold;
                                            } */

/* .custom-button::before {
                                                    content: '';
                                                    position: absolute;
                                                    top: -11px;
                                                    left: 50%;
                                                    transform: translateX(-50%);
                                                    width: 230px;
                                                    height: 25px;
                                                    border: 1px solid #fff;
                                                    border-bottom: none;
                                                    border-radius: 33px 30px 0 0;
                                                    box-sizing: border-box;
                                                } */


.custom-button {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 17px;
    border-radius: 40px;
    /* font-weight: bold; */
    margin-bottom: 20px;
    /* background-color: transparent; */
    background: rgb(255 255 255 / 17%);
    font-size: 15px;
}

.services-we-provide {
    position: relative;
    padding-top: 2px;
    padding-right: 129px;
    padding-left: 50px;
    /*border-radius: 33px;*/
    /*border: 1px solid #ffffff;*/
    /*color: #fff;*/
    /*background-color: #fff;*/
    font-size: 19px;
    margin-right: -84px;
    overflow: visible;
    font-weight: bold;
    min-width: 80px;
}


.hero-title {
    color: #ffffff;
    font-size: 35px;
    font-weight: 900;
    margin-right: -7px;
    margin-bottom: 0;
}

.hero-description {
    color: #fafafa;
    font-size: 17px;
    font-weight: 600;
}


/*@media (max-width: 768px) {*/
/*    .hero-title {*/
/*        font-size: 2rem;*/
/*    }*/

/*    .hero-description {*/
/*        font-size: 1rem;*/
/*    }*/
/*}*/

/*@media (max-width: 480px) {*/
/*    .hero-title {*/
/*        font-size: 1.5rem;*/
/*    }*/

/*    .hero-description {*/
/*        font-size: 0.9rem;*/
/*    }*/
/*}*/

/*@media (max-width: 1200px) {*/


/*    .hero-title {*/
/*        color: #ffffff;*/
/*        font-size: 35px;*/
/*        font-weight: 900;*/
/*    }*/

/*    .hero-description {*/
/*        color: #fafafa;*/
/*        font-size: 16px;*/
/*        font-weight: 400;*/
/*    }*/


/*    !* .custom-button::before,*/
/*                    .services-we-provide::before {} *!*/
/*}*/

.serviceCard {
    min-height: 150px;
    background: rgb(255 255 255 / 14%);
    min-width: 250px;
    border-radius: 7px;
    margin: 12px 0px;
    /*margin-bottom: 40px;*/
    font-family: 'Cairo', sans-serif;
    color: white;
    padding: 30px 0;
    /*transition: 0.4s;*/
    transition: background-color 0.3s ease;

}

.serviceCard:hover {
    background-color: rgba(255, 255, 255, 0.3);
    /* background with opacity */
    /*color: #000080;*/
    /* inset */
    /* width: 270px; */
}

.serviceIcon {
    /*border-radius: 50%;*/
    padding: 10px;
    max-height: 80px;
    min-height: 80px;
    max-width: 80px;
    min-width: 80px;
    background: transparent;
    /*margin-top: -50px;*/
    /*background-color: #0B2F58*/
}


#about-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.about-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.about-image-container img {
    max-width: 85%;
    margin-right: -80px;
    height: auto;
}

.about-content {
    text-align: left;
    direction: rtl;
}

.about-content h2 {
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-content p {
    color: #666;
    line-height: 1.6;
}

br {
    background: transparent;
}

.btn-primary {
    /* background-color: #f3a2a2; */
    border-color: rgba(186, 76, 76, 0);
    padding: 8px 28px;
    font-weight: bold;
    /*transition: background-color 0.3s ease-in-out;*/
    margin-right: 2px;
    top: 60px;
    left: 0;
    transition: all 1s ease;

    border-radius: 40px;

}

/* .btn-primary:hover {
                                                                                background-color: #c62121;
                                                                                border-color: #c62121;
                                                                            } */


/*@media (max-width: 767px) {*/
/*    .about-content {*/
/*        text-align: center;*/
/*        margin-top: 30px;*/
/*    }*/

/*    .about-image-container {*/
/*        margin-bottom: 30px;*/
/*    }*/

/*    .about-image-container img {*/
/*        margin-right: 0;*/
/*    }*/


/*}*/

.underline-text {
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.underline-text::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background-color: #d14f4f;
}

.button-container {
    text-align: right;

}


.quote-container {
    position: relative;
}

#quote-down {
    position: absolute;
    right: -5px;
    top: 15px;
    /*bottom: 0px;*/
    padding: 2px;
}

h1 {
    color: #072243;
    font-size: 19px;
    margin-bottom: 24px;
    font-weight: bold;
    text-align: right;
    font-family: 'Cairo', sans-serif;
}

.input-group {
    display: flex;
    margin-bottom: -10px;
}

input::placeholder {
    color: #072243;
}

input[type="email"] {
    flex-grow: 1;
    padding: 18px;
    border: none;
    border-radius: 14px 14px 14px 14px;
    font-size: 15px;
    color: #031933;
    background-color: #dddddd54;
}

._button {
    background-color: #D54343;
    color: white;
    border: none;
    padding: 15px 58px;
    cursor: pointer;
    font-size: 16px;
    margin-right: 14px;
    margin-left: -72px;
}

._button:hover {
    background-color: #132B7D;
}

/*@media (max-width: 767px) {*/
/*    .input-group {*/
/*        flex-direction: column;*/
/*    }*/

/*    input[type="email"] {*/
/*        margin-bottom: 10px;*/
/*        border-radius: 14px;*/
/*    }*/

/*    ._button {*/
/*        margin-left: 0;*/
/*        margin-right: 0;*/
/*        width: 100%;*/
/*        border-radius: 14px;*/
/*    }*/

/*}*/

/*@media (max-width: 768px) {*/
/*    .services-section {*/
/*        border-radius: 20px 20px 0 0;*/
/*    }*/


/*}*/


.wave-image-container {
    position: relative;
    width: 300px;
}

.home-hero-section-bg:before {

    background-image: url('/images/bg.png');
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 70%;
    /* 50% opacity */
    z-index: -1;

}

.dotContainer {
    position: relative;
}

.dotContainer:before {
    background-image: url('/images/Group 133449.png');
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    /*background-position: center;*/
    opacity: 50%;
    /* 50% opacity */
    z-index: -1;
}

.wave-image-container:before {

    /* background-image: url('/images/wave.webp'); */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 21%;
    /* 50% opacity */
    z-index: -1;
}


/*@media (max-width: 1200px) {*/
/*    .serviceCard {*/
/*        !*     *!*/
/*        margin-right: 5px;*/
/*        !*        margin-bottom: 29px;*!*/
/*        margin-top: 20px;*/
/*        !*        min-height: 150px;*!*/
/*        background: rgb(255 255 255 / 14%);*/
/*        padding: 2px;*/
/*        min-width: 100px;*/
/*        border-radius: 22px;*/
/*        !*        font-family: 'Cairo', sans-serif;*!*/
/*        text-align: center;*/
/*    }*/

/*    !*}*!*/

/*}*/


.btn {
    /* border: 1px solid #3498db; */
    /* background: none; */
    /* padding: 10px 20px; */
    /* font-size: 20px; */
    cursor: pointer;
    /* margin: 10px; */
    transition: 0.8s;
    position: relative;
    overflow: hidden;
    background-color: #D54343;


    border-color: rgba(186, 76, 76, 0);
    padding: 8px 28px;
    font-weight: bold;
    /*transition: background-color 0.3s ease-in-out;*/
    margin-right: 2px;
    top: -9px;
    left: 0;
    transition: all 1s ease;

    border-radius: 4px;
}

.btn3 {

    color: white;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-color: #D54343;
    border-color: rgba(186, 76, 76, 0);
    padding: 8px 28px;
    font-weight: bold;
    /*transition: background-color 0.3s ease-in-out;*/
    margin-right: 2px;
    top: -9px;
    left: 0;
    transition: all 1s ease;
    border-radius: 4px;
}

.btn3:hover {
    scale: 1.1;
}

.btn2 {
    color: #fff;
}

.subscription {
    position: relative;
}

.subscription:before {
    background-image: url('/svg/logo_transparent.svg');
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-size: 8% 114%; */
    background-position: left center;
    background-repeat: no-repeat;
    /* 50% opacity */
}

.btn2:hover {
    color: #fff;
}

.logo_circle {
    /*border-radius: 50%;*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0);

}

.overlay-our-work-hero-section {

    background-image: url('/images/overlay_our_work_helo.png');
    content: '';
    position: absolute;
    top: 0;
    left: 60px;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: center;*/
    opacity: 100%;
    /* 50% opacity */
    z-index: -1;
}

.btn::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    background: #0B2F58;
    z-index: -1;
    transition: 0.8s;
}

.btn2::before {
    bottom: 0;
    border-radius: 2px;
}

.btn2:hover::before {
    height: 180%;
}

@keyframes moveBlue {
    from {
        left: 600px;
    }

    to {
        left: 0px
    }
}

.my-container {
    position: relative;
    border-radius: 40px;
    background: transparent;

    z-index: 2;
    padding: 20px;
    max-width: 1100px;
    width: 100%;
    box-sizing: border-box;
}


.sec_1_text {
    text-align: right;
}


.sec_1_text span {
    display: inline-block;
    border: 2px solid #ff6b6b;
    color: #ff6b6b;
    padding: 7px 15px;
    border-radius: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sec_1_text p {
    padding: 20px;
    text-align: right;
}

.sec_1_img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
}

.banner {
    /* background-color: #00264d; */
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

}

.ifram-earth {
    padding: 10px;
    min-height: 80vh;
    max-height: 80vh;
    min-width: 80vw;
}

@media (max-width: 2560px) {
    .ifram-earth {
        /*width: 50%;*/
        min-height: 80vh;
        max-height: 80vh;
        min-width: 80vw;
    }
}

@media (max-width: 1440px) {
    .ifram-earth {
        /*width: 80%;*/
        min-height: 80vh;
        max-height: 80vh;
        min-width: 80vw;
    }
}

@media (max-width: 1200px) {
    .ifram-earth {
        /*width: 80%;*/
        min-height: 80vh;
        max-height: 80vh;
        min-width: 80vw;

    }
}

@media (max-width: 992px) {
    .ifram-earth {
        /*width: 90%;*/
        min-height: 80vh;
        max-height: 80vh;
        min-width: 80vw;
    }

}

@media (max-width: 768px) {
    .ifram-earth {
        /*width: 90%;*/
        min-height: 50vh;
        max-height: 50vh;
        min-width: 50vw;
        min-width: 50vh;
    }

    .my-container {
        margin-top: -50px;
        border-radius: 20px;
    }

    .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sec_1_text {
        text-align: center;
        padding: 0;
        margin: 34px;
    }

    .sec_1_img {
        margin-right: -108px;
        margin-top: -40px;

    }

    .sec_1_text span {
        margin-bottom: -9px;
    }

    .sec_1_text p {
        text-align: center;
        padding: 10px 0;
    }

    .service-column {
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .ifram-earth {
        /*width: 126%;*/
        min-height: 50vh;
        max-height: 50vh;
        min-width: 50vw;
        min-width: 50vh;

    }
}

@media (max-width: 375px) {
    .ifram-earth {
        /*width: 136%;*/
        min-height: 50vh;
        max-height: 50vh;
        min-width: 50vw;
        min-width: 50vh;
    }
}

.owl-carousel {
    position: relative;
    /* background-color:#184a88; */
    /* background: radial-gradient(circle, #2162b2 20%, #0c1e31 70%); */
    border-radius: 30px;
}

.owl-carousel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url('images/th.jpg'); */
    /* background-size: cover; */
    border-radius: 30px;
    background-position: center;
    opacity: var(--bg-opacity, 0.2);
    z-index: -1;

}

.owl-carousel-container {
    width: 100%;
}

.owl-carousel {
    width: 100%;
}

.owl-carousel .item {
    width: 100%;
}

.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item {
    padding: 0;
    margin: 0;
}

.our_work_title {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: black;
    margin: 30px 0px;
}

.our_work_desc {
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    color: #9a9ba1;

}

.our_work_card {
    padding: 30px;
    min-height: 100%;
    /* background: #f9f9fb; */
    box-shadow: 0 0 20px #ddd;
}


.sec_1_text span {
    display: inline-block;
    border: 2px solid #ff6b6b;
    color: #ff6b6b;
    padding: 7px 15px;
    border-radius: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sec_1_text p {
    padding: 20px;
    text-align: right;
}


@media (max-width: 992px) {
    .our-team-card {
        margin: 10px 70px;
    }

    .background-serviceCard {
        padding: 90px !important;
    }

}

@media (max-width: 768px) {


    .team-image {
        /*margin-top: 20px !important;*/
        /*margin: auto !important;*/
        /*display: block !important;*/
        /*margin-top: -27px !important;*/
        /*margin-right: -28px !important;*/
        /*margin-bottom: -52px !important;*/

    }

    .our-team-card {
        margin: 10px 50px;

    }

    .background-serviceCard {
        padding: 50px !important;
        ;
    }


    .sec_1_text span {
        margin-bottom: -9px;
    }

    .sec_1_text p {
        text-align: center;
        padding: 10px 0;
    }

}

@media (max-width: 576px) {

    /*.team-image{*/
    /*    margin-right: 1px !important;*/
    /*}*/
    .our-team-card {
        margin: 10px 5px;
        padding: 10px !important;

    }

    .background-serviceCard {
        padding: 20px !important;
        ;
    }
}

@media (max-width: 375px) {

    /*.team-image{*/
    /*    margin-right: 1px !important;*/
    /*}*/
    .our-team-card {
        margin: 10px 2px;
        padding: 2px !important;
    }

    .background-serviceCard {
        padding: 10px !important;
        ;
    }
}


.border-gradient {
    border: solid 10px transparent;
    border-radius: 30px;

    background-origin: border-box;
    background-clip: content-box, border-box;


}

.border-gradient-gray {
    background-image: linear-gradient(white, white),
        linear-gradient(0deg, rgb(37, 83, 138) 45%, rgba(255, 255, 248, 0.8463979341736695) 93%);
    ;
}

.border-gradient-gray-our-vision {
    background-image: linear-gradient(white, white),
        linear-gradient(0deg, rgb(20, 40, 61) 45%, rgb(20, 40, 61) 93%);
    ;
}


.border-gradient-transparent {
    border-radius: 50%;
    width: 80px;
    background-image: linear-gradient(#ffffff00, #ffffff00), linear-gradient(0deg, rgb(43, 102, 168) 39%, rgba(255, 255, 248, 9.846398) 112%);
}

.about-use-why-item {
    padding: 20px;
    background: #FBFBFB;
    min-height: 100px;
    border-radius: 4px;
}

.background-serviceCard {

    position: relative;
    padding: 100px;
}

.background-serviceCard:before {
    content: "";
    position: absolute;
    top: 10px;

    width: 100%;
    height: 100%;
    background-image: url('images/tech backround.png');
    background-size: cover;
    background-position: center;
    opacity: 1;
}

.background-line {
    position: relative;

}

.background-line:before {
    content: "";
    position: absolute;
    top: 10px;

    width: 100%;
    height: 100%;
    background-image: url('svg/line.svg');
    background-size: cover;
    background-position: center;
    opacity: 1;
}

.serviceCard {
    min-height: 300px;
    background: rgb(255 255 255 / 8%);
    width: 100%;
    border-radius: 30px;
    margin-top: 10px;
    margin-bottom: 40px;
    font-family: 'Cairo', sans-serif;
    color: white;
    transition: 0.4s;
    height: 200px;

}

.active-svg {
    margin-top: -13px;


}

.team-image {
    margin-top: 80px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}


.underline-text-cost-effectiveness {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0px;
}


.underline-text-cost-effectiveness::after {
    content: '';
    position: absolute;
    left: 55px;
    right: 55px;
    bottom: -14px;
    height: 1px;
    max-height: 100px;
    background-color: #fff;
}

.underline-text {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0px;
}

.underline-text::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 1px;
    max-height: 100px;
    background-color: #fff;
}

.underline-text-scalability {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0px;
}

.underline-text-scalability::after {
    content: '';
    position: absolute;
    left: 12px;
    right: 14px;
    bottom: -15px;
    height: 1px;
    max-height: 100px;
    background-color: #fff;
}

.underline-text-team {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0px;
}

.underline-text-team::after {
    content: '';
    position: absolute;
    left: 287px;
    right: 361px;
    bottom: 6px;
    height: 5px;
    max-height: 100px;
    background-color: var(--my-color-red);
    border-radius: 10px;
}


.underline-we-are {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0px;
}

.underline-we-are::after {
    content: '';
    position: absolute;
    left: 9px;
    right: 62px;
    bottom: -7px;
    height: 5px;
    background-color: #cf6060;
    border-radius: 5px;
    font-weight: bold;
}


.service-description {
    font-weight: 300;
    font-size: 15px;
    padding: 25px;
    line-height: 29px;
    text-align: right;
    color: #1d3c64;

}

.sec_1_text-button {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 17px;
    border-radius: 40px;
    /* font-weight: bold; */
    margin-bottom: 20px;
    /* background-color: transparent; */
    background: rgb(255 255 255 / 17%);
    font-size: 15px;
}

.sec_2_text-h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 55px;
    text-align: right;
    color: var(--my-color-grey-text);


}

.sec_3_text-h1 {
    min-height: 64px;
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0.07em;
    line-height: 32px;
    text-align: right;
    color: var(--my-color-grey-text);

}

.our-team-card {
    /*padding: 20px;*/
    /*margin: 10px 100px;*/
    /*position: relative;*/
    /*overflow: hidden;*/
}


.step-item {
    text-align: center;
    cursor: pointer;
    color: var(--my-color-grey-text);

    padding: 10px 40px;
    /*margin: -51px 121px;*/
}

.step-item.active {
    background-color: var(--my-color-red);
    text-align: center;
    border-radius: 30px;
    color: white;
}


.step-item:hover {
    background-color: var(--my-color-red);
    ;
    text-align: center;
    border-radius: 30px;
    color: white;
}


.content {
    padding: 20px;
    margin-left: 10px;
    border-radius: 10px;
}

.menu-line {
    margin-top: -10px;
}

.step-image {
    width: 100%;
    height: 100%;
    max-height: 400px;
    margin-top: 20px;
    margin-bottom: 20px;

}

@media (max-width: 767.98px) {
    .sidebar {
        height: auto;
    }
}

@media (max-width: 1024px) {
    .our-team-card {
        margin: 25px;
    }

    /*.team-image {*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    !*max-height: 110%;*!*/
    /*    !*max-width: 100%;*!*/
    /*    !*margin-top: -65px;*!*/
    /*    !*padding: 31px;*!*/
    /*    !*margin-right: -66px !important;*!*/
    /*}*/
    .underline-p {
        /*background-color: red;*/
        padding: 2px;

    }

}

.underline-p {
    color: white;
    font-size: 14px;
    margin: 21px;
}

.team-text {
    max-width: 660px;
    /*min-height: 170px;*/
    /*font-weight: 300;*/
    font-size: 18px;
    line-height: 33px;
    text-align: right;
    font-weight: normal;
    color: var(--my-color-grey-text);
    /*padding: 10px;*/
}


#stepContent {
    color: var(--my-color-red);
}


.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.email-placehoder::placeholder {
    font: 0.7rem/3 Cairo;
}

.cont-saudi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
}

.text-content {
    flex: 1;
    padding-left: 20px;
    margin: 29px 15px;
}

.image-container {
    flex: 0 0 40%;
    text-align: right;
}

.text-content-h1 {
    color: #af1010;
    font-size: 21px;
}

.text-content-h2 {
    color: black;
    font-size: 23px;
}

.text-content-p {
    font-size: 16px;
    line-height: 27px;
    text-align: right;
}

.text-content-img {
    max-width: 100%;
    height: auto;
}


.client {
    padding: 3rem;
    margin: 2rem 0;
}

.client .glide {
    direction: ltr;
}

.client .client-img-slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.client .client-img-slides .glide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client .client-img-slides .glide__slide .client-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.45;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.client .client-img-slides .glide__slide .client-img:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}


.underline-our-work {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 9px 0px;
}

.underline-employment {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 9px 0px;
}

/* .underline-employment-img {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 9px 0px;
} */

/* .underline-employment-img::after {
    content: '';
    position: absolute;
    left: -8px;
    right: 186px;
    bottom: -6px;
    height: 2px;
    background-color: #a32a2b;
    border-radius: 0px;
    font-weight: bold;
} */

.home-underline {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 9px 0px;
}

.home-underline::after {
    content: '';
    position: absolute;
    left: 700px;
    right: 0px;
    bottom: 200px;
    height: 3px;
    background-color: red;
    border-radius: 0px;
    font-weight: bold;
}

.underline-employment::after {
    content: '';
    position: absolute;
    left: -8px;
    right: 186px;
    bottom: -6px;
    height: 2px;
    background-color: #a32a2b;
    border-radius: 0px;
    font-weight: bold;
}

.underline-our-work::after {
    content: '';
    position: absolute;
    left: 9px;
    right: -3px;
    bottom: -7px;
    height: 4px;
    background-color: #a32a2b;
    border-radius: 0px;
    font-weight: bold;
}

.red-underline {
    margin-top: 5rem;
    border-bottom: 3px solid var(--my-color-red);
    display: inline-block;
    padding-bottom: 10px;
}

.project-underline {
    margin-top: 5rem;
    border-bottom: 3px solid var(--my-color-red);
    display: inline-block;
    padding-bottom: 10px;
}

.underline-text-saudi {
    position: relative;
    display: inline-block;
    margin: 50px 50px;
}

.underline-text-saudi::after {
    content: "";
    position: absolute;
    bottom: -55px;
    left: 700px;
    width: 4%;
    height: 2px;
    background-color: var(--my-color-red);
}

.underline-text-saudi-Uncom {
    position: relative;
    display: inline-block;
    margin: 50px 50px;
}

.underline-text-saudi-Uncom::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 670px;
    width: 4%;
    height: 2px;
    background-color: var(--my-color-red);
}

.underline-text-home-Uncom {
    position: relative;
    display: inline-block;
    /* margin: 50px 50px; */
}

.underline-text-home-Uncom::after {
    content: "";
    position: absolute;
    bottom: -133px;
    left: 97px;
    width: 72%;
    height: 8px;
    background-color: #fff;
}


.underline-text-home2-Uncom {
    position: relative;
    display: inline-block;
}

.underline-text-home2-Uncom::after {
    content: "";
    position: absolute;
    bottom: 155px;
    left: 187px;
    width: 43%;
    height: 8px;
    background-color: #fff;
}

.underline-text-home3-Uncom {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-size: 24px;
    color: black;
}

.underline-text-home3-Uncom::after {
    content: "";
    position: absolute;
    bottom: -141px;
    left: 50px;
    width: 9px;
    height: 189px;
    background-color: #fff;
}


.job-card {
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #fcfcfc;
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-info {
    flex-grow: 1;
}

.job-title {
    color: #2176bd;
    margin-bottom: 10px;
    font-size: 1.2em;
    text-align: right;
    font-weight: 700;
}

.job-meta {
    color: #666;
    font-size: 0.9em;
    text-align: right;
}

.job-meta span {
    margin-left: 15px;
}

.apply-btn {
    background-color: var(--my-color-red);
    color: white;
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9em;
}

.apply-btn:hover {
    background-color: #a01830;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}

.page-btn {
    padding: 8px 12px;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
}

.page-btn.active {
    background: #2176bd;
    color: white;
    border-color: #2176bd;
}

@media (max-width: 768px) {
    .job-card {
        flex-direction: column;
        text-align: center;
        background-color: #fcfcfc;
    }

    .apply-btn {
        margin-top: 15px;
    }

    .job-meta span {
        display: block;
        margin: 5px 0;
    }
}

.card-grid-item{
    margin: 10px !important;
    height: 120px !important;
    width: 120px !important;
}
.card-grid-item:hover{
    scale: 1.1;
    transition:  0.4s;
}

input::placeholder {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

.gallary {
    width: 100%;
    padding: 70px 0;
}

.gallary .gallary_image_box {
    width: 95%;
    margin: 10px auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.gallary .gallary_image_box .gallary_image {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: black; */
}

.gallary .gallary_image_box .gallary_image img {
    width: 80%;
}

.gallary .gallary_image_box .gallary_image p {
    position: absolute;
    font-size: 22px;
    margin-bottom: -135px;
    z-index: 5;
    opacity: 1;
    transition: 0.3s;
}
