
.contactus-head {
    margin-top: 0;
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    text-shadow: 0px 0px 12px rgb(0 0 0);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}

.head {
  margin-top: 14%;
}
.contact-col {
  padding-left: 4% !important;
}
.textt {
    color: white;
    font-family: "Roboto", sans-serif;
}
.texttt {
    color: white;
    font-weight : bold;
    font-family: "Roboto", sans-serif;
}
.ion i {
  font-size: 20px;
  padding-right: 1%;
  padding-top: 1%;
  color: black;
}
ul {
  list-style-type: none;
}
.form-control {
  background-color: #ffffffa2 !important;
}
.btn {
  background-color: #ffffffa2 !important;
}
.conatctus-img {
  width: 100%;
  height: 100%;
}
.conatct-image-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 6%;
}
.conatct-image-text {
    position: absolute;
    top: 0;
    bottom: 0%;
    color: white;
    font-size: 18px;
    background-color: rgb(0 0 0 / 51%);
    padding: 5px 10px;
    width: 100%;
    margin-top: 6%;
    padding-bottom: 53.2%;
}
u {
    text-decoration-color: #fea500;
    text-underline-offset: 15%;
}
/* media query for display main text on mobile screen */
@media screen and (max-width: 768px) {
    .conatct-image-container{
        margin-top : 15%;
    }
    .conatct-image-text {
        height:auto;
        margin-top: 6%;
    }
    .contactus-mydiv {
        height: 938px;
    }
    .contact-row {
        margin-top: 20%;
    }
    .contactus-head {
        font-size: 40px;
        margin-top: 20%;
    }
}

