@charset "utf-8";
/* CSS Document */

/*===== Custome Fonts =====*/
@font-face{ font-family:"sf"; src:url("../fonts/sfpror.ttf"); }
@font-face{ font-family:"sfm"; src:url("../fonts/sfpro.ttf"); }
@font-face{ font-family:"sfh"; src:url("../fonts/sfproh.ttf"); }
/*===== Pre CSS ===== */
body{ margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #333; font-family: 'Poppins', sans-serif; background: #fff;}
p, a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0; font-family: 'Poppins', sans-serif; }

a[href^=tel] { text-decoration:inherit; color: inherit; }
a[href^=mailto] { text-decoration:inherit; color: inherit; }

/*===== Go To Top Section =====*/
#back-top{ display: block; position: fixed; bottom: 140px; right: 10px; bottom: 10px; text-align: center;  z-index: 99999; }
#back-top a{ display: block; text-decoration: none; }
#back-top a .fa{ width: 50px; height: 50px; padding-top: 12px; font-size: 20px; border-radius: 50%; opacity: 1; color: #fff; background: #074b7a; border: #074b7a solid 2px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #fff; color: #074b7a; }

/* Modal Body */
.modal-body .close{ position: absolute; top: 8px; right: -4px; transform: translate(-50%,-50%); opacity: 1; color: #074b7a; }
.modal-body img{ width: 100%; }

/* Wrapper */
.wrapper{ position: relative; margin: 0; padding: 0; overflow: hidden; }

/*===== Header Section =====*/

/*Header Navigation*/
.navbar-inverse{ position: relative; bottom: 0; padding: 0; z-index: 9; border: none; float: none; }
.navbar{ margin-top: 0; margin-bottom: 0; background: transparent; min-height:90px; display: flex; justify-content: flex-end; align-items: center;}
.navbar-inverse .navbar-nav{ display:flex; justify-content: center; align-items: center; margin: 0; padding: 0; float: none; }
.navbar-inverse .navbar-nav li{ list-style: none; margin: 0; margin-left: 25px; }
.navbar-inverse .navbar-nav li:first-child{ margin-left: 0; }
.navbar-inverse .navbar-nav li a{ position: relative; display: inline-block; padding: 0 10px; padding-bottom: 0; margin: 0; border: none; border: none; border-radius: 0; color: #fff; background: transparent; font-size: 14px; text-align: center; text-transform: uppercase; text-decoration: none; font-family:"sfm";  -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }

.navbar-inverse .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:focus,
.navbar-inverse .navbar-nav .active a,
.navbar-inverse .navbar-nav .active a:hover,
.navbar-inverse .navbar-nav .active a:focus{ color: #d03737; background: transparent; }

/*===== Mobile Menu =====*/
.mobile_menu.active{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 9999999999; }
.menu_icon_box{ position: fixed; top: 0; left: 0; z-index: 9999999999; display: block; width: 100%; background-image: linear-gradient(-225deg, #0c4872 0%, #074b7a 50%, #023f69 100%); height: 57px; }
.tab_button{ float: left; }
.tab_button a{ display: inline-block; padding: 7px 10px; margin-top: 14px; font-size: 10px; text-align: center; text-transform: uppercase; color: #fff; background: transparent; border: #fff solid 1px; border-radius: 5px; box-sizing: border-box; text-decoration: none; }
.tab_button a:hover{ background: #747474; border: #747474 solid 1px; }
.tab_button1{ margin-left: 15px; margin-right: 5px; }

.menu_icon{ position: fixed; top: 15px; right: 15px; width: 30px; height: 30px; padding: 1px 5px; background: transparent; box-sizing: border-box; cursor: pointer; z-index: 999; }
.menu_icon span{ width: 100%; height: 2px; display: block; background: #fff; margin: 5px 0; border-radius: 5px; transition: all linear 0.3s; }
.menu_icon.active{ color: #fff; padding: 8px 3px 0; }
.menu_icon.active span{ position: absolute;	width: 85%; }
.menu_icon.active span:nth-child(1){ transform: rotate(45deg); }
.menu_icon.active span:nth-child(3){ transform: rotate(-45deg); }
.menu_icon.active span:nth-child(2){ display: none; }

.mobile_slideLogo{ display: block; margin-top:10px; text-align: center; }
.mobile_slideLogo img{ display: inline-block; float: none; background: #fff; padding: 10px 30px; margin-bottom: 15px; border-radius: 5px; width: 100%; height: auto; }
.sidebar{ padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 80%; height: 100%; background-image: radial-gradient( circle 376px at -2.9% 47.9%,  rgba(12,72,114,1) 0.3%, rgba(7,75,122,1.02) 90.5% ); text-align: center; box-sizing: border-box; z-index: 999999; transition: all linear 0.3s; }
.sidebar.active{ left: 0; }
.sidebar ul li{ list-style: none; margin-bottom:5px;}
.sidebar ul li a{ position: relative; display: block; padding: 10px 15px; border: #fff solid 1px; text-align: left; color: #fff; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 13px; border-radius:50px; font-weight: 400; border-radius: 50px; position: relative; overflow: hidden; }
.sidebar ul li a::before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; padding: 12px 0; height: 100%; width: 0%; background-image: linear-gradient(-225deg, #0c4872 0%, #074b7a 50%, #023f69 100%); transition: all linear 0.3s; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.sidebar ul li a:hover::before{ width: 100%; }
.sidebar ul li.active{ background-image: linear-gradient(-225deg, #0c4872 0%, #074b7a 50%, #023f69 100%);  border-radius: 50px; }

/*===== Responsive Mobile Dropdown =====*/
.accordion{ list-style: none;  padding: 0; margin: 0; }
.accordion_headline{ background: transparent; padding: 8px 10px; border: #666 solid 1px; color: #fff; text-align: left; text-transform: uppercase; font-size: 12px; font-weight: 400; transition: .3s ease; position: relative; }
.accordion_headline::before,
.accordion_headline::after{ content: ""; width: 15px; height: 2px; background: #ffffff; position: absolute; display: block; top: 50%; right: 15px; transform: translate(-50%, -50%) rotate(0deg); transition: .3s ease; }
.accordion_headline::after{ transform: translate(-50%, -50%) rotate(90deg); }
.accordion_headline:hover{ cursor: pointer; background: transparent; }
.open > .accordion_headline::before{ transform: translate(-50%, -50%) rotate(180deg);	}
.open > .accordion_headline::after{ transform: translate(-50%, -50%) rotate(360deg); }
.accordion_content{ display: none; background: transparent; padding: 0; border-top: 0; }
.accordion li{ margin-bottom: 1px; }
.accordion_headline h5{ font-size: 16px; margin: 0; padding-right: 30px; }
.accordion_content p{ font-size: 14px; margin: 0; }

/*-- Modern Social Media Icon Display --*/
.social_media_block{ display: block; position: fixed; top: 0; left: 0; z-index: 9; height: 100%; background: transparent; }
.share_icon .fa{ position: absolute; left: 10px; bottom: 10px; z-index: 2; cursor: pointer; width: 52px; height: 52px; border-radius: 50%; border: #074b7a solid 1px; background: #074b7a; color: #fff; font-size: 24px; text-align: center; padding: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; display: flex; justify-content: center; align-items: center; }
.share_icon .fa:hover{ transform: rotate(360deg); color: #fff; background: #074b7a; border-color: #074b7a; }
.social_icon ul{ display: block; text-align: center; }
.social_icon ul li{ list-style: none; display: inline-block; }
.social_icon ul li .fa{ position: absolute; left: 11px; bottom: 11px; z-index: 1; width: 50px; height: 50px; border-radius: 50%; border: none; background: #6f729a; color: #fff; font-size: 24px; text-align: center; padding:0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.social_icon ul li .fa:hover{ transform: rotate(360deg); }
.social_icon.active ul li:nth-child(1) .fa{ bottom: 112px; background: #3b5998; color: #fff; }
.social_icon.active ul li:nth-child(2) .fa{ bottom: 62px; background: #59adec; color: #fff; }

/* ==== home page css here ==== */

/* button */
.button1{ font-size:16px; font-family:"sf"; padding: 10px 40px; border:2px solid #074b7a; background:#074b7a; border-radius:5px; color:#fff; transition: ease .4s; margin-top:30px; }
.button1:hover{background:transparent; color:#074b7a;}

/* title-section */
.title-section{ text-align:center; }
.title-section h2{ color:#000000; font-size:35px; font-family:"sfh"; }

/*top header*/
.top-header{padding:12.5px 0; background:#efefef;}
.header-social-icon ul{ text-align:right; }
.header-social-icon ul li{list-style: none; display: inline-block;}
.header-social-icon ul li .fa{ color:#747474; margin-left:15px; font-size:14px; width:25px; height:25px; border:1px solid #747474; text-align:center; line-height:25px; border-radius:50%;  }
.header-social-icon ul li a{text-decoration: none; color:#747474;}
.top-header-content p{color:#505050; font-family:"sf";}
.top-header-content p a{ color:#d03737; text-decoration:underline ; font-weight:500; }
.middle-header{ background:#074b7a; padding:3px 0; }
.header-contact-detail ul{ display:flex; justify-content: space-around; align-items: center; min-height:75px; }
.header-contact-detail ul li{ display:flex; align-items: center; text-transform: uppercase; text-align:center; position: relative; color:#074b7a; line-height:20px; font-family:"sfm"; }
.header-contact-detail ul li::before{ content:''; position:absolute; top:0; right:-65px; height:40px; width:1px; background:#074b7a; }
.header-contact-detail ul li img{ margin-right: 20px; }
.bottom-header{ position: absolute; background:rgba(255,255,255,.7); width:100%; z-index:1; }
.HVAC{ display: flex; justify-content: flex-end; margin-top:17px; }
.HVAC a{ text-decoration:none; display: inline-block; font-family:"sf"; background: #074b7a; border: none; padding: 11px 50px; border-radius:50px; color:#fff; text-align:right; }

/*banner*/
.section-banner img{ width:100%; }

/* .home */
.home{ background:url(../images/home-bg.png); background-size:cover; padding:80px 0 70px; }
.home-img img{ border:1px solid #000; }
.home-content{ margin-top:40px; }
.home-content h1{ color:#002c5b; font-size:34px; font-weight:700; }
.home-content .home-icon{ margin:40px 0 20px; }
.home-content p{ color:#222222; font-size:15px; line-height:33px; text-align: justify; }
.home-content a{ text-decoration:none; display: inline-block; font-size:16px; background: #f71920; border: 1px solid #f71920; padding: 13px 45px; border-radius:50px; color:#fff; margin-top:38px; transition:all linear .3s }
.home-content a:hover{ color:#f71920; background:transparent ; }
.home-content .insured-logo{ float:right; margin-top:-25px; }

/* services */
.services{ padding:50px 0 65px; }
.services .title-section p{ color:#434343; font-size:16px; font-family:"sf"; margin:15px 0 25px; }
.service-block .service-image{ position:relative; }
.service-block img{ border:1px solid #000; width:100%; border-radius:10px; }
.service-block h5{ color:#f71920; font-weight: 600; font-size:14px; background:#f9f9f9; display: inline-block; padding:10px 10px; border-top-right-radius:50px; border-bottom-right-radius:50px; position: absolute; left:5.5%; bottom:25px; }

/* need-help */
.need-help{ padding:70px 0 55px; background:url(../images/help-bg.png)center center; background-size:cover; text-align:center; }
.need-help p{ font-size:40px; color:#fff; font-family:"sf"; margin-bottom:35px; }
.need-help p span{ font-family:"sfh"; }
.need-help button{ font-size:16px; font-family:"sf"; padding: 12px 30px; border:1px solid #fff; border-radius:5px; color:#fff; }
.need-help button.help-button1{ background:#074b7a; margin-right:30px; transition:ease .4s; }
.need-help button.help-button2{ background:#f71920; transition:ease .4s; }
.need-help button.button1:hover,.need-help button.button2:hover{ background:transparent; }

/* .gellery */
.AC{ padding:70px 0 50px;  }
.AC .title-section h2{ margin-bottom:45px; }
.projects-content-image-block{ position: relative; overflow: hidden; margin-bottom: 20px; }
.projects-content-image-block img{ width: 100%; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.overlayer{ position: absolute; top: 15px; right: 15px; bottom: 15px; left: 15px; z-index: 9; display: flex; justify-content: center; align-items: center; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.overlayer::before{ content: ""; position: absolute; top: -15px; right: -15px; bottom: -15px; left: -15px; transform: scale(0); background: rgba(0,0,0,0.5); z-index: -1; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.overlayer a{ display: block; text-align: center; color: #fff; font-size: 36px; font-weight: 700; text-decoration: none; }
.overlayer a span{ display: inline-block; font-size: 18px; text-align: center; padding-bottom: 5px; border-bottom: #fff solid 1px; }
.overlayer .fa{ color: #fff; font-size: 30px; }
.projects-content-image-block:hover .overlayer::before{ transform: scale(1,1); }
.projects-content{ text-align:center; }

/* .appointment-testimonial */
.appointment-testimonial{ padding:55px 0 45px; background:url(../images/appoi-testi-bg.jpg) center; background-size:cover; }
.appointment-testimonial h2{ color:#ececec; font-size:32px; font-family:"sfh"; text-align:center; text-transform:capitalize; margin-bottom:40px; }
.appointment-testimonial h2.testimonial-title{ margin-bottom:65px; }
.slider-details{ color:#fff; text-align:center; }
.slider-details h4{ font-size:17px; font-weight:700; margin-bottom:20px; }
.slider-details p{ font-size:15px; line-height:40px; }

/* appointment */
.home-HVACs-formstyle{ height: 45px; background: transparent; border-radius: 0; color: #fff; border: #fff solid 1px; margin-bottom: 23px; }
.home-HVACs-formstyle::placeholder{ color: #fff; }
.home-HVACs-formstyle-btn{ position: relative; display: inline-block; padding: 10px 35px; border: #fff solid 2px; border-radius: 50px; font-size: 16px; font-weight: 500; color: #fff; background: transparent; text-decoration: none; }

/* google-map */
.google-map img{pointer-events: none; width:100%;}
.google-map{background:#fff; padding-top:30px;}
.google-map .title-section h2{margin-bottom: 30px;}
/* .contact */
.contact{ padding:50px 0 15px; background:#074b7a; }
.contact h3{ font-size:16px; color:#fff; font-weight:700; text-transform:uppercase; font-family:'Open Sans'; display:inline-block; margin-bottom:60px; position:relative; z-index:1; }
.contact h3::before{ content:''; position:absolute; bottom:-20px; left:0; height:2px; width:10px; background:#e9533a; }
.contact h3::after{ content:''; position:absolute; bottom:-20px; left:15px; height:2px; width:10px; background:#fff; } 
.contact .footer-about p{ font-size:13px; color:#eaeaea; line-height:27px; font-family:'Open Sans'; text-align: justify; }
.contact ul li{ list-style:none; font-size:14px;  color:#fff; font-family:'Open Sans'; line-height:34px; }
.footer-links ul li{ line-height: 42px; }
.footer-services{ padding-left: 45px; }
.footer-services ul li span{ display:inline-block; width:32%; }
.contact .footer-links ul li a{ text-decoration:none; color:#fff; text-transform: capitalize; }
.footer-contact-info ul li{ line-height:43px; }
.footer-contact-info .footer-space{ display:inline-block; width:33%; }
.footer-contact-info .footer-logo{ display: flex; align-items: flex-start; justify-content: space-between; margin-top:15px; }

/*===== Footer Section =====*/
.footer{ margin: 0; padding: 20px 0; background: #181818; }
.copyright p{ color: #fff; font-size: 14px; text-align: center; }
.copyright p a{ color: #bf0a30; text-decoration: none; font-weight: 700; }

/*===== Slider Plugins =====*/
#owl-demo .owl-buttons{ display: none; }
#owl-demo .owl-pagination { position: absolute; left: 50%; top: 91%; transform: translate(-50%,-50%); z-index: 9; }
#owl-demo .owl-pagination .owl-page span{ width: 15px; height: 15px; border-radius: 50%; background: #fff; border: #fff solid 3px; opacity: 1; }
#owl-demo .owl-pagination .active span{ background: #ff0000; }

#owl-demo-home-slider .owl-buttons{ display: none; }
#owl-demo-home-slider .owl-pagination { position: absolute; left: 50%; top: 91%; transform: translate(-50%,-50%); z-index: 9; }
#owl-demo-home-slider .owl-pagination .owl-page span{ width: 15px; height: 15px; border-radius: 50%; background: #fff; border: #fff solid 3px; opacity: 1; }
#owl-demo-home-slider .owl-pagination .active span{ background: #ff0000; }

#owl-demo1 .owl-buttons{ display: none; }
#owl-demo1 .owl-pagination { position: absolute; left: 50%; top: 120%; transform: translate(-50%,-50%); z-index: 9; }
#owl-demo1 .owl-pagination .owl-page span{ width: 18px; height: 18px; border-radius: 50%; background: #fff; border: #fff solid 5px; opacity: 1; }
#owl-demo1 .owl-pagination .active span{ background: #ff834a; }

#owl-demo2 .owl-buttons{ display: none; }
#owl-demo2 .owl-pagination { position: absolute; left: 85%; top: 110%; z-index: 9; }
#owl-demo2 .owl-pagination .owl-page span{ margin: 0 5px; width: 10px; height: 10px; border-radius: 50%; background: #074b7a; border: none; opacity: 1; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo2 .owl-pagination .active span{ transform: scale(2,2); background: #074b7a; }

#owl-demo3 .owl-pagination{ display: none }
#owl-demo3 .owl-buttons .owl-prev{ position: absolute; left: 46%; top: 120%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: #fff; color: #074b7a; font-size: 24px; font-weight: 400; border-radius: 0; opacity: 1; padding-right: 14px; padding-top: 0; border: #fff solid 2px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #666; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo3 .owl-buttons .owl-next{ position: absolute; left: 54%; top: 120%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: #fff; color: #074b7a; font-size: 24px; font-weight: 400; border-radius: 0; opacity: 1; padding-left: 10px; padding-top: 0; border: #fff solid 2px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #666; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo3 .owl-buttons .owl-prev:hover,
#owl-demo3 .owl-buttons .owl-next:hover{ background: #fff; color: #074b7a; }

/*===== Content Pages =====*/
.content-banner{ padding: 110px 0 30px; background: url(../images/information-bg-image.jpg) fixed center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.content-banner h2{ padding: 15px; text-transform: uppercase; background: #fff; color: #074b7a; font-size: 12px; font-weight: bold; }
.content-banner a{ text-decoration: none; color: #074b7a; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.content-banner a:hover{ color: #074b7a; }
.content-block{ background: #fff; padding: 20px; height: auto; }
.content{ width: 100%; padding: 50px 0; background: #eeeeee; }
.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }
.content .underline-style{ display: block; margin-bottom: 30px; }
.content h2{ text-transform: uppercase; font-size: 24px; color: #074b7a; font-weight: 900; margin-bottom: 10px; font-family: 'Poppins', sans-serif; }
.content h3{ text-transform: uppercase; font-size: 20px; color: #074b7a; font-weight: 900; margin: 20px 0 10px; font-family: 'Poppins', sans-serif; }
.content h4{ text-transform: uppercase; font-size: 16px; color: #8aca41; font-weight: 700; margin: 20px 0 10px; font-family: 'Poppins', sans-serif; }
.content p{ font-size: 16px; line-height: 30px; color: #666; margin-bottom: 15px; font-family: 'Poppins', sans-serif; }
.content p span{ font-size: 20px; color: #074b7a; margin: 0; font-weight: bold; font-family: 'Poppins', sans-serif; }
.content ol,
.content ul{ margin: 0; padding: 0; margin-bottom: 15px; font-family: 'Poppins', sans-serif; }
.content ol li,
.content ul li{ margin-left: 18px; line-height: 30px; font-size: 16px; color: #074b7a; font-family: 'Poppins', sans-serif; }
.content ol li span,
.content ul li span{ font-size: 16px; text-align:justify; color: #666; font-family: 'Poppins', sans-serif; }

/*===== Testimonials Page =====*/
.PTACblock{ padding: 5px 0 12px; background: #074b7a; width: 100%; text-align: center; }
.PTACblock h4{ text-transform: uppercase; color: #fff; font-size: 24px; font-weight: 700; }
.PTACform{ padding: 15px 0 1px; background: #eee; min-height: 150px; width: 100%; }
.PTACformstyle{ height: 44px; border-radius: 0; border: #666 solid 1px; color: #666; }
.PTACform input::placeholder{ color: #666; }
.PTACform textarea::placeholder{ color: #666; }
.btn-PTACformstyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #074b7a; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-PTACformstyle:hover{ background: #2ecc71; }
.testimonials-page{ display: block; margin-top: 15px; }

.testimonials-page .panel-group .panel{ border-radius: 0; border: none; }
.testimonials-page .panel-heading{ padding: 0; border: none; }
.testimonials-page .panel-title{ padding: 0; border: none; }
.testimonials-page .panel-title a{ position: relative; display: block; padding: 15px 50px 15px 15px; margin-bottom: 0; background: #074b7a; text-decoration: none; text-transform: uppercase; font-size: 16px; color: #fff; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.testimonials-page .panel-title a:hover{ background: #074b7a; color: #fff; }
.testimonials-page .panel-title .collapsed{ background: #fff; color: #074b7a; position: relative; }
.testimonials-page .panel-title .collapsed::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); z-index: 999; }
.testimonials-page .panel-title a::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); }
.testimonials-page .panel-body{ box-sizing: border-box; -webkit-box-shadow: 0 0 15px -5px #666; -moz-box-shadow: 0 0 15px -5px #666; -o-box-shadow: 0 0 15px -5px #666; box-shadow: 0 0 15px -5px #666; }
.testimonials-page .panel-body p{ color: #074b7a; font-size: 16px; line-height: 30px; }

.testimonials-page h4{ margin-bottom: 0; margin: 0; }
.testimonials-page .panel-body{ border: #eee solid 1px; border-top: none; }
.testimonials-page .panel-body p{ margin-bottom: 0; }

/*===== Contact Form Section =====*/
.formstyle{ padding-left: 65px; height: 50px; border-color: #666; border-radius: 0; }
.btn-formstyle{ margin-top: 15px; width: 150px; color: #fff; background-color: #074b7a; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.btn-formstyle:hover{ background: #2ecc71; }
.googlemap{ height: 345px; overflow: hidden; border: #eee solid 1px; }
.form-horizontal .form-group{ margin-right: 0; margin-left: 0; }
.content .form-horizontal .form-group input::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea::placeholder{ color: #666; }
.form_section .fa{ position: absolute; height: 50px; width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.form_section .sms{ height: 174px; }

/*===== Quote Form Section =====*/
.quoet-address{ margin-top: 30px; }
.quoet-address ul li{ list-style: none; font-size: 20px; margin-left: 5px; margin-bottom: 30px; line-height: 30px; }
.quoet-address ul li span{ font-size: 18px; font-weight: 700; color: #666; }
.quoet-address ul li a{ color: #074b7a; }

/*===== HVAC Form Page =====*/
.HVAC-form .freeblock{ padding: 15px 20px; background: #666; color: #fff; text-transform: uppercase; }
.freeestimatestyle{ padding-left: 65px; height: 50px; border-radius: 0; border: #666 solid 1px; }
.btn-freeestimatestyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #074b7a; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-freeestimatestyle:hover{ background: #2ecc71; }
.HVAC-form .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; }
.HVAC-form .fa{ position: absolute; top: 25px; height: 50px; width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.HVAC-form .sms{ height: 174px; }

/*===== Contact Page =====*/
.contact-page-location-map{ display: block; margin-top: 30px; }

/*===== About Page =====*/
.our-team h3{ text-align: center; }
.team-content{ position: relative; margin-bottom: 30px; text-align: center; border: #eee solid 1px; border-radius: 15px; overflow: hidden; cursor: pointer; transition: all linear 0.3s; }
.team-content:hover{ box-sizing: border-box; box-shadow: 0 5px 15px -5px #666; }
.team-content img{ display: block; margin: 0 auto; }
.team-content .team-title{ margin-top: 15px; }

/*========== Responsive ==========*/
@media (max-width: 991px){
    .navbar-inverse .navbar-nav li{ margin-left:0; }
    .navbar-inverse .navbar-nav li a{ padding:0 9px; }
    .HVAC a{ padding:11px 19px; }
    .service-block{ margin-bottom:25px; }
    .service-block h5{ bottom:50px; }
    .need-help p{ font-size:20px; }
    .appointment-testimonial h2.testimonial-title{ margin-bottom:40px; }
    .testimonials-slider{ margin-bottom:55px; }
    .contact .footer-about img{ margin-bottom:25px; }
    .contact .footer-about p br{ display:none; }
    .contact h3{ margin-bottom:45px; }
    .footer-services{ padding:0; }
    .contact .footer-about p{ margin-bottom:25px; }
}

@media (max-width: 767px){

	/*===== Go To Top =====*/
	#back-top{ right: 10px; bottom: 10px; }
	#back-top a .fa{ font-size: 16px; width: 40px; height: 40px; padding-top: 10px; }

	/*===== Left Social Icon =====*/
	.share_icon .fa{ left: 9px; bottom: 9px; width: 42px; height: 42px; font-size: 20px; padding: 10px 2px 0 0; }
	.social_icon ul li .fa{ left: 10px; bottom: 10px; width: 40px; height: 40px; font-size: 20px; text-align: center; padding:0; }
	.social_icon.active ul li:nth-child(1) .fa{ bottom: 130px; }
	.social_icon.active ul li:nth-child(2) .fa{ bottom: 90px; }
	.social_icon.active ul li:nth-child(3) .fa{ bottom: 50px; }

	/*===== Body Section =====*/
	.top-header{ padding:75px 0 15px; }
    .top-header-content p{ font-size:16px; margin-bottom:10px; text-align:center; }
    .header-social-icon ul{ text-align:center; }
    .logo{ text-align: center; padding:7px 0; }
    .bottom-header{ position: relative; }
    .header-contact-detail ul{ flex-direction: column; align-items: flex-start; margin-top:20px; }
    .header-contact-detail ul li::before{ display: none; }
    .header-contact-detail ul li{ margin-bottom:20px; }
    .HVAC{ margin:0 0 20px; justify-content: center; }
    .home-img img{ width:100%; }
    .home-content h1{ font-size:20px; }
    .home-content .insured-logo{ margin-top:0; }
    .service-block h5{ font-size:16px; }
    .home-content .home-icon{ margin-top:25px; }
    .need-help p{ line-height:1.8; margin-top:25px; }
    .need-help button.help-button1{ margin-right:15px; }
    .need-help{ padding:60px 0; }
    .appointment-testimonial h2{ font-size:25px; }
    #owl-demo1 .owl-pagination{ top:110%; }
    .google-map{ height:400px; }
    .footer-services{ margin:25px 0; }

	/*===== jQuery Control =====*/
	#owl-demo1 .owl-buttons .owl-prev{ left: 30px; top: 45%; width: 40px; height: 40px; color: #333; border: #333 solid 2px; padding-top: 0px; opacity:0.5;}
	#owl-demo1 .owl-buttons .owl-next{ right: -10px; top: 45%; width: 40px; height: 40px; color: #333; border: #333 solid 2px; padding-top: 0px; opacity:0.5;}
	#owl-demo2 .owl-pagination{ top: 90%; }
	#owl-demo3 .owl-buttons .owl-prev{ left: 40% }
	#owl-demo3 .owl-buttons .owl-next{ left: 60%; }

	/*===== Page Section =====*/
	.content-banner{ padding: 20px 0; }
	.content-block{ min-height: auto; }
	.content .underline-style{ margin-bottom: 15px; }
	.content{ padding: 30px 0; }
	.content h2{ font-size: 20px; }
	.content h3{ font-size: 16px; }
	.content h4{ font-size: 16px; }
	.sectiontitleunderline{ width: 100px; margin-bottom: 15px; }
	.content p,
	.content ul li{ font-size: 14px; line-height: 24px; }
	.content ul li span{ font-size: 14px; line-height: 24px; }
	.PTACform{ margin-bottom: 30px; }
	.PTACblock h4{ font-size: 18px; }
	.PTACblock{ padding: 5px 0 10px; }
	.btn-PTACformstyle{ font-size: 14px; }
	.testimonials-page h4{ font-size: 18px; }
	.testimonials-page p{ padding: 0; }
	.testimonials-page .panel-body p{ font-size: 14px; line-height: 23px; }
	.formstyle{ padding-left: 50px; height: 40px; }
	.form_section .fa{ width: 40px; height: 40px; }
	.form_section .sms{ width: 40px; height: 174px; }
	.btn-formstyle{ display: block; margin: 0 auto; width: 100px; font-size: 14px; margin-bottom: 15px; }
	.quoet-address{ margin-top: 15px; }
	.quoet-address ul{ margin-bottom: 15px; }
	.quoet-address ul li{ margin-bottom: 15px; font-size: 14px; }
	.quoet-address ul li span{ font-size: 16px; }
	.HVAC-form .freeblock{ margin-bottom: 0; }
	.freeestimatestyle{ height: 40px; padding-left: 50px; }
	.btn-freeestimatestyle{ display: block; margin: 0 auto; width: 100%; font-size: 14px; }
	.HVAC-form .fa{ width: 40px; height: 40px; }
	.HVAC-form .sms{ width: 40px; height: 174px; }
}