/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
  /*cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;*/
}

.mfp-zoom {
  cursor: pointer;
/* cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; */
}

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li, .content_slider .slides > li, .hero-slider .slides > li, .blog-img-slider .slides > li  {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider, .flexslider-thumbs {margin: 0; background: transparent; position: relative; zoom: 1;}
.content_slider, .hero_slider, .blog-img-slider {position: relative; padding-bottom:0;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 25px; height: 50px; margin: -20px 0 0; display: block; background: url(../img/icons/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -10px; }
.flex-direction-nav .flex-prev {left: -10px;}
.content_slider:hover .flex-next, .hero_slider:hover .flex-next, .blog-img-slider:hover .flex-next {opacity: 0.9; right: 5px;}
.content_slider:hover .flex-prev, .hero_slider:hover .flex-prev, .blog-img-slider:hover .flex-prev {opacity: 0.9; left: 5px;}
.content_slider:hover .flex-next:hover,
.hero_slider:hover .flex-next:hover, 
.content_slider:hover .flex-prev:hover,
.hero_slider:hover .flex-prev:hover,
.blog-img-slider:hover .flex-next:hover, 
.blog-img-slider:hover .flex-prev:hover {
	opacity: 0.85;
}

.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 5px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 10px; height: 10px; display: block; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a.flex-active { cursor: default; }

.flex-control-thumbs {margin: 4px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: 0.65; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}
/*
.animated.zoomIn {
  animation-duration: s;
}*/

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.fadeInUp,
.animated.fadeInUpBig {
  animation-duration: 1.75s;
}

.animated.fadeInLeft,
.animated.fadeInRight {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}




/*
  Template Name: eTreeks - Education & Courses Landing Page Template
  Theme URL: https://themeforest.net/user/jthemes
  Description: eTreeks - Education & Courses Landing Page Template
  Author: Jthemes
  Author URL: https://themeforest.net/user/jthemes
  Version: 1.0.0
  Tags: Responsive, HTML5 Template, Jthemes, Courses, Education, Learning, Online Education, Study
*/




/* ==========================================================================
  01. GENERAL & BASIC STYLES
  =========================================================================== */

html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
} 
 
body {
  font-family: 'Fira Sans', 'Bebas Neue', 'Gotham SSm A', 'Gotham SSm B', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #283034;
  font-weight: normal; /* Pastikan tidak bold */
}


/*------------------------------------------------------------------*/
/*  IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*------------------------------------------*/
/*  PAGE CONTENT
/*------------------------------------------*/

#page { overflow: hidden; }

/*------------------------------------------*/
/*  SPACING & INDENTS
/*------------------------------------------*/

.wide-100 { padding-top: 100px; padding-bottom: 100px; }
.wide-90 { padding-top: 100px; padding-bottom: 90px; }
.wide-80 { padding-top: 100px; padding-bottom: 80px; }
.wide-70 { padding-top: 100px; padding-bottom: 70px; }
.wide-60 { padding-top: 100px; padding-bottom: 100px;}
.wide-50 { padding-top: 100px; padding-bottom: 50px; }
.wide-40 { padding-top: 100px; padding-bottom: 40px; }
.wide-30 { padding-top: 100px; padding-bottom: 30px; }
.wide-20 { padding-top: 100px; padding-bottom: 20px; }

/*------------------------------------------*/
/*  Margin Top
/*------------------------------------------*/

.mt-100 { margin-top: 100px; }
.mt-95 { margin-top: 95px; }
.mt-90 { margin-top: 90px; }
.mt-85 { margin-top: 85px; }
.mt-80 { margin-top: 80px; }
.mt-75 { margin-top: 75px; }
.mt-70 { margin-top: 70px; }
.mt-65 { margin-top: 65px; }
.mt-60 { margin-top: 60px; }
.mt-55 { margin-top: 55px; }
.mt-50 { margin-top: 50px; }
.mt-45 { margin-top: 45px; }
.mt-40 { margin-top: 40px; }
.mt-35 { margin-top: 35px; }
.mt-30 { margin-top: 30px; }
.mt-25 { margin-top: 25px; }
.mt-20 { margin-top: 20px; }
.mt-15 { margin-top: 15px; }
.mt-10 { margin-top: 10px; }
.mt-5 { margin-top: 5px; }

/*------------------------------------------*/
/*  Margin Bottom
/*------------------------------------------*/

.mb-100 { margin-bottom: 100px; }
.mb-95 { margin-bottom: 95px; }
.mb-90 { margin-bottom: 90px; }
.mb-85 { margin-bottom: 85px; }
.mb-80 { margin-bottom: 80px; }
.mb-75 { margin-bottom: 75px; }
.mb-70 { margin-bottom: 70px; }
.mb-65 { margin-bottom: 65px; }
.mb-60 { margin-bottom: 60px; }
.mb-55 { margin-bottom: 55px; }
.mb-50 { margin-bottom: 50px; }
.mb-45 { margin-bottom: 45px; }
.mb-40 { margin-bottom: 40px; }
.mb-35 { margin-bottom: 35px; }
.mb-30 { margin-bottom: 30px; }
.mb-25 { margin-bottom: 25px; }
.mb-20 { margin-bottom: 20px; }
.mb-15 { margin-bottom: 15px; }
.mb-10 { margin-bottom: 10px; }
.mb-5 { margin-bottom: 5px; }
.mb-0 { margin-bottom: 0; }

/*------------------------------------------*/
/*  Margin Left
/*------------------------------------------*/

.ml-70 { margin-left: 70px; }
.ml-60 { margin-left: 60px; }
.ml-50 { margin-left: 50px; }
.ml-45 { margin-left: 45px; }
.ml-40 { margin-left: 40px; }
.ml-35 { margin-left: 35px; }
.ml-30 { margin-left: 30px; }
.ml-25 { margin-left: 25px; }
.ml-20 { margin-left: 20px; }
.ml-15 { margin-left: 15px; }
.ml-10 { margin-left: 10px; }
.ml-5 { margin-left: 5px; }

/*------------------------------------------*/
/*  Margin Right
/*------------------------------------------*/

.mr-70 { margin-right: 70px; }
.mr-60 { margin-right: 60px; }
.mr-50 { margin-right: 50px; }
.mr-45 { margin-right: 45px; }
.mr-40 { margin-right: 40px; }
.mr-35 { margin-right: 35px; }
.mr-30 { margin-right: 30px; }
.mr-25 { margin-right: 25px; }
.mr-20 { margin-right: 20px; }
.mr-15 { margin-right: 15px; }
.mr-10 { margin-right: 10px; }
.mr-5 { margin-right: 5px; }

/*------------------------------------------*/
/*  Padding Top
/*------------------------------------------*/

.pt-100 { padding-top: 100px; }
.pt-90 { padding-top: 90px; }
.pt-80 { padding-top: 80px; }
.pt-70 { padding-top: 70px; }
.pt-60 { padding-top: 60px; }
.pt-50 { padding-top: 50px; }
.pt-45 { padding-top: 45px; }
.pt-40 { padding-top: 40px; }
.pt-35 { padding-top: 35px; }
.pt-30 { padding-top: 30px; }
.pt-25 { padding-top: 25px; }
.pt-20 { padding-top: 20px; }
.pt-15 { padding-top: 15px; }
.pt-10 { padding-top: 10px; }

/*------------------------------------------*/
/*  Padding Bottom
/*------------------------------------------*/

.pb-100 { padding-bottom: 100px; }
.pb-90 { padding-bottom: 90px; }
.pb-80 { padding-bottom: 80px; }
.pb-70 { padding-bottom: 70px; }
.pb-60 { padding-bottom: 60px; }
.pb-50 { padding-bottom: 50px; }
.pb-45 { padding-bottom: 45px; }
.pb-40 { padding-bottom: 40px; }
.pb-35 { padding-bottom: 35px; }
.pb-30 { padding-bottom: 30px; }
.pb-25 { padding-bottom: 25px; }
.pb-20 { padding-bottom: 20px; }
.pb-15 { padding-bottom: 15px; }
.pb-10 { padding-bottom: 10px; }
.pb-0 { padding-bottom: 0; }

/*------------------------------------------*/
/*  Padding Left
/*------------------------------------------*/

.pl-100 { padding-left: 100px; }
.pl-90 { padding-left: 90px; }
.pl-80 { padding-left: 80px; }
.pl-70 { padding-left: 70px; }
.pl-60 { padding-left: 60px; }
.pl-50 { padding-left: 50px; }
.pl-45 { padding-left: 45px; }
.pl-40 { padding-left: 40px; }
.pl-35 { padding-left: 35px; }
.pl-30 { padding-left: 30px; }
.pl-25 { padding-left: 25px; }
.pl-20 { padding-left: 20px; }
.pl-15 { padding-left: 15px; }
.pl-10 { padding-left: 10px; }
.pl-5 { padding-left: 5px; }
.pl-0 { padding-left: 0px; }

/*------------------------------------------*/
/*  Padding Right
/*------------------------------------------*/

.pr-100 { padding-right: 100px; }
.pr-90 { padding-right: 90px; }
.pr-80 { padding-right: 80px; }
.pr-70 { padding-right: 70px; }
.pr-60 { padding-right: 60px; }
.pr-50 { padding-right: 50px; }
.pr-45 { padding-right: 45px; }
.pr-40 { padding-right: 40px; }
.pr-35 { padding-right: 35px; }
.pr-30 { padding-right: 30px; }
.pr-25 { padding-right: 25px; }
.pr-20 { padding-right: 20px; }
.pr-15 { padding-right: 15px; }
.pr-10 { padding-right: 10px; }
.pr-5 { padding-right: 5px; }
.pr-0 { padding-right: 0px; }

/*------------------------------------------*/
/*  Padding Centered
/*------------------------------------------*/

.pc-45 { padding-right: 45px; padding-left: 45px; } 
.pc-40 { padding-right: 40px; padding-left: 40px; }
.pc-35 { padding-right: 35px; padding-left: 35px; }
.pc-30 { padding-right: 30px; padding-left: 30px; }
.pc-25 { padding-right: 25px; padding-left: 25px; }
.pc-20 { padding-right: 20px; padding-left: 20px; }
.pc-15 { padding-right: 15px; padding-left: 15px; }

/*------------------------------------------*/
/*  BACKGROUND SETTINGS
/*------------------------------------------*/

.bg-fixed,
.bg-scroll {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

.bg-scroll {
  background-attachment: fixed!important;
}

/*------------------------------------------*/
/*  Background Colors
/*------------------------------------------*/

.bg-lightdark { background-color: #283034; }
.bg-dark { background-color: #1d1e29!important; }
.bg-lightgrey { background-color: #f8f9fb; }
.bg-whitesmoke { background-color: #f2f5f6; }
.bg-carrot { background-color: #d05a24; }
.bg-blue { background-color: #3284bf; }
.bg-darkblue { background-color: #253993; }
.bg-skyblue { background-color: #1ba1f0; }
.bg-green { background-color: #20ab5c; }
.bg-lightgreen { background-color: #8dd17e; }
.bg-red { background-color: #ff6d33; }
.bg-rose { background-color: #ff1f59; }
.bg-olive { background-color: #7ba323; }
.bg-orange { background-color: #ff4500; }
.bg-teal { background-color: #109d87; }
.bg-yellow { background-color: #ffb605; }
.bg-violet { background-color: #8a8cbd; }

/*------------------------------------------*/
/*  Background Images for Sections
/*------------------------------------------*/

.bg-01,
.bg-02,
.bg-03,
.bg-04,
.bg-05,
.bg-06,
.bg-map {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  background-attachment: fixed!important;
}

.bg-n{
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  height: 850px;
  
}

.profile2{
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  height: auto;
  padding-bottom:100px;
  padding-top:100px;
  position: relative;
  
}

.bg-tema2025{
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;

  
}


.bg-profile2{
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;

  
}

.bg-media{
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  height: 300px;
  
}

.bg-profile2 {
  background-image: url(../images/bgblackopa.jpg);
}

.bg-tema2025 {
  background-image: url(../images/bg20252.jpg);
}

.bg-01 {
  background-image: url(../images/bg-01.jpg);
}

.bg-n {
  background-image: url(../images/bg-perjalanan.jpg);
}

.profile2 {
  background-image: url(../images/bg-profile2.png);
}

.bg-media {
  background-image: url(../images/bg-media.jpg);
}

.bg-planet {
  background-image: url(../images/bg_planet.jpg);
}

.bg-02 {
  background-image: url(../images/bg-02.jpg);
}

.bg-03 {
  background-image: url(../images/bg-03.jpg);
}

.bg-04 {
  background-image: url(../images/bg-04.jpg);
}

.bg-05 {
  background-image: url(../images/bg-05.jpg);
}

.bg-06 {
  background-image: url(../images/bg-06.jpg);
}

/*------------------------------------------*/
/*   BORDER SETTINGS FOR DEMOS
/*------------------------------------------*/

.b-top { border-top: 1px solid #ddd; }
.b-bottom { border-bottom: 1px solid #ddd; }
.b-left { border-left: 1px solid #ddd; }
.b-right { border-right: 1px solid #ddd; }

/* ==========================================================================
  02. TYPOGRAPHY
  =========================================================================== */

/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  color: #283034;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
}

/* Header H5 */
h5.h5-xs { font-size: 1.125rem; }  /* 18px */
h5.h5-sm { font-size: 1.1875rem; } /* 19px */
h5.h5-md { font-size: 1.25rem;  }  /* 20px */
h5.h5-lg { font-size: 1.375rem;  } /* 22px */
h5.h5-xl { font-size: 1.5rem; }    /* 24px */

/* Header H4 */
h4.h4-xs { font-size: 1.625rem; }  /* 26px */
h4.h4-sm { font-size: 1.75rem; }   /* 28px */
h4.h4-md { font-size: 1.875rem; }  /* 30px */
h4.h4-lg { font-size: 2rem; }      /* 32px */
h4.h4-xl { font-size: 2.125rem; }  /* 34px */

/* Header H3 */
h3.h3-xs { font-size: 2.375rem; }  /* 38px */
h3.h3-sm { font-size: 2.5rem; }    /* 40px */
h3.h3-md { font-size: 2.625rem; }  /* 42px */
h3.h3-lg { font-size: 2.75rem; }   /* 44px */
h3.h3-xl { font-size: 3rem; }      /* 48px */

/* Header H2 */
h2.h2-xs { font-size: 3.25rem; }   /* 52px */
h2.h2-sm { font-size: 3.375rem; }  /* 54px */
h2.h2-md { font-size: 3.5rem; }    /* 56px */ 
h2.h2-lg { font-size: 3.75rem; }   /* 60px */
h2.h2-xl { font-size: 4rem; }      /* 64px */
h2.h2-huge { font-size: 5rem; }    /* 80px */

/*------------------------------------------*/
/*  PARAGRAPHS
/*------------------------------------------*/

p.p-sm { font-size: 0.95rem; }     /* 15.2px */
p { font-size: 1.05rem; }          /* 16.8px */
p.p-md { font-size: 1.125rem; }    /* 18px */
p.p-lg { font-size: 1.25rem; }     /* 20px */
p.p-xl { font-size: 1.3175rem; }   /* 22px */

/*------------------------------------------*/
/*  LINK SETTINGS
/*------------------------------------------*/

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*  LISTS
/*------------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
} 

/*------------------------------------------*/
/*  TEXT LIST
/*------------------------------------------*/

ul.txt-list {
  list-style: disc;
  margin-left: 15px;
}

ul.txt-list li,
ul.ico-list li {
  font-size: 1.05rem;
  margin-bottom: 7px;
}

ul.txt-list li:last-child,
ul.ico-list li:last-child {
  margin-bottom: 0;
}

ul.txt-list li span {
  font-weight: 700;
}

ul.ico-list li i {   
  text-align: center;
  float: left;
  font-size: 0.85rem;
  margin-top: 6px;
  margin-right: 10px;
}

/*------------------------------------------*/
/*  BUTTON SETTINGS
/*------------------------------------------*/

.btn {
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  padding: 13px 26px;
  border: 2px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;  
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

/*------------------------------------------*/
/*  Button Size
/*------------------------------------------*/

.btn.btn-sm {
  font-size: 14px;
  padding: 12px 24px;
}

.btn.btn-md {
  font-size: 16px;
  padding: 14px 28px;
}

.btn.btn-lg {
  font-size: 18px;
  padding: 18px 45px;
}

/*------------------------------------------*/
/*  Button Color
/*------------------------------------------*/

.btn-tra {
  color: #333;
  background-color: transparent;
  border-color: transparent!important;
}

.btn-tra-black,
.white-color .btn-tra-black {
  color: #333;
  background-color: transparent;
  border-color: #333;
}

.btn-black,
.white-color .btn-black {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-tra-grey,
.white-color .btn-tra-grey {
  color: #333;
  background-color: transparent;
  border-color: #e3e3e3;
}

.btn-tra-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff!important;
}

.btn-tra-blue,
.scroll .btn-tra-blue,
.white-color .btn-tra-blue {
  color: #3284bf!important;
  background-color: transparent;
  border-color: #3284bf;
}

.btn-blue,
.scroll .btn-blue,
.white-color .btn-blue {
  color: #fff!important;
  background-color: #3284bf;
  border-color: #3284bf;
}

.btn-carrot,
.scroll .btn-carrot,
.white-color .btn-carrot {
  color: #fff!important;
  background-color: #d05a24;
  border-color: #d05a24;
}

.btn-green,
.scroll .btn-green,
.white-color .btn-green {
  color: #fff!important;
  background-color: #20ab5c;
  border-color: #20ab5c;
}

.btn-lightgreen,
.scroll .btn-lightgreen,
.white-color .btn-lightgreen {
  color: #fff!important;
  background-color: #8dd17e;
  border-color: #8dd17e;
}

.btn-skyblue,
.scroll .btn-skyblue,
.white-color .btn-skyblue {
  color: #fff!important;
  background-color: #1ba1f0;
  border-color: #1ba1f0;
}

.btn-orange,
.scroll .btn-orange,
.white-color .btn-orange {
  color: #fff!important;
  background-color: #ff4500;
  border-color: #ff4500;
}

.btn-red,
.scroll .btn-red,
.white-color .btn-red {
  color: #fff!important;
  background-color: #ff6d33;
  border-color: #ff6d33;
}

.btn-tra-rose,
.scroll .btn-tra-rose,
.white-color .btn-tra-rose {
  color: #ff1f59!important;
  background-color: transparent;
  border-color: #ff1f59;
}

.btn-rose,
.scroll .btn-rose,
.white-color .btn-rose {
  color: #fff!important;
  background-color: #ff1f59;
  border-color: #ff1f59;
}

.btn-teal,
.scroll .btn-teal,
.white-color .btn-teal {
  color: #fff!important;
  background-color: #109d87;
  border-color: #109d87;
}

.btn-yellow,
.scroll .btn-yellow,
.white-color .btn-yellow {
  color: #fff!important;
  background-color: #ffb605;
  border-color: #ffb605;
}

/*------------------------------------------*/
/*  Button Hover
/*------------------------------------------*/

.white-hover:hover,
.scroll .white-hover:hover {
  color: #333!important;
  background-color: #fff;
  border-color: #fff;
}

.black-hover:hover,
.scroll .black-hover:hover {
  color: #fff!important;
  background-color: #333;
  border-color: #333;
}

.grey-hover:hover,
.scroll .grey-hover:hover {
  color: #333!important;
  background-color: #ddd;
  border-color: #ddd;
}

.tra-white-hover:hover,
.scroll .tra-white-hover:hover
.white-color .tra-white-hover:hover {
  color: #fff!important;
  background-color: transparent;
  border-color: #fff!important;
}

.tra-black-hover:hover,
.scroll .tra-black-hover:hover
.white-color .tra-black-hover:hover {
  color: #333!important;
  background-color: transparent;
  border-color: #333!important;
}

.tra-grey-hover:hover,
.scroll .tra-grey-hover:hover {
  color: #333!important;
  background-color: transparent;
  border-color: #ddd;
}

.blue-hover:hover,
.scroll .blue-hover:hover,
.white-color .blue-hover:hover {
  color: #fff!important;
  background-color: #3284bf;
  border-color: #3284bf;
}

.carrot-hover:hover,
.scroll .carrot-hover:hover,
.white-color .carrot-hover:hover {
  color: #fff!important;
  background-color: #d05a24;
  border-color: #d05a24!important;
}

.green-hover:hover,
.scroll .green-hover:hover,
.white-color .green-hover:hover {
  color: #fff!important;
  background-color: #20ab5c;
  border-color: #20ab5c!important;
}

.lightgreen-hover:hover,
.scroll .lightgreen-hover:hover,
.white-color .lightgreen-hover:hover {
  color: #fff!important;
  background-color: #8dd17e;
  border-color: #8dd17e!important;
}

.skyblue-hover:hover,
.scroll .skyblue-hover:hover,
.white-color .skyblue-hover:hover {
  color: #fff!important;
  background-color: #1ba1f0;
  border-color: #1ba1f0!important;
}

.orange-hover:hover,
.scroll .orange-hover:hover,
.white-color .orange-hover:hover {
  color: #fff!important;
  background-color: #ff4500;
  border-color: #ff4500!important;
}

.red-hover:hover,
.scroll .red-hover:hover,
.white-color .red-hover:hover {
  color: #fff!important;
  background-color: #ff6d33;
  border-color: #ff6d33!important;
}

.rose-hover:hover,
.scroll .rose-hover:hover,
.white-color .rose-hover:hover {
  color: #fff!important;
  background-color: #ff1f59;
  border-color: #ff1f59!important;
}

.teal-hover:hover,
.scroll .teal-hover:hover,
.white-color .teal-hover:hover {
  color: #fff!important;
  background-color: #109d87;
  border-color: #109d87!important;
}

/*------------------------------------------*/
/*  Button Focus
/*------------------------------------------*/

.btn:focus {
  color: #fff; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

.btn.btn-black:focus {
  color: #fff; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

.btn-tra-black:focus, 
.btn.btn-tra-grey:focus {
  color: #333; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

/*------------------------------------------*/
/*  VIDEO POPUP LINK
/*------------------------------------------*/

.play-btn {
  position: relative;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 35%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 30px; 
  height: 52px; 
  border-radius: 50%;
  padding: 14px 25px 14px 29px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 105px; 
  height: 105px;
  background: rgba(248, 248, 248, .5);
  border-radius: 50%;
  -webkit-animation: pulse-border 2200ms ease-out infinite;
  animation: pulse-border 2200ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 95px; 
  height: 95px;
  border-radius: 50%;
  transition: all 500ms;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 36px solid #fff; 
  border-top: 26px solid transparent; 
  border-bottom: 26px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*------------------------------------------*/
/*  VIDEO BUTTON COLOR 
/*------------------------------------------*/

.play-btn-blue .video-play-button:after { background: #3284bf; }
.play-btn-blue .video-play-button:hover:after { background: #3284bf; }

.play-btn-carrot .video-play-button:after { background: #d05a24; }
.play-btn-carrot .video-play-button:hover:after { background: #d05a24; }

.play-btn-skyblue .video-play-button:after { background: #1ba1f0; }
.play-btn-skyblue .video-play-button:hover:after { background: #1ba1f0; }

.play-btn-green .video-play-button:after { background: #20ab5c; }
.play-btn-green .video-play-button:hover:after { background: #20ab5c; }

.play-btn-lightgreen .video-play-button:after { background: #8dd17e; }
.play-btn-lightgreen .video-play-button:hover:after { background: #8dd17e; }

.play-btn-orange .video-play-button:after { background: #ff4500; }
.play-btn-orange .video-play-button:hover:after { background: #ff4500; }

.play-btn-red .video-play-button:after { background: #ff6d33; }
.play-btn-red .video-play-button:hover:after { background: #ff6d33; }

.play-btn-rose .video-play-button:after { background:  #ff1f59; }
.play-btn-rose .video-play-button:hover:after { background:  #ff1f59; }

.play-btn-teal .video-play-button:after { background: #109d87; }
.play-btn-teal .video-play-button:hover:after { background: #109d87; }

.play-btn-yellow .video-play-button:after { background: #ffb605; }
.play-btn-yellow .video-play-button:hover:after { background: #ffb605; }

/*------------------------------------------*/
/*  COUNTDOWN ELEMENT
/*------------------------------------------*/ 

#clock {
  display: inline-block;
}

#clock .cbox {
  float: left;
  text-align: center;
  padding-right: 10px;
  display: inline-block;
}

.banner-2-txt #clock .cbox {
  padding: 25px 15px;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, .1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;  
}

span.countdown-txt {
  position: relative;
  top: -8px;
  font-size: 1.25rem;
  font-family: 'Muli', sans-serif;
  line-height: 1;
  font-weight: 600;
  margin: 0;
  padding-right: 8px;
}

.banner-2-txt span.countdown-txt {
  display: block;
  font-size: 1.35rem;
  font-weight: 400;
  top: 0;
  padding-right: 0;
  margin-bottom: 15px;
}

/*------------------------------------------*/
/*  Countdown Digit
/*------------------------------------------*/

#clock span.cbox-digit {
  font-size: 1.5rem;
  font-family: 'Muli', sans-serif;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -1px;
}

#clock span.cbox-txt {
  font-size: 1.5rem;
  font-family: 'Muli', sans-serif;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 0;  
}

.banner-2-txt #clock span.cbox-digit,
.banner-2-txt #clock span.cbox-txt {
  font-size: 2.35rem;
  font-weight: 700;
}

/*------------------------------------------*/
/*  BOX ICONS
/*------------------------------------------*/

.icon-xs [class*="flaticon-"]:before,
.icon-xs [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 3.25rem;
  line-height: 1!important;
}

.icon-sm [class*="flaticon-"]:before,
.icon-sm [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 3.75rem;
  line-height: 1!important;
}

.icon-md [class*="flaticon-"]:before,
.icon-md [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 4.125rem;
  line-height: 1!important;
}

.icon-lg [class*="flaticon-"]:before,
.icon-lg [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 4.5rem;
  line-height: 1!important;
}

.icon-xl [class*="flaticon-"]:before,
.icon-xl [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 5rem;
  line-height: 1!important;
}

/*------------------------------------------*/
/*   PNG ICONS SETTINGS
/*------------------------------------------*/ 

.img-150 { width: 150px; height: 150px; }
.img-145 { width: 145px; height: 145px; }
.img-140 { width: 140px; height: 140px; }
.img-135 { width: 135px; height: 135px; }
.img-130 { width: 130px; height: 130px; }
.img-125 { width: 125px; height: 125px; }
.img-120 { width: 120px; height: 120px; }
.img-115 { width: 115px; height: 115px; }
.img-110 { width: 110px; height: 110px; }
.img-105 { width: 105px; height: 105px; }
.img-100 { width: 100px; height: 100px; }
.img-95 { width: 95px; height: 95px; }
.img-90 { width: 90px; height: 90px; }
.img-85 { width: 85px; height: 85px; }
.img-80 { width: 80px; height: 80px; }
.img-75 { width: 75px; height: 75px; }
.img-70 { width: 70px; height: 70px; }
.img-65 { width: 65px; height: 65px; }
.img-60 { width: 60px; height: 60px; }
.img-55 { width: 55px; height: 55px; }
.img-50 { width: 50px; height: 50px; }
.img-45 { width: 45px; height: 45px; }
.img-40 { width: 40px; height: 40px; }
.img-35 { width: 35px; height: 35px; }
.img-30 { width: 30px; height: 30px; }

/*------------------------------------------*/
/*  SECTION TITLE
/*------------------------------------------*/

.section-title {
  position: relative;
  padding-right: 48%;  
}

#hboxes-1 .section-title {
  margin-bottom: 45px;  
}

.section-title.title-centered {
  text-align: center;
  padding: 0 20%;    
}

.section-title h3 {
  margin-bottom: 12px;
}

.section-title h4 {
  margin-bottom: 8px;
}

#hboxes-1 .section-title h4 {
  line-height: 1;
  margin-bottom: 8px;  
}

.section-title p {
  color: #888;
  margin-bottom: 0;
}

.section-title.title-centered p {
  padding: 0 5%;    
}

#hboxes-1 .section-title p {
  color: #757575;
  margin-top: 0;  
}

.title-btn {
  position: absolute;
  right: 15px;
  bottom: 5px;
}

/*------------------------------------------*/
/*  TEXT COLOR
/*------------------------------------------*/

.white-color,
.white-color h2, 
.white-color h3, 
.white-color h4, 
.white-color h5, 
.white-color h6, 
.white-color p, 
.white-color a, 
.white-color li,
.white-color i, 
.white-color span { color: #fff; }

.grey-color,
.grey-color h2, 
.grey-color h3, 
.grey-color h4, 
.grey-color h5, 
.grey-color h6, 
.grey-color p, 
.grey-color a,
.grey-color li, 
.grey-color i,
.grey-color span, 
.white-color .grey-color { color: #757575; }

.lightgrey-color,
.lightgrey-color h2, 
.lightgrey-color h3, 
.lightgrey-color h4, 
.lightgrey-color h5, 
.lightgrey-color h6, 
.lightgrey-color p, 
.lightgrey-color a,
.lightgrey-color li, 
.lightgrey-color i, 
.lightgrey-color span,
.white-color .lightgrey-color { color: #bbb; }

.blue-color,
.blue-color h2, 
.blue-color h3, 
.blue-color h4, 
.blue-color h5, 
.blue-color h6, 
.blue-color p, 
.blue-color a,
.blue-color li, 
.blue-color i, 
.blue-color span,
.grey-color .blue-color,
.white-color .blue-color { color: #3284bf; }

.skyblue-color,
.skyblue-color h2, 
.skyblue-color h3, 
.skyblue-color h4, 
.skyblue-color h5, 
.skyblue-color h6, 
.skyblue-color p, 
.skyblue-color a,
.skyblue-color li, 
.skyblue-color i, 
.skyblue-color span,
.grey-color .skyblue-color,
.white-color .skyblue-color { color: #1ba1f0; }

.carrot-color,
.carrot-color h2, 
.carrot-color h3, 
.carrot-color h4, 
.carrot-color h5, 
.carrot-color h6, 
.carrot-color p, 
.carrot-color a, 
.carrot-color li,
.carrot-color i,
.carrot-color span, 
.grey-color .carrot-color,
.white-color .carrot-color { color: #d05a24; }

.green-color,
.green-color h2, 
.green-color h3, 
.green-color h4, 
.green-color h5, 
.green-color h6, 
.green-color p, 
.green-color a, 
.green-color li,
.green-color i, 
.green-color span,
.grey-color .green-color,
.white-color .green-color { color: #20ab5c; }

.lightgreen-color,
.lightgreen-color h2, 
.lightgreen-color h3, 
.lightgreen-color h4, 
.lightgreen-color h5, 
.lightgreen-color h6, 
.lightgreen-color p, 
.lightgreen-color a, 
.lightgreen-color li,
.lightgreen-color i, 
.lightgreen-color span,
.grey-color .lightgreen-color,
.white-color .lightgreen-color { color: #8dd17e; }

.orange-color,
.orange-color h2, 
.orange-color h3, 
.orange-color h4, 
.orange-color h5, 
.orange-color h6, 
.orange-color p, 
.orange-color a, 
.orange-color li,
.orange-color i, 
.orange-color span,
.grey-color .orange-color,
.white-color .orange-color { color: #ff4500; }

.red-color,
.red-color h2, 
.red-color h3, 
.red-color h4, 
.red-color h5, 
.red-color h6, 
.red-color p, 
.red-color a, 
.red-color li,
.red-color i, 
.red-color span,
.grey-color .red-color,
.white-color .red-color { color: #ff6d33; }

.rose-color,
.rose-color h2, 
.rose-color h3, 
.rose-color h4, 
.rose-color h5, 
.rose-color h6, 
.rose-color p, 
.rose-color a, 
.rose-color li,
.rose-color i, 
.rose-olor span,
.grey-color .rose-color,
.white-color .rose-color { color: #ff1f59; }

.teal-color,
.teal-color h2, 
.teal-color h3, 
.teal-color h4, 
.teal-color h5, 
.teal-color h6, 
.teal-color p, 
.teal-color a,
.teal-color li, 
.teal-color i, 
.teal-color span,
.grey-color .teal-color,
.white-color .teal-color { color: #109d87; }

/*------------------------------------------*/
/*  TEXT BLOCK TYPOGRAPHY
/*------------------------------------------*/ 

.txt-block h3.h3-sm {
  margin-bottom: 25px;
}

.txt-block h5.h5-lg {
  margin-top: 5px;
  margin-bottom: 20px;
}

.txt-block .btn {
  margin-top: 20px;
}

/*------------------------------------------*/
/*  IMAGE BLOCK SETTINGS
/*------------------------------------------*/ 

.img-block {
  text-align: center;
}




/* ==========================================================================
  03. PRELOAD SPINNER
  =========================================================================== */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}

#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

.cssload-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -40px;
}

.cssload-container {
  display: block;
  margin: 47px auto;
  width: 95px;
}

.cssload-loading i {
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
  background: rgb(0, 0, 0);
}
.cssload-loading i:first-child{
  opacity: 0;
  animation:cssload-loading-ani2 0.475s linear infinite;
  -o-animation:cssload-loading-ani2 0.475s linear infinite;
  -ms-animation:cssload-loading-ani2 0.475s linear infinite;
  -webkit-animation:cssload-loading-ani2 0.475s linear infinite;
  -moz-animation:cssload-loading-ani2 0.475s linear infinite;
  transform:translate(-19px);
  -o-transform:translate(-19px);
  -ms-transform:translate(-19px);
  -webkit-transform:translate(-19px);
  -moz-transform:translate(-19px);
}
.cssload-loading i:nth-child(2),
.cssload-loading i:nth-child(3){
  animation:cssload-loading-ani3 0.475s linear infinite;
  -o-animation:cssload-loading-ani3 0.475s linear infinite;
  -ms-animation:cssload-loading-ani3 0.475s linear infinite;
  -webkit-animation:cssload-loading-ani3 0.475s linear infinite;
  -moz-animation:cssload-loading-ani3 0.475s linear infinite;
}
.cssload-loading i:last-child{
  animation:cssload-loading-ani1 0.475s linear infinite;
  -o-animation:cssload-loading-ani1 0.475s linear infinite;
  -ms-animation:cssload-loading-ani1 0.475s linear infinite;
  -webkit-animation:cssload-loading-ani1 0.475s linear infinite;
  -moz-animation:cssload-loading-ani1 0.475s linear infinite;
}

@keyframes cssload-loading-ani1{
  100%{
    transform:translate(38px);
    opacity: 0;
  }
}

@-o-keyframes cssload-loading-ani1{
  100%{
    -o-transform:translate(38px);
    opacity: 0;
  }
}

@-ms-keyframes cssload-loading-ani1{
  100%{
    -ms-transform:translate(38px);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-loading-ani1{
  100%{
    -webkit-transform:translate(38px);
    opacity: 0;
  }
}

@-moz-keyframes cssload-loading-ani1{
  100%{
    -moz-transform:translate(38px);
    opacity: 0;
  }
}

@keyframes cssload-loading-ani2{
  100%{
    transform:translate(19px);
    opacity: 1;
  }
}

@-o-keyframes cssload-loading-ani2{
  100%{
    -o-transform:translate(19px);
    opacity: 1;
  }
}

@-ms-keyframes cssload-loading-ani2{
  100%{
    -ms-transform:translate(19px);
    opacity: 1;
  }
}

@-webkit-keyframes cssload-loading-ani2{
  100%{
    -webkit-transform:translate(19px);
    opacity: 1;
  }
}

@-moz-keyframes cssload-loading-ani2{
  100%{
    -moz-transform:translate(19px);
    opacity: 1;
  }
}

@keyframes cssload-loading-ani3{
  100%{
    transform:translate(19px);
  }
}

@-o-keyframes cssload-loading-ani3{
  100%{
    -o-transform:translate(19px);
  }
}

@-ms-keyframes cssload-loading-ani3{
  100%{
    -ms-transform:translate(19px);
  }
}

@-webkit-keyframes cssload-loading-ani3{
  100%{
    -webkit-transform:translate(19px);
  }
}

@-moz-keyframes cssload-loading-ani3{
  100%{
    -moz-transform:translate(19px);
  }
}




/* ==========================================================================
  04. HEADER & NAVIGATION
  =========================================================================== */

#header {
  width: 100%;
  display: block;
  padding-top: 0px;
}

.header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.headerwp {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.posrlt {
  position: relative;
}

/*------------------------------------------*/
/*   NAVIGATION MENU
/*------------------------------------------*/

.wsmainfull {
  width: 100%;
  height: auto;
  z-index: 1031;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

.tra-menu .wsmainfull {
  background-color: transparent!important;
  padding: 20px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.white-menu .wsmainfull {
  background-color: rgba(0, 0, 0, 0.7) !important; 
  
  padding: 10px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.dark-menu .wsmainfull {
  background-color: #283034!important;
  padding: 10px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

/*------------------------------------------*/
/*  HEADER LINK
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 7px;
  padding: 10px 15px;
  line-height: 50px;
  text-decoration: none;  
}

.navbar-dark .wsmenu > .wsmenu-list > li > a {
  color: #ffffff;
}

.navbar-light .wsmenu > .wsmenu-list > li > a {
  color: #ffffff;
}

.wsmenu > .wsmenu-list > li > a.last-link {
  padding: 10px 0px;
  margin: 0 0 0 7px;
}

.wsmenu > .wsmenu-list > li > a .wsarrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: right;
  right: 0;
  height: 0;
  margin: 0 0 0 14px;
  position: absolute;
  text-align: right;
  top: 33px;
  width: 0;
}

li > .lang-select {
  margin-right: 15px;
}

.wsmenu > .wsmenu-list > li > a img,
.wsmenu > .wsmenu-list > li ul.sub-menu a img {
  width: 26px;
  height: 26px;
  margin-right: 3px;
}

/*------------------------------------------*/
/*  HEADER BUTTON
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li a.btn {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.25px;
  margin-top: 13px;
  margin-left: 15px;
  padding: 6px 30px;
}

/*------------------------------------------*/
/*  HEADER SUBMENU
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
  font-size: 16px;
  padding: 11px 9px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
  padding: 11px 9px 11px 15px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  font-family: 'Muli', sans-serif;
  letter-spacing: 0;
}

/*------------------------------------------*/
/*   MEGAMENU LATEST NEWS
/*------------------------------------------*/

.wsmegamenu .latest-news li { 
  padding: 15px 0;
  border-bottom: 1px dashed #c0c0c0;
}

.wsmegamenu .latest-news li:first-child {
  padding: 0 0 15px;
}

.wsmegamenu .latest-news li:last-child {
  padding: 15px 0 0;
  border-bottom: 0; 
}

.wsmegamenu .latest-news img {
  text-align: center;
  float: left;
  width: 85px;
  height: 85px;
}

.wsmegamenu .post-summary {
  overflow: hidden;
  padding-left: 20px;
}

/*------------------------------------------*/
/*  MEGAMENU LATEST NEWS TYPOGRAPHY
--------------------------------------------*/

.wsmegamenu .post-summary a { 
  color: #888!important;
  font-size: 16px;
  font-family: 'Muli', sans-serif; 
  font-weight: 400;
}

.wsmegamenu h5.h5-md a { 
  color: #333!important;
  margin-bottom: 0;
}

.wsmegamenu .latest-news .post-summary a:hover { 
  color: #333!important;
  text-decoration: underline;
}

.wsmegamenu .latest-news p { 
  color: #999;  
  font-size: 15px;
  font-weight: 300;
  margin-top: 6px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  NAVBAR SCROLL
/*------------------------------------------*/

.tra-menu .wsmainfull.scroll,
.white-menu .wsmainfull.scroll,
.dark-menu.dark-scroll .wsmainfull.scroll {
  background-color: rgba(0, 0, 0, 0.7) !important; 
  padding: 3px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

/*------------------------------------------*/
/*  Navigation Menu
/*------------------------------------------*/

.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li a {
  color: #444;
}

.tra-menu.navbar-light.dark-scroll .scroll .wsmenu > .wsmenu-list > li a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list > li a {
  color: #fff;
}

.tra-menu.navbar-light.dark-scroll .scroll .wsmenu > .wsmenu-list .sub-menu li a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list .sub-menu li a,
.tra-menu.navbar-light.dark-scroll .scroll .wsmenu > .wsmenu-list li .wsmegamenu a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list li .wsmegamenu a {
  color: #666;
}

/*------------------------------------------*/
/*  Logo Image
/*------------------------------------------*/

.logo-white, 
.logo-black {
  display: block;
}

.navbar-light .logo-black,
.navbar-dark .logo-white,
.tra-menu.navbar-light .scroll .logo-white,
.tra-menu.navbar-light.dark-scroll .scroll .logo-black,
.tra-menu.navbar-dark.dark-scroll .scroll .logo-black {
  display: none;
}

.tra-menu.navbar-light .scroll .logo-black,
.tra-menu.navbar-light.dark-scroll .scroll .logo-white,
.tra-menu.navbar-dark.dark-scroll .scroll .logo-white {
  display: block;
}




/* ==========================================================================
  05. HERO
  =========================================================================== */

#hero-2 {
  background-image: url(../images/hero-2.jpg);
  padding-top: 180px;
  padding-bottom: 50px;
}

#hero-3 {
  background-image: url(../images/hero-3.jpg);
  padding-top: 190px;
  padding-bottom: 240px;
}

#hero-4 {
  background-image: url(../images/hero-4.jpg);
  padding-top: 180px;
  padding-bottom: 100px;
}

#hero-6 {
  background-image: url(../images/hero-6.jpg);
  padding-top: 190px;
  padding-bottom: 250px;
}

#hero-8 {
  background-image: url(../images/hero-8.jpg);
  padding-top: 200px;
  padding-bottom: 175px;
}

#hero-9 {
  background-image: url(../images/hero-9.jpg);
  padding-top: 180px;
  padding-bottom: 50px;
}

/*------------------------------------------*/
/*  HERO SLIDER
/*------------------------------------------*/

.slider {
  position: relative;
  max-width: 100%;
  height: 600px;
  margin-top: 85px;
}

.slider .slides {
  margin: 0;
  height: 600px;
}

#hero-7 .slider,
#hero-7 .slider .slides {
  height: 640px;
}

.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider .slides li .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.slider .slides li.active {
  z-index: 2;
}

/*------------------------------------------*/
/*  Slider Animation
/*------------------------------------------*/

.center-align {
  text-align: center;
}

/*------------------------------------------*/
/*  Slider Indicators
/*------------------------------------------*/

.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0; 
  z-index: 98;
}

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  height: 10px;
  width: 10px;
  border: 2px solid #fff;
  margin: 0 7px;
  opacity: .5;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

.slider .indicators .indicator-item.active {
  background-color: #fff;
  opacity: .65;
}

/*------------------------------------------*/
/*  HERO TEXT
/*------------------------------------------*/

#hero-4 .hero-txt {
  padding-right: 45px;
}

#hero-7 .caption-txt {
  margin-top: -120px;
}

#hero-9 .hero-txt {
  padding-right: 10%;
}

/*------------------------------------------*/
/*  Hero Headers
/*------------------------------------------*/ 

#hero-1 h2 {
  font-size: 3.35rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#hero-2 h3 {
  font-size: 3.15rem;
  font-weight: 800;
  margin-bottom: 20px;
}

#hero-2 h5 {
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 25px;
}

#hero-3 h2 {
  line-height: 1.1;
  font-weight: 400;
  padding: 0 5%;
  letter-spacing: 0;
  margin-bottom: 20px;
}

#hero-3 h2 span {
  font-weight: 700;
} 

#hero-4 h2 {
  font-weight: 400;
  margin-bottom: 20px;
}

#hero-4 h2 span {
  font-weight: 800;
}

#hero-5 h2 {
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 12%;
  margin-bottom: 20px;
}

#hero-6 h2 {
  letter-spacing: 0;
  margin-bottom: 20px;
}

#hero-7 h2 {
  font-size: 3.65rem;
  letter-spacing: 0;
  padding: 0 11%;
  margin-bottom: 20px;
}

#hero-8 h2 {
  letter-spacing: 0;
  padding: 0 8%;
  margin-bottom: 35px;
}

#hero-8 h4 {
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 22px;
}

#hero-9 h3 {
  font-size: 3.45rem;
  font-weight: 400;
  margin-bottom: 20px;
}

#hero-9 h3 span {
  font-weight: 800;
}

/*------------------------------------------*/
/*  Hero Paragraphs
/*------------------------------------------*/

#hero-1 .caption-txt p {
  padding-right: 15%;
  margin-bottom: 30px;
}

#hero-2 .hero-txt p {
  padding-right: 5%;
  margin-bottom: 30px;
}

#hero-3 .hero-txt p {
  padding: 0 10%;
  margin-bottom: 35px;
}

#hero-4 .hero-txt p {
  margin-bottom: 30px;
}

#hero-5 .caption-txt p,
#hero-7 .caption-txt p {
  font-size: 1.35rem;
  padding: 0 20%;
  margin-bottom: 30px;
}

#hero-6 .hero-txt p {
  padding-right: 10%;
}

#hero-9 .hero-txt p {
  padding-right: 5%;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  HERO SEARCH FORM
/*------------------------------------------*/

#hero-1 .hero-form {
  margin: 40px 15% 0 0;
}

#hero-3 .hero-form {
  margin: 0 8%;
}

#hero-6 .hero-form {
  margin: 35px 10% 0 0;
}

/*------------------------------------------*/
/*  HERO SEARCH FORM INPUT
/*------------------------------------------*/

.hero-form .form-control {
  height: 60px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-right: none;
  color: #333;
  font-size: 1.125rem;
  padding: 0 20px;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

/*------------------------------------------*/
/*  Newsletter Form Input Focus
/*------------------------------------------*/

.hero-form .form-control:focus {
  border: 1px solid #ccc;
  border-right: none;
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Newsletter Form Button
/*------------------------------------------*/

.hero-form .btn {
  height: 60px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: none;
  font-size: 1.45rem;
  line-height: 1!important;
  padding: 0 20px;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}

.hero-form .btn i {
  color: #ec5252;
  font-size: 1.125rem;
  line-height: 1;
}

/*------------------------------------------*/
/*  HERO SECTION BOXES
/*------------------------------------------*/

#hboxes-1 .hero-boxes-holder,
#hboxes-2 .hero-boxes-holder {
  position: relative;
  background-color: #fff;
  padding: 45px 40px 15px;
  border: 1px solid #f5f5f5;
  margin-top: -130px;
  z-index: 999;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#hboxes-2 .hero-boxes-holder {
  margin: -80px 25px 0;
}

#hboxes-1 .c2-box-txt h5 {
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 6px;
}

#hboxes-1 .c2-box-txt p {
  line-height: 1;
  margin-bottom: 35px;
}

#hboxes-1 .owl-nav {
  display: none;
}

/*------------------------------------------*/
/*  HERO IMAGE
/*------------------------------------------*/

.hero-2-img {
  padding-left: 30px;
  padding-right: 20px;
}




/* ==========================================================================
  06. ABOUT
  =========================================================================== */

#about-1 {
  padding-top: 25px;
  padding-bottom: 22px;
}

.a4-boxes {
  padding: 0 4%;
}

/*------------------------------------------*/
/*  ABOUT BOX
/*------------------------------------------*/

.abox-1 {
  padding-left: 25px;
}

.abox-4 {
  padding-left: 10px;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  ABOUT BOX TEXT
/*------------------------------------------*/

.abox-1-txt,
.abox-4-txt {
  overflow: hidden;
  padding-left: 20px;
}

/*------------------------------------------*/
/*  ABOUT BOX TYPOGRAPHY
/*------------------------------------------*/ 

.abox-1 h5 {
  line-height: 1;
  margin-bottom: 1px;
}

.abox-4 h5 {
  line-height: 1;
  margin-bottom: 10px;
}

.a4-txt h5 {
  margin-bottom: 20px;
}

.abox-1 p,
.a4-txt p,
.abox-4 p {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  ABOUT BOX ICON
/*------------------------------------------*/ 

.abox-1 img,
.abox-4 img,
.abox-1 span,
.abox-4 span {     
  float: left;
  text-align: center;
}

/*------------------------------------------*/
/*  ABOUT IMAGE
/*------------------------------------------*/ 

#about-4 .img-block {
  margin-top: 50px;
  margin-bottom: 70px;
}

#about-4 .img-block img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}




/* ==========================================================================
  07. SERVICES
  =========================================================================== */

/*------------------------------------------*/
/*  SERVICE BOX
/*------------------------------------------*/

.sbox-1 {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 30px 25px;
  margin-bottom: 40px;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sbox-2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 50px 20px;
  margin-bottom: 40px;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sbox-3 {
  padding: 0 10px;
  margin-bottom: 40px;
}

.sbox-4 {
  padding: 0 10px;
  margin-bottom: 40px;
}

.sbox-5 {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  padding: 40px;
  margin-bottom: 40px;
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
  border-radius: 6px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 6px rgba(0, 0, 0, .05);
}

.sbox-5:hover {
  border: 1px solid #f5f5f5;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

.sbox-6 {
  width: 20%;
  float: left;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*  SERVICE BOX TEXT
/*------------------------------------------*/

.sbox-1-txt {
  overflow: hidden;
  padding-left: 20px;
}

/*------------------------------------------*/
/*  SERVICE BOX TYPOGRAPHY
/*------------------------------------------*/ 

.sbox-1 h5 {
  margin-bottom: 10px;
}

.sbox-2 h5,
.sbox-3 h5,
.sbox-4 h5,
.sbox-5 h5  {
  margin-top: 20px;
  margin-bottom: 12px;
}

.sbox-6 h5  {
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0 2%;
  margin-top: 15px;
  margin-bottom: 0;
}

.sbox-1 p {
  font-size: 0.975rem;
  margin-bottom: 0;
}

.sbox-2 p,
.sbox-3 p,
.sbox-5 p {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  SERVICE BOX ICON
/*------------------------------------------*/ 

.sbox-1 img,
.sbox-1 span {     
  float: left;
  text-align: center;
  margin-top: 4px;
}

/*------------------------------------------*/
/*  SERVICE TEXT
/*------------------------------------------*/ 

.services-6-txt {
  margin-bottom: 70px;
}

.services-6-txt h3 {
  letter-spacing: 0;
  margin-bottom: 15px;
}

.services-6-txt p {
  padding: 0 15%;
  margin-bottom: 30px;
}




/* ==========================================================================
  08.  CATEGORIES
  =========================================================================== */

#categories-1 {
  padding-top: 60px;
  padding-bottom: 54px;
}

/*------------------------------------------*/
/*  CATEGORIE BOX
/*------------------------------------------*/ 

.c1-box {
  width: 20%;
  float: left;
}

#hboxes-1 .col-lg-2,
#categories-2 .col-lg-2 {
  padding-left: 8px;
  padding-right: 8px;
}

/*------------------------------------------*/
/*  CATEGORIE BOX ICON
/*------------------------------------------*/ 

.c2-box img,
.c2-box-txt img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

.c2-box:hover > img,
.c2-box-txt:hover > img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/*------------------------------------------*/
/*  CATEGORIE BOX TEXT
/*------------------------------------------*/ 

.c1-box-txt {
  text-align: left!important;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  margin: 0 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

.bg-dark .c1-box-txt {
  background-color: #1d1e29;
  border: 1px solid #444;
}

.c2-box {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 25px 15px;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

.c1-box-txt:hover,
.c2-box:hover {
  border: 1px solid #f5f5f5;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

.bg-dark .c1-box-txt:hover {
  background-color: #1d1e29;
  border: 1px solid #777;
}

.c3-box {
  text-align: center!important;
  padding: 35px 25px 45px;
  margin: 0 8px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

.c4-box {
  margin-bottom: 50px;
}

.c4-box-list li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
  padding: 0;
}

.c4-box-list li a {
  color: #888;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px dotted #888;
  margin-right: 3px;
}

/*------------------------------------------*/
/*  CATEGORIE BOX TYPOGRAPHY
/*------------------------------------------*/ 

.c1-box-txt h5 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 6px;
}

.c2-box h5 {
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 6px;
}

.cbox-3-txt h5 {
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 4px;
}

.c4-box-ico h5 {
  line-height: 1;
  padding-top: 15px;
  margin-bottom: 4px;
}

.c1-box-txt p,
.c2-box p {
  color: #666;
  font-size: 0.925rem;
  line-height: 1;
  margin-bottom: 0;
}

.bg-dark .c1-box-txt p {
  color: #ddd;
}

.c3-box-txt p {
  line-height: 1;
  margin-bottom: 0;
}

.c4-box-ico p {
  line-height: 1;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  CATEGORIE BOX ICON
/*------------------------------------------*/ 

.c1-box-txt img {
  float: left;
  position: relative;
  width: 40px;
  height: 40px;
  top: -2px;
  margin-left: 5px;
  margin-right: 15px;
}

.c3-box-icon {
  display: inline-block;
  padding: 25px;
  background-color: rgba(255, 255, 255, .1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.c4-ico {
  float: left;
  position: relative;
  padding: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 15px;
}

.c4-ico img {
  width: 45px;
  height: 45px;
}

.owl-carousel .owl-item .c3-box-icon img {
  width: 72px;
  height: 72px;
  display: inline-block;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}




/* ==========================================================================
  09.  COURSES
  =========================================================================== */

#courses-5 {
  padding-top: 100px;
  padding-bottom: 84px
}

#courses-4 .section-title { 
  padding-right: 25%; 
} 

/*------------------------------------------*/
/*  COURSE BOX
/*------------------------------------------*/ 

.cbox-1,
.cbox-2 {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 6px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
} 

.bg-lightdark .cbox-1 {
  border: 1px solid #333;
} 

#courses-3 .cbox-1 { margin: 0 0 30px; }

.cbox-2 {
  margin: 0 0 40px;
} 

.cbox-1:hover,
.cbox-2:hover {
  border: 1px solid #f5f5f5;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

.bg-lightdark .cbox-1:hover {
  border: 1px solid #333;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .95);
}

.courses-grid .col-lg-3 {
  padding-left: 5px;
  padding-right: 5px;
}

.cbox-5 {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 25px;
  margin-bottom: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

#courses-5 .col-md-6 {
  padding-left: 8px;
  padding-right: 8px;
}

.cbox-5:hover {
  border: 1px solid #f5f5f5;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

/*------------------------------------------*/
/*  COURSES MASONRY GRID
/*------------------------------------------*/ 

#courses-4 .masonry-item {
  width: 25%;
  position: relative;
  padding: 0;
  margin-bottom: 0;
}

.cbox-4 {
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 6px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
} 

.cbox-4:hover {
  border: 1px solid #f5f5f5;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

/*------------------------------------------*/
/*  COURSES FILTER BUTTONS
/*------------------------------------------*/ 

#courses-4 .masonry-filter {
  margin-top: 22px;
}

#courses-4 .title-centered .masonry-filter {
  margin-top: 30px;
}


#courses-4 .masonry-filter button {
  background-color: transparent; 
  border: 1px solid transparent;
  color: #959595;
  font-size: 0.95rem;
  font-weight: 400;
  margin-right: 12px;
  padding: 5px 13px;
  cursor: pointer;
  outline: 0px none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/*------------------------------------------*/
/*  Filter Button Hover
/*------------------------------------------*/ 

#courses-4 .masonry-filter button:hover {
  background-color: transparent;
  color: #333;
  border: 1px solid transparent;
  outline: 0px none;
}

/*------------------------------------------*/
/*  Filter Button Checked
/*------------------------------------------*/ 

#courses-4 .masonry-filter button:focus,
#courses-4 .masonry-filter button.is-checked {
  color: #fff;
  cursor: default;
  background-color: #ff1f59;
  border: 1px solid #ff1f59;
  outline: 0px none;
}

#courses-4 .masonry-filter.hover-blue button.is-checked {
  background-color: #3284bf;
  border: 1px solid #3284bf;
}

#courses-4 .masonry-filter.hover-green button.is-checked {
  background-color: #20ab5c;
  border: 1px solid #20ab5c;
}

#courses-4 .masonry-filter.hover-rose button.is-checked {
  background-color: #ff1f59;
  border: 1px solid #ff1f59;
}

#courses-4 .masonry-filter.hover-yellow button.is-checked {
  background-color: #ffb605;
  border: 1px solid #ffb605;
}

/*------------------------------------------*/
/*  COURSE BOX TEXT
/*------------------------------------------*/ 

.cbox-1-txt,
.cbox-4-txt {
  padding: 25px 20px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.cbox-2-txt {
  padding: 35px 20px 25px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/*------------------------------------------*/
/*  COURSE BOX TYPOGRAPHY
/*------------------------------------------*/ 

.cbox-1-txt h5,
.cbox-2-txt h5,
.cbox-4-txt h5 {
  margin-bottom: 12px;
}

.cbox-5-txt h5 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

p.course-tags {
  margin-bottom: 10px;
}

.cbox-1-txt p.course-tags,
.cbox-4-txt p.course-tags {
  margin-bottom: 15px;
}

.course-tags span {
  background-color: #f0f1f2;
  font-size: 0.915rem;
  padding: 3px 7px;
  margin-right: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;  
}

.cbox-1-txt p.p-sm,
.cbox-2-txt p.p-sm,
.cbox-4-txt p.p-sm {
  margin-bottom: 12px;
}

.cbox-5-txt p.p-sm {
  line-height: 1;
  margin-bottom: 3px;
}

.cbox-5-data p {
  font-size: 1rem;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
}

/*------------------------------------------*/
/*  Course Rating
/*------------------------------------------*/

.course-rating {
  position: relative;
  display: inline-block;
}

.course-rating i {
  color: #ffb605;
  font-size: 0.85rem;
  line-height: 1;
}

#course-details .course-rating i {
  font-size: 0.975rem;
}

.course-rating span {
  color: #888;
  position: relative;
  font-size: 0.925rem;
  line-height: 1;
  font-weight: 400;
  top: 1px;
}

#course-details .course-rating span {
  font-size: 1rem;
  margin-left: 5px;
}

#course-details .cs-rating .course-rating span {
  color: #444;
  font-size: 0.95rem;
  margin-left: 5px;
}

.cr-rating {
  padding-left: 3px;
}

/*------------------------------------------*/
/*  Course Price
/*------------------------------------------*/

.course-price {
  display: block;
  font-size: 1.05rem;
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  margin-top: 5px;
}

.cbox-5-price .course-price {
  margin-top: 0;
}

.course-data {
  position: relative;
}

.course-data .course-price {
  position: absolute;
  bottom: -9px;
  right: 15px;
  margin-top: 0;
  padding: 5px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;  
}

.old-price {
  color: #999;
  font-size: 0.95rem;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 10px;
}

.cbox-5-price .old-price {
  margin-right: 0;
}

/*------------------------------------------*/
/*  COURSE BOX IMAGE
/*------------------------------------------*/ 

.cbox-1 .hover-overlay,
.cbox-2 .hover-overlay,
.cbox-4 .hover-overlay {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

/*------------------------------------------*/
/*  ALL COURSES BUTTON
/*------------------------------------------*/ 

.all-courses-btn {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*  OWL CAROUSEL NAVIGATION
/*------------------------------------------*/

.owl-theme .owl-dots, 
.owl-theme .owl-nav {
  text-align: center;
}

.owl-carousel.owl-theme .owl-nav [class*='owl-'] { 
  background: transparent;
  margin: 0 10px;
  padding: 0;
}

.owl-theme .owl-nav img { 
  width: 30px;
  height: 16px;
}

.owl-theme .owl-nav button:focus {
  outline: 0px none;
  box-shadow: none;
}




/* ==========================================================================
  10. TEAM
  =========================================================================== */

.team-member {
  text-align: center;
  margin-bottom: 40px;
}

#team-2 .team-member {
  margin: 0 6px 30px;
}

.tm-meta {
  padding-top: 25px;
}

.tm-meta h5 {
  line-height: 1;
  margin-bottom: 3px;
}

.tm-meta span {
  color: #888;
  display: block;
  margin-bottom: 5px;
}

.tm-meta span a {
  color: #888;
}

.tm-meta p {
  color: #888;
  font-weight: 0.9rem;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Team Memer Rating
/*------------------------------------------*/

.tm-rating {
  position: relative;
  display: block;
}

.tm-rating i {
  color: #ffb605;
  font-size: 0.925rem;
  line-height: 1;
}

.tm-rating.grey-stars i {
  color: #888;
}

.tm-rating span {
  display: inline-block;
  color: #000;
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  margin-left: 4px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Team Member Social Links
/*------------------------------------------*/

.team-member-photo {
  position: relative;
}

.tm-social ul {
  width: 100%;
  display: inline-block; 
  padding-left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  zoom: 1;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.tm-3-social {
  margin-top: 30px;
  margin-bottom: 25px;
}

.tm-social ul li,
.tm-3-social ul li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

.tm-social a,
.tm-3-social a {
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 1.05rem;
  line-height: 38px!important;
  margin-right: 1px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.tm-3-social a {
  width: 46px;
  height: 46px;
  font-size: 1.25rem;
  line-height: 46px!important;
  margin-right: 3px;
}

.tm-3-social a.ico-facebook, .tm-social a.ico-facebook { background-color: #3b5998; }
.tm-3-social a.ico-twitter, .tm-social a.ico-twitter { background-color: #00a9ed; }
.tm-3-social a.ico-instagram, .tm-social a.ico-instagram { background-color: #e44772 }
.tm-3-social a.ico-dribbble, .tm-social a.ico-dribbble { background-color: #d92d84; }
.tm-3-social a.ico-behance, .tm-social a.ico-behance { background-color: #2473f6; }
.tm-3-social a.ico-pinterest, .tm-social a.ico-pinterest { background-color: #ac281a; }
.tm-3-social a.ico-linkedin, .tm-social a.ico-linkedin { background-color: #015886; }
.tm-3-social a.ico-google-plus, .tm-social a.ico-google-plus { background-color: #cd1111; }
.tm-3-social a.ico-youtube, .tm-social a.ico-youtube { background-color: #cd1b20; }
.tm-3-social a.ico-tumblr, .tm-social a.ico-tumblr { background-color: #3a5976; }
.tm-3-social a.ico-vk, .tm-social a.ico-vk { background-color: #3b5998; }


.team-member:hover .tm-social ul {
  bottom: 6%;
  opacity: 1; 
  -moz-opacity: 1; 
}

/*------------------------------------------*/
/*  Team Member Photo
/*------------------------------------------*/

.team-3-photo {
  margin: 0 20px;
}

.team-3-photo img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.team-3-photo p {
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
}

.team-3-photo p span {
  color: #000;
  font-weight: 700;
}

.t-3-links {
  padding: 0 10%;
}

.team-3-photo .btn {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

/*------------------------------------------*/
/*  Team Member Data
/*------------------------------------------*/

.teacher-data {
  color: #757575;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
  margin: 7px 0;
}

.team-3-txt h3 {
  line-height: 1;
  font-weight: 800;
  margin-top: 20px;
  margin-bottom: 7px;
}

.team-3-txt span {
  display: inline-block;
  font-family: 'Muli', sans-serif;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 700;
}

.team-3-txt h5.h5-xl {
  line-height: 1;
  margin-bottom: 20px;
}




/* ==========================================================================
  11. VIDEO
  =========================================================================== */

#video-1 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.video-1-holder {
  /* background-color: rgba(255, 255, 255, 0.5);  */
  margin: 0 5%;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;  
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#video-2 {
  background-image: url(../images/video-2.jpg);
  padding-top: 140px;
  padding-bottom: 80px;
}

.video-3-txt {
  background-image: url(../images/video-3.jpg);
}

#video-3-content {
  padding-top: 100px;
  padding-bottom: 350px;
  position: relative;
  z-index: 3;
}

/*------------------------------------------*/
/*  VIDEO TEXT
/*------------------------------------------*/

#video-1 .video-txt {
  padding-left: 15px;
}

#video-2 .video-txt {
  padding-top: 80px;
}

.video-txt h4 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.video-txt h4 span {
  font-weight: 800;
}

.video-3-txt h3 {
  margin-bottom: 10px;
}

#video-1 .video-txt p {
  margin-bottom: 25px;
}

#video-2 .video-txt p {
  padding: 0 15%;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  VIDEO LINK
/*------------------------------------------*/

#video-1 .video-link {
  padding-right: 1px;
}

.video-1-holder .video-link img {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}

#video-3 .video-link img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.video-3-link {
  margin-top: -310px;
}




/* ==========================================================================
  12. STATISTICS
  =========================================================================== */

#statistic-1 {
  padding-top: 60px;
  padding-bottom: 20px;
}

#statistic-2 {
  padding-top: 80px;
  padding-bottom: 40px;
}

#statistic-3 {
  padding-top: 70px;
  padding-bottom: 30px;
}

/*------------------------------------------*/
/*  STATISTIC BLOCK
/*------------------------------------------*/

.statistic-block {
  margin-bottom: 40px;
  padding: 0 25px;
}

#hboxes-2 .statistic-block {
  margin-bottom: 30px;
}

#statistic-3 .statistic-block {
  padding: 0 10px;
}

/*------------------------------------------*/
/*  STATISTIC BLOCK DIGIT
/*------------------------------------------*/

h5.statistic-number {
  font-size: 3.5rem;
  line-height: 1; 
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

#hboxes-2 h5.statistic-number,
#statistic-1 h5.statistic-number {
  float: left;
  text-align: center;
  margin-right: 25px;
  margin-bottom: 12px;
}

#hboxes-2 h5.statistic-number {
  font-size: 3rem;
}

#statistic-3 h5.statistic-number {
  font-size: 2rem;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.statistic-block p.p-md {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 0;
}

.statistic-block p {
  font-family: 'Muli', sans-serif;
  line-height: 1;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  STATISTIC BLOCK TEXT
/*------------------------------------------*/

.statistic-block-txt {
  overflow: hidden;
  padding-left: 25px;
  border-left: 1px solid rgba(10, 10, 10, .2);
}

.white-color .statistic-block-txt {
  border-left: 1px solid rgba(245, 245, 245, .2);
}

#statistic-3 .statistic-block-txt {
  padding-left: 20px;
}

.statistic-block-txt h5 {
  font-weight: 800;
  margin-bottom: 3px;
}

.statistic-block a {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}

span.s-icon {
  float: left;
  text-align: center;
  margin-right: 20px;
  margin-top: 5px;
}

.statistic-block.icon-xs [class*="flaticon-"]:before,
.statistic-block.icon-xs [class*="flaticon-"]:after {   
  font-size: 3.05rem;
}




/* ==========================================================================
  13. PRICING
  =========================================================================== */

/*------------------------------------------*/
/*  PRICING TABLE
/*------------------------------------------*/  

#pricing-1 .pricing-table {
  background-color: #fff;
  border: 1px solid #ddd;
  text-align: center;
  padding: 50px 40px;
  margin-bottom: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

#pricing-1 .pricing-table:hover {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

#pricing-2 .pricing-table {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 30px 70px 45px;
  margin: 0 20px 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/*------------------------------------------*/
/*  Pricing Table Price Plan
/*------------------------------------------*/

.pricing-plan h5 {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#pricing-2 .pricing-plan h5 {
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.pricing-table span.price {
  font-size: 75px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -2px;
}

.pricing-table sup {
  font-size: 40px;
  font-weight: 500;
  top: -7px;
  right: 3px;
}

.pricing-table sup.coins {
  font-weight: 500;
  font-size: 40px;
  top: -22px;
  left: 1px;
}

.pricing-table p.p-sm {
  color: #999;
  font-size: 1.15rem;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 0;
}

#pricing-2 .pricing-plan p {
  color: #999;
  font-size: 1.05rem;
  font-weight: 400;
}

/*------------------------------------------*/
/*  Pricing Table Body
/*------------------------------------------*/

ul.features {
  color: #757575;
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 30px;
}

#pricing-2 ul.features {
  font-size: 1rem;
  margin-top: 25px;
  margin-bottom: 25px;
}

ul.features li {
  padding: 12px 5%;
} 

#pricing-2 ul.features li {
  position: relative;
  padding: 7px 0;
} 

#pricing-2 ul.features li span {   
  position: absolute;
  color: #00a344;
  font-size: 1.25rem;
  line-height: 1;
  right: 0;
  bottom: 6px;
}

ul.features li.disabled-option {
  color: #ccc;
}

/*------------------------------------------*/
/*  Pricing Table Button
/*------------------------------------------*/

#pricing-1 .pricing-table .btn,
#pricing-2 .pricing-table .btn {
  display: block;
  width: 100%;
}

/*------------------------------------------*/
/*  PRICING TEXT
/*------------------------------------------*/

.pricing-txt .txt-list li {
  margin-bottom: 12px;
}

/*------------------------------------------*/
/*  PRICING NOTICE TEXT
/*------------------------------------------*/

.pricing-notice {
  margin-top: 30px;
  margin-bottom: 40px;
}

.pricing-notice p {
  padding: 0 8%;
  margin-bottom: 0;
}

.pricing-notice p span {
  font-weight: 700;
  margin-right: 5px;
}




/* ==========================================================================
  14. TESTIMONIALS
  =========================================================================== */

#reviews-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.review-1 { 
  background-color: #fff;
  border: 1px solid #e2e3e4;
  padding: 40px 30px;
  margin: 0 15px 20px;
  overflow: visible;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.bg-lightgrey .review-1,
.bg-whitesmoke .review-1 { 
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.review-3 {
  background-color: #f0f1f2;
  border: 1px solid #eee;
  padding: 25px 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.review-4 { 
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 25px 40px;
  margin-bottom: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/*------------------------------------------*/
/*  MASONRY GRID TESTIMONIALS
/*------------------------------------------*/ 

.review-2 { 
  width: 50%;
  padding: 0 2%;
  margin: 0 0 60px 0;
}

/*------------------------------------------*/
/*  Testimonial Message Avatar 
/*------------------------------------------*/ 

.review-1 .author-avatar,
.review-2 .author-avatar,
.review-4 .author-avatar { 
  display: inline-block;
  float: left;
}

.owl-carousel .owl-item .review-1-author img,
.review-2-author img,
.review-4-author img {
  width: 70px;
  height: 70px;
  display: inline-block;
  margin: 0 15px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.quote-ico {
  position: relative;
  margin-bottom: -25px;
}

.quote-ico img,
.owl-carousel .owl-item .quote-ico img {
  width: 65px;
  height: 65px;
  opacity: .15;
}

/*------------------------------------------*/
/*  Testimonial Message Text
/*------------------------------------------*/

.review-1 p {
  color: #757575;
  line-height: 1.4;
  margin-bottom: 25px;
} 

.review-2-txt p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 25px;
} 

.review-3 p {
  color: #757575;
  font-size: 1.15rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 15px;
} 

.review-4-txt p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 15px;
} 

/*------------------------------------------*/
/*  Testimonial Author
/*------------------------------------------*/

.review-1-author h5,
.review-2-author h5,
.review-4-author h5 {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
}

.review-2-author h5,
.review-4-author h5 {
  font-size: 1.075rem;
}

.review-3-author h5 {
  line-height: 1;
  margin-bottom: 5px;
}

.review-1-author span,
.review-2-author span {
  color: #858585;
  font-size: 0.95rem;
  font-weight: 300;
}

.review-3-author span {
  display: block;
  color: #858585;
  font-size: 1.1rem;
  font-weight: 300;
}

.review-4-author span {
  color: #858585;
  font-size: 1rem;
  font-weight: 300;
}

/*------------------------------------------*/
/*  Review Rating
/*------------------------------------------*/

.tst-rating {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 4px;
}

.tst-rating i {
  color: #ffb605;
  font-size: 0.85rem;
  line-height: 1;
}

/*------------------------------------------*/
/*   Reviews FlexSlider Navigation
/*------------------------------------------*/

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid #bbb;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
  background: #bbb;
  border: 2px solid transparent; 
}




/* ==========================================================================
  15. BRANDS
  =========================================================================== */

#brands-1 {
  padding-top: 60px;
  padding-bottom: 10px;
}

#brands-1 .section-title {
  margin-bottom: 50px;
}

.video-3-brands { 
  margin: 60px 5% 70px;
}

.brands-section p,
.video-3-brands p {
  font-weight: 400;
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*  BRANDS LOGO HOLDER
/*------------------------------------------*/ 

#brands-1 .brand-logo {
  margin-bottom: 30px;
} 

#video-3 .brand-logo img,
#brands-1 .brand-logo img {
  padding: 0 15px;
  opacity: .9;
}




/* ==========================================================================
  16. BANNER
  =========================================================================== */

#banner-1 {
  padding-top: 30px;
  padding-bottom: 25px;
}

#banner-3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.banner-3-holder {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;  
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#banner-4 {
  background-image: url(../images/banner-4.jpg);
  padding-top: 120px;
  padding-bottom: 120px;
}

/*------------------------------------------*/
/*  BANNER TEXT
/*------------------------------------------*/

.banner-2-txt {
  padding: 0 25px;
  margin-bottom: 40px;
}

.banner-3-txt {
  padding: 0 15px;
}

.banner-5-txt {
  padding: 50px 35px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

.bg-whitesmoke .banner-5-txt {
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 6px rgba(0, 0, 0, .05);
}

.banner-5-txt:hover {
  border: 1px solid #f5f5f5;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

.b5-txt {
  overflow: hidden;
  padding-left: 25px;
}

/*------------------------------------------*/
/*  BANNER TYPOGRAPHY
/*------------------------------------------*/

.banner-1-txt h5 {
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 3px;
}

.banner-2-txt h3 {
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 30px;
}

.banner-2-txt h3 span {
  font-weight: 700;
}

.banner-3-txt h4 {
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 25px;
}

.banner-4-txt h3 {
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 15px;
}

.banner-5-txt h4 {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 12px;
}

.banner-1-txt h5 span,
.banner-2-txt h3 span,
.banner-3-txt h4 span {
  font-weight: 800;
}

.banner-4-txt p {
  margin-bottom: 30px;
}

.banner-5-txt p {
  margin-bottom: 17px;
}

/*------------------------------------------*/
/*  BANNER IMAGE
/*------------------------------------------*/

.banner-3-img img {
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}

.banner-5-txt img {
  position: relative;
  float: left;
  width: 175px;
  height: 146px;
  top: 3px;
}

/*------------------------------------------*/
/*  BANNER REGISTER FORM
/*------------------------------------------*/

#register-form {
  position: relative;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 45px 30px 30px;
  margin: 0 15px 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#register-form p {
  color: #333;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 5px;
}

/*------------------------------------------*/
/*  REGISTER FORM INPUT
/*------------------------------------------*/

.register-form .form-control {
  border: 1px solid #ccc;
  height: 52px;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 22px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/*------------------------------------------*/
/*  Register Form Placeholder
/*------------------------------------------*/

.register-form .form-control::-moz-placeholder { color: #999; } 
.register-form .form-control:-ms-input-placeholder { color: #999; }
.register-form .form-control::-webkit-input-placeholder { color: #999; }


/*------------------------------------------*/
/*  Register Form Message
/*------------------------------------------*/

.register-form-msg {
  width: 100%!important;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.register-form .loading {
  color: #00b2e4;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
}

.error {
  color: #e74c3c;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}




/* ==========================================================================
  17. BLOG
  =========================================================================== */

.news-grid {
  margin: 0;
  padding: 0; 
}

#news-1 .col-sm-6 {
  padding: 0;
}

.article-1 { 
  position: relative;
}

.article-2 { 
  padding: 0 20px 0 0;
  margin-bottom: 40px;
}

.article-3 { 
  padding-bottom: 50px;
  margin: 0 0 50px;
}

.article-3 .col-md-4 {
  padding-left: 0;
  padding-right: 30px;
}

.article-3 .col-md-8 {
  padding-right: 0;
}

/*------------------------------------------*/
/*  Article-2 Typography
/*------------------------------------------*/

.article-2 h5 { 
  line-height: 1.3;
  margin-bottom: 10px;
}

.article-2 a { 
  color: #151515;
}

.article-2 a:hover{ 
  color: #444;
  text-decoration: underline;
}

.article-3 h4 { 
  margin-bottom: 5px;
}

.article-2 p { 
  margin-bottom: 14px;
}

.article-2 p.p-sm { 
  color: #757575;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
}

.article-3 p { 
  margin-bottom: 20px;
}

.article-2 span { 
  display: block;
  color: #757575;
  font-size: 0.975rem;
  font-family: 'Muli', sans-serif;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
}

.article-3 span { 
  display: block;
  font-size: 1.05rem;
  font-weight: 400;
  margin-bottom: 10px;
}

/*------------------------------------------*/
/*  Article Meta
/*------------------------------------------*/

#news-1 .article-meta {
  width: 90%;
  position: absolute;
  left: 25px;
  bottom: 25px;
}

#news-1 .article-meta.text-center {
  width: 96%;
  left: 2%;
  right: 2%;
}

#news-1 .article-meta h5 {
  color: #fff;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
}

#news-1 .article-meta h5 span {
  line-height: 2.35rem!important;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, .7);
  box-shadow: 10px 0 0px 0px rgba(0, 0, 0, .7), -10px 0 0px 0px rgba(0, 0, 0, .7);
}

/*------------------------------------------*/
/*  Article Tags Cloud
/*------------------------------------------*/

span.badge {
  display: inline-block;
  font-weight: 600;
  border: none;
  background-color: #fff;
  border: 1px solid #999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 4px 14px;
  margin-right: 5px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;  
}

span.badge a {
  color: #999!important;
  font-size: 0.975rem;
  font-weight: 400;
  line-height: 1.42857;
}

span.badge:hover {
  background-color: #283034;
  border-color: #283034;
}

span.badge:hover a {
  color: #fff!important;
}

/*------------------------------------------*/
/*  Article Preview Image
/*------------------------------------------*/

.article-3 img,
.blog-post-img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/*------------------------------------------*/
/*  Article Preview Hover Overlay
/*------------------------------------------*/

.hover-overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; 
}

.hover-overlay > img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  overflow: hidden;
  -webkit-transition: transform 500ms;
  -moz-transition: transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
}

.article-1 .item-overlay {
  background: #283034;
  opacity: 0;
  -moz-opacity: 0; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/*------------------------------------------*/
/*  Image Hover Effect 
/*------------------------------------------*/ 

.article-1:hover .hover-overlay > img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.article-1:hover .item-overlay {
  opacity: .6; 
  -moz-opacity: .6; 
}

/*------------------------------------------*/
/*  SINGLE POST
/*------------------------------------------*/ 

.single-post-wrapper {
  padding: 0 15px;
}

.single-post-data p {
  color: #888;
  font-size: 1.15rem;
  font-weight: 400;
  margin-top: 15px;
}

.single-post-data p a {
  color: #0c849d;
  font-weight: 300;
  text-decoration: underline;
}

.single-post-txt h5 {
  margin-top: 25px;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  SINGLE POST QUOTE
/*------------------------------------------*/ 

.quote {
  margin-top: 40px;
  margin-bottom: 40px;
}

.quote p {
  color: #666;
  font-size: 1.5rem!important;
  font-weight: 300;
  border-left: 3px solid #2dcb21;
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  BLOG POST INNER IMAGE
/*------------------------------------------*/ 

.post-inner-img {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;  
}

.post-inner-img p {
  margin-top: 30px;
  margin-bottom: 0;  
}

/*------------------------------------------*/
/*  POST TAGS 
/*------------------------------------------*/ 

.post-share-links {
  margin-top: 70px;
}

.post-tags-list span a {
  color: #999;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #999;
  padding: 7px 16px;
  margin-right: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.post-tags-list span a:hover {
  color: #fff;
  background-color: #283034;
  border-color: #283034;
}

/*------------------------------------------*/
/*  POST SHARE ICONS
/*-----------------------------------------*/

.post-share-links .share-social-icons {
  display: inline-block; 
  padding-left: 0;
}

.post-share-links .share-social-icons li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

.post-share-links .share-social-icons a.share-ico i {
  color: #555;
  width: 33px;
  height: 33px;
  font-size: 21px;
  display: block;
  margin-right: 3px;
}

/*------------------------------------------*/
/*  ABOUT POST AUTHOR
/*------------------------------------------*/ 

.author-senoff {
  margin: 90px 0 70px;
  padding: 70px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.author-senoff img {  
  width: 120px;
  height: 120px;
  float: left;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;  
}

.author-senoff-txt {
  position: relative;
  overflow: hidden;
  padding-left: 30px;
}

.author-senoff-txt h5.h5-xs {
  color: #757575;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.author-senoff-txt h5.h5-lg {
  line-height: 1;
  font-weight: 800;
  margin-bottom: 15px;
}

.author-senoff-txt p {
  color: #757575;
  padding-right: 5%;
  margin-bottom: 0;
}

.author-follow-btn {
  display: inline-block;
  position: absolute;
  color: #757575;
  font-size: 0.925rem;
  line-height: 1;
  font-weight: 400;
  padding: 4px 10px;
  top: 1px;
  right: 12px;
  border: 1px solid #888;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*------------------------------------------*/
/*  OTHER POSTS TYPOGRAPHY
/*------------------------------------------*/ 

.other-posts h5 {
  color: #777;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

.other-posts h5 i {
  font-size: 0.925rem;
  padding: 0 3px;
  position: relative;
  top: -1px;
}

.prev-post a, 
.next-post a {
  color: #999;
  font-size: 1.1rem;
  line-height: 1.2;
}

.all-posts a { 
  color: #999;
  font-size: 1.75rem;
  line-height: 1;
}

.prev-post a:hover, 
.next-post a:hover {
  color: #000;
  text-decoration: underline;
}

.all-posts a:hover { 
  color: #333;
}

/*------------------------------------------*/
/*  POST COMMENTS
/*------------------------------------------*/

.post-comments {
  margin-top: 70px;
  margin-bottom: 80px;
}

.post-comments h4 {
  font-weight: 800;
  margin-bottom: 40px;
}

.post-comments img {
  width: 65px;
  height: 65px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.comment-meta {
  margin-bottom: 10px;
}

.comment-meta h5 {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin-bottom: 2px;
}

.comment-date {
  color: #888;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}

.btn-reply {
  margin-left: 3px;
}

.btn-reply a {
  color:  #888;
  font-size: 15px;
  font-weight: 400; 
}

.btn-reply a i {
  font-size: 13px;  
  margin-right: 1px;  
}

.btn-reply a:hover {
  color: #222;
}

.post-comments hr {
  margin-top: 35px; 
  margin-bottom: 35px; 
}

/*------------------------------------------*/
/*    SINGLE POST COMMENT FORM
/*------------------------------------------*/

#leave-comment h4 {
  font-weight: 800;
  margin-bottom: 20px;
}

#leave-comment p.grey-color {
  background-color: #f6f6f6;
  font-size: 0.95rem;
  padding: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.comment-form {
  position: relative;
  margin-top: 50px;
}

.comment-form p {
  color: #333;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 5px;
  display: block;
}

.comment-form .form-control {
  height: 54px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 17px;
  font-weight: 300;
  padding: 0 15px;
  margin-bottom: 22px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.comment-form .form-control:focus {
  border-color: #00b2e4;
  outline: 0px none;
  box-shadow: none;
}

.comment-form textarea { min-height: 200px; }
.comment-form textarea.form-control { 
  padding: 20px;
}

/*------------------------------------------*/
/*  Comment Form Button
/*------------------------------------------*/

.comment-form .btn {
  margin-top: 0;
}

.comment-form .btn:focus {
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Comment Form Message
/*------------------------------------------*/

.comment-form-msg {
  width: 100%!important;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.comment-form .loading {
  color: #00b2e4;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
}

.error {
  color: #e74c3c;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}




/* ==========================================================================
  18. FAQs
  =========================================================================== */

#faqs-1 .tabs-nav {
  margin-right: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ddd;
  overflow: hidden!important;
}

#faqs-1 .tabs-1 { 
  width: 100%; 
  margin: 0;
}

#faqs-1 .tab-content {
  display: none;
}

#faqs-1 .tab-content.current,
#faqs-1 .tab-content.displayed {
  display: inherit;
}

/*------------------------------------------*/
/*  FAQS CATEGORY TITLE
/*------------------------------------------*/ 

#faqs-1 .category-title h4 {
  line-height: 1;
  margin-bottom: 15px;
}

#faqs-1 .category-title p {
  color: #757575;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  FAQS FILTER BUTTONS
/*------------------------------------------*/ 

#faqs-1 .tabs-1 li {
  position: relative;
  width: 100%; 
  background-color: #fff;
  color: #888;
  margin: 0;
  padding: 26px 30px;
  cursor: pointer;
  border-top: 1px dashed #ddd;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

#faqs-1 .tabs-1 li:first-child {
  border-top: none;
}

#faqs-1 .tabs-1 li.current,
#faqs-1 .tabs-1 li.current:hover {
  background-color: #f0f1f3;
  border-top: 1px solid #f0f1f3;
}

#faqs-1 .tab-link img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  text-align: center;
  float: left;
}

#faqs-1 .tab-link.current img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

#faqs-1 .tab-link-txt {
  overflow: hidden;
  padding-left: 15px;
}

#faqs-1 .tabs-1 li h5 {
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 8px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

#faqs-1 .tabs-1 li p {
  color: #888;
  font-size: 0.95rem;
  line-height: 1.3;
  margin-bottom: 0;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

/*------------------------------------------*/
/*  Question
/*------------------------------------------*/

.question {
  margin-bottom: 25px;
}

.question h5 {
  margin-bottom: 15px;
}

.question p,
.question li {
  color: #757575;
}




/* ==========================================================================
  19. NEWSLETTER
  =========================================================================== */

#newsletter-1 .container {
  padding-left: 0;
  padding-right: 0;
}

.newsletter-holder {
  background-image: url(../images/newsletter.jpg);
  padding: 60px 50px 45px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;  
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#newsletter-2 {
  background-image: url(../images/newsletter.jpg);
  padding: 60px 50px 45px;
}

/*------------------------------------------*/
/*  NEWSLETTER TYPOGRAPHY
/*------------------------------------------*/ 

.newsletter-txt h3 {
  margin-bottom: 15px;
}

.newsletter-txt p {
  font-weight: 400;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  NEWSLETTER FORM
/*------------------------------------------*/ 

.newsletter-section .newsletter-form {
  margin-top: 45px;
}

/*------------------------------------------*/
/*   Newsletter Form Input
/*------------------------------------------*/

.newsletter-section .form-control {
  height: 55px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #ddd;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0 5px;  
  margin-right: 15px;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.newsletter-section .input-group > .custom-select:not(:last-child), 
.newsletter-section .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*------------------------------------------*/
/*  Newsletter Form Input Focus
/*------------------------------------------*/

.newsletter-section .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Newsletter Form Input Placeholder
/*------------------------------------------*/

.newsletter-section .form-control::-moz-placeholder { color: #eee; } 
.newsletter-section .form-control:-ms-input-placeholder { color: #eee; } 
.newsletter-section .form-control::-webkit-input-placeholder { color: #eee; } 

/*------------------------------------------*/
/*  Newsletter Form Button
/*------------------------------------------*/

.newsletter-section .btn {
  display: block; 
  width: 100%!important;
  height: 55px;
  font-size: 1.05rem;
}

/*------------------------------------------*/
/*  Newsletter Form Notification
/*------------------------------------------*/

.newsletter-section .form-notification {
  font-size: 0.975rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 15px;
  margin-left: 5px;
}


.newsletter-section .form-notification label.valid,
.newsletter-section .form-notification label.error {
  color: #f6412d;
}

.newsletter-section .newsletter-form label.valid {
  color: #48af4b;
}




/* ==========================================================================
  20. CONTACTS
  =========================================================================== */

#contacts-1 .container {
  padding-left: 0;
  padding-right: 0;
}

.contacts-1-holder {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;  
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#contacts-21 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contacts-2-holder {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;  
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#contacts-2 .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

.contacts-txt p {
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*  CONTACT BOX
/*------------------------------------------*/

.contact-box {
  text-align: center;
  padding: 60px 20px;
}

.contact-box h5 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.contact-box p {
  color: #757575;
  padding: 0 5%;
  margin-bottom: 20px;
}




/* ==========================================================================
  21. GOOGLE MAP
  =========================================================================== */

.google-map iframe {
  width: 100%;
  height: 450px;
  border: none;
}




/* ==========================================================================
  22. FOOTER
  =========================================================================== */

.footer {
  padding-top: 100px;
  padding-bottom: 30px;
}

#footer-1 .footer-links {
  padding-left: 25%;
}

#footer-2 .footer-links {
  padding-left: 10%;
}

#footer-3 .footer-links {
  padding-left: 5%;
}

/*------------------------------------------*/
/*  FOOTER TYPOGRAPHY
/*------------------------------------------*/
 
.footer h5 {
  letter-spacing: 0;
  margin-bottom: 30px;
}

.footer-info p {
  margin-top: 25px;
}

.footer-box p {
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.footer-contacts p {
  font-size: 1.05rem;
  margin-bottom: 1px;
}

.footer-contacts .btn {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
}

.bg-lightdark .footer-info p,
.bg-lightdark .footer-links li a,
.bg-lightdark .footer-copyright p,
.bg-lightdark .bottom-footer-list a {
  color: #b3b8c3;
}

.bg-lightdark .footer-links li a:hover,
.bg-lightdark .bottom-footer-list a:hover {
  color: #fff;
}

/*------------------------------------------*/
/*  FOOTER LINKS
/*------------------------------------------*/

.footer-links li {
  width: auto !important;
  display: block !important;
  vertical-align: top;
  clear: none !important;
  font-size: 1.05rem;
  margin: 0 0 9px 0;
  padding: 0;
}

/*------------------------------------------*/
/*  FOOTER SOCIAL LINKS
/*------------------------------------------*/

.foo-socials {
  display: inline-block; 
  padding-left: 0;
  margin: 10px auto 0;
}

.bottom-footer .foo-socials {
  margin: 0;
}

.foo-socials li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
  padding: 0;
}

.foo-socials a {
  color: #888;
  font-size: 1rem;
  line-height: 30px !important;
  margin-right: 22px;
  display: block;
}

.foo-socials a.ico-facebook:hover { color: #3b5998; }
.foo-socials a.ico-twitter:hover { color: #00a9ed; }
.foo-socials a.ico-instagram:hover { color: #e44772; }
.foo-socials a.ico-dribbble:hover { color: #d92d84; }
.foo-socials a.ico-behance:hover { color: #2473f6; }
.foo-socials a.ico-pinterest:hover { color: #ac281a; }
.foo-socials a.ico-linkedin:hover { color: #015886; }
.foo-socials a.ico-google-plus:hover { color: #cd1111; }
.foo-socials a.ico-youtube:hover { color: #cd1b20; }
.foo-socials a.ico-tumblr:hover { color: #3a5976; }
.foo-socials a.ico-vk:hover { color: #3b5998; }

/*------------------------------------------*/
/*  FOOTER NEWSLETTER FORM
/*------------------------------------------*/

.footer-form .form-control {
  text-align: center;
  height: 48px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #757575;
  font-size: 15px;
  padding: 0 15px;
  margin-bottom: 10px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.bg-lightdark .footer-form .form-control {
  color: #fff;
}

.footer-form .input-group > .custom-select:not(:last-child), 
.footer-form .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.bg-lightdark .footer-form .form-control {
  background-color: #262d31;
  border-color: #5b6c75;
}

/*------------------------------------------*/
/*  Contact Form Placeholder
/*------------------------------------------*/

.bg-lightdark .footer-form .form-control::-moz-placeholder { color: #b3b8c3; } 
.bg-lightdark .footer-form .form-control:-ms-input-placeholder { color: #b3b8c3; }
.bg-lightdark .footer-form .form-control::-webkit-input-placeholder { color: #b3b8c3; }

/*

/*------------------------------------------*/
/*  Newsletter Form Input Focus
/*------------------------------------------*/

.footer-form .form-control:focus {
  background-color: #fff!important;
  border: 1px solid #ccc;
  outline: 0;
  box-shadow: none;
}

.bg-lightdark .footer-form .form-control:focus {
  background-color: #384349!important;
  border: 1px solid #323c41;
}

.footer-form input:-internal-autofill-selected {
  background-color: #fff!important;
}

/*------------------------------------------*/
/*  Newsletter Form Button
/*------------------------------------------*/

.footer-form .input-group-btn { 
  display: block; 
  width: 100%!important; 
}

.footer-form .btn {
  display: block; 
  width: 100%!important;
  height: 48px;
  font-size: 15px;
  padding: 0 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*------------------------------------------*/
/*  Newsletter Form Notification
/*------------------------------------------*/

.footer-form .form-notification {
  font-size: 0.925rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 15px;
  margin-left: 5px;
}

/*------------------------------------------*/
/*  BOTTOM FOOTER
/*------------------------------------------*/

.bottom-footer {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 35px;
}

.bg-lightdark .bottom-footer { 
  border-top: 1px solid #414e55;
}

.bottom-footer p {
  margin-bottom: 0;
}

.bottom-footer p.p-sm {
  display: inline-block;
  font-size: 0.925rem;
  line-height: 1;
  margin-left: 17px;
  margin-bottom: 0;
}

.bg-dark .bottom-footer p.p-sm { 
  color: #ddd;
}

/*------------------------------------------*/
/*  Bottom Footer List
/*------------------------------------------*/

.bottom-footer-list li {
  font-size: 1rem;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 9px 5px 0;
  padding: 0;
}

.bottom-footer-list li a {
  font-weight: 600;
}

.bottom-footer-list p:after { 
  content: "|"; 
  padding-left: 11px; 
  position: relative;
  top: -1px;
}

.bottom-footer-list p.last-li:after { 
  content: " "; 
  padding-left: 0; 
}




/* ==========================================================================
  23. INNER PAGE WRAPPER
  =========================================================================== */

.inner-page-wrapper {
  margin-top: 90px;
}




/* ==========================================================================
  24. BREADCRUMB
  =========================================================================== */

.breadcrumb {
  padding: 16px 5px 14px;
  background-color: transparent;
  margin-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid #efefef;
}

/*------------------------------------------*/
/*  BREADCRUMB TYPOGRAPHY
/*------------------------------------------*/ 

.breadcrumb-item a,
.breadcrumb-item.active {
  color: #343536;
  font-size: 0.925rem;
  font-weight: 600;
}

.breadcrumb-item.active {
  color: #999;
  font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-size: 1.05rem;
  display: inline-block;
  padding-right: 9px;
  margin-top: -1px;
  content: "\00bb";
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 11px;
}




/* ==========================================================================
  25. INNER PAGE HERO
  =========================================================================== */

.page-hero-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-hero-section h4,
.page-hero-section h3 {
  line-height: 1;
  margin-bottom: 15px;
}

.page-hero-section p {
  font-size: 1.05rem;
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 13px;
}

.page-hero-section p span {
  font-weight: 700;
}

/*------------------------------------------*/
/*  PAGE HERO SHARE ICONS
/*-----------------------------------------*/

.page-hero-section .share-social-icons {
  display: inline-block; 
  padding-left: 0;
}

.page-hero-section .share-social-icons li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

.page-hero-section .share-social-icons li p {
  font-size: 1.05rem;
  line-height: 18px;
  font-weight: 300;
  margin-right: 12px;
  margin-bottom: 3px;
}

.page-hero-section .share-social-icons li p span {
  font-weight: 700;
}

.page-hero-section a.share-ico {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin-right: 12px;
  opacity: .85;
}

.page-hero-section a.share-ico i {
  position: relative;
  font-size: 16px;
  line-height: 1;
  margin-right: 3px;
  top: 1px;
}

.page-hero-section a.share-ico:hover {
  opacity: 1;
}




/* ==========================================================================
  26. SIDEBAR
  =========================================================================== */

/*------------------------------------------*/
/*   SIDEBAR SEARCH FORM
/*------------------------------------------*/

#search-field .form-control {
  background-color: #f0f0f0;
  height: 54px;
  font-size: 17px;
  padding-left: 20px;
  border: none;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}

#search-field .btn {
  background-color: #f0f0f0;
  color: #777;
  border: none;
  height: 54px;
  padding: 0 18px;
  margin-top: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
   -webkit-border-radius: 0px 6px 6px 0;
  -moz-border-radius: 0px 6px 6px 0;
  border-radius: 0px 6px 6px 0;
}

#search-field .form-control:focus {
  border-color: #999;
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*   SIDEBAR BLOG CATEGORIES
/*------------------------------------------*/

ul.blog-category-list > li {
  padding: 15px 0;
  border-bottom: 1px dashed #c0c0c0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;  
}

ul.blog-category-list > li:first-child {
  padding: 0 0 15px;
}

ul.blog-category-list > li:last-child {
  padding: 15px 0 0;
  border-bottom: none;
}

ul.blog-category-list > li a {
  color: #0c849d;
  font-size: 1.05rem;
  font-weight: 400;
}

ul.blog-category-list > li span {
  color: #096376;
  font-weight: 700;
}

ul.blog-category-list li:hover {
  padding-left: 8px;
}




/* ==========================================================================
  27. COURSE DETAILS
  =========================================================================== */

/*------------------------------------------*/
/*   COURSE DESCRIPTION
/*------------------------------------------*/

.course-txt h3 {
  font-weight: 800;
  padding-right: 10%;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*   WHAT YOU LEARN
/*------------------------------------------*/

.what-you-learn {
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  margin: 45px 0;
  padding: 30px 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.what-you-learn h5 {
  line-height: 1;
  margin-bottom: 20px;
}

.what-you-learn .txt-list li {
  font-size: 0.975rem;
}

/*------------------------------------------*/
/*   COURSE BLOCK
/*------------------------------------------*/

.cd-block {
  margin-top: 30px;
  margin-bottom: 40px;
}

.cs-rating.cd-block {
  margin-top: 60px;
}

.cd-block h5 {
  line-height: 1;
  margin-bottom: 20px;
}

p.course-short-data {
  color: #888;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 2px;
}

.cd-block .txt-list li {
  margin-bottom: 4px;
}

/*------------------------------------------*/
/*  COURSE ACCORDION  
/*------------------------------------------*/

#accordion .card {
  background-color: transparent;
  border: 1px solid #eee;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px; 
  margin-bottom: 5px;
}

/*------------------------------------------*/
/*  Card Header
/*------------------------------------------*/

.cs-content .card-header {
  padding: 15px 45px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  position: relative;
}

.cs-content #accordion [data-toggle="collapse"].collapsed:after,
.cs-content #accordion [data-toggle="collapse"]:after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f106";
  position: absolute;
  font-size: 1.05rem;
  top: 17px;
  left: 20px;
}

.cs-content #accordion [data-toggle="collapse"].collapsed:after {
  content: "\f107";
}

#accordion .card-header h5 {
  line-height: 1;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}

.hdr-data {
  position: absolute;
  top: 17px;
  right: 25px;
}

.hdr-data p {
  color: #888;
  font-size: 0.975rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Card Body
/*------------------------------------------*/

#accordion .card-body {
  padding: 20px 25px 20px; 
}

.card-body p {
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.card-body p.cb-video {
  margin-bottom: 2px;
}

#accordion .card-body .txt-list li {
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.card-body a {
  color: #656667;
}

.card-body a i {
  font-size: 0.9rem;
  margin-right: 2px;
  position: relative;
  top: -0.5px;
}

/*------------------------------------------*/
/*  COURSE RATING
/*------------------------------------------*/

.cs-rating-data {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ratingtext-right {
  width: 12%;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.ratingtext-left {
  width: 12%;
  display: inline-block;
  float: right;
}

.ratingtext-right p,
.ratingtext-left p {
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
  top: 5px;
  margin-bottom: 0;
}

.ratingtext-left p {
  font-weight: 400;
  top: 0;
}

/*------------------------------------------*/
/*  Rating Progress Bar
/*------------------------------------------*/

.barWrapper {
  margin-bottom: 7px;
}

.progress-wrapper {
  width: 70%;
  display: inline-block;
  float: left;
  height: 7px; 
  background-color: #f0f0f0; 
  position: relative;
  margin-right: 30px;
  top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.progress-bar {
  background-color: #999; 
  height: 7px; 
}

/*------------------------------------------*/
/*   COURSE DATA
/*------------------------------------------*/

.course-data {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#courses-2 .course-data {
  border: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 0 ;
  -moz-box-shadow: 0 0;
  box-shadow: 0 0;
}

/*------------------------------------------*/
/*   COURSE DATA PRICE
/*------------------------------------------*/

.course-data-price {
  display: block;
  font-size: 1.65rem;
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  margin-top: 20px; 
  margin-bottom: 20px;
  padding: 0 8%;
}

.course-data-price .old-price {
  color: #999;
  font-size: 1.25rem;
  font-weight: 300;
  text-decoration: line-through;
  margin-left: 5px;
  margin-right: 5px;
}

.course-data-price p {
  color: #d63e57;
  font-size: 0.925rem;
  font-weight: 600;
  margin-top: 2px;
}

/*------------------------------------------*/
/*   COURSE DATA LINKS
/*------------------------------------------*/

.course-data-links {
  padding: 0 3%;
}

.course-data-links .btn {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

/*------------------------------------------*/
/*   COURSE DATA LIST
/*------------------------------------------*/

.course-data-list {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0 8%;
}

.course-data-list span {
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 12px;
}

.course-data-list p {
  color: #656565;
  font-size: 0.9rem;
  line-height: 1;
  margin-bottom: 8px;
}

.course-data-list p i {
  font-size: 0.8rem;
  margin-right: 4px;
}

/*------------------------------------------*/
/*   COURSE DOWNLOAD FILE
/*------------------------------------------*/

p.download-file {
  font-size: 0.95rem;
  font-weight: 400;
}

p.download-file i {
  font-size: 0.875rem;
  margin-right: 3px
}


/* ==========================================================================
  28. PAGE PAGINATION
  =========================================================================== */

.page-pagination {
  padding-bottom: 100px;
}

.page-link {
  color: #666;
  font-weight: 600;
  padding: 8px 15px;
  margin: 0 3px;
  background-color: transparent;
  border-color: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.page-item.disabled .page-link {
  color: #aaa;
  background-color: transparent;
  border-color: transparent;
}

.next-page.page-link1 {
  margin-left: 30px;
}

.page-link:hover,
.page-item.active .page-link {
  background-color: #e5e5e5;
  color: #333;
  border-color: #e5e5e5;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
}

.page-link:focus {
  background-color: transparent;
  color: #666;
  border-color: transparent;
  box-shadow: 0 0;
}




/* ==========================================================================
  29. SCROLL TO TOP
  =========================================================================== */ 

#scrollUp {
  display: none;
  width: 40px;
  height: 45px;
  position: fixed;
  bottom: 20px;
  right: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url(../images/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(35, 35, 35, 0.65);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear; 
}

#scrollUp:hover {
  background-color: #151515;
}

nav a#pull {  
    display: none;  
} 



/* .blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
} */

h2.media{
    font-size: 60px;
    color:#fff;
}

.pentakosta-section {
    padding: 20px;
}

.pentakosta-title {
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.pentakosta-list {
    font-size: 20px;
    text-align: left;
}

.ministries{
    font-family: 'Geist', sans-serif; 
    /* padding-top:25px; */
}
/* .con-highlights{
    margin-top:50px;
}

.highlights{
    padding-top:200px;
} */


.custom-image {
    max-width: 800px; 
    width: 100%; 
}

.sidebar {
    position: fixed; 
    top: 50%; 
    left: 0;
    height: auto; 
    padding: 0; 
    z-index: 100; 
    transform: translateY(-50%); 
}

.social-links {
    display: flex; 
    flex-direction: column;
    align-items: flex-start; 
}

.social-icon {
    margin: 10px 0; 
}

.social-icon img {
    width: 30px; 
    height: 30px;
}

.content-wrapper {
    position: relative; 
    z-index: 2; 
    height: 100vh; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

.fullscreen-video {
    width: 100vw; 
    height: 100vh; 
    object-fit: cover; 
    position: absolute; 
    top: 0; 
    left: 0;
    z-index: 1; 
}

/* .mapdiv path{
    stroke: #fff;
    stroke-width: 1px;
    transition: fill 0.2s;
} */

/* .gmaps :hover{
    fill:blue;
} */




.social-links {
    position: fixed;
    top: 50%;
    left: 20px; /* Sesuaikan jarak dari kiri */
    transform: translateY(-50%);
    transition: opacity 0.3s;
    z-index: 1000; /* Pastikan ini lebih tinggi dari elemen lain */
}



.next-button {
    position: fixed;
    top: 20px; /* Sesuaikan jarak dari atas */
    right: 20px; /* Sesuaikan jarak dari kanan */
    font-size: 24px;
    border: none;
    background: none;
    cursor: pointer;
    display: none;
    z-index: 1000; /* Pastikan ini lebih tinggi dari elemen lain */
}



h4.b-gmap :hover{
    border-radius:20px;
    border-bottom:2px solid #000;
}

#cityDisplay {
    margin-top: 20px;
    margin-right:30px;
    
    font-weight: bold;
    visibility: hidden; 
   
    padding-bottom: 10px;
}

#countries {
    list-style-type: none; /* Menghilangkan bullet points */
    padding: 0;
    display: flex; /* Agar daftar item sejajar */
    flex-wrap: wrap; /* Membuat item-item berbaris di beberapa baris jika terlalu panjang */
    justify-content: center; /* Menjaga item sejajar di tengah */
}

/* Gaya untuk setiap <li> */
#countries li {
    background-color:#f0f0f0; /* Warna latar belakang */
    color:#000;
    border-radius: 10px; /* Border radius untuk sudut */
    padding: 20px; /* Padding untuk ruang di dalam item */
    margin: 10px; /* Jarak antar item */
    width: calc(33% - 40px); /* Mengatur lebar item menjadi 1/3 dari kontainer, dikurangi margin */
    text-align: center; /* Menjaga teks di tengah */
    transition: background-color 0.3s ease; /* Efek transisi saat hover */
}

/* Hover effect untuk item */
#countries li:hover {
    background-color: #e0e0e0 ; 

}



@media (max-width: 768px) {
    .pentakosta-title {
        font-size: 40px; /* Ukuran font judul di mobile */
        margin-right:10px;
    }

    .pentakosta-list {
        font-size: 16px; /* Ukuran font daftar di mobile */
        margin-right:10px;
    }

    .gembala-text {
        margin-right: 10px; /* Margin kanan 10px untuk mobile */
    }

    .bottom-footer .row {
        text-align: center; /* Memusatkan teks dan ikon di mobile */
    }

    .col-lg-8, .col-lg-4 {
        text-align: left; /* Memusatkan isi kolom */
        margin-bottom: 10px; /* Spasi antar elemen */
    }

    .hide-on-mobile {
        display: none; /* Sembunyikan elemen ini pada layar kecil */
    }
    .custom-margin {
        margin-left: 10px; 
    }

    .media {
        font-size: 1.5rem; /* Sesuaikan ukuran font */
        padding-left: 1rem; /* Atur padding jika diperlukan */
    }

    .social-links {
        left: 10px; 
    }

    .navbar-dark .wsmenu > .wsmenu-list > li > a {
        color: #000; 
       
    }

    .bg-n {
        height: 600px; 
    }
    /* #mySVG svg{
        width: 50%;
        height: 20%;
        
    } */

    path {
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
      }

      .box{
        display: flex;
        flex-direction: column-reverse;
      }

      #countries li {
        width: calc(50% - 40px); /* Untuk layar tablet atau lebih kecil, item menjadi 2 kolom */
    }

    
}

@media (max-width: 576px) { 
    .custom-margin {
        margin-left: 10px; 
    }

    .media {
        font-size: 1.5rem; 
        padding-left: 1rem; 
    }

    .custom-margin-media{
        margin-top:50px;
    }

    .br-media{
        margin-top:120px;
    }
}

.custom-container {
    padding: 0; 
}


/* Untuk layar kecil (576px ke atas) */
@media (min-width: 576px) {
    section.events {
        padding-top: 30px; 
    }
    
}

/* Untuk layar medium (768px ke atas) */


/* Untuk layar besar (992px ke atas) */
@media (min-width: 992px) {
    section.events {
        padding-top: 50px; 
    }
}

/* Untuk layar extra besar (1200px ke atas) */
@media (min-width: 1200px) {
    section.events {
        padding-top: 30px; 
    }
}

@media (max-width: 2560px) {
    #about-1 {
        margin-top: 300px; 
    }
}

.carousel-inner .carousel-item {
    display: none; /* Sembunyikan semua item */
}

.carousel-inner .carousel-item.active {
    display: block; /* Tampilkan hanya item aktif */
}

.carousel-inner img {
    width: 100%;
    height: auto; /* Memastikan gambar responsif */
}

@media (min-width: 768px) {
    .carousel-inner .carousel-item {
        display: block; /* Tampilkan semua item di desktop */
    }
}

.hover-button {
    position: absolute;
    top: 50%; /* Menempatkan tombol di tengah secara vertikal */
    left: 50%; /* Menempatkan tombol di tengah secara horizontal */
    transform: translate(-50%, -50%); /* Memastikan tombol tepat di tengah */
    background-color: rgba(0, 0, 0, 0.5); /* background semi-transparan */
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    opacity: 1; /* Mulai dengan tombol tersembunyi */
    transition: opacity 0.3s ease-in-out;
    pointer-events: auto; /* Agar tidak menghalangi hover pada gambar */
    z-index: 2; /* Membuat tombol berada di atas gambar */
}

/* Hover pada gambar untuk menampilkan tombol */
/* .position-relative:hover .hover-button {
    opacity: 1; 
    pointer-events: auto; 
} */

/* Styling tambahan untuk gambar */
.img-highlights {
    border-radius: 12px;
    display: block; 
    width: 100%; 
}

/* Styling untuk link dalam tombol */
.hover-button a {
    color: white;
    text-decoration: none; /* Menghilangkan garis bawah */
}










/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 1921px) {}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 1440px) and (max-width: 1920.95px) {}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 1440px) and (max-width: 1920.95px) {}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 1200px) {}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 992px) and (max-width: 1199.95px) {

  /*------------------------------------------*/
  /*   BASE
  /*------------------------------------------*/

  .pc-20,
  .pc-25 {
    padding-right: 0;
    padding-left: 0;
  }

  /* Header H5 */
  h5.h5-xs {
    font-size: 1.09375rem;
  }

  h5.h5-sm {
    font-size: 1.125rem;
  }

  h5.h5-md {
    font-size: 1.15625rem;
  }

  h5.h5-lg {
    font-size: 1.1875rem;
  }

  h5.h5-xl {
    font-size: 1.225rem;
  }

  /* Header H4 */
  h4.h4-xs {
    font-size: 1.25rem;
  }

  h4.h4-sm {
    font-size: 1.375rem;
  }

  h4.h4-md {
    font-size: 1.5rem;
  }

  h4.h4-lg {
    font-size: 1.625rem;
  }

  h4.h4-xl {
    font-size: 1.875rem;
  }

  /* Header H3 */
  h3.h3-xs {
    font-size: 1.95rem;
  }

  h3.h3-sm {
    font-size: 2.125rem;
  }

  h3.h3-md {
    font-size: 2.25rem;
  }

  h3.h3-lg {
    font-size: 2.4rem;
  }

  h3.h3-xl {
    font-size: 2.5rem;
  }

  /* Header H2 */
  h2.h2-xs {
    font-size: 2.75rem;
  }

  h2.h2-sm {
    font-size: 2.875rem;
  }

  h2.h2-md {
    font-size: 3rem;
  }

  h2.h2-lg {
    font-size: 3.125rem;
  }

  h2.h2-xl {
    font-size: 3.25rem;
  }

  h2.h2-huge {
    font-size: 4.25rem;
  }

  /* Paragraphs */
  p.p-sm {
    font-size: 0.925rem;
  }

  p {
    font-size: 1rem;
  }

  p.p-md {
    font-size: 1.066rem;
  }

  p.p-lg {
    font-size: 1.133rem;
  }

  p.p-xl {
    font-size: 1.266rem;
  }

  /* List Settings */
  ul.txt-list li,
  ul.ico-list li {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .txt-list.mb-15 {
    margin-top: 10px;
  }

  /* Box Icons */
  .icon-xs [class*="flaticon-"]:before,
  .icon-xs [class*="flaticon-"]:after {
    font-size: 3rem;
  }

  .icon-sm [class*="flaticon-"]:before,
  .icon-sm [class*="flaticon-"]:after {
    font-size: 3.5rem;
  }

  .icon-md [class*="flaticon-"]:before,
  .icon-md [class*="flaticon-"]:after {
    font-size: 4rem;
  }

  .icon-lg [class*="flaticon-"]:before,
  .icon-lg [class*="flaticon-"]:after {
    font-size: 4.25rem;
  }

  .icon-xl [class*="flaticon-"]:before,
  .icon-xl [class*="flaticon-"]:after {
    font-size: 4.5rem;
  }

  /* PNG Icons Settings */
  .img-95 {
    width: 90px;
    height: 90px;
  }

  .img-90 {
    width: 85px;
    height: 85px;
  }

  .img-85 {
    width: 80px;
    height: 80px;
  }

  .img-80 {
    width: 75px;
    height: 75px;
  }

  .img-75 {
    width: 70px;
    height: 70px;
  }

  .img-70 {
    width: 65px;
    height: 65px;
  }

  .img-65 {
    width: 60px;
    height: 60px;
  }

  /* Section Title */
  .section-title {
    margin-bottom: 50px;
    padding-right: 40%;
  }

  .section-title.title-centered {
    padding: 0 20%;
  }

  .section-title h4 {
    font-size: 1.875rem;
  }

  .section-title.title-centered p {
    padding: 0;
  }

  /* Text Block Typography */
  .txt-block h3.h3-sm {
    margin-bottom: 20px;
  }

  .txt-block .btn {
    margin-top: 10px;
  }

  /*------------------------------------------*/
  /*   NAVIGATION MENU    
  /*------------------------------------------*/

  .wsmenu>.wsmenu-list>li>a {
    font-size: 16px;
    margin: 0 2px;
    padding: 10px 15px;
  }

  .wsmenu>.wsmenu-list>li>a .wsarrow:after {
    right: 3px;
    margin: 0 0 0 14px;
    top: 33px;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
    font-size: 15px;
  }

  .wsmenu>.wsmenu-list>li a.btn {
    font-size: 15px;
    padding: 4px 25px;
    margin-top: 14px;
  }

  /*------------------------------------------*/
  /*  HERO
  /*------------------------------------------*/

  #hero-3 {
    padding-top: 180px;
    padding-bottom: 220px;
  }

  #hero-6 {
    padding-top: 190px;
    padding-bottom: 230px;
  }

  #hero-8 {
    padding-top: 200px;
    padding-bottom: 170px;
  }

  /* Hero Text */
  #hero-4 .hero-txt {
    padding-right: 0;
  }

  /* Hero Slider */
  .slider,
  .slider .slides {
    height: 580px;
  }

  #hero-7 .slider,
  #hero-7 .slider .slides {
    height: 600px;
  }

  /* Hero Headers */
  #hero-1 h2 {
    font-size: 2.85rem;
    margin-bottom: 20px;
  }

  #hero-2 h3 {
    font-size: 2.75rem;
    margin-bottom: 20px;
  }

  #hero-2 h5 {
    font-size: 1.35rem;
  }

  #hero-5 h2 {
    font-size: 3.5rem;
    padding: 0 10%;
    margin-bottom: 20px;
  }

  #hero-7 h2 {
    font-size: 3rem;
    padding: 0 10%;
    margin-bottom: 20px;
  }

  #hero-9 h3 {
    font-size: 3rem;
  }

  /* Hero Paragraphs */
  #hero-1 .caption-txt p {
    padding-right: 10%;
    margin-bottom: 30px;
  }

  #hero-2 .hero-txt p {
    padding-right: 0;
    margin-bottom: 30px;
  }

  #hero-3 .hero-txt p {
    padding: 0 5%;
    margin-bottom: 35px;
  }

  #hero-5 .caption-txt p,
  #hero-7 .caption-txt p {
    font-size: 1.25rem;
    padding: 0 15%;
    margin-bottom: 30px;
  }

  #hero-6 .hero-txt p,
  #hero-9 .hero-txt p {
    padding-right: 0;
  }

  /* Hero Search Form */
  #hero-1 .hero-form {
    margin: 40px 10% 0 0;
  }

  #hero-3 .hero-form {
    margin: 0 5%;
  }

  #hero-6 .hero-form {
    margin: 35px 5% 0 0;
  }

  /* Hero Boxes */
  #hboxes-1 .hero-boxes-holder {
    margin-top: -120px;
  }

  #hboxes-2 .hero-boxes-holder {
    margin: -70px 25px 0;
  }

  #hboxes-1 h4 {
    font-size: 1.85rem;
  }

  #hboxes-2 .statistic-block-txt {
    text-align: left;
    padding-left: 25px;
    border-left: 1px solid #888;
  }

  #hboxes-2 h5.statistic-number {
    font-size: 2.5rem;
    margin-right: 25px;
  }

  /*------------------------------------------*/
  /*   CONTENT
  /*------------------------------------------*/

  /* About */
  #about-2 .col-md-7,
  #about-3 .col-md-7 {
    padding-right: 0;
  }

  .a4-txt {
    padding: 0 3%;
  }

  .a4-boxes {
    padding: 0;
  }

  .abox-1,
  .abox-4 {
    padding-left: 0;
  }

  .abox-1-txt {
    padding-left: 18px;
  }

  .abox-1 h5 {
    font-size: 1.2rem;
    margin-bottom: 2px;
  }

  .a4-txt h5 {
    font-size: 1.5rem;
  }

  .abox-1 p,
  .abox-4 p {
    font-size: 0.95rem;
  }

  .abox-1 img,
  .abox-1 span {
    position: relative;
    top: -2px;
  }

  #about-4 .img-block {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  /* Services */
  #services-1 .col-lg-4,
  #services-2 .col-md-6 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sbox-1 {
    padding: 30px;
  }

  .sbox-2 {
    padding: 50px 15px;
  }

  .sbox-3 {
    padding: 0;
  }

  .sbox-4 {
    padding: 0 8%;
  }

  .sbox-5 {
    padding: 35px 20px;
  }

  .sbox-6 {
    padding: 0 15px;
  }

  .sbox-1-txt {
    overflow: visible;
    padding-left: 0;
  }

  .sbox-1 h5 {
    font-size: 1.175rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .sbox-2 h5,
  .sbox-3 h5,
  .sbox-5 h5 {
    font-size: 1.175rem;
  }

  .sbox-6 h5 {
    font-size: 0.95rem;
    line-height: 1.3;
    padding: 0;
    margin-top: 20px;
  }

  .sbox-1 p {
    font-size: 1rem;
  }

  .sbox-1 img,
  .sbox-1 span {
    float: none;
    margin-top: 0;
  }

  .sbox-1 img.img-50 {
    width: 60px;
    height: 60px;
  }

  .sbox-2 img.img-65,
  .sbox-3 img.img-65 {
    width: 70px;
    height: 70px;
  }

  .services-6-txt {
    margin-bottom: 60px;
  }

  .services-6-txt p {
    padding: 0 10%;
    margin-bottom: 30px;
  }

  /* Categories */
  #categories-4 .col-lg-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .c1-box {
    width: 25%;
    float: left;
  }

  .c2-box {
    padding: 40px 15px;
  }

  .c1-box-txt h5 {
    font-size: 1rem;
    margin-bottom: 6px;
  }

  .c2-box h5 {
    font-size: 1.125rem;
    margin-top: 20px;
  }

  .c1-box-txt p,
  .c2-box p {
    font-size: 1rem;
  }

  .c4-box-list li a {
    font-size: 0.925rem;
    margin-right: 1px;
  }

  .c1-box-txt img {
    margin-left: 3px;
    margin-right: 15px;
  }

  /* Courses */
  #courses-2,
  #courses-3,
  #courses-4 {
    padding-top: 100px;
    padding-bottom: 84px;
  }

  #courses-2 .col-md-6,
  #courses-3 .col-md-6,
  #courses-5 .col-lg-6 {
    padding-left: 8px;
    padding-right: 8px;
  }

  #courses-4 .section-title {
    padding-right: 25%;
  }

  .cbox-1 {
    margin: 0 8px 30px;
  }

  .cbox-2,
  #courses-3 .cbox-1 {
    margin: 0 0 16px;
  }

  #courses-4 .masonry-item {
    width: 33.3333%;
  }

  .cbox-4 {
    margin: 0 8px 16px;
  }

  .cbox-5 {
    padding: 20px 25px;
  }

  .cbox-5-txt {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cbox-5-data {
    padding-left: 0;
    padding-right: 0;
  }

  .cbox-1 h5,
  .cbox-4 h5,
  .cbox-5-txt h5 {
    font-size: 1.125rem;
  }

  #courses-2 .all-courses-btn,
  #courses-3 .all-courses-btn,
  #courses-4 .all-courses-btn {
    margin-top: 30px;
    margin-bottom: 16px;
  }

  /* Team */
  #team-1 .col-sm-6 {
    padding-left: 8px;
    padding-right: 8px;
  }

  #team-2 .team-member {
    margin: 0 8px 30px;
  }

  /* Video */
  .video-1-holder {
    margin: 0;
    padding: 40px;
  }

  #video-1 .video-txt {
    padding-left: 0;
    padding-right: 15px;
  }

  #video-3-content {
    padding-top: 100px;
    padding-bottom: 230px;
  }

  #video-2 .video-txt p {
    padding: 0 10%;
  }

  .video-3-link {
    margin-top: -200px;
  }

  /* Statistic */
  .statistic-block {
    padding: 0;
    text-align: center;
  }

  h5.statistic-number {
    font-size: 2.85rem;
  }

  #statistic-3 h5.statistic-number {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }

  #statistic-1 h5.statistic-number {
    float: none;
    margin-right: 0;
  }

  .statistic-block p.p-md {
    font-size: 1.1rem;
  }

  .statistic-block-txt,
  #statistic-3 .statistic-block-txt {
    text-align: center;
    padding-left: 0;
    border-left: none;
  }

  #statistic-3 .statistic-block-txt h5 {
    margin-top: 17px;
  }

  span.s-icon {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-top: 0;
  }

  .statistic-block.icon-xs [class*="flaticon-"]:before,
  .statistic-block.icon-xs [class*="flaticon-"]:after {
    font-size: 3.65rem;
  }

  /* Pricing */
  #pricing-1 .col-lg-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  #pricing-1 .pricing-table {
    padding: 50px 25px;
  }

  #pricing-2 .pricing-table {
    padding: 30px 45px 45px;
    margin: 0 0 40px;
  }

  .pricing-plan h5 {
    font-size: 0.975rem;
  }

  .pricing-table span.price {
    font-size: 70px;
  }

  .pricing-table sup {
    font-size: 35px;
    top: -12px;
    right: 3px;
  }

  .pricing-table sup.coins {
    font-size: 35px;
    top: -25px;
    left: 1px;
  }

  .pricing-plan p.p-sm {
    font-size: 1.15rem;
  }

  ul.features {
    font-size: 1.1rem;
  }

  ul.features li {
    padding: 10px 0;
  }

  /* Testimonials */
  .review-1 {
    padding: 30px;
    margin: 0 8px 20px;
  }

  .review-3 {
    padding: 25px 50px;
  }

  .review-2-txt p {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .review-3 p {
    font-size: 1.05rem;
  }

  /* Brands */
  #brands-1 {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .video-3-brands {
    margin: 50px 0;
  }

  /* Banner */
  #banner-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #banner-5 .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-2-txt #clock .cbox {
    padding: 25px 15px;
    margin-right: 6px;
  }

  .banner-2-txt span.countdown-txt {
    font-size: 1.25rem;
  }

  .banner-2-txt #clock span.cbox-digit,
  .banner-2-txt #clock span.cbox-txt {
    font-size: 2.15rem;
  }

  #register-form {
    padding: 45px 20px 30px;
    margin: 0 10px 40px;
  }

  .banner-3-txt {
    padding: 0 10px;
  }

  .banner-5-txt {
    padding: 40px 25px;
  }

  .b5-txt {
    padding-left: 20px;
  }

  .banner-3-txt h4 {
    font-size: 1.4rem;
  }

  .banner-4-txt p {
    padding-right: 6%;
  }

  .banner-5-txt p {
    font-size: 0.95rem;
  }

  .banner-5-txt img {
    width: 150px;
    height: 125px;
    top: 3px;
  }

  /* News */
  #news-1 .article-meta {
    width: 90%;
    left: 20px;
    bottom: 25px;
  }

  #news-2 .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .article-2 {
    padding: 0 15px 0 0;
  }

  .posts-holder.pr-25 {
    padding-right: 0;
  }

  .article-3 .col-md-4 {
    padding-left: 0;
    padding-right: 15px;
  }

  .article-3 span {
    font-size: 0.975rem;
    margin-bottom: 8px;
  }

  .article-3 p {
    font-size: 0.95rem;
    margin-bottom: 15px;
  }

  span.badge {
    margin-bottom: 8px;
    padding: 4px 12px;
    margin-right: 4px;
  }

  span.badge a {
    font-size: 0.95rem;
  }

  /* FAQs */
  #faqs-1 .tabs-nav {
    margin-right: 0;
  }

  #faqs-1 .tabs-1 li {
    padding: 25px 15px;
  }

  /* Newsletter */
  .newsletter-holder,
  #newsletter-2 {
    padding: 50px 40px 35px;
  }

  .newsletter-section .newsletter-form {
    margin-left: 15px;
  }

  .newsletter-section .form-control {
    height: 50px;
    font-size: 1.05rem;
  }

  .newsletter-section .btn {
    height: 50px;
    font-size: 1rem;
  }

  /* Contacts */
  .contacts-1-holder {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-box {
    padding: 50px 20px;
  }

  .contact-box h5 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .contact-box img.img-75 {
    width: 70px;
    height: 70px;
  }

  /* Footer */
  .footer {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  #footer-1 .footer-links,
  #footer-21 .footer-links {
    padding-left: 0;
  }

  .footer h5 {
    margin-bottom: 22px;
  }

  .footer-info p {
    padding-right: 10%;
  }

  .footer-box p,
  .footer-contacts p,
  .footer-links li {
    font-size: 1rem;
  }

  /* Sidebar */
  ul.blog-category-list>li a {
    font-size: 1rem;
  }

  /* Course Details */
  #course-details .col-lg-4 {
    padding-left: 8px;
  }

  .course-txt.pr-30 {
    padding-right: 0;
  }

  .course-txt h3 {
    padding-right: 0;
  }

  p.course-short-data,
  #course-details .course-rating i,
  #course-details .course-rating span {
    font-size: 0.95rem;
  }

  .what-you-learn {
    padding: 30px 25px;
  }

  .what-you-learn .txt-list li {
    font-size: 0.95rem;
  }

  .course-data-links {
    padding: 0 5%;
  }

  .course-data-list {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0 5%;
  }

  /* Teacher Profile */
  .team-3-photo {
    margin: 0;
  }

  .team-3-txt.pc-45 {
    padding: 0 15px;
  }

  .team-3-txt h3 {
    margin-top: 20px;
    margin-bottom: 12px;
  }

  .team-3-txt span {
    font-size: 1.25rem;
  }

  .teacher-data {
    font-size: 1rem;
    margin: 6px 0;
  }

  #courses-3.pt-80.pb-60 {
    padding-top: 50px;
  }

  #c3-4 {
    display: none;
  }

  /* Single Post */
  .single-post-wrapper {
    padding: 0;
  }

  .single-post-data p {
    font-size: 1.05rem;
  }

  .quote p {
    font-size: 1.25rem !important;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .post-inner-img {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .author-senoff-txt {
    padding-left: 40px;
  }

  .prev-post a,
  .next-post a {
    font-size: 0.975rem;
  }




}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 768px) and (max-width: 991.95px) {

  /*------------------------------------------*/
  /*   BASE
  /*------------------------------------------*/

  .wide-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wide-90 {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .wide-80 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .wide-70 {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .wide-60 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .wide-50 {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .wide-40 {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .wide-30 {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .wide-20 {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .pt-100,
  .division.pt-100 {
    padding-top: 80px;
  }

  .pb-100 {
    padding-bottom: 80px;
  }

  .pc-15,
  .pc-20,
  .pc-25,
  .pc-30 {
    padding-right: 0;
    padding-left: 0;
  }

  .pl-15,
  .pl-20,
  .pl-25,
  .pl-30 {
    padding-left: 0;
  }

  .pr-15,
  .pr-20,
  .pr-25,
  .pr-30 {
    padding-right: 0;
  }

  .bg-scroll,
  .bg-01,
  .bg-02,
  .bg-03,
  .bg-04,
  .bg-map {
    background-attachment: scroll !important;
  }

  /* Header H5 */
  h5.h5-xs {
    font-size: 1.1rem;
  }

  h5.h5-sm {
    font-size: 1.2rem;
  }

  h5.h5-md {
    font-size: 1.3rem;
  }

  h5.h5-lg {
    font-size: 1.35rem;
  }

  h5.h5-xl {
    font-size: 1.4rem;
  }

  /* Header H4 */
  h4.h4-xs {
    font-size: 1.45rem;
  }

  h4.h4-sm {
    font-size: 1.5rem;
  }

  h4.h4-md {
    font-size: 1.6rem;
  }

  h4.h4-lg {
    font-size: 1.65rem;
  }

  h4.h4-xl {
    font-size: 1.7rem;
  }

  /* Header H3 */
  h3.h3-xs {
    font-size: 1.8rem;
  }

  h3.h3-sm {
    font-size: 1.9rem;
  }

  h3.h3-md {
    font-size: 2rem;
  }

  h3.h3-lg {
    font-size: 2.1rem;
  }

  h3.h3-xl {
    font-size: 2.15rem;
  }

  /* Header H2 */
  h2.h2-xs {
    font-size: 2.15rem;
  }

  h2.h2-sm {
    font-size: 2.45rem;
  }

  h2.h2-md {
    font-size: 2.65rem;
  }

  h2.h2-lg {
    font-size: 2.85rem;
  }

  h2.h2-xl {
    font-size: 3rem;
  }

  h2.h2-huge {
    font-size: 3.5rem;
  }

  /* Paragraphs */
  p.p-sm {
    font-size: 0.95rem;
  }

  p {
    font-size: 1rem;
  }

  p.p-md {
    font-size: 1.066rem;
  }

  p.p-lg {
    font-size: 1.1rem;
  }

  p.p-xl {
    font-size: 1.15rem;
  }

  /* List Settings */
  ul.txt-list li,
  ul.ico-list li {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .ico-list.mb-10 {
    margin-bottom: 15px;
  }

  ul.ico-list li i {
    font-size: 0.75rem;
    margin-top: 6px;
    margin-right: 8px;
  }

  .txt-list.mb-15 {
    margin-top: 10px;
  }

  /* Button */
  .btn {
    font-size: 15px;
    padding: 12px 24px;
  }

  .btn.btn-md {
    font-size: 16px;
    padding: 13px 26px;
  }

  /* Box Icons */
  .icon-xs [class*="flaticon-"]:before,
  .icon-xs [class*="flaticon-"]:after {
    font-size: 3rem;
  }

  .icon-sm [class*="flaticon-"]:before,
  .icon-sm [class*="flaticon-"]:after {
    font-size: 3.5rem;
  }

  .icon-md [class*="flaticon-"]:before,
  .icon-md [class*="flaticon-"]:after {
    font-size: 3.75rem;
  }

  .icon-lg [class*="flaticon-"]:before,
  .icon-lg [class*="flaticon-"]:after {
    font-size: 4rem;
  }

  .icon-xl [class*="flaticon-"]:before,
  .icon-xl [class*="flaticon-"]:after {
    font-size: 4rem;
  }

  /* Section Title */
  .section-title {
    margin-bottom: 50px;
    padding-right: 22%;
  }

  #courses-4 .section-title {
    padding-right: 0;
  }

  .section-title.title-centered {
    padding: 0 10%;
  }

  .section-title.title-centered p {
    padding: 0;
  }

  .section-title h4 {
    font-size: 1.7rem;
  }

  .section-title p {
    font-size: 1rem;
    padding-right: 10%;
  }

  .title-btn {
    right: -5px;
    bottom: 5px;
  }

  /* Text Block Typography */
  .txt-block h3.h3-sm {
    margin-bottom: 20px;
  }

  .txt-block .btn {
    margin-top: 10px;
  }

  /*------------------------------------------*/
  /*   NAVIGATION MENU    
  /*------------------------------------------*/

  .headtoppart {
    display: none;
  }

  .wsmobileheader {
    height: 80px;
    background-color: rgba(0, 0, 0, 0.7) !important;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  }

  .dark-menu .wsmobileheader {
    height: 80px;
    background-color: #283034 !important;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  }

  .wsanimated-arrow {
    padding: 14px 28px 14px 0px;
    margin: 24px 0 0 20px;
  }

  .wsanimated-arrow span:before {
    top: -8px;
    width: 26px;
  }

  .wsanimated-arrow span:after {
    bottom: -8px;
    width: 20px;
  }

  .wsactive .wsanimated-arrow span:before,
  .wsactive .wsanimated-arrow.active span:after {
    width: 28px;
    top: 0px;
  }

  .wsactive .wsanimated-arrow span:after {
    width: 28px;
    top: 0;
  }

  .wsactive .wsanimated-arrow span {
    background-color: rgba(0, 0, 0, 0.7) !important;
  }

  .dark-menu .wsanimated-arrow span,
  .dark-menu .wsanimated-arrow span:after,
  .dark-menu .wsanimated-arrow span:before {
    background: #fff;
  }

  .dark-menu .callusbtn {
    color: #fff;
  }

  .wsactive .dark-menu .wsanimated-arrow span {
    background: transparent;
  }

  .wsmenu>.wsmenu-list>li>a {
    font-size: 18px;
    padding: 5px 32px 5px 18px;
    margin: 0;
    color:#000;
  }

  .tra-menu .wsmenu>.wsmenu-list>li>a,
  .dark-menu .wsmenu>.wsmenu-list>li>a {
    color: #666;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    margin: 22px 18px 0px 0px;
  }

  .wsmenu>.wsmenu-list>li>a>i {
    color: #fff;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a,
  .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
    color: #888;
    font-size: 18px;
    padding: 14px 9px;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    padding: 5px 0px 0 0px;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list.left-link-list li:last-child {
    border-bottom: 1px dashed #c0c0c0;
  }

  .callusbtn {
    font-size: 22px;
    padding: 24px 20px;
  }

  .wsmenu>.wsmenu-list>li>a.btn {
    height: 60px;
    font-size: 18px;
    line-height: 56px;
    border: none;
    padding: 0 17px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .wsmenu>.wsmenu-list>li a.btn.btn-tra-white {
    background-color: #333;
    color: #fff;
  }

  .wsmobileheader .smllogo {
    margin-top: 20px;
  }

  .wsmobileheader .smllogo-black,
  .dark-menu .wsmobileheader .smllogo-white {
    display: block;
  }

  .wsmobileheader .smllogo-white,
  .dark-menu .wsmobileheader .smllogo-black {
    display: none;
  }

  /*------------------------------------------*/
  /*  HERO
  /*------------------------------------------*/

  .hero-section {
    margin-top: 80px;
  }

  #hero-2 {
    padding-top: 90px;
    padding-bottom: 50px;
  }

  #hero-3 {
    padding-top: 90px;
    padding-bottom: 220px;
  }

  #hero-4 {
    padding-top: 100px;
    padding-bottom: 110px;
  }

  #hero-6 {
    padding-top: 100px;
    padding-bottom: 230px;
  }

  #hero-8 {
    padding-top: 100px;
    padding-bottom: 175px;
  }

  #hero-9 {
    padding-top: 90px;
    padding-bottom: 50px;
  }

  /* Hero Text */
  #hero-4 .hero-txt,
  #hero-9 .hero-txt {
    padding-right: 0;
  }

  /* Hero Slider */
  .slider,
  .slider .slides {
    margin-top: 0;
    height: 530px;
  }

  #hero-7 .slider,
  #hero-7 .slider .slides {
    height: 540px;
  }

  /* Hero Headers */
  #hero-1 h2 {
    font-size: 2.65rem;
    margin-bottom: 20px;
  }

  #hero-2 h3 {
    font-size: 2.65rem;
    margin-bottom: 20px;
  }

  #hero-2 h5 {
    font-size: 1.35rem;
  }

  #hero-3 h2 {
    font-size: 2.65rem;
    padding: 0 10%;
    margin-bottom: 20px;
  }

  #hero-4 h2 {
    font-size: 2.85rem;
    margin-bottom: 20px;
  }

  #hero-5 h2 {
    font-size: 3rem;
    padding: 0 4%;
    margin-bottom: 20px;
  }

  #hero-6 h2 {
    font-size: 2.85rem;
    margin-bottom: 20px;
  }

  #hero-7 h2 {
    font-size: 2.65rem;
    padding: 0 5%;
    margin-bottom: 20px;
  }

  #hero-8 h2 {
    font-size: 2.75rem;
    padding: 0 3%;
    margin-bottom: 30px;
  }

  #hero-9 h3 {
    font-size: 2.35rem;
  }

  /* Hero Paragraphs */
  #hero-1 .caption-txt p {
    font-size: 1.066rem;
    padding-right: 0;
    margin-bottom: 30px;
  }

  #hero-2 .hero-txt p {
    padding-right: 0;
    margin-bottom: 30px;
  }

  #hero-3 .hero-txt p {
    padding: 0 10%;
    margin-bottom: 35px;
  }

  #hero-5 .caption-txt p,
  #hero-7 .caption-txt p {
    font-size: 1.1rem;
    padding: 0 12%;
    margin-bottom: 30px;
  }

  #hero-6 .hero-txt p,
  #hero-9 .hero-txt p {
    padding-right: 0;
  }

  /* Hero Search Form */
  #hero-1 .hero-form {
    margin: 40px 10% 0 0;
  }

  #hero-3 .hero-form {
    margin: 0 12%;
  }

  #hero-6 .hero-form {
    margin: 35px 5% 0 0;
  }

  /* Hero Boxes */
  #hboxes-1 .hero-boxes-holder {
    padding: 45px 30px 15px;
  }

  #hboxes-2 .hero-boxes-holder {
    margin: -80px 5px 0;
    padding: 35px 25px 5px;
  }

  #hboxes-1 h4 {
    font-size: 1.85rem;
  }

  #hboxes-2 .statistic-block-txt {
    text-align: center;
    padding-left: 0;
    border-left: none;
  }

  #hboxes-2 h5.statistic-number {
    font-size: 2.5rem;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  #hboxes-2 .statistic-block-txt h5.h5-lg {
    font-size: 1.15rem;
  }

  /* Hero Image */
  .hero-2-img {
    margin-left: -20px;
  }

  .hero-2-img img {
    max-width: none;
    width: 230%;
    display: inline-block;
  }

  /*------------------------------------------*/
  /*   CONTENT
  /*------------------------------------------*/

  /* About */
  #about-1 .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  #about-2 .col-md-7,
  #about-3 .col-md-7 {
    padding-right: 0;
  }

  .a4-txt {
    padding: 0 3%;
  }

  .a4-boxes {
    padding: 0;
  }

  .abox-1 {
    text-align: center;
    padding-left: 0;
  }

  .abox-4 {
    padding-left: 0;
  }

  .abox-1-txt,
  .abox-4-txt {
    padding-left: 0;
  }

  .abox-1 h5,
  .abox-4 h5 {
    font-size: 1.25rem;
  }

  .abox-1 p,
  .abox-4 p {
    font-size: 0.975rem;
  }

  .abox-1 img,
  .abox-4 img,
  .abox-1 span,
  .abox-4 span {
    display: none;
  }

  #about-2 .img-block {
    position: relative;
    left: -80%;
  }

  #about-2 .img-block img,
  #about-3 .img-block img {
    max-width: none;
    width: 175%;
    display: inline-block;
  }

  #about-4 .img-block {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  /* Services */
  #services-1 {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .sbox-1 {
    padding: 30px 35px;
    margin-bottom: 30px;
  }

  .sbox-3 {
    text-align: center;
  }

  .sbox-4 {
    text-align: left !important;
    padding: 0;
  }

  .sbox-5 {
    text-align: center;
    padding: 50px 25px;
  }

  .sbox-6 {
    padding: 0 5px;
  }

  .sbox-1-txt {
    padding-left: 25px;
  }

  .sbox-4 h5 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .sbox-6 h5 {
    font-size: 0.95rem;
    padding: 0;
    margin-top: 15px;
  }

  .sbox-1 p {
    font-size: 1rem;
  }

  .sbox-1 img.img-50 {
    width: 70px;
    height: 70px;
  }

  .sbox-2 img.img-65,
  .sbox-3 img.img-65 {
    width: 70px;
    height: 70px;
  }

  .sbox-4 img.img-95 {
    width: 75px;
    height: 75px;
  }

  .services-6-txt {
    margin-bottom: 60px;
  }

  .services-6-txt p {
    padding: 0 5%;
    margin-bottom: 30px;
  }

  /* Categories */
  #categories-1 {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  #categories-1 .section-title {
    margin-bottom: 50px;
  }

  .c1-box {
    width: 50%;
    text-align: center !important;
  }

  #categories-1.bg-dark .c1-box,
  #categories-1.bg-dark .c1-box-txt {
    text-align: left !important;
  }

  .c2-box {
    padding: 50px 15px;
  }

  .c1-box-txt {
    padding: 17px 15px;
    text-align: center !important;
  }

  .c1-box-txt h5 {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }

  .c2-box h5 {
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .c1-box-txt p,
  .c2-box p {
    font-size: 1.05rem;
  }

  .c4-box-list li a {
    font-size: 1rem;
    margin-right: 3px;
  }

  .c1-box-txt img {
    margin-left: 8px;
    top: -1px;
    margin-right: 15px;
  }

  .c2-box img.img-70 {
    width: 75px;
    height: 75px;
  }

  /* Courses */
  #courses-2,
  #courses-3,
  #courses-4 {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  #courses-5 {
    padding-top: 80px;
    padding-bottom: 64px
  }

  #courses-4 .section-title {
    padding-right: 0;
  }

  #courses-4 .title-btn {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 25px;
  }

  #courses-2 .col-md-6,
  #courses-3 .col-md-6,
  #courses-5 .col-lg-6 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cbox-1 {
    margin: 0 8px 30px;
  }

  .cbox-2,
  #courses-3 .cbox-1 {
    margin: 0 0 16px;
  }

  #courses-4 .masonry-item {
    width: 50%;
  }

  .cbox-4 {
    margin: 0 8px 16px;
  }

  .cbox-5 {
    padding: 20px 25px;
  }

  #courses-4 .masonry-filter button {
    font-size: 1.05rem;
  }

  .cbox-1 h5,
  .cbox-4 h5,
  .cbox-5-txt h5 {
    font-size: 1.2rem;
  }

  .cbox-5-txt p.p-sm {
    margin-bottom: 6px;
  }

  .cbox-5-data p {
    font-size: 1.2rem;
    margin-bottom: 0;
  }

  .course-price {
    font-size: 1.25rem;
  }

  .cbox-5-price .course-price {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 0;
    padding-right: 8px;
  }

  .old-price {
    font-size: 1.2rem;
  }

  .course-rating i {
    font-size: 0.95rem;
  }

  .course-rating span {
    font-size: 1.05rem;
  }

  #courses-2 .all-courses-btn,
  #courses-3 .all-courses-btn,
  #courses-4 .all-courses-btn {
    margin-top: 30px;
    margin-bottom: 16px;
  }

  /* Team */
  #team-2 .team-member {
    margin: 0 10px 30px;
  }

  .tm-meta h5 {
    font-size: 1.35rem;
    margin-bottom: 5px;
  }

  .tm-meta span,
  .tm-meta p {
    font-size: 1.175rem;
  }

  /* Video */
  #video-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #video-2 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  #video-3-content {
    padding-top: 80px;
    padding-bottom: 165px;
  }

  .video-1-holder {
    margin: 0;
    padding: 35px 25px;
  }

  #video-1 .video-link {
    padding-right: 0;
  }

  #video-1 .video-txt {
    padding-left: 0;
  }

  #video-1 .video-txt h4.h4-xl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  #video-1 .video-txt p {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  #video-2 .video-txt p {
    padding: 0;
  }

  .video-3-txt h3 {
    padding: 0 10%;
  }

  .video-3-link {
    margin-top: -140px;
  }

  /* Pricing */
  #pricing-1 .col-lg-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  #pricing-1 .pricing-table {
    padding: 50px 16px;
  }

  #pricing-2 .pricing-table {
    padding: 30px 70px 45px;
    margin: 0 10% 40px;
  }

  .pricing-plan h5 {
    font-size: 0.95rem;
  }

  .pricing-plan h4 {
    font-size: 1.1rem;
    margin-bottom: 25px;
  }

  .pricing-table span.price {
    font-size: 62px;
  }

  .pricing-table sup {
    font-size: 30px;
    top: -12px;
    right: 3px;
  }

  .pricing-table sup.coins {
    font-size: 30px;
    top: -23px;
    left: 1px;
  }

  ul.features {
    font-size: 0.935rem;
    line-height: 1.3;
  }

  ul.features li {
    padding: 8px 0;
  }

  #pricing-2 ul.features li {
    padding: 0 0 14px;
  }

  .pricing-plan p.p-sm {
    font-size: 1.2rem;
  }

  .pricing-table .btn {
    font-size: 15px;
    padding: 13px 12px;
    margin-top: 20px;
  }

  .pricing-txt {
    margin: 0 10% 40px;
  }

  .pricing-txt1 h3 {
    padding-right: 5%;
  }

  /* Statistic */
  .statistic-block {
    padding: 0;
    text-align: center;
  }

  h5.statistic-number {
    font-size: 2.65rem;
  }

  #statistic-3 h5.statistic-number {
    font-size: 2.35rem;
    margin-bottom: 10px;
  }

  #statistic-1 h5.statistic-number {
    float: none;
    margin-right: 0;
  }

  #statistic-1 .statistic-block h5.h5-lg {
    font-size: 1.25rem;
  }

  .statistic-block p.p-md {
    font-size: 1.1rem;
  }

  .statistic-block-txt,
  #statistic-3 .statistic-block-txt {
    text-align: center;
    padding-left: 0;
    border-left: none;
  }

  #statistic-3 .statistic-block-txt h5 {
    margin-top: 17px;
  }

  span.s-icon {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-top: 0;
  }

  .statistic-block.icon-xs [class*="flaticon-"]:before,
  .statistic-block.icon-xs [class*="flaticon-"]:after {
    font-size: 3.65rem;
  }

  /* Testimonials */
  .review-1 {
    padding: 30px;
    margin: 0 8px 20px;
  }

  .review-2 {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 40px 0;
  }

  .review-3 {
    padding: 25px 50px;
  }

  .review-2-txt p {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .review-3 p {
    font-size: 1.05rem;
  }

  /* Brands */
  #brands-1 {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .video-3-brands {
    margin: 50px 0;
  }

  #video-3 .brand-logo img,
  #brands-1 .brand-logo img {
    padding: 0 5px;
  }

  /* Banner */
  #banner-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #banner-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #banner-2 .col-md-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-2-txt {
    padding: 0;
  }

  .banner-5-txt {
    padding: 40px 35px;
  }

  .b5-txt {
    padding-left: 0;
  }

  .banner-1-txt h5 {
    font-size: 1.15rem;
  }

  .banner-2-txt h3.h3-lg {
    font-size: 1.85rem;
  }

  .banner-5-txt h4 {
    margin-top: 20px;
  }

  .banner-2-txt #clock .cbox {
    padding: 16px 8px;
    margin-right: 5px;
  }

  .banner-2-txt span.countdown-txt {
    font-size: 1.125rem;
  }

  .banner-2-txt #clock span.cbox-digit,
  .banner-2-txt #clock span.cbox-txt {
    font-size: 1.75rem;
  }

  .banner-3-txt {
    text-align: center;
    padding: 30px 10px 40px;
  }

  .banner-3-txt h4 {
    font-size: 1.65rem;
    margin-bottom: 20px;
  }

  .banner-3-img img {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }

  .banner-5-txt img {
    float: none;
    top: 0;
  }

  #register-form {
    padding: 30px 15px 15px;
    margin: 0 0 40px;
  }

  #register-form p {
    font-size: 15px;
  }

  .register-form .form-control {
    height: 45px;
    font-size: 15px;
    margin-bottom: 18px;
  }

  #register-form .btn {
    font-size: 14px;
  }

  /* News */
  #news-2 {
    padding-bottom: 80px;
  }

  #news-1 .article-meta {
    width: 90%;
    left: 20px;
    bottom: 25px;
  }

  #news-1 .article-meta h5 {
    font-size: 1.35rem;
  }

  #news-1 .article-meta h5 span {
    line-height: 2.65rem !important;
  }

  #news-2 .col-lg-3 {
    padding: 0;
  }

  .article-2 {
    padding: 45px 30px;
    margin-bottom: 0;
  }

  #a2-1 {
    border-bottom: 1px solid #ddd;
  }

  #a2-2 {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }

  .article-2 p.p-sm {
    margin-bottom: 15px;
  }

  .article-2 span {
    font-size: 1rem;
  }

  .posts-holder.pr-25 {
    padding-right: 0;
  }

  .article-3 .col-md-4 {
    padding-left: 0;
    padding-right: 15px;
  }

  .article-3 .col-md-8 {
    padding-right: 0;
  }

  .article-3 span {
    font-size: 0.975rem;
    margin-bottom: 8px;
  }

  .article-3 p {
    font-size: 0.95rem;
    margin-bottom: 15px;
  }

  span.badge {
    margin-bottom: 8px;
    padding: 4px 12px;
    margin-right: 4px;
  }

  span.badge a {
    font-size: 0.95rem;
  }

  /* FAQs */
  #faqs-1 .tabs-nav {
    margin-right: 0;
    margin-bottom: 50px;
  }

  #faqs-1 .tabs-1 li h5 {
    font-size: 1.35rem;
  }

  #faqs-1 .tabs-1 li p {
    font-size: 1rem;
  }

  /* Newsletter */
  .newsletter-holder {
    padding: 50px 40px 30px;
  }

  #newsletter-2 {
    padding: 50px 50px 30px;
  }

  .newsletter-section .newsletter-form {
    margin-top: 10px;
  }

  .newsletter-form .form-control {
    display: block;
    width: 100% !important;
    text-align: center;
    border: 2px solid #ddd;
    height: 50px;
    font-size: 1rem;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .newsletter-section .input-group-btn {
    display: block;
    width: 100% !important;
  }

  .newsletter-section .btn {
    height: 50px;
    font-size: 0.95rem;
  }

  /* Contacts */
  #contacts-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contacts-1-holder {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-box {
    padding: 50px 40px;
  }

  .contact-box.b-right {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }

  .contact-box h5 {
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .contact-box p {
    font-size: 1.1rem;
  }

  .contact-box img.img-75 {
    width: 70px;
    height: 70px;
  }

  /* Footer */
  .footer {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  #footer-1 .footer-links {
    padding-left: 0;
  }

  .footer h5 {
    font-size: 1.2rem;
    margin-bottom: 22px;
  }

  .footer-box p,
  .footer-contacts p,
  .footer-links li {
    font-size: 1rem;
  }

  .bottom-footer .col-lg-4.text-right {
    text-align: left !important;
    margin-top: 8px;
  }

  .footer-form .btn {
    font-size: 17px;
  }

  /* Inner Page Wrapper */
  .inner-page-wrapper {
    margin-top: 80px;
  }

  /* Breadcrumb */
  #breadcrumb .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumb {
    padding: 15px 5px;
  }

  .breadcrumb-item a,
  .breadcrumb-item.active {
    font-size: 0.975rem;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    font-size: 1.1rem;
    margin-top: -1px;
  }

  /* Page Hero */
  .page-hero-section {
    padding-top: 40px;
    padding-bottom: 36px;
  }

  /* Sidebar */
  #sidebar {
    padding-bottom: 20px;
  }

  ul.blog-category-list>li {
    padding: 18px 0;
  }

  ul.blog-category-list>li:first-child {
    padding: 0 0 18px;
  }

  ul.blog-category-list>li:last-child {
    padding: 18px 0 0;
  }

  ul.blog-category-list>li a {
    font-size: 1.05rem;
  }

  /* Page Pagination */
  .page-pagination {
    padding-bottom: 80px;
  }

  /* Course Details */
  .course-txt.pr-30 {
    padding-right: 0;
    margin-bottom: 60px;
  }

  .course-data {
    padding: 15px;
    margin-bottom: 50px
  }

  .course-data-list {
    padding: 0 5%;
  }

  .course-data-list p {
    font-size: 1.05rem;
  }

  /* Teacher Profile */
  .team-3-photo {
    margin: 0;
  }

  .team-3-txt.pc-45 {
    padding: 0;
  }

  .t-3-links {
    padding: 0;
  }

  .tm-3-social a {
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
    line-height: 40px !important;
    margin-right: 2px;
  }

  .t-3-links .btn {
    font-size: 0.95rem;
    padding: 13px 12px;
  }

  .team-3-txt h3 {
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .team-3-txt span {
    font-size: 1.25rem;
  }

  .teacher-data {
    font-size: 0.975rem;
    margin: 6px 0;
  }

  #courses-3.pt-80.pb-60 {
    padding-top: 50px;
  }

  /* Single Post */
  #single-post {
    padding-bottom: 80px;
  }

  .single-post-wrapper {
    padding: 0 5px;
  }

  .single-post-data p {
    font-size: 1.05rem;
  }

  .quote p {
    font-size: 1.15rem !important;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .post-inner-img {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .author-senoff-txt {
    padding-left: 25px;
  }

  .prev-post a,
  .next-post a {
    font-size: 0.975rem;
  }




}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (max-width: 767px) {

  /*------------------------------------------*/
  /*   BASE
  /*------------------------------------------*/

  .wide-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wide-90 {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .wide-80 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .wide-70 {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .wide-60 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .wide-50 {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .wide-40 {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .wide-30 {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .wide-20 {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .pt-100,
  .division.pt-100 {
    padding-top: 80px;
  }

  .pb-100 {
    padding-bottom: 80px;
  }

  .pc-15,
  .pc-20,
  .pc-25,
  .pc-30 {
    padding-right: 0;
    padding-left: 0;
  }

  .pl-15,
  .pl-20,
  .pl-25,
  .pl-30 {
    padding-left: 0;
  }

  .pr-15,
  .pr-20,
  .pr-25,
  .pr-30 {
    padding-right: 0;
  }

  /* Section Title */
  .section-title.title-centered p {
    padding: 0;
  }

  #courses-4 .section-title {
    padding-right: 0;
  }

  /*------------------------------------------*/
  /*   NAVIGATION MENU    
  /*------------------------------------------*/

  .headtoppart {
    display: none;
  }

  .wsmobileheader {
    height: 80px;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  }

  .dark-menu .wsmobileheader {
    height: 80px;
    background-color: #283034 !important;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  }

  .wsanimated-arrow {
    padding: 14px 28px 14px 0px;
    margin: 24px 0 0 20px;
  }

  .wsanimated-arrow span:before {
    top: -8px;
    width: 26px;
  }

  .wsanimated-arrow span:after {
    bottom: -8px;
    width: 20px;
  }

  .wsactive .wsanimated-arrow span:before,
  .wsactive .wsanimated-arrow.active span:after {
    width: 28px;
    top: 0px;
  }

  .wsactive .wsanimated-arrow span:after {
    width: 28px;
    top: 0;
  }

  .wsactive .wsanimated-arrow span {
    background: transparent;
  }

  .dark-menu .wsanimated-arrow span,
  .dark-menu .wsanimated-arrow span:after,
  .dark-menu .wsanimated-arrow span:before {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .dark-menu .callusbtn {
    color: #fff;
  }

  .wsactive .dark-menu .wsanimated-arrow span {
    background: transparent;
  }

  .wsmenu>.wsmenu-list>li>a {
    font-size: 18px;
    padding: 5px 32px 5px 18px;
    margin: 0;
    color:#000;
  }

  .tra-menu .wsmenu>.wsmenu-list>li>a,
  .dark-menu .wsmenu>.wsmenu-list>li>a {
    color: #666;
    color: #000000;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    margin: 22px 18px 0px 0px;
  }

  .wsmenu>.wsmenu-list>li>a>i {
    color: #000000;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a,
  .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
    color: #888;
    font-size: 18px;
    padding: 14px 9px;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    padding: 5px 0px 0 0px;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list.left-link-list li:last-child {
    border-bottom: 1px dashed #c0c0c0;
  }

  .wsmenu>.wsmenu-list>li a.last-link-number {
    font-size: 17px;
    margin-left: 15px;
  }

  .wsmenu>.wsmenu-list>li a.last-link-number i {
    color: #666;
    margin-top: -0.5px;
  }

  .callusbtn {
    font-size: 22px;
    padding: 24px 20px;
  }

  .wsmenu>.wsmenu-list>li a.btn {
    height: 60px;
    font-size: 18px;
    line-height: 56px;
    padding: 0 17px;
    border: none;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .wsmenu>.wsmenu-list>li a.btn.btn-tra-white {
    background-color: #333;
    color: #fff;
  }

  .wsmobileheader .smllogo {
    margin-top: 20px;
  }

  .wsmobileheader .smllogo-black,
  .dark-menu .wsmobileheader .smllogo-white {
    display: block;
  }

  .wsmobileheader .smllogo-white,
  .dark-menu .wsmobileheader .smllogo-black {
    display: none;
  }

  /*------------------------------------------*/
  /*  HERO
  /*------------------------------------------*/

  .hero-section {
    margin-top: 80px;
  }

  /*------------------------------------------*/
  /*   CONTENT
  /*------------------------------------------*/

  /* Blog */
  .article-2 {
    padding: 0;
  }

  .article-2.b-right {
    border-right: none;
  }

  /* Sidebar */
  #sidebar {
    padding-bottom: 20px;
  }

  /* Page Pagination */
  .page-pagination {
    padding-bottom: 80px;
  }




}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 480px) and (max-width: 767.95px) {

  /*------------------------------------------*/
  /*   BASE
  /*------------------------------------------*/

  .wide-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wide-90 {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .wide-80 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .wide-70 {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .wide-60 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .wide-50 {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .wide-40 {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .wide-30 {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .wide-20 {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .pt-100,
  .division.pt-100 {
    padding-top: 80px;
  }

  .pb-100 {
    padding-bottom: 80px;
  }

  .pc-15,
  .pc-20,
  .pc-25,
  .pc-30 {
    padding-right: 0;
    padding-left: 0;
  }

  .pl-15,
  .pl-20,
  .pl-25,
  .pl-30 {
    padding-left: 0;
  }

  .pr-15,
  .pr-20,
  .pr-25,
  .pr-30 {
    padding-right: 0;
  }

  .bg-scroll,
  .bg-01,
  .bg-02,
  .bg-03,
  .bg-04,
  .bg-map {
    background-attachment: scroll !important;
  }

  /* Header H5 */
  h5.h5-xs {
    font-size: 1.1rem;
  }

  h5.h5-sm {
    font-size: 1.15rem;
  }

  h5.h5-md {
    font-size: 1.2rem;
  }

  h5.h5-lg {
    font-size: 1.25rem;
  }

  h5.h5-xl {
    font-size: 1.35rem;
  }

  /* Header H4 */
  h4.h4-xs {
    font-size: 1.45rem;
  }

  h4.h4-sm {
    font-size: 1.55rem;
  }

  h4.h4-md {
    font-size: 1.65rem;
  }

  h4.h4-lg {
    font-size: 1.7rem;
  }

  h4.h4-xl {
    font-size: 1.8rem;
  }

  /* Header H3 */
  h3.h3-xs {
    font-size: 1.85rem;
  }

  h3.h3-sm {
    font-size: 1.9rem;
  }

  h3.h3-md {
    font-size: 1.95rem;
  }

  h3.h3-lg {
    font-size: 2rem;
  }

  h3.h3-xl {
    font-size: 2.1rem;
  }

  /* Header H2 */
  h2.h2-xs {
    font-size: 2.15rem;
  }

  h2.h2-sm {
    font-size: 2.25rem;
  }

  h2.h2-md {
    font-size: 2.35rem;
  }

  h2.h2-lg {
    font-size: 2.55rem;
  }

  h2.h2-xl {
    font-size: 2.75rem;
  }

  h2.h2-huge {
    font-size: 3.25rem;
  }

  /* Paragraphs */
  p.p-sm {
    font-size: 1.05rem;
  }

  p {
    font-size: 1.05rem;
  }

  p.p-md {
    font-size: 1.05rem;
  }

  p.p-lg {
    font-size: 1.066rem;
  }

  p.p-xl {
    font-size: 1.133rem;
  }

  /* List Settings */
  ul.txt-list li,
  ul.ico-list li {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .ico-list.mb-10 {
    margin-bottom: 15px;
  }

  ul.ico-list li i {
    font-size: 0.75rem;
    margin-top: 6px;
    margin-right: 8px;
  }

  .txt-list.mb-15 {
    margin-top: 10px;
  }

  /* Button */
  .btn {
    font-size: 15px;
    padding: 12px 24px;
  }

  .btn.btn-md {
    font-size: 16px;
    padding: 14px 28px;
  }

  .icon-xs [class*="flaticon-"]:before,
  .icon-xs [class*="flaticon-"]:after {
    font-size: 3rem;
  }

  .icon-sm [class*="flaticon-"]:before,
  .icon-sm [class*="flaticon-"]:after {
    font-size: 3.35rem;
  }

  .icon-md [class*="flaticon-"]:before,
  .icon-md [class*="flaticon-"]:after {
    font-size: 3.5rem;
  }

  .icon-lg [class*="flaticon-"]:before,
  .icon-lg [class*="flaticon-"]:after {
    font-size: 3.65rem;
  }

  .icon-xl [class*="flaticon-"]:before,
  .icon-xl [class*="flaticon-"]:after {
    font-size: 3.85rem;
  }

  /* Section Title */
  .section-title {
    margin-bottom: 40px;
    padding-right: 0;
  }

  #courses-4 .section-title {
    padding-right: 0;
  }

  .section-title.title-centered {
    padding: 0;
  }

  .section-title.title-centered p {
    padding: 0;
  }

  .section-title h4 {
    font-size: 1.8rem;
  }

  .section-title p {
    margin-top: 12px;
  }

  .title-btn {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 20px;
  }

  /* Text Block Typography */
  .txt-block h3.h3-sm {
    margin-bottom: 20px;
  }

  .txt-block .btn {
    margin-top: 10px;
  }

  /*------------------------------------------*/
  /*   NAVIGATION MENU    
  /*------------------------------------------*/

  .headtoppart {
    display: none;
  }

  .wsmobileheader {
    height: 80px;
    background-color: rgba(0, 0, 0, 0.7) !important;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  }

  .dark-menu .wsmobileheader {
    height: 80px;
    background-color: #283034 !important;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  }

  .wsanimated-arrow {
    padding: 14px 28px 14px 0px;
    margin: 24px 0 0 20px;
  }

  .wsanimated-arrow span:before {
    top: -8px;
    width: 26px;
  }

  .wsanimated-arrow span:after {
    bottom: -8px;
    width: 20px;
  }

  .wsactive .wsanimated-arrow span:before,
  .wsactive .wsanimated-arrow.active span:after {
    width: 28px;
    top: 0px;
  }

  .wsactive .wsanimated-arrow span:after {
    width: 28px;
    top: 0;
  }

  .wsactive .wsanimated-arrow span {
    background: transparent;
  }

  .dark-menu .wsanimated-arrow span,
  .dark-menu .wsanimated-arrow span:after,
  .dark-menu .wsanimated-arrow span:before {
    background: #fff;
  }

  .dark-menu .callusbtn {
    color: #fff;
  }

  .wsactive .dark-menu .wsanimated-arrow span {
    background: transparent;
  }

  .wsmenu>.wsmenu-list>li>a {
    font-size: 18px;
    padding: 5px 32px 5px 18px;
    margin: 0;
    
  }

  .tra-menu .wsmenu>.wsmenu-list>li>a,
  .dark-menu .wsmenu>.wsmenu-list>li>a {
    color: #666;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    margin: 22px 18px 0px 0px;
  }

  .wsmenu>.wsmenu-list>li>a>i {
    color: #fff;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a,
  .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
    color: #888;
    font-size: 18px;
    padding: 14px 9px;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    padding: 5px 0px 0 0px;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list.left-link-list li:last-child {
    border-bottom: 1px dashed #c0c0c0;
  }

  .wsmenu>.wsmenu-list>li a.last-link-number {
    font-size: 17px;
    margin-left: 15px;
  }

  .wsmenu>.wsmenu-list>li a.last-link-number i {
    color: #666;
    margin-top: -0.5px;
  }

  .callusbtn {
    font-size: 22px;
    padding: 24px 20px;
  }

  .wsmenu>.wsmenu-list>li a.btn {
    height: 60px;
    font-size: 18px;
    line-height: 56px;
    padding: 0 17px;
    border: none;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .wsmenu>.wsmenu-list>li a.btn.btn-tra-white {
    background-color: #333;
    color: #fff;
  }

  .wsmobileheader .smllogo {
    margin-top: 20px;
  }

  .wsmobileheader .smllogo-black,
  .dark-menu .wsmobileheader .smllogo-white {
    display: block;
  }

  .wsmobileheader .smllogo-white,
  .dark-menu .wsmobileheader .smllogo-black {
    display: none;
  }

  /*------------------------------------------*/
  /*  HERO
  /*------------------------------------------*/

  .hero-section {
    margin-top: 80px;
  }

  #hero-2 {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  #hero-3 {
    padding-top: 90px;
    padding-bottom: 105px;
  }

  #hero-4 {
    text-align: center;
    background-position: left;
    padding-top: 90px;
    padding-bottom: 105px;
  }

  #hero-6 {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 105px;
  }

  #hero-8 {
    padding-top: 100px;
    padding-bottom: 275px;
  }

  #hero-9 {
    padding-top: 90px;
    padding-bottom: 50px;
  }

  /* Hero Text */
  #hero-1 .caption-txt,
  #hero-7 .caption-txt {
    margin-top: -30px;
  }

  #hero-4 .hero-txt {
    padding-right: 0;
  }

  #hero-9 .hero-txt {
    text-align: center;
    padding-right: 0;
    margin-bottom: 50px;
  }

  /* Hero Slider */
  .slider,
  .slider .slides,
  #hero-7 .slider,
  #hero-7 .slider .slides {
    text-align: center;
    margin-top: 0;
    height: 520px;
  }

  .slider .slides li img {
    background-position: left;
  }

  /* Hero Headers */
  #hero-1 h2 {
    font-size: 2.75rem;
    margin-bottom: 20px;
  }

  #hero-2 h3 {
    font-size: 2.75rem;
    margin-bottom: 20px;
  }

  #hero-2 h5 {
    font-size: 1.45rem;
  }

  #hero-3 h2 {
    font-size: 2.5rem;
    padding: 0;
    margin-bottom: 20px;
  }

  #hero-4 h2 {
    font-size: 3rem;
    padding: 0 8%;
    margin-bottom: 20px;
  }

  #hero-5 h2 {
    font-size: 2.5rem;
    padding: 0;
    margin-bottom: 20px;
  }

  #hero-6 h2 {
    font-size: 2.85rem;
    margin-bottom: 20px;
  }

  #hero-7 h2 {
    font-size: 2.5rem;
    padding: 0;
    margin-bottom: 20px;
  }

  #hero-8 h2 {
    font-size: 2.5rem;
    padding: 0;
    margin-bottom: 30px;
  }

  #hero-8 h4 {
    font-size: 1.3rem;
  }

  #hero-9 h3 {
    font-size: 2.75rem;
  }

  /* Hero Paragraphs */
  #hero-1 .caption-txt p {
    font-size: 1.066rem;
    padding: 0 5%;
    margin-bottom: 30px;
  }

  #hero-2 .hero-txt p {
    padding: 0 5%;
    margin-bottom: 30px;
  }

  #hero-3 .hero-txt p {
    padding: 0;
    margin-bottom: 35px;
  }

  #hero-4 .hero-txt p {
    padding: 0 5%;
    margin-bottom: 30px;
  }

  #hero-5 .caption-txt p,
  #hero-7 .caption-txt p {
    font-size: 1.05rem;
    padding: 0;
    margin-bottom: 30px;
  }

  #hero-6 .hero-txt p,
  #hero-9 .hero-txt p {
    padding: 0 5%;
  }

  /* Hero Search Form */
  #hero-1 .hero-form {
    margin: 40px 10% 0;
  }

  #hero-3 .hero-form {
    margin: 0 6%;
  }

  #hero-6 .hero-form {
    margin: 35px 6% 0;
  }

  /* Hero Boxes */
  #hboxes-1 .section-title {
    margin-bottom: 50px;
  }

  #hboxes-1 .hero-boxes-holder {
    margin-top: 0;
    padding: 80px 0 30px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
  }

  #hboxes-2 .hero-boxes-holder {
    margin: -200px 5px 0;
    padding: 35px 25px 5px;
  }

  #hboxes-1 h4 {
    font-size: 1.9rem;
  }

  #hboxes-1 .col-lg-2 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  #hboxes-1 .c2-box-txt {
    margin-bottom: 50px;
  }

  #hboxes-1 .c2-box-txt h5 {
    font-size: 1.35rem;
    margin-top: 20px;
    margin-bottom: 6px;
  }

  #hboxes-1 .c2-box-txt p {
    margin-bottom: 0;
  }

  #hboxes-1 .c2-box-txt img.img-70 {
    width: 75px;
    height: 75px;
  }

  #hboxes-2 .statistic-block-txt {
    text-align: center;
    padding-left: 0;
    border-left: none;
  }

  #hboxes-2 h5.statistic-number {
    font-size: 2.5rem;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  #hboxes-2 .statistic-block-txt h5.h5-lg {
    font-size: 1.25rem;
  }

  #hboxes-1 .owl-nav {
    display: block;
  }

  /* Hero Image */
  .hero-2-img {
    display: none;
  }

  /*------------------------------------------*/
  /*   CONTENT
  /*------------------------------------------*/

  /* About */
  #about-1 {
    padding-top: 30px;
    padding-bottom: 12px;
  }

  .a4-boxes {
    padding: 0;
  }

  .abox-1 {
    text-align: center;
    padding-left: 0;
    margin-bottom: 18px;
  }

  .abox-1-txt {
    padding-left: 0;
  }

  .abox-4-txt {
    padding-left: 25px;
  }

  .a4-txt h5 {
    text-align: left !important;
    font-size: 1.45rem;
    padding: 0%;
  }

  .abox-1 h5,
  .abox-4 h5 {
    font-size: 1.45rem;
  }

  .abox-1 p,
  .abox-4 p {
    font-size: 1.05rem;
  }

  .abox-1 img,
  .abox-1 span {
    display: none;
  }

  #about-3 .txt-block {
    margin-bottom: 40px;
  }

  #about-4 .img-block {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  /* Services */
  #services-1 {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  #services-3,
  #services-4 {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .sbox-1 {
    padding: 30px 25px;
    margin-bottom: 30px;
  }

  .sbox-2 {
    padding: 50px 15%;
  }

  .sbox-3,
  .sbox-4 {
    text-align: center;
    margin-bottom: 50px;
  }

  .sbox-5 {
    text-align: center;
    padding: 50px 40px;
  }

  .sbox-6 {
    padding: 0 2px;
  }

  .sbox-1-txt {
    padding-left: 20px;
  }

  .sbox-1 h5,
  .sbox-2 h5,
  .sbox-3 h5,
  .sbox-4 h5,
  .sbox-5 h5 {
    font-size: 1.35rem;
  }

  .sbox-6 h5 {
    font-size: 0.835rem;
    padding: 0;
    margin-top: 15px;
  }

  .sbox-1 p {
    font-size: 1.05rem;
  }

  .sbox-3 p,
  .sbox-4 p {
    padding: 0 15%;
  }

  .sbox-5 p {
    padding: 0 2%;
  }

  .sbox-1 img.img-50 {
    width: 65px;
    height: 65px;
  }

  .sbox-2 img.img-65,
  .sbox-3 img.img-65 {
    width: 70px;
    height: 70px;
  }

  .sbox-4 img.img-95 {
    width: 75px;
    height: 75px;
  }

  .services-6-txt {
    margin-bottom: 50px;
  }

  .services-6-txt p {
    padding: 0 3%;
    margin-bottom: 30px;
  }

  /* Categories */
  #categories-1 {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  #categories-1 .section-title {
    margin-bottom: 40px;
  }

  #categories-1 .col {
    padding-left: 0;
    padding-right: 0;
  }

  .c1-box {
    width: 50%;
    text-align: center !important;
  }

  #categories-1.bg-dark .c1-box,
  #categories-1.bg-dark .c1-box-txt {
    text-align: left !important;
  }

  .c2-box {
    padding: 50px 15px;
  }

  .c3-box {
    padding: 50px 25px 60px;
  }

  .c1-box-txt {
    padding: 17px 15px;
    text-align: center !important;
  }

  .c1-box-txt h5 {
    font-size: 1.175rem;
  }

  .c2-box h5,
  .cbox-3-txt h5 {
    font-size: 1.35rem;
    margin-top: 20px;
  }

  .c1-box-txt p,
  .c2-box p,
  .c3-box p {
    font-size: 1.05rem;
  }

  .c4-box-ico h5 {
    font-size: 1.35rem;
    padding-top: 12px;
    margin-bottom: 4px;
  }

  .c4-box-list li a {
    font-size: 1.05rem;
    margin-right: 4px;
  }

  .c1-box-txt img {
    margin-left: 8px;
    top: -1px;
    margin-right: 15px;
  }

  .c2-box img.img-70 {
    width: 75px;
    height: 75px;
  }

  .owl-carousel .owl-item .c3-box-icon img {
    width: 85px;
    height: 85px;
  }

  /* Courses */
  #courses-2,
  #courses-3,
  #courses-4,
  #courses-5 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .cbox-1,
  .cbox-2,
  #courses-3 .cbox-1,
  .cbox-4 {
    margin: 0 0 40px;
  }

  .cbox-5 {
    padding: 30px 20px;
    margin: 0 0 40px;
  }

  #courses-4 .masonry-item {
    width: 100%;
  }

  #courses-4 .masonry-filter {
    margin: 30px 0 40px;
  }

  #courses-4 .masonry-filter button {
    width: 100%;
    display: block;
    padding: 10px 15px;
    font-size: 1.05rem;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .course-tags span {
    font-size: 1rem;
    padding: 6px 15px;
  }

  .cbox-1 h5,
  .cbox-4 h5 {
    font-size: 1.35rem;
  }

  .cbox-2-txt h5 {
    font-size: 1.35rem;
    margin-bottom: 20px;
  }

  .cbox-5-txt h5 {
    font-size: 1.35rem;
    margin-bottom: 15px;
  }

  .cbox-5-txt p.p-sm {
    margin-bottom: 6px;
  }

  .cbox-2-txt p.course-tags {
    margin-bottom: 20px;
  }

  .cbox-5-data {
    padding: 0;
  }

  .cbox-5-data p {
    font-size: 1.2rem;
    margin-bottom: 0;
  }

  .course-price {
    font-size: 1.35rem;
  }

  .cbox-5-price {
    float: left;
    width: 60%;
    text-align: left !important;
    margin-top: 0;
    padding: 0;
  }

  .cbox-5-price .course-price {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 0;
    padding-right: 8px;
  }

  .old-price {
    font-size: 1.2rem;
  }

  .course-rating i {
    font-size: 1rem;
  }

  .course-rating span {
    font-size: 1.1rem;
  }

  .all-courses-btn {
    margin-top: 15px;
  }

  /* Team */
  #team-1 .col-sm-6 {
    padding-left: 8px;
    padding-right: 8px;
  }

  #team-2 .team-member {
    margin: 0 8px 30px;
  }

  .tm-meta h5 {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }

  .tm-rating i {
    font-size: 1rem;
  }

  .tm-meta span,
  .tm-meta p {
    font-size: 1.1rem;
  }

  .tm-meta span.tm-rating {
    font-size: 1.1rem;
    top: 2px;
    margin-left: 6px;
  }

  .tm-social a {
    width: 45px;
    height: 45px;
    font-size: 1.15rem;
    line-height: 45px !important;
    margin-right: 2px;
  }

  /* Video */
  #video-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #video-2 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  #video-3-content {
    padding-top: 80px;
    padding-bottom: 145px;
  }

  .video-1-holder {
    margin: 0;
    padding: 35px;
  }

  #video-1 .video-link {
    padding-right: 0;
  }

  #video-1 .video-txt {
    padding-left: 0;
    margin-top: 30px;
  }

  #video-1 .video-txt h4.h4-xl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  #video-1 .video-txt p {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  #video-2 .video-txt p {
    padding: 0;
  }

  .video-3-txt h3 {
    padding: 0;
  }

  .video-3-link {
    margin-top: -120px;
  }

  /* Pricing */
  #pricing-1 .pricing-table {
    margin-left: 30px;
    margin-right: 30px;
  }

  #pricing-2 .pricing-table {
    padding: 30px 70px 45px;
    margin: 0 0 40px;
  }

  .pricing-plan h5 {
    font-size: 1rem;
  }

  #pricing-2 .pricing-plan h5 {
    font-size: 1.75rem;
  }

  .pricing-plan h4 {
    font-size: 1.15rem;
    margin-bottom: 25px;
  }

  ul.features li {
    font-size: 1.125rem;
    padding: 11px 0;
  }

  .pricing-plan p.p-sm {
    font-size: 1.25rem;
  }

  .pricing-table .btn {
    padding: 15px 26px;
  }

  .pricing-notice {
    margin-top: 15px;
  }

  /* Statistic */
  .statistic-block {
    padding: 0;
    text-align: center;
  }

  h5.statistic-number {
    font-size: 2.85rem;
  }

  #statistic-3 h5.statistic-number {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }

  #statistic-1 h5.statistic-number {
    float: none;
    margin-right: 0;
  }

  #statistic-1 .statistic-block h5.h5-lg {
    font-size: 1.4rem;
  }

  .statistic-block p,
  .statistic-block p.p-md,
  .statistic-block a {
    font-size: 1.1rem;
  }

  .statistic-block-txt,
  #statistic-3 .statistic-block-txt {
    text-align: center;
    padding-left: 0;
    border-left: none;
  }

  #statistic-3 .statistic-block-txt h5 {
    margin-top: 17px;
  }

  span.s-icon {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-top: 0;
  }

  .statistic-block.icon-xs [class*="flaticon-"]:before,
  .statistic-block.icon-xs [class*="flaticon-"]:after {
    font-size: 3.75rem;
  }

  /* Testimonials */
  .review-1 {
    padding: 30px 35px;
    margin: 0 12px 20px;
  }

  .review-2 {
    width: 100%;
    padding: 0 5px;
    margin: 0 0 40px 0;
  }

  .review-3 {
    padding: 25px 30px;
  }

  .owl-carousel .owl-item .review-1-author img,
  .review-2-author img {
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0;
  }

  .review-2-txt p {
    font-size: 1.1rem;
    margin-bottom: 25px;
  }

  .review-3 p {
    font-size: 1.135rem;
  }

  .review-1-author h5,
  .review-2-author h5 {
    font-size: 1.35rem;
    margin-top: 2px;
    margin-bottom: 5px;
  }

  .review-3-author h5 {
    font-size: 1.35rem;
  }

  .review-1-author span,
  .review-2-author span {
    font-size: 1.1rem;
  }

  .tst-rating i {
    font-size: 1rem;
  }

  /* Brands */
  #brands-1 {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .video-3-brands {
    margin: 50px 0;
  }

  #video-3 .brand-logo img,
  #brands-1 .brand-logo img {
    padding: 0 3px;
  }

  /* Banner */
  #banner-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #banner-4 {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
  }

  #banner-2 .col-md-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-2-txt {
    text-align: center;
  }

  .banner-5-txt {
    padding: 40px 25px;
  }

  .b5-txt {
    padding-left: 20px;
  }

  .banner-1-txt h5 {
    font-size: 1.15rem;
  }

  .banner-2-txt h3.h3-lg {
    font-size: 2rem;
    padding: 0 8%;
    margin-bottom: 20px;
  }

  .banner-2-txt #clock .cbox {
    padding: 22px 12px;
    margin-right: 7px;
  }

  .banner-2-txt span.countdown-txt {
    font-size: 1.15rem;
  }

  .banner-2-txt #clock span.cbox-digit,
  .banner-2-txt #clock span.cbox-txt {
    font-size: 2.15rem;
  }

  .banner-3-txt {
    text-align: center;
    padding: 30px 25px 40px;
  }

  .banner-3-txt h4 {
    font-size: 1.75rem;
    padding: 0 10%;
    margin-bottom: 20px;
  }

  .banner-4-txt h3.h3-lg {
    font-size: 2.25rem;
  }

  .banner-4-txt p {
    padding: 0 5%;
  }

  .banner-3-img img {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }

  #register-form {
    padding: 40px 30px 25px;
    margin: 0 30px 40px;
  }

  #register-form p {
    font-size: 16px;
  }

  .register-form .form-control {
    height: 50px;
    font-size: 16px;
    margin-bottom: 22px;
  }

  #register-form .btn {
    font-size: 15px;
  }

  /* News */
  #news-1 .article-meta {
    width: 90%;
    left: 20px;
    bottom: 25px;
  }

  #news-1 .article-meta h5 {
    font-size: 1.2rem;
  }

  #news-1 .article-meta h5 span {
    line-height: 2.5rem !important;
  }

  .article-2 {
    padding: 0;
  }

  .article-2.b-right {
    border-right: none;
  }

  #a2-1,
  #a2-2,
  #a2-3 {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
  }

  .article-2 p.p-sm {
    font-size: 1.05rem;
    margin-bottom: 15px;
  }

  .article-2 h5 {
    font-size: 1.3rem;
  }

  .article-2 span {
    font-size: 1.05rem;
  }

  .posts-holder.pr-25 {
    padding-right: 0;
  }

  .article-3 .col-md-4 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .article-3 .col-md-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .article-3 h4 {
    margin-bottom: 8px;
  }

  .article-3 span {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }

  .article-3 p {
    font-size: 1.05rem;
    margin-bottom: 20px;
  }

  span.badge {
    margin-bottom: 8px;
    padding: 4px 12px;
    margin-right: 5px;
  }

  span.badge a {
    font-size: 1rem;
  }

  /* FAQs */
  #faqs-1 .tabs-nav {
    margin-right: 0;
    margin-bottom: 50px;
  }

  #faqs-1 .tabs-1 li h5 {
    font-size: 1.35rem;
  }

  #faqs-1 .tabs-1 li p {
    font-size: 1.05rem;
  }

  .question h5 {
    font-size: 1.35rem;
  }

  /* Newsletter */
  .newsletter-holder {
    text-align: center;
    padding: 50px 40px 30px;
  }

  #newsletter-2 {
    text-align: center;
    padding: 50px 50px 30px;
  }

  .newsletter-txt p {
    font-size: 1.135rem;
    padding: 0 5%;
  }

  .newsletter-section .newsletter-form {
    margin-top: 25px;
  }

  .newsletter-form .form-control {
    display: block;
    width: 100% !important;
    text-align: center;
    border: 2px solid #ddd;
    height: 50px;
    font-size: 1rem;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .newsletter-section .input-group-btn {
    display: block;
    width: 100% !important;
  }

  .newsletter-section .btn {
    height: 50px;
    font-size: 0.95rem;
  }

  /* Contacts */
  #contacts-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contacts-1-holder {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-box {
    padding: 50px 20%;
  }

  .contact-box.b-right {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }

  .contact-box h5 {
    font-size: 1.4rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .contact-box p {
    font-size: 1.1rem;
  }

  .contact-box img.img-75 {
    width: 70px;
    height: 70px;
  }

  /* Footer */
  .footer {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  #footer-1 .footer-links,
  #footer-2 .footer-links,
  #footer-3 .footer-links {
    padding-left: 0;
  }

  .footer h5 {
    font-size: 1.2rem;
    margin-bottom: 22px;
  }

  .footer-box p,
  .footer-contacts p,
  .footer-links li {
    font-size: 1.05rem;
  }

  .bottom-footer .col-lg-4.text-right {
    text-align: left !important;
    margin-top: 10px;
  }

  .footer-form .btn {
    font-size: 17px;
  }

  /* Inner Page Wrapper */
  .inner-page-wrapper {
    margin-top: 80px;
  }

  /* Breadcrumb */
  #breadcrumb .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumb {
    padding: 15px 5px;
  }

  .breadcrumb-item a,
  .breadcrumb-item.active {
    font-size: 1rem;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    font-size: 1.1rem;
    margin-top: -1px;
  }

  /* Page Hero */
  .page-hero-section {
    padding-top: 40px;
    padding-bottom: 38px;
  }

  /* Sidebar */
  #sidebar {
    padding-bottom: 20px;
  }

  ul.blog-category-list>li {
    padding: 18px 0;
  }

  ul.blog-category-list>li:first-child {
    padding: 0 0 18px;
  }

  ul.blog-category-list>li:last-child {
    padding: 18px 0 0;
  }

  ul.blog-category-list>li a {
    font-size: 1.05rem;
  }

  /* Page Pagination */
  .page-pagination {
    padding-bottom: 80px;
  }

  /* Course Details */
  .course-txt.pr-30 {
    padding-right: 0;
    margin-bottom: 60px;
  }

  .course-data {
    padding: 15px;
    margin-bottom: 50px
  }

  .what-you-learn .txt-list li,
  #accordion .card-body p,
  #accordion .card-body .txt-list li,
  p.download-file,
  p.download-file,
  .course-data-list p {
    font-size: 1.05rem;
  }

  .card-body p.cb-video {
    margin-bottom: 4px;
  }

  p.download-file i {
    font-size: 0.975rem;
  }

  .course-data-list {
    padding: 0 5%;
  }

  #course-details .cs-rating .course-rating span {
    font-size: 1.05rem;
  }

  .review-4 {
    padding: 25px 30px;
  }

  /* Teacher Profile */
  .team-3-photo {
    margin: 0;
  }

  .team-3-txt.pc-45 {
    padding: 0;
  }

  .t-3-links {
    padding: 0;
  }

  .team-3-txt h3 {
    margin-top: 40px;
    margin-bottom: 12px;
  }

  .teacher-data {
    font-size: 1.05rem;
    margin: 6px 0;
  }

  #courses-3.pt-80.pb-60 {
    padding-top: 30px;
  }

  /* Single Post */
  #single-post {
    padding-bottom: 80px;
  }

  .single-post-wrapper {
    padding: 0;
  }

  .single-post-data p {
    font-size: 1.05rem;
  }

  .quote {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .quote p {
    font-size: 1.15rem !important;
  }

  .post-inner-img {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .post-share-list.text-right {
    margin-top: 30px;
    text-align: left !important;
  }

  .author-senoff.d-flex {
    display: block !important;
  }

  .author-senoff img {
    width: 110px;
    height: 110px;
    display: block;
    float: none !important;
    margin-bottom: 15px;
  }

  .author-senoff-txt {
    display: block;
    padding-left: 0;
    margin-top: 20px;
  }

  .author-senoff-txt p {
    font-size: 0.975rem;
    padding-right: 0;
  }

  .prev-post.pr-45 {
    padding-right: 0;
    text-align: center;
  }

  .next-post.pl-45 {
    padding-left: 0;
    text-align: center;
  }

  .other-posts h5 i {
    display: none;
  }

  .all-posts a {
    font-size: 2.5rem;
  }




}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 321px) and (max-width: 479.95px) {

  /*------------------------------------------*/
  /*   BASE
  /*------------------------------------------*/

  .wide-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wide-90 {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .wide-80 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .wide-70 {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .wide-60 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .wide-50 {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .wide-40 {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .wide-30 {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .wide-20 {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .pt-100,
  .division.pt-100 {
    padding-top: 80px;
  }

  .pb-100 {
    padding-bottom: 80px;
  }

  .pc-15,
  .pc-20,
  .pc-25,
  .pc-30 {
    padding-right: 0;
    padding-left: 0;
  }

  .pl-15,
  .pl-20,
  .pl-25,
  .pl-30 {
    padding-left: 0;
  }

  .pr-15,
  .pr-20,
  .pr-25,
  .pr-30 {
    padding-right: 0;
  }

  .bg-scroll,
  .bg-01,
  .bg-02,
  .bg-03,
  .bg-04,
  .bg-map {
    background-attachment: scroll !important;
  }

  /* Header H5 */
  h5.h5-xs {
    font-size: 1.1rem;
  }

  h5.h5-sm {
    font-size: 1.15rem;
  }

  h5.h5-md {
    font-size: 1.2rem;
  }

  h5.h5-lg {
    font-size: 1.25rem;
  }

  h5.h5-xl {
    font-size: 1.35rem;
  }

  /* Header H4 */
  h4.h4-xs {
    font-size: 1.4rem;
  }

  h4.h4-sm {
    font-size: 1.45rem;
  }

  h4.h4-md {
    font-size: 1.5rem;
  }

  h4.h4-lg {
    font-size: 1.55rem;
  }

  h4.h4-xl {
    font-size: 1.6rem;
  }

  /* Header H3 */
  h3.h3-xs {
    font-size: 1.6rem;
  }

  h3.h3-sm {
    font-size: 1.65rem;
  }

  h3.h3-md {
    font-size: 1.7rem;
  }

  h3.h3-lg {
    font-size: 1.75rem;
  }

  h3.h3-xl {
    font-size: 1.8rem;
  }

  /* Header H2 */
  h2.h2-xs {
    font-size: 1.85rem;
  }

  h2.h2-sm {
    font-size: 2.15rem;
  }

  h2.h2-md {
    font-size: 2.35rem;
  }

  h2.h2-lg {
    font-size: 2.55rem;
  }

  h2.h2-xl {
    font-size: 2.75rem;
  }

  h2.h2-huge {
    font-size: 3.25rem;
  }

  /* Paragraphs */
  p.p-sm {
    font-size: 1.05rem;
  }

  p {
    font-size: 1.05rem;
  }

  p.p-md {
    font-size: 1.0625rem;
  }

  p.p-lg {
    font-size: 1.09375rem;
  }

  p.p-xl {
    font-size: 1.125rem;
  }

  /* List Settings */
  ul.txt-list li,
  ul.ico-list li {
    font-size: 1.05rem;
    margin-bottom: 5px;
  }

  ul.ico-list li {
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .ico-list.mb-10 {
    margin-bottom: 15px;
  }

  ul.ico-list li i {
    display: inline-block;
    text-align: center;
    float: left;
    font-size: 0.7rem;
    margin-top: 6px;
    margin-right: 7px;
  }

  ul.ico-list li span {
    display: block;
    overflow: hidden;
  }

  .txt-list.mb-15 {
    margin-top: 10px;
  }

  /* Button */
  .btn {
    font-size: 15px;
    padding: 12px 24px;
  }

  .btn.btn-md {
    font-size: 16px;
    padding: 14px 28px;
  }

  /* Box Icons */
  .icon-xs [class*="flaticon-"]:before,
  .icon-xs [class*="flaticon-"]:after {
    font-size: 2.75rem;
  }

  .icon-sm [class*="flaticon-"]:before,
  .icon-sm [class*="flaticon-"]:after {
    font-size: 3.25rem;
  }

  .icon-md [class*="flaticon-"]:before,
  .icon-md [class*="flaticon-"]:after {
    font-size: 3.75rem;
  }

  .icon-lg [class*="flaticon-"]:before,
  .icon-lg [class*="flaticon-"]:after {
    font-size: 4.25rem;
  }

  .icon-xl [class*="flaticon-"]:before,
  .icon-xl [class*="flaticon-"]:after {
    font-size: 4.75rem;
  }

  /* Section Title */
  .section-title {
    margin-bottom: 40px;
    padding-right: 0;
  }

  #courses-4 .section-title {
    padding-right: 0;
  }

  .section-title.title-centered {
    padding: 0;
  }

  .section-title.title-centered p {
    padding: 0;
  }

  .section-title p {
    margin-top: 12px;
  }

  .title-btn {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 25px;
  }

  /* Text Block Typography */
  .txt-block h3.h3-sm {
    margin-bottom: 20px;
  }

  .txt-block .btn {
    margin-top: 10px;
  }

  /*------------------------------------------*/
  /*  HERO
  /*------------------------------------------*/

  .hero-section {
    margin-top: 80px;
  }

  #hero-2 {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  #hero-3 {
    padding-top: 90px;
    padding-bottom: 105px;
  }

  #hero-4 {
    text-align: center;
    background-position: left;
    padding-top: 90px;
    padding-bottom: 105px;
  }

  #hero-6 {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 105px;
  }

  #hero-8 {
    padding-top: 100px;
    padding-bottom: 275px;
  }

  #hero-9 {
    padding-top: 90px;
    padding-bottom: 50px;
  }

  /* Hero Text */
  #hero-1 .caption-txt,
  #hero-7 .caption-txt {
    margin-top: -30px;
  }

  #hero-4 .hero-txt {
    padding-right: 0;
  }

  #hero-9 .hero-txt {
    text-align: center;
    padding-right: 0;
    margin-bottom: 50px;
  }

  /* Hero Slider */
  .slider,
  .slider .slides,
  #hero-7 .slider,
  #hero-7 .slider .slides {
    text-align: center;
    margin-top: 0;
    height: 520px;
  }

  .slider .slides li img {
    background-position: left;
  }

  /* Hero Headers */
  #hero-1 h2 {
    font-size: 1.85rem;
    margin-bottom: 20px;
  }

  #hero-2 h3 {
    font-size: 2.25rem;
    margin-bottom: 20px;
  }

  #hero-2 h5 {
    font-size: 1.25rem;
  }

  #hero-3 h2 {
    font-size: 2.25rem;
    padding: 0;
    margin-bottom: 20px;
  }

  #hero-4 h2 {
    font-size: 2.25rem;
    padding: 0;
    margin-bottom: 20px;
  }

  #hero-5 h2 {
    font-size: 2rem;
    padding: 0;
    margin-bottom: 20px;
  }

  #hero-6 h2 {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  #hero-7 h2 {
    font-size: 1.85rem;
    padding: 0;
    margin-bottom: 20px;
  }

  #hero-8 h2 {
    font-size: 1.85rem;
    padding: 0;
    margin-bottom: 30px;
  }

  #hero-8 h4 {
    font-size: 1.125rem;
  }

  #hero-9 h3 {
    font-size: 2rem;
  }

  /* Hero Paragraphs */
  #hero-1 .caption-txt p {
    font-size: 1.05rem;
    padding: 0;
    margin-bottom: 30px;
  }

  #hero-2 .hero-txt p {
    font-size: 1.05rem;
    padding: 0 3%;
    margin-bottom: 30px;
  }

  #hero-3 .hero-txt p {
    font-size: 1.05rem;
    padding: 0;
    margin-bottom: 30px;
  }

  #hero-4 .hero-txt p {
    padding: 0 5%;
    margin-bottom: 30px;
  }

  #hero-5 .caption-txt p,
  #hero-7 .caption-txt p {
    font-size: 1.05rem;
    padding: 0;
    margin-bottom: 30px;
  }

  #hero-6 .hero-txt p {
    font-size: 1.05rem;
    padding: 0 5%;
  }

  #hero-9 .hero-txt p {
    font-size: 1.05rem;
    padding: 0 3%;
  }

  /* Hero Search Form */
  #hero-1 .hero-form {
    margin: 30px 2% 0;
  }

  #hero-3 .hero-form {
    margin: 0 4%;
  }

  #hero-6 .hero-form {
    margin: 30px 2% 0;
  }

  #hero-9 #register-form {
    padding: 40px 20px 25px;
    margin: 0 8px 40px;
  }

  .hero-form .form-control {
    height: 52px;
  }

  .hero-form .btn {
    height: 52px;
    font-size: 1.25rem;
  }

  /* Hero Boxes */
  #hboxes-1 .section-title {
    margin-bottom: 50px;
  }

  #hboxes-1 .hero-boxes-holder {
    margin-top: 0;
    padding: 80px 0 30px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
  }

  #hboxes-2 .hero-boxes-holder {
    margin: -200px 5px 0;
    padding: 35px 25px 5px;
  }

  #hboxes-1 h4 {
    font-size: 1.65rem;
  }

  #hboxes-1 .col-lg-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #hboxes-1 .c2-box-txt {
    margin-bottom: 50px;
  }

  #hboxes-1 .c2-box-txt h5 {
    font-size: 1.45rem;
    margin-top: 20px;
    margin-bottom: 6px;
  }

  #hboxes-1 .c2-box-txt p {
    font-size: 1.135rem;
    margin-bottom: 0;
  }

  #hboxes-1 .c2-box-txt img.img-70 {
    width: 75px;
    height: 75px;
  }

  #hboxes-2 .statistic-block-txt {
    text-align: center;
    padding-left: 0;
    border-left: none;
  }

  #hboxes-2 h5.statistic-number {
    font-size: 2.25rem;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  #hboxes-2 .statistic-block-txt h5.h5-lg {
    font-size: 1.15rem;
  }

  #hboxes-1 .owl-nav {
    display: block;
  }

  /* Hero Image */
  .hero-2-img {
    display: none;
  }

  /*------------------------------------------*/
  /*   CONTENT
  /*------------------------------------------*/

  .division {
    padding-left: 3px;
    padding-right: 3px;
  }

  .hero-section.division,
  #video-3.division,
  #news-1.division,
  #newsletter-1.division,
  #contacts-1.division {
    padding-left: 0;
    padding-right: 0;
  }

  /* About */
  #about-1 {
    padding-top: 30px;
    padding-bottom: 12px;
  }

  .a4-boxes {
    padding: 0;
  }

  .abox-1 {
    text-align: center;
    padding-left: 0;
    margin-bottom: 18px;
  }

  .abox-1-txt {
    padding-left: 0;
  }

  .abox-4-txt {
    padding-left: 20px;
  }

  .a4-txt h5 {
    text-align: left !important;
    font-size: 1.45rem;
    padding: 0%;
  }

  .abox-1 h5 {
    font-size: 1.35rem;
    margin-bottom: 3px;
  }

  .abox-4 h5 {
    font-size: 1.35rem;
  }

  .abox-1 p,
  .abox-4 p {
    font-size: 1.05rem;
  }

  .abox-1 img,
  .abox-1 span {
    display: none;
  }

  #about-3 .txt-block {
    margin-bottom: 40px;
  }

  #about-4 .img-block {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  /* Services */
  #services-1 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  #services-3,
  #services-4 {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .sbox-1 {
    text-align: center;
    padding: 40px 10%;
    margin-bottom: 40px;
  }

  .sbox-2 {
    padding: 50px 12%;
  }

  .sbox-3,
  .sbox-4 {
    text-align: center;
    padding: 0;
    margin-bottom: 50px;
  }

  .sbox-5 {
    text-align: center;
    padding: 50px 20px;
  }

  .sbox-6 {
    width: 100%;
    float: none;
    padding: 0 15px;
  }

  .sbox-1-txt {
    padding-left: 0;
  }

  .sbox-1 h5 {
    font-size: 1.3rem;
    margin-top: 20px;
  }

  .sbox-2 h5,
  .sbox-3 h5,
  .sbox-4 h5,
  .sbox-5 h5 {
    font-size: 1.3rem;
  }

  .sbox-6 h5 {
    font-size: 1.1rem;
    padding: 0;
    margin-top: 20px;
  }

  .sbox-1 p {
    font-size: 1.05rem;
  }

  .sbox-3 p,
  .sbox-4 p,
  .sbox-5 p {
    padding: 0;
  }

  .sbox-1 img.img-50 {
    float: none;
    width: 70px;
    height: 70px;
  }

  .sbox-2 img.img-65,
  .sbox-3 img.img-65 {
    width: 70px;
    height: 70px;
  }

  .sbox-5 img.img-70,
  .sbox-4 img.img-95 {
    width: 75px;
    height: 75px;
  }

  .services-6-txt {
    margin-bottom: 50px;
  }

  .services-6-txt h3 {
    font-size: 1.85rem;
  }

  .services-6-txt p {
    padding: 0;
    margin-bottom: 30px;
  }

  /* Categories */
  #categories-1 {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  #categories-1 .section-title {
    margin-bottom: 40px;
  }

  #categories-2 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  #categories-2 .col-lg-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c1-box {
    width: 100%;
    text-align: center !important;
  }

  .c2-box {
    padding: 50px 15px;
    margin-bottom: 40px;
  }

  .c3-box {
    padding: 50px 25px 60px;
  }

  .c1-box-txt {
    padding: 17px 15px;
    margin: 0 0 16px;
    text-align: center !important;
  }

  #categories-1.bg-dark .c1-box,
  #categories-1.bg-dark .c1-box-txt {
    text-align: left !important;
  }

  .c1-box-txt h5 {
    font-size: 1.2rem;
  }

  .c2-box h5,
  .cbox-3-txt h5 {
    font-size: 1.45rem;
    margin-top: 20px;
  }

  .c1-box-txt p,
  .c2-box p {
    font-size: 1.135rem;
  }

  .c4-box-ico h5 {
    font-size: 1.45rem;
    padding-top: 10px;
    margin-bottom: 4px;
  }

  .c4-box-list li a {
    font-size: 1.05rem;
    margin-right: 4px;
  }

  .c1-box-txt img {
    margin-left: 8px;
    top: -1px;
    margin-right: 15px;
  }

  .c2-box img.img-70 {
    width: 75px;
    height: 75px;
  }

  .owl-carousel .owl-item .c3-box-icon img {
    width: 85px;
    height: 85px;
  }

  /* Courses */
  #courses-2,
  #courses-3,
  #courses-4,
  #courses-5 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .cbox-1 {
    margin: 0 2px 30px;
  }

  .cbox-2,
  #courses-3 .cbox-1,
  .cbox-4 {
    margin: 0 0 40px;
  }

  .cbox-5 {
    padding: 25px 20px;
    margin: 0 0 40px;
  }

  #courses-4 .masonry-item {
    width: 100%;
  }

  #courses-4 .masonry-filter {
    margin: 30px 2% 40px;
  }

  #courses-4 .masonry-filter button {
    width: 100%;
    display: block;
    padding: 10px 15px;
    font-size: 1.05rem;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .course-tags span {
    font-size: 1rem;
    padding: 6px 12px;
  }

  .cbox-1 h5,
  .cbox-2 h5,
  .cbox-4 h5 {
    font-size: 1.35rem;
  }

  .cbox-5-txt h5 {
    font-size: 1.35rem;
    margin-bottom: 15px;
  }

  .cbox-5-txt p.p-sm {
    margin-bottom: 6px;
  }

  .cbox-5-data {
    width: 40%;
    float: left;
    margin-top: 15px;
    padding: 0;
  }

  .cbox-5-data p {
    font-size: 1.2rem;
    margin-bottom: 0;
  }

  .course-price {
    font-size: 1.35rem;
  }

  .cbox-5-price {
    float: left;
    width: 60%;
    text-align: left !important;
    margin-top: 15px;
    padding: 0;
  }

  .cbox-5-price .course-price {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 0;
    padding-right: 8px;
  }

  .old-price {
    font-size: 1.2rem;
  }

  .course-rating i {
    font-size: 0.95rem;
  }

  .course-rating span {
    font-size: 1.05rem;
  }

  .all-courses-btn {
    margin-top: 5px;
  }

  /* Team */
  #team-1 .col-sm-6 {
    padding-left: 8px;
    padding-right: 8px;
  }

  #team-2 .team-member {
    margin: 0 8px 30px;
  }

  .tm-meta h5 {
    font-size: 1.45rem;
    margin-bottom: 5px;
  }

  .tm-rating i {
    font-size: 1rem;
  }

  .tm-meta span,
  .tm-meta p {
    font-size: 1.15rem;
  }

  .tm-meta span.tm-rating {
    font-size: 1.135rem;
    top: 2px;
    margin-left: 6px;
  }

  .tm-social a {
    width: 45px;
    height: 45px;
    font-size: 1.15rem;
    line-height: 45px !important;
    margin-right: 2px;
  }

  /* Video */
  #video-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #video-2 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  #video-3-content {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .video-1-holder {
    margin: 0;
    padding: 25px 20px 30px;
  }

  #video-1 .video-link {
    padding-right: 0;
  }

  #video-1 .video-txt {
    text-align: center;
    padding-left: 0;
    margin-top: 25px;
  }

  #video-1 .video-txt h4 {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }

  #video-2 .video-txt h3 {
    font-size: 2rem;
    padding: 0 6%;
  }

  .video-3-txt h3 {
    padding: 0;
  }

  #video-1 .video-txt p {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  #video-2 .video-txt p {
    font-size: 1.05rem;
    padding: 0;
  }

  #video-3 .video-txt p {
    font-size: 1.05rem;
    padding: 0 6%;
  }

  .video-3-link {
    margin-top: -60px;
  }

  /* Pricing */
  #pricing-1 .pricing-table {
    margin-left: 5px;
    margin-right: 5px;
  }

  #pricing-2 .pricing-table {
    padding: 20px 20px 35px;
    margin: 0 0 40px;
  }

  .pricing-plan h5 {
    font-size: 1rem;
  }

  .pricing-plan h4 {
    font-size: 1.125rem;
    margin-bottom: 25px;
  }

  ul.features li {
    font-size: 1.05rem;
    padding: 11px 0;
  }

  .pricing-plan p.p-sm {
    font-size: 1.25rem;
  }

  .pricing-table .btn {
    padding: 15px 26px;
  }

  .pricing-notice p {
    padding: 0;
  }

  .pricing-txt h3 {
    font-size: 1.65rem;
    line-height: 1.3;
  }

  .pricing-notice {
    margin-top: 15px;
  }

  /* Statistic */
  .statistic-block {
    padding: 0;
    text-align: center;
  }

  h5.statistic-number {
    font-size: 2.65rem;
  }

  #statistic-3 h5.statistic-number {
    font-size: 2.35rem;
    margin-bottom: 10px;
  }

  #statistic-1 h5.statistic-number {
    float: none;
    margin-right: 0;
  }

  #statistic-1 .statistic-block h5.h5-lg {
    font-size: 1.4rem;
  }

  .statistic-block p,
  .statistic-block p.p-md,
  .statistic-block a {
    font-size: 1.135rem;
  }

  .statistic-block-txt,
  #statistic-3 .statistic-block-txt {
    text-align: center;
    padding-left: 0;
    border-left: none;
  }

  #statistic-3 .statistic-block-txt h5 {
    margin-top: 20px;
  }

  span.s-icon {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-top: 0;
  }

  .statistic-block.icon-xs [class*="flaticon-"]:before,
  .statistic-block.icon-xs [class*="flaticon-"]:after {
    font-size: 3.75rem;
  }

  /* Testimonials */
  .review-1 {
    padding: 30px;
    margin: 0 9px;
  }

  .review-2 {
    width: 100%;
    padding: 0;
    margin: 0 0 40px 0;
  }

  .review-3 {
    padding: 25px;
  }

  .owl-carousel .owl-item .review-1-author img,
  .review-2-author img {
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0;
  }

  .review-2-txt p {
    font-size: 1.05rem;
    margin-bottom: 25px;
  }

  .review-3 p {
    font-size: 1.05rem;
  }

  .review-1-author h5,
  .review-2-author h5 {
    font-size: 1.3rem;
    margin-top: 2px;
    margin-bottom: 5px;
  }

  .review-3-author h5 {
    font-size: 1.4rem;
  }

  .review-1-author span {
    font-size: 1rem;
  }

  .review-2-author span {
    font-size: 1.135rem;
  }

  .tst-rating i {
    font-size: 1rem;
  }

  /* Brands */
  #brands-1 {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .video-3-brands {
    margin: 50px 0;
  }

  #video-3 .brand-logo img,
  #brands-1 .brand-logo img {
    padding: 0;
  }

  /* Banner */
  #banner-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #banner-4 {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
  }

  #banner-2 .col-md-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-2-txt {
    text-align: center;
    padding: 0;
  }

  .banner-5-txt {
    padding: 40px 25px;
  }

  .b5-txt {
    padding-left: 0;
  }

  .banner-1-txt h5 {
    font-size: 1.15rem;
    margin-bottom: 10px;
  }

  .banner-2-txt h3.h3-lg {
    font-size: 1.65rem;
    padding: 0;
    margin-bottom: 15px;
  }

  .banner-5-txt h4 {
    margin-top: 20px;
  }

  #clock .cbox {
    padding-right: 7px;
  }

  span.countdown-txt {
    top: -8px;
    font-size: 1.125rem;
  }

  #clock span.cbox-digit,
  #clock span.cbox-txt {
    font-size: 1.4rem;
  }

  .banner-2-txt #clock .cbox {
    padding: 16px 8px;
    margin-right: 5px;
  }

  .banner-2-txt span.countdown-txt {
    font-size: 1.125rem;
  }

  .banner-2-txt #clock span.cbox-digit,
  .banner-2-txt #clock span.cbox-txt {
    font-size: 1.75rem;
  }

  .banner-3-txt {
    text-align: center;
    padding: 30px 25px 40px;
  }

  .banner-3-txt h4 {
    font-size: 1.5rem;
    padding: 0 3%;
    margin-bottom: 20px;
  }

  .banner-4-txt h3.h3-lg {
    font-size: 1.75rem;
  }

  .banner-4-txt p {
    padding: 0;
  }

  .banner-3-img img {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }

  .banner-5-txt img {
    float: none;
    top: 0;
  }

  #register-form {
    padding: 40px 20px 25px;
    margin: 0 20px 40px;
  }

  #register-form p {
    font-size: 16px;
  }

  .register-form .form-control {
    height: 50px;
    font-size: 16px;
    margin-bottom: 22px;
  }

  #register-form .btn {
    font-size: 15px;
  }

  /* News */
  #news-1 .article-meta {
    width: 90%;
    left: 20px;
    bottom: 25px;
  }

  #news-1 .article-meta h5 {
    font-size: 1.3rem;
  }

  #news-1 .article-meta h5 span {
    line-height: 2.5rem !important;
  }

  .article-2 {
    padding: 0;
  }

  .article-2.b-right {
    border-right: none;
  }

  #a2-1,
  #a2-2,
  #a2-3 {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
  }

  .article-2 p.p-sm {
    font-size: 1.05rem;
    margin-bottom: 15px;
  }

  .article-2 h5 {
    font-size: 1.3rem;
  }

  .article-2 span {
    font-size: 1.05rem;
  }

  .posts-holder.pr-25 {
    padding-right: 0;
  }

  .article-3 .col-md-4 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .article-3 .col-md-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .article-3 h4 {
    margin-bottom: 8px;
  }

  .article-3 span {
    font-size: 1.05rem;
    margin-bottom: 12px;
  }

  .article-3 p {
    font-size: 1.05rem;
    margin-bottom: 20px;
  }

  span.badge {
    margin-bottom: 8px;
    padding: 4px 5px;
    margin-right: 4px;
  }

  span.badge a {
    font-size: 0.915rem;
  }

  /* FAQs */
  #faqs-1 .tabs-nav {
    margin-right: 0;
    margin-bottom: 50px;
  }

  #faqs-1 .tabs-1 li {
    padding: 26px 20px;
  }

  #faqs-1 .tab-link img {
    display: none;
  }

  #faqs-1 .tab-link-txt {
    padding-left: 0;
  }

  #faqs-1 .tabs-1 li h5 {
    font-size: 1.35rem;
  }

  #faqs-1 .tabs-1 li p {
    font-size: 1rem;
  }

  .question h5 {
    font-size: 1.25rem;
  }

  /* Newsletter */
  .newsletter-holder {
    text-align: center;
    padding: 50px 25px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  #newsletter-2 {
    text-align: center;
    padding: 50px 10px 30px;
  }

  .newsletter-txt p {
    font-size: 1.135rem;
    padding: 0;
  }

  .newsletter-section .newsletter-form {
    margin-top: 25px;
  }

  .newsletter-form .form-control {
    display: block;
    width: 100% !important;
    text-align: center;
    border: 2px solid #ddd;
    height: 50px;
    font-size: 1rem;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .newsletter-section .input-group-btn {
    display: block;
    width: 100% !important;
  }

  .newsletter-section .btn {
    height: 50px;
    font-size: 0.95rem;
  }

  /* Contacts */
  #contacts-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contacts-1-holder {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  #contacts-1 .contacts-txt p {
    padding: 0 10%;
  }

  .contact-box {
    padding: 50px 10%;
  }

  .contact-box.b-right {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }

  .contact-box h5 {
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .contact-box p {
    font-size: 1.05rem;
  }

  .contact-box img.img-75 {
    width: 70px;
    height: 70px;
  }

  /* Footer */
  .footer {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  #footer-1 .footer-links,
  #footer-2 .footer-links,
  #footer-3 .footer-links {
    padding-left: 0;
  }

  .footer h5 {
    font-size: 1.2rem;
    margin-bottom: 22px;
  }

  .footer-box p,
  .footer-contacts p,
  .footer-links li {
    font-size: 1.05rem;
  }

  .bottom-footer .col-lg-4.text-right {
    text-align: left !important;
    margin-top: 10px;
  }

  p.footer-copyright {
    font-size: 0.975rem;
  }

  .footer-form .btn {
    font-size: 17px;
  }

  /* Inner Page Wrapper */
  .inner-page-wrapper {
    margin-top: 80px;
  }

  /* Breadcrumb */
  .breadcrumb {
    padding: 15px 5px;
  }

  .breadcrumb-item a,
  .breadcrumb-item.active {
    font-size: 1rem;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    font-size: 1.1rem;
    margin-top: -1px;
  }

  /* Page Hero */
  .page-hero-section {
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .page-hero-section h4,
  .page-hero-section h3 {
    margin-bottom: 20px;
  }

  .page-hero-section p {
    font-size: 1.05rem;
    line-height: 22px;
  }

  .page-hero-section .share-social-icons {
    text-align: left !important;
  }

  .share-social-icons li p {
    font-size: 1.05rem;
  }

  a.share-ico {
    font-size: 15px;
    line-height: 18px;
    margin-right: 10px;
  }

  /* Sidebar */
  #sidebar {
    padding-bottom: 20px;
  }

  ul.blog-category-list>li {
    padding: 18px 0;
  }

  ul.blog-category-list>li:first-child {
    padding: 0 0 18px;
  }

  ul.blog-category-list>li:last-child {
    padding: 18px 0 0;
  }

  ul.blog-category-list>li a {
    font-size: 1.05rem;
  }

  /* Page Pagination */
  .page-pagination {
    padding-bottom: 80px;
  }

  /* Course Details */
  .course-txt.pr-30 {
    padding-right: 0;
    margin-bottom: 60px;
  }

  .course-data {
    padding: 10px;
    margin-bottom: 50px
  }

  .what-you-learn {
    padding: 30px 20px;
  }

  .what-you-learn .txt-list li {
    font-size: 1rem;
  }

  #accordion .card-body p,
  #accordion .card-body .txt-list li,
  p.download-file,
  p.download-file {
    font-size: 1.05rem;
  }

  .course-data-list p {
    font-size: 1rem;
  }

  .ratingtext-right {
    width: 20%;
  }

  .barWrapper {
    margin-bottom: 10px;
  }

  .progress-wrapper {
    width: 60%;
  }

  .card-body p.cb-video {
    margin-bottom: 4px;
  }

  p.download-file i {
    font-size: 0.975rem;
  }

  .course-data-list,
  .course-data-links {
    padding: 0 3%;
  }

  #course-details .cs-rating .course-rating span {
    font-size: 0.95rem;
  }

  .review-4 {
    padding: 25px 20px;
  }

  .hdr-data {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    margin-top: 5px;
  }

  /* Teacher Profile */
  .team-3-photo {
    margin: 0;
  }

  .team-3-txt.pc-45 {
    padding: 0;
  }

  .t-3-links {
    padding: 0;
  }

  .team-3-txt h3 {
    margin-top: 40px;
    margin-bottom: 12px;
  }

  .teacher-data {
    font-size: 1.05rem;
    line-height: 1.3;
    margin: 6px 0;
    padding-right: 10%;
  }

  #courses-3.pt-80.pb-60 {
    padding-top: 30px;
  }

  /* Single Post */
  #single-post {
    padding-bottom: 80px;
  }

  .single-post-wrapper {
    padding: 0;
  }

  .single-post-title {
    margin-bottom: 30px;
  }

  .single-post-data p {
    font-size: 1.05rem;
  }

  .quote {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .quote p {
    font-size: 1.05rem !important;
  }

  .post-inner-img {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .post-share-links {
    margin-top: 40px;
  }

  .post-tags-list span a {
    display: inline-block;
    font-size: 0.9rem;
    padding: 6px 12px;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .post-share-list.text-right {
    margin-top: 25px;
    text-align: left !important;
  }

  .author-senoff.d-flex {
    display: block !important;
    margin: 50px 0;
    padding: 50px 0;
  }

  .author-senoff img {
    width: 110px;
    height: 110px;
    display: block;
    float: none !important;
    margin-bottom: 15px;
  }

  .author-senoff-txt {
    display: block;
    padding-left: 0;
    margin-top: 20px;
  }

  .author-senoff-txt p {
    font-size: 1.05rem;
    padding-right: 0;
  }

  .prev-post.pr-45 {
    padding-right: 0;
    text-align: center;
  }

  .next-post.pl-45 {
    padding-left: 0;
    text-align: center;
  }

  .prev-post a,
  .next-post a {
    font-size: 1.1rem;
  }

  .other-posts h5 i {
    display: none;
  }

  .all-posts a {
    font-size: 2.5rem;
  }

  .post-comments {
    margin-top: 50px;
    margin-bottom: 60px;
  }




}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (max-width: 320.95px) {

  /*------------------------------------------*/
  /*   BASE
  /*------------------------------------------*/

  .wide-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wide-90 {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .wide-80 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .wide-70 {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .wide-60 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .wide-50 {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .wide-40 {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .wide-30 {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .wide-20 {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .pt-100,
  .division.pt-100 {
    padding-top: 80px;
  }

  .pb-100 {
    padding-bottom: 80px;
  }

  .pc-15,
  .pc-20,
  .pc-25,
  .pc-30 {
    padding-right: 0;
    padding-left: 0;
  }

  .pl-15,
  .pl-20,
  .pl-25,
  .pl-30 {
    padding-left: 0;
  }

  .pr-15,
  .pr-20,
  .pr-25,
  .pr-30 {
    padding-right: 0;
  }

  .bg-scroll,
  .bg-01,
  .bg-02,
  .bg-03,
  .bg-04,
  .bg-map {
    background-attachment: scroll !important;
  }

  /* Header H5 */
  h5.h5-xs {
    font-size: 1.1rem;
  }

  h5.h5-sm {
    font-size: 1.15rem;
  }

  h5.h5-md {
    font-size: 1.2rem;
  }

  h5.h5-lg {
    font-size: 1.25rem;
  }

  h5.h5-xl {
    font-size: 1.35rem;
  }

  /* Header H4 */
  h4.h4-xs {
    font-size: 1.4rem;
  }

  h4.h4-sm {
    font-size: 1.45rem;
  }

  h4.h4-md {
    font-size: 1.5rem;
  }

  h4.h4-lg {
    font-size: 1.55rem;
  }

  h4.h4-xl {
    font-size: 1.6rem;
  }

  /* Header H3 */
  h3.h3-xs {
    font-size: 1.6rem;
  }

  h3.h3-sm {
    font-size: 1.65rem;
  }

  h3.h3-md {
    font-size: 1.7rem;
  }

  h3.h3-lg {
    font-size: 1.75rem;
  }

  h3.h3-xl {
    font-size: 1.8rem;
  }

  /* Header H2 */
  h2.h2-xs {
    font-size: 1.85rem;
  }

  h2.h2-sm {
    font-size: 2.15rem;
  }

  h2.h2-md {
    font-size: 2.35rem;
  }

  h2.h2-lg {
    font-size: 2.55rem;
  }

  h2.h2-xl {
    font-size: 2.75rem;
  }

  h2.h2-huge {
    font-size: 3.25rem;
  }

  /* Paragraphs */
  p.p-sm {
    font-size: 1.05rem;
  }

  p {
    font-size: 1.05rem;
  }

  p.p-md {
    font-size: 1.0625rem;
  }

  p.p-lg {
    font-size: 1.09375rem;
  }

  p.p-xl {
    font-size: 1.125rem;
  }

  /* List Settings */
  ul.txt-list li,
  ul.ico-list li {
    font-size: 1.05rem;
    margin-bottom: 5px;
  }

  ul.ico-list li {
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .ico-list.mb-10 {
    margin-bottom: 15px;
  }

  ul.ico-list li i {
    display: inline-block;
    text-align: center;
    float: left;
    font-size: 0.7rem;
    margin-top: 6px;
    margin-right: 7px;
  }

  ul.ico-list li span {
    display: block;
    overflow: hidden;
  }

  .txt-list.mb-15 {
    margin-top: 10px;
  }

  /* Button */
  .btn {
    font-size: 15px;
    padding: 12px 24px;
  }

  .btn.btn-md {
    font-size: 16px;
    padding: 14px 28px;
  }

  /* Box Icons */
  .icon-xs [class*="flaticon-"]:before,
  .icon-xs [class*="flaticon-"]:after {
    font-size: 2.75rem;
  }

  .icon-sm [class*="flaticon-"]:before,
  .icon-sm [class*="flaticon-"]:after {
    font-size: 3.25rem;
  }

  .icon-md [class*="flaticon-"]:before,
  .icon-md [class*="flaticon-"]:after {
    font-size: 3.75rem;
  }

  .icon-lg [class*="flaticon-"]:before,
  .icon-lg [class*="flaticon-"]:after {
    font-size: 4.25rem;
  }

  .icon-xl [class*="flaticon-"]:before,
  .icon-xl [class*="flaticon-"]:after {
    font-size: 4.75rem;
  }

  /* Section Title */
  .section-title {
    margin-bottom: 40px;
    padding-right: 0;
  }

  #courses-4 .section-title {
    padding-right: 0;
  }

  .section-title.title-centered {
    padding: 0;
  }

  .section-title.title-centered p {
    padding: 0;
  }

  .section-title p {
    margin-top: 12px;
  }

  .title-btn {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 25px;
  }

  /* Text Block Typography */
  .txt-block h3.h3-sm {
    margin-bottom: 20px;
  }

  .txt-block .btn {
    margin-top: 10px;
  }

  /*------------------------------------------*/
  /*  HERO
  /*------------------------------------------*/

  .hero-section {
    margin-top: 80px;
  }

  #hero-2 {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  #hero-3 {
    padding-top: 90px;
    padding-bottom: 105px;
  }

  #hero-4 {
    text-align: center;
    background-position: left;
    padding-top: 90px;
    padding-bottom: 105px;
  }

  #hero-6 {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 105px;
  }

  #hero-8 {
    padding-top: 100px;
    padding-bottom: 275px;
  }

  #hero-9 {
    padding-top: 90px;
    padding-bottom: 50px;
  }

  /* Hero Text */
  #hero-1 .caption-txt,
  #hero-7 .caption-txt {
    margin-top: -30px;
  }

  #hero-4 .hero-txt {
    padding-right: 0;
  }

  #hero-9 .hero-txt {
    text-align: center;
    padding-right: 0;
    margin-bottom: 50px;
  }

  /* Hero Slider */
  .slider,
  .slider .slides,
  #hero-7 .slider,
  #hero-7 .slider .slides {
    text-align: center;
    margin-top: 0;
    height: 520px;
  }

  .slider .slides li img {
    background-position: left;
  }

  /* Hero Headers */
  #hero-1 h2 {
    font-size: 1.85rem;
    margin-bottom: 20px;
  }

  #hero-2 h3 {
    font-size: 2.25rem;
    margin-bottom: 20px;
  }

  #hero-2 h5 {
    font-size: 1.25rem;
  }

  #hero-3 h2 {
    font-size: 2.25rem;
    padding: 0;
    margin-bottom: 20px;
  }

  #hero-4 h2 {
    font-size: 2.25rem;
    padding: 0;
    margin-bottom: 20px;
  }

  #hero-5 h2 {
    font-size: 2rem;
    padding: 0;
    margin-bottom: 20px;
  }

  #hero-6 h2 {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  #hero-7 h2 {
    font-size: 1.85rem;
    padding: 0;
    margin-bottom: 20px;
  }

  #hero-8 h2 {
    font-size: 1.85rem;
    padding: 0;
    margin-bottom: 30px;
  }

  #hero-8 h4 {
    font-size: 1.125rem;
  }

  #hero-9 h3 {
    font-size: 2rem;
  }

  /* Hero Paragraphs */
  #hero-1 .caption-txt p {
    font-size: 1.05rem;
    padding: 0;
    margin-bottom: 30px;
  }

  #hero-2 .hero-txt p {
    font-size: 1.05rem;
    padding: 0 3%;
    margin-bottom: 30px;
  }

  #hero-3 .hero-txt p {
    font-size: 1.05rem;
    padding: 0;
    margin-bottom: 30px;
  }

  #hero-4 .hero-txt p {
    padding: 0 5%;
    margin-bottom: 30px;
  }

  #hero-5 .caption-txt p,
  #hero-7 .caption-txt p {
    font-size: 1.05rem;
    padding: 0;
    margin-bottom: 30px;
  }

  #hero-6 .hero-txt p {
    font-size: 1.05rem;
    padding: 0 5%;
  }

  #hero-9 .hero-txt p {
    font-size: 1.05rem;
    padding: 0 3%;
  }

  /* Hero Search Form */
  #hero-1 .hero-form {
    margin: 30px 2% 0;
  }

  #hero-3 .hero-form {
    margin: 0 4%;
  }

  #hero-6 .hero-form {
    margin: 30px 2% 0;
  }

  #hero-9 #register-form {
    padding: 40px 20px 25px;
    margin: 0 8px 40px;
  }

  .hero-form .form-control {
    height: 52px;
  }

  .hero-form .btn {
    height: 52px;
    font-size: 1.25rem;
  }

  /* Hero Boxes */
  #hboxes-1 .section-title {
    margin-bottom: 50px;
  }

  #hboxes-1 .hero-boxes-holder {
    margin-top: 0;
    padding: 80px 0 30px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
  }

  #hboxes-2 .hero-boxes-holder {
    margin: -200px 5px 0;
    padding: 35px 25px 5px;
  }

  #hboxes-1 h4 {
    font-size: 1.65rem;
  }

  #hboxes-1 .col-lg-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #hboxes-1 .c2-box-txt {
    margin-bottom: 50px;
  }

  #hboxes-1 .c2-box-txt h5 {
    font-size: 1.45rem;
    margin-top: 20px;
    margin-bottom: 6px;
  }

  #hboxes-1 .c2-box-txt p {
    font-size: 1.135rem;
    margin-bottom: 0;
  }

  #hboxes-1 .c2-box-txt img.img-70 {
    width: 75px;
    height: 75px;
  }

  #hboxes-2 .statistic-block-txt {
    text-align: center;
    padding-left: 0;
    border-left: none;
  }

  #hboxes-2 h5.statistic-number {
    font-size: 2.25rem;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  #hboxes-2 .statistic-block-txt h5.h5-lg {
    font-size: 1.15rem;
  }

  #hboxes-1 .owl-nav {
    display: block;
  }

  /* Hero Image */
  .hero-2-img {
    display: none;
  }

  /*------------------------------------------*/
  /*   CONTENT
  /*------------------------------------------*/

  .division {
    padding-left: 3px;
    padding-right: 3px;
  }

  .hero-section.division,
  #video-3.division,
  #news-1.division,
  #newsletter-1.division,
  #contacts-1.division {
    padding-left: 0;
    padding-right: 0;
  }

  /* About */
  #about-1 {
    padding-top: 30px;
    padding-bottom: 12px;
  }

  .a4-boxes {
    padding: 0;
  }

  .abox-1 {
    text-align: center;
    padding-left: 0;
    margin-bottom: 18px;
  }

  .abox-1-txt {
    padding-left: 0;
  }

  .abox-4-txt {
    padding-left: 20px;
  }

  .a4-txt h5 {
    text-align: left !important;
    font-size: 1.45rem;
    padding: 0%;
  }

  .abox-1 h5 {
    font-size: 1.35rem;
    margin-bottom: 3px;
  }

  .abox-4 h5 {
    font-size: 1.35rem;
  }

  .abox-1 p,
  .abox-4 p {
    font-size: 1.05rem;
  }

  .abox-1 img,
  .abox-1 span {
    display: none;
  }

  #about-3 .txt-block {
    margin-bottom: 40px;
  }

  #about-4 .img-block {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  /* Services */
  #services-1 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  #services-3,
  #services-4 {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .sbox-1 {
    text-align: center;
    padding: 40px 10%;
    margin-bottom: 40px;
  }

  .sbox-2 {
    padding: 50px 12%;
  }

  .sbox-3,
  .sbox-4 {
    text-align: center;
    padding: 0;
    margin-bottom: 50px;
  }

  .sbox-5 {
    text-align: center;
    padding: 50px 20px;
  }

  .sbox-6 {
    width: 100%;
    float: none;
    padding: 0 15px;
  }

  .sbox-1-txt {
    padding-left: 0;
  }

  .sbox-1 h5 {
    font-size: 1.3rem;
    margin-top: 20px;
  }

  .sbox-2 h5,
  .sbox-3 h5,
  .sbox-4 h5,
  .sbox-5 h5 {
    font-size: 1.3rem;
  }

  .sbox-6 h5 {
    font-size: 1.1rem;
    padding: 0;
    margin-top: 20px;
  }

  .sbox-1 p {
    font-size: 1.05rem;
  }

  .sbox-3 p,
  .sbox-4 p,
  .sbox-5 p {
    padding: 0;
  }

  .sbox-1 img.img-50 {
    float: none;
    width: 70px;
    height: 70px;
  }

  .sbox-2 img.img-65,
  .sbox-3 img.img-65 {
    width: 70px;
    height: 70px;
  }

  .sbox-5 img.img-70,
  .sbox-4 img.img-95 {
    width: 75px;
    height: 75px;
  }

  .services-6-txt {
    margin-bottom: 50px;
  }

  .services-6-txt h3 {
    font-size: 1.85rem;
  }

  .services-6-txt p {
    padding: 0;
    margin-bottom: 30px;
  }

  /* Categories */
  #categories-1 {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  #categories-1 .section-title {
    margin-bottom: 40px;
  }

  #categories-2 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  #categories-2 .col-lg-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c1-box {
    width: 100%;
    text-align: center !important;
  }

  #categories-1.bg-dark .c1-box,
  #categories-1.bg-dark .c1-box-txt {
    text-align: left !important;
  }

  .c2-box {
    padding: 50px 15px;
    margin-bottom: 40px;
  }

  .c3-box {
    padding: 50px 25px 60px;
  }

  .c1-box-txt {
    padding: 17px 15px;
    margin: 0 0 16px;
    text-align: center !important;
  }

  .c1-box-txt h5 {
    font-size: 1.2rem;
  }

  .c2-box h5,
  .cbox-3-txt h5 {
    font-size: 1.45rem;
    margin-top: 20px;
  }

  .c1-box-txt p,
  .c2-box p {
    font-size: 1.135rem;
  }

  .c4-box-ico h5 {
    font-size: 1.45rem;
    padding-top: 10px;
    margin-bottom: 4px;
  }

  .c4-box-list li a {
    font-size: 1.05rem;
    margin-right: 4px;
  }

  .c1-box-txt img {
    margin-left: 8px;
    top: -1px;
    margin-right: 15px;
  }

  .c2-box img.img-70 {
    width: 75px;
    height: 75px;
  }

  .owl-carousel .owl-item .c3-box-icon img {
    width: 85px;
    height: 85px;
  }

  /* Courses */
  #courses-2,
  #courses-3,
  #courses-4,
  #courses-5 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .cbox-1 {
    margin: 0 2px 30px;
  }

  .cbox-2,
  #courses-3 .cbox-1,
  .cbox-4 {
    margin: 0 0 40px;
  }

  .cbox-5 {
    padding: 25px 20px;
    margin: 0 0 40px;
  }

  #courses-4 .masonry-item {
    width: 100%;
  }

  #courses-4 .masonry-filter {
    margin: 30px 2% 40px;
  }

  #courses-4 .masonry-filter button {
    width: 100%;
    display: block;
    padding: 10px 15px;
    font-size: 1.05rem;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .course-tags span {
    font-size: 1rem;
    padding: 6px 12px;
  }

  .cbox-1 h5,
  .cbox-2 h5,
  .cbox-4 h5 {
    font-size: 1.35rem;
  }

  .cbox-5-txt h5 {
    font-size: 1.35rem;
    margin-bottom: 15px;
  }

  .cbox-5-txt p.p-sm {
    margin-bottom: 6px;
  }

  .cbox-5-data {
    width: 40%;
    float: left;
    margin-top: 15px;
    padding: 0;
  }

  .cbox-5-data p {
    font-size: 1.2rem;
    margin-bottom: 0;
  }

  .course-price {
    font-size: 1.35rem;
  }

  .cbox-5-price {
    float: left;
    width: 60%;
    text-align: left !important;
    margin-top: 15px;
    padding: 0;
  }

  .cbox-5-price .course-price {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 0;
    padding-right: 8px;
  }

  .old-price {
    font-size: 1.2rem;
  }

  .course-rating i {
    font-size: 0.95rem;
  }

  .course-rating span {
    font-size: 1.05rem;
  }

  .all-courses-btn {
    margin-top: 5px;
  }

  /* Team */
  #team-1 .col-sm-6 {
    padding-left: 8px;
    padding-right: 8px;
  }

  #team-2 .team-member {
    margin: 0 8px 30px;
  }

  .tm-meta h5 {
    font-size: 1.45rem;
    margin-bottom: 5px;
  }

  .tm-rating i {
    font-size: 1rem;
  }

  .tm-meta span,
  .tm-meta p {
    font-size: 1.15rem;
  }

  .tm-meta span.tm-rating {
    font-size: 1.135rem;
    top: 2px;
    margin-left: 6px;
  }

  .tm-social a {
    width: 45px;
    height: 45px;
    font-size: 1.15rem;
    line-height: 45px !important;
    margin-right: 2px;
  }

  /* Video */
  #video-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #video-2 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  #video-3-content {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .video-1-holder {
    margin: 0;
    padding: 25px 20px 30px;
  }

  #video-1 .video-link {
    padding-right: 0;
  }

  #video-1 .video-txt {
    text-align: center;
    padding-left: 0;
    margin-top: 25px;
  }

  #video-1 .video-txt h4 {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }

  #video-2 .video-txt h3 {
    font-size: 2rem;
    padding: 0 6%;
  }

  .video-3-txt h3 {
    padding: 0;
  }

  #video-1 .video-txt p {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  #video-2 .video-txt p {
    font-size: 1.05rem;
    padding: 0;
  }

  #video-3 .video-txt p {
    font-size: 1.05rem;
    padding: 0 6%;
  }

  .video-3-link {
    margin-top: -60px;
  }

  /* Pricing */
  #pricing-1 .pricing-table {
    margin-left: 5px;
    margin-right: 5px;
  }

  #pricing-2 .pricing-table {
    padding: 20px 20px 35px;
    margin: 0 0 40px;
  }

  .pricing-plan h5 {
    font-size: 1rem;
  }

  .pricing-plan h4 {
    font-size: 1.125rem;
    margin-bottom: 25px;
  }

  ul.features li {
    font-size: 1.05rem;
    padding: 11px 0;
  }

  .pricing-plan p.p-sm {
    font-size: 1.25rem;
  }

  .pricing-table .btn {
    padding: 15px 26px;
  }

  .pricing-notice p {
    padding: 0;
  }

  .pricing-txt h3 {
    font-size: 1.65rem;
    line-height: 1.3;
  }

  .pricing-notice {
    margin-top: 15px;
  }

  /* Statistic */
  .statistic-block {
    padding: 0;
    text-align: center;
  }

  h5.statistic-number {
    font-size: 2.65rem;
  }

  #statistic-3 h5.statistic-number {
    font-size: 2.35rem;
    margin-bottom: 10px;
  }

  #statistic-1 h5.statistic-number {
    float: none;
    margin-right: 0;
  }

  #statistic-1 .statistic-block h5.h5-lg {
    font-size: 1.4rem;
  }

  .statistic-block p,
  .statistic-block p.p-md,
  .statistic-block a {
    font-size: 1.135rem;
  }

  .statistic-block-txt,
  #statistic-3 .statistic-block-txt {
    text-align: center;
    padding-left: 0;
    border-left: none;
  }

  #statistic-3 .statistic-block-txt h5 {
    margin-top: 20px;
  }

  span.s-icon {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-top: 0;
  }

  .statistic-block.icon-xs [class*="flaticon-"]:before,
  .statistic-block.icon-xs [class*="flaticon-"]:after {
    font-size: 3.75rem;
  }

  /* Testimonials */
  .review-1 {
    padding: 30px;
    margin: 0 9px;
  }

  .review-2 {
    width: 100%;
    padding: 0;
    margin: 0 0 40px 0;
  }

  .review-3 {
    padding: 25px;
  }

  .owl-carousel .owl-item .review-1-author img,
  .review-2-author img {
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0;
  }

  .review-2-txt p {
    font-size: 1.05rem;
    margin-bottom: 25px;
  }

  .review-3 p {
    font-size: 1.05rem;
  }

  .review-1-author h5,
  .review-2-author h5 {
    font-size: 1.3rem;
    margin-top: 2px;
    margin-bottom: 5px;
  }

  .review-3-author h5 {
    font-size: 1.4rem;
  }

  .review-1-author span {
    font-size: 1rem;
  }

  .review-2-author span {
    font-size: 1.135rem;
  }

  .tst-rating i {
    font-size: 1rem;
  }

  /* Brands */
  #brands-1 {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .video-3-brands {
    margin: 50px 0;
  }

  #video-3 .brand-logo img,
  #brands-1 .brand-logo img {
    padding: 0;
  }

  /* Banner */
  #banner-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #banner-4 {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
  }

  #banner-2 .col-md-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-2-txt {
    text-align: center;
    padding: 0;
  }

  .banner-1-txt h5 {
    font-size: 1.15rem;
    margin-bottom: 10px;
  }

  .banner-2-txt h3.h3-lg {
    font-size: 1.65rem;
    padding: 0;
    margin-bottom: 15px;
  }

  #clock .cbox {
    padding-right: 7px;
  }

  span.countdown-txt {
    top: -8px;
    font-size: 1.125rem;
  }

  #clock span.cbox-digit,
  #clock span.cbox-txt {
    font-size: 1.4rem;
  }

  .banner-2-txt #clock .cbox {
    padding: 16px 8px;
    margin-right: 5px;
  }

  .banner-2-txt span.countdown-txt {
    font-size: 1.125rem;
  }

  .banner-2-txt #clock span.cbox-digit,
  .banner-2-txt #clock span.cbox-txt {
    font-size: 1.75rem;
  }

  .banner-3-txt {
    text-align: center;
    padding: 30px 25px 40px;
  }

  .banner-3-txt h4 {
    font-size: 1.5rem;
    padding: 0 3%;
    margin-bottom: 20px;
  }

  .banner-4-txt h3.h3-lg {
    font-size: 1.75rem;
  }

  .banner-4-txt p {
    padding: 0;
  }

  .banner-3-img img {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }

  #register-form {
    padding: 40px 20px 25px;
    margin: 0 20px 40px;
  }

  #register-form p {
    font-size: 16px;
  }

  .register-form .form-control {
    height: 50px;
    font-size: 16px;
    margin-bottom: 22px;
  }

  #register-form .btn {
    font-size: 15px;
  }

  /* News */
  #news-1 .article-meta {
    width: 90%;
    left: 20px;
    bottom: 25px;
  }

  #news-1 .article-meta h5 {
    font-size: 1.3rem;
  }

  #news-1 .article-meta h5 span {
    line-height: 2.5rem !important;
  }

  .article-2 {
    padding: 0;
  }

  .article-2.b-right {
    border-right: none;
  }

  #a2-1,
  #a2-2,
  #a2-3 {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
  }

  .article-2 p.p-sm {
    font-size: 1.05rem;
    margin-bottom: 15px;
  }

  .article-2 h5 {
    font-size: 1.3rem;
  }

  .article-2 span {
    font-size: 1.05rem;
  }

  .posts-holder.pr-25 {
    padding-right: 0;
  }

  .article-3 .col-md-4 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .article-3 .col-md-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .article-3 h4 {
    margin-bottom: 8px;
  }

  .article-3 span {
    font-size: 1.05rem;
    margin-bottom: 12px;
  }

  .article-3 p {
    font-size: 1.05rem;
    margin-bottom: 20px;
  }

  span.badge {
    margin-bottom: 8px;
    padding: 4px 5px;
    margin-right: 4px;
  }

  span.badge a {
    font-size: 0.915rem;
  }

  /* FAQs */
  #faqs-1 .tabs-nav {
    margin-right: 0;
    margin-bottom: 50px;
  }

  #faqs-1 .tabs-1 li {
    padding: 26px 20px;
  }

  #faqs-1 .tab-link img {
    display: none;
  }

  #faqs-1 .tab-link-txt {
    padding-left: 0;
  }

  #faqs-1 .tabs-1 li h5 {
    font-size: 1.35rem;
  }

  #faqs-1 .tabs-1 li p {
    font-size: 1rem;
  }

  .question h5 {
    font-size: 1.25rem;
  }

  /* Newsletter */
  .newsletter-holder {
    text-align: center;
    padding: 50px 25px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  #newsletter-2 {
    text-align: center;
    padding: 50px 10px 30px;
  }

  .newsletter-txt p {
    font-size: 1.135rem;
    padding: 0;
  }

  .newsletter-section .newsletter-form {
    margin-top: 25px;
  }

  .newsletter-form .form-control {
    display: block;
    width: 100% !important;
    text-align: center;
    border: 2px solid #ddd;
    height: 50px;
    font-size: 1rem;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .newsletter-section .input-group-btn {
    display: block;
    width: 100% !important;
  }

  .newsletter-section .btn {
    height: 50px;
    font-size: 0.95rem;
  }

  /* Contacts */
  #contacts-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contacts-1-holder {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  #contacts-1 .contacts-txt p {
    padding: 0 10%;
  }

  .contact-box {
    padding: 50px 10%;
  }

  .contact-box.b-right {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }

  .contact-box h5 {
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .contact-box p {
    font-size: 1.05rem;
  }

  .contact-box img.img-75 {
    width: 70px;
    height: 70px;
  }

  /* Footer */
  .footer {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  #footer-1 .footer-links,
  #footer-2 .footer-links,
  #footer-3 .footer-links {
    padding-left: 0;
  }

  .footer h5 {
    font-size: 1.2rem;
    margin-bottom: 22px;
  }

  .footer-box p,
  .footer-contacts p,
  .footer-links li {
    font-size: 1.05rem;
  }

  .bottom-footer .col-lg-4.text-right {
    text-align: left !important;
    margin-top: 10px;
  }

  p.footer-copyright {
    font-size: 0.975rem;
  }

  .footer-form .btn {
    font-size: 17px;
  }

  /* Inner Page Wrapper */
  .inner-page-wrapper {
    margin-top: 80px;
  }

  /* Breadcrumb */
  .breadcrumb {
    padding: 15px 5px;
  }

  .breadcrumb-item a,
  .breadcrumb-item.active {
    font-size: 1rem;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    font-size: 1.1rem;
    margin-top: -1px;
  }

  /* Page Hero */
  .page-hero-section {
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .page-hero-section h4,
  .page-hero-section h3 {
    margin-bottom: 20px;
  }

  .page-hero-section p {
    font-size: 1.05rem;
    line-height: 22px;
  }

  .page-hero-section .share-social-icons {
    text-align: left !important;
  }

  .share-social-icons li p {
    font-size: 1.05rem;
  }

  a.share-ico {
    font-size: 15px;
    line-height: 18px;
    margin-right: 10px;
  }

  /* Sidebar */
  #sidebar {
    padding-bottom: 20px;
  }

  ul.blog-category-list>li {
    padding: 18px 0;
  }

  ul.blog-category-list>li:first-child {
    padding: 0 0 18px;
  }

  ul.blog-category-list>li:last-child {
    padding: 18px 0 0;
  }

  ul.blog-category-list>li a {
    font-size: 1.05rem;
  }

  /* Page Pagination */
  .page-pagination {
    padding-bottom: 80px;
  }

  /* Course Details */
  .course-txt.pr-30 {
    padding-right: 0;
    margin-bottom: 60px;
  }

  .course-data {
    padding: 10px;
    margin-bottom: 50px
  }

  .what-you-learn {
    padding: 30px 20px;
  }

  .what-you-learn .txt-list li {
    font-size: 1rem;
  }

  #accordion .card-body p,
  #accordion .card-body .txt-list li,
  p.download-file,
  p.download-file {
    font-size: 1.05rem;
  }

  .course-data-list p {
    font-size: 1rem;
  }

  .ratingtext-right {
    width: 20%;
  }

  .barWrapper {
    margin-bottom: 10px;
  }

  .progress-wrapper {
    width: 60%;
  }

  .card-body p.cb-video {
    margin-bottom: 4px;
  }

  p.download-file i {
    font-size: 0.975rem;
  }

  .course-data-list,
  .course-data-links {
    padding: 0 3%;
  }

  #course-details .cs-rating .course-rating span {
    font-size: 0.95rem;
  }

  .review-4 {
    padding: 25px 20px;
  }

  .hdr-data {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    margin-top: 5px;
  }

  /* Teacher Profile */
  .team-3-photo {
    margin: 0;
  }

  .team-3-txt.pc-45 {
    padding: 0;
  }

  .t-3-links {
    padding: 0;
  }

  .team-3-txt h3 {
    margin-top: 40px;
    margin-bottom: 12px;
  }

  .teacher-data {
    font-size: 1.05rem;
    line-height: 1.3;
    margin: 6px 0;
    padding-right: 10%;
  }

  #courses-3.pt-80.pb-60 {
    padding-top: 30px;
  }

  /* Single Post */
  #single-post {
    padding-bottom: 80px;
  }

  .single-post-wrapper {
    padding: 0;
  }

  .single-post-title {
    margin-bottom: 30px;
  }

  .single-post-data p {
    font-size: 1.05rem;
  }

  .quote {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .quote p {
    font-size: 1.05rem !important;
  }

  .post-inner-img {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .post-share-links {
    margin-top: 40px;
  }

  .post-tags-list span a {
    display: inline-block;
    font-size: 0.9rem;
    padding: 6px 12px;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .post-share-list.text-right {
    margin-top: 25px;
    text-align: left !important;
  }

  .author-senoff.d-flex {
    display: block !important;
    margin: 50px 0;
    padding: 50px 0;
  }

  .author-senoff img {
    width: 110px;
    height: 110px;
    display: block;
    float: none !important;
    margin-bottom: 15px;
  }

  .author-senoff-txt {
    display: block;
    padding-left: 0;
    margin-top: 20px;
  }

  .author-senoff-txt p {
    font-size: 1.05rem;
    padding-right: 0;
  }

  .prev-post.pr-45 {
    padding-right: 0;
    text-align: center;
  }

  .next-post.pl-45 {
    padding-left: 0;
    text-align: center;
  }

  .prev-post a,
  .next-post a {
    font-size: 1.1rem;
  }

  .other-posts h5 i {
    display: none;
  }

  .all-posts a {
    font-size: 2.5rem;
  }

  .post-comments {
    margin-top: 50px;
    margin-bottom: 60px;
  }




}
/* Pencarian */
.clear-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    display: none;
    color: #aaa;
}

.form-group {
    position: relative;
}

#results {
    border: 1px solid #ddd;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 4px;
    padding: 10px;
    z-index: 999;
}

#results .card {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

#results .card:last-child {
    border-bottom: none;
}

#results .card:hover {
    background-color: #f5f5f5;
}

mark {
    background-color: yellow;
    padding: 0 2px;
}

#loading {
    display: none;
    /* Awalnya disembunyikan */
    position: absolute;
    top: 130%;
    /* Di tengah vertikal */
    left: 50%;
    /* Di tengah horizontal */
    transform: translate(-50%, -50%);
    /* Menyeimbangkan posisi */
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    /* Latar belakang transparan hitam */
    color: white;

    font-size: 14px;
    z-index: 1000;
    /* Agar tetap di atas elemen lain */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    /* Tambahkan bayangan */
    transition: opacity 0.3s ease;
    /* Transisi halus */
}

#searchCabang {
    height: 50px;
    /* Tingkatkan tinggi input */
    padding: 10px 15px;
    /* Menambah ruang dalam input */
    border: 2px solid #ddd;
    /* Border dengan warna yang lebih terang */
    border-top-left-radius: 0px;
    /* Tidak ada border radius */
    border-top-right-radius: 0px;
    /* Tidak ada border radius */
    border-bottom-left-radius: 0px;
    /* Tidak ada border radius */
    border-bottom-right-radius: 0px;
    /* Tidak ada border radius */
    font-size: 16px;
    /* Ukuran font yang lebih besar */
    transition: all 0.3s ease;
    /* Transisi halus */
}

#searchCabang:focus {
    border-color: #ff5f00;
    /* Ubah warna border saat fokus */
    outline: none;
    /* Menghilangkan outline default */
}


/* Klik Country */
#countries li.active {
    background-color: #ff5f00;
    color: white;
    font-weight: bold;
    border-color: #ff5f00;

}

.btn-readmore {
    margin-right: 20px;
    /* Memberikan jarak 20px ke kanan untuk tombol */
}

.btn-showless {
    background-color: #ffc107;
    /* kuning */
    color: black;
}


/* Country */
#countries {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

#countries li {
    width: auto;
    display: inline-block;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 16px;
    margin: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
    white-space: normal;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    font-size: 14px;
}

#countries li:hover {
    background-color: #e0e0e0;
}



#countries .read-more-container {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#countries button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 10px;
}

#countries .loading {
    font-style: italic;
    margin-bottom: 5px;
    display: none;
    color: #666;
}

/* Kebaktian */
#kebaktianList {
    max-height: 500px;
    /* Tentukan tinggi maksimum */
    overflow-y: auto;
    /* Menambahkan scroll jika konten melebihi tinggi */
    margin-top: 20px;
}

.col-md-6 {
    margin-bottom: 20px;
    /* Jarak antar kolom */
}

.border {
    border: 1px solid #ddd;
    border-radius: 5px;
    /* Sudut melengkung pada border */
}

.btn-tra-black {
    border: 1px solid #000;
    color: #000;
}

.btn-tra-black:hover {
    background-color: #000;
    color: #fff;
}


/* Gambar peta */
.region-button {
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.region-button:hover {
    background-color: #f0f0f0;
}

.active-region {
    background-color: #ff5f00; /* warna kuning */
    color: #000;
    font-weight: bold;
}