:root{
    --main-color:#465459;
    --sec-color: #e81c24;
    --bg-color:#000;
    --after-color:#CC3431;
}
@font-face{
    font-family: 'light';
    src:url('../fonts/NeoSansArabicLight.ttf') ;
    }
    @font-face{
        font-family: 'bold';
        src: url('../fonts/NeoSansArabicBold.ttf');
    }
 @font-face{
    font-family: 'Regular';
    src: url('../fonts/Neo-Sans-Arabic-Regular.ttf');
}   
@font-face{
    font-family: 'open-sans';
    src: url('../fonts/OpenSans-Regular.ttf');
} 
@font-face{
    font-family: 'NeoSansArabicMedium';
    src: url('../fonts/NeoSansArabicMedium.ttf');
}

@font-face{
    font-family: 'arabic-font';
    src: url('../fonts/Cairo-Regular.ttf');
} 

    body {
        direction: ltr;
        text-align: start;
        font-family: 'Regular';
        overflow-x: hidden;
    }
    form{
        direction: ltr;
    }

    /* nice select */
.nice-select {
    width: 100%;
    /* margin-bottom: 15px; */
    text-align: start;
    padding-left: 16px;
    padding-right: 18px;
    background-color: #F4F4F4;
    border-radius: 0;
    border-color: transparent;
    height: 47px;
}
.nice-select::after{
    right: 12px;
    left: auto;
}
.nice-select .option{
    text-align: start;
    padding-left: 16px;
    padding-right: 16px;
}
.nice-select .list{
    width: 100%;
}
.nice-select:after{
    width: 8px;
    height: 8px;
}
   

.owl-carousel{
    direction: ltr;
}
.carousel-info button{
    border: none;
    outline: none;
    background: none;
}
button:focus,button{
    border: none;
    outline: none;
}
.mynav button{
    background: none;
}
input:focus{
    outline: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a,a:hover{
    text-decoration: none;
}
/* top bar */
.top-header-details{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-header-details li img{
    max-height: 20px;
    margin-inline-end: 10px;
}
.topbar{
     background-color: #e81c24;
    padding: 5px 0;
    height: 68px;
}
.top-header-details span.key{
    color: #fff;
    font-size: 12px;
}
.top-header-details span.value{
    color: #FFE600;
    font-size: 12px;
    margin-inline-start: 4px;
}
span.mob-num{
    display: inline-block;
    direction: ltr;
}
.topbar .container,.mynav .container,.hero-section .container{
    padding: 0;
}
.right-tobheader ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.right-tobheader ul li{
    margin-inline-end: 20px;
    position: relative;
    font-family: 'open-sans';
}
.right-tobheader ul li i{
    margin-inline-end: 8px;
}
.topbar a{
    color: #F3F7FB;
font-size: 13px;
transition: all 0.3s;
}
.topbar a:hover{
    color: var(--sec-color);
}
.topbar .left-topheader{
    justify-content: end;
    display: flex;
    align-items: center;
}
.topbar .row{
    align-items: center;
}
/* middle nav */
.left-navbar{
    display: flex;
    align-items: center;
    width: 100%;
justify-content: space-between;}
.left-navbar img{
    max-width: 112px;
}
.logo{
    max-width: 100%;
    height: 75px;
    }
.logo img{
    max-width: 100%;
   height: 65px;
}

.lang a {
    text-transform: uppercase;
    transition: all 0.3s;
    padding-inline-start: 6px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.topbar li.more a:hover{
    color: #fff;
}
.logo img{
height: 100%;
max-width: 100%;
object-fit: contain;
}
.mynavbar ul li.menu-item-has-children{
    position: relative;
    margin-inline-end: 35px;
    padding-inline-end: 10px;
}
.mynavbar {
    margin-top: 12px;
}
ul.sub-menu {
    display: block;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 136px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0;
    padding: 0px;
    z-index: 999999;
    margin-top: 10px;
    transform: translateY(-20px);
    transition: all 0.4s;
    visibility: hidden;
    padding: 14px 0px;
}

li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    height: auto;
    transform: translateY(0);
    visibility: visible;
    z-index: 99999999;
}

.sub-menu a {
    color: #000;
    font-size: 12px;
    padding: 9px 9px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-inline-start: 18px;
    font-weight: 900;
}
.sub-menu a::before{position: absolute;content: '\f105';font-family: 'font awesome 5 pro';top: 5px;left: 8px;color: #000;}


.sub-menu a:hover {
    color: var(--sec-color);
}

li.menu-item-has-children a {
    position: relative;
}

li.menu-item-has-children>a::before {
    position: absolute;
    content: '\f107';
    font-family: 'font awesome 5 pro';
    top: 1px;
    right: -13px;
    color: #fff;
}
.sidebar li.menu-item-has-children>a::before {
    top: 11px;
    right: -5px;
    color: #fff;
}
.mynavbar ul .sub-menu li {
    margin-inline-end: 0;
}

.mynavbar ul .sub-menu li a {
    color: #000;
    font-size: 12px;
    padding-inline-start: 18px;
    padding: 6px 6px 5px 18px;
}
.mynavbar .sub-menu li .nav-link::after{
    display:none;
}
ul.sub-menu li {
    margin-inline-end: 0;
}

.sidebar .sub-menu{
    display: none;
    opacity: 1;
    visibility: visible;
    height: auto;
    position: relative;
    min-width: unset;
    width: 100%;
    border-radius: 0;
    padding: 16px 0px;
    margin-top: 20px;
    margin-top: 0;
}
.left-tobheader {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.left-tobheader .lang {
    margin-right: 30px;
}

/* Start Search */

.site-search {
    display: table;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    padding: 12px;
    transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
    -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search.open {
    z-index: 99999999;
    opacity: 1;
    transition: opacity .5s, z-index 0s;
    -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
    margin-top: -25px;
    opacity: 1;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
    position: relative;
    padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
    border: none;
    width: 50%;
    margin-top: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    padding-top: 0;
    opacity: 0;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
    transform: translateX(-50%);
    z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
    display: none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
    color: var(--bg-color);
    background: none;
    border: none;
    border-bottom: 3px solid var(--bg-color);
    font-size: 20px;
    padding: 15px 0;
    height: auto;
    margin: 0;
    outline: none !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.15s linear;
    border-radius: 0px;
    box-shadow: inset 0 0 0 transparent;
    color: var(--main-color);
    padding-inline-end: 50px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
    top: 10px;
    right: 15px;
    padding-top: 0 !important;
    background: none !important;
    font-size: 0;
    min-width: 0;
    padding: 0 !important;
    z-index: 4;
    position: absolute;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 20px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--bg-color);
    padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
    color: var(--bg-color);
}

.searchForm .btnSearch {
    box-shadow: none !important;
    /* margin: 0 25px; */
    color: #000000;
    padding: 0;
    text-align: center;
    /* line-height: 30px; */
    border: none !important;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    
    cursor: pointer;
}

.searchForm .btnSearch i {
    transition: all 0.6s;
    color: #fff;
}

.site-search-close {
    position: absolute;
    right: 0;
    left: 0;
    top: 0px;
    bottom: 0;
}

.site-search .close-side i {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 20px;
    right: 20px;
    z-index: 9;
}

/* End Search */
/* Start header */
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.mynav{
    position: relative;
    padding-top: 14px;
}
.mynav .download-btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 158px;
    height: 142px;
    background: #86D114;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    text-align: center;
}
.download-btn img{
    height: 27px;
    display: block;
    margin: 6px auto 0;
}
.mynav .download-btn a{
    color: #fff;
    font-family: 'bold';
}
.mynav .row{
    align-items: center;
}
.mynav .row{
    padding: 5px 0;
}
.mynavbar .main-menu,.mynavbar{
    display: flex;
    align-items: center;
}
.mynavbar{
    justify-content: end;
    margin-inline-end: 30px;
}
.mynavbar ul li{
    margin-inline-end: 25px;
}
.mynavbar .nav-link {
    position: relative;
    padding: 0;
    color: #fff;
    transition: all 0.3s;
    text-transform: capitalize;
    font-size: 14px;
    position: relative;
    display: inline-block;
}
.mynavbar .current-menu-item .nav-link,
.mynavbar .nav-link:hover{
    color: var(--sec-color);
}
.mynavbar .nav-link::after{
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    background-color: var(--sec-color);
    bottom: -8px;
    left: 0;
    transition: all 0.3s;
}
.mynavbar .nav-link:hover::after{
    width: 100%;
}
/* responsive menu */
.responsive-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 12px;
    position: absolute;
    top: 152px;
    left: 0;
    z-index: 99;
    width: 100%;
}

.navbar-toggler {
    background-color: var(--sec-color);
    border-radius: 3px;
    color: #fff;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lang-search{
    display: flex;
    align-items: center;
    gap: 9px;
}

.download-btn-mob a{
    margin-top: 13px;
    background-color: #fff;
    padding: 10px;
    color: var(--sec-color);
    display: inline-flex;
    min-width: 160px;
    font-size: 12px;
    margin-inline-start: 12px;
    font-family: 'bold';
    align-items: center;
}
.download-btn-mob a img{
    height: 21px;
    margin-inline-start: 10px;
}
.navbar-toggler i{
    color: #fff;
    font-size: 23px;
}
/* Sidebar */

.sidebar{
    position: fixed;
    top: 0px;
    bottom: 0;
    left: -350px;
    height: 100%;
    width: 350px;
    background-color: var(--bg-color);
    z-index: 999999999999;
    padding: 20px 0;
     z-index: 999999;
   transition: all 0.7s;
   box-shadow: 0px 0px 20px #00000029;
   padding:20px 0;
   clip-path: circle(25px at calc(100% - 45px) 45px);
}
.sidebar-width{
    left: 0px;
    clip-path: circle(75%);
}
.sidebar .close-side i{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.sidebar .side-content{
    padding-top: 10px;
    margin-top: 30px;
}
.side-content a i{
    margin: 0 8px;
}
.side-content a{
    text-transform: capitalize;
}
 .close-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}
.close-overlay.open-overlay{
    display: block;
}

.sidebar .side-content ul li{
position: relative;
width: 100%;
transition: all .5s;
border-bottom: 1px solid rgb(255 255 255 / 30%);;
}


.sidebar .side-content ul li a{
    color: #fff;
    display: inline-block;
    padding: 10px 12px;
    position: relative;
    transition:all 0.6s;
}
.sidebar .side-content ul li .sub-menu a{
    color: #000;
    padding-inline-start: 22px;
}
.side-content ul li.has-child a{
 padding-inline-end: 20px;   
}

.sidebar .contact-buttons{
justify-content: center;
    margin-top: 60px;
}
.search-menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}  
/* Start hero-section */
.hero-section{
    background-color:#131236;
    padding-top: 120px;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    padding-bottom: 0;
    position: relative;
    min-height: 990px;
}
.all-imgs{
    position: absolute;
    bottom: -26px;
    right: -5px;
    width: 70%;
    height: 100%;
}
.all-imgs img{
    position: absolute;
    z-index:2;
}
.all-imgs img.img1{
    bottom: 11px;
    right: -43px;
    max-height: 720px;
}
.all-imgs img.img2{
    bottom: 192px;
    right: 276px;
    height: 540px;
}
.all-imgs img.img3{
    bottom: 89px;
    left: -16px;
}
.all-imgs img.img4{
    top: 160px;
    right: -64px;
}
.all-imgs img.img5{
    bottom: 162px;
    left: -166px;
}
.hero-section .hero-details{
   padding-inline-end: 55px;
   /*padding-inline-start: 95px;*/
   padding-top: 183px;
}
.hero-details h4{
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 22px;
}
.hero-details p{
color: rgb(255 255 255 / 70%);
margin-bottom: 30px;
line-height:24px;
}
.btn-more a{
    display: inline-block;
    text-align: center;
    width: 186px;
    height: 65px;
    color: #fff;
    padding: 10px;
    background: #e81c24;
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'bold';
    position: relative;
    z-index: 2;
}
 .btn-more a::after{
    position: absolute;
    content: '';
    background: var(--sec-color);
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 0%;
    height: 0%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.5s;
    border-radius: 50px;
}
.hero-details  .btn-more a::after{
    background-color: #fff;
}
.hero-details  .btn-more a:hover{
    color: #000;
}
.about-info .btn-more a:hover{
    color: #fff;
}
.btn-more a:hover:after {
    height: 400%;
    width: 400%;
}
.btn-more a img{
    padding-inline-end: 6px;
    max-height: 22px;
}
.btn-more a:hover img{
    filter: brightness(0);
}

.btn-more a span{
    margin-top: 6px;
}
.more a,.contact-link a,.more button{
    color: #fff;
    position: relative;
    transition: all 0.3s; 
    padding: 12px 20px;
    min-width: 170px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    z-index: 1;
    text-transform: capitalize;
    text-align: center;
    
background: var(--sec-color);
font-weight: bold;}
.more a::after,.contact-link a::after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 0%;
    background-color: var(--sec-color);
z-index: -1;
transition: all 0.3s;
opacity: 0;

}

.more a:hover::after,.contact-link a:hover::after{
    height: 100%;
    opacity: 1;
}



.sponser-slider.owl-theme .owl-nav .owl-prev,
.sponser-slider.owl-theme .owl-nav .owl-next,
.gallary-slider.owl-theme .owl-nav .owl-prev
,.gallary-slider.owl-theme .owl-nav .owl-next  {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    font-size: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    color: #fff;
}

.sponser-slider.owl-theme .owl-nav .owl-prev:hover,
.sponser-slider.owl-theme .owl-nav .owl-next:hover,
.gallary-slider.owl-theme .owl-nav .owl-prev:hover
,.gallary-slider.owl-theme .owl-nav .owl-next:hover {
opacity: 1;
}

.gallary-slider.owl-theme .owl-nav .owl-prev{
    left: -24px;
    color: #414140;
    background: #fff;
    font-size: 25px;
}
.gallary-slider.owl-theme .owl-nav .owl-next{
    right: -24px;
    color: #414140;
    background: #fff;
    font-size: 25px;
}
.card-slider.owl-theme .owl-nav .owl-prev,
.card-slider.owl-theme .owl-nav .owl-next{
    background: transparent;
    color: rgb(255 255 255 / 50%);
    font-size: 32px;
    margin-top: 16px;
}
.card-slider.owl-theme .owl-nav .owl-prev:hover,
.card-slider.owl-theme .owl-nav .owl-next:hover{
    color: #fff;
}

.sponser-slider.owl-theme .owl-nav .owl-next,
.sponser-slider.owl-theme .owl-nav .owl-prev{
  background: transparent;
  color: #292D32;
  font-size: 24px;
  border: 1px solid #E0E0E0;
}



.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 2px solid #414140;
    opacity: 0.2;
    margin: 5px 7px;
    background: transparent;
    transition: all 0.3s;
    border-radius: 0;
}
.owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
    background: #414140;
    opacity: 1;
}
.owl-theme .owl-dots .owl-dot {
    background: transparent;
    padding: 0;
}
/* ********************************* */
/* Start sponser slider */
.partner{
    /*padding-top: 0;*/
    /*padding: 0;*/
    /*margin-top: -70px;*/
}
.sponser-img {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
/*.partner .owl-item .item{*/
/*    padding-top: 30px;*/
/*}*/
/*.partner .owl-item.active .sponser-img{*/
/*    transform: translateY(-50px);*/
/*}*/
/*.partner .owl-item.active + .owl-item.active  .sponser-img{*/
/*    transform: translateY(-40px);*/
/*}*/
/*.partner .owl-item.active + .owl-item.active  + .owl-item.active  .sponser-img{*/
/*    transform: translateY(-22px);*/
/*}*/
/*.partner .owl-item.active + .owl-item.active  + .owl-item.active  + .owl-item.active .sponser-img{*/
/*    transform: translateY(0px);*/
/*    height: 162px;*/
/*}*/
/*.partner .owl-item.active + .owl-item.active  + .owl-item.active  + .owl-item.active + .owl-item.active .sponser-img{*/
/*    transform: translateY(45px);*/
/*}*/
/*.partner .owl-item .item{*/
/*    padding-top: 10px;*/
    /* border: 1px solid red; */
/*}*/
/*.partner .owl-item.active  .item{*/
/*    padding-top: 14px;*/
/*}*/
/*.partner .owl-item.active + .owl-item.active  .item{*/
/*    padding-top: 31px;*/
/*}*/
/*.partner .owl-item.active + .owl-item.active  + .owl-item.active   .item{*/
/*    padding-top: 29px;*/
/*}*/
/*.partner .owl-item.active + .owl-item.active  + .owl-item.active  + .owl-item.active  .item{*/
/*    padding-top: 41px;*/
/*}*/
/*.partner .owl-item.active + .owl-item.active  + .owl-item.active  + .owl-item.active + .owl-item.active  .item{*/
/*    padding-top: 24px;*/
    /* margin-top: 10px; */
/*}*/
.partner .owl-item.active .item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sponser-img img{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: all 0.3s;
    width: auto !important;
    margin: 0 auto;
    /*filter: grayscale(1);*/
}
.partner-item{
    padding:25px;
}

.partner-item  img{
mix-blend-mode: multiply;
    width: 95%;
}
/* End sponser slider */

/* --------------------------------------------------------- */

/* Start card slider section */
section.services{
    padding-top: 100px;
    /* background-image: url('../images/service-bg.png'); */
    background-size: contain;
    background-repeat: repeat;
    position: relative;
}
.services::after{
    position: absolute;
    content: '';
    width: 40%;
    height: 280px;
    bottom: 0;
    right: 0;
    background-image: url('../images/machine_bg.png');
    background-size: cover;
    filter: grayscale(1);
}
section{
    padding: 70px 0;
    overflow: hidden;
}
.services .row{
    justify-content: center;
}
 .services .col-lg-3{
    padding: 0 16px;
}

.services .section-title{
    margin-bottom: 52px;
}
.section-title{
text-align: center;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.section-title h4{
    font-size: 36px;
    color: #040404;
}
.section-title h6{
    font-size: 18px;
    color: rgb(0 0 0 / 50%);
    margin-bottom: 10px;
}
.service-block .img{
    height: 60px;

}
.service-block .img img{
    height: 100%;
    transition: all 0.3s; 
    object-fit:contain;
}
.service-block a{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;

}

.service-block{
    position: relative;
    transition: all 0.5s;
    background-color: #fff;
    padding: 34px 24px 28px;
    text-align: center;
    margin-bottom: 38px;
    transition: all 0.3s; 
}
 .col-lg-3:nth-child(5) .service-block img{
    filter: invert(59%) sepia(76%) saturate(532%) hue-rotate(71deg) brightness(104%) contrast(94%);
}
.service-block:hover img,
  .col-lg-3:nth-child(5) .service-block:hover  img{
    animation: 1s bounce;
    filter: brightness(0) invert(1);
}

.service-block  h5{
    color: #414140;
    font-size: 14px;
    font-family: 'bold';
    margin: 17px 0 10px;
    text-transform: capitalize;
    transition: all 0.3s; 
}
.service-block p{
    color: rgb(65 65 64 / 60%);
    font-size: 12px;
    margin-bottom: 0;
    transition: all 0.3s; 
}
.service-block:hover{
    background-color: #3DAC3C;
}
.service-block:hover h5,
.service-block:hover p{
    color: #fff;
}
/* ----------------  Start about section  ---------- */

.about{
    position: relative;
    padding: 0;
    margin-top: -88px;
}

section.about .row{
    align-items: center;
}
.about-imgs{
    padding-inline-end: 43px;
}

.about-imgs .img.img1{
    height: 430px;
}
.about-imgs .img.img2{
    height: 310px;
    width: 88%;
    margin-inline-start: auto;
    margin-top: -43px;
}

.about-imgs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-imgs  .img1 img{
    clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 80%);
}
.about-imgs  .img2 img{
    clip-path: polygon(0 0, 100% 23%, 100% 100%, 0 80%);
}
.about-info{
    padding-top: 39px;
}
.about-info h6{

color:  #e81c24;

font-size: 16px;

text-transform: uppercase;
}
.about-info p{

color: rgb(0 0 0 / 60%);

line-height: 30px;

font-size: 18px;

margin-bottom: 28px;
}
.about-info h4{
    color:  #131236;
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 28px;
    font-family: 'bold';
}
 .about-info .btn-more a{

width: 140px;

height: 61px;

background-color:  #131236;

}
 .btn-more a i{
    
padding-inline-start: 5px;
    
margin-top: 6px;
 }
/* ---------------------------------------------------- */
/* Start sector-sec section */
.sector-sec{
    background-color: #F4F4F4;
    position: relative;
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 83%);
    padding: 150px 0 200px;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 83%);
    /* margin-top: -82px; */
}
.sector-sec::after,.sector-sec::before{
    position: absolute;
    content: '';
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}
.sector-sec::after{
    top: 87px;
    left: 0;
    width: 74%;
    height: 73%;
    background-image: url('../images/staff-bg1.png');
    background-size: cover;
}
.sector-sec::before{
    bottom: -20px;
    right: 0px;
    width: 33%;
    height: 50%;
    background-image: url('../images/staff-bg2.png');
}
.sector-sec .section-title{
    text-align: start;
    margin-bottom: 90px;
    position: relative;
}
.sector-sec .section-title::after{
    position: absolute;
    content: '';
    width: 32px;
    /*height: 32px;*/
    height:20px;
    top: -35px;
    left: 0;
    background-image: url('../images/Vector 4.svg');
    background-size: cover;
}
.sector-sec .section-title h4{
    color: #040404;
    font-family: 'NeoSansArabicMedium';
    margin-bottom: 15px;
}
.page-content.sector-sec .section-title h4{
    font-size: 36px;
    font-family: 'Regular';
}
.sector-sec .col-md-4:first-of-type .sector-box{
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}
.sector-sec .col-md-4:nth-child(3) .sector-box{
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
}
.sector-sec .col-md-4:nth-child(4) .sector-box{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}
.sector-sec .col-md-4:last-of-type .sector-box{
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
 .sector-box .sector-img
{
   height: 180px;
    width: 100%;
    margin: 0 auto 22px;
}
.sector-box .sector-img
img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
}
.sector-box{
    background-color: #fff;
    text-align: center;
    margin-bottom: 39px;
    padding: 0 0 49px;
}

 .sector-box p{
   font-size: 14px;
   color: rgb(0 0 0 / 50%);
   margin-bottom: 0px;
   padding:0 15px;
   line-height: 24px;
}

.sector-box h4{font-size: 20px;font-family: 'bold';margin-bottom: 18px;text-transform: capitalize;color: #000;}


/* Start contact section */
.contact-section{
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
    position: relative;
    z-index: 3;
    padding-top: 236px;
    padding-top:100px;
    /*margin-top: -82px;*/
    padding-bottom: 85px;
}
.contact-section .container{
    position: relative;
    z-index: 2;
}
.contact-section .section-contant{
    position: relative;
}
.contact-section::after{position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;
    background-image: url('../images/about-img1.png');background-size: cover;z-index: -1;
    /* clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 100%); */}
.contact-section::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-image: url('../images/Rectangle\ 8.png');*/
    background: linear-gradient(180deg, #191928 10.53%, rgba(25, 25, 40, 0.67) 100%);
transform: rotate(180deg);
    z-index: 2;
    background-size: cover;
    }
.contact-section .section-title{
    text-align: start;
    margin-bottom: 20px;
}

.contact-map,.contact-form{
    height: 100%;
}
.contact-map{
    padding-top: 70px;
}
.contact-form .form-group{
    margin-bottom: 24px;
    position: relative;
}
.contact-form .form-group input{
    padding-inline-start: 16px;
}
.contact-section .contact-form .form-group input{
    padding-inline-start: 36px;
}
.contact-form .form-group i,.contact-form .form-group img {
    position: absolute;
    top: 13px;
    left: 11px;
    color: rgb(0 0 0 / 90%);
    z-index:2;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    /*direction: rtl !important;*/
}
#map,#mack-map{
    height:830px;
}
.contact-img img,.contact-img iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-form{
    background-color: transparent;
}
.contact-form h6{

color: #fff;

font-size: 28px;

margin-bottom: 37px;
}
.contact-form h4{
    
font-size: 28px;
    
margin-bottom: 32px;
    
color: #fff;
    
font-family: 'Montserrat-SemiBold';
}
.contact-form form input, .contact-form form textarea, .contact-form form select {
    width: 100%;
    padding: 10px;
    background: #F4F4F4;
    border: 1px solid transparent;
    color: rgb(0 0 0 / 50%);
    font-size: 14px;
}
.contact-form form textarea{
    height: 267px;
}
.carrer-page .contact-form form textarea{
    height: 277px;
}
.contact-form input::placeholder,.contact-form textarea::placeholder{
    color: rgb(0 0 0 / 60%);
    font-size: 14px;
  
}
.contact-form textarea::placeholder,.contact-form select::placeholder{
    color: rgb(0 0 0 / 80%);

  
}
.contact-form label{
    font-size: 18px;
    color: #000;
    margin-bottom: 13px;
}
.more button{
    display: inline-block;
    color: #fff;
    transition: all 0.3s;
    background-color: #e81c24;
    padding: 15px;
    min-width: 156px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
    border-radius: 0;
    font-size: 13px;
   }
   .more button:hover{
       background-color: #fff;
       color: var(--sec-color);
   }
   .carrer-page .more button:hover{
    background-color: #131236;
    color: #fff;
   }
   .more button i{
    margin-inline-start: 13px;
   }
textarea:focus{
    outline: none;
}

.contact-form input:focus,.contact-form textarea:focus{
    outline: none;
}

.contact-data ul li i{
    font-size: 34px;
    color: var(--sec-color);
    margin-inline-end: 20px;
    margin-bottom:20px;
}
.contact-data ul li i.la-phone-volume{
    font-size: 36px;
}

/* *************Start footer section*********** */
footer{
    overflow: hidden;
    padding: 77px 0 0;
    background-image: linear-gradient( 180deg, #414140 0%, #414140E6 100%), url(../images/footer-bg.png);
    background-size: cover;
    background-position: center;
    position: relative;
}
.col-md-5 .footer-links{
    padding-inline-start: 40px;
}

.footer-links a{
    color: #fff;
    display: flex;
    margin-bottom: 26px;
    transition: all 0.3s;
}
.footer-links a:hover,.footer-links li:hover,
.footer-links p:hover{
    color: var(--sec-color);
}

.contact-list li,.contact-list p{
    color: #fff;
    font-family: 'OpenSans-SemiBold';
    display: flex;
    width: 79%;
    margin-bottom: 0;
    transition: all 0.3s;
}

.footer .contact{
    margin-block: 20px;
}
.right-footer{
    display: flex;
    align-items: center;
}
.copy-right {
    text-align: center;
    padding-top: 58px;
    margin-top: 85px;
    border-top: 1px solid rgb(255 255 255 / 5%);
}
    .copy-right p{
    color: #fff;
    margin-bottom: 0;
    text-align: start;
    font-size: 14px;
    margin-inline-end: 22px;
}
.footer-logo{
    height: 85px;
    width: 85px;
}
.footer-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-links a i,.footer-links li i {
    padding-inline-end: 12px;
    margin-top: 4px;
    color: #86D114;
    font-size: 20px;
}

.footer-links h4,.footer-details h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px;
    font-family: 'Montserrat-SemiBold';
}

.copy-right .row {
    align-items: center;
}

.ryad-logo {
    height: 65px;
    margin-top: -32px;
    position: relative;
    top: 5px;
    margin-left: -20px;
}

.comp-rights {
    text-align: end;
}

.footer {
    padding-inline: 63px;
}
.footer-sochial{display: flex;align-items: center;}
.footer-sochial a:hover{
    transform: translateY(-6px);
}
.footer-sochial a:hover i.fab.fa-facebook-f {
    color: #1877f2 ;
}
.footer-sochial a:hover  i.fab.fa-whatsapp {
    color: #249f00 ;
}
.footer-sochial a:hover i.fab.fa-twitter{
    color: #1da1f2 ;

}
.footer-sochial a:hover i.fab.fa-instagram{
    color: #405de6;
}
.footer-sochial a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-inline-start: 12px;
    transition: all 0.3s;
    font-size: 16px;
    color: #131236;
}
.footer-sochial a i{
    transition: all 0.3s; 
}
/* ----------------------------------------------------------------------- */
/* Start about page */
header.pages{
    height: 390px;
    background-color:  #131236;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 49%);
}
header.pages::after{
    position: absolute;
    content: '';
    width: 280px;
    height: 133px;
    background-image: url('../images/bread-shape.svg');
    background-size: cover;
    bottom: 15px;
    right: 0px;
}
.page-content{
    /* clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%); */
    padding: 20px 0 130px;
}
.page-title h4{
    font-size: 36px;
    margin-bottom: 32px;
    color: #131236;
  text-transform: capitalize;
}
.bena-vission{
    margin-top: 100px;
}
.vission-item .item-title{
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}
.vission-item .item-title h5{
font-size: 28px;
text-transform: capitalize;
}
.vission-item .item-title img{
margin-inline-end: 20px;
}
.vission-item p{
color: rgb(0 0 0 / 56%);
}
/* ----------------------------------------   sectors page  ----------------------- */
.page-content{
    margin-top: -88px;
}
.sector-sec.page-content{
    clip-path: none;
    background-color: #fff;
}
.sector-sec.page-content .sector-box {
    background-color: #F9F9F9;
}
/* ----------------------------------  single sector page  -------------------   */
.single-ser-title {
    width: 65%;
    margin-bottom: 62px;
}
.single-ser-title .ser-name{
    display: flex;
    align-items: center;
    margin-bottom: 41px;
}
.single-ser-title .ser-name img{
height: 97px;
}
.single-ser-title .ser-name h4{
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
margin-inline-start: 16px;
color: #131236;

text-transform: capitalize;
}
.single-ser-title p{

color: rgb(0 0 0 / 50%);

line-height: 24px;

font-size: 14px;
}
.sigel-details-item h4{

font-size: 24px;

margin-bottom: 31px;
font-family: 'NeoSansArabicMedium';
/* font-weight: 600; */
}
.sigel-details-item p{

font-size: 18px;

color: rgb(0 0 0 / 60%);
}
.card-slider .img{
    height: 276px;
}
.card-slider .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ----------------------------  Start news page ------------------   */
.news-page .col-md-6{
    padding: 0 12px;
}
.new-block{
    margin-bottom: 28px;
}
.new-block .new-img{
    width: 100%;
    height: 220px;
}
.new-block .new-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-block .new-body{
    background-color: #F9F9F9;
    padding: 31px 31px;
}
.new-body .new-title{
    margin-bottom: 16px;
}
.new-body .new-title span.date{
font-size: 10px;
color: rgb(0 0 0 / 50%);
}
.new-body .new-title span.name{
    background-color: #e81c24;
    color: #fff;
    font-size: 12px;
    margin-inline-end: 25px;
    padding: 7px 12px;
    border-radius: 30px;
    min-width: 54px;
    display: inline-block;
    text-align: center;
}
.new-block .new-body h5{
    font-size: 18px;
    font-family: 'NeoSansArabicMedium';
    margin-bottom: 12px;
    color: #000;
    line-height: 27px;
}
.new-block .new-body p{
    font-size: 14px;
    color: rgb(0 0 0 / 60%);
    line-height: 24px;
    margin-bottom: 0;
}
.single-article .new-img{
    height: 400px;
}
.single-article .new-body{
    padding-top: 48px;
}
/* Pagination */
.pagination{
    justify-content: center;
    margin-top: 38px;
}
.page-link {
    color: #000;
    font-size: 13px;
    width: 40px;
    height: 40px;
    background: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: all 0.3s;
    border: 1px solid transparent;
    }

.page-item .page-link,
.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0;
    margin-inline: 4px;
    color: rgb(0 0 0 / 80%);
    /* border: none; */
    background: #F8F8F8;
    }
.page-item:last-child .page-link,
.page-item:first-child .page-link{
    background-color: #F8F8F8;
    color: #000;
    font-size: 14px;
}
.page-item:last-child .page-link{
    border-radius: 0;
    background-color: #F8F8F8;
    color: #000;
}
.page-item:first-child .page-link{
    border-radius: 0;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #F8F8F8;
    color: #000;
    font-weight: bold;
    border: 1px solid rgba(19, 18, 54, 0.5);
}
li.page-item {
    margin-inline:0;
}

.page-link:hover {
    z-index: 2;
    color: #000;
    text-decoration: none;
    background-color: #F8F8F8;
    border-color: rgba(19, 18, 54, 0.5);
    font-weight: bold;
}
.page-link:focus {
    box-shadow: none;
}

/* -------------------------------  Start  single article  page ------------------- */
.most-viewed,.keywords{
    background-color: #F4F4F4;
    padding: 36px 34px 26px;
    margin-bottom: 31px;
}
.most-viewed h4, .keywords h5{
    font-size: 20px;
    margin-bottom: 22px;
    font-family: 'NeoSansArabicMedium';
    text-transform: capitalize;
}
.keywords h5{
    margin-bottom: 28px;
}
.most-viewed ul li .img{
    height: 68px;
    width: 130px;
    margin-inline-end: 12px;
}
.most-viewed ul li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.most-viewed ul li{
    margin-bottom: 10px;
}
.most-viewed ul li a{
    display: flex;
}
.most-viewed ul li p{
    font-size: 14px;
    color: #131236;
    font-family: 'NeoSansArabicMedium';
}
.keywords ul{
    display: flex;
    flex-wrap: wrap;
}
.keywords ul li{
    margin-bottom: 13px;
    margin-inline-end: 9px;
    display: flex;
}
.keywords ul li a{
    color: #e81c24;
    border: 1px solid #e81c24;
    padding: 7px 11px;
    border-radius: 30px;
    font-size: 12px;
    transition: all 0.3s;
    font-family: 'NeoSansArabicMedium';
}
.keywords ul li a:hover{
    background-color: #e81c24;
    color: #fff;
}
.single-article .new-block .new-body h5{
    font-size: 24px;
    line-height: 32px;
}
/*Start gallary page  */
/* ********************** */

    
    .gallary .img-box a{
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .gallary .img-box img{
        height: 280px;
        width: 100%;
        object-fit: cover;
    }
    .gallary .img-box{
        margin-bottom: 20px;
    }
    .gallary .col-lg-4{
        padding: 0 10px;
    }
    .gallary  .img-box a::after{
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #e81c24;
        opacity: 0;
    }
      .gallary  .img-box a::before {
        position: absolute;
        content: '\f04b';
        font-family: 'font awesome 5 pro';
        width: 52px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
      border: 2px solid #fff;
        border-radius: 50px;
        font-size: 20px;
        color: #fff;
        opacity: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

/* --------------------   partner  page   --------------------- */
.partner-item{
    background-color: #F4F4F4;
    height: 219px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
/*.partner-item img{*/
/*    max-height: 60px;*/
/*}*/
.partner-page .col-md-4{
    padding: 0 12.5px;
}
/* -------------------------------------------------------------- */
.contact-data ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 54px;
    justify-content: space-between;
    width: 100%;
    align-items: start;
}
.contact-data ul li{
    flex: 0 0 33%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contact-data ul li img{
    max-height: 40px;
    max-width: 40px;
    margin-bottom: 32px;
    margin-inline-end: auto;
}
.contact-data ul li i.la-phone-volume{
    font-size: 36px;
}
.contact-data ul li span{
    color: #fff;
    font-size: 20px;
    display: block;
}

/* Start employment page */

.contact-section.carrer-page{
    padding: 87px 63px;
}
.carrer-page .contact-form{
    padding-top: 0;
    padding-bottom: 17px;
}
.text-faq h4{
    font-size: 20px;
    margin-bottom: 23px;
    text-transform: capitalize;
}

.text-faq .text-top h3 {
    color: #444648;
    font-size: 24px;
    line-height: 35px;
    margin: 0;
    font-weight: 600;
}

.text-faq .text-top p {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0 0;
    font-weight: 300;
}

 .card-header {
    background: #F4F7F9;
    border: none;
    padding: 0;
    border-radius: 0;
}

 .card {
    border: none;
    margin: 15px 0;
}

 .card-header .btn {
    display: flex;
    padding: 15px;
    width: 100%;
    padding-inline-end: 50px;
    position: relative;
    background: #F4F4F4;
    font-size: 18px;
    border-radius: 0;
    overflow: hidden;
    text-decoration: none;
    color: #131236;
    align-items: center;
}

 .card-header .btn::after {
    color: #000;
    content: "\f067";
    position: absolute;
    right: 28px;
    font-family: 'font awesome 5 pro';
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
}


 .card-body {
    border: none;
    border-radius: 0px;
    border-top: 0;
    padding-top: 6px;
    background: #131236;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
}

.text-rotate {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-rotate h3 {
    margin: 0;
    writing-mode: vertical-rl;
    transform: scale(-1);
    color: #E4DEFF;
    font-size: 127px;
    line-height: 127px;
}


 .card-header .btn:not(.collapsed) {
    background: #131236;
    color: #fff;
    /* border: 1px solid #FBFBFB; */
    border-bottom: none;
    border-radius: 0;
    padding-bottom: 0;
}
.card-header .btn:not(.collapsed) span{
    color: #fff;
}
 .card-header .btn:not(.collapsed)::after {
    content: "\f068";
    color: #fff;
    top: 9px;
}

button:focus,.btn.focus, .btn:focus{
    outline: none;
    border: none;
    box-shadow: none;
}
/* End employment -page */
.carrer-page .more{
    text-align: end;
}

.input-group.upload{
    margin-bottom: 0;
    display: block;
    width: 100%;
}
.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
    opacity: 1;
    padding: 12px 10px;
    height: 47px;
    border-radius: 0;
    width: 100%;
    background-color: #F4F4F4;
}
.input-group.upload span.uplod {
    position: absolute;
    right: 0px;
    top: 50px;
    color: #000;
    opacity: 80%;
    font-size: 14px;
    width: 100%;
    text-align: end;
    display: inline-block;
    padding-inline: 12px;
}
label.input-group-btn{
    background-color: #F4F7F9;
    margin-bottom: 0;
    height: 0;
}
.card-header .btn span {
    color: rgb(0 0 0 / 50%);
    font-size: 12px;
    margin-inline-start: 12px;
}

.contact-form {
    padding-inline-end: 12px;
}
.text-faq{
    padding-inline-start: 18px;
}
.contact-map{
    padding-inline-start: 30px;
}


@media (max-width: 768px) {
    .hero-section {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
    }
.card-header .btn::after {
    right: 14px;
}
.all-imgs img.img2 {
    bottom: 79px;
    right: 26%;
    height: 233px;
  }
  .all-imgs img.img3 {
    bottom: 55px;
    left: 9%;
    height: 170px;
  }
  .all-imgs img.img4 {
    top: 483px;
    right: -50%;
  }
  .all-imgs img.img5 {
    bottom: 76px;
    left: -6%;
    height: 62px;
  }
  .about-imgs .img.img2 img{
    clip-path: polygon(0 0, 100% 19%, 100% 100%, 0 81%);
  }
  header.pages {
  height: 400px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}
.all-imgs img.img1{
    right:-34px;
}
 .sector-sec {
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 98%);
 }
 .hero-section {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 91%);
 }
}
@media (max-width: 420px) {

  .all-imgs img.img1 {
    max-height: 301px;
    right: -27px;
  }
  .all-imgs img.img2 {
    bottom: 98px;
    right: 29%;
    height: 198px;
  }
  .all-imgs img.img3 {
    bottom: 55px;
    left: 8%;
    height: 155px;
  }
  .all-imgs img.img4 {
    top: 498px;
    right: -50%;
  }
  .all-imgs img.img5 {
    bottom: 76px;
    left: -7%;
    height: 56px;
  }
}
@media (max-width: 330px){

  .all-imgs img.img3 {
      bottom: 62px;
      left: -7%;
  }
  .all-imgs img.img2 {
    bottom: 108px;
    right: 35%;
    height: 188px;
  }
  .all-imgs img.img4 {
    top: 537px;
    right: -67%;
  }
  header.pages {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 87%);
}
}

.all-imgs{
    
}
.all-imgs::after{
    position: absolute;
    content: '';
    width: 411px;
    height: 411px;
    border-radius: 50%;
    background: #e81c24;
opacity: 0.4;
filter: blur(150px);
left: 80px;
bottom: 153px;
}

.sector-box p {
    min-height: 96px;
}
.sector-box{
    padding-bottom:44px;
}

.contact-section .wpcf7 form.invalid .wpcf7-response-output,
.contact-section .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-section .wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff;
}

.about.page-content .about-info p {
    max-height: 325px;
    overflow-y: auto;
}

.about.page-content .about-info p::-webkit-scrollbar,
.vission-item p::-webkit-scrollbar{
  width: 4px;               /* width of the entire scrollbar */
}
.about.page-content .about-info p::-webkit-scrollbar-track,
.vission-item p::-webkit-scrollbar-track{
  background: #ddd;        /* color of the tracking area */
}
.about.page-content .about-info p::-webkit-scrollbar-thumb,
.vission-item p::-webkit-scrollbar-thumb{
  background-color: #eee;    /* color of the scroll thumb */
}

.vission-item p {
    height: 240px;
    overflow-y: auto;
    padding-inline-end: 12px;
}

section.about .bena-vission .row {
    align-items: start;
}

.contact-form label {
    text-transform: capitalize;
}


section.contact-section .wpcf7 form .wpcf7-response-output{
    color:#fff;
}
i.fas.fa-chevron-left {
    transform: scaleX(-1);
}
    html{
        scroll-behavior: smooth;
    }
.top-header-details span.key {
    text-transform: capitalize;
}

@media (min-width: 1280px) {
.all-imgs img.img2 {
    bottom: 150px;
    right: 259px;
    height: 599px;
}
.all-imgs img.img2 {
    bottom: 152px;
    right: 270px;
    height: 587px;
    width: 497px;
}
.all-imgs img.img3 {
    bottom: 89px;
    left: -94px;
}
.all-imgs img.img5 {
    bottom: 162px;
    left: -235px;
}
.all-imgs img.img5 {
    bottom: 154px;
    left: -245px;
}
}
/*--------------------------------------  */
.hero-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width:86%;
    height:760px;
}
.hero-img img {
    width: 100%;
    height: 100%;
}
  .all-imgs{
    display: none;
  } 
  
  
.single-sector .card-slider {
    margin-bottom: 90px;
}
 .hero-details .btn-more {
    display: flex;
} 
  
  .hero-details .btn-more a:first-of-type{
    margin-inline-end: 10px;
}
   .hero-details .btn-more a {
    width: 176px;
    overflow:hidden;
  }
  .btn-more a{
       overflow:hidden; 
  }
  .btn-more a i {
    padding-inline-start: 5px;
    margin-top: 6px;
    font-size: 23px;
}
  .btn-more a ,.btn-more a::after{
    height: 58px;
    clip-path: none !important;
  }
  .sector-box,.sector-sec,.contact-section {
    clip-path: none !important;
}
  
  .hero-img  {

    -webkit-mask-box-image: url(../images/hero-img.png);
    mask-image: url(../images/hero-img.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
  
  .about{
      padding-bottom:80px;
  }
  
  .sector-sec{
      padding:90px 0;
  }
  
  
  
  
  /* Start Marquee  */

.marqee-data {
    display: flex;
    align-items: center;
    background: #fff;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 14px #8EAEDC4A;
    width: 100%;
}

.marqee-data .maq-title {
    min-width: 107px;
    min-height: 60px;
    background:var(--after-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-family: 'bold';
    position: relative;
}

.marqee-data marquee ul {
    display: flex;
    margin: 0 15px;
    transition: none;
}

.marqee-data marquee {
    height: 100%;
    transition: none;
}

.marqee-data marquee ul li {
    margin: 15px 0;
    transition: none;
}

.marquee {
    overflow: hidden;
    direction: ltr;
}

.marquee-inner {
    /*width: calc(100% - 140px);*/
    overflow: hidden;
}

.marquee .js-marquee-wrapper {
    height: 60px;
    display: flex;
}

.js-marquee {
    display: flex;
    height: 100%;
    align-items: center;
}

.marquee span {
color:#fff;
font-size:14px;
}


.bn-news ul {
     overflow: auto;
    white-space: nowrap;
    
}

.bn-news ul li {
        display: inline-block;
    margin-inline-end: 12px;
    color:#ddd;
}

.top-header-details span.key{
    color:var(--after-color);
}

div#newsTickerLTR {
    margin-left: 10px;
}

.holdmarq {
    display: flex;

    align-items: center;
}
.contact-map iframe {
    width: 100%;
    height: 86%;
}
span.stockup {
    color: #71ff71;
    margin: 0 8px;
}

.maq-title {
    padding-inline-end: 10px;
}
.about-imgs .img.img2 {
    width: 100%;
}  
    
  .about-imgs .img2 img {
    clip-path: polygon(0 0, 100% 27%, 100% 100%, 0 80%);
}  
    
  .copy-right {
    position: relative;
    z-index: 2;
}  
    
    
    
    
    
    
    
    
    
    
    