*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


/***********NavBar***********/

.logo{
    height: 40px;
}

#logoimg{
    position: absolute;
    top: -80px;
    height: 250px;
}

.navbar {
    color: #081F59;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links{
    display: none;
}
  
.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 2rem;
    font-weight: bold;
    color: #081F59;
    height: 40px;  
}
  
.nav-links, .nav li {
    margin-right: 2rem;
    list-style: none;
}


  
.nav a{
    text-decoration: none;
    color: #081F59;
}

.nav :hover {
    color: #F49B04;
}
  
#ev{
    color: #F49B04;
}

.burger {
    display: none;
    cursor: pointer;
}
  
.line1, .line2, .line3 {
    width: 30px;
    height: 3px;
    background-color:#081F59;
    margin: 5px;
}

.active{
    color: #081F59;
}


/******** Hero Section ********/

.herosection{
    background-color: #081F59;
    text-align: center;
    color: white;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 951px;
}

.herotxt{
    padding-top: 85px;
    text-align: center;
    font-size: 35px;
    width: 100%;
}

h6{
    font-weight: lighter;
    text-align: center;
}

.btn{
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    top: 20px;
}

.btn01{
    width: 120px;
    height: 50px;
    border-radius: 8px;
    margin-top: 20px;
    border: none;
    background-color:#F49B04;
    color: white;
}

.btn02{
    width: 120px;
    height: 50px;
    border-radius: 8px;
    margin-top: 20px;
    border: none;
    background-color:white;
    color: #081F59;
}



.btn1 :hover{
    background-color: white;
    color: #081F59;
}

.btn2 :hover{
    background-color: #F49B04;
    color: white;
}


.design{
    display: flex;
    justify-content: center; 
}

#imgg{
    position: absolute;
    height: 400px; 
    width: 100%;
    top: 30px;
}

#imghs{
    margin-top: -70px;
    height: 230px;
}



.flashbar{
    display: flex;
    text-align: center;
    gap: 30px;
    color: white;
    margin-top: 5px;
    z-index: 1;
}
  
.bar{
    position: absolute;
    width: 100%;
    top: 540px;
    margin-top: -8px;
    background-color: #F49B04;
    z-index: 1;
}


/******** Page 1 ********/

.page1{
    height: auto;
    width: 100%;
    position: absolute;
    top: 700px;
    background-color: #081F59;
    
    color: white;
    font-size: 30px;
}



.ourservice{
    padding-top: 50px;
    text-align: center;
}

.container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#ic{
    display: flex;
    justify-content: center;
    padding-top: 15px;
    height: 20px;
}

.box1, .box2, .box3{
    display: block;
    width: 300px;
    height: 200px;

    border-radius: 15px;
    opacity: 1;
    background-color: #ffffff;
    border: 1px solid #707070;
    color: black;
}

.box1:hover{
    border-color: #000;
    color: white;
    background-color: #000;
    border: 2px solid #F49B04;
    border-style: double;

}

.box2:hover{
    border-color: #000;
    color: white;
    background-color: #000;
    border: 2px solid #F49B04;
    border-style: double;
}

.box3:hover{
    border-color: #000;
    color: white;
    background-color: #000;
    border: 2px solid #F49B04;
    border-style: double;
}


.ellipse1{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color:#000;
    background-color: #E9C06C;
    margin-top: 15px;
    margin-left: 15px;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

h4{
    text-align: center;
    padding-top: 5px;
}

.txt1{
    display: block;
    font-weight: bolder;
    font-size: 15px;
    margin-left: 20px;
}

.txt2{
    
    display: block;
    align-items: start;
    width: 270px;
    height: 60px;
    font-size: 14px;
    margin-left: 20px;
}


/******** Page 2 ********/

.page2{
    background-color: #fff;
    color: black;
    height: auto;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

#testi{
    padding-bottom: 20px;
    color: #F49B04;
}

#para{
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.pa{
    font-size: 20px;
    font-weight: 20px;
    color: #081F59;
}

.slider {
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

.slide img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

#button{
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}




/******** footer ********/

.footer{
    font-size: 18px;
    height: auto;
    background-color: #081F59;
    color: white;
}

.op{
    padding-bottom: 10px;
}

.containers{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}

#final{
    display: flex;

}
.list{
    margin-top: 20px;
}

#limg{
    background-color: white;
    height: 200px;
}

.partners{
    display: flex;
    gap: 10px;
}

.last{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    font-size: 15px;
}

.line{
    width: 100%;
    height: 4px;
    background-color: white;
}

.icons{
    display: flex;
    gap: 20px;
    
}

  
/* Responsive Styles */
@media (max-width: 768px) {

    .logo{
        height: 40px;
    }
    
    .nav-links:hover{
        color: #081F59;
    }
    
    .op{
        margin-top: 20px;
        color: #F49B04;
    }


    .nav-links li {
            padding: 0.2rem;
            }
        
        
            .burger {
            display: block;
            }
        
        .nav{
            display: none;
        }
        
        .nav-links,  a {
            color: #fff;
            text-decoration: none;
        }

        .body{
            font-size: 25px;
            padding: 15px;
        }

        #imghs{
            margin-top: -50px;
            height: 170px;
            width: 100%;
        }

        .flashbar{
            margin-top: 0;
        }

        .bar{
            width: 100%;
            background-color: #F49B04;
            z-index: 2;
        }

     /*************responsive footer*************/  
     .footer{
        background-color: #081F59;
     } 
        .linkss{
            display: none;
        }
        #limg{
            justify-content: center;
            background-color: white;
            height: 100px;
            margin-top: 10px;
        }

        .last{
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            text-align: center;
        }

        .icons{
            padding-top: 15px;
        }





        /******** Hero Section ********/

.herosection{
    background-color: #081F59;
    text-align: center;
    color: white;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 120vh;
}

.herotxt{
    padding-top: 80px;
    text-align: center;
    font-size: 20px;
    width: 100%;
}

h6{
    font-weight: light;
    text-align: center;
    font-size: 15px;
}

.btn{
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    top: 20px;
}

.btn01{
    width: 120px;
    height: 50px;
    border-radius: 8px;
    margin-top: 20px;
    border: none;
    background-color:#F49B04;
    color: white;
}

.btn02{
    width: 120px;
    height: 50px;
    border-radius: 8px;
    margin-top: 20px;
    border: none;
    background-color:white;
    color: #081F59;
}

.btn1 :hover{
    background-color: white;
    color: #081F59;
}

.btn2 :hover{
    background-color: #F49B04;
    color: white;
}


.design{
    display: flex;
    justify-content: center; 
}

#imgg{
    position: absolute;
    height: 400px; 
    width: 100%;
    top: 30px;
}






      
        
        
        
        
        
        
        
       
      
}

  
  /* Toggle Navbar Style */
  .navbar.active {
    background-color: white;
    color: #081F59;
    z-index: 1;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  
  .nav-links.active {
    display: block;
    position: absolute;
    text-align: center;
    top: 72px;
    left: 0;
    background-color: #F49B04;
    color: black;
    width: 100%;
    height: 27vh;
    padding: 10px;
  }




