@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600,800|Open+Sans');

body{
	font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6{ font-family: 'Montserrat', sans-serif; font-weight: 400;letter-spacing: -0.5px; -webkit-font-smoothing: antialiased; }
p{ letter-spacing: 0.3px; margin-bottom: 20px;color: #7b8b8e;
    font-size: 14px;
    line-height: 28px; }
a:hover{ text-decoration: none; }
ul{ padding-left: 0; list-style: none; margin: 0 }
section{ padding: 60px 0; }
.mt10{ margin-top: 10px }
/*----------------------------------------------------*/
.header{ position: absolute; z-index: 99999; width: 100% }
.header-top{ padding: 8px 0; background-color: #111; color: #fff; }
.header-top .icon{ vertical-align: middle; color: #e83a32 }
.header-left{ float: left; }
.header-left li{ display: inline-flex; margin-right: 8px; }
.header-left li p{ margin-bottom: 0; color: #ddd; font-size: 13px; }
.header-left li a{ color: #ddd;  }
.header-left li a:hover{ color: #c73033; text-decoration: none; }
.header-right{ float: right; }
.social-list li{ display: inline-flex; margin-right: 8px; }
.navbar-inverse{ background-color: rgba(0, 0, 0, 0.1);z-index: 99999; width: 100%; padding: 10px 0; }
.navbar-inverse .navbar-nav>li>a{ 
    color: #fff; text-transform: uppercase; 
    font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 13px; }
.navbar-right .dropdown-menu{ right: unset; }
.navbar-brand{ padding: 5px 15px }
.navbar-brand>img{ max-width: 280px; }
.navbar-nav{ padding: 12px 0 }
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{ color: #fff!important }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{ border-color: none }
.navbar-inverse .navbar-toggle .icon-bar{ background-color: #c73033 }
.social-icon{ color: #fff; font-size: 22px; width: 25px;height: 25px; margin-right: 8px }
.header-btn{ border: 1px solid #c73033; }
.header-btn a:hover{ background: #FFF !important; color: #c73033!important; border-radius:0 !important; padding: 10px 13px !important; }
/*--------------------------------------------------------*/
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
}
#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; 
    height: auto;
}
.banner-text{ position: absolute; z-index: 1; padding: 30vh 0 0; }
.banner-text .text{ position: relative; color: #fff;  }
.banner-text .text p{ 
	font-size: 18px;
    color: #fff;
    font-style: italic; 
}
.banner-text .text h2{ font-size: 50px;
    margin-top: 0;
    margin-bottom: 50px;
    text-shadow: 3px 3px 30px #000;
    font-weight: bold;
}
.banner-text .text  hr{
border-top: 1px dotted #eee;
}
.btn {
    padding: 13px 40px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    min-width: 170px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 30px;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.solid-btn{
	background: #c73033;
    color: #fff;
	margin-bottom:20px;
}
.solid-btn:hover{
    color: #c73033;
    background: #fff;border-color: #c73033
}
.light-btn{
	padding: 13px 29px;
    border: 1px solid #fff;
    background: #fff;
    color: #c73033;
	margin-top:-20px;
}
.light-btn:hover{
	background: #c73033;
    color: #fff;

}
/*--------------------------------------------------------------*/
#firstrow{
	background-size: cover;
	background-position: center;
	
}
.subtitle{ font-size: 1.8em }
.title{ font-size: 3em; margin-bottom: 30px }
.title strong{ color: #c73033 }
.title-hr{ width: 10%; border-top: 4px solid #c73033; margin: 0px auto 20px }
#firstrow p{ font-size: 14px; max-width: 90%; margin: 0 auto 40px }
#firstrow:before{
	position: absolute;
    margin-top: 60px;
    margin-left: -60px;
    content: url(../img/machine.png);
}
.jobs #firstrow:before{
	position: absolute;
    margin-top: -40px;
    margin-left: -60px;
    content: url(../img/job.png);
}
.pet{ background: url(../img/sky.png); background-size: cover; background-position: center; color: #000 }
.pet img{ margin: 0 auto; background: #fff; border: 5px solid #222; border-radius: 50%; }
.pet h2{ margin: 10px auto }
/*------------------------------------------------------------*/
#secondrow{ background-color: #c73033 }
#secondrow .title{ color: #fff; margin-bottom: 20px }
#secondrow .title-hr{  border-top: 4px solid #fff; margin-bottom: 50px }
.service{ margin-top: 15px; margin-bottom: 15px; }
.service-img{ 
	border: 1px dashed #ddd; 
	padding: 20px; 
	border-radius: 50%;  
	margin-bottom: 40px; 
	margin-top: 0;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
}
.service-txt h3{ font-size: 16px; font-weight: 600; color: #fff; letter-spacing: 0.4px; margin-top: 5px;  }
.service-txt p{ color: #ddd }
.service:hover .service-img{ 
	background-color: #fff;
	filter: unset;
	-webkit-filter: unset;
	-moz-filter: unset; }
.feature{
	position: relative;
    padding: 30px;
    height: 100%;
    border: 1px dashed #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 15px auto
}
.feature h4{
	font-weight: 600
}
/*------------------------------------------------------------*/
.testimonial-container {
    padding: 80px 0 100px;
    background: url(../img/testimonial-bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.testimonial-container .overlay-background {
    opacity: 0.75;
}
.testimonial-carousel {
    padding: 0 15%;
}
.testimonial-container .carousel-indicators {
    bottom: -30px;
}
.testimonial-container .carousel-indicators .active{ width: 10px; height: 10px; background-color: #c73033; border-color: #c73033 }
.testimonial-container .carousel-indicators li{ width: 10px; height: 10px; background-color: #888; border-color: #888 }
.testimonial-carousel .testimonial {
    text-align: center;
}
.testimonial-carousel .testimonial blockquote {
    border: none;
    padding: 0;
    margin: 0;
}
.testimonial-carousel .testimonial blockquote:before {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    left: 0;
}
.testimonial-carousel .testimonial p {
	color: #fff;
    font-size: 20px;
    line-height: 34px;
}
.testimonial-carousel .testimonial strong{ color: #eee; font-weight: 800 }
.testimonial-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}
.testimonial-carousel .owl-dots .owl-dot.active span,
.testimonial-carousel .owl-dots .owl-dot:hover span {
    width: 10px;
    height: 10px;
    background: #87ba45;
    opacity: 1;
}
.testimonial-carousel .content-contrast {
    background: #fff;
}
.testimonial {
    position: relative;
    margin-bottom: 30px;
}
.testimonial blockquote {
    border: 1px dashed #ccc;
    padding: 30px 30px 30px 40px;
    position: relative;
    margin-left: 23px;
    margin-bottom: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.testimonial blockquote:before {
    content: url("../img/happy.png");
    width: 40px;
    height: 40px;
    background: #c73033;
    color: #fff;
    border: 0px solid #ccc;
    font-size: 28px;
    text-align: center;
    line-height: 48px;
    position: absolute;
    left: -23px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.testimonial p {
    font-style: italic;
    font-size: 16px;
}
.testimonial cite {
    font-weight: bold;
    font-style: normal;
}
.testimonial span {
    font-weight: normal;
    display: inline-block;
    background: #c73033;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    padding: 0px 10px;
    margin-left: 8px;
    position: relative;
    top: -3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
/*------------------------------------------------------------*/
.inner-banner{ 
	background-image: url('../img/inner.jpg');
	background-size: cover;
	background-position: center;	
}
.inner-banner-text{
	padding: 150px 0 80px;
	text-align: left;
}
.inner-banner-text h1{
	font-size: 3em;
	color: #fff	
}
.inner-banner-text .title-hr{ margin: 0px 0 20px }
.inner-banner-text h4{ color: #fff }
.inner-banner-text h4 a{ color: #fff }
.garden:before {
    position: absolute;
    margin-top: 0px; right: 10%;
    content: url(../img/open.png);
}
/*------------------------------------------------------------*/
.red-bg{ background-color: #c73033 }
.red-bg .title{ color: #ddd }
.red-bg .title strong{ color: #fff }
.red-bg .subtitle strong{ color: #fff }
.red-bg .title-hr{ border-color: #eee }
.red-bg .item h3{ color: #fff; font-weight: 600; margin-bottom: 20px }
.red-bg .item img{
	margin-bottom: 15px;
	background: #fff;
    border-radius: 2px;
    -moz-box-shadow: 1px 2px 10px rgba(0, 0, 0,0.3);
    -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, .3);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .3);
    padding: 8px; 
}
.red-bg .item p{ color: #ddd }

#landscaping .feature{ text-align: center; }
#landscaping .feature h4{ color: #c73033 }
#landscaping .feature img{ margin: 10px auto }
#landscaping .feature p{ text-align: justify; }
.list-trangled{ list-style-image: url('../img/list.png'); padding-left: 15px }
.list-trangled p{ margin-bottom: 0 }
.list-trangled b{ color: #333 }
.pt30{ padding-top: 30px }
.form-row label{  margin-top: 10px; font-weight: normal }
.form-control{ height: 50px; border-radius: 0; margin-bottom: 5px }
.pt10{ padding-top: 9px }
/*------------------------------------------------------------*/
/*====================== Contact Section ==========================*/
.contact-section .info-column{
  position:relative;
  margin-top: 30px;
}
.btn-style-one {
    position: relative;
    padding: 11px 34px;
    line-height: 24px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    background-color: #36b78d;
    border: 2px solid #36b78d;
    text-transform: uppercase;
}
/*List Style Two*/

.list-style-two{
  position:relative;
}
.list-style-one{ list-style: none; padding-left: 10px; }
.list-style-one li p{ padding-left: 10px; }
.list-style-one li:before{
font-family: 'Glyphicons Halflings';
content: "\e067"; 
position: absolute;
left: 10px;
color: #0c456b
}
.list-style-two{ list-style: none; }
.list-style-two li{
  position:relative;
  padding-left:60px;
  padding-bottom:35px;
  margin-bottom:25px;
  border-bottom:1px solid #dadada;
}

.list-style-two li:first-child{
  padding-bottom:28px;
}

.list-style-two li .info-number{
  color:#222222;
  font-size:28px;
  font-weight:700;
}
.list-style-two li .info-number a{
	color:#222222;
}
.list-style-two li .info-number a:hover{
	color: #c73033; text-decoration: none;
}
.list-style-two li .icon{
  position:absolute;
  left:0px;
  top:0px;
  color: #c73033 ;
  font-size:35px;
  line-height:1em;
  margin-bottom:20px;
  display:inline-block;
}

.list-style-two li h3{
  position:relative;
  color:#111111;
  font-size:16px;
  font-weight:500;
  line-height:1.6em;
  margin-bottom:4px;
  text-transform:capitalize;
  
}

.list-style-two li .text-info{
  position:relative;
  color:#c73033;
  font-size:14px;
  line-height:1em;
  margin-bottom:8px;
  font-weight: 600;
}

label.error {
    color: #d34625;
    margin-top: 0;
}
/*------------------------------------------------------------*/
#myForm input[type=checkbox],#myForm input[type=radio]{
	background-color: #ccc;height: 20px;
    width: 20px; vertical-align: bottom;
}
.calculator .nav-tabs {
    border-bottom: none;text-align: center;
}
.calculator #result, .calculator #result1,  .calculator #result2, .calculator #result4{ font-size: 4em; display: block; }
.calculator .nav-tabs>li{ float: none; display: inline-flex; }
.calculator .nav>li>a{ color: #c73033; border: 1px solid #c73033; border-radius: 5px }
.calculator .nav>li>a:focus, .nav>li>a:hover{ color: #fff;border-radius: 5px; border: none; background: #c73033 }
.calculator .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{ color: #fff;border-radius: 5px; border: none; background: #c73033 }
.calculator-div { margin-bottom:16px; text-align:center;}
.calculator-div span{ display:block; text-align:center; line-height:20px; color:#333}
.calculator-input {border:0; font-size: 4em; color:#333; font-weight:bold;  opacity:1; text-align:center; width:auto; max-width:100%; background:#fff}
/*------------------------------------------------------------*/
footer a{ color: #c73033 }
.footer-top{ background-color: #222; padding: 40px 0; background-image: url(../img/pots.png); background-repeat: no-repeat; background-position: right bottom;  }
.footer-top .garder-man{ float: left; margin-top: -70px }
.footer-top .footer-logo{ padding: 0px 15px }
.footer-top p{ color: #aaa;font-size: 14px;  }
.footer-top li{ margin: 10px 0 }
.footer-top li b{ color: #c73033 }
.footer-top li p{ margin-bottom: 0 }
.footer-top li a{ color: #888; font-size: 14px; }
.footer-top li a:hover{ color: #c73033; text-decoration: none; }
.footer-heading{ color: #fff; margin-bottom: 22px; }
.footer-bottom{ background-color: #000; padding: 15px 0 }
.footer-bottom p{ margin-bottom: 0; color: #ccc; font-size: 14px;}

@media (min-width: 1040px) and (-webkit-min-device-pixel-ratio: 2){
    #myVideo{ height: 100%; width: auto;right: 0 }
}
@media (min-width: 769px) and ( max-width: 1040px) and (orientation: portrait){
	.navbar-brand>img { max-width: 200px; }
    .navbar-inverse .navbar-nav>li>a{ padding: 10px 5px; font-size: 12px; }
	#myVideo{ width: auto; height: 100%; right:0%}
	.banner-text{ padding-top: 22vh; }
} 
@media (min-width: 769px) and ( max-width: 1040px){
	
	#myVideo{ width: auto; height: 100%; right:0%}
    .header-top { padding: 4px 0; }
    .navbar-brand>img{ max-width: 210px }
    .navbar-inverse .navbar-nav>li>a{ font-size: 12px; padding: 8px 10px; }
    .header-left li p{ font-size: 12px; }
	.banner-text{ padding-top: 26vh; }
    .service{ min-height: 200px }
	.footer-top{ padding: 40px 0 65px; }
} 

@media ( max-width: 768px){
	
	#myVideo{ width: auto; height: 100%; right: -30%}
	.navbar-inverse .navbar-nav>li>a{ padding: 5px; font-size: 10px; }
	.video-container video.fillWidth { width: unset!important;}
	.navbar-brand>img { max-width: 160px; margin: 5px 0 0}
	.footer-top{ padding: 40px 0 65px; }
    .garden:before { left: 3%; }
}

@media (max-width: 480px){
	.navbar-inverse{ padding: 15px 0!important }
	#myVideo{ width: auto; height: 100%; left:0%}
	.jobs #firstrow:before{ content: unset;}
	.navbar-brand>img { max-width: 220px; margin-top: -7px; }
	#firstrow{ background-image: unset; }
	#firstrow:before{ content: unset; }
	#firstrow p{ max-width: 100%; text-align: justify; }
	.testimonial-container {min-height: 650px; background-color: #222}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{ background-color: #c73033; margin-top: 10px; }
	.footer-heading { margin-bottom: 15px;}
	.inner-banner-text { padding: 200px 0 80px; }
	.navbar-inverse .navbar-nav>li>a{ color: #fff!important; font-size: 13px; font-weight: 500; letter-spacing: 0.5px; }
	.no-p{ padding-left: 0 }
	.form-row input{  margin-top: 5px; }
    .garden:before{ position: relative; }
    .btn{ min-width: unset; }
    .header-right{ position: absolute; right: 5%; margin-top: 5px; }
}
@media (max-width: 380px){
    .banner-text{ padding: 34vh 0 0 }
	.banner-text .text h2{ font-size: 32px; }
	.btn { padding: 13px 15px;}
	.footer-top {padding: 40px 0 65px;}
}
.nav > li > a {
	padding:10px 13px;
}
.icon-text {
	color:#fff;
	font-size:18px !important;
	margin-top:10px !important;
	font-weight:500 !important
}
.mb-25 {margin-bottom:25px;}

.landscaping-slider {
    padding: 50px 0px;
}
.landscaping-img {
    position: relative;
}
.cat_taxt {
   
    position: absolute;
    bottom: 0;
    padding: 15px;
    background: rgb(0,0,0);
background: linear-gradient(79deg, rgba(0,0,0,1) 0%, rgba(133,117,124,0) 91%, rgba(255,225,238,0) 100%);

display: none;
    
}
.cat_taxt h2 {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin: 0px;
}

.landscaping-slider.owl-carousel .owl-nav button.owl-next, .landscaping-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 55px;
}

.landscaping-slider.owl-carousel .owl-nav button.owl-prev {
    left: -45px;
}

.landscaping-slider.owl-carousel .owl-nav button.owl-next {
    right: -45px;
}
.dropdown-menu>li>a {
    color: #333 !important;
}
.solid-btn a{
    color: #fff !important;
}