/*------------------------------------------
Embedded Fonts
-----------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Fjalla+One&family=Nunito:wght@500;700&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,600;1,700&display=swap');


/*------------------------------------------
General Stylesheet Sheet
-----------------------------------------*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a { color: #2ea3f2; text-decoration:none; }
body { 
  margin:0;  
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; 
  color: #333; 
  background-color: #fff; 
  line-height: 1.7em; 
  font-weight: 500; 
  -webkit-font-smoothing: antialiased; 
}
ul {
  list-style-type: disc;
  padding: 0 0 23px 1em;
  line-height: 1.8em;
}
h1, h2, h3, h4, h5, h6 {  
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  margin: 0;
}
h1.column-title {
  font-family: 'Fjalla One',Helvetica,Arial,Lucida,sans-serif;
  font-size: 54px;
  color: #272ddb;
  line-height: 1.3em;
  text-align: left;
}
h2 { font-size:24px; }
h3 { font-size: 22px; }
p { 
  line-height:1.8; 
  margin:0; 
  padding-bottom: 1em;
}

img, figure { max-width:100%;  }
a.button {
  display: block;
  color: #fff;
  font-family: Open Sans,Arial,sans-serif;
  line-height: 1.7em;
  padding: 0.3em 1em!important;
  border-color: #26a8f3;
  border-radius: 3px;
  font-size: 22px;
  font-weight: 600!important;
  background-color: #26a8f3;
  box-shadow: 2px 2px 8px 0px rgb(0 0 0 / 30%);
  transition: background-color 300ms ease 0ms,border 300ms ease 0ms;
  width: 100%;
  text-align: center;
}
a.button:hover {
  border-color: #c9252e!important;
  background-color: #c9252e;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container { 
  max-width:1240px; 
  margin:0 auto; 
  padding-left: 20px; 
  padding-right: 20px; 
}
.mainwrapper {
  max-width: 1080px;
  margin: 0 auto;
  width: 80%;
}
.pb_row { padding:27px 0; }
.fl { float:left; }
.fr { float:right; }
.clear { clear: both; visibility:hidden; }


.column_2_5 {
  width: 38.2%;
}
.column_3_5 {
  width: 58.8%;
}
.column_1_2 {
  width: 47.25%;
 
}
.space_right3 {
  margin-right: 3%;
}
.space_right5 {
  margin-right: 5.5%;
}
p.semidesc {
  font-size: 20px;
  line-height: 1.6em;
}
p.desc, ul.desc {
  color: #333;
  font-family: 'Fjalla One',Helvetica,Arial,Lucida,sans-serif;
  font-size: 30px;
  line-height: 1.4em;
  padding-bottom: 0;
  padding-top: 16px;
  margin: 0;
}

ul.desc li {
  line-height: 1.8em;
}

/*------------------------------------------
Header
-----------------------------------------*/
#main-header { overflow:hidden; }
.top-header { 
  background:#1E3Db2; 
  padding:6px 0; 
}
.top-header a { color:#fff; }
.top-header .left { 
  color:#ffffff; 
  width:30%; 
  font-weight: 700; 
  font-size: 14px; 
  line-height: 1.4em; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-header .right { 
  color:#ffffff; 
  font-weight:700; 
  font-size:22px; 
  line-height:1.4em; 
  text-shadow:0.08em 0.08em 0.08em rgb(0 0 0 / 40%); 
  width: 70%; 
  padding-right: 79px;
  text-align:right; 
}
.top-header #animatedHeading { 
  height: 18px; 
  overflow: hidden; 
}
.top-header .best { 
  background:#e51b23; 
  border-radius:4px; 
  width:36px; 
  font-weight: 700; 
  font-size: 11px; 
  color: #ffffff; 
  line-height: 1.4em; 
  text-align: center; 
  padding: 3px 5px; 
  margin-right: 12px;
}
.bottom-header {
  background-position: left bottom 0px;
  background-image: linear-gradient(180deg,rgba(38,56,193,0.79) 0%,rgba(51,117,247,0.74) 100%),url(../images/header-bg.jpg)!important;
  min-height: 165px;
  background-repeat: no-repeat;
  background-size: cover;
}
.bottom-header .container {
  justify-content: flex-start;
}
.bottom-header .logo {
  max-width: 250px;
}
.bottom-header .right {
  text-align: right;
}
.bottom-header .right .img-con {
  margin-top: -21px;
  margin-bottom: -22px;
  z-index: 999;
  position: relative;
  left: 48px;
}
.bottom-header .img-con img { vertical-align:middle; }
.bottom-header .img-con img:nth-child(2) {
  max-width: 300px;
  margin-right: 48px;
}
.call-action {
  color: #ffffff;
  font-size: 26px;
  font-style: italic;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 13px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10%;
}
.call-action a { color:#ffffff; }
.bottom-header .call-action span { 
  z-index: 9;
  position: relative;
}
.bottom-header .call-action:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  width: 2000px;
  left: -252px;
  height: 100%;
  background: linear-gradient(135deg,rgba(0,0,0,0) 15%,rgb(255,255,255) 15%,rgb(255,255,255) 15.5%,#c9252F 0%);
  z-index: 2;
}



.main-banner {
  background: url(../images/Expert-HVAC-and-Refrigeration-banner.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.main-banner .container {
  max-width: 1500px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.main-banner h1 {
    font-size: 39px;
    line-height: 1.3em;
}
.main-banner .left {
  width: 57.8%;
  padding-top: 80px;
}
.main-banner .left .col {
  font-weight: 600;
  font-size: 17px;
  background-color: rgba(0,0,0,0.53);
  padding: 30px 20px;
  max-width: 700px;
  margin: 0 auto;
}
.main-banner ul {
  list-style-type: disc;
  padding: 0 0 23px 1em;
  line-height: 1.8em;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  margin: 0;
}
.main-banner .right {
  width: 36.7%;
}
.main-banner .right .module {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5em;
  background-color: rgba(30,48,130,0.85);
  padding: 30px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.main-banner .module h4 {
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
.main-banner .module p {
  line-height: 1.5em;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.testimonials { 
  max-width:1600px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.testimonials h4 {
  color: #333;
  font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 26px;
}
.testimonials h6 {
  color: #333;
  font-weight: 500;
  font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}
#carousel .module {
  box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 5%);
  border-radius: 13px;
  margin-top: 46px;
  margin-bottom: 55px;
  padding: 0px 20px 22px;
  margin-right: 45px;
}
#carousel .rating {  
  background: url(../images/star.png) no-repeat center;
  width: 65px; 
  margin: 0 auto;
  height: 12px;
  background-size: cover;
  margin-top: 21px;
  margin-bottom: 10px;
}

.highlights-gray {
  color: #000000;
  background: #fafafa;
  text-align: center;
  padding: 10px 10%;
  font-family: 'Fjalla One',Helvetica,Arial,Lucida,sans-serif;
  font-size: 30px;
  line-height: 1.4em;
  margin-top: 16px;
}

.request-section { padding:27px 0; }

.request-section form {
  background-color: rgba(30,48,130,0.85);
  border-radius: 0 0 3px 3px;
  padding: 12px 30px 20px;
}
.request-section .fields {
  width: 49%;
}
.request-section input,
.request-section textarea {
  font-family: 'Open Sans', sans-serif;
  color: #787878;
  font-size: 16px;
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}
.request-section input {
  height: 50px;
  margin: 0;
  padding: 12px;
  margin-bottom: 2%;
}
.request-section textarea {
  height: 200px;
  margin: 0;
  padding: 12px;
}
.request-section h2 {
  background-color: #c9252f;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  padding: 25px 15px;
  margin-top: 50px;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
}
.request-section form p {
  font-family: Open Sans,Arial,sans-serif;
  font-size: 13px;
  line-height: 1.7em;
  font-weight: 500;
  color: #fff;
}
.request-section input[type="submit"] {
  background: #ff0200;
  width: 76px;
  height: 50px;
  border: 0;
  font-size: 16px;
  margin: 25px 0;
  padding: 12px;
  color: #fff;
}

.blue-call {
  background: #1e3db2;
  padding: 10px 10%;
  text-align: center;
  color: #fff;
  font-family: 'Fjalla One',Helvetica,Arial,Lucida,sans-serif;
  font-size: 30px;
  line-height: 1.4em;
  margin-top: 27px;
}

.duct-air { padding:27px 0px; }
.duct-air .left {
  width: 47.25%;
  margin-right: 5.5%;
}
.duct-air .right {
  width: 47.25%;
}
.duct-air h1.column-title {
  color: #c9252e;
}
.mke-list-style { margin-top:5.82%; padding-left:0; }
.mke-list-style li {
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-position: 0 7px;
  line-height: 1.5em;
  padding-left: 40px;
  padding-top: 0;
  list-style: none;
  font-size: 20px;
  color: #666;
}
ul.thumb-img {
  list-style: none;
  padding: 0;
}
ul.thumb-img li {
  width: 25%;
  margin-right: 3.5%;
  display: inline-block;
}
ul.thumb-img li:last-child { 
  width: 41%;
  margin-right: 0;
}

.highlights {
  color: #000;
  text-align: center;
  padding: 10px 10%;
  margin-top: 16px;
  padding-top: 10px;
  background-color: #fafafa;
  border-top: 2px solid #1e3db2;
  border-bottom: 2px solid #1e3db2;
  font-family: 'Fjalla One',Helvetica,Arial,Lucida,sans-serif;
  font-size: 30px;
  line-height: 1.4em;
}

.blown-section { padding-top: 27px; }
.blown-section .left {
  width: 58.8%;
  margin-right: 3%;
  padding-bottom: 27px;
}
.blown-section .right {
  width: 38.2%;
}

.emergency-img { 
  text-align:right; 
  padding: 27px 15% 0 0;
}

.services { padding-bottom: 100px; }
.services h4 {
  font-weight: 600;
  font-size: 23px;
  color: #000000;
  background: url(../images/arrow.png) no-repeat left center;
  background-size: 10px;
  padding: 0 0 0 40px;
  margin-left: 6px;
}
.checklist {
  padding: 0;
}
.checklist li {
  background: url(../images/Check_icon.png) no-repeat left center;
  background-size: 25px;
  list-style: none;
  padding: 3px 0 5px 48px;
  font-size: 18px;
  color: #000;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 11px;

}


.idt_error_field {
    border: 1px solid red !important;
}


/*------------------------------------------
Footer
-----------------------------------------*/
footer {
  background: #00081d;
  color:#ffffff;
  padding-bottom: 27px;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  display: inline-block;
}
footer a { color:#ffffff; }
footer .year {
  width: 40%;
}
footer .top-footer {
  background-image: linear-gradient(149deg,#0f2765 50%,#0c2c6d 50%)!important;
}
footer .top-footer p { padding:0; }
footer .top-footer .left {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(180deg,rgba(45,157,226,0.49) 0%,rgba(47,170,226,0.55) 100%),url(../images/Polar-Bear-img.jpg);
  background-color: initial;
  padding-top: 4%;
  padding-right: 4%;
  padding-bottom: 4%;
  padding-left: 4%;
  top: -65px;
  position: relative;
  z-index: 9;
}
footer .social-media { text-align:center; }
footer .social-media li {
  width: 44px;
  height: 44px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  margin: 0 3px 8px;
}
footer .social-media a {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}
footer .social-media img {
  width: 16px;
  margin: 0 auto;
}
footer .top-footer .right { 
  padding-top: 75px;
}
footer .top-footer .right li {
  width: 44%;
  margin-bottom: 22px;
  text-align: center;
}
footer .top-footer .right li:nth-child(odd) {
  margin-right: 11%;
}
footer .mid-footer { 
  padding: 8px 0 27px; 
}
footer .mid-footer ul {
  width: 60%;
  text-align: right;
}
footer .mid-footer ul li {
  padding: 3px 9px;
}
footer .bottom-footer { 
  text-align: center;
  font-size: 10px;
  width: 80%;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 20px;
}
footer .bottom-footer p {
  margin: 0;
  line-height: 2.4em;
}


.mobileView,
.mobile-section { display:none; }


@media only screen and (max-width: 1400px) {

  h1.column-title { font-size:48px; }

}


@media only screen and (max-width: 1300px) {

  .bottom-header .img-con img:nth-child(2) { margin-right:0; }

}


@media only screen and (max-width: 1200px) {

  .bottom-header .img-con img:first-child {
    width: 100px;
    margin-bottom: 70px;
  }
  .top-header .right { padding-right:0; }
  .bottom-header .right .img-con { left:0; }
  .bottom-header .right .img-con { margin-top:0; }
  .bottom-header .container { display:block; }
  .bottom-header .logo {
    margin-top: 20%;
  }



}




@media only screen and (max-width: 1100px) {

  .bottom-header .img-con img:nth-child(3) { width: 280px; }


}




@media only screen and (max-width: 980px) {

  h1, h2, h3, h4, h5, h6, .checklist li { line-height:1.2em; }
  .mobileView { display:block; }
  .top-header,
  .bottom-header .img-con img:nth-child(2),
  .bottom-header .img-con img:nth-child(3),
  .main-banner, 
  .request-section .column_1_2:last-child,
  .desktopView { display:none !important; }

  .bottom-header .container { display:none !important; }
  .bottom-header .logo {
      max-width: 250px;
      margin: 10px 20px;
  }
  .bottom-header .container {
    display: flex;
    padding: 20px 20px 10px;
    justify-content: center;
  }
  .bottom-header {     
    min-height: auto;
    background-position: center; 
  }
  .bottom-header .img-con img:first-child {
      margin-bottom: 0;
      margin-top: -20px;
  }
  .testimonials { width:80%; }
  h1.column-title { font-size: 34px; }

  .flex, .flex-top, .flex-start { display:block; }

  .column_1_2,
  .column_2_5,
  .column_3_5 { width:100%; }

  p.desc, ul.desc, 
  .highlights-gray,
  .highlights { font-size: 24px; }

  p.semidesc { font-size:16px; }

  .mke-list-style { margin-top:20px; }
  .duct-air h1.column-title {
    margin-top: 30px;
    padding: 0;
  }
  a.button { font-size:18px; }

  .blown-section .column_2_5,
  .commercial .column_2_5 { padding-top:30px; }

  .emergency-img {
    text-align: left;
    padding: 27px 0 10px;
  }
  .services .column_1_2  {
    max-width: 550px;
    margin: 0 auto;
    padding-top: 20px;
  }
  .services { padding-bottom: 0; } 
  .request-section h2 { font-size: 24px; margin-top:0; }
  .mobileView .request-section { margin-bottom:100px; }

  .dust-section { padding-top:40px; }

  .call-action {
    background: #c9252F;
    padding: 15px 0;
  }
  .mobile-section { display:block; }
  .mobile-section .main-banner { 
    display:block !important; 
    background-image: linear-gradient(180deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%),url(../images/El-Paso-Sundown-img.png)!important;
    background-size: cover;
    padding: 27px 0;
    margin-top: -7px;
  }
  .mobile-section .container {
    font-weight: 600;
    font-size: 17px;
    background-color: rgba(0,0,0,0.53);
    padding: 30px 20px;
    max-width: 700px !important;
    text-align: center;
    width: 80%;
  }
  .mobile-section .main-banner li { list-style:none; }
  .mobile-section .main-banner h2 {
    color: #FFFFFF;
    line-height: 1.3em;
  }
  .mobile-section .module {
    display: flex;
  }
  .mobile-section .module .col {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5em;
    padding: 50px 30px;
    text-align: center;
  }
  .mobile-section .module h4 {
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 15px;
  }

  .mobile-section .module .col:first-child { background:#262262; }
  .mobile-section .module .col:nth-child(2) { background:#c92229; }
  .mobile-section .module .col:last-child { 
    background:#ffffff; 
    color: #262262; 
  }
  .mobile-section .module .col:last-child h4 { color: #262262; }

  .logo-section {
    background: #1e3db2;
    text-align: center;
    padding: 30px 10%;
  }
  .logo-section img {
    max-width: 360px;
    width: 100%;
  }
  .logo-section p {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
    max-width: 360px;
    margin: 0 auto;
    padding: 20px 0;
  }


  footer .top-footer .right { padding-top: 0; }
  footer .year, footer .mid-footer ul {
    width: 100%;
    text-align: center;
  }
  footer .mid-footer { padding-top:20px; }



}





@media only screen and (max-width: 767px) {

  ul.desc li { line-height:1.4em; }
  p.desc, ul.desc, .highlights-gray, .highlights, .blue-call {
    font-size: 20px;
  }
  h1.column-title {
    font-size: 30px;
  }
  p.semidesc, .mke-list-style li {
    font-size: 14px;
  }
  a.button { font-size:16px; }

  .mobile-section .module { display:block; }


}





@media only screen and (max-width: 600px) {

  h1.column-title {
    font-size: 25px;
  }
  .request-section .fields {
    width: 100%;
  }
  .request-section form { padding:20px 30px; }
  .request-section input {
    font-size: 15px;
    height: 40px;
  }
  .request-section textarea { height:150px; }
  footer .top-footer .right li:nth-child(odd) {
    margin-right: 0;
  }
  footer .top-footer .right li {
    width: 49%;
    padding: 0 10px;
  }
  .mobile-section .container { width:100%; }
  .call-action { font-size:16px; }
}




@media only screen and (max-width: 500px) {

  ul.thumb-img li {
    width: 45%;
    margin-right: 4%;
    margin-bottom: 10px;
  }
  ul.thumb-img li img { width:100%; }
  ul.thumb-img li:last-child {
    width: 100%;
    margin-right: 0;
  }


}

