/* forms */
/* color */
/* title */
/* border */
/* background */
/* header */
/* buttons */
/* tabs */
/* menu */
/* effects */
/* rating */
/* footer subscribe*/
/* social home */
/* carousel arrows */
/* alert */
/* Theme's schemes */
.headerslider {
  position: relative;
  white-space: nowrap;
  opacity: 0; }
  .headerslider.owl-carousel {
    opacity: 1; }
  .headerslider .owl-controls {
    display: block; }

.header-slide {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  white-space: normal;
  font-size: 20px;
  font-weight: 300; }
  .header-slide .headerslider-figure {
    background-color: #f4f3f2; }
    .header-slide .headerslider-figure .headerslider-img {
      width: 100%; }
  .header-slide .slide-link {
    display: block;
    position: relative;
    width: 100%; }
    .header-slide .slide-link:hover, .header-slide .slide-link:focus {
      color: inherit; }
  .header-slide .headerslider-figure {
    margin: 0; }
  .header-slide .caption-description {
    padding: 15px 0;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 1; }
  .header-slide p {
    font-size: 0.8em;
    line-height: 1.9;
    margin: 0 0 20px; }
    .header-slide p:last-child {
      margin-bottom: 0; }
  .header-slide .slide_title-one {
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0.8em; }
  .header-slide .slide_title-two {
    font-size: 3em;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1.19;
    margin-bottom: 0.43em; }
    .header-slide .slide_title-two + .slide_title-two {
      margin-bottom: 18px; }
  .header-slide .btn-box {
    margin-top: 2.6em; }
  .header-slide .btn {
    font-size: 0.875em; }
  .header-slide.alt-text-color {
    color: #ffffff; }
  .header-slide.with-image .headerslider-figure {
    padding-top: 60%; }
  .header-slide.with-image .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .header-slide.with-image .description {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .header-slide.with-image .image {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 15px; }
  .header-slide.text-in-center {
    text-align: center; }
    .header-slide.text-in-center .slide_title-two {
      margin-bottom: 0; }
      .header-slide.text-in-center .slide_title-two + .slide_title-two {
        margin-bottom: 18px; }
  .header-slide.text-in-right .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end; }
  .header-slide.fullscreen-mode .headerslider-figure {
    padding-top: 38%;
    height: calc(100vh - 139px);
    width: 100%;
    position: relative; }
  .header-slide.fullscreen-mode .headerslider-img {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.headerslider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
.headerslider .owl-controls .owl-dot {
  width: 12px;
  margin: 0 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .headerslider .owl-controls .owl-dot span {
    background-color: #2f2f2f;
    opacity: 0.4;
    width: 1px;
    height: 13px;
    -moz-transition: height 0.3s, opacity 0.3s;
    -o-transition: height 0.3s, opacity 0.3s;
    -webkit-transition: height 0.3s, opacity 0.3s;
    transition: height 0.3s, opacity 0.3s; }
  .headerslider .owl-controls .owl-dot:hover span, .headerslider .owl-controls .owl-dot.active span {
    opacity: 1;
    height: 25px; }
.headerslider .owl-nav > div {
  color: #ffffff;
  font-size: 45px;
  height: auto;
  width: auto; }
.headerslider .owl-nav .owl-prev {
  left: 20px; }
.headerslider .owl-nav .owl-next {
  right: 20px; }

@media (max-width: 1280px) {
  .header-slide {
    font-size: 15px; }
    .header-slide p {
      font-size: 15px; }
    .header-slide.with-image .description {
      flex: 0 0 50%; }
    .header-slide.with-image .image {
      flex: 0 0 50%; } }
@media (max-width: 991px) {
  .header-slide {
    font-size: 14px; }
    .header-slide .caption-description {
      top: 50%; }
    .header-slide .btn {
      font-size: 12px; }
    .header-slide.fullscreen-mode .headerslider-figure {
      height: calc(100vh - 60px);
      max-height: 550px; } }
@media (max-width: 770px) {
  .header-slide {
    font-size: 12px; }
    .header-slide p {
      font-size: 13px;
      line-height: 2; } }
@media (max-width: 575px) {
  .header-slide {
    font-size: 10px; }
    .header-slide .slide_title-two {
      font-size: 2.5em; }
    .header-slide.with-image .description {
      flex: 0 0 100%; }
    .header-slide.with-image .image {
      display: none; }
    .header-slide.fullscreen-mode .headerslider-figure {
      max-height: 335px; }
    .header-slide.text-in-right {
      text-align: right; }
      .header-slide.text-in-right .caption-description {
        padding-left: 59px; }
    .header-slide:not(.text-in-right):not(.with-image) .caption-description {
      padding-right: 59px; } }

/*# sourceMappingURL=front.css.map */
