html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #1A1A1A;
    font-size: 17px;
    color: #D6D6D6;
    line-height: 28px;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}

.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.ft-20{
    font-size: 20px;
    line-height: 30px;
}

/*Header*/
.header {
    background: #131313 0% 0% no-repeat padding-box;
    z-index: 9;
    width: 100%;transition: all 0.2s ease-in-out;
    position: sticky;
    top: 0px;
    left: 0px;
    padding: 5px 60px;
}
.sticky-bar {
    background: #131313;
}
.bg-trasnparent{
    background-color: transparent;
}
.nav-item .nav-link {
    display: block;
    color: #FFF;
    transition: all 0.2s ease-in-out;
    font-size: 18px;
    color: var(--Fixed-White, #FFF);
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 30px;
    letter-spacing: 5px;
}
.logo{
    width: 250px;
}
#navbar-hamburger.show{
    display: block;
}
#navbar-hamburger, #navbar-close{
    display: none;
}
#navbar-close.show{
    display: block;
}
            
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}
.nav-item .nav-link:hover,.nav-item .nav-link:focus, .nav-item .nav-link.active {
    color: #2DAAE1;
}

/* close */
.navbar-toggler{
    padding: 0px;
}
.menu_toggle{
    width: 50px !important;
    height: 50px;
    padding: 9px 12px 9px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: end;
    cursor: pointer;
    transition: all 0.2s ease-in;
    text-align: left;
    position: relative;
    right: 0;
    top: 0px;
    z-index: 90;
    border-radius: 3px;
    line-height: 0px;
}
.menu_toggle span {
    height: 3px;
    width: 100%;
    background: #dfdfdf;
    display: inline-block;
    transition: all 0.5s cubic-bezier(.62, .43, .35, 1.47);
    margin: 3px 0px;
}
.menu_toggle span:nth-child(2){ 
    width: 20px;
}

/* toggle icon animation */
#check1:checked~.menu_toggle span:nth-child(1) {
    width: 100%;
    transform: rotate(45deg) translateY(7px) translateX(7px);
}

#check1:checked~.menu_toggle span:nth-child(2) {
    width: 0;
}

#check1:checked~.menu_toggle span:nth-child(3) {
    width: 100%;
    transform: rotate(-45deg) translateY(-6px) translateX(6px);
}
#check1{
    display: none;
}

/*Hero Sec*/
.hero{
    background-image: url(../img/hero-bg.svg);
    background-size: cover;
    background-position: center;
    padding: 300px 160px;
    position: relative;
}
.hero::before{
    content: '';
    background-color: #1a1a1a66;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.hero-text{
    max-width: 1000px;
    position: relative;
    z-index: 1;
}
.small-title{
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.dot-before::before{
    content: '';
    width: 4px;
    height: 4px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 12px;
}
.dot-after::after{
    content: '';
    width: 4px;
    height: 4px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-left: 7px;
}
h1{
    color: #F3F3F3;
    font-size: 80px;
    font-weight: 500;
    line-height: 80px; /* 114.286% */
    letter-spacing: 5px;
    text-transform: uppercase;
}

/*About Sec*/
.about-sec{
    background-image: url(../img/about-bg.svg);
    background-size: cover;
    background-position: center;
    padding: 130px 30px;
    text-align: center;
}
.big-title{
    color: #F3F3F3;
    text-align: center;
    font-size: 70px;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.about-sec p{
    color: var(--Text-Dark, #D6D6D6);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px; /* 125% */
    letter-spacing: 1px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.btn-dark{
    background: #252524;
    padding: 12px 30px;
    border-radius: 0px;
    color: #F3F3F3;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 3px;
    transition: all 0.2s ease-in-out;
    border: 0px;
}
.btn-dark svg{
    margin-left: 10px;
    transition: all 0.2s ease-in-out;
}
.btn-dark:hover{
    background: #131313;
}
.btn-dark:hover svg{
    transform: rotate(45deg);
}
.service-sec{
    padding: 70px 180px 0px;
    background: #131313;
}
.service-box{
    padding: 0px 60px 56px;
    border-right: 1px solid #373737;
    height: 100%;
}
.sbpmb-0{
    border-right: 0px;
}
.sub-title{
    color: #F3F3F3;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px; /* 128.571% */
    text-transform: uppercase;
}
.service-box p{
    color: #D6D6D6;
    min-height: 140px;
}
.arrow-box{
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #FAFAFA;
}
.arrow-box svg{
    transition: all 0.2s ease-in-out;
}
.arrow-box:hover svg{
    transform: rotate(45deg);
}
.fixed-h-64{
    min-height: 64px;
}
.fixed-h-80{
    min-height: 80px;
}

/*OUR Process*/
.o-process-sec{
    padding: 100px 140px;
}
.op-title{
    color: #F3F3F3;
    text-align: center;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.op-box{
    padding: 50px 40px 50px 40px;
}
.op-sub-title{
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
}
.op-text{
    margin-bottom: 0px;
}
/*.grid-lines{
    background: linear-gradient(90deg, #0000 calc(100% - 1px), #373737 0);
    background-size: calc((100% - 4*5px)/5 + 5px) 100%;
}*/

/*Expand your business across borders*/
.expand-sec{
    padding: 0px 56px 0px 180px;
    background-color: #131313;
}
.expand-row-gap{
    --bs-gutter-x: 148px;
}
.border-left{
    border-left: 1px solid #373737;
    padding-left: 50px;
    position: relative;
}
.st-pos-left {
    position: absolute;
    transform: rotate(-90deg);
    top: 102px;
    left: -140px;
}
.title{
    color: #F3F3F3;
    font-size: 60px;
    line-height: 62px; /* 114.815% */
    letter-spacing: 5px;
}
.btn-white{
    background-color: #fafafa;
    color: #131313;
}
.btn-white:hover{
    background-color: #fafafa;
    color: #131313;
}

/*Img Slider Sec*/
.img-slider{
    padding: 0px 50px;
    background-color: #131313;
}

/*Footer*/
.footer{
    background-color: #131313;
    padding: 50px;
}
.p-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.f-menu{
    display: grid;
    grid-template-columns: 4fr 8fr; /* Two columns */
    gap: 30px; /* Adjust the gap between rows and columns */
}
.footer-ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.footer-ul li{
    color: #F3F3F3;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.footer-ul li a{
    color: #F3F3F3;
    transition: all 0.2s ease-in-out;
}
.footer-ul li a:hover{
    color: #2DAAE1;
}
.footer-text{
    color: #F3F3F3;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px; /* 200% */
    max-width: 530px;
}
.s-footer{
    color: #343433;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
}

/*About Page*/
/*About Sec*/
.about-pad{
    padding: 76px 160px 0px;
}
.about-row-gap{
    --bs-gutter-x: 200px;
}
.about-title{
    color: #F3F3F3;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.border-right{
    border-right: 1px solid #373737;
    padding-right: 50px;
    position: relative;
}
.st-pos-right{
    position: absolute;
    transform: rotate(90deg);
    top: 70px;
    right: -110px;
}
.about-section .border-left, .our-values .border-left{
    border-left: 0px;
    padding-left: 0px;
}
.about-section .dot-after::after, .our-values .dot-after::after{
    display: none;
}
.btn-blue{
    background: #2DAAE1;
    padding: 12px 30px;
    border-radius: 0px;
    color: #FAFAFA;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    transition: all 0.2s ease-in-out;
    border: 0px;
}
.btn-blue svg{
    margin-left: 10px;
    transition: all 0.2s ease-in-out;
}
.btn-blue:hover{
    background: #2DAAE1;
    color: #FAFAFA;
}
.btn-blue:hover svg{
    transform: rotate(45deg);
}

/*Our Vision & Values*/
.our-vision{
    padding: 130px 160px;
    background-color: #131313;
}
.bg-dark{
    background-color: #131313 !important;
}
.our-vision .st-pos-left {
    position: absolute;
    transform: rotate(-90deg);
    top: 72px;
    left: -110px;
}
.plus-img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.our-values .st-pos-right {
    position: absolute;
    transform: rotate(90deg);
    top: 78px;
    right: -115px;
}

/*Where We Are*/
.light-dark{
    background-color: #1A1A1A;
}
.where-we p{
    max-width: 432px;
}

/*MESSAGE FROM THE CHAIRMAN*/
.message-sec{
    padding: 130px 65px 130px 160px;
}
.message-sec .st-pos-left {
    position: absolute;
    transform: rotate(-90deg);
    top: 207px;
    left: -245px;
}
.comma-sec{
    display: flex;
    justify-content: space-between;
}
.comma-sec img{
    margin-top: -43px;
}
.af-width p{
    font-size: 18px;
    line-height: 35px; /* 194.444% */
}

.partner-slider{
    padding: 100px 160px;
    background-color: #131313;
}
.partner-title{
    color: #E0E0E0;
    font-size: 55px;
    line-height: 62px; /* 112.727% */
    letter-spacing: 5px;
}
.partner-slider .cust-gap{
    gap: 60px;
}
.indusries-slider{
    padding: 50px 160px;
}
.indusries-grid{
    display: flex;
    gap: 50px;
}
.flex-1{
    flex: 1;
}
.partner-slider .who-gap{
    --bs-gutter-x: 98px;
}
.wws-title{
    color: #E0E0E0;
    font-size: 64px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.wws-text{
    font-size: 35px;
    line-height: 46px; /* 131.429% */
}
.sp-sec{
    padding: 0px 0px 0px 160px;
}
.text-blue{
    color: #2DAAE1;
}
.sp-sec .st-pos-left {
    top: 90px;
    left: -130px;
}
.service-gap{
    --bs-gutter-x: 180px;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #838383;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
.line1{
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #373737;
    top: 0px;
    left: 260px;
}

.line2{
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #373737;
    top: 0px;
    left: 38%;
}

.line3{
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #373737;
    top: 0px;
    right: 38%;
}

.line4{
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #373737;
    top: 0px;
    right: 260px;
}
.epr-0{
    padding-right: 0px !important;
}








.pb-70{
    padding-bottom: 76px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.z-1{
    position: relative;
    z-index: 1;
}