body {
    margin: 0;
    padding: 0;
}

.mobile-navbar{
    display: none;
}

.off-screen-menu {
    background-color:  #052C60;
    height: 100vh;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    right: -450px;
    display: flex;
    flex-direction: column;
    align-items: center;    
    justify-content: center;
    text-align: center;
    font-size: 16px;
    transition: .3s ease;
    color: #F4FDFF;
    font-family: "Inter", sans-serif;
    font-weight:400;
    
}
.off-screen-menu.active {
    right: 0;
}

.off-screen-menu ul li a{
    color: #F4FDFF;
    font-family: "Inter", sans-serif;
    font-weight:400;
    text-decoration: none;
}


nav {
    padding: 1rem;
    display: flex;
    position: absolute;
    right: 0;
    top: -20px;
}

.ham-menu {
    height: 50px;
    width: 40px;
    margin-left: auto;
    position: relative;
}

.ham-menu span {
    height: 4px;
    width: 100%;
    background-color: #052C60;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
}
.ham-menu span:nth-child(1) {
    top: 25%;
}
.ham-menu span:nth-child(3) {
    top: 75%;
}
.ham-menu.active span {
    background-color: white;
}
.ham-menu.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.ham-menu.active span:nth-child(2) {
    opacity: 0;
}
.ham-menu.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.full-container{
    display: flex;
    flex-direction: row;
    width: calc(100vw - 5%);
}



.logo{
    margin: 30px;
}



.logo img{
    width: 10vw;
}
.navbar{
    display: flex;
    flex-direction: column;
    
    gap: 3vw;
    justify-content: center;
    
    padding: 0 0 0 10px;
}

.container {
    overflow: hidden;
    height: 100vh;
    /* position: absolute; */
    width: 100%;
    padding: 0;
    /* margin-left: 7%; */
    overflow-x: hidden;
    width: 93%;
}

.sub-container {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    /* width: 100%; */
    /* position: relative; */
     z-index: 3; 
    padding: 0;
    margin: 0;
}

.sub-container::-webkit-scrollbar {
    display: block;
    width: 8px;
}

.sub-container::-webkit-scrollbar-track {
    background: transparent;
}

.sub-container::-webkit-scrollbar-thumb {
    background-color: #052C60;
    border-right: none;
    border-left: none;
    border-radius: 3px;
    height: 130px;
}

.sub-container::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 150px;
}

.sub-container::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 21vh;
} 

#home{
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content_home{
    font-family: "Inter", sans-serif;
    font-weight:900;
    /* width: 45%; */
    font-size: 2.3vw;
    color: #052C60;
    /* text-align: center; */
    /* margin: auto; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content_home h2{
    margin-bottom: 0;
}

.content_home p{
    font-size: 1.4vw;
    font-family: "Inter", sans-serif;
    font-weight:400;
}

.content_home button{
    font-size: 1.5vw;
    font-family: "Inter", sans-serif;
    font-weight:900;
    color: #F4FDFF;
    cursor: pointer;
    width: 100%;
    height: 4vw;
    border-radius: 1.2vw;
    border-style: none;
    background: #052C60;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content_home a{
    text-decoration: none;
    width: 80%;
    height: 4vw;
    display: flex;
    justify-content: center;
}

.home_illustration {
    padding-top: 3%;
    /* position: absolute; */
}

.home_illustration img {
    width: 41vw;
}

.content_our-expertise{
    display: flex;
    justify-content: center;
}

.heading_our-expertise{
    font-family: "Inter", sans-serif;
    font-weight:900;
    font-size: 2.8vw;
    color: #052C60;
    margin-top: 20%;
    margin-left: -35%;
}

.para-1_our-expertise{
    display: flex;
    justify-content: center;
}
.para-1_our-expertise p{
    margin-top: -14%;
    margin-left: 27%;
    font-size: 1vw;
    font-family: "Inter", sans-serif;
    font-weight:500;
    color: #052C60;
    text-align: left;
}

.para-1_our-expertise p strong{
    font-size: 2.3vw;
    font-style: italic;
}

.para-2_our-expertise{
   display: flex;
   justify-content: center;
}

.para-2_our-expertise p{
    margin-left: 30%;
    margin-top: 2%;
    font-size: 1vw;
    font-family: "Inter", sans-serif;
    font-weight:500;
    color: #151E68;
}

.our-expertise_illustration{
    display: flex;
    justify-content: center;
   margin-top: -13%;
}

.our-expertise_illustration img{
    width: 10vw;
}

.para-3_our-expertise{
    display: flex;
    justify-content: center;
 }

 .para-3_our-expertise p{
    font-size: 1vw;
    font-family: "Inter", sans-serif;
    font-weight:500;
    color: #151E68;
    margin-top: -7%;
    margin-left: -30%;
 }

 .para-3_our-expertise p strong{
    font-size: 2.3vw;
    font-style: italic;
}

.our-expertise-2{
    display: none;
}

.our-expertise-2-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.our-expertise-2-content h2{
    font-family: "Inter", sans-serif;
    font-weight:900;
    font-size: 42px;
    color: #052C60;
}

.our-expertise-2-content p{
    max-width: 300px;
    font-family: "Inter", sans-serif;
    font-weight:500;
    font-size: 16px;
    color: #052C60;
}

.our-expertise-2-content img{
    margin-left: 100px;
    margin-bottom: -32px;
    margin-top: -50px;
}

 #our-clients h2{
    display: flex;
    justify-content: center;
    margin-top: 7%;
    font-family: "Inter", sans-serif;
    font-weight:900;
    font-size: 3vw;
    color: #052C60;
 }


 .container-our-clients{
    display: flex;
    flex-direction: row;
    gap: 80px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    
 }

 .row-our-clients{
    border: 2px solid #052C60;
    width: 400px;
    height: 600px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    flex-wrap: wrap;
    gap: 70px;
    border-radius: 20px;
}

.row-our-clients img{
    width: 150px;
    padding-top: 50px;
}

.para-our-clients{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    font-size: 16px;
    color: 
    #052C60;
    font-family: "Inter", sans-serif;
    font-weight:500;
}

.row-our-clients a{
    border: 1px solid transparent;
    background-color: #052C60;
    color: #F4FDFF;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight:500;
    font-size: 16px;
    padding: 25px 25px;
    border-radius: 20px;
}

.row-our-clients:hover{
    background: #052C60;
}

.row-our-clients:hover .para-our-clients{
    color: #F4FDFF;
}

.row-our-clients:hover a{
    background-color: #F4FDFF;
    color: #052C60;
}

.prevale-container1{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    padding: 0 40px;
}

.left-content{
    border: 2px solid #052C60;
    border-radius: 20px 0 0 20px;
    /* width: 12vw;
    height: 60vw; */
    background: #052C60;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F4FDFF;
    font-family: "Inter", sans-serif;
    font-weight:900;
    font-size: 42px;
    width: 150px;
    height: 750px;
}

.right-content{
    border: 2px solid #052C60;
    border-radius: 0 20px 20px 0;
    /* width: 65vw;
    height: 60vw; */
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0px 40px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight:500;
    color: #052C60;
    width: 850px;
    height: 750px;
}

.mySlides img{
    /* width: 500px;
    height: 100%; */
    width: 600px;
    aspect-ratio: 16/9;
    display: block;
    margin: auto;
    padding-top: 3%;
    max-height: 700px;
    max-width: 1000px;
    min-width: 500px;
}


.slideshow-container {
    display: flex;
    flex-direction: row;
    display: block;
    margin: auto;
}
  
 
.mySlides {
    display: none;
    /* height: 50vh; */
}

.visit-prevale{
    border: 1px solid transparent;
    background-color: #052C60;
    color: #F4FDFF;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight:400;
    font-size: 16px;
    padding: 25px 25px;
    border-radius: 20px;
    width: 100px;
    /* margin-left: 50vw;
    margin-top: 10vw; */
    display: block;
    margin: auto;
}



/* .dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 2rem 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #052C60;
} */

/* .prevale{
    display: flex;
    justify-content: center;
    margin-top: 10%;
    height: auto;
   
    
}

.left_prevale{
    border: 2px solid #052C60;
    width: fit-content;
    padding: 20px;
    border-radius: 1.5rem 0 0 1.5rem;
    background-color: #151E68;    
}

.left_prevale p{
    font-family: "Inter", sans-serif;
    font-weight:900;
    color: #FFFFFF;
    font-size: 3vw;
    display: flex;
    justify-content: center;
    padding-top: 245%;
}

.right_prevale{
    border: 2px solid #052C60;
    width: fit-content;
    border-radius: 0 1.5rem 1.5rem 0;
    height: fit-content;
    
    padding: 20px;
    width: 60vw;
    height: fit-content;

    
   
}

.right_prevale p{
    display: flex;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-weight:400;
    color: #151E68;
    font-size: 1vw;
    padding-top: 5%;
}

.mySlides img{
    width: 80%;
    height: 100%;
    display: block;
    margin: auto;
    padding-top: 3%;
    max-height: 600px;
    max-width: 1000px;
    min-width: 500px;
}


.slideshow-container {
    display: flex;
    flex-direction: row;
}
  
 
.mySlides {
    display: none;
    height: 50vh;
}
  
 
.prev, .next {
    cursor: pointer;
    
    top: 50%;
    width: auto;
    height: fit-content;
    margin-top: 16%;
    padding: 16px;
    color: #052C60;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    
}
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
 
  .prev:hover, .next:hover {
    background-color: #052C60;
    color: #F4FDFF;
  }

  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 35px 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #052C60;
}
  
.right_prevale button{
    display: block;
    margin: auto;
    background: #052C60;
    width: 10vw;
    height: 3vw;
    padding: auto;
    border-radius: 8px;
    border-style: none;
    font-family: "Inter", sans-serif;
    font-weight:700;
    color: #FFFFFF;
    margin-top: 4%;
    font-size: 1vw;
    cursor: pointer;
    margin-right: 2%;
 }

.right_prevale button a{
    font-family: "Inter", sans-serif;
    font-weight:700;
    color: #FFFFFF;
    text-decoration: none;
} */

.heading_our-story{
    display: flex;
    justify-content: center;
}

.heading_our-story h2{
    font-family: "Inter", sans-serif;
    font-weight:900;
    font-size: 3vw;
    color: #052C60;
    margin-top: 20%;
    margin-left: -45%;
}

.para-1_our-story{
    display: flex;
    justify-content: center;
}

.para-1_our-story p{
    font-family: "Inter", sans-serif;
    font-weight:500;
    font-size: 1.2vw;
    color: #052C60;
    margin-top: -2%;
    margin-left: -46%;
    font-style: italic;
}

.para-2_our-story{
    display: flex;
    justify-content: center;
}

.para-2_our-story p{
    font-family: "Inter", sans-serif;
    font-weight:500;
    font-size: 1.2vw;
    color: #052C60;
    margin-top: -15%;
    margin-left: 12%;
    /* font-style: italic; */
}

.our-story_img img{
    width: 70vw;
    margin-top: -10%;
    margin-left: 9%;
}

.our-story2{
    display: none;
}

.our-story2-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   padding: 10px 20px;
   
}

.our-story2-content h2{
    color: #052C60;
    font-family: "Inter", sans-serif;
    font-weight:900;
    font-size: 42px;
}

.our-story2-content img{
   max-width: 300px;
}

.our-story2-content p{
    color: #052C60;
    font-family: "Inter", sans-serif;
    font-weight:500;
    max-width: 450px;
}

.heading_our-team{
    display: flex;
    justify-content: center;
}

.heading_our-team h2{
    font-family: "Inter", sans-serif;
    font-weight:900;
    font-size: 3vw;
    color: #151E68;
    margin-top: 10%;
    margin-left: 57%;
}

.parent{
    position: relative;
    margin-top: 3%;
    z-index: 1;
    overflow-x: hidden;
}
.slider{
    animation-name: slide;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes slide {
    from{
        transform: translateX(0%);
    }
    to{
        transform: translateX(-100%);
    }
}

.heading_connect-with-us{
    display: flex;
    justify-content: center;
}

.heading_connect-with-us h2{
    font-family: "Inter", sans-serif;
    font-weight:900;
    font-size: 3vw;
    color: #151E68;
    margin-top: 10%;
}

.para_connect-with-us{
    display: flex;
    justify-content: center;
}

.para_connect-with-us p{
    font-family: "Inter", sans-serif;
    font-weight:400;
    font-size: 1.3vw;
    color: #151E68;
    margin-top: -2%;
}

f
  
  #submit {
    display: block;
    margin: auto;
   text-align: center;
    
    border-style: none;
    
    
    
    cursor: pointer;
    
    background-color: #FFFFFF;
    color: #000000;
  }

  .submit-success{
    text-align: center;
    display: none;
    font-family: "Inter", sans-serif;
    font-weight:400;
    color: #151E68;
    font-size: 1vw;
  }

  .submit-error{
    text-align: center;
    display: none;
    font-family: "Inter", sans-serif;
    font-weight:400;
    color: #151E68;
    font-size: 1vw;
  }

  .popup {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(
        0,
        0,
        0,
        0.4
    );
    display: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.popup-content {
   background-image: linear-gradient(#1260C6,#052C60);;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888888;
    width: 30%;
    font-weight: bolder;
}
.popup-content button {
    display: block;
    margin: 0 auto;
}
.show {
    display: block;
}

#closePopup{
    display: block;
    margin: auto;
    background-image: linear-gradient(#1260C6,#052C60);
    border-radius: 2px;
    border-style: none;
    font-family: "Inter", sans-serif;
    font-weight:400;
    color: #FFFFFF;
    font-size: 1vw;
    cursor: pointer;
    /* width: 10vw; */
    height: 2vw;
   
}

.display-content{
    max-width: 400px;
    padding: 0 250px;
    display: none;
    color: #052C60;
    font-family: "Inter", sans-serif;
    font-weight:400;
} 

.connect-with-us-img{
    display: flex;
    justify-content: center;
}

.connect-with-us-img img{
    width: 100%;
    height: auto;
    min-width: 300px;
    /* max-width:1000px; */
    min-height: auto;
    object-fit: contain;
}

footer{
    width: 100%;
    background-color: 
    #052C60;
    color: #FFFFFF;
    padding: 100px 0 30px;
    font-size: 13px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    
  }
  
  .row{
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  .col{
    display: flex;
    flex-direction: column;
    padding: 10px;
    
  }
  
  .logo-footer{
    width: 80px;
    margin-bottom: 12px;
  }
  
  .col h3{
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
  }
  
  
  
  .email-id{
    width: fit-content;
    /* border-bottom: 1px solid #FFFFFF; */
    margin: 20px 0;
  }
  
  .col a{
    text-decoration: none;
    color: #FFFFFF;
  }
  
  form{
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 50px;
    margin-top: 10px;
  }
  
  form .ri-mail-line{
    font-size: 18px;
    margin-right: 10px;
  }
  
  form input{
    width: 100%;
    background: transparent;
    color: #FFFFFF;
    border: 0;
    outline: none;
  }
  
  form button {
    background: transparent;
    cursor: pointer;
    border: 0;
    outline: none;
  }
  
  form button .ri-arrow-right-line{
    font-size: 18px;
    color: #FFFFFF;
  }
  
  hr{
    width: 90%;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    margin: 20px auto;
  }
  
  .copyright{
    text-align: center;
  }

  @media screen and (max-width:900px) {

    /* .mobile-navbar{
        display: block;
    } */

    .logo{
        margin: 10px;
    }

    .logo img{
        width: 80px;
    }

    .full-container{
        width: 100vw;
    }
    
    .navbar{
        display: none;
    }

    .sub-container::-webkit-scrollbar{
        display: none;
    }

    .container{
        width: 100%;
    }

    .sub-container{
        width: 100%;
    }

    #home{
        width: 100%;
        margin-top: 10px;
        
    }

    .content_home button{
        font-size: 16px;
        font-family: "Inter", sans-serif;
        font-weight:900;
        color: #F4FDFF;
        cursor: pointer;
        width: 100%;
        padding: 20px;
        border-radius: 10px;
        border-style: none;
        background: #052C60;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .home_illustration {
        padding-top: 50px;
        /* position: absolute; */
    }

    .home_illustration img {
        width: 300px;
    }
    


    .content_home h2{
        font-size: 32px;
    }

    .content_home p{
        font-size: 20px;
        padding-left: 20px;
        
    }

    .our-expertise-1{
        display: none;
    }

    .our-expertise-2{
        display: block;
    }
    
    .our-story2{
        display: block;
        
    }

    #our-clients h2{
        font-size: 42px;
    }

    .row-our-clients{
        border: 2px solid #052C60;
        width: 300px;
        height: 700px;
        display: flex;
        flex-direction: column;
        padding: 20px;
        align-items: center;
        flex-wrap: wrap;
        gap: 70px;
        border-radius: 20px;
        margin: 0 20px;
        margin-left: 0;
    }

    .our-story1{
        display: none;
    }

    .prevale-container1{
        flex-direction: column;
    }

    .left-content{
        border: none;
        border-radius: 20px 20px 0 0;
        background: transparent;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #052C60;
        font-family: "Inter", sans-serif;
        font-weight:900;
        font-size: 42px;
        width: 500px;
        height: 100px;
    }
    
    .right-content{
         border: none; 
         border-radius: 0 0px 0px 0; 
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding: 0px 40px;
        font-size: 16px;
        font-family: "Inter", sans-serif;
        font-weight:400;
        color: #052C60;
        width: 500px;
        height: auto;
    }

    .mySlides img{
        /* width: 500px;
        height: 100%; */
        width: 400px;
        height: 200px;
        aspect-ratio: 16/9;
        display: block;
        /* margin: auto; */
        padding-top: 3%;
        max-height: 700px;
        min-height: 100px;
        min-width: 200px; 
         max-width: auto;
         margin-left: -50px;
    }

    .slideshow-container {
        display: flex;
        flex-direction: row;
        
    }

    .visit-prevale{
        border: 1px solid transparent;
        background-color: #052C60;
        color: #F4FDFF;
        text-decoration: none;
        font-family: "Inter", sans-serif;
        font-weight:400;
        font-size: 16px;
        padding: 25px 25px;
        border-radius: 20px;
        width: 100px;
        /* display: block;
        margin: auto; */
        margin-top: 30px;
    }

    footer{
        padding: 20px auto;
        
       
    }

    .heading_our-team h2{
        font-family: "Inter", sans-serif;
        font-weight:900;
        font-size: 42px;
        color: #151E68;
        margin-top: 10%;
        margin-left: 10px;
    }
    

    
}

@media screen and (max-width:550px){
    .left-content{
        border: none;
        border-radius: 20px 20px 0 0;
        background: transparent;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #052C60;
        font-family: "Inter", sans-serif;
        font-weight:900;
        font-size: 42px;
        width: 100vw;
        height: 100px;
    }
    
    .right-content{
         border: none; 
         border-radius: 0 0px 0px 0; 
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
        gap: 5px;
        
        padding-left: 30px;
        font-size: 14px;
        font-family: "Inter", sans-serif;
        font-weight:400;
        color: #052C60;
        width: 330px;
        height: auto;
    }

    .mySlides img{
        /* width: 500px;
        height: 100%; */
        width: 330px;
        height: 200px;
        aspect-ratio: 16/9;
        display: block;
        /* margin: auto; */
        padding-top: 3%;
        max-height: 700px;
        min-height: 100px;
        min-width: 200px; 
         max-width: auto;
         margin-left: 0px;
    }

}