body{
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  color: #5f5f5f;
}

h1, h2, h3, h4, h5, h6{
  margin-top: 0;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}
h1{
  font-size: 1.75rem;
}
h2{
  font-size: 1.5rem;
  font-weight: 900;
}
h3{
  font-size: 1.25rem;
}
h4{
  font-size: 1.125rem;
}
h5{
  font-size: 1rem;
}
h6{
  font-size: 0.875rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
  color: #222;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
  color: #6cad11;
}
p{
  margin-bottom: 1rem;
}
a{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #5f5f5f;
}
a:visited{
  color: #5f5f5f;
}
a:focus{
  color: #000;
}
a:hover{
  color: #6cad11;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
img{
  max-width: 100%;
  height: auto;
}
ul{
  list-style-type: disc;
}
ol{
  list-style-type: decimal;
}
ol,ul{
  padding-left: 1rem;
  margin-left: 0;
}
input{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
blockquote{
  border-left: 0.25rem solid #000;
  margin: 1.25rem 0;
  padding-left: 1em;
}

input,
.form-control,
.btn,
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], 
textarea{
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  min-height: 2.5rem;
  padding: 0.375rem 0.75rem;
}
input[type="checkbox"], input[type="radio"]{
  min-height: inherit;
  margin-right: 0.3125rem;
}

input[type="submit"]{
  color: #fff;
  display: inline-block;
  background-color: #6cad11;
  width: auto;
  border-color: #6cad11;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover{
  border-color: #6f9869;
  background-color: #6f9869;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.block{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.section-title{
  margin-bottom: 3rem;
}
.section-title p{
  margin-bottom: 0;
}
/******************** header **********************/

.header{
  background-color: #fff;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 3;
}
.site-branding{
  margin: 0.5rem;
}
.site-branding img{
  max-height: 5rem;
  width: auto;
}

/* header one */
.header-one{

}
.header-one .site-branding{
  text-align: center;
}
.header-one .menu{
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.header-one .nav-menu{
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* header two */
.header-two .main-navigation{
  width: auto;
}
.header-two .container{
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* header three */

.header-three .main-navigation{
  width: auto;
}
.header-three .container{
  width: 100%;
  max-width: inherit;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* header four */
.header-four{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  border-bottom: 0.0625rem solid #f1f1f1;
  z-index: 9;
}
.header-four .main-navigation{
  width: auto;
}
.header-four .container{
  width: 100%;
  max-width: inherit;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-four .site-branding{
  border-right: 0.0625rem solid #f1f1f1;
  padding-right: 2rem;
}


/********************* Menu ***********************/
.nav-menu li a{
 padding: 0.75rem 1.5rem;
 color: #5f5f5f;
 text-transform: uppercase;
 font-weight: 600;
}
.main-navigation ul ul{
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
.main-navigation ul ul a{
 font-size: 0.875rem;
 font-weight: normal;
 text-transform: capitalize;
 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-navigation ul ul li:last-child a{
  border-bottom: none;
}



/********************* banner ***********************/
.bailboard{
  font-size: 1.125rem;
  height: calc(100vh - 5.8125rem);
}
.bailboard.slick-slider{
  margin-bottom: 0;
}
.home.page-template-default .bailboard{
  margin-bottom: 5rem;
}
.bailboard-item{
  position: relative;
  height: calc(100vh - 5.8125rem);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.bailboard-item:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.bailboard-content{
  height: 100%;
  width: 100%;
  display: table;
  position: relative;
}
.bailboard-caption{
  display: table-cell;
  vertical-align: middle;
}
.bailboard h1{
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 900;
  color: #fff;
}
.bailboard p{
  margin-bottom: 3rem;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
.bailboard .slick-slide {
  margin: 0;
}
.bailboard .slick-list {
  margin: 0;
}
.home.blog .bailboard{
  margin-bottom: 5rem;
}


/* services section */
.services-section{
  text-align: center;
}
.service-box{
  padding: 1.5rem;
}
.service-icon{
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 1rem;
}
.service-icon .fa{
 font-size: 2rem;
}
/* portfolio section */
.portfolio-section{
  padding-bottom: 4rem;
}
.portfolio-lg-item{
  width: auto;
  height: 31.25rem;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  position: relative;
}
.portfolio-lg-caption{
 width: auto;
 position: absolute;
 bottom: -2rem;
 left: 3rem;
 right: 3rem;
 text-align: center;
 background-color: rgba(255, 255, 255, 1.0);
 -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.07);
 -moz-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.07);
 box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.07);
 padding: 1.5rem;
 -webkit-border-radius: 0.25rem;
 -moz-border-radius: 0.25rem;
 border-radius: 0.25rem;
}
.portfolio-lg-thumb .slick-list{
  padding-bottom: 3rem;
}
.portfolio-sm-item{
  width: auto;
  height: 24rem;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}

/* features section */
.feature-box{
  float: left;
  width: 100%;
  margin-bottom: 2rem;
}
.feature-icon{
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin-right: 1rem;
  float: left;
  border: 0.125rem solid #6cad11;
  font-size: 2rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-icon:hover{
  background-color: #6cad11;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-content{
  overflow: hidden;
}
.feature-content p{
  margin-bottom: 0;
}

/* team */
.team-section{
  padding-bottom: 1.5rem;
}
.team .slick-list{
  padding-bottom: 3.5rem !important;
}
.team-item{
  height: 25rem;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.team-caption{
 width: auto;
 position: absolute;
 bottom: -2rem;
 left: 3rem;
 right: 3rem;
 text-align: center;
 background-color: rgba(255, 255, 255, 1.0);
 -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.07);
 -moz-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.07);
 box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.07);
 padding: 1.5rem;
 -webkit-border-radius: 0.25rem;
 -moz-border-radius: 0.25rem;
 border-radius: 0.25rem;
}

/* testimonial */
.testi-avtar{
  display: block;
  text-align: center;
}
.testi-avtar,
.testimonial-caption{
  margin-bottom: 2rem;
}
.testi-avtar img{
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
  display: inline-block;
}




/* post */
.post{
  margin-bottom: 2rem;
  position: relative;
}
.post-content{
  position: relative;
  text-align: center;
  background-color: rgba(255, 255, 255, 1.0);
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.07);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.07);
  padding: 1.5rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
}

.overlay-content .post-content{
  width: auto;
  position: absolute;
  bottom: -2rem;
  left: 3rem;
  right: 3rem;
}

.entry-header{
  float: left;
  width: 100%;
}
.entry-content{
  margin-top: 0;
  transition: all .5s ease;
  float: left;
  width: 100%;
}
.entry-meta{
  margin-bottom: 0.5rem;
}

.post-thumbnail{
  margin-bottom: 4rem;
  display: block;
}
.posted-on,
.byline,
.cat-links,
.tags-links{
  margin-right: 0.625rem;
}
.overlay-content .entry-header{
  margin-bottom: 0;
}
.overlay-content:hover .entry-header{
  margin-bottom: 1rem;
}
.overlay-content .entry-content{
  display: none;
}
.overlay-content:hover .entry-content{
  display: block;
  transition: all .5s ease;
}
.site-main .post-navigation{
  margin-bottom: 5rem;
}

/* pagination */
.nav-links a{
  background-color: #6cad11;
  color: #fff;
  padding: 0.625rem 0.75rem;
  display: inline-block;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  min-height: 2.5rem;
}
.nav-links a:hover{
  background-color: #619c0d;
}

/* widget */
.widget ul{
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 0;
  list-style-type: none;
}
.widget ul li{
  margin-bottom: 0.3125rem;
}
.widget ul li a{
  padding: 0.25rem;
  display: block;
}
.widget_search .search-form label{
  width: calc(100% - 4.5rem);
}
.widget_search .search-form label input{
  width: 100%;
}


/* footer */

.site-footer{  
  background-color: #6cad11;
}
.inner-footer{
  background-color: #232323;
  margin: 0 2rem 2rem 2rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  border-radius: 0 0 0.25rem 0.25rem;
  padding:  2rem;
}
.site-footer .widget-title{
  color: #fff;
}
#scrollToTop{
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  z-index: 10;
  padding: 0.8rem 1rem;
  background-color: #6cad11;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.page-header{
  padding:  2rem 0;
  background-color: #6cad11;
  position: relative;
  margin-bottom:  5rem;
}
.page-header:before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.page-header h1{
  margin-bottom: 0;
  color: #fff;

}

/* single page */
.single .overlay-content:hover .entry-header,
.single .overlay-content .post-thumbnail{
  margin-bottom: 0;
}
.single .overlay-content .post-content{
  position: relative;
  top: -3rem;
  bottom: inherit;
  width: calc(100% - 6rem);
  padding: 3rem;
}
.single .overlay-content .entry-content{
  display: block;
}
.single .content-area,
.archive .content-area{
  padding-bottom: 5rem;
}

/* 404 */
.error-404{
  padding: 5rem 0;
}
.error-404 .page-title{
  font-size: 8rem;
  font-weight: bolder;
}

/*********************** misc *******************/
.btn-primary,
.slick-prev:before, 
.slick-next:before,
.search-submit{
  background-color: #6cad11;
  border-color: #6cad11;
  color: #fff;
}
.btn-primary:hover,
.nav-links a:hover,
#scrollToTop,
.slick-prev:hover:before,
.slick-next:hover:before,
.search-submit:hover{
  background-color: #5e960f;
  border-color: #5e960f;
  text-decoration: none;
  color: #fff;
}
.btn-primary:visited{
  color: #fff !important;
}
.btn:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.post-categories{
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.lead{
  font-size: 1rem;
}

/*********************** plugins *******************/
.slick-arrow{
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;  
  display: block;
}
.slick-prev{
  left: 1rem;
}
.slick-next{
  right: 1rem;
}
.slick-prev:before, .slick-next:before {
  font-family: 'FontAwesome';
  font-size: 1rem;
  color: rgba(255, 255, 255, 1.0);
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  display: block;
  opacity: 1;
}
.slick-prev::before {
  content: "\f104";
}
.slick-next::before {
  content: "\f105";
}
.slick-dots li,
.slick-dots li button,
.slick-dots li button:before{
  height: 0.3125rem;
  width: 1.625rem;
  line-height: inherit;
}
.slick-dots li button{
  background-color: #000;
  padding: 0;
  opacity: 0.25;
}
.slick-dots li.slick-active button{
  opacity: 0.75;
}
.slick-dots li button:before{
  font-size: 0;
}
.slick-dots{
  bottom: 2rem;
} 

.slick-slide {
  margin: 0 0.125rem;
}
.slick-list {
  margin: 0 -0.125rem;
}
.slicknav_menu {
  display:none;
}

@media (max-width: 767.98px) { 
  .site-header .site-branding{
    text-align: left;
  }

  .slicknav_menu{
    padding: 0;
    background-color: transparent;
  }
  .slicknav_btn{
    background-color: transparent;
    position: absolute;
    top: 0.75rem;
    right: 0.9375rem;
  }
  .slicknav_menu .slicknav_icon-bar{
    background-color: #5f5f5f;
    width: 1.5rem;
    margin-bottom: 0.3125rem;
  }
  .slicknav_nav{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #6cad11;
    margin-left: 0;
  }

  .slicknav_nav li{
    margin-bottom: 0;
  }
  .slicknav_nav ul a{
    color: #fff;
    font-size: 0.875rem;
  }
  .nav-menu li a,
  .slicknav_nav .slicknav_row,
  .slicknav_nav a{
    padding:  0.5rem 1rem;
  }
  .slicknav_nav .slicknav_row:hover{
    background-color: transparent;
  }
  .slicknav_nav .slicknav_row:hover{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .slicknav_nav .slicknav_arrow{
    float: right;
    color: #fff;
    font-size: 0.625rem;
  }
  .menu-toggle{
    display: none;
  }
  .js #primary-menu {
    display:none;
  }
  
  .js .slicknav_menu {
    display:block;
  }
  .page-header,
  .home.blog .bailboard{
    margin-top: 2rem;
  }
  .block{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .home.page-template-default .bailboard{
    margin-bottom: 2rem;
  }
}