@font-face {
    font-family: 'Latin';
    src: url('../fonts/lmsans10-regular.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Latin';
    src: url('../fonts/lmsans10-bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Latin';
    src: url('../fonts/lmsans10-oblique.otf') format('opentype');
    font-weight: bold;
    font-style: oblique;
}

@font-face {
    font-family: 'Latin';
    src: url('../fonts/lmsans10-boldoblique.otf') format('opentype');
    font-weight: bold;
    font-style: oblique;
}

@font-face {
    font-family: 'Latin';
    src: url('../fonts/lmsansdemicond10-regular.otf') format('opentype');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Regular.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Light.otf') format('opentype');
    font-weight:lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-LightItalic.otf') format('opentype');
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Italic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand_Dash.otf') format('opentype');
    font-weight: bold;
    font-style: oblique;
}



@media (max-width:980px){
    .header-txt{
        display: none !important;
    }
    .search{
        display: none !important;
    }
    .pageS2 .s .s1{
        width: 100% !important;
    }
    .pageS2 .s .s2{
        display: none !important;
    }
    .banner-txt{
        margin: 0px 30px !important;
    }
    .our-clients h1{
        font-size: 35px !important;
    }
    .company{
        width: 130px !important;
        height: 130px !important;
    }
    
    
}

@media (max-width: 800px) {
    .banner-txt h1 {
    font-size: 40px !important; 
    }
    .banner-txt .desc {
        font-size: 16px !important;
    }
    .page2 p{
        font-size: 17px !important;
        padding: 0px !important;
        width: 85% !important;
    }
    .page2 .txt h3{
        font-size: 30px !important;
    }
    .page2 .txt h3 .g{
        font-size: 32px !important;
    }
    .page2 .txt h3 .b{
        font-size: 35px !important;
    }
    .page2 .txt h4{
        font-size: 30px !important;
    }
    .page4 .txt h3{
        font-size: 30px !important;
    }
    .page4 .txt h3 span{
        font-size: 30px !important;
    }
    .page4 .txt p{
        font-size: 15px !important;
    }
    .page5 .txt h2{
        font-size: 26px !important;
    }
    .page5 .txt a{
        font-size: 15px !important;
    }
    .pageS1 h2{
        font-size: 28px !important;
    }
    
    .form{
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .form h2{
        position: relative !important;
        padding-left: 0px !important;
        width: 100% !important;
        text-align: center !important;
        font-size: 30px !important;
    }
    .form-column{
        width: 100% !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .form-column input{
        margin:10px 0px !important;
    }
    .search-bar{
        display: none !important;
    }

    .PP p{
        font-size: 15px !important;
    }
    .PP a{
        font-size: 15px !important;
        
    }
    .search-tab{
        display: none !important;
    }
    .pageS1 h2{
        margin-bottom: 15px !important;
    }
} 

@media (max-width: 600px) {
    .banner-txt h1 {
    font-size: 1.8em;
    }
    .banner-txt .desc {
        font-size: 1.3em;
    }
    .page2 .txt h3{
        font-size: 30px;
    }
    .page4 .txt h3{
        font-size: 30px !important;
    }
    .page4 .txt h3 span{
        font-size: 30px !important;
    }
    .page4 .txt p{
        font-size: 15px !important;
    }
    .page5 .txt h2{
        font-size: 25px !important;
    }
    .our-clients h1{
        font-size: 30px !important;
    }
    .our-clients p{
        font-size: 15px !important;
    }
    .center-img{
        border-radius: 0px !important;
    }
}

@media (max-width: 400px) {
    .banner-txt h1 {
    font-size: 1.5em;
    }
    .banner-txt .desc {
        font-size: 10px;
    }
    .page2 .txt h3{
        font-size: 25px;
    }
}



body{
    margin:0;
    overflow-x: hidden;
    font-family: 'Rubik' , sans-serif;
    height: 100%;
    overflow-y: scroll;
    
}

*{
    scrollbar-width: none;
    -ms-overflow-style: none;
}

*::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Edge */
}

form{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.page1{
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.mobile-header{
    z-index: 2;
    position: absolute;
    top:0;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 100%;
    border-bottom: 1px rgba(255, 255, 255, 0.307) solid;
    
}

.mobile-header .logo-original{
    width: 120px;
    height: auto;
    cursor: pointer;
    position: absolute;
    top:10px;
}
.mobile-header .lines{
    position: absolute;
    left:20px;
    width: 30px;
    height: auto;
    cursor: pointer;
    filter: invert(100%);
}
.mobile-header .search{
    position: absolute;
    right:20px;
    width: 22px;
    top:20px;
    height: auto;
    cursor: pointer;
    filter: invert(100%);
}




.left-header .logo{
    width: 130px;
    height: auto;
    cursor: pointer;

}
.left-header .lines{
    width: 30px;
    height: auto;
    filter: invert(100%);
    margin-right: 25px;
    cursor: pointer;
}

.header{
    z-index: 2;
    height: 70px;
    width: 100%;
    position: absolute;
    /* background-color: black; */
    border-bottom: 1px rgba(255, 255, 255, 0.204) solid;
    box-sizing: border-box;
}
.header .logo-original{
    position: absolute;
    right: 0;
    width: 130px;
    height: auto;
    opacity: 0;
    cursor: pointer;

}
.header{
    background-color: white;
}

.header-txt a{
    color: black;
}
.left-header .logo{
    opacity: 0;
}
.left-header .logo-original{
    opacity: 1;
}
.left-header .lines{
    filter: invert(0%);
}

.left-header{
    height: 100%;
    display: flex;
    position: absolute;
    left: 50px;
    align-items: center;
    justify-content: center;
}

.banner-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* filter: brightness(90%); */
}
.header-txt{
    display: flex;
    flex-direction: row;
    position: absolute;
    top:15px;
    left: 270px;
    height: 100%;
}
.header-txt a{
    font-family: 'Rubik' , sans-serif;
    font-size: medium;
    margin: 10px;
    font-weight:500;
}
#nav-7{
    margin-top: 10px;
    height: calc(100%-10px);
}
.link-7,.link-8,.link-9 {
    transition: 0.4s;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    padding: 5px 10px;
    margin: 0;
    position: relative;
    cursor: pointer;
    height: 100%;
}

.link-7{
    padding: 5px 10px;
}

.link-7:hover,.link-8:hover{
    color: #4195d0 !important;
}


.link-7::after,.link-8::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background-color: #4195d0;
    bottom: 0;
    left: 0;
    margin:0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s;
}
.link-7:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
.link-8:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.link-7::before {
    transition: 0.4s;
    content: '';
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNyAxMGw1IDUgNS01IEc3eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPgo=');
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(100%);
}

.link-7:hover::before{
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNyAxMGw1IDUgNS01IEc3eiIgZmlsbD0iIzQxOTVkMCIvPjwvc3ZnPgo=');
    transform: rotate(180deg) translateY(50%);
}

.header-txt #nav-7 .link-7::before{
    filter: invert(0%);
}

.header-txt #nav-7 .link-7::before{
    filter: invert(0%);
}

.search a{
    color: gray;
}

.search{
    position: absolute;
    right: 40px;
    top:10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-bar{
    position: absolute;
    left: 100%;
    width: calc(100% - 500px);
    height: 100%;
    background-color: white;
    z-index: 4;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 15px;
    box-sizing: border-box;
    transition: 0.4s;

}

.search-bar img{
    height: 22px;
    width: 22px;
    cursor: pointer;
}

.search-bar input{
    height: 100%;
    width: 90%;
    box-sizing: border-box;
    padding: 10px 10px;
    font-family: 'Rubik' , sans-serif;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.903);
    border: 0;
    outline: none;
    font-weight: bold;
}

.mobile-search-bar{
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 15px;
    box-sizing: border-box;
    transition: 0.4s;
}
.mobile-search-bar input{
    height: 100%;
    width: 90%;
    box-sizing: border-box;
    padding: 10px 10px;
    font-family: 'Rubik' , sans-serif;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.903);
    border: 0;
    outline: none;
    font-weight: bold;
}

.mobile-search-bar img{
    height: 22px;
    width: 22px;
    cursor: pointer;
}


.search img{
    height: 19px;
    width: 19px;
    opacity: 0.5;
}

.link-9{
    font-size: 16px;
    margin: 10px;
    color:white;
    font-weight:bold;
    padding: 5px 0px;

}

.shadow{
    height: 100%;
    width: 10px;
    position: absolute;
    left:-10px;
    box-shadow: 0px 0px 500px 700px rgba(0, 0, 0, 0.54);
    z-index: 0;
}

.bot-shadow{
    height: 10px;
    width: 100%;
    position: absolute;
    bottom:-10px;
    box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.416);
    z-index: 0;
}

.down-img{
    height: auto;
    width: 40px;
    position: absolute;
    bottom: 20px;
    filter: invert(100%);
    z-index: 1;
    left: calc(50% - 20px);
    cursor: pointer;
    transition: 0.4s;
}

.down-img:hover{
    bottom: 10px;
}

.banner-txt{
    max-width: 600px;
    position: absolute;
    top: 120px;
    z-index: 1;
    margin: 0px 70px;
}

.banner-txt h1{
    max-width: 100%;
    font-family: 'Latin', 'Rubik' , sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 60px;
    line-height: 1.2;
    /* white-space: nowrap; */
    color: white;
    text-shadow: 5px 0px 20px rgba(0, 0, 0, 0.581);
}


.banner-txt .desc{
    max-width: 100%;
    font-family:'Rubik' 'Rubik' ,sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 1.8;
    color: white;
    text-shadow: 5px 0px 20px rgba(0, 0, 0, 0.581);
    margin-bottom: 10px;
}

.banner-txt .desc span{
    font-weight:bold;
}

.banner-txt h1 span{
    color: #4195d0;
    font-style: oblique;
}

.check{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    color: white;
    font-weight: bold;
    font-family: 'Rubik' , sans-serif;
    margin-top: 7px;
}

.more{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    color: white;
    font-weight: bold;
    font-family: 'Rubik' , sans-serif;
    margin-top: 15px;
    margin-left: 20px;
    cursor: pointer;
}

.banner-txt .check img{
    width: 25px;
    height: auto;
    margin-bottom: 3px;
    margin-right: 14px;
}

.banner-txt .more img{
    transition: 0.4s;
    width: 35px;
    height: auto;
    margin-bottom: 3px;
    margin-left: 14px;
}

.banner-txt .more:hover > img{
    margin-left: 30px;
}

.capabilities-banner,.industries-banner{
    position: absolute;
    max-width: 820;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    top:70px;
    height: auto;
    background-color: white;
    z-index: -1;
    padding: 50px 50px;
    box-sizing: border-box;
    opacity: 0;
    flex-direction: row;
    display: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 7px solid #4195d0;
    border-left: 1px solid rgba(0, 0, 0, 0.362);
    border-right: 1px solid rgba(0, 0, 0, 0.362);
    box-sizing: border-box;
}

.about-banner{
    position: absolute;
    max-width: 280px;
    left: 50%;
    transform: translateX(-50%);
    top:70px;
    height: auto;
    background-color: white;
    z-index: -1;
    padding: 50px 50px;
    box-sizing: border-box;
    opacity: 0;
    flex-direction: row;
    display: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 7px solid #4195d0;
    border-left: 1px solid rgba(0, 0, 0, 0.362);
    border-right: 1px solid rgba(0, 0, 0, 0.362);
    box-sizing: border-box;
}

.about-banner .group {
    width: 100%;
}

.group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 40%;
}

.group a {
    margin: 10px;
    font-family: 'Rubik' , sans-serif;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    color: rgba(0,0,0,0.85);
    text-decoration: none;
}

.group a:hover {
    color: #4195d0;
    text-decoration-line: underline;
    text-underline-offset: 4px;
    
}

.group a span{
    font-weight: bold;
}

.capabilities-banner h2,.industries-banner h2,.about-banner h2{
    color: #4195d0;
    position: absolute;
    top: -7px;
    left: 50px;
    font-size: 20px;
}
.capabilities-banner .group h3{
    color: rgba(0, 0, 0, 0.911);
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
}

.capabilities-banner .group h3:hover{
    color: #4195d0;
    text-decoration-line: underline;
}

.capabilities-banner .group p{
    color: rgba(0, 0, 0, 0.656);
    font-weight: bold;
    font-size: 15px;
    margin:0px 0px;
}

.group.ft{
    position: relative;
    padding-left: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.437);
}

.group.ft h4{
    position: absolute;
    color: #4195d0;
    font-weight: bold;
    font-size: 17px;
    top: -48px;
    left: 13px;
}

.drawer{
    transition: 0.4s;
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 320px;
    display: flex;
    left: -320px;
    top: 0;
    background-color: white;
    z-index: 4;
    flex-wrap: wrap;
    flex-direction: column;
}

.drawer-ind,.drawer-cap,.drawer-abt{
    transition: 0.4s;
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 320px;
    display: flex;
    left: -320px;
    top: 0;
    background-color: white;
    z-index: 4;
    flex-wrap: wrap;
    flex-direction: column;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}



.drawer-ind::-webkit-scrollbar {
    display: none;
  }

.drawer .logo,.drawer-ind .logo,.drawer-cap .logo,.drawer-abt .logo{
    width: 120px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 50px;
}

.drawer .back,.drawer-ind .back,.drawer-cap .back,.drawer-abt .back{
    position: absolute;
    width: 40px;
    height: auto;
    top: 20px;
    right: 10px;
    rotate: 90deg;
    cursor: pointer;
}

.drawer .nav-2{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-left: 50px;
}

.drawer .nav-2 a{
    font-family: 'Rubik' , sans-serif;
    font-size: 15px;
    margin: 10px 0px;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    color: black;
    text-decoration:none;
}

.drawer .nav-2 a:hover{
    color: #4195d0;
}

.drawer .nav-3{
    position: absolute;
    bottom: 10px;
    left: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.drawer .nav-3 a{
    font-family: 'Rubik' , sans-serif;
    font-size: 14px;
    margin: 7px 0px;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    color: rgba(0,0,0,0.85);
    text-decoration: none;
}

.drawer .nav-3 a:hover{
    color: #4195d0;
    text-underline-offset: 4px;
    text-decoration-line: underline;
}


.drawer .sep{
    position: absolute;
    bottom: 50px;
    width: 80%;
    left: 10%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: 60px;
}

.link-2::after{
    content: '';
    display: inline-block;
    width: 30px; 
    height: 30px; 
    background-color: #4195d0;
    -webkit-mask: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNyAxMGw1IDUgNS01IEc3eiIgZmlsbD0iIzQxOTVkMCIvPjwvc3ZnPgo=');
    mask: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNyAxMGw1IDUgNS01IEc3eiIgZmlsbD0iIzQxOTVkMCIvPjwvc3ZnPgo=');
    mask-size: cover;
    -webkit-mask-size: cover;
    transform: rotate(270deg);
}

.dark{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.273);
    top: 0;
    left: 0;
    z-index: 3;
}


/* ind drawer */

.drawer-ind .nav-5{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 80px;
    margin-left: 50px;
}

.drawer-ind .nav-5 h2{
    margin-left: -10px;
    font-size: 20px;
    font-family: 'Rubik' , sans-serif;
    font-weight: bold;
    color: #4195d0;
}

.drawer-ind .nav-5 a{
    font-family: 'Rubik' , sans-serif;
    font-size: 15px;
    margin: 10px 0px;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    color: rgba(0,0,0,0.85);
    text-decoration: none;
}

.drawer-ind .nav-5 a:hover{
    color: #4195d0;
    text-decoration-line:underline;
    text-underline-offset: 4px;
}

/* cap drawer */

.drawer-cap .nav-5,.drawer-abt .nav-5{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 80px;
    margin-left: 50px;
    padding-bottom: 50px;
}

.drawer-cap .nav-5 h2,.drawer-abt .nav-5 h2{
    margin-left: -10px;
    font-size: 20px;
    font-family: 'Rubik' , sans-serif;
    font-weight: bold;
    color: #4195d0;
}

.drawer-cap .nav-5 h3{
    margin-left: -7px;
    font-size: 18px;
    font-family: 'Rubik' , sans-serif;
    font-weight: bold;
    color: #4195d0;
}


.drawer-cap .nav-5 a,.drawer-abt .nav-5 a{
    font-family: 'Rubik' , sans-serif;
    font-size: 15px;
    margin: 10px 0px;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    color: rgba(0,0,0,0.85);
    text-decoration: none;
}

.drawer-cap .nav-5 a:hover,.drawer-abt .nav-5 a:hover{
    color: #4195d0;
    text-decoration-line:underline;
    text-underline-offset: 4px;
}
.drawer-cap .nav-5 .sep{
    width: 80%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
    margin-left: calc(10%-50px);
    margin-top: 20px;
}

.drawer-cap .nav-5 h4{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Rubik' , sans-serif;
    color: rgba(0, 0, 0, 0.911);
    margin-top: 5px;
    margin-bottom: 0px;
    cursor: pointer;
}

.drawer-cap .nav-5 h4:hover{
    color: #4195d0;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

.drawer-cap .nav-5 .t-12{
    margin-top: 30px;
}

.drawer-cap .nav-5 p{
    font-size: 15px;
    font-weight: bold;
    font-family: 'Rubik' , sans-serif;
    height: 1px;
    color: rgba(0, 0, 0, 0.656);
    margin-top: 12px;
    margin-right: 10px;
}

.page2{
    width: 100%;
    background-color: white;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 30px 0px;
    justify-content: center;
    align-items: center;
}

.page2 p{
    padding: 0px 20px;
    width: 70%;
    box-sizing: border-box;
    font-family: 'Rubik' 'Rubik' ,sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.856);
    line-height: 1.8;
}



.page2 p span{
    border-bottom: 2px solid #4195d0;
    padding:0px 5px 3px 5px;
    color: #3678a6;
}

.page2 p span:hover{
    border-bottom: 2px solid #4195d0;
    background-color: #4195d0;
    color: white;
}

.page2 h2{
    font-size: 30px;
    font-weight: bolder;
    font-family: 'Latin';
    text-align: center;
    color: #003781;
}

.page2 h6{
    font-size: 15px;
    font-weight: bold;
    color: black;
    font-family: 'Rubik' , sans-serif;
    align-self: flex-start;
    margin:0px 15%;
    padding: 0px 10px;

}


.page3{
    width: 100%;
    /* height: ; */
    background: linear-gradient(-78deg,#4195d0,#002450fb, #001734fb);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}

.stat1,.stat2,.stat3{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 33%;
    margin: 20px 0px;
    text-align: center;
}

.stat1 h2,.stat2 h2,.stat3 h2{
    font-family: 'Rubik' , sans-serif;
    font-size: 20px;
    color: white;
    font-weight: bold;
    margin-top: 0;
    width: 100%;
    align-self: center;
}

.stat1 .count,.stat2 .count,.stat3 .count{
    color: white;
    font-family: 'Rubik' , sans-serif;
    font-size: 47px;
}

.stat1 .count::after{
    color: white;
    font-family: 'Rubik' , sans-serif;
    font-size: 47px;
    content: '+';
}

.stat3 .count::after{
    color: white;
    font-family: 'Rubik' , sans-serif;
    font-size: 47px;
    content: '%';
}

.page4{
    width: 100%;
    background-color: white;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 30px 0px;
}

.page4 .txt{
    height: 100%;
    width: 55%;
    padding: 0px 20px;
    box-sizing: border-box;
}

.page4 .img{
    height: 100%;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.page4 .txt h3{
    font-family: 'Rubik' , sans-serif;
    font-size: 40px;
    font-weight: bold;
    width: 70%;
    color: rgba(0, 0, 0, 0.937);
    margin-left: 20px;
    margin-bottom: 10px;
}

.page4 .txt h3 span{
    font-family: 'Latin', 'Rubik' , sans-serif;
    color: #4195d0;
    font-style: oblique;
    font-weight: bolder;
    font-size: 42px;   
}

.page4 .txt p{
    font-family: 'Latin', 'Rubik' , sans-serif;
    font-size: 21px;
    font-weight: bold;
    width: 70%;
    color: rgba(0, 0, 0, 0.937);
    margin-left: 20px;

}

.page4 .txt a{
    font-family: 'Rubik' , sans-serif;
    font-size: 16px;
    font-weight: bold;
    width: 70%;
    color: rgba(0, 0, 0, 0.937);
    margin-left: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
}

.page4 .txt a::after{
    transition: 0.3s;
    margin-left: 3px;
    content: '';
    display: inline-block;
    width: 30px; 
    height: 30px; 
    background-color: rgba(0, 0, 0, 0.875);
    -webkit-mask: url('../imgs/arrow.svg');
    mask: url('../imgs/arrow.svg');
    mask-size: cover;
    -webkit-mask-size: cover;
}

.page4 .txt a:hover::after{
    margin-left: 20px;
    background-color: #4195d0;
}

.page5{
    /* height: 350px; */
    width: 100%;
    background: radial-gradient(circle, rgba(0,36,80,1) 45%, rgba(6,61,128,1) 100%);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
}

.page5 .txt{
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 40px;
}

.page5 .txt h2{
    color: white;
    font-family: 'Rubik' , sans-serif;
    font-weight: bold;
    font-size: 35px;
    width: 70%;
}

.page5 .txt a{
    color: white;
    font-family: 'Rubik' , sans-serif;
    font-weight: bold;
    font-size: 17px;
    padding: 15px 20px;
    border: 1px solid white;
    cursor: pointer;
    text-decoration: none;
}

.page5 .txt a:hover{
    background-color: white;
    color:#002450fb;
}

.page5 .bar{
    height: 75%;
    width: 10px;
    background-color: white;
}

.page6{
    width: 100%;
    background-color: white;
    padding: 30px 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: start;
    position: relative;
}

.page6 img{
    height: auto;
    width: 180px;
}

.page6 .cytos {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    flex-wrap: wrap;
}

.page6 .cytos a{
    font-family: 'Rubik' , sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: rgb(49, 49, 49);
    margin: 5px 10px;
    cursor: pointer;
    text-decoration: none;
    
}

.page6 .cytos a:hover{
    color:#4195d0;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

.page6 .bar{
    width: 85%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.499);
    margin: 20px 0px;
    align-self: center;
}

.page6 p{
    position: absolute;
    bottom: 0px;
    align-self: center;
    color: gray;
}

.banner{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.chart-container {
    position: absolute;
    right: 0;
    width: 700px; /* Adjust width as needed */
    height: 250px; /* Adjust height as needed */
}


.chart-line {
    fill: none;
    stroke: url(#gradient); /* Line color */
    stroke-linecap: round; /* Rounded ends */
    stroke-linejoin: round; /* Rounded corners */
    stroke-dasharray: 1100; /* Adjust based on the length of the path */
    stroke-dashoffset: 1100; /* Initially hide the line */
    animation: drawLine 4s ease-in-out forwards; /* Animation */
}

@keyframes drawLine {
    from {
        stroke-dashoffset: 1100; /* Start with the line hidden */
    }
    to {
        stroke-dashoffset: 0; /* Draw the line to the end */
    }
}

.bg-gradiant{
    position: absolute;
    background: linear-gradient(to right ,rgb(47, 47, 47) 5% ,rgb(0, 0, 0));
    width: 100%;
    height: 100%;
}

.pageS1{
    width: 100%;
    padding: 30px 20px;
    background: rgb(238, 238, 238);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    box-sizing: border-box;
}

.pageS1 h2{
    color: #000;
    font-family: 'Rubik' , sans-serif;
    font-weight: lighter;
    font-size: 35px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 15px;
    width: 90%;
}

.pageS1 p{
    color: #000;
    font-family: 'Rubik' , sans-serif;
    font-weight: bold;
    margin-top: 0;
}

.pageS1 a{
    color: #000;
    font-family: 'Rubik' , sans-serif;
    font-weight: bold;
    font-size: 17px;
    padding: 10px 16px;
    border: 1px solid black;
    margin: 0px 37px;
    cursor: pointer;
    text-decoration: none;
}

.pageS1 a:hover{
    color: rgb(238, 238, 238);
    background-color: black;
}

.contactus{
    width: 100%;
    background-color: white;
    position: absolute;
    top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.327);
    flex-direction: column;
    text-align: center;
    padding-bottom: 40px;
}

.contactus h2{
    color: rgb(0, 0, 0);
    font-size: 50px;
    font-weight: bold;
    font-family: 'Rubik' , sans-serif;
}

.contactus p{
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-family: 'Rubik' , sans-serif;
    font-size: 18px;
    width: 70%;
}

.contactus .bar {
    width: 70%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.389);
    margin: 20px 0px;
}
.form{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: relative;
}
.form h2{
    color: black;
    font-size: 35px;
    position: absolute;
    left: 0px;
    width: 50%;
    box-sizing: border-box;
    text-align: start;
    padding-left: 30px;
    margin: 0;
}

.form-column{
    display: flex;
    flex-direction: column;
    width: 50%;
}

.form-column input{
    width: 90%;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 17px;
    font-family: 'Rubik' , sans-serif;
    box-sizing: border-box;
    margin: 10px 0px;
}

.form-column textarea{
    width: 90%;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 17px;
    font-family: 'Rubik' , sans-serif;
    box-sizing: border-box;
    margin: 10px 0px;
    height: 200px;
}


.contactus button{
    font-size: 18px;
    font-weight: bold;
    padding: 12px 50px;
    background-color: #4195d0;
    color: white;
    font-family: 'Latin';
    border: 1px solid #4195d0;
    margin-top: 20px;
    cursor: pointer;
    box-sizing: border-box;

}

.contactus button:hover{
    background-color: white;
    color: #4195d0;
    border: 1px solid #4195d0;

}

.PP{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-weight: bold;
    color: gray;
    margin: 20px 0px;
    align-items: start;
    justify-content: center;
    width: 80%;
}

.PP p{
    font-size: 17px;
    margin: 0;
    width: fit-content;
}

.PP input{
    cursor: pointer;
    margin-top: 4px;
}
.PP a{
    color: #135d92;
    margin: 0px 2px;
    cursor: pointer;
}

.PP a:hover{
    text-underline-offset: 4px;
    text-decoration-line: underline;
}

.contactus h5{
    color: rgba(153, 153, 153, 0.937);
    font-size: 16px;
    font-weight: bold;
    margin: 40px 0 5px 0;
}

.contactus h6{
    color: gray !important;
    font-size: 16px;
    font-weight: bold;
    margin: 5px;
    text-decoration: none;
}


.pageS2{
    position: absolute;
    width: 100%;
    background-color: rgb(255, 255, 255);
    top: 70;
    border-top: 1px solid rgba(0, 0, 0, 0.327);

}

.pageS2 .s{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    padding: 30px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.087);

}

.pageS2 .s .s1{
    width: 70%;
    padding: 0px 10%;
    box-sizing: border-box;
    height: 100%;
}

.pageS2 .s .s1 h2{
    width: 100%;
    font-family: 'Latin';
    font-size: 50px;
    font-weight: bold;
    color: #003781;
}

.pageS2 .s .s1 h3{
    font-family: 'Latin';
    font-size: 30px;
    font-weight: bold;
    color: #4195d0;
}

.pageS2 .s .s1 h4{
    font-family: 'Rubik' , sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}

.pageS2 .s .s1 p{
    font-family: 'Rubik' , sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.821);
    line-height: 1.3;
}


.pageS2 .s .s1 h5{
    font-family: 'Rubik' , sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.875);
    line-height: 1.3;
}

.pageS2 .s .s2{
    position: absolute;
    right: 0;
    width: 30%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.pageS2 .s .s2 h2{
    width: 70%;
    font-family: 'Latin';
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: #003781;
}

.pageS2 .s .s2 h2:hover{
   color: #4195d0;
   text-decoration-line: underline;
   text-underline-offset: 4px;
}

.pageS2 .s .s2 p{
    font-family: 'Rubik' , sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.821);
    line-height: 1.3;
    width: 80%;
}

.pageS2 .s .s2 .img1{
    display: inline-block;
    position: relative;
    width: 90%;
    height: auto;
    cursor: pointer;
    aspect-ratio: 1.77;
    object-fit: cover;
}

.image-container {
    display: inline-block;
    position: relative;
    width: 90%;
    box-shadow: inset 0 0 20px white;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;

}

.image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    box-shadow: rgba(255, 255, 255, 0.752) 0px 30px 60px -12px inset, rgba(255, 255, 255, 0.3) 0px 18px 36px -18px inset;
  }

.image-container img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.77;
    object-fit: cover;
}

.bar{
    width: 70%;
    height: 1px;
    background-color: gray;
    align-self: center;
    margin-left: 11%;
    margin-top: 30px;
}

.checks{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
}

.checks .check{
    width: 20%;
    min-width: 250px;
    border-top: 3px solid #4195d0;
    border-left: 1px solid rgba(0, 0, 0, 0.321);
    border-right: 1px solid rgba(0, 0, 0, 0.321);
    border-bottom: 1px solid rgba(0, 0, 0, 0.321);
    box-sizing: border-box;
    margin: 20px;
    border-radius: 5px;
    display: block;
    overflow-x: hidden;
    padding: 15px;
    box-sizing: border-box;
}

.checks .check h3{
    font-family: 'Latin';
    font-size: 25px;
    font-weight: bold;
    color: #135d92;
    margin: 0;
}

.checks .check h6{
    font-family: 'Rubik' , sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.882);
    width: 90%;
    margin: 10px 0 0 0;
    padding: 0;
}

.search-tab{
    width:100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -400px;
    right: 100px;
    z-index: 3;
    background-color: white;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px 20px;
    transition: 0.4s;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.321);
    border-top: 0;
}

.search-tab a{
    color: rgba(0,0,0,0.85);
    text-decoration: none;
    margin: 10px;
    font-weight: bold;
}

.search-tab p{
    color: rgb(66, 66, 66);
    text-align: center;
    font-weight: bold;
    display: none;
}

.search-tab a:hover{
    color: #4195d0;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

.our-clients{
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.321);
    position: absolute;
    top: 70px;
    height: calc(100% - 70px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our-clients h1{
    color: white;
    font-size: 45px;
    font-family: 'Latin';
    padding: 5px 10px;
    text-align: center;
}

.our-clients p {
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
}

.our-clients .shadow-text{
    width: 100%;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.56) 45%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}

.our-clients img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: -2;
}

.companies{
    width: 100%;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-container{
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.company{
    width: 150px;
    height: 150px;
    border: 1px solid rgba(0, 0, 0, 0.149);
    border-top: 3px solid #4195d0;
    border-radius: 6px;
    margin: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company:hover{
    border-top-color: gray;
}

.company:hover > img{
    width: 90%;
}

.company img{
    transition: 0.4s;
    height: auto;
    width: 80%;
    object-fit: cover;
}


.center-img{
    width: 100%;
    max-width: 700px;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.center-img img{
    width: 100%;
    height: auto;
    align-self: center;
}