/* Title Heading ---------------------------------------------*/
.titles-heading{
	position: relative;
	text-align: center;
}
.color_1{
	color: #C3C3C3 !important;}
	
	.color_2{
	color: #29c0d4 !important;}

.ico-content{}	
.ico-content:hover{
	        -moz-transform: scale(1) rotate(360deg) translate(0px);
    -webkit-transform: scale(1) rotate(360deg) translate(0px);
    -o-transform: scale(1) rotate(360deg) translate(0px);
    transform: scale(1) rotate(360deg) translate(0px);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	}
	
	
.titles-heading h1{
	background-color: #fff;
	margin: 0 auto;
	width: 50%;
	font-size: 40px;
	padding: auto 20px;
	z-index: 2;
	position: relative;
}
.titles-heading h1 span{
	    font-size: 20px;
	    display: block;
	    color: #ffac32;
	    letter-spacing: 1px;
	    line-height: 25px;
}
.titles-heading h1 i{
	font-size: 20px;
	margin: auto 10px;
	color: #ffac32;
}
.titles-heading .line{
	height: 1px;
	z-index: 1;
	background-color: #dedede !important;
	width: 80%;
	left: 10%;
	position: absolute;
	top:57%;
}
.section-gray .titles-heading h1{
	background-color: #f7f7f7;
}

.title_my_site{
	
border-left: 4px solid #ff9800;
	
height: 110px;
	
padding-left: 50px;
	
}
/** ====== Latest project gardener styles ====== **/


#latest-project-gardener {
  
}
.single-latest-project-gardener {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.single-latest-project-gardener .modal-content {
  display: none;
}
.single-latest-project-gardener .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.0);
    text-align: center;
    line-height: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
.single-latest-project-gardener .overlay:hover {
    background: rgba(0,0,0,.8);
}
.single-latest-project-gardener .overlay .box-holder {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;    
}
.single-latest-project-gardener .overlay .box-holder:before,
.single-latest-project-gardener .overlay .box-holder:after {
    content: '';
    position: absolute;    
    opacity: 0;    
    filter: alpha(opacity=0);
}
.single-latest-project-gardener .overlay:hover .box-holder:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
            transform: skew(0deg);
}
.single-latest-project-gardener .overlay:hover .box-holder:before {
    top: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.single-latest-project-gardener .overlay .box-holder:after {
    top: 30px;
    left: 15px;
    right: 15px;
    bottom: 30px;    
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    -webkit-transform: skew(-100deg);
        -ms-transform: skew(-100deg);
            transform: skew(-100deg);
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
.single-latest-project-gardener .overlay .box-holder:before {
    top: 100%;
    left: 30px;
    right: 30px;
    bottom: 15px;    
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    -webkit-transition: all .3s ease .3s;
            transition: all .3s ease .3s;
}
.single-latest-project-gardener .overlay .box-holder .content-box {
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
.single-latest-project-gardener .overlay .box-holder .content-box h3 {
      font-size: 25px;
    line-height: 22px;
    text-transform: capitalize;

    font-weight: 500;
    color: #fff;
    font-size: 18px !important;
    margin: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-latest-project-gardener .overlay .box-holder .content-box h3 span {
   /*  font-weight: bold; */
    margin: 0;
}
.single-latest-project-gardener .overlay .box-holder .content-box p {
    margin: 0;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    margin-top: 12px;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
.single-latest-project-gardener .overlay:hover .content-box p {
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto;
}
.single-latest-project-gardener .overlay .content-box ul {
    text-align: center;
    margin-top: 15px;
    position: relative;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
.single-latest-project-gardener .overlay:hover .content-box ul {
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto;
}
.single-latest-project-gardener .overlay .content-box ul li {
    display: inline;
}
.single-latest-project-gardener .overlay .content-box ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    font-family: 18px;
    color: #fff;
    background: #242424;
    border-radius: 50%;
    line-height: 35px;
    margin-right: 10px;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
.single-latest-project-gardener .overlay .content-box ul li a:hover {
       background: rgba(255, 199, 32, 0.82);
    color: #fff;
}


/* Start Latest Project Gardener area css */
#latest-project-gardener {
 
  background: #fff;
}
#latest-project-gardener .section-title2 {
  margin-bottom: 46px;
}



#landscaping-design-gardener ul li {
  color: #79a000;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;

}

.text_shadow_1{
    text-shadow: 2px 4px 10px rgba(39, 39, 39, 0.22);}
	
.t2{   color: #ffffff !important;
    border: 1.5px dashed #fff !important;
   
    font-weight: 500;
    padding: 25px;
}	
	

	
	
	
	.fh5co-feature:hover, .fh5co-feature.active, .fh5co-figure:hover, .fh5co-figure.active {
		

}

/** ====== END Latest project gardener styles ====== **/


.pv-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.dark-translucent-bg, .dark-translucent-bg h1, .dark-translucent-bg h2, .dark-translucent-bg h3, .dark-translucent-bg h4, .dark-translucent-bg h5, .dark-translucent-bg h6 {
    color: #ffffff;
}

.light-translucent-bg, .dark-translucent-bg, .default-translucent-bg, .two-col-translucent-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.background-img-1 {
    background: url(../my_img/banner/back-25.jpg)
}

.text01{    font-size: 30px !important;
   
   
    color: #ffffff !important;
    margin: 30px 0!important;
    font-weight: 100 !important;}
	
.text02{  font-size: 37px !important;
    font-weight: 900!important;
   }
   
   
   
      .c-btn-border-1x.c-btn-white2 {
    border-color: #FFFFFF;
    color: #FFFFFF;
    background: #ff9800;
    border-color: #d27f05;
}
   
   .c-btn-border-1x.c-btn-white2:hover {
    border-color: #FFFFFF;
    color: #FFFFFF;
    background: none;
    border-color: #FFFFFF;
}

.about_title{    font-weight: 500;
    font-size: 20px;
    color: #ff9601;
    border: 1px solid #d1d1d1;
    padding: 10px 20px;}