  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,600&display=swap');


  *{
    margin: 0;
    padding:0;
    box-sizing: border-box;
  }

  .index{
    font-family: "Poppins" , sans-serif;
    color: antiquewhite;
    
    background-color: rgb(90, 150, 234);
  }

  .row {
    margin-right: auto;
    margin-left: auto;
}

  a,a:hover{
    text-decoration: none;
  }

  .top-bar{
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 25px;
background-color:rgb(78, 133, 215);

  }

  .top-bar span{
    color: #fff;
  }

  .top-bar ul{
    list-style: none;
    display: flex;
  }

  .top-bar li{
    margin: 0px 5px;
  }

.top-bar a{
    color: #fff;
}

.top-bar a:hover{
    color: #222;
}
nav{
    background: #35168d84;
    padding: 5px 20px;
    display: flex;
    align-items: center;
}

nav a{
    color: #fff;
}

nav a:hover{
    color: #ef4b3f;
    display: flex;
}

.logo {
    flex: 1;
}

.logo a{
    font-size: 20px;
    align-items: center;
    display: flex;
}

.logo a:hover{
    color: #fff;
}

.logo img{
    width: 50px;
    margin-right: 10px;
}

.menu{
    align-items: center;
    display: flex;
    list-style: none;
}

.menu li{
    font-size: 16px;
    padding: 15px 10px;
        
}

.toggel
{
    font-size: 30px;
    display: none;
}
.Banner{
padding-top: 0px;
padding-left: 30%;
}

.Banner img{
    position: relative;
    width: 100%;
    height: 20%;
    
}


.footer{

  overflow-x: hidden;
}
.Footer {
    position: absolute;
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    bottom:  0;;
    width: 100%;
  
    
 }

 .f_container{
    width: 100%;
    height: 300px;
    position: relative;
    background: rgb(22, 24, 26);
    bottom: 0;
    
    
 }
 .Features{
    width: 100%;
    height: 300px;
    position: relative;
    background: rgb(22, 24, 26);
    bottom: 0;
 }
 .Features li{
    text-decoration: none;
 }

 .Gridcontainer{
    display: flex;
    justify-content:space-evenly ;
 }
.grid-item{
    align-items: center;
   color:#fff;
}

/*@media screen and (max-width: 400px){
    .Footer{
        flex-direction: column;
        justify-content: center;
    }

    .Banner{
        padding: 0%;
    }

    nav{
        display: block;
        position: relative;
        padding: 15px 20px;
    }

    .menu{
        margin-top: 15px;
        display: none;
    }

    .menu.active, .toggel{
        display:block;

    }
    .toggel{
        position: absolute;
        top: 15px;
        right: 20px;
    }

}

  /*css for corusel*/ 

  .container {
    width: 100%;
    height: 500px;
    background-color: aquamarine;
    position: relative;
  }
  .container img{
    display: none;
    width: 100%;
    height: 500px;  
  }
  .active img{
    display: block;
  }
  .slider-button{
    background: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    font-size: 25px;
  
    position: absolute;
    z-index: 10;
    top:50%;
    font-weight: 600;
    transition:0.6s;
  }
  #button-prev{
    left:10px;
    
  }
  #button-next{
    right:10px;
  }
  .slider-button:hover{
    background-color: #717171;
  }
  .dots-container{  
    position: absolute;
    bottom: 10px;
    left:50%;
  }
  
  .dot {
    cursor:pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s;
  }
  .dot:hover {
    background-color: #b75d5d;
  }
  .dots-container .activeDot{
    background-color: rgb(212, 102, 80);
  }


.services{
    position:relative ;
    width: 100%;
    height: max-content;
    background-image: url(images1.jpg);
    background-attachment: fixed;
    background-color: #fbfbfb;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
.servicesheading{
   text-decoration-line: double;
  text-align: center;
   color: #fb6407;
   padding-top: 10px;
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.services ul{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
   
    
}

.services ul div{
    border-style: solid;
    border: radius 0;
    border-color: #ffffff;
    margin-top: 50px;
    width: 300px;
    height: 400px;
    text-align: center;
    background-color:#ffffff;
    border-radius: 10%;
}

.services ul div:hover{

    background-color: rgb(41, 114, 224);
    border-color: #fff;

}

.services ul div img{

    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 20px;

}



 .about_us{
  position:relative ;
  width: 100%;
  height: fit-content;
  background-color: #ed4407;
  justify-content: center;
  align-items: center;
  
 }
 .About_us_heading{
  text-decoration-line: double;
  text-align: center;
   color:white;
   padding-top: 10px;
   padding-bottom: 2px;
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

 }

.about_us ul{
  display: flex;
    flex-direction: row;
    justify-content:center;
}

.about_us_col1{
    margin: 50px;
    margin-right: 0px;
    width: 40%;
    height: 400px;
    text-align: center;
    background-color:#fdfbfb;
 }
 .about_us_col1 img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-top: 30px;
 }
 .about_us_col1 h1{
  font-style: italic;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   color: rgb(220, 166, 27);
 }
 .about_us_col1 h3{
  align-items: center;
  color: rgb(220, 166, 27);
 }

.about_us_col2{
    margin: 50px;
    margin-left: 0px;
    width: 60%;
    height: 400px;
    text-align: center;
    background-color:#e3420c;
}

.about_us_col2 p{
 margin-top: 20%;
 margin-bottom: 0%;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: larger;
}


.about_us_col3{
  margin:50px;
  margin-right: 0;
  padding: 0;
  width: 60%;
  height: 400px;
  text-align: center;
  background-color:#e3420c;
  margin-bottom: 10px;
}

.about_us_col3 p{
  margin-top: 20%;
  margin-bottom: 0%;
   position: relative;
   text-align: center;
   color: #fff;
   font-size: larger;
 }

.about_us_col4{
  margin: 50px;
  margin-left: 0;
  width: 40%;
  height: 400px;
  text-align: center;
  background-color:#fdfbfb;
}

.about_us_col4 img{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-top: 30px;
}
.about_us_col4 h1{
  font-style: italic;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   color: rgb(220, 166, 27);
 }

 .about_us_col4 h3{
  align-items: center;
  color: rgb(220, 166, 27);
 }


.Contactus{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4773f7;
  overflow: none;
  width: 100%;
  height: 800px;
  
}

.form-group{
  margin: 25px;
}

.Contactus form{
  display: flex;
  align-items: center;
   flex-direction: column;
  position: relative;
  background-color: #61f1f14e;
 height: 80%;
 width: 400px;
}

.btn{
  position: relative;
  display:flex;
  text-align: start;
justify-content: center;
 align-items: center;
margin-left: auto;
margin-right: auto;
width: 200px;
margin-top: 20px;

}

form h1{
  
  text-align: center;
display: inline;
  color: #fdfbfb;
}

form label{ 
  align-items: start;
  color: #faf9f9;
  font-size: 1em;
}

form input{
  width: 80%;
  height: 50px;
  margin:2% ;
}
form textarea{

  width: 80%;
  height: 50px;
  margin:2% ;
}


.About_us_page{
background-color: #101010f7;
width:100% ;
height: 400px;
color:white;
font-family:cursive;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}

.servicebanner{
  position: relative;
  width: 100%;
  height: 400px;
  
}

.servicebanner img{
  width: 100%;
  height: 400px;
  

}
.servicebanner h1{
  font-size: 50px;
  color:#040404;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services_container{
  width: 100%;
  height: fit-content;
  position: relative;
  background-color: rgb(52, 81, 194);
 
}
.services_container ul p{

  font-weight: bold;
}

.services_container ul {

  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
}
.services_container div{
  width:95%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
 
  margin: 50px;
  margin-left: 50px;
  margin-right: 50px;
  background-color: rgb(254, 253, 252);
  
}
.services_container div h1{
position:relative;
white-space: nowrap;
top: -170px;
left: 130px;
font-size: xx-large;

}

.services_container div img{
  padding:0;
  width: 30%;
  height: 60%;
  margin: 50px;
  object-fit: fill;
}

.services_container div iframe{
  padding:0;
  width: 50%;
  height: 50%;
  margin: 50px;
}
.line{
  margin-right: 10px;
  width: 0%;
  height: 300px;
  border-right: 6px solid rgb(245, 110, 8);}



.youtube{
  background-color: #46a0e6;
  position: relative;
  width: 100%;
  padding-bottom: 56.24%;
  height:400px;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  }

.youtube iframe{
  position:absolute;
  top: 0;
  left: 0;
  padding: 5% 10%;
  width: 100%;
  height: 100%;
  padding-top: 0;
}
.youtube-heading h1{
  color: whitesmoke;
  height: 100%;
  width: 100%;
  background-color: #46a0e6;
  text-align: center;
  padding:5px;
  margin: 0%;
}

.content-container {
  display: block;
}

.full-content {
  display: block;
}

.read-more-content {
  display: none; /* Hide the content by default */
}

.read-more-button {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

.read-more-button:hover {
  text-decoration: none;
}

.expanded {
  display: block; /* Show the content when expanded */
}
.read-more-button{
  display: inline;
}






.About_us_page_banner h1{
  font-size: 5em;
 
 }








@media screen and (max-width: 600px) {

  body{
    margin: 0;
    padding:0;
    box-sizing: border-box;
  }
   .container{
    height: fit-content;
         }
   .container img{
  height: fit-content;
        }
  .Footer{
      flex-direction: column;
      justify-content: center;
      
  }
  .f_container{
      padding: left 10px; ;
      height: 100px;
  }
  .Features{
  height: 200px;
  }

  .Features li{
 text-decoration: none;
  }
  .Banner{
      padding: 0%;
  }
  .About_us_page_banner h1{
    font-size: 2em;
   
   }
  nav{
      display: block;
      position: relative;
      padding: 15px 20px;
      padding-right: 0%;
  }

  .menu{
      margin-top: 15px;
      display: none;
  }

  .menu.active, .toggel{
      display:block;

  }
  .toggel{
      position: absolute;
      top: 15px;
      right: 20px;
  }
  .services ul{
    
      
      flex-direction: column;
      align-items: center;
     
      
  }
  
  .about_us ul{
    flex-direction: column;
    align-items: center;
  }

  .about_us_col1{
    margin: 0;
    width: 80%;
    height: 350px;
    text-align: center;
    background-color:#fdfbfb;
 }
 .about_us_col1 h3{
  text-align: center;
 }
.footer{
  font-size: 10px;
}
 .about_us_col2{
  margin: 0;
  margin-bottom: 20px;
  width: 80%;
  height: 350px;
  background-color:#e3420c;
  text-align: center;
  align-items: center;
}

.about_us_col2 p{
  margin-top: 5%;
}
.About_us_heading{
  color: #e3420c;
 
  margin-bottom: 10px;

}

.about_us_col3{
  margin: 0;
  margin-top: 30px;
  width: 80%;
  height: 300px;
  text-align: center;
  background-color:#e3420c;
}

.about_us_col4{
margin: 0;
margin-bottom: 20px;
  width: 80%;
  height: 300px;
  text-align: center;
}
.About_us_page_banner div img {
 background-image: url(aboutus.png);
  width: 100%;
  height: 300px;
}
.services_container ul div{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  }

  .services_container ul div p{

    margin: 10px;
  }
.line{
  margin: 10px;
  width: 90%;
  height: 0%;
  border-bottom: 6px solid rgb(245, 110, 8);
}

.services_container div img{
  padding-top:  10px;
  width: 60%;
  height: 60%;
  margin: 10px;
}

.services_container div h1{
font: 1em sans-serif;
padding: 0;
margin: 0;
position: inherit;
font-style: oblique;

}
.services_container div iframe{
  padding:0;
  width: 80%;
  height: 80%;
  margin: 20px;
}

.logo a {
  font-size: 10px;
}
}