@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
  font-family: 'Nunito', sans-serif !important;
}

button:focus {
  outline: none;
  box-shadow:none;
}
.navbar-brand
{
    width:15%;
}
.brochure_btn
{
    background-color: #415f4e;
    margin: 0px 15px;
    color: #fff;
    font-size: 15px;
    border-radius: 0px;
    font-weight: 600;
}
.section-space
{
    padding: 90px 0px;
}
.brochure_btn:hover
{
    color:#fff;
}
.navbar-bg {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.thankyou_body {
    background-color: #e4e4e4;
}
.thank_you_box {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    margin-top: 5rem;
    padding: 6rem;
    background-color: #415f4e;
}
.thank_you_box .thank {
    font-size: 5rem;
    text-align: center;
    color: #fff;
    font-family: 'Roboto Slab', serif !important;
    font-weight: 800;
}
.thank_you_box .thank_sub {
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}
.thank_btn {
    background-color: #ba4c35;
    color: #fff;
    font-size: 17px;
    padding: 0.5rem 2rem;
    border-radius: 0;
    font-weight: 700;
    margin-top: 3rem;
}
.thank_btn:hover
{
    color:#fff;
}
.get_quote_button
{
        background-color: #ba4c35;
    border-radius: 0;
    margin-top: 0.8rem;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 45%;
}

.get_quote_button:hover
{
    color:#fff;
}
.browse_cat_outer {
  background-color: #fff;
  margin-top: -5rem;
  box-shadow: 0 5px 30px -5px #ccc;
  padding: 2rem;
}

.browse_cat {
  padding: 1rem;
  filter: grayscale(1);
}

.browse_cat:hover {
  filter: grayscale(0);
  background-color: whitesmoke;
  border-radius: 10px;
}

.browse_cat h6 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #ba4c35;
}

.browse_cat img {
  width: 65%;
  margin-bottom: 1rem;
}

.float-whatsapp {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
}

.float-whatsapp img {
  width: 2.5rem;
}

.navbar-toggler i {
  color: #ba4c35;
}

.navbar-img {
  width: 65%;
}

.navbar-bg .navbar-nav .nav-link {
  color: #ba4c35;
  font-size: 16px;
  font-weight: 600;
  padding: 0.5rem 0.8rem;
}

.banner_section {
  margin-top: 85px;
}

.banner_section .container-fluid {
  background: rgba(7, 31, 49, 0.90);
}

.top_banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.85)), url(../../assets/img/banner.jpg);
  background-size: 100%;
  min-height: 650px;
  background-repeat: no-repeat;
  background-position: center;
}

.top_banner_content {
  padding: 7rem 35rem 0rem 5rem;
}

.top_banner_content h4 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #ccc;
  line-height: 65px;
  margin-bottom: 1.5rem;
  font-family: 'Roboto Slab', serif !important;
}

.top_banner_content p {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}

.get_start_btn {
  background-color: #ba4c35;
  border-radius: 0;
  margin-top: 1rem;
  padding: 0.5rem 2rem;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.get_start_btn:hover {
  background-color: #415f4e;
  color: #fff;
}

.top_form {
  padding: 3rem 5rem 0rem 4rem;
}

.top_form form {
  background: #26476c;
  padding: 2rem;
  border-radius: 7px;
}

.top_form form .form-request {
  border-radius: 0;
  background-color: #26476c;
  border: 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.8rem;
  color: #fff;
  padding: 0;
  font-size: 16px;
}

.form-request::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #cecece;
}

.form-request:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cecece;
}

.form-request::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cecece;
}

.form-request:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #cecece;
}

.submit_form {
  background-color: #fff;
  border-radius: 0;
  margin-top: 2rem;
  color: #26476c;
  font-size: 18px;
  font-weight: 700;
  padding: 0.5rem 2rem;
}

.about-desc {
  position: relative;
  background: #f7f2f2;
  padding: 2.5rem;
  z-index: 99;
  border-left: 3px solid #415f4e;
}

.owl-nav span:focus {
  outline: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent !important;
}

.about-desc h1 {
  font-family: 'Roboto Slab', serif !important;
  color: #415f4e;
  font-size: 30px;
  font-weight: 700;
}

.about-desc p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
}

.about-img {
  overflow: hidden;
  display: inline-block;
}

.about-img img {
  width: 45rem;
}

.about-img {
  overflow: hidden;
  display: inline-block;
}

.pd-unset {
  padding: 0px;
}

.section-top-space {
  padding-top: 90px;
}

.style-4 .single-service {
  border: 1px solid #ddd;
  margin-bottom: 2rem;
  box-shadow: 0 5px 30px -5px #ccc;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center
}

.style-4 .single-service:after,
.single-team:after {
  position: absolute;
  content: "";
  width: 0%;
  border-top: 3px solid #ba4c35;
  left: 0;
  top: 0;
  border-left: 3px solid #ba4c35;
  height: 0%;
  z-index: 2;
  opacity: 0;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s
}

.style-4 .single-service:before,
.single-team:before {
  position: absolute;
  content: "";
  width: 0%;
  border-bottom: 3px solid #ba4c35;
  right: 0;
  bottom: 0;
  border-right: 3px solid #ba4c35;
  height: 0%;
  z-index: 2;
  opacity: 0;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s
}

.style-4 .single-service:hover:before,
.single-service:hover:after {
  opacity: 1;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";*/
  visibility: visible;
  height: 25%;
  width: 25%;
}

.style-4 .single-service:hover .border-btn {
  background-color: #ba4c35;
  color: #fff;
}

.style-4 .single-service h1 {
  position: relative;
  font-weight: 600;
  margin-top: 0px;
  padding-top: 20px;
  font-size: 22px;
  color: #26476c;
  font-family: 'Roboto Slab', serif !important;
}

.style-4 .single-service img {
  width: 100%;
  height: 290px;
  object-fit: contain;
  padding: 25px 18px;
}

.style-4 .single-service .body {
  background-color: #f1f1f1;
  padding: 1rem;
}

.style-4 .single-service .body h5 {
  font-size: 20px;
  font-weight: 700;
  color: #ba4c35;
  margin-bottom: 0.3rem;
}

.style-4 .single-service .price {
  color: #415f4e;
  font-weight: 700;
  font-size: 20px;
  margin-top: 1rem;
}

.style-4 .single-service p {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

.style-4 .single-service h1:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 12px;
  background-color: #0bbbc1;
  top: -25px;
  left: 50%;
  margin-left: -1.5px;
}

.style-4 .single-service h1:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #0bbbc1;
  left: 50%;
  margin-left: -15px;
  top: -13px;
}

.page_title {
  font-family: 'Roboto Slab', serif !important;
  font-size: 2.5rem;
  color: #415f4e;
  font-weight: 700;
  margin-bottom: 2rem;
}

.page_subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 2rem;
}

.side_form {
  padding: 0 !important;
}

.border-btn {
  background-color: #26476c;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 0.5rem 2rem;
  margin-top: 0.5rem;
}

.calling-section {
  background-color: #1f3545;
}

.poly-call {
  clip-path: polygon(80% 100%, 100% 0, 0 0, 0% 100%);
}

.call-to-action-bg {
  background-color: #415f4e;
  height: 450px;
  width: 100%;
  background-size: cover;
}

.call-sec {
  padding: 8rem 2rem;
}

.call_to_img {
  height: 450px;
  object-fit: cover;
  object-position: bottom;
}
.small_title
{
        text-align: center;
    margin-top: 4rem;
    font-size: 30px;
    margin-bottom: 1rem;
    font-weight: 600;
}
.efgallery img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  border-radius: 0 !important;
  margin-bottom: 1rem;
}
.efgallery .interior {
  width: 100%;
  height: 300px;
  object-fit: cover !important;
  border-radius: 0 !important;
  margin-bottom: 1rem;
}

.call-sec .heading {
  font-size: 2.5rem;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  font-family: 'Roboto Slab', serif !important;
  text-align: left;
}

.call-sec .subheading {
  font-size: 17px;
  line-height: 30px;
  text-align: left;
  color: #fff;
}

.btn-call-to-action {
  background-color: #fff;
  border-radius: 0px;
  padding: 0.5rem 2rem;
  font-size: 20px;
  font-weight: 700;
  color: #ba4c35;
  border-left: 5px solid #ba4c35;
  margin-top: 0.5rem;
}

.contact-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.contact_form_box {
  background-color: #fff;
  padding: 3rem;
  min-height: 100%;
}

.contact_no_box img {
  width: 2rem;
  margin-bottom: 2rem;
}

.form-control:focus {
  box-shadow: none;
}

.contact_form .form-input-control {
  height: 45px;
  border-radius: 0;
  border: 1px solid #26476c;
  font-size: 15px;
  color: #26476c;
}

.footer-copyright {
  background-color: #ba4c35;
  padding: 0.5rem;
}

.footer-copyright p,
.footer-copyright a {
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: 600;
}

.footer-copyright a:hover {
  color: #fff;
}

.contact_form .form-text-control {
  height: 80px;
  border-radius: 0;
  border: 1px solid #26476c;
  font-size: 15px;
  color: #26476c;
}

.btn-contact {
  background-color: #ba4c35;
  border-radius: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 2rem;
}

.testimonial-card {
  background-color: #f7f2f2;
  border-radius: 0;
}

.owl-nav span {
  font-size: 40px;
  color: #ba4c35;
}

.testimonial-card h6 {
  color: #ba4c35;
  font-weight: 700;
  font-size: 20px;
  padding-left: 0.5rem;
}

.btn-contact:hover {
  background-color: #415f4e;
  color: #fff;
}

.contact_no_box {
  background-color: #415f4e;
  padding: 2rem 2.5rem;
  min-height: 100%;
}

.callbox {
  background-color: #415f4e;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  padding: 0.5rem;
}

.callbox img {
  width: 2rem;
}

.contact_no_box p {
  font-size: 15px;
  color: #e8e8e8;
  line-height: 27px;
}
.contact_no_box p a {
  font-size: 15px;
  color: #e8e8e8;
  line-height: 27px;
}
.contact_no_box p a:hover {
    text-decoration:none;
}
#feedback {
  height: 0px;
  width: 85px;
  position: fixed;
  right: 0;
  top: 55%;
  z-index: 1000;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

#feedback a {
  display: block;
  background: #ba4c35;
  height: 52px;
  padding-top: 10px;
  width: 155px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  opacity: 1;
}

#feedback a:hover {
  background: #415f4e;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background-color: #f7f7f7;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.quick_enquiry_form {
  padding: 2rem;
}

.form-enrequest {
  height: 38px;
  border-radius: 0;
  font-size: 14px;
  color: #1f3545;
  margin-bottom: 1rem;
}

.form-entrequest {
  border-radius: 0;
  margin-bottom: 1rem;
  font-size: 14px;
  color: #1f3545;
}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* Style the icon bar links */

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
}


/* Style the social media icons with color, if you want */

.icon-bar a:hover {
  background-color: #26476c;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

@media (max-width: 600px) {
    .thank_you_box {
    margin-top: 1rem;
    padding: 9rem 1rem;
}
.thank_you_box .thank {
    font-size: 2.5rem;
    font-weight: 700;
}
.thank_you_box .thank_sub {
    font-size: 18px;
}
.thank_btn {
    font-size: 14px;
}
  #feedback a {
    width: 128px;
    font-size: 14px;
    padding-top: 4px;
  }
  #feedback {
    width: 60px;
  }
  .icon-bar {
    z-index: 99;
  }
  .icon-bar a {
    padding: 9px;
    font-size: 11px;
  }
  .top_banner_content {
    padding: 2rem 2rem;
  }
  .top_banner_content h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 1rem;
  }
  .top_banner_content p {
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    margin-bottom: 0.5rem;
  }
  .browse_cat_outer {
    margin-top: 0;
  }
  .browse_cat {
    padding: 0rem;
    margin-bottom: 1rem;
  }
  .browse_cat img {
    width: 50%;
    margin-bottom: 0.5rem;
  }
  .browse_cat h6 {
    font-size: 14px;
  }
  .browse_cat:hover {
    background-color: transparent;
  }
  .top_banner {
    clip-path: none;
    background-size: cover;
    min-height: auto;
  }
  .top_form {
    padding: 2rem;
  }
  .top_form form .form-request {
    margin-bottom: 1rem;
    font-size: 14px;
  }
  .submit_form {
    margin-top: 1rem;
    font-size: 14px;
    padding: 0.3rem 1rem;
  }
  .get_start_btn {
    font-size: 14px;
  }
  .about-img img {
    display: none;
  }
  .about-right {
    display: none;
  }
  .about-desc h1 {
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .about-desc p {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
  }
  .about-desc::after {
    display: none;
  }
  .pd-unset {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page_title {
    font-size: 20px;
    margin-bottom: 1.3rem;
  }
  .page_subtitle {
    font-size: 14px;
    line-height: 21px;
  }
  .about-desc {
    padding: 1.5rem;
  }
  .style-4 .single-service img {
    width: 100%;
  }
  .style-4 .single-service h1 {
    font-size: 14px;
    padding-top: 14px;
  }
  .style-4 .single-service {
    margin-bottom: 0rem;
    min-height: 100%;
    padding: 0;
  }
  .call_to_img {
    height: auto;
    object-fit: contain;
  }
  .border-btn {
    font-size: 14px;
    padding: 0.5rem 1rem;
    margin-top: 0;
  }
  .call-sec {
    padding: 1rem;
  }
  .call-to-action-bg {
    height: auto;
  }
  .poly-call {
    clip-path: none;
  }
  .call-sec .heading {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
  }
  .call-sec .subheading {
    font-size: 14px;
    line-height: 24px;
  }
  .btn-call-to-action {
    padding: 0.3rem 2rem;
    font-size: 16px;
    margin: 0;
    margin-bottom: 1rem;
  }
  .efgallery img {
    height: 150px;
    margin-bottom: 0rem;
  }
  .efgallery .interior
  {
      height:150px;
      margin-bottom:0px;
  }
  .section-space {
    padding:40px 0px;
}
.brochure_btn {
     background-color: transparent; 
     margin: 0px; 
    color: #415f4e;
    font-size: 15px;
    border-radius: 0px;
    font-weight: 600;
    text-align: left;
}
.brochure_btn:hover {
    color: #415f4e;
}
.interior_p
{
        text-align: justify;
    font-size: 14px;
    line-height: 26px;
}
.small_title {

    margin-top: 3rem;
    font-size: 20px;
    margin-bottom: 0.5rem;
    
}
  .owl-carousel {
    z-index: 0 !important;
  }
  .testimonial-card .content {
    font-size: 15px;
    padding: 1rem;
    line-height: 28px;
  }
  .testimonial-card h6 {
    font-size: 18px;
    padding-left: 1.5rem;
  }
  .contact_form_box {
    background-color: #efefef;
    padding: 1.5rem;
    margin-bottom: -1rem;
  }
  .contact_form .form-input-control {
    height: 40px;
    font-size: 14px;
  }
  .btn-contact {
    font-size: 14px;
    padding: 0.4rem 1rem;
  }
  .contact_form .form-text-control {
    height: 65px;
    font-size: 14px;
  }
  .contact_no_box p {
    font-size: 14px;
    line-height: 23px;
  }
  .contact-shadow {
    box-shadow: none;
  }
  .footer-copyright p,
  .footer-copyright a {
    font-size: 14px;
  }
  .section-top-space {
    padding-top: 40px;
  }
  .navbar-img {
    width: 7rem;
  }
  .navbar-bg {
    position: relative;
  }
  .banner_section {
    margin-top: 0;
  }
  .style-4 .single-service p {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
  }
  .style-4 .single-service .body h5 {
    font-size: 18px;
  }
  .style-4 .single-service .price {
    font-size: 17px;
    margin-top: 0.5rem;
  }
}