img {
  max-width: 100%;
  height: auto;
}

/* ------------------------------------------------------------ *	FullSize Image
\* ------------------------------------------------------------ */
.fullsize-image-container {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.fullsize-image {
  display: none;
}

@media (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}


/* ------------------------------------------------------------ *	Intro
\* ------------------------------------------------------------ */
.intro.no-bg-img {
    background: #7f64b5;
  }
  
  .intro {
    position: relative;
  }
  
  .intro-small {
    overflow: hidden;
    height: auto;
    height: 341px;
  }
  
  .intro-small.alt {
    background-color: #f0f4f7;
  }
  
  .intro-small img.fullsize-image {
    display: none;
  }
  
  .intro-small .intro-image {
    position: relative;
    height: 100%;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .intro-small .row {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  
  .intro-small .intro-caption {
    position: absolute;
    top: 50%;
    left: 0;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .intro-small .intro-caption h5 {
    display: inline-block;
    padding: 13px 31px 12px;
    margin-bottom: -1px;
    background-color: #51b8f2;
    font-size: 15px;
    line-height: 1.73;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .intro-small .intro-caption h2 {
    padding: 20px 27px;
    border-left: 3px solid #51b8f2;
    background-color: #fff;
  }
  
  @media (max-width: 1199px) {
    .intro-small .intro-caption {
      left: 15px;
    }
    .no-visible-1199{
        display:none !important;
    }
  }
  
  @media (max-width: 1024px) {
    .intro-small {
      min-height: 200px;
    }
    .intro-small .intro-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background-position: 0 0 !important;
      background-attachment: scroll;
      -webkit-background-size: cover;
      background-size: cover;
    }
  }



  /* ------------------------------------------------------------ *	Sliders
\* ------------------------------------------------------------ */
.bx-wrapper ul {
  margin: 0;
}

.intro-slider img.fullsize-image {
  display: block;
  width: 100%;
}

/*Intro Slider*/
.intro-slider .slide-caption {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 433px;
  margin: -160px 0 0 -590px;
}

.intro-slider .slide-caption > h5 {
  display: inline-block;
  min-width: 171px;
  height: 52px;
  padding: 16px;
  color: #fff;
  background-color: #7f64b5;
  text-align: center;
  margin: 0;
}

.intro-slider .slide-caption-inner {
  padding: 30px 33px;
  border-left: 3px solid #51b8f2;
  background-color: #fff;
}

.intro-slider .slide-caption-inner h1 {
  margin-bottom: 24px;
}

.intro-slider .slide-caption-inner h1 span {
  font-weight: 300;
}

.intro-slider .slide-caption-inner h1 span i{
  font-size:30px;
  font-style:normal;
}

.intro-slider .slide-caption-inner a {
  text-transform: uppercase;
}

.intro-slider .bx-wrapper .bx-controls-direction a {
  width: auto;
  height: auto;
}

.bx-wrapper .bx-controls .bx-prev,
.bx-wrapper .bx-controls .bx-next {
  position: absolute;
  top: 50%;
  z-index: 300;
  margin-top: -20px;
  background: none;
  font: normal normal normal 0/1 FontAwesome;
  color: #fff;
  text-rendering: auto;
  text-indent: 0;
  color: #54667a;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.bx-wrapper .bx-controls .bx-prev:hover,
.bx-wrapper .bx-controls .bx-next:hover,
.bx-wrapper .bx-controls .bx-next:focus {
  opacity: .7;
  text-decoration: none;
}

.bx-wrapper .bx-controls .bx-prev:before {
  content: "\f053";
  left: 47px;
  font-size: 24px;
}

.bx-wrapper .bx-controls .bx-next:before {
  content: "\f054";
  right: 47px;
  font-size: 24px;
}

/*Slider Testimonials*/
.slider-testimonials .bx-loading {
  display: none;
}

.slider-testimonials .slide-caption {
  text-align: center;
}

.slider-testimonials blockquote {
  padding: 0;
  border: none;
  margin: 0 0 42px;
  font-size: 22px;
  line-height: 1.64;
  color: #bdcad9;
  font-style: italic;
}

.slider-testimonials .user,
.slider-testimonials .user-image {
  display: inline-block;
}

.slider-testimonials .user-image {
  overflow: hidden;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.slider-testimonials .user-image img {
  width: 100%;
  height: auto;
}

.slider-testimonials .user-meta h6 {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.slider-testimonials .user-meta h6 span {
  font-weight: 400;
  color: #bdcad9;
}

.slider-testimonials .bx-wrapper .bx-controls .bx-prev {
  left: -80px;
  color: #bdcad9;
}

.slider-testimonials .bx-wrapper .bx-controls .bx-next {
  right: -80px;
  color: #bdcad9;
}

.slider-testimonials .bx-wrapper .bx-controls .bx-prev:before {
  content: "\f053";
  left: 47px;
  font-size: 40px;
}

.slider-testimonials .bx-wrapper .bx-controls .bx-next:before {
  content: "\f054";
  right: 47px;
  font-size: 40px;
}

@media (max-width: 1199px) {
  .intro-slider .slide-caption {
    margin-left: -217px;
  }
  .slider-testimonials {
    padding: 0 100px;
  }
}

@media (max-width: 1024px) {
  .intro-slider .slide-caption {
    top: 20px;
    margin-top: 0;
  }
  .intro-slider .slide-caption-inner {
    padding: 20px 23px;
  }
  .intro-slider .slide-caption-inner h1 span {
    display: block;
  }
}

@media (max-width: 767px) {
  .intro-slider .slide {
    min-height: 370px;
    background-position: 50% 50%;
  }
  .intro-slider img.fullsize-image {
    display: none;
  }
  .intro-slider .slide-caption {
    position: static;
    width: auto;
    max-width: 74%;
    margin: 20px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .slider-testimonials {
    padding: 0 30px;
  }
  .slider-testimonials blockquote {
    font-size: 16px;
  }
  .slider-testimonials .bx-controls-direction {
    display: none;
  }
}
  


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
  }
  
  .bx-wrapper img {
    max-width: 100%;
    display: block;
  }
  
  /** THEME
  ===================================*/
  .bx-wrapper .bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
  }
  
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
  }
  
  /* LOADER */
  .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(assets/images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
  }
  
  /* PAGER */
  .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
  }
  
  .bx-wrapper .bx-pager .bx-pager-item,
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  
  .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
  }
  
  /* DIRECTION CONTROLS (NEXT / PREV) */
  .bx-wrapper .bx-prev {
    left: 10px;
    background: url(assets/images/controls.png) no-repeat 0 -32px;
  }
  
  .bx-wrapper .bx-next {
    right: 10px;
    background: url(assets/images/controls.png) no-repeat -43px -32px;
  }
  
  .bx-wrapper .bx-prev:hover {
    background-position: 0 0;
  }
  
  .bx-wrapper .bx-next:hover {
    background-position: -43px 0;
  }
  
  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
  }
  
  .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
  }
  
  /* AUTO CONTROLS (START / STOP) */
  .bx-wrapper .bx-controls-auto {
    text-align: center;
  }
  
  .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(assets/images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
  }
  
  .bx-wrapper .bx-controls-auto .bx-start:hover,
  .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
  }
  
  .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(assets/images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
  }
  
  .bx-wrapper .bx-controls-auto .bx-stop:hover,
  .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
  }
  
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
  }
  
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
  }
  
  /* IMAGE CAPTIONS */
  .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
  }
  
  .bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
  }


  .custom-slide-1 .slide-caption .slide-caption-inner {
    font-family: "Dosis", sans-serif;
  }
  .custom-slide-1 .slide-caption .slide-caption-inner h1 {
    font-weight: 300;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 14px;
    color: #51b8f2;
    font-size: 26px;
  }
  .custom-slide-1 .slide-caption .slide-caption-inner span {
    font-size: 18px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 300;
    color:#6d6d6d;
  }
  .custom-slide-1 .slide-caption .slide-caption-inner h3 {
    margin-top: 24px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 0.6;
    font-style: normal;
    color: #51b8f2;
    font-weight: 300;
  }
  .custom-slide-1 .slide-caption .slide-caption-inner .buttons {
    display: flex;
  }