/*---------------------------------------*\
 * Font
\*---------------------------------------*/
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri/Calibri.eot?#iefix') format('embedded-opentype'),  
		url('../fonts/calibri/Calibri.woff') format('woff'), 
		url('../fonts/calibri/Calibri.ttf') format('truetype'), 
		url('../fonts/calibri/Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSans';
  src: url('../fonts/notosans/NotoSans.eot?#iefix') format('embedded-opentype'),  
		url('../fonts/notosans/NotoSans.woff') format('woff'), 
		url('../fonts/notosans/NotoSans.ttf') format('truetype'), 
		url('../fonts/notosans/NotoSans.svg#NotoSans') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSans-Bold';
  src: url('../fonts/notosans-bold/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),  
		url('../fonts/notosans-bold/NotoSans-Bold.woff') format('woff'), 
		url('../fonts/notosans-bold/NotoSans-Bold.ttf') format('truetype'), 
		url('../fonts/notosans-bold/NotoSans-Bold.svg#NotoSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*---------------------------------------*\
 * Global Box-sizing
\*---------------------------------------*/
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing: border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/*---------------------------------------*\
 * Clear Fix
\*---------------------------------------*/
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/*---------------------------------------*\
 * General Style
\*---------------------------------------*/
body {
	font-family: NotoSans, Arial, sans-serif;
	/*background-color: #383838;*/
	background-color: #505050;
	font-size: 16px;
	color: #FFFFFF;
	min-width: 300px;
	/*min-width: 1480px;*/
}

.container {
	max-width: 1480px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

a {
	text-decoration: none;
	color: #FFFFFF;
	outline: 0;
}

p {
	line-height: 2.2;
}

h2.a-title {
	font-family: 'NotoSans-Bold';
	text-align: left;
	font-size: 20px;
	margin: 0 0 15px 0;
}

#overlay {
	background: rgba(80,80,80,1);
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
}

/*---------------------------------------*\
 * Header
\*---------------------------------------*/
.header {
	background: #505050;
	height: 100px;
	position: relative;
	z-index: 10002
}

.logo {
	float: left;
	margin: 10px 0 0 0;
}

.contact-icon-header {
    margin: 30px 0 0 30px;
    width: 133px;
    float: left;
}

.contact-icon-header img {
	width: 170px;
}

.navigation {
    float: left;
    display: block;
    margin: 25px 115px 0 240px;
}

.social-media {
	float: left;
	margin: 30px 0 0 0;
}

.social-media a {
	margin: 0 8px;
}

.social-media-mobile {
	display: none;
	margin: 20px;
}

.social-media-mobile > span {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}

.social-media-mobile > div {
	text-align: center;
}

.social-media-mobile > div > a {
    margin: 0 20px;
}

/*---------------------------------------*\
 * Main | Home
\*---------------------------------------*/
.h-wrapper {
	height: 590px;
	display: block;
	position: relative;
}

.h-wrapper::after {
	background-position: top center;
	background-repeat: no-repeat;
	content: "";
	opacity: 0.5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
}

.know-more-wrapper::after {
	background-image: url('../images/know-more-bg-image.jpg');
	opacity: 1;
}

.know-more-content {
	max-width: 580px;
	width: 100%;
	float: right;
}

.know-more-content br {
	display: none;
}

.know-more-content > p {
	margin: 145px 0 25px 0;
}

.linkout-btn {
	font-family: 'NotoSans-Bold';
	border: 2px solid #69FA02;
	border-radius: 50px;
	text-align: center;
	color: #69FA02;
}

.linkout-btn:hover {
	background: #69FA02;
	color: #505050;
}

.know-more-btn {
	display: block;
	width: 300px;
	padding: 12px;
	font-size: 22px;
}

.control-services-wrapper::after {
	background-image: url('../images/control-services-bg-img.jpg');
}

.control-services-wrapper {
	border-top: 2px solid #FFFFFF;
}

.up-title h2 {
	font-family: 'NotoSans-Bold';
	background: #FFFFFF;
	color: #63C801;
	font-size: 32px;
	text-align: center;
	padding: 11px 0 16px 0;
	max-width: 530px;
	width: 100%;
	border-radius: 0 0 20px 20px;
	margin: 0 auto;
}

.services {
	text-align: center;
	margin: 60px 0 0 0;
}

.services .services-wrapper {
	margin: 0 50px;
	max-width: 600px;
	width: 100%;
	height: 400px;
	border: 3px dashed #FFF;
	display: inline-block;
	vertical-align: top;
	border-radius: 15px;
	padding: 60px 50px;
}

.services-wrapper > p {
	text-align: left;
	line-height: 2;
}

.services-wrapper .services-btn {
	display: inline-block;
	max-width: 430px;
	width: 100%;
	padding: 12px;
	font-size: 18px;
}

.termite-service .services-btn {
	margin-top: 40px;
}

.general-service .services-btn {
	margin-top: 104px;
}

.need-help-wrapper {
	background-image: url('../images/need-help-bg-image.jpg');
}

.message-wrapper {
	background-image: url('../images/message-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 536px;
	height: 500px;
	position: absolute;
	top: 40px;
	left: 70px;
	text-align: center;
	padding: 40px 0 0 0;
}

.message-wrapper h2 {
	font-family: 'NotoSans-Bold';
	font-size: 25px;
	margin-bottom: 10px;
}

.message-wrapper span {
	display: block;
	line-height: 1.5;
}

.message-wrapper img {
	margin: 30px 0 10px 0;
}

.message-wrapper h3 {
	font-size: 20px;
}

/*---------------------------------------*\
 * Main | Company Profile
\*---------------------------------------*/
.company-profile-h-wrapper {
	height: 600px;
	display: block;
	position: relative;
}

.company-profile-h-wrapper::after {
	background-image: url('../images/company-profile-hero.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	content: "";
	opacity: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
}

.profile-content, .featured-logo {
	display: inline-block;
	vertical-align: top;
}

.profile-content {
	max-width: 710px;
	width: 100%;
	margin: 101px 170px 0 0;
}

.featured-logo {
	max-width: 550px;
	width: 100%;
	text-align: center;
	margin: 70px 0 0 0;
}

.featured-logo #gps-logo-transparent {
	width: 505px;
}

.featured-logo img {
	margin: 30px 0;
}

.featured-boxes-wrapper {
	padding: 50px 0;
	text-align: center;
}

.featured-boxes-wrapper .box {
	max-width: 470px;
	width: 100%;
	height: 375px;
	/* border: 1px solid #FFFFFF; */
	display: inline-block;
	position: relative;
	margin: 7px 5px;
	vertical-align: top;
}

.featured-boxes-wrapper .box .image-thumb {
	background-size: contain;
	height: 300px;
	border-radius: 20px 20px 0 0;
}

.featured-boxes-wrapper .box .image-thumb img {
	border-radius: 20px 20px 0 0;
	width: 470px;
}

.featured-boxes-wrapper .box .description {
	background: #63C801;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: 32px 0;
	border-radius: 0 0 20px 20px;
}

.featured-boxes-wrapper .box .description h2 {
	font-family: 'NotoSans-Bold';
	font-size: 20px;
	margin-bottom: 10px;
}

.featured-boxes-wrapper .box.customer-satisfaction .description {
	padding: 24px 0;
}

/*---------------------------------------*\
 * Main | Termite Treatment
\*---------------------------------------*/
.termite-background-wrapper {
	display: block;
	position: relative;
	padding: 50px 0;
}

.termite-treatment::after {
	background-image: url('../images/termite-background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	content: "";
	opacity: 0.5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
}

.treatment-tabs-wrapper {
	margin-bottom: 40px;
}

/* Tab Traditional Termite Treatment*/
#tab-traditional .intro {
	margin-bottom: 40px;
}

.traditional-item h2 {
	font-family: 'NotoSans-Bold';
	color: #63c801;
	font-size: 18px;
	margin-bottom: 15px;
}

.traditional-item {
	margin-bottom: 30px;
}

.item-content {
	float: left;
	max-width: 690px;
	width: 100%;
	margin-right: 20px;
}

.item-image {
	float: left;
	width: 500px;
}

.item-image img {
	border-radius: 10px;
}

/* Tab Exterra Baiting Treatment */
.exterra-row {
	margin-bottom: 40px;
}

.exterra-row h2 {
	font-family: 'NotoSans-Bold';
	color: #63c801;
	font-size: 18px;
	margin-bottom: 15px;
}

.exterra-row1 .desc {
	float: left;
	width: 735px;
	margin-right: 20px;
}

.exterra-row2 {
	border: 2px solid #63c801;
	border-radius: 20px;
}

.exterra-row2 .img {
	float: left;
	width: 422px;
	padding: 40px 50px;
	background: #242424;
	border-right: 2px solid #63c801;
	border-radius: 20px 0 0 20px;
}

.exterra-row2 .img img {
	width: 100%;
}

.exterra-row2 .desc {
	padding: 45px 50px 0 495px;
}

.exterra-row3 {
	margin-bottom: 30px;
}

.exterra-row4 .desc {
	float: left;
	width: 735px;
	margin-right: 20px;
}

.exterra-row4 .desc .item {
	margin-bottom: 30px;
}

/*---------------------------------------*\
 * Main | General Pest Control Treatment
\*---------------------------------------*/
.general-pest-background-wrapper {
	display: block;
	position: relative;
	padding: 50px 0;
}

.general-pest::after {
	background-image: url('../images/termite-background-general.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	content: "";
	opacity: 0.5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
}

.treatment-tabs-wrapper {
	margin-bottom: 40px;
}

.product-thumbs {
	margin: 30px 0;
	text-align: center;
}

.product-thumbs .thumb {
	display: inline-block;
	margin: 0 5px;
}

.product-thumbs .thumb img {
	border-radius: 10px;
	margin-bottom: 30px;
}

.product-thumbs .thumb h2 {
	font-family: 'NotoSans-Bold';
}

/*---------------------------------------*\
 * Main | Contact Us
\*---------------------------------------*/
.contact-us-wrapper {
	height: 800px;
	display: block;
	position: relative;
}

.contact-us-wrapper::after {
	background-image: url("../images/contact-us-bg.jpg");
	background-position: 0 -85px;
	background-repeat: no-repeat;
	content: "";
	opacity: 0.5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
}

.contact-form {
	background-color: rgba(36, 36, 36, 0.8);
	max-width: 530px;
	width: 100%;
	padding: 40px 35px;
	height: 800px;
}

.contact-form .contact-details {
	line-height: 2;
}

.contact-form .note {
	text-align: center;
	line-height: 1.5;
	margin: 40px 0 20px 0;
}

.contact-form form p {
	margin: 15px 0;
}

.contact-form input, .contact-form select {
	padding: 5px 10px;
	height: 40px;
}

.contact-form input, .contact-form select, .contact-form textarea {
	width: 100%;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	padding: 10px 10px;
	font-size: 13px;
}

.contact-form #send-btn {
	font-family: 'NotoSans-Bold';
	border: 2px solid #63C801;
	background-color: #242424;
	color: #63C801;
	margin: 15px 0;
	font-size: 20px;
	border-radius: 40px;
	padding: 10px 10px;
	width: 100%;
	outline: none;
}

.contact-form #send-btn:hover {
	background: #63C801;
	color: #242424;
	cursor: pointer;
}

.contact-form input:required {
    box-shadow: none;
}

#form-messages {
	font-size: 13px;
	padding: 10px;
	text-align: center;
	line-height: 1.5;
	display: none;
}

#form-messages.error {
	color: #D8000C;
	background: #FFD2D2;
}

#form-messages.success {
	color: #4F8A10;
    background-color: #DFF2BF;
}

.contact-us-featured-image {
	display: none;
}

.contact-us-featured-image img {
    width: 100%;
    margin: -4px 0 0 0;
    padding: 0;
    vertical-align: top;
}

/*---------------------------------------*\
 * Custom Select
\*---------------------------------------*/
.custom-select {
	position: relative;
	border-radius: 3px;
	background-color: #FFFFFF;
}

.custom-select select {
	display: none;
}

.select-selected::after {
	position: absolute;
	content: url(../images/dropdown-icon.png);
	top: 12px;
	right: 25px;
	width: 0;
	height: 0;
}

.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}

.select-items div, .select-selected {
	color: #808080;
	padding: 12px 10px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	font-size: 13px;
}

.select-items {
	position: absolute;
	background-color: #FFFFFF;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}

.select-hide {
	display: none;
}

.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
} 

/*---------------------------------------*\
 * Tabs
\*---------------------------------------*/
ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.tabs li {
	font-family: 'NotoSans-Bold';
	background: #505050;
	color: #919191;
	display: inline-block;
	padding: 20px 15px;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
	border-radius: 15px 15px 0 0;
}

.treatment-tabs-wrapper ul.tabs li {
	width: 733px;
}

.general-treatment-tabs-wrapper {
	margin-bottom: 40px;
}

.general-treatment-tabs-wrapper ul.tabs li {
	width: 357px;
	margin-right: 10px;
}

.general-treatment-tabs-wrapper ul.tabs li:last-child {
	width: 367px;
	margin-right: 0;
	float: right;
}

.treatment-tabs-wrapper .tab-link:nth-child(2) {
	float: right;
}

ul.tabs li.current {
	background: #333232;
	color: #63c801;
}

.tab-content {
	display: none;
	background: #333232;
	padding: 30px 120px;
}

.general-treatment-tabs-wrapper .tab-content {
	padding: 50px 120px;
}

.tab-content.current {
	display: inherit;
}

/*---------------------------------------*\
 * Footer
\*---------------------------------------*/
.footer {
	
}

.quick-links-wrapper {
	background: #333232;
	padding: 30px 0 30px 0;
}

.quick-links {
	float: left;
}

.quick-links h2 {
	font-family: 'NotoSans-Bold';
	font-size: 20px;
}

.quick-links h3 {
	font-family: 'NotoSans-Bold';
	font-size: 15px;
	margin: 0 0 10px 0;
}

.common-pests, .treatments {
	margin: 20px 0 0 0;
}

.common-pests a {
	margin: 0 20px 0 0;
	line-height: 1.5;
}

.company-address {
	float: right;
	max-width: 380px;
	width: 100%;
	text-align: center;
}

.company-address > span {
	display: block;
}

.company-address img {
	margin: 0 0 20px 0;
}

.company-address span {
	line-height: 1.5;
}

.treatments a {
	margin: 0 20px 0 0;
	line-height: 1.5;
}

.copyright-wrapper {
	background-color: #434343;
	text-align: center;
	padding: 10px 0;
	font-size: 13px;
}

/*---------------------------------------*\
 * Main Menu
\*---------------------------------------*/
.burger-menu-icon {
	display: none;
	float: right;
	margin: 26px 20px;
	font-size: 23px;
}

.burger-menu-icon a {
	background: url('../images/open.png') no-repeat top center;
	display: inline-block;
	width: 24px;
	height: 24px;
}

.burger-menu-icon.res-menu a {
	background: url('../images/close.png') no-repeat top center;
}


 /* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 22px;
	text-decoration: none;
	font-size: 15px;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  color: #63C801;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
	float: left;
	overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown .dropbtn {
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}

.dropdown .dropbtn i {
	font-size: 25px;
	position: absolute;
	top: 11px;
	right: 7px;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #333232;
	min-width: 160px;
	z-index: 1;
	top: 68px;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  color: #63C801;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}


/*---------------------------------------*\
 * Accordion Panel
\*---------------------------------------*/
.accordion {
	font-family: 'NotoSans-Bold';
	background: #333232;
	color: #63C801;
	cursor: pointer;
	padding: 7px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	display: none;
	border: 1px solid #63C801;
	margin: 10px 0;
	border-radius: 20px;
}

/*.active, .accordion:hover {
	background: #63C801;
	color: #333232;
}*/

.plusminus {
    background: #63C801;
    color: #333232;
    content: '\02795';
    font-size: 13px;
    float: left;
    margin-right: 8px;
    padding: 6px 7px;
    border-radius: 15px;
    width: 26px;
    height: 26px;
}

.accordion span {
    display: inline-block;
}

.acc-title {
	margin-top: 3px;
}

.accordion.a-active {
	margin-bottom: 0;
	border-radius: 20px 20px 0 0; 
	border-bottom: 0;
}

.accordion.a-active + .panel {
	border-radius: 0 0 20px 20px;
	border-right: 1px solid #63C801;
	border-left: 1px solid #63C801;
	border-bottom: 1px solid #63C801;
}


/*---------------------------------------*\
 * Scroll Top Button
\*---------------------------------------*/
.scrolltop {
	display: none;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 20px;
	right: 10px;	
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 10px;
    background: rgba(0,0,0,0.5);
    padding: 15px 16px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color: #69FA02;
    border-radius: 5px;
}

.scroll:hover {
	background: #69FA02;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	color: #000000; 		
}

.scroll:hover .fa {
	padding-top:-10px;
}

.scroll .fa {
	font-size: 30px;
	margin-top: -5px;
	margin-left: 1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}