/*!
Theme Name: aawindowsmanufacturing
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aawindowsmanufacturing
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

aawindowsmanufacturing is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
body {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #404040; }

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

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #333;
  margin: 0px; }

h1 {
  font-size: 92px; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p.slogan {
    font-family: Montserrat;
    font-size: 42px;
    text-align: center;
    color: #2843b9;
    font-weight: 700;
    text-transform: uppercase;
}
p.sub-slogan {
    text-align: center;
    font-weight: 700;
    font-size: 27px;
    border-bottom: 1px solid #ccc;
    padding: 0 0px 15px;
    font-family: Montserrat;
}
section#our-services h3 {
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
    background: #2943b9;
    color: #fff;
    text-transform: uppercase;
}
h2.section-title {
    color: #2943b9;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 40px;
    font-weight: 700;
}
p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 10px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    @inlude user-select(none): ;
    padding: 0 35px;
    font-size: 25px;
    line-height: 48px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    margin-top: 20px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: #2843b9;
}
a.main-btn:hover {
    color: #fff;
}
  @media (max-width: 767px) {
    .main-btn {
      font-size: 20px;
      padding: 0 25px;
      line-height: 43px; } 
	  p.slogan {
    font-size: 30px!important;
    line-height: 1.3!important;
}
	  p.sub-slogan {
    font-size: 20px!important;
}
	  h2.section-title {
    font-size: 30px!important;
}
	  section#cta-three h2 {
    font-size: 40px!important;
}
	  h2.service-title {
    font-size: 27px;
    font-weight: 700;
}
}
  .main-btn i {
    font-size: 12px;
    margin-left: 5px; }
  
  .main-btn.main-btn-2 {
    background-color: #fff;
    color: #df8b00;
    border-color: #df8b00; }
    .main-btn.main-btn-2:hover {
      background-color: #df8b00;
      border-color: #df8b00;
      color: #fff; }

/*===== All Section Title Style =====*/
.section-title h5 {
  position: relative;
  font-size: 18px;
  color: #df8b00;
  font-weight: 500;
  padding-left: 110px; }
  .section-title h5::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #df8b00;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
.section-title .title {
  font-size: 32px; }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 26px; } }

/*===== All Preloader Title Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  /* Change Background Color */
  background: #fdfdfd;
  z-index: 9999; }
  .preloader .spin {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px; }
    .preloader .spin .cube1, .preloader .spin .cube2 {
      background-color: #df8b00;
      width: 15px;
      height: 15px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
      -moz-animation: sk-cubemove 1.8s infinite ease-in-out;
      -o-animation: sk-cubemove 1.8s infinite ease-in-out;
      animation: sk-cubemove 1.8s infinite ease-in-out; }
    .preloader .spin .cube2 {
      -webkit-animation-delay: -0.9s;
      -moz-animation-delay: -0.9s;
      -o-animation-delay: -0.9s;
      animation-delay: -0.9s; }

/* CSS Keyframe Animation */
@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    -moz-transform: translateX(42px) rotate(-90deg) scale(0.5);
    -ms-transform: translateX(42px) rotate(-90deg) scale(0.5);
    -o-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -moz-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -ms-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -o-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -moz-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -ms-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -o-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    -moz-transform: translateX(42px) rotate(-90deg) scale(0.5);
    -ms-transform: translateX(42px) rotate(-90deg) scale(0.5);
    -o-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -moz-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -ms-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -o-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg); }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -moz-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -ms-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -o-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -moz-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -ms-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -o-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
/*===========================
    2.HEADER css 
===========================*/
.header-area {
    padding: 0;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
  .header-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
    -moz-box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
    box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
    z-index: 999;
    padding: 0px 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
  .header-area .navbar {
    padding: 0; }
    .header-area .navbar .navbar-brand {
      padding-bottom: 10px; }
    .header-area .navbar .navbar-toggler .bar-icon {
      width: 30px;
      height: 3px;
      margin: 5px 0;
      background-color: #fff;
      display: block;
      position: relative;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
    .header-area .navbar .navbar-toggler.active .bar-icon:nth-child(1) {
      top: 7px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header-area .navbar .navbar-toggler.active .bar-icon:nth-child(2) {
      opacity: 0; }
    .header-area .navbar .navbar-toggler.active .bar-icon:nth-child(3) {
      top: -7px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg); }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 999;
        padding: 10px; } }
    @media (max-width: 767px) {
      .header-area .navbar .navbar-collapse {
        position: absolute;
        top: 102%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 999;
        padding: 10px; } }
    ul#nav li:last-child {
    border: none!important;
}
ul#nav li {
    border-right: 1px solid #e2dddd;;
}
.header-area .navbar .navbar-nav .nav-item {
    margin-left: 0;
}
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .navbar .navbar-nav .nav-item {
          margin: 5px 0; } }
      @media (max-width: 767px) {
        .header-area .navbar .navbar-nav .nav-item {
          margin: 5px 0; } }
     
.header-area .navbar .navbar-nav .nav-item a {
    font-size: 19px;
    font-weight: 600;
    padding: 5px 15px;
    color: #1d1d1d;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    text-transform: uppercase;
}

/*===========================
    3.SLIDER css 
===========================*/
.slider-active .slick-dots {
  display: none!important;
   }
   .col-lg-12.header-contact {
    margin-bottom: 20px;
}
  @media only screen and (min-width: 1400px) {
    .slider-active .slick-dots {
      left: 30px; } }
  .slider-active .slick-dots li {
    line-height: 0;
    margin: 15px 0; }
    .slider-active .slick-dots li button {
      width: 10px;
      height: 10px;
      font-size: 0;
      border: 0;
      background-color: #bd6e00;
      border-radius: 50%;
      cursor: pointer; }
  .slider-active .slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
    background-color: #000000; }

.single-slider {
  position: relative; }
  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .single-slider {
      padding: 0 0px; } }
  .single-slider .slider-bg {
    background-color: #fffaf6; }
  .single-slider .slider-product-image img {
    width: 100%; }
  .single-slider .slider-product-image .slider-discount-tag {
    width: 125px;
    height: 125px;
    background-color: #df8b00;
    border-radius: 50%;
    text-align: center;
    display: table;
    position: absolute;
    top: 90px;
    right: -63px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .single-slider .slider-product-image .slider-discount-tag {
        width: 100px;
        height: 100px;
        right: -50px;
        top: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-slider .slider-product-image .slider-discount-tag {
        width: 100px;
        height: 100px;
        right: -50px;
        top: 50px; } }
    .single-slider .slider-product-image .slider-discount-tag p {
      display: table-cell;
      vertical-align: middle;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      line-height: 33px; }
  .single-slider .slider-product-content {
    max-width: 670px;
    margin-left: 125px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .single-slider .slider-product-content {
        margin-left: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-slider .slider-product-content {
        margin-left: 70px; } }
    @media (max-width: 767px) {
      .single-slider .slider-product-content {
        margin-left: 0;
        padding: 40px 15px 50px; } }
    .single-slider .slider-product-content .slider-title {
    font-size: 50px;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 700;
}
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .single-slider .slider-product-content .slider-title {
          font-size: 50px;
          font-weight: 600; } 
          .single-slider .slider-product-image img {
    padding: 0 30px;
}
}
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-slider .slider-product-content .slider-title {
          font-size: 48px; } }
      @media (max-width: 767px) {
        .single-slider .slider-product-content .slider-title {
          font-size: 31px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single-slider .slider-product-content .slider-title {
          font-size: 52px; } }
      .single-slider .slider-product-content .slider-title span {
    position: relative;
    color: #2843b9;
}
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .single-slider .slider-product-content .slider-title span::before {
              bottom: 7px; } }
          @media (max-width: 767px) {
            .single-slider .slider-product-content .slider-title span::before {
              bottom: 8px;
              height: 6px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .single-slider .slider-product-content p br {
        display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-slider .slider-product-content p br {
        display: none; } }
    @media (max-width: 767px) {
      .single-slider .slider-product-content p br {
        display: none; } }

.slider-social {
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 100%; }
  @media only screen and (min-width: 1400px) {
    .slider-social {
      padding: 0 100px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .slider-social {
      padding: 0 30px; } }
  .slider-social .social {
    position: relative; }
    .slider-social .social li {
      display: inline-block;
      margin: 0 5px; }
      .slider-social .social li a {
        font-size: 18px;
        color: #ddd;
        border: 1px solid #ddd;
        width: 30px;
        line-height: 32px;
        height: 30px;
        text-align: center;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s; }
        .slider-social .social li a:hover {
          color: #df8b00;
          border-color: #df8b00; }
    .slider-social .social::before {
      position: absolute;
      content: '';
      width: 70%;
      height: 1px;
      background-color: #df8b00;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .slider-social .social::before {
          width: 63%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-social .social::before {
          width: 48%; } }
      @media (max-width: 767px) {
        .slider-social .social::before {
          width: 35%;
          left: 60px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .slider-social .social::before {
          width: 65%; } }

/*===========================
    4.DESCOUNT PRODUCT css 
===========================*/
@media (max-width: 767px) {
  .discount-product {
    padding-top: 50px; } }

.single-discount-product {
  position: relative; }
  .single-discount-product .product-image {
    overflow: hidden; }
    .single-discount-product .product-image img {
      width: 100%;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
  .single-discount-product .product-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 30px; }
    @media (max-width: 767px) {
      .single-discount-product .product-content {
        padding: 15px 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-discount-product .product-content {
        padding: 25px 30px; } }
    .single-discount-product .product-content .content-title {
      font-size: 24px;
      line-height: 40px; }
      @media (max-width: 767px) {
        .single-discount-product .product-content .content-title {
          font-size: 18px;
          line-height: 28px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single-discount-product .product-content .content-title {
          font-size: 20px;
          line-height: 30px; } }
    .single-discount-product .product-content a {
      color: #777;
      font-size: 16px;
      font-weight: 500;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
      .single-discount-product .product-content a i {
        font-size: 10px;
        margin-left: 5px; }
      .single-discount-product .product-content a:hover {
        color: #df8b00; }
  .single-discount-product:hover .product-image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }

/*===========================
     5.PRODUCT CARD css 
===========================*/
@media (max-width: 767px) {
  .product-area {
    padding-top: 50px;
    padding-bottom: 80px; } }

.collection-menu .collection-tilte {
  background-color: #e5e5e5;
  font-size: 24px;
  font-weight: 600;
  padding: 30px 20px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .collection-menu .collection-tilte {
      font-size: 20px;
      padding: 15px 10px; } }
  @media (max-width: 767px) {
    .collection-menu .collection-tilte {
      font-size: 20px;
      padding: 20px 15px; } }
.collection-menu .nav a {
  border: 1px solid #ddd;
  margin-bottom: -1px;
  line-height: 58px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  color: #777;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
  .collection-menu .nav a.active {
    background-color: #df8b00;
    border-color: #df8b00;
    color: #fff; }

.single-product-items .product-item-image {
  position: relative;
  overflow: hidden; }
  .single-product-items .product-item-image a {
    display: block; }
  .single-product-items .product-item-image img {
    width: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
  .single-product-items .product-item-image .product-discount-tag {
    width: 70px;
    height: 70px;
    background-color: #df8b00;
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
    border-radius: 50%; }
    .single-product-items .product-item-image .product-discount-tag p {
      color: #fff;
      font-weight: 600;
      font-size: 22px;
      line-height: 70px; }
.single-product-items .product-item-content .product-title a {
  font-size: 20px;
  color: #333;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
  .single-product-items .product-item-content .product-title a:hover {
    color: #df8b00; }
.single-product-items .product-item-content .rating li {
  color: #fc924b;
  font-size: 12px;
  display: inline-block; }
.single-product-items .product-item-content span {
  margin: 0 3px;
  font-size: 16px;
  font-weight: 600;
  position: relative; }
.single-product-items .product-item-content .regular-price {
  color: #df8b00; }
.single-product-items .product-item-content .discount-price {
  color: #c4c4c4; }
  .single-product-items .product-item-content .discount-price::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #222;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
.single-product-items:hover .product-item-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.product-items-active .slick-arrow {
  position: absolute;
  right: -80px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .product-items-active .slick-arrow {
      right: -40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-items-active .slick-arrow {
      right: -20px; } }
  .product-items-active .slick-arrow.prev {
    bottom: 35%; }
    @media only screen and (min-width: 1200px) and (max-width: 1400px) {
      .product-items-active .slick-arrow.prev {
        bottom: 38%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .product-items-active .slick-arrow.prev {
        bottom: 40%; } }
  .product-items-active .slick-arrow.next {
    top: 35%; }
    @media only screen and (min-width: 1200px) and (max-width: 1400px) {
      .product-items-active .slick-arrow.next {
        top: 38%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .product-items-active .slick-arrow.next {
        top: 40%; } }
  .product-items-active .slick-arrow i {
    font-size: 18px;
    color: #df8b00;
    width: 50px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #df8b00;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
    @media only screen and (min-width: 1200px) and (max-width: 1400px) {
      .product-items-active .slick-arrow i {
        width: 40px;
        line-height: 38px;
        font-size: 16px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .product-items-active .slick-arrow i {
        width: 30px;
        line-height: 28px;
        font-size: 16px; } }
    .product-items-active .slick-arrow i:hover {
      background-color: #df8b00;
      border-color: #df8b00;
      color: #fff; }

.tab-content .tab-pane {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  max-width: 100%;
  opacity: 0; }
  .tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible; }

/*===========================
     6.SERVICES css 
===========================*/
.services-area {
  background-color: #f5f5f5; }
  @media (max-width: 767px) {
    .services-area {
      padding-top: 75px;
      padding-bottom: 80px; } }

.services-left {
  position: relative; }
  .services-left .services img {
    width: 100%; }

.single-services {
    padding: 0px 15px;
}

section#window-replacement {
    background: #ffffff;
}
  .single-services .services-icon i {
    font-size: 50px;
    color: #df8b00; }
  .single-services .services-content .title {
    font-size: 26px;
    color: #e98100; }
.services-content.choose-image img {
    width: 32%;
    display: inline-block;
    margin-top: 20px;
}
.services-content.choose-image {
    display: inline-block;
}
.pd-0 {
    border: none!important;
    padding: 0;
}
.img-area-one img {
    position: relative;
}
.img-area-one {
    position: relative;
}
.single-showcase img {
    width: 500px;
    margin-bottom: 25px;
}
/*===========================
     7.SHOWCASE css 
===========================*/
@media (max-width: 767px) {
  .showcase-area {
    padding-top: 50px;
    padding-bottom: 80px; } }

.showcase-title .title {
  font-size: 35px; }
  @media (max-width: 767px) {
    .showcase-title .title {
      font-size: 30px; } }

.single-showcase {
  margin-right: 50px;
  margin-bottom: 45px;
  position: relative; }
  @media (max-width: 767px) {
    .single-showcase {
      margin: 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-showcase {
      margin-right: 30px;
      margin-bottom: 20px; } }
  
  .single-showcase .main-btn {
    position: absolute;
    line-height: 78px;
    padding: 0 70px;
    left: 60px;
    bottom: -40px;
    font-size: 20px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .single-showcase .main-btn {
        line-height: 48px;
        padding: 0 40px;
        font-size: 16px;
        bottom: 20px;
        left: 40px; } }

.showcase-active .slick-arrow {
  position: absolute;
  top: 65px;
  right: 0;
  z-index: 9; }
  .showcase-active .slick-arrow.prev {
    right: 70px; }
    .showcase-active .slick-arrow.prev::before {
      position: absolute;
      content: '';
      background-color: #fff;
      width: 1px;
      height: 30px;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .showcase-active .slick-arrow i {
    width: 70px;
    line-height: 50px;
    background-color: #df8b00;
    color: #fff;
    font-size: 20px;
    text-align: center;
    cursor: pointer; }

/*===========================
     8.TEAM css 
===========================*/
.team-area {
  background-color: #fffaf6; }
  @media (max-width: 767px) {
    .team-area {
      padding-top: 75px;
      padding-bottom: 80px; } }

.single-temp {
  border: 1px solid transparent;
  padding: 30px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
  .single-temp .team-image img {
    border-radius: 50%; }
  .single-temp .team-content .title a {
    font-size: 20px;
    color: #333;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
    .single-temp .team-content .title a:hover {
      color: #df8b00; }
  .single-temp .team-content span {
    font-size: 14px;
    color: #777;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px; }
  .single-temp .team-content .social {
    border: 1px solid #df8b00;
    display: inline-block;
    line-height: 38px;
    padding: 0 15px;
    border-radius: 50px;
    background-color: #ffe8e5; }
    .single-temp .team-content .social li {
      display: inline-block;
      margin: 0 10px; }
      .single-temp .team-content .social li a {
        font-size: 16px;
        color: #777;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s; }
        .single-temp .team-content .social li a:hover {
          color: #df8b00; }
  .single-temp:hover {
    border-color: #df8b00;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(254, 119, 101, 0.55);
    -moz-box-shadow: 0px 0px 7px 0px rgba(254, 119, 101, 0.55);
    box-shadow: 0px 0px 7px 0px rgba(254, 119, 101, 0.55); }

/*===========================
     9.TESTIMONIAL css 
===========================*/
.testimonial-area {
  position: relative; }
  .testimonial-area .testimonial-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 68%; }
  @media (max-width: 767px) {
    .testimonial-area {
      padding-top: 100px; } }

.testimonial-content {
  background-color: rgb(223 139 0 / 71%); }

.single-testimonial {
  padding: 40px 25px 50px; }
  .single-testimonial i {
    font-size: 80px;
    color: #fff; }
  .single-testimonial p {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    line-height: 48px; }
    @media (max-width: 767px) {
      .single-testimonial p {
        font-size: 18px;
        line-height: 30px; } }
  .single-testimonial .title {
    font-size: 20px;
    color: #fff; }
  .single-testimonial span {
    font-size: 14px;
    color: #fff; }

.testimonial-play a {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-size: 45px;
  color: #df8b00;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
  .testimonial-play a:hover {
    color: #fff;
    background-color: #df8b00; }
  .testimonial-play a i {
    margin-left: 10px;
    line-height: 90px; }

/*===========================
     10.BLOG css 
===========================*/
@media (max-width: 767px) {
  .blog-area {
    padding-top: 75px; } }

.single-blog {
  -webkit-box-shadow: 0px 15px 21px 0px rgba(254, 119, 101, 0.06);
  -moz-box-shadow: 0px 15px 21px 0px rgba(254, 119, 101, 0.06);
  box-shadow: 0px 15px 21px 0px rgba(254, 119, 101, 0.06); }
  .single-blog .blog-image {
    overflow: hidden; }
    .single-blog .blog-image img {
      width: 100%;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
  .single-blog .blog-content {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0; }
    .single-blog .blog-content .content {
      padding: 20px 30px 25px; }
      .single-blog .blog-content .content .title a {
        font-size: 20px;
        color: #333;
        line-height: 36px;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s; }
        .single-blog .blog-content .content .title a:hover {
          color: #df8b00; }
      .single-blog .blog-content .content span {
        font-size: 16px;
        font-style: italic;
        color: #777; }
    .single-blog .blog-content .meta {
      border-top: 1px solid #ddd;
      padding: 20px 30px 25px; }
      .single-blog .blog-content .meta .meta-admin .image a img {
        border-radius: 50%; }
      .single-blog .blog-content .meta .meta-admin .admin-title {
        padding-left: 20px; }
        .single-blog .blog-content .meta .meta-admin .admin-title .title a {
          font-size: 16px;
          font-weight: 500;
          color: #333;
          -webkit-transition: all 0.4s ease-out 0s;
          -moz-transition: all 0.4s ease-out 0s;
          -ms-transition: all 0.4s ease-out 0s;
          -o-transition: all 0.4s ease-out 0s;
          transition: all 0.4s ease-out 0s; }
          .single-blog .blog-content .meta .meta-admin .admin-title .title a:hover {
            color: #df8b00; }
      .single-blog .blog-content .meta .meta-icon ul li {
        display: inline-block;
        margin-right: 15px; }
        .single-blog .blog-content .meta .meta-icon ul li:last-child {
          margin-right: 0; }
        .single-blog .blog-content .meta .meta-icon ul li a {
          font-size: 16px;
          color: #333;
          -webkit-transition: all 0.4s ease-out 0s;
          -moz-transition: all 0.4s ease-out 0s;
          -ms-transition: all 0.4s ease-out 0s;
          -o-transition: all 0.4s ease-out 0s;
          transition: all 0.4s ease-out 0s; }
          .single-blog .blog-content .meta .meta-icon ul li a:hover {
            color: #df8b00; }
  .single-blog:hover .blog-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

/*===========================
       11.CONTACT css 
===========================*/
.contact-area .contact-title .title {
  font-size: 60px;
  color: #333; }
  @media (max-width: 767px) {
    .contact-area .contact-title .title {
      font-size: 35px; } }
@media (max-width: 767px) {
  .contact-area {
    padding-top: 70px; } }

.contact-box {
    padding: 40px;
    -webkit-box-shadow: 0px 0px 40px 0px rgb(156 156 156 / 25%);
    -moz-box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 61%);
    background-color: #f5f5f5;
}
  @media (max-width: 767px) {
    .contact-box {
      padding: 0 20px  20px; } }

.contact-info .info-title {
  font-size: 26px;
  padding-bottom: 5px; }

.single-info {
  position: relative; }
  .single-info .info-icon {
    position: absolute;
    left: 0;
    top: 0; }
    .single-info .info-icon i {
      font-size: 20px;
      color: #df8b00; }
  .single-info .info-content {
    padding-left: 40px; }
    .single-info .info-content p {
      font-size: 18px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .single-info .info-content p {
          font-size: 16px; } }

.form-group {
  margin: 0; }

.single-form {
  margin-top: 30px; }
  .single-form textarea, .single-form input {
    width: 100%;
    height: 55px;
    border: 1px solid #ddd;
    background-color: #f7f7ff;
    padding: 0 20px; }
  .single-form textarea {
    height: 155px;
    padding-top: 15px;
    resize: none; }
  .single-form textarea::placeholder, .single-form input::placeholder {
    opacity: 1;
    color: #777; }

p.form-message.success,
p.form-message.error {
  font-size: 16px;
  color: #333;
  background: #ddd;
  padding: 10px 15px;
  margin-left: 15px;
  margin-top: 15px; }

p.form-message.error {
  color: #f00; }

.list-unstyled li {
  font-size: 13px;
  margin-left: 2px;
  margin-top: 5px;
  color: #f00; }

/*===========================
       12.FOOTER css 
===========================*/
.footer-area {
  position: relative; }
@media (max-width: 767px) {
  .footer-widget {
    padding-top: 30px;
    padding-bottom: 80px; } }

.footer-logo .footer-social li {
  display: inline-block;
  margin-left: 12px; }
  .footer-logo .footer-social li:first-child {
    margin-left: 0; }
  .footer-logo .footer-social li a {
    font-size: 16px;
    color: #777;
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.2);
    -moz-box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.2);
    box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.2);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    border-radius: 50%; }
    .footer-logo .footer-social li a:hover {
      background-color: #df8b00;
      color: #fff; }

.f-title {
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.footer-link ul li {
  margin-top: 15px; }
  .footer-link ul li a {
    color: #777;
    font-size: 16px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
    .footer-link ul li a:hover {
      color: #df8b00; }

.footer-info {
    padding: 0 20px;
}
.footer-info * {
    color: #333333!important;
}
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-info {
      padding-left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-info {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .footer-info {
      padding-left: 0; } }

.single-footer-info {
  position: relative; }
  .single-footer-info span {
    font-size: 16px;
    color: #777;
    position: absolute;
    top: 0;
    left: 0; }
  .single-footer-info .footer-info-content {
    padding-left: 80px; }

.footer-copyright {
  border-top: 1px solid #ddd;
  margin-top: 20px;
}
  .footer-copyright a {
    color: #2943b9; }
  .footer-copyright .copyright p {
    color: #1d2327;
}
    @media (max-width: 767px) {
      .footer-copyright .copyright p {
        font-size: 14px; } }

.back-to-top {
    position: fixed;
    bottom: 9px;
    right: 10px;
    font-size: 18px;
    width: 35px;
    line-height: 42px;
    z-index: 99;
    text-align: center;
    display: none;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(156 156 156 / 25%);
    -moz-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
    box-shadow: 0px 0px 30px 0px rgb(156 156 156 / 25%);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    color: #fff;
    background-color: #2843b9;
}
/*===========================
     13.PAGE BANNER css 
===========================*/
@media (max-width: 767px) {
  .page-banner-area {
    padding-top: 80px;
    padding-bottom: 80px; } }

.page-banner {
  position: relative;
  z-index: 9; }
  .page-banner .page-title {
    font-size: 42px;
    color: #fff; }
    @media (max-width: 767px) {
      .page-banner .page-title {
        font-size: 30px; } }
  .page-banner .breadcrumb {
    padding: 0;
    background: none; }
    .page-banner .breadcrumb .breadcrumb-item a {
      font-size: 16px;
      font-weight: 600;
      color: #fff; }
    .page-banner .breadcrumb .breadcrumb-item.active {
      font-size: 16px;
      font-weight: 600;
      color: #df8b00; }
    .page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      color: #fff; }

/*===========================
 14.PRODUCT SINGLE PAGE css 
===========================*/
@media (max-width: 767px) {
  .product-single-page {
    padding-top: 50px; } }

.product-image .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  left: 0; }
  .product-image .slick-arrow i {
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer; }
  .product-image .slick-arrow.next {
    left: auto;
    right: 0; }

.single-product-image img {
  width: 100%; }

@media (max-width: 767px) {
  .shop-review-area {
    margin-top: 100px; } }

.product-description .description-title {
  font-size: 30px;
  padding-bottom: 5px; }
.product-description .product-rating ul li {
  display: inline-block; }
  .product-description .product-rating ul li i {
    font-size: 15px;
    color: #fc924b; }
.product-description .product-rating .review {
  font-size: 15px;
  color: #777;
  padding-left: 20px; }
.product-description .product-price .regular-price {
  font-size: 24px;
  color: #df8b00;
  font-weight: 600; }
.product-description .product-price .discount-price {
  font-size: 18px;
  color: #c4c4c4;
  position: relative;
  margin-left: 10px; }
  .product-description .product-price .discount-price::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #222;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
.product-description .available p {
  font-size: 16px;
  color: #333;
  font-weight: 500; }
  .product-description .available p span {
    color: #fc924b; }
.product-description .product-add .product-add-count .nice-number {
  position: relative; }
  .product-description .product-add .product-add-count .nice-number button {
    position: absolute;
    top: 0;
    width: 40px;
    height: 50px;
    border: 0;
    left: 0;
    background: none;
    font-size: 18px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .product-description .product-add .product-add-count .nice-number button {
        width: 30px;
        height: 45px; } }
    .product-description .product-add .product-add-count .nice-number button:last-child {
      left: auto;
      right: 0; }
  .product-description .product-add .product-add-count .nice-number input {
    width: 150px !important;
    height: 48px;
    border: 1px solid #ddd; }
    @media (max-width: 767px) {
      .product-description .product-add .product-add-count .nice-number input {
        width: 110px !important;
        height: 43px; } }
.product-description .product-add .product-add-btn {
  padding-left: 30px; }

.shop-review-area {
  padding: 50px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  @media (max-width: 767px) {
    .shop-review-area {
      padding: 0px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-review-area {
      padding: 30px; } }

@media (max-width: 767px) {
  .shop-reviews .nav .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    width: 50%; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-reviews .nav .nav-item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
    text-align: left;
    width: auto; } }
.shop-reviews .nav .nav-item a {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin-right: -1px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media (max-width: 767px) {
    .shop-reviews .nav .nav-item a {
      font-size: 16px;
      display: block; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-reviews .nav .nav-item a {
      font-size: 18px;
      display: inline-block; } }
  .shop-reviews .nav .nav-item a.active {
    background-color: #df8b00;
    color: #fff;
    border-color: #df8b00; }
.shop-reviews .tab-content {
  border: 1px solid #ddd;
  margin-top: -1px; }
  .shop-reviews .tab-content .tab-description {
    padding: 0 50px 50px; }
    @media (max-width: 767px) {
      .shop-reviews .tab-content .tab-description {
        padding: 0 20px 20px; } }
    .shop-reviews .tab-content .tab-description .title {
      font-size: 24px;
      font-weight: 500; }
    .shop-reviews .tab-content .tab-description ul li {
      position: relative;
      margin-top: 10px;
      font-size: 16px;
      color: #777;
      padding-left: 20px; }
      .shop-reviews .tab-content .tab-description ul li::before {
        position: absolute;
        content: '';
        top: 9px;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #df8b00; }
  .shop-reviews .tab-content .tab-review {
    padding: 20px 50px 50px; }
    @media (max-width: 767px) {
      .shop-reviews .tab-content .tab-review {
        padding: 0 20px 20px; } }
    .shop-reviews .tab-content .tab-review .review-item ul li .single-review {
      margin-top: 30px; }
      @media (max-width: 767px) {
        .shop-reviews .tab-content .tab-review .review-item ul li .single-review {
          margin-top: 20px; } }
      .shop-reviews .tab-content .tab-review .review-item ul li .single-review .review-thumb img {
        border-radius: 50%; }
      .shop-reviews .tab-content .tab-review .review-item ul li .single-review .review-content {
        padding-left: 30px; }
        @media (max-width: 767px) {
          .shop-reviews .tab-content .tab-review .review-item ul li .single-review .review-content {
            padding-left: 0;
            padding-top: 20px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .shop-reviews .tab-content .tab-review .review-item ul li .single-review .review-content {
            padding-left: 20px;
            padding-top: 0; } }
        .shop-reviews .tab-content .tab-review .review-item ul li .single-review .review-content .review-name .review-rating li {
          display: inline-block;
          font-size: 15px;
          color: #fc924b; }
        .shop-reviews .tab-content .tab-review .review-item ul li .single-review .review-content .review-name .name {
          font-size: 18px;
          font-weight: 600;
          padding-bottom: 5px; }
        .shop-reviews .tab-content .tab-review .review-item ul li .single-review .review-content .review-name span {
          font-size: 15px;
          color: #777; }
    .shop-reviews .tab-content .tab-review .review-form .single-review-input {
      margin-top: 30px; }
      .shop-reviews .tab-content .tab-review .review-form .single-review-input textarea, .shop-reviews .tab-content .tab-review .review-form .single-review-input input {
        width: 100%;
        height: 55px;
        border: 1px solid #ddd;
        background-color: #f7f7ff;
        padding: 0 20px; }
      .shop-reviews .tab-content .tab-review .review-form .single-review-input textarea {
        height: 155px;
        padding-top: 10px;
        resize: none; }
      .shop-reviews .tab-content .tab-review .review-form .single-review-input p {
        font-size: 15px; }
      .shop-reviews .tab-content .tab-review .review-form .single-review-input .star-rating {
        padding-left: 10px; }
        .shop-reviews .tab-content .tab-review .review-form .single-review-input .star-rating i {
          font-size: 15px;
          color: #fc924b;
          cursor: pointer; }

/*# sourceMappingURL=style.css.map */
ul#nav li:first-child {
    margin-left: 0;
}

.col-lg-12.header-contact .col-lg-6 {
    text-align: center;
    margin: 10px 10px 10px 0px;
    padding: 10px;
    font-size: 20px;
}
h3.slogan-text {
    padding: 5px 15px;
    text-transform: uppercase;
    background: #efa641;
    margin: 10px auto;
    width: 100%;
    font-size: 30px;
}
.call-hbtn a {
    font-size: 42px;
    font-weight: 700;
    color: #2843b9;
    display: inline-block;
    line-height: 1;
    padding: 11px;
    text-transform: uppercase;
    font-family: Montserrat;
}
.email-hbtn a {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 600;
    color: #efa641;
    background: #000;
    display: inline-block;
    line-height: 1;
    padding: 11px;
}
.call-hbtn {
    padding: 0!important;
    text-align: right;
}
.email-hbtn {
    margin: 0 10px;
}
a.navbar-brand img {
    max-height: 170px;
}
ul.header-social i {
    color: #000;
    font-size: 22px;
    padding: 13px;
    background: #f69521;
    border: 1px solid #efa641;
}
section#home {
    background: #f5f5f5;
}
section#home .container-fluid {
    padding: 0;
}

.slider-bg.sbg-one {
    background: url(https://www.aawindowsmanufacturing.com/wp-content/uploads/2023/01/image002.webp);
    background-position: center!important;
}
.slider-bg.sbg-two {
    background: url(/wp-content/uploads/2022/05/slide09.jpg);
}
.slider-bg.sbg-three {
    background: url(/wp-content/uploads/2022/05/slide-03.jpg);
}
.slider-bg {
    background-size: cover!important;
    min-height: 60vh;
}
.slider-bg:before {
    content: "";
    background: #ffffffb3;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
h2.title-mid {
    margin-bottom: 10px;
    padding-bottom: 3px;
    text-align: center;
    padding-right: 15px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 30px;
}
header.sticky a.navbar-brand img {
    max-height: 80px;
}
/* header.sticky .header-contact, header.sticky h3.slogan-text {
    display: none;
} */
.header-contact p {
    margin: 0;
}
section.slider-area {
    padding: 0px;
}
section {
    padding: 100px 0;
}
section#cta-map {
    background: url(/wp-content/uploads/2022/01/map-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}
section#cta-map:before {
    content: "";
    background: #000000bf;
    position: absolute;
    width: 100%;
    height: 100%!important;
    left: 0;
    top: 0;
}
section, section .container {
    position: relative;
}
section#cta-map h1 {
    font-size: 43px;
    text-transform: uppercase;
    text-align: center;
    color: #ffa833;
}
section#showcase ul {
    list-style-type: square;
    padding: 0px 0px 0 20px;
}
.service-list {
    background: #ffffffc4;
    padding: 8px;
}
.service-list ul {
    padding: 19px;
    border: 2px dotted #efa33c;
}
.service-list li {
    color: #000000;
    font-size: 17px;
    padding-left: 20px;
    margin-bottom: 8px;
    position: relative;
}
.service-list li:before {
    content: "\2714";
    position: absolute;
    left: 0px;
    font-weight: bold;
}
#phoenix-electric-service {
    background: url(/wp-content/uploads/2022/01/service-bg.jpg);
    background-position: center;
    background-attachment: fixed;
}
section#phoenix-electric-service:before {
    content: "";
    background: #000000bf;
    position: absolute;
    width: 100%;
    height: 100%!important;
    left: 0;
    top: 0;
}
section#phoenix-electric-service .title-mid {
  color: #fff;
}

section#testimonial {
    background: url(/wp-content/uploads/2022/01/slide-3.jpg);
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}
section#testimonial:before {
    content: "";
    background: #000000bf;
    position: absolute;
    width: 100%;
    height: 100%!important;
    left: 0;
    top: 0;
}
section#testimonial .title-mid {
    color: #fff;
}
section#cta-two {
    background: #2943b9;
    padding: 30px 0;
    text-align: center;
}
section#cta-two h1 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
section#cta-two h2 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
}
a.cta-btn {
    background: #2943b9;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
section#about h4 {
    color: #000000;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
}
.ngg-galleryoverview {
    text-align: center;
    font-size: 0 !important;
    letter-spacing: 0 !important;
    padding-bottom: 80px!important;
}
section#gallery:before {
    content: "";
    background: #fffffff0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
section#gallery {
    background: url(/wp-content/uploads/2022/05/gal-3.jpg);
    text-align: center;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea, div.wpforms-container .wpforms-form .choices__inner {
    border-radius: 4px!important;
    border: 1px solid #ccc!important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background: #2943b9!important;
    border: 1px solid #ddd!important;
    color: #ffffff!important;
    font-size: 20px!important;
    padding: 10px 40px!important;
    text-transform: uppercase!important;
    margin: 0 auto;
    border-radius: 0px;
    display: block;
}
div.wpforms-container .wpforms-form .choices__placeholder {
    opacity: .8!important;
}
section#footer {
    background: #ffffff;
    padding: 0px;
}
ul.footer-social li {
    display: inline-block;
    margin: 0 10px;
}
a.navbar-brand.mob-logo {
    display: none;
}
ul#nav {
    margin-left: 0!important;
}
.mobile-contact {
    display:none;
}
@media (max-width: 991px) {
    .header-contact {
        display:none!important;
    }
    .col-lg-4.pc-logo {
    display: none;
}
    a.navbar-brand.mob-logo {
    display: block!important;
}
.navbar-toggler {
    padding: 15px 10px!important;
    font-size: 1.25rem!important;
    line-height: 1;
    background-color: #2843b9!important;
    border: 1px solid #002fff!important;
    border-radius: 0!important;
}
    header.header-area .col-lg-12 {
    padding: 0;
}
    .header-area .navbar .navbar-nav .nav-item a {
        width:100%;
}
     .header-area .navbar .navbar-collapse {
        top: 102%;
    }
   
    header.sticky a.navbar-brand img {
    max-height: 140px!important;
}
a.navbar-brand img {
    max-height: 140px!important;
}
section#cta-two h1, section#cta-map h1 {
    font-size: 35px!important;
}   
.services-content.choose-image {
    padding: 0 15px;
}
    section#about {
    padding-top: 30px;
}
    h3.slogan-text {
    font-size: 15px!important;
    text-align: center!important;
    margin-bottom: 5px!important;
}
    .mobile-contact a {
    color: #efa641;
}
.mobile-contact {
    position: fixed;
    bottom: 0;
    background: #2843b9;
    width: 100%;
    padding: 7px;
    display: flex;
    justify-content: space-between;
}
	.mobile-contact div a {
    margin-right: 10px;
}
a.f-social-icon {
    float: right;
    padding: 6px 15px;
    background: #df8b00;
    color: #000;
    font-size: 20px;
    margin-right: 53px;
}
a.f-contact {
    padding: 5px 20px;
    font-size: 23px;
    background: #041c85;
    font-weight: 700;
    border-radius: 25px;
    color: #fff;
}
}
section#our-services:before {
    content: "";
    background: #ffffffe6;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
section#our-services {
    background: url(/wp-content/uploads/2022/05/slide-01.jpg);
    background-size: cover;
}
h2.service-title {
    color: #2943b9;
    text-transform: uppercase;
    font-family: 'Montserrat';
    margin-bottom: 10px;
	font-weight: 700;
}
section#window-installation ul li {
    color: #000;
    margin-bottom: 5px;
    font-size: 17px;
    display: inline-block;
    width: 45%;
    margin-left: 10px;
}
section#window-installation ul li:before {
    content: "\2714";
    margin-right: 5px;
    font-weight: 900;
}
section#cta-two a.cta-btn {
    background: #001885;
}
section#contact h6 {
    padding: 15px 0 0;
    font-size: 30px;
    font-family: 'Poppins';
}
section#contact h2 {
    margin-bottom: 10px;
}
.notshow .wpforms-field-description {
    text-align: center;
    margin-bottom: 26px!important;
    display: block;
}
.notshow input {
    display: none!important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    text-align: center;
    margin-bottom: 10px;
}
.footer-info img {
    max-width: 280px;
}
section#cta-three {
    background: #2943b9;
    padding: 20px 0;
    text-transform: uppercase;
}
.align-center {
    align-items: center;
}
section#cta-three h2 {
    font-size: 50px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #fff;
}
section#contact-us {
    background: #2943b9;
    padding: 50px 0;
    text-align: center;
}
section#contact-us h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
section#contact-us a.cta-btn {
    background: #001885;
}
.mobile-contact img {
    width: 43px;
}
@media only screen and (max-width: 1150px) {
    .single-footer-info .footer-info-content {
    padding-left: 0!important;
}
    .single-footer-info span {
    position: relative;
}
}
@media only screen and (max-width: 420px) {
.footer-info p {
    font-size: 15px!important;
}
	section#contact-us h2 {
    font-size: 31px!important;
}
}
@media only screen and (max-width: 992px) {
.slider-product-image.d-none {
    display: none!important;
}
.slider-bg .col-lg-6 {
    width: 100%;
    max-width: unset;
    flex: 0 100%;
}
    section#our-services .col-md-4 {
    margin: 10px auto;
}
    section#cta-three {
    text-align: center;
}
    .footer-widget .row {
    display: block;
    width: 100%;
    margin: 0 auto;
}
    .footer-widget .col-lg-4 {
    width: 100%;
    max-width: unset;
}
    .header-area .navbar .navbar-nav .nav-item {
    margin-left: 0!important;
}
    .services-right .col-md-6.choose-text {
    order: 2;
    margin-top: 40px;
}
    .footer-copyright {
    margin-bottom: 50px;
}
	.slider-bg {
    display: flex;
    align-items: center;
}
}
.call-hbtn.row {
    justify-content: space-between;
	align-items: center;
    margin: 0;
}
section#cta-three1 .container {
    padding: 4px;
    border-top: 1px solid #ccc;
}
section#cta-three1 {
    padding: 0;
}
ul.client-logo li img {
    max-height: 225px;
    margin: 0 auto;
}
ul.client-logo li {
    width: 25%;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 10px;
    padding: 10px;
}
ul.client-logo {
    display: flex;
}
.footer-widget .row {
    align-items: center;
	border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 9px;
}
.footer-widget .col-lg-8 h2 {
    font-size: 20px;
}
.imp-link {
    text-align: center;
}
a.link-btn {
    background: #2843b9;
    color: #fff!important;
    margin: 10px auto;
    padding: 10px 10px 9px;
    font-size: 16px;
    text-transform: uppercase;
    width: auto!important;
    text-align: center;
}
ul.top-imp-link li a:first-child {
    margin-bottom: 6px;
}
ul.top-imp-link li a {
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin: 0;
    line-height: 1!important;
    background: #fff;
    color: #2843b9!important;
    width: max-content!important;
}
ul.top-imp-link li {
    display: block;
    padding: 0px 15px;
}
span.sm-text {
    font-size: 21px;
    color: #ffffff;
    padding: 0px 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    line-height: 1;
}
a.big-text {
    font-size: 30px!important;
    padding: 0 20px;
    margin-top: 0px;
}
@media only screen and (min-width: 991px) {
section#window-manufacturing, section#window-installation-replacement, section#aluminum-reinforced {
    scroll-margin-top: 100px;
} 
}
ul.windows-type {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 600px) {
	ul.windows-type {
    display: grid;
    grid-template-columns: 1fr!important;
}
}
ul.windows-type li:before {
    content: "\2714";
    color: #2843b9;
    margin-right: 5px;
    font-weight: 900;
}
ul.windows-type li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 10px;
}