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

/*===== Custome Fonts =====*/
@font-face{ font-family:"Clab-400"; src:url("../fonts/Clab-400.otf"); }
@font-face{ font-family:"Clab-700"; src:url("../fonts/Clab-700.otf"); }

/*===== 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: #1c6598; border: #1c6598 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: #1c6598; }

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

/* Popup Modal - When Page Load */
.popModal-box .modal-dialog { margin: 100px auto; }
.popModal-box .modal-header{ padding: 0; border-bottom: none; }
.popModal-box .modal-header .close{ position: absolute; top: -25px; right: -30px; z-index: 999; font-size: 36px; color: #000; opacity: 1; background: #fff; width: 39px; height: 39px; border-radius: 50%; }
.popModal-box .modal-body{ position: relative; overflow: hidden; padding: 30px; border-radius: 5px 5px 10px 10px; margin-bottom: -5px; }
.popModal-box .modal-body h2{ display: block; color: #8aca41; font-size: 42px; text-align: center; font-weight: 700; margin-bottom: 15px; }
.popModal-box .modal-body h4{ display: block; color: #1c6598; font-size: 32px; text-align: center; line-height: 40px; font-weight: 700; }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    /* position: absolute; */
    top: 50%;
    left: 50%;
    z-index: 999999;
    transform: translate(-50%, -50%);
}
button.close{opacity:1;background:#e00;height:30px;width:30px;border-radius:50%;color:#fff;}

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

/*===== Header Section =====*/
header{ display: block; margin: 0; padding: 0; background: #fff; }
.header-contact-info{ display: block; background: transparent; padding-top: 55px; }
.header-contact-info ul{ display: block; text-align: left; width: 100%; }
.header-contact-info ul li{ position: relative; display: inline-block; padding-left: 60px; list-style: none; float: none; color: #000; font-size: 16px; font-weight: 700; }
.header-contact-info ul li span{ display: block; margin-bottom: 5px; font-weight: 400; text-transform: uppercase; }
.header-contact-info ul li:nth-child(1){ margin-right: 30px; }
.header-contact-info ul li:nth-child(1)::before{ content: ""; position: absolute; top: 0; left: 0; width: 50px; height: 100%; background: url('../images/phone-top.png')no-repeat center; }
.header-contact-info ul li:nth-child(2)::before{ content: ""; position: absolute; top: 0; left: 0; width: 50px; height: 100%; background: url('../images/email-top.png')no-repeat center; }
.header-contact-info ul li:nth-child(3){ margin-right: 30px; float: right; padding-right: 0; }
.header-contact-info ul li:nth-child(3) a{ display: inline-block; padding: 15px 30px; background: #1c6598; 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; }
.header-contact-info ul li:nth-child(3) a:hover{ background: #8aca41; text-decoration: none; }
.facebook-icon{ position: absolute; top: 55px; right: 0; z-index: 999; }
.facebook-icon .fa{ padding: 15px; background: #1c6598; color: #fff; font-size: 22px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.facebook-icon .fa:hover{ background: #8aca41; text-decoration: none; }

/*Header Navigation*/
.header-navigation{ position: relative; }
.navbar-inverse{ position: relative; bottom: -30px; padding: 10px; z-index: 9; border: none; }
.navbar-inverse::before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; background: #1c6598; }
.navbar{ margin-top: 0; margin-bottom: 0; }
.navbar-inverse .navbar-nav{ display: block; margin: 0; padding: 0; text-align: left; }
.navbar-inverse .navbar-nav li{ display: inline-block; list-style: none; float: 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: 12px 15px; margin: 0; border: none; border: none; border-radius: 0; color: #fff; background: transparent; font-size: 16px; font-weight: 400; text-align: center; text-transform: uppercase; text-decoration: none; font-family: 'Poppins', 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{ color: #fff; background: #8aca41; }
.navbar-inverse .navbar-nav .active a,
.navbar-inverse .navbar-nav .active a:hover,
.navbar-inverse .navbar-nav .active a:focus{ color: #fff; background: #8aca41; }

/*===== 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: #191919; 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; 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: 100%; height: 100%; background: #191919; 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; }
.sidebar ul li a{ position: relative; display: block; padding: 10px 15px; border: #747474 solid 1px; text-align: left; color: #fff; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 12px; font-weight: 400; border-radius: 5px; }
.sidebar ul li a::before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; padding: 12px 0; height: 100%; width: 0%; background: #747474; 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: #747474; border-radius: 5px; }

/*===== 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: #1c6598 solid 1px; background: #1c6598; color: #fff; font-size: 24px; text-align: center; padding-top: 13px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.share_icon .fa:hover{ transform: rotate(360deg); color: #fff; background: #1c6598; border-color: #1c6598; }
.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-top: 13px; -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; }

/*===== Banner Section =====*/
.section-banner{ display: block; margin: 0px; padding: 0px; }
.section-banner img{ width: 100%; }
.banner-cotent-box{ position: absolute; left: 50%; top: 70%; transform: translate(-50%,-50%); width: 100%; height: auto; text-align: center; }

/*===== Home Information Section =====*/
.section-information{ display: block; margin: 0; padding: 70px 0 0; text-align: center; background: #fff; }
.section-information .item{ margin: 0 7.5px; }
.section-information-content{ display: block; position: relative; overflow: hidden; }
.section-information-content img{ width: 100%; -webkit-transition: all linear 0.5s;-moz-transition: all linear 0.5s; -o-transition: all linear 0.5s; transition: all linear 0.5s; }
.section-information-content:hover img{ -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); filter: blur(5px); }
.section-information-content h4{ position: absolute; bottom: 0; left: 0; width: 100%; transform: translate(0%,0%); padding: 15px; background: rgba(0,0,0,0.6); color: #fff; font-weight: 700; font-size: 20px; -webkit-transition: all linear 0.3s;-moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.section-information-content:hover h4{ bottom: 50%; transform: translate(0%,50%); }

/*===== Home Welcome Section =====*/
.home{ position: relative; display: block; margin: 0; padding: 70px 0; background: #fff; }
.home-title-section{ position: relative; display: block; margin-bottom: 30px; text-align: left; }
.bbb-logo{ position: absolute; top: 0; right: 0; }
.home-title-section h1{ color: #1c6598; font-size: 18px; font-weight: 700; margin-bottom: 15px; font-family: 'Clab-700';  }
.home-title-section h1 span{ display: block; color: #1c6598; font-size: 36px; font-family: 'Clab-700'; margin-top: 10px; }
.home-title-section .horizonal-line{ display: block; width: 100px; height: 4px; background: #1c6598; }
.home-content-section{ display: block; }
.home-content-section p{ width: 100%; color: #000; font-size: 14px; font-weight: 600; line-height: 30px; margin-bottom: 15px; text-align: justify; }
.home-content-section .btn-read-more{ display: inline-block; margin: 0; padding: 10px 30px; font-weight: 400; font-size: 16px; background: #1c6598; color: #fff; border: #1c6598 solid 2px; text-decoration: none; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.home-content-section .btn-read-more:hover{ background: #fff; color: #1c6598; }

/*===== Title Sections =====*/
.title-section{ display: block; margin-bottom: 30px; }
.title-section h2{ color: #1c6598; font-size: 36px; font-weight: 700; margin-bottom: 15px; font-family: 'Clab-700'; }
.underline-style{ position: relative; display: block; margin-top: 10px; width: 100px; height: 4px; background: #8ecd3e; border-radius: 100px; }
.underline-style::before{ content: ""; position: absolute; top: -3px; left: -1px; width: 10px; height: 10px; background: #8ecd3e; border-radius: 50%; }

/*===== Why Choose Us Section =====*/
.whychooseus{ display: block; margin: 0; padding: 0; background: url('../images/service-bg-image.jpg') no-repeat fixed center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

/*===== Services Section =====*/
.service-content-section{ display: block; margin: 0px; padding: 50px 0;  }
.service-content-section .title-section h2{ color: #fff; margin-bottom: 0; padding-bottom: 0; }
.service-item-image{ position: relative; overflow: hidden; }
.service-item-image 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; }
.service-content-item:hover .service-item-image img{ transform: scale(1.5, 1.5); }
.service-item-image h4{ position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 15px 30px; background: rgba(31,158,147,0.5); color: #fff; font-size: 18px; font-family: 'Clab-400'; line-height: 30px; }
.service-item-content{ display: block; padding: 20px 15px; background: #f5f5f5;}
.service-item-content p{ color: #000; font-size: 14px; font-family: 'Poppins', sans-serif; line-height: 30px; text-align: justify; margin-bottom: 15px; }
.service-item-content a{ display: inline-block; padding: 5px 10px; background: #1c6598; color: #fff; text-decoration: none; font-size: 14px; }

/*===== Why Choose Us Section =====*/
.whychooseus-content-section{ position: relative; z-index: 9; display: block; margin: 0px; padding: 0; }
.whychooseus-content-section::before{ content: ""; position: absolute; top: 0; left: 0; width: 200%; height: 100%; z-index: -1; background: #fff; }
.whychooseus-content-section .title-section{ position: relative; z-index: 9; display: block; margin-top: -89px; padding: 30px 30px 20px; background: #1f9e93; }
.whychooseus-content-section .title-section::before{ content: ""; position: absolute; top: 0; left: 0; width: 200%; height: 100%; z-index: -1; background: #1f9e93; }
.whychooseus-content-section .title-section h2{ color: #fff; margin-bottom: 0; padding-bottom: 0; }
.whychooseus-content-section ul{ display: block; padding-left: 30px; padding-bottom: 1px; background: #fff; }
.whychooseus-content-section ul li{ position: relative; padding-left: 0; list-style: none; margin-bottom: 30px; background: url('../images/list-bg.png') no-repeat top left; }
.whychooseus-content-section ul li h4{ color: #1c6598; font-size: 18px; font-weight: 700; font-family: 'Poppins', sans-serif; padding-left: 30px; margin-bottom: 15px; }
.whychooseus-content-section ul li p{ color: #000; font-size: 14px; font-family: 'Poppins', sans-serif; line-height: 30px; text-align: justify; }
.whychooseus-content-section ul li:nth-child(3) p,.whychooseus-content-section ul li:nth-child(4) p{text-align:start;    letter-spacing: 0.5px;}
/*===== Parallax Section =====*/
.parallax{ display: block; margin: 0; padding: 70px 0; background: #7dbb53; }
.parallax h4{ color: #fff; font-size: 36px; font-weight: 700; font-family: 'Raleway', sans-serif; }
.parallax .btn-read-more{ display: inline-block; margin-top: 15px; padding: 10px 30px; font-weight: 400; font-size: 16px; background: #1f9e93; color: #fff; border: #1f9e93 solid 2px; text-decoration: none; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.parallax .btn-read-more:hover{ background: #7dbb53; border-color: #fff; }

/*===== Project Section =====*/
.projects{ display: block; margin: 0; padding: 70px 0; background: #fff; }
.projects .title-section{ text-align: center; }
.projects .underline-style{ margin: 0 auto; }
.project-content-item{ position: relative; margin: 15px 0; overflow: hidden; }
.project-content-item img{ width: 100%; }
.project-content-item:hover img{ cursor: zoom-in;  }
.redirect-link{ display: block; text-align: center; }
.redirect-link .btn-read-more{ display: inline-block; margin-top: 15px; padding: 10px 30px; font-weight: 400; font-size: 16px; background: #1c6598; color: #fff; border: #1c6598 solid 2px; text-decoration: none; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.redirect-link .btn-read-more:hover{ background: #fff; color: #1c6598; }

/*===== Testimonials Sections =====*/
.testimonials{ display: block; margin: 0; padding: 70px 0; background: url('../images/testimonial-bg-image.jpg') no-repeat fixed center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.testimonials .title-section h2{ color: #fff; }
.testimonials-content-block{ display: block; background: #f5f5f5; text-align: center; padding-bottom: 30px; }
.testimonials-item-box{ display: block; background: #f5f5f5; padding: 50px 30px; }
.testimonials-item-box p{ color: #000; font-size: 14px; line-height: 30px; font-family: 'Poppins', sans-serif; margin-bottom: 15px; }
.testimonials-item-box h4{ color: #1c6598; font-weight: 700; font-size: 20px; font-family: 'Clab-700'; line-height: 30px; }
.testimonials-content-block a{ display: inline-block; margin-top: 15px; padding: 10px 30px; font-weight: 400; font-size: 16px; background: #1c6598; color: #fff; border: #1c6598 solid 2px; text-decoration: none; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.testimonials-content-block a:hover{ background: #fff; color: #1c6598; }
.bonded-image-block .image-block{ display: block; margin: 0 auto 10px; width: 100%; height: 143px; text-align: center; background: rgba(204,234,225,0.8); border: #fff solid 2px; padding-top: 15px; }
.bonded-image-block .image-block img{ display: inline-block; }

/*===== Free Estimate Sections =====*/
.free-estimate{ display: block; margin: 0; padding: 70px 0 50px; background: #fff; }
.section-google-map{ display: block; height: 485px; width: 100%; }
.home-free-estimates-form-block input::placeholder,
.home-free-estimates-form-block textarea::placeholder{ color: #1f9e93; }
.home-free-estimates-form-block textarea{ padding: 15px; color: #1f9e93;}
.home-free-estimates-formstyle{ display: block; margin-bottom: 15px; height: 50px; border: #1f9e93 solid 2px; border-radius: 0; }
.home-free-estimates-formstyle-btn{ display: inline-block; padding: 15px 50px; background: #1f9e93; border: #1f9e93 solid 2px; text-transform: uppercase; font-weight: 700; font-size: 16px; color: #fff; text-decoration: none; border-radius: 1px; -webkit-transition: all linear 0.3s;-moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.home-free-estimates-formstyle-btn:hover{ background: #fff; color: #1f9e93; }

/*===== Contact Section =====*/
.contact{ display: block; margin: 0; padding: 70px 0 50px; background: #1c6598; }
.footer-content-block h4{ position: relative; z-index: 9; color: #fff; font-size: 24px; font-weight: 600; padding-bottom: 15px; margin-bottom: 15px; font-family: 'Poppins', sans-serif; }
.footer-content-block h4::before{ content: ""; position: absolute; bottom: 0; left: 0; width: 30px; height: 3px; border-radius: 15px; background: #dddddd; z-index: -1; }
.footer-content-block h5{ color: #fff; font-weight: 700; font-size: 36px; text-align: center; font-family: 'Clab-700'; margin-top: 30px; }
.footer-content-block p{ color: #fff; font-size: 14px; font-weight: 400; line-height: 30px; text-align: justify; margin-bottom: 15px; font-family: 'Poppins', sans-serif; }
.footer-content-block ul li{ list-style: none; color: #fff; font-size: 14px; font-weight: 400; line-height: 30px; margin-bottom: 10px; text-align: justify; }
.footer-content-block ul li span{ float: right; }
.footer-contact-block{ display: block; margin-bottom: 30px; }
.footer-contact-block ul li{ border-bottom: #4984ad solid 1px; padding-bottom: 15px; margin-bottom: 15px; }
.footer-contact-block ul li img{ margin-right: 10px; }

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

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

#owl-demo1 .owl-pagination{ display: none }
#owl-demo1 .owl-buttons .owl-prev{ position: absolute; left: -40px; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; background: transparent; color: #1c6598; font-size: 24px; font-weight: 400; border-radius: 50%; opacity: 1; padding-right: 14px; padding-top: 4px; border: #1c6598 solid 3px; 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-demo1 .owl-buttons .owl-next{ position: absolute; right: -90px; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; background: transparent; color: #1c6598; font-size: 24px; font-weight: 400; border-radius: 50%; opacity: 1; padding-left: 10px; padding-top: 4px; border: #1c6598 solid 3px; 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-demo1 .owl-buttons .owl-prev:hover,
#owl-demo1 .owl-buttons .owl-next:hover{ background: #1c6598; color: #1c6598; }

#owl-demo2 .owl-buttons{ display: none; }
#owl-demo2 .owl-pagination { position: absolute; left: 50%; top: 90%; transform: translate(-50%,-50%); z-index: 9; }
#owl-demo2 .owl-pagination .owl-page span{ margin: 0 5px; width: 10px; height: 10px; border-radius: 50%; background: #1c6598; 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: #1c6598; }

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

/*===== Content Pages =====*/
.content-banner{ padding: 60px 0 30px; background: url(../images/information-bg-image.jpg) 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: #1c6598; font-size: 12px; font-weight: bold; }
.content-banner a{ text-decoration: none; color: #1c6598; -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: #1c6598; }
.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: #1c6598; font-weight: 900; margin-bottom: 10px; font-family: 'Poppins', sans-serif; }
.content h3{ text-transform: uppercase; font-size: 20px; color: #1c6598; 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 h5{ font-size: 16px; color: #666; font-weight: 700; margin-bottom: 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: #1c6598; 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: #1c6598; 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: #1c6598; 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: #1c6598; 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: #1c6598; 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: #1c6598; color: #fff; }
.testimonials-page .panel-title .collapsed{ background: #fff; color: #1c6598; 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: #1c6598; 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: #1c6598; 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: #1c6598; }

/*===== 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: #1c6598; 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; }

/*===== Application Form Page =====*/
.application-form-block{ display: block; margin: 30px auto 0; width: 80%; padding: 30px; border: #eee solid 1px; border-radius: 15px; }
.application-form-block h4{ font-size: 30px; border-bottom: #eee solid 1px; padding-bottom: 30px; margin-bottom: 30px; }
.application-form-block .label{ display: block; text-align: right; color: #666; font-size: 14px; padding-top: 5px; line-height: 24px; white-space: inherit; }
.application-form-block .radio{ display: block; text-align: left; }
.application-form-block .radio label{ display: inline-block; margin-right: 15px; }
.application-form-block .input-margin-bottom{ margin-bottom: 15px; }
.application-form-control{ height: 40px; border-radius: 0; margin-bottom: 15px; }
.application-form-block 

/*========== Responsive ==========*/
@media (max-width: 991px){

	.header-info .logo{ display: block; text-align: center; }
	.header-info .logo img{ display: inline-block; }
	.header-contact-info ul li:nth-child(1){ margin-right: 0; }
	.header-contact-info ul li:nth-child(3){ padding-left: 0; }
	.header-navigation{ margin-top: 30px; }
	.header-navigation .container{ padding: 0; width: 100%; }
	.navbar-inverse{ bottom: 0; float: none; }
	.navbar-inverse::before{ left: -50%; }
	.navbar-inverse .navbar-nav{ display: block; float: none; text-align: center; }
	.navbar-inverse .navbar-nav li{ display: inline-block; float: none; }
	.navbar-inverse .navbar-nav li a{ margin: 0; }
	.bbb-logo{ right: -80px; }
	.whychooseus-content-section .title-section{ margin-top: 0; padding: 30px 15px 20px; }
	.whychooseus-content-section .title-section::before{ padding: 0; left: -50%; }
	.whychooseus-content-section::before{ padding: 0; left: -50%; }
	.whychooseus-content-section{ display: block; background: #fff; }
	.whychooseus-content-section ul{ padding: 0 0 10px; }
	.whychooseus-content-section ul li{ margin-bottom: 20px; }
	.parallax{ text-align: center; }
	.bonded-image-block .image-block{ height: 158px; padding-top: 20px; }
	.parallax{ padding: 50px 0; }
	.parallax h4{ font-size: 24px; line-height: 36px; margin-bottom: 5px; }
	.projects{ padding: 50px 0; }
	.project-content-item{ margin-top: 0; margin-bottom: 15px; }
	.testimonials{ padding: 50px 0; }
	.testimonials-content-block{ background: #fff; }
	.testimonials-item-box{ padding: 30px 15px 50px; background: #fff; }


	.footer-content-block{ margin-bottom: 30px; }

}
@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: 10px 0px 0 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; }
	.facebook-icon{ top: inherit; right: 15px; bottom: 15px; }

	/*popup Modal*/
	.popModal-box .modal-dialog{ padding: 0 35px 0 15px; margin: 150px auto 0; }
	.popModal-box .modal-body h2{ font-size: 24px; }
	.popModal-box .modal-body h4{ font-size: 18px; line-height: 30px; }

	/*===== Body Section =====*/
	.header-info{ padding-top: 70px; }
	.header-info .logo img{ width: 100%; }
	.header-contact-info{ padding-top: 15px; }
	.header-contact-info ul li{ margin-bottom: 15px; }
	.header-contact-info ul li:nth-child(3){ float: none; padding-left: 0; }
	.header-contact-info ul li:nth-child(3) a{ padding: 15px 60px; }
	.bbb-logo{ display: block; position: inherit; top: inherit; right: 0; margin-bottom: 30px; }
	.home{ padding: 50px 0; }
	.home-title-section{ margin-bottom: 15px; }
	.home-title-section h1 span{ font-size: 24px; }
	.home-content-section p{ font-weight: 400; line-height: 26px; margin-bottom: 15px; }
	.home-content-section .btn-read-more{ margin-top: 15px; }
	.title-section h2{ font-size: 24px; }
	.service-item-content{ padding: 15px; min-height: auto; margin-bottom: 15px; }
	.service-item-content p{ line-height: 26px; }
	.service-content-section{ padding: 50px 0 30px; }
	.service-content-item{margin-bottom: 70px;}
	.whychooseus-content-section ul li p{ line-height: 26px; }
	.bonded-image-block{ display: block; margin-top: 30px; }
	.free-estimate{ padding: 15px 0 30px; }
	.section-google-map{ height: 230px; margin-bottom: 30px; }
	.contact{ padding: 50px 0 1px; }
	.footer-content-block p,
	.footer-content-block ul li{ line-height: 26px; }
	.footer-content-block h5{ font-size: 24px; margin-top: 0; }	
	.copyright span{ display: block; }

	/*===== jQuery Control =====*/
	#owl-demo1 .owl-buttons .owl-prev{ left: 30px; top: 45%; width: 40px; height: 40px; color: #fff; border: #fff solid 2px; padding-top: 0px; }
	#owl-demo1 .owl-buttons .owl-next{ right: -10px; top: 45%; width: 40px; height: 40px; color: #fff; border: #fff solid 2px; padding-top: 0px; }
	#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; }
}