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

body {
	font-family: 'Ubuntu', sans-serif;
	color: #3F3E3E;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	font-weight:400;
}
* {
    border: medium none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{	
	
}
ul{
list-style-type:none;
}	
a{
  text-decoration:none;
  outline: none!important;
}
a:hover{
text-decoration:none;
outline:none;
} 
textarea{
resize:none;
}

.mar-top{
	margin-top:40px;
}
p {	
	line-height: 26px; 
	font-family: 'Ubuntu', sans-serif;  
	font-size: 14px;
	font-weight:400;
	color:#535151;
}

/*#######################*/


/*####################### MENU ########################*/

.logo {
    position: absolute;
    top: 0;
    left: 0;
	right:0;
	margin:0 auto;
    z-index: 99;
	width:280px;
	height:101px;
}

.logo img{display:inline-block;}

.header_top {
    background-color: #96CC39;
    position: relative;
    padding: 34px 0;
}

.mail_details {
    width: 100%;
    display: inline-block;
}

.mail_icon{display: inline-block;float:left; padding-right:10px; width:14%;    margin-top: 5px;}
.mail_text{display: inline-block;font-weight:600; font-size:16px; color:#fff;width:86%;line-height: 19px;}
.mail_text a{color:#fff;}
.yellow {
    color: #fce945 !important;
    font-size: 14px;
}

.service_area_top {
    display: inline-block;
    float: left;
    text-align: right;
    font-size: 14px;
    color: #fff;
    padding-right: 6px;
    border-right: 1px solid #fff;
}

.ph_details {
	float:left;
    display: inline-block;
	padding-left:10px;
	margin-top:5px;
}

.ph_icon {
    display: inline-block;
    float: left;
    padding-right: 10px;
    width: 25%;
    padding-top: 6px;
}
.ph_text {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    width: 70%;
    line-height: 19px;
}
.ph_text a {
    color: #fff !important;
    font-size: 16px;
}

.header {
    margin-top: 7%;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
}

.navbar-nav{margin-top:0; }
.navbar-default {
    border: 0!important;
    margin-bottom: 0!important;
    background-color: #547A1D;
}
.navbar {
    border-radius: 0!important;
    text-align: center;
    display: inline-block;
	    margin: 0 auto;
		width: 100%;}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-left: 38px;
    padding-right: 38px;
}
.header .col-md-12.col-sm-12 {
    padding: 0;
}
	
.navbar-default .navbar-nav>li>a:hover{color:#fff; }

.nav>li>a {
    padding: 24px 21.8px;
}

.navbar-brand{display:none;}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color:#1565c0!important;
    background-color: transparent!important;
}

.nav li.active {
 background-color:#fce82a;color:#1565c0!important;
}

.navbar-collapse {
    padding: 0;
}
.floating-btn {
    position: fixed;
    z-index: 99999;
    right: 0;
    transform: rotate(90deg);
    top: 45%;
    margin-right: -45px;
}
.floating-btn .special:hover{
    background-color: #547A1D;
    color: #fff;
}
.floating-btn .special {
    padding: 18px 20px;
    background-color: #fce618;
    color: #19b4fb;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    transition: 0.3s;
}
/*####################### BANNER ########################*/

.banner{ position:relative;}
.banner:after{ content:""; position:absolute;background:url(../images/banner_after.png) top no-repeat; bottom:-18px; left:0; z-index:999; width:100%; height:132px;}
    

.banner-content {
    position: absolute;
    top: 35%;
    left: 7%;
    z-index: 99;
    width: 590px;
    height: 183px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.70);
    padding: 20px;
}
#banner-carousel .owl-item img {
  display: inline-block;
  width: 100%;
      height: 935px;
}
#banner-carousel .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0) url(../images/next.png) no-repeat scroll left top;
    border-radius: 0;
    height: 38px;
    margin: 0;
    width: 38px;
    top: 43%;
    left: 50.7%;
    position: absolute;
}

#banner-carousel .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0) url(../images/prev.png) no-repeat scroll right top;
    border-radius: 0;
    height: 38px;
    margin: 0;
    width: 38px;
    position: absolute;
    top: 49.5%;
    right: 46.5%;
}
#banner-carousel .owl-nav [class*="owl-"]:hover {
  background-color: transparent;  
}
#banner-carousel .owl-nav [class*="owl-prev"]:hover {
  background:url(../images/next.png) no-repeat left top;  
}
#banner-carousel .owl-nav [class*="owl-next"]:hover {
  background:url(../images/prev.png) no-repeat right top;  
}

.banner-content h2 {
    font-size: 39px;
    color: #1565c0;
    margin: 0;
    font-family: 'Anton', sans-serif;
}

.yellow_w_border{color:#547A1D!important;}

.banner-content h4 {
    font-size: 32px;
    font-weight: 400;
    color: #3F3E3E;
}


/*####################### Room ########################*/

.room{ padding:54px 0; background-color:#f6f6f6;}
.room h2 {
    color: #19b4fb;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.room h2:after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 70px;
    height: 3px;
    background-color: #19b4fb;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.room ul{ margin:0;}
.room ul li{ margin-right:45px; float:left; display:inline-block;}
.room ul li:last-child{margin-right:0;}

.room_inner{ width:155px; height:155px; border-radius:3px; background-color:#fff; border:1px solid #E4E4E4; padding: 27px 10px 20px 10px; text-align:center; }
.room_inner:hover{ background-color:#fce618;}

.room_icon{ display:inline-block; width:100%; text-align:center; width:97px; height:70px; overflow:hidden;}
.room_icon img{ display:inline-block;}

.room_text{ font-weight:500; font-size:14px; color:#000;}
.pest_more{color:#19b4fb!important; font-size:18px; font-weight:400;}
.black{color:#000!important;}
.pest_up{ margin-top:15px;}


/*####################### about ########################*/


.about_index{padding:70px 0 130px 0; position:relative;}
.about_left{ display:inline-block; width:100%; padding-left:60px;}
.about_right {
    display: inline-block;
    width: 100%;
    padding-right: 50px;
}
.about_right h3{ font-size:36px; color:#000; font-weight:500; margin-top:38px; padding-bottom:20px; margin-bottom:20px; position:relative;}
.about_right h3:after{ position: absolute;
    bottom: 0;
    content: "";
    width: 70px;
    height: 3px;
    background-color: #19b4fb;
    text-align: center;
    left: 0;
    }
.mar-top-mid{margin-top:27px;}
.about_more{padding:10px; background-color:#ededed; border: 1px solid #B8B8B8; color:#343434; font-size:15px;}

.about_more:hover {
    background-color: #fce618;
    color: #547A1D;
    border: 1px solid #fce618;
}

.about_right p{ font-size:18px; color:#656565;}

.read_more {
    margin-top: 30px;
}

.about_index:after{ content:""; position:absolute; left:0; bottom:0; background:url(../images/about_after.png)top no-repeat; z-index:999; width:100%; height:88px;}


/*####################### gold_coast ########################*/

.gold_coast{padding:55px 0 60px 0; background:url(../images/service_bg.jpg) top no-repeat; background-size:cover; background-position:center; position:relative;}

.gold_coast:after{content:""; position:absolute; left:0; bottom:-34px; background:url(../images/service_after.png)top no-repeat; z-index:999; width:100%; height:36px;}

.gc_left{display: inline-block;
    width: 100%;
   
	padding-right:40px;
	
	
}

.gc_left_border{ display:inline-block; padding-top: 80px;padding-bottom:90px;border-right:1px solid rgba(255, 255, 255, 0.4);padding-right: 36px;}



.gc_left h2{ margin:0; color:#fff; font-size:39px; font-weight:500;}
.gc_left p{ margin:36px 0;color:#fff; font-size:18px;}

.quick_quote{display: inline-block; width:100%; margin-top:16px;}
.quick_quote_inner{padding:18px 24px; background-color:#fce618; color:#19b4fb; font-size:19px; font-weight:500; border-radius:5px;}

.quick_quote_inner:hover {
    color: #222222!important;
}
.gc_right{display: inline-block; width:100%;}

.gold_coast .col-md-6.col-sm-6 {
    padding: 0;
}

.slide_up_inner {
    display: inline-block;
    padding-left: 84px;
	position:relative; margin:10px 0;}
	
.slide_up_box {
    width: 466px;
    height: 189px;
    padding-left: 126px;
    padding-right: 35px;
    padding-top: 42px;
    background-color: #fff;
    position: relative;
}
.slide_up_box h4 {
    font-size: 22px;
    color: #2e2e2e;
    font-weight: 500;
    margin: 0;
}
.slide_up_box p {
    font-size: 16px;
    color: #787878;
    margin-top: 12px;
    line-height: 20px;
}

.slidephoto {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 999;
    overflow: hidden;
}

.slidephoto img {
    width: 100%;
    height: 100%;
}

.slideicon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 35%;
    right: -24px;
    z-index: 9999;
    overflow: hidden;
    background-color: #fce618;
    text-align: center;
}

.slideicon:hover{ background-color:#fce618;}

.slideicon .fa-angle-right{ color:#fff; font-size:40px; display:inline-block; text-align:center; transform:translateY(20%);}

#slideup-carousel {
  max-width: 100%;
}

#slideup-carousel.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 7px 7px;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    border: 3px solid #1565c0;
	display:block;
}

#slideup-carousel.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 36%;
    right: -35px;
    display: block;
    float: none;
}

/*####################### people ########################*/


.people{ position:relative; padding:95px 0 125px 0; }
.blue{color:#1ab5fb!important;}

.people_inner {
    padding: 0px;
}
.people h2{ font-size:40px; color:#313131; font-weight:500; margin-top:38px;margin:0;position:relative; text-align:center; padding-bottom:19px;}
.people h2:after{ position: absolute;
    bottom: 0;
    content: "";
    width: 70px;
    height: 3px;
    background-color: #19b4fb;
    text-align: center;
    left: 0;
	right:0;
	margin:0 auto;
    }

#testi-carousel {
    margin: 36px 0 0 0;
}
.testi_inner {
    padding: 39px 67px 29px 55px;
    background-color: #f2f3f4;
    position: relative;
    margin: 0px 63px 40px 63px;
    text-align: center;
    position: relative;
}
.testi_inner h4 {
    color: #424242;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.testi_inner h3 {
    font-size: 24px;
    color: #1565c0;
    margin-top: 20px;
    font-weight: 400;
    line-height: 22px;
}
.testi_icon {
    position: absolute;
    top: 24%;
    left: -63px;
    width: 102px;
    height: 107px;
    z-index: 999;
}
.testi_inner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 25px solid #f2f3f4;
    z-index: 999;
}

#testi-carousel.owl-theme .owl-dots .owl-dot span{ border-radius:0!important;background: #19b4fb!important;}
#testi-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: #ababab!important;}
#testi-carousel.owl-theme .owl-dots .owl-dot span{
	width: 12px;
    height: 13px;}
	
.people:after{content:""; position:absolute; left:0; right:0; margin:0 auto; bottom:0; background:url(../images/testimonial_after.png)top no-repeat; z-index:999; width:100%; height:86px;} 



/*####################### reqest ########################*/

.reqest{ padding:36px 0 96px 0; background:url(../images/footer_form_bg.jpg) top no-repeat; background-size:cover; background-position:center; position:relative; }

.reqest:after{content:""; position:absolute;left:0; right:0; margin:0 auto; bottom:0; background:url(../images/footer_bottom_before.png)top no-repeat; z-index:999; width:100%; height:82px;}


.request_innner{ display:inline-block; width:100%; padding:0 68px;}
.request_innner h2{font-size:40px; color:#fff; font-weight:500; margin-top:0; margin-bottom:40px; text-align:center;}
.request_top{display:inline-block; width:100%; text-align:center; padding:0 98px;}

.mobile {
    display: inline-block;
    float: left;
    width: 32%;
    padding-left: 10px;
}

.address{display:inline-block;float:left;width: 33%;}

.mail{display:inline-block;float:left;width: 35%;}

.icon{display:inline-block; width:25%; float:left;}

.text{display:inline-block; width:75%; float:left; font-size:16px; color:#fff; text-align:left!important;}
.text a{color:#fff;}

.icon_mar_top{margin-top:8px;}
.request_bottom{display:inline-block; width:100%; text-align:center; margin-top:40px;}


.cus-ctrl {
    background-color: #96CC39!important;
    border: 1px solid #fce618!important;
    border-radius: 0px;
    box-shadow: none!important;
    color: #fff!important;
    height: 53px;
}

.cus-ctrl-a {
	background-color: #175aa6!important;
	border: 1px solid #3878c2!important;
	border-radius: 0px; box-shadow:none!important; color:#fff!important;
	    height: 125px!important;
}

.cus-ctrl placeholder{color:#fff!important;}

.footer_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff !important;
}
.footer_form ::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff !important;
}
.footer_form :-ms-input-placeholder { /* IE 10+ */
  color: #ffffff !important;
}
.footer_form :-moz-placeholder { /* Firefox 18- */
  color: #ffffff !important;
}

.send_button{margin-top:42px; display:inline-block; width:100%; text-align:center;}

.send_btn {
    background-color: #fce618;
    position: relative;
    padding: 15px 62px;
    color: #1565c0;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}

.send_btn:hover{background-color:#F1F1F1;}

.send_btn:before {
    content: "";
    position: absolute;
    border: 3px solid #1868c3;
    top: 7%;
    left: 3%;
    width: 154px;
    height: 46px;
    z-index: 999;
}

/*####################### footer ########################*/

.footer{ padding:30px 0; background-color:#191919;}
.footer_inner{display:inline-block; width:100%; text-align:center; }

.footer_inner ul{ display:inline-block; text-align:center; margin:0;}
.footer_inner ul li{ float:left; display:inline-block;  text-align:center; margin-right:20px;}
.footer_inner ul li a{text-align:center;}
.footer_inner ul li:last-child{margin-right:0;}
.social_icon_inner{width:47px; 
	height:47px; 
	border-radius:50%;
	background-color:#fce618;
	 display: inline-block;
	  }
.social_icon_c {
    display: inline-block;
    text-align: center;
    transform: translateY(63%);
	
}

.footer_nav{display: inline-block; width:100%;text-align: center; margin-top:30px;}
	
.footer_nav ul{ display:inline-block; text-align:center; margin:0;}
.footer_nav ul li{ float:left; display:inline-block;text-align:center;color:#4f4b4b; font-size:15px; padding:0 12px; border-right:1px solid #4f4b4b; }
.footer_nav ul li a {
    text-align: center;
    color: #fff;
}
.footer_nav ul li:last-child{margin-right:0;border-right:0;}

.footer_bottom{display: inline-block; width:100%;text-align: center;}
.footer_bottom h4 {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}

.submit_modal{background-color: #19b4fb;
    position: relative;
    padding: 8px 30px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;}
	
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #19b4fb;
    color: #fff;
}

/*################################## About US inner page###############################################*/

.banner-all{position:relative;margin-top: -7px;}
.banner-all img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.banner-text{position:absolute; top:40%; left:100px; z-index:99; }
.banner-text h3 {
    color: #fff;
    font-size: 42px;
    text-shadow: 1px 1px 6px #1f1f1f;
    text-transform: uppercase;
    font-weight:bold;
}
.about_inner_page{padding:50px 0;}

/*################################## house cleaning ###############################################*/

.cleaning{padding:50px 0;}
.cleaning_right{ display:inline-block; width:100%;}
.cleaning_left{display:inline-block; width:100%;}

.house_clean_left h3 {
    color: #fff;
    margin-bottom: 24px;
}

.cleaning_right h2 {
    font-size: 24px;
    color: #1565c0;
    margin-bottom: 20px;
}

.cleaning_right p{font-size:16px; color:#656565;}
.mar-top-text{ margin-top:20px;}

.house_clean{ padding:50px 0; background-color:#5f5f5f;}
.house_clean_left{display:inline-block; width:100%;}

.house_clean_left ul{margin:0}

.house_clean_left ul li{ font-size:18px; color:#fff; margin-bottom:10px;}
.icon_white{color:#fff; font-size:20px; padding-right:20px;}

.house_clean_right{display:inline-block; width:100%;}
.house_clean_right h3 {
    color: #fff;
	margin-bottom: 30px;
}

.bg_blue{ background-color:#29b6f6; padding:10px }
.white_font{color:#fff!important;}

.table-responsive p {
    color: #4d4d4d !important;
}

tr.white_font p {
    color: white !important;
}
.house_clean_right_bottom{ color:#fff; font-size:16px; margin:20px 0;}


.quick_quote_house{display: inline-block; width:100%; margin-top:24px;}

.quick_quote_house_inner{padding:10px 24px; background-color:#fce618; color:#19b4fb!important; font-size:18px; font-weight:500; border-radius:5px;}

.quick_quote_house_inner:hover {
    color: #222222!important;
}


/*################################## bond cleaning ###############################################*/

.bond_clean_text{margin-bottom:23px!important;}
.house_clean_right p{ color:#fff;}

.house_clean_left p {
    color: #fff;
    line-height: 24px;
}


.bond_clean{padding:50px 0;}

.bond_clean_left{display:inline-block; width:100%;}

.bond_clean_right{display:inline-block; width:100%;}
.bond_clean_right ul{margin:0;}
.bond_clean_right ul li{ margin-bottom:10px;}

.bond_clean_left h3{font-size: 24px;
    color: #1565c0;
    margin-bottom: 20px;}

.bond_clean_right h3{font-size: 24px;
    color: #1565c0;
    margin-bottom: 20px;}
	
.bond_bottom{margin-top:10px;}

.icon_blue { display:inline-block; float:left;
    color: #1665c1!important;
    font-size: 20px;
    width: 5%;color:#ccc;}

.icon_text{width:95%;display:inline-block; float:left;}

.blue_text{ color:#1565c0!important; font-size:20px; font-weight:500;}


/*################################## CONTACT US ###############################################*/


.address_menu_contact {
    display: inline-block;
    width: 100%;
    padding-bottom: 18px;
    border-bottom: 1px solid #ccc;
    margin-top: 22px;
}

.add_menu_logo_contact{float:left;width:6%;display:inline-block; float:left;}

.add_menu_detail_contact{color:#3A3A3A;font-size: 16px; font-weight: 600;width:94%;display:inline-block;}

.add_menu_detail_contact p {
    margin-bottom: 0;
}

.add_menu_detail_contact h5{font-size: 16px; font-size:18px; font-weight:900; margin-top:0;}
.add_menu_detail_contact a{color:#3A3A3A; }
.mail_menu_contact {
    font-size: 16px;
    margin-top: 18px;
    display: inline-block;
    width: 100%;
    padding-bottom: 22px;
    color: #3A3A3A;
    font-weight: 600;
}
.mail_menu_contact h5{font-size: 16px; font-size:18px; font-weight:900; margin-top:0;}
.mail_menu_logo_contact{float:left;}
.mail_menu_detail_contact{color:#3A3A3A;font-weight: 600; }
.mail_menu_detail_contact a{color:#3A3A3A;font-weight: 600; }
.map-inex_contact{color: #F0AB00; font-size:20px; margin-right:10px;}
.our-contact{ margin-top:30px;}
.submit_contact{     color: #000;
    background-color: #fce618;
    padding: 8px 33px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600; }
.submit_contact:hover {
    background-color: #fce618;
    color: #000;
}
a.submit_contact {
    color: #fff;}
.mar-top_contact{margin-top:20px;}
.map-large iframe{width:100%;}
.map-contact{margin-top:20px;}
.contact_bg {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: #547a1d;
}
.contact_bg h3{color:#fff;}
.fn_style{border-radius:0!important; background-color: rgba(255, 255, 255, 0.2); color:#fff;}
.fn_style_testarea{border-radius:0!important; background-color: rgba(255, 255, 255, 0.2); color:#fff; height:150px!important;}

.sub_btn{ margin:20px 0;}
.submit_mod{color: #fff;
    background-color: #0277bd;
    padding: 8px 33px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600; }
	
.submit_mod:hover{background-color:#0064A0; color:#fff;}
	
.contact_bg_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff !important;
}
.contact_bg_form ::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff !important;
}
.contact_bg_form :-ms-input-placeholder { /* IE 10+ */
  color: #ffffff !important;
}
.contact_bg_form :-moz-placeholder { /* Firefox 18- */
  color: #ffffff !important;
}	


/******************service-page*******************/

.inner-service-wrap{
    margin: 0 0 150px 0;
}
.inner-service-wrap .heading {
    text-align: center;
    margin-bottom: 80px;
}
.inner-service-wrap .heading h2 {
    font-size: 50px;
    color: #547a1d;
    font-weight: 700;
}
.inner-service-wrap .heading p{
    color: #000;
    font-weight: 700;
}
.inner-service-wrap .content {
    margin-bottom: 50px;
}
.inner-service-wrap .content .content-img {
    width: 100%;
}
.inner-service-wrap .content .content-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}
.inner-service-wrap .content .content-bx {
    width: 100%;
    border: 1px solid transparent;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(176,176,176,0.8);
    -moz-box-shadow: 2px 2px 8px 0px rgba(176,176,176,0.8);
    box-shadow: 2px 2px 8px 0px rgba(176,176,176,0.8);
    padding: 10px 10px 0 10px;
    min-height: 200px;
    text-align: center;
}
.inner-service-wrap .content .content-bx h4 {
    color: #547a1d;
    font-weight: 700;
    font-size: 22px;
}
.inner-service-wrap .content .content-bx p {
    font-weight: 600;
    font-size: 15px;
}
.inner-service-wrap .content .content-bx .more{
    display: inline-block;
    background-color: #fce82a;
    text-transform: uppercase;
    color: #547a1d;
    padding: 12px 20px;
    text-decoration: none;
    margin-top: 10px;
    font-weight: 700;
}



/********************project-page**********************/

.inner-project-wrap {
    padding: 0 0 20px 0;
}
.inner-project-wrap .heading{
    margin-bottom: 40px;
    text-align: center;
}
.inner-project-wrap .heading h2{
    font-size: 50px;
    color: #547a1d;
    font-weight: 700;
}
.inner-project-wrap .project {
    margin-bottom: 50px;
}
.inner-project-wrap .middle {
    position: relative;
    overflow: hidden;
    height: 300px;
}
.inner-project-wrap .middle img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.inner-project-wrap .overlay-1 {
    background-color: rgba(0,0,0,0.9);
    /* display: none; */
    height: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    text-align: center;
    bottom: 100%    ;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.inner-project-wrap .gallery {
    padding: 0;
    margin: 0;
}
.inner-project-wrap .overlay-1 .fa {
    color: #fff;
    opacity: 1;
    /* padding: 14px; */
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
}
.inner-project-wrap .overlay-1 .fa img {
    width: 50px;
    height: 50px;
    /* transform: scale(1) !important; */
}
.inner-project-wrap .middle:hover .overlay-1 {
    display: block;
    opacity: 0.9;
    bottom: 0;
    height: 100%;
}



/*****************testimonial-page*******************/

.testimonialpage-wrap .heading {
    text-align: center;
    margin-bottom: 50px;
}
.testimonialpage-wrap .heading h2 {
    font-size: 50px;
    color: #547a1d;
    font-weight: 800;
}
.testimonialpage-wrap {
    margin-top: 40px;
    margin-bottom: 50px;
}
.testimonialpage-wrap .testimonial-box {
    position: relative;
    border: none;
    min-height: 330px;
    margin: 60px 0;
    -webkit-box-shadow: 0px 0px 12px 2px rgba(138,138,138,1);
    -moz-box-shadow: 0px 0px 12px 2px rgba(138,138,138,1);
    box-shadow: 0px 0px 12px 2px rgba(138,138,138,1);
    padding: 0 20px;
}
.testimonialpage-wrap .testimonial-box .client-image {
    position: absolute;
    top: -18%;
    left: 35%;
    box-shadow: none;
    background-color: transparent;
}
.testimonialpage-wrap .testimonial-box .client-image img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.testimonialpage-wrap .testimonial-box .text {
    font-style: italic;
    padding: 80px 20px 20px 10px;
    position: relative;
    line-height: 25px;
    width: 100%;
    color: #000;
}
.testimonialpage-wrap .testimonial-box .name {
    float: right;
    padding-right: 20px;
    font-weight: 800;
    font-size: 14px;
}


/*################################## Responsive ###############################################*/


@media screen and (max-width: 1199px) {	

.header_top .col-md-4.col-sm-4 {
    padding: 0;
}
.service_area_top {
    width: 50%;
    font-size: 12px;
    padding-right:5px;
    line-height: 20px;
}

.ph_details {
    width: 50%;
	margin-top:0;
}
.ph_text {
    font-size: 14px;}
.mail_text {
    font-size: 14px;}
.logo {
    width: 238px;}
.nav>li>a {
    padding: 24px 16.2px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    font-weight: 400;
}
.banner-content h4 {
    font-size: 24px;
    width: 430px;
    font-weight: 400;
    color: #fff;
}
.banner-content h2 {
    font-size: 53px;}
	
.banner-content{width: 466px;}	

.banner-content {
    top: 31%;
    left: 4%;}

#banner-carousel .owl-nav .owl-prev{left: 51%;}
#banner-carousel .owl-nav .owl-next {
    top: 51.9%;
    right: 45.2%;
}
.room_inner {
    width: 128px;
    height: 142px;}
.room_icon{height: 60px;}
.room_text {
    font-size: 14px;
    line-height: 18px;}
.about_right{    padding-right: 0;}
.about_right p {
    font-size: 16px;
    color: #656565;
}
.about_right h3{margin-top:0;}
.gc_left h2 {
    margin: 0;
    font-size: 30px;
}
.gc_left_border {
    display: inline-block;
    padding-top: 0;
}
.gc_left p {
    margin: 36px 0;
    font-size: 16px;
}
.gc_left p {
    margin: 36px 0;
    color: #fff;
    font-size: 16px;
}
.slide_up_box {
    width: 454px;
    height: 189px;
    padding-left: 112px;
    padding-right: 52px;
    padding-top: 42px;
}
.slidephoto {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 0px;
 
}
.slideicon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 35%;
    right: -24px;

}
.slide_up_inner {
    display: inline-block;
    padding-left:66px;}
	
.slideicon {
    right: -14px;
}

#slideup-carousel.owl-theme .owl-nav{ right: 0;}

.slide_up_box {
    width: 364px;
    height: 160px;
    padding-left: 77px;
    padding-right: 30px;
    padding-top: 30px;
}
.slideicon {
    width: 45px;
    height: 45px;}
.slideicon .fa-angle-right {

    font-size: 25px;
    transform: translateY(33%);
}
.slide_up_box p {
    font-size: 14px;
    color: #787878;
    margin-top: 4px;
    line-height: 19px;
}
.slide_up_box h4 {
    font-size: 20px;}
.people {
    position: relative;
    padding: 67px 0 83px 0;
}
.testi_inner h4 {
    font-size: 16px;
    line-height: 24px;
}
.testi_inner {
    padding: 39px 67px 29px 65px;}

.testi_inner h3 {
    font-size: 22px;}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}
.reqest {
    padding: 30px 0 85px 0;}
.request_innner h2 {
    font-size: 34px;
    margin-bottom: 38px;
}
.icon {
    display: inline-block;
    width: 21%;}
.text {
    display: inline-block;
    width: 75%;}
.request_top {
    padding: 0;
}
.icon {
    display: inline-block;
    width: 15%;
    margin-right: 10px;
}
.text {
    display: inline-block;
    width: 80%;
}
.mail {
    width: 36%;
}
.address {
    width: 28%;
}
.mobile {
    width: 34%;}
.mobile {
    padding-left: 10px;
}

.request_bottom {
    margin-top: 22px;
}
.send_button {
    margin-top: 30px;}

.footer {
    padding: 0 0 30px 0;}
.house_clean {
    padding: 30px 0;}

.banner-text {
    left: 45px;}

}


@media screen and (max-width: 991px) {
	
.service_area_top {
    font-size: 9.8px;}
.ph_icon {
    padding-right: 6px;
    width: 24%;
}	
.ph_text {
    font-size: 12px;
}
.mail_text {
    font-size: 12px;
    line-height: 16px;
}	
.nav>li>a {
    padding: 15px 7px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 12.5px;
    font-weight: 400;
}
.banner-content h2 {
    font-size: 45px;
}
.banner-content h2 {
    font-size: 45px;
}
.banner-content h2 {
    font-size: 39px;
}
.banner-content {
    width: 352px;
	height: 138px;
}
.banner-content h4 {
    font-size: 19px;
    width: 326px;}
#banner-carousel .owl-nav .owl-prev {
    left: 49.8%;
	top: 41%;
}
.room {
    padding: 25px 0;}
.room h2 {
    font-size: 28px;}
.room_inner {
    width: 175px;
    height: 150px;
    margin-bottom: 15px;
}	
.room_icon {
    height: 70px;
}
.room_text {
    font-size: 15px;}
.room ul {
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.about_right p {
    font-size: 15px;
    line-height: 24px;}
.mar-top-mid {
    margin-top: 14px;
}
.about_index {
    padding: 50px 0 100px 0;}	
.gc_left h2 {
    margin: 0;
    font-size: 23px;
}
.gc_left p {
    margin: 36px 0;
    font-size: 15px;
    line-height: 24px;
}	
.slide_up_box {
    width: 300px;}
.slide_up_inner {
    display: inline-block;
    padding-left: 40px;
}
.slide_up_box {
    width: 300px;
    height: 160px;
    padding-left: 70px;
    padding-right: 27px;
    padding-top: 11px;
}
.slidephoto {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 28px;
    left: 0px;
}
.slide_up_box h4 {
    font-size: 17px;
}
.quick_quote_inner {
    padding: 14px 19px;
    background-color: #fce618;
    color: #19b4fb;
    font-size: 18px;}
.gold_coast {
    padding: 40px 0;}
.people h2 {
    font-size: 36px;}
.testi_inner {
    padding: 25px 64px;
}
.testi_inner h4 {
    font-size: 15px;
    line-height: 22px;
}
.testi_inner h3 {
    font-size: 20px;
	    margin-top: 15px;
}
.text {
    display: inline-block;
    width: 78%;
	    font-size: 14px;
}
.icon {
    display: inline-block;
    width: 17%;
    margin-right: 10px;
}
.text {
    display: inline-block;
    width: 70%;
    font-size: 14px;
}
.mobile {
    width: 33%;
}
.address {
    width: 33%;
}
.mail {
    width: 33%;
}
.mobile .icon {
    width: 25%;
}
.mobile .text {
    width: 63%;

}
.request_innner h2 {
    font-size: 30px;
}
.footer_nav ul li {
    font-size: 13px;
    padding: 0 6px;}

#slideup-carousel.owl-theme .owl-nav {
    top: 34%;}	
.banner-text h3 {
    color: #fff;
    font-size: 32px;}
.cleaning_right h2 {
    font-size: 22px;
    line-height: 28px;}
.bond_clean_left h3 {
    font-size: 21px;}
.bond_clean_right h3 {
    font-size: 21px;}
.request_innner {

    padding: 0 10px;
}	
.mobile {
    padding-left: 0;
}	
	
	
	
}

@media screen and (max-width: 767px) {

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fffcfc;
}
.navbar-nav {
    margin: 0;
}
	
.header_top{ display:none;}	
.logo{ display:none;}	
.navbar-brand{display:block;}	
.header {
    position: static;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
}
.navbar-brand {
    padding: 0;
    width: 38%;
    margin-top: -10px;
}
.navbar-header {
    padding: 10px 0;
}	
	
.banner {
    position: relative;
    margin-top: -10px;
}
.banner-content {
    top: 9%;
    left: 4%;
}
.banner-content h2 {
    font-size: 36px;
}
.banner-content h4 {
    font-size: 18px;
    width: 300px;
}
.banner-content {
    width: 327px;
    height: 138px;
}
#banner-carousel .owl-nav .owl-next {
    top: 40.9%;
    right: 20.2%;
}
#banner-carousel .owl-nav .owl-prev {
    left: 71.8%;
    top: 23%;
}
.mobile {
    width: 100%; margin-bottom: 15px;
}	
.address {
    width: 100%; margin-bottom: 15px;
}
.mail {
    width: 100%; 
}	
.room ul {
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 0;
}
.room ul li {
    margin-right: 12px;
    float: none;
    display: inline-block;
}
.gc_left {
    padding-right: 0;
    padding-left: 15px;
}
.gc_left_border {
    padding-bottom: 50px;}
.slide_up_box {
    width: 364px;
    height: 160px;
    padding-left: 86px;
    padding-right: 38px;
    padding-top: 11px;
}
.slidephoto {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    left: 15px;
}
.slide_up_inner {
    display: inline-block;
    padding-left: 57px;
}
#slideup-carousel.owl-theme .owl-nav {
    right: 9px;
}
.people h2 {
    font-size: 32px;
}
.people_inner {
    padding: 0;
}
.testi_inner {
    padding: 25px 55px;
}

.mobile .text {
    width: 85%;
}
.mobile .icon {
    width: 12%;
}
.text {
    display: inline-block;
    width: 82%;}
.icon {
    width: 12%;
}
		
.request_top {
    padding: 0px 20px;
}
.footer_nav ul li {
float: none;}
.banner-all img {
    height: 190px;}
.banner-text {
    left: 32px;
	    top: 30%;
}

.about_left {
    padding-left: 0;
}
.cleaning {
    padding: 30px 0;
}

.footer_nav ul li{    border-right: 0;}
	
}

@media screen and (max-width: 479px) {

.navbar-brand {
    padding: 0;
    width: 55%;}

	
.slide_up_box {
    width: 224px;
    height: 230px;
	padding-left: 67px;
    padding-right: 29px;
}
.slidephoto {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 60px;
    left: 22px;
}
	
div#banner-carousel {
    height: 200px;
}
.banner-content {
    width: 235px;
    height: 104px;
}
.banner-content h2 {
    font-size: 22px;
}
.banner-content h4 {
    font-size: 13px;
    width: 208px;
}
#banner-carousel .owl-nav .owl-prev {
    left: 77.6%;
    top: 16%;
}
#banner-carousel .owl-nav .owl-next {
    top: 36.9%;
    right: 10.5%;
}
.testi_inner {
    padding: 25px 10px 25px 45px;
    margin: 0px 28px 40px 28px;
    text-align: left;
}
.testi_icon {

    left: -28px;
    width: 60px;
    height: 70px;
}
.request_innner h2 {
    font-size: 22px;
}
.mobile .text {
    width: 82%;
}
	
.banner-all img {
    height: 160px;
}
.banner-text {
    left: 18px;
    top: 23%;
}
.banner-text h3 {
    color: #fff;
    font-size: 24px;
}	
	
.add_menu_logo_contact {
    float: left;
    width: 10%;}
.add_menu_detail_contact {
    width: 88%;}	

	
}


.googleReview {
    box-sizing: border-box!important;
    font-size: 16px!important;
    position: fixed;
    z-index: 999;
    bottom: 50px;
    left: 50px;
}