/* <!------------------------- servicepage banner section start -----------------------> */

.servicepage_bannersection {
  background-image: url(../image/homebanner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0px;
  text-align: center;
  position: relative;
}

.servicepagebanner_bg {
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.8;
  height: 100%;
  background-color: #000;
}

.servicepage_bannertitle {
  color: white;
  position: relative;
}

.servicepage_bannertitle h1 {
  font-size: 55px;
  font-weight: 700;
}

.servicepage_bannertitle p {
  color: #fff;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}

.servicepage_bannertitle button {
  background-color: #f8a23f;
  color: #fff;
  border: none;
  font-weight: 700;
  padding: 10px 50px;
  margin-top: 20px;
}

.servicepage_bannertitle p i {
  margin-right: 15px;
}

@media only screen and (max-width: 480px) {

  .servicepage_bannersection {
    padding: 50px 0px;
  }
    
  .servicepage_bannertitle h1 {
    font-size: 40px;
    font-weight: 700;
  }
  
  .servicepage_bannertitle p {
    color: #fff;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
  }
  
  .servicepage_bannertitle button {
    font-size: 15px;
  }
  
}

/* <!------------------------- servicepage banner section end -------------------------> */

/* <!------------------------- servicepage first section start -------------------------> */

.servicepage_first {
  margin: 60px 0px;
}

.servicepage_first_left {
  padding: 0px 40px 0px 0px;
}

.servicepage_first_title h3 {
  font-weight: 700;
  font-size: 36px;
}

.servicepage_first_title h3 span{color: #f66518;}

.servicepage_first_content {
  margin: 20px 0px;
  text-align: justify;
}

.servicepage_first_right{background-color: #000;
    padding: 20px;}

.servicepage_first_right h5{
    border-bottom: 2px solid #f66518;
    padding-bottom: 15px;
}

.servicepage_first_right button{
    margin-top: 20px;
    background-color: #f66518;
    font-weight: 700;
    border: none;
    padding: 10px 0px;
}

@media only screen and (max-width: 480px) {

  .servicepage_first {
    margin: 30px 0px 0px 0px;
  }
  
  .servicepage_first_left {
    padding: 10px;
  }
  
  .servicepage_first_title{text-align: center;}

  .servicepage_first_title h3 {
    font-weight: 700;
    font-size: 26px;
  }

  .servicepage_first_content {
    margin: 20px 0px 0px 0px;
    text-align: justify;
    font-size: 14px;
  }
  
  .servicepage_first_right{background-color: #000;
      padding: 20px;}
  
  .servicepage_first_right h5{
      border-bottom: 2px solid #f66518;
      padding-bottom: 15px;
  }
  
  .servicepage_first_right button{
      margin-top: 20px;
      background-color: #f66518;
      font-weight: 700;
      border: none;
      padding: 10px 0px;
  }

}

/* <!------------------------- servicepage first section end ---------------------------> */

/* <!------------------------- servicepage second section start ---------------------------> */

.servicepage_second{margin: 80px 0px;
    background-image: url(../image/aboutbanner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px;
    position: relative;}

.servicepage_second_bg{position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000;
    opacity: .9;}    


.servicepage_second_title h2{
    color: #fff;
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
}

.servicepage_second_title h2 span{color: #f8a23f;}


.servicepage_second_subtitle{position: relative;
    color: #fff;
    text-align: center;
    margin-top: 20px;}

.servicepage_second_card{border: 2px solid #fff;
    position: relative;
    margin-top: 50px;
    padding: 20px;
    border-radius: 3px;
    }

.servicepage_second_card:hover{transform: scale(1.05);
    transition-duration: .5s;}


    .servicepage_second_cardtitle h4{
        color: #f8a23f;
        text-align: center;
    }

    .servicepage_second_cardtitle p{color: #fff;
        text-align: justify;
        margin-top: 20px;}

.servicepage_second_cardimage{text-align: center;
    margin: 20px 0px;}

.servicepage_second_cardimage i{
    color: white;
    font-size: 50px;
}


@media only screen and (max-width: 480px) {

  .servicepage_second{
    margin: 30px 0px;
    padding: 60px 0px;
    }

.servicepage_second_title h2{
    font-size: 26px;
}


.servicepage_second_card{
  border: 1px solid #fff;
    position: relative;
    margin-top: 20px;
    padding: 20px;
    border-radius: 0px;
    }

    .servicepage_second_subtitle h4{font-size: 17px;}

    .servicepage_second_cardtitle h4{
        color: #f8a23f;
        text-align: center;
        font-size: 20px;
    }

    .servicepage_second_cardtitle p{color: #fff;
        text-align: justify;
        margin-top: 20px;
        font-size: 14px;}

.servicepage_second_cardimage{text-align: center;
    margin: 20px 0px;}

.servicepage_second_cardimage i{
    color: white;
    font-size: 50px;
}


}

/* <!------------------------- servicepage second section end -----------------------------> */

/* <!------------------------- servicepage third section start -------------------------> */

.servicepage_thirdsection {
    margin: 50px 0px;
  }
  
  .servicepagethird_title h2 {
    font-weight: 700;
    font-size: 36px;
    color: #000;
  }

  .servicepagethird_title h2 span {
    color: #f66518;
  }
  
  .servicepagethird_thirdtitle h3 {
    font-weight: 700;
    margin-top: 50px;
  }
  
  .servicepagethird_right {
    padding: 10px 0px 0px 50px;
  }
  
  .servicepagethird_content p{
    font-size: 16px;
  }

  
  .servicepagethird_content,
  .servicepagethird_thirdcontent {
    text-align: justify;
    font-size: 17px;
    margin-top: 10px;
  }
  
  .servicepagethird_content label {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
  }
  
  .servicepagethird_right ul li {
    padding: 0px 0px 0px 0px;
    font-weight: 400;
    font-size: 16px;
  }
  
  .servicepagethird_left_image {
    padding: 1px;
  }
  
  .servicepagethird_left_image img {
    width: 100%;
    height: 100%;
  }
  
  @media only screen and (max-width: 480px) {
    
    .servicepagethird_title h2 {
      font-weight: 700;
      font-size: 24px;
      color: #000;
    }
    
  .servicepagethird_content{font-size: 14px;}

    .servicepagethird_right {
      padding: 10px 0px 0px 10px;
    }
    
    .servicepagethird_content p{
      font-size: 14px;
    }
  
    
    .servicepagethird_content,
    .servicepagethird_thirdcontent {
      text-align: justify;
      font-size: 17px;
      margin-top: 10px;
    }
    
    .servicepagethird_content label {
      font-weight: 600;
      font-size: 18px;
      text-align: left;
      margin-bottom: 7px;
    }
    
    .servicepagethird_right{margin-top: 20px;}

    .servicepagethird_right ul li {
      padding: 0px 0px 0px 0px;
      font-weight: 400;
      font-size: 16px;
    }
    
    .servicepagethird_left_image {
      padding: 1px;
    }
    
    .servicepagethird_left_image img {
      width: 100%;
      height: 100%;
    } 

  }


  /* <!------------------------- servicepage third section end ---------------------------> */
  

  /* <!------------------------- servicepage forth section start --------------------------> */

.servicepage_forthsection {
    margin: 50px 0px;
    box-shadow: 1px 1px 10px rgb(134, 134, 134);
    width: 100%;
    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;
  }
  
  .servicepage_forthsection_bg {background-color: #000;
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .9;
    }
  
  .servicepage_forthsection_title h1 {
    font-weight: 700;
    color: #fff;
    font-size: 50px;
    position: relative;
  }
  
  .servicepage_forthsection_desc {
    margin: 30px 0px;
    position: relative;
    color: #fff;
    font-size: 22px;
  }
  
  .servicepage_forthsection_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) {

    .servicepage_forthsection {
      margin: 00px 0px 50px 0px;
      box-shadow: 1px 1px 10px rgb(134, 134, 134);
      width: 100%;
      margin-left: 0%;
      padding: 20px 0px 30px 0px;
      border-radius: 20px;
      background-image: url('../image/aboutbanner.webp');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: relative;
    }
    
    .servicepage_forthsection_desc {
      margin: 30px 0px 10px 0px;
      position: relative;
      color: #fff;
      font-size: 22px;
    }

    .servicepage_forthsection_desc h2{font-size: 24px;
      padding: 0px 10px;
      line-height: 35px;}
    
    .servicepage_forthsection_button button {
      background-color: #f66518;
      position: relative;
      color: #fff;
      border: none;
      font-size: 14px;
      font-weight: 700;
      padding: 10px 30px;
      margin-bottom: 50px;
      margin-top: 20px;
    }

  }

  /* <!------------------------- servicepage forth section end --------------------------> */
  

   /* <!------------------------- servicepage seventh section start --------------------------> */

.servicepage_seventhsection {
    margin: 50px 0px;
    box-shadow: 1px 1px 10px rgb(134, 134, 134);
    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;
  }
  
  .servicepage_seventhsection_bg {background-color: #000;
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .9;
    }
  
  .servicepage_seventhsection_title h1 {
    font-weight: 700;
    color: #fff;
    font-size: 50px;
    position: relative;
  }
  
  .servicepage_seventhsection_desc {
    margin: 30px 0px;
    position: relative;
    color: #fff;
    font-size: 22px;
  }
  
  .servicepage_seventhsection_button button {
    background-color: #f66518;
    position: relative;
    color: #fff;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 70px;
    margin-bottom: 50px;
    margin-top: 20px;
  }

  @media only screen and (max-width: 480px) {

    .servicepage_seventhsection {
      margin: 10px 0px 30px 0px;
      padding: 20px 0px;
    }
    
    
    .servicepage_seventhsection_desc h2{
      margin: 30px 0px;
      padding: 0px 10px;
      position: relative;
      color: #fff;
      line-height: 35px;
      font-size: 20px;
    }

    .servicepage_seventhsection_desc h5{
      font-size: 16px;
      padding: 0px 10px;
      line-height: 25px;
    }
    
    .servicepage_seventhsection_button button {
      background-color: #f66518;
      position: relative;
      color: #fff;
      border-radius: 30px;
      border: none;
      font-size: 13px;
      font-weight: 700;
      padding: 10px 00px;
      margin-bottom: 30px;
      margin-top: 20px;
      width: 90%;
    } 

  }
  
  /* <!------------------------- servicepage seventh section end --------------------------> */
 



.new-service-page {
  position: relative;
  height: 350px;
  background-image: url("../image/servicepagebanner.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-service-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.new-service-page .headings {
  margin-top: -50px;
}
.new-service-page h1 {
  position: relative;
  z-index: 2;
  font-size: 50px;
  margin: 0;
  font-weight: 700;
  letter-spacing: 2px;
}
.new-service-page h6 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 40px;
}
.common-btn {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.common-btn a {
  font-weight: 700;
  font-size: 17px;
  color: white;
  background-color: #f8a23f;
  border-radius: 8px;
  padding: 10px 40px;
}

/*first sec*/
.first-sec h3 {
  display: inline;
  border-bottom: 1px solid #f8a23f;
  padding-bottom: 5px;
  margin: 0;
}
.first-sec form {
  background-color: #000;
  padding: 20px;
}

.first-sec form h5 {
  display: inline;
  border-bottom: 1px solid #f8a23f;
  padding-bottom: 5px;
  margin: 0;
}
.first-sec form button {
  border: none;
  width: 100%;
  border-radius: 8px;
  background-color: #f8a23f;
  font-weight: 600;
  margin-top: 20px;
  padding: 10px 40px;
}
.first-sec form .data {
  margin-top: -10px;
}

/*why-we*/
.why-we {
  background-color: #000;
  color: white;
}
.why-we h4 {
  margin: 10px 0px;
}
.why-we .item {
  text-align: center;
  border: 1px solid;
  padding: 30px 15px;
  border-radius: 8px;
  height: 380px;
}
.why-we h2 span {
  color: #f8a23f;
}
.why-we img {
  filter: grayscale(1);
}

/*second sec*/
.second-sec h2 span {
  color: #f8a23f;
}
.second-sec h2 {
  display: inline;
  border-bottom: 1px solid #f8a23f;
  padding-bottom: 5px;
  margin: 0;
}
.second-sec img {
  height: 100%;
}
/*cta*/
.cta {
  background-color: #000;
  color: white;
  padding: 70px;
  width: 80%;
  margin: 0 auto;
  border-radius: 40px;
}

/*third sec*/
.third-sec h2 {
  display: inline;
  border-bottom: 1px solid #f8a23f;
  padding-bottom: 5px;
  margin: 0;
}

/* <!------------------ seventh service section start  ------------------------> */

.ss_seventh {
  margin-bottom: 80px;
}

.ss_seven_left {
  padding: 0px 50px 0px 30px;
}

.ss_seven_left_title {
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
}

.ss_seven_left_content {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0px 30px 0px;
}

.ss_seven_left_button button {
  border: none;
  background-color: #f66518;
  color: white;
  padding: 5px 10px;
  font-weight: 600;
  border-radius: 5px;
}

.ss_seven_right {
  padding: 0px 30px;
}

.ss_seven_right_first {
  display: flex;
  margin-bottom: 20px;
}

.ss_seven_right_first_left {
  width: 15%;
  font-size: 36px;
  color: #f66518;
}

.ss_seven_right_first_right {
  font-size: 18px;
  font-weight: 600;
  padding-right: 30px;
  width: 85%;
}


@media only screen and (max-width: 480px) {

  .ss_seventh {
    margin-bottom: 20px;
  }
  
  .ss_seven_left {
    padding: 10px;
  }
  
  .ss_seven_left_title {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
  }
  
  .ss_seven_left_content {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0px;
    text-align: center;
  }
  
  .ss_seven_left_button{text-align: center;
    margin-bottom: 40px;}

  .ss_seven_left_button button {
    border: none;
    background-color: #f66518;
    color: white;
    padding: 8px 40px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0px;
  }
  
  .ss_seven_right {
    padding: 0px 10px;
  }
  
  .ss_seven_right_first {
    display: flex;
    margin-bottom: 20px;
  }
  
  .ss_seven_right_first_left {
    width: 20%;
    font-size: 26px;
    color: #f66518;
  }
  
  .ss_seven_right_first_right {
    font-size: 16px;
    font-weight: 600;
    padding-right: 30px;
    width: 80%;
  }
  
}




/* <!------------------ seventh service section end  --------------------------> */

/* <!------------------ eighth service section start  --------------------------> */

.sseighth {
  background-color: #000;
  color: white;
  padding: 50px 0px;
  text-align: center;
}

.sseighth_content_title {
  font-size: 30px;
  font-weight: 600;
}

.sseighth_content_p {
  margin: 15px 0px;
  font-size: 17px;
  font-weight: 600;
}

.sseighth_content_button button {
  background-color: #f66518;
  border: none;
  font-weight: 600;
  color: white;
  width: 50%;
  font-size: 14px;
  letter-spacing: 2px;
  word-spacing: 5px;
  margin-top: 10px;
  padding: 5px 0px;
  border-radius: 20px;
}

/* <!------------------ eighth service section end  ----------------------------> */

.second-sec h2 span {
  color: #f8a23f;
}
.second-sec h2 {
  display: inline;
  border-bottom: 1px solid #f8a23f;
  padding-bottom: 5px;
  margin: 0;
}
.sec_ninth img {
  width: 100%;
}

.ssninth_content li {
  list-style: none;
  font-weight: 600;
  margin-bottom: 7px;
  font-size: 17px;
}
