*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/*---------star effect start----------*/

canvas {
    height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left:0;
    z-index: -1;
}

/*---------star effect close---------*/

/*---------contact us 1st-part start----------*/
.contactus{
    height: 300px;
    width: 100%;
    background-image: url(/images/about-img.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
 #canvas {
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index:1;
    pointer-events: none;
}
.contactus .like{
    height: inherit;
    width: inherit;
    background:rgba(60, 60, 60, 0.76);
    position: relative;
   
    padding: 200px 0 0 30px;
    z-index: 10;
}

.contactus .like ul li{
    list-style: none;
}
.contactus .like ul li a{
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: 400;
}
.contactus .like h1{
    font-size: 50px;
    font-family: Savate,sans-serif;

}

@media screen and (max-width:479px){
    .contactus{
    height: 200px;
}
.contactus .like{
    padding: 100px 0 0 30px;
}
.contactus .like h1{
    font-size: 45px;
}
}
/*---------contact us 1st part close----------*/

/*--------------------contact us-----------------------*/
.fourth-inner-1{
    padding:70px 0 70px 80px;
   /* background: black; */
}
.fourth-inner-1 h1{
    font-family: Savate,sans-serif;
    font-size: 43px;
    font-weight: 400;
    letter-spacing: 2px;
    color:#F09E1F;
    display: inline-block;
    border-bottom: 2px solid #F09E1F;
}

.form-div{
    padding: 30px 0px 0px 0px;
}

 .form-div .input-text{
    font-family: Arial, Helvetica, sans-serif;
    height: 50px;
    padding: 0 0 0 20px;
    margin: 20px 0 0 20px;
    width: 45%;
    color: #81C5C4;
    background: transparent;
    letter-spacing: 2px;
    border: 2px dotted #81C5C4;
    border-radius: 2px;
    outline:#0de0e0;
}
.form-div .input-textarea{
    height: 150px;
    width: 91.7%;
    padding: 20px 0 0 30px;
    background: transparent;
    margin: 20px 0 0 20px;
    font-family: Savate,sans-serif;
    letter-spacing: 2px;
    color: #81C5C4;
    border: 2px dotted #81C5C4;
    outline: none;
    /* outline-color: rgba(224, 224, 224, 0.636); */
}
.form-div .submit-btn{
    margin-left:20px;
    border: none;
    background:#81C5C4 ;
    color: white;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 15px 20px 15px 20px;
}
.form-div .submit-btn:hover{
    background:#ffc02d;
    transition: 0.8s;
}




/* Apply green border when input is valid */
.form-div .input-text:valid {
    border-color: green;
}

/* Apply red border when input is invalid */
 .form-div .input-text:invalid {
    border-color: rgb(156, 156, 156);
}

/* Style for textarea when valid */
.form-div .input-textarea:valid {
    border-color: green;
}

/* Style for textarea when invalid */
.form-div .input-textarea:invalid {
    border-color: rgb(136, 136, 136);
}



/* Style for CAPTCHA */
.captcha-div{
    text-align:left;
    height:auto;
    /* border: 1px solid black; */
    width: 20%;
    color: #615f81;
    margin-left: 20px;
}
#captcha {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color:#81C5C4;
    font-size: 20px;
    margin: 20px 0 0px 0 !important;
    font-style: oblique;
    letter-spacing: 3px;
    user-select: none;
}

#captchaInput {
    width:80%;
    text-align: center;
    height: 40px;
    padding: 0 0 0 10px;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 3px;
    border: 1px solid #888888;
    margin: 10px 0 0 0px;
    border-radius: 2px;
    outline-color: darkgreen;
}

#error-message{
    text-align:left;
    color: rgb(208, 2, 2);
    font-weight: bold;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

@media only screen and (max-width:990px){
    .fourth-inner-1{
        padding:70px 0 70px 20px;
        background: black;
    }
    .fourth-inner-1 h1{
        font-family: Savate,sans-serif;
        font-size: 33px;
        font-weight: 400;
        letter-spacing: 2px;
        color:#F09E1F;
        display: inline-block;
        border-bottom: 2px solid #F09E1F;
    }
     .form-div{
        /* border:1px solid black; */
        padding: 20px 10px 40px 0px;
    }
    .form-div .input-text{
        height:50px;
        padding: 0 0 0 10px;
        width:90%;
        margin: 20px 0px 0px 0px;
        border-radius: 2px;
        outline-color: darkgreen;
    }
    .form-div .input-textarea{
        height: 150px;
        width:90%;
        padding: 10px 0 0 10px;
       
        margin: 20px 0 0 0;
     
    }
    .captcha-div{
        text-align:left;
        height: 100px;
        width: 200px;
        margin-left:0px;
    }
    .form-div .submit-btn{
        margin-left:0px;
        border: none;
        color: white;
        text-transform: uppercase;
       font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        letter-spacing: 2px;
        padding: 15px 20px 15px 20px;
    }
    
}
@media only screen and (max-width:479px){
    .fourth-inner-1{
        padding:70px 0 70px 20px;
    }
    .fourth-inner-1 h1{
        font-family: Savate,sans-serif;
        font-size:21px;
        letter-spacing: 0px;
    }

    .form-div{
        padding: 0 10px 40px 0px;
    }
    .form-div .input-text{
        margin: 13px 0px 0px 0px;
        height:40px;
        padding: 0 0 0 10px;
        width:90%;
       
        border-radius: 2px;
        outline-color: darkgreen;
        margin-bottom: 7px;
    }
    .c-text h2::after{
        content: "";
        height: 4px;
        width: 100px;
        background-color: #981727;
        position: absolute;
        left:37%;
        bottom:-10px;
    }
    .form-div .input-textarea{
        height: 150px;
        width: 90%;
        padding: 10px 0 0 10px;
      
        margin: 10px 0 0 0;
        outline-color: rgba(0, 113, 0, 0.636);
    }
   .form-div .email-label{
        margin-top: 5px;
        margin-left:0px;
    }
     .form-div .gender-label{
        margin-left: 0px;
    }
     .form-div .submit-btn{
        border: none;
        color: white;
        margin-top: 30px;
    }
    .captcha-div{
        text-align: left;
        height: 100px;
        width: 200px;
        margin-left: 0%;
    }
} 
/* Small Laptops / Desktop (1025px to 1366px) */
@media (min-width: 1025px) and (max-width: 1366px) {
    .fourth-inner-1{
        padding:70px 0 70px 20px;
    }
}
/*----------------------contact page---------------------------*/


/*----------------------Map part start----------------------*/

.map iframe{
    width:100%;
    height:600px;
}

@media screen and (max-width:990px){
    .map iframe{
        height: 400px;
        width: 100%;
    }
}

@media screen and (max-width:479px){
    .map iframe{
        height: 250px;
        width: 100%;
    }
}

/*---------------------Map part close----------------------*/
