/*========================================================================*/
/*   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
/*      12. WIZ PROCESS
/*      13. WIZ QUOTE FORM
/*      14. WIZ PRICE TABLE
/*      15. WIZ ABOUT
/*      20. 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: #f69323;
  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;
}



.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;
}
.sub-heading {
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}

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

a.btn-load-more {
  margin-top: 32px;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: transparent;
  color: #f69323;
  background: #FFFFFF;
  border: 2px solid #f69323;
  padding: 12px 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a.btn-load-more:hover {
  color: #FFFFFF;
  background: #f69323;
}

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

.slider_1 {
  text-align: left;
}
.slider_1 .container{padding-left: 30px; padding-right: 30px;}
.slider_1 .item img {
  display: block;
  width: 100%;
  height: auto;
}
.slider_1 .slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  width: 100%;
}
.slider_1 .slider-content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 85px;
  line-height: 90px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.slider_1 .slider-content h2 span {
  background: #f69323;
  opacity: 0.8;
  padding: 0 8px;
}
.slider_1 .slider-content h2 span.color-text {
  background: none;
  color: #f69323;
  padding: 0;
  opacity: 1;
}
.slider_1 .slider-content h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 65px;
  line-height: 65px;
  letter-spacing: 0.02em;
  margin-top: 20px;
  color: #FFFFFF;
}
.slider_1 .slider-content p {
  font-family: 'Poppins', sans-serif;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
}
.slider_1 .slider-content a.btn-slider {
  margin-top: 30px;
  font-weight: 600;
  text-align: center;
  background: #FFFFFF;
  color: #f69323;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 17px 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.slider_1 .slider-content a.btn-slider:hover {
  background: #f69323;
  color: #FFFFFF;
}
.slider_1 .slider-content a.btn-slider-2 {
  margin-top: 30px;
  margin-left: 15px;
  font-weight: 600;
  text-align: center;
  background: #f69323;
  color: #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 17px 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.slider_1 .slider-content a.btn-slider-2:hover {
  background: #FFFFFF;
  color: #f69323;
}
.slider_1 .owl-controls .owl-nav div {
  text-align: center;
  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);
}
.slider_1 .owl-controls .owl-nav div.owl-next {
  right: 0px;
  width: 72px;
  background: rgba(0, 0, 0, 0.3);
}

/*-- 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: #f69323;
  border: 2px solid #f69323;
  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 #f69323;
  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 {
  margin-bottom: 30px;
  padding: 6px;
  position: relative;
  border: 1px solid #dfdfdf;
  background: #f2f2f2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.highlight-block .highlight-block-inner {
  background: #FFFFFF;
  padding: 24px;
}
.highlight-block .highlight-block-inner > i {
  color: #cccccc;
  display: block;
  font-size: 70px;
  margin-bottom: 23px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.highlight-block .highlight-block-inner h5 {
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-size: 18px;
}
.highlight-block .highlight-block-inner a {
  bottom: 0px;
  color: #FFFFFF;
  background: #f69323;
  float: right;
  padding: 10px 15px;
  position: absolute;
  right: 6px;
  bottom: 6px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.highlight-block:hover {
  background: #fcdbb6;
}
.highlight-block:hover a {
  background: #333333;
}
.highlight-block:hover i {
  color: #f69323;
}

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

.highlight-block2 {
  margin-bottom: 30px;
  background: #f2f2f2;
  padding: 6px;
  border: 1px solid #dfdfdf;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.highlight-block2 .highlight-block2-inner {
  background: #FFFFFF;
}
.highlight-block2 .highlight-block2-inner .highlight-thumbnail img {
  vertical-align: middle;
}
.highlight-block2 .highlight-block2-inner .highlight-content {
  padding: 25px 25px 25px 15px;
}
.highlight-block2 .highlight-block2-inner .highlight-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
}
.highlight-block2 .highlight-block2-inner a {
  color: #f69323;
  display: inline-block;
  line-height: 14px;
  margin-right: 3px;
  padding-right: 8px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.highlight-block2:hover {
  background: #fcdbb6;
}
.highlight-block2:hover a {
  color: #333333;
}

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

.section-heading-container{
  margin-bottom: 50px;
}
.section-heading {
  font-size: 44px;
  letter-spacing: -1.3px;
  line-height: 1.1em;
  position: relative;
  margin-bottom: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  display: inline-block;
  color: #24262a;
}
.section-heading span {
  font-style: 400;
  color: #24262a;
}
.section-heading-alt {
  color: #FFFFFF;
}
.section-heading-alt span {
  font-weight: 400;
  color: #FFFFFF;
}
.section-subheading {
  font-size: 17px;
  line-height: 1.75em;
  font-weight: 300;
  color: #646e7a;
  margin-bottom: 0;
  padding: 0px 42px;
  margin-top: 12px;
}
.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: #f69323;
}
.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-top: 24px;
}
.section-counter .counter-block-2 h4 {
  margin-top: 12px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0.03em;
  position: relative;
}
.section-counter .counter-block-2 h4 span {
  color: #f69323;
}
.section-counter .counter-block-2 .counter {
  display: block;
  margin-top: 48px;
  font-size: 55px;
  color: #FFFFFF;
  font-weight: 700;
  font-family: 'Poppins', sans-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 {
  margin-bottom: 16px;
}
.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: #f69323;
  opacity: 0.01;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-our-team .team-layout-1 .team-member img {
  vertical-align: middle;
}
.section-our-team .team-layout-1 h3 {
  font-family: 'Poppins', sans-serif;
  margin: 12px 0 0 0;
  font-size: 20px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
.section-our-team .team-layout-1 h4 {
  font-family: 'Poppins', sans-serif;
  color: #646e7a;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 300;
  line-height: 15px;
}
.section-our-team .team-layout-1 p {
  color: #595959;
  margin: 0;
  font-weight: 300;
  padding-right: 12px;
}
.section-our-team .team-layout-1 .team-social-share {
  margin-top: 30px;
}
.section-our-team .team-layout-1 .team-social-share a {
  border: 1px solid #dfdfdf;
  display: inline-block;
  margin: 0 2px;
  background: #FFFFFF;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.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: #f69323;
  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 #dfdfdf;
  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: 50px 0 50px 0;
}

.cta-layout-1 .quote-call{
	margin-top: 40px;
	margin-bottom: 40px;
}

.cta-layout-1 .quote-call .quote-no {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 10px;
  color: #ffffff;
}
.cta-layout-1 .quote-call .quote-subheading {
  line-height: 30px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}

/*-- 06.2 CTA LAYOUT 02 --*/
 
.cta-layout-2 h2 {
  font-size: 25px;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: 600;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}
.cta-layout-2 p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.004em;
  color: #FFFFFF;
}
.cta-layout-2 a {
  color: #FFFFFF;
  background: none;
  line-height: 32px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  border: 0;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  padding: 0;
  -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-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s 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 #f69323;
  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 #f69323;
  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: #f69323;
  content: '';
}

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

.section-client-testimonial {
}
.section-client-testimonial h3.testi-heading {
  margin-bottom: 35px;
  font-weight: 500;
  line-height: 45px;
  font-size: 35px;
  line-height: 45px;
}
.section-client-testimonial .testimonial-text {
  background-image: url("../images/quote-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: fixed;
  margin-top: 105px;
  margin-bottom: 105px;
}
.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: 'Poppins', 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 #dfdfdf;
  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: #f8ab54;
}
.section-client-testimonial .testimonial-image img {
  vertical-align: middle;
}

/*----- 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: #f69323;
}
.section-contact-block .contact-info li {
  margin-bottom: 24px;
}
.section-contact-block .contact-info .icon-container {
  display: inline-block;
  background: #f69323;
  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: #f69323;
}
.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 {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 0px;
  padding: 12px 24px;
  color: #FFFFFF;
  background: #f69323;
  font-size: 18px;
  font-weight: 600px;
}
/***********************************************************************************************/
/* 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: #f69323;
  border-color: #f69323;
  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: #f69323;
}
.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(246, 147, 35, 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: #f69323;
  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(246, 147, 35, 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: 100px 0 70px;
}

.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: #f69323;
}

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

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

/*----- 12. WIZ PROCESS ------*/

.section-process {
	
}
.section-process .process-holder {
  margin-top: 24px;
}
.section-process .process-holder h3 {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 60px;
  color: #FFFFFF;
  position: relative;
  text-transform: uppercase;
}
.section-process .process-holder h3 .heading-numbers {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #f69323;
  font-size: 65px;
  left: 0;
  line-height: 1em;
  position: absolute;
}
.section-process .process-holder p {
  color: #FFFFFF;
}
.section-process:hover .process-holder h3 {
  color: #f69323;
}
.section-process:hover .process-holder h3 .heading-numbers {
  color: #FFFFFF;
}

/*----- 13. WIZ QUOTE FORM ------*/

.section-quote-form .quote-image img {
  vertical-align: middle;
}
.section-quote-form .quote-form-block {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-quote-form .quote-form-block h3 {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 10px;
}
.section-quote-form .quote-form-block .quote-sub {
  margin-bottom: 20px;
}
.section-quote-form .quote-form-block input.wpcf7-form-control {
  height: 50px;
  border: 2px solid #dfdfdf;
  margin-bottom: 15px;
  padding: 10px;
}
.section-quote-form .quote-form-block textarea.wpcf7-form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: none;
  border: 2px solid #dfdfdf;
  padding: 10px;
}
.section-quote-form .quote-form-block input.wpcf7-form-control.wpcf7-submit {
  float: right;
  background: #f69323;
  color: #FFFFFF;
  border: 2px solid #f69323;
  padding: 10px 30px;
  font-weight: 600;
  margin-top: 10px;
  letter-spacing: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-quote-form .quote-form-block input.wpcf7-form-control.wpcf7-submit:hover {
  background: #FFFFFF;
  color: #f69323;
}

/*----- 14. WIZ PRICE TABLE ------*/

.repair-pricing-container {
  background-color: #FFFFFF;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  padding: 25px 30px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-bottom: 20px;
}
.repair-pricing-container .repair-pricing-container-title {
  font-size: 20px;
  margin-bottom: 13px;
  font-weight: 600;
}
.repair-pricing-container .repair-pricing-container-pricing {
  display: inline-block;
  line-height: 1;
  margin-bottom: 11px;
}
.repair-pricing-container .repair-pricing-container-pricing .plan-currency {
  color: #f69323;
  font-size: 37px;
  line-height: 45px;
  font-weight: 500;
  vertical-align: top;
}
.repair-pricing-container .repair-pricing-container-pricing .plan-price {
  color: #f69323;
  font-size: 60px;
  font-weight: 500;
  vertical-align: middle;
}
.repair-pricing-container .repair-pricing-container-pricing .plan-period {
  color: #646e7a;
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  vertical-align: middle;
}
.repair-pricing-container .repair-pricing-container-details {
  margin-bottom: 28px;
}
.repair-pricing-container a.repair-price-plan-btn {
  background: #f69323;
  color: #FFFFFF;
  border: 2px solid #f69323;
  padding: 10px 25px;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.repair-pricing-container:hover a.repair-price-plan-btn {
  background: #FFFFFF;
  color: #f69323;
}

/*----- 15. WIZ ABOUT ------*/

.about-section {

}
.about-section .about-image {
	
}
.about-section .about-details h3 {
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 30px;
  padding-left: 90px;
  position: relative;
  text-transform: uppercase;
}
.about-section .about-details h3 .number-years {
  color: #f69323;
  font-size: 65px;
  left: 0;
  line-height: 1em;
  position: absolute;
}
.about-section .about-details .quote-block {
  margin-top: 30px;
}
.about-section .about-details .quote-block h5 {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
}
.about-section .about-details .quote-block .phone-number {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #f69323;
  border: 2px solid #f69323;
  color: #FFFFFF;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
  margin-right: 20px;
  padding: 15px 50px;
}
.about-section .about-details .quote-block .available-time {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 2px solid #f69323;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
  padding: 15px 50px;
}
.about-section .about-details .quote-block .available-time span {
  color: #f69323;
}

/***********************************************************************************************/
/* 20. RESPONSIVE STYLING */
/***********************************************************************************************/
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 991px) {
  .site-header .repair-col-logo {
    text-align: center;
  }
  .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 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;
  }
  .cta-layout-2 a{
	margin-top: 10px;	
	}
  .slider_1 .slider-content h2 {
    font-size: 40px;
    line-height: 42px;
  }
  .slider_1 .slider-content h3 {
    font-size: 25px;
  }
  .slider_1 .slider-content p {
    font-size: 20px;
    line-height: 25px;
  }
  .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;
  }
  .about-section .about-details {
    margin-top: 50px;
  }
  .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-header {
    padding: 80px 0;
  }
  .event-search-box input[type=text] {
    margin-bottom: 12px;
  }
  .event_wrapper {
    margin-bottom: 48px;
  }
  .event_wrapper .event-img img {
    width: 100%;
    max-width: 100%;
  }
  .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;
  }
  .no-bottom-padding {
    padding-bottom: 0;
  }
  .section-quote-form .quote-form-block {
    padding-top: 60px;
    padding-bottom: 60px;
	padding-left: 25px;
	padding-right: 25px;
  }
  .section-client-testimonial .testimonial-text {
    margin-top: 60px;
    margin-bottom: 60px;
	padding-left: 25px;
	padding-right: 25px;
  }
  .cta-layout-2{
	margin: 0px 20px;	
	}
  .cta-layout-2 a{
	margin-top: 10px;	
	}
  .slider_1 .slider-content h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .slider_1 .slider-content h3 {
    font-size: 16px;
  }
  .slider_1 .slider-content p {
    font-size: 16px;
    line-height: 20px;
  }
  .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;
  }
  .cta-section-2 h2 {
    font-size: 32px;
  }
  .cta-section-2 h5 {
    font-size: 24px;
    line-height: 24px;
  }
  .navbar-default .navbar-toggle {
    margin-top: 12px;
    margin-bottom: 12px;
    float: none;
    -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: #f69323;
  }
  .navbar-default .nav > li > a,
  .navbar-default header.one-page .navbar-nav > li > a {
    padding: 5px 15px;
  }
  .navbar-default .navbar-nav > li > a.link-active {
    background: none;
  }
  .navbar-default .navbar .navbar-right {
    width: 100%;
    text-align: left;
  }
  .navbar-default .navbar-collapse {
    background: #0d0d0d;
    padding: 15px 0;
    border: 0;
  }
  .navbar-default .pull-left {
    float: none !important;
    overflow: hidden;
  }
  .navbar-default .pull-right {
    float: none !important;
  }
  .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: #f69323;
  }
  .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;
  }
  .page-header {
    padding: 80px 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;
  }
  .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;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 599px) {
  .slider_1 .slider-content a.btn-slider,
  .slider_1 .slider-content a.btn-slider-2 {
   padding: 10px 10px;
  }
  
  .slider_1 .slider-content h2{
  margin:0px;
  }
}
/* 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 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: #f69323;
  }
  .navbar-default .navbar-nav .drop-down li a {
    color: #FFFFFF;
  }
  .logo {
    text-align: center;
  }
  .section-heading-wrapper {
    margin-bottom: 0px;
  }
  .section-content-block {
    padding: 32px 0;
  }
  .no-bottom-padding {
    padding-bottom: 0;
  }
  .section-quote-form .quote-form-block {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .section-client-testimonial .testimonial-text {
    margin-top: 32px;
    margin-bottom: 32px;
  }	
  .section-heading-container{
    margin-bottom: 0px;
  }	
  .section-heading {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
	font-weight: 500;
  }
  .section-heading:after,
  .section-heading:before {
    display: none;
  }
  .section-subheading {
    display: none;
  }
  .section-client-testimonial h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .cta-layout-1 .quote-call .quote-no {
    font-size: 30px;
    line-height: 40px;
  }
  .page-header {
    padding: 80px 0;
  }
  .slider_1 .slider-content p {
    display: none;
  }
  .slider_1 .slider-content a.btn-slider,
  .slider_1 .slider-content a.btn-slider-2 {
	padding: 10px 10px;
  }
  .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;
  }
  .about-section .about-details .quote-block .phone-number {
    font-size: 17px;
    padding: 15px 25px;
  }
  .about-section .about-details .quote-block .available-time {
    font-size: 17px;
    padding: 15px 25px;
  }
  .section-how-we-work .service-block-bg {
    margin-top: 0px;
    margin-bottom: 24px;
  }
  .section-how-we-work .service-block-bg .service-block a.service_read_more:after {
    display: none;
  }
  .section-content-block.section-highlights {
    padding-bottom: 20px;
  }
  .section-counter {
    padding: 32px 0 0;
  }
  .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-header 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;
  }
}
/* Tab Portrait Size to Tab Landscape Size (devices and browsers) */
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .xs-margin {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .xs-margin {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .xs-margin {
    margin-left: 120px;
    margin-right: 120px;
  }
}
/* Tab Portrait Size to Tab Landscape Size (devices and browsers) */
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .slider_1 .slider-content h2 {
    font-size: 50px;
    line-height: 52px;
  }
  .slider_1 .slider-content h3 {
    font-size: 25px;
  }
  .slider_1 .slider-content p {
    font-size: 20px;
    line-height: 25px;
  }
}

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