/*
	Theme Name: VLC
	Description: Visionary Landscape Construction
	Author: Tractus Design
	Author URI: http://tractusservcies.co.uk/
  Version: 1.0
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

*{ margin:0; padding:0; border:0; outline:0;}
table { border-collapse:collapse; border-spacing:0; }
ol,ul { list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
/* end Reset */

a{ text-decoration:none; color:#000; }
.alignleft {
    float:left;
    margin-right:10px;
}
.alignright {
    float:right;
    margin-left:10px;
}


p{
  padding-bottom:10px;
}

body{
  font-family: 'Open Sans', sans-serif, Arial;
  font-size:16px;
  color:#727272;
  
}

/*------------------------Header section ---------------*/
a:hover {
    text-decoration:none;
}
/*---Header---*/
header {
    padding-top: 20px;
}
.logo {

    padding: 0 0 0 5px;
}
.logo a {
    display: inline-block;
}

.header-contacts {
    float:left;
    margin:45px 0 0 0;

    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.header-contacts .widget {
    display: inline-block;
    flex-grow: 1;
  margin-bottom:10px;
  font-size:15px;
  font-weight:bold;

}
.header-contacts a {
    color:#888888;
}
.navigation.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    margin-top: 0;
}
nav {
    background: #eeeeee;
    margin-top: 15px;

}
nav ul {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
}
nav ul li {
    list-style-type: none;
    display: inline-block;
    flex-grow: 1;
    text-align: center;

}
nav ul li:last-child {
    margin-right: 0;

}
nav ul li a {
    display: block;

    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 15px 0;
    transition: all 0.4s ease 0s;

}
nav ul li.current-menu-item a,
nav ul li.current-page-ancestor  a,
nav ul li a:hover {
    cursor: pointer;
    color:#333;
    background: #87c33c;
    font-weight: 600;
}
/*------------------Slider -----------*/
.flexslider {
    overflow: hidden;
  /*  height:500px;*/
    min-height: 300px;
}

.single-slide {
    position: relative;
}
.single-slide img {
    width: 100%;
}
.single-slide .slide-caption {
    position: absolute;
    bottom: 20%;
    color:#fff;
    font-size:16px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    width:100%;
    padding:10px 0;
}
.archive .single-slide .slide-caption,
.page-template-testimonials-page .single-slide .slide-caption {
    bottom:10%;
}
.slide-title {
    font-size:50px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
    text-transform: uppercase;
    margin-bottom:30px;
    text-shadow: 0 0 4px #333;
}
.slide-caption  p {
    text-shadow: 0 0 5px #000;
    font-size: 22px;
   /*font-weight:bold;*/

}
.banner .single-slide .slide-caption {
    text-align: center;
    text-shadow: 0 0 4px #333;
}
.slide-caption .container {
    background: rgba(0,0,0,0.6);
    box-shadow: 0 0 10px rgba(0,0,0,0.75);
}
.flex-control-nav {
    /* display: none;*/
    bottom:auto;
}
.flex-prev:before,
.flex-next:before {
    display: none !important;
}
.custom-controls-container {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}
.custom-navigation .flex-control-paging li a:hover,
.custom-navigation .flex-control-paging li a.flex-active {
    background: #87c33c;
}
.custom-navigation {
    background: #eee;
    position: relative;
    overflow: hidden;
    height: 50px;
}
.custom-navigation a {
    width:20px;
    height: 12px;
    margin: 17px 0;
}
.custom-navigation .flex-next,
.custom-navigation .flex-prev {
    display: none;
    position: relative;

    opacity: 1;
}
.flex-direction-nav {
    position: relative;
}
.flex-nav-prev .flex-prev {
    background: url('images/left.png') no-repeat scroll center left transparent;
    text-indent: -9999px;
    left:0;
    float: left;
    display: block;
}
.flex-nav-prev .flex-prev:hover {
    background-position: center right;
}
.flex-nav-next .flex-next {
    background: url('images/right.png') no-repeat scroll center right transparent;
    text-indent: 9999px;
    right:0;
    display: block;
    float: right;
}
.flex-nav-next .flex-next:hover {
    background-position: center left;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background: #fff;
}

.flex-control-paging li a {
    border-radius: 50%;
    background: #d9e5ca;
    width:13px;
    height:13px;
}
/*-----------------Banner Block--------------------------*/
.banner {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}
.banner img {
    width: 100%;
    min-height: 200px;
}
.parallax-window {
    min-height: 320px;
    background: transparent;
}
/*----------------------Welcome Block---------------------------*/
.welcome {
    text-align: center;
    padding: 50px 0 65px 0;
}
.section-title,
.welcome h2 {
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
    margin-bottom: 40px;
    color:#444444;
}
.welcome p {
    line-height: 20px;
}
.why-us .section-title {

}
.full-servcie ul li,
.tick-list ul li {
    padding-left: 24px;
    background: url(images/tick.png) no-repeat scroll left center transparent;
    background-size: 15px auto;
    line-height: 30px;
}
#for_fansy {
    display: none;
}
/*--------------  why us section   ---------------*/
.why-us {
    padding-top: 45px;
    background: #eee;
    background: url("images/why-bg.png") no-repeat scroll center 90% #eee;
    position: relative;
    padding-bottom:35px;
}
.home .why-us {

    padding-bottom: 70px;
}
.why-us-last {

    background-color: #dddddd;
}


.why-us:before {
    background: url("images/decor.png") repeat-x scroll 0 0 transparent;
    position: absolute;
    content: '';
    width: 100%;
    height:61px;
    top: -60px;
}
.why-us-last:before {
    background: url("images/decor2.png") repeat-x scroll 0 0 transparent;
}
.single .why-us:before {
    display: none;
}
.about-box {
    margin: 35px 0 45px;
    float: left;
    width:100%;

}
.about-box h3,
.contact-box h3 {
    color:#87c33c;
    font-size:20px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
}
.about-box p {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 25px;
}
.about-box a {
    text-transform: uppercase;
    color:#87c33c;
}
.about-box img {
    width:100%;
    margin-bottom: 15px;
}
/*-------------------------------------------------------------*/
.green-section {
    background-size: cover;
    color:#fff;
    padding:50px 0 80px;
}
.green-section .slide-title {
    text-align: left;
    color:#fff;
    letter-spacing: -1px;
}
.btn-green {
    background: #87c33c;
    border-radius:0;
    color:#fff;
    padding: 15px 45px;
    text-transform: uppercase;
    font-size:16px;
    margin: 0 auto;
    display: inline-block;
    float: none;
    box-shadow:1px 1px 5xp rgba(0,0,0,0.5);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.green-section .btn-green {
    margin-top: 85px;
}
.btn-green:hover {
    background: #43611e;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color:#fff;
}

/*---------------Contacts-----------------------*/
.contact-box {
    margin-top: 25px;

}
.contact-box h3 {
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.contact-box p,
.contact-box a {
    color:#222;
    margin-bottom: 5px;
}
.acf-map {
    width: 100%;
    height: 400px;
    -webkit-box-shadow:   2px 10px 25px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px  10px  25px rgba(0,0,0,0.3);
    box-shadow:  2px  10px 25px rgba(0,0,0,0.3);
    border-left:none;
    border-right:none;
    margin:50px 0 ;
}
/*-------------------Testimonial -----------------*/

.testimonial-box {
    margin-bottom: 45px;
}
.testimonial-title {
    float: left;
    width:100%;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color:#87c33c;
    margin: 20px 0 22px;
    font-size: 20px;
    text-transform: uppercase;
}
.testimonial-box p{
    font-style: italic;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
    color: #222222;
}
.testimonial-box img {
    width:100%;
}
/*------------------- Servcies --------------*/
.sidebar {
    margin-top: 30px;
    margin-bottom: 40px;
}
.sidebar h3 {
    font-size:20px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 45px;
}
.sidebar ul {
    border-bottom: 2px dashed #bbbbbb;

}
.sidebar li {
    line-height: 58px;
    border-top: 2px dashed #bbbbbb;
}

.sidebar li a {
    color:#87c33c;

}
.why-us .content .section-title {
    margin-top: 33px;
    margin-bottom: 0;
}
.why-us .content .testimonial-title {
    margin-top: 0;
    margin-bottom: 25px;
}
.why-us .content img {
    margin-bottom: 45px;
}
.why-us .content hr {
    border-top:2px solid #bbbbbb;
}
.why-us .content a {
    color:#87c33c;
    position: relative;
}

.why-us .content a::after {
    position: absolute;
    top: 103%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #87c33c;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.why-us .content a:hover::after, .why-us .content a:focus::after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
    /*------------------- Efeects ----------------*/
.single-service {
    margin-bottom: 35px;
}
.grid-element.single-service {
    min-height:175px;
}
.service-box {
    text-align:left;
    min-height:360px;
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
.home .grid {
    float: left;
    width:100%;
}
/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 0%;

    max-width:100%;
    max-height: 155px;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    width:100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 600;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
    background: #333;
}

figure.effect-bubba img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

figure.effect-bubba h2 {
    padding-top: 2%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}

figure.effect-bubba p {
    padding: 5px  1em 20px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
    background: #030c17;
    max-height:200px;
}

figure.effect-ming img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4,1.4,1);
    transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h2 {
    margin: 25% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-ming p {
    padding: 1em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-ming:hover h2 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
    background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
    opacity: 0.4;
}

/*------------------------------galelry --------------*/
.grid2 {
    padding: 20px 20px 100px 20px;
    max-width: 1300px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.grid2 li {
    display: inline-block;
    width: 440px;
    margin: 0;
    padding: 20px;
    text-align: left;
    position: relative;
}

.grid2 figure {
    margin: 0 0 25px;
    position: relative;
}

.grid2 figure img {
    max-width: 100%;
    display: block;
    position: relative;
    width:100%;
}

.grid2 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 10px;
    background: #888;
    color: #ed4e6e;
}

.grid2 figcaption h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 15px;
}

.grid2 figcaption span:before {
    content: 'by ';
}

.grid2 figcaption a {
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    background: #87c33c;
    color: #fff;
}
/* Caption Style 2 */
.cs-style-2 figure img {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.cs-style-2 figure:hover img,
.cs-style-2 figure.cs-hover img {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
}

.cs-style-2 figcaption {
    height: 90px;
    width: 100%;
    top: auto;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cs-style-2 figcaption a {
    position: absolute;
    right: 20px;
    top: 30px;
}


    /*----------------- footer --------------------*/
.footer{
    width:100%;
    float:left;
    padding-top:30px;
    font-size:16px;
    background: #eeeeee;
}
.footer ul {
    margin: 0;
}
.footer li a {
    float: left;
    padding: 5px 15px 5px 0;
    color:#87c33c;
}

.footer li a:hover {
    color:#43611e;
}
.social_widget {
    float: right;
}
.social_widget a {
    float: left;
    width: 35px;
    height:35px;
    text-indent: -9999px;
    margin-left: 10px;
    position: relative;
    -webkit-perspective: 800px;
    perspective: 800px;
    overflow: visible;
    background-position: center top;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.social_widget a.instagram {
    background: url("images/instageam.png") no-repeat scroll center top transparent;
}

.social_widget a.twitter {
    background: url("images/twitter2.png") no-repeat scroll center top transparent;
}
.social_widget a:hover {
 /*   -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg);*/
}
.social_widget a:hover {
    background-position: center bottom;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.footer-bottom {
    padding:25px 0;
}
.footer-bottom a {
    color:#888;
}
@media only screen and (min-width: 1200px) {
    .container {
        width: 970px;
    }

}
@media only screen and (max-width: 1200px) {
    .flexslider {
        height:400px;
    }
}
@media only screen and (max-width: 1200px) {
    .flexslider {
        height:380px;
    }
}
@media only screen and (max-width: 980px) {
    .flexslider {
   /*     min-height: 300px;*/
        height:auto;
        min-height: 100px;
    }

    .slide-title {
        font-size: 32px;
    }
    figure.effect-ming h2 {
        margin-top: 17%;
    }
    .green-section .slide-title,
    .green-section {
        text-align: center;;
    }
    .green-section .btn-green {
        margin-top: 35px;
    }
    .about-box p {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 860px) {
    .single-slide .slide-caption {
        bottom:0;
    }
    .section-title {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 768px) {
    .logo {
        text-align: center;
    }
    .grid-element.single-service {
        min-height:120px;
    }
    figure.effect-ming {
        max-height: 330px;
    }
    .footer-bottom,
    .footer-bottom .text-right{
        text-align: center !important;
    }
    .contact-box {
        text-align: center;
    }
}
@media only screen and (max-width: 640px) {
    body {font-size:14px;}
    .single-slide .slide-caption {
        bottom:10%;
    }
    .single-slide .slide-caption p {
        /*display: none;*/
        font-size:12px;
    }
    .slide-title {
        font-size: 16px;
    }
    .header-contacts {
        display: block;
        margin: 15px 0;
    }
    .header-contacts .widget {
        width: 100%;
        display: block;
        text-align: center;
        float: left;
    }
    figure.effect-ming {
        max-height: 330px;

    }
    .footer li {text-align: center;}
    .footer li a {float: none;}
    .social_widget {
        float: right;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .social_widget div {
        display: inline-block;

    }
}
@media only screen and (max-width: 540px) {
    figure.effect-ming {
        height: 230px;

    }
}
@media only screen and (max-width: 420px) {
    .single-slide .slide-caption {
        bottom:3%;
    }
    .slide-title {
        margin-bottom: 10px;
    }
}