/* <!------------------------- banner section start -----------------------> */

.about_bannersection {
  background-image: url(../image/hb1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0px;
  text-align: center;
  position: relative;
}

.aboutbanner_bg{position: absolute;
  width: 100%;
  top: 0;
  opacity: .8;
  height: 100%;
  background-color: #000;}

.about_bannertitle {
  color: white;
  position: relative;
}

.about_bannertitle h1 {
  font-size: 70px;
  font-weight: 700;
}

.about_bannertitle p {
  color: #f66518;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}

.about_bannertitle p i {
  margin-right: 15px;
}

@media only screen and (max-width: 480px) {

  .about_bannersection {
    padding: 50px 0px;
  }
  
  .about_bannertitle h1 {
    font-size: 40px;
  }
  
  .about_bannertitle p {
    font-size: 16px;
  }

}

/* <!------------------------- banner section end -------------------------> */

/* <!------------------------- about section first section start -------------------------> */

.about_firstsection {
  margin: 50px 0px;
}

.about_firstsection_left {
  padding: 10px 50px 0px 0px;
}

.about_firsttitle h1 {
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
}

.about_firstcontent p {
  font-size: 16px;
  text-align: justify;
  margin: 20px 0px;
  line-height: 28px;
}

@media only screen and (max-width: 480px) {


.about_firstsection {
  margin: 30px 0px 0px 0px;
}

.about_firstsection_left {
  padding: 10px;
}

.about_firsttitle{text-align: center;}

.about_firsttitle h1 {
  font-size: 26px;
  font-weight: 700;
  display: inline-block;
}

.about_firstcontent p {
  font-size: 14px;
  text-align: justify;
  margin: 10px 0px 10px 0px;
  line-height: 22px;
}

.about_firstimage{padding: 5px;}

.about_firstimage img{width: 100%;}

}

/* <!------------------------- about section first section end ---------------------------> */

/* <!------------------------- about section second section start -------------------------> */

.about_secondsection {
  margin: 80px 0px;
  }

.about_secondsection_content {
  position: relative;
  padding: 80px 100px;
  text-align: center;
  box-shadow: 1px 1px 10px rgb(134, 134, 134);
  border-radius: 0px;
  background-image: url(../image/aboutbanner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.about_secondsection_bg{background-color: black;
  position: absolute;
width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;}

.about_secondsection_content h2 {
  font-weight: 700;
  font-size: 46px;
  line-height: 60px;
  position: relative;
}

.about_secondsection_content h2 span {
  color: #f66518;
}

@media only screen and (max-width: 480px) {

  .about_secondsection {
    margin: 50px 0px 0px 0px;
    }
  
  .about_secondsection_content {
    position: relative;
    padding: 50px 10px;
  }
  
  .about_secondsection_content h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
    position: relative;
  }
  
  .about_secondsection_content h2 span {
    color: #f66518;
  } 

}


/* <!------------------------- about section second section end ---------------------------> */

/* <!------------------------- about section third section start -------------------------> */

.about_thirdsection {
  margin: 80px 0px 0px 0px;
}

.about_thirdsection_title h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.25;
}

.about_thirdsection_title h2 span{
  color: #f66518;
}

.about_thirdsection_left_first {
  padding: 10px 50px 50px 0px;
  position: relative;
}

.about_thirdsection_left_first_title h3 {
  font-size: 36px;
}

.about_thirdsection_left_first_content p {
  font-size: 18px;
  text-align: justify;
  margin-top: 20px;
}

.about_thirdsection_right {
  border-left: 3px solid black;
}

.about_thirdsection_right_second {
  padding: 10px 50px 50px 50px;
  margin-top: 80px;
}

.about_thirdsection_right_second_title h3 {
  font-size: 36px;
}

.about_thirdsection_right_second_content p {
  font-size: 18px;
  text-align: justify;
  margin-top: 20px;
}

.about_thirdsection_left_third {
  padding: 10px 50px 50px 0px;
  margin-top: 80px;
  position: relative;
}

.about_thirdsection_left_third_title h3 {
  font-size: 36px;
}

.about_thirdsection_left_third_content p {
  font-size: 18px;
  text-align: justify;
  margin-top: 20px;
}

.about_thirdsection_right_first_image {
  padding: 0px 0px 0px 50px;
  margin-top: 10px;
}

.about_thirdsection_right_first_image img {
  width: 100%;
}

.about_thirdsection_right_third_image {
  padding: 0px 0px 0px 50px;
  margin-top: 40px;
}

.about_thirdsection_right_third_image img {
  width: 100%;
}

.about_thirdsection_left_second_image {
  padding: 0px 50px 0px 0px;
  margin-top: 30px;
}

.about_thirdsection_left_second_image img {
  width: 100%;
}

.about_thirdsection_left_second {
  position: relative;
}

.about_thirdsection_left_first_circle {
  height: 40px;
  width: 40px;
background-color: #f66518;
  border-radius: 50%;
  position: absolute;
  top: 35%;
  right: -9.1%;
}

@media only screen and (max-width: 480px) {

  .about_thirdsection {
    margin: 50px 0px 0px 0px;
  }
  
  .about_thirdsection_title h2 {
    font-size: 36px;
  }
  
  .about_thirdsection_left_first {
    padding: 10px;
    margin-top: 30px;
    position: relative;
  }
  
  .about_thirdsection_left_first_title h3 {
    font-size: 26px;
  }
  
  .about_thirdsection_left_first_content p {
    font-size: 15px;
    text-align: justify;
    margin-top: 20px;
  }
  
  .about_thirdsection_right {
    border-left: 0px solid black;
  }
  
  .about_thirdsection_right_second {
    padding: 10px;
    margin-top: 20px;
  }
  
  .about_thirdsection_right_second_title h3 {
    font-size: 26px;
  }
  
  .about_thirdsection_right_second_content p {
    font-size: 15px;
    text-align: justify;
    margin-top: 15px;
  }
  
  .about_thirdsection_left_third {
    padding: 10px;
    margin-top: 20px;
    position: relative;
  }
  
  .about_thirdsection_left_third_title h3 {
    font-size: 26px;
  }
  
  .about_thirdsection_left_third_content p {
    font-size: 15px;
    text-align: justify;
    margin-top: 15px;
  }
  
  .about_thirdsection_right_first_image {
    padding: 0px;
    margin-top: 0px;
  }
  
   
  .about_thirdsection_right_third_image {
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 50px;
  }
  
  
  .about_thirdsection_left_second_image {
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
  }
  
  
  
  .about_thirdsection_left_first_circle {
  display: none;
  } 


}


/* <!------------------------- about section third section end ---------------------------> */

/* <!------------------------- about section forth section start --------------------------> */

.about_forthsection {
  margin: 00px 0px 50px 0px;
  background-image: url(https://img.freepik.com/free-photo/high-angle-hands-signing-documents_23-2149445767.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 50px 0px;
}

.about_forthsection_bg{background-color: #000;
  width: 100%;
  height: 100%;
position: absolute;
  top: 0;
  opacity: .8;}

.aboutforthsection_title h1 {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  word-spacing: 10px;
  position: relative;
}

.aboutforthsection_title hr {
  background-color: #f66518;
  position: relative;
  height: 5px;
  width: 50%;
  border-radius: 50%;
  margin-left: 25%;
  margin-top: 20px;
}

.aboutforthsection_content {
  margin-top: 70px;
  position: relative;
}

.aboutforthsection_leftfirst {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fff;
  border-bottom: 5px solid #f66518;
  border-radius: 30px 0px 30px 0px;
}

.aboutforthsection_leftfirst_content {
  padding-left: 60px;
  margin-top: 20px;
}

.aboutforthsection_leftfirst_title h3 span i{color: #f66518;}

@media only screen and (max-width: 480px) {

  .about_forthsection {
    padding: 50px 0px 0px 0px;
  }
  
.aboutforthsection_title h1 {
    word-spacing: 0px;
    font-size: 30px;
    padding: 0px 10px;
  }
  
  .aboutforthsection_title hr {
    background-color: #f66518;
    position: relative;
    height: 4px;
    width: 90%;
    border-radius: 50%;
    margin-left: 5%;
    margin-top: 10px;
  }
  
  .aboutforthsection_content {
    margin-top: 30px;
    position: relative;
  }
  
  .aboutforthsection_leftfirst {
    margin-bottom: 40px;
    padding: 15px;
    background-color: #fff;
    border-bottom: 5px solid #f66518;
    border-radius: 0px 0px 0px 0px;
  }
  
  .aboutforthsection_leftfirst_content {
    padding-left: 00px;
    font-size: 14px;
    margin-top: 10px;
  }
  
  .aboutforthsection_leftfirst_title h3 span i{color: #f66518;}
  
  .aboutforthsection_leftfirst_title h3{font-size: 18px;}

}

/* <!------------------------- about section forth section end ----------------------------> */

/* <!------------------------- about section fifth section start --------------------------> */

.about_fifthsection {
  margin: 50px 0px;
  box-shadow: 1px 1px 10px rgb(134, 134, 134);
  width: 90%;
  margin-left: 5%;
  padding: 50px 0px 30px 0px;
  border-radius: 20px;
  background-image: url('../image/aboutbanner.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.about_fifthsection_bg {background-color: #000;
position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: .8;
  }

.aboutfifthsection_title h1 {
  font-weight: 700;
  color: #fff;
  font-size: 50px;
  position: relative;
}

.aboutfifthsection_desc {
  margin: 30px 0px;
  position: relative;
  color: #fff;
  font-size: 22px;
}

.aboutfifthsection_button button {
  background-color: #f66518;
  position: relative;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 30px;
  margin-bottom: 50px;
  margin-top: 20px;
}

@media only screen and (max-width: 480px) {

  .about_fifthsection {
    width: 100%;
    margin-left: 0%;
  }
  
  .aboutfifthsection_title h1 {
    font-size: 30px;
  }
  
  .aboutfifthsection_desc {
    margin: 30px 0px;
    position: relative;
    color: #fff;
    padding: 0px 20px;
    font-size: 16px;
  }
  
  .aboutfifthsection_button button {
    background-color: #f66518;
    position: relative;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 80px;
    margin-bottom: 10px;
    margin-top: 00px;
  } 

  .aboutfifthsection_button button i{margin-left: 10px;}

}


/* <!------------------------- about section fifth section end --------------------------> */
