html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased; }

body {
  background: #ffffff;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #888;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%; }

.brd {
  border: solid 1px red; }

img {
  max-width: 100%;
  height: auto; }

  /*==========================
2.1 Header Area
===========================*/
@media (max-width: 767px) {
  .header-area {
    width: 100%;
    height: 95px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 998;
    background-color: #ffffff;
    padding-top: 12px; } }
@media (min-width: 768px) {
  .header-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 998;
    background-color: #ffffff; } }
.menu-area {
  display: flex;
  align-items: center; }

.hdr-l {
  width: 50%;
  height: 40px;
  float: left; }

.logo a {
  display: inline-block; }
.logo img {
  max-height: 100%; }

.nav-menu {
  text-align: right; }
  .nav-menu ul li {
    display: inline-block; }
  .nav-menu ul li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0;
    padding: 25px 36px;
    position: relative;
    padding-left: 0;
    text-decoration: none; }
  .nav-menu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 22px;
    height: 2px;
    width: 0%;
    background-color: #000000;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .nav-menu ul li:hover a:before,
  .nav-menu ul li.active a:before {
    width: 70%; }
  .nav-menu ul li.activeoff a:before {
    width: 0%; }

/*dropdown menu area start*/
.mobile_menu {
  margin-top: 6px; }

.slicknav_menu .slicknav_menutxt {
  display: none; }

.slicknav_menu {
  background: transparent;
  margin-top: 21px; }

.slicknav_menu .slicknav_icon-bar {
  height: 2px;
  width: 19px;
  margin: 3px 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.slicknav_btn {
  background-color: transparent;
  position: relative;
  margin-top: -65px; }

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(1px, 7px);
  transform: rotate(45deg) translate(1px, 7px); }

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-6px);
  transform: rotate(-45deg) translateY(-6px); }

.slicknav_menu {
  margin-top: 0; }

.slicknav_nav {
  background: #000000;
  margin: 10px;
  padding: 6px 0px;
  color: #000000; }

.slicknav_nav a:hover {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 0; }

.slicknav_nav a {
  font-size: 18px;
  letter-spacing: 0.01em; }

#cta-ctr {
  position: relative;
  width: 100%;
  height: 447px;
  line-height: 30px;
  background-image: url("../img/roof-bck-lg.jpg");
  background-repeat: no-repeat;
  margin-top: 90px; }

.cta-ctr-opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  /* fallback for IE 8 and below */
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  padding-top: 50px; }

.cnt-in {
  height: 40px;
  font-size: 17px; }

.blck-bck {
  width: 100%;
  height: 55px;
  position: relative;
  background-color: #000000; }

.cntr-num {
  color: #ec100c; }

/* About Us */
.about-ctr-1 {
  position: relative;
  width: 100%;
  height: 115px;
  margin-top: 100px; }

.about-p {
  font-size: 17px; }

.light-bg {
  background-color: #faf6fb; }

.section {
  padding: 80px 0; }

.section-title {
  text-align: center;
  margin-bottom: 3rem; }

.section-title small {
  color: #998a9b; }

.owl-carousel .owl-item img.client-img {
  width: 110px;
  margin: 30px auto;
  border-radius: 50%;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07); }

.testimonials-single {
  text-align: center;
  max-width: 80%;
  margin: 0 auto; }

.blockquote {
  color: #7a767a;
  font-weight: 300; }

.owl-next.disabled,
.owl-prev.disabled {
  opacity: 0.5; }

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.owl-prev {
  left: 0; }

.owl-next {
  right: 0; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 60px; }

.owl-theme .owl-dots .owl-dot span {
  background: #e7d9eb;
  width: 35px;
  height: 8px;
  border-radius: 10px;
  transition: all 0.3s ease-in; }

.owl-theme .owl-dots .owl-dot:hover span {
  background: #659c27; }

.owl-theme .owl-dots .owl-dot.active span {
  background: #659c27;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07); }

/*  IMAGE GALLERY
----------------------*/
.img-gallery .owl-item {
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
  transform: scale(0.8);
  transition: all 0.3s ease-in; }

.img-gallery .owl-item.center {
  transform: scale(1); }

/* CONTACT US */
.contact {
  padding: 4%;
  height: 400px;
  margin-top: 100px; }

.clm-orange {
  background: #ff9b00;
  padding: 4%;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem; }

.contact-info {
  margin-top: 10%; }

.contact-info img {
  margin-bottom: 15%; }

.contact-info h2 {
  margin-bottom: 10%; }

.col-9 {
  background: #fff;
  padding: 3%;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.contact-form label {
  font-weight: 600; }

.contact-form button {
  background: #25274d;
  color: #fff;
  font-weight: 600;
  width: 25%; }

.contact-form button:focus {
  box-shadow: none; }

/* Contact thank you */
.ty-ctr {
  margin-top: 135px;
  text-align: center; }

.h-btn {
  max-width: 120px;
  font-size: 11px;
  margin-top: 10px; }

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*-----------------------
    Home One
    -----------------------*/
  .menu-area {
    display: block;
    margin-top: 15px; }

  #cta-ctr {
    width: 100%;
    height: 670px; }

  .sat-guar {
    width: 135px;
    height: 135px; } }
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /*-----------------------
    Home One
    -----------------------*/
  .menu-area {
    display: block; }

  h1 {
    font-size: 30px; }

  #cta-ctr {
    width: 100%;
    height: 750px; } }
/* Wide Mobile Layout: 600px - 767px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  h1 {
    font-size: 30px; }

  #cta-ctr {
    width: 100%;
    height: 700px; } }
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 240px) and (max-width: 480px) {
  /*-----------------------
    Home One
    -----------------------*/
  .menu-area {
    display: block; }

  .logo {
    width: 110px;
    height: 50px; }

  h1 {
    font-size: 30px;
    line-height: 40px; }

  #cta-ctr {
    width: 100%;
    height: 600px; }

  .about-ctr-1 {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 100px; }

  .sat-guar {
    width: 145px;
    height: 145px; } }

/*# sourceMappingURL=wt_style.css.map */
