:root{
    --site-color:#C21221;
}
.container2{
    width: 75%;
    margin: 0 auto;
}
.container3{
    width: 70%;
    margin: 0 auto;
}

.welcom-home {
    width: 100%;
}
.carousel{
    position: relative;
}
.welcom-home .carousel{
    width: 100%;
    height: 100vh !important;
}
.welcom-home .carousel .carousel-item{
    position: relative;
    width: 100%;
    height: 100vh !important;
    text-align: center;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    /* background-color: rgba(42, 48, 87, 0.7); */
    background-color: rgba(7, 12, 61, 0.7);
}
.d-md-block{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;    
}
.d-md-block p{
    font-size: 18px;
    text-align: center;
    padding: 0 20%;
    margin: 0;
}
.d-md-block h5{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}
.carousel-item .learnmor{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 100px;
    width: 200px;
    height: 55px;
    border: none;
    border-radius: 6px;
    background-color: var(--site-color);
    transition: all ease .3s;
}
.carousel-item .learnmor:hover{
    background-color: #3e4781 ;
}
.carousel-item .learnmor a{
    color: #fff;
    text-decoration: none;
}
.contact-top{
    position: absolute;
    display: flex;
    flex-direction: row-reverse;
    z-index: 111;
    color: #8E93AE;
    width: 80%;
    margin-top: 10px;
    margin-left: 50%;
    transform: translateX(-50%);
}
.contact-top .em{
    padding: 0 10px;
}
nav{
    position: absolute !important;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px;
    width: 80%;
    z-index: 111;
    padding: 5px 10px;
    background-color: #fff !important;
}
.navbar-light .navbar-toggler{
    border: none;
}
.navbar-toggler:focus{
    box-shadow: none;
}

nav ul li a{
    font-size: 16px;
}
nav ul li a:hover{
    color: var(--site-color) !important;
}
nav ul li button:hover{
    color: var(--site-color) !important;
}
nav .nav-item{
    position: relative;
}
nav .nav-item .li-active{
    position: absolute;
    top: -19px;
    right: 50%;
    transform: translateX(50%);
    width: 50px;
    height: 4px;
    background-color: var(--site-color);
}
nav .nav-item .li-active2{
    position: absolute;
    top: -19px;
    right: 50%;
    transform: translateX(50%);
    width: 50px;
    height: 4px;
    background-color: var(--site-color);
}
.dropdown-toggle{
    padding-top: 10px;
}
.navbar-nav .nav-link{
    padding-top: 10px;
}
.li-a-active{
    color: #343C6D !important;
}
.btn-check:focus+.btn, .btn:focus{
    box-shadow: none;
}
زdropdown-item {    width: 30px !important;
    border-radius: 50% !important;
    height: 30px;}
nav a img{
    width: 180px;
}
nav .img{
    display: flex;
    flex-direction: row;
    align-items: center;
}
nav .img .line{
    width: 1px;
    height: 30px;
    background-color: #bbb;
}
nav .img .bac-image{
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    background-image: url(../images/soadiya.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 15px;
}
nav .img .bac-image1{
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    background-image: url(../images/usa.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 15px;
}
nav .img a{
    text-decoration: none;
    color: #000;
    font-size: 12px !important;
}
.navbar-collapse{
    flex-grow: 0;
}



.carousel-control-prev{
    display: none;
}
.carousel-control-next{
    display: none;
}
#carousel-indicators2{
    display: none;
}
.carousel-indicators{
    /* position: absolute ; */
    /* top: 0; */
    bottom: 40%;
    right: -70px !important;
    display: flex;
    flex-direction: column;
    direction: rtl;
}
.carousel-indicators button{
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}
.section2{
    margin-top: 0px !important;
    padding: 80px 0;
    background-color: #F0F0F2;
}
.section2 h2{
    font-size: 36px;
    text-align: left;
}
.section2 p{
    font-size: 15px;
    text-align: left;
}
.section2 .vew-per{
    display: flex;
    justify-content: right;
}
.section2 .vew{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 48px;
    border-radius: 6px;
    background-color: var(--site-color);
    transition: all ease .2s;
}
.section2 .vew:hover{
    background-color: #3e4781;
}
.section2 .vew a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.card-top{
    margin: 70px 0;
}
.section2 .my-card{
    position: relative;
    width: 100%;
    height: 220px;
    border-radius: 6px;
    transition: all ease .2s;
        text-align: center;
}
.car-mar{
    margin: 40px 0;
}
.car-mar2{
    margin: 20px 0;
}
.section2 .my-card .my-card-image{
    width: 100%;
    transition: all ease .3s;
    overflow: hidden;
}
.section2 .my-card img{
    width: 100%;
    transition: all ease .2s;
    height: 220px;
    border-radius: 6px;
    /* overflow: hidden; */
}
.section2 .my-card img:hover{
    transform: scale(1.1);
}
.section2 .my-card a.imgtitle{

    justify-content: center;
    align-items: center;
    padding: 15px;
    text-decoration: none;
    font-size: 18px;
    width: 70%;
    height: 60px;
    color: #000;
    background-color: #fff;
    z-index: 1111;
    border-radius: 15px;
    box-shadow: 0px 25px 60px 10px rgba(28, 39, 49, 0.1);
    transition: all ease .2s;
    margin: auto;
    text-align: center;
    display: block;
    position: relative;
    margin-top: -10%;

}
.section2 .my-card a:hover{
    color: var(--site-color);
}
.section3{
    margin-top: 70px;
}
.section3 .sec3-bacground{
    position: relative;
    width: 100%;
    height: 428px;
    background-image: url(../images/sec3-bac.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all ease .2s;
}
.section3 .sec3-bacground:hover{
    opacity: 0.7;
}
.section3 .sec3-bacground a{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    background-color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 0 0 0;
}
.section3 .sec3-bacground a i{
    color: var(--site-color);
    font-size: 20px;
}
.section3 .section3-content{
    margin-left: 50px;
    padding: 0 100px;
}
.section3-content span{
    display: inline-block;
    font-size: 17px;
    color: var(--site-color);
    margin-bottom: 20px;
}
.section3-content h6{
    font-size: 2rem;
    margin-bottom: 20px;
}
.section3-content p{
    font-size: 15px;
    margin-bottom: 40px;
}
.section3-content .count span{
    font-size: 28px;
    font-weight: bold;
    color: var(--site-color);
    transition: all ease .3s;
}
.section3-content .count span:hover{
    color: #3e4781;
}
.section3-content .count p{
    width: 100px;
}
.section3-content .count-a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 48px;
    background-color: var(--site-color);
    border-radius: 6px;
    transition: all ease .3s;
}
.section3-content .count-a:hover{
    background-color: #3e4781;
}
.section3-content .count-a a{
    padding: 15px;
    color: #fff;
    text-decoration: none;
}
.section4 .taif{
    margin: 0;
    padding: 50px 0;
    margin-top: 50px;
    width: 100%;
    /* height: 750px; */
    /* background-color: #bbb; */
    background-image: url(../images/mack.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.section4 .taif-top p{
    display: block;
    font-size: 17px;
    color: #8E93AE;
    text-align: center;
    margin-top: 40px;
}
.section4 .taif-top h2{
    font-size: 36px;
    color: #fff;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 60px;
}
.mee-card{
    transition: all ease .2s;
}
.mee-card .succis{
    /* width: 100%; */
    transition: all ease .2s;
    overflow: hidden;
        border-radius: 6px;
}
.mee-card img{
    width: 100%;
    transition: all ease .3s;
    padding: 0;
    margin: 0;
}
.mee-card img:hover{
    transform: scale(1.1);
}
.mee-card img{
    width: 100%;
    height: 220px;
}
.mee-card .mee-card-body{
    padding: 15px;
    position: relative;
    z-index: 1111;
    width: 100%;
    min-height: 210px;
    transition: all ease .3s;
    border-radius: 0 0 5px 5px;
        text-align: center;
}
.mee-card:hover {
    background: #fff;
    border-radius: 6px;
}

.mee-card .mee-card-body p{ display:none;}
.mee-card .mee-card-body a{ color:#fff !important;}
.mee-card:hover a{ color:black !important;}
.mee-card:hover a.red-more{ color:#999 !important;}
.mee-card a.red-more{
    padding: 5px 20px;
    border-radius: 5px;
    color: #000;
    transition: all ease .2s;
}
.mee-card .mee-card-body:hover a.red-more{
    display: inline-block;
    color: #000;
    background-color: #fff;
}
/* .mee-card .mee-card-body p{
    color: #fff;
    font-size: 18px;
} */
.mee-card .mee-card-body p a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 0;
}
.mee-card .mee-card-body a.red-more{
    margin-top: 20px;
    display: block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    opacity:0.6;
}
.section5{
    margin-top: 70px;
}
.dimensions{
    margin: 20px 0;
}
.section5 .sec5-top p{
    font-size: 17px;
    color: var(--site-color);
    text-align: center;
}
.section5 .sec5-top h3{
    font-size: 31px;
    text-align: center;
}
.section5 .sec5-body{
    padding: 50px 0;
}.section5 .sec5-body .hov{
    overflow: hidden;
    border-radius: 6px;
    max-width: 45%;
}
.news{ margin-bottom:25px;}
.newstitle{ padding:0 25px;}
.section5 .sec5-body img{
    transition: all ease .3s;
}
.section5 .sec5-body img:hover{
    transform: scale(1.1);
}
.section5 .sec5-body img{
    width: 100%;
    height: auto;
    transition: all ease .2s;
    border-radius: 6px;
}
.section5 .sec5-body .flex-card a{
    text-decoration: none;
    color: #000;
}
.section5 .sec5-body .flex-card h6{
    font-size: 20px;
    margin-bottom:15px;
}
.section5 .sec5-body .flex-card p{
    font-size: 14px;
    color: #61678E;

}
.section5 .sec5-body .flex-card a.red{
    display: inline-block;
    text-decoration: none;

    font-size: 14px;
    color: var(--site-color);
}
.fot-red{
    width: 150px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--site-color);
    transition: all ease .2s;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 60px;
}
.fot-red:hover{
    background-color: #3e4781;
}
.fot-red a{
    text-decoration: none;
    color: #fff;
    font-size: 17px;
}




.top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: var(--site-color);
    color: #fff;
    border: 0;
    border-radius: 5px;
    /* box-shadow: 0 0 20px rgba(232, 19, 172, 0.5); */
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: -100px;
    transition: all ease .2s;
}
.top i{
    animation: my-animation 1.4s ease infinite;
}

@keyframes my-animation {
    0%{
        transform: translatey(8px);
    }
    50%{
        transform: translatey(-8px);
    }
    100%{
        transform: translatey(8px);
    }
}

.footer-top{
    margin-top: 70px;
    border-top: 1px solid #eee;
    padding: 25px 0;
}
.footer-top img{
    width: 100px;
}
.im{
    display: flex;
    justify-content: center;
}
footer{
    background-color: #1B1F39;
    padding: 50px 0;
}
footer .fot-left img{
    width: 200px;
    border-radius: 5px;
    margin-bottom: 20px;
}
footer .fot-left p{
    color: #8E93AE;
    font-size: 15px;
    width: 100%;
}
footer .soshial{
    margin-top: 50px;
}
footer .soshial a{
    text-decoration: none;
    color: #8E93AE;
    padding: 0 10px;
    font-size: 18px;
}
footer .fot-right span{
    display: inline-block;
    color: #fff;
    font-size: 18px;
}
footer .fot-right ul{
    list-style: none;
    padding: 0;
    margin-top: 10px;
}
footer .fot-right ul li a{
    display: inline-block;
    text-decoration: none;
    color: #8E93AE;
    padding: 10px 0;
}
.aboute-header{
    width: 100% !important;
    height: 79px;
    background-color: #fff !important;
}
.aboute-nav{
    top: 0;
    border-radius: 0 !important;
    /* width: 100%; */
}
.drpb-active{
    color: var(--site-color) !important;
}
.aboute{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    background-color: #21294F;
    width: 100%;
    margin: 0;
    padding-top: 12%;
    padding-bottom:3%;
}
.list{
    display: flex;
    flex-direction: row;
}
.aboute h1{
    color: #fff;
    font-weight: bold;
    font-size: 36px;
}
.list a{
    text-decoration: none;
    color: #fff !important;
    padding: 15px;
    font-size: 14px;
}
.list span{
    color: #fff;
    font-size: 30px;
}
.who{
    margin-top: 150px;
}
.who .img{
    text-align: right;
}
.who2 .img{
    text-align: left !important;
}
.who2{
    margin-bottom: 150px;
}
.who .bac-image{
    width: 100%;
    height: 650px;
    background-image: url(../images/Rectangle2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.who .bac-image2{
    width: 100%;
    height: 650px;
    background-image: url(../images/image-box-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.who .img img{
    width: 100%;
    height: 550px;
    transition: all ease .3s;
}
.who .who-image{
    overflow: hidden;
}
.who .who-image:hover img{
    transform: scale(1.1);
}
.who span a{
    text-decoration: none;
    display: inline-block;
    color: var(--site-color);
    font-size: 16px;
    margin-bottom: 35px;
    margin-top: 10px;
}
.who h5{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}
.who p {
    font-size: 17px;
    color: #777;
}
.counter{
    padding: 50px 20px;
    width: 100%;
    height: 360px;
    background-color: #21294F;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 150px;
}
.counter span{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    transition: all ease .3s;
}
.counter span:hover{
    color: var(--site-color);
}
.counter p{
    font-size: 20px;
    color: #ccc;
    padding: 0 35px ;
}
.team{
    margin-top: 100px;
}
.team a{
    color: #000;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    transition: all ease .2s;
}
.team p{
    font-size: 16px;
    color: #777;
}
.team .card{
    width: 90% !important;
    transition: all linear .2s;
    margin: 30px auto;
}
.team .card:hover{
    box-shadow: 0 0 20px #cdcdcd;
}
.team .card:hover h5{
    color: var(--site-color);
}
.solution .card-body{
    padding: 35px;
}
.team .card-body{
    padding: 25px;
}
.solution{
    margin-top: 100px;
}
.solution .card{
    width: 95% !important;
    margin: 20px auto;
    border-radius: 6px;
}
.solution-zom{
    overflow: hidden;
    border-radius: 6px;
}
.solution-zom img{
    transition: all ease .2s;
}
.team-zom{
    overflow: hidden;
}
.team-zom img{
    transition: all ease .3s;
}
.team-zom:hover img{
    transform: scale(1.1);
}
.solution-zom:hover img{
    transform: scale(1.1);
}
.solution .card a{
    color: #000;
    text-decoration: none;
    font-size: 24px;
    margin-bottom: 20px;
    transition: all ease .2s;
}
.solution .card p{
    font-size: 16px;
    color: #777;
}
.solution .card a.rid{
    font-size: 16px;
    background-color: var(--site-color);
    padding: 10px 30px;
    border-radius: 6px;
    color: #fff;
    margin-top: 15px;
    transition: all ease .3s;
}
.solution .card a.rid:hover{
    background-color: #3e4781 ;
}
.details{
    margin: 150px 0;
}
.image-top{
    overflow: hidden;
}
.image-top img{
    transition: all ease .3s;
}
.image-top:hover img{
    transform: scale(1.1);
}
.side-left{
    width: 90%;
    /* height: 500px; */
    border: 1px solid #D9D9D9;
    padding: 25px 40px;
}
/* .side-left .title-top{
    background-color: #eee;
} */
.side-left span{
    font-size: 24px;
    padding: 10px 30px;
    font-weight: bold;
}
.details .side-left .link{
    border-bottom: 1px solid #D9D9D9;
    padding: 25px 30px;
}
.details .side-left .link a{
    color: #000;
    text-decoration: none;
    font-size: 17px;
    transition: all ease .2s;
}
.details .side-left .link a:hover{
    color: var(--site-color);
}
.details .image-top img{
    width: 100%;
}
.details .content h3{
    font-size: 24px;
    margin: 30px 0;
}
.details .content p{
    font-size: 16px;
    color: #777;
    width: 90%;
}
.meta{
    background-color: #F5F5F5;
    padding: 35px 35px;
}
.splide__arrow{
    background-color: #F5F5F5;
}
.splide__arrow--prev{
    left: 0;
}
.splide__arrow--next{
    right: 0;
}
.splide__arrow:focus-visible{
    outline: 0;
}
.meta p{
    font-size: 14px;
    color: var(--site-color) !important;
    padding: 15px 10px;
    background-color: #fff;
    width: 130px;
    text-align: center;
    margin: 0 auto;
}


/* ********
***********
*********** */

.new-detail{
    margin-top: 100px;
}
.new-detail img{
    width: 100%;
}
.new-detail h3{
    margin: 50px 0;
}
.contact-us{
    margin-top: 100px;
}
.contact-us h6{
    font-size: 16px;
    color: var(--site-color);
}
.contact-us h2{
    font-size: 36px;
    font-weight: bold;
}
.contact-us h2 span{
    color: var(--site-color);
}
.contact-us p{
    font-size: 16px;
    color: #777;
}
.contact-us form{
    padding: 0;
}
.contact-us form input{
    height: 50px;
}
.form-control:focus{
    box-shadow: none;
}
.contact-us form textarea{
    height: 140px;
}
.contact-us form button{
    width: 270px;
    height: 50px;
    background-color: var(--site-color);
    color: #fff;
    font-weight: bold;
    border: 0;
    margin: 15px;
    font-size: 16px;
    border-radius: 5px;
    transition: all ease .3s;
}
.contact-us form button:hover{
    background-color: #3e4781;
}
.contact-us .side-rghite{
    background-color: #F5F5F5;
    padding: 70px 40px;
    margin-top: 80px;
}
.contact-us .side-rghite .numper p{
    font-size: 16px;
    color: #000;
}
/* .contact-us .side-rghite .numper{
    margin-bottom: 30px;
} */
.contact-us .side-rghite .email{
    margin: 40px 0;
}
.contact-us .side-rghite .email a{
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: #000;
}
.contact-us .side-rghite .sochial{
    margin-top: 40px;
}
.contact-us .side-rghite .sochial a{
    color: #777;
    background-color: #D9D9D9;
    padding: 15px 20px;
    border-radius: 5px;
    transition: all ease .3s;
}
.contact-us .side-rghite .sochial a:hover{
    background-color: var(--site-color);
    color: #fff;
}
.pagis{
    display: flex;
    flex-direction: row;
    margin: 50px auto;
    justify-content: center;
}
.pagis-actve{
    background-color: var(--site-color) !important;
    color: #fff !important;
}
.pagis a{
    text-decoration: none;
    font-size: 17px;
    background-color: #F5F5F5;
    color: #000;
    padding: 15px 20px;
    margin: 10px;
    transition: all ease .2s;
}
.pagis a:hover{
    background-color: var(--site-color);
    color: #fff;
}

.div-languages .dropdown-item {

    margin-top: 6px;
    border-left: #ddd solid 1px;
    border-radius: 0 !important;
    margin-left: 10px;
}

.news-text{ padding-left:20px;}