@charset "utf-8";
/* CSS Document */
html{
	scroll-behavior: smooth;
}
/*===== Custome Fonts =====*/
@font-face{ font-family:"aus"; src:url("../fonts/aus.ttf"); }
/*===== Pre CSS ===== */
body{ margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #333; font-family: 'Lato', 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: 'Lato', 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: #e94045; border: #e94045 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: #e94045; }

/* Modal Body */
.modal-body .close{ position: absolute; top: 8px; right: -4px; transform: translate(-50%,-50%); opacity: 1; color: #e94045; }
.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:55px; display: flex; justify-content: flex-start; 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: 30px; }
.navbar-inverse .navbar-nav li:first-child{ margin-left: 0; }
.navbar-inverse .navbar-nav li a{ position: relative; display: inline-block; padding: 0 5px; padding-bottom: 0; margin: 0; border: none; border: none; border-radius: 0; color: #fff; background: transparent; font-size: 18px; font-weight: 700; text-align: center; text-transform: uppercase; text-decoration: none; font-family: 'Lato', sans-serif; -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: #fbcc34; 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, #0080c9 0%, rgba(0,128,201,0.69) 50%, #0369a4 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%,  #0080c9 0.3%, rgba(0,128,201,0.69) 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, #0080c9 0%, #076499 50%, #0369a4 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: #076499;  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: #e94045 solid 1px; background: #e94045; 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: #e94045; border-color: #e94045; }
.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: 162px; background: #3b5998; color: #fff; }
.social_icon.active ul li:nth-child(2) .fa{ bottom: 112px; background: #59adec; color: #fff; }
.social_icon.active ul li:nth-child(3) .fa{ bottom: 62px; background: #f23ece; color: #fff; }

/* more-bottom */
.more-bottom a{ display:inline-block; text-decoration:none; font-size:16px; color:#fff; background:#0080c9; padding:10px 30px; border-radius:10px; border:2px solid #0080c9; transition:all linear 0.3s; }
.more-bottom a:hover{ background:transparent; color:#0080c9; }

/* title-section */
.title-section-before h2{ color:#000; font-size:34px; text-align:center; font-weight:700; position:relative; z-index:1; }
.title-section-before h2::before{ content:''; position:absolute; top:-90%; left:25%; height:120px; width: 105px; background:url(../images/title-before.png) no-repeat; }
.title-section-color{ color:#fbcc34; }
.title-section h2{ font-size:34px; color:#0080c9; font-weight:700; text-align:center; text-transform:uppercase; }

/* padding */
.padding-left{ padding-left:0; }
.padding-right{ padding-right:0; }


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

/* header */
.header-contact-detail{ padding:22px 0; }
.top-header{ background:rgba(0,128,201,0.69); }
.header-contact-detail ul li{ display: inline-block; font-size:24px; color:#020202; line-height:30px; text-transform:capitalize; padding-right:70px; }
.header-contact-detail ul li .header-light{ display:inline-block; font-size:14px; color:#000; padding-left:85px; }
.header-contact-detail ul li:nth-child(2){ padding-right:0; }
.header-contact-detail ul li .fa{ color:#fd7a1f; margin-right:15px; border-right:1px solid #bcbbb8; font-size:40px; padding-right:25px; position:relative; top:20px; }
.bottom-header{ background:#0080c9; }

/* home */
.home{ padding:50px 0 100px; background:rgba(0,128,201,0.69); }
.home .title-section-before p{ font-size:24px; color:#000; margin:30px 0 50px; text-align:center; }
.about-us-detail p{ font-size:16px; color:#010101; line-height:32px; margin-bottom:45px; }
.our-mission{ padding-left:70px; position:relative; z-index:1; }
.our-mission::before{ content:''; position:absolute; top:-9%; left:0; height:50px; width:50px; background:#0080c9; border-radius:10px; z-index:2; }
.our-mission::after{ content:''; position:absolute; top:-4%; left:0; height:27px; width:50px; background:url(../images/mission-icon.png) no-repeat center center; z-index:3;  }
.our-mission h4{ font-size:18px; color:#040404; font-weight: 700; }
.our-mission p{ font-size:16px; color:#080808; line-height:31px; margin:30px 0; }
.our-mission-images{ margin-bottom:50px; overflow:hidden; }
.our-mission-images img{ transition:all linear 0.3s; }
.our-mission-images:hover img{ transform:scale(0.8,0.8); }

/* home-icon-block */
.home-icon-block ul{ display: flex; justify-content: center; align-items: center; flex-direction: row; }
.home-icon-block ul li{ list-style:none; background:#015686; padding:25px 0 30px; width:33.99%; min-height:140px; text-align:center; }
.home-icon-block ul li .home-icon-title{ display:block; color:#fff; padding-top:10px; font-size:18px; }
.home-icon-block ul .home-icon-color{ background:#0080c9; }
.home-icon-block ul li img{ transition:all linear 0.3s; }
.home-icon-block ul li:hover img{ transform:rotate(360deg); }

/* services */
.services{ background:rgba(0,128,201,0.69); }
.services-block{ position:relative; z-index:1; padding:80px 0 30px; }
.services-block::before{ content:''; position:absolute; top:0; left:-38%; height:545px; width:500px; z-index:-1; }
.services .title-section-before h2{ color:#000; text-align:inherit; }
.services .title-section-before h2::before { top:-150%; left:-1%; }
.services-content p{ font-size:18px; color:#000; line-height:30px; margin:40px 0; padding-right:35px; }
.services-block .more-bottom a{ background:transparent; border:2px solid #000; color:#000; }
.services-block .more-bottom a:hover{ background:#000; }
.service-image-wrapper{ position:relative; z-index:1; padding:80px 0 30px; }
.service-image-wrapper::before{ content:''; position:absolute; top:0; left:-4%; height:545px; width:950px; z-index:-1; }
.services-images-block{ overflow:hidden; }
.services-images-block img{ width:100%; border:1px solid #abaaa6; transition:all linear 0.4s; }
.services-images-title h3{ background:#fbcc34; font-size:18px; padding:16px 0 15px 40px; position:relative; z-index:1; transition:all linear 0.3s; }
.services-images-title a{ text-decoration:none; color:#0080c9; transition:all linear 0.3s;  }
.services-images-title h3::before{ content:''; position:absolute; top:0; right:0; height:50px; width:50px; background:#0080c9; z-index:2; }
.services-images-title h3::after{ content:''; position:absolute; top:0; right:0; height:50px; width:50px; background:url(../images/service-arrow.png) no-repeat center center; z-index:3; }
.service-image-wrapper .more-bottom{ text-align:center; margin-top:30px; }
.services-images-block:hover img{ transform:scale(1.3,1.3); }
.services-images-title:hover h3{ background:#0080c9;; }
.services-images-title:hover a{ background:#0080c9; color:#fff; }

/* whychooseus */
.whychooseus{ padding:50px 0 0; background:rgba(0,128,201,0.69); }
.whychooseus .title-section h2{ margin-bottom:45px; }
.whychooseus-wrapper{ background:rgba(0,128,201,0.69); position:relative; z-index:1; min-height:280px; }
.whychooseus-block{ padding:60px 0 45px; display:flex; justify-content:center; align-items:center; flex-direction:row; margin-bottom:57px; }
.whychooseus-icon{ display:block; height:70px; width:70px; background:#024a72; position:relative; z-index:1; transition:all linear 0.3s; }
.whychooseus-icon img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); }
.whychooseus-icon .back{ opacity:0; transition:all linear 0.3s; }
.whychooseus-icon-title{ display:inline-block; }
.whychooseus-icon-title h5{ font-size:30px; color:#feffff; padding:0 0 0 14px; }
.whychoose-bg-image img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2; }
.whychoose-bg-image .back{ opacity:0; transition:all linear 0.3s; }
.whychooseus-icon:hover{ background:#000; }
.whychooseus-icon:hover .back{ opacity:1; }
.whychoose-bg-image:hover .back{ opacity:1; }

/* gallery */
.gallery{ padding:50px 0; background:rgba(0,128,201,0.69); }
.gallery .title-section h2{ margin-bottom:45px; }
.gallery-img{ position:relative; z-index:1; overflow:hidden; margin-bottom:30px; }
.gallery-img img{ width:100%; transition:all linear 0.3s; }
.overlayer{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); height:100%; width:100%; background:rgba(0,0,0,0.5); opacity:0; transition: all linear 0.3s; }
.overlayer .fa{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); color:#fff; font-size:30px; }
.gallery-img:hover img{ transform:scale(1.2,1.2); }
.gallery-img:hover .overlayer{ opacity:1; }
.gallery .more-bottom{ text-align:center; margin-top:15px; }

/* testimonials */
.testimonials{ background:url(../images/testimonial-bg.png)fixed center; background-size:cover; padding:50px 0; }
.testimonials .title-section h2{ color:#fff; }
.testimonials .title-section p{ color:#fff; text-align:center; font-size:24px; margin:25px 0 45px; }
.slider-content p{ font-size:18px; line-height:40px; text-align-last:center; color:#fff; }
.slider-content h4{ font-size:18px; text-align-last:center; color:#fff; margin-top:10px; }
.testimonials .more-bottom{ text-align:center; }
.testimonials .more-bottom a{ background:transparent; border:2px solid #fff; margin-top:55px; }
.testimonials .more-bottom a:hover{ background:#fff; }

/* contactinfo */
.contactinfo{ background:url(../images/contactinfo-bg.png)center; background-size:cover; padding:55px 0 210px; }
.contactinfo .title-section-before h2{ font-size:30px; color:#fff; }
.contactinfo .title-section-before h2::before{ background:url(../images/contactinfo-before.png) no-repeat; top:410%; left:46%; }
.contactinfo .title-section-before p{ font-size:60px; color:#fff; margin:20px 0 120px; font-weight:700; text-align:center; }
.contact-info-block{ background:#fff; padding:25px 20px 25px 88px; border-radius:10px; }
.contact-info-block ul li{ font-size:18px; color:#0080c9; line-height:27px; list-style:none; position: relative; z-index:1; }
/* .contact-info-block ul li .fa{  border:1px solid #fbcc34;   margin-right:15px; } */
.contact-info-block ul li::before{ content:'\f041'; position:absolute; top:50%; left:-18%; transform:translate(-50%,-50%); height:50px; width:50px; font-size:25px; font-family:FontAwesome; border:2px solid #fbcc34; border-radius:50%; text-align:center; line-height:50px; }
.contact-info-block-2 ul li::before{ content:''; background:url(../images/phone-icon.png) no-repeat center; }
.contact-info-block-3 ul li::before{ content:'\f0e0'; }

/* appointment */
.appointment{ padding:80px 0px; }
.appointment-block{ padding:50px 70px 30px; background:#fbcc34; border-radius:10px; box-shadow:0 8px 30px 20px #e4e4e4; }
.appointment .title-section-before h2{ color:#020202; margin-bottom:45px; text-align:inherit; }
.appointment .title-section-before h2::before{ top:-130%; left:-5% }
.appointment .title-section-before h2 .title-section-color{ color:#fd7a1f; }
label{ margin-bottom:15px; }
.home-free-estimates-formstyle{ padding:20px 20px; background:transparent; border-radius:10px; margin-bottom:20px; border:1px solid #0080c9; }
.home-free-estimates-formstyle::placeholder{ color:#0080c9; font-style:italic; }
.home-free-estimates-formstyle-btn{ padding:13px 50px; background:#0080c9; border-radius:10px; font-size:18px; border:0; color:#fff; position:relative; z-index:1; }
.home-free-estimates-formstyle-btn::before{ content:''; position:absolute; top:30%; right:8%; height:24px; width: 22px; background:url(../images/send-now-before.png) no-repeat; }
.select{ height:42px; width:230px; border-radius: 10px; background:transparent; padding-left:20px; color:#0080c9; font-style:italic; }
.form-date{ padding-left:10px; padding-right:4px; }

/* contact */
.contact{ padding:50px 0; background:#0080c9; }
.footer-title-section h3{ font-size:18px; font-weight:700; color:#fff; margin-bottom:20px; }
.contact-desc p{ font-size:14px; line-height:30px; color:#fff;  }
.contact ul li{ font-size:14px; color:#fff; line-height:30px; }
.business-area-space{ padding-left:50px; }
.contact .more-bottom a{ background:transparent; border:2px solid #fff; border-radius:10px; margin-top:25px; }
.contact .more-bottom a:hover{ background:#fff; }
.bbb-logo{ text-align:right; margin-top:-60px; }
.yearslogo{ text-align:right; margin-top:40px; }
.contact-social-icon ul li{ display:inline-block; position:relative; top:-30px; }
.contact-social-icon ul li .fa{ height:30px; width:30px; border:2px solid #fbcc34; border-radius:50%; text-align:center; line-height:25px; margin-right:5px; }
.contact ul .area-size{ font-size:17px; font-weight:700; }
.modal-content p{ color:#000; }
.modal-content h4{ color:#000; }
.btn-primary{ background:transparent; border:0; }
.btn-primary:hover{ background:transparent; border:0;  }
.btn-lg, .btn-group-lg > .btn{ padding:0 0; }

/*typewritter*/
#typewriter{ display:inline-block; }

/*===== 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: 128%; transform: translate(-50%,-50%); z-index: 9; }
#owl-demo1 .owl-pagination .owl-page span{ width: 15px; height: 15px; border-radius: 50%; background: #fff; border: #fff solid 3px; opacity: 1; }
#owl-demo1 .owl-pagination .active span{ background: #ff0000; }

#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: #e94045; 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: #e94045; }

#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: #e94045; 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: #e94045; 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: #e94045; }

/*===== Content Pages =====*/
.content-banner{ padding: 30px 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: #e94045; font-size: 12px; font-weight: bold; }
.content-banner a{ text-decoration: none; color: #e94045; -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: #e94045; }
.content-block{ background:rgba(12,163,249,0.69); padding: 20px; height: auto; }
.content{ width: 100%; padding: 50px 0; background: #fbcc34; }
.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: #000; font-weight: 900; margin-bottom: 10px; font-family: 'Poppins', sans-serif; }
.content h3{ text-transform: uppercase; font-size: 20px; color: #000; font-weight: 900; margin: 20px 0 10px; font-family: 'Poppins', sans-serif; }
.content h4{ text-transform: uppercase; font-size: 16px; color: #000; font-weight: 700; margin: 20px 0 10px; font-family: 'Poppins', sans-serif; }
.content p{ font-size: 16px; line-height: 30px; text-align:justify; color: #000; margin-bottom: 15px; font-family: 'Poppins', sans-serif; }
.content p span{ font-size: 20px; color: #e94045; 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; text-align:justify; color: #000; font-family: 'Poppins', sans-serif; }
.content ol li span,
.content ul li span{ font-size: 16px; text-align:justify; color: #000; font-family: 'Poppins', sans-serif; }
.appointment-block-page{ padding:50px 70px 30px; background:#fff; border-radius:10px; margin-top:100px; box-shadow:0 8px 30px 20px #e4e4e4; }

/*===== Testimonials Page =====*/
.reviewsblock{ padding: 5px 0 12px; background: #000; width: 100%; text-align: center; }
.reviewsblock h4{ text-transform: uppercase; color: #fff; font-size: 24px; font-weight: 700; }
.reviewsform{ padding: 15px 0 1px; background: #eee; min-height: 150px; width: 100%; }
.reviewsformstyle{ height: 44px; border-radius: 0; border: #666 solid 1px; color: #666; }
.reviewsform input::placeholder{ color: #666; }
.reviewsform textarea::placeholder{ color: #666; }
.btn-reviewsformstyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #000; 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-reviewsformstyle: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: #000; 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: #000; color: #fff; }
.testimonials-page .panel-title .collapsed{ background: #fff; color: #000; 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: #000; 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: #e94045; 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: #e94045; }

/*===== Free Estimate Form Page =====*/
.free-estimate-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: #e94045; 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; }
.free-estimate-form .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; }
.free-estimate-form .fa{ position: absolute; top: 25px; height: 50px; width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.free-estimate-form .sms{ height: 174px; }

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

/*========== Responsive ==========*/
@media (max-width: 991px){
    .navbar-inverse .navbar-nav li a{ font-size:15px; }
    .navbar{ justify-content: center; }
    .title-section h2{ font-size:25px; }
    .title-section-before h2{ font-size:25px; }
    .home .title-section-before p{ font-size:18px; margin:20px 0 25px; }
    .home{ padding:35px 0 45px; }
    .our-mission p{ margin:15px 0; }
    .our-mission-images{ margin:35px 0; text-align:center; }
    .home-icon-block ul li .home-icon-title{ font-size:15px; }
    .service-image-wrapper{ padding:40px 0; }
    .service-image-wrapper::before{ height:100%; width:1000px; left:-20%; }
    .services-block{ padding:60px 0 40px; }
    .services-block::before{ height:100%; width:1000px; left:-20%; }
    .whychooseus{ padding:35px 0 0; }
    .whychooseus .title-section h2{ margin-bottom:30px; }
    .whychooseus-icon-title h5{ padding-left:12px; font-size:16px; }
    .whychooseus-icon{ height:60px; width:60px; }
    .whychooseus-icon img{ width:30px; }
    .whychooseus-block{ padding:50px 0 30px; }
    .gallery{ padding:35px 0; }
    .gallery .title-section h2{ margin-bottom:25px; }
    .testimonials{ padding:35px 0; }
    .testimonials .title-section p{ font-size:18px; margin:25px 0 30px; }
    #owl-demo1 .owl-pagination{ top:115%; }
    .contactinfo .title-section-before h2{ font-size:25px; }
    .contactinfo .title-section-before h2::before{ top:360%; }
    .contactinfo .title-section-before p{ font-size:30px; }
    .contact-info-block ul li{ font-size:14px; }
    .contact-info-block{ padding:25px 0 25px 10px }
    .contact-info-block ul li::before{ top:20%; left:80%; }
    .contact .more-bottom a{ margin:25px 0; }
    .select{ width:125px; }
    .whychooseus-wrapper{ min-height:245px; }
}
@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-top:75px; }
    .header-logo{ text-align:center; }
    .title-section-before h2::before{ background:url(../images/title-after.png) no-repeat; left:-5%; }
    .title-section-before h2{ font-size:19px; }
    .home .title-section-before p { font-size:16px; }
    .title-section-before h2::before{ top:-160%; left:-4%; }
    .our-mission::before{ top:-6%; }
    .our-mission::after{ top:-1%; }
    .our-mission-images img{ width:100%; }
    .home-icon-block ul{ display:block; }
    .home-icon-block ul li{ width:100%; }
    .services .title-section-before h2::before{ top:100%; }
    .services-images-title h3{ margin-bottom:20px; }
    .whychooseus-block{ justify-content:flex-start; padding:30px 0 0; margin-bottom:0px; }
    .whychoose-bg-image img{ left:80%; }
    .whychooseus-wrapper{ min-height:320px; }
    .testimonials .title-section p{ font-size:16px; }
    .slider-content p{ font-size:15px; }
    .contactinfo .title-section-before h2::before{ left:33%; }
    .contact-info-block{ margin-bottom:20px; padding: 25px 20px 25px 88px; }
    .contact-info-block ul li::before{ top:50%; left:-18%; }
    .contactinfo{ padding-bottom:130px; }
    .appointment-block{ margin-top:-70px; padding:50px 15px 30px; }
    .select{ width:100%; margin-bottom:20px; }
    .padding-left{ padding-right:0; padding-left:0;}
    .padding-right{ padding-right:0; padding-left:0;}
    .contact{ margin-top:40px; padding:35px 0; }
    .business-area-space{ padding-left:0; }
    .contact ul li{ list-style:none; }
    .bbb-logo{ margin:25px 0; }
    .yearslogo{ margin-top:0; }
    .contact-social-icon ul li{ top:-45px; }

	/*===== 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; }
	.reviewsform{ margin-bottom: 30px; }
	.reviewsblock h4{ font-size: 18px; }
	.reviewsblock{ padding: 5px 0 10px; }
	.btn-reviewsformstyle{ 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; }
	.free-estimate-form .freeblock{ margin-bottom: 0; }
	.freeestimatestyle{ height: 40px; padding-left: 50px; }
	.btn-freeestimatestyle{ display: block; margin: 0 auto; width: 100%; font-size: 14px; }
	.free-estimate-form .fa{ width: 40px; height: 40px; }
	.free-estimate-form .sms{ width: 40px; height: 174px; }
}