* {
  box-sizing: border-box;
  font: normal 16px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
body {
  background-color: #fff;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
}
:root {
  --main-color: #1c1c1c;
}

.navbar.sticky {
  padding: 0%;
  background: #fff;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
}
.navbar.sticky .nav-item .nav-link {
  color: #282828 !important;
}

.navbar-brand img {
  width: 60%;
}
.nav-item .nav-link {
  color: #fff !important ;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2px;
  transition: all 0.3s;
  position: relative;
}
.nav-item .nav-link::before,
.nav-link.active::before,
.navbar.sticky .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out 0s;
}
.navbar.sticky .nav-link.active::before {
  background: -webkit-linear-gradient(left, #1ebbf0 30%, #39dfaa 100%);
}
.nav-link:hover::before,
.nav-link.active::before,
.navbar.sticky .nav-link:hover::before,
.navbar.sticky .nav-link.active::before {
  width: 80%;
}
.nav-link:hover {
  color: #fff;
  cursor: pointer;
}
.navbar.sticky.nav-link.active::before:hover {
  background-color: -webkit-linear-gradient(left, #1ebbf0 30%, #39dfaa 100%);
}

.map-c {
  background-image: url(../images/contactUs/contactUs.jpg);
  background-size: cover;
  background-position: bottom right  ;
  height: 60vh;
  position: relative;
}

/* .map {
  background-image: url(../images/contactUs/contactUs.jpg);
  background-size: cover;
  background-position: bottom right  ;
  height: 60vh;
  position: relative;
} */


.home-layer {
  background-color: #100f0f85;
  height: 100%;
  width: 100%;
}
.home-data h1 {
  font-weight: bold;
  font-size: 3.2rem;
}
.contact-icon i {
  display: inline-block;
  color: #4cadc9;
  font-weight: bold;
  font-size: 2em !important;
  margin-bottom: 1.5rem;
}
.contact-icon .contact-span {
  color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  font-size: 15px;
  display: block;
  margin: auto;
}
.contact-icon h4,
p {
  font-weight: bold;
  color: #333;
}
/* 
#contactForm {
  background-color: #f7f7f7;
} */
.contact-form {
  padding-top: 3%;
  padding-left: 0;
}
.contact-form form label {
  color: #8b8d94;
}
.contact-form form input,
textarea {
  width: 100%;
  color: #8b8d94;
  border-style: solid;
  border-width: 1px;
  border-bottom: #8b8d94;
  padding: 5px 15px 5px 15px;
  border-color: rgba(51, 51, 51, 0.11);
  background-color: #fdfdfd;
  border-radius: 2px;
  margin-bottom: 10px;
}

.contact-form h5 {
  font-weight: bold;
  font-size: 25px;
}

.contact-form .form-btn {
  padding: 12px 18px 12px 18px;
  border-radius: 1px;
  border: none;
  min-height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff;
  background: linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%);
}

.location h3 ,
.social h3{
  font-weight: bold;
  color: #333;
  font: normal bold 24px / 34px "Roboto", Helvetica, Arial, Verdana, sans-serif;  
}
.location .location-data p {
  font: normal 16px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  word-spacing: normal;
  color: #8b8d94;
}
.location .location-data a {
  color: #1ebbf0;
  text-decoration: underline;
}
.social-icon{
  background-color: #4cadc9;
  width: 5em;
  height: 5em;
  color: #fff;
  align-items: center;
  border: 2px solid transparent;
}

p{
  text-align: justify;
}
.social-icon-color{
color: #FFF;
}

.social-icon i{
  font-size: 2.85em
}

footer .footer .footer-head {
  font-weight: bold;
}
footer p,

a{
  color: #8b8d94;
}


@media screen and (max-width: 778px) {
  .home {
    height: 5%;
  }
  .home-data h1 {
    font-size: 2rem;
    margin-bottom: 5%;
  }
}
