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

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

.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;
    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: 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: 16px;
    /* min-width: 10px; */
    color: #164680;
    /*text-align: center;*/
    padding: 0px  8px 15px 8px;
    text-decoration: none;
    transition: all .5s;
    position: relative;
}

.dropdown-menu{
    background-color:#132B7D;
    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:hover {
    font-weight: bold;
    color: red;
}

.nav-btn.active {
    color: #003366;
    font-weight: bold;
}
.nav-li{
    text-align: center;
    padding: 10px 0;
}

.nav-btn-main:hover:before {
    content: '';
    display: block;
    width: 2px;
    height: 25px;
    background: 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%;
    /* Start from the center */
    /*transform: translateX(-50%); !* Center the line horizontally *!*/
    width: 10%;
    /* Set the line width to 50% of the div */
    border-bottom: 3px solid white;
    /* The line itself */
}

.footer_link {
    color: #acb0b2;
    text-decoration-line: none;
    flex: 1 1 auto;
    /* Items will shrink and grow */
    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: #132B7D;
    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: #132B7D;
    transform: rotateY(180deg);
}

.company-name {
    font-size: 24px;
    font-weight: bold;
    color: #132B7D;
}

.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 {
    background-color: #132B7D;
    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;
}

/*@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;
     /* border-radius: 30px; */
     height: 100%;
     /* margin-top: 10px; */
     min-height: 80vh;
     overflow: hidden;
     flex: 1;
     margin: -2px;
     margin-right: -25px;
     margin-left: -25px;
 }


.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;
}
.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;
}

.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: 23px;
    line-height: 63px;
    text-align: center;
    color: #113b6d;
    margin: 10px;
}
.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;
}


 .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 {
    width: 100%;
    max-height: 350px;
    height: 100%;
    object-fit: contain;
    /*margin-top: -77px;*/
    /*margin-right: 17px;*/
    /*padding: 20px;*/
    /*margin-bottom: -77px;*/
    /*padding-right: 30px;*/
}


.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: #dc3545bf;
    border-radius: 10px;
}

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

}

.underline-text-team-saudi::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%; /* 30% of the div's width */
    height: 2px; /* Thickness of the underline */
    background-color: red; /* Color of the underline */
}

.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: #fff;


}

.sec_3_text-h1 {
    min-height: 64px;
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0.07em;
    line-height: 32px;
    text-align: right;
    color: #fafafa;

}

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

.step-item {
    text-align: center;
    padding: 10px;
    cursor: pointer;
    color: white;

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

.step-item.active {
    background-color: white;
    text-align: center;
    border-radius: 10px;
    color: #031933;
}


.step-item:hover {
    background-color: white;
    text-align: center;
    border-radius: 10px;
    color: #031933;
}


.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: 663px;
    height: 170px;
    font-weight: 300;
    font-size: 18px;
    line-height: 33px;
    text-align: justify;
    color: #fff;
    padding: 10px;
}


#stepContent {
    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;
}

