:root {
  font-size: 16px;
}

* :not(.fa):not(.fa-brands):not(.main_content_wrapper > p):not(.content_para) {
  font-family: gotham-rounded-bold, sans-serif;
  letter-spacing: 0.2rem;
}

.container {
  max-width: 1024px;
}

.green_color {
  color: #16a085;
}

.grey-color {
  color: #5b5b5b;
}

.gotham_md {
  font-family: gotham-rounded-medium, sans-serif !important;
}

.gotham_light {
  font-family: gotham-rounded-light, sans-serif !important;
}

.new-gotham-bold {
  font-family: gotham-bold, sans-serif !important;
}

.content_wrapper {
  text-align: left;
}

.content_heading {
  font-size: 1.1rem;
}

.content_para {
  font-size: 0.7rem;
}
.content_para span {
  font-weight: bold;
  color: #000;
}

.count_slides {
  font-size: 0.6rem;
}

.small_text_1 {
  font-size: 0.5rem;
}

.small_text_2 {
  font-size: 0.62rem;
  line-height: 2.5;
}

.small_text_3 {
  font-size: 0.75rem;
}

.small_text_4 {
  font-size: 0.8rem;
}

.my_btn {
  color: #fff;
  font-size: 0.7rem;
  background-color: #16a085;
  padding: 1rem 2.5rem;
}

.icon_btn_style {
  background-color: #16a085;
  width: 4rem;
  color: #fff;
}

.download_btn_style {
  width: 15rem;
  background-color: #1abc9c;
  color: #fff;
}

.design_carousel_controls {
  position: absolute;
  bottom: 4.5rem;
  right: 18rem;
}

.our_community_carousel_controls {
  position: absolute;
  top: 0rem;
  right: -2.8rem;
}

.control_next, .control_prev {
  position: relative;
  display: inline;
}
.control_next .control_prev_icon, .control_next .control_next_icon, .control_prev .control_prev_icon, .control_prev .control_next_icon {
  padding: 0 2rem 0 1rem;
  filter: invert(1);
  width: 1.2rem;
  height: 1.2rem;
}

#rappresent {
  background-color: #090909;
}

#our-community {
  background-color: #f5f6f7;
}

#download {
  background-color: #f5f6f7;
}

.wrapper {
  padding: 7rem 0 6rem 0 !important;
}

.phone_bg {
  position: absolute;
  width: 65%;
  right: 0;
  bottom: 0;
}

.move_img_left {
  left: -0.4rem;
  position: absolute;
}

.side_borders {
  border-left: solid 3px #16a085;
  border-right: solid 3px #16a085;
}

#header {
  background-image: url("../../images/header/gif.gif");
  background-size: cover;
  background-repeat: no-repeat;
}
#header .main_content_wrapper {
  padding: 21rem 0 14rem 0;
}
#header .main_content_wrapper h1 {
  font-size: 4rem;
  letter-spacing: 0.3rem;
}
#header .main_content_wrapper p {
  letter-spacing: 0.15rem;
}

#subscribe {
  background: url("../../images/subscribe/new-contact.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#subscribe .subscribe_title {
  padding-top: 21rem;
  padding-bottom: 1.7rem;
  text-shadow: #000 1px 1px 10px;
}
#subscribe .subscribe_input {
  width: 21rem;
  padding-bottom: 20.5rem;
}

.nav_logo {
  margin-top: -1rem;
}

.nav-item > a:hover {
  color: red !important;
}

.white-color {
  filter: invert(1);
}

nav {
  position: relative;
}

.nav-position {
  position: absolute;
  z-index: 2000;
}

#myForm {
  visibility: hidden;
  transition: visibility 0.2s ease-in-out;
}

@media screen and (max-width: 992px) {
  .border-setup {
    padding: 1rem 0;
    border-top: 1px solid white !important;
    border-bottom: 1px solid white !important;
  }
  #rappresent .wrapper {
    padding: 0 !important;
  }
  #rappresent .wrapper .phone_bg {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #rappresent .rappresent_content_wrapper {
    z-index: 1;
    padding: 5rem 1rem !important;
    text-align: center;
  }
  .content_wrapper {
    text-align: center;
  }
  .move_img_left {
    margin: 0 auto;
    position: relative;
  }
  br {
    display: none;
  }
  .our_community_carousel_controls {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .our_community_carousel_controls .control_prev_icon, .our_community_carousel_controls .control_next_icon {
    width: 2rem;
    height: 2rem;
  }
  .design_carousel_controls {
    position: relative;
    top: -7rem;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .design_carousel_controls .control_buttons .control_prev_icon, .design_carousel_controls .control_buttons .control_next_icon {
    padding: 0;
    width: 2rem;
    height: 2rem;
  }
  nav {
    position: unset;
  }
  .nav-position {
    position: fixed;
    top: 0;
    z-index: 2000;
    background-color: #212331;
  }
}
@media screen and (max-width: 576px) {
  .wrapper .phone_bg {
    width: 100% !important;
  }
  .move_img_left {
    width: 80% !important;
    height: 100%;
  }
  .download_btn_style {
    width: 80%;
  }
  .subscribe_input {
    width: 80% !important;
  }
  .move-next-line {
    display: block;
  }
  .new-gotham-bold {
    font-size: 2rem !important;
  }
  .map {
    width: 85%;
  }
}/*# sourceMappingURL=main.css.map */