*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: black;
}
/*----contact banner start----*/

.banner{
    height:630px;
    width: 100%;
    background: #82c6c5;
    position: relative;
  
}

.banner .heading{
    height:300px;
    width: 100%;
    /* border: 1px solid white; */
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 140px;
}

.banner img{
    height: 630px;
    width: 100%;
}
.banner .heading h1{
    color:black;
    font-size: 80px;
    letter-spacing: 4px;
    font-family: "Righteous", sans-serif;
}

.banner .heading p{
    color: black;
    font-family: "Roboto", sans-serif;
    margin-top: 7px;
}
.banner .heading p a{
    letter-spacing: 2px;
    text-decoration: none;
    color:black;
}
/* Mobile devices (up to 767px) */
@media (max-width: 767px) {

    .banner{
        height:180px;
        width: 100%;
        background:  #82c6c5;
    }
     .banner img{
        height: 180px;
        width: 100%;
    }
     .banner .heading{
        padding-top: 5px;
    }
    .banner .heading h1{
        color:black;
        font-size: 33px;
    }
    .banner .heading p a{
        font-size: 13px;
         letter-spacing: 1px;
    }


}

/* Tablets (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .banner{
        height:370px;
        width: 100%;
        background:  #82c6c5;
    }
     .banner img{
        height: 370px;
        width: 100%;
    }
     .banner .heading{
        padding-top: 40px;
    }
    .banner .heading h1{
        color:black;
        font-size: 55px;
    }
}
/* Small Laptops / Desktop (1025px to 1366px) */
@media (min-width: 1025px) and (max-width: 1366px) {
    .banner{
        height:550px;
        width: 100%;
        background: #82c6c5;
        position: relative;
    
    }
    .banner img{
        height: 550px;
        width: 100%;
    }
    .banner .heading{
        height:300px;
        width: 100%;
        padding-top: 100px;
    }

}

/*----contact banner close----*/



/*----location part start-----*/

.loc-head{
    text-align: center;
    padding: 70px 0 0px 0;
}
.loc-head h1{
    font-family: "Righteous", sans-serif;
    color: #fffefed5;
    font-weight: 400;
    letter-spacing: 2px;
    display: inline-block;
    border-bottom: 2px solid #fffefed5;
}
.loc{
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 60px 120px 30px 150px;
}

.loc .inner-loc{
    height: 300px;
    width: 30%;
    background: linear-gradient(0deg,rgba(130, 198, 197, 0.9) 45%, rgba(247, 212, 12, 0.79) 100%);
    text-align:center;
    padding-top:60px;
}
.loc .inner-loc i{
    color: #fffefed5;
    font-size: 45px;
}
.loc .inner-loc h1{
    font-family: "Righteous", sans-serif;
    font-weight: 400;
    color: #fffefed5;
    letter-spacing: 2px;
    margin-top: 20px;
}
.loc .inner-loc p{
    font-family: "Roboto", sans-serif;
    color: #fffefed5;
    letter-spacing: 2px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .loc-head{
        text-align: center;
        padding: 50px 0 20px 0;
    }
    .loc-head h1{
        font-size: 25px;
        border-bottom:none;
    }
    .loc{
        gap: 30px;
        padding: 0px 0px 30px 0px;
    }
    .loc .inner-loc{
        height: 300px;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
   .loc{
        gap: 5px;
        padding: 60px 0px 30px 0px;
    }
    .loc .inner-loc{
        height: 240px;
        width: 32.5%;
        padding-top: 30px;
    }
    .loc .inner-loc h1{
        letter-spacing: 1px;
        font-size: 25px;
        margin-top: 20px;
    }
    .loc .inner-loc p{
        letter-spacing: 0px;
        margin-top: 10px;
    }
}

@media (min-width: 1025px) and (max-width: 1366px) {
    
    .loc .inner-loc{
        height: 240px;
        padding-top:35px;
    }
    .loc{
        padding: 60px 50px 30px 50px;
    }
    .loc .inner-loc i{
        font-size: 40px;
    }
}

/*-----location part close-----*/



/*--contact form part start--*/

.contact{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 50px 150px 50px 150px;
}
.contact .inner-con{
    height: 550px;
    width: 60%;
    /* border: 2px solid yellow; */
}

/*---------------------------------------------------- form part start-------------------------------------------------*/

.contact-section .c-text{
    padding: 30px 0 20px 100px;
}
.contact-section .c-text h2{
    font-size: 40px;
    color:white;
    font-weight:400;
    letter-spacing: 2px;
    text-shadow: 0 0 10px  #82c6c5;
    font-family: "Righteous", sans-serif;
    position: relative;
}
.contact-section .form-div{
    padding: 0 0px 40px 100px;
}
.contact-section .form-div label{
        font-family: "Roboto", sans-serif;
     font-size: 17px;
     font-weight:300px;
      color:#ffffff;
}
.contact-section .form-div .gender-label{
    margin-left: 22px;
    margin-bottom:5px;
}
.contact-section .form-div .input-text{
    height: 40px;
    padding: 0 0 0 10px;
    width: 70%;
    font-family: "Roboto", sans-serif;
    letter-spacing: 2px;
    margin-top: 5px;
    border: 1px solid #888888;
    border-radius: 2px;
    outline:#888888;
}

.contact-section .form-div .submit-btn{
    margin-left: 0%;
    border: none;
     background: linear-gradient(0deg,rgba(130, 198, 197, 0.9) 45%, rgba(247, 212, 12, 0.79) 100%);
    /* background:  #82c6c5; */
    color: white;
    font-family: "Righteous", sans-serif;
    text-transform: uppercase;
    font-weight:400;
    letter-spacing: 1px;
    padding: 8px 20px 8px 20px;
}



/* Apply green border when input is valid */
.contact-section .form-div .input-text:valid {
    border-color: green;
}

/* Apply red border when input is invalid */
.contact-section .form-div .input-text:invalid {
    border-color: rgb(156, 156, 156);
}

/* Style for textarea when valid */
.contact-section .form-div .input-textarea:valid {
    border-color: green;
}

/* Style for textarea when invalid */
.contact-section .form-div .input-textarea:invalid {
    border-color: rgb(136, 136, 136);
}



/* Style for CAPTCHA */
.captcha-div{
    text-align: left;
    height:auto;
    width: 200px;
    padding-top: 20px;
    margin-left: 0%;
}
#captcha {
    font-weight: bold;
    color: #faeff1;
    font-size: 20px;
    margin: 5px 0;
    font-style: oblique;
    letter-spacing: 3px;
    user-select: none;
}

#captchaInput {
    width: 100%;
    text-align:left;
    height: 40px;
    padding: 0 0 0 10px;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 3px;
    border: 1px solid #888888;
    margin-top: 10px;
    color:  #82c6c5;
    border-radius: 2px;
    outline-color: darkgreen;
}

#error-message{
    text-align: left;
    color: red;
    font-style: italic;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
}

/*------------------------------------------------------form part close-------------------------------------------------------*/

.contact .company-detail{
    height: 550px;
    width: 35%;
    background:#f8f8f8;
    padding: 40px 20px 0 20px;
    border: 2px solid cornsilk;
}
.contact .company-detail h1{
    font-family: "Righteous", sans-serif;
    font-weight: 400;
    color: #82c6c5;
    display: inline-block;
    font-size: 25px;
    border-bottom: 3px solid  #82c6c5;
}
.contact .company-detail p{
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    color: rgb(93, 92, 92);
    text-align: justify;
    margin-top:10px;
}

/* Mobile devices (up to 767px) */
@media (max-width: 767px) {
    .contact{
        gap: 0;
        padding: 50px 0px 50px 0px;
    }
    .contact .inner-con{
        height: auto;
        width: 100%;
        padding-bottom: 10px;
    }
    .contact .company-detail{
        height: auto;
        width: 100%;
        padding: 5px 10px 0 10px;
    }
    .contact-section .c-text{
        padding: 0px 0 20px 20px;
    }
    .contact-section .c-text h2{
        font-size: 30px;
    }
    .contact-section .form-div{
        padding: 0 0px 40px 20px;
    }
    .contact-section .form-div .input-text{
        width: 95%;
    }
    .contact .company-detail{
        padding: 20px 10px 30px 10px;
    }
    .contact .company-detail h1{
        font-size: 25px;
    }
    .contact .company-detail p{
        font-family: "Roboto", sans-serif;
        font-size: 15px;
        margin-top: 10px;
    }
}

/* Tablets (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
     .contact{
        gap: 0;
        padding: 50px 0px 50px 0px;
    }
    .contact .inner-con{
        height: 550px;
        width: 50%;
        /* border: 2px solid yellow; */
    }
    .contact-section .c-text{
        padding: 10px 0 20px 20px;
    }
    .contact-section .c-text h2{
        font-size:23px;
    }
    .contact-section .form-div{
        padding: 0 0px 40px 20px;
    }
    .contact .company-detail{
        width: 50%;
        padding: 5px 10px 0 10px;
    }
    .contact .company-detail h1{
        color:#a27315;
        font-size: 30px;
    }
}

/* Small Laptops / Desktop (1025px to 1366px) */
@media (min-width: 1025px) and (max-width: 1366px) {
    .contact{
        gap: 0;
        padding: 50px 30px 50px 30px;
    }
    .contact .inner-con{
        width: 50%;
    }
    .contact .company-detail{
        width: 45%; 
    }
    .contact-section .c-text{
        padding: 30px 0 20px 40px;
    }
    .contact-section .c-text h2{
        font-size: 33px;
    }
    .contact-section .form-div{
        padding: 0 0px 40px 40px;
    }
}
/*--contact form part close--*/



/*--map part start--*/
.map{
    height: 500px;
    width: 100%;
}
.map iframe{
    height: 100%;
    width:100%;
}

/*--map part close--*/



/*---------------------------footer part start--------------------------------------*/

.footer{
  /* border: 1px solid black; */
  background: black;
  padding: 0 0 0 120px;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer1{
  height:380px;
  width: 30%;
  /* border: 2px solid white; */
}
.footer .footer1 img{
  height:150;
  width: 280px;
  margin: 50px 0 0 0;
}
.footer .footer1 p{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 20px;
  line-height: 25px;
}
.footer .footer1 a{
  text-decoration: none;
  color:white;
}
.footer .footer1 a:hover{
    color: #82c6c5;
}
.footer .footer1 a i{
  font-size: 30px;
  color: #f7d40c;
  margin: 20px 10px 0px 0px;
}
.footer .footer1 h2{
  font-family: "Righteous", sans-serif;
  letter-spacing: 3px;
  font-weight: 400;
  color: #82c6c5;
  border-bottom: 2px solid #82c6c5;
  margin: 50px 0 30px 80px;
  display: inline-block;
}
.footer .footer1 .af{
  margin-left:80px;
  line-height: 0px;
}

.footer .footer2{
  height:380px;
  width: 40%;
  font-family: "Roboto", sans-serif;
  /* border: 2px solid white; */
  padding: 50px 0 0 10px;
}
.footer .footer2 h2{
   font-family: "Righteous", sans-serif;
  letter-spacing: 3px;
  font-weight: 400;
  color: #82c6c5;
  border-bottom: 2px solid #82c6c5;
  display: inline-block;
  margin-bottom:0px;
}

.footer .footer2 i{
  margin-top: 15px;
  font-size: 20px;
  color: #f7d40c;
}

.footer .footer2 p{
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
  font-size:15px;
  margin-top:7px;
}
.footer .footer2 a{
  color: white;
  text-decoration: none;
}
.footer-term{
  background: black;
  text-align: center;
  color: white;
  font-family: "Philosopher", serif;
  letter-spacing: 1px;
  padding: 40px 0 30px 0;
  border-top: 0.5px solid white;
}
.footer-term a{
  text-decoration: none;
  font-weight: bold;
  color:#82c6c5;
  letter-spacing: 1px;
  border-bottom: 1px solid #82c6c5;
}
/*tablet view*/
@media screen and (max-width:990px){
  .footer{
      /* border: 1px solid black; */
      padding: 0 0 0 80px;
      color: white;      display: flex;
      flex-wrap: wrap;
  }
  .footer .footer1{
      height:350px;
      width:50%;
      /* border: 2px solid white; */
  }
  .footer .footer2{
      height:450px;
      width: 100%;
      /* border: 2px solid white; */
      padding: 50px 0 0 10px;
  }
  .footer .footer1 img{
      height:150;
      width: 250px;
      margin: 50px 0 0 0;
  }
}
@media screen and (max-width:479px) {
  .footer{
      /* border: 1px solid black; */
      padding: 0 0 0 20px;
      color: white;
      display: flex;
      flex-wrap: wrap;
  }
  .footer .footer1{
      height:350px;
      width:100%;
      /* border: 2px solid white; */
  }
  .footer .footer2{
      height:400px;
      width: 100%;
      /* border: 2px solid white; */
      padding: 30px 0 0 0px;
  }
    .footer .footer3{
        height: 250px;
    }
  .footer .footer1 h2{
      border-bottom: 2px solid white;
      margin: 30px 0 10px 0px;
      display: inline-block;
  }
  .footer .footer1 .af{
      margin-left:0px;
      line-height: 0px;
  }
  .footer-term a{
    text-decoration: none;
    font-weight: bold;
    color:white;
    letter-spacing: 0px;
    border-bottom: 1px solid white;
  }
}
/*--------------------------footer part close-------------------------------------*/
