/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*      00. COMMON CLASS
/*      01.0 SLIDER
/*      01.1 JUMBOTRON SEARCH BOX 
/*      01.2 BANNER
/*      02. HIGHLIGHTS BLOCK
/*        02.1 HIGHLIGHTS LAYOUT 01
/*        02.2 HIGHLIGHTS LAYOUT 02
/*      03. HEADING BLOCK
/*      04. COUNTER  BLOCK
/*        04.1 COUNTER LAYOUT 01
/*        04.2 COUNTER LAYOUT 02
/*      05. TEAM  BLOCK
/*        05.1 TEAM LAYOUT 01
/*      06. CTA  BLOCK
/*        06.1 CTA LAYOUT 01
/*        06.2 CTA LAYOUT 02
/*        06.3 CTA LAYOUT 03
/*      07. LOGOS  BLOCK
/*      08. TESTIMONIAL  BLOCK
/*      09. CONTACT FORM 
/*      10. HEADER BLOCK
/*      11. NEWS LAYOUT
/*      12. PORTFOLIO BLOCK
/*      13. PRICE TABLE BLOCK
/*      14. GALLERY BLOCK
/*      15. RESPONSIVE STYLING
/*
/*========================================================================*/

/*------------------------------------ 00. 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;
  font-size: 0px;
  line-height: 0px;
  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: 80px 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;
  color: #FFFFFF !important;
  background: #40C1F0;
  border: 1px solid #40C1F0;
  padding: 16px 32px;
  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: #40C1F0;
  background: #444444;
  border: 1px solid #444444;
}

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

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

.margin-reverse-top{
    margin-top: -270px;
    margin-bottom: 42px;
}

.padding-reverse-bottom{
    padding-bottom: 200px;
}

a.btn-theme {
    border: 0px;
    background: #13B4EF;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    padding: 16px 36px;
    position: relative;
    -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;
    margin-bottom: 0;
    letter-spacing: 0em;
    overflow: hidden;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

a.btn-theme:hover {
    color: #FFFFFF;
    background-color: #254559;
}
a.btn-theme-invert {
    color: #FFFFFF  !important;
    background-color: #254559  !important;
}
a.btn-theme-invert:hover {
    background: #111111 !important;
    color: #FFFFFF  !important;
}
a.btn-capitalize {
    text-transform: capitalize !important;
}

a.btn-theme-small{
  font-weight: normal;
  padding: 4px 16px;
  margin: 6px 0;
}

a.btn-theme.btn-rounded {
    -webkit-border-radius: 32px !important;
    border-radius: 32px !important;
}

a.btn-theme.btn-semi-rounded {
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
}

@-webkit-keyframes pulse-effect {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 100, 0);
  }
  20% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 100, 0.3);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 100, 0.5);
  }
  80% {
    -webkit-box-shadow: 0 0 0 15px rgba(242, 87, 100, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 100, 0);
  }
}
@keyframes pulse-effect {
  0% {
    -moz-box-shadow: 0 0 0 5px rgba(242, 87, 100, 0);
    box-shadow: 0 0 0 5px rgba(242, 87, 100, 0);
  }
  20% {
    -moz-box-shadow: 0 0 0 10px rgba(242, 87, 100, 0.3);
    box-shadow: 0 0 0 10px rgba(242, 87, 100, 0.3);
  }
  50% {
    -moz-box-shadow: 0 0 0 15px rgba(242, 87, 100, 0.5);
    box-shadow: 0 0 0 15px rgba(242, 87, 100, 0.5);
  }
  80% {
    -moz-box-shadow: 0 0 0 10px rgba(242, 87, 100, 0.3);
    box-shadow: 0 0 0 10px rgba(242, 87, 100, 0.3);
  }
  100% {
    -moz-box-shadow: 0 0 0 5px rgba(242, 87, 100, 0);
    box-shadow: 0 0 0 5px rgba(242, 87, 100, 0);
  }
}@-webkit-keyframes pulse-effect {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 100, 0);
  }
  20% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 100, 0.3);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 100, 0.5);
  }
  80% {
    -webkit-box-shadow: 0 0 0 15px rgba(242, 87, 100, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 100, 0);
  }
}
@keyframes pulse-effect {
  0% {
    -moz-box-shadow: 0 0 0 5px rgba(242, 87, 100, 0);
    box-shadow: 0 0 0 5px rgba(242, 87, 100, 0);
  }
  20% {
    -moz-box-shadow: 0 0 0 10px rgba(242, 87, 100, 0.3);
    box-shadow: 0 0 0 10px rgba(242, 87, 100, 0.3);
  }
  50% {
    -moz-box-shadow: 0 0 0 15px rgba(242, 87, 100, 0.5);
    box-shadow: 0 0 0 15px rgba(242, 87, 100, 0.5);
  }
  80% {
    -moz-box-shadow: 0 0 0 10px rgba(242, 87, 100, 0.3);
    box-shadow: 0 0 0 10px rgba(242, 87, 100, 0.3);
  }
  100% {
    -moz-box-shadow: 0 0 0 5px rgba(242, 87, 100, 0);
    box-shadow: 0 0 0 5px rgba(242, 87, 100, 0);
  }
}

/*----- CUSTOM MARGIN ----*/
.no-margin {
  margin: 0px !important;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-12 {
  margin-top: 12px !important;
}
.margin-top-24 {
  margin-top: 24px !important;
}
.margin-top-32 {
  margin-top: 32px !important;
}
.margin-top-90 {
  margin-top: 90px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-12 {
  margin-bottom: 12px !important;
}
.margin-bottom-24 {
  margin-bottom: 24px !important;
}
.margin-bottom-32 {
  margin-bottom: 32px !important;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-right-0 {
  margin-right: 0px;
}
/*----- CUSTOM PADDING ----*/
.no-gutter [class^="col-"] {
  padding: 0px;
}
.no-padding {
  padding: 0px !important;
}
.padding-left-0 {
  padding-left: 0px;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-11 {
  padding-right: 11px;
}

hr.custom-line{
    border: 0;
    border-bottom: 1px solid #f1f1f1;
}

/*----- Custom Social Icons ----*/

.custom-social-icons{
    margin-top: 12px;
    clear: both;
}

.custom-social-icons .btn-social-icon {
  
    height: 42px;
    width: 42px;
    border: 0;
    border-radius: 0px !important;
    margin: 3px 3px;
    color: #FFFFFF;
    background-color: #13B4EF;
}

.custom-social-icons .btn-social-icon .fa{
      line-height: 32px;
}

.custom-social-icons .btn-social-icon:hover {
    color: #FFFFFF;
    background-color: #22afe6;
}

/*----- Custom Box Shadow  ----*/

.theme-custom-box-shadow{
    border: 0px solid transparent;
    position: relative;
    top: 0;
    box-shadow: 0 1px 5px rgba(0,0,0,.07);
    -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;
}

.theme-custom-box-shadow:hover{
    border: 0px solid transparent;
    top: -3px;
    box-shadow: 0px 10px 25px rgba(0,0,0,.05);
}
    

/*------------------------------------ 01.0 SLIDER ------------------------------------*/

.slider-wrap {
    clear: both;
}
#slider_1 {
    text-align: center;
}
#slider_1 .item img {
    display: block;
    width: 100%;
    height: auto;
}
#slider_1 .slider_item_container {
    position: relative;
    text-align: center;
    width: 100%;
    min-height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background: #000000;
}
#slider_1 .slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 32px;
}

#slider_1 .slider-content h1 {
     letter-spacing: 0.01em;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    color: inherit;
}

#slider_1 .slider-content h2 {
    letter-spacing: 0.01em;
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    margin: 0px 0 0;
    color: #ffffff;
}

#slider_1 .slider-content h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.02em;
    margin: 16px 0 0;
    color: #ffffff;
}

#slider_1 .slider-content h2 span {
    padding: 0 3px;
    font-weight: 400;
}
#slider_1 .slider-content .slider-button {
    display: block;
    margin-top: 24px;
}
#slider_1 .slider-content a.btn-slider {
    font-size: 16px;
    background: rgba(64,193,240,0.7);
    border: 2px solid #40c1f0;
    color: #ffffff;
    line-height: 32px;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 600;
    text-align: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
#slider_1 .slider-content a.btn-slider:hover {
    background: rgba(64,193,240,0.9);
    color: #ffffff;
}

#slider_1 .slider-content a.btn+a.btn{
    margin-left: 16px;
}

#slider_1 .slider-content a.btn-slider-2 {
    margin-left: 12px;
    font-size: 16px;
    background: rgba(64,193,240,0.7);
    border: 2px solid #40c1f0;
    color: #ffffff;
    line-height: 32px;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 600;
    text-align: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
#slider_1 .slider-content a.btn-slider-2:hover {
    
    background: rgba(64,193,240,0.9);
    color: #ffffff;
}

#slider_1 .slider-contents-info {
    background: rgba(0, 0, 0, 0.5);
    padding: 12px 42px 42px 42px;
    display: block;
}

#slider_1 .owl-nav {
  -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;
  opacity: 0;
  margin: 0;
  z-index: 1;
}
#slider_1 .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
#slider_1 .owl-nav .owl-prev {
  left: 3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 42px;
  color: #FFFFFF;
  background: transparent;
  margin-top: -42px;
  -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;
  text-align: center;
}
#slider_1 .owl-nav .owl-prev:hover {
  color: #13B4EF;
  background: transparent;
}
#slider_1 .owl-nav .owl-next {
  right: 3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 42px;
  color: #FFFFFF;
  background: transparent;
  margin-top: -42px;
  -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;
  text-align: center;
}
#slider_1 .owl-nav .owl-next:hover {
  color: #13B4EF;
  background: transparent;
}
#slider_1 .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  text-align: center;
}
#slider_1 .owl-dots .owl-dot {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 2px;
  width: 16px;
  height: 8px;
  background: #FAFAFA;
  margin: 0 4px;
}
#slider_1 .owl-dots .owl-dot span {
  display: none;
}
#slider_1 .owl-dots .active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 24px;
  background: #13B4EF;
}
#slider_1 .owl-dots .active span {
  display: none;
}
#slider_1:hover .owl-nav {
  opacity: 1;
}
#slider_1:hover .owl-nav .owl-prev {
  left: 1%;
}
#slider_1:hover .owl-nav .owl-next {
  right: 1%;
}

.slide-bg {
  height: 100%;
  width: 100%;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-origin: initial;
  background-repeat: no-repeat;
/*  -webkit-transition: all 6s ease-out;
  -moz-transition: all 6s ease-out;
  -o-transition: all 6s ease-out;
  transition: all 6s ease-out;*/
  transform:  rotate(0deg) scale(1);
}
.slidezoom {
   -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.owl-carousel .owl-item {
  overflow: hidden !important;
}


/*------------------------------------ 01.1. JUMBOTRON SEARCH BOX ------------------------------------*/


#jumbotron_1 {
  clear: both;
}

#jumbotron_1:before{
    clear: both;
}

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

#jumbotron_1 .item img {
    display: none;
}

#jumbotron_1 .jumbotron-content {
    position: absolute;
    top: 38%;
    width: 100%;
    hyphens: none;
    word-wrap: normal;
    z-index: 10000000;
}
#jumbotron_1 .jumbotron-content h2 {
  font-size: 46px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 0em;
  color: #FFFFFF;
}
#jumbotron_1 .jumbotron-content h2 span {
  background: rgba(64, 193, 240, 0.7);
  padding: 0 5px;
}
#jumbotron_1 .jumbotron-content h3 {

  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0em;
  margin: 6px 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;
}

/*-----  JUMBO SEARCH INPUT FIELD----*/

form.bkb-live-search-form.bkb-jumbo-search-box #s {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid lightgray;
    height: 3em;
    padding: 12px;
    -moz-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
}


/*------------------------------------ 01.2 BANNER ------------------------------------*/

.section-banner {
    padding: 250px 0px 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.banner-content {
    width: 100%;
}
.banner-content h2 {
    letter-spacing: 0.02em;
    position: relative;
    font-size: 80px;
    line-height: 92px;
    font-weight: 900;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #666666;
}
.banner-content h2 span {
    padding: 0;
    font-weight: 900;
    color: #a5d164;
}
.banner-content h3 {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
}

.section-banner a.btn-theme+a.btn-theme{
    margin-left: 16px;
}

/*----- Product Feature Block ----*/

.section-product-feat {
    position: relative;
    padding: 0;
}
.feat-img-side-bg {
  left: 0;
  padding: 0;
  position: absolute !important;
  top: 0px;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}
.feat-img-side-bg.img {
  position: absolute;
  top: -30px;
  left: 0;
  max-width: 100%;
}

.product-feat-info-block {
    padding: 52px 0 52px 30px;
    margin-right: 100px;
    max-width: 600px;
}
.product-feat-inner-info {
    margin-top: 72px;
    margin-bottom: 60px;
}

/*------------------------------------ 02. HIGHLIGHTS BLOCK ------------------------------------*/

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

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



.highlight-layout-1 {
    -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;
    background: #ffffff;
    border: 1px solid #ebebeb;
    position: relative;
    margin: 32px 0 12px;
    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.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #40c1f0;
    color: #ffffff;
    text-align: center;
}

.highlight-layout-1 h2 {
    margin-top: 12px;
    margin-bottom: 16px;
    font-size: 18px;
    color: #626262;
    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;
    border: 1px solid #ebebeb;
}

.highlight-layout-1:hover span.fa {
    color: #FAFAFA;
    background: #22afe6;
    opacity: 1;
}

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

/*-----  Left Aligned Item----*/

.highlight-layout-1.text-left span.fa{
    left: 0;
    margin-left: 24px;
}


.highlight-layout-1.text-left h2::after{
    left: 0;
    margin-left: 0px;
}

/*----- Right Aligned Item----*/

.highlight-layout-1.text-right span.fa{
    left: initial;
    right: 0;
    margin-right: 24px;
}


.highlight-layout-1.text-right h2::after{
    left: initial;
    right: 0;
    margin-left: 0px;
}

/*-- 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 #ebebeb;
    position: relative;
    margin: 24px 0 24px 0px;
    padding: 24px 12px 16px;
}

.highlight-layout-2:hover{
    background: #fafafa;
    border: 1px solid #ebebeb;
}

.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;
    font-size: 18px;
    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: #22AFE6;
}

.highlight-layout-2:hover h2 a {
    color: #40c1f0;
}

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

.highlight-layout-3 {
    -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 #ebebeb;
    position: relative;
    margin-bottom: 24px;
    padding: 16px;
}

.highlight-layout-3 span.fa {
 display: inline;
  font-size: 36px;
  right: 18px;
  top: 24px;
  opacity: 0.8;
  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 {
  font-size: 18px;
  line-height: 28px;
  padding-right: 32px;
  margin: 6px 0 24px;
  color: #626262;
  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: 50%;
  margin-left: -30px;
  display: block;
  width: 60px;
  height: 2px;
  background: #40c1f0;
}

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

.highlight-layout-3:hover{
    border: 1px solid #ebebeb;  
}

.highlight-layout-3:hover span.fa {
  color: #40c1f0;
  transform: rotateY(360deg);
  opacity: 1;
}

.highlight-layout-3:hover h2:after {
  background: #22afe6;
  width: 32px;
  height: 2px;
}


/*----- Left Aligned Item----*/

.highlight-layout-3.text-left h2::after{
    left: 0;
    margin-left: 0px;
}

/*----- Right Aligned Item----*/

.highlight-layout-3.text-right h2{
    padding-right: 0;
    padding-left: 32px;
}

.highlight-layout-3.text-right h2::after{
    left: initial;
    right: 0;
    margin-left: 0px;
    margin-right: 0px;
}

.highlight-layout-3.text-right span.fa{
    right: initial;
    left: 18px;
}


/*----- Badges ----*/

.custom-badge{
    position: absolute;
    top: -18px;
    right: 12px;
    width: 100px;
    text-align: center;
    z-index: 1;
    border-radius: 0 !important;
    padding: 8px 0 !important;
    font-weight: normal !important;
    font-size: 16px !important;
}

/*----- box shadow ----*/

.highlight-box-shadow{
    top: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
}

.highlight-box-shadow:hover{
    border: 0px solid transparent;
    top: -3px;
    box-shadow: 0px 10px 40px rgba(0,0,0,.08);
}

/*-----  No Padding Highlight----*/

.no-padding-highlight-box{
    padding: 0 0 24px 0;
}
    

/*-- Highlights Carousel Layout --*/

.highlight-carousel [class^="col-"] {
  width: 100%;
  margin-top: 24px;
}

.highlight-carousel .owl-nav {
  -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;
  opacity: 0.6;
  margin: 0;
  z-index: 1;
}
.highlight-carousel .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.highlight-carousel .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  height: 48px;
  margin-top: -24px;
  color: #13B4EF;
  background: transparent;
  -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;
  text-align: left;
}
.highlight-carousel .owl-nav .owl-prev:hover {
  color: #5c96bb;
}
.highlight-carousel .owl-nav .owl-next {
  right: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  height: 48px;
  margin-top: -24px;
  color: #13B4EF;
  background: transparent;
  -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;
  text-align: right;
}
.highlight-carousel .owl-nav .owl-next:hover {
  color: #5c96bb;
}
.highlight-carousel .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}
.highlight-carousel .owl-dots .owl-dot {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px;
  width: 20px;
  height: 11px;
  background: transparent;
  border: 1px solid #CCCCCC;
  margin: 0 4px;
}
.highlight-carousel .owl-dots .owl-dot span {
  display: block;
  background: #254559;
}
.highlight-carousel .owl-dots .active span {
  padding: 0px;
  width: 14px;
  height: 5px;
  background: #13B4EF;
  position: relative;
  left: -2px;
  top: -2px;
}
.highlight-carousel:hover .owl-nav {
  opacity: 1;
}

/*------------------------------------ 03. HEADING BLOCK ------------------------------------*/

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

.section-heading {
  position: relative;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 24px;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #737373;
}

.section-heading:before {
  position: absolute;
  content: '';
  width: 100px;
  height: 24px;
  display: block;
  bottom: -24px;
  left: 50%;
  margin-left: -50px;
  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;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #ffffff;
}

.section-heading-alt:before {
  position: absolute;
  content: '';
  width: 100px;
  height: 24px;
  display: block;
  bottom: -24px;
  left: 50%;
  margin-left: -50px;
  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: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #FCFCFC;
  padding: 0px 42px;
  margin-bottom: 12px;
}

h2.only-heading {
  position: relative;
  font-size: 24px;
  line-height: 42px;
  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;
}

/*-----  Left Alignment ----*/

.section-heading-container.text-left .section-heading:before,
.section-heading-container.text-left .section-heading-alt:before{
    margin: 0;
    left: 0;
}

/*----- Right Alignment ----*/

.section-heading-container.text-right .section-heading-alt:before ,
h2.only-heading.text-right::after{
    left: initial;
    right: 0;
}

.section-heading-container.text-left .section-subheading,
.section-heading-container.text-left .section-subheading-alt,
.section-heading-container.text-right .section-subheading-alt{
    padding: 0;
}


/*-----  Center Alignment ----*/

.only-heading.text-center:after{
    left: 50%;
    margin-left: -30px;
}

/*----- Alerted Position ----*/

.kdesk_heading_pos_alt h2.section-heading,
.kdesk_heading_pos_alt h2.section-heading-alt{
    clear: both;
    margin-top: 24px;
}

.kdesk_heading_pos_alt h2.section-heading:before,
.kdesk_heading_pos_alt h2.section-heading-alt:before{
  top: -20px;  
}

/*------------------------------------ 04. COUNTER  BLOCK ------------------------------------*/

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

.section-counter{
    clear: both;
}

.counter-block-1 {
    clear: both;
    padding: 32px 24px 32px 24px;
    margin-bottom: 24px;
    background: rgba(255, 255, 255, 0.9);
}

.counter-block-1 .icon {
    color: #444444;
    float: left;
    font-size: 36px;
    margin: 18px 18px 0 0;
}

.counter-block-1 .count-info {
    margin-top: 0;
    overflow: hidden;
}

.counter-block-1 .counter {
    margin-top: 24px;
    font-size: 36px;
    line-height: 42px;
    color: #40c1f0;
    font-weight: 700;
    
}

.counter-block-1 h4 {
    margin-top: 5px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #7c7c7c;
    letter-spacing: 0em;
    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: #444444;
}

.counter-block-2 .counter {
    margin-top: 24px;
    font-size: 36px;
    line-height: 42px;
    color: #40c1f0;
    font-weight: 700;
}

.counter-block-2 h4 {
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.03em;
}

/*------------------------------------ 05. TEAM  BLOCK ------------------------------------*/

/*----- 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 {
    
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

.team-layout-1 .team-meta p {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.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 {
    
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

.team-layout-2 .team-meta p {
    color: #ffffff;
    font-size: 14px;
    
    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) ----*/

.team-container {
    clear: both;
}

.team-container [class^="col-"] {
  width: 100%;
  margin-top: 24px;
}

.team-container .owl-nav {
  -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;
  opacity: 0.6;
  margin: 0;
  z-index: 1;
}
.team-container .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.team-container .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  height: 48px;
  margin-top: -24px;
  color: #13B4EF;
  background: transparent;
  -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;
  text-align: left;
}
.team-container .owl-nav .owl-prev:hover {
  color: #5c96bb;
}
.team-container .owl-nav .owl-next {
  right: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  height: 48px;
  margin-top: -24px;
  color: #13B4EF;
  background: transparent;
  -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;
  text-align: right;
}
.team-container .owl-nav .owl-next:hover {
  color: #5c96bb;
}
.team-container .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}
.team-container .owl-dots .owl-dot {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px;
  width: 20px;
  height: 11px;
  background: transparent;
  border: 1px solid #CCCCCC;
  margin: 0 4px;
}
.team-container .owl-dots .owl-dot span {
  display: block;
  background: #254559;
}
.team-container .owl-dots .active span {
  padding: 0px;
  width: 14px;
  height: 5px;
  background: #13B4EF;
  position: relative;
  left: -2px;
  top: -2px;
}
.team-container:hover .owl-nav {
  opacity: 1;
}



/*------------------------------------ 06. CTA  BLOCK ------------------------------------*/

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

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

.cta-layout-1{
    padding: 24px;
}

.cta-layout-1 h5 {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin: 20px 0px 20px 0px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.cta-layout-1 h2 {
  font-size: 36px;
  line-height: 42px;
  color: #111111;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0em;
}


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

.cta-layout-1 .video-icon span{
    box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    padding: 24px 24px 24px 36px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cta-layout-1 .video-icon span:hover{
    box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.6);
    color:  #22afe6;
}

.cta-layout-1 .video-icon span.cta-video-btn-semi-round{
    border-radius: 6px;
}

.cta-layout-1 .video-icon span.cta-video-btn-square{
    border-radius: 0px;
}

/*----- CTA Left Aligned ----*/
.cta-layout-1.text-left{
    padding: 24px 0;
}

.cta-layout-1.text-left .video-icon{
    text-align: left;
    margin: 24px 0;
}

/*----- CTA Right Aligned ----*/
.cta-layout-1.text-right{
    padding: 24px 0;
}

.cta-layout-1.text-right .video-icon{
    text-align: right;
    margin: 24px 0;
}

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

.cta-layout-2{
    padding: 0;
    margin: 0;
    clear: both;
}

.cta-layout-2 .cta-info{
    padding-right: 200px;
}

.cta-layout-2 .cta-btn-container{
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -32px;
}
 
.cta-layout-2 h2 {
  font-size: 26px;
  line-height: 36px;
  color: #111111;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.01em;
}
.cta-layout-2 h5 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #333333;
  margin-top: 12px
}

.cta-btn-container{
    text-align: center;
}

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

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

.cta-layout-3 h2 {
  font-size: 24px;
  line-height: 36px;
  color: #111111;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.01em;
}

/*-----  17. VIDEO BLOCK ----*/


.video-box-layout-1 {
    display: block;
    padding: 0px 0px 0px;
}
.video-box-layout-1 .video-box-container {
    overflow: hidden;
    position: relative;
    /*min-height: 440px;*/
}
.video-box-layout-1 .video-box-container:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3000px;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    -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;
}
.video-box-layout-1 .video-box-container:after {
    color: #343434;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f04b';
    width: 110px;
    height: 110px;
    line-height: 102px;
    font-size: 42px;
    top: 50%;
    left: 50%;
    margin-left: -55px;
    margin-top: -55px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    text-align: center;
    text-indent: 5px;
    -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;
    border: 5px solid #40c1f0;
}
.video-box-layout-1 .video-box-container img {
    display: block;
    width: 100%;
}
.video-box-layout-1 .video-box-container:hover:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3000px;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
}
.video-box-layout-1 .video-box-container:hover:after {
    color:#111111;
    background: rgba(255, 255, 255, 0.7);
    border: 5px solid #333333;
}

/*------------------------------------ 07. LOGOS  BLOCK ------------------------------------*/

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

/*-----  07.1 LOGO LAYOUT 01 ----*/

.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 [class^="col-"] {
  width: 100%;
  margin-top: 24px;
}

.logo-items .owl-nav {
  -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;
  opacity: 0.6;
  margin: 0;
  z-index: 1;
}

.logo-items .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.logo-items .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  height: 48px;
  margin-top: -24px;
  color: #13B4EF;
  background: transparent;
  -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;
  text-align: left;
}

.logo-items .owl-nav .owl-prev:hover {
  color: #5c96bb;
}

.logo-items .owl-nav .owl-next {
  right: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  height: 48px;
  margin-top: -24px;
  color: #13B4EF;
  background: transparent;
  -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;
  text-align: right;
}

.logo-items .owl-nav .owl-next:hover {
  color: #5c96bb;
}

.logo-items .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}

.logo-items .owl-dots .owl-dot {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px;
  width: 20px;
  height: 11px;
  background: transparent;
  border: 1px solid #CCCCCC;
  margin: 0 4px;
}

.logo-items .owl-dots .owl-dot span {
  display: block;
  background: #254559;
}

.logo-items .owl-dots .active span {
  padding: 0px;
  width: 14px;
  height: 5px;
  background: #13B4EF;
  position: relative;
  left: -2px;
  top: -2px;
}

.logo-items:hover .owl-nav {
  opacity: 1;
}


/*------------------------------------ 08. TESTIMONIAL  BLOCK ------------------------------------*/

.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-size: 17px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 28px;
  margin: 12px 0 0px;
  color: #555555;
}

.testimony-layout-1 div.testimony-content:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f10e';
  right: -6px;
  top: 24px;
  font-size: 100px;
  color: #40c1f0;
  opacity: 0.1;
  font-style: normal;
}

.testimony-layout-1 .testimony-meta {
  margin-top: 16px;
  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 Centered Aligned  ----*/

.testimony-layout-1.text-center{
    text-align: center;
}

.testimony-layout-1.text-center .testimony-meta{
    clear: both;
}

.testimony-layout-1.text-center .testimony-meta img{
    float: none;
    display: inline-block;
}

/*----- Testimonial Centered Aligned  ----*/

.testimony-layout-1.text-right{
    text-align: right;
}

.testimony-layout-1.text-right .testimony-meta{
    clear: both;
}

.testimony-layout-1.text-right .testimony-meta img{
    float: right;
    display: inline-block;
    margin: 1px 0px 0 15px;
}

.testimony-layout-1.text-right .testimony-meta .testimony-author{
    float: right;
}

/*------------- 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-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: 'Font Awesome 5 Free';
  font-weight: 900;
  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 Carousel ----*/

.testimonial-container [class^="col-"] {
  width: 100%;
  margin-top: 24px;
}

.testimonial-container .owl-nav {
  -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;
  opacity: 0.3;
  margin: 0;
  z-index: 1;
}

.testimonial-container .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.testimonial-container .owl-nav .owl-prev {
  /*left: -3%;*/
  left: 0%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 36px;
  height: 48px;
  margin-top: -24px;
  color: #13B4EF;
  background: transparent;
  -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;
  text-align: left;
}

.testimonial-container .owl-nav .owl-prev:hover {
  color: #5c96bb;
}

.testimonial-container .owl-nav .owl-next {
  /*right: -3%;*/
  right: 0%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 36px;
  height: 48px;
  margin-top: -24px;
  color: #13B4EF;
  background: transparent;
  -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;
  text-align: right;
}

.testimonial-container .owl-nav .owl-next:hover {
  color: #5c96bb;
}

.testimonial-container .owl-dots {
  margin: 16px 0 0 16px;
  text-align: center;
}

.testimonial-container .owl-dots .owl-dot {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px;
  width: 20px;
  height: 11px;
  background: transparent;
  border: 1px solid #CCCCCC;
  margin: 0 4px;
}

.testimonial-container .owl-dots .owl-dot span {
  display: block;
  background: #254559;
}

.testimonial-container .owl-dots .active span {
  padding: 0px;
  width: 14px;
  height: 5px;
  background: #13B4EF;
  position: relative;
  left: -2px;
  top: -2px;
}

.testimonial-container:hover .owl-nav {
  opacity: 1;
}



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

.ask-question-section .bkb-ques-form-container h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 42px;
  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. 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. HEADER BLOCK ------------------------------------*/

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

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

/*------------------------------------ 11. NEWS LAYOUT------------------------------------*/

.latest-news-container {
    margin-bottom: 24px;
}

.latest-news-container figure {
    display: block;
    position: relative;
    overflow: hidden;
}

.latest-news-container figure img {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}

.latest-news-container figure:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '+';
    position: absolute;
    right: 150%;
    margin-left: -30px;
    bottom: -64px;
    background: #ffffff;
    color: #22afe6;
    text-align: center;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    -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;
}

.latest-news-container .news-content {
    background: #ffffff;
    padding: 16px 18px 32px;
}

.latest-news-container .news-content h3 {
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 32px;
    margin-bottom: 6px;
    margin-top: 12px;
}

.latest-news-container .news-content h3 a {
    display: block;
    font-size: 20px;
}
.latest-news-container .news-content p {
    color: #333333;
}
.latest-news-container .news-content .news-meta-info {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}
.latest-news-container:hover figure:after {
    opacity: 1;
    top: 50%;
    left: 50%;
    margin-top: -30px;
}


.latest-news-carousel [class^="col-"] {
  width: 100%;
  margin-top: 24px;
}

.latest-news-carousel .owl-nav {
  -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;
  opacity: 0.6;
  margin: 0;
  z-index: 1;
}
.latest-news-carousel .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.latest-news-carousel .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  height: 48px;
  margin-top: -24px;
  color: #13B4EF;
  background: transparent;
  -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;
  text-align: left;
}
.latest-news-carousel .owl-nav .owl-prev:hover {
  color: #5c96bb;
}
.latest-news-carousel .owl-nav .owl-next {
  right: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  height: 48px;
  margin-top: -24px;
  color: #13B4EF;
  background: transparent;
  -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;
  text-align: right;
}
.latest-news-carousel .owl-nav .owl-next:hover {
  color: #5c96bb;
}
.latest-news-carousel .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}
.latest-news-carousel .owl-dots .owl-dot {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px;
  width: 20px;
  height: 11px;
  background: transparent;
  border: 1px solid #CCCCCC;
  margin: 0 4px;
}
.latest-news-carousel .owl-dots .owl-dot span {
  display: block;
  background: #254559;
}
.latest-news-carousel .owl-dots .active span {
  padding: 0px;
  width: 14px;
  height: 5px;
  background: #13B4EF;
  position: relative;
  left: -2px;
  top: -2px;
}
.latest-news-carousel:hover .owl-nav {
  opacity: 1;
}

/*------------------------------------ 12. PORTFOLIO BLOCK------------------------------------*/

.section-portfolio-block-parallax {
  background-attachment: scroll;
  background-color: transparent;
  background-repeat: repeat;
  background-size: initial;
}

.section-portfolio-block {
  clear: both;
}

.portfolio-col-pad{
    padding: 12px 12px 12px 12px !important;
}

.portfolio-container {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05);
    -webkig-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05);
}

.portfolio-container .portfolio-img{
    display: block;
}

.portfolio-container .portfolio-img .portfolio-img-container{
    position: relative;
}


.portfolio-container .portfolio-img .portfolio-img-container:before {
  content: '';
  position: absolute;
  width:100%;
  height: 1000px;
  background: #40c1f0;
  opacity: 0.1;
  top: 0;
  left: 0;
  transform: scale(0);
-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;
}

.portfolio-container figcaption.portfolio-title{
    position: absolute;
    width: 100%;
    background: #12A8E0;
    left: 0;
    bottom: -20%;
    opacity: 0;
    margin: 0;
    line-height: 24px;
    padding: 12px 6px;
    font-size: 16px;
    font-weight: 600;
    display: block;
    -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;
}

/*-----  Portfolio Hover Effect ----*/

.portfolio-container:hover figcaption.portfolio-title{
    background: #fafafa;
    opacity: 1;
    bottom: 0;
}

.portfolio-container:hover .portfolio-img .portfolio-img-container:before {
  background: #40c1f0;
  opacity: 0.7;
  transform: scale(1);
  width:100%;
  height: 1000px;
}


.no-bottom-padding {
  padding-bottom: 0px;
}
/*.portfolio-light-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.portfolio-light-box .portfolio-img {
  display: block;
  position: relative;
  max-width: 100%;
  padding: 0px;
}

.portfolio-light-box .portfolio-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;
}

.portfolio-light-box:hover .portfolio-img:before {
  background: rgba(214, 153, 107, 0.5);
  width: 100%;
  height: 1500px;
}

.portfolio-light-box:hover .portfolio-img:after {
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-top: -24px;
}
.portfolio-light-box:hover .portfolio-img img {
  opacity: 0.4;
}
.portfolio-light-box:hover .portfolio-img figcaption {
  bottom: 0px;
  left: 0;
}*/


.no-padding-portfolio .portfolio-container {
  padding: 0px;
  margin: 0;
}

.kdesk-portfolio {
  clear: both;
}

.kdesk-portfolio .filter-items {
  text-align: center;
  margin-bottom: 24px !important;
  clear: both;
}

.kdesk-portfolio .filter-items button {
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin: 6px 4px 6px;
  border: 1px solid #cccccc;
}

.kdesk-portfolio .filter-items button.active {
  background: #12a8e0;
  color: #ffffff;
}

.kdesk-portfolio .filter-items button:last-child {
  margin-right: 0px;
}

.kdesk-portfolio .filter-items button:hover {
  background: #12a8e0;
  color: #ffffff;
}

.portfolio-next-posts a,
.portfolio-prev-posts a{
    display: inline-block;
    font-size: 17px;
    line-height: 32px;
    border: 1px solid #f1f1f1;
    padding: 6px 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;
    background: #EEEEEE;
}

.portfolio-next-posts a:hover,
.portfolio-prev-posts a:hover{
    border: 1px solid #cccccc;
    color: #5a5a5a;
    background: #fafafa;
}

/*----- Portfolio Caoursel ----*/


.kdesk-portfolio-container [class^="col-"] {
  width: 100%;
  margin-top: 24px;
}

.kdesk-portfolio-container .owl-nav {
  -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;
  opacity: 0.6;
  margin: 0;
  z-index: 1;
}

.kdesk-portfolio-container .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.kdesk-portfolio-container .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  height: 48px;
  margin-top: -24px;
  color: #13B4EF;
  background: transparent;
  -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;
  text-align: left;
}

.kdesk-portfolio-container .owl-nav .owl-prev:hover {
  color: #5c96bb;
}

.kdesk-portfolio-container .owl-nav .owl-next {
  right: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  height: 48px;
  margin-top: -24px;
  color: #13B4EF;
  background: transparent;
  -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;
  text-align: right;
}

.kdesk-portfolio-container .owl-nav .owl-next:hover {
  color: #5c96bb;
}

.kdesk-portfolio-container .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}

.kdesk-portfolio-container .owl-dots .owl-dot {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px;
  width: 20px;
  height: 11px;
  background: transparent;
  border: 1px solid #CCCCCC;
  margin: 0 4px;
}

.kdesk-portfolio-container .owl-dots .owl-dot span {
  display: block;
  background: #254559;
}

.kdesk-portfolio-container .owl-dots .active span {
  padding: 0px;
  width: 14px;
  height: 5px;
  background: #13B4EF;
  position: relative;
  left: -2px;
  top: -2px;
}

.kdesk-portfolio-container:hover .owl-nav {
  opacity: 1;
}

/*------------------------------------ 13. PRICE TABLE BLOCK------------------------------------*/

.kdesk-pricing-container {
  background-color: #f1f1f1;
  border: 0px solid #EEE;
  box-sizing: border-box;
  padding: 48px 32px;
  position: relative;
  margin: 24px 0 0 0;
    -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;
}

.kdesk-pricing-container .plan-title {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 600;
  color: #5a5a5a;
}

.kdesk-pricing-container .kdesk-pricing-info {
  display: inline-block;
  line-height: 1;
  margin-bottom: 11px;
}

.kdesk-pricing-container .kdesk-pricing-info .plan-currency {
    color: #40c1f0;
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    position: relative;
    top: -8px;
}

.kdesk-pricing-container .kdesk-pricing-info .plan-price {
    color: #40c1f0;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
}

.kdesk-pricing-container .kdesk-pricing-info .plan-period {
  color: #5a5a5a;
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin-top: 0px;
  text-transform: uppercase;
  position: relative;
  top: -3px;
}

.kdesk-pricing-container .kdesk-pricing-container-details {
  margin-bottom: 28px;
  color: #2C2C2C;
}
.kdesk-pricing-container .price-table-item{
    list-style: none;
    clear: both;
    margin: 0;
    padding: 0;
    color: #2C2C2C;
}

.kdesk-pricing-container .price-table-item li{
    line-height: 42px;
    font-size: 18px;
    border-bottom: 1px solid #fafafa;
    padding: 6px 0;
}

.kdesk-pricing-container .price-table-item li:last-child{
    border-bottom: 0px;
}

.kdesk-pricing-container a.kdesk-price-plan-btn {
  
    border: 0px solid #40c1f0;
    padding: 12px 32px
}

.kdesk-pricing-container .price-table-item{
      color: #5a5a5a;
      margin-top: 24px;
      margin-bottom: 24px;
}

/*-----  Featured Block ----*/


.kdesk-pricing-highlight{   
    background: #40c1f0;
}

.kdesk-pricing-highlight .plan-title {
    color: inherit;
}

.kdesk-pricing-highlight .kdesk-pricing-info .plan-period {
    color: inherit;
}

.kdesk-pricing-highlight .kdesk-pricing-info .plan-currency{
    color: #FFF;
}

.kdesk-pricing-highlight .kdesk-pricing-info .plan-price{
    color: #FFF;
}

.kdesk-pricing-container.kdesk-pricing-highlight .price-table-item{
    color: #FFFFFF;
}

.kdesk-pricing-container.kdesk-pricing-highlight .price-table-item li{
    border-color: #12ade9;
}

.kdesk-pricing-highlight a.kdesk-price-plan-btn {
    background: #FFFFFF;
    color: #40c1f0;
    border: 0px solid #40c1f0;
}

.kdesk-pricing-highlight:hover a.kdesk-price-plan-btn {
    background: #40c1f0;
    color: #FFFFFF;
    border: 0px solid #FFFFFF;
}




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

.kdesk-no-padding-pricing-column:first-child{
    padding-left: 15px !important;
}

.kdesk-no-padding-pricing-column:last-child{
    padding-right: 15px !important;
}

.kdesk-no-padding-pricing-column .kdesk-pricing-container{
    border: 0px solid #FFF !important;
}

/*------------------------------------ 14. GALLERY BLOCK------------------------------------*/

.gallery-container { 
    margin-bottom: 24px;
}

.gallery-carousel.gallery-container {
  margin: 0;
  padding: 0;
}


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

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

.gallery-box{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.gallery-box:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #13B4EF;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.gallery-box:hover:after{
    opacity: 0.5;
}
.gallery-box img{
    width: 100%;
    height: auto;
    -webkit-transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}

.gallery-box:hover img{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.gallery-box .gallery-icon-container{
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.gallery-box .gallery-icon-container li{
    display: inline-block;
}
.gallery-box .gallery-icon-container li a{
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    position: absolute;
    margin: 0 auto;
    top: -50%;
    margin-left: -24px;
    margin-top: -24px;
    border: 1px solid #fff;
    font-size: 20px;
    color: #fff;
    opacity: 0;
    transition: all 0.6s ease 0s;
}
.gallery-box:hover .gallery-icon-container li a{
    top: 50%;
    opacity: 1;
}
.gallery-box .gallery-icon-container li a:hover{
    background: #FFF;
    color: #13B4EF;
}

/*-- Gallery Carousel --*/

.gallery-carousel{
    clear: both;
}

.gallery-carousel [class^="col-"] {
  width: 100%;
  margin-top: 24px;
}

.gallery-carousel .owl-nav {
  -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;
  opacity: 0.6;
  margin: 0;
  z-index: 1;
}
.gallery-carousel .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.gallery-carousel .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  height: 48px;
  margin-top: -24px;
  color: #13B4EF;
  background: transparent;
  -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;
  text-align: left;
}
.gallery-carousel .owl-nav .owl-prev:hover {
  color: #5c96bb;
}
.gallery-carousel .owl-nav .owl-next {
  right: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  height: 48px;
  margin-top: -24px;
  color: #13B4EF;
  background: transparent;
  -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;
  text-align: right;
}
.gallery-carousel .owl-nav .owl-next:hover {
  color: #5c96bb;
}
.gallery-carousel .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}
.gallery-carousel .owl-dots .owl-dot {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px;
  width: 20px;
  height: 11px;
  background: transparent;
  border: 1px solid #CCCCCC;
  margin: 0 4px;
}
.gallery-carousel .owl-dots .owl-dot span {
  display: block;
  background: #254559;
}
.gallery-carousel .owl-dots .active span {
  padding: 0px;
  width: 14px;
  height: 5px;
  background: #13B4EF;
  position: relative;
  left: -2px;
  top: -2px;
}
.gallery-carousel:hover .owl-nav {
  opacity: 1;
}


@media only screen and (max-width:990px){
    .gallery-box{ margin-bottom: 30px; }
}

/***********************************************************************************************/
/* 15. RESPONSIVE STYLING */
/***********************************************************************************************/

@media only screen and (min-width: 992px) and (max-width: 1370px) {

    .jumbo_search_box{
       min-height: 540px;  
    }
    
    
    
    #jumbotron_1 .jumbotron-content h2{
        margin-top: 14px;
        font-size: 42px;
        line-height: 48px;
        font-weight: 700;
        letter-spacing: 0;
    }
    
    #jumbotron_1 .jumbotron-content h3 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0;
    }
    
    #jumbotron_1 .jumbotron-content a.btn-animated{
        margin-top: 32px;
    }
    
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 991px) {
 
        #slider_1 .slider_item_container {
            min-height: 350px;
        }
        #slider_1 .slider-content {
            top: 50%;
            transform: translateY(-55%);
        }
        #slider_1 .slider-content h1 {
            font-size: 42px;
            line-height: 42px;
            margin-top: 0;
        }
        
        #slider_1 .slider-content h2 {
            font-size: 36px;
            line-height: 42px;
            margin-top: 0;
        }
        #slider_1 .slider-content h3 {
            font-size: 22px;
            line-height: 24px;
            font-weight: normal;
        }

        #slider_1 .slider-content .slider-button {
            margin-top: 16px;
        }
        #slider_1 .slider-content a.btn-slider,
        #slider_1 .slider-content a.btn-slider-2 {
            padding-left: 12px;
            padding-right: 12px;
            line-height: 24px;
            font-weight: 400;
            font-size: 14px;
        }
    
     .bkb-live-search-form,
     #jumbotron_1 .search-form-container{
        padding: 0 32px;
    }

    .jumbo_search_box{
        min-height: 350px;
    }

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

    #jumbotron_1 .jumbotron-content h2{
        font-size: 24px;
        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 .cta-info{
      padding: 0 24px;
  }

  .cta-layout-2 .cta-btn-container{
      position: relative;
      margin: 42px auto 0;
      display: block;
      text-align: center;
      float: none;
  }
  
  .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;
  }
  
  /*-- Pricing Table --*/
    
    .kdesk-no-padding-pricing-column{
        padding: 0px !important;
    }

    .kdesk-no-padding-pricing-column:first-child{
        padding-left: inherit !important;
    }

    .kdesk-no-padding-pricing-column:last-child{
        padding-right: inherit !important;
    }
  
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    
    #slider_1 .slider_item_container {
        min-height: 350px;
    }
    #slider_1 .slider-content {
        top: 50%;
        transform: translateY(-55%);
    }
    
     #slider_1 .slider-content h1 {
        font-size: 36px;
        line-height: 42px;
        margin-top: 0;
    }
    
    #slider_1 .slider-content h2 {
        font-size: 30px;
        line-height: 42px;
        margin-top: 0;
    }
    #slider_1 .slider-content h3 {
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
    }
    
    #slider_1 .slider-content .slider-button {
        margin-top: 16px;
    }
    #slider_1 .slider-content a.btn-slider,
    #slider_1 .slider-content a.btn-slider-2 {
        padding-left: 12px;
        padding-right: 12px;
        line-height: 24px;
        font-weight: 400;
        font-size: 14px;
    }
    
    /*----- BANNER ----*/

    .section-banner{
        padding: 60px 0;
    }

    .section-banner .banner-content{
        padding: 0 24px;
    }

    .section-banner .banner-content h2{
        font-size: 32px;
        line-height: 42px;
    }

    .section-banner .banner-content h3{
        display: none;
    }
    
    /*----- Jumbo Search Box ----*/
    
    .bkb-live-search-form,
    #jumbotron_1 .search-form-container{
        padding: 0 32px;
    }

    .jumbo_search_box{
        min-height: 320px;
    }

    #jumbotron_1 .jumbotron-content {
        top: 10%;
        /*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 .cta-info{
        padding: 0 24px;
    }

    .cta-layout-2 .cta-btn-container{
        position: relative;
        margin: 42px auto 0;
        display: block;
        text-align: center;
        float: none;
    }
  
  .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;
  }
  
  /*----- Portfolio ----*/
  
  .portfolio-img-container img{
      width: 100%;
  }
  
  
    /*-----  Pricing Table ----*/
    
    .kdesk-no-padding-pricing-column{
        padding: 0px !important;
    }

    .kdesk-no-padding-pricing-column:first-child{
        padding-left: 0px !important;
    }

    .kdesk-no-padding-pricing-column:last-child{
        padding-right: 0px !important;
    }
  
  .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) {

    
    #slider_1 .slider_item_container {
        min-height: 300px;
    }
    #slider_1 .slider-content {
        top: 50%;
        transform: translateY(-55%);
    }
    
    #slider_1 .slider-content h1 {
        font-size: 32px;
        line-height: 32px;
        margin-top: 0;
    }
    
    #slider_1 .slider-content h2 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 0;
    }
    #slider_1 .slider-content h3 {
        display: none;
    }
    #slider_1 .slider-content .slider-button {
        margin-top: 16px;
    }
    #slider_1 .slider-content a.btn-slider,
    #slider_1 .slider-content a.btn-slider-2 {
        padding-left: 12px;
        padding-right: 12px;
        line-height: 24px;
        font-weight: 400;
        font-size: 14px;
    }
    
    /*----- BANNER ----*/

    .section-banner{
        padding: 60px 0;
    }

    .section-banner .banner-content{
        padding: 0 24px;
    }

    .section-banner .banner-content h2{
        font-size: 32px;
        line-height: 42px;
    }

    .section-banner .banner-content h3{
        display: none;
    }
    
    .section-banner a.btn-theme+a.btn-theme{
        margin-left: 0px;
    }
    
    /*----- Jumbo Search Box ----*/
    
    
    .bkb-live-search-form,
    #jumbotron_1 .search-form-container{
        padding: 0 32px;
    }

    .jumbo_search_box{
        min-height: 300px;
    }

    #jumbotron_1 .jumbotron-content {
        top: 10%;
        /*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;
    }
    
    /*-- Pricing Table --*/
    
    .kdesk-no-padding-pricing-column{
        padding: 0px !important;
    }

    .kdesk-no-padding-pricing-column:first-child{
        padding-left: 0px !important;
    }

    .kdesk-no-padding-pricing-column:last-child{
        padding-right: 0px !important;
    }

    .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 .cta-info{
        padding: 0 24px;
    }

    .cta-layout-2 .cta-btn-container{
        position: relative;
        margin: 42px auto 0;
        display: block;
        text-align: center;
        float: none;
    }

    .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;
    }

}