


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - FONTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1.5em; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }

blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

article, aside, footer, header, hgroup, nav, section { display: block; }

/*------------------------------------------------*/
/*-----------------[GENERAL]------------------------*/
/*------------------------------------------------*/
body {
    color: #687074;
    font-size: 13px;
    line-height: 1.5em;
    font-family: "Open Sans",sans-serif;
    background: #fff; 
    padding: 0 auto;
    margin: 0 auto;
}
.wrapper{
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}
p,
li,
li a,
label {
    color: #687074;
}
p{
    line-height: 1.875em;
}
.heading-block h1, h2, h3, h4, h5, h6{
 line-height: 1.875em; 
}
a {
    color: #687074;
    text-decoration: none;
}

a,
a:focus,
a:hover,
a:active {
    outline: 0 !important;
}
a:focus {
    text-decoration: none;
}
a:hover {
    color: #a0ce4e ;
    text-decoration: none;
}
h1 { font-size: 30px;}
h2 { font-size: 24px;}
h3 { font-size: 22px;}
h4 { font-size: 18px;}
h5 { font-size: 16px;}
h6 { font-size: 14px;}
h1, h2, h3, h4, h5, h6{
    font-family: "Open Sans",sans-serif;
}
.no-padding{
    padding: 0;
}
.margin-only30{
    margin: 30px;
}
.margin-bottom30{
    margin-bottom: 30px;
}
.margin-bottom40{
    margin-bottom: 40px;
}
.cv-theme-60{
    margin-bottom: 60px;
}
.cv-theme-30{
    margin-bottom: 30px;
}
.cv-theme-top-20{
    margin-top: 20px;
}
.cv-theme-top-40{
    margin-top: 40px;
}
.cv-theme-top-30{
    margin-top: 30px;
}
.cv-theme-top-10{
    margin-top: 10px;
}
.cv-theme-pa-30{
    padding-bottom: 30px;
}
.cd-pa-30{
    padding: 10px 0;
}
.col-style1 {
    margin-bottom: 30px;
}
.cv-theme-pa-50{
    padding-bottom: 50px;
}
.bgwhite {
    background: #fff none repeat scroll 0 0;

}
.main-contain {
    padding: 60px 0;
}
.page-bg-color {
    background-color: #fff;
    padding: 15px;
     overflow: hidden;
}
.page-bg-color-style2{
    background-color: #fff;
    padding: 15px 0;
    overflow: hidden;
}
.columns-block p {
    text-align: justify;
}
.home-main-contant-style{
    padding-bottom: 80px;}

.home-main-contant-style2{
    padding: 80px 0;}

.home-main-contant-style3{
    padding-top: 80px;}


/*------------------------------------------------*/
/*--------------[Header]-----------*/
/*------------------------------------------------*/
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .one-page-header .menu-container {
    width: 720px;
  }
}

@media (max-width: 991px) {
  .one-page-header .menu-container:before,
  .one-page-header .menu-container:after {
    content: " ";
    display: table;
  }

  .one-page-header .menu-container:after {
    clear: both;
  }

  .one-page-header > .navbar-default > .container {
    width: inherit;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .one-page-header > .navbar-default > .container > .navbar-header,
  .one-page-header > .navbar-default > .container > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
}
.one-page-header .navbar-brand {
  font-size: 31px;
  font-weight: 200;
  line-height: 0.938em;
  padding: 3px 15px 13px;
  color: #fff !important;
  font-family: 'Open Sans', sans-serif;
}
.one-page-header .navbar-brand span {
  color: #a0ce4e !important;
}

@media (max-width: 768px) {
  .one-page-header .navbar-brand {
    padding-left: 0;
  }
}
.one-page-header .navbar-toggle {
  border: none;
  margin-right: 3px;
  padding-right: 0;
}
.one-page-header .navbar-toggle:hover,
.one-page-header .navbar-toggle:focus {
  background: none;
}
.one-page-header .navbar-toggle .icon-bar {
  background: #fff;
}
.one-page-header .navbar-toggle .icon-bar {
  height: 1px;
  width: 25px;
  font-size: 22px;
  background: #fff;
  margin-bottom: 7px;
}
.one-page-header .navbar-toggle .icon-bar:last-child {
  margin-bottom: 0;
}
.one-page-header {
  border-bottom: none;
  background: rgba(0,0,0,0.4);
}
.one-page-header .container {
  position: relative;
}
.one-page-header .navbar-nav > li > a {
  color: #eee;
  text-transform: uppercase;
  padding: 17px 15px 13px;
}
.one-page-header .navbar-nav > li > a:before {
  left: -3px;
  top: 15px;
  z-index: 2;
  color: #eee;
  font-size: 4px;
  content: "\f10c";
  margin-right: 6px;
  position: absolute;
  font-family: FontAwesome;
}
.one-page-header .navbar-nav > li.home > a:before {
  content: "";
}
.one-page-header .navbar-nav > li > a:hover {
  z-index: 1;
  color: #a0ce4e;
}
.one-page-header .navbar-nav > li > a:focus {
  color: #fff;
}
.one-page-header .navbar-nav > .active > a,
.one-page-header .navbar-nav > .active > a:hover,
.one-page-header .navbar-nav > .active > a:focus,
.one-page-header .dropdown-menu > .active > a,
.one-page-header .dropdown-menu > .active > a:hover{
  z-index: 1;
  background: none;
  color: #a0ce4e !important;
}
@media (max-width: 991px) {
  .one-page-header .navbar-header {
    float: none;
  }
  .one-page-header .navbar-toggle {
    display: block;
  }
  .one-page-header .navbar-collapse.collapse, .carousel-caption {
    display: none !important;
  }
  .one-page-header .navbar-collapse.collapse.in {
    display: block !important;
  }
  .one-page-header .navbar-nav {
    margin: 0 0 5px;
    float: none !important;
  }
  .one-page-header .navbar-nav > li {
    float: none;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 10px 0;
  }

  .navbar-default .navbar-nav > li > a::before {
    content: '';
  }
}
@media(min-width: 992px) {
  .one-page-header.navbar {
    padding: 12px 0;
    -webkit-transition: background .3s ease-in-out,padding .3s ease-in-out;
    -moz-transition: background .3s ease-in-out,padding .3s ease-in-out;
    transition: background .3s ease-in-out,padding .3s ease-in-out;
  }

  .one-page-header.top-nav-collapse {
    padding: 7px 0;
  }
}
@media (max-width: 768px) {
  .one-page-header .navbar-nav > li > a:before {
    content: " ";
  }
}
@media (min-width: 992px) {
  .one-page-header.navbar .navbar-nav {
    float: right;
  }
}
.one-page-header.top-nav-collapse {
  background: #fff;
  box-shadow: 0 0 3px #b5b5b5;
}

@media (max-width: 768px) {
  .one-page-header.top-nav-collapse {
    padding: 0;
  }
}
.one-page-header.top-nav-collapse .navbar-brand,
.one-page-header.top-nav-collapse .navbar-nav > li > a,
.one-page-header.top-nav-collapse .navbar-nav > li > a:before {
  color: #777;
}
.one-page-header.top-nav-collapse .navbar-brand {
  color: #777 !important;
}
.one-page-header.top-nav-collapse .navbar-toggle .icon-bar {
  background: #555;
}
.one-page-header.top-nav-collapse .navbar-toggle:hover .icon-bar {
  background: #a0ce4e;
}

/*------------------------------------------------*/
/*--------------[Carousel HOME STYLE]-----------*/
/*------------------------------------------------*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.color-black{
    color: #687074;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-caption {
  right: 15%;
  left: 15%;
  text-shadow: none;
  padding: 0;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.carousel-caption > h2 {
  font-family: "raleway";
  color: #fff;
  font-size: 52px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
          transition: transform 0.5s, opacity 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel-caption > h2:after {
  content: '';
  display: block;
  width: 120px;
  height: 3px;
  background-color: #a0ce4e ;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel-caption > img {
  opacity: 0;
  margin-top: -20px;
  -webkit-transition: opacity 0.5s, margin-top 0.5s;
          transition: opacity 0.5s, margin-top 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel-caption > p {
    color: #fff;
  font-size: 20px;
  line-height: 2.500em;
  font-weight: 300;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
          transition: transform 0.5s, opacity 0.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.header.transp + .carousel .carousel-caption {
  margin-bottom: -40px;
}
.header.transp.center-content + .carousel .carousel-caption {
  margin-bottom: -60px;
}
.carousel-inner .item.active .carousel-caption > h2 {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.carousel-inner .item.active .carousel-caption > h2:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.carousel-inner .item.active .carousel-caption > p {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.carousel-inner .item.active .carousel-caption > img {
  opacity: 1;
  margin-top: 0px;
}
/*###
  ### Active at init fixed
  ###*/
.carousel-inner > .beactive {
  display: block;
}
.carousel-control {
  width: 80px;
  height: 120px;
  top: 50%;
  margin-top: -60px;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../img/slider/arrow-left.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 33px 60px;
  -webkit-transition: left 0.3s, right 0.3s;
          transition: left 0.3s, right 0.3s;
}
.carousel-control.left {
  left: -100px;
}
.carousel-control.right {
  background-image: url(../img/slider/arrow-right.png) !important;
  right: -100px;
}
.header.transp + .carousel .carousel-control {
  margin-top: -10px !important;
}
.header.transp.center-content + .carousel .carousel-control {
  margin-top: 22px !important;
}
.carousel {
  overflow: hidden;
}
.carousel:hover .carousel-control.left {
  left: 0;
}
.carousel:hover .carousel-control.right {
  right: 0;
}

/*------------------------------------------------*/
/*--------------[BG-IMAGE]-----------*/
/*------------------------------------------------*/
.bg-image-block {
  width: 100%;
  height: auto;
  padding: 245px 0;
  position: relative;
  background: url(../img/slider/slide-2.png) repeat fixed;
  background-size: cover;
}

.bg-image-block:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}
.headline-center {
    position: relative;
    text-align: center;
}
.headline-center h1::after {
    background: #a0ce4e none repeat scroll 0 0;
    bottom: -5px;
    content: " ";
    height: 2px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    text-align: center;
    width: 30px;
    z-index: 1;
}
.headline-center.headline-light h1 {
    color: #ffffff;
}
.headline-center h1 {
    color: #555555;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}
.headline-center.headline-light p {
    color: #eeeeee;
}
.headline-center p {
    font-size: 14px;
}
.cd-btn.cd-btn-border.cd-btn-light {
    border-color: #ffffff;
    color: #ffffff;
}
.cd-btn.cd-btn-border {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #555555;
    padding: 5px 13px;
    transition: all 0.1s ease-in-out 0s;
}
.cd-btn.cd-btn-border.cd-btn-dark {
    border-color: #555555;
}
.cd-btn.cd-btn-border.cd-btn-light.cd-btn-border-hover:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #555555 !important;
}
.cd-btn.cd-btn-border.cd-btn-light:hover {
    border-color: #ffffff;
}

/*------------------------------------------------*/
/*--------------[BG-IMAGE]-----------*/
/*------------------------------------------------*/
.bg-img-fixed-content {
  position: relative;
  height: 650px;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/*------------------------------------------------*/
/*--------------[WELCOME HOME STYLE]-----------*/
/*------------------------------------------------*/
.welcome-home-block, .portfoio-wrapper{
    background: #fff;
    padding: 50px 0;
}

.welcome-title{
    font-family: raleway;
    font-weight: 400;
}
.welcome-block > p {
    display: inline-block;
    padding: 30px 0;
    width: 70%;
}
.cd-welcome.img-responsive {
    display: inline-block;
}
.heading-title.heading-arrow-bottom p {
    color: #fff;
}
/*------------------------------------------------*/
/*-------------[Service Box 2]------------------*/
/*------------------------------------------------*/
.bg-grey {
    background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
}
img.img-center, .img-center img {
    margin-left: auto;
    margin-right: auto;
}
/*------------------------------------------------*/
/*-------------[Service Box 2]------------------*/
/*------------------------------------------------*/


.serviceBox2{
    background: hsl(0, 0%, 100%) none repeat scroll 0 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    padding: 20px;
    overflow: hidden;
}
.serviceBox2 .service-icon{
    float: left;
}
.serviceBox2 .service-content h3{
    margin: 11px 0 30px 67px;
    color: #687074;
    font-size: 16px;
    font-weight: 600;
}
.serviceBox2 .service-content p{
    margin: 0;
}
.serviceBox2 .service-icon i{
    background: #a0ce4e;
    box-shadow: 5px 5px 0 hsla(0, 0%, 0%, 0.1);
    color: hsl(0, 0%, 100%);
    font-size: 26px;
    font-weight: 600;
    height: 50px;
    line-height: 2.125em;
    text-align: center;
    width: 50px;
    transition:all 0.2s ease-in-out;
}
.serviceBox2:hover .service-icon i{
    background:#a0ce4e;
    border-radius: 50%;
    transform: translate(0px, 3px);
    transition:all 0.5s ease-in-out;
}
@media only screen and (max-width: 990px){
.serviceBox2, .serviceBox_3, .counter-item, .project-item, .post-slide, .clients-30{
        margin-bottom: 30px!important;
    }
}


/*------------------------------------------------*/
/*-----------[Services Style 1]-------*/
/*------------------------------------------------*/
.serviceBox_3 {
    padding: 15px 15px 25px;
    margin:0 auto;
    text-align: center;
    cursor: pointer;
    box-shadow:0 0 4px #DEDEDE;
    border-radius: 4px;
    background: #fff;
}

.serviceBox_3,
.serviceBox_3 i,
.serviceBox_3 p,
.serviceBox_3 h3 {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.serviceBox_3 p {
    margin: 0;
}
.serviceBox_3 h3 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-top:0;
}

.serviceBox_3 i {
    color: #fff;
    font-size: 2em;
    margin: 10px 0 22px;
    background: #687074;
    display: inline-block;
    width: 62px;
    height: 62px;
    line-height: 2.5em;
    border-radius: 50%;
}

.serviceBox_3:hover {
    background:#a0ce4e;
    color: #fff;
    -webkit-transition: background-color 0.7s ease-in-out;
    -moz-transition: background-color 0.7s ease-in-out;
    -o-transition: background-color 0.7s ease-in-out;
    -ms-transition: background-color 0.7s ease-in-out;
    transition: background-color 0.7s ease-in-out;
}

.serviceBox_3:hover h3,
.serviceBox_3:hover p
{
    color: #fff;
}
.serviceBox_3:hover i{
    color:#a0ce4e;
    background:#fff;
}

/*------------------------------------------------*/
/*--------------[ABOUT OUR COMPANY]-----------*/
/*------------------------------------------------*/
.no-padding {
    padding: 0;
}
.cv-padding {
    margin-top: 20px;
}
.image-block-content{
    padding: 0 50px;
    margin-bottom: 30px;
}

.image-block-content .feature-icon{
    width: 60px;
    height: 60px;
    line-height: 2em;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}

.image-block-content .feature-content{
    padding-left: 85px;
    text-align: left;
}

.image-block-content .feature-content h3{
    margin-bottom: 0;
}

.image-block-content .feature-icon{
    background: #a0ce4e;
}

.feature-icon {
    font-size: 28px;
}

.about-title, .about-dis {
    margin-bottom: 10px;
    text-align: justify;
    line-height: 1.563em;
}
.about-us-block .social-icons {
    float: left;
}
.progress-bar{
     background-color: #a0ce4e;
    padding-left: 10px;
    text-align: left;
}


@media (max-width: 767px) {
    .about-image, .about-all-dis {
        margin-bottom: 15px;  
    }
}
@media (max-width: 767px) {
    .image-block-content{
        padding: 0;
    }
}

/*------------------------------------------------*/
/*-------------[Pricing Table]----------------*/
/*------------------------------------------------*/
.pricingTable {
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    margin: 0 -15px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}
.pricingTable .pricingTable-header{
    padding-bottom: 25px;
}
.pricingTable .active{
    background-color: #a0ce4e;
    color: #fff;
    position: relative;
}
.pricingTable .best{
    width: 80px;
    height: 80px;
    background: #a0ce4e;
    border-radius: 50%;
    padding: 25px 20px 20px;
    font-size: 13px ;
    text-transform: capitalize;
    position: absolute;
    right: -20px;
    top: 25px;
    z-index: 1;
}
.pricingTable .heading{
    background-color:#fff;
    border-bottom: 1px solid #d0d0d0;
    color: #393939;
    display: block;
    padding: 15px 10px;
}
.pricingTable .heading h3 {
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
}
.pricingTable .price-value {
    color: #474747;
    margin: 10px auto 0;
    padding: 20px 10px 0;
    display: block;
    font-size: 25px;
    line-height: 2.188em;
}
.pricingTable .price-value span{
    font-size: 60px;
    font-weight: 100;
}
.pricingTable .active .price-value{
    color: #fff;
}
.pricingTable .subtitle{
    display: block;
    margin-top: 15px;
    font-size: 15px;
}
.pricingTable .pricingContent ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.pricingContent ul li{
    border-top: 1px solid #dbdbdb;
    padding: 10px 0;
    background-color: #fff;
}
.pricingContent ul li:nth-child(even) {
    background-color: #f7f7f7;
}
.pricingContent ul li:last-child{
    border-bottom: 1px solid #dbdbdb;
}
.pricingTable .pricingTable-sign-up{
    padding: 25px 0;
}
.pricingTable .btn-block{
    background: #a0ce4e;
    border:0px none;
    border-radius: 5px;
    color:#fff;
    width: 50%;
    padding: 10px 5px;
    margin: 0 auto;
    text-transform: capitalize;
    position: relative;
    top:0;
    transition:all 0.5s ease 0s;
}
.pricingTable .btn-block:after{
    content: "\f090";
    font-family: 'FontAwesome';
    padding-left: 10px;
    font-size: 15px;
}
.pricingTable .btn-block:hover{
    top: -5px;
}
.pricingTable .btn-block:hover:before{
    content: "";
    background:rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    height: 10px;
    position: absolute;
    top: 102%;
    left:5%;
    width: 90%;
}
@media screen and (max-width:990px){
    .pricingTable{
        margin-bottom: 30px;
    }
}
@media screen and (max-width:767px){
    .pricingTable{
        margin: 0 0 30px 0;
    }
    .pricingTable .best{
        right: -12px;
    }
}

/*------------------------------------------------*/
/*-------------[Parallax]----------------*/
/*------------------------------------------------*/
.parallax-block::before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.parallax-block::after {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.parallax-block {
    background: rgba(0, 0, 0, 0) url("../img/faces.jpg") repeat fixed 50% 0;
    color: #ffffff;
    padding: 100px 0;
    position: relative;
    text-align: center;
}
.parallax-block-text {
    padding: 0 80px;
    position: relative;
    z-index: 1;
}
.parallax-block-text p {
    color: #ffffff;
    font-size: 28px;
    text-transform: uppercase;
}
.color-green {
    color: #a0ce4e;
}

/*------------------------------------------------*/
/*-------------[Portfolio Filter]----------------*/
/*------------------------------------------------*/
ul.portfolio-filter {
    margin-bottom: 30px;
}
ul.portfolio-filter a:hover, ul.portfolio-filter a.current {
    color: #a0ce4e;
}
ul.portfolio-filter a {
    border: 1px solid transparent;
    border-radius: 0;
    display: inline-block;
    font-weight: 400;
    padding: 7px 15px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
/*------------------------------------------------*/
/*-------------[Portfolio Style 1]----------------*/
/*------------------------------------------------*/

.portfoio-item-wrapper:hover, .project-item.portfoio-style2:hover{
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.portfolio-img {
    position: relative;
    overflow: hidden;
}
.portfolio-img .price-box-popular {
    background-color: #a0ce4e ;
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
    position: absolute;
    right: -40px;
    text-align: center;
    top: 12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 140px;
    z-index: 1;
}

.portfoio-item-wrapper:hover .portfolio-info {
    opacity: 1;

}
.portfolio-info {
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.4s ease-in-out;
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease 0s;
    width: 100%;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;

}
.portfolio-info-wrap {
    bottom: 0;
    left: 0;
    margin-top: 20%;
    overflow: hidden;
    top: 0;
    width: 100%;
}
.portfoio-item-wrapper:hover .portfolio-title {
    animation: 0.5s ease 0s;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;

}
.portfolio-dis-style {
    background: #fff none repeat scroll 0 0;
    padding: 10px;
}
.portfolio-footer .price:first-child {
    margin-left: 0;
}
.portfolio-footer .price, .item-add-to-cart, .product-loved {
    font-size: 15px;
    line-height: 1.5em;
    margin-left: 10px;
}
.portfolio-title {
    margin-bottom: 10px;
}

/*------------------------------------------------*/
/*-------------[Portfolio Style 2]----------------*/
/*------------------------------------------------*/

.overlay-folio {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
}
.project-item:hover .overlay-folio {
    opacity: 1;
    transition: all 0.5s ease 0s;
    visibility: visible;
}
.hover-box {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.hover-zoom a {
    background: #a0ce4e  none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff !important;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 2.5em;
    margin: 0 5px;
    text-align: center;
    width: 50px;
}
.hover-zoom {
    display: table;
    margin: -25px auto 0;
    position: relative;
    top: 50%;
}
.project-item:hover .hover-zoom a.zoom {
    left: 0;
    opacity: 1;
    position: relative;
    transform: rotate(0deg);
}
.project-item:hover .hover-zoom a.link {
    opacity: 1;
    position: relative;
    right: 0;
    transform: rotate(0deg);
}
.hover-zoom .zoom {
    left: -50px;
    opacity: 0;
    position: relative;
    transform: rotate(-140deg);

}
.hover-zoom .link {
    opacity: 0;
    position: relative;
    right: -50px;
    transform: rotate(140deg);
}
.mp-lightbox, .link {
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.portfolio-dis-style2{
    padding: 10px;
}

.portfolio-tags > a:hover {
    text-decoration: underline;
}
.portfolio-tags > a {
    margin-left: 5px;
}
.portfolio-fullwidth .project-item.portfoio-style2{
    margin-bottom: 0;
}
.portfolio-footer, .protfolio-signal-dis, .theme-features {
    margin-bottom: 20px;
}
.box-width-portfolio {
    padding-top: 30px;
}


/*------------------------------------------------*/
/*-------------[Portfolio Style 3]----------------*/
/*------------------------------------------------*/
.portfolio-item .project-item {
    position: relative;
}
.full-width-portfolio .portfolio-item {
    margin-bottom: 0 !important;
}
.portfolio-item .project-item img{
    width: 100%;
    height: auto;
    display: block;
}

.portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 5px solid #a0ce4e;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.portfolio-item:hover .portfolio-hover,
.portfolio-item:hover .portfolio-hover .portfolio-description{
    opacity: 1;
}
.portfolio-hover .portfolio-description {
    position: absolute;
    bottom: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
}
.portfolio-description .popup-link{
    color: #fff;
}
.portfolio-description .popup-link:hover
{
    color:#a0ce4e;
}

/*------------------------------------------------*/
/*-----------[Magnific Popup Style ]-------*/
/*------------------------------------------------*/
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.75;
}

.mfp-bottom-bar {
	display: none;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-arrow-right::after {
	content: "\f105" !important;
	font-family: 'FontAwesome';
	border: none !important;
	color: #fff;
	font-size: 65px;
	transition: .5s;
}

.mfp-arrow-left::after {
	content: "\f104" !important;
	font-family: 'FontAwesome';
	border: none !important;
	color: #fff;
	font-size: 65px;
	transition: .3s;
}

.mfp-arrow-right::before ,
.mfp-arrow-left::before {
	border: none !important;
}

.mfp-arrow {
	height: 60px;
}

.mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	margin-top: 15px;
	top: -1px !important;
}

img.mfp-img {
	padding: 40px 0px 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transform: scale(0.95);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	transform: scale(1);
	opacity: 1;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	transform: scale(0.95);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.mp-lightbox {
	opacity: 1;
	transition: .4s;
}

.mp-lightbox:hover {
	opacity: 0.7;
	transition: .4s;
}

/*------------------------------------------------*/
/*--------------[CONTACT STYLE]-----------*/
/*------------------------------------------------*/

.form-control {
  border-radius: 1px;
  margin-bottom: 20px;
  border-color: #ced4d7;
  padding: 8px 12px;
  height: auto;
  box-shadow: none;
  color: #4b565b;
}
.form-control::-webkit-input-placeholder,
.form-control:-moz-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder {
  color: #ced4d7;
}
.form-control:focus {
  border-color: #a0ce4e;
  box-shadow: none;
}
.our-address ul {
    margin-top: 20px;
}
.our-address li {
    font-size: 16px;
    font-weight: normal;
    margin: 5px 0;
}
.our-address li i {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
    padding: 8px;
    text-align: center;
    width: 35px;
}
.btn-dark-main {
    background-color: #16262e;
    border-color: #16262e;
    color: #ffffff;
}
.btn {
    border-radius: 1px;
    border-width: 0;
    font-family: "raleway";
    font-weight: 600;
    padding: 8px 25px;
    transition: all 0.2s ease-in-out 0s;
}
.btn.focus, .btn:focus, .btn:hover {
    background: #a0ce4e none repeat scroll 0 0;
    color: #ffffff;
}
#contact label {
    font-weight: normal;
}
/*------------------------------------------------*/
/*--------------[News]-----------*/
/*------------------------------------------------*/
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.9;
    transform: scale(1,1);
    transition:all 0.3s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.2,1.2);
    filter:none;
    opacity:1;
}
.post-slide .post-content{
    padding: 20px 20px;
    position: relative;
    background: #fff;
}
.post-slide .post-date{
    min-width:28px;
    min-height:28px;
    line-height: 1.750em;
    text-align: center;
    background: #687074;
    position: absolute;
    top: -30px;
    left: 30px;
}
.post-slide .month{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    background: #a0ce4e;;
    text-transform: uppercase;
}
.post-slide .date{
    color: #fff;
    font-size: 14px;
}
.post-slide .post-title{
    margin: 20px 0;
}
.post-slide .post-title a{
    color:#a0ce4e;
    font-size:22px;
    text-transform:capitalize;
    transition: all 0.50s ease 0s;
}
.post-slide .post-title a:hover{
    color:#333;
    text-decoration: none;
}
.post-slide .post-bar{
    padding: 15px 0;
    list-style: none;
    text-align: center;
    background: #a0ce4e;
}
.post-slide .post-bar li{
    display: inline-block;
    margin-right: 5px;
}
.post-slide .post-bar li a{
    text-transform: capitalize;
    font-size: 12px;
    color: #fff;
    transition:0.2s ease;
}
.post-slide .post-bar li a:hover{
    text-decoration: none;
    color:#333;
}
.post-slide .post-bar li i{
    color:#fff;
    margin-right: 5px;
}

/*------------------------------------------------*/
/*--------------[Clients]-----------*/
/*------------------------------------------------*/

.clients-section::before {
    background: rgba(0, 0, 0, 0) url("../img/dark_wood.png") repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.clients-section::after {
    content: " ";
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.clients-section {
    padding: 80px 0;
    position: relative;
}
/*------------------------------------------------*/
/*--------------[Testimonial]-----------*/
/*------------------------------------------------*/
.testimonial{
    text-align: center;
    margin: 50px 10px 0;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.3);
    display: inline-block;
    margin-top: -50px;
    overflow: hidden;
    box-shadow:0 2px 6px rgba(0, 0, 0, 0.15);
}
.testimonial .pic img, .clients-30 .img-responsive{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 16px;
    margin: 10px 0 20px;
}
.testimonial .testimonial-title{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #333;
    text-transform: uppercase;
}
.testimonial .post{
    display: block;
    font-size: 13px;
    color: #777;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.testimonial .post:before{
    content: "";
    width: 30px;
    display: block;
    margin: 10px auto;
    border: 1px solid #d3d3d3;
}
.testimonial .testimonial-rating{
    padding: 0;
    list-style: none;
}
.testimonial .testimonial-rating li{
    color: #d3d3d3;
    display: inline-block;
}
.testimonial .testimonial-rating li.fa-star{
    color: #333;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-pagination{
    width: 140px;
    padding: 10px;
    margin: 0 auto;
    line-height: 0.813em;
    background: #fe7f8b;
}
.owl-theme .owl-controls .owl-page span{
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #fff;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    border: 4px solid #fff;
}
/*------------------------------------------------*/
/*--------------[Team]-----------*/
/*------------------------------------------------*/
.our-team .img-responsive {
    width: 100%;
}
.our-team{
    text-align: center;
}
.team-prof {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.post-title{
    color: inherit;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}
.post{
    font-size: 13px;
    font-weight: 500;
    color:inherit;
    display: block;
    margin: 5px 0 10px 0;
    text-transform: uppercase;
}
.team_social{
    list-style: none;
    padding: 0 0 10px 0;
}
.team_social > li{
    display: inline-block;
    margin: 0 4px;
}
.team_social > li > a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
    color: inherit;
    font-size: 16px;
    line-height: 2.250em;
    border: 1px solid #fff;
}
.team_social > li > a:hover{
    background: #fff;
    border: 1px solid #a0ce4e;
}
@media screen and (max-width: 990px){
    .our-team{
        margin-bottom: 30px;
    }
}
/*------------------------------------------------*/
/*-------------[Counter]----------------*/
/*------------------------------------------------*/
.counter-block-bg-image::after {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.counter-block-bg-image {
    background: rgba(0, 0, 0, 0) url("../img/faces.jpg") no-repeat fixed center center / cover ;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.counter-item i {
    font-size: 50px;
    color: #fff;
}
.counter-block-bg-color{
    background: #fff;
    padding: 80px 0;
}
.counter-block-bg-color-style2{
    padding: 80px 0;
}
.secondary-color, .counter-item > h3{
    color: #fff;
    line-height:1.875em;
    padding-top: 20px;
}


/*------------------------------------------------*/
/*--------------[Footer]-----------*/
/*------------------------------------------------*/
.footer-about-block p {
    margin-bottom: 5px;
}
.footer-copyright-blcok{
  background: #202122 none repeat scroll 0 0;
}
.footer-copyright-blcok {
    padding: 10px;
}
.footer-copyright.text-center > p, .footer-copyright.text-center a {
    color: #ffffff;
}





