/* <!------------------------- banner section start -----------------------> */

.contact_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;
}

.contactbanner_bg{position: absolute;
  width: 100%;
  top: 0;
  opacity: .8;
  height: 100%;
  background-color: #000;}

.contact_bannertitle {
  color: white;
  position: relative;
}

.contact_bannertitle h1 {
  font-size: 70px;
  font-weight: 700;
}

.contact_bannertitle p {
  color: #f66518;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}

.contact_bannertitle p i {
  margin-right: 15px;
}


@media only screen and (max-width: 480px) {

  .contact_bannersection {
    padding: 50px 0px;
  }
  
  .contact_bannertitle h1 {
    font-size: 40px;
  }
  
  .contact_bannertitle p {
    font-size: 16px;
  }
  
  .contact_bannertitle p i {
    margin-right: 15px;
  }

}


/* <!------------------------- banner section end -------------------------> */
  
  
  /* <!------------------------- contact form section start -------------------------> */
  
  .contactform_section {
    margin: 80px 0px 0px 0px;
  }
  
  .contactform_title h1 {
    font-weight: 700;
    color: black;
    text-transform: uppercase;
  }

  .contactform_title h1 span {
    font-weight: 700;
    color: #f66518;
    text-transform: uppercase;
  }
  
  .contactform_title hr {
    background-color: black;
    height: 5px;
    width: 34%;
    border-radius: 50%;
    margin-left: 33%;
    margin-top: 20px;
  }
  
  @media only screen and (max-width: 480px) {

    .contactform_section {
      margin: 50px 0px 0px 0px;
    }
    
    .contactform_title hr {
      background-color: black;
      height: 3px;
      width: 90%;
      border-radius: 50%;
      margin-left: 5%;
      margin-top: 15px;
    }

  }


  /* <!------------------------- contact form section end -------------------------> */
  
  
  .contactthird_section {
      background-image: linear-gradient(to bottom, #fff, #fff);
      border-bottom: 2px solid white;
    }
    
    .contactthird_leftsectionone {
      background-image: linear-gradient(
        to right,
        #000,
        #000,
        #000
      );
      margin: 40px 0px;
      color: white;
      padding: 20px 30px;
      border-radius: 20px 00px 00px 20px;
    }
    
    .contactthird_leftsectionone_icon i {
      background-color: #f66518;
      padding: 10px;
      font-size: 30px;
      border-radius: 50%;
    }
    
    .contactthird_leftsectionone_icon span {
      font-size: 26px;
      margin-left: 20px;
      font-weight: 700;
    }
    
    .contactthird_leftsectionone_content {
      font-size: 16px;
    }
    
    .contactthird_formsection {
      border-left: 5px solid rgb(74, 74, 74);;
      margin-left: 50px;
    }
    
    .contactthird_formsection_title {
      padding-left: 50px;
      color: #000;
      display: inline-block;
      font-size: 32px;
      margin-top: 20px;
      font-weight: 600;
    }
    
    .contactthird_formsection_title hr {
      height: 5px;
      background-image: linear-gradient(to right, #000, #000, #000);
      border-radius: 5px;
    }
    
    .contactthird_formsection_subtitle {
      padding-left: 50px;
      font-size: 16px;
      margin-top: 10px;
      color: #000;
    }
    
    .contactthird_formsection_form {
      padding-left: 50px;
    }
    
    .contactthird_formsection_form input[type="text"] {
      background-color: transparent;
      border-top: none;
      border-left: none;
      color: black;
      border-right: none;
      margin: 15px 0px 20px 0px;
      border-radius: 0px;
      border-bottom: 2px solid #000;
    }
    
    .contactthird_formsection_form input[type="email"] {
      background-color: transparent;
      border-top: none;
      color: #000;
      border-radius: 0px;
      border-left: none;
      border-right: none;
      outline: #f66518;
      margin: 15px 0px 20px 0px;
      border-bottom: 2px solid #000;
    }
    
    .contactthird_formsection_form input::placeholder {
      color: black;
    }
    
    .contactthird_formsection_form textarea {
      background-color: transparent;
      padding: 20px;
      color: black;
      border-radius: 0px;
      border: 1px solid black;
    }
    
    .contactthird_formsection_form textarea:focus {
      background-color: transparent;
      color: black;
    }
    
    .form_button button {
      background-color: #f66518;
      color: #fff;
      border: none;
      margin-top: 30px;
      font-size: 18px;
      padding: 8px 30px;
      margin-bottom: 30px;
    }

    .form_button button:hover {
      background-color: black;
      transition-duration: .6s;
    }
    
    .contactthird_section {
      padding: 80px 0px;
    }
    
    @media only screen and (max-width: 480px) {
     
      .contactthird_leftsectionone {
        padding: 20px 30px;
        margin: 20px 20px;
        border-radius: 20px;
      }
    
      .contactthird_leftsectionone {
        background-image: linear-gradient(
          to right,
          #000,
          #000,
          #000
        );
        margin: 00px 0px 20px 0px;
        color: white;
        padding: 20px 20px;
        border-radius: 20px 00px 00px 20px;
      }

      
      .contactthird_formsection {
        border-left: 0px solid var(--secondcolor);
        border-radius: 20px;
        margin-left: 0px;
        padding: 0px 00px;
        width: 100%;
        padding-left: 0px;
      }
      
      .contactthird_formsection_form input[type="text"] {
        background-color: transparent;
        border-top: 1px solid black;
        border-left: 1px solid black;
        border-right: 1px solid black;
        margin: 15px 0px 20px 0px;
      }
      
      .contactthird_formsection_form input[type="email"] {
        background-color: transparent;
        border-top: 1px solid black;
        border-left: 1px solid black;
        border-right: 1px solid black;
        margin: 15px 0px 20px 0px;
      }
      
      
      
      .contactthird_formsection_form textarea {
        background-color: transparent;
        padding: 10px;
        height: 200px;
        color: var(--lightcolor);
      }
      
      
      
      .form_button{text-align: center;}
    
      .form_button button{width: 100%;}

      .contactthird_section {
        padding: 20px 0px;
      }
    
      .contactthird_formsection_title {
        padding-left: 0px;
        color: #000;
        display: inline-block;
        font-size: 32px;
        margin-top: 20px;
        font-weight: 600;
      }
      
      
      
      .contactthird_formsection_subtitle {
        padding-left: 0px;
        font-size: 15px;
        margin-top: 10px;
        color: #000;
      }
      
      .contactthird_formsection_form {
        padding-left: 0px;
      }
    }
    
    
    
    
    
    
    
    