/* <!------------------------- banner section start -----------------------> */

.service_bannersection {
  background-image: url(../image/homebanner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0px;
  text-align: center;
  position: relative;
}

.servicebanner_bg {
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.8;
  height: 100%;
  background-color: #000;
}

.service_bannertitle {
  color: white;
  position: relative;
}

.service_bannertitle h1 {
  font-size: 70px;
  font-weight: 700;
}

.service_bannertitle p {
  color: #f66518;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}

.service_bannertitle p i {
  margin-right: 15px;
}

@media only screen and (max-width: 480px) {

  .service_bannersection {
    padding: 50px 0px;
  } 

  .service_bannertitle h1 {
    font-size: 40px;
  }
  
  .service_bannertitle p {
    font-size: 15px;
  }
  
  


}

/* <!------------------------- banner section end -------------------------> */

/* <!------------------------- service second section start -------------------------> */

.service_secondsection {
  margin: 50px 0px;
}

.servicesecond_title h2 {
  font-weight: 700;
  font-size: 40px;
  color: #f66518;
}

.servicesecond_secondtitle h3 {
  font-weight: 700;
  margin-top: 50px;
}

.servicesecond_right {
  padding: 10px 0px 0px 50px;
}

.servicesecond_content,
.servicesecond_secondcontent {
  text-align: justify;
  font-size: 17px;
  margin-top: 10px;
}

.servicesecond_content label {
  font-weight: 700;
  font-size: 30px;
}

.servicesecond_right ul {
  margin-top: 30px;
  padding: 0;
}

.servicesecond_right ul li {
  list-style: none;
  padding: 0px 0px 10px 0px;
  font-weight: 600;
}

.servicesecond_left_image {
  padding: 1px;
}

.servicesecond_left_image img {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  
  .servicesecond_title h2 {
    font-size: 26px;
  }

  .servicesecond_content p{font-size: 14px;}
  
  .servicesecond_secondtitle h3 {
    font-weight: 700;
    margin-top: 0px;
  }
  
  .servicesecond_right {
    padding: 10px;
    margin-top: 30px;
  }
  
  .servicesecond_content,
  .servicesecond_secondcontent {
    text-align: justify;
    font-size: 17px;
    margin-top: 10px;
  }
  
  .servicesecond_content label {
    font-weight: 700;
    font-size: 22px;
  }
  
  .servicesecond_right ul {
    margin-top: 20px;
    padding: 0;
  }
  
  .servicesecond_right ul li {
    list-style: none;
    padding: 0px 0px 10px 0px;
    font-weight: 500;
    font-size: 15px;
  }
  
  .servicesecond_left_image {
    padding: 1px;
  }
  
  .servicesecond_left_image img {
    width: 100%;
  }

}

/* <!------------------------- service second section end ---------------------------> */

/* <!------------------------- service third section start ---------------------------> */

.service_thirdsection {
  margin: 50px 0px;
}

.service_thirdtitle h2 {
  font-weight: 700;
  color: black;
  font-size: 42px;
  word-spacing: 5px;
}

.service_thirdtitle hr {
  background-color: #f66518;
  height: 5px;
  width: 50%;
  border-radius: 50%;
  margin-left: 25%;
  margin-top: 20px;
}

.service_firstcard {
  box-shadow: 1px 1px 3px black;
  padding: 40px 0px;
}

.ownteam_forthsection_firstcard_content img {
  width: 100%;
}

.service_firstcard_icon i {
  background-color: rgb(74, 73, 73);
  color: white;
  padding: 20px;
  border-radius: 50%;
  font-size: 30px;
  margin-bottom: 20px;
}

.service_firstcard_title {
  font-size: 18px;
  font-weight: 600;
}

.service {
  text-align: center;
  padding: 25px 10px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  background: transparent;
  transition: transform 0.5s, background 0.5s;
}

.service i {
  font-size: 40px;
  margin-bottom: 20px;
  color: #e82719;
}

.service:hover {
  background: #e82719;
  color: #fff;
  transform: scale(1.05);
}

.service:hover i {
  color: #fff;
}

.service_cardsection .col-md-3 {
  margin-top: 20px;
}

.service_button{margin-top: 40px;}

.service_button button{
  background-color: #fff;
  border: none;
  border: 1px solid #e82719;
  color: #e82719;
  font-weight: 700;
  padding: 10px 50px;
}

.service_button button:hover{
  background-color: #e82719;
  border: 1px solid #e82719;
  transition-duration: .3s;
  color: #fff;
  font-weight: 700;
  padding: 10px 50px;
}


/* <!------------------------- service third section end -----------------------------> */

/* <!------------------------- service forth section start -----------------------------> */



.service_forthsection {
  margin: 80px 0px;
  padding: 100px 0px;
  background-image: url(../image/aboutbanner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.service_forthsection_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  top: 0;
  opacity: 0.8;
}

.service_forth_content h5 {
  color: #fff;
  font-size: 36px;
  position: relative;
}

.service_forth_content label {
  position: relative;
  color: #f66518;
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0px;
}

.service_forth_content p {
  color: #fff;
  position: relative;
  font-size: 18px;
  margin: 10px 0px;
}

.service_forth_content h2 {
  color: #fff;

  margin: 60px 0px 10px 0px;
}

.service_inputsection {
  margin-top: 20px;
}
.service_inputsection input {
  background-color: black;
  border: none;
  width: 30%;
  padding: 15px 50px 15px 30px;
}

.service_inputsection span {
  background-color: rgb(254, 102, 102);
  padding: 15px 40px;
  font-weight: 700;
}


@media only screen and (max-width: 480px) {

  .service_forthsection {
    margin: 30px 0px;
    padding: 50px 0px;
  }
  
  .service_forth_content h5 {
    color: #fff;
    font-size: 22px;
    position: relative;
  }
  
  .service_forth_content label {
    position: relative;
    color: #f66518;
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0px;
  }
  
  .service_forth_content p {
    color: #fff;
    position: relative;
    font-size: 15px;
    margin: 10px 0px;
  }
  
  .service_forth_content h2 {
    color: #fff;
  
    margin: 60px 0px 10px 0px;
  }
  
  .service_inputsection {
    margin-top: 20px;
  }
  .service_inputsection input {
    background-color: black;
    border: none;
    width: 30%;
    padding: 15px 50px 15px 30px;
  }
  
  .service_inputsection span {
    background-color: rgb(254, 102, 102);
    padding: 15px 40px;
    font-weight: 700;
  }

}

/* <!------------------------- service forth section end -------------------------------> */
