body{
	margin: 0;
	padding: 0;
	font-family: 'Rubik', sans-serif;
}

.grecaptcha-badge {
    opacity: 0.2;
}

.fa-viber:before {
    content: "\f409";
}


a.btn-common{
	background: #00d579;
	height: 40px;
	font-family: 'Comfortaa', cursive;
	font-size: 16px;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
	display: inline-block;
	line-height: 40px;
	border-radius: 5px;
	margin-top: 20px;
}

a.btn-common:hover {
	background: #009f59;
}

a:hover{
	text-decoration: none;
}

a:focus{
	text-decoration: none;
}

h2{
	font-family: 'Comfortaa', cursive;
	font-size: 36px;
	color: #1a1e32;
	text-align: center;
}


.navbar-wrapper {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
}


.navbar-inverse {
	background-color: transparent;
	border: none;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

.navbar-inverse .navbar-nav > li > a:hover{
	color: #00d579;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #00d579;
	background-color: transparent;
}

.navbar-nav {
	float: right;
	margin: 0;
}

.head-phone {
	text-align: right;
	padding-top: 24px;
	padding-bottom: 11px;
}

.head-phone ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.head-phone ul li{
	display: inline-block;
	margin: 0 4px;
}

.head-phone ul li a{
	color: #fff;
	font-size: 16px;
}

.head-phone ul li a i{
	background: #00d579;
	height: 40px;
	width: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 25px;
}

.navbar-header {
	float: left;
	position: relative;
	top: -70px;
}

.navbar-brand {
	height: auto;
}

.head-phone a.get-quote {
	background: #00d579;
	color: #fff;
	border-radius: 5px;
	height: 40px;
	font-size: 16px;
	padding-left: 30px;
	padding-right: 30px;
	display: inline-block;
	line-height: 40px;
	font-weight: 500;
}


#myCarousel .item img{
	width: 100%;
}


.left.carousel-control {
	right: 13.2%;
	left: auto;
	bottom: 20%;
	top: auto;
}

.right.carousel-control {
	top: auto;
	bottom: 20%;
	right: 10%;
}

.carousel-control {
	background: #00d579;
	opacity: 1;
	width: 38px !important;
	height: 38px;
	line-height: 38px;
	text-shadow: none;
}

.carousel-caption {
	left: 10%;
	padding-bottom: 30px;
	text-align: left;
	bottom: 8%;
}

.carousel-caption h1 {
	font-size: 48px;
	text-shadow: #000 5px 5px 5px;
}


.carousel-caption a.call-us {
	background: #00d579;
	color: #fff;
}

.carousel-caption a.call-us span {
	font-size: 18px;
}

.carousel-caption a.call-us {
	font-size: 26px;
	position: relative;
	line-height: 29px;
	width: 251px;
	display: block;
	padding-left: 64px;
	padding-top: 10px;
	padding-bottom: 13px;
	text-shadow: none;
	font-weight: 500;
}

.carousel-caption a.call-us:hover{
	text-decoration: none;
	background: #009f59;
}


.carousel-caption a.call-us::after {
	content: "\f2a0";
	font-family: FontAwesome;
	left: 9px;
	position: absolute;
	top: 17px;
	width: 47px;
	height: 47px;
	background: #fff;
	color: #00d579;
	display: block;
	text-shadow: none;
	border-radius: 25px;
	line-height: 47px;
	text-align: center;
} 


.carousel-control.left {
	background-image: none;
}


.carousel-control.right {
	background-image: none;
}


.carousel-control {
	width: 5%;
}


.carousel.slide{
	position: relative;
}

.carousel.slide::before{
	background: url("images/slider-bottom.png") left top no-repeat;
	bottom: -10px;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 99;
	content: "";
	height: 74px;
	background-size: 100%;
}





.section-common{
	padding-top: 50px;
	padding-bottom: 50px;
}

.about-left{
}


.about-left h4{
	background: #00d579;
	color: #fff;
	font-family: 'Comfortaa', cursive;
	font-size: 24px;
	text-align: center;
	margin: 0 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
}


.about-left img{
	width: auto;
	max-width: 100%;
    margin: 0 auto 20px;
    display: block;
		border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


.about-right{

}

.about-right h2{
	margin-top: 0;
	margin-bottom: 20px;
	text-align: left;
	color: #00d579;
}

.about-right p {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}


.services-main{
	background: #f5f5f5;
}

.services-main h2 {
	margin-top: 0;
	margin-bottom: 30px;
	color: #00d579;
}

.services-main .item {
	background: #fff;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 20px;
}

.services-main .item a:hover i{
	background: #009f59;
}

.services-main .item img {
	max-width: 90%;
	margin: 0 auto;
	padding-top: 0;
	border-radius: 10px;
}

.services-main .item h4 {
	font-size: 24px;
	color: #1a1e32;
	text-align: center;
	line-height: 32px;
	margin-top: 0;
}

.services-main .item i {
	background: #00d579;
	color: #fff;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 49px;
	border-radius: 40px;
	font-size: 20px;
	margin-top: -25px;
	border: #fff solid 12px;
	border-opacity: 0.3;
}


.services-main .item a:hover{
	text-decoration: none;
}



.gallery
{
    display: inline-block;
    margin-top: 20px;
}

.gallery-main {
	padding-left: 0;
	padding-right: 0;
}

.gallery-main .item a.thumbnail{
	border: none;
	padding: 0 3px 0 0;
}

.gallery-main h2 {
	margin-bottom: 25px;
	color: #00d579;
}



.owl-dots {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
}

.owl-dots span {
	background: #999999;
	width: 12px;
	height: 12px;
	display: block;
	margin: 0 5px;
	border-radius: 30px;
}


.owl-dots button.owl-dot.active span{
	background: #00d579;
}



/*------------------------- VIDEO CSS STARTS HERE ---------------------*/


.video-wrk {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.video-text {
  background-color: rgba(0, 213, 121, 0.8);
  bottom: 0;
  left: 0;
  padding-top: 80px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 15;
}

/* The only rule that matters */
#video-background {
/*  making the video fullscreen  */
  position: initial;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
  width: 100%;
}

/* These just style the content */
article {
/*  just a fancy border  */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 10px solid rgba(255, 255, 255, 0.5);
  margin: 10px;
}




.video-main {
  min-height: 455px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.video-main h1 {
	color: #ffffff;
	font-size: 28px;
	line-height: 45px;
	margin-bottom: 0;
	margin-top: 30px;
	text-align: center;
}

.video-text h2{
	font-size: 55px;
	color: #fff;
	margin-top: 0;
}

.video-main ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.video-main ul li {
  color: #fff;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 2px;
  margin: 0 8px;
  text-transform: uppercase;
}

/*------------------------- VIDEO CSS ENDS HERE ---------------------*/


.modal-lg {
	width: 300px;
}

.client-testi{
	background: url("images/testi-bg.png") left top repeat-x;
	background-size: 100% 100%;
}

.client-testi h2 {
	margin-bottom: 25px;
	color: #00d579;
}


.client-testi #owl-demo3 img {
	width: auto;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 16px;
}

.client-testi {
	text-align: center;
}

.client-testi .item p{
	font-size: 18px;
	width: 80%;
	margin: 0 auto;
}

.client-testi .item h4{
	font-size: 24px;
}




.our-clients{
	background: url("images/client-bg.jpg") left top repeat;
}

.our-clients h2 {
	color: #fff;
	margin-bottom: 20px;
}



footer{
	background: url("images/footer-bg.jpg") left top no-repeat;
	padding-top: 60px;
	padding-bottom: 0;
	background-size: 100% 100%;
}

footer h4{
	color: #00d579;
	font-size: 24px;
	font-family: 'Comfortaa', cursive;
	margin-bottom: 30px;
	font-weight: 700;
}

footer p{
	color: #1a1e32;
	font-size: 14px;
	line-height: 26px;
}

footer ul li{
	color: #1a1e32;
	font-size: 14px;
}

footer ul li a{
	color: #1a1e32;
	font-size: 14px;
}

footer ul li a:hover{
	color: #009f59;
}

.foot-about p{
	width: 95%;
	text-align: justify;
}

.foot-nav ul {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}

.foot-nav ul li{
	position: relative;
	padding-left: 23px;
	line-height: 27px;
}

.foot-nav ul li::after{
	content: "\f101"; 
    font-family: FontAwesome;
    left: 0;
    position:absolute;
    top:0;
    color: #00d579;
    font-size: 16px;
}


.foot-contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.foot-contact ul li {
	margin-bottom: 5px;
	line-height: 26px;
}

.foot-contact p{
	margin-bottom: 0;
}

.foot-contact p.address{  margin-bottom: 15px; }

.foot-contact ul li i {
	color: #00d579;
	font-size: 18px;
}


.foot-copy{
	text-align: center;
	border-top: #bfbfbf solid 1px;
	padding-top: 10px;
}

.foot-copy p{
	color: #1a1e32;
}


.inner-page-main.about {
	padding-left: 0;
	padding-right: 0;
}

.inner-page-main h1 {
	text-align: center;
	margin-top: 40px;
	font-family: 'Comfortaa', cursive;
	color: #00d579;
	margin-bottom: 20px;
}

.inner-page-main p {
	line-height: 26px;
}

.inner-page-main.about {
	padding-bottom: 40px;
}

.cnt-hding i {
	margin-right: 5px;
	color: #00d579;
}

.cnt-hding .btn-primary {
	color: #fff;
	background-color: #00d579;
	border: none;
}

.cnt-hding p a{
	color: #333333;
}

.inner-page-main img {
	width: 100%;
}

.cont_right ul {
    padding-left: 0px;
    list-style: none;
}
.cont_right ul a {
    color: black;
}

.cont_right ul a:hover {
    color: #00d579;
}
.inner-page-main .cnt-hding h3 {
    color: #00d579;
    font-size: 24px;
font-weight: 500;
}
@media only screen and (max-width: 1199px) {

.navbar-brand > img {
	max-width: 105px;
}

	.navbar-inverse .navbar-nav > li > a {
	font-size: 16px;
	}

	.carousel-caption h1 {
	font-size: 36px;
	}

	.carousel-caption a.call-us {
	font-size: 18px;
	}

	.carousel-caption a.call-us span {
	font-size: 14px;
	}

	.navbar-header {
	position: static;
	top: 0;
	margin-top: -70px;
	}

	.right.carousel-control {
	right: 9%;
	}

	.carousel.slide::before {
	bottom: -20px;
	}

	.navbar-brand {
	height: auto;
	margin-top: 0;
	}
	
}


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

.navbar-nav > li {
	border-bottom: #4b4b4b solid 1px;
}
	.navbar-inverse {
	margin-bottom: 0;
}

.about-left {
	margin-bottom: 40px;
}


.video-text h2 {
	font-size: 42px;
}

	.navbar-inverse .navbar-brand {
	margin-top: 0;
}

  .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-collapse.collapse.in{
    	display: block!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .carousel.slide::before {
	bottom: -33px;
	}

.carousel-caption h1 {
	font-size: 30px;
}
	.carousel-caption a.call-us {
	font-size: 14px;
	line-height: 21px;
	}

	.carousel-caption a.call-us::after {
	top: 14px;
	width: 37px;
	height: 37px;
	line-height: 37px;
	}

	.carousel-caption a.call-us {
    width: 200px;

	}

	.carousel-caption h1 {
	margin-top: 0;
	}

.carousel-caption {
	bottom: 21%;
}

	.right.carousel-control {
	right: 8%;
	}

	.navbar-wrapper {
	position: static;
	background: #222;
	}

	.navbar-header {
	margin-top: 0;
	}


	.modal-dialog {
	width: 300px;
	margin: 30px auto;
}
	
	.head-phone { text-align: center; padding: 0; position: relative; }
.head-phone ul { position: fixed; top: 35%; z-index: 9999; right: 0; background-color: rgba(0,0,0,0.5); padding: 8px 5px; }
.head-phone ul li {display:block; margin-bottom: 15px;}
.head-phone ul li a { font-size: 14px; }
.head-phone ul li a i { height: 30px; width: 30px; line-height: 30px; }	
.head-phone ul li a span.email {display:none;}		
.head-phone a.get-quote {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

	
	
}




@media only screen and (max-width: 767px) {
.modal-dialog {
	width: 300px;
	margin: 30px auto;
}

.navbar-inverse .navbar-brand {
	margin-top: 0;
}

.head-phone ul {
	margin: 0px 0 10px;
}


.navbar-header {
	text-align: center;
}


	
.navbar-inverse .navbar-brand {
	margin: 0 auto;
	float: none;
	position: absolute;
	left: 0;
	right: auto;
	margin-top: 0;
	padding-top: 5px;
}
.carousel-caption h1 {
	display: none;
}

.navbar-brand > img {
	max-width: 85px;
}

.carousel.slide::before {
	bottom: -57px;
}

.carousel-caption a.call-us {
	width: 179px;
}

.right.carousel-control {
	right: 1%;
}

.gallery-main {
	padding-left: 15px;
	padding-right: 15px;
}

.video-text {
	padding-top: 3px;
}

.video-text img {
	max-width: 59px;
}

.video-main h1 {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 0;
	margin-top: 4px;
}

.video-text h2 {
	font-size: 24px;
	margin-top: 10px;
}

.video-main {
	min-height: 181px;
}

.carousel-caption {
	bottom: -3%;
}

#navbar {
	padding-top: 42px;
}


}

.fa.fa-mobile {
	width: 15px;
	font-size: 21px;
}

.widget {
	border-top: 0px solid #1a1a1a;
	font-size: 14px;
	padding-top: 0px;
	
}

.widget p{
	margin-bottom: 10px;
}

.textwidget a{
	    box-shadow: 0 0px 0 0 currentColor;
}

ul{
	margin: 0px;
	padding: 0px
}

 h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.textwidget h1, .textwidget h2, .textwidget h3, .textwidget h4{
    margin-top: 20px;
    margin-bottom: 10px;
}

.forms-edit label {
	width: 100%;
}

.inner-content textarea { font-size: 14px; }
.forms-edit input[type="text"], input[type="tel"], input[type="email"], textarea {
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
}

.forms-edit textarea{
	height: 150px;
}

.forms-edit input[type="submit"]{
color: #fff;
background-color: #00d579;
border: none;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
font-weight: normal;
text-transform: capitalize;
}

.navbar-nav .current-menu-item a {
	color: #00d579 !important;
}
.dropdown-toggle {
	width: 116px;
}

.dropdown-toggle::after {
	display: none !important;
}

/*.dropdown-toggle::after {
	border-left-width: 0px;
	content: "\f431";
	font-size: 24px;
	right: -12px;
	position: absolute;
	width: 36px;
	top: 18px;
	font-weight: bolder;
	margin-left: 5px;
	left:initial;
}*/

/*#navbar {
	display: none !important;
}*/

#menu-main-menu {
	float: right;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
	font-weight: 500;
	color:#00d579;
}

.main-navigation a {
	outline-offset: -8px;
	padding: 10px 8px;
	white-space: nowrap;
	font-size: 16px;
	color: #fff;
	font-family: "Rubik", sans-serif;
	font-weight: 500;
}

.site-header-menu{
	margin-top: 0;
	margin-bottom: 0;
}

.main-navigation li:hover > a, .main-navigation li.focus > a {
	color: #00d579;
}

.customer-box {
	text-align: center;
	margin: 50px 10%;
	
}

.inner-pages-customer h2{
color: #00d579;
}


.customer-box img{
	border-radius: 50%;
} 

.customer-box.customer-box-edit ul {
	padding: 0;
	margin: 0;
}

.customer-box.customer-box-edit li {
	/* display: inline; */
	list-style: none;
	width: 20%;
	float: left;
	margin-bottom: 10px;
}

.customer-box.customer-box-edit {
	width: 100%;
	margin: 50px auto;
}

.customer-box.customer-box-edit img{
	border-radius: 0%;
}


.page-id-18 .Inner-pages.inner-pages-customer {
	margin-bottom: 30px;
}

.services-part-edit h3 {
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 30px;
	color: #00d579;
}

.services-part-edit h3.widget-title {  font-size: 21px;
    font-weight: normal;
    margin: 0 0 5px 0;
    font-family: 'Rubik', sans-serif;
    text-transform: none;
    line-height: 1.3125;
    letter-spacing: 0; }

.services-part-edit li{
	margin-left: 15px;
}

.realty-edit li {
	width: 32%;
	float: left;
	margin-bottom: 5px;
}

.realty-edit{
	margin-bottom:10px;
	display: table;
}

.site-branding {
	display: none;
}

#masthead {
	float: right;
}

.main-navigation .menu-item-has-children > a {
	margin: 0;
	padding-right: 28px;
	/* padding-top: 7px; */
}

.main-navigation .menu-item-has-children > a::after {
	content: "\f431";
	position: absolute;
	right: 0.625em;
	top: 16px;
}

.main-navigation ul ul a {
	white-space: normal;
	width: 220px;
	font-size: 15px;
	color: #333;
	padding: 5px 15px;
	line-height: normal;
}

.main-navigation ul ul li {
	background-color: #fff;
	border: 0px solid #d1d1d1;
	border-bottom-width: 0;
}

.main-navigation li:hover > ul, .main-navigation li.focus > ul {
	left: 0;
	right: auto;
}

.main-navigation ul ul::before, .main-navigation ul ul::after {	
	display: none;
}



@media screen and (max-width: 991px){
	#masthead {
	display: none;
}

html {
	padding-top: 0 !important;
}


}

#wprmenu_bar {
	position: absolute;
	top: 4px !important;
	right: 0px;
	background-color: transparent;
}

#mg-wprm-wrap div.wpr_search {
	display: none;
}

#mg-wprm-wrap li.menu-item a {
	padding: 6px 14px;
}

div#mg-wprm-wrap ul li span.wprmenu_icon {
	font-family: 'wprmenu';
	position: absolute;
	right: 10px;
	line-height: 20px;
	padding: 0px 20px;
}

#mg-wprm-wrap li.menu-item-has-children ul.sub-menu a {
	text-transform: capitalize;
	
}
.mob-standard-logo {
	display: none;
}
.mobmenur-container i {
	color: #fff;
}
.mob-menu-header-holder {	;
	background-color: transparent;	
}
.mobmenu-content li a {
	display: block;
	letter-spacing: 1px;
	padding: 6px 20px;
	text-decoration: none;
	font-size: 18px !important;
}

.sub-menu.show-sub-menu li a {
	font-size: 15px !important;
	/* padding: 6px 10px; */
}
.sub-menu.show-sub-menu li {	
	padding: 0px 5px !important;
}

@media screen and (max-width: 767px){
.realty-edit li{
	width: 100%;
}	

}

#owl-demo4 .owl-item .item{
margin-left:14px;
margin-right:14px;
}

.services-part-edit.services-part-edit3 li{
	line-height:26px;
	margin-left:25px;
}
.main-navigation li:hover > ul, .main-navigation li.focus > ul {	
	display: none;
}
.main-navigation .menu-item-has-children > a::after {
	display: none;
}

/*  Visitor Counter Section */
footer .visitors-counter h2 { display: none; }
footer .visitors-counter h4 { margin: 20px 0 15px; }
footer .visitors-counter .visitor-counter-content p { width: 100%; float: left; position: relative; padding: 0 10px 0 0; }
footer .visitors-counter .visitor-counter-content p i { padding-right: 5px; }
footer .visitors-counter .visitor-counter-content .datepic { width: auto; float: right; text-align: right; }

.copyright a, .copyright a:hover { color: #00d579; }
