
/*---------------------------- responsiv-area start --------------------------*/
/*------- responsiv-area end ------------*/

/*--------slider-area start---------*/
/.slider-items {
    position: relative;
}
.slider-items img {
    visibility: hidden;
}
.slider-items:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.slider-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.slider-content h2 {
    text-transform: uppercase;
    font-size: 80px;
    line-height: 100px;
    color: #fff;
    font-weight: 800;
}
.slider-content h2 span.color,
.slider-content p span {
    color: #006838;
}
.slider-content p {
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}
.slider-content a {
    font-size: 16px;
    color: #006838;
    font-weight: 500;
}
.slider-text {
    position: relative;
    padding-left: 50px;
}
.line {
    position: absolute;
    width: 610px;
    height: auto;
    left: 0;
    top: -40px;
    z-index: -9;
}
.line:before,
.line:after,
.blog-wrap2:before,
.blog-wrap2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: transparent;
    border: none/*2px solid transparent*/;
    content: "";
    z-index: -9;
}
.next-prev-style .owl-item.active .line:before,
.blog-wrap2:hover:before {
    -webkit-animation: animate 1s linear forwards;
            animation: animate 1s linear forwards;
}
@-webkit-keyframes animate {
    0% {
        width: 0;
        height: 0;
        border-top-color: #006838;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #006838;
        border-right-color: #006838;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 90%;
        border-top-color: #006838;
        border-right-color: #006838;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}
@keyframes animate {
    0% {
        width: 0;
        height: 0;
        border-top-color: #006838;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #006838;
        border-right-color: #006838;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 90%;
        border-top-color: #006838;
        border-right-color: #006838;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}
.next-prev-style .owl-item.active .line:after,
.blog-wrap2:hover:after {
    -webkit-animation: animate2 1s linear forwards;
            animation: animate2 1s linear forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
@-webkit-keyframes animate2 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: translate;
        border-left-color: #006838;
    }
    50% {
        width: 0;
        height: 90%;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: #006838;
        border-left-color: #006838;
    }
    100% {
        width: 100%;
        height: 90%;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: #006838;
        border-left-color: #006838;
    }
}
@keyframes animate2 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: translate;
        border-left-color: #006838;
    }
    50% {
        width: 0;
        height: 90%;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: #006838;
        border-left-color: #006838;
    }
    100% {
        width: 100%;
        height: 90%;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: #006838;
        border-left-color: #006838;
    }
}
.next-prev-style .owl-nav div {
    position: absolute;
    left: 0;
    top: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.next-prev-style .owl-nav div:hover {
    background: #006838;
}
.next-prev-style .owl-nav div.owl-next {
    left: auto;
    right: 0;
}
/*--------slider-area end---------*/


/*--------project-area start---------*/

.project-area-without-gutter {
    padding: 20px 0px !important;
}
.project-area-without-gutter .project-wrap {
    margin-bottom: 0px !important;
}


.project-area {
    padding: 120px 0px 90px;
}
.project-menu { padding-bottom: 100px ; color: #006838;}

.project-menu button {
    border: none;
    padding: 7px 20px;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
	color: #006838;
}
.project-menu button.active {
   border-bottom: 2px solid #006838;
  font-weight: 600;
	color: #006838;
}
.project-wrap {
    position: relative;
    margin-bottom: 30px;
}
.project-wrap img {
    width: 100%;
}
.project-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #006838;
    opacity: .55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.project-wrap:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.project-wrap:hover .project-content {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-content a {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 15px;
}
.project-content a:hover {
    color: #fff;
}
.project-content h3 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0px;
	color: #FFFFFF;
}
/*--------project-area end---------*/



/* developers area*/

.line:before,
.line:after,
.blog-wrap2:before,
.blog-wrap2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: transparent;
    border: none/*2px solid transparent*/;
    content: "";
    z-index: -9;
}
.next-prev-style .owl-item.active .line:before,
.blog-wrap2:hover:before {
    -webkit-animation: animate 1s linear forwards;
            animation: animate 1s linear forwards;
}



.next-prev-style .owl-item.active .line:after,
.blog-wrap2:hover:after {
    -webkit-animation: animate2 1s linear forwards;
            animation: animate2 1s linear forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}




/*-----------------*/
.blog-area {
    padding: 50px 0px 90px;
}

.blog-img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.blog-img img {
    width: 100%;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.blog-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    border: none/*30px solid rgba(0, 0, 0, .3)*/;
    content: "";
    z-index: 9;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/*----------------*/

.blog-wrap2 {
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
}
.blog-content2 {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 20px;
    background: rgba(0, 104, 56, .70);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 99;
}
.blog-wrap2:hover .blog-content2 {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-content2 span {
    display: block;
    color: #E4E4E4;
    margin-bottom: 5px;
    font-style: italic;
    margin-top: -30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.blog-wrap2:hover .blog-content2 span {
    margin-top: 0px;
}
.blog-content2 h4 {
    text-transform: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
    margin-left: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
	color:#FFFFFF
}
.blog-wrap2:hover .blog-content2 h4 {
    margin-left: 0px;
}
.blog-content2 h4 a {
    color: #fff !important;
}
.blog-content2 h4 a:hover {
    color: #006838;
}
.blog-content2 p {
    margin-bottom: 20px;
    color: #f1f1f1;
    font-size: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.blog-content2 a.readmore {
    text-decoration: underline;
    color: #FFF;
    display: inline-block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.blog-content2 button {
	
	border: 1px #FFF solid;
	background-color:transparent;
	color: #FFF;
	
	
}

.blog-content2 button:hover{
	
	background-color: #fff;
	color: #006838;
	
	
}

.blog-wrap2:before,
.blog-wrap2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: transparent;
    border: none/* 3px solid transparent; this is the green animated line*/ ;
    content: "";
    z-index: 9;
}
.blog-wrap2:hover:before {
    -webkit-animation: animate3 .6s linear forwards;
            animation: animate3 .6s linear forwards;
}
/* end of developers afrea */


@media screen and (max-width: 800px){
.blog-content2 h4 {
text-transform: none;
font-size: 14px;
font-weight: 400;
line-height: 18px;
margin-bottom: 15px;
margin-left: 20px;
transition: all .3s;
-webkit-transition: all .3s;
-moz-transition: all .3s;
color: #FFFFFF;
	
}
	
.btn {
margin-right: 4px;
margin-bottom: 4px;

font-size: 12px;
font-weight: 400;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
padding: 8px 8px;
}
	
}


/*--------testmonial-area start---------*/
/*.section-title2 h2,
.section-title2 h3 {
    color: #fff;
}
.test-wrap {
    padding: 60px 0px 0px;
    outline: none;
}
.test-wrap i {
    color: #006838;
    font-size: 36px;
    margin-bottom: 25px;
    margin-left: 1px;
}
.test-wrap p {
    color: #fff;
    margin-bottom: 35px;
}
.test-wrap h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #fff;
}
.test-wrap span {
    display: block;
    font-size: 14px;
    color: #006838;
}
.test-img-active {
    padding: 60px 30px 0px 0px;
    position: relative;
    z-index: 9;
}
.test-img-active:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 85%;
    height: 95%;
    border: 3px solid #006838;
    content: "";
    z-index: -9;
}
.test-img {
    position: relative;
    padding-left: 30px;
    outline: none;
}
.test-img img {
    width: 100%;
}
.test-img ul {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background: rgba(0, 0, 0, .7);
}
.test-img ul li {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.test-img ul li i {
    font-size: 14px;
    color: #fcb837;
}
.test-images {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    border: 3px solid #006838;
    left: 0px;
    bottom: 80px;
    position: absolute;
    overflow: hidden;
}
ul.slick-dots {
    position: absolute;
    bottom: -50px;
}
.slick-dots li {
    display: inline-block;
    margin-right: 5px;
}
.slick-dots li button {
    height: 15px;
    width: 15px;
    font-size: 0px;
    border-radius: 50%;
    background: #bcb8b8;
    cursor: pointer;
    border: none;
}
.slick-dots li.slick-active button {
    background: #006838;
}
/*--------testmonial-area end---------*/

/*=======================================
        home two style here
=======================================*/
/*.slider-area2 .slider-text {
    padding-left: 0;
}
.slider-area2 .line {
    height: 360px;
    left: 160px;
}


@-webkit-keyframes animate3 {
    0% {
        width: 0;
        height: 0;
        border-top-color: #006838;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #006838;
        border-right-color: #006838;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: #006838;
        border-right-color: #006838;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}
@keyframes animate3 {
    0% {
        width: 0;
        height: 0;
        border-top-color: #006838;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #006838;
        border-right-color: #006838;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: #006838;
        border-right-color: #006838;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}

@-webkit-keyframes animate4 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: translate;
        border-bottom-color: #006838;
    }
    50% {
        width: 0;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #006838;
        border-bottom-color: #006838;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #006838;
        border-bottom-color: #006838;
    }
}
@keyframes animate4 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: translate;
        border-bottom-color: #006838;
    }
    50% {
        width: 0;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #006838;
        border-bottom-color: #006838;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #006838;
        border-bottom-color: #006838;
    }
}
*/
