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

@font-face{ font-family:"req"; src:url("../fonts/Requiem.otf"); }
@font-face{ font-family:"old"; src:url("../fonts/seagram.ttf"); }
@font-face{ font-family:"roman"; src:url("../fonts/roman.ttf"); }

/*===== Pre CSS ===== */
body{ margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #333; font-family: 'roman', sans-serif; background: #D3D3D3;}
p, a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0; font-family: 'roman', 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: #3c3173; border: #3c3173 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: #3c3173; }

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

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

/*Header Navigation*/
.navbar-inverse{ position: relative; bottom: 0; padding: 0; z-index: 9; border: none; float: left; }
.navbar{ margin-top:0; margin-bottom: 0; background: transparent;  min-height: auto;}
.header-navigation{min-height:95px; width:100%;  display: flex; justify-content: flex-end; align-items: center; padding-right:15px;}
.navbar-inverse .navbar-nav{ display: block; margin:0; padding: 0; float:none;}
.navbar-inverse .navbar-nav li{ list-style: none; float: left; margin: 0 50px 0 0; }
.navbar-inverse .navbar-nav li:last-child{ margin-right: 0; }
.navbar-inverse .navbar-nav li a{ position: relative; display: inline-block; padding: 0; padding-bottom: 0; margin: 0; border: none; border: none; border-radius: 0; color: #333; background: transparent; font-size: 14px; font-weight: 400; text-align: center; text-transform: uppercase; text-decoration: none; font-family: 'roman', 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; cursor: pointer;}
.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: #3c3173; background: transparent; }
.navbar-inverse .navbar-nav li a:hover{animation:scale 0.6s;}
@keyframes scale{
	0%{transform:scale(1);}
	50%{transform:scale(0.9);}
	100%{transform:scale(1);}
}

/*===== 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( 206.8deg,  rgba(73,168,255,1) 19.1%, rgba(0,48,249,1) 109.8% ); 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: linear-gradient( 144.8deg,  rgba(103,148,265,1) -4.9%, rgba(0,28,109,16) 111.8%); 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;  }
/*.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( 206.8deg,  rgba(73,168,255,1) 19.1%, rgba(0,48,249,1) 109.8% ); 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( 206.8deg,  rgba(73,168,255,1) 19.1%, rgba(0,48,249,1) 109.8% );  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: #3c3173 solid 1px; background: #3c3173; color: #fff; font-size: 24px; text-align: center; padding: 12px 5px 0 0; -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: #3c3173; border-color: #3c3173; }
.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: 13px 0px 0 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 .fa{ bottom: 62px; background: #3b5998; color: #fff; }

/*title section*/
.title-section h2{font-size:31px; color:#3c3173; text-transform: uppercase; font-weight:800; line-height:40px; margin-bottom:35px; font-family:'roman';}
.more a{display: inline-block; text-decoration: none; font-size:17px; color:#3c3173; border:1px solid #3c3173; padding:12px 20px; border-radius:50px; margin-top:30px; transition: all linear 0.3s;}
.more a:hover{background:#3c3173; color:#fff;}

/*header*/
header{position: absolute; top: 0; left:0; width:100%; z-index: 2;}
.header{background:#fff; position: relative; }
.header .left-header-logo img{position: relative; z-index:10;}
.top-header{ position:relative; z-index:1; display: flex; justify-content:space-between; align-items: center; min-height:45px; color:#fff;}
.top-header::before{content:''; position: absolute; top:0; left:-170px; height:100%; width:110%; background:#3c3173; z-index:-1;}
.top-header ul li{list-style:none; display: inline-block; margin-right:30px; }
.top-header ul li .fa{margin-right:5px;}
.top-header a{text-decoration: none; font-size:16px; color:#fff; background:#f59f32; min-height:45px; padding:0 15px; text-align: center; display:flex; justify-content:center; align-items: center; transition: all linear 0.3s;}
.top-header a:hover{background:#ff8f00;}
.top-header ul li a{text-decoration: none; font-size:16px; color:#fff; background:transparent; min-height:auto; padding:0; text-align: center; display:inline-block; transition: all linear 0.3s;}
.top-header ul li a:hover{background: transparent;}
.custom-dropdown-menu{position: absolute; top: 105%; left:0; height:auto; width:200px; background:#3c3173; z-index: 999999;}
.navbar-inverse .navbar-nav li .custom-dropdown-menu li{width:100%; color:#fff; font-size:17px;}
.navbar-inverse .navbar-nav li .custom-dropdown-menu li a{display: block; color:#fff; font-size:12px; border-bottom:1px solid #fff; padding:10px; text-transform: capitalize; text-align: left; animation: none; position: relative; z-index:1;}
.navbar-inverse .navbar-nav li .custom-dropdown-menu li a::before{content:'\f101'; position: absolute; top:10px; left:10px; height:100%; width:30px; z-index:2; color:#fff; font-family: 'FontAwesome'; opacity:0; transition: all linear 0.3s;}
.navbar-inverse .navbar-nav li .custom-dropdown-menu li a:hover{color:#fff; padding-left:30px;}
.navbar-inverse .navbar-nav li .custom-dropdown-menu li a:hover::before{opacity: 1;}

/*home*/
.home{padding:100px 0;}
.home-content p{font-size:17px; line-height:32px;}
.home-img{position:relative; z-index:1; }
.home-img-content{position: absolute; top:90%; left:8%; height:auto; width:92%; background:#3c3173; z-index: 2; padding:15px;}
.home-img-content p{line-height:30px; color:#fff;}

/*section-banner*/
.section-banner img{width:100%; position: relative; z-index:1;}
.section-banner .banner-cotent-box{position: absolute; top:40%; left:10%; z-index:2;}
.section-banner .banner-cotent-box h3 .top{font-size:43px; color:#fff; text-transform: uppercase; font-weight:700; background:#3c3173; padding:0 30px;  display:inline-block; min-height:85px;  padding-top:25px;}
.section-banner .banner-cotent-box h3 .bottom{ font-size:43px; color:#fff; text-transform: uppercase; font-weight:700; background:rgba(0,0,0,0.5); padding:0 30px; margin-top:0px; display: flex; justify-content: flex-start; align-items: center; min-height:85px; padding-top:9px;}

/*inspection*/
.inspection{padding:20px 0 50px; display: block; text-align: center;}
.inspection .title-section h3{margin-bottom:10px; font-size:28px;}
.inspection-block .inspection-block-img{position: relative; z-index:1; overflow:hidden;}
.inspection-block .inspection-block-img img{width:100%; transition: all linear 0.3s;}
.inspection-block:hover img{transform:scale(1.1,1.1);}
.inspection-block .inspection-block-title{ display: flex; justify-content: center; align-items: center; position: relative; z-index:1;}
.inspection-block .inspection-block-title h3{font-size:19px; position: relative; z-index:1; display: block; padding:18px 20px; width:100%;}
.inspection-block .inspection-block-title h3::before{content:''; position: absolute; top:0; left:0; height:40px; width:2px; z-index:2; transition: all linear 0.3s; background:#3c3173; }
.inspection-block .inspection-block-title::after{content:''; position: absolute; top:0; left:0; height:100%; width:100%; z-index:-2; transition: all linear 0.3s; background:#3c3173; }
.inspection-block .inspection-block-title::before{content:''; position: absolute; top:0; left:0; height:100%; width:100%; background:#fff; z-index:-1; transition: all linear 0.2s; border-left:1px solid #cccccc; border-bottom:2px solid #cccccc;}
.inspection-block:hover .inspection-block-title::before{transform:scale(0.98, 0.92);}
.inspection-block:hover img{transform:scale(1.1,1.1);}
.inspection .more a{margin-top:40px;}

/*services*/
.services{padding:50px 0; display: block; text-align: center;}
.services .title-section .slogan{margin-bottom:40px; color:#7030a0; font-family:'old'; text-transform: lowercase; font-size:35px; font-weight:400;}
.services .title-section h2{margin-bottom:40px; color:#000; font-family:'roman';}
.services .title-section span{color:#3c3173; font-family:'roman';}
.services .title-section p{font-size:18px; margin-bottom:50px; color:#010101; }
.service-block{text-align: left;}
.service-block h3{text-transform:uppercase; text-align: left; font-size:18px; font-weight:600; margin-bottom:20px; transition: all linear 0.3s; position: relative; z-index:1; display: inline-block;}
.service-block h3::before{content:''; position: absolute; top:40%; left:110%; transform:translate(-50%,-50%); z-index:2; height:2px; width:30px; background:#010101; transition: all linear 0.3s; opacity:0;}
.service-block:hover h3::before{left:117%; opacity:1;}
.service-block .service-block-image{position: relative; z-index:1; overflow: hidden; margin-bottom:20px;}
.service-block .service-block-image img{transition: all linear 0.3s;}
.service-block:hover .service-block-image img{transform: scale(1.1,1.1);}
.service-block p{font-size:15px; line-height:30px; text-align:justify; margin-bottom:40px; color:#000;}
.service-block a{text-decoration:none; color:#3c3173; border:1px solid #3c3173; padding:13px 20px; border-radius:50px; transition: all linear 0.3s;}
.service-block a:hover{background:#3c3173; color:#fff;}
.service-block:hover h3{color:#3c3173;}
.services .more a{font-size:18px; font-weight:600; padding:10px 20px; margin-top:50px;}

/*termite-report*/
.termite-report{padding:80px 0 60px; background:url(../images/termite-bg.png)center center no-repeat fixed; background-size: cover; display: block; text-align: center;}
.termite-report h2{color:#fff; font-size:35px; font-family:'roman'; font-weight:800;}
.termite-report a{font-size:17px; text-decoration: none; color:#fff; display: inline-block; font-size:18px; border:1px solid #fff; border-radius:50px; padding:10px 20px; margin-top:30px; transition: all linear 0.3s;cursor: pointer;}
.termite-report a:hover{background:#fff; color:#333;}
.wdir-report{height:500px; overflow:scroll;}
.wdir-report img{width:100%; border-bottom:2px solid #333;}
/*testimonial*/
.testimonial-bg{background:#f1f5f6; padding:100px 15px 50px; display: block; text-align: center;}
.testimonial-bg .title-section h2{text-align: center; margin-bottom:15px; position: relative; z-index:1; display: inline-block;}
.testimonial-bg .title-section h2::before{content:''; position: absolute; top:-50px; left:-70px; height:100px; width:120px; background: url(../images/quote.png)center center no-repeat; z-index:-1; }
.testimonial-bg .title-section p{text-align: center; font-size:18px; color:#000; margin-bottom:20px;}
.testimonial-bg .title-section h2 span{color:#000; font-family:'roman';}
.testimonial-bg .testimonial-content{background:#fff; min-height:200px; margin:15px; margin-top:30px; display: flex; justify-content: center; align-items: center; flex-direction: column; padding:10px;}
.testimonial-bg .testimonial-content h3{font-size:24px; font-weight:700; font-style:italic; margin-bottom:15px;}
.testimonial-bg .testimonial-content p{font-size:17px; color:#000; font-weight:500;}

/*request-free-pest-inspection*/
.request-free-pest-inspection{padding:50px 0; background:#D3D3D3; position: relative; z-index:1;}
.request-free-pest-inspection::before{content:''; position: absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:-1; height:3px; width:100%; border-bottom:2px dotted #fff;}
.request-free-pest-inspection .inspection-bg{background:#3c3173; min-height:150px;}
.request-free-pest-inspection .inspection-bg h2{color:#fff; font-size:24px; font-weight:700; display: flex; align-items: center; min-height:150px; padding-left:40px; font-family:'roman';}
.request-free-pest-inspection .request-free-pest-inspection-button{display: flex; align-items: center; justify-content: center; min-height:150px; flex-direction:column;}
.request-free-pest-inspection .request-free-pest-inspection-button a{text-decoration: none; color:#fff; font-size:18px; text-transform:uppercase; padding:12px 20px 10px; border:1px solid #fff; border-radius:50px; margin-top:20px;}
.request-free-pest-inspection .request-free-pest-inspection-button ul li{list-style:none; display:inline-block; color:#fff;}
.request-free-pest-inspection .request-free-pest-inspection-button ul li a{display:inline-block; color:#fff; padding:0; height:30px; width:30px; border-radius:50%; color:#fff; font-size:16px; text-align: center; line-height:33px; margin-top:15px; transition:all linear 0.3s;}
.request-free-pest-inspection .request-free-pest-inspection-button ul li a:hover{background:#fff; color:#3c3173;}

/*===== Contact Section =====*/
.contact{ display: block; margin: 0; padding:50px 0; background: #3c3173;}
.contact h3{font-size:31px; color:#fff; text-transform: capitalize; font-weight:700; margin-bottom:20px; font-family:'roman';}
.contact p{color:#fff; line-height:33px; font-size:16px;}
.contact ul li{list-style: none; color:#fff; line-height:35px; font-size:16px;}
.contact-footer-details ul li{margin-bottom:15px;}
.contact-footer-details ul li .fa{height:30px; width:30px; border:1px solid #fff; border-radius:50%; line-height:30px; text-align: center; font-size:14px; margin-right:10px;}
.contact-footer-details span{display: inline-block; color:#fff; font-size:16px; color:#fff; border:1px solid #fff; padding:10px 10px 5px; border-radius:30px;}
.contact-hours{padding:0 30px;}
.contact-hours h3{font-size:24px;}
.contact-hours ul li span{float: right;}
.contact-hours ul li{list-style:disc;}
.contact-service-area ul li{list-style:disc;}
.contact-service-area ul li:last-child{list-style:none; margin-top:40px;}
/*===== Footer Section =====*/
.footer{ margin: 0; padding: 20px 0; background: #000; }
.copyright p{ color: #fff; font-size: 14px; text-align: center; }
.copyright p a{ color: #cc0300; text-decoration: none; font-weight: 700; }

/*===== Slider Plugins =====*/
#owl-demo .owl-buttons{ display: none; }
#owl-demo .owl-pagination { position: absolute; left: 50%; top: 92%; 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: #3c3173; }

#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: #3c3173; font-size: 24px; font-weight: 400; border-radius: 50%; opacity: 1; padding-right: 14px; padding-top: 4px; border: #3c3173 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: #3c3173; font-size: 24px; font-weight: 400; border-radius: 50%; opacity: 1; padding-left: 10px; padding-top: 4px; border: #3c3173 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: #3c3173; color: #3c3173; }

#owl-demo-testimonials .owl-pagination{ display: none }
#owl-demo-testimonials .owl-buttons .owl-prev{ position: absolute; left: -65px; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; background: transparent; color: #333; font-size: 20px; font-weight: 400; border-radius: 50%; opacity: 1;  border: #333 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; display:flex; justify-content: center; align-items: center; padding: 0;}
#owl-demo-testimonials .owl-buttons .owl-next{ position: absolute; right: -120px; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; background: transparent; color: #333; font-size: 20px; font-weight: 400; border-radius: 50%; opacity: 1; border: #333 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; display:flex; justify-content: center; align-items: center; padding: 0;}
#owl-demo-testimonials .owl-buttons .owl-prev:hover,
#owl-demo-testimonials .owl-buttons .owl-next:hover{ background: #333; color: #fff; }

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

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

/*===== Content Pages =====*/
.content-banner{ padding:20px 0; background:#3c3173; margin-top:125px; -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: #3c3173; font-size: 12px; font-weight: bold;  }
.content-banner a{ text-decoration: none; color: #3c3173; -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: #3c3173; }
.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 auto 30px; background: #333; }
.content .underline-style{ display: block; margin-bottom: 30px; }
.content h2{ text-transform: uppercase; font-size: 24px; color: #333; font-weight: 900; margin-bottom: 10px; font-family:'roman';}
.content h3{ text-transform: uppercase; font-size: 20px; color: #333; font-weight: 900; margin: 20px 0 10px; font-family:'roman';}
.content h4{ text-transform: uppercase; font-size: 16px; color: #8aca41; font-weight: 700; margin: 20px 0 10px; font-family:'roman';}
.content p{ font-size: 16px; line-height: 30px; text-align:justify; color: #666; margin-bottom: 15px; font-family: 'roman', sans-serif; }
.content p span{ font-size: 20px; color: #333; margin: 0; font-weight: bold; font-family:'roman'; }
.content ol,
.content ul{ margin: 0; padding: 0; margin-bottom: 15px; font-family: 'roman', sans-serif; }
.content ol li,
.content ul li{ margin-left: 18px; line-height: 30px; font-size: 16px; text-align:justify; color: #3c3173; font-family: 'roman', sans-serif; }
.content ol li span,
.content ul li span{ font-size: 16px; text-align:justify; color: #666; font-family: 'roman', sans-serif; }
.termite-title{display: block; text-align: center;}
.termite-title p{display: block; text-align: center;}
.attacment-block p{ font-size:17px;}
.attacment-block h3{padding:15px 20px 10px; background:#3c3173; color:#fff; display: inline-block; border-radius:20px; font-size:22px; cursor: pointer; margin-top: 0;}
.content-about {display: block; text-align: center;}
.content .inspection-block{margin-bottom:30px;}
.content .inspection-block h4{margin:0; color:#000; padding:20px 0;}
.content .slogan{margin-bottom:40px; color:#7030a0; font-family:'old'; text-transform: lowercase; font-size:35px; font-weight:400;}
.content h2 .slogan{text-transform: capitalize;}
/*===== Testimonials Page =====*/
.reviewsblock{ padding: 5px 0 12px; background: #3c3173; 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: #3c3173; 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: #3c3173; 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: #3c3173; color: #fff; }
.testimonials-page .panel-title .collapsed{ background: #fff; color: #3c3173; 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: #3c3173; 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: #3c3173; 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: 450px; 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: #3c3173; }

/*===== 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: #3c3173; 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){

	header{position: static;}
	.header{overflow: visible;}
	.header .left-header-logo{text-align: center; padding:10px 0;}
	.top-header ul li{margin-right:10px; font-size:13px;}
	.top-header a{font-size:14px;}
	.home-img img{width:100%;}
	.home-img-content{width:100%;}
	.home-img-content{top:100%; left: 0;}
	.title-section h2{font-size:25px;}
	.service-block h3{font-size:16px;}
	.termite-report-content h2{font-size:20px;}
	.request-free-pest-inspection .inspection-bg h2{font-size:17px;}
	.request-free-pest-inspection .request-free-pest-inspection-button a{font-size:14px;}
	.contact h3{margin-top:30px;}
	.contact {padding-top:10px;}
	.content-banner{margin-top:0; }
}
@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; }

	/*===== Body Section =====*/
	.services{padding-top:30px;}
	.services .title-section .slogan{font-size:}
	.slogan{font-size:25px;}
	.header .left-header-logo img{width:100%;}
	.tab_section .mobile-submenu{padding-left:20px;}
	.tab_section .mobile-submenu li a{border:none;}
	.top-header::before{left:-30px; width:130%;}
	.header .left-header-logo{margin-top:60px;}
	.top-header{display: block; padding:10px 0;}
	.top-header ul {margin-bottom:10px;}
	.top-header ul li{ font-size: 18px; text-align: center; line-height: 39px; display: block;}
	.section-banner .banner-cotent-box h3 .bottom,.section-banner .banner-cotent-box h3 .top{font-size:13px; min-height:40px; padding:15px 10px 10px;}
	.section-banner .banner-cotent-box{top:20%;}
	.title-section h2{font-size:19px; display: block; text-align: center;}
	.home{padding:50px 0 130px;}
	.title-section h2{margin-bottom:15px;}
	.home-content p{text-align:justify; text-align-last: center;}
	.more{display: block; text-align: center;}
	.home-img img{margin-top:30px;}
	.home-img-content p{text-align: center;}
	.inspection .title-section h3{font-size:19px;}
	.inspection-block{margin-bottom:30px;}
	.services{padding-top: 0;}
	.service-block{margin-bottom:50px;}
	.services .more a{margin-top:10px;}
	.termite-report{padding:50px 0;}
	.termite-report img{width:100%;}

	.testimonial-bg .title-section h2::before{top:-80px; left: -40px;}
	.request-free-pest-inspection .inspection-bg h2{display: block; text-align: center; font-size:18px; min-height: auto; padding:30px 10px 0; line-height:30px;}
	.contact-service-area{padding-left:30px;}
	.request-free-pest-inspection .request-free-pest-inspection-button a{margin-top:0; }
	
	/*===== 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; }
}