/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*      00. WIZ COMMON CLASS
/*      01. WIZ SLIDER
/*        01.1 SLIDER LAYOUT 01
/*        01.2 SLIDER LAYOUT 02
/*      02. WIZ HIGHLIGHTS
/*        02.1 HIGHLIGHTS LAYOUT 01
/*        02.2 HIGHLIGHTS LAYOUT 02
/*      03. WIZ HEADING
/*      04. WIZ COUNTER
/*        04.1 COUNTER LAYOUT 01
/*        04.2 COUNTER LAYOUT 02
/*      05. WIZ TEAM
/*        05.1 TEAM LAYOUT 01
/*      06. WIZ CTA
/*        06.1 CTA LAYOUT 01
/*        06.2 CTA LAYOUT 02
/*      07. WIZ LOGOS
/*      08. WIZ TESTIMONIAL
/*      09. WIZ NEWSLETTER
/*      10. WIZ PAGE HEADER
/*      11. WIZ COMMON CLASS
/*      15. RESPONSIVE STYLING
/*
/*========================================================================*/

/*------------------------------------ 00. WIZ COMMON CLASS ------------------------------------*/

#preloader {
  background: #ffffff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
#preloader span {
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
}
#backTop {
  width: 16px;
  height: 16px;
  padding: 10px;
  border-radius: 0px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 999999999;
  display: none;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
#backTop:hover {
  opacity: 1;
}
#backTop:after {
  position: absolute;
  content: '-';
  width: 16px;
  height: 16px;
  text-align: center;
  top: 0;
  left: 0;
  color: #FFF;
}
#backTop.custom {
  background-color: #77C720;
  background-image: url('../images/uparr-48-b.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0px solid #a9e667;
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
#backTop.custom:hover {
  background-color: #ffffff;
  border: 0px solid #426f12;
}

.section-content-block {
  padding: 100px 0 100px 0;
  background: #FFFFFF;
}



.section-pure-white-bg {
  background: #FFFFFF !important;
}
.section-secondary-bg {
  background: #F9FAFB !important;
}

.section-heading-wrapper {
  margin-bottom: 48px;
}
.home-page-section-heading span {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  color: #676767;
}
.home-page-section-sub-heading {
  font-size: 26px;
  line-height: 32px;
  font-style: italic;
  color: #808080;
}

.btn-heading {
  background: transparent;
  border: 2px solid #77C720;
  color: #77C720;
}

a.btn-load-more {
  margin-top: 32px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: transparent;
  color: #77c720;
  background: #ffffff;
  border: 1px solid #77c720;
  padding: 12px 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  display: inline;
}
a.btn-load-more:hover {
  color: #ffffff;
  background: #77c720;
  border: 1px solid #77c720;
}

/*------------------------------------ 01. WIZ SLIDER ------------------------------------*/

// 01.1 SLIDER LAYOUT 01

.slider_1{
    text-align: center;
}

.slider_1 {
  text-align: center;
}
.slider_1 .item img {
  display: block;
  width: 100%;
  height: auto;
}
.slider_1 .slider-content {
  position: absolute;
  top: 55%;
  transform: translateY(-55%);
  width: 100%;
}
.slider_1 .slider-content h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 65px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.slider_1 .slider-content h2 span {
  background: rgba(235, 70, 74, 0.8);
  padding: 0 3px;
}
.slider_1 .slider-content h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin-top: 20px;
  color: #FFFFFF;
}
.slider_1 .slider-content a.btn-slider {
  margin-top: 18px;
  background: #77C720;
  border: 2px solid #77C720;
  color: #FFFFFF;
  height: 46px;
  line-height: 30px;
  padding-left: 28px;
  padding-right: 28px;
  letter-spacing: 0.03em;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.slider_1 .slider-content a.btn-slider:hover {
  background: #5d9b19;
  border: 2px solid #77C720;
  color: #FFFFFF;
}
.slider_1 .slider-content a.btn-slider-2 {
  margin-top: 18px;
  margin-left: 18px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #77C720;
  height: 46px;
  line-height: 30px;
  padding-left: 28px;
  padding-right: 28px;
  letter-spacing: 0.03em;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.slider_1 .slider-content a.btn-slider-2:hover {
  border: 2px solid #FFFFFF;
  background: #e6e6e6;
  color: #77C720;
}
.slider_1 .owl-controls .owl-nav div {
  color: #fff;
  font-size: 70px;
  line-height: 140px;
  margin-top: -80px;
  opacity: 1;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider_1 .owl-controls .owl-nav div:hover {
  opacity: 0.7;
}
.slider_1 .owl-controls .owl-nav div.owl-prev {
  left: 0px;
  width: 72px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.slider_1 .owl-controls .owl-nav div.owl-next {
  right: 0px;
  width: 72px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}


// 01.2 SLIDER LAYOUT 02

.slider_2{
    clear: both;
}

.slider_2 .item img {
  display: block;
  width: 100%;
  height: auto;
}
.slider_2 .slider-content {
  position: absolute;
  top: 60%;
  transform: translateY(-60%);
  width: 100%;
}
.slider_2 .slider-content h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  line-height: 62px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.slider_2 .slider-content h2 span {
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 6px;
}
.slider_2 .slider-content h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin-top: 32px;
  color: #FFFFFF;
}
.slider_2 .slider-content a.btn-slider {
  margin-top: 18px;
  background: #77C720;
  border: 2px solid #77C720;
  color: #FFFFFF;
  height: 46px;
  line-height: 30px;
  padding-left: 28px;
  padding-right: 28px;
  letter-spacing: 0.03em;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.slider_2 .slider-content a.btn-slider:hover {
  border: 2px solid #77C720;
  background: #5d9b19;
  color: #FFFFFF;
}
.slider_2 .slider-content a.btn-slider-2 {
  margin-top: 18px;
  margin-left: 18px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #1A1A1A;
  height: 46px;
  line-height: 30px;
  padding-left: 28px;
  padding-right: 28px;
  letter-spacing: 0.03em;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.slider_2 .slider-content a.btn-slider-2:hover {
  border: 2px solid #FFFFFF;
  background: #e6e6e6;
  color: #1A1A1A;
}
.slider_2 .owl-controls {
  position: relative;
  margin-top: -80px;
}
.slider_2 .owl-controls .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}
.slider_2 .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  padding: 2px;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #CCCCCC;
  margin: 0 4px;
}
.slider_2 .owl-controls .owl-dots .owl-dot span {
  display: block;
}
.slider_2 .owl-controls .owl-dots .active span {
  padding: 2px;
  width: 8px;
  height: 8px;
  background: #90df3b;
}


/*------------------------------------ 02. WIZ HIGHLIGHTS ------------------------------------*/

/*-- 02.1 HIGHLIGHTS LAYOUT 01 --*/

.section-highlights{
     clear: both;
	 padding-bottom: 60px;
}

.section-content-block.section-highlights{
	 padding-bottom: 70px;
}
 
.highlight-block-1-bg {
  overflow: hidden;
  padding: 6px;
  border: 1px solid #CCCCCC;
  background: #f2f2f2;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.highlight-block-1-bg:hover {
  background: #c2ee92;
}
.highlight-block-1-bg:hover .service-block {
  background: #ffffff;
}
.highlight-block-1-bg:hover .service-block i.fa {
  bottom: 20px;
  font-size: 48px;
  position: absolute;
  right: 24px;
  color: #808080;
  opacity: 0.5;
}
.highlight-block-1-bg:hover .service-block a.highlight-read-more {
  color: #77C720;
}
.highlight-block-1 {
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 24px;
}
.highlight-block-1 h2 {
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 16px;
  color: #000000;
  font-family: 'Trirong', serif;
  letter-spacing: 0.01em;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.highlight-block-1 h2:after {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  content: '';
  bottom: -12px;
  left: 0;
  display: block;
  width: 24px;
  height: 2px;
  margin-left: 0px;
  background: #77C720;
}
.highlight-block-1 p {
  margin-top: 24px;
}
.highlight-block-1 a.highlight-read-more {
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  color: #1A1A1A;
  display: inline-block;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.highlight-block-1 a.highlight-read-more:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 1px;
  background: #1A1A1A;
  top: 14px;
  right: -72px;
}
.highlight-block-1 i.fa {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  font-size: 48px;
  position: absolute;
  right: 24px;
  bottom: 20px;
  color: #77C720;
  opacity: 1;
}
.section-how-we-work .service-block:hover .icon {
  color: #77C720;
  top: 60px;
  opacity: 1;
}
.section-how-we-work .service-block:hover h2:after {
  background: #c2ee92;
  width: 60px;
  height: 2px;
}

/*-- 02.2 HIGHLIGHTS LAYOUT 02 --*/

.highlight-block-2 {
  background: #77C720;
  padding: 40px 30px 50px;
  position: relative;
  margin-bottom: 24px;
}
.highlight-block-2 > i {
  color: #FFFFFF;
  display: block;
  font-size: 70px;
  margin-bottom: 23px;
}
.highlight-block-2 h2 {
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 36px;
}
.highlight-block-2 p {
  color: #FFFFFF;
}
.highlight-block-2 a {
  bottom: 0px;
  color: #77C720;
  background: #FFFFFF;
  float: right;
  padding: 10px 15px;
  position: absolute;
  right: 0px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.highlight-block-2:hover a {
  background: #CCCCCC;
}


/*------------------------------------ 03. WIZ HEADING ------------------------------------*/

.section-heading-container{
  margin-bottom: 42px;
}
.section-heading {
  position: relative;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 18px;
  margin-top: 0px;
  text-transform: uppercase;
  font-family: 'Trirong', serif;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: inline-block;
  color: #000000;
}
.section-heading:before {
  background-image: url("../images/heading_bg_left.png");
  background-position: left top;
  background-repeat: no-repeat;
  content: "";
  height: 24px;
  left: 0;
  margin-left: -35px;
  position: absolute;
  top: 7px;
  width: 24px;
}
.section-heading:after {
  background-image: url("../images/heading_bg_right.png");
  background-position: right top;
  background-repeat: no-repeat;
  content: "";
  height: 24px;
  right: 0;
  margin-right: -35px;
  position: absolute;
  top: 7px;
  width: 24px;
}

.section-subheading {
  font-size: 15px;
  line-height: 32px;
  font-weight: 500;
  color: #888888;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.section-heading-alt {
  color: #FFFFFF;
}
.section-subheading-alt {
  color: #FFFFFF;
}

/*------------------------------------ 04. WIZ COUNTER ------------------------------------*/
 
// 04.1 COUNTER LAYOUT 01

.section-counter{
     clear: both;
}

.section-counter .counter-block-1 {
  margin: 24px 0;
}
.section-counter .counter-block-1 h4 {
  margin-top: 12px;
  margin-bottom: 32px;
  font-weight: 400;
  font-family: 'Trirong', serif;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 0.03em;
  position: relative;
}
.section-counter .counter-block-1 h4:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  bottom: -22px;
  left: 50%;
  margin-left: -21px;
  background: #77C720;
}
.section-counter .counter-block-1 .counter {
  display: block;
  margin-top: 48px;
  font-size: 48px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: 'Trirong', serif;
}
.section-counter .counter-block-1 .icon {
  font-size: 42px;
  display: block;
  margin: 32px 0;
  color: #ffffff;
}

// 04.2 COUNTER LAYOUT 02

.section-counter .counter-block-2 {
  margin: 24px 0;
}
.section-counter .counter-block-2 h4 {
  margin-top: 12px;
  margin-bottom: 32px;
  font-weight: 400;
  font-family: 'Trirong', serif;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 0.03em;
  position: relative;
}
.section-counter .counter-block-2 h4:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  bottom: -22px;
  left: 50%;
  margin-left: -21px;
  background: #77C720;
}
.section-counter .counter-block-2 .counter {
  display: block;
  margin-top: 48px;
  font-size: 55px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: 'Trirong', serif;
}
.section-counter .counter-block-2 .icon {
  font-size: 42px;
  display: block;
  margin: 32px 0;
  color: #b3b3b3;
  display: none;
}
 

/*------------------------------------ 05. WIZ TEAM ------------------------------------*/

// 05.1 TEAM LAYOUT 01

.section-our-team {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-our-team .team-layout-1 {
  border: 1px solid #CCCCCC;
  padding: 5px;
  margin-bottom: 30px;
}
.section-our-team .team-layout-1 .team-member a {
  display: block;
  position: relative;
}
.section-our-team .team-layout-1 .team-member a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #77C720;
  opacity: 0.01;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.section-our-team .team-layout-1 .team-member img {
  vertical-align: middle;
  margin-bottom: 0px;
}
.section-our-team .team-layout-1 h3 {
  font-family: 'Trirong', serif;
  text-transform: uppercase;
  margin: 12px 0 0 0;
  font-size: 22px;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.section-our-team .team-layout-1 h4 {
  font-family: 'Trirong', serif;
  color: #888888;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.section-our-team .team-layout-1 p {
  color: #595959;
  margin: 0;
  font-weight: 500;
  padding-right: 12px;
}
.section-our-team .team-layout-1 .team-social-share {
  background: #F9FAFB;
  margin: 15px -5px -5px -5px;
  padding: 20px 10px;
  border-top: 1px solid #CCCCCC;
}
.section-our-team .team-layout-1 .team-social-share a {
  border: 1px solid #CCCCCC;
  display: inline-block;
  margin: 0 2px;
  background: #FFFFFF;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.section-our-team .team-layout-1:hover .team-member a {
  display: block;
  position: relative;
}
.section-our-team .team-layout-1:hover .team-member a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #77C720;
  opacity: 0.2;
  width: 100%;
  height: 100%;
}
.section-our-team .team-layout-1:hover .team-social-share {
  opacity: 1;
  top: 33%;
}
.section-our-team .team-layout-1:hover .team-social-share a {
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #CCCCCC;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.section-our-team .team-centered {
  text-align: center !important;
}


/*------------------------------------ 06. WIZ CTA ------------------------------------*/

/*-- 06.1 CTA LAYOUT 01 --*/

.section-cta{
    padding: 65px 0 65px 0;
}

.cta-layout-1 h5 {
  font-size: 40px;
  line-height: 60px;
  color: #77C720;
  margin: 20px 0px 20px 0px;
  font-family: 'Trirong', serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.cta-layout-1 h2 {
  font-size: 70px;
  line-height: 70px;
  color: #FFFFFF;
  margin: 0;
  font-family: 'Trirong', serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.cta-layout-1 .video-icon {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  border: 3px solid #84dc25;
  color: #84dc25;
  display: block;
  margin: 40px auto 48px auto;
  padding: 25px;
  text-align: center;
  text-indent: 5px;
  width: 120px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cta-layout-1 .video-icon:hover {
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4);
  border: 3px solid #CCCCCC;
  color: #FFFFFF;
}

/*-- 06.2 CTA LAYOUT 02 --*/
 
.cta-layout-2 h2 {
  font-size: 32px;
  line-height: 42px;
  color: #FFFFFF;
  font-weight: 500;
  margin: 0;
  font-family: 'Trirong', serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cta-layout-2 p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.004em;
  color: #FFFFFF;
  margin-top: 12px
}
.cta-layout-2 a {
  display: block;
  margin: 24px auto 0 auto;
  width: 180px;
  color: #77C720;
  background: #FFFFFF;
  line-height: 32px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/*------------------------------------ 07. WIZ LOGOS ------------------------------------*/

// 07.1 WIZ LAYOUT 01

.section-client-logo{
    clear: both;
}

.section-client-logo .logo-layout-1 .logo {
  padding: 12px;
}
.section-client-logo .logo-layout-1 .logo img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
  margin: 0 auto 24px auto;
  border: 1px solid #CCCCCC;
  display: block;
  padding: 12px;
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section-client-logo .logo-layout-1 .logo:hover img {
  border: 1px dotted #90df3b;
  opacity: 1;
}
.section-client-logo .logo-layout-2 .logo {
  background: #FFFFFF;
}
.section-client-logo .logo-layout-2 .logo img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
  margin: 0 auto 24px auto;
  border: 1px solid #CCCCCC;
  display: block;
  padding: 12px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section-client-logo .logo-layout-2 .logo:hover img {
  border: 1px solid #90df3b;
  opacity: 1;
}
.section-client-logo .logo-items .owl-controls {
  margin-top: 0px;
}
.section-client-logo .logo-items .owl-controls .owl-nav {
  text-align: center;
}
.section-client-logo .logo-items .owl-controls .owl-prev,
.section-client-logo .logo-items .owl-controls .owl-next {
  display: inline;
  margin: 0 4px;
}
.section-client-logo .logo-items .owl-controls i.logo-nav-icon {
  display: inline-block;
  background: transparent;
  border: 1px solid #b3b3b3;
  width: 16px;
  height: 16px;
  position: relative;
}
.section-client-logo .logo-items .owl-controls i.logo-nav-icon:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #84dc25;
  content: '';
}

/*------------------------------------ 08. WIZ TESTIMONIAL ------------------------------------*/

.section-client-testimonial {
  background: #F9FAFB;
}
.section-client-testimonial .testimony-layout-1 {
  position: relative;
  text-align: center;
}
.section-client-testimonial .testimony-layout-1 h6 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
}
.section-client-testimonial .testimony-layout-1 span {
  font-size: 14px;
  text-transform: uppercase;
  color: #4d4d4d;
}
.section-client-testimonial .testimony-layout-1 p {
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500i;
  letter-spacing: 0.02em;
  line-height: 32px;
  margin: 0 0 24px 0;
  color: #333333;
}
.section-client-testimonial .testimonial-container .owl-controls {
  position: relative;
  margin-top: 0px;
}
.section-client-testimonial .testimonial-container .owl-controls .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}
.section-client-testimonial .testimonial-container .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  padding: 2px;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #CCCCCC;
  margin: 0 4px;
}
.section-client-testimonial .testimonial-container .owl-controls .owl-dots .owl-dot span {
  display: block;
}
.section-client-testimonial .testimonial-container .owl-controls .owl-dots .active span {
  padding: 2px;
  width: 8px;
  height: 8px;
  background: #90df3b;
}

/*------------------------------------ 09. WIZ NEWSLETTER ------------------------------------*/


/***********************************************************************************************/
/* 04. HOME PAGE */
/***********************************************************************************************/
 



/*------------------------------------ 09. WIZ EVENTS ------------------------------------*/


/*------------------------------------ 09. WIZ CONTACT FORM ------------------------------------*/
 
.btn-social-icon {
  height: 42px;
  width: 42px;
  border: 0;
  border-radius: 0px !important;
  margin: 3px 3px;
}
.btn-social-icon .fa {
  line-height: 42px;
  color: #FFFFFF;
}
.btn-goggle-plus {
  background-color: #26b84b;
}
.btn-goggle-plus:hover {
  background-color: #20993e;
}
.btn-envelope-o {
  background-color: #d74b3e;
}
.btn-envelope-o:hover {
  background-color: #ad3d32;
}
.section-contact-block {
  position: relative;
  overflow: hidden;
}
.section-contact-block .content-block {
  padding: 0 48px 0 0;
}
.section-contact-block .contact-title {
  font-size: 24px;
  border-bottom: 3px solid #eeeeee;
  color: #5c5c5c;
  padding-bottom: 15px;
  position: relative;
}
.section-contact-block .contact-title:after {
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 32px;
  background: #77C720;
}
.section-contact-block .contact-info li {
  margin-bottom: 24px;
}
.section-contact-block .contact-info .icon-container {
  display: inline-block;
  background: #77C720;
  color: #FFFFFF;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 16px;
}
.section-contact-block .contact-info .icon-container i {
  font-size: 14px;
}
.section-contact-block .contact-info address {
  display: inline-block;
}
.section-contact-block .contact-info a {
  color: #333333;
}
.section-contact-block .contact-info a:hover {
  color: #77C720;
}
.section-contact-block .contact-form-block {
  padding: 0 0 0 0px;
}
.section-contact-block #contact-form input[type=text],
.section-contact-block #contact-form input[type=email],
.section-contact-block #contact-form input[type=url],
.section-contact-block #contact-form input[type=password] {
  border: 0px;
  border-bottom: 1px solid #EEE;
  line-height: 42px;
  height: 42px;
  margin-bottom: 24px;
  padding-left: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.section-contact-block #contact-form input[type=text]:focus,
.section-contact-block #contact-form input[type=email]:focus,
.section-contact-block #contact-form input[type=url]:focus,
.section-contact-block #contact-form input[type=password]:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #a1a1a1;
}
.section-contact-block #contact-form textarea {
  border: 0px;
  border-bottom: 1px solid #EEE;
  padding-left: 2px;
  margin-bottom: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.section-contact-block #contact-form textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #a1a1a1;
}
.section-transparent-bg {
  background: transparent !important;
}



/***********************************************************************************************/
/* 07. CAUSES PAGE */
/***********************************************************************************************/
.cause-info-container {
  background: #f3f5f7;
  border: 1px solid #CCCCCC;
  margin: 24px 0;
}
.cause-info-container .causes-info-block {
  padding: 24px;
}
.cause-info-container .causes-info-block i {
  font-size: 32px;
}
.cause-info-container .causes-info-block .btn-donate {
    background: #77c720 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 12px;
    text-transform: uppercase;
}
/***********************************************************************************************/
/* 07. Events Page */
/***********************************************************************************************/
.event-search-box {
  margin-bottom: 48px;
  padding: 24px;
  background: #FAFAFA;
  border: 1px solid #CCCCCC;
}
.event-search-box input {
  border: 0px;
  border-bottom: 1px dotted #999999;
}
.event-search-box input:focus {
  border-bottom: 1px dotted #4d4d4d;
}
.event-search-box button {
  border-radius: 0px;
}
.event-search-box .btn-event-search {
  background-color: #77C720;
  border-color: #77C720;
  color: #fff;
}
.event-search-box .btn-event-search:hover {
  background-color: #5d9b19;
}
.event-content-title {
  font-size: 24px;
  border-bottom: 3px solid #eeeeee;
  color: #5c5c5c;
  padding-bottom: 15px;
  position: relative;
}
.event-content-title:after {
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 32px;
  background: #77C720;
}
.event-sub-content-title {
  margin-top: 12px;
  font-weight: bold;
  display: block;
}
.event-sub-content-title em.date {
  font-weight: normal;
  border-bottom: 1px dashed #b3b3b3;
  cursor: help;
}
.event-content-info {
  font-size: 14px;
}
.article-event {
  margin-top: 24px;
  background: #F9FAFB;
  padding: 30px;
  min-height: 100px;
  border-bottom: 0px solid #CCCCCC;
  padding-bottom: 24px;
}
.article-event .single-post-inner {
  padding: 12px 0px;
}
/***********************************************************************************************/
/* 07. ABOUT US PAGE */
/***********************************************************************************************/
.about-us-header {
  background-image: url("../images/our_mission_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.section-heading-bold {
  position: relative;
  font-size: 32px;
  margin-bottom: 48px;
  line-height: 48px;
}


.btn-cta {
  width: 200px;
  font-weight: bold;
  text-transform: uppercase;
}

/***********************************************************************************************/
/* 09. GALLERY PAGE */
/***********************************************************************************************/

.section-gallery-block-parallax {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url('../images/bg-geometry.png');
  background-repeat: repeat;
  background-size: initial;
}
.gallery-container {
  padding: 12px;
  margin: 0;
}
.no-padding-gallery{
    padding: 0 32px;
}

.no-padding-gallery .gallery-container {
  padding: 0px;
  margin: 0;
}
.no-bottom-padding {
  padding-bottom: 0px !important;
}
.gallery-light-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.gallery-light-box .gallery-img {
  display: block;
  position: relative;
  max-width: 100%;
  padding: 4px 5px;
}
.gallery-light-box .gallery-img:before {
  background: rgba(156, 190, 56, 0.5);
  width: 0%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-light-box .gallery-img:after {
  font-family: FontAwesome;
  content: '\f1c5';
  position: absolute;
  left: 150%;
  margin-left: -21px;
  top: -64px;
  background: #FFFFFF;
  color: #77C720;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-light-box .gallery-img img {
  width: 100%;
  max-width: 100%;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.gallery-light-box:hover .gallery-img:before {
  background: rgba(156, 190, 56, 0.8);
  width: 100%;
  height: 1500px;
}
.gallery-light-box:hover .gallery-img:after {
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-top: -42px;
}
.gallery-light-box:hover .gallery-img img {
  opacity: 0.4;
}
.gallery-light-box:hover .gallery-img figcaption {
  bottom: 0px;
  left: 0;
}

/*------------------------------------ 10. WIZ PAGE HEADER ------------------------------------*/

.page-heading {
  margin: 0;
  padding: 200px 0 80px;
}

.page-heading h3 {
  color: #FFFFFF;
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.page-heading .page-breadcrumb {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.page-heading .page-breadcrumb a {
  color: #FFFFFF;
}
.page-heading .page-breadcrumb a:hover {
  color: #77C720;
}

/*------------------------------------ 11. WIZ COMMON CLASS ------------------------------------*/

.cause-wrapper{
  margin-top: 30px;	
}
.cause-section-1 .cause-wrapper{
  margin-top: 0px;  	
}

/***********************************************************************************************/
/* 15. RESPONSIVE STYLING */
/***********************************************************************************************/
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 991px) {
  .top-bar {
    text-align: center;
  }
  .top-donation-btn-container {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 24px;
  }
  a.logo {
    text-align: center;
  }
  .navbar-default .navbar-nav li ul.drop-down {
    top: 68px;
  }
  .navbar-default .navbar-header {
    width: 100%;
    text-align: center;
    clear: both;
    float: none ;
    margin: 0 ;
  }
  .navbar-default .navbar-toggle {
    margin: 22px 0 0 0;
    padding: 5px;
  }
  .navbar-default .navbar-toggle span.icon-bar {
    height: 1px;
  }
  .navbar-default .navbar-right {
    float: none;
    padding: 0;
    margin: 12px 110px 0 0;
  }
  .navbar-default .navbar .navbar-collapse {
    text-align: center;
  }
  .top-location-info {
    display: block;
    text-align: center;
  }
  .main-menu-container {
    float: none;
  }
  .main-header {
    background: #2C2C2C;
    position: relative;
  }
  .sticky-wrapper {
    background: rgba(0, 0, 0, 0.8);
  }
  .navbar-nav > li {
    margin-left: 0;
  }
  .nav > li > a {
    padding: 15px 12px;
    padding-bottom: 22px;
  }
  header.one-page .navbar-nav > li > a {
    padding: 15px 5px;
    font-size: 15px;
    padding-bottom: 22px;
  }
  .slider_2 {
    text-align: center;
  }
  .slider_2 .slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .slider_2 .slider-content h2 {
    font-size: 48px;
    line-height: 62px;
  }
  .slider_2 .slider-content h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .main-sidebar {
    width: 100%;
    border: 0px solid transparent;
  }
  .logo {
    text-align: center;
  }
  .about_couter_block {
    margin: 48px 0;
  }
  .activity-section-1 .activity-info-block {
    padding: 90px 0 90px 90px;
  }
  .activity-section-1 .activity-info-block p {
    max-width: 662px;
  }
  .page-heading {
    padding: 40px 0;
  }
  .event-search-box input[type=text] {
    margin-bottom: 12px;
  }
  .event_wrapper.theme_1 {
    margin-bottom: 30px !important;
  }
  .event_wrapper .event-img img {
    width: 100%;
    max-width: 100%;
  }
  .section-counter .counter-block-2,
  .section-counter .counter-block-1 
  {
    margin: 20px 0 40px;
  }
  .footer-section .footer-nav {
    margin-top: 24px;
  }
  .footer-section .footer-nav ul {
    float: none;
  }
  .footer-section .footer-nav ul li:first-child {
    margin-left: 0px;
    padding-left: 0px;
  }
  .copyright-text {
    text-align: center;
  }
  .footer-widget-area-bg {
    padding: 48px 0 24px 0;
  }
  .footer-widget-area {
    padding: 0px 0 32px 0;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .top-bar {
    text-align: center;
  }
  .top-location-info {
    display: block;
    text-align: center;
  }
  .main-menu-container {
    float: none;
  }
  .section-content-block {
    padding: 60px 0;
  }
  .section-content-block.section-highlights{
	 padding-bottom: 30px;
  }
  .slider_1 .slider-content {
    text-align: center;
  }
  .slider_1 .slider-content h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .slider_1 .slider-content h3 {
    font-size: 16px;
  }
  .slider_2 .slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .slider_2 .slider-content h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .slider_2 .slider-content h3 {
    margin-top: 12px;
    font-size: 20px;
    line-height: 32px;
  }
  .slider_2 .owl-controls {
    display: none;
  }
  .stuck {
    position: initial;
  }
  .section-cta .cta-layout-1 h2 {
    font-size: 32px;
  }
  .section-cta .cta-layout-1 h5 {
    font-size: 24px;
    line-height: 24px;
  }
  .navbar-default .navbar-toggle {
    margin-top: 24px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  .navbar-default .navbar-toggle span.icon-bar {
    color: #77C720;
  }
  .navbar-default .nav > li > a,
  .navbar-default header.one-page .navbar-nav > li > a {
    padding: 5px 15px;
  }
  .navbar-default .navbar .navbar-right {
    width: 100%;
    text-align: left;
  }
  .navbar-default .navbar-collapse {
    background: #0d0d0d;
    margin-top: 12px;
    padding: 12px 0;
  }
  .navbar-default .navbar-nav li ul.drop-down,
  .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 {
    background: transparent;
    border: none;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    position: relative;
    width: auto;
    visibility: visible;
    opacity: 1;
    top: inherit;
    left: inherit;
  }
  .navbar-default .navbar-nav li ul.drop-down li a,
  .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 li a {
    background: none;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: inherit;
    padding: 4px 20px;
  }
  .navbar-default .navbar-nav li ul.drop-down li a:hover,
  .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 li a:hover {
    color: #FFFFFF;
  }
  .navbar-default .navbar-nav {
    margin: 0px;
    width: 100%;
    text-align: left;
    background: rgba(0, 0, 0, 0.7);
  }
  .navbar-default .navbar-nav li a {
    font-weight: bold;
    color: #77C720;
  }
  .navbar-default .navbar-nav .drop-down li a {
    color: #FFFFFF;
  }
  .logo {
    text-align: center;
  }
  .main-header {
    background: #2C2C2C;
    position: relative;
  }
  .sticky-wrapper {
    background: rgba(0, 0, 0, 0.8);
  }
  .about_couter_block {
    margin: 48px 0;
  }
  .message-container-404 {
    margin: 48px 0;
  }
  .message-container-404 .text-404 {
    margin: 80px 0;
  }
  .message-container-404 .search-form-404 {
    padding: 5px;
    width: 100%;
  }
  .message-container-404 .message-text-404 {
    padding: 24px 0px;
  }
  .donation-form-wrapper .form-group div.col-sm-10 {
    padding: 0px;
  }
  .article-container-fix,
  .main-sidebar {
    width: 100%;
    margin-left: 0px;
    border: 0px solid transparent;
  }
  .post-details-container h3 {
    margin-top: 12px;
  }
  .post-box-container .bd-post-image-container {
    margin: 0 auto;
  }
  .image_gallery_carousel {
    margin-bottom: 48px;
  }
  .footer-nav {
    float: none;
    width: 100%;
    margin: 10px auto;
    display: inline-block;
    text-align: center;
  }
  .copyright-text {
    text-align: center;
  }
  .ce_event_wrap .ce_event_des_wrap .ce_event_date,
  .default_width .ce_event_des_wrap .ce_event_date {
    padding: 20px 10px;
    width: 100%;
  }
  .ce_event_wrap .ce_event_des_wrap .ce_event_new_des,
  .default_width .ce_event_des_wrap .ce_event_new_des {
    padding: 20px 0 0 0px;
    width: auto;
    clear: both;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .main-header {
    background: #2C2C2C;
    position: relative;
  }
  .sticky-wrapper {
    background: rgba(0, 0, 0, 0.8);
  }
  .top-bar {
    text-align: center;
  }
  .top-location-info {
    display: block;
    text-align: center;
  }
  .main-menu-container {
    float: none;
  }
  a.logo {
    text-align: center;
    width: 75%;
  }
  .navbar-default .navbar-toggle {
    margin: 20px 0 0 0;
    padding: 5px 3px;
  }
  .navbar-default .navbar-toggle span.icon-bar {
    height: 1px;
  }
  .navbar-default .navbar-nav {
    margin: 0px;
    width: 100%;
    text-align: left;
    background: rgba(0, 0, 0, 0.7);
  }
  .navbar-default .navbar-nav li {
    margin-left: 0px;
  }
  .navbar-default .navbar-nav li a {
    font-weight: bold;
    color: #77C720;
  }
  .navbar-default .navbar-nav .drop-down li a {
    color: #FFFFFF;
  }
  .logo {
    text-align: center;
  }
  .section-cta .cta-layout-1 h2,
  .section-cta .cta-layout-1 h5 {
    display: none;
  }
  .section-heading-wrapper {
    margin-bottom: 0px;
  }
  .section-content-block {
    padding: 32px 0;
  }
  .section-content-block.section-highlights{
	 padding-bottom: 10px;
  }
  .section-heading {
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
	margin-bottom: 0px;
  }
  .section-heading:after,
  .section-heading:before {
    display: none;
  }
  .section-subheading {
    display: none;
  }
  .slider_1 .slider-content h3,
  .slider_1 .slider-content a.btn-slider,
  .slider_1 .slider-content a.btn-slider-2 {
    display: none;
  }
  .slider_2 .slider-content h2 {
    font-size: 24px;
    text-align: center;
  }
  .slider_2 .slider-content h3,
  .slider_2 .slider-content a.btn-slider,
  .slider_2 .slider-content a.btn-slider-2 {
    display: none;
  }
  .highlight-block-1-bg {
    margin-top: 0px;
    margin-bottom: 24px;
  }
  .highlight-block-1-bg .service-block a.highlight-read-more:after {
    display: none;
  }
  .section-counter {
    padding: 32px 0 0;
  }
  .section-counter .counter-block-2, 
  .section-counter .counter-block-1
  {
    margin: 20px 0 40px;
  }
  .logo-layout-1 .logo,
  .logo-layout-2 .logo {
    margin-top: 0px;
  }
  .section-news-block .news-wrapper {
    margin: 0 0 48px 0;
  }
  .cta-layout-2 h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .page-heading h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 12px 0;
  }
  .message-container-404 {
    margin: 48px 0;
  }
  .message-container-404 .text-404 {
    margin: 80px 0;
  }
  .message-container-404 .search-form-404 {
    padding: 5px;
    width: 100%;
  }
  .message-container-404 .message-text-404 {
    padding: 24px 0px;
  }
  .footer-widget-area {
    padding: 0px 0 32px 0;
  }
  .footer-intro {
    display: none;
  }
  .footer-nav {
    display: none;
  }
  .copyright-text {
    text-align: center;
  }
}


/*# sourceMappingURL=styles.css.map */