@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    /* font-size: 15px; */
    font-family: assistant;
    
}
.barr{
  font-size: 55px !important;
  float: right;
  display: none;
  padding: 20px;
}
header{
    background-color: #9e263d;
    display: flex;
    justify-content: space-between;
    padding:0 25px;
}
a{
    text-decoration: none;
    color: white;
}
.link a{
    float: left;
    text-decoration: none;
    color: white;
    padding:10px;
    margin:15px;
}
.quote{
    background-color: #0e4d9d;
}
.image-with-gradient {
    width: 100%; /* Adjust width as needed */
    z-index: -1;
    background-image: 
    linear-gradient(to bottom, #9e263d, rgba(0,0,0,0.8)), /* Gradient overlay */
    url('../img/west1.jpg'); /* Background image */
    background-size: cover; /* Adjust background size as needed */
    background-position: center; /* Adjust background position as needed */
    position: relative;
    background-attachment: scroll;
  }
  
  .image-with-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .image-with-gradient .text{
    padding: 200px 100px;
    color: white;
  }
  .image-with-gradient .text .banner-text{
    line-height: 1;
  }
  .image-with-gradient .text .banner-text span{
    display: block;
    font-size:75px;
    font-weight: bold;
  }
  #span1{
    background-color: #0e4d9d;
    padding:25px;
  }
  #span2{
    background-color: #9e263d;
    color: white;
    padding: 25px;
  }
  .dedi-container{
    display: flex;
    justify-content: space-between;
  }
  .dedi-container .dedi-text{
    width: 50%;
    line-height: 2;
    color: lightgrey;
  }
  .contain{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
    align-items: stretch;
  }
  .bar{
    padding: 10px;
    font-size: 35px !important;
  }
  .side-bar{
    position: fixed;
    top:0;
    height: 100%;
    padding:20px;
    background-color: #9e263d;
    left: 0;
    z-index: 1;
    width: 80%;
    display: none;
  }
  .side-bar a{
    display: block;
  }
  .side-nav{
    text-align: center;
  }
  .side-nav a{
    padding: 12px;
    margin: 8px;
  }
  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
  }
  .bar{
    display: none;
  }
 .about{

  display: flex;
  background-color: #0e4d9d;
  padding: 30px;
  margin: 20px;
  margin-top: -105px;
  z-index: 2;

 }
 .about .about_item{
  margin-top: 10px;
  padding: 10px;
  line-height: 2;
 }
 .about .about_item a{
  display: block;
  margin-top: 12px;
 }
 .about .about_item p{
  font-size: 13px;
 }
 .about .about_item h3{
 color: white;
 }
 .about .about_item h4,  .about .about_item p{
  color: #abb8c3;
 }
  .about_icon{
  background-color: #9e263d;
  padding: 8px 15px;
  margin-right: 5px;
 }
 .quotee{
  display: flex;
  justify-content: space-around;
  margin: 80px;
 }
 .quotee .quote-item{
  padding: 45px;
  
 }
 .quotee .quote-item .quoteee{
  font-size: 120px;
  margin: 10px;
  padding: 0;
  color: #9e263d;
 }
 .qq{
  margin-top:-78px;
  margin-left: 15px;
  font-size: 20px;
 }
 .quote-item-left{
  width: 80%;
  border-right: 1px solid lightgray;
 }
 .slide-section{
  display: flex;
  justify-content: space-between;
 }
 .slide-section .slide-section-item{
  width: 50%;
 }
 .slide-section .slide-section-item .slide-image{
  position:relative;
  transition: transform 0.5s ease-in-out;
  transform: translateY(0%);
 }
 .slide-image img.slide-in-top {
  transform: translateY(0%);
}

.slide-image img.slide-out-top {
  transform: translateY(-100%);
}
 .slide-section .slide-section-item .slide-text{
  position:absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(14, 77, 157, 0.8);

  color: white;
  
 }
 .slide-section .slide-section-item .slide-text .control{
  float:right;
  padding:30px;
  background-color: white;
  color: black;
 }
 .slide-section .slide-section-item .slide-text .control:hover{
  cursor: pointer;
 }
 .slide-section .write-up{
  padding: 25px;
  align-self: center;
 }
 .slide-section .write-up h3{
  font-size:40px;
  line-height: 1;
 }
 .slide-section .write-up .space{
  letter-spacing: 2px;
 }
 
 .services{
  margin-top:150px;
 }
 .services .heading{
  text-align: center;
}
.services .heading h1{
  font-size:50px
}
.service-container{
  display: flex;
  margin-top: 20px;
}
.service-container .service-item{
  position: relative;
  width: 40%;
}
.service-container .service-item img{
  height: 500px;
}
.service-container .service-item .service-item-text-container{
  /* display: none !important; */
  position: absolute;
  bottom: 0;
  left: 0;
 display: flex;
  width: 80%;
  align-items: flex-end;
  
}
.service-container .service-item .service-item-text-container .service-item-text{
  width: 100%;
  background-color: white;
  padding: 30px;
  display: none
  
}

.read{
  color: white;
    width: 30%;
    background-color: #9e263d;
    padding: 20px 30px;
  
  margin-bottom:7px
 
}
.overlayy{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 99%;  
  background-color: rgba(158, 38, 61, 0.9);
  color: white;
}

.overlayy p{
  margin-top: 190px;
  padding: 30px;
  font-size: 30px;
  opacity: 1;
}
/* .overlayy:hover {
  cursor: pointer;
  display: none;
} */
/* .overlayy:hover .service-item-text-container{
  color: green;
  display: none !important;
} */

/* .overlayy:hover .service-container .service-item .service-item-text-container{
  display: none !important;
} */
.heading .writeup{
  padding: 0 165px;
}
.counter-container{
  background-color: #0e4d9d;
  padding: 30px;
  margin-top: 80px;
  color: white;
  display: flex;
}
.counter-container .counter-item{
  padding:50px;
  width: 30%;
}
.counter-container .counter-item span{
  font-size: 50px;
  border-bottom: 6px solid #9e263d;
  margin-bottom: 30px;
  font-weight: bolder;

}
.counter-container .counter-item h3{
  margin-top: 20px;
  margin-bottom: 20px;
}

.counter-container .counter-item{
  padding: 20px;
}
.abt_container{
  display: flex;
  margin-top: 60px;
}
.abt_container .abt-item h1{
  font-size: 30px;

  font-weight: normal;
}
.abt_container .abt-item p{
  color: gray;
}
.abt_container .abt-item{
  padding: 30px;
}
.last{
  width: 80%;
}
.top-line{
  border-top: 5px solid #9e263d;
}
ul{
  list-style-type: none;
}
ul li span{
  margin-right: 10px;
}
.bottom-nav{
  float: right;
}
.bottom-nav a{
  color: black;
  display: inline;
  float: left;
  padding: 10px;
  font-size: 12px;
  ;
}
.servicee{
  display:none
}
.service-page{
  text-align:center
}
.form-containerr{
  display: flex;
}

.form-containerr input, select{
  background-color: transparent;
  padding: 10px;
  border: none;
  color: white;
  border-bottom:1px solid grey;
  margin:25px;
  margin-left: 0;
  width: 50%;
}
textarea{
  width: 100%;
  background-color: transparent;
  ;
}
.contact-page{
  display: flex;
}
.contact-page-item{
  padding: 30px;
}
.contact-page-1{
  width: 80%;
}
.address-container{
  display: flex;
  margin-top: 20px;
  width: 100%;
  align-items: flex-end;
  justify-content: right;
  text-align: right;
}
.address-container .icon{
  background-color: #9e263d;
  padding: 30px 35px;
    font-size: 23px;
  display: inline;

  margin: 20px;

}
.contact-page-item button{
  background-color: #9e263d;
  border: none;
  padding: 20px;
  color: white;
}
.about-container{
  margin-top: 40px;
  max-width: 1200px; /* Set a custom max-width */
    margin: 50px auto; /* Center the container horizontally */
    padding-left: 20px; /* Add left padding */
    padding-right: 20px; /* Add right padding */
}
.about-containerr{
  margin-top: 40px;
  max-width: 1200px; /* Set a custom max-width */
    margin: 50px auto; /* Center the container horizontally */
    padding-left: 20px; /* Add left padding */
    padding-right: 20px; /* Add right padding */
  display: flex;
}
.abtt{
  padding: 20px;
}
.abt p{
  color: lightgray;
  line-height:2;
}
.spann{
  font-size: 40px;
  margin: 20px 0;
  font-weight: bold;

  border-bottom: 1px solid #9e263d;
  line-height: 2;
}
  @media screen and (max-width: 700px){
    .link{
      display: none;
    }
    .image-with-gradient .text .banner-text span{
      display: block;
      font-size:35px;
      
    }
    .service-container .service-item{
      width: 50%;
    }
    .image-with-gradient .text{
      padding: 75px 30px;
      color: white;
    }
    .dedi-container{
      display: block;
    }
    .dedi-container .dedi-text {
      width: 86%;
    }
    .btn{
      float: right;
      margin-top: 40px;
      font-size: 12px;
    }
    #span1, #span2{
      padding: 15px;
      
    }
    /* .overlay{
      display: block;
    } */
    .active{
      display: block !important;
    }
    .bar{
      display: block;
    }
    .about{
      margin:0;
      display: block;
    }
    .quotee{
      display: block;
      padding: 0;
      margin: 25px;
    }
    .quotee .quote-item{
      width: 100%;
      padding: 0;
      margin-top:80px !important;
      margin: 0;
    }
    .quote-item-left{
      border: none;
    }
    .slide-section{
      display: block;
    }
    .slide-section .slide-section-item{
      width: 100%;
    }
    .heading .writeup{
      padding:10px;
    }
    .service-container{
      display: block !important;
      
    }
    .service-container .service-item{
      width: 100% !important;
    }
    .service-container .service-item{
      width: 100%;
    }
    .counter-container{
      display: block;
    }
    .abt_container{
      display: block
    }
    #span2{
      padding: 15px !important
    }
    .counter-container .counter-item{
      width: 100% !important;
    }
    .contact-page{
      flex-direction: column;
    }
    .contact-page-item{
      padding: 10px;
    }
    .contact-page-1{
      width: 100%;
    }
  .address-container  .address h1{
      font-size: 15px !important;
    }
     .address-container .icon{
      padding: 25px 30px;
     }
     .about-containerr{
      display: block;
     }
     .barr{
      display: none !important;
     }
   
    
  }
 
  @media screen and (max-width: 900px){

    .link{
      display: none;
    }
    .barr{
      display: block;
    }
    /* .bar{
      display: block;
       padding: 10px;
    font-size: 35px !important;
    } */
    .image-with-gradient .text .banner-text span{
      display: block;
      font-size:35px;
      
    }
    .service-container{
      display: flex;
      flex-wrap: wrap;
    }
    .service-container .service-item{
      width: 50%;
    }
    .image-with-gradient .text{
      padding: 155px 50px;
      color: white;
    }
    .dedi-container{
      display: block;
    }
    .dedi-container .dedi-text {
      width: 86%;
    }
    .about{
      margin:0;
      display: block;
    }
    .about{
      margin:0;
      display: block;
    }
    .quotee{
      display: block;
      padding: 0;
      margin: 25px;
    }
    #span2{
      width: 100%;
      padding:25px 230px;
    }
    .quote-item-left {
      width: 100%;
      border-right: none;
  }
  .contact-page{
    flex-direction: column;
  }
  .contact-page-item{
    padding: 10px;
  }
  .contact-page-1{
    width: 100%;
  }
  .counter-container{
    flex-wrap: wrap;
  }
  .counter-item{
    width: 48% !important;
  }
  .abt_container{
    flex-wrap: wrap;
  }
  }