/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18 Sep, 2020, 10:18:44 AM
    Author     : Akhil Ab
*/

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

@font-face {
  font-family: AlternateGothic;
  src: url('../Fonts/AlternateGothicNo2BT-Regular.otf');
}

@font-face {
  font-family: Rubik-Bold;
  src: url('../Fonts/Rubik-Bold.ttf');
}

@font-face {
  font-family: Rubik-Medium;
  src: url('../Fonts/Rubik-Medium.ttf');
}

@font-face {
  font-family: Rubik-Regular;
  src: url('../Fonts/Rubik-Regular.ttf');
}

a:hover {
  text-decoration: none;
}

body {
  color: #1a1a1a;
  font-family: Rubik-Regular;
  font-size: 15px;
}

button:active,
button:focus {
  outline: none;
}

.top_menu {
  display: flex;
  align-items: center;
  padding-top: 25px;
}
.lead-pop-up h2 {
  text-align: center;
}
.nav_menu ul {
  padding: 0;
  list-style: none;
  text-align: right;
  width: 100%;
  margin: 0;
}

.nav_menu ul li {
  display: inline-block;
}

.nav_menu {
  width: 100%;
}

.nav_menu ul li a {
  font-weight: 500;
  font-size: 14px;
  padding: 15px;
  transition: all 0.5s;
  color: #1a1a1a;
}

.banner_div {
  background-image: url('../images/banner.jpg');
  background-size: cover;
  background-position: 18%;
}

.nav_menu ul li a:hover,
.nav_menu ul li a.active {
  background: #f16334;
  color: #fff;
}

.form_div {
  padding: 30px;
  position: relative;
  background: #fff;
}

.phone_icon {
  background: #ea723d;
  display: inline-block;
  padding: 8px;
  position: absolute;
  left: -46px;
  top: 40px;
}

.phone_icon svg {
  width: 30px;
  fill: #fff;
}

.form_div h3 {
  font-size: 24px;
  font-weight: bold;
}

.form_div p {
  color: #888;
  font-size: 15px;
}

.intro_sec {
  padding: 20vh 0px;
}

.form_div input,
.form_div select,
.form_div input,
.form_div textarea {
  border: 1px solid #e5e5e5;
  height: 40px;
  padding: 0 10px;
  width: 100%;
  color: #444444;
  font-size: 14px;
}

.form_div textarea {
  height: 70px;
  padding: 10px;
}

.form_div input:focus,
.form_div select:focus {
  outline: none;
}

.orange_btn {
  width: 100%;
  padding: 11px 20px;
  font-size: 15px;
  border: none;
  text-transform: capitalize;
  color: #fff;
  background: #ea723d;
}

.orange_btn:focus {
  outline: none;
}

.phone_icon:after {
  content: '';
  display: block;
  position: absolute;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 12px solid #ea723d;
  left: 100%;
  top: 0;
}

.logo_div img {
  width: 220px;
}

.intro_text h1 {
  font-weight: bold;
  font-size: 44px;
}

.intro_text p {
  color: #fff;
  font-size: 19px;
}

.location_search label {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.location_search select {
  width: 95%;
  border: none;
  font-size: 14px;
}

.location_search select:focus {
  outline: none;
}

.location_search {
  margin-top: -50px;
}

.location_search button {
  min-height: 85px;
}

.bord_right {
  border-right: 1px solid rgba(128, 128, 128, 0.2);
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

.our_projects {
  background: #f7f7f7;
  padding-bottom: 80px;
}

.header_top {
  color: #ea723d;
  font-size: 15px;
  font-weight: bold;
}

.section_head {
  margin-bottom: 60px;
}

.our_projects .header_top {
  margin-top: 75px;
  display: inline-block;
}

.our_projects h3 {
  font-size: 23px;
  margin: 15px 0px 10px;
  color: #ea723d;
}

.our_projects h5 {
  font-size: 16px;
  margin-bottom: 15px;
}

.our_projects p {
  font-size: 14px;
}

.enquiry {
  background-image: url('../images/enquiry_bg.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.enquiry.quote {
  background-image: url('../images/quote.jpg');
  position: relative;
}

.enquiry_bg {
  background: rgb(234 114 61 / 0.9);
  padding: 150px 0px;
}

.white_bg {
  border: none;
  margin-top: 15px;
  padding: 11px 20px;
  width: 250px;
}

.who_we {
  padding: 80px 0px;
}

.who_we h3 {
  color: #ea723d;
}

.whatwe_do {
  padding: 80px 0px;
  background: #f7f7f7;
}

.whatwe_do h3 {
  margin-bottom: 0px;
}

.whatwe_do img {
  margin-bottom: 15px;
  margin-top: 45px;
}

.whatwe_do h5 {
  font-size: 16px;
  font-weight: 600;
}
span.img-tags {
  position: absolute;
  left: 0;
  bottom: 30px;
  background: #ea723d;
  color: #fff;
  padding: 8px 20px;
}
.why_box {
  border: 1px solid #ddd;
  height: 250px;
  text-align: center;
  padding: 15px;
  -webkit-box-shadow: 2px 2px 11px 1px rgba(173, 168, 173, 1);
  -moz-box-shadow: 2px 2px 11px 1px rgba(173, 168, 173, 1);
  box-shadow: 2px 2px 11px 1px rgba(173, 168, 173, 1);
}

.why_img {
  width: 100px;
  height: 100px;
  margin: auto;
  margin-top: -65px;
  background: #ea723d;
  margin-bottom: 60px;
  padding: 10px;
}

.why_us {
  padding: 80px 0px;
}

.why_box h5 {
  font-size: 16px;
  font-weight: 600;
}

.why_us h3 {
  text-align: center;
  margin-bottom: 90px;
  color: #ea723d;
}

.whatwe_do button {
  max-width: 250px;
}

.footer_div {
  padding: 80px 0px;
}

.footer_div h6 {
  font-weight: 600;
}

.footer_div p a {
  color: #1a1a1a;
}

.social_links {
  background: #303030;
  padding: 15px 0px;
}

.social_links ul {
  margin: 0px;
  padding: 0;
  list-style-type: none;
}

.social_links ul li {
  display: inline-block;
  margin: 0px 15px;
}

.social_links ul li a {
  color: #fff;
}

.copy_div {
  color: #f16334;
  padding: 15px 0px;
}

.top {
  position: absolute;
  top: -70px;
  display: block;
  left: 50px;
}

.enquiry.quote img {
  width: 180px;
}

.bottom {
  position: absolute;
  bottom: -70px;
  right: 50px;
}

.close_menu {
  display: none;
}

.hamberger_menu {
  display: none;
}

.modal-content .close {
  position: absolute;
  float: none;
  top: -11px;
  right: -16px;
  background: #ea723d;
  opacity: 1;
  text-shadow: 0 0 BLACK;
  color: #fff;
  padding: 7px 11px;
  border-radius: 100%;
  font-size: 15px;
  cursor: pointer;
}

.modal-content .close:hover {
  opacity: 1 !important;
}

/* Project Details Page Starts Here */

.bg_overlay {
  background: rgb(255 255 255 / 63%);
}

.banner_text {
  text-align: center;
  margin: 120px 0px;
}

.banner_text h3 {
  font-size: 48px;
  color: #1a1a1a;
  font-weight: bold;
}

.banner_text h5 {
  font-size: 28px;
}

.gallery_owl .owl-nav {
  position: absolute;
  width: 100%;
  top: 46%;
}

.gallery_owl {
  position: relative;
}

.gallery_owl button.owl-prev,
.gallery_owl button.owl-next {
  width: 45px;
  height: 45px;
  background: #000 !important;
  text-align: center;
  color: #fff !important;
}

.gallery_owl button span {
  height: 35px;
  font-size: 34px;
  margin-top: -19px;
  display: block;
}

.gallery_owl button.owl-next {
  right: 0px !important;
  position: absolute;
}

button:focus,
button:active {
  outline: none;
}

.project_details {
  padding: 60px 0px;
  background: #f1f1f1;
}
p.form-back {
  color: #ea723d;
  cursor: pointer;
}
.otp-submit {
  display: none;
}
.project_details h2 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 25px;
}

.project_details h3 {
  color: #ea723d;
}

.project_details svg {
  width: 14px;
  fill: #ea723d;
  margin-right: 10px;
}

.project_details h4 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.img_box {
  border: 1px solid #ddd;
  padding: 15px;
  margin-top: 35px;
}

.img_box h4 {
  margin-top: 0px;
}

.mobile_banner {
  display: none;
}

.footer_div img {
  width: 300px;
}
.banner_imgs {
  position: relative;
}
.container-adj {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row-reverse;
}
.form-adj {
  width: 33.333%;
}
/* Project Details Page Ends Here */
.parsley-errors-list {
  list-style: none;
  font-size: 12px;
  color: #ff0000;
}

@media (max-width: 991px) {
  .close_menu {
    display: block;
    opacity: 1;
    position: absolute;
    top: 0;
    left: -30px;
    width: 30px;
    height: 30px;
    background: #444;
    float: none;
    text-shadow: 0 0 BLACK;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
  }
  .hamberger_menu {
    display: block;
    text-align: right;
    font-size: 27px;
    color: #f16334;
    cursor: pointer;
  }
  .nav_menu ul {
    position: fixed;
    width: 300px;
    height: 100vh;
    top: 0;
    right: -110%;
    background: #fff;
    z-index: 999;
    text-align: left;
    padding: 25px;
    transition: all 0.5s;
  }

  .nav_menu ul.right_0 {
    right: 0;
  }

  .nav_menu ul li {
    display: block;
  }

  .nav_menu ul li a {
    display: block;
  }

  .close:not(:disabled):not(.disabled):focus,
  .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    color: #fff;
  }
  .form-adj {
    width: unset;
  }
}

@media (max-width: 768px) {
  .intro_sec {
    padding: 5vh 0px 5vh;
  }

  .form_div {
    background: #f7f7f7;
  }

  .phone_icon {
    display: none;
  }

  .our_projects .header_top {
    margin-top: 35px;
  }

  .section_head {
    margin-bottom: 15px;
  }

  .our_projects img {
    margin-top: 20px;
  }

  .our_projects {
    padding-bottom: 35px;
  }

  .enquiry_bg {
    padding: 50px 0px;
  }

  .who_we,
  .whatwe_do,
  .why_us,
  .footer_div {
    padding: 35px 0px;
  }

  .enquiry.quote img {
    width: 50px;
    right: 25px;
  }

  .bottom {
    bottom: -20px;
  }

  .top {
    top: -20px;
    left: 25px;
  }

  .why_box {
    margin-bottom: 75px;
  }

  .footer_div h6 {
    margin-top: 15px;
  }

  .whatwe_do img {
    width: 100px;
  }

  .social_links ul li {
    margin: 0px 6px;
  }

  .why_img {
    width: 85px;
    height: 85px;
  }

  .location_search button {
    min-height: auto;
  }

  .banner_text {
    margin: 70px 0px;
  }

  .banner_text h3 {
    font-size: 34px;
  }

  .banner_text h5 {
    font-size: 24px;
  }

  .project_details h3 {
    line-height: 38px;
  }

  .project_details {
    padding: 35px 0px;
  }
  .container-adj {
    position: unset;
    transform: none;
    display: flow-root;
  }
}

@media (max-width: 640px) {
  .banner_div {
    background-position: center;
  }
  .banner_div.home {
    background: none;
  }
  .intro_text p {
    color: #1a1a1a;
  }
  .gallery_owl .owl-nav {
    top: 36%;
  }
  .mobile_banner {
    display: block;
  }
  .modal-content .close {
    right: -6px;
  }
}
