/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*      00. WIZ COMMON CLASS
/*      01. WIZ JUMBO SEARCH BOX 
/*      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
/*        06.3 CTA LAYOUT 03
/*      07. WIZ LOGOS
/*      08. WIZ TESTIMONIAL
/*      09. WIZ NEWSLETTER
/*      10. WIZ PAGE HEADER
/*      11. WIZ COMMON CLASS
/*      12. WIZ BLOG 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: -60px;
  margin-top: -60px;
  position: absolute;
  top: 50%;
  width: 120px;
  height: 120px;
}
#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: #40c1f0;
  background-image: url('../images/uparr-48-b.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0px solid #9fe0f7;
  -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 #0f8dbb;
}

.section-content-block {
  padding: 48px 0;
}

.section-content-block-30 {
  padding: 30px 0 16px  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;
}
.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 {
  -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: #40c1f0;
  background: #ffffff;
  border: 1px solid #40c1f0;
  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;
}
a.btn-load-more:hover {
  color: #ffffff;
  background: #40c1f0;
  border: 1px solid #40c1f0;
}

.no-padding{
    padding: 0px !important;
}

.margin-bottom-42{
    margin-bottom: 42px !important;
}

/*------------------------------------ 01. WIZ JUMBO SEARCH BOX ------------------------------------*/


#jumbotron_1 {
  clear: both;
}

#jumbotron_1:before{
    clear: both;
}

.jumbo_search_box{
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
}

#jumbotron_1 .item img {
    display: none;
}

#jumbotron_1 .jumbotron-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    hyphens: none;
    word-wrap: normal;
}
#jumbotron_1 .jumbotron-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
#jumbotron_1 .jumbotron-content h2 span {
  background: rgba(64, 193, 240, 0.7);
  padding: 0 5px;
}
#jumbotron_1 .jumbotron-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin: 12px 0 24px 0;
  color: #FFFFFF;
}
#jumbotron_1 .jumbotron-content h3 span {
  background: rgba(64, 193, 240, 0.7);
  padding: 5px 12px;
}

#jumbotron_1 .jumbotron-content .jumbotron-btn-container{
    
    margin-top: 18px;
}
#jumbotron_1 .jumbotron-content .jumbotron-btn-container a.btn-jumbotron {
  background: #40c1f0;
  border: 2px solid #40c1f0;
  color: #FFFFFF;
  height: 46px;
  line-height: 30px;
  padding-left: 28px;
  padding-right: 28px;
  letter-spacing: 0.01em;
  font-weight: 600;
  margin-left: 9px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#jumbotron_1 .jumbotron-content .jumbotron-btn-container a.btn-jumbotron:hover {
  border: 2px solid #40c1f0;
  background: rgba(64, 193, 240, 0.7);
  color: #ffffff;
}
#jumbotron_1 .jumbotron-content .jumbotron-btn-container a.btn-jumbotron-2 {
  margin-left: 9px;
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #40c1f0;
  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;
}
#jumbotron_1 .jumbotron-content .jumbotron-btn-container a.btn-jumbotron-2:hover {
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.7);
  color: #40c1f0;
}
#jumbotron_1 .jumbotron-content a.btn-animated {
  margin-top: 48px;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid transparent;
  box-shadow: 0 0 0 6px rgba(64, 193, 240, 0.5);
  color: #7c7c7c;
  height: 46px;
  line-height: 30px;
  width: 46px;
  font-weight: 600;
  font-size: 24px;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#jumbotron_1 .jumbotron-content a.btn-animated:hover {
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.05);
  color: #40c1f0;
}

.home-page-section-heading span {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  color: #676767;
}
.btn-heading {
  background: transparent;
  border: 2px solid #40c1f0;
  color: #40c1f0;
}

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

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

.section-highlights{
    clear: both;
    padding: 48px 0 24px 0;
}

.highlight-layout-1 {
    background: #ffffff;
    border: 1px solid #ebebeb;
    position: relative;
    margin: 12px 0 42px;
    padding: 24px 24px;
    text-align: center;
}

.highlight-layout-1 span.fa {
    font-size: 24px;
    left: 50%;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin-left: -21px;
    top: -21px;
    opacity: 1;
    position: absolute;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    background: #40c1f0;
    color: #ffffff;
}

.highlight-layout-1 h2 {
    margin-top: 12px;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 18px;
    color: #626262;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    position: relative;
}

.highlight-layout-1 h2:after {
    -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;
    position: absolute;
    content: '';
    bottom: -8px;
    left: 50%;
    display: block;
    width: 32px;
    margin-left: -16px;
    height: 2px;
    background: #40c1f0;
}

.highlight-layout-1 p {
    color: #8d8d8d;
}

.highlight-layout-1:hover{
    background: #fbfbfb;
}

.highlight-layout-1:hover span.fa {
    color: #8d8d8d;
    background: #ceeffb;
}

.highlight-layout-1:hover h2:after {
    background: #ceeffb;
    width: 32px;
    height: 2px;
}

.highlight-layout-1 a.btn {
  background: transparent;
  color: #656565;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.highlight-layout-1:hover a.btn {
  background: #40c1f0;
  color: #ffffff;
  border: 1px solid #40c1f0;
}


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

.highlight-layout-2 {
    
    -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;
    background: #ffffff;
    border: 1px solid #EEE;
    position: relative;
    margin: 0 0 24px 0px;
    padding: 16px 12px 12px;
}

.highlight-layout-2:hover{
    background: #fafafa;
}

.highlight-layout-2 span.fa {
    font-size: 42px;
    opacity: 1;
    -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;
    color: #40c1f0;
}
.highlight-layout-2 h2 {
    margin-top: 12px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    position: relative;
}
.highlight-layout-2 h2 a {
    color: #626262;
}
.highlight-layout-2 p {
    color: #8d8d8d;
}
.highlight-layout-2:hover span.fa {
    color: #8d8d8d;
}
.highlight-layout-2:hover h2 a {
    color: #40c1f0;
}

.highlight-layout-2 a.btn {
  background: transparent;
  color: #656565;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.highlight-layout-2:hover a.btn {
  background: #40c1f0;
  color: #ffffff;
  border: 1px solid #40c1f0;
}

/*-- 02.3 HIGHLIGHTS LAYOUT 03 --*/

.highlight-layout-3 {
  background: #ffffff;
  border: 1px solid #ebebeb;
  position: relative;
  margin-bottom: 24px;
  padding: 16px;
}
.highlight-layout-3 span.fa {
  font-size: 36px;
  right: 18px;
  top: 24px;
  opacity: 0.1;
  position: absolute;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.highlight-layout-3 h2 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
  padding-right: 32px;
  margin: 6px 0 24px;
  color: #626262;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  position: relative;
}
.highlight-layout-3 h2:after {
  -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;
  position: absolute;
  content: '';
  bottom: -12px;
  left: 0;
  display: block;
  width: 60px;
  height: 2px;
  background: #40c1f0;
}
.highlight-layout-3 p {
  color: #8d8d8d;
}
.highlight-layout-3 a.btn {
  background: transparent;
  color: #656565;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.highlight-layout-3:hover span.fa {
  color: #40c1f0;
  transform: rotateY(360deg);
  opacity: 0.2;
}
.highlight-layout-3:hover h2:after {
  background: #ceeffb;
  width: 32px;
  height: 2px;
}
.highlight-layout-3:hover a.btn {
  background: #40c1f0;
  color: #ffffff;
  border: 1px solid #40c1f0;
}


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

.section-heading-container{
  margin-bottom: 24px;
}

.section-heading {
  position: relative;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #737373;
}

.section-heading:before {
  position: absolute;
  content: '';
  width: 120px;
  height: 24px;
  display: block;
  top: 36px;
  left: 50%;
  margin-left: -60px;
  background-image: url("../images/heading_seperator_alt.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.section-heading span {
  font-style: 400;
  color: #666666;
}

.section-subheading {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #7c7c7c;
  padding: 0px 42px;
  margin-bottom: 12px;
}


.section-heading-alt {
  position: relative;
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #ffffff;
}

.section-heading-alt:before {
  position: absolute;
  content: '';
  width: 120px;
  height: 24px;
  display: block;
  top: 36px;
  left: 50%;
  margin-left: -60px;
  background-image: url("../images/heading_seperator_alt.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.section-heading-alt span {
  font-style: 400;
  color: #ffffff;
}

.section-subheading-alt {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fcfcfc;
  padding: 0px 42px;
  margin-bottom: 32px;
}


h2.only-heading {
  position: relative;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 42px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #737373;
  margin-bottom: 36px;
  padding-bottom: 6px;
  border-bottom: 2px solid #EEEEEE;
  clear: both;
  width: 100%;
}
h2.only-heading:after {
  -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;
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0;
  display: block;
  width: 60px;
  height: 2px;
  background: #40c1f0;
}

/*------------------------------------ 04. WIZ COUNTER ------------------------------------*/

/*-- 04.1 COUNTER LAYOUT 01 ---*/

.section-counter{
     clear: both;
}



 .counter-block-1 {
  border: 1px solid #EEE;
  clear: both;
  padding: 24px 24px 16px 24px;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.9);
}
 .counter-block-1 .icon {
  color: #7c7c7c;
  float: left;
  font-size: 36px;
  margin: 1px 15px 0 0;
}

 .counter-block-1 .count-info {
   margin-top: 0;
  overflow: hidden;
}
 .counter-block-1 .counter {
  margin-top: 24px;
  font-size: 36px;
  color: #40c1f0;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
 .counter-block-1 h4 {
  margin-top: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #7c7c7c;
  letter-spacing: 0.04em;
  margin-bottom: 0px;
}

/*-- 04.2 COUNTER LAYOUT 02 ---*/



.counter-block-2 {
  clear: both;
}
.counter-block-2 .icon {
  font-size: 48px;
  display: block;
  margin-bottom: 24px;
  color: #e2e2e2;
}

.counter-block-2 .counter {
  margin-top: 24px;
  font-size: 32px;
  color: #40c1f0;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
.counter-block-2 h4 {
  margin-top: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.03em;
}


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

// 05.1 TEAM LAYOUT 01

.section-our-team {
  padding-top: 60px;
  padding-bottom: 60px;
}

.team-layout-1 {
  overflow: hidden;
  text-align: center;
  border: 1px solid #ebebeb;
  margin-bottom: 32px;
}
.team-layout-1 .team-member a {
  display: block;
  position: relative;
}
.team-layout-1 .team-member a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #40c1f0;
  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;
}
.team-layout-1 .team-member img {
  vertical-align: middle;
  width: 100%;
}
.team-layout-1 .team-meta {
  background: #40c1f0;
  padding: 24px 0;
}
.team-layout-1 .team-meta h3 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.team-layout-1 .team-meta p {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  text-transform: capitalize;
}
.team-layout-1 .team-social-share {
  opacity: 0;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  bottom: 0;
  width: 200px;
  -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;
}
.team-layout-1 .team-social-share a {
  display: inline-block;
  margin: 0 2px;
  background: #ffffff;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.team-layout-1:hover .team-member a {
  display: block;
  position: relative;
}
.team-layout-1:hover .team-member a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #40c1f0;
  opacity: 0.1;
  width: 100%;
  height: 100%;
}
.team-layout-1:hover .team-social-share {
  opacity: 1;
  bottom: 50%;
}
.team-layout-1:hover .team-social-share a {
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #ebebeb;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

// 05.2 TEAM LAYOUT 02

.team-layout-2 {
  overflow: hidden;
  text-align: center;
  border: 1px solid #ebebeb;
  margin-bottom: 32px;
}
.team-layout-2 .team-member a {
  display: block;
  position: relative;
}
.team-layout-2 .team-member a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #40c1f0;
  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;
}
.team-layout-2 .team-member img {
  vertical-align: middle;
  width: 100%;
}
.team-layout-2 .team-meta {
  background: #40c1f0;
  padding: 24px 0;
  -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;
}
.team-layout-2 .team-meta h3 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.team-layout-2 .team-meta p {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  text-transform: capitalize;
}
.team-layout-2 .team-social-share {
  opacity: 0;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  top: 0;
  width: 200px;
  -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;
}
.team-layout-2 .team-social-share a {
  display: inline-block;
  margin: 0 2px;
  background: #ffffff;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.team-layout-2:hover .team-member a {
  display: block;
  position: relative;
}
.team-layout-2:hover .team-member a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #40c1f0;
  opacity: 0.1;
  width: 100%;
  height: 100%;
}
.team-layout-2:hover .team-social-share {
  opacity: 1;
  top: 50%;
}
.team-layout-2:hover .team-social-share a {
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #ebebeb;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.team-layout-2:hover .team-meta {
  background: #fafafa;
}
.team-layout-2:hover .team-meta h3 {
  color: #40c1f0;
}
.team-layout-2:hover .team-meta p {
  color: #40c1f0;
}

// 05.3 TEAM LAYOUT 03 (CAROUSEL)

.teams-container {
    clear: both;
}

.teams-container [class^="col-"] {
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
}
.teams-container .owl-controls {
  opacity: 0;
  overflow: hidden;
  margin-top: -60px;
  position: absolute;
  top: 50%;
  -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;
  width: 100%;
}
.teams-container .owl-controls .owl-nav {
  text-align: center;
  clear: both;
}
.teams-container .owl-controls .owl-prev {
  float: left;
}
.teams-container .owl-controls .owl-prev i.nav-icon {
  display: inline-block;
  color: #fafafa;
  background: #40c1f0;
  border: 1px solid #ebebeb;
  width: 42px;
  height: 42px;
  line-height: 42px;
  position: relative;
  left: -16px;
  -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;
}
.teams-container .owl-controls .owl-prev:hover i.nav-icon {
  background: #fafafa;
  color: #40c1f0;
}
.teams-container .owl-controls .owl-next {
  float: right;
}
.teams-container .owl-controls .owl-next i.nav-icon {
  display: inline-block;
  color: #fafafa;
  background: #40c1f0;
  border: 1px solid #ebebeb;
  width: 42px;
  height: 42px;
  line-height: 42px;
  position: relative;
  right: -16px;
  -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;
}
.teams-container .owl-controls .owl-next:hover i.nav-icon {
  background: #fafafa;
  color: #40c1f0;
}
.teams-container:hover .owl-controls {
  opacity: 1;
}
.teams-container:hover .owl-controls .owl-prev i.nav-icon {
  left: 12px;
}
.teams-container:hover .owl-controls .owl-next i.nav-icon {
  right: 12px;
}


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

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

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

.cta-layout-1 h5 {
  font-size: 24px;
  line-height: 42px;
  color: #EEEEEE;
  margin: 20px 0px 20px 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.cta-layout-1 h2 {
  font-size: 36px;
  line-height: 48px;
  color: #FFFFFF;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}


.cta-layout-1 .video-icon {
  color: #EEE;
  display: block;
  margin: 40px auto 24px auto;
  text-align: center;
  width: 120px;
}

.cta-layout-1 .video-icon span{
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    padding: 24px 24px 24px 36px;
  -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 span:hover{
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.9);
    color: #EEE;
}

/*-- 06.2 CTA LAYOUT 02 --*/

.cta-layout-2{
    padding: 0;
    margin: 0;
    clear: both;
}
 
.cta-layout-2 h2 {
  font-size: 26px;
  line-height: 42px;
  color: #FFFFFF;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.01em;
}
.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: #13a1e3;
  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;
}

/*-- 06.3 CTA LAYOUT 03 --*/

.cta-section-3 {
    padding: 0;
    margin: 0;
    clear: both;
}

.cta-section-3 h2 {
  font-size: 26px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 300;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.01em;
}

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

// 07.1 WIZ LAYOUT 01

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

.logo-layout-1 .logo-container {
  padding: 6px;
}
.logo-layout-1 .logo-container [class^="col-"] {
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
}

.logo-carousel [class^="col-"] {
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
}

.logo-layout-1 .client-logo {
  border: 1px solid #ebebeb;
  background: #ffffff;
  margin-bottom: 0px;
}
.logo-layout-1 .client-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;
  opacity: 0.6;
  display: block;
  -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;
}
.logo-layout-1 .client-logo:hover {
  border: 1px solid #40c1f0;
}
.logo-layout-1 .client-logo:hover img {
  opacity: 1;
}

.logo-items .owl-controls {
  margin-top: 12px;
}
.logo-items .owl-controls .owl-nav {
  text-align: center;
}
.logo-items .owl-controls .owl-prev,
.logo-items .owl-controls .owl-next {
  display: inline;
  margin: 0 4px;
}
.logo-items .owl-controls i.logo-nav-icon {
  display: inline-block;
  background: transparent;
  border: 1px solid #d2d2d2;
  width: 16px;
  height: 16px;
  position: relative;
}
.logo-items .owl-controls i.logo-nav-icon:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #58c9f2;
  content: '';
}
 
 


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

.section-client-testimonial {
  background: #F9FAFB;
}

.testimony-layout-1 {
  position: relative;
  text-align: left;
  background: rgba(255, 255, 255, 0.95);
  padding: 12px 12px 0px 16px;
  margin-bottom: 12px;
}
.testimony-layout-1 div.testimony-content {
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 28px;
  margin: 12px 0 0px;
  color: #555555;
}
.testimony-layout-1 div.testimony-content:after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f10e';
  right: -6px;
  top: 24px;
  font-size: 100px;
  color: #40c1f0;
  opacity: .05;
  font-style: normal;
}

.testimony-layout-1 .testimony-meta {
  margin-top: 24px;
  padding-bottom: 16px;
  clear: both;
  overflow: hidden;
}
.testimony-layout-1 .testimony-meta img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 60px;
  height: 60px;
  margin: 1px 15px 0 0;
  float: left;
}
.testimony-layout-1 .testimony-meta .testimony-author {
  overflow: hidden;
}
.testimony-layout-1 .testimony-meta .testimony-author h6 {
  margin: 10px 0 4px;
  font-size: 16px;
  text-transform: uppercase;
}
.testimony-layout-1 .testimony-meta .testimony-author span {
  font-size: 14px;
  text-transform: uppercase;
  color: #7c7c7c;
}
.testimonial-container [class^="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}
.testimonial-container .owl-controls {
  margin-top: 0px;
}
.testimonial-container .owl-controls .owl-nav {
  text-align: center;
}
.testimonial-container .owl-controls .owl-prev,
.testimonial-container .owl-controls .owl-next {
  display: inline-block;
  margin: 0 4px;
}
.testimonial-container .owl-controls i.nav-icon {
  display: inline-block;
  background: transparent;
  border: 1px solid #d2d2d2;
  width: 20px;
  height: 9px;
  position: relative;
}
.testimonial-container .owl-controls i.nav-icon:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 3px;
  background: #58c9f2;
  content: '';
}

/*------------- Testimonial layout 2 ------------------------*/

.testimony-layout-2 {
  position: relative;
  text-align: left;
  background: #ffffff;
  padding: 12px 24px 24px 24px;
}
.testimony-layout-2 p{
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 32px;
  max-width: 512px;
  margin: 12px 0 0px;
  color: #555555;
}
.testimony-layout-2 p:after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f10e';
  right: -16px;
  top: 24px;
  font-size: 100px;
  color: #40c1f0;
  opacity: .05;
  font-style: normal;
}
.testimony-layout-2 .testimonial-meta {
  position: relative;
  clear: both;
  top: 8px;
}
.testimony-layout-2 .testimonial-meta img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 60px;
  height: 60px;
  margin: -8px auto 24px auto;
  float: left;
  display: block;
}
.testimony-layout-2 .testimonial-meta h6 {
  margin: 12px 0 0 66px;
  font-size: 18px;
  text-transform: uppercase;
}
.testimony-layout-2 .testimonial-meta span {
  margin: 12px 0 0 6px;
  font-size: 14px;
  text-transform: uppercase;
  color: #7c7c7c;
}
.testimonial-container-2 .owl-nav div {
  color: #f9fafb;
  font-size: 90px;
  line-height: 140px;
  margin-top: -70px;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.testimonial-container-2 .owl-nav div.owl-prev {
  left: 30px;
}
.testimonial-container-2 .owl-nav div.owl-next {
  right: 30px;
}
.testimonial-container-2 .owl-nav div:hover {
  opacity: 0.4;
}

/*------------------------------ QUESTION FORM ---------------------------------*/

.ask-question-section .bkb-ques-form-container h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 42px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #737373;
}

.ask-question-section .bkb-ques-form-container h2:after {
  -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;
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0;
  display: block;
  width: 60px;
  height: 3px;
  background: #40c1f0;
}

/*------------------------------------ 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: 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. 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;
}

/*------------------------------------ 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 NEWS ------------------------------------*/


.news-layout-1 {
  background: #ffffff;
  border: 1px solid #ebebeb;
}
.news-layout-1 .news-img {
  display: block;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.news-layout-1 .news-img img {
  margin-bottom: 0px;
  width: 100%;
  display: block;
  padding: 0px;
  margin: 0px;
  min-height: 210px;
}
.news-layout-1 .news-img .date-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 60px;
  background: rgba(64,193,240, 0.9);
  font-size: 30px;
  width: 140px;
  text-align: center;
  color: #ffffff;
  padding: 6px 0;
  font-weight: 600;
}
.news-layout-1 .news-img .date-meta span {
  font-size: 16px;
  display: block;
}
.news-layout-1 .news-meta {
  list-style: none;
  overflow: hidden;
  margin: 6px 0;
}
.news-layout-1 .news-meta li {
  display: block;
}
.news-layout-1 .news-button {
  border-radius: 0px;
  border: 0px;
  transition: all 0.4s ease 0s;
  background: #40c1f0;
  font-size: 14px;
  color: #ffffff;
}
.news-layout-1 .news-button:hover {
  background: #FFFFFF;
  border: 0px;
  color: #40c1f0;
}
.news-layout-1 .news-content {
  padding: 0px 12px 24px 12px;
}
.news-layout-1 .news-content .news-text h5 a {
  font-family: 'Montserrat', sans-serif;
  margin-top: 32px;
  color: #444444;
  font-size: 18px;
  line-height: 32px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
}
.news-layout-1 .news-content .news-text p {
  font-size: 16px;
  font-weight: normal;
  color: #737373;
}
.news-layout-1:hover .news-img:before {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.news-layout-1:hover .news-button {
  background: #40c1f0;
  color: #FFFFFF;
}
.news-layout-1:hover .news-button .fa {
  color: #FFFFFF;
}


/***********************************************************************************************/
/* 14. RESPONSIVE STYLING */
/***********************************************************************************************/



/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 991px) {
 
     .bkb-live-search-form,
     #jumbotron_1 .search-form-container{
        padding: 0 32px;
    }

    .jumbo_search_box{
        min-height: 250px;
    }

    #jumbotron_1 .jumbotron-content {
        top: 50%;
        transform: translateY(-50%);
    }

    #jumbotron_1 .jumbotron-content h2{
        font-size: 22px;
        display: block;
        line-height: 28px;
        padding: 0 6px;
    }


    #jumbotron_1 .jumbotron-content h3 {
        display: block;
        padding: 0 6px;
        font-size: 14px;
        margin: 0 0 20px 0;
        line-height: 22px;
    }
     

    #jumbotron_1 .jumbotron-content .jumbotron-btn-container a.btn-jumbotron, 
    #jumbotron_1 .jumbotron-content .jumbotron-btn-container a.btn-jumbotron-2 {
        padding-left: 6px;
        padding-right: 6px;
        line-height: 32px;
        font-weight: 400;
    }
    
  .section-content-block {
    padding: 60px 0;
    margin: 0 12px !important;
  }
  .section-kb-features {
    padding-top: 36px;
  }
  .section-kb-features .highlight-layout-1 {
    margin: 42px 0 0 0;
  }
  .section-heading {
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 36px;
  }
  .section-subheading {
    font-size: 16px;
    line-height: 24px;
  }
  .page-header {
    padding: 80px 0;
  }
  .kb-cat-block {
    padding: 12px;
  }
  .kb-cat-block span {
    display: none;
  }
  
  .ask-question-section{
      margin: 0 12px !important;
  }
  
  .ask-question-section .ask-question-block {
    padding: 24px 16px;
  }
  .bkb-ques-form-container {
    width: 700px;
    margin: 0 auto;
  }
  .section-news-block {
    padding-bottom: 32px;
  }
  .news-layout-1 {
    margin: 0 0 48px 0;
  }
  .about_couter_block {
    margin: 48px 0;
  }
  .page-header {
    padding: 80px 0;
  }
  
  .ask-question-section .ask-question-block h2{
      font-size: 16px;
      font-weight: 500;
  }
  .faq-ask-question-section {
    padding: 0px;
  }
  
  .cta-layout-2{
    font-size: 32px;
    margin: 0;
    clear: both;
  }
  
  .cta-layout-2 a{
      float: left;
      margin-top: 12px;
  }
  
  .cta-layout-3{
      padding: 0;
  }
  
  .cta-layout-3 h2 {
    font-size: 20px;
    line-height: 32px;
    margin: 0 12px;
  }
  
  .counter-block-2{
      margin-bottom: 32px;
  }
  
  .client-logo{
      margin-bottom: 24px;
  }
  
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    
    .bkb-live-search-form,
    #jumbotron_1 .search-form-container{
        padding: 0 32px;
    }

    .jumbo_search_box{
        min-height: 250px;
    }

    #jumbotron_1 .jumbotron-content {
        top: 50%;
        transform: translateY(-50%);
    }

    #jumbotron_1 .jumbotron-content h2{
        font-size: 22px;
        display: block;
        line-height: 28px;
        padding: 0 6px;
    }


    #jumbotron_1 .jumbotron-content h3 {
        display: block;
        padding: 0 6px;
        font-size: 14px;
        margin: 0 0 20px 0;
        line-height: 22px;
    }
     

    #jumbotron_1 .jumbotron-content .jumbotron-btn-container a.btn-jumbotron, 
    #jumbotron_1 .jumbotron-content .jumbotron-btn-container a.btn-jumbotron-2 {
        padding-left: 6px;
        padding-right: 6px;
        line-height: 32px;
        font-weight: 400;
    }
   
   .section-content-block {
    padding: 32px 0;
    margin: 0 12px !important;
  }
  
  .section-kb-features {
    padding-top: 36px;
  }
  .section-kb-features .highlight-layout-1 {
    margin: 42px 0 0 0;
  }
  .section-heading {
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 36px;
  }
  .section-heading:before {
    display: none;
  }
  .section-subheading {
    font-size: 16px;
    line-height: 24px;
    display: none;
  }
  .page-header {
    padding: 80px 0;
  }
  .kb-cat-block {
    padding: 12px;
  }
  .kb-cat-block span {
    display: none;
  }
  .ask-question-section .ask-question-block {
    padding: 24px 16px;
  }
  
  h2.theme-blue-title-bar a {
    line-height: 24px;
  }
  .news-layout-1 {
    margin: 0 0 48px 0;
  }
  .about_couter_block {
    margin: 48px 0;
  }
  .page-header {
    padding: 80px 0;
  }
  .page-header h3 {
    font-size: 28px;
    line-height: 32px;
    margin: 12px 0;
  }
  
  .ask-question-section .ask-question-block {
    margin: 0 10px 0 0 !important;
    padding: 0 12px  !important;
  }
  
  .ask-question-section .ask-question-block h2{
      font-size: 16px;
      font-weight: 500;
  }
  .faq-ask-question-section {
    padding: 0px;
  }
  
  .cta-layout-2{
    font-size: 32px;
    margin: 0 12px;
    clear: both;
  }
  
  .cta-layout-2 a{
      float: left;
      margin-top: 12px;
  }
  
  .cta-section-2 h2 {
    font-size: 32px;
  }
  
  .cta-layout-3{
      padding: 0;
  }
  
  .cta-layout-3 h2 {
    font-size: 20px;
    line-height: 32px;
    margin: 0 12px;
  }
  
  .counter-block-2{
      margin-bottom: 32px;
  }
  
  .client-logo{
      margin-bottom: 24px;
  }
  
  .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;
  }
  
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 0px) and (max-width: 479px) {
 
    .bkb-live-search-form,
    #jumbotron_1 .search-form-container{
        padding: 0 32px;
    }

    .jumbo_search_box{
        min-height: 250px;
    }

    #jumbotron_1 .jumbotron-content {
        top: 50%;
        transform: translateY(-50%);
    }

    #jumbotron_1 .jumbotron-content h2{
        font-size: 22px;
        display: block;
        line-height: 28px;
        padding: 0 6px;
    }


    #jumbotron_1 .jumbotron-content h3 {
        display: block;
        padding: 0 6px;
        font-size: 14px;
        margin: 0 0 20px 0;
        line-height: 22px;
    }

    #jumbotron_1 .jumbotron-content .jumbotron-btn-container a.btn-jumbotron, 
    #jumbotron_1 .jumbotron-content .jumbotron-btn-container a.btn-jumbotron-2 {
        padding-left: 6px;
        padding-right: 6px;
        line-height: 32px;
        font-weight: 400;
    }
    
  .section-content-block {
    padding: 32px 0;
    margin: 0 12px !important;
  }
  .section-kb-features {
    padding-top: 36px;
  }
  .section-kb-features .highlight-layout-1 {
    margin: 42px 0 0 0;
  }
  .section-heading {
    font-size: 18px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 24px;
    
    hyphens: none;
    word-wrap: normal;
  }
  .section-heading:before {
    display: none;
  }
  .section-subheading {
    font-size: 16px;
    line-height: 24px;
    display: none;
  }
  .page-header {
    padding: 80px 0;
  }
  .kb-cat-block {
    padding: 12px;
  }
  .kb-cat-block span {
    display: none;
  }
  
  .bkb-ques-form-container {
    width: 100%;
  }
  
  h2.theme-blue-title-bar a {
    line-height: 14px;
  }
  
  .section-counter {
    padding: 32px 0 0;
  }
  
  .counter-block-2{
      margin-bottom: 32px;
  }
  
  .client-logo{
      margin-bottom: 24px;
  }
  
  .logo-layout-1 .logo,
  .logo-layout-2 .logo {
    margin-top: 0px;
  }
 
  .ask-question-section .ask-question-block {
    margin: 0 10px 0 0 !important;
    padding: 0 12px  !important;
  }
  
  .ask-question-section .ask-question-block h2{
      font-size: 16px;
      font-weight: 500;
  }
  .faq-ask-question-section {
    padding: 0px;
  }
  
  .cta-layout-2{
    font-size: 32px;
    margin: 0 12px;
    clear: both;
  }
  
  .cta-layout-2 a{
      float: left;
      margin-top: 12px;
  }
  
  .cta-layout-3{
      padding: 0;
  }
  
  .cta-layout-3 h2 {
    font-size: 20px;
    line-height: 32px;
    margin: 0 12px;
  }
  
  .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;
  }
  
}