@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
}
html,
body {
  overflow-x: hidden;
  position: relative;
}

/*---navbar-section-start---*/
.m-auto {
  margin: auto !important;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgb(255 255 255 / 90%);
  font-size: 11px;
  font-weight: 700;
  font-family: "Open Sans";
  line-height: 33px;
  margin-right: 35px;
}
.bg-light {
  background-color: #f8f9fa00 !important;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.nav-logo {
}
.nav-logo img {
  width: 115.89px;
  height: 120px;
  background-color: #ffffffcc;
  border-radius: 6px;
  position: absolute;
  top: 2px;
  left: 150px;
}
/*---navbar-section-end---*/

/*---hero-section-start---*/
.hero-section {
  background: url(../images/high-rise.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0px 70px 0px;
  position: relative;
  background-attachment: fixed;
}
.hero-left-item {
}
.hero-left-item h3 {
  font-size: 32px;
  color: #eceff3;
  font-weight: 300;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: dosis;
}

.hero-right-item {
}
.menu-item {
}
.menu-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-item ul li {
  display: inline-block;
}
.menu-item li a {
  font-size: 10px;
  color: #eceff3;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: open sans;
  display: block;
  text-decoration: none;
}
.menu-item li a:hover {
  color: #6cba44;
}

/*---hero-section-end---*/

/*--- google-map-section-start ---*/
.google-map-section-start {
}
.container-fluid {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.google-map-item {
}
.google-map-item iframe {
  width: 100%;
  height: 400px;
}
/*--- google-map-section-end ---*/

/*--- contact-form-section-start ---*/
.contact-form-section {
  background-color: #0b0b0b;
  background-image: url(../images/bg.png);
  padding: 75px 0px 0px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-form {
}
.contact-form-left-item {
}
.contact-form-left-item form label {
  font-size: 18px;
  color: #eceff3;
  font-weight: 500;
  font-family: "Dosis";
  line-height: 1.5em;
  letter-spacing: 3px;
  margin-bottom: 28px;
}
.contact-form-left-item form input {
  padding: 10px;
  margin-bottom: 40px;
  color: #fff;
  border:solid 1px rgba(0,0,0,.3);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  width: 230px;
  height: 45px;
  outline: none;
  
}
.contact-form-left-item form input:focus { 
  border-color: #6CBA44;
}
.contact-form-left-item form input[type=button]{
  width: 175px;
  height: 38px;
  border: solid 1px #111111!important;
}
.contact-form-left-item form input[type=button]:hover { 
  background-color: #111111;
  /* border-color: transparent!important; */
}
.contact-form-left-item form textarea {
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  width: 490px;
  height: 175px;
  outline: 0;
}
.contact-form-left-item form textarea:focus {
  border-color: #6cba44;
}
.btn {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #eceff3;
  font-family: dosis !important;
  border-radius: 0 !important;
  padding: 5px 30px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  border: 1px solid #fff !important;
}

.contact-info-right {
  max-width: 380px;
  margin-left: auto;
}
.contact-info-right h3 {
  font-size: 18px;
  color: #eceff3;
  font-weight: 500;
  font-family: "Dosis";
  line-height: 1.5em;
  letter-spacing: 3px;
  margin-bottom: 28px;
}
.contact-info-right p {
  font-size: 14px;
  color: #ddd;
  line-height: 1.3em;
  font-family: open sans;
  display: block;
  border-bottom: solid 1px #222;
  padding-bottom: 7px;
  margin-bottom: 7px;
  font-weight: 300;
  text-decoration: none;
}
.contact-info-right a {
  font-size: 13px;
  color: #ddd;
  line-height: 1.3em;
  font-family: open sans;
  display: block;
  border-bottom: solid 1px #222;
  padding-bottom: 7px;
  margin-bottom: 7px;
  font-weight: 300;
  text-decoration: none;
}
.contact-info-right p b {
  color: #6cba44 !important;
  font-weight: bold;
}
.contact-info-right a b {
  color: #6cba44 !important;
  font-weight: bold;
}
/*--- contact-form-section-end ---*/
@media(max-width:479.98px) {
  .contact-form-left-item form textarea,
  .contact-form-left-item form input {
    width: 100%;
  }
} 