*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* NEW NAVBAR STYLING */

.section-navbar{
    height: 80px;

    width: 100%;

    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    background-color: gainsboro
}


nav{
    height: 60px;
    /* background-color:#212129; */
    display: flex;
    background-color: #60ceaf;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 0 80px;
    width:100%;
    z-index: 9999;
    position: fixed;
    top:0;
    left:0;
    box-shadow: 10px 5px 14px 1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 5px 14px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 5px 14px 1px rgba(0,0,0,0.75);
}

.logo{
    width:160px;
    height: 60px;

}
nav ul{
    display: flex;
    list-style: none;

}

nav ul li {
    margin: 0 7px;
    margin-top: 10px;
    
}
nav ul li a{
    color: whitesmoke;
    text-decoration: none;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 6px 10px;
    border-radius: 5px;
    
    transition:all .5s ease ;

}
nav ul li a:hover,
nav ul li a.active{
    color: black;
    background-color: white
}


.menu-btn i.fa-bars{
    color: white;
    font-size: 22px;
    cursor: pointer;
    display: none;
    
}
#click{
    display: none;
}

@media (max-width:1157px){
    nav ul li a{
        font-size: 15px;
    }
}

@media (max-width:940px) {
   nav ul{
    position: fixed;
    top:80px;
    left:-100%;
    background-color: black;
    height: 80vh;
    width: 100%;
    display: block;
    text-align: center;
    transition: all 0.4s ease;


   }

   #click:checked ~ .menu-btn i.fa-bars:before{
    content: "\f00d";

   }

   #click:checked ~ul{
    left: 0%;

}
   
   nav ul li{
    margin: 40px 0;

   }

   nav ul li a{
    font-size: 23px;
    display: block;
   }

   nav ul li a:hover,
nav ul li a.active{
    color: #60ceaf;
    background-color:transparent ;
}

.menu-btn i.fa-bars{
    display: block;
}
}



/* Section1 Styling */
.section1{
width:100%;
height: 500px;
background-image: url(./imgs/faqBg.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
margin-top: 80px;
display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}



.sec1Wrapper{
    width: 100%;
    height: 100%;
    background: ;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    
    
}
.sec1-bg{
    width: 300px;
    height: 140px;
    background-color:rgba(13,45,62,.8);
    color: whitesmoke;
    margin: 0 auto;
    align-items: center;
}

.sec1-miniDiv-Heading{
    color: white;
    font-weight: bold;
    font-size: calc(1.2rem + 2.5vw);
    text-align: center;
}

.sec1-bg h3{
    text-align: center;
}



/* .section2 Styling */



.section2{
    width:100%;
    height: auto;
    margin-top: 20px;
    background-color: gainsboro;
    margin-bottom: 20px;
    
}


.sec2Wrapper{
    width: 100%;
    height: auto;
    background-color:transparent ;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    box-shadow: 6px 7px 20px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 6px 7px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 7px 20px 0px rgba(0,0,0,0.75);
border:1px solid gray;
border-radius: 10px;
margin-bottom: 20px;


}


.sec2head{
    justify-content: center;
    text-align: center;
}
.sec2Content{
    width: 100%;
    height: 500px;
    background-color:transparent ;
    text-align: justify;
    padding: 15px;
 
   
}


.sec2Content h2{
    text-align: left;
}

.sec2Para{
    font-size: 19px;
    margin-top: 20px;
}

.sec2Wrapper:hover{
    background-color:#60ceaf ;
    color: white;
    transition-duration: 1s;
    transition-timing-function: ease-in;
  
    /* transition: all .4s ease-out 0s; */
    z-index: -1;    
} 





.serviceWrapper2{
    width: 100%;
    height: auto;
    background-color:#60ceaf ;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    box-shadow: 6px 7px 20px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 6px 7px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 7px 20px 0px rgba(0,0,0,0.75);
/* border:1px solid gray; */
border-radius: 10px;


}




.serviceContent2{
    width: 100%;
    height: 500px;
    background-color:transparent ;
    text-align: justify;
    padding: 10px;
  
  
   
}

.serviceContent2 h2{
    text-align: left;
    padding-left: 15px;
}


.servicePara{
    font-size: 19px;
    margin-top: 20px;
}

.serviceWrapper2:hover{
    background-color: gainsboro;
    color: black;
    transition-duration: 1s;
    transition-timing-function: ease-in;
    z-index: -1;
}











/* Footer Styling */


.footer-section{

    width:100%;
    height: auto;
    margin-top: 50px!important;
    background-image: url(./imgs/wave\ \(1\).svg);
    background-position: contain;
    background-repeat: no-repeat;
    background-size: cover;
      
      

}

.footerp1Wrapper{
    width:100%;
    height: auto;
    background-color: ;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.footerp1Content{
    width:100%;
    height: 300px;
    background-color: ;
    margin-top: 20px;
    padding: 20px;
}

.footerp1Wrapper h1{
    font-weight: bold;

}

.top-area-right{
    width:100%;
    height: 50px;
    background-color:transparent;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
}
.link-wrapper{
    width:180px;
    height: 50px;
    background-color: ;
    display:flex;
    justify-content: space-between;
    align-items: center;
    
}

.link-wrapper i{
    font-size: 25px;
    
}

.link-wrapper i:hover{
    transform: rotate(360deg);
    transition: 0.7s;
    color: #60ceaf;
}

.footerp1Wrapper h4{
    margin-top: 20px;
}



.footerp2Wrapper{
    width:100%;
    height: auto;
    background-color: ;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerp2Content{
    width:100%;
    height: 300px;
    background-color: ;
    text-align: center;
    padding: 20px;
}

.footerp3Wrapper{
width: 100%;
height: 400px;
background-color: ;
display: flex;
justify-content: center;
align-items: center;

}

.footerp3Content{

    width:100%;
    height: 300px;
    background-color: ;
    padding: 20px;
   
    
}

.footerp3Content input{
    width:100%;
    height:50px;
    margin-top:20px;
}

.footerp3Content p{
    font-size:25px;
}

.footerp3Content .sec1Btn{
    width:100px;
    height: 40px;
    background-color: white;
    color: black;
    border:1px solid black;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 15px;
}

.footerp3Content .sec1Btn:hover{
    background-color: #60ceaf;
    color: black;
    border: 2px solid black;
}
form input{
    width:100%;
    height: 50px;
    margin-bottom: 20px;
}


.footerName{
    font-size: 20px;
    padding-left: 10px;
    border-radius: 10px;

}

