.max-380{
    max-width: 380px;
    width: 100%;
}
.max-800{
    max-width: 800px;
    width: 100%;
}
:root{
/*     --red :#dd3233; */
/* 	--red :#03254b; */
/*     --red : #3f47cb; */
	
	--red : #0d2d6c;
    --white : #fff;
    --black:#000000;
}
@font-face {
    font-family: 'RedHatDisplay-Light';
    src: url('../fonts/RedHatDisplay-Light.ttf');
    font-weight: normal;
    font-style: normal;
}
.ff-rl{font-family: 'RedHatDisplay-Light';}
@font-face {
    font-family: 'RedHatDisplay-Regular';
    src: url('../fonts/RedHatDisplay-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
.ff-rl{font-family: 'RedHatDisplay-Regular';}
@font-face {
    font-family: 'RedHatDisplay-Medium';
    src: url('../fonts/RedHatDisplay-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}
.ff-rm{font-family: 'RedHatDisplay-Medium';}
@font-face {
    font-family: 'RedHatDisplay-SemiBold';
    src: url('../fonts/RedHatDisplay-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}
.ff-rsb{ font-family: 'RedHatDisplay-SemiBold';}
@font-face {
    font-family: 'RedHatDisplay-Bold';
    src: url('../fonts/RedHatDisplay-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
.ff-rsb{ font-family: 'RedHatDisplay-Bold';}
@font-face {
    font-family: 'RedHatDisplay-ExtraBold';
    src: url('../fonts/RedHatDisplay-ExtraBold.ttf');
    font-weight: normal;
    font-style: normal;
}
.ff-rsb{ font-family: 'RedHatDisplay-ExtraBold';}
body {
    font-family: 'RedHatDisplay-Regular';
    font-size: 18px;
    overflow-x: hidden;
    line-height: inherit;
    color: var(--black);

}
p{line-height:normal;letter-spacing: 0px;margin-bottom: 25px;}
body,html {
    height: 100%;
    scroll-behavior: smooth;
}
._rel{position: relative;}
a,a:after,img,a:before,.btn-theme,.overly,.btn-play i,.project-box{
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
a{
    display: inline-block;
    text-decoration: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    position: relative;
    color: var(--black);
    font-family: 'RedHatDisplay-Bold';
}
a:hover,a:focus,a:active{
    text-decoration: none;
    outline: none;
    color:var(--red);
}
.white{color: var(--white);}
.red{color:var(--red);}
.black{color:var(--black);}
.btn-theme{
    border: 0px;
    min-width: 250px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 14px;
    text-align: center;
    background: var(--red);
    color: var(--white);
    padding: 0px 20px;
    text-transform: uppercase;
}
.btn-theme:hover,.arrows-next:hover{
    color: #fff;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
}
.btn-play{
    font-size: 14px;   
}
.btn-play i{
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    color: var(--white);
    background-color: var(--red);
    display: inline-block;
    margin-right: 15px;
}
.white .btn-play{
    color: var(--white);
}
.btn-play:hover i{
    transform: scale(1.05);
}
img{
    max-width: 100%;
    height: auto;
}
h1,h2,h3,h4,h5,h6,h1>a,h2>a,h3>a,h4>a,h5>a,h6>a{}
h1{
    font-family: 'RedHatDisplay-Bold';
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
h2{
    font-family: 'RedHatDisplay-Bold';
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
h3{
    font-family: 'RedHatDisplay-Bold';
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
h4{
    font-family: 'RedHatDisplay-Bold';
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
h5{
    font-family: 'RedHatDisplay-Bold';
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
h6{
    font-family: 'RedHatDisplay-Bold';
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 20px;
    
}
section {
    width: 100%;
    padding: 60px 0;
    position: relative;
    clear: both;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/*nav*/
.navbar-brand img{
    max-width: 280px;
}
.mainMenu{
    padding: 50px 0px;
}
.mainMenu._transparent{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}
.mainMenu.sticky{
    /* position: fixed;
    background-color: #fff;
    padding: 10px 0px;
    box-shadow: 10px 0 25px 0 rgb(0 0 0 / 6%); */
}
.mainMenu.active{background-color: var(--red);}
.mainMenu.active.dark-menu{background-color: var(--white);}
.mainMenu ul{
    align-items: center;
}
.mainMenu li{
    margin-left: 30px;
    display: flex;
    align-items: center;
}
.mainMenu li a{
    font-size: 16px;
    position: relative;
    font-family: 'RedHatDisplay-Medium';
    color: var(--white);
    padding: 10px 0px;
	text-transform:uppercase;
}
.dark-menu.mainMenu li a{
    color: var(--black);
}
.dark-menu .lang .line{
    background-color: var(--black);
}
.mainMenu li a:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    height: 2px;
    width: 0%;
    display: inline-block;
    background-color: var(--white);
}
.mainMenu li a:hover:before,.mainMenu li.current-menu-item a:before{
    width: 100%;
}
.post_item img{

    width: 100%;

}
.lang .line{
    display: inline-block;
    height: 20px;
    width: 2px;
    background-color: var(--white);
    margin-top: 3px;
    margin-right: 30px;
}
.lang a::before{
    display: none !important;
}
/*  */
.hero-home{
    height: 95vh;
    display: flex;
    align-items: flex-end;
    padding-bottom: 150px;
}
.partners{
    margin-top: -140px;
}
.partners .shape-img{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    height: 70%;
    object-position: top;
    object-fit: cover;
}
.partners ._rel{
    z-index: 2;
}
.c-list li{
    display: inline-block;
}
.c-list li:not(:last-child){
    margin-right: 20px;
}
.c-list li a{
    color: var(--white);
}
.c-list.f-16 a{
    font-size: 16px;
}
.client-logos .box{
    width: 100%;
    height: 100px;
    line-height: 100px;
    border-radius: 6px;
    background-color: #fff;
    text-align: center;
    border: solid 1px #e9e9e9;
}
.client-logos .box img{
    max-width: 80%;
    display: inline-block !important;
    max-height: 75%;
    object-fit: contain;
}
.repution-box{
    width: 49vw;
    margin-right: 20px;
    display: flex;
    height: 100%;
    flex-direction: column;
}
.repution-box .image{
    overflow: hidden;
}
.repution-box img{
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: center;
}
.repution-box:hover img{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}
.repution-box .text{
    padding: 42px 50px 100px 50px;
    position:relative;
    height: calc(100% - 50vh);
}
.repution-box .btn-theme{
    position: absolute;
    bottom: 0;
}
.arrows-next,.arrows-prev{
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    width: 100px;
    text-align: center;
    color: var(--white);
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 30px;
    position: absolute;
    z-index: 2;
    top: 20%;
    right: 7%;
}
.repution-box h3{margin-bottom: 0px;}
.banner-1{
    padding-bottom: 160px;
}
.banner-1 .data-image{
	 background-color: rgba(0, 0, 0, 0.40);
	background-blend-mode:overlay;
    height: 800px;
    display: flex;
    align-items: center;
    padding-left: 115px;
}
.banner-1 .text{
    max-width: 720px;
    width: 100%;
}
.banner-1 .bg-shape{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80%;
    object-fit: cover;
    z-index: 1;
}
._rel{
    z-index: 2;
}
footer{
    padding-top: 60px;
}
footer .menu{
    text-align: right;
    display: flex;
    align-items: flex-start;
    margin-left: auto;
    width: fit-content;
}
footer .menu li{
    margin-left: 25px;
}
footer .menu a{
    color: var(--white);
    font-family: 'RedHatDisplay-Medium';
    font-size: 17px;
}
footer .menu a:hover,footer .menu .current-menu-item a{
    color: var(--red);
}

footer .icon-list{
    width: fit-content;
    margin-left: auto;
}
.icon-list li{
    display: inline-block;
}
.icon-list li:not(:last-child){
    margin-right: 50px;
}
.icon-list li a{
    padding-left: 25px;
    position:relative;
    color: var(--white);
    font-family: 'RedHatDisplay-Medium';
    font-size: 17px;
    display: flex;
    height: 100%;
    align-self: start;
}
.icon-list.black a{
    color: var(--black);
}
.icon-list li i{
    position: absolute;
    left: 0;
    color: var(--red);
}
.social-icon li{
    margin-left: 20px;
    display: inline-block;
}
.social-icon a{
    height: 30px;
    line-height: 28px;
    width: 30px;
    border: 1px solid rgb(255, 255, 255, 0.1);
    text-align: center;
    color: var(--white);
    font-size: 14px;
}
.social-icon a:hover{
    background-color: var(--red);
}
.copyright{
    font-size: 14px;
    text-align: center;
    border-top: 1px solid rgb(255, 255, 255, 0.1);
    margin-top: 60px;
    padding: 15px 0px;
}
.copyright a{
    color: var(--white);
    
}
.hero-enterprise{
    height: 800px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 150px;
}
.about-company .item{
    margin-bottom: 50px;
}
.about-company .text{
    max-width: 960px;
    width: 100%;
}
.pb-160{
    padding-bottom: 160px;
}
.contact-hero .menu-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-position: bottom;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px;
}
.contact-hero iframe{
    width: 100%;
    height: 80vh;
}
.max-400{
    max-width: 400px;
    width: 100%;
}
.c-form input,.c-form textarea{
    width: 100%;
    height: 60px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 5px;
    color: var(--white);
}
.c-form textarea{
    height: 120px;
}
.c-form input:focus,.c-form textarea:focus{
    border-color: var(--white);
}
form .btn-theme{
    width: unset !important;
    background: var(--red);
    border-bottom: unset;
}
.shape-top{
    margin-top: -120px;
}
.shape-top .shape-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: top;
}
.product-box{
    margin-bottom: 80px;
}
.product-box .text{
    max-width: 80%;
}
.product-box .img{
    background-color: var(--white);
    width: 100%;
    border: solid 0.5px #cacaca;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-box .img img{
    max-height: 85%;
    object-fit: contain;
}
.grey-shape{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 200px);
    z-index: -1;
}
.project-box{
   width: 50vw; 
   height: 50vh;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   background-color: rgba(0, 0, 0, 0.75);
   background-blend-mode: overlay;
   padding: 20px 50px 110px 100px;
   display: flex;
   align-items: flex-end;
   margin-right: 30px;
}
.slick-active .project-box{
    background-color: rgba(0, 0, 0, 0.25); 
}
.project-box h1{
    font-size: 80px;
    line-height: 90px;
}
.project-arrow a{
    position: relative;
    right: inherit;
    top: inherit;
}
.project-pop{
    padding: 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: var(--black);
    display: none;
}
.project-pop .top{
    padding-top: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 22;
}
._close{
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.25);
    color: var(--white);  
}
.pop-project{
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.25);
    background-blend-mode: overlay;
    display: flex;
    align-items: flex-end;
    padding-bottom: 70px;
}
.pop-project .text{
    max-width: 800px;
    width: 100%;
}
.pop-project .next-btn{
    width: 320px;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-color: rgba(112, 39, 39, 0.9);
    background-blend-mode: overlay;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding-left: 30px;
    color: var(--white);
    flex-direction: column;
    position:absolute;
    bottom:0;
    right: 0;
}
.pop-project .container{position: relative;}
.video-pop ._close{
    position: absolute;
    right: 20px;
    top: 20px;
}
.video-pop .video{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-pop iframe{
    width: 80vw;
    height: 70vh;
}
.navbar-toggler{color:var(--white)}
.dark-menu .navbar-toggler{color:var(--black)}


.single-post nav,.error404 nav{
    background-color: #050507;
}
.single-post .content,.error404 .errorpage{
    margin-top: 120px;
    padding: 80px 0;
}
._vHolder:after {
    content: "";
    position: absolute;
    top: 0;
    writing-mode: lr;
    left: 0;
    right: 0;
    bottom: 0;
       background: rgb(3 37 75 / 54%);
}
.service-box{
    height: calc(100% - 30px);
    padding-bottom: 100px;
    position: relative;
}
.service-box .image{
    overflow: hidden;
    margin-bottom: 25px;
    display: block;
}
.service-box .btn-theme{
    position: absolute;
    left: 0;
    bottom: 0;
}
.service-box:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/* 11- 06 -2025 */
.custom-logo-link img,.navbar-brand img{max-width:180px;}
@media(max-width:992px){
	.custom-logo-link img,.navbar-brand img{max-width:120px !important;}
}

.btn1 a{
	border: 0px;
/*     min-width: 250px; */
/*     height: 60px; */
/*     line-height: 60px; */
    border-radius: 30px;
    font-size: 14px;
    text-align: center;
    background: var(--red);
    color: var(--white);
    padding: 15px 45px !important;
    text-transform: uppercase;
}