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

/*===== Custome Fonts =====*/
@font-face{ font-family:"rock"; src:url("../fonts/rock.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: #2296f9; border: #2296f9 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: #2296f9; }

/* Modal Body */
.modal-body .close{ position: absolute; top: 8px; right: -4px; transform: translate(-50%,-50%); opacity: 1; color: #2296f9; }
.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:60px; 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; }
.navbar-inverse .navbar-nav li:first-child{ margin-left: 0; }
.navbar-inverse .navbar-nav li a{ position: relative; display: inline-block; padding: 0 27px; margin-right:27px; margin: 0; border-radius: 0; color: #333; background: transparent; font-size: 16px; font-weight: 500; 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; color:#fff;}
.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: #2296f9; background: transparent; }
.navbar-inverse .navbar-nav li:last-child a{border:0; margin:0; }
.navbar-inverse .navbar-nav li a::before{content:''; position: absolute; top:195%; left:50%; transform: translate(-50%,-50%); height:3px; width:0; background:#fff; z-index:-1; transition:all linear 0.3s;}
.navbar-inverse .navbar-nav li a:hover::before{width:60%;}
.navbar-inverse .navbar-nav .active a::before{content:''; position: absolute; top:195%; left:50%; transform: translate(-50%,-50%); height:3px; width:60%; background:#fff; z-index:-1; transition:all linear 0.3s;}

/*===== 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, #3ba3fc 0%, #2296f9 50%, #1489ed 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(34,150,249,1) 0.3%, rgba(20,137,237,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, #3ba3fc 0%, #2296f9 50%, #1489ed 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, #3ba3fc 0%, #2296f9 50%, #1489ed 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: #2296f9 solid 1px; background: #2296f9; 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: #2296f9; border-color: #2296f9; }
.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; }

/* home page css */

/* padding */
.pa-left{ padding-left:52px; }
.pa{ padding:0 30px; }
.padding-left{ padding-left: 0; }

/* button */
.button1{ display:inline-block; text-decoration:none; font-size:18px; color:#2296f9; padding:10px 21px; background:transparent; border-radius:5px; border:2px solid #2296f9; transition:all linear 0.3s; position:relative; z-index:1; }
.button1:hover{ background:#2296f9; color:#fff; }
.button2{ display:inline-block; text-decoration:none; font-size:18px; font-weight:700; color:#2296f9; padding:15px 40px; background:transparent; border:2px solid #2296f9; transition:all linear 0.3s; position:relative; z-index:1; }
.button2:hover{ background:#2296f9; color:#fff; }

/* title-section */
.title-section{ text-align:center; }
.title-section h5{ color:#2296f9; font-weight:700; text-transform:uppercase; }
.title-section h2{ color:#000; font-size:36px; font-family:"rock"; font-weight:700; margin:5px 0 45px; }

/*header*/
.top-header{background:#2e2e2e; padding:10px 0;}
.bottom-header .logo a{text-decoration: none; display:block; margin-top:10px;}
.bottom-header .logo p{white-space: nowrap; color:#333; margin-top: 10px; font-size:20px;}
.p-font{ color:#fff; font-size:18px; margin-top:5px }
.top-header-right p{color:#fff; margin-top:3px; font-size:14px;}
.top-header-right p img{ margin-right:15px; }
.top-header .top-header-right{display: flex; justify-content: space-around; align-items: center; position: relative; z-index: 2;}
.top-header .top-header-right::before{content:''; position: absolute; top:0; right:-100%; height:180%; width:200%; z-index:-1; background:#2296f9; transform: skew(-30deg);} 
.top-header .top-header-right p{margin-right:15px;}
.top-header .top-header-right p,.top-header .top-header-right ul{position: relative; top:10px;}
.top-header .top-header-right ul li{list-style: none; margin-left:5px; display: inline-block;}
.top-header .top-header-right ul li a{text-decoration: none; color:#fff; display:inline-block; height:27px; width:27px; border:1px solid #fff; border-radius:50%; text-align: center; line-height:27px; transition:all linear 0.3s;}
.top-header .top-header-right ul li a:hover{background:#fff; color:#000;}

/*bottom header*/
.bottom-header{padding:5px 0 10px;}
.bottom-header .header-contact {display: block; text-align: right;}
.bottom-header .header-contact ul{margin-top:80px;}
.bottom-header .header-contact ul li{list-style: none; color:#333; display: inline-block; text-align: left; width:40%; font-size:20px; font-weight:400; }
.bottom-header .header-contact ul li:first-child{width:26%; margin-right:20px;}
.bottom-header .header-contact ul li .img-block{ float: left; margin-right:20px; height:48px; width:48px; display: flex; align-items: center; justify-content: center; border:1px dashed #000;}
.bottom-header .header-contact ul li .title{display: block; font-size:16px; font-weight:400; color:#000; margin-top:3px;}
.bottom-header .header-contact ul li .title a{ text-decoration: none; color: #000; }

/*menu header*/
.header-nav{background:#2e2e2e; position: relative; z-index:1;}
.header-nav .free-estimate{display: block; text-align: right;}
.header-nav .free-estimate a{display: inline-block; padding:16px 35px; background:#2296f9; color:#fff; text-transform: uppercase; text-decoration: none; transition: all linear 0.3s; width:100%; text-align: center; text-transform: uppercase; font-size:20px; font-weight:600; position: relative; z-index:5;}
.header-nav .free-estimate a::before{ content:''; position:absolute; top:0; left:-11px; height:100%; width:25px; background:#fff; transform:skew(-30deg); }
.header-nav .free-estimate a:hover{background:#2296f9;}

/*section-banner*/
.section-banner{position: relative; top:-30px;}
.section-banner img{width:100%;}

/* home */
.home{ padding:50px 0 40px; }
.home-content h5{ color:#2296f9; font-size:18px; }
.home-content h2{ color:#000; font-size:34px; line-height:42px; margin:10px 0 20px; }
.home-content h2 .home-title-color{ color:#2296f9; font-size:700; }
.home-content p{ color:#000; font-size:18px; line-height:35px; text-align:justify; word-spacing:-1px; }
.home-content a .button1{ margin-top:35px; }
.home-content .home-logo { display: block; width: 100%; margin-top: 30px; }
.home-image{ margin-top:50px; }

/* services */
.services{ padding:40px 0 35px; }
.service-img{ position: relative; z-index:1; }
.service-img img{ width:100%; }
.service-background{ position:absolute; background:#000; top:0; left:0; height:100%; width:100%; justify-content: center; align-items: center; opacity:0; transition:ease 0.3s; }
.service-background .service-content{ position:absolute; top:60px; left:30px; opacity:0; transition:ease 0.5s; }
.service-background .service-content p{ color:#fff; font-size:14px; line-height:27px; margin-bottom:22px; padding-right:21px; }
.service-background .service-content a{ color:#2296f9; font-weight:700; text-decoration:none; }
.service-title{ background:#191919; }
.service-icon{ display:flex; width:70px; height:70px; background:#2296f9; justify-content: center; align-items:center; position:absolute; }
.service-title h4{ color:#fff; font-size:18px; text-align:center; padding:25.4px 0; }
.service-block:hover .service-background{ opacity: 0.8; }
.service-block:hover .service-background .service-content{ opacity: 1; }
.services .service-btn{ color:#393a3a; font-size:18px; font-weight:900; margin-top:40px; text-decoration: underline; display:block; text-align:right; }

/* chooseus */
.choose-us{ padding:80px 0 200px; background:url(../images/chooseus-bg.jpg)center no-repeat; background-size:cover; }
.choose-title h5{ color:#2296f9; font-size:18px; font-weight:700; }
.choose-title h2{ color:#ffff; font-size:40px; line-height:55px; font-family:"rock"; margin:15px 0 30px; }
.choosus-detail ul li{ display:inline-block; width:31%; font-size:18px; color:#fff; font-weight: 700; list-style: none; }
.choosus-detail ul li span{ display:block; margin-bottom:25px; }
.choosus-detail ul .choose-top{ margin-bottom:90px; }
.choosus-detail ul li:nth-child(1),
.choosus-detail ul li:nth-child(4){ width:37%; }

/* testimonials-appointment */
.testimonial-appointment{ margin-top:-93px; }
.testimonial-appointment-block{ display:flex; box-shadow: 10px 10px 8.5px rgba(0,0,0,.3); }
.testimonial-appointment-title h2{ color:#fff; font-size:24px; font-family:"rock"; }
.testimonial-appointment-title p{ color:#fff; font-size:14px; line-height:25px; margin:15px 0 30px; }
.appointment .testimonial-appointment-title h2{ color:#000; }
.appointment .testimonial-appointment-title p{ color:#8a8a8a; }
.testimonial{ width:45.6%; padding:60px 50px 80px; background:linear-gradient(rgba(34,150,244,.8), rgba(34,150,244,.8)), url(../images/testimonial-bg.jpg)no-repeat; background-size: cover; position:relative; }
.testimonial::before{ content:''; position: absolute; right:60px; top:0; width:20px; height:40px; background:#fff; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 51%);}
.testimonial::after{ content:''; position: absolute; right:90px; top:0; width:20px; height:40px; background:#fff; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 51%);}
.testimonials-slider h4{ color:#fff; font-size:18px; font-family:"rock"; letter-spacing: 1.5px; }
.testimonials-slider span .fa{ color:#ffd428; margin:10px 0 25px; }
.testimonials-slider p{ color:#fff; font-size:14px; line-height:25px; text-align:justify; }
.testimonials-slider a{ text-decoration: none; }
.testimonials-slider a .button1{ border-color:#fff; color:#fff; border-radius:50px; padding:8px 20px; display:block; margin:45px auto 0; }
.appointment{ flex:1; background:#fff; padding:60px; }
.home-free-estimates-formstyle{ padding:23px; background: transparent; border-radius: 5px; color: #fff; border: #eaeaea solid 1px; margin-bottom: 23px; }
.home-free-estimates-formstyle::placeholder{ color: #6c6868; }
.home-free-estimates-formstyle-btn{ display: inline-block; padding: 18px 40px; border: #fff solid 2px; font-size: 14px; font-weight: 500; color: #fff; background: #000; text-decoration: none; }

/* .process */
.process{ padding:90px 0 45px; position:relative; }
.process::before{ content:''; position:absolute; top:-10px; right:-4.5%; width:597px; height:515px; background:url(../images/process-bg.png)no-repeat; background-size:cover; z-index:-1; }
.process .title-section h2{ margin-bottom:65px; }
.process-block{ text-align:center; }
.process-block-arrow{position: relative; z-index:1;}
.process-block-arrow::before{content:''; position: absolute; top:10%; left:85%;  z-index:2; height:100px; width:100px; background: url(../images/arrow.png)center center no-repeat;}
.process-block .process-icon{ display:flex; width:135px; height:135px; background:transparent; border:3px dashed #2296f9; justify-content: center; align-items:center; margin:0 auto; }
.process-block .process-number{ display: flex; justify-content:center; align-items:center; height:45px; width:45px; background:#2296f9; color:#fff; font-size:18px; font-weight:700; border-radius:50%; border:3px solid #fff; position:absolute; top:-8%; right:26%; }
.process-block h4{ color:#393939; font-size:30px; font-weight:700; margin:20px 0 10px; }
.process-block p{ color:#565656; font-size:16px; line-height:28px; font-weight:300; }

/* gallery */
.gallery{ padding: 30px 0 50px; background:#f6f6f6; }
.gallery-image-block ul{ list-style:none; display:grid; grid-template-columns:repeat(4,1fr);}
.gallery-image-block ul li .gallery-img{ position:relative; z-index:1; overflow:hidden; margin:2px; }
.gallery-image-block ul li .gallery-img img{ width:100%; transition:all linear 0.3s; }
.gallery-image-block ul li .gallery-img .overlayer{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); height:100%; width:100%; background:rgba(0,0,0,0.6); opacity:0; transition:all linear 0.3s; }
.gallery-image-block ul li .gallery-img .overlayer .fa{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:30px; color:#fff; }
.gallery-image-block ul li .gallery-img:hover img{ transform:scale(1.3,1.3) rotate(5deg); }
.gallery-image-block ul li .gallery-img:hover .overlayer{ opacity:1; }
.gallery-image-block ul li .gallery-img a{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); display: block; text-align: center; color: #fff; font-size: 18px; font-family:"rock"; text-decoration: none; }

/*call-us-block*/
.call-us-block{padding:47px 0; background:#2296f9;}
.call-us-block p{font-size:18px; color:#fff; font-family:'Lato'; line-height:33px; margin-bottom:30px; }
.call-us-block h4{font-size:24px; color:#fff;}
.call-us-block .more a{border:1px solid #fff; color:#fff; background: transparent; display:block; font-size:17px; text-transform: capitalize; text-decoration:none; text-align:center; padding:10px 25px; border-radius:50px; margin-top:35px; transition: all linear 0.3s;}
.call-us-block .more a:hover{background:#fff; color:#000;}

/* contact */
.contact{ padding:50px 0 40px; background:url(../images/contact_bg.jpg)no-repeat; background-size:cover; }
.fotter-about{ padding-right:70px; }
.fotter-about h3{ font-size:25px; color:#fff; font-family:"rock"; font-weight:700; }
.fotter-about p{ font-size:14px; color:#fff; line-height:35px; margin:30px 0 0; text-align:justify; }
.fotter-about .footer-btn{ border:1px solid #fff; color:#fff; background: transparent; display:inline-block; font-size:16px; text-decoration:none; text-align:center; padding:8px 20px; border-radius:50px; margin-top:35px; }
.fotter-about span { float:right; }
.fotter-about span img{ margin:10px 20px 0 0; }
.footer-title-detail h3{ font-size:20px; color:#fff; position:relative; z-index:1; margin-bottom:35px; }
.footer-title-detail h3::before{ content:''; position:absolute; bottom:-15px; left:0; height:2px; width:20px; background:#fff; }
.footer-title-detail h3::after{ content:''; position:absolute; bottom:-15px; left:30px; height:2px; width:240px; background:#fff; }
.footer-title-detail ul li{ list-style:none; font-size:16px; line-height:33px; color:#fff; }
.footer-title-detail ul li .space{ display:inline-block; width:36%; }
.footer-title-detail .dot{ margin-right:20px; }
.footer-title-detail ul li .fa{ margin-right:13px; }

/*===== 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-demo1 .owl-buttons{ display: none; }
#owl-demo1 .owl-pagination { position: absolute; left: 50%; transform: translateX(-50%); top: 105%; z-index: 9; }
#owl-demo1 .owl-pagination .owl-page span{ margin: 0 5px; width: 23px; height: 3px; background: #fff; 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-demo1 .owl-pagination .active span{ background: #002155; }

#owl-demo5 .owl-buttons,
#owl-demo5 .owl-pagination{ display: none; }

/*===== 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: #2296f9; font-size: 12px; font-weight: bold; }
.content-banner a{ text-decoration: none; color: #2296f9; -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: #2296f9; }
.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: #2296f9; font-weight: 900; margin-bottom: 10px; font-family: 'Poppins', sans-serif; }
.content h3{ text-transform: uppercase; font-size: 20px; color: #2296f9; 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; text-align:justify; color: #666; margin-bottom: 15px; font-family: 'Poppins', sans-serif; }
.content p span{ font-size: 20px; color: #2296f9; 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: #2296f9; 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 =====*/
.reviewsblock{ padding: 5px 0 12px; background: #2296f9; 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: #2296f9; 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: #2296f9; 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: #2296f9; color: #fff; }
.testimonials-page .panel-title .collapsed{ background: #fff; color: #2296f9; 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: #2296f9; 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: #2296f9; 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: #2296f9; }

/*===== 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: #2296f9; 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){
    .logo{display:block; text-align: center;}
    .bottom-header .header-contact ul{margin-top:30px;}
    .top-header .top-header-right{margin-top:13px;}	
    .bottom-header .header-contact ul li:first-child{width:45%;}
    .bottom-header .header-contact ul li{width:35%;}
    .bottom-header .header-contact ul li .img-block{margin-right:5px;}
    .bottom-header{padding-top:15px;}
    .nav-tabs{ margin-bottom:20px; }
    .navbar-inverse .navbar-nav li a{font-size:14px; margin:0 0 0 20px; padding:0;}
    .header-nav .free-estimate a{font-size:16px; padding:24px 10px;}
    .header-nav .free-estimate a::before{ display:none; }
    .service-title h4{ font-size:14px; text-align: right; padding-right:10px; }
    .choose-title h2 br{ display: none; }
    .pa-left{ padding-left: 15px; }
    .choosus-detail ul li{ width:30%; font-size:14px; }
    .testimonial-appointment-block{ flex-direction: column; box-shadow: 0px 10px 8.5px rgba(0,0,0,.3); }
    .testimonial{ width:100%; }
    .call-us-block p br{ display: none; }
    .footer-title-detail{ margin-top: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 =====*/
    .pa{ padding:0 15px; }
    .padding-left{ padding-left:15px; }
	.title-section h2{ font-size:35px; }
    .bottom-header{ padding:15px 0 0; }
	.section-banner{top: 0;}
	.top-header .top-header-right::before{display: none;}
	.top-header {margin-top:57px; text-align: center;}
	.top-header p{line-height:30px; margin:0; }
	.top-header .top-header-right {display: block; padding-bottom:10px;}
	.top-header .top-header-right p{margin-bottom:10px;}
	.top-header .top-header-right p, .top-header .top-header-right ul{top: 0;}
	.bottom-header{display: block; text-align: center;}
	.bottom-header .header-contact ul li:first-child{width:100%;}
	.bottom-header .header-contact ul li{width:100%; margin-bottom:15px;}
    .bottom-header .header-contact ul{margin:19px 0;}
    .home-image img{ width:100%;}
    .home-content h2{ font-size:25px; }
    .home-content h2 br{ display:none; }
    .home-content .home-logo{ float:none; display: flex; justify-content: space-between; align-items: center; }
    .home-content .home-logo img:nth-child(1){ margin:20px 0; }
    .home-content .home-logo img{ margin:0; }
    .home-image{ margin-top:15px; }
    .service-background .service-content{ top:20px; }
    .service-block{ margin-bottom:25px; }
    .service-title h4{ font-size:18px; text-align: center; }
    .choose-title h2{ font-size:25px; }
    .choosus-detail ul{ margin:20px 0 0 20px; }
    .choosus-detail ul li:nth-child(1), .choosus-detail ul li:nth-child(4){ width:49%; }
    .choosus-detail ul li{ width:49%; }
    .choosus-detail ul .choose-top{ margin-bottom:25px; }
    .choosus-detail ul li{ margin-bottom:25px; }
    .choose-us{ padding:60px 0 130px; }
    .testimonial{ width:100%; padding:50px 20px 80px;}
    .appointment{ padding:50px 20px; }
    .appointment .testimonial-appointment-title p br{ display: none; }
    .process-block-arrow{ margin-bottom:35px; }
    .process-block-arrow::before{ display:none; }
    .gallery-image-block ul{ grid-template-columns: auto; }
    .call-us-block{display: block; text-align: center;}
    .call-us-block h4{font-size:20px}
    .call-us-block .more a{ display:inline-block; }
    .fotter-about{ padding-right:0; }
    .fotter-about span{ float: none; display: flex; justify-content: space-between; align-items: center; margin-top:15px; }


	/*===== 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; }
}