/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** VARIABLES ******/
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** MIXINS ******/
/* FONT MIXINS */
.fs1 {
  font-size: 1rem !important; }

.fs2 {
  font-size: 2rem !important; }

.fs3 {
  font-size: 3rem !important; }

.fs4 {
  font-size: 4rem !important; }

.fs5 {
  font-size: 5rem !important; }

.fs6 {
  font-size: 6rem !important; }

.fw-100 {
  font-weight: 100 !important; }

.fw-200 {
  font-weight: 200 !important; }

.fw-300 {
  font-weight: 300 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-700 {
  font-weight: 700 !important; }

.fw-800 {
  font-weight: 800 !important; }

.fw-900 {
  font-weight: 900 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-black {
  background-color: #000 !important; }

.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

.center-it {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center; }

.no-padding {
  padding: 0 !important; }

.primary-color {
  color: #fff !important; }

.primary-bg {
  background-color: #fff !important; }

.secondary-color {
  color: #fff !important; }

.secondary-bg {
  background-color: #fff !important; }

.btn-primary {
  background-color: #fff;
  color: #000;
  border-color: #fff; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within {
    background-color: #e6e6e6 !important;
    color: #000;
    border-color: #fff; }

.btn-secondary {
  background-color: #fff;
  color: #000;
  border-color: #fff; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within {
    background-color: #e6e6e6;
    color: #000;
    border-color: #fff; }

.text-white {
  color: #fff !important; }
  .text-white * {
    color: #fff; }

.d-flex {
  display: flex !important; }

.d-block {
  display: block !important; }

@media only screen and (min-width: 768px) {
    .xs-only {
      display: none !important; } }













@media only screen and (max-width: 767px) {
    .xs-flex {
      display: flex !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sm-flex {
      display: flex !important; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .md-flex {
      display: flex !important; } }

@media only screen and (min-width: 1200px) {
    .lg-flex {
      display: flex !important; } }

@media only screen and (max-width: 767px) {
    .xs-row {
      margin-left: -15px;
      margin-right: -15px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sm-row {
      margin-left: -15px;
      margin-right: -15px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .md-row {
      margin-left: -15px;
      margin-right: -15px; } }

@media only screen and (min-width: 1200px) {
    .lg-row {
      margin-left: -15px;
      margin-right: -15px; } }

.justify-content-center {
  justify-content: center; }

.justify-content-space-around {
  justify-content: space-around; }

.flex-center-wrap {
  display: flex;
  align-items: center !important;
  flex-wrap: wrap; }

@media only screen and (min-width: 768px) {
    .flex-sm-align-items-stretch-center {
      display: flex !important;
      align-items: stretch !important;
      flex-wrap: wrap; }
      .flex-sm-align-items-stretch-center > div {
        align-self: center; } }

.ws-form-container {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1); }
  .ws-form-container .ws-form-title-container {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
    font-size: 15px;
    padding: 20px;
    font-weight: bold;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
    color: #fff !important;
    display: block;
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center; }
    .ws-form-container .ws-form-title-container * {
      color: #fff; }
    .ws-form-container .ws-form-title-container .ws-fa-icon-container {
      margin: 0 10px; }
  .ws-form-container .ws-form-body-container {
    padding: 10px; }
    .ws-form-container .ws-form-body-container .form__warn {
      text-align: center !important; }
    .ws-form-container .ws-form-body-container .gform_footer .gform_button {
      display: block;
      float: none;
      clear: both;
      margin: 0 auto;
      text-align: center; }

.white-overlay {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }

.black-overlay {
  -webkit-filter: brightness(0);
  filter: brightness(0); }

.m-0 {
  margin: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.m-5 {
  margin: 5px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mr-5 {
  margin-right: 5px !important; }

.ml-5 {
  margin-left: 5px !important; }

.m-10 {
  margin: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.m-15 {
  margin: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.m-20 {
  margin: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.m-25 {
  margin: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.m-30 {
  margin: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.p-5 {
  padding: 5px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pr-5 {
  padding-right: 5px !important; }

.pl-5 {
  padding-left: 5px !important; }

.p-10 {
  padding: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.p-15 {
  padding: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

.p-20 {
  padding: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.p-25 {
  padding: 25px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.pl-25 {
  padding-left: 25px !important; }

.p-30 {
  padding: 30px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pl-30 {
  padding-left: 30px !important; }

.fancy-radio ul, .fancy-radio-primary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex; }
  .fancy-radio ul .radio, .fancy-radio-primary ul .radio {
    float: left;
    flex-grow: 1; }
    .fancy-radio ul .radio input, .fancy-radio-primary ul .radio input {
      display: none !important; }
    .fancy-radio ul .radio input + label, .fancy-radio-primary ul .radio input + label {
      background-color: #bbb;
      color: #000;
      max-width: 100%;
      width: 100%;
      margin: 0 !important;
      transition: all 0.4s ease;
      padding: 10px; }
    .fancy-radio ul .radio input[type=radio]:checked + label, .fancy-radio-primary ul .radio input[type=radio]:checked + label {
      background-color: #fff;
      color: #000; }

.fancy-radio-secondary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex; }
  .fancy-radio-secondary ul .radio {
    float: left;
    flex-grow: 1; }
    .fancy-radio-secondary ul .radio input {
      display: none !important; }
    .fancy-radio-secondary ul .radio input + label {
      background-color: #bbb;
      color: #000;
      max-width: 100%;
      width: 100%;
      margin: 0 !important;
      transition: all 0.4s ease;
      padding: 10px; }
    .fancy-radio-secondary ul .radio input[type=radio]:checked + label {
      background-color: #fff;
      color: #000; }

.fancy-checkbox li.checkbox {
  display: flex;
  align-content: center;
  align-items: center; }
  .fancy-checkbox li.checkbox label {
    background-color: #fff;
    padding: 10px 20px 10px 40px !important;
    margin-left: 0 !important;
    border-radius: 4px;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */ }
  .fancy-checkbox li.checkbox input {
    margin-left: 0 !important;
    left: 15px !important;
    margin-top: 0 !important; }
    .fancy-checkbox li.checkbox input:checked + label {
      background-color: #d9d9d9 !important; }

.fancy-checkbox-alt li.checkbox {
  display: flex;
  align-content: center;
  align-items: center; }
  .fancy-checkbox-alt li.checkbox label {
    background-color: #fff;
    padding: 10px 20px 10px 10px;
    margin-left: 0 !important;
    border-radius: 4px;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */ }
  .fancy-checkbox-alt li.checkbox input {
    margin-left: 30px;
    left: 15px;
    margin-top: 0;
    display: none !important; }
    .fancy-checkbox-alt li.checkbox input:checked + label {
      background-color: #d9d9d9; }
      .fancy-checkbox-alt li.checkbox input:checked + label:before {
        font-family: "Font Awesome 5 Pro";
        color: #35d040;
        content: "\f00c";
        font-size: inherit;
        margin-right: 10px;
        list-style: none !important; }

.strong {
  font-weight: bold !important; }

@media only screen and (min-width: 768px) {
  .megamenu ul.dropdown-menu {
    width: 100vw;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #000; }
    .megamenu ul.dropdown-menu > li {
      float: left;
      width: 33%; }
      .megamenu ul.dropdown-menu > li a {
        background-color: #000;
        color: #fff !important;
        text-align: center;
        margin-bottom: 15px;
        text-transform: uppercase; }
        .megamenu ul.dropdown-menu > li a img {
          display: block;
          clear: both;
          height: 125px;
          width: 100%; }
          .megamenu ul.dropdown-menu > li a img:hover {
            opacity: 0.6;
            transition: all 1.25s; }
        .megamenu ul.dropdown-menu > li a span {
          display: block;
          margin-top: 5px;
          font-weight: bold; } }

.slick-slider .slick-single-outer-container {
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.04);
  padding: 0 35px; }
  @media only screen and (min-width: 1200px) {
    .slick-slider .slick-single-outer-container {
      padding: 0 15px; } }
  .slick-slider .slick-single-outer-container .slick-single-inner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #252525;
    border-radius: 10px;
    padding: 40px 60px; }
    .slick-slider .slick-single-outer-container .slick-single-inner-container .carousel-caption {
      position: unset; }
  .slick-slider .slick-dots {
    display: flex;
    padding: 0;
    width: 100%;
    justify-content: space-around;
    max-width: 300px;
    align-items: center;
    margin: 20px auto;
    cursor: pointer; }
  .slick-slider .slick-dots li {
    list-style: none !important; }
    .slick-slider .slick-dots li::before {
      font-family: "Font Awesome 5 Pro" !important;
      content: "\f111";
      font-weight: bold; }
    .slick-slider .slick-dots li.slick-active::before {
      color: red; }
  .slick-slider .slick-dots button {
    display: none; }

Body {
  font-family: 'Montserrat', sans-serif; }

a:hover {
  text-decoration: none; }

a:focus {
  text-decoration: none;
  color: #000;
  border: 0;
  outline: 0; }

.what-img, .heat-title, .sure-img, .our-title, .why-title, .why-is-img, .deluxe-life {
  text-align: center; }

h2 {
  font-size: 36px;
  font-weight: 800;
  margin-top: 0;
  letter-spacing: 0.77px; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.77px; }

.module-padding {
  padding-top: 80px;
  padding-bottom: 80px; }

.top-bar {
  text-align: right;
  color: #fff;
  font-size: 16px;
  line-height: 25px; }

.hero-banner {
  background-image: url(https://deluxelife.iseo.biz/wp-content/uploads/2022/09/hero-banner.jpg);
  background-position: center;
  padding-top: 160px;
  padding-bottom: 50px; }

a.dropdown-toggle {
  display: flex !important;
  align-items: center; }

.form-box {
  background: linear-gradient(176deg, #203991, #d5d6d7);
  padding: 25px;
  width: 100%;
  max-width: 410px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #243c93;
  margin: auto; }

.form-box .form-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px; }

.form-box .nf-form-fields-required {
  display: none; }

.form-box input#nf-field-14 {
  background-color: #ff004d;
  color: #fff !important;
  border: 1px solid #fff;
  padding: 10px 35px;
  font-size: 14px;
  font-weight: 600;
  height: auto !important;
  cursor: pointer; }

.form-box .field-wrap > div input, .form-box textarea {
  height: 36px;
  font-size: 13px;
  color: #000 2b !important;
  padding-left: 30px;
  font-family: 'Montserrat', sans-serif !important; }

.form-box .field-wrap > div input::placeholder, .form-box textarea::placeholder {
  opacity: 0.6; }

.form-box .nf-field-container {
  margin-bottom: 15px; }

.form-box .call-box {
  text-align: left;
  padding-left: 60px; }

.banner-txt h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 800;
  padding-left: 100px;
  line-height: 78px; }

.hero-banner .row {
  display: flex;
  align-items: center; }

.hero-banner .call-box span:nth-child(1) {
  color: #00309b;
  font-size: 14px;
  font-weight: 800; }

.hero-banner .call-box span:last-child {
  color: #ff004d;
  font-weight: 800;
  font-size: 28px; }

.hero-banner textarea {
  height: 100px !important; }
/***** video *****/
.video-content h2 {
  color: #007dff;
  margin-bottom: 40px;
  margin-top: 0; }

.video-content p {
  width: 100%;
  max-width: 686px;
  color: #000;
  font-weight: 500;
  letter-spacing: 1.85px;
  font-size: 18px;
  line-height: 22px; }

.video-content p span {
  color: #007dff;
  font-weight: 700; }

.new-btn {
  background-color: #ff004d;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  padding: 10px 25px;
  margin-top: 15px;
  display: inline-block;
  line-height: 29px; }

p.margn-bottom {
  margin-bottom: 20px;
  font-weight: 600;
  max-width: 606px; }

.stop-sec {
  background-color: #e9e9e9 !important;
  padding: 80px 0; }

.video-section .row {
  display: flex;
  align-items: center; }
/***** img-sec *****/
.right-side-img h3 {
  font-size: 24px;
  line-height: 35px;
  width: 100%;
  max-width: 416px;
  margin: auto;
  font-weight: 800;
  color: #203991;
  padding-bottom: 5px; }

.right-side-img img {
  max-width: 70%;
  width: 100%; }

.img-box img {
  width: 100%;
  max-width: 80%; }

.img-box, .right-side-img {
  text-align: center; }

.img-with-txt .img-box {
  padding-top: 25px; }

.img-with-paragrph p {
  width: 100%;
  max-width: 920px;
  margin: auto;
  display: inline-block;
  text-align: left;
  padding-top: 80px;
  font-size: 14px; }

.img-with-paragrph {
  text-align: center;
  padding: 0 20px; }

.img-with-paragrph p span {
  font-weight: 600; }

.img-with-txt {
  padding: 80px 0; }
/***** text-sec *****/
.home-text-sec {
  background-color: #203991 !important;
  padding: 50px 0; }

.text-sec-title h2 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 41px; }

.text-box h3 {
  text-align: center;
  font-size: 26px;
  color: #dfe3e7;
  font-weight: 600; }

.text-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 70px; }

.text-top p {
  color: #dfe3e7;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px; }

p.left-title {
  font-size: 72px;
  font-weight: 800;
  color: #fff;
  position: relative;
  display: flex; }

p.left-title sup {
  font-size: 30px; }

p.left-title span {
  font-size: 60px;
  font-weight: 600; }

.text-btn {
  text-align: center;
  margin-top: 37px; }

.imgages {
  text-align: center;
  width: 100%;
  max-width: 352px;
  margin: auto; }

.img-cont p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 18px; }

.img-cont h3 {
  color: #203991;
  font-size: 27px;
  font-weight: 600; }

.imgages .img-cont h3 {
  color: #203991;
  font-size: 27px;
  font-weight: 600;
  margin-top: 0; }

.imgages .img-cont {
  border: 1px solid #9b9b9b;
  padding: 20px;
  margin-top: 20px; }

.imgages .new-btn {
  font-size: 24px;
  border-radius: 0 0 15px 15px;
  margin-top: 5px;
  line-height: 29px;
  width: 100%;
  color: #dfe3e7; }

.imgages .new-btn:hover {
  color: #000; }

.imgages img {
  width: 100%;
  max-width: 134px;
  height: 125px;
  object-fit: contain; }

.bottom-row {
  background-color: #203991 !important;
  padding: 30px 0 0;
  position: relative; }

.bottom-row .container {
  width: 100%;
  padding: 0;
  background-color: #0080ff !important;
  padding: 20px 0; }

.bottom-row::before {
  position: absolute;
  content: " ";
  left: 0;
  top: 19px;
  bottom: 0;
  right: 0;
  height: 4px;
  width: 100%;
  background-color: #ff004d; }

.bottom-text h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 0 15px; }

#header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

.top-area > .container {
  background-color: transparent; }

.main_menu ul li a {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 9px; }

.top-area {
  background-color: #fff 9; }

.very-top {
  padding-top: 7px;
  padding-bottom: 7px; }
/***** testimonial *****/
.testslider .img-title {
  display: flex;
  gap: 20px; }

.testslider .img-title img {
  width: 100%;
  max-width: 50px;
  border-radius: 7px; }

.testslider .img-title:first-child {
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.testslider p.companny {
  font-size: 18px;
  font-weight: 600; }

.testslider .test-content {
  width: 100%;
  max-width: 90%;
  margin: auto; }

.testslider .test-txt {
  font-size: 16px;
  font-weight: 400;
  color: #919191; }

.testslider .testi-btn {
  display: inline-block;
  width: 100%;
  text-align: right;
  font-weight: 800;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 18px; }

.testslider .name h6 {
  font-size: 16px;
  font-weight: 700; }

.testslider .img-title p i {
  color: #e81151; }

.testimonial-section .slick-track {
  padding-bottom: 10px; }

.copyright, .built-by {
  font-weight: 300;
  font-size: 14px; }

.built-by {
  text-align: right; }

.footer-widget h3 {
  text-align: left;
  color: #007dff;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 5px; }

.footer-widget .textwidget, .footer-widget .textwidget p {
  color: #fff;
  font-size: 14px;
  font-weight: 300; }

#footer-widget-1 .textwidget {
  margin-top: 54px;
  padding: 0; }

.footer-widget .textwidget, .footer-widget .social-fa-module.ws-swappable-module, .footer-widget ul {
  padding-left: 25px; }

.footer-widget ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase; }

.footer-widget .social-fa-module a {
  font-size: 34px;
  padding-right: 12px;
  padding-left: 8px; }

.footer-widget .social-fa-module a span {
  color: #fff !important; }

#footer-widgets {
  padding: 50px 0; }

.testimonial .wptww-testimonial-content i, .testimonial ul.slick-dots, .testimonial .wptww-testimonials-text em::after, .testimonial .wptww-testimonials-text em::before {
  display: none !important; }

.testimonial-section {
  background-color: #f5f5f5 !important;
  padding: 40px 0 70px; }

.testimonial-section .wptww-testimonials-text p em {
  font-style: normal;
  font-size: 16px;
  color: #000; }

.testimonial-section .wptww-testimonials-text p, .testimonial-section .wptww-testimonial-content {
  text-align: left !important; }

.testimonial-section .wptww-testimonial-client {
  text-align: right !important; }

.testimonial-section #wptww-testimonials-slidelist-1 {
  margin-bottom: 0; }

.testimonial h2 {
  color: #203991;
  text-align: center;
  margin-bottom: 22px; }

.testimonial-section .wptww-testimonials-slidelist .slick-slide {
  padding: 20px;
  border: 1px solid #9b9b9b;
  margin: 0 15px;
  background-color: #fff; }

.testimonial-section .wptww-testimonials-text p {
  width: 100%;
  max-width: 85%;
  margin: auto; }

.wptww-testimonial-content h4 {
  font-size: 16px;
  font-weight: 700; }

.testimonial-section .wptww-testimonials-slidelist.design-1 .slick-prev {
  left: 48% !important;
  top: auto !important;
  bottom: -60px; }

.testimonial-section .wptww-testimonials-slidelist.design-1 .slick-next {
  right: 48% !important;
  top: auto !important;
  bottom: -60px; }
/***** our-service *****/
.banner-title h1 {
  font-size: 64px;
  font-weight: 800;
  color: #fff;
  margin: auto;
  text-align: center;
  text-transform: uppercase; }

.banner-title {
  padding: 200px 0 100px; }

.our-img-box {
  display: flex;
  gap: 30px;
  align-items: center;
  width: 100%;
  max-width: 70%;
  margin: auto; }

.our-img-box > div {
  flex-basis: 34%; }

.our-img-box img {
  width: 100%;
  max-width: 100%; }

.expert-title {
  margin-bottom: 40px; }

.expert-txt h3 {
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px; }

.stop-title h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px; }

.stop-ren .text-btn a.new-btn {
  margin-top: 0px; }

.stop-ren .text-btn {
  margin-top: 20px; }

.stop-ren {
  width: 100%;
  max-width: 840px;
  margin: auto; }

.stop-ren p {
  font-size: 22px;
  color: #fff;
  text-align: center; }

.expert-img img {
  width: 100%; }
/***** SKIP THE PAINT *****/
.what-img p {
  margin: 60px 0;
  font-size: 20px; }

.what-img p {
  font-size: 20px;
  margin: 60px 0; }
/***** 7 COMMON EXTERIOR PROBLEMS *****/
.common-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  justify-content: center; }

.common-txt {
  text-align: center;
  margin-bottom: 60px; }

p.heat-sub {
  font-size: 20px;
  width: 100%;
  max-width: 640px;
  margin: auto;
  padding-top: 20px; }

.solor-img {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: center; }

.solar-txt p {
  font-size: 18px; }

.solar-title h2 {
  text-align: center;
  margin-bottom: 60px;
  color: #203991; }
/***** LIFETIME GUARANTEE *****/
.why-title h2 {
  width: 100%;
  max-width: 850px;
  margin: auto;
  margin-bottom: 50px; }

.why-is-content h3 {
  font-weight: 600;
  margin-bottom: 20px; }

.deluxe-life {
  width: 100%;
  max-width: 1020px;
  margin: auto; }

.deluxe-life h2 {
  text-transform: uppercase; }

.price-why-choose ul {
  text-align: left;
  color: #fff; }

.price-why-choose h2 {
  color: #fff;
  margin-bottom: 50px; }

.testimonalimages {
  display: flex;
  flex-wrap: wrap;
  align-items: self-start; }

.testimonalimages .aligncenter {
  width: 100%;
  max-width: 270px;
  object-fit: contain; }

h2.test-title {
  margin-bottom: 60px;
  text-align: center; }
/* Gallery Page*/
.gallery_page_main .sub-heading {
  position: relative;
  margin-top: 0px;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 25px;
  text-transform: uppercase; }

.gallery_page_main .sub-heading.cstm-margin {
  margin-top: 20px; }

.gallery_page_main .sub-heading::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 10px;
  background: black;
  height: 5px;
  width: 100%; }

.gallery_page_main .gallery-images {
  display: flex;
  flex-wrap: wrap; }

.gallery_page_main .gallery-images .aigpl-col-3 {
  width: 100%; }

.gallery_page_main .gallery-images .before-image, .gallery_page_main .gallery-images .after-image {
  flex-basis: 35%; }

.gallery_page_main .gallery-images .aigpl-design-1 .aigpl-img-wrp {
  height: 100%; }

.gallery_page_main h2.test-title {
  text-transform: uppercase; }
/* Contact Us Page */
.contact-us .nf-form-fields-required, .contact-us #nf-form-title-1 {
  display: none; }

.contact-us p {
  font-size: 14px; }

.contact-us #nf-field-4 {
  background-color: #ff004d;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  padding: 10px 25px;
  margin-top: 0;
  display: inline-block;
  line-height: 29px;
  border: 0; }

.contact-us h4 {
  font-weight: 600; }
/* Blog Page */
.blog #header, .single-post #header {
  position: inherit;
  left: 0;
  right: 0;
  top: 0; }

.blog h2.entry-title {
  font-size: 30px;
  font-weight: 700; }

.blog .excerpt-read-more.btn.btn-primary {
  background-color: #ff004d;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  padding: 10px 25px;
  margin-top: 15px;
  display: inline-block;
  line-height: 29px; }

.blog .btn-primary:hover {
  background-color: #ff004d !important;
  color: #000; }

.blog h1.entry-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px; }

.blog .site-core, .single-post .site-core {
  border-top: 1px solid #9b9b9b;
  margin-top: 20px; }

.blog h2.entry-title a {
  color: #203991; }

.blog .author-avatar .avatar-image, .single-post .author-avatar .avatar-image {
  width: auto;
  max-height: 100%;
  border-radius: 0px !important;
  object-fit: contain; }

.blog article {
  margin-bottom: 30px;
  padding-bottom: 0px; }

.single-post .entry-header .entry-title {
  margin-bottom: 40px;
  text-align: center; }

.single-post div#respond input#submit {
  background-color: #ff004d;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  padding: 10px 25px;
  margin-top: 15px;
  display: inline-block;
  line-height: 29px; }

#footer .footer-widget ul li a:hover, #footer #footer-widget-1 #text-7 a:hover {
  text-decoration: underline; }

#footer #footer-widget-1 #text-7 a {
  color: #fff; }
/***** MEDIA QUERIES *****/
@media screen and (max-width: 1366px) {
  .main_menu ul li a {
    padding: 0 7px; }

  .img-with-txt .img-box {
    padding-top: 30px; } }

@media screen and (max-width: 1200px) {
  .expert-title {
    margin-bottom: 20px; }

  .expert-txt h3 {
    margin-top: 20px;
    margin-bottom: 10px; }

  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; }

  .hidden-md {
    display: block !important; }

  #header {
    display: none; }

  .mobile-menu .navbar-brand {
    height: auto;
    flex-grow: 1; }

  .mobile-menu .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between; }

  .mobile-menu .navbar-brand > img {
    display: block;
    width: 100%;
    max-width: 60px; }

  .hero-banner {
    padding-top: 110px; } }

@media screen and (max-width: 1024px) {
  .banner-title {
    padding: 100px 0 50px; }

  .video-col iframe {
    width: 430px;
    height: 280px; }

  .text-top p {
    font-size: 20px; }

  p.left-title {
    font-size: 72px; }

  .footer-widget .social-fa-module a {
    font-size: 25px; }

  .right-side-img img {
    max-width: 65%; }

  .right-side-img h3 {
    font-size: 20px;
    line-height: 30px; }

  .our-title.mb-30 {
    margin-bottom: 10px !important; }

  .our-img-box {
    max-width: 90%; } }

@media screen and (max-width: 992px) {
  /***** our-service *****/
  /* Gallery Page*/
    .banner-title h1 {
      font-size: 54px; }
    .banner-txt h1 {
      font-size: 54px;
      padding-left: 40px;
      line-height: 60px; }
    .stop-sec {
      padding: 60px 0; }
    .img-with-txt {
      padding: 60px 0; }
    .text-sec-title h2 {
      margin-bottom: 60px; }
    .img-with-txt .img-box {
      text-align: center;
      margin-bottom: 40px; }
    .img-with-paragrph p {
      padding-top: 20px; }
    p.left-title {
      font-size: 62px; }
    p.left-title span {
      font-size: 55px; }
    .image-with-text {
      padding: 60px 0; }
    .bottom-text h3 {
      font-size: 20px; }
    #footer-widgets {
      padding: 40px 0; }
    .text-btn {
      margin-top: 0px; }
    .home-text-sec .text-box {
      margin-bottom: 50px; }
    .home-text-sec .text-top {
      margin-bottom: 0px; }
    .expert .d-flex {
      flex-direction: column; }
    .expert .d-flex .col-md-6 {
      width: 100%; }
    .stop-ren p {
      font-size: 20px;
      color: #fff; }
    .expert-txt {
      margin-top: 30px; }
    .module-padding {
      padding-top: 70px;
      padding-bottom: 70px; }
    .what-img p {
      font-size: 18px;
      margin: 40px 0; }
    .stop-ren .text-btn, .stop-ren p {
      text-align: center; }
    .stop-title h2 {
      margin-bottom: 30px; }
    .sure-sec .row {
      flex-direction: column-reverse; }
    .gallery_page_main .gallery-images .before-image, .gallery_page_main .gallery-images .after-image {
      flex-basis: 50%; } }

@media screen and (max-width: 820px) {
  iframe {
    width: 375px;
    height: 245px; } }

@media screen and (max-width: 767px) {
  /* Gallery Page*/
  /* Blog page */
    .banner-title h1 {
      font-size: 40px; }
    .testimonial-section .wptww-testimonials-text p em {
      font-size: 12px;
      line-height: 16px;
      display: inline-block; }
    .hero-banner .row, .video-section .row {
      flex-wrap: wrap;
      justify-content: center; }
    .testimonial-section .wptww-testimonials-slidelist.design-1 .slick-prev {
      left: 45% !important; }
    .testimonial-section .wptww-testimonials-slidelist.design-1 .slick-next {
      right: 45% !important; }
    h2 {
      font-size: 30px;
      font-weight: 800; }
    .home-text-sec .text-box h3 {
      font-size: 22px; }
    .home-text-sec .new-btn {
      margin-top: 0px; }
    .image-with-text .imgages {
      margin-bottom: 60px; }
    .image-with-text {
      padding: 60px 0 0; }
    .built-by {
      text-align: center; }
    #footer .widget-area, .social-fa-module, .footer-widget h3 {
      text-align: center; }
    .footer-widget .textwidget, .footer-widget .social-fa-module.ws-swappable-module, .footer-widget ul {
      padding-left: 0; }
    .banner-txt h1 {
      font-size: 40px;
      padding-left: 0px;
      line-height: 48px;
      margin-bottom: 30px; }
    .video-col iframe {
      width: 375px;
      height: 375px; }
    .video-content {
      margin-top: 30px; }
    .img-with-paragrph p {
      padding-top: 30px; }
    .text-sec-title h2 {
      margin-bottom: 41px; }
    .imgages .img-cont h3 {
      font-size: 25px; }
    .new-btn, .imgages .new-btn {
      font-size: 20px; }
    .hero-banner {
      padding-top: 140px; }
    .video-content h2 {
      margin-bottom: 30px; }
    .video-content p {
      font-size: 16px; }
    #footer-widget-1 .textwidget {
      margin-top: 34px; }
    .our-img-box {
      max-width: 100%;
      flex-wrap: wrap;
      justify-content: center;
      text-align: center; }
    .our-img-box > div {
      flex-basis: 100%; }
    .our-img-box img {
      width: 100%;
      max-width: 20%; }
    .stop-ren p, .stop-ren .text-btn {
      text-align: center; }
    .module-padding {
      padding-top: 50px;
      padding-bottom: 50px; }
    .common-txt, .solar-title h2 {
      margin-bottom: 40px; }
    .solor-box .row {
      flex-wrap: wrap; }
    .solor-img {
      margin-bottom: 30px; }
    p.heat-sub {
      font-size: 18px; }
    .solar-txt p {
      font-size: 16px; }
    .why-title h2, h2.test-title {
      margin-bottom: 40px; }
    .price-why-choose h2 {
      color: #fff;
      margin-bottom: 30px; }
    .gallery_page_main .gallery-images .before-image, .gallery_page_main .gallery-images .after-image {
      flex-basis: 100%; }
    .gallery_page_main .sub-heading {
      font-size: 18px; }
    .gallery_page_main .sub-heading::after {
      width: 97%; }
    .blog h2.entry-title {
      font-size: 25px; }
    .blog .excerpt-read-more.btn.btn-primary {
      font-size: 16px; } }

@media screen and (max-width: 500px) {
  .video-col iframe {
    width: 345px;
    height: 205px; }

  .testimonial-section .wptww-testimonials-slidelist.design-1 .slick-prev {
    left: 43% !important; }

  .testimonial-section .wptww-testimonials-slidelist.design-1 .slick-next {
    right: 43% !important; }

  .testimonial-section .wptww-testimonials-slidelist .slick-slide {
    margin: 0; }

  .stop-title h2 {
    margin-bottom: 20px; } }

@media screen and (max-width: 428px) {
  h2 {
    font-size: 30px;
    font-weight: 800; }

  .right-side-img img, .img-box img {
    max-width: 80%; }

  p.left-title {
    font-size: 52px; }

  .hero-banner {
    padding-top: 80px; }

  .form-box .call-box {
    padding-left: 30px; } }
