
#body-wrapper {
    position: relative;
    overflow: hidden
}

#body-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: ' ';
    z-index: 899;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all 0.25s ease-out;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}



/*section,*/
.section {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem
}

@media only screen and (max-width: 1500px) {
    /*section,*/
    .section {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}
@media only screen and (max-width: 767px) {
    /*section,*/
    .section {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.section-main {
    height: calc(100vh - 100px - 30px);
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden
}

@media only screen and (max-width: 1199px) {
    .section-main {
        height: calc(100vh - 100px - 15px)
    }
}

@media only screen and (max-width: 991px) {
    .section-main {
        height: auto
    }
}



.section-main-2 .section-slider {
    height: 100%
}

.section-main-2 .slide {
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 991px) {
    .section-main-2 .slide {
        min-height: 500px;
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

.section-main-2 .slick-list,
.section-main-2 .slick-track {
    height: 100%;
    overflow: hidden
}


.section-main-2 .text-muted {
    color: #fff!important;
}



.animated {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -ms-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}

.zooming {
    -webkit-animation: zooming 18s infinite both;
    -moz-animation: zooming 18s infinite both;
    -ms-animation: zooming 18s infinite both;
    -o-animation: zooming 18s infinite both;
    animation: zooming 18s infinite both
}

@-moz-keyframes zooming {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }
    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes zooming {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }
    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-o-keyframes zooming {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }
    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-ms-keyframes zooming {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }
    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes zooming {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }
    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}



.bg-image-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;

    
    /*background: url(images/bg.jpg) no-repeat center center fixed; */
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
    
    background-repeat: no-repeat;
    z-index: 0
}


.bg-image-slider:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0,0.5);
    /* background: rgba(178, 152, 88,0.4); */
}


.carousel {
    position: relative
}

.carousel.carousel-items {
    margin-left: -15px;
    margin-right: -15px
}

.carousel.carousel-items .carousel-item {
    padding-left: 15px;
    padding-right: 15px
}

.carousel.slider .slide {
    overflow: hidden !important
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 45px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 2;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all 0.25s ease-out;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    text-align: center
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: .3
}

.slick-prev:before,
.slick-next:before {
    font-family: "Material Design Icons";
    font-size:48px;
    line-height: 1;
    color: #383c40;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all 0.25s ease-out
}

.slick-prev {
    left: -45px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -45px
}

.slick-prev:before {
    content: "\F141";
}

[dir="rtl"] .slick-prev:before {
    content: "\F142";
}

.slick-next {
    right: -45px
}

[dir="rtl"] .slick-next {
    left: -45px;
    right: auto
}

.slick-next:before {
    content: "\F142";
}

[dir="rtl"] .slick-next:before {
    content: "\F141";
}

.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 1rem 0 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    position: relative;
    border: 0;
    background: transparent;
    display: block;
    height: 100%;
    width: 100%;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-color: #383c40;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: .4;
    content: ' ';
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom
}

.slick-dots li.slick-active button:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.inner-controls .slick-prev:before,
.inner-controls .slick-next:before {
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3)
}

.inner-controls .slick-prev {
    left: 25px
}

[dir="rtl"] .inner-controls .slick-prev {
    right: 25px
}

.inner-controls .slick-next {
    right: 25px
}

[dir="rtl"] .inner-controls .slick-next {
    left: 25px
}

.inner-controls .slick-dots {
    position: absolute;
    bottom: 20px
}

.inner-controls .slick-dots li button:before {
    background-color: #fff
}

.inner-controls .slick-dots li.slick-active button:before {
    background-color: #fff
}


.slick-slide,
.slick-current,
.slick-active,
.slick-cloned{
    outline:none !important;
}



.title-Slide {
    color:#fff;
    font-weight:bold;
}

@media only screen and (max-width: 1500px) {
    .title-Slide {
        font-size: 2.5rem
    }
}

@media only screen and (max-width: 991px) {
    .title-Slide {
        font-size: 2.0rem
    }
}
@media only screen and (max-width: 767px) {
    .title-Slide {
        font-size: 1.5rem
    }
}


.h-lg {
    height: 80vh
}

.fullheight {
    height: 100vh
}

.min-fullheight {
    min-height: 100vh
}

.v-center {
    position: relative;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all 0.3s ease-out
}

@media only screen and (max-width: 991px) {
    .v-center {
        top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slick-slide img {
    display: block;
    width: 100%;

    vertical-align: middle;
    border-style: none;
}




















































h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    margin: 0px;
    text-shadow: none;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}

h1{
    font-size: 32px !important;
}
h2{
    font-size: 28px !important;
}
h3{
    font-size: 24px !important;
}

.f-bold{
    font-weight:bold;
}

.f-14 {
    font-size: 14px !important;
}
.f-16 {
    font-size: 16px !important;
}
.f-18 {
    font-size: 18px !important;
}
.f-20 {
    font-size: 20px !important;
}
.f-24 {
    font-size: 24px !important;
}
.f-45 {
    font-size: 45px !important;
}
.f-32 {
    font-size: 32px !important;
}

.gray-bg{
    background: #eee;
}

.white-bg{
    background: #fff;
}



.green-gradient-bg{
    background: rgb(86,128,24); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(86,128,24,1) 0%, rgba(132,194,37,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(86,128,24,1) 0%,rgba(132,194,37,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(86,128,24,1) 0%,rgba(132,194,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#568018', endColorstr='#84c225',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}



/*Forms*/
label {
    font-size:16px
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius:0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    font-size:16px
}


.input-group-addon {
    border-radius: 0;
}

.form-control:focus {
    border-color: #a4a4a4;
    box-shadow: 0px 1px 5px #a4a4a4;
}

.form-spacing .form-control {
    margin-bottom: 15px;
}

.input-group-addon {
    color: #b3b3b3;
    font-size: 14px;
    background: #fff;
}
textarea {
    resize: none;
}

.form-control {
    height: 50px;
    padding: 12px 12px;
}




.btn-sys .radius{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-sys {
    border: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #28a745;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.btn-sys:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.btn-sys i{
    font-size:20px !important;

}

.btn-sys.btn-block {
    text-align: center;
}

.btn-sys-sm,
a.btn-sys-sm {
    padding: 3px 12px;
}

.btn-sys-md,
a.btn-sys-md {
    padding: 10px 20px;
}

.btn-sys-lg,
a.btn-sys-lg {
    font-size: 18px;
    padding: 12px 25px;
}

.btn-sys-xs,
a.btn-sys-xs {
    font-size: 12px;
    padding: 2px 12px;
    line-height: 18px;
}
@media (max-width: 768px) {
    @-moz-document url-prefix() {
        .btn-sys {
            padding-bottom: 6px;
        }
    }
}
/*Buttons Color*/
.btn-sys:hover,
.btn-sys:focus,
.btn-sys:active,
.btn-sys.active,
.open .dropdown-toggle.btn-u {
    background: #218838;
    color:#fff !important
}



/*SLIDER*/
#slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.revslider-wrap{
    background-color: #ccc !important;
    background: url(../images/bgslide.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.NotGeneric-Title{
    font-family:'Lato', sans-serif !important;
    font-weight:700 !important;
}
.NotGeneric-SubTitle{
    font-family: 'Lato', sans-serif !important;
    font-weight:400 !important;
    color:#fff;
    letter-spacing:0px !important;;
}




.btnline-cont .btnline {
    position: relative;
    padding:15px 30px;
    border: 3px solid white;
    color: white;
    text-decoration: none;
    font-size:16px;
    font-family: 'Lato', sans-serif;
    letter-spacing:0px;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.btnline-cont .btnline:hover {
    border: 3px solid transparent;
}


.btnline-cont .btnline:before {
    position:absolute;
    top:0px;
    left:0px;
    content:'';
    display:block;
    height:100%;
    width:100%;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#568018+0,84c225+100 */
    background: rgb(86,128,24); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(86,128,24,1) 0%, rgba(132,194,37,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(86,128,24,1) 0%,rgba(132,194,37,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(86,128,24,1) 0%,rgba(132,194,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#568018', endColorstr='#84c225',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
    content:" ";
    z-index:0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}
.btnline-cont .btnline:focus:before,
.btnline-cont .btnline:hover:before {
    height:100%;
    width:100%;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.btnline-cont .btnline strong {
    position:relative !important;
    z-index:10 !important;
    font-weight:700 !important;
}

.btnline-cont .btnline strong i{
    font-size:20px;
}





.btnline-cont .btnline:hover .line-1 {
    -webkit-animation: move1 1500ms infinite ease;
    animation: move1 1500ms infinite ease;
}
.btnline-cont .btnline:hover .line-2 {
    -webkit-animation: move2 1500ms infinite ease;
    animation: move2 1500ms infinite ease;
}
.btnline-cont .btnline:hover .line-3 {
    -webkit-animation: move3 1500ms infinite ease;
    animation: move3 1500ms infinite ease;
}
.btnline-cont .btnline:hover .line-4 {
    -webkit-animation: move4 1500ms infinite ease;
    animation: move4 1500ms infinite ease;
}
.btnline-cont .line-1 {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    background-color: white;
    left: 0;
    bottom: 0;
}
.btnline-cont .line-2 {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    background-color: white;
    left: 0;
    top: 0;
}
.btnline-cont .line-3 {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    background-color: white;
    right:0;
    top: 0;
}
.btnline-cont .line-4 {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    background-color: white;
    right: 0;
    bottom: 0;
}









.btnline-black .btnline {
    position: relative;
    padding:15px 50px;
    border: 3px solid #333;
    color: #333;
    text-decoration: none;
    font-size:16px;
    font-family: 'Lato', sans-serif;
    letter-spacing:1px;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.btnline-black .btnline:hover {
    border: 3px solid transparent;
}


.btnline-black .btnline:before {
    position:absolute;
    top:0px;
    left:0px;
    content:'';
    display:block;
    height:100%;
    width:100%;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#568018+0,84c225+100 */
    background: rgb(86,128,24); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(86,128,24,1) 0%, rgba(132,194,37,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(86,128,24,1) 0%,rgba(132,194,37,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(86,128,24,1) 0%,rgba(132,194,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#568018', endColorstr='#84c225',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
    content:" ";
    z-index:0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}
.btnline-black .btnline:focus:before,
.btnline-black .btnline:hover:before {
    height:100%;
    width:100%;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.btnline-black .btnline strong {
    position:relative !important;
    z-index:10 !important;
    font-weight:700 !important;
}

.btnline-black .btnline strong i{
    font-size:20px;
}





.btnline-black .btnline:hover .line-1 {
    -webkit-animation: move1 1500ms infinite ease;
    animation: move1 1500ms infinite ease;
}
.btnline-black .btnline:hover .line-2 {
    -webkit-animation: move2 1500ms infinite ease;
    animation: move2 1500ms infinite ease;
}
.btnline-black .btnline:hover .line-3 {
    -webkit-animation: move3 1500ms infinite ease;
    animation: move3 1500ms infinite ease;
}
.btnline-black .btnline:hover .line-4 {
    -webkit-animation: move4 1500ms infinite ease;
    animation: move4 1500ms infinite ease;
}
.btnline-black .line-1 {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    background-color: #333;
    left: 0;
    bottom: 0;
}
.btnline-black .line-2 {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    background-color: #333;
    left: 0;
    top: 0;
}
.btnline-black .line-3 {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    background-color: #333;
    right:0;
    top: 0;
}
.btnline-black .line-4 {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    background-color: #333;
    right: 0;
    bottom: 0;
}


@-webkit-keyframes move1 {
    0% {
        height: 100%;
        bottom: 0;
    }
    54% {
        height: 0;
        bottom: 100%;
    }
    55% {
        height: 0;
        bottom: 0;
    }
    100% {
        height: 100%;
        bottom: 0;
    }
}

@keyframes move1 {
    0% {
        height: 100%;
        bottom: 0;
    }
    54% {
        height: 0;
        bottom: 100%;
    }
    55% {
        height: 0;
        bottom: 0;
    }
    100% {
        height: 100%;
        bottom: 0;
    }
}
@-webkit-keyframes move2 {
    0% {
        width: 0;
        left: 0;
    }
    50% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}
@keyframes move2 {
    0% {
        width: 0;
        left: 0;
    }
    50% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}
@-webkit-keyframes move3 {
    0% {
        height: 100%;
        top: 0;
    }
    54% {
        height: 0;
        top: 100%;
    }
    55% {
        height: 0;
        top: 0;
    }
    100% {
        height: 100%;
        top: 0;
    }
}
@keyframes move3 {
    0% {
        height: 100%;
        top: 0;
    }
    54% {
        height: 0;
        top: 100%;
    }
    55% {
        height: 0;
        top: 0;
    }
    100% {
        height: 100%;
        top: 0;
    }
}
@-webkit-keyframes move4 {
    0% {
        width: 0;
        right: 0;
    }
    55% {
        width: 100%;
        right: 0;
    }
    100% {
        width: 0;
        right: 100%;
    }
}
@keyframes move4 {
    0% {
        width: 0;
        right: 0;
    }
    55% {
        width: 100%;
        right: 0;
    }
    100% {
        width: 0;
        right: 100%;
    }
}







.section-title.line-dabble .title {
    position: relative;
    padding-bottom: 15px;
}
.section-title.line-dabble .title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height:3px;
    z-index: 1;
    background: rgba(155, 155, 155, 0.5);
}
.section-title.line-dabble .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width:50px;
    height:3px;
    z-index: 2;
    background: #84c225;
}









/* HOME SERVICE */

.home-about-two {
    background-color: #ccc;
    margin-top:0px;
    position: relative;
    padding-bottom:30px;
    padding-top: 0px;
}



.home-srvc-column-two {
    background: #fff;
    padding: 15px;
    position: inherit;
    margin-top: -115px;
    z-index:10;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;

}
.home-srvc-column-two.one {
    margin-top: 0;
}
.home-srvc-column-two:hover {
    cursor: pointer;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.3);
    box-shadow: 0 0 40px rgba(0,0,0,.3);
    /*box-shadow:0 0 40px rgba(0,0,0,.3)*/
}

.home-srvc-details-two {
    padding-top: 0;
}


.home-srvc-column-two .home-srv-icon-two{
    text-align:center;
}


.home-srvc-column-two .home-srv-icon-two::after {
    background: #e1e1e none repeat scroll 0 0;
    top: 0;
    content: "";
    height:100%;
    left: 0;
    position: absolute;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 0;
    z-index:0;
}


.home-srvc-column-two:hover  .home-srv-icon-two::after {
    width: 100%;
}


.home-srvc-column-two .home-srv-icon-two img {
    color: #fff;
    width:185px;
    margin:auto;
    padding-top:15px;
    padding-bottom:15px;
    position: relative;

    z-index:5;
    -webkit-transition: all 0.8s ease-in-out 0s;
    -moz-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    -o-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.home-srvc-column-two:hover  .home-srv-icon-two img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    filter: alpha(opacity=100);
}


.home-srvc-column-two a.btn-more {
    left:0px;
    width:100%;
    bottom:50px;
    color: #fff;
    padding: 7px 10px;
    position: absolute;
    background: #84c225;
    display: inline-block;
    text-align:center;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 99
}


.home-srvc-column-two:hover a.btn-more {
    text-decoration: none;
    /*background: #84c225;*/
    background: #5f8c1b;
    opacity: 1;
    filter: alpha(opacity=100);
    bottom:0px !important;

}




@media (max-width: 991px) {
    .home-about-two .container,
    .home-about-two .row,
    .home-about-two .col-md-4{
        padding:0px;
    }

    .home-about-two {
        margin-top:0px;
        padding-bottom:0px;
        padding-top: 0px;
    }


    .home-srvc-column-two {
        margin-top:0px;
    }
}





.serviceshome-wrapper{
    margin:0;
    padding:0px 0px 50px 0px;

}
.serviceshome-wrapper .serviceshome{
    position:relative;
    width:100%;
    height:auto;
    font-size:0;
    margin:0;
    padding:0
}
.serviceshome-wrapper .serviceshome:hover{
    z-index:5
}
.serviceshome-wrapper .serviceshome .serviceshome-item{
    position:relative;
    background-size:cover;
    background-position:center;
    display:block;
    width:100%;
    height:300px;
    overflow:hidden;
    -moz-transition:all .5s;
    -o-transition:all .5s;
    -webkit-transition:all .5s;
    transition:all .5s
}
.serviceshome-wrapper .serviceshome .serviceshome-item>a{
    position:absolute;
    width:100%;
    height:100%;
    -moz-transform:translate3d(0,100%,0);
    -ms-transform:translate3d(0,100%,0);
    -o-transform:translate3d(0,100%,0);
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
    z-index:99
}
.serviceshome-wrapper .serviceshome .serviceshome-item:hover>a{
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.serviceshome-wrapper .serviceshome .serviceshome-item.more{
    background-color:#84c225;
    position:relative;
    height:100px
}
.serviceshome-wrapper .serviceshome .serviceshome-item.more a{
    position:absolute;
    width:100%;
    height:100%
}
.serviceshome-wrapper .serviceshome .serviceshome-item.more .more-icon{
    font-size:70px;
    color:#fff;
    position:absolute;
    left:50%;
    top:50%;
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.serviceshome-wrapper .serviceshome .serviceshome-item.more .more-icon,.serviceshome-wrapper .serviceshome .serviceshome-item.more .more-icon span{
    -moz-transition:all .5s;
    -o-transition:all .5s;
    -webkit-transition:all .5s;
    transition:all .5s
}
.serviceshome-wrapper .serviceshome .serviceshome-item.more .more-icon span{
    display:inline-block
}
.serviceshome-wrapper .serviceshome .serviceshome-item.more .more-icon span:before,.serviceshome-wrapper .serviceshome .serviceshome-item.more .more-icon span:after{
    position:absolute;
    left:50%;
    top:50%;
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    -moz-transition:all .5s;
    -o-transition:all .5s;
    -webkit-transition:all .5s;
    transition:all .5s;
    white-space:nowrap
}
.serviceshome-wrapper .serviceshome .serviceshome-item.more .more-icon span:before{
    content:attr(data-title-show);
    opacity:0;
    font-size:16px
}
.serviceshome-wrapper .serviceshome .serviceshome-item.more .more-icon span:after{
    content:attr(data-title-hide);
    opacity:1
}
.serviceshome-wrapper .serviceshome .serviceshome-item.more:hover .more-icon span:before{
    opacity:1
}
.serviceshome-wrapper .serviceshome .serviceshome-item.more:hover .more-icon span:after{
    opacity:0
}
@media(min-width:992px){
    .serviceshome-wrapper .serviceshome .serviceshome-item.more,.serviceshome-wrapper .serviceshome .serviceshome-item.more.inactive{
        width:8%
    }
    .serviceshome-wrapper .serviceshome .serviceshome-item.more.active{
        width:28%
    }
    .serviceshome-wrapper .serviceshome .serviceshome-item.more.more{
        height:100%
    }
}
.serviceshome-wrapper .serviceshome .serviceshome-item.inactive,.serviceshome-wrapper .serviceshome .serviceshome-item.active{
    width:100%
}
@media(min-width:992px){
    .serviceshome-wrapper .serviceshome .serviceshome-item{
        width:23%;
        height:100%;
        display:inline-block
    }
    .serviceshome-wrapper .serviceshome .serviceshome-item.inactive{
        width:18%
    }
    .serviceshome-wrapper .serviceshome .serviceshome-item.active{
        width:38%;
        -moz-transform:scale(1.1);
        -ms-transform:scale(1.1);
        -o-transform:scale(1.1);
        -webkit-transform:scale(1.1);
        transform:scale(1.1);
        z-index:333;
        box-shadow:0 4px 8px rgba(0,0,0,.3)
    }
}
.serviceshome-wrapper .serviceshome .serviceshome-item .serviceshome-logo{
    opacity:1;
    position:absolute;
    width:100%;
    height:100%;
    -moz-transition:opacity .2s;
    -o-transition:opacity .2s;
    -webkit-transition:opacity .2s;
    transition:opacity .2s;
    font-size:initial;
    color:#fff
}
.serviceshome-wrapper .serviceshome .serviceshome-item .serviceshome-logo img,
.serviceshome-wrapper .serviceshome .serviceshome-item .serviceshome-logo .text{
    position:absolute;
    width:100%;
    height:100%;
    top:15px;
    right:15px
}
.serviceshome-wrapper .serviceshome .serviceshome-item .serviceshome-logo .text{
    text-align:center
}
.serviceshome-wrapper .serviceshome .serviceshome-item .serviceshome-logo .text .f-icon{
    font-size:100px
}
.serviceshome-wrapper .serviceshome .serviceshome-item .serviceshome-logo .text .text-intro{
    display:block
}
.serviceshome-wrapper .serviceshome .serviceshome-item:hover .serviceshome-logo{
    opacity:0
}
.serviceshome-wrapper .serviceshome .serviceshome-item figure{
    background-color:rgba(95,140,27,.75);
    color:#fff;
    position:absolute;
    z-index:9;
    font-size:initial;
    padding:15px 15px;
    width:100%;
    left:0;
    bottom:0;
    -moz-transform:translate3d(0,100%,0);
    -ms-transform:translate3d(0,100%,0);
    -o-transform:translate3d(0,100%,0);
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
    -moz-transition:all .5s;
    -o-transition:all .5s;
    -webkit-transition:all .5s;
    transition:all .5s
}
.serviceshome-wrapper .serviceshome .serviceshome-item figure h4{
    color:#fff !important;
    margin-bottom:0px
}
@media(min-width:992px){
    .serviceshome-wrapper .serviceshome .serviceshome-item figure{
        padding:20px 30px
    }
}
.serviceshome-wrapper .serviceshome .serviceshome-item:hover figure{
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
@media(min-width:992px){
    .serviceshome-wrapper .serviceshome{
        height:300px;
        white-space:nowrap
    }
    .serviceshome-wrapper.serviceshome-wrapper-frontpage .serviceshome{
        height:100vh
    }
    .serviceshome-wrapper.serviceshome-wrapper-frontpage .serviceshome .serviceshome-item figure{
        bottom:20%;
        -moz-transform:translate3d(-100%,0,0);
        -ms-transform:translate3d(-100%,0,0);
        -o-transform:translate3d(-100%,0,0);
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0);
        overflow:hidden;
        padding:50px 30px
    }
    .serviceshome-wrapper.serviceshome-wrapper-frontpage .serviceshome .serviceshome-item:hover figure{
        -moz-transform:translate3d(0,0,0);
        -ms-transform:translate3d(0,0,0);
        -o-transform:translate3d(0,0,0);
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}




.bg-image {
    width: 100%;
    height: auto;
    padding: 50px 0;
    position: relative;
    background-attachment: fixed;
    background-repeat: repeat;

}

.bg-image:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(255,255,255,0.7);
}

.bg-image-dark:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0.5);
}

.bg-image-dark h2,
.bg-image-dark p {
    color: #eee !important;
}



.headline-center {
    z-index: 0;
    text-align: center;
    position: relative;
}

.headline-center h2 {
    color: #555;
    font-size:40px !important;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight:700;
}

.headline-center span.bordered-icon {
    color: #fff;
    padding: 0 10px;
    font-size:45px;
    line-height: 18px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
}

.headline-center span.bordered-icon:before,
.headline-center span.bordered-icon:after {
    top: 8px;
    height: 3px;
    content: " ";
    width: 100px;
    background: #fff;
    position: absolute;
}

.headline-center span.bordered-icon:before {
    left: 100%;
}

.headline-center span.bordered-icon:after {
    right: 100%;
}

.headline-center p {
    color: #555;
    font-size:22px;
    margin-bottom:20px;
    padding: 0 70px;
}

.headline-center.headline-center-dark p {
    color: #666;
}

.headline-center.headline-center-dark span.bordered-icon {
    color: #666;
}

.headline-center.headline-center-dark span.bordered-icon:before,
.headline-center.headline-center-dark span.bordered-icon:after {
    background: #666;
}



@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.stroke-dotted {
    opacity: 0;
    stroke-dasharray: 4,5;
    stroke-width: 1px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin 4s infinite linear;
    animation: spin 4s infinite linear;
    transition: opacity 1s ease,  stroke-width 1s ease;
}

.stroke-solid {
    stroke-dashoffset: 0;
    stroke-dashArray: 300;
    stroke-width: 4px;
    transition: stroke-dashoffset 1s ease,  opacity 1s ease;
}

.icon {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

#play:hover .stroke-dotted {
    stroke-width: 4px;
    opacity: 1;
}
#play:hover .stroke-solid {
    opacity: 0;
    stroke-dashoffset: 300;
}
#play:hover .icon {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


#play {
    cursor: pointer;
    /*position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);*/
}


.img-hover span {
    display: block;
    overflow: hidden;
    position: relative;
}

.img-hover span:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
}

.img-hover:hover span:after {
    background: rgba(0,0,0,0.3);
}

.img-hover img,
.img-hover span:after {
    transition: all 0.5s ease-in-out;
    filter: grayscale(10%);
    -webkit-filter: grayscale(10%);
}


.img-hover:hover img {
    -webkit-transform: scale(1.2) rotate(0deg);
    -moz-transform: scale(1.2) rotate(0deg);
    -o-transform: scale(1.2) rotate(0deg);
    -ms-transform: scale(1.2) rotate(0deg);
    transform: scale(1.2) rotate(0deg);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}





.bgcoverTheme{
  
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}


.header-pages {
    z-index: 1;
    padding: 200px 0;
    position: relative;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.header-pages h1{
    margin:0px;
    padding:0px;
    font-size:24px;
    font-weight:700;
    color:#fff
}

.header-pages-md {
    padding: 250px 0;
}
/*
.header-pages .img-v1 {
    background: url(../images/page1.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}
*/


/* PAGES */
.page-datails {
    background-color: #fff;
    margin-top:0px;
    position: relative;
    padding-bottom:30px;
    padding-top: 0px;
}
.page-datail {
    background: #fff;
    padding: 15px;
    position: inherit;
    margin-top: -115px;
    z-index:10;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}
@media (max-width: 991px) {
    .page-datail {
        margin-top:-30px;
    }
}
.block-categories div {
    list-style: none;
    position: relative;
    -webkit-backface-visibility: hidden;
}
.block-categories-info {
    padding: 15px;
    text-align: center;
    background: #e1e1e1;
    border-bottom: solid 3px #ccc;
    transition: all 0.4s ease-in-out;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.block-categories div:hover .block-categories-info {
    border-color: #84c225;
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.3);
    box-shadow: 0 0 40px rgba(0,0,0,.3);
}
.block-categories-info h3 {
    font-size:18px !important;
    font-weight:600;
    margin-top:-30px;
    background:#fff;
    margin-left:15px;
    margin-right:15px;
    padding:15px 10px 10px 10px;
    margin-bottom:0px;
}

.block-categories-info .more{
    font-size:15px;
    color: #84c225;
    font-weight:700;
}
.block-categories div img {
    position: relative;
    -webkit-transition: all 0.8s ease-in-out 0s;
    -moz-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    -o-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
    -webkit-filter: grayscale(20%);
    -moz-filter: grayscale(20%);
    -ms-filter: grayscale(20%);
    -o-filter: grayscale(20%);
    filter: grayscale(20%);


}
.block-categories div:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}




/*PAGINATION*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 0px 20px;
    margin-left: -1px;
    line-height:50px;
    color: #fff;
    height:50px;
    text-decoration: none;
    background-color: #84c225;
    border: 1px solid #fff;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
    outline:none !important;
}

.pagination > li > a i,
.pagination > li > span i{
    font-size:24px !important;
    padding-top:12px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #568018;
    border-color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #568018;
    border-color: #fff;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pager li > a,
.pager li > span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top:10px;
    padding-bottom:10px;
    font-size:14px;
}

.pager li > a, 
.pager li > span {
    color: #fff;
    border-color: transparent !important;
    background: #84c225;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pager li > a:hover, 
.pager li > span:hover {
    color: #fff;
    background: #568018;
    border-color: transparent !important;
}


.error-page {
    text-align: center;	
}

.error-page p {
    color: #333333;
    font-size: 16px;
}

.error-page span {
    color: #333333;
    display: block;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
}

.error-page span.error-page-title {
    color: #333333;	
    font-size:200px;
    line-height:160px;
    padding-bottom:10px;
}
@media (max-width: 500px) { 
    .error-page p {
        font-size: 12px;
    }	

    .error-page span {
        font-size: 25px;
    }

    .error-page span.error-page-title {
        font-size: 140px;
    }
}



/* MAPA LOCALIZACAO */
#map{
    width:100%;
    height:500px;
}


/*LOCALIZACAO*/

/*LOCALIZACAO*/
#positionMapa{
    width:100%;
    margin:0 auto;
    background:#FFF
}

#trajeto-texto{
    background:#FFF;
    width:100%;
    height:auto;
    ruby-overhang:none;
    overflow:hidden;
    visibility:hidden;
}

#txtEnderecoPartida{
    width:100%;
    padding:12px;
    height:36px;
    float:left;
    border:1px solid #ccc;
    background:#E9E9E9;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    border-color:#ccc;
}

#txtEnderecoPartida:focus {
    background: #FFF;
    border-color:#ddd;
    box-shadow: 0px 0px 0px #f9f9f9;
} 

#formMapa .btn{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

    border-left: 1px solid #fff;
    border-top:  0px !important;
    border-right:  0px !important;
    border-bottom:  0px !important;

}


#formMapa .btn,
#formMapa .btn:hover,
#formMapa .btn:focus,
#formMapa .btn:active{
    color: #fff !important;
}


#formMapa .form-control{
    height: 46px;

}
.btn-mapa {
    position:relative;
    top:0px;
    background:#84c225;
    border:0px solid #fff;
    color: #fff;
    font-weight:700;
    font-size: 16px !important;
    padding:12px 20px !important;
    transition: all 0.3s ease 0s;
    outline:none !important;
    cursor:pointer;
}
.btn-mapa:focus,
.btn-mapa:hover {
    color: #fff;
    background:#568018;
}
/* END MAPA LOCALIZACAO */



.sidebar .contacts {
    margin-bottom: 0;
}

.sidebar .contacts li {
    border-top: solid 0px #bbb;
}
.sidebar .contacts li:first-child {
    border-top: none !important;
}

.sidebar .contacts li {
    margin-bottom:0px;
    font-family: 'Lato', sans-serif;
    padding:3px 0px;
    margin-bottom:1px;
}
.sidebar .contacts li:before,
.sidebar .contacts li:after {
    content: " ";
    display: table;
}
.sidebar .contacts li:after {
    clear: both;
}
.sidebar .contacts li i {
    float: left;
    font-size:28px;
    text-align: left;
    margin: 0px 10px 0 0;
    display: inline-block;
    width:28px;
    line-height:28px;
    color:#84c225;
}
.sidebar .contacts li p {
    margin-bottom: 0;
    color: #333;
    font-size:16px;
    line-height:26px;
    font-weight:bold !important;
}
.sidebar .contacts li {
    color: #333;
    font-size:16px;
}
.sidebar .contacts li a {
    color: #333;
    font-size:16px;
    line-height:26px;
    font-weight:bold !important;
}
.sidebar .contacts li a:hover {
    color: #84c225;
}




.testimonials .testimonial {
    background: #84c225;
    color: #fff;
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 50px;
}




.content_list ul {
    display: inline-block;
    width: auto;
    padding:10px;
}
.content_list ul > li {
    margin:0px 5px;
    padding:3px;
    font-weight: 600;
    cursor: default;
    font-size: 18px;
    opacity: 1.0;
    transition: opacity .2s ease-in-out;
    list-style-type: disc;
}
.content_list ul > li:hover {
    opacity: 1.0;
}
.content_list ul:hover > li:not(:hover) {
    opacity: 0.8;
    color:#568018
}



.clients-lists {
    margin-bottom: 0;
    text-align: center;
}

.clients-lists li {
    padding: 0;
    width:180px;
    margin:15px;
    background: #ccc;
    border:1px solid #ccc;
    border-radius: 0px !important;
}

.clients-lists img {
    padding: 15px;
    /*width: 160px;*/
    height: auto;
    vertical-align: middle;
}

figure {
    margin: 0;
    position: relative;
}
figure img {
    z-index: 10;
    height: auto;
    max-width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
}
figure .img-hover {
    z-index: 5;
    display: block;
    position: absolute;
}
figure h4 {
    color: #fff;
    font-size:16px;
    font-weight: 600 !important;
    margin:0px;
    padding:0px 0px 0px 0px;
    line-height: 18px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);

}

#hover-effect figure .img-hover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    line-height: 8.5em;
    text-align: center;
    background: rgb(86,128,24); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(86,128,24,1) 0%, rgba(132,194,37,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(86,128,24,1) 0%,rgba(132,194,37,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(86,128,24,1) 0%,rgba(132,194,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#568018', endColorstr='#84c225',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	
filter:alpha(opacity=0);
     opacity: 0;
     -moz-opacity:0;
     -webkit-opacity:0;

}
#hover-effect figure .img-hover h4 {
    font-weight: 200;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}
#hover-effect figure img {
filter:alpha(opacity=100);
     opacity: 1;
     -moz-opacity:1;
     -webkit-opacity:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#hover-effect figure:hover img,
#hover-effect figure.hover img {
filter:alpha(opacity=00);
     opacity: 0;
     -moz-opacity:0;
     -webkit-opacity:0;
}
#hover-effect figure:hover .img-hover,
#hover-effect figure.hover .img-hover {
filter:alpha(opacity=100);
     opacity: 1;
     -moz-opacity:1;
     -webkit-opacity:1;
}