
/* @import url("https://cdnjs.cloudflare.com/ajax/font-awesome/6.1.1/css/all.min.css"); */
/*#region Ar fonts*/
@font-face {
    font-family: 'cairo';
    src: url('../fonts/arabic/Cairo/Cairo-VariableFont_slnt_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'aref-ruqaa-bold';
    src: url('../fonts/arabic/Arefruqaa_ink/ArefRuqaaInk-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'aref-ruqaa-bold';
    src: url('../fonts/arabic/Arefruqaa_ink/ArefRuqaaInk-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'tajawal-bold';
    src: url('../fonts/arabic/Tajawal/Tajawal-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'tajawal-bold';
    src: url('../fonts/arabic/Tajawal/Tajawal-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'tajawal-bold';
    src: url('../fonts/arabic/Tajawal/Tajawal-Regular.ttf') format('truetype');
}
/* #endregion */
/*#region En fonts*/
@font-face {
    font-family: 'RalewayBold';
    src: url('../fonts/Raleway/static/Raleway-Bold.ttf') format('truetype')
}@font-face {
    font-family: 'RalewayMedium';
    src: url('../fonts/Raleway/static/Raleway-Medium.ttf') format('truetype')
}
@font-face {
    font-family: 'NanumMyeongjo-Regular';
    src: url('../fonts/Nanum_Myeongjo/NanumMyeongjo-Regular.ttf') format('truetype')
}@font-face {
    font-family: 'NanumMyeongjo-Bold';
    src: url('../fonts/Nanum_Myeongjo/NanumMyeongjo-Bold.ttf') format('truetype')
}@font-face {
    font-family: 'NanumMyeongjo-XBold';
    src: url('../fonts/Nanum_Myeongjo/NanumMyeongjo-ExtraBold.ttf') format('truetype')
}
@font-face {
    font-family: 'baskerville';
    src: url('../fonts/baskervile/Baskervville-Regular.ttf') format('truetype')
}
@font-face {
    font-family: 'open-sans';
  src: url('../fonts/Open_Sans/OpenSans-VariableFont_wdth_wght.ttf') format('truetype');
}
@font-face {
    font-family: 'montserrat';
  src: url('../fonts/montserrat/Montserrat-Italic-VariableFont_wght.tff') format('truetype');
}
@font-face {
    font-family: 'roboto-med';
  src: url('../fonts/montserrat/Roboto-Medium.tff') format('truetype');
}
@font-face {
    font-family: 'roboto-reg';
  src: url('../fonts/montserrat/Roboto-regular.tff') format('truetype');
}
@font-face {
    font-family: 'roboto-bold';
  src: url('../fonts/montserrat/Roboto-bold.tff') format('truetype');
}
@font-face {
    font-family: 'roboto-black';
  src: url('../fonts/montserrat/Roboto-black.tff') format('truetype');
}
@font-face {
    font-family: 'cairo';
    src: url('../fonts/arabic/Cairo/Cairo-VariableFont_slnt_wght.ttf') format('truetype');
}
/* #endregion */
:root {
    --navlink_font:'open-sans';
    --headlines-font1:'baskerville';
    --headlines-font2:'montserrat';
    --body-font1:'cairo';
    --body-font2:'roboto-med';
    --body-font3:'roboto-reg';
    --body-font4:'roboto-black';
    --body-font5:'roboto-bold';
    --naem-font:'NanumMyeongjo-Bold';
    --primaryColor:#1e1b1c;
    --secondaryColor:#dd262c;
    --secondaryColor2: #b81f24;
    --secondaryColor1:#cdcdcd;
    --lightGray: #bcbdc0;
    --darkGray: #404041;
    

    --lightblack: #3f3f3f;
    --navlink-color: #0c0c0c;
    --notactive-color:#888888;
    --white:#f5f5f5;
    --black: #1c1c1c;
    overflow-x: hidden;

}
html{
    scroll-behavior: smooth;

}
/* #custom-cursor{
    width: 20px;
    height: 20px; 
}*/
::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background: var(--primaryColor);
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25),
        inset -2px -2px 2px rgba(105, 105, 105, 0.25);
}

::-webkit-scrollbar-track {
    background: var(--darkGray);
}

::-webkit-scrollbar-button {
    display: none;
}

/* body {
    overflow-x:hidden;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M112 96c-26.5 0-48 21.5-48 48V256h96V144c0-26.5-21.5-48-48-48zM0 144C0 82.1 50.1 32 112 32s112 50.1 112 112V368c0 61.9-50.1 112-112 112S0 429.9 0 368V144zM554.9 399.4c-7.1 12.3-23.7 13.1-33.8 3.1L333.5 214.9c-10-10-9.3-26.7 3.1-33.8C360 167.7 387.1 160 416 160c88.4 0 160 71.6 160 160c0 28.9-7.7 56-21.1 79.4zm-59.5 59.5C472 472.3 444.9 480 416 480c-88.4 0-160-71.6-160-160c0-28.9 7.7-56 21.1-79.4c7.1-12.3 23.7-13.1 33.8-3.1L498.5 425.1c10 10 9.3 26.7-3.1 33.8z"/></svg>') 0 0, auto;

} */

body {
    overflow-x:hidden;
    background-color: var(--white);
    /* cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%231947ba" viewBox="0 0 576 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M112 96c-26.5 0-48 21.5-48 48V256h96V144c0-26.5-21.5-48-48-48zM0 144C0 82.1 50.1 32 112 32s112 50.1 112 112V368c0 61.9-50.1 112-112 112S0 429.9 0 368V144zM554.9 399.4c-7.1 12.3-23.7 13.1-33.8 3.1L333.5 214.9c-10-10-9.3-26.7 3.1-33.8C360 167.7 387.1 160 416 160c88.4 0 160 71.6 160 160c0 28.9-7.7 56-21.1 79.4zm-59.5 59.5C472 472.3 444.9 480 416 480c-88.4 0-160-71.6-160-160c0-28.9 7.7-56 21.1-79.4c7.1-12.3 23.7-13.1 33.8-3.1L498.5 425.1c10 10 9.3 26.7-3.1 33.8z"/></svg>') 0 0, auto;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%231947ba" viewBox="0 0 576 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M112 96c-26.5 0-48 21.5-48 48V256h96V144c0-26.5-21.5-48-48-48zM0 144C0 82.1 50.1 32 112 32s112 50.1 112 112V368c0 61.9-50.1 112-112 112S0 429.9 0 368V144zM554.9 399.4c-7.1 12.3-23.7 13.1-33.8 3.1L333.5 214.9c-10-10-9.3-26.7 3.1-33.8C360 167.7 387.1 160 416 160c88.4 0 160 71.6 160 160c0 28.9-7.7 56-21.1 79.4zm-59.5 59.5C472 472.3 444.9 480 416 480c-88.4 0-160-71.6-160-160c0-28.9 7.7-56 21.1-79.4c7.1-12.3 23.7-13.1 33.8-3.1L498.5 425.1c10 10 9.3 26.7-3.1 33.8z"/></svg>') 0 0, pointer; */
}
.back-to-top {
    background:var(--primaryColor);
    border:1px solid var(--secondaryColor);
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    border-radius:25% ;
    color: white;

}
.back-to-top:hover{
    background:white;
    border: 1px solid var(--primaryColor);
    color: var(--primaryColor);

}

a,a:hover {
    text-decoration: none;
    color: var(--white);
}

ul:not(.job-details.innerpage-bg ul) {
    list-style: none;
}
/*#region loader*/
#mem-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1100;
}
@keyframes loading-balls-2 {
    0%    { opacity: 1; transform: translate(0 0) }
   49.99% { opacity: 1; transform: translate(80px,0) }
   50%    { opacity: 0; transform: translate(80px,0) }
  100%    { opacity: 0; transform: translate(0,0) }
}
@keyframes loading-balls-1 {
    0% { transform: translate(0,0) }
   50% { transform: translate(80px,0) }
  100% { transform: translate(0,0) }
}
.loading-balls-wrapper div {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 60px;
  
}
.loading-balls-wrapper div:nth-child(1) {
  background: #b81f24;
  animation: loading-balls-1 1s linear infinite;
  animation-delay: -0.5s;
}
.loading-balls-wrapper div:nth-child(2) {
  background: #1e1b1c;
  animation: loading-balls-1 1s linear infinite;
  animation-delay: 0s;
}
.loading-balls-wrapper div:nth-child(3) {
  background: #b81f24;
  animation: loading-balls-2 1s linear infinite;
  animation-delay: -0.5s;
}
.loading-balls {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
}
.loading-balls-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.loading-balls-wrapper div { box-sizing: content-box; }
  /*#endregion loader*/


/*#region navbar*/

/* .mem-navbar .navbar-logo{
    position: relative;
} */

.mem-navbar .navbar-logo{
    width: 185px;
}
#toggle-navbar,
.mob-navbar {
    display: none;

}
#toggle-navbar-mob{
    position: absolute;
    top: 10px;
    right: 20px;
    background: transparent;
    /* border: 2px solid var(--white);
    border-radius: 5px; */
    border:none;
    font-size: 2em;
    /* padding: 5px; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    
}
#body-overlay {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    right: 0;
    position: fixed;
    background: #4c5d5740;
    display: none;
}
.mem-navbar{
    padding-top: 1em;
    padding-bottom:1em;
    background-color:transparent;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 1;
    transition: 0.9s all ease;
}
.mem-navbar .navbar-logo img{
    width: 100%;
}
.mem-navbar.sticky {
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 10px 0px #0000003d;
    z-index: 22;
    background-color: var(--white);
    transition: 0.9s all ease;
    
}

.mem-navbar.sticky .nav-item .nav-link{
    color:var(--primaryColor)
}
/*.mem-navbar.sticky .navbar-logo {
position:initial !important;
padding:  0px 2em !important;
display: flex;
justify-content: start;
align-items: center;
}
 .mem-navbar.sticky .navbar-logo .logo-vector{
    position: initial !important;
    width: 90px;
} 
.mem-navbar.sticky .navbar-navs{
padding-left: 2em;
padding-right: 2em;
}*/
/*New*/
.mem-navbar .navbar-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mem-navbar .navbar-navs{
    display: flex;
    justify-content: end;
}
.mem-navbar .nav-item .nav-link {
    color: var(--white);
    font-weight: 600;
    /* padding: 20px 30px; */ /*New*/
}
.mem-navbar:not(.sticky) .nav-item.active{
    background-color: #2f2f2f70;
}
.mem-navbar .nav-item.active .nav-link {
    color:var(--secondaryColor);
}
.mem-navbar .nav-item{
    /* border-right: 1px solid var(--secondaryColor); */
    transition: 0.5s all ease-in-out;
    /*New*/
    padding: 10px 5px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.mem-navbar .nav-item:not(.lang-btn):hover .nav-link{
   color: var(--secondaryColor);
   transition: 0.5s all ease-in-out;
  
}
.mem-navbar:not(.sticky) .nav-item:not(.lang-btn):hover{
    background-color: #2f2f2f70
}

.mem-navbar .nav-item .bi-chevron-down {
    font-size: 13px;
}

.mem-navbar .dropdown-wrapper {
    position: relative;
}
.mem-navbar .dropdown-wrapper .dropdown {
    position: absolute;
   
    top: 100%;
    width: max-content;
    display: block;
    visibility: hidden;
    -webkit-transform:translateY(35px);
    transform: translateY(35px);
    opacity: 0;
    
    /* list-style: none; */
    background: transparent;
    padding: 0;
    /* -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0px 0px 8px 0px rgb(90 90 90 / 26%); */
    /* border-radius: 5px; */
    padding: 0 0;
   /* margin-top: 10px !important;*/
  
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.mem-navbar .dropdown-wrapper:hover .dropdown {
    z-index: 1;
    -webkit-transform:translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    /* width: 200px; */
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}
.mem-navbar .dropdown-wrapper .dropdown ul.dropdown-list{
    width: max-content;
    margin-top: 10px !important;
    background: var(--primaryColor);
    border-radius: 5px;
    padding: 10px 10px;
    list-style: none;
    border-top: 3px solid var(--secondaryColor);
}
.mem-navbar .dropdown-wrapper .dropdown ul.dropdown-list::before{
    font-family: 'Font Awesome 6 Free';
    content: "\f0d8";
    font-size: 17px;
    font-weight: 800;
    color: var(--secondaryColor);
    position: absolute;
    /* bottom: 94.3%; */
    top: -7px;
}
.mem-navbar .dropdown-wrapper .dropdown li {
    padding: 10px ;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease-in-out
}

.mem-navbar .dropdown-wrapper .dropdown li a {
    color: var(--white);
    padding: 0px 7px;
    font-weight: 600;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}
.mem-navbar .dropdown-wrapper .dropdown li:hover{
    background-color: #2f2f2f70;
    cursor: pointer;
    border-radius: 5px;;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}
.mem-navbar .dropdown-wrapper .dropdown li:hover a{
    color:var(--secondaryColor)
}

.mem-vh-vid-cont{
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0; */
    width: 100%;
    /* background: var(--primaryColor); */
    position:relative;
    max-height: 100vh;
/*height: 800px; 100vh*/
}
.mem-vh-vid-cont::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #1d1d1d57;
}

.mem-vh-vid-cont .mem-vid-var-text {   
    position: absolute;
    color: var(--white);
    text-transform: capitalize;
    top: 37%;
  
    transform: translateX(-50%);
    text-align: center;
    max-width: fit-content;
    width: 70%;
    
    font-size: 3em;
    font-family: 'RalewayMedium';
   
    line-height: 1.3em;
}

    .mem-vh-vid-cont .mem-vid-var-text-overlay {
        position: absolute;
        color: #c1c1c125;
        text-transform: capitalize;
        left: 50%;
        transform: translateX(-50%);
        top: 30%;
        font-family: 'RalewayMedium';
        text-align: center;
        /* max-width: fit-content; */
        width: 80%;
        font-size: 4em;
        line-height: 1.3em;
        font-weight: 600;
    }

/* 
.mem-vh-vid-cont .mem-vid-var-text {   
    position: absolute;
   color: var(--white);
   text-transform: capitalize;
   top: 37%;
   left: calc((100% - 70%) / 2);
   text-align: center; */
   /* margin: 0 auto; */
   /* display: flex; */
   /* justify-content: center; */
   /* justify-self: center; */
   /* background: none; */
   /* max-width: fit-content;
   width: 70%;
   
   font-size: 3em;
   font-family: 'RalewayMedium';
   letter-spacing: 1px;
   line-height: 1.3em;
}
.mem-vh-vid-cont .mem-vid-var-text-overlay{
   position: absolute;
   color: #c1c1c119;
   text-transform: capitalize;    left: calc((100% - 80%) / 2);
   top: 30%;
   font-family: 'RalewayMedium';
   text-align: center;
   max-width: fit-content;
   width: 80%;
   font-size: 4em;
   letter-spacing: 1px;
   line-height: 1.3em;
   font-weight: 600;
} */


.mem-vh-vid-cont video{
width: 100%;
height: 100vh;
object-fit: cover;
object-position:top;
}
    .mem-vh-vid-cont .scroll-down-cont {
        position: absolute;
        bottom: 10%;
        left: 50%;
        width: 50px;
        height: 90px;
        border: 3px solid var(--white);
        border-radius: 60px;
        cursor: pointer;
        z-index: 1;
        transition: 0.5s all ease-out;
    }
.mem-vh-vid-cont .scroll-down-cont:hover,
.mem-vh-vid-cont .scroll-down-cont:hover::before{
    border: 3px solid var(--secondaryColor);
    transition: 0.5s all ease-in;
}
.mem-vh-vid-cont .scroll-down-cont:hover::before{
    background-color: var(--secondaryColor);

}
/* .mem-vh-vid-cont .scroll-down{
    width: 50px;
	height: 90px;
	border: 3px solid var(--white);
	border-radius: 60px;
	position: relative;
} */
        .mem-vh-vid-cont .scroll-down-cont::before {
            content: '';
            width: 12px;
            height: 12px;
            position: absolute;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
            background-color: var(--white);
            border-radius: 50%;
            opacity: 1;
            animation: wheel 2s infinite;
            -webkit-animation: wheel 2s infinite;
        }
@keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}
/*#endregion*/

/*#region about us > Home*/
.home-page .aboutus-cont{
    height: 450px;
 
    position: relative;
    background-image: url(../Images/about-us3.png), linear-gradient(243deg, rgb(98 98 98) 19%, rgb(104 104 104) 59%, rgb(104 104 104) 75%);
   /*  linear-gradient(243deg, rgb(113 113 113) 19%, rgb(134 134 134) 59%, rgb(163 163 163) 75%);
     linear-gradient(243deg, rgb(113 113 113) 19%, rgb(113 113 113) 59%, rgb(163 163 163) 75%);
     linear-gradient(243deg, rgb(153 153 153) 11%, rgb(125 113 113) 62%, rgb(135 53 53 / 37%) 80%)
   linear-gradient(243deg, rgb(0 0 0) 11%, rgb(96 83 83) 62%, rgb(24 23 24) 80%)*/
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    /* background-color: #3b3b3b; */
    /* background-repeat: no-repeat;*/
}
/* .home-page .aboutus-cont img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
} */
/* .home-page .aboutus-cont ::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #231f20ad;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
} */
.home-page .aboutus-cont .top-left-attach{
    position: absolute;
    top: 0;
  
    width: 33%;
    min-width: fit-content;
    height: 33%;
    background:linear-gradient(-49deg, rgb(174 69 69), rgb(192 52 52), rgb(161 12 16)  91%); /*rgb(122 14 17)*/
    /*linear-gradient(-49deg, rgb(189 189 189) -10%, rgb(88 88 88) -35%, rgb(10 10 10) 102%);
    linear-gradient(-49deg, rgb(189 189 189) -10%, rgb(51 51 51) -35%, rgb(10 10 10) 102%);*/
    /* #1a1a1a;*/
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    border-top-right-radius: 80px;
    padding: 10px 20px;
    /* border: 1px solid var(--secondaryColor); */
    box-shadow: 2px -14px 0px 5px #231f20;
   /* 2px -14px 0px 5px #b81f24;*/
}
.home-page .aboutus-cont .top-left-attach h2,
.home-page .aboutus-cont .bottom-right-attach h2{
    font-size: 2.8em !important;
    color:var(--white);
   
    cursor: pointer;
    margin-bottom: 0px;
}
.home-page .aboutus-cont .top-left-attach h2{
    font-family: var(--body-font1)!important;
    padding: 0px 1em;
}

.home-page .aboutus-cont .bottom-right-attach h2{
    padding: 0px 0px 0px 10px !important;
    width: 70%;
    font-family:'RalewayMedium' !important;
    letter-spacing: 1.3px;
}
.home-page .aboutus-cont .bottom-right-attach h2 span{
    
    position: relative;
}
.home-page .aboutus-cont .bottom-right-attach h2 span sup{
    position: absolute;
    top: 31%;
    font-size: 0.5em;
}
.home-page .aboutus-cont .bottom-right-attach img{
    transform: scale(0.7);
    /* filter: drop-shadow(0px  0px 84px #ffffff7d); */
    padding: 5px;
}
.home-page .aboutus-cont .top-left-attach h2 i{
    transition: 0.5s all ease-out;
}
.home-page .aboutus-cont .top-left-attach h2:hover i{
   
    color:var(--primaryColor);
    transition: 0.5s all ease-in;
}
.home-page .aboutus-cont .bottom-right-attach{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 33%;
    min-width: fit-content;
    height: 33%;
    background:linear-gradient(132deg, rgb(64 64 64) -46%, rgb(48 48 48) 38%, rgb(21 19 20) 98%);
   /*  linear-gradient(144deg, rgb(208 208 208) -46%, rgb(88 88 88) 38%, rgb(10 10 10) 98%);
    linear-gradient(-234deg, rgb(147 147 147) 3%, rgb(96 96 96) 32%, rgb(6 6 6) 103%);
   linear-gradient(126deg, rgb(189 189 189) -10%, rgb(133 130 130) -35%, rgb(10 10 10) 102%);
    linear-gradient(156deg, rgb(189 189 189) -124%, rgb(149 149 149) -144%, rgb(35 31 32) 65%);*/
    border-bottom-left-radius: 80px;
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
    padding: 10px 20px;
    box-shadow: -2px 14px 0px 5px #b81f24; /*x y blur spread*/
}
.compinfo-cont{
    background-color: var(--white);
    /* height: 300px; */
    background-image: url('../Images/techLines2.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding:5em 2em ;
    /* background-position-y: 50%; */
    background-position:center;
    background-attachment: fixed;
}
.compinfo-cont  h1,
.home-page .services-cont .text-cont h1,
.partners-cont h1,
.clients-cont h1{
    width: fit-content;
    margin: 0 auto 10px;
    position: relative;
}
.compinfo-cont  h1 .before,
.home-page .services-cont .text-cont h1 .before,
.partners-cont h1 .before,
.clients-cont h1 .before{
    position: absolute;
    content: "";
    bottom: -14px;
   
    width: 65%;
    height: 1px;
    background: var(--secondaryColor2);

}

.compinfo-cont  h1 .after,
.home-page .services-cont .text-cont h1 .after,
.partners-cont h1 .after,
.clients-cont h1 .after{
    position: absolute;
    content: "";
    top: -14px;
   
    width: 59%;
    height: 1.6px;
    background: var(--secondaryColor2);
}
.compinfo-cont  h1, .compinfo-cont p:not(.data-counter-cont p){
    color: var(--primaryColor);
    text-align: center;
   background-color: #f5f5f5a6;
}
.compinfo-cont .data-counter-cont i, .compinfo-cont .data-counter-cont p{
color: var(--white);
text-align: center;
}

.compinfo-cont p{
    font-family: var(--body-font1);
}
.compinfo-cont  h1{
font-family: 'RalewayMedium';
}
.compinfo-cont  h1 span,
.partners-cont h1 span,
.clients-cont h1 span{
    color:var(--secondaryColor)
}
.compinfo-cont .compinfo{
    width: 60%;
    margin: 2.5em auto 1.5em auto;
    letter-spacing: 1px;
    line-height: 1.5em;
}
.compinfo-cont i{
    color: white;
    font-size: 2em;
transition: 0.3s all ease-out;

}
.data-counter-cont {
    flex-wrap: wrap;
    padding-top:1em ;
}
.compinfo-cont .data-counter-cont .count-cont{
    width: 170px;
    background:#1e1b1cde;
    padding: 0.2em 1.5em;
    border-radius: 5px;
    position: relative;
    height: 110px;
    cursor: default;
    transition: 0.5s all ease-in;

}
.compinfo-cont .data-counter-cont .mem-no p{
font-size: 2.5em !important;
margin-bottom: 0px;
width: 100px;
/* transition: 0.3s all ease-out; */
}

.compinfo-cont .data-counter-cont .count-cont p{
    font-size: 1.5em;
}
.compinfo-cont .data-counter-cont .count-cont:hover{
    box-shadow: 5px 5px 20px 0px #0000009c;
    transition: 0.5s all ease-in;
    background: #1e1b1cf0;
}
.compinfo-cont .data-counter-cont .count-cont:hover p, 
.compinfo-cont .data-counter-cont .count-cont:hover i
{
    /* color: var(--secondaryColor2) !important; */
    transition: 0.3s all ease-in;
}
/* .compinfo-cont .data-counter-cont .count-cont:hover i{
    color: var(--secondaryColor2) !important;
    position: absolute;
    top: -4%; 
    left: -7%;
    width: 50px;
    height: 50px;
    border: 1px solid var(--secondaryColor2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #262324;
    transition: 0.3s all ease-in;
} */


.home-page .compinfo-cont .read-more {
    align-items: center;
    border-width: 0px;
    border-radius: 8px;
    background-image: linear-gradient(125deg, #111111, #363636 47%, #b81f24) ;
    /* box-shadow: rgb(184 31 36 / 15%) -3px -3px 20px -5px; */
    box-sizing: border-box;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 20px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    background-color: var(--white);
    padding: 1.5px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    margin: 2em auto 0 auto;
    transition: 0.5s all ease-in-out;
}

/* .home-page .compinfo-cont .read-more:active,
.home-page .compinfo-cont .read-more:hover {
  outline: 0;
} */

 .home-page .compinfo-cont .read-more span {
  background-color: var(--white);
   padding: 15px;
   border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 0.5s all ease-in-out;
  /* border-radius: 6px;
  transition: 300ms;
  color: var(--primaryColor) ;
  transition:0.5s all ease-out; */

} 
.home-page .compinfo-cont .read-more:hover{

    animation: rotate 0.85s ease-in-out 0s infinite;
    -webkit-animation: rotate 0.85s ease-in-out 0s infinite;
    /* box-shadow:  -3px -3px 20px -5px #42414159; */
    box-shadow: 3px 3px 20px 1px #54535366;
    transition:0.5s all ease-in-out;
}
 @keyframes rotate {
    0%{
        background-image: linear-gradient(125deg, #111111, #363636 47%, #b81f24) ;
    }
    15%{
        background-image: linear-gradient(87deg,#111111, #363636 47%, #b81f24) ;
    }
    30% {
        background-image: linear-gradient(36deg,#111111, #363636 47%, #b81f24) ;
    
    }
   45% {
    background-image: linear-gradient(7deg, #111111, #363636 47%, #b81f24) ;
    
    }
    60%{
        background-image: linear-gradient(-26deg, #111111, #363636 47%, #b81f24) ;
    }
    75% {
        background-image: linear-gradient(-63deg,#111111, #363636 47%, #b81f24) ;
    
    }
    90%{
        background-image: linear-gradient(-129deg, #111111, #363636 47%, #b81f24);
    }
    100% {

        background-image: linear-gradient(-169deg, #111111, #363636 47%, #b81f24)  ;
    }
}

@-webkit-keyframes rotate {
    0%{
        background-image: linear-gradient(125deg, #111111, #363636 47%, #b81f24) ;
    }
    15%{
        background-image: linear-gradient(87deg,#111111, #363636 47%, #b81f24) ;
    }
    30% {
        background-image: linear-gradient(36deg,#111111, #363636 47%, #b81f24) ;
    
    }
   45% {
    background-image: linear-gradient(7deg, #111111, #363636 47%, #b81f24) ;
    
    }
    60%{
        background-image: linear-gradient(-26deg, #111111, #363636 47%, #b81f24) ;
    }
    75% {
        background-image: linear-gradient(-63deg,#111111, #363636 47%, #b81f24) ;
    
    }
    90%{
        background-image: linear-gradient(-129deg, #111111, #363636 47%, #b81f24) ;
    }
    100% {

        background-image: linear-gradient(-169deg, #111111, #363636 47%, #b81f24) ;
    }
} 

 .home-page .compinfo-cont .read-more:hover span {
  /* background: none; */
  color: var(--secondaryColor) !important;
  transition:0.5s all ease-in;
  
}  

@media (min-width: 768px) {
    .home-page .compinfo-cont .read-more {
        font-size: 17px;
    /* min-width: 196px; */
  }
}

/*#endregion*/
  
/* #region services > Home */
.home-page .services-cont {
    
    background: url('../Images/services2.jpg'), linear-gradient(45deg, #000000d6 13%, #78787800 44%, #ce0000bd 124%);/*linear-gradient(45deg,#000000d6 13%, #78787800 44%, #000000bd 124%);*/
  /* background: url(../../Images/services2.jpg), linear-gradient(45deg, #1d0e0ed6 13%, #591010ab 44%, #e2e2e2f7 124%); */
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: #00000066;
    /* #8d636375; */
    padding: 2em;
}
.home-page .services-cont .row{
    /* background: #00000066; */
    border-radius: 15px;
    /* box-shadow: 4px 8px 13px 0px #00000040; */
}
.home-page .services-cont .text-cont {
    padding: 1.5em 3em;
    display: flex;
    align-items: center;
}
.home-page .services-cont .text-cont h1{
    margin: 0;
    color: var(--white);
    font-family: 'RalewayMedium';
}
.home-page .services-cont .text-cont p{
    margin: 3em 0em;
    color:var(--white);
    width:90%;
    text-shadow: 2px 2px 6px #000;
}
.home-page .services-cont .text-cont h1 .after{
    top: -7px !important;
   
    width: 59% !important;
}
.home-page .services-cont .text-cont h1 .before{
    bottom: -10px !important;
  
    width: 58% !important;
}
.home-page .services-cont .text-cont h1 span{
    color:var(--secondaryColor)
}
.home-page .services-cont .row .swiper-cont{
    background: #000000b8;/*var(--primaryColor)*/;
    /* border-top-right-radius: 15px;
    border-bottom-right-radius: 15px; */
    border-radius: 25px;
    padding: 1.5em 3em;
}
.home-page .services-cont .row .swiper-cont .swiper.swiper-container{
    /* width: 300px !important;
    height: 300px !important; */
    padding: 1.5em;
    width: 380px !important;
    height: 380px !important;
    max-width: 100%;
}
.home-page .services-cont .row .swiper-cont .swiper.swiper-container .swiper-wrapper{
    width: 100% !important;
    height: 100% !important;  
}
.swiper-container-wrapper--timeline .swiper-slide {
    display: flex;
     background-color: #0e0e0ea6 !important;
    /* min-height: 300px; */
    width: 100% !important;
    height: 100% !important;  
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* padding-top: 4em; */
    /* border: 1px solid var(--white) */
    border: 1px solid var(--white);
    box-shadow: 0px 0px 8px 2px #000000;
    background: url(../images/services2.jpg);
    /* background: url(../../images/services2.jpg), linear-gradient(45deg, #1d0e0ed6 35%, #591010ab 85%, #e2e2e2f7 119%); */
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;

  }
  .swiper-container-wrapper--timeline .swiper-slide .container {
    padding: 0;
    width: 100%;
  }
  .swiper-container-wrapper--timeline .swiper-slide img{
    width: 80px;
    height: 80px;
    filter:  brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(500%) hue-rotate(180deg);
    margin-bottom: 1em;
    /* opacity: 0; */
    transition: 0.5s ease 0.5s;

  }
.swiper-container-wrapper  .swiper-wrapper .swiper-slide .readmore-cont{
    display:flex;
    justify-content:center
  }
.swiper-container-wrapper .swiper-wrapper  .swiper-slide .readmore-cont  .services-readMore-btn{
        /* background: #f5f5f559; */
        width: fit-content;
        max-width: 100%;
        border-radius: 8px;
        color: var(--white);
        border: 1px solid var(--white);
        box-shadow: 0px 0px 15px 0px #000000;
        transition: 0.5s all ease-in-out;
    
  }
  .swiper-container-wrapper .swiper-wrapper  .swiper-slide .readmore-cont  .services-readMore-btn:hover{
    box-shadow: 0px 0px 18px 2px #f5f5f52e;
    transition: 0.5s all ease-in-out;

  }
  /* .swiper-container-wrapper--timeline .swiper-slide-active img{
    opacity: 1;
  } */
  .swiper-container-wrapper--timeline .swiper-slide .title {
    /* font-size: 18px; */
    /* opacity: 0; */
    color: var(--white);
    text-align: center;
    transition: 0.5s ease 0.5s;
    padding: 0.6em;
  }
  /* .swiper-container-wrapper--timeline .swiper-slide-active .title {
    opacity: 1;
  } */
  .swiper-container-wrapper--timeline .swiper-pagination-progressbar {
    position: relative;
    margin-bottom: 70px;
    background-color: transparent;
    height: 4px;
    border-bottom: 1px solid #888;
    width: 75%;
  }
  .swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
    background-color: var(--white);
    height: 3px;
    top: 2px;
  }
  /* .swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
    position: absolute;
    top: 2px;
    left: -100%;
    width: 100%;
    height: 3px;
    background-color: #000;
    content: "";
  } */
  .swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
    position: absolute;
    top: 3px;
    /* right: -100%;
    width: 100%; */
    right: -24%;
    width: 24%;
    height: 1px;
    background-color: #888;
    content: "";
  }
  .swiper-container-wrapper--timeline .swiper-pagination-custom {
    position: relative;
    list-style: none;
    /* margin: 1rem 0; */
    padding: 0;
    display: flex;
    line-height: 1.66;
    bottom: 0;
    z-index: 11;
    width: 75%;
    display: flex;
  }
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
  }
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
    position: absolute;
    font-weight: 600;
    font-family: var(--body-font1);
    right: 0;
    font-size: 0.9em;
    transform: translateX(50%);
    transition: 0.2s all ease-in-out;
    transition-delay: 0s;
    cursor: pointer;
    z-index: 1;
    color: var(--lightGray);
  }
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
    position: absolute;
    top: calc(100% + 19px);
    
    transform: translateX(50%) translateY(-50%);
    width: 10px;
    height: 10px;
    background: var(--lightGray);
    border-radius: 2rem;
    content: "";
    transition: 0.2s all ease-in-out;
    transition-delay: 0s;
    z-index: 1;
  }
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
    font-weight: 400;
    transition-delay: 0.2s;
    color: var(--white);
    font-size: 1.2em;
  }
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
    background: var(--white);
    top: calc(100% + 22px);
    width: 8px;
    height: 8px;
    transition-delay: 0.2s;
    box-shadow:0px 0px 1px 6px var(--secondaryColor);
  }
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title {
    color: var(--white);
   
  }
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title:after {
    background: var(--white);
  }
  
/* #endregion services > Home */

/*#region clients > Home*/
.home-page .partners-cont{
    position: relative;
    padding: 2em;
}
.partners-cont h1{
    padding: 0.7em 0;
    
}
.partners-cont h1,
.partners-cont p{
    color: var(--primaryColor);
}
.partners-cont h1 .before{
    width: 71% !important;
   
    bottom: 20% !important;
}
.partners-cont h1 .after{
    top: 28px !important;
    
    width: 78% !important;
}
.partners-cont p{
    width: 70%;
    text-align: center;
    margin: 1em auto;
    font-family: var(--body-font1);
    font-weight: 500;
}
.partners-cont .partner-logo{
    width: 95%;
    margin: 0.5em auto;
    display: block;
    box-shadow: -2px 1px 5px 0px #5a5a5a4a;
    transition: opacity 2s ease-in-out; 
    opacity: 1; 
    background-color: var(--white);
}

.partner-logo.fade-out {
    opacity: 0; 
    
}

.partner-logo.fade-in {
    opacity: 1; 
    
    
}
.partners-cont::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/techLines2.png);
    top: 0;
    left: 0;
    right: 0;
    background-size: cover;
    /* transform: scaleY(-1); */
    z-index: -1;
    /* background-position-y: 11%; */
    background-position:center;
    background-attachment: fixed;
}
.partners-cont::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../Images/services1.jpg), linear-gradient(5deg, #000000bd 40%, #ffffffe3 85%, #939393d9 156%);
    background-repeat: no-repeat;
    background-blend-mode: hue;
    background-size: cover;
    z-index: -1;
    opacity: 1;
    
/* position: absolute;
content: "";
top: 0;
right: 0;
left: 0;
bottom: 0;
background: url(../../Images/services.jpg);
background-blend-mode: overlay;
background-attachment: fixed;
background-size: cover;
z-index: -1;
opacity: 1;
background-color: #000000d4; */

/* background: url('../../Images/services.jpg'), linear-gradient(45deg, #f5f5f5 20%, #000000 40%);
background-blend-mode: luminosity;
background-attachment: fixed;
background-size: cover;
z-index: -1;
opacity: 0.5; */
}
/*#endregion partners > Home*/

/*#region partners > Home*/
.clients-cont{
    position: relative;
    padding: 2em 2em 4em 2em;
    /* background: #1e1b1c9c; */
}
.clients-cont h1{
    padding: 1em 0;
    color: var(--white);
}
.clients-cont h1 .before{
    width: 71% !important;
   
    bottom: 20% !important;
}
.clients-cont h1 .after{
    top: 28px !important;
   
    width: 78% !important;
}
.clients-cont p{
    width: 70%;
    text-align: center;
    margin: 1em auto;
    font-family: var(--body-font1);
    font-weight: 500;
    color: var(--white);
}

.clients-cont::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../Images/techLines2.png);
    background-size: cover;
    /* background-position-y: 49%; */
    background-position:center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: -1;
    /* background-color: #130e0ef0; */
    background-color: #0b0b0beb;
    background-attachment: fixed;
    /* position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../../Images/mis-svg.png);
    background-size: 45%;
    background-position-y: center;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
    z-index: -1;
    opacity: 1;
    background-color: #130e0e; */
/* position: absolute;
content: "";
top: 0;
right: 0;
left: 0;
bottom: 0;
background: url(../../Images/services.jpg);
background-blend-mode: overlay;
background-attachment: fixed;
background-size: cover;
z-index: -1;
opacity: 1;
background-color: #000000e1; */
}
.clients-cont .slider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 80%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.4px);
    -webkit-backdrop-filter: blur(7.4px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.clients-cont .slider-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: scrolling 20s linear infinite;

}

@keyframes scrolling {

    0% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(-20%);
    }
}

.clients-cont .slider-items img {
    width: 20%;
    margin: 10px;

}
/*#endregion partners > Home*/



/* #region old*/

/*#region home- products*/
.home-page .products .bg-primary-1{
    background: var(--primaryColor1);
}
.home-page .products h3{
   
    z-index: 0;
    position:relative;
    margin: 0 auto;
}
.home-page .products p {
    width: 95%;
    margin: 0 auto;
    max-width: fit-content;
}
.home-page .products h3::after
{
    position: absolute;
    content: "";
    width: 130%;
    height: 66%;
    border-radius: 3px;
    background-color: var(--secondaryColor);
   
    top: 17%;
    z-index: -1;

}
.home-page .products h3::before{
    position: absolute;
    content: "";
    width: 130%;
    height: 70%;
    border-radius: 3px;
    
    top: 2%;
    border: 2px solid var(--primaryColor);
    z-index: -1;

}

/*#endregion*/

/*#region aboutus-page*/
/*#region company-profile*/
header .banner{
    height:320px;
    /*max-height:410px ;*/
background:url(../Images/innerpage5.png),linear-gradient(163deg,#090000b4 ,#27272700 ,#00000000 ) ;
background-repeat: no-repeat;
background-size: cover;  
background-position-y:100%;  
display: flex;
justify-content: start;
align-items: center;
box-shadow: 0px 5px 20px 0px #0000007d;
background-attachment: fixed;
background-blend-mode: overlay;
}
header .banner h1{
    font-family: 'RalewayMedium';
    /* font-weight: 600; */
    /* text-shadow: 2px 1px 0px #fff; */
    /* color: whitesmoke; */
    letter-spacing: 2px;
    position: relative;
    /* padding: 1rem; */
    color: rgb(255, 255, 255);
    text-transform: capitalize;
}

.innerpage-bg {
    background: url(../Images/innerpage5.png);
    background-repeat: no-repeat;
    background-size: cover;  
    background-position-y:center;
    background-blend-mode: overlay;
    background-color: #ffffffd8;
    background-attachment: fixed;
}
.animated-slogan-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1em;
    padding-bottom: 1em;
    background: #3737371c;
    border-radius: 15px;
}
  .scrolling-words-container {
    display: flex;
    align-items: center;
    
    font-weight: 600;
  }
  .scrolling-words-box {
    height: 3rem;
    margin: auto;
    overflow: hidden;
  }
  .scrolling-words-box ul {
    margin: 0 0.625rem;
    padding: 0;
    animation: scrollUp 5s 1s infinite;
  }
  .scrolling-words-box ul li {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 3rem;
    list-style: none;
    color: var(--secondaryColor);
  }
  @keyframes scrollUp {
    15%, 25% {
      transform: translateY(-20%);
    }
    40%, 50% {
      transform: translateY(-40%);
    }
    65%, 75% {
      transform: translateY(-60%);
    }
    90%, 100% {
      transform: translateY(-80%);
    }
  }


.compProfile-cont .content,
.services-details .content,
.job-details .content,
.contactus-cont .content,
.Application .content {
    background-color: var(--white);
    border-radius: 20px;
    transition: 1s all ease-in-out;
}
    .compProfile-cont .content:hover,
    .services-details .content:hover,
    .job-details .content:hover,
    .contactus-cont .content:hover{
        box-shadow: 0px 0px 50px 1px #0000004a;
        transition: 1s all ease-in-out;
    }
.job-details .content .apply-btn{
   
    border: 1px solid var(--secondaryColor);
    padding: 0.6em 2em;
    /* background: var(--primaryColor); */
    box-shadow: 15px -8px 0px 0px var(--secondaryColor2);
    /* color: var(--white); */
    font-weight: 600;
    transition: 0.6s all ease-in-out;
}
.careerForm  .apply-btn {
    border: 1px solid var(--secondaryColor);
    padding: 0.6em 2em;
    /* background: var(--primaryColor); */
   
    /* color: var(--white); */
    font-weight: 600;
    transition: 0.6s all ease-in-out;
}
.careerForm  .apply-btn:hover {
    box-shadow: 3px 4px 13px 0px #6b6b6b78;
    background-color: var(--secondaryColor2);
    color: var(--white);
    transition: 0.6s all ease-in-out;
}
.job-details .content .apply-btn:hover{
    box-shadow: 3px 4px 13px 0px #6b6b6b78;
    background-color: var(--secondaryColor2);
    color: var(--white);
    transition: 0.6s all ease-in-out;

}
.compProfile-cont .content:hover .img::before{
transform: translateX(-20%);
height: 102%;
width: 98%;
transition: 1s all ease-in-out;

} 
.compProfile-cont .content:hover img{
    transform: scale(1.04);
    box-shadow: none;
    transition: 1s all ease-in-out;

}
    .compProfile-cont .content .img,
    .services-details .content .img {
        position: relative;
        z-index: 0;
        height: 100%;
    }
.compProfile-cont .content img,
.services-details .content img{
    width: 100%;
    border-radius: 13px;
    box-shadow: 7px 2px 20px 0px #0e0e0e91;
    transition: 1s all ease-in-out;

}
    .services-details .content .img::before {
        position: absolute;
        content: "";
        top: -21px;
        height: 96%;
        width: 89%;
        border-radius: 13px;
        border: 3px solid var(--secondaryColor2);
        z-index: -1;
        transition: 1s all ease-in-out;
    }
    .services-details .content .img::after {
        position: absolute;
        content: "";
        top: 36px;
        height: 96%;
        width: 81%;
        border-radius: 13px;
        border: 3px solid var(--secondaryColor2);
        z-index: -1;
        transition: 1s all ease-in-out;
    }

.compProfile-cont .content .img::before{
    position: absolute;
    content: "";
    /* top: 0px;
    left: 0px;
    height: 90%;
    width: 90%;
   border-radius: 13px;
   border: 3px solid var(--secondaryColor2); */
   top: -21px;
    height: 290px;
   width: 101%;
   border-radius: 13px;
   border: 3px solid var(--secondaryColor2);
   z-index: -1;
   background: var(--secondaryColor2);
   transition: 1s all ease-in-out;

}
.compProfile-cont .content .text,
.services-details .content .text{
    display: flex;
    flex-direction:column;
    /* justify-content: center; */
    margin-top: 3em;
}
.compProfile-cont .content .text p,
.services-details .content .text p{
    width: 80%;
    text-align: justify;

}
.job-details .content .text p{
    width: 100%;
    text-align: justify;
}
.compProfile-cont .content h2,
.bod-cont h2,
.partners h2,
.Customers h2,
.services-details .content h2,
.careers-cont h2,
.job-details .content h2,
.contactus-cont .content h2 {
    font-family: 'RalewayMedium';
    color: var(--primaryColor);
    width: fit-content;
    margin-bottom: 1em;
    position: relative;
}
.bod-cont p:not(.card-wrapper p),
.partners p:not(.partners-box p),
.Customers p:not(.Customers-box p),
.careers-cont p:not(.card-wrapper p) {
    max-width: 100%;
    width: 70%;
    text-align: justify;
}
.compProfile-cont .content  h2 .before,
.services-details .content h2 .before,
.job-details .content h2 .before,
.contactus-cont .content h2 .before{
    position: absolute;
    content: "";
    bottom: -14px;
   
    width: 64%;
    height: 1.6px;
    background: var(--secondaryColor2);
}

.compProfile-cont .content  h2 .after,
.services-details .content h2 .after,
.job-details .content h2 .after,
.contactus-cont .content h2 .after{   
     position: absolute;
    content: "";
    top: -14px;
    
    width: 36%;
    height: 1.6px;
    background: var(--secondaryColor2);
}
.compProfile-cont .content  h2 span{
    color: var(--secondaryColor);
}
/*#endregion company-profile*/
/*#region our team*/
/*.board-hierarchy-wrapper {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.board-hierarchy {
    display: flex;
    justify-content: center;
    min-width: 100%; 
}

    .board-hierarchy ul {
        display: flex;
        padding: 0;
        list-style: none;
        position: relative;
        margin: 0;
    }

        .board-hierarchy ul::before {
            content: '';
            position: absolute;
            top: 50px;
            left: 15px;
            width: 95%;
            height: 2px;
            background-color: #ccc;
            z-index: 0;
        }

    .board-hierarchy li {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 5px;
        position: relative;
    }

        .board-hierarchy li::before {
            content: '';
            position: absolute;
            top: -30px;
            left: 50%;
            width: 2px;
            height: 30px;
            background-color: #ccc;
        }

.board-member:hover {
    transform: translateY(-5px);
}
.board-member-info .breif {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    padding: 15px;
    font-size: 13px;
    color: #444;
    overflow-y: auto;
    display: none;
    z-index: 10;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.board-member:hover .breif {
    display: block;
}
.board-member {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;*/
    /*min-width: 180px;
    max-width: 200px;*/
    /*width: 200px;
    height: 200px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    text-align: center;
    z-index: 1;
}

    .board-member img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 10px;
        border: 2px solid #ccc;
    }

    .board-member strong {
        font-size: 18px;
        color: #333;
        display: block;
        padding: 5px 0;
    }

    .board-member .title {
        font-size: 15px;
        color: #777;
    }

    .board-member .breif {
        font-size: 15px;
        color: #555;
        margin-top: 5px;
    }

.board-hierarchy li > ul {
    margin-top: 50px;
}
@media (max-width: 768px) {
    .board-hierarchy {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 15px;
    }

        .board-hierarchy ul {
            display: block;
            padding-left: 15px;
            margin: 0;
            border-left: 2px solid #ccc;
        }

            .board-hierarchy ul::before {
                content: '';
                position: absolute;
                top: -10px;
                left: -10px;
                width: 20px;
                height: 20px;
                border-left: 20px solid #ccc;
                border-top: 2px solid #ccc;
                border-radius: 0 0 0 20px;
                background: transparent;
                z-index: 0;
            }

        .board-hierarchy li {
            position: relative;
            margin: 10px 0;
            padding-left: 15px;
        }

            .board-hierarchy li::before {
                content: '';
                position: absolute;
                top: 10px;
                left: 0;
                width: 15px;
                height: 2px;
                background: #ccc;
            }

    .board-member {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 10px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        box-shadow: none;
    }

        .board-member img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 10px;
            border: 1px solid #ccc;
        }

    .board-member-info {
        display: flex;
        flex-direction: column;
    }

    .board-member strong {
        font-size: 16px;
        color: #333;
        margin-bottom: 2px;
    }

    .board-member .title {
        font-size: 14px;
        color: #777;
    }

    .board-member-info .breif {
        display: none;
    }

    .board-member:hover .breif {
        display: block;
        position: absolute;
        left: 10px;
        right: 10px;
        top: 100%;
        background: rgba(255,255,255,0.95);
        padding: 10px;
        margin-top: 5px;
        border: 1px solid #ccc;
        z-index: 10;
        font-size: 13px;
        border-radius: 6px;
    }
}*/
.bod-cont .card,
.careers-cont .card{
        /* background: #9292927d; */
        padding: 2em;
        border-radius: 15px;
        box-shadow: 0px 0px 0px 1px #ffffff;
        border: none;
        background: linear-gradient(-140deg, #b81f2423 -74%, #160101a8 100%);
        /* linear-gradient(-55deg, #b81f24c3 -74%, #160101c1 100%); */
        backdrop-filter: blur(7px);
        -webkit-backdrop-filter: blur(7px);
        overflow: hidden;
        transition: 2s all ease-in-out;

}
.careers-cont .card{
    padding: 1em !important;
}
.bod-cont .card ::before,
.careers-cont .card ::before {
    position: fixed;
    content: "";
    box-shadow: 0 0 100px 40px #ffffff08;
    top: -10%;
  
    transform: rotate(-45deg);
    height: 60rem;
    transition: 1s all ease-in-out ;
  }
  .bod-cont .card:hover,
  .careers-cont .card:hover {
    border: 1px solid #ffffff44;
    box-shadow: 0 7px 50px 5px #13131361;
    transform: scale(1.015);
    background: linear-gradient(-140deg, #b81f2492 -74%, #160101 100%);
    /* filter: brightness(1.3); */
    transition: 2s all ease-in-out ;

  }
  .careers-cont .card:hover{
    border: none;
  }
  .bod-cont .card:hover ::before ,
  .careers-cont .card:hover ::before{
    filter: brightness(1.5);
    top: -100%;
    left: 200%;
    transition: 1s all ease-in-out ;

  }
.bod-cont .card .card-img{
    display: flex;
    justify-content: center;
     padding: 1em; 
    /* height: 300px;*/
}
.bod-cont .card .card-img img{
   /* width: auto;
     height: 300px;
    padding: 1em; */
    border-radius: 15px;
    max-width: 100%;
    /* max-height: 50% */
}

.bod-cont .card .card-text,
.careers-cont .card .card-text{
    margin: 1.3em 0px 0em;
    /* margin-top: 0.5em; */
    text-align: center;
}
.bod-cont .card .card-text .title,
.careers-cont .card .card-text .title{
    text-align: center;
    font-family: 'cairo';
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--white);
}
    .careers-cont .card .card-text .title {
        margin-bottom: 0.5em;
        text-wrap: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.careers-cont .card .card-text .read-more{
    border:1px solid var(--white);
    margin-top:1em;
    color: var(--white);
    box-shadow: 1px 1px 20px 0px #00000033;
    transition: 0.5s all ease-in-out;
}
.careers-cont .card .card-text .read-more:hover{
    box-shadow: 1px 1px 9px 0px #fdfdfd63;
    transition: 0.5s all ease-in-out;
}
.bod-cont .card .card-text .position{
    font-size: 1.3em;
    font-family: var(--body-font1);
    font-weight: 600;
    color: var(--white);
}
.bod-cont .card .card-text .desc,
.careers-cont .card .card-text .desc{
    /* text-align: justify; */
    line-height: 1.3em;
    font-weight: 300;
    /* font-family: var(--black); */
    color: var(--white);
}
.bod-cont h2 span,
.partners h2 span,
.Customers h2 span,
.careers-cont h2 span {
    color: var(--secondaryColor);
}
.bod-cont h2 .before,
.partners h2 .before,
.Customers h2 .before,
.careers-cont h2 .before {
    position: absolute;
    content: "";
    bottom: -14px;
    width: 64%;
    height: 1px;
    background: var(--secondaryColor2);
}

.bod-cont h2 .after,
.partners h2 .after,
.Customers h2 .after,
.careers-cont h2 .after {
    position: absolute;
    content: "";
    top: -14px;
    width: 56%;
    height: 1.9px;
    background: var(--secondaryColor2);
}
/*#endregion */
/*#region our partners & customers*/
.partners  .partners-box .row{
    background: white;
    border-radius: 15px;
    transition: 1s all ease-in-out;
}
.partners  .partners-box .row:hover{
    box-shadow: 0px 0px 80px 12px #3e3e3e59;
    /* 0px 9px 20px 0px #3e3e3e59; */
    transition: 1s all ease-in-out;

}
.partners  .partners-box .row:hover .img-cont img{
    border-radius: 50%;
    transition: 0.5s all ease-in-out;
}
.partners .img-cont{
display: flex;
justify-content: end;
}
.partners .img-cont img{
    /* border-radius: 5px; */
    width: 500px;
    height: auto;
    max-width: 100%;
    transition: 0.5s all ease-in-out;

}

.partners .partners-box p{
    font-family: var(--body-font1);
    text-align: justify;
    width: 80%;
    max-width: 100%;
}

/*.Customers .Customers-box .row {
    background: white;
    border-radius: 15px;
    transition: 1s all ease-in-out;
}

    .Customers .Customers-box .row:hover {
        box-shadow: 0px 0px 80px 12px #3e3e3e59;
        transition: 1s all ease-in-out;
    }*/

/*.Customers .Customers-box .img-cont img:hover {
    border-radius: 50%;
    transition: 0.5s all ease-in-out;
}*/

.Customers .img-cont {
    display: flex;
    justify-content: end;
}

    .Customers .img-cont img {
        /* border-radius: 5px; */
        width: 500px;
        height: auto;
        max-width: 100%;
        transition: 0.5s all ease-in-out;
    }
.Customers .Customers-box .card {
    /*width: 280px;
    height: 360px;*/
    border-radius: 15px;
    padding: 1.5rem;
    background: white;
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: 0.4s ease-out;
    box-shadow: 0px 7px 10px rgba(black, 0.5);
}
.Customers .Customers-box .card::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: #1b1b1bb3;
    z-index: 1;
}
    .Customers .Customers-box .card:hover::before {
        opacity: 1;
    }

    .Customers .Customers-box .card:hover .info {
        opacity: 1;
        transform: translateY(0px);
    }

.Customers .Customers-box .info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: rgba(black, 0.6);
    z-index: 2;
    transition: 0.5s;
    opacity: 1;
}
.Customers .Customers-box .info {
    overflow: auto;
    position: absolute;
    z-index: 3;
    color: white;
    opacity: 0;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    max-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.8rem;
    text-align: center;
    display: flex;
    justify-content: center;
}

.Customers .Customers-box .info h1 {
    margin: 0px;
}

    .Customers .Customers-box .info p {
        letter-spacing: 1px;
        font-size: 15px;
        margin-top: 8px;
        width: 75%;
    }
.Customers .Customers-box p {
    font-family: var(--body-font1);
    text-align: justify;
    width: 80%;
    max-width: 100%;
}
/*#endregion */
/*#endregion*/
.selected-products .pagination span.disabled{
    color: var(--notactive-color);

}
.pagination .btn.navigators{
    border: none !important
}
.pagination .btn.active:not(.navigators) {
    border-width: 1px;
    border-radius: 0.375rem;
    color: var(--secondaryColor);
}
.pagination .btn:not(.navigators) {
    margin: 0px 2px;
}

/*#region  contactUs */

.contactus-cont .content .main-branch.contactus-card .sub-card-content {
    background: white;
    box-shadow: 2px 4px 6px 0px #a5a5a53d;
    position: relative;
    flex: 1 0;
}
.contactus-cont .content .other-branches.contactus-card .sub-card-content {
    background: white;
    box-shadow: 0px 0px 5px 1px #a5a5a53d;
    border-radius: 3px;
    flex: 1 0;
    overflow: auto;
    scrollbar-width: none;
}
.contactus-cont .content .main-branch.contactus-card .sub-card-content::before{
    position: absolute;
    content: "";
    width: 102%;
    height: 102%;
    border: 2px solid var(--secondaryColor);
    top: -10px;
    z-index: -1;

}
.contactus-cont .content .main-branch.contactus-card .sub-card-content .icon{
    padding: 1em 0em;
}

.contactus-cont .content .main-branch.contactus-card .sub-card-content .icon i{
    padding: 0.5em;
    border-radius: 50%;
    background: var(--secondaryColor);
    width: 4em;
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);

}
.contactus-cont .content .main-branch.contactus-card .sub-card-content .icon i::before{
    font-size: 2em;
}
.contactus-cont .content .main-branch.contactus-card .sub-card-content .text {
    text-align: center;
    padding: 0.5em 0em;
    height: 7.5em;
    overflow: auto;
    scrollbar-width: none;
}
.contactus-cont .content .main-branch.contactus-card .sub-card-content .text h5{
    font-family: var(--body-font1);
}.contactus-cont .content .main-branch.contactus-card .sub-card-content .text a,
.contactus-cont .content .other-branches.contactus-card .sub-card-content .text ul a{
    color: var(--black)  !important;
}
.contactus-cont .content .other-branches.contactus-card .sub-card-content .text ul i{
    color: var(--secondaryColor);
}
.contactus-cont .content .other-branches.contactus-card .sub-card-content h5,
.contactus-cont .content .main-branch.contactus-card .sub-card-content h5,
.contactus-cont .content .main-branch.contactus-card .sub-card-content text p{
    font-family: var(--body-font1);
}
.contactus-cont .content .other-branches.contactus-card .sub-card-content .text ul li{
    margin-bottom: 0.5em ;
    font-family: var(--body-font1);
}
.contactus-form-map iframe{
    border-radius: 15px;
    width: 100%;
    height: 100%;
    
    /* box-shadow: 0px -1px 7px 0px #00000045; */
}
.contactus-form-map .form{
    background: white;
}
.contactus-form-map .form form{
    margin-top: 2em;

}
.contactus-form-map .form form input,
.contactus-form-map .form form textarea{
    border: 1px solid var(--secondaryColor) !important ;
}
 .contactus-form-map .form form .form-btn{
    background:  var(--secondaryColor);
    color: var(--white);
 }
.contactus-form-map .form h3{
    font-family: var(--body-font1);
    text-align: center;
    color: var(--secondaryColor);
}
.contactus-form-map .form,
.contactus-form-map .map{
    height: auto;
    border-radius: 15px;
    margin-bottom: 0.5em;
}
/*#endregion contactUS */
/*#region news */
.news-page .news-card{
    box-shadow: 2px 5px 12px #1947ba2b;
    border-radius: 5px;
    border: 1px solid #60606042;
    padding:10px;
 transition: 0.5s all ease-in-out;
 background-color: var(--white);
 position: relative;

}

.news-page .news-card::after {
    position: absolute;
    content: "";
    border: 5px solid var(--secondaryColor);
    width: 101%;
    height: 100%;
    top: -3%;
    border-radius: 5px;
    z-index: -1;
}

.news-page .news-card .read-more .btn{
    border: 2px solid var(--secondaryColor);
    margin-top: 0.5em;
}
.news-page .news-card .read-more .btn:hover{
    background: var(--secondaryColor);
    color: var(--white);
}
.news-page .news-card .news-date i{
    color: var(--secondaryColor);
}
/*#endregion   */
/*#region gallery*/
.gallery .image-cont img{
    width: 100%;
    height: 350px;
    border-radius: 5px;
}

.gallery .image-cont{
    border: 0px;
    border-radius: 5px;
    position: relative;
    box-shadow: 3px 3px 8px 0px #8c8c8cd4;
}
.gallery .image-cont::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 4px solid var(--secondaryColor);
    top: -3%;
    left: 3%;
    border-radius: 5px;
    z-index: -1;
}
.gallery .image-cont:hover::before{
    width: 106%;
    height: 109%;
    top: -16px;
    left: -13px;
    transition: 0.5s all ease-in-out;
}
#imgModal{
    padding: 0 !important
}
#imgModal .modal-dialog{
    max-width: 100vw !important;
    padding: 2em;
}
#imgModal .modal-dialog .modal-content{
    background: transparent !important;
    border: 0;
}
#imgModal .modal-dialog .modal-content .modal-header .close.btn{
    width: 2.5em;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--white);
}
#imgModal .modal-dialog .modal-content .modal-header .close.btn span{
    color:var(--white);
    font-size: 2em;
} 
#imgModal .modal-dialog .modal-content .modal-body img{
    width: 100%;
    height: auto;
}
/*#endregion   */
/* #endregion old*/


/*#region footer*/
footer{
    /* background: linear-gradient(10deg, rgb(45 45 45) 0%, rgb(56 56 56) 25%, rgb(123 123 123) 100%); */
   /* background: linear-gradient(188deg, rgb(69 104 34) 0%, rgb(2 53 28) 25%, rgb(0 0 0) 100%); */
  /* height: 200px; remove later*/
   background: #1e1b1cbf;
   padding: 2em 0em 0em 0em;
   
   /* box-shadow: -2px -20px 20px 0px #000; */
   position: relative;
}
footer::before{
    position: absolute;
    content: "";
    width: 128%;
    height: 100%;
    top: 0px;
    right: 0;
    left: 0;
    background: url(../images/mis-svg.png);
    z-index: -1;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 4%;
    background-color: #130e0e;
    background-blend-mode: luminosity;
}
footer .contact-us {
    padding: 0em 5em 0em 0em;
}
footer .contact-us p{
    color: var(--white);
    width:100%;
}
footer .contact-us .send-mail{
    color: var(--white);
    /* border: 1px solid var(--lightblack); */
    background: #404040c1 !important;
    box-shadow: 1px 1px 7px 0px #000;
    border: 1px solid #3b3b3b ;
}
footer .contact-us .send-mail:hover{
    border: 1px solid #b81f24 ;
}
footer .contact-us .form-control{
    background: #40404057 !important;
    box-shadow: 1px 1px 7px 0px #000;
    border: 1px solid #b81f24 !important;
    color: var(--white);
}
footer .social-media {
    margin:1em 0em 0em 0em
}
footer .social-media i{
    color: #959292b5;
    border: 2px solid #983a3ad9;
    padding: 0.35em;
    border-radius: 45%;
    /* color: #f5f5f57d;
    border: 2px solid #f5f5f596;
    padding: 0.1em; */
    /* width: 1em; */
    /* height: 1em; */
    display: flex;
    /* border-radius: 7px; */
    font-size: 1.5em;
    transition: 0.5s all ease-in-out;
    cursor: pointer;
}
footer .social-media i:hover{
    color: var(--white);
    border: 2px solid  var(--white);
    box-shadow: 1px 0px 20px 1px #dd262cab;
    transition: 0.5s all ease-in-out;

}
footer .logo{
    position: relative;
}
footer .logo::before {
    content: "";
    transform: scale(0.75);
    position: absolute;
    top: 17%;
    width: 100%;
    background-position-y: center;
    height: 100%;
    background: url(../images/MIS-logo-w1.png) no-repeat;
    background-size: contain;
}
footer hr{
    width: 100%;
    height: 2px;
    background: var(--white);
    /* color: red; */
    /* padding: 10px; */
    /* margin-top: 2rem; */
    /* position: absolute; */
    margin-bottom: 30px;
    /* left: 0; */
    opacity: 0.4;
}
footer .contact-us h3{
    /* letter-spacing: 0.5px;
    font-family: 'open-sans';
    position: relative;
    color: var(--white); */
    letter-spacing: 0.5px;
    font-family: 'open-sans';
    position: relative;
    color: var(--white);
    padding: 0.4em 0em;
    margin-bottom: 1em;
    font-size: 2em;
}
/*footer .contact-us h3::before{*/
    /* width: 71% !important;
    left: 75% !important;
    bottom: 20% !important; */
    /*width: 32% !important;
    left: 28% !important;
    bottom: -4% !important;
}*/

/*footer .contact-us h3::after{*/
    /* top: 28px !important;
    left: -31% !important;
    width: 78% !important; */
    /*top: -3px !important;
    left: -12% !important;
    width: 35% !important;
}*/
footer .contact-us h3::before,footer .contact-us h3::after{
    position: absolute;
    content: "";
    bottom: -14px;
   
    width: 65%;
    height: 1px;
    background: var(--secondaryColor2);

}
footer .col-info li{
    padding: 0px 0px 10px;
    font-weight: 300;
    font-family: 'open-sans';
}
footer .col-header h3,footer .col-info{
    color: white;
}
/*footer .col-header{
    padding-left: 2rem;
}*/
footer .col-info .footer-post i{
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--white);
    width: 40px;
    height: 40px;
   
    
    justify-content: center;
    display: flex;
    align-items: center;
}
footer .col-info .footer-post i.fa-newspaper{
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--white)
}
footer .col-info .footer-post h4{
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    transition: 0.5s all ease-in;
}
footer .col-info .footer-post time{
    font-size:12px;
    color: #e5e5e5;
}

footer .col-info .footer-post:hover h4{
    transform:  translateY(-5px);
    
    transition: 0.5s all ease-in;
    cursor: pointer;
}
footer .footer-media-icons li{ 
    color: #ffffff78;
    margin: 0px 0.5em;
}
footer .footer-media-icons li:hover i, footer .footer-media-icons li:hover{
    color: white;
    border: 1px solid var(--white);
    cursor: pointer;
    border-radius: 5px;
    transition: 0.5s border color ease-in-out;
}
footer .footer-media-icons li i{
    display: flex;
    justify-content: center;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ffffff4f;
    width: 40px;
    align-items: center;
    
}
footer .col-info .address{
    max-width: 35em;
    text-wrap: wrap;
}
footer .logo-footer img{
    width: 110px;
}
/*#region old footer*/
footer .site-map h4{
    color: white;
    padding: 1rem;
    position: relative;
}
footer .contact-us h4{
    color: var(--white);
    padding: 1rem 0em;
}

footer .site-map h4::after/*, footer .contact-us h4::after*/{
    content: "";
    width: 60%;
    height: 1px;
    background: var(--secondaryColor);
    position: absolute;
    bottom: 0;
  
}
footer .site-map li,footer .contact-us li{
    padding:0.5rem 0rem
}
footer .site-map li a:hover,footer  a:hover{
color:var(--secondaryColor)
}
footer .site-map li i, footer .contact-us li i{
    color: var(--secondaryColor);
}
footer .footer-copyright{
    /* background: var(--primaryColor); */
   border-top:1px solid #626262;
    color: var(--white);
}
 /*#endregion old footer*/
/*#endregion footer*/
@media (max-width:1100px){
    .mem-navbar{
        justify-content: space-between !important;
    }
    .navbar-logo {
        width: 140px !important;
    }
}
.careers-cont {
    overflow: hidden;
}
/*#region Responsive*/
/* @media only screen and (max-width:400px){
    .mem-navbar .navbar-logo .logo-vector{
        width: 100px;
    }
} */
@media only screen and (max-width:828px) {
    .investors .inv .date-section{
        justify-content: center;
    }
    .products .owl-carousel, .products .Bullet-news-list, .products .reports-list{
        overflow-y: scroll;
    }
    .aboutUs-wrapper{
        
        height: 50rem; /*commenct later*/
    }
}
@media only screen and (max-width:844px){
    .aboutUs .image {
        position: unset;
        justify-content: center;
        padding: 2rem 0rem 0rem 0rem;
    }
    .aboutUs .image img{
        position: unset;
        
    }
    .aboutUs .text{
        background: none;
        justify-content: center;
    }
    .aboutUs {
        background: linear-gradient(26deg, rgb(147, 147, 147) 0%, rgb(188 189 192) 35%, #edf1f4 100%); 

    }
    .aboutUs .text p {
        max-width: 30rem;
    }
    .mist-top .toplogo{
        margin-bottom: 5px;
        display: flex;
        justify-content: center;
        padding-left: 30px;
    padding-right: 30px;
    }
    /* .mist-top .toplogo .logo-vector{
        max-width: 50px;
        height: auto;
    } */
    .mist-top .toplogo .logo-text{
        max-width: 200px;
        height: auto;
    }

}
@media (max-width:1000px){
    .mem-navbar .nav-item{
        padding: 5px 0px !important;
    }
}
@media (min-width:880px) and (max-width:992px){
    .mem-navbar .col-md-12.navbar-logo,
    .mem-navbar .col-sm-12.navbar-logo{
        width:15% !important
    }
    .mem-navbar .col-md-12.navbar-navs,
    .mem-navbar .col-sm-12.navbar-navs{
        width:85% !important;
        justify-content: end;

    }
}
@media only screen and (max-width: 992px) {
    main .products h2::after{
        width: 160px;
    }
    .mist-top .col-12{
        justify-content: center;
    }
   
    .mem-navbar .navbar-navs{
        display: flex;
        justify-content: center;
    }
    .market-data .EGX .egx-date-btns .btn{
       
        margin: 0.3rem 0.1rem;
        }
        .market-data .EGX .egx-chart-summary p{
            flex-direction: column;
        }
        .aboutUs .text div{
            padding: 0px 3rem 0px 0rem;
        }
       
        .market-data .market-summary .ms-table table th{
            padding: 2px !important;
        }
        .cont{
            height: 80vh;
        }
        .slide__text p{
            font-size: initial;
            width: initial;
        }
        .slide__text h1{
            font-size: 25px;
        }
        .icon-bar a{
            font-size: 10px;
    width: 20px;
    height: 20px;
        }
}
/*MIS Mob*/
@media  (max-width: 767px) {
    .partners-cont h1 .after {
        top: 19px !important;
        width: 78% !important;
    }

    .partners-cont .partner-logo {
        width: 70% !important;
       
    }

    .compProfile-cont .content img, .services-details .content img {
        width: 93% !important;
    }
    .compProfile-cont .content .img::before {
        top: -21px;
        height: 100%;
        width: 78%;
    }
    .compProfile-cont .content .img, .services-details .content .img {
        margin-top: 15px;
    }
  
}
@media only screen and (max-width: 836px) {

    .scrolling-words-box {
        overflow: clip;
    }
}

    @media only screen and (max-width: 600px) {
        header .banner h1 {
            font-size: 22px;
        }

       

        header .banner {
         
            background-size: auto;
        }

        .mem-vh-vid-cont .mem-vid-var-text-overlay {
            font-size: 2em;
        }

        .mem-vh-vid-cont .mem-vid-var-text {
            font-size: 1.5em;
        }

        

        .clients-cont .slider {
            width: 100%;
        }
    }


/*MIS Mob*/
@media only screen and (max-width: 950px) {
    .mem-navbar .col-md-12.navbar-logo,
    .mem-navbar .col-sm-12.navbar-logo {
        width: 50% !important;
        justify-content: start !important;
        padding: 0px 2em;
    }

    .mem-navbar .col-md-12.navbar-navs,
    .mem-navbar .col-sm-12.navbar-navs {
        width: 50% !important;
        justify-content: end;
        align-items: center;
        padding: 0px 2em;
    }

    .desktop-navbar {
        display: none;
    }

    #toggle-navbar {
        z-index: 1000;
        display: block;
        height: 40px;
        width: 40px;
        background: transparent;
        /* border: 2px solid var(--secondaryColor);
        border-radius: 5px; */
        border: none;
        font-size: 25px;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--secondaryColor);
    }

        #toggle-navbar .bi-x {
            color: white;
        }

    .mob-navbar {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        overflow-y: scroll;
        text-align: center;
        width: -webkit-fill-available;
        color: var(--white);
        background: var(--primaryColor);
        padding: 50px 0px;
        z-index: 998;
    }

        .mob-navbar li {
            padding: 5px 15px;
        }

            .mob-navbar li:hover a {
                color: var(--secondaryColor);
                border-radius: 5px;
            }

    .mob-dropdown-wrapper + .dropdown {
        padding: 0;
        border: 1px solid;
        border-radius: 5px;
        margin: 1em auto;
        width: max-content;
    }

    .mob-sub-dropdown-wrapper + .dropdown {
        padding: 0;
        border: 1px solid;
        border-radius: 5px;
        margin: 10px 15px;
    }

    .mob-nav-active {
        overflow: hidden;
    }
}

@media (max-width:495px) {
    .scroll-down-cont {
        display: none;
    }

    .home-page .aboutus-cont {
        height: 200px !important;
    }

        .home-page .aboutus-cont .top-left-attach h2,
        .home-page .aboutus-cont .bottom-right-attach h2 {
            font-size: 1em !important;
        }

        .home-page .aboutus-cont .top-left-attach {
            width: 61% !important;
            max-width: fit-content !important;
            height: 24% !important;
            padding: 4px 19px !important;
            box-shadow: 0px -7px 0px 1px var(--primaryColor) !important;
        }

        .home-page .aboutus-cont .bottom-right-attach {
            width: 16% !important;
            min-width: fit-content !important;
            height: 25% !important;
            padding: 5px 19px !important;
            box-shadow: 0px 7px 0px 1px #b81f24;
        }

            .home-page .aboutus-cont .bottom-right-attach img {
                padding: 0px !important;
            }
}

@media (max-width: 550px) {
    .mem-vh-vid-cont .mem-vid-var-text {
        font-size: 1.5em !important;
    }

    .mem-vh-vid-cont .mem-vid-var-text-overlay {
        font-size: 2em !important;
    }

    .mem-vh-vid-cont .mem-vid-var-text,
    .mem-vh-vid-cont .mem-vid-var-text-overlay {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0.3em !important;
    }

    .home-page .services-cont .row .swiper-cont {
        padding: 1.5em 2em !important;
    }

        .home-page .services-cont .row .swiper-cont .swiper.swiper-container {
            padding: 0 !important;
            /* width: 100%  !important;
            height: fit-content !important; */
            width: 280px !important;
            height: 280px !important;
        }
    /* .swiper-container-wrapper--timeline .swiper-slide{
            padding-bottom: 4em ;
            padding-top: 4em  !important;
        } */
    .swiper-container-wrapper--timeline .swiper-slide .title {
        font-size: 20px !important;
    }

    .swiper-container-wrapper--timeline .swiper-slide img {
        width: 75px !important;
        height: 75px !important;
    }
}

@media (min-width:619px) and (max-width:767px) {
    .home-page .services-cont .row .swiper-cont .swiper.swiper-container {
        width: 500px !important;
        height: 500px !important;
    }

    .swiper-container-wrapper--timeline .swiper-slide .title {
        font-size: 27px !important;
    }

    .swiper-container-wrapper .swiper-wrapper .swiper-slide .readmore-cont .services-readMore-btn {
        padding: 0.3em 0.7em;
        font-size: 18px;
    }
}

@media (max-width:768px) {
    .compinfo-cont .compinfo,
    .partners-cont p,
    .home-page .services-cont .text-cont p,
    .clients-cont p,
    .clients-cont .slider,
    .compProfile-cont .content .text p,
    .services-details .content .text p {
        width: 100% !important;
    }

    .clients-cont .slider-items img {
        width: 30% !important;
    }

    footer .logo {
        /* background: url(../../images/MIS-logo-w1.png) no-repeat;
    background-size: contain; */
        padding: 3em;
    }

        footer .logo::before {
            top: 8% !important;
            left: -8% !important;
        }

    footer .contact-us {
        padding: 2em !important;
    }

    .compProfile-cont.innerpage-bg .content h2,
    .services-details .content h2 {
        margin: 0 auto 1em auto !important;
    }

    .compProfile-cont .content .img,
    .services-details .content .img {
        display: flex;
        justify-content: center;
    }

        .compProfile-cont .content .img img,
        .services-details .content .img img {
            margin-top: 3em;
            width: 95% !important;
        }

        .compProfile-cont .content .img::before {
            width: 84% !important;
            top: 22px !important;
            left: 15% !important;
            height: 92% !important;
        }

        .services-details .content .img::before {
            top: 29px !important;
            left: 15% !important;
            height: 90% !important;
            width: 84% !important;
        }

        .services-details .content .img::after {
            top: 80px !important;
            left: 0% !important;
            height: 86% !important;
            width: 81% !important;
        }

    .content.container {
        max-width: 90% !important;
    }
}
.loading-balls-wrapper div {
    left: 20px;
}

a.read-more.btn.aos-init.aos-animate {
    width: fit-content;
}

.subContainer {
    display: flex;
    flex-direction: column;
    /* Ensures that content does not overflow */
    /* Minimum height for uniformity */
    max-height: 350px !important; /* Minimum height for uniformity */
    margin-bottom: 6px;
   /* max-width: 350px;*/
}

.mist_apply_page {
    border: 2px solid #cfd4d3;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 40px 60px;
    background-color: var(--white);
    border-radius: 20px;
    transition: 1s all ease-in-out;
}

.career_form_group .form-icon {
    text-align: center;
    font-size: 40px;
    color: white;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 20px;
    line-height: 100px;
    background-color: var(--secondaryColor2);
    border-radius: 50%;
}

.career_form_group .form-header {
    text-align: center;
    color: var(--color-secondary);
    margin-bottom: 30px;
}
.bod-cont .card .card-text {
    overflow: auto;
    max-height: 200px;
    height: 200px;
    scrollbar-width: none;
}