@charset "UTF-8";
/*=================================================================================

    Theme Name: IT Geeks E-Commerce
    Theme URI: http://itgeeks.info/
    Description: E-Commerce HTML Template
    Author: Morad
    Author URI: http://itgeeks.info/
    Version: 1.0

    SCSS Stylesheet

===================================================================================*/
/**
 *  styles.css file is divided as the following:
 *  
 *  ( 01 ) - General Settings
 *  ( 02 ) - General Contents
 *  ( 03 ) - Header
 *  ( 04 ) - Content
 *  ( 05 ) - Footer
 *
 */
/* CSS Variables */
:root {
  /* Basic Colors */
  --color-yellow-1: #fec524;
  --color-yellow-1-1: #f8b701;
  /* Theme Colors 1 */
  --theme-color-1: #2487ed;
  --theme-color-1-1: #1273d7;
  --theme-color-1-2: #f3f9fe;
  --theme-color-1-3: #1069c4;
}

/**
 * First, including commons.css which contains
 * css-helpers codes
*/
/**
 * File Name: css-helpers.css
 */
/*  [ 01 ] - Colors
===================== */
/* Opacity Values */
/* Colors */
.color-theme {
  color: var(--theme-color-1);
}

.color-bg-theme {
  background-color: var(--theme-color-1);
}

.color-heading {
  color: #192b3a;
}

.color-bg-heading {
  background-color: #192b3a;
}

.color-dark {
  color: #222;
}

.color-bg-dark {
  background-color: #222;
}

.color-white {
  color: #fff;
}

.color-bg-white {
  background-color: #fff;
}

.color-grey {
  color: #666;
}

.color-bg-grey {
  background-color: #666;
}

.color-red {
  color: #eb0808;
}

.color-green {
  color: #1a9e0f;
}

/* Font Sizes */
.font-size-10 {
  font-size: 10px;
}
.font-size-11 {
  font-size: 11px;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-13 {
  font-size: 13px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-15 {
  font-size: 15px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-17 {
  font-size: 17px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-19 {
  font-size: 19px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-22 {
  font-size: 22px;
}
@media (max-width: 1400px) {
  .font-size-22 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .font-size-22 {
    font-size: 14px;
  }
}

/* Text Alignment */
@media (max-width: 992px) {
  .md-text-center {
    text-align: center;
  }

  .md-text-right {
    text-align: right;
  }

  .md-text-left {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .sm-text-center {
    text-align: center;
  }

  .sm-text-right {
    text-align: right;
  }

  .sm-text-left {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .xs-text-center {
    text-align: center;
  }

  .xs-text-right {
    text-align: right;
  }

  .xs-text-left {
    text-align: left;
  }
}
@media (max-width: 320px) {
  .md-text-center {
    text-align: center;
  }

  .md-text-right {
    text-align: right;
  }

  .md-text-left {
    text-align: left;
  }
}
/*  [ 02 ] - Text Styles
========================== */
.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

/*  [ 02 ] - Padding
====================== */
/* Top Padding */
.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

/* Bottom Padding */
.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

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

.pb-90 {
  padding-bottom: 90px;
}

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

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

/* Left Padding */
.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

/* Right Padding */
.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

/* Top Bottom Padding */
.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

/* Left Right Padding */
.plr-0 {
  padding: 0;
}

.plr-10 {
  padding: 0 10px;
}

.plr-20 {
  padding: 0 20px;
}

.plr-30 {
  padding: 0 30px;
}

.plr-40 {
  padding: 0 40px;
}

.plr-50 {
  padding: 0 50px;
}

.plr-60 {
  padding: 0 60px;
}

.plr-70 {
  padding: 0 70px;
}

.plr-80 {
  padding: 0 80px;
}

.plr-90 {
  padding: 0 90px;
}

.plr-100 {
  padding: 0 100px;
}

.plr-110 {
  padding: 0 110px;
}

.plr-120 {
  padding: 0 120px;
}

.plr-130 {
  padding: 0 130px;
}

.plr-140 {
  padding: 0 140px;
}

/* Responsive Padding [ col-md- ] */
@media (max-width: 992px) {
  /* Responsive Top Padding */
  .pt-md-0 {
    padding-top: 0;
  }

  .pt-md-10 {
    padding-top: 10px;
  }

  .pt-md-20 {
    padding-top: 20px;
  }

  .pt-md-30 {
    padding-top: 30px;
  }

  .pt-md-40 {
    padding-top: 40px;
  }

  .pt-md-50 {
    padding-top: 50px;
  }

  .pt-md-60 {
    padding-top: 60px;
  }

  .pt-md-70 {
    padding-top: 70px;
  }

  .pt-md-80 {
    padding-top: 80px;
  }

  .pt-md-90 {
    padding-top: 90px;
  }

  .pt-md-100 {
    padding-top: 100px;
  }

  .pt-md-110 {
    padding-top: 110px;
  }

  .pt-md-120 {
    padding-top: 120px;
  }

  .pt-md-130 {
    padding-top: 130px;
  }

  .pt-md-140 {
    padding-top: 140px;
  }

  /* Responsive Bottom Padding */
  .pb-md-0 {
    padding-bottom: 0;
  }

  .pb-md-10 {
    padding-bottom: 10px;
  }

  .pb-md-20 {
    padding-bottom: 20px;
  }

  .pb-md-30 {
    padding-bottom: 30px;
  }

  .pb-md-40 {
    padding-bottom: 40px;
  }

  .pb-md-50 {
    padding-bottom: 50px;
  }

  .pb-md-60 {
    padding-bottom: 60px;
  }

  .pb-md-70 {
    padding-bottom: 70px;
  }

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

  .pb-md-90 {
    padding-bottom: 90px;
  }

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

  .pb-md-110 {
    padding-bottom: 110px;
  }

  .pb-md-120 {
    padding-bottom: 120px;
  }

  .pb-md-130 {
    padding-bottom: 130px;
  }

  .pb-md-140 {
    padding-bottom: 140px;
  }

  /* Responsive Left Padding */
  .pl-md-0 {
    padding-left: 0;
  }

  .pl-md-10 {
    padding-left: 10px;
  }

  .pl-md-20 {
    padding-left: 20px;
  }

  .pl-md-30 {
    padding-left: 30px;
  }

  .pl-md-40 {
    padding-left: 40px;
  }

  .pl-md-50 {
    padding-left: 50px;
  }

  .pl-md-60 {
    padding-left: 60px;
  }

  .pl-md-70 {
    padding-left: 70px;
  }

  .pl-md-80 {
    padding-left: 80px;
  }

  .pl-md-90 {
    padding-left: 90px;
  }

  .pl-md-100 {
    padding-left: 100px;
  }

  .pl-md-110 {
    padding-left: 110px;
  }

  .pl-md-120 {
    padding-left: 120px;
  }

  .pl-md-130 {
    padding-left: 130px;
  }

  .pl-md-140 {
    padding-left: 140px;
  }

  /* Responsive Right Padding */
  .pr-md-0 {
    padding-right: 0;
  }

  .pr-md-10 {
    padding-right: 10px;
  }

  .pr-md-20 {
    padding-right: 20px;
  }

  .pr-md-30 {
    padding-right: 30px;
  }

  .pr-md-40 {
    padding-right: 40px;
  }

  .pr-md-50 {
    padding-right: 50px;
  }

  .pr-md-60 {
    padding-right: 60px;
  }

  .pr-md-70 {
    padding-right: 70px;
  }

  .pr-md-80 {
    padding-right: 80px;
  }

  .pr-md-90 {
    padding-right: 90px;
  }

  .pr-md-100 {
    padding-right: 100px;
  }

  .pr-md-110 {
    padding-right: 110px;
  }

  .pr-md-120 {
    padding-right: 120px;
  }

  .pr-md-130 {
    padding-right: 130px;
  }

  .pr-md-140 {
    padding-right: 140px;
  }

  /* Responsive Top Bottom Padding */
  .ptb-md-0 {
    padding: 0;
  }

  .ptb-md-10 {
    padding: 10px 0;
  }

  .ptb-md-20 {
    padding: 20px 0;
  }

  .ptb-md-30 {
    padding: 30px 0;
  }

  .ptb-md-40 {
    padding: 40px 0;
  }

  .ptb-md-50 {
    padding: 50px 0;
  }

  .ptb-md-60 {
    padding: 60px 0;
  }

  .ptb-md-70 {
    padding: 70px 0;
  }

  .ptb-md-80 {
    padding: 80px 0;
  }

  .ptb-md-90 {
    padding: 90px 0;
  }

  .ptb-md-100 {
    padding: 100px 0;
  }

  .ptb-md-110 {
    padding: 110px 0;
  }

  .ptb-md-120 {
    padding: 120px 0;
  }

  .ptb-md-130 {
    padding: 130px 0;
  }

  .ptb-md-140 {
    padding: 140px 0;
  }

  /* Responsive Left Right Padding */
  .plr-md-0 {
    padding: 0;
  }

  .plr-md-10 {
    padding: 0 10px;
  }

  .plr-md-20 {
    padding: 0 20px;
  }

  .plr-md-30 {
    padding: 0 30px;
  }

  .plr-md-40 {
    padding: 0 40px;
  }

  .plr-md-50 {
    padding: 0 50px;
  }

  .plr-md-60 {
    padding: 0 60px;
  }

  .plr-md-70 {
    padding: 0 70px;
  }

  .plr-md-80 {
    padding: 0 80px;
  }

  .plr-md-90 {
    padding: 0 90px;
  }

  .plr-md-100 {
    padding: 0 100px;
  }

  .plr-md-110 {
    padding: 0 110px;
  }

  .plr-md-120 {
    padding: 0 120px;
  }

  .plr-md-130 {
    padding: 0 130px;
  }

  .plr-md-140 {
    padding: 0 140px;
  }
}
/*  [ 03 ] - Margin
===================== */
/* Top Margin */
.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

/* Bottom Margin */
.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

/* Left Margin */
.ml-0 {
  margin-left: 0;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-140 {
  margin-left: 140px;
}

/* Right Margin */
.mr-0 {
  margin-right: 0;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

/* Top Bottom Margin */
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

/* Left Right Margin */
.mlr-0 {
  margin: 0;
}

.mlr-10 {
  margin: 0 10px;
}

.mlr-20 {
  margin: 0 20px;
}

.mlr-30 {
  margin: 0 30px;
}

.mlr-40 {
  margin: 0 40px;
}

.mlr-50 {
  margin: 0 50px;
}

.mlr-60 {
  margin: 0 60px;
}

.mlr-70 {
  margin: 0 70px;
}

.mlr-80 {
  margin: 0 80px;
}

.mlr-90 {
  margin: 0 90px;
}

.mlr-100 {
  margin: 0 100px;
}

.mlr-110 {
  margin: 0 110px;
}

.mlr-120 {
  margin: 0 120px;
}

.mlr-130 {
  margin: 0 130px;
}

.mlr-140 {
  margin: 0 140px;
}

/* Responsive Margin [ That added for small devices < 992px ] */
@media (max-width: 992px) {
  /* Responsive Top Margin */
  .mt-md-0 {
    margin-top: 0;
  }

  .mt-md-10 {
    margin-top: 10px;
  }

  .mt-md-20 {
    margin-top: 20px;
  }

  .mt-md-30 {
    margin-top: 30px;
  }

  .mt-md-40 {
    margin-top: 40px;
  }

  .mt-md-50 {
    margin-top: 50px;
  }

  .mt-md-60 {
    margin-top: 60px;
  }

  .mt-md-70 {
    margin-top: 70px;
  }

  .mt-md-80 {
    margin-top: 80px;
  }

  .mt-md-90 {
    margin-top: 90px;
  }

  .mt-md-100 {
    margin-top: 100px;
  }

  .mt-md-110 {
    margin-top: 110px;
  }

  .mt-md-120 {
    margin-top: 120px;
  }

  .mt-md-130 {
    margin-top: 130px;
  }

  .mt-md-140 {
    margin-top: 140px;
  }

  /* Responsive Bottom Margin */
  .mb-md-0 {
    margin-bottom: 0;
  }

  .mb-md-10 {
    margin-bottom: 10px;
  }

  .mb-md-20 {
    margin-bottom: 20px;
  }

  .mb-md-30 {
    margin-bottom: 30px;
  }

  .mb-md-40 {
    margin-bottom: 40px;
  }

  .mb-md-50 {
    margin-bottom: 50px;
  }

  .mb-md-60 {
    margin-bottom: 60px;
  }

  .mb-md-70 {
    margin-bottom: 70px;
  }

  .mb-md-80 {
    margin-bottom: 80px;
  }

  .mb-md-90 {
    margin-bottom: 90px;
  }

  .mb-md-100 {
    margin-bottom: 100px;
  }

  .mb-md-110 {
    margin-bottom: 110px;
  }

  .mb-md-120 {
    margin-bottom: 120px;
  }

  .mb-md-130 {
    margin-bottom: 130px;
  }

  .mb-md-140 {
    margin-bottom: 140px;
  }

  /* Responsive Left Margin */
  .ml-md-0 {
    margin-left: 0;
  }

  .ml-md-10 {
    margin-left: 10px;
  }

  .ml-md-20 {
    margin-left: 20px;
  }

  .ml-md-30 {
    margin-left: 30px;
  }

  .ml-md-40 {
    margin-left: 40px;
  }

  .ml-md-50 {
    margin-left: 50px;
  }

  .ml-md-60 {
    margin-left: 60px;
  }

  .ml-md-70 {
    margin-left: 70px;
  }

  .ml-md-80 {
    margin-left: 80px;
  }

  .ml-md-90 {
    margin-left: 90px;
  }

  .ml-md-100 {
    margin-left: 100px;
  }

  .ml-md-110 {
    margin-left: 110px;
  }

  .ml-md-120 {
    margin-left: 120px;
  }

  .ml-md-130 {
    margin-left: 130px;
  }

  .ml-md-140 {
    margin-left: 140px;
  }

  /* Responsive Right Margin */
  .mr-md-0 {
    margin-right: 0;
  }

  .mr-md-10 {
    margin-right: 10px;
  }

  .mr-md-20 {
    margin-right: 20px;
  }

  .mr-md-30 {
    margin-right: 30px;
  }

  .mr-md-40 {
    margin-right: 40px;
  }

  .mr-md-50 {
    margin-right: 50px;
  }

  .mr-md-60 {
    margin-right: 60px;
  }

  .mr-md-70 {
    margin-right: 70px;
  }

  .mr-md-80 {
    margin-right: 80px;
  }

  .mr-md-90 {
    margin-right: 90px;
  }

  .mr-md-100 {
    margin-right: 100px;
  }

  .mr-md-110 {
    margin-right: 110px;
  }

  .mr-md-120 {
    margin-right: 120px;
  }

  .mr-md-130 {
    margin-right: 130px;
  }

  .mr-md-140 {
    margin-right: 140px;
  }

  /* Responsive Top Bottom Margin */
  .mtb-md-0 {
    margin: 0;
  }

  .mtb-md-10 {
    margin: 10px 0;
  }

  .mtb-md-20 {
    margin: 20px 0;
  }

  .mtb-md-30 {
    margin: 30px 0;
  }

  .mtb-md-40 {
    margin: 40px 0;
  }

  .mtb-md-50 {
    margin: 50px 0;
  }

  .mtb-md-60 {
    margin: 60px 0;
  }

  .mtb-md-70 {
    margin: 70px 0;
  }

  .mtb-md-80 {
    margin: 80px 0;
  }

  .mtb-md-90 {
    margin: 90px 0;
  }

  .mtb-md-100 {
    margin: 100px 0;
  }

  .mtb-md-110 {
    margin: 110px 0;
  }

  .mtb-md-120 {
    margin: 120px 0;
  }

  .mtb-md-130 {
    margin: 130px 0;
  }

  .mtb-md-140 {
    margin: 140px 0;
  }

  /* Responsive Left Right Margin */
  .mlr-md-0 {
    margin: 0;
  }

  .mlr-md-10 {
    margin: 0 10px;
  }

  .mlr-md-20 {
    margin: 0 20px;
  }

  .mlr-md-30 {
    margin: 0 30px;
  }

  .mlr-md-40 {
    margin: 0 40px;
  }

  .mlr-md-50 {
    margin: 0 50px;
  }

  .mlr-md-60 {
    margin: 0 60px;
  }

  .mlr-md-70 {
    margin: 0 70px;
  }

  .mlr-md-80 {
    margin: 0 80px;
  }

  .mlr-md-90 {
    margin: 0 90px;
  }

  .mlr-md-100 {
    margin: 0 100px;
  }

  .mlr-md-110 {
    margin: 0 110px;
  }

  .mlr-md-120 {
    margin: 0 120px;
  }

  .mlr-md-130 {
    margin: 0 130px;
  }

  .mlr-md-140 {
    margin: 0 140px;
  }
}
/* Responsive Margin [ That added for small devices < 768px ] */
@media (max-width: 768px) {
  /* Responsive Bottom Margin */
  .mb-sm-0 {
    margin-bottom: 0;
  }

  .mb-sm-10 {
    margin-bottom: 10px;
  }

  .mb-sm-20 {
    margin-bottom: 20px;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .mb-sm-40 {
    margin-bottom: 40px;
  }

  .mb-sm-50 {
    margin-bottom: 50px;
  }

  .mb-sm-60 {
    margin-bottom: 60px;
  }

  .mb-sm-70 {
    margin-bottom: 70px;
  }

  .mb-sm-80 {
    margin-bottom: 80px;
  }

  .mb-sm-90 {
    margin-bottom: 90px;
  }

  .mb-sm-100 {
    margin-bottom: 100px;
  }

  .mb-sm-110 {
    margin-bottom: 110px;
  }

  .mb-sm-120 {
    margin-bottom: 120px;
  }

  .mb-sm-130 {
    margin-bottom: 130px;
  }

  .mb-sm-140 {
    margin-bottom: 140px;
  }

  /* Responsive Top Margin */
  .mt-sm-0 {
    margin-top: 0;
  }

  .mt-sm-10 {
    margin-top: 10px;
  }

  .mt-sm-20 {
    margin-top: 20px;
  }

  .mt-sm-30 {
    margin-top: 30px;
  }

  .mt-sm-40 {
    margin-top: 40px;
  }

  .mt-sm-50 {
    margin-top: 50px;
  }

  .mt-sm-60 {
    margin-top: 60px;
  }

  .mt-sm-70 {
    margin-top: 70px;
  }

  .mt-sm-80 {
    margin-top: 80px;
  }

  .mt-sm-90 {
    margin-top: 90px;
  }

  .mt-sm-100 {
    margin-top: 100px;
  }

  .mt-sm-110 {
    margin-top: 110px;
  }

  .mt-sm-120 {
    margin-top: 120px;
  }

  .mt-sm-130 {
    margin-top: 130px;
  }

  .mt-sm-140 {
    margin-top: 140px;
  }
}
/* Responsive Margin [ That added for small devices < 480px ] */
@media (max-width: 480px) {
  /* Responsive Bottom Margin */
  .mb-xs-0 {
    margin-bottom: 0;
  }

  .mb-xs-10 {
    margin-bottom: 10px;
  }

  .mb-xs-20 {
    margin-bottom: 20px;
  }

  .mb-xs-30 {
    margin-bottom: 30px;
  }

  .mb-xs-40 {
    margin-bottom: 40px;
  }

  .mb-xs-50 {
    margin-bottom: 50px;
  }

  .mb-xs-60 {
    margin-bottom: 60px;
  }

  .mb-xs-70 {
    margin-bottom: 70px;
  }

  .mb-xs-80 {
    margin-bottom: 80px;
  }

  .mb-xs-90 {
    margin-bottom: 90px;
  }

  .mb-xs-100 {
    margin-bottom: 100px;
  }

  .mb-xs-110 {
    margin-bottom: 110px;
  }

  .mb-xs-120 {
    margin-bottom: 120px;
  }

  .mb-xs-130 {
    margin-bottom: 130px;
  }

  .mb-xs-140 {
    margin-bottom: 140px;
  }

  /* Responsive Top Margin */
  .mt-xs-0 {
    margin-top: 0;
  }

  .mt-xs-10 {
    margin-top: 10px;
  }

  .mt-xs-20 {
    margin-top: 20px;
  }

  .mt-xs-30 {
    margin-top: 30px;
  }

  .mt-xs-40 {
    margin-top: 40px;
  }

  .mt-xs-50 {
    margin-top: 50px;
  }

  .mt-xs-60 {
    margin-top: 60px;
  }

  .mt-xs-70 {
    margin-top: 70px;
  }

  .mt-xs-80 {
    margin-top: 80px;
  }

  .mt-xs-90 {
    margin-top: 90px;
  }

  .mt-xs-100 {
    margin-top: 100px;
  }

  .mt-xs-110 {
    margin-top: 110px;
  }

  .mt-xs-120 {
    margin-top: 120px;
  }

  .mt-xs-130 {
    margin-top: 130px;
  }

  .mt-xs-140 {
    margin-top: 140px;
  }
}
/*  [ 03 ] - Heights
====================== */
.h-0 {
  height: 0px;
}

.h-10 {
  height: 10px;
}

.h-20 {
  height: 20px;
}

.h-30 {
  height: 30px;
}

.h-40 {
  height: 40px;
}

.h-50 {
  height: 50px;
}

.h-60 {
  height: 60px;
}

.h-70 {
  height: 70px;
}

.h-80 {
  height: 80px;
}

.h-90 {
  height: 90px;
}

.h-100 {
  height: 100px;
}

.h-120 {
  height: 120px;
}

.h-140 {
  height: 140px;
}

.h-160 {
  height: 160px;
}

.h-180 {
  height: 180px;
}

.h-200 {
  height: 200px;
}

.h-220 {
  height: 220px;
}

.h-240 {
  height: 240px;
}

.h-260 {
  height: 260px;
}

.h-280 {
  height: 280px;
}

.h-300 {
  height: 300px;
}

.h-320 {
  height: 320px;
}

.h-340 {
  height: 340px;
}

.h-360 {
  height: 360px;
}

.h-380 {
  height: 380px;
}

.h-400 {
  height: 400px;
}

.h-420 {
  height: 420px;
}

.h-440 {
  height: 440px;
}

.h-460 {
  height: 460px;
}

.h-480 {
  height: 480px;
}

.h-500 {
  height: 500px;
}

.h-520 {
  height: 520px;
}

.h-540 {
  height: 540px;
}

.h-560 {
  height: 560px;
}

.h-580 {
  height: 580px;
}

.h-600 {
  height: 600px;
}

.h-620 {
  height: 620px;
}

.h-640 {
  height: 640px;
}

.h-660 {
  height: 660px;
}

.h-680 {
  height: 680px;
}

.h-700 {
  height: 700px;
}

.h-720 {
  height: 720px;
}

.h-740 {
  height: 740px;
}

.h-760 {
  height: 760px;
}

.h-780 {
  height: 780px;
}

.h-800 {
  height: 800px;
}

.h-820 {
  height: 820px;
}

.h-840 {
  height: 840px;
}

.h-860 {
  height: 860px;
}

.h-880 {
  height: 880px;
}

.h-900 {
  height: 900px;
}

@media (max-width: 992px) {
  .h-md-0 {
    height: 0px;
  }

  .h-md-10 {
    height: 10px;
  }

  .h-md-20 {
    height: 20px;
  }

  .h-md-30 {
    height: 30px;
  }

  .h-md-40 {
    height: 40px;
  }

  .h-md-50 {
    height: 50px;
  }

  .h-md-60 {
    height: 60px;
  }

  .h-md-70 {
    height: 70px;
  }

  .h-md-80 {
    height: 80px;
  }

  .h-md-90 {
    height: 90px;
  }

  .h-md-100 {
    height: 100px;
  }

  .h-md-120 {
    height: 120px;
  }

  .h-md-140 {
    height: 140px;
  }

  .h-md-160 {
    height: 160px;
  }

  .h-md-180 {
    height: 180px;
  }

  .h-md-200 {
    height: 200px;
  }

  .h-md-220 {
    height: 220px;
  }

  .h-md-240 {
    height: 240px;
  }

  .h-md-260 {
    height: 260px;
  }

  .h-md-280 {
    height: 280px;
  }

  .h-md-300 {
    height: 300px;
  }

  .h-md-320 {
    height: 320px;
  }

  .h-md-340 {
    height: 340px;
  }

  .h-md-360 {
    height: 360px;
  }

  .h-md-380 {
    height: 380px;
  }

  .h-md-400 {
    height: 400px;
  }

  .h-md-420 {
    height: 420px;
  }

  .h-md-440 {
    height: 440px;
  }

  .h-md-460 {
    height: 460px;
  }

  .h-md-480 {
    height: 480px;
  }

  .h-md-500 {
    height: 500px;
  }

  .h-md-520 {
    height: 520px;
  }

  .h-md-540 {
    height: 540px;
  }

  .h-md-560 {
    height: 560px;
  }

  .h-md-580 {
    height: 580px;
  }

  .h-md-600 {
    height: 600px;
  }

  .h-md-620 {
    height: 620px;
  }

  .h-md-640 {
    height: 640px;
  }

  .h-md-660 {
    height: 660px;
  }

  .h-md-680 {
    height: 680px;
  }

  .h-md-700 {
    height: 700px;
  }

  .h-md-720 {
    height: 720px;
  }

  .h-md-740 {
    height: 740px;
  }

  .h-md-760 {
    height: 760px;
  }

  .h-md-780 {
    height: 780px;
  }

  .h-md-800 {
    height: 800px;
  }

  .h-md-820 {
    height: 820px;
  }

  .h-md-840 {
    height: 840px;
  }

  .h-md-860 {
    height: 860px;
  }

  .h-md-880 {
    height: 880px;
  }

  .h-md-900 {
    height: 900px;
  }
}
/*  [ 04 ] - Width
==================== */
.w-100p {
  width: 100%;
}

/*  [ 05 ] - Hidden Elements
============================== */
@media (max-width: 480px) {
  .hidden-u-480 {
    display: none;
  }
}
@media (min-width: 480px) {
  .hidden-a-480 {
    display: none;
  }
}
/* =====================================================================
 *   helpers-placeholders.scss
 * =================================================================== */
/* BG Gradients */
/* Opacity Values */
.opacity-05 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

/**
* -------------------------------------------------------------------------------
* ( 01 ) - General Settings
* -------------------------------------------------------------------------------
*
*  This part contains the general settings that you can change like general
*  font-family, color, headings settings, paragraphs, .. etc.
*
* ------
*
*  General Basics divided to the following sections:
*
*    |
*    |-->  [ 01 ] - Small Reset
*    |-->  [ 02 ] - Body
*    |-->  [ 03 ] - General Links
*    |-->  [ 04 ] - Headings
*    |-->  [ 05 ] - Paragraphs
*    |-->  [ 06 ] - Images
*    |-->  [ 07 ] - Strong
*    |-->  [ 08 ] - Texts Highlighting Selection
*    |-->  [ 09 ] - Text Colored
*    |-->  [ 10 ] - Form Settings
*    |-->  [ 11 ] - Page Title
*    |-->  [ 12 ] - Table
*    |-->  [ 13 ] - Website Loading
*
*/
/*  [ 01 ] - Small Reset
=========================== */
body, ul, ol, h1, h2, h3, h4, h5, h6, form, li, p, input, select, legend, textarea, fieldset {
  margin: 0;
  padding: 0;
}

/*  [ 02 ] - Body
==================== */
body {
  width: 100%;
  position: relative;
  font: 18px/1.8 "cairo";
  background: #fff;
  color: #6D839D;
}
@media (max-width: 1400px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

.font-heading-primary {
  font-family: "cairo";
}

.font-heading-secondary {
  font-family: "cairo";
}

#full-container {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  background-color: #fff;
}

html.scroll-lock {
  overflow: hidden;
}

/* Custom Default Content Width */
@media (min-width: 1440px) {
  .container {
    width: 1300px;
  }
}
/* Space between Bootstrap columns */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}

/* Removing last element margin bottom in column */
[class*=col-] p:last-child,
[class*=col-] .img-preview:last-child,
[class*=col-] .video-preview:last-child,
[class*=col-] .entry:last-child,
[class*=col-] .list:last-child,
[class*=col-] .connect-box:last-child {
  margin-bottom: 0;
}

/* Including DinNextArabic Font */
@font-face {
  font-family: "cairo";
  src: url(../fonts/cairo/Cairo-ExtraLight.ttf);
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "cairo";
  src: url(../fonts/cairo/Cairo-Light.ttf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "cairo";
  src: url(../fonts/cairo/Cairo-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "cairo";
  src: url(../fonts/cairo/Cairo-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "cairo";
  src: url(../fonts/cairo/Cairo-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "cairo";
  src: url(../fonts/cairo/Cairo-Black.ttf);
  font-weight: 900;
  font-style: normal;
}
/*  [ 03 ] - General Links
============================= */
a,
a img {
  outline: none !important;
  border: none;
}

a {
  text-decoration: none;
  color: var(--theme-color-1);
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
  color: #222;
}

a:focus {
  color: var(--theme-color-1);
  text-decoration: none;
}

p a {
  border-bottom: 1px dotted transparent;
}

p a:hover {
  text-decoration: none;
  border-bottom: 1px dotted var(--theme-color-1);
}

/*  [ 04 ] - Headings
======================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "cairo";
  font-weight: 600;
  line-height: 1.3;
  color: #192b3a;
}
h1.capitalized,
h2.capitalized,
h3.capitalized,
h4.capitalized,
h5.capitalized,
h6.capitalized {
  text-transform: capitalize !important;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #222;
  transition: all 0.15s;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--theme-color-1);
}

h4,
h5,
h6 {
  margin-bottom: 15px;
  font-weight: 600;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
  color: #fff;
}

@media (max-width: 1400px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 27px;
  }

  h4 {
    font-size: 21.6px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 14.4px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 16.8px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 11.2px;
  }
}
/*  [ 05 ] - Paragraphs
========================== */
p {
  margin-bottom: 22px;
}

.dark p {
  color: #fff;
}

/*  [ 06 ] - Images
====================== */
img {
  max-width: 100%;
}

/*  [ 07 ] - Strong
====================== */
strong {
  color: #222;
  font-weight: 600;
}

/*  [ 08 ] - Texts Highlighting Selection
============================================ */
::-moz-selection {
  background: #c0eaf5;
  color: #222;
}

::selection {
  background: #c0eaf5;
  color: #222;
}

/*  [ 09 ] - Text Colored
============================ */
.colored {
  color: var(--theme-color-1);
}

/*  [ 10 ] - Form Settings
============================ */
form {
  position: relative;
  font-family: "cairo" !important;
}
form [class*=col-]:last-child .form-group:last-child {
  overflow: hidden;
  margin-bottom: 0 !important;
}

form .form-group {
  position: relative;
  margin-bottom: 0;
}
form .form-group + .form-group {
  margin-top: 30px;
}
form.form-inline .form-group + .form-group {
  margin-top: 0;
}

input,
input.form-control,
button[type=submit],
button[type=submit].form-control,
textarea,
textarea.form-control,
select,
select.form-control {
  padding: 0 25px;
  width: 100%;
  height: 55px;
  line-height: 56px;
  font-size: 18px;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  border: 2px solid #d1ebff;
  border-radius: 9999px;
  transition: all 0.2s;
  color: #222;
}

textarea,
textarea.form-control {
  height: 200px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 27px !important;
  border-radius: 15px;
  resize: vertical;
}

input:focus,
input.form-control:focus,
textarea:focus,
textarea.form-control:focus,
select:focus,
select.form-control:focus {
  box-shadow: 0px 3px 7px 0 rgba(29, 141, 245, 0.35);
  border-color: #11aeef;
  background: #fff;
  color: #54E1DB;
}

button:focus,
button.form-control:focus {
  box-shadow: none;
  border-color: transparent;
}

.field-icon {
  position: absolute;
  top: 22px;
  left: 30px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 0;
}

.field-icon + input[type=text],
.field-icon + input[type=email],
.field-icon + textarea {
  text-indent: 45px;
}

.form-inline .form-control {
  width: 100%;
}

abbr {
  cursor: help;
}

label {
  vertical-align: top;
  margin-bottom: 0;
  color: #222;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 12px;
}

label.error {
  display: block;
  margin: 5px 0 0;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: #f33;
}

input.error, input.error:focus,
textarea.error,
textarea.error:focus,
select.error,
select.error:focus {
  box-shadow: inset 0 0 0 2px #f33;
  background: #fff;
}

input[type=submit],
input[type=submit].form-control,
button[type=submit],
button[type=submit].form-control {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0 40px;
  height: 55px;
  line-height: 55px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  border: none;
  border-radius: 999px;
  transition: all 0.2s;
  color: #fff !important;
  background-color: var(--theme-color-1);
}
@media (max-width: 480px) {
  input[type=submit],
input[type=submit].form-control,
button[type=submit],
button[type=submit].form-control {
    padding: 0 30px;
    height: 37px;
    line-height: 37px;
    font-size: 12px;
  }
}
input[type=submit]:not(.btn),
input[type=submit].form-control:not(.btn),
button[type=submit]:not(.btn),
button[type=submit].form-control:not(.btn) {
  box-shadow: none;
}
input[type=submit].icon,
input[type=submit].form-control.icon,
button[type=submit].icon,
button[type=submit].form-control.icon {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 8px;
  width: 40px;
  height: 40px;
  font-size: 25px;
}

.form-inline .form-control[type=submit] {
  width: auto;
}

input[type=submit]:hover,
input[type=submit].form-control:hover,
button[type=submit]:hover,
button[type=submit].form-control:hover {
  background-color: #222;
}

button[type=submit],
button[type=submit].form-control {
  display: flex;
  align-items: center;
}
button[type=submit] i,
button[type=submit].form-control i {
  font-size: 20px;
}

input[type=submit]:focus,
input[type=submit].form-control:focus {
  box-shadow: none;
}

/**
 * -------------------------------------------------------------------------------
 * ( 02 ) - General Contents
 * -------------------------------------------------------------------------------
 *
 *  This part contains the basic general contents like box preview, image  
 *  preview, flat section .. etc.
 *
 * ------
 *
 *  General Contents divided to the following sections:
 *
 *    |
 *    |-->  [ 01 ] - Section Flat
 *    |-->  [ 02 ] - Image BG
 *    |-->  [ 03 ] - Slider Image BG
 *    |-->  [ 04 ] - Image Preview
 *    |-->  [ 05 ] - Box Info
 *    |-->  [ 06 ] - Divider Space
 *    |-->  [ 07 ] - Magnific Popup
 *    |-->  [ 08 ] - Icons
 *    |-->  [ 09 ] - Buttons
 *    |-->  [ 10 ] - Social Icons
 *    |-->  [ 11 ] - Scroll Top Icon
 *
 */
/*  [ 01 ] - Section Flat
=========================== */
.section-flat {
  width: 100%;
  position: relative;
}
.section-flat .section-content {
  width: 100%;
  padding: 100px 0 100px;
  position: relative;
  clear: both;
}
.section-flat .section-content > .container-fluid {
  padding: 0;
}

/*  [ 02 ] - Image BG
======================= */
.img-bg {
  overflow: hidden;
  position: relative;
  display: block;
  height: 330px;
  border-radius: 4px;
  background: no-repeat center/cover;
  background-color: #ddd;
  transition: all 0.5s;
}
.img-bg .bg-element {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat top center/cover;
  transition: all 0.4s ease;
}
.img-bg > a {
  position: relative;
  display: block;
  height: 100%;
}
.img-bg > a img {
  display: block;
}
.img-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.img-bg .overlay,
.img-bg .overlay .overlay-inner {
  transition: all 0.3s ease;
}
.img-bg .overlay .overlay-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: all 0.2s 0.2s;
}
.img-bg .overlay .overlay-inner > * {
  position: relative;
  z-index: 10;
}
.img-bg .overlay .overlay-inner .sub-title {
  color: var(--theme-color-1);
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
}
.img-bg .overlay .overlay-inner h1, .img-bg .overlay .overlay-inner h2, .img-bg .overlay .overlay-inner h3, .img-bg .overlay .overlay-inner h4, .img-bg .overlay .overlay-inner h5, .img-bg .overlay .overlay-inner h6 {
  color: #fff;
}
.img-bg .overlay .overlay-inner h1:last-child, .img-bg .overlay .overlay-inner h2:last-child, .img-bg .overlay .overlay-inner h3:last-child, .img-bg .overlay .overlay-inner h4:last-child, .img-bg .overlay .overlay-inner h5:last-child, .img-bg .overlay .overlay-inner h6:last-child {
  margin-bottom: 0;
}

/*  [ 03 ] - Slider Image BG
============================== */
.slider-img-bg .bg-element {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat top center/cover;
  transition: all 0.4s ease;
}
.slider-img-bg .slide > img {
  display: none;
}

/*  [ 04 ] - Image Preview
============================ */
.img-preview {
  margin-bottom: 40px;
  background: #ddd;
}
.img-preview img {
  width: 100%;
}

/*  [ 05 ] - Box Info
======================= */
.box-info {
  position: relative;
}
.box-info.text-white {
  color: #fff;
}
.box-info.text-white p {
  color: rgba(255, 255, 255, 0.5);
}
.box-info .box-icon {
  float: left;
  margin: 0 20px 0 0;
}
.box-info .box-icon img {
  margin-top: 6px;
}
.box-info .box-icon i {
  margin-top: 1px;
}
.box-info .box-content h5 {
  margin-bottom: 18px;
}

/*  [ 06 ] - Divider Space
============================ */
[class*=divider-] {
  display: block;
  overflow: hidden;
  clear: both;
}

.divider-140 {
  height: 140px;
}

.divider-130 {
  height: 130px;
}

.divider-120 {
  height: 120px;
}

.divider-110 {
  height: 110px;
}

.divider-100 {
  height: 100px;
}

.divider-90 {
  height: 90px;
}

.divider-80 {
  height: 80px;
}

.divider-70 {
  height: 70px;
}

.divider-60 {
  height: 60px;
}

.divider-50 {
  height: 50px;
}

.divider-40 {
  height: 40px;
}

.divider-30 {
  height: 30px;
}

.divider-20 {
  height: 20px;
}

.divider-10 {
  height: 10px;
}

@media (max-width: 992px) {
  [class*=divider-].divider-md-0 {
    height: 0;
  }
  [class*=divider-].divider-md-10 {
    height: 10px;
  }
  [class*=divider-].divider-md-20 {
    height: 20px;
  }
  [class*=divider-].divider-md-30 {
    height: 30px;
  }
  [class*=divider-].divider-md-40 {
    height: 40px;
  }
  [class*=divider-].divider-md-50 {
    height: 50px;
  }
  [class*=divider-].divider-md-60 {
    height: 60px;
  }
  [class*=divider-].divider-md-70 {
    height: 70px;
  }
  [class*=divider-].divider-md-80 {
    height: 80px;
  }
  [class*=divider-].divider-md-90 {
    height: 90px;
  }
  [class*=divider-].divider-md-100 {
    height: 100px;
  }
  [class*=divider-].divider-md-110 {
    height: 110px;
  }
  [class*=divider-].divider-md-120 {
    height: 120px;
  }
  [class*=divider-].divider-md-130 {
    height: 130px;
  }
  [class*=divider-].divider-md-140 {
    height: 140px;
  }
}
@media (max-width: 768px) {
  [class*=divider-].divider-sm-0 {
    height: 0;
  }
  [class*=divider-].divider-sm-10 {
    height: 10px;
  }
  [class*=divider-].divider-sm-20 {
    height: 20px;
  }
  [class*=divider-].divider-sm-30 {
    height: 30px;
  }
  [class*=divider-].divider-sm-40 {
    height: 40px;
  }
  [class*=divider-].divider-sm-50 {
    height: 50px;
  }
  [class*=divider-].divider-sm-60 {
    height: 60px;
  }
  [class*=divider-].divider-sm-70 {
    height: 70px;
  }
  [class*=divider-].divider-sm-80 {
    height: 80px;
  }
  [class*=divider-].divider-sm-90 {
    height: 90px;
  }
  [class*=divider-].divider-sm-100 {
    height: 100px;
  }
  [class*=divider-].divider-sm-110 {
    height: 110px;
  }
  [class*=divider-].divider-sm-120 {
    height: 120px;
  }
  [class*=divider-].divider-sm-130 {
    height: 130px;
  }
  [class*=divider-].divider-sm-140 {
    height: 140px;
  }
}
@media (max-width: 480px) {
  [class*=divider-].divider-xs-0 {
    height: 0;
  }
  [class*=divider-].divider-xs-10 {
    height: 10px;
  }
  [class*=divider-].divider-xs-20 {
    height: 20px;
  }
  [class*=divider-].divider-xs-30 {
    height: 30px;
  }
  [class*=divider-].divider-xs-40 {
    height: 40px;
  }
  [class*=divider-].divider-xs-50 {
    height: 50px;
  }
  [class*=divider-].divider-xs-60 {
    height: 60px;
  }
  [class*=divider-].divider-xs-70 {
    height: 70px;
  }
  [class*=divider-].divider-xs-80 {
    height: 80px;
  }
  [class*=divider-].divider-xs-90 {
    height: 90px;
  }
  [class*=divider-].divider-xs-100 {
    height: 100px;
  }
  [class*=divider-].divider-xs-110 {
    height: 110px;
  }
  [class*=divider-].divider-xs-120 {
    height: 120px;
  }
  [class*=divider-].divider-xs-130 {
    height: 130px;
  }
  [class*=divider-].divider-xs-140 {
    height: 140px;
  }
}
/*  [ 07 ] - Magnific Popup
============================= */
/* Popup Fade Effect */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*  [ 08 ] - Icons
==================== */
.icon {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* Sizes */
  /* Colors */
  /* Spaced */
}
.icon i,
.icon img {
  display: block;
}
.icon img {
  max-width: 100%;
  max-height: 100%;
}
.icon.x5 {
  width: 70px;
  height: 70px;
  font-size: 70px;
}
.icon.white i {
  color: #fff;
}
.icon.spaced {
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  /* Sizes */
  /* Rounded */
  /* Colors */
}
.icon.spaced.x5 {
  width: 70px;
  height: 70px;
}
.icon.spaced.rounded {
  border-radius: 100%;
}
.icon.spaced.colorful-bg {
  background-color: var(--theme-color-1);
}

/*  [ 09 ] - Buttons
====================== */
.btn {
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 35px;
  font-size: 14px;
  line-height: 1.8;
  border-radius: 3px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-align: center;
  border: 2px solid;
  font-family: "cairo";
  transition: color 0.2s, background 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.15s;
  /* Sizes */
  /* Styles */
}
.btn button.btn {
  box-shadow: none;
}
.btn.rounded {
  border-radius: 999px;
}
.btn.with-icon.medium i {
  margin-left: 8px;
  font-size: 16px;
}
.btn.with-icon.small i {
  margin-left: 6px;
  font-size: 14px;
}
.btn.x-small {
  padding: 5px 16px;
  font-size: 12px;
}
.btn.small {
  padding: 7px 20px;
  font-size: 14px;
}
.btn.medium {
  padding: 10px 25px;
  font-size: 16px;
}
.btn.large {
  padding: 12px 35px;
  font-size: 20px;
  border-width: 3px;
}
@media (max-width: 1400px) {
  .btn.large {
    padding: 10px 30px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .btn.large {
    padding: 8px 25px;
    font-size: 12px;
  }
}
.btn.x-large {
  padding: 18px 40px;
  font-size: 24px;
  border-width: 3px;
}
@media (max-width: 480px) {
  .btn.x-large {
    padding: 10px 25px;
    font-size: 12px;
  }
}
.btn.xx-large {
  padding: 18px 57px;
  font-size: 20px;
  border-width: 3px;
}
.btn.colorful, .btn.hover-colorful:hover {
  background-color: var(--theme-color-1);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-color: var(--theme-color-1);
}
.btn.colorful-2, .btn.hover-colorful-2:hover {
  background-color: var(--theme-color-1-1);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-color: var(--theme-color-1-1);
}
.btn.white, .btn.hover-white:hover {
  background: #fff;
  color: #222;
  text-shadow: none;
  border-color: #fff;
}
.btn.grey, .btn.hover-grey:hover {
  background: #eee;
  color: #222;
  text-shadow: none;
  border-color: #eee;
}
.btn.dark, .btn.hover-dark:hover {
  background: #222;
  color: #fff;
  text-shadow: none;
  border-color: #222;
}
.btn.colorful-darken, .btn.hover-colorful-darken:hover {
  background-color: var(--theme-color-1-1);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-color: var(--theme-color-1-1);
}
.btn.gradient-1 {
  border: none;
  color: #fff;
  background-color: #54E1DB;
  background-image: -webkit-linear-gradient(90deg, #54E1DB 0%, #A4F7DD 100%);
  background-image: -moz-linear-gradient(90deg, #54E1DB 0%, #A4F7DD 100%);
  background-image: -o-linear-gradient(90deg, #54E1DB 0%, #A4F7DD 100%);
  background-image: linear-gradient(90deg, #54E1DB 0%, #A4F7DD 100%);
  box-shadow: 0 7px 32px 0 rgba(166, 165, 165, 0.34);
}
.btn.gradient-1::before {
  background-color: #A4F7DD;
  background-image: -webkit-linear-gradient(0deg, #A4F7DD 0%, #54E1DB 100%);
  background-image: -moz-linear-gradient(0deg, #A4F7DD 0%, #54E1DB 100%);
  background-image: -o-linear-gradient(0deg, #A4F7DD 0%, #54E1DB 100%);
  background-image: linear-gradient(0deg, #A4F7DD 0%, #54E1DB 100%);
}
.btn.gradient-1:hover {
  box-shadow: 0 7px 10px 0 rgba(166, 165, 165, 0.3);
}
.btn.gradient-2 {
  border: none;
  color: #fff;
  background-color: #ef8405;
  background-image: -webkit-linear-gradient(90deg, #ef8405 0%, #ff991f 100%);
  background-image: -moz-linear-gradient(90deg, #ef8405 0%, #ff991f 100%);
  background-image: -o-linear-gradient(90deg, #ef8405 0%, #ff991f 100%);
  background-image: linear-gradient(90deg, #ef8405 0%, #ff991f 100%);
  box-shadow: 0 7px 32px 0 rgba(166, 165, 165, 0.34);
}
.btn.gradient-2::before {
  background-color: #ff991f;
  background-image: -webkit-linear-gradient(0deg, #ff991f 0%, #ef8405 100%);
  background-image: -moz-linear-gradient(0deg, #ff991f 0%, #ef8405 100%);
  background-image: -o-linear-gradient(0deg, #ff991f 0%, #ef8405 100%);
  background-image: linear-gradient(0deg, #ff991f 0%, #ef8405 100%);
}
.btn.gradient-2:hover {
  box-shadow: 0 7px 10px 0 rgba(166, 165, 165, 0.6);
}
.btn[class*=gradient-]:hover::before {
  opacity: 1;
}
.btn[class*=gradient-]::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
}
.btn.move-top {
  transform: translateY(0);
}
.btn.move-top:hover {
  transform: translateY(-3px);
}

@media (max-width: 480px) {
  .btn.xx-large {
    padding: 6px 45px;
    font-size: 20px;
  }
}
/*  [ 10 ] - Social Icons
=========================== */
/* Social Icons */
.social-icons {
  position: relative;
  margin: 0 auto -5px 0;
  list-style: none;
  font-size: 0;
  /* Sizes */
  /* Colors */
}
.social-icons li {
  display: inline-block;
  margin-bottom: 5px;
}
.social-icons li + li {
  margin-right: 10px;
}
.social-icons li a {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: transparent;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.social-icons li a i {
  position: relative;
  top: 50%;
  display: block;
  margin: 0 auto;
  transform: translateY(-50%);
  transition: all 0.25s ease;
}
.social-icons li a i:first-child, .social-icons li a i:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icons li a i:last-child {
  opacity: 0;
}
.social-icons.x3 li a {
  width: 30px;
  height: 30px;
  font-size: 12px;
}
.social-icons.x3 li i:first-child, .social-icons.x3 li i:last-child {
  width: 16px;
  height: 16px;
}
.social-icons.x4 li a {
  width: 40px;
  height: 40px;
  font-size: 15px;
}
.social-icons.x4 li i:first-child, .social-icons.x4 li i:last-child {
  width: 26px;
  height: 26px;
}
.social-icons.icon-only li + li {
  margin-right: 2px;
}
.social-icons.icon-only.x4 li a {
  width: 30px;
  height: 30px;
}
.social-icons.rounded a {
  border-radius: 999px;
}
.social-icons.white li a, .social-icons.grey li a, .social-icons.hover-colorful li a:hover {
  background: transparent;
}
.social-icons.grey li a i:first-child {
  color: #fff;
}
.social-icons.white li a i:first-child {
  color: #fff;
}
.social-icons.hover-colorful li a i:last-child, .social-icons.hover-colorful:not(.animated) li a:hover i:first-child {
  color: #54E1DB;
}
.social-icons.hover-white li a i:last-child, .social-icons.hover-white:not(.animated) li a:hover i:first-child {
  color: #fff;
}
.social-icons.white-bg a {
  background-color: #6D839D;
  color: #fff !important;
}
.social-icons.white-bg a i:first-child {
  color: #fff;
}
.social-icons.white-transparent-bg a {
  background-color: #fff;
  border: 1px solid #eee;
}
.social-icons.white-transparent-bg a i:first-child {
  color: #222;
}
.social-icons.hover-white-bg a:hover {
  background-color: #fff !important;
}
.social-icons.hover-white-bg a:hover i:first-child {
  color: #000;
}
.social-icons.hover-dark-bg a:hover {
  background-color: #222;
}
.social-icons.hover-dark-bg a:hover i:first-child {
  color: #fff;
}
.social-icons.hover-colorful-bg a:hover {
  background-color: #54E1DB;
  border-color: #54E1DB;
}
.social-icons.hover-colorful-bg a:hover i:first-child {
  color: #fff;
}
.social-icons.colorful-bg li a i:first-child {
  color: #fff;
}
.social-icons.colorful-bg li a.si-facebook {
  background-color: #3b5999;
}
.social-icons.colorful-bg li a.si-twitter {
  background-color: #55acee;
}
.social-icons.colorful-bg li a.si-instagramorange {
  background-color: #f77737;
}
.social-icons.colorful-bg li a.si-linkedin {
  background-color: #007bb5;
}

/*  [ 11 ] - Scroll Top Icon
============================== */
.scroll-top-icon {
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  border-radius: 2px;
  background-color: #132b50;
  position: fixed;
  bottom: -50px;
  right: 40px;
  z-index: 15;
}
.scroll-top-icon.show {
  bottom: 40px;
}
.scroll-top-icon:hover {
  color: #fff;
}
.scroll-top-icon:focus {
  color: #fff;
}

@media (max-width: 768px) {
  .scroll-top-icon {
    display: none !important;
  }
}
/*  [ 11 ] - Page Title
========================= */
#page-title {
  position: relative;
  background-color: #fafafa;
}
#page-title #page-title-wrap {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
#page-title .container,
#page-title .row,
#page-title [class*=col-] {
  height: 100%;
}
#page-title > h2 {
  margin-bottom: 6px;
}
#page-title h4 {
  margin: 15px 0 0;
}
#page-title > h5 {
  font-weight: 400;
  opacity: 0.7;
  margin-bottom: 0;
  font-family: "cairo";
  font-size: 18px;
  display: none;
}

/* Breadcrumb */
.breadcrumb {
  list-style: none;
  display: flex;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 20px;
  font-weight: 500;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li + li::before {
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  padding: 0 10px;
  font-size: inherit;
  font-weight: 700;
  position: relative;
  top: 1px;
  color: #fff;
}
.breadcrumb li.active {
  color: #ff991f;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb a:hover {
  opacity: 0.8;
}
.breadcrumb i {
  margin-left: 5px;
  font-size: 16px;
}

/*  [ 12 ] - Tables
===================== */
table {
  width: 100%;
}
table h5 {
  margin-bottom: 0;
}
table thead {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: #222;
}
table thead th {
  padding: 15px 20px;
  text-align: right;
  font-weight: 600;
}
table thead th + th {
  border-right: 1px solid #ddd;
}
table tbody {
  color: #222;
}
table tbody tr {
  background: #fff;
}
table tbody tr + tr {
  border-top: 1px solid #ddd;
}
table tbody td {
  padding: 25px 20px;
  font-size: 14px;
}
table tbody td + td {
  border-right: 1px solid #ddd;
}
table tbody td:first-child {
  padding-right: 0;
}

/*  [ 13 ] - Website Loading
============================== */
#website-loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  text-align: center;
  background: #fff;
  display: none;
}
#website-loading .logo {
  margin-bottom: 40px;
  transition: none;
}
.la-ball-pulse {
  color: #54E1DB !important;
  /*margin: auto;*/
  display: inline-block !important;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-pulse,
.la-ball-pulse > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-pulse {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-pulse.la-dark {
  color: #333;
}

.la-ball-pulse > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-pulse {
  width: 54px;
  height: 18px;
}

.la-ball-pulse > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}

.la-ball-pulse > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}

.la-ball-pulse > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}

.la-ball-pulse > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  -webkit-animation: ball-pulse 1s ease infinite;
  -moz-animation: ball-pulse 1s ease infinite;
  -o-animation: ball-pulse 1s ease infinite;
  animation: ball-pulse 1s ease infinite;
}

.la-ball-pulse.la-sm {
  width: 26px;
  height: 8px;
}

.la-ball-pulse.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-pulse.la-2x {
  width: 108px;
  height: 36px;
}

.la-ball-pulse.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-pulse.la-3x {
  width: 162px;
  height: 54px;
}

.la-ball-pulse.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-pulse {
  0%, 60%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    opacity: 0.1;
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }
}
@-moz-keyframes ball-pulse {
  0%, 60%, 100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  30% {
    opacity: 0.1;
    -moz-transform: scale(0.01);
    transform: scale(0.01);
  }
}
@-o-keyframes ball-pulse {
  0%, 60%, 100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  30% {
    opacity: 0.1;
    -o-transform: scale(0.01);
    transform: scale(0.01);
  }
}
@keyframes ball-pulse {
  0%, 60%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  30% {
    opacity: 0.1;
    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -o-transform: scale(0.01);
    transform: scale(0.01);
  }
}
/* =====================================================================
 *   helpers-placeholders.scss
 * =================================================================== */
/* BG Gradients */
/* Opacity Values */
.opacity-05 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

/* =====================================================================
 *   helpers-placeholders.scss
 * =================================================================== */
/* BG Gradients */
/* Opacity Values */
.opacity-05 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

/**
  * -------------------------------------------------------------------------------
  * ( 03 ) - Header
  * -------------------------------------------------------------------------------
  *
  *  This part contains logo, main menu and header bars.
  *
  * ------
  *
  *  Header is divided to the following sections:
  *
  *    |
  *    |-->  [ 01 ] - Logo
  *    |-->  [ 02 ] - Menu Main
  *    |-->  [ 03 ] - Header Bars
  *
  */
#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.header-style-2 #header {
  background-color: #2c8ee8;
  background-image: -webkit-linear-gradient(90deg, #2c8ee8 0%, #429ef3 100%);
  background-image: -moz-linear-gradient(90deg, #2c8ee8 0%, #429ef3 100%);
  background-image: -o-linear-gradient(90deg, #2c8ee8 0%, #429ef3 100%);
  background-image: linear-gradient(90deg, #2c8ee8 0%, #429ef3 100%);
}

/*  [ 01 ] - Logo
=================== */
.logo {
  display: inline-block;
}
.logo img {
  max-height: 100%;
}
.logo h3,
.logo h3 + span {
  display: none;
}
.logo.text-white h3,
.logo.text-white span {
  color: #fff;
}
.logo.logo-text img {
  display: none;
}
.logo.logo-text h3,
.logo.logo-text h3 + span {
  display: block;
}
.logo.logo-text h3 {
  position: relative;
  margin-bottom: -1px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.logo.logo-text h3 + span {
  font-size: 11px;
  color: #6D839D;
}

.logo-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70px;
  margin-left: 20px;
  transition: color 0.2996s, top 0.3s;
}
@media (max-width: 480px) {
  .logo-header {
    height: 35px;
  }
}
.logo-header.logo-text {
  text-align: left;
}
/*  [ 02 ] - Menu Main
======================== */
.menu-main {
  list-style: none;
  display: flex;
  margin: auto;
  position: relative;
}
.menu-main li {
  position: relative;
  white-space: nowrap;
  /* no need for Supersubs plugin */
}
.menu-main li a {
  transition: all 0.15s;
  font-family: "cairo";
}
.menu-main > li {
  height: 100%;
}
.menu-main > li:hover a:not(.current) span::before {
  margin-top: 0;
}
.menu-main > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 22px;
  padding: 20px 13px;
  font-weight: 600;
  color: #192b3a;
  transition: color 0.15s, height 0.3s, line-height 0.3s;
}
.menu-main > li > a:not(.current) span {
  overflow: hidden;
  height: 37px;
}
.menu-main > li > a:not(.current) span::before {
  content: attr(data-content);
  display: block;
  position: relative;
  top: 0px;
  margin-top: -38px;
  transition: all 0.25s;
  color: #ff991f;
}
.menu-main > li > a.current span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  display: inline-block;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #ff991f;
}
.menu-main > li > a + ul.sub-menu {
  border-top: 5px solid #54E1DB;
}
.header-style-2 .menu-main > li > a + ul.sub-menu {
  border-top-color: #ff991f;
}

.menu-main > li > a + ul.sub-menu::before {
  content: "";
  position: absolute;
  top: -15px;
  right: 30px;
  border-bottom: 12px solid #2c8ee8;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.header-style-2 .menu-main > li > a + ul.sub-menu::before {
  border-bottom-color: #ff991f;
}

.menu-main > li > a.current span, .menu-main > li:hover > a span,
.menu-main > li > a:hover span,
.menu-main > li > a:focus span {
  color: #ff991f;
}
.menu-main > li > a:not(.current) span {
  color: #192b3a;
}
.header-style-2 .menu-main > li > a:not(.current) span {
  color: #fff;
}

.menu-main ul {
  list-style: none;
}
.menu-main li:hover > ul.sub-menu,
.menu-main li.sfHover > ul.sub-menu {
  display: block;
}
.menu-main ul.sub-menu,
.menu-main ul.sub-menu li:last-child a {
  border-radius: 0 0 4px 4px;
}
.menu-main li a + ul.sub-menu {
  display: none;
  position: absolute;
  top: calc(100% - 0px);
  right: 0;
  z-index: 99;
  min-width: 17em;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.2);
}
.menu-main ul.sub-menu li a {
  display: block;
  position: relative;
  color: #222;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
}
.menu-main ul.sub-menu li:last-child a {
  border: none;
}
.menu-main ul.sub-menu li a:hover,
.menu-main ul.sub-menu li a:focus, .menu-main ul.sub-menu li:hover > a {
  color: #54E1DB;
  padding-right: 15px;
}
.menu-main ul.sub-menu > li {
  padding: 0 25px;
}
.menu-main ul.sub-menu > li:first-child {
  padding-top: 6px;
}
.menu-main ul.sub-menu > li:last-child {
  padding-bottom: 6px;
}
.menu-main .megamenu ul.sub-menu li a:hover {
  padding-left: 5px;
  background: transparent;
}
.menu-main ul.sub-menu ul {
  top: -6px !important;
  right: 100% !important;
  border-top: 5px solid #54E1DB;
}
.header-style-2 .menu-main ul.sub-menu ul {
  border-top-color: #ff991f;
}

.menu-main > li > ul.sub-menu.reverse-pos {
  right: 0 !important;
  right: auto !important;
}
.menu-main ul.sub-menu ul.reverse-pos {
  right: 100% !important;
  left: auto !important;
}
.menu-main.sf-arrows a.sf-with-ul::after {
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  color: #192b3a;
  transition: all 0.2s;
}
.header-style-2 .menu-main.sf-arrows a.sf-with-ul::after {
  color: #fff;
}

.menu-main.sf-arrows > li > a.sf-with-ul::after {
  position: relative;
  top: 3px;
  margin-right: 8px;
  content: "\f0d7";
}
.menu-main.sf-arrows > li > a.sf-with-ul:focus:after,
.menu-main.sf-arrows > li:hover > a.sf-with-ul:after,
.menu-main.sf-arrows > .sfHover > a.sf-with-ul:after {
  color: #ff991f !important;
}
.menu-main.sf-arrows ul.sub-menu a.sf-with-ul::after {
  position: absolute;
  content: "\f0d9";
  left: 10px;
  top: 16px;
  color: #192b3a;
}
.menu-main.sf-arrows li:hover > a.sf-with-ul:after,
.menu-main.sf-arrows .sfHover > a.sf-with-ul:after {
  color: #54E1DB;
}

@media (max-width: 1200px) {
  .menu-main {
    display: none;
  }
}
/* Btn Banner */
.banner-btn {
  margin-right: 30px;
}
@media (max-width: 600px) {
  .banner-btn {
    display: none;
    margin-right: 15px;
    font-size: 16px !important;
  }
}

/*  [ 03 ] - Header Bars
========================== */
/* Header Bar */
.header-bar,
.header-bar-wrap {
  background: transparent;
  transition: height 0.3s, background 0.3s;
}

.header-bar-wrap {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.header-bar .container,
.header-bar .row,
.header-bar [class*=col-] {
  height: 100%;
}
.header-bar .col-md-12 {
  width: 100%;
}
.header-bar .hb-content {
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.2s;
}
.header-bar .hb-content [class*=position-] {
  display: flex;
  height: 100%;
}
.header-bar .hb-content .position-right {
  margin-left: auto;
}
.header-bar .hb-content .position-left {
  margin-right: auto;
}

/* Header Bar Sticky */
.header-bar.is-sticky .header-bar-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-bottom-color: transparent;
}
.header-bar .logo-header.logo-text {
  text-align: left;
}
.header-bar .logo-header.logo-text h3 + span {
  opacity: 1;
  color: #6D839D;
}
.header-bar .menu-main > li > a {
  font-size: 18px;
  font-weight: 300;
  color: #6D839D;
}
.header-bar .menu-main > li > a span {
  color: #6D839D;
}
.header-bar .menu-main > li > a:not(.current) span::before {
  color: #6D839D;
}
.header-bar .btn.large {
  border: none !important;
  box-shadow: 0 7px 32px 0 rgba(166, 165, 165, 0.34);
  color: #6D839D;
  background-color: white;
}
.header-bar .menu-main > li {
  padding: 0 20px;
}

/* Header Bar 2 */
#header-bar-2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}
.header-style-2 #header-bar-2 {
  position: relative;
}

#header-bar-2,
#header-bar-2 .header-bar-wrap {
  height: 150px;
}
.header-dark #header-bar-2,
.header-dark #header-bar-2 .header-bar-wrap {
  background-color: #1e1e1e;
}

#header-bar-2 .header-bar-wrap {
  z-index: 1;
}
#header-bar-2.is-sticky,
#header-bar-2.is-sticky .header-bar-wrap {
  height: 100px;
}
@media (max-width: 480px) {
  #header-bar-2.is-sticky,
#header-bar-2.is-sticky .header-bar-wrap {
    height: auto;
  }
}
#header-bar-2.is-sticky .header-bar-wrap {
  background-color: #fff;
}
.header-style-2 #header-bar-2.is-sticky .header-bar-wrap {
  background-color: #2c8ee8;
  background-image: -webkit-linear-gradient(90deg, #2c8ee8 0%, #429ef3 100%);
  background-image: -moz-linear-gradient(90deg, #2c8ee8 0%, #429ef3 100%);
  background-image: -o-linear-gradient(90deg, #2c8ee8 0%, #429ef3 100%);
  background-image: linear-gradient(90deg, #2c8ee8 0%, #429ef3 100%);
}

@media (max-width: 480px) {
  #header-bar-2.is-sticky .hb-content {
    padding: 20px 0;
  }
}
#header-bar-2.text-white .header-bar-wrap {
  background-color: #222;
}
#header-bar-2.text-white .menu-main > li > a,
#header-bar-2.text-white .menu-main > li > a:focus {
  color: #fff;
}
#header-bar-2.text-white .menu-main > li > a.current,
#header-bar-2.text-white .menu-main > li:hover > a,
#header-bar-2.text-white .menu-main > li > a:hover {
  color: var(--theme-color-1);
}

/* Menu Mobile */
#menu-mobile {
  list-style: none;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  clear: both;
  padding: 20px 0 50px;
  margin-top: 30px;
  width: 100%;
}
#menu-mobile ul {
  list-style: none;
}
#menu-mobile .ss-content {
  padding: 0 5px 0 0;
}
#menu-mobile .ss-scroll {
  opacity: 0.5;
  width: 6px;
}
#menu-mobile.ss-container:hover .ss-scroll {
  opacity: 1;
}

.menu-mobile {
  margin: 0 auto;
  /* 2nd Level Menus */
}
.menu-mobile li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}
.menu-mobile li:last-child {
  border-bottom: none;
}
.menu-mobile li:hover > a {
  color: #ff991f;
}
.menu-mobile li a {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 15px 10px 15px 30px;
  font-family: "cairo";
}
.menu-mobile > li > a:hover,
.menu-mobile > li > a.active {
  color: #ff991f;
}
.menu-mobile > li > a.current {
  color: #ff991f;
}
.menu-mobile ul {
  display: none;
  margin-top: 30px;
  padding-right: 15px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.menu-mobile ul a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 10px 15px 30px;
}
.menu-mobile ul a:hover, .menu-mobile ul a.active {
  font-weight: 600;
  color: #ff991f;
}
.menu-mobile ul li:hover > ul {
  /*display: block;*/
}
.menu-mobile li.has-ul > a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  color: #ff991f;
  transition: all 0.2s;
}
.menu-mobile > li.has-ul > a::after {
  /*display: none;*/
  content: "\f0d9";
  font-size: 17px;
  left: 10px;
  top: 16px;
}
.menu-mobile > li.has-ul > a.active::after,
.menu-mobile > li.has-ul:hover > a::after {
  color: #ff991f;
}
.menu-mobile > li.has-ul > a.active::after {
  transform: rotate(-90deg);
}
.menu-mobile ul.sub-menu li.has-ul > a::after {
  content: "\f0d9";
  font-size: 15px;
  top: 15px;
  left: 10px;
}
.menu-mobile ul.sub-menu li.has-ul > a.active::after,
.menu-mobile ul.sub-menu li.has-ul:hover > a::after {
  color: #54E1DB;
}
.menu-mobile ul.sub-menu li.has-ul > a.active::after {
  transform: rotate(-90deg);
}

/* Mobile Menu Button */
.menu-mobile-btn {
  display: none;
  position: relative;
  margin-right: auto;
  padding: 12px;
  border-radius: 5px;
  transition: top 0.3s;
  background-color: #54E1DB;
  background-image: -webkit-linear-gradient(90deg, #54E1DB 0%, #A4F7DD 100%);
  background-image: -moz-linear-gradient(90deg, #54E1DB 0%, #A4F7DD 100%);
  background-image: -o-linear-gradient(90deg, #54E1DB 0%, #A4F7DD 100%);
  background-image: linear-gradient(90deg, #54E1DB 0%, #A4F7DD 100%);
}
.header-style-2 .menu-mobile-btn {
  background-color: #ef8405;
  background-image: -webkit-linear-gradient(90deg, #ef8405 0%, #ff991f 100%);
  background-image: -moz-linear-gradient(90deg, #ef8405 0%, #ff991f 100%);
  background-image: -o-linear-gradient(90deg, #ef8405 0%, #ff991f 100%);
  background-image: linear-gradient(90deg, #ef8405 0%, #ff991f 100%);
}

.menu-mobile-btn .hamburger-box {
  display: block;
  width: 25px;
}
.menu-mobile-btn .hamburger {
  padding: 0;
}
.menu-mobile-btn .hamburger-inner, .menu-mobile-btn .hamburger-inner::before, .menu-mobile-btn .hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #fff;
}

@media (max-width: 1200px) {
  .menu-mobile-btn {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 480px) {
  #header-bar-2,
#header-bar-2 .header-bar-wrap {
    height: auto;
  }
  #header-bar-2 .hb-content {
    padding: 30px 0;
  }
  #header-bar-2 .logo-header {
    margin: 0;
  }
}
/* Side Full Categories */
.side-panel-menu {
  position: fixed;
  z-index: 120;
  height: 100%;
  top: 0;
  right: 0;
  transform: translateX(calc(100% + 10px));
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.15);
  background-color: #54E1DB;
  transition: all 0.3s;
}
.side-panel-menu.viewed {
  transform: translateX(0);
}
.side-panel-menu .banner-mobile-btn {
  flex: 0 0 auto;
}
.side-panel-menu .popup-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.7);
  transition: all 0.4s;
}
.side-panel-menu .mobile-side-panel-menu {
  position: relative;
  z-index: 30;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 350px;
  padding: 50px 30px;
}
.side-panel-menu .mobile-side-panel-menu h5 {
  padding: 30px;
  margin-bottom: 0;
  height: 85px;
  background-color: var(--theme-color-1);
  color: #fff;
}

@media (max-width: 480px) {
  .side-panel-menu .mobile-side-panel-menu {
    width: 280px;
  }
}
.popup-preview-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: #222;
  transition: all 0.3s;
}
.popup-preview-overlay.viewed {
  opacity: 0.8;
  visibility: visible;
}

@media (min-width: 1200px) {
  .side-panel-menu,
.popup-preview-overlay {
    display: none;
  }
}
/* Mobile Menu Categories */
.mobile-menu-categories {
  list-style: none;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  clear: both;
  padding: 0 30px;
  margin: 20px 0;
  height: 100%;
  background-color: #fff;
  /* 2nd Level Menus */
}
.mobile-menu-categories li {
  border-bottom: 1px solid #eee;
  position: relative;
}
.mobile-menu-categories li:last-child {
  border-bottom: none;
}
.mobile-menu-categories li:hover > a {
  color: var(--theme-color-1);
}
.mobile-menu-categories li a {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  padding: 14px 0 14px 30px;
  font-family: "cairo";
}
.mobile-menu-categories > li > a:hover,
.mobile-menu-categories > li > a.current,
.mobile-menu-categories > li > a.active {
  color: var(--theme-color-1);
}
.mobile-menu-categories ul {
  list-style: none;
  padding-right: 10px;
  display: none;
  border-top: 1px solid #eee;
}
.mobile-menu-categories ul a {
  padding: 10px 0 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.mobile-menu-categories ul a:hover, .mobile-menu-categories ul a.active {
  font-weight: 600;
  color: var(--theme-color-1);
}
.mobile-menu-categories ul li:hover > ul {
  /*display: block;*/
}
.mobile-menu-categories li.has-ul > a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #999;
  transition: all 0.2s;
}
.mobile-menu-categories > li.has-ul > a::after {
  /*display: none;*/
  content: "\f106";
  font-size: 17px;
  left: 0;
  transform: rotate(-90deg);
}
.mobile-menu-categories > li.has-ul > a.active::after,
.mobile-menu-categories > li.has-ul:hover > a::after {
  color: var(--theme-color-1);
}
.mobile-menu-categories > li.has-ul > a.active::after {
  transform: rotate(-180deg);
}
.mobile-menu-categories ul.sub-menu li.has-ul > a::after {
  content: "\f106";
  font-size: 15px;
  left: 0;
  transform: rotate(-90deg);
}
.mobile-menu-categories ul.sub-menu li.has-ul > a.active::after,
.mobile-menu-categories ul.sub-menu li.has-ul:hover > a::after {
  color: var(--theme-color-1);
}
.mobile-menu-categories ul.sub-menu li.has-ul > a.active::after {
  transform: rotate(-180deg);
}

/* =====================================================================
 *   helpers-placeholders.scss
 * =================================================================== */
/* BG Gradients */
/* Opacity Values */
.opacity-05 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

/**
  * -------------------------------------------------------------------------------
  * ( 04 ) - Banner
  * -------------------------------------------------------------------------------
  *
  *  This part contains all banner related contents like banner slider, bannar
  *  parallax
  *
  * ------
  *
  *  Banner is divided to the following sections:
  *
  *    |
  *    |-->  [ 01 ] - Banner Parallax
  *    |-->  [ 02 ] - Banner Slider
  *
  */
#banner {
  position: relative;
  background-color: #fff;
}
#banner.fullscreen .banner-parallax,
#banner.fullscreen .banner-parallax .row > [class*=col-] {
  min-height: auto;
}

/*  [ 01 ] - Banner Parallax
============================== */
.banner-parallax {
  position: relative;
  background-color: #fff;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-parallax.blured-bg > .bg-element {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.banner-parallax > .bg-element {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat top center/cover;
  background-size: contain;
  transition: opacity 0.5s;
}
.banner-parallax > .bg-element.appeared {
  opacity: 1;
}
.banner-parallax > .bg-element + img {
  display: none;
}
.banner-parallax > .overlay-pattern {
  opacity: 0;
  transition: opacity 0.5s;
}
.banner-parallax > .overlay-pattern.appeared {
  opacity: 1;
}
.banner-parallax,
.banner-parallax .row > [class*=col-] {
  min-height: 800px;
}
@media (max-width: 1400px) {
  .banner-parallax,
.banner-parallax .row > [class*=col-] {
    height: auto !important;
    min-height: auto !important;
  }
}
.banner-parallax .row {
  display: flex;
  align-items: center;
}
.banner-parallax .row > [class*=col-] {
  display: flex;
  align-items: center;
}
.banner-parallax .container,
.banner-parallax .row,
.banner-parallax .row > [class*=col-] {
  height: 100%;
  z-index: 1;
}
.overlay-colored,
.overlay-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.overlay-colored {
  z-index: 1;
}

.overlay-pattern {
  z-index: 2;
  background-image: url("../images/general-elements/overlay-pattern.png");
  background-repeat: repeat;
  background-position: top left;
}

@media (min-width: 992px) {
  .fullscreen .banner-parallax,
.fullscreen .banner-slider {
    height: 100% !important;
  }
}
.video-background {
  position: absolute;
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
}

/* Slide Content */
.slide-content {
  height: 100%;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 2;
}
@media (max-width: 480px) {
  .slide-content {
    text-align: center;
  }
}
.slide-content img {
  display: inline-block !important;
}
.slide-content h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
.slide-content h1 {
  position: relative;
  font-size: 80px;
  font-weight: 700;
}
.slide-content h1 span {
  color: #54e1db;
}
@media (max-width: 1400px) {
  .slide-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .slide-content h1 {
    font-size: 35px;
  }
}
.slide-content h3 {
  font-size: 28px;
  color: #fff;
}
.slide-content p {
  font-size: 20px;
  color: #fff;
}
.slide-content .description {
  line-height: 1.8;
  font-size: 20px;
}
@media (max-width: 1400px) {
  .slide-content .description {
    font-size: 22px;
  }
}
.slide-content .description span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .slide-content .description {
    font-size: 18px;
  }
}
.slide-content .banner-logo {
  margin-bottom: 60px;
}
.slide-content .text-center h1,
.slide-content .text-center h4 {
  margin-left: auto;
  margin-right: auto;
}
.page-thank-you .slide-content .text-center h1,
.page-thank-you .slide-content .text-center h4 {
  width: 75%;
}
.slide-content .text-center h1 {
  width: 85%;
}
.slide-content .text-center .description {
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
.page-thank-you .slide-content .text-center .description {
  width: 60%;
}
.slide-content .col-md-10 .text-center h1 {
  width: 70%;
}
.slide-content .col-md-10 .text-center .description {
  width: 70%;
}
.slide-content .text-right h1 {
  margin-left: auto;
}
.slide-content .text-right .description {
  margin-left: auto;
}

@media (max-width: 992px) {
  .slide-content [class*=text-center] h1,
.slide-content [class*=text-center] h4 {
    width: 100%;
  }
  .slide-content [class*=text-center] .description {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .slide-content .col-md-10 .text-center h1,
.slide-content .col-md-10 .text-center .description {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .slide-content h1,
.slide-content p,
.slide-content .description {
    width: 100%;
  }
  .slide-content [class*=text-center] .description {
    margin-top: 0;
    width: 100%;
  }
}
/* Banner Center Box */
.banner-center-box {
  padding: 300px 0 160px;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  perspective: 1000px;
  backface-visibility: hidden;
}
.page-thank-you .banner-center-box {
  padding-bottom: 120px;
}
.banner-center-box > * {
  position: relative;
}
.banner-center-box.text-white h1,
.banner-center-box.text-white .description {
  color: #fff;
}

.banner-center-box.bottom-position {
  margin-top: auto;
  padding-bottom: 0;
}

.banner-center-box h1:last-child,
.banner-center-box h2:last-child,
.banner-center-box h3:last-child,
.banner-center-box h4:last-child,
.banner-center-box h5:last-child,
.banner-center-box h6:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.banner-center-box img {
  max-height: 100%;
  max-width: 100%;
}

body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  background-color: #333;
}

@media (max-width: 992px) {
  /* Column With Helper Classes Optimization */
  [class*=col-][class*=pl-] {
    padding-left: 15px;
  }
  [class*=col-][class*=pr-] {
    padding-right: 15px;
  }

  /* Banner Parallax */
  .banner-parallax,
.banner-parallax .row > [class*=col-] {
    height: auto !important;
    min-height: auto !important;
  }
  .banner-parallax .row {
    flex-direction: column;
  }
  .banner-parallax .row > [class*=col-] {
    align-self: stretch;
    flex-grow: 1;
  }
  .banner-parallax [class*=col-]:not(:first-child) .banner-center-box {
    padding-top: 0 !important;
    margin-top: -80px;
  }

  .banner-center-box {
    display: block;
    top: 0;
    width: 100%;
    transform: translateY(0);
  }
  .banner-center-box, .layout-2 .banner-center-box {
    padding: 200px 0 140px;
  }

  /* Slider */
  .fullscreen {
    height: auto !important;
  }

  .banner-slider {
    min-height: auto !important;
  }
}
@media (max-width: 480px) {
  .banner-center-box {
    padding: 320px 0 50px;
  }
}
/* Banner Image Featured */
.banner-img-featured {
  position: absolute !important;
  left: -25px;
  bottom: 0;
  width: 811px;
  height: 742px;
  background: transparent url(../images/files/banner-feature-img.png) right top no-repeat;
  background-size: cover;
}

@media (max-width: 1400px) {
  .banner-img-featured {
    width: 700px;
    height: 600px;
  }
}
.banner-img-featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 100%;
  transform: translate(-100%);
  background-color: #fbfdff;
}
@media (max-width: 1600px) {
  .banner-img-featured {
    left: -100px;
  }
}
@media (max-width: 1400px) {
  .banner-img-featured {
    left: -75px;
  }
}
/* @media (max-width: 1100px) {
  .banner-img-featured {
    left: -500px;
  }
} */
@media (max-width: 992px) {
  .banner-img-featured {
    /* left: -600px;
    top: -250px; */
    display: none;
  }
}
/* @media (max-width: 768px) {
  .banner-img-featured {
    left: -630px;
    top: -160px;
  }
} */
@media (max-width: 480px) {
  .banner-img-featured {
    display: block;
    left: -40px;
    top: 10px;
    width: 350px;
    height: 300px;
  }
}

/* List Btns */
.list-btns {
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 480px) {
  .list-btns {
    margin-top: 30px;
  }
}
.list-btns li + li {
  margin-right: 30px;
}
@media (max-width: 480px) {
  .list-btns {
    flex-direction: column;
  }
  .list-btns li + li {
    margin: 20px 0 0 0;
  }
}

/* Video Show */
.video-show {
  display: inline-flex;
  align-items: center;
  font-size: 28px;
  font-weight: 600;
  color: #222;
}
.video-show:hover {
  color: #54E1DB;
}
.video-show i {
  margin-left: 10px;
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .video-show {
    font-size: 18px;
  }
  .video-show i {
    font-size: 26px;
  }
}

/* =====================================================================
 *   helpers-placeholders.scss
 * =================================================================== */
/* BG Gradients */
/* Opacity Values */
.opacity-05 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

/**
  * -------------------------------------------------------------------------------
  * ( 04 ) - Content
  * -------------------------------------------------------------------------------
  *
  *  This part contains all content sections in main content
  *
  * ------
  *
  *  Content is divided to the following sections:
  *
  *    |
  *    |-->  [ 01 ] - Content
  *    |-->  [ 02 ] - Sidebar
  *    |-->  [ 03 ] - Who We Are
  *    |-->  [ 04 ] - Our Products
  *    |-->  [ 05 ] - Our Services
  *    |-->  [ 06 ] - Our Works
  *    |-->  [ 07 ] - Clients Testimonials
  *    |-->  [ 08 ] - Our Blog
  *    |-->  [ 09 ] - Our Clients
  *    |-->  [ 10 ] - About Us
  *    |-->  [ 11 ] - Team Members
  *    |-->  [ 12 ] - Page Our Services
  *    |-->  [ 13 ] - Page Our Works
  *    |-->  [ 14 ] - Page Portfolio Single
  *    |-->  [ 15 ] - Page Our Blog
  *    |-->  [ 16 ] - Page Blog Single
  *    |-->  [ 17 ] - Page Jobs
  *    |-->  [ 18 ] - Page Project Order
  *    |-->  [ 19 ] - Page Send Suggestion
  *
  */
#content {
  position: relative;
  line-height: 1.8;
  background-color: #fff;
  z-index: 5;
  /* Important for icons animations */
}
#content-wrap {
  position: relative;
}

/*  [ 01 ] - Content
====================== */
.content.sidebar-left {
  padding: 0 0 0 10px;
}

.page-single .section-content {
  padding-top: 0 !important;
  background-color: #fafafa;
}
.page-single .page-single-content {
  padding: 0 40px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.page-single .page-single-content .content {
  padding: 50px 0;
}
.page-single .content {
  padding: 30px;
}
.page-single.with-sidebar .content {
  padding-right: 40px;
  border-right: 1px solid #ccc;
}

@media (max-width: 992px) {
  .page-single.with-sidebar .content {
    padding-right: 0;
    border-right: none;
  }
}
/*  [ 02 ] - Sidebar
====================== */
.sidebar {
  padding: 50px 0 50px 10px;
}

.box-widget + .box-widget {
  margin-top: 40px;
}
.box-widget .box-title {
  margin-bottom: 20px;
}
.box-widget .box-title::before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 10px;
  width: 5px;
  height: 20px;
  background-color: var(--theme-color-1);
}

@media (max-width: 992px) {
  .sidebar {
    padding-top: 20px;
  }
}
/*  [ 03 ] - Who We Are
========================= */
#who-we-are .section-content {
  padding-top: 120px;
}
@media (max-width: 1400px) {
  #who-we-are .section-content {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  #who-we-are .section-content {
    padding-bottom: 60px;
    text-align: center;
  }
  #who-we-are .section-content .title-featured {
    display: inline-block;
  }
}

.title-featured {
  position: relative;
  margin-bottom: 25px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .title-featured {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .title-featured {
    font-size: 26px;
  }
}
.title-featured.medium {
  margin-bottom: 50px !important;
  font-size: 28px;
}
.title-featured.medium::after {
  margin-top: 10px;
  width: 65px;
  height: 4px;
}
.title-featured.center-horizontal::after {
  margin-left: auto;
  margin-right: auto;
}
.title-featured.text-white {
  color: #fff;
}
.title-featured.text-white::after {
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 0%, #fff 100%);
  background-image: -moz-linear-gradient(90deg, transparent 0%, #fff 100%);
  background-image: -o-linear-gradient(90deg, transparent 0%, #fff 100%);
  background-image: linear-gradient(90deg, transparent 0%, #fff 100%);
}

.center-horizontal {
  position: relative;
  display: inline-block;
  left: -50%;
  transform: translateX(50%);
}

@media (max-width: 480px) {
  .xs-center-horizontal {
    position: relative;
    display: inline-block;
    left: -50%;
    transform: translateX(50%);
  }
}
.img-featured-1 {
  max-width: 100%;
}
@media (max-width: 1440px) {
  .img-featured-1 {
    width: 100%;
    transform: translateX(30px) translateY(50px);
  }
}
@media (max-width: 992px) {
  .img-featured-1 {
    transform: none;
  }
}

/* List Info */
.list-info {
  list-style: none;
  display: flex;
  flex-direction: column;
  font-size: 25px;
  font-weight: 600;
  color: #192b3a;
}
@media (max-width: 1400px) {
  .list-info {
    font-size: 22px;
  }
}
.list-info.medium {
  font-size: 20px;
}
.list-info.medium li::before {
  top: 8px;
  height: 20px;
  flex: 0 0 20px;
  background-size: cover !important;
}
.list-info.grey {
  color: #6D839D;
}
@media (max-width: 480px) {
  .list-info {
    font-size: 17px;
  }
}
.list-info li {
  display: flex;
}
.list-info li + li {
  margin-top: 5px;
}
.list-info li::before {
  content: "";
  position: relative;
  top: 10px;
  margin-left: 15px;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
}
@media (max-width: 1400px) {
  .list-info li::before {
    top: 8px;
  }
}
@media (max-width: 480px) {
  .list-info li::before {
    top: 2px;
  }
}
.list-info.list-1 li::before {
  background: url(../images/files/list-bullet-1.png) center no-repeat;
}
.list-info.list-2 li::before {
  background: url(../images/files/list-bullet-2.png) center no-repeat;
}

/*  [ 04 ] - Our Products
=========================== */
.section_title {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.section_title h3 {
  color: #202432;
  font-size: 40px;
  margin-bottom: 20px;
  z-index: 3;
  position: relative;
  font-weight: bold;
}
.section_title p {
  font-weight: 300;
  line-height: 27px;
}
.section_title::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 35px;
  background: #f9f9f9;
  left: 0;
  right: 0;
  margin: auto;
  top: 25px;
  z-index: 1;
}

.services {
  position: relative;
}

.services::before {
  content: url(../images/files/Ellipse.png);
  position: absolute;
  bottom: -570px;
  left: -380px;
}

.services .s_title {
  min-height: 350px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.services .section_title {
  text-align: start;
  margin-bottom: 20px;
}
.services .section_title h3 {
  padding: 0 10px;
}
.services .section_title::before {
  left: auto;
}
.services .services_box {
  border: 1px solid #ededed;
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  align-items: flex-start;
  padding: 30px;
  min-height: 350px;
  border-radius: 10px;
  margin-bottom: 30px;
  height: 100px;
  background-color: #FFFFFF;
}
.services .services_box img {
  margin-bottom: 25px;
}
.services .services_box h4 {
  font-weight: 600;
  color: #233558;
  font-size: 27px;
  margin-bottom: 20px;
  height: 70px;
}
.services .services_box p {
  color: #6d839d;
  margin-top: 25px;
}

/*  [ 05 ] - Our Services
=========================== */
@media (max-width: 480px) {
  #our-services .section-content {
    padding-bottom: 60px;
  }
}
#our-services .title-featured {
  margin-bottom: 60px;
}

/* Box Service */
.box-service {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 30px;
  border-radius: 10px;
  transition: all 0.3s;
  border: 1px solid #EDEDED;
}
.box-service:hover {
  box-shadow: 0px 20px 35px 0 rgba(0, 0, 0, 0.3);
  transform: translateY(-10px);
  background-color: #A39CF4;
  background-image: -webkit-linear-gradient(0deg, #A39CF4 0%, #CEB0FF 100%);
  background-image: -moz-linear-gradient(0deg, #A39CF4 0%, #CEB0FF 100%);
  background-image: -o-linear-gradient(0deg, #A39CF4 0%, #CEB0FF 100%);
  background-image: linear-gradient(0deg, #A39CF4 0%, #CEB0FF 100%);
  border: none;
}
.box-service:hover h4,
.box-service:hover h4 a,
.box-service:hover p,
.box-service:hover .btn-rm {
  color: #fff;
}
.box-service:hover p {
  opacity: 0.8;
}
.box-service:hover .btn-rm {
  text-decoration: underline;
}
.box-service .box-icon {
  position: relative;
  margin: 0 0 25px 0;
}
.box-service .box-content {
  position: relative;
}
.box-service .box-content h4 {
  font-size: 30px;
  font-weight: 600;
}
.box-service .box-content p {
  transition: all 0.2s;
  font-size: 15px;
  height: 80px;
}
.box-service .box-content a {
  color: #202432;
}
.box-service .box-content a img {
  margin: 0 5px;
}
.box-service .box-content a:hover {
  text-decoration: none;
}
.box-service h4 a:hover {
  text-decoration: none;
}

/* List Next Rounds */
.works-tabs {
  list-style: none;
}
.works-tabs-content {
  position: relative;
  z-index: 10;
  margin-bottom: -250px;
  width: 100%;
}
.works-tabs-content > li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  list-style: none;
}

.list-works-categories {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 70px 0 50px;
}
.list-works-categories li {
  display: flex;
  align-items: flex-start;
}
.list-works-categories li.active a,
.list-works-categories li.active a:hover {
  background-color: rgba(255, 204, 2, 0.3);
  color: #fff;
  background-color: #ef8405;
  background-image: -webkit-linear-gradient(90deg, #ef8405 0%, #ff991f 100%);
  background-image: -moz-linear-gradient(90deg, #ef8405 0%, #ff991f 100%);
  background-image: -o-linear-gradient(90deg, #ef8405 0%, #ff991f 100%);
  background-image: linear-gradient(90deg, #ef8405 0%, #ff991f 100%);
}
.list-works-categories a {
  display: block;
  padding: 8px 25px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 999px;
  transition: color 0.2s;
  white-space: nowrap;
  color: #48a6f9;
  background-color: #fff;
}
@media (max-width: 480px) {
  .list-works-categories a {
    padding: 6px 18px;
    font-size: 14px;
  }
}
.list-works-categories a:hover {
  color: #2c8ee8;
}

/* Slider Works Categories */
.slider-works-categories {
  margin-bottom: 30px;
}
.slider-works-categories .slick-slider {
  overflow: hidden;
}
.slider-works-categories .slick-slider .slick-list {
  margin: 0 -5px;
}
.slider-works-categories .slick-slider .slick-slide {
  padding: 0 5px;
}

/* Slider Works Categories Single */
.slider-works-categories-single {
  position: relative;
  z-index: 10;
  margin-bottom: -370px;
}
.slider-works-categories-single .slick-list {
  margin: -25px -15px;
}
.slider-works-categories-single .slick-slide {
  padding: 25px 15px;
}

/* Slick Default Settings */
.slick-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.slick-slider .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
  outline: none;
}

/* Slick Dots */
.slick-dotted .slick-dots {
  list-style: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  font-size: 0;
}
.slick-dotted .slick-dots li + li {
  margin-right: 10px;
}
.slick-dotted .slick-dots li button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  transition: all 0.2s;
  background-color: rgba(209, 236, 255, 0.15);
}
@media (max-width: 480px) {
  .slick-dotted .slick-dots li button {
    width: 20px;
    height: 20px;
  }
}
.slick-dotted .slick-dots li button::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  transition: all 0.2s;
  background-color: #4ec1fc;
}
@media (max-width: 480px) {
  .slick-dotted .slick-dots li button::after {
    width: 6px;
    height: 6px;
  }
}
.slick-dotted .slick-dots li.slick-active button {
  background-color: rgba(252, 168, 67, 0.4);
}
.slick-dotted .slick-dots li.slick-active button::after {
  background-color: #fca843;
}

/* Slick Arrows */
.slick-arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 30px;
}
.slick-arrows a {
  margin: 0 5px;
}
.slick-arrows a:hover {
  color: #000;
}
.slick-arrows a.slick-disabled {
  opacity: 0.5;
}
.slick-arrows a.slick-disabled:hover {
  color: #54E1DB;
}
.slick-arrows i {
  display: block;
}

/* Box Preview */
.box-preview {
  width: 100%;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
}
.box-preview:hover .box-img .overlay,
.box-preview:hover .box-img .overlay .overlay-inner {
  opacity: 1;
  visibility: visible;
}
.box-preview:hover .box-img .overlay .overlay-inner {
  transition-delay: 0.25s;
}
.box-preview .box-img {
  position: relative;
  border-radius: 0;
  transition: all 0.3s ease;
}
.box-preview .box-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 0.3s ease;
}
.box-preview .box-img .overlay,
.box-preview .box-img .overlay .overlay-inner {
  opacity: 0;
  visibility: hidden;
}
.box-preview .box-img .overlay .overlay-inner {
  transition: all 0.3s ease;
}
.box-preview .box-content {
  padding: 45px 25px;
  position: relative;
}

/* Box Preview Work */
.box-preview-work {
  overflow: hidden;
  position: relative;
  display: flex;
  z-index: 0;
  border-radius: 10px;
  box-shadow: 0px 4px 21px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.2s;
  background-color: #f9f9f9;
}
@media (max-width: 1200px) {
  .box-preview-work {
    flex-direction: column;
  }
}
.box-preview-work .box-img {
  overflow: hidden;
  margin: 0 0 0 30px;
  height: auto;
  min-height: 200px;
  flex: 0 0 550px;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .box-preview-work .box-img {
    margin: 0;
    flex: 0 0 100%;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .box-preview-work .box-img {
    height: 300px;
  }
}
.box-preview-work .box-img > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
.box-preview-work .box-img > a img {
  max-height: 100%;
  width: auto;
}
.box-preview-work .box-img .overlay {
  transition-duration: 0.2s;
  color: #bbb;
  background-color: rgba(255, 255, 255, 0);
}
.box-preview-work .box-img .overlay .overlay-inner {
  align-items: center;
  justify-content: center;
}
.box-preview-work .box-img .overlay,
.box-preview-work .box-img .overlay .overlay-inner {
  opacity: 0;
  visibility: hidden;
}
.box-preview-work .box-content {
  display: flex;
  flex-direction: column;
  padding: 80px 40px 80px 100px;
}
@media (max-width: 768px) {
  .box-preview-work .box-content {
    padding-left: 40px;
  }
}
@media (max-width: 480px) {
  .box-preview-work .box-content {
    padding-top: 50px;
  }
}
.box-preview-work .box-content h3 {
  margin-bottom: 20px;
}
.box-preview-work .box-content h3 a {
  color: #222;
}
.box-preview-work .box-content h3 a:hover {
  color: #54E1DB;
}
.theme-dark .box-preview-work .box-content h3 a {
  color: #fff;
}
.theme-dark .box-preview-work .box-content h3 a:hover {
  color: #54E1DB;
}

.box-preview-work .box-content p {
  font-size: 20px;
  color: #6D839D;
}
@media (max-width: 480px) {
  .box-preview-work .box-content p {
    font-size: 16px;
  }
}
.box-preview-work .box-content .btn-rm {
  margin: 40px auto 0 0;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .box-preview-work .box-content .btn-rm {
    margin-top: 0;
  }
}
.box-preview-work:hover .overlay {
  background-color: rgba(255, 255, 255, 0.2);
}
.box-preview-work:hover .overlay,
.box-preview-work:hover .overlay .overlay-inner {
  opacity: 1;
  visibility: visible;
}
.box-preview-work:hover .overlay .overlay-inner {
  transition-delay: 0.2s;
}
/* List Categories Tags */
.list-categories-tags {
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .list-categories-tags {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.list-categories-tags li + li {
  margin-right: 10px;
}
@media (max-width: 480px) {
  .list-categories-tags li + li {
    margin: 10px 0 0;
  }
}
.list-categories-tags span {
  display: block;
  padding: 8px 25px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 999px;
  color: #fff;
  background-color: #666;
}
@media (max-width: 480px) {
  .list-categories-tags span {
    padding: 6px 18px;
    font-size: 14px;
  }
}
.list-categories-tags span.color-1 {
  background-color: #56dae0;
}
.list-categories-tags span.color-2 {
  background-color: #a27bf9;
}

/*  [ 07 ] - Clients Testimonials
=================================== */
#clients-testimonials {
  min-height: 810px;
  background: url("../images/files/clients-testimonails-bg.png") no-repeat left 220px;
}
@media (max-width: 1440px) {
  #clients-testimonials {
    background-position: -200px 180px;
  }
}
@media (max-width: 1200px) {
  #clients-testimonials {
    background-position: -250px 180px;
  }
}
@media (max-width: 992px) {
  #clients-testimonials {
    background-position: -450px 180px;
  }
}
@media (max-width: 768px) {
  #clients-testimonials {
    background-position: -600px 180px;
  }
}
@media (max-width: 480px) {
  #clients-testimonials {
    background-position: -600px 280px;
  }
}
#clients-testimonials .section-content {
  padding: 180px 0 140px;
}
@media (max-width: 1200px) {
  #clients-testimonials .section-content {
    padding-bottom: 50px;
  }
}

.testimonial-single-1 {
  position: relative;
  padding: 50px 40px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0 rgba(159, 159, 159, 0.39);
  background-color: #fff;
}
.testimonial-single-1 .ts-person {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  background-color: #fff;
}
.testimonial-single-1 .ts-img {
  overflow: hidden;
  margin-left: 25px;
  float: right;
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  border-radius: 100%;
  background-color: #ccc;
}
.testimonial-single-1 .ts-name h3 {
  margin: 0 0 2px;
}
.testimonial-single-1 .ts-name span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #8a8c8e;
}
@media (max-width: 480px) {
  .testimonial-single-1 .ts-name span {
    font-size: 16px;
  }
}
.testimonial-single-1 .ts-content {
  position: relative;
  margin-top: 15px;
  font-size: 20px;
}
@media (max-width: 1400px) {
  .testimonial-single-1 .ts-content {
    margin-top: 5px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .testimonial-single-1 .ts-content {
    margin-top: 5px;
    font-size: 16px;
  }
}
.testimonial-single-1 .quote-sign {
  position: absolute;
  left: 0;
  top: 0;
  height: 88px;
  font-size: 88px;
  line-height: 0px;
  text-shadow: 0px 5px 15px rgba(166, 165, 165, 0.34);
  background-color: #86cb4b;
  background-image: -webkit-linear-gradient(90deg, #86cb4b 0%, #09bd62 100%);
  background-image: -moz-linear-gradient(90deg, #86cb4b 0%, #09bd62 100%);
  background-image: -o-linear-gradient(90deg, #86cb4b 0%, #09bd62 100%);
  background-image: linear-gradient(90deg, #86cb4b 0%, #09bd62 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .testimonial-single-1 .quote-sign {
    top: -40px;
    left: -15px;
  }
}

/* Slider Testimonial */
.slider-testimonials {
  margin-top: 60px;
  width: 100%;
  /* Next & Prev Buttons */
  /* Dots Buttons */
}
.slider-testimonials .owl-carousel {
  list-style: none;
}
.slider-testimonials .owl-carousel .owl-stage-outer {
  margin: -70px -30px -40px -30px;
  padding: 70px 30px 40px 30px;
  width: calc(100% + 1300px);
}
@media (max-width: 1200px) {
  .slider-testimonials .owl-carousel .owl-stage-outer {
    width: calc(100% + 60px);
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .slider-testimonials .owl-carousel .owl-stage-outer {
    margin-top: 30px;
  }
}
.slider-testimonials .owl-carousel .owl-item {
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .slider-testimonials .owl-carousel .owl-item:not(.active) {
    opacity: 0;
  }
}
.slider-testimonials .owl-carousel > li {
  display: block;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: content-box;
}
.slider-testimonials .owl-carousel .slide {
  position: relative;
}
.slider-testimonials .owl-carousel > img {
  width: 100%;
}
.slider-testimonials .owl-nav {
  margin: 0;
  position: absolute;
  top: -50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 200px;
  width: 100%;
}
@media (max-width: 992px) {
  .slider-testimonials .owl-nav {
    top: 0;
    padding-left: 50px;
  }
}
@media (max-width: 480px) {
  .slider-testimonials .owl-nav {
    padding-left: 0;
  }
}
.slider-testimonials .owl-nav [class*=owl-] {
  font-size: 30px;
  font-weight: 100;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s;
  color: #fff;
  background-color: transparent;
}
.slider-testimonials .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: #fff;
}
.slider-testimonials .owl-nav [class*=owl-] i {
  transform: rotate(-90deg);
}
.slider-testimonials .owl-nav .owl-prev {
  left: 0;
  margin-left: 10px;
  text-indent: 0;
}
.slider-testimonials .owl-nav .owl-prev:hover {
  transform: translateX(3px);
}
.slider-testimonials .owl-nav .owl-next {
  right: 0;
  text-indent: 0;
}
.slider-testimonials .owl-nav .owl-next:hover {
  transform: translateX(-3px);
}
.slider-testimonials .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.slider-testimonials:hover .owl-nav .disabled {
  opacity: 0.5;
}
.slider-testimonials .owl-dots {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  margin: 0 0 0 !important;
  opacity: 1;
  visibility: visible;
}
.slider-testimonials .owl-dots .owl-dot {
  margin: 0 3px;
  border-radius: 100%;
}
.slider-testimonials .owl-dots .owl-dot:hover span {
  opacity: 0.6;
  background-color: #222;
}
.slider-testimonials .owl-dots .owl-dot.active span, .slider-testimonials .owl-dots .owl-dot.active:hover span {
  border-color: #54E1DB;
  opacity: 1;
  background-color: #54E1DB;
}
.slider-testimonials .owl-dots .owl-dot span {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: #222;
  opacity: 0.2;
  transition: all 0.2s;
}

/*  [ 08 ] - Our Blog
======================= */
#our-blog {
  background: url(../images/files/our-blog-bg.png) no-repeat right center;
}
@media (max-width: 1400px) {
  #our-blog {
    background-position: right 210px;
  }
}
#our-blog .section-content {
  padding-top: 80px;
}
@media (max-width: 1400px) {
  #our-blog .section-content {
    padding-top: 40px;
  }
}

/* List Items */
.list-boxes {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px -50px;
}
.list-boxes.boxes-2 > li {
  width: 50%;
}
.list-boxes.boxes-3 > li {
  width: 33.33333%;
}
.list-boxes.boxes-4 > li {
  width: 25%;
}
.list-boxes > li {
  padding: 0 15px;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .list-boxes.boxes-2 > li {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .list-boxes.boxes-3 > li, .list-boxes.boxes-4 > li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .list-boxes.boxes-3 > li, .list-boxes.boxes-4 > li {
    width: 100%;
  }
  .list-boxes.boxes-3.mq-768 > li, .list-boxes.boxes-4.mq-768 > li {
    width: 100%;
  }
}
/* Blog Posts */
.blog-posts {
  margin-top: 60px;
}

/* Box Blog Post */
.box-blog-post {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 0;
  padding: 20px 30px 40px;
  height: 100%;
  box-shadow: 0px 5px 15px 0 rgba(159, 159, 159, 0.39);
  border-radius: 10px;
  transition: all 0.2s;
  background-color: #f9f9f9;
}
.box-blog-post .meta-date {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.box-blog-post .meta-date::after {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  display: block;
  width: calc(100% - 30px);
  height: 2px;
  background-color: #eee;
}
.box-blog-post .meta-date .day {
  margin-bottom: -8px;
  font-size: 14px;
  font-weight: 700;
  color: #8d8d8d;
}
.box-blog-post .meta-date .month {
  font-size: 12px;
}
.box-blog-post .meta-author {
  margin: -5px 0 5px 0;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .box-blog-post .meta-author {
    margin-bottom: -5px;
    font-size: 14px;
  }
}
.box-blog-post .meta-author span {
  color: #222;
}
.box-blog-post .meta-author a:hover {
  text-decoration: underline;
  color: #222;
}
.box-blog-post .btn-rm {
  margin: auto auto 0 0;
}
.box-blog-post .btn-rm:hover {
  text-decoration: underline;
}
.box-blog-post .box-img {
  overflow: hidden;
  margin: 0;
  height: auto;
  min-height: 190px;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 1400px) {
  .box-blog-post .box-img {
    min-height: 150px;
  }
}
@media (max-width: 768px) {
  .box-blog-post .box-img {
    flex: 0 0 150px;
  }
}
.box-blog-post .box-img > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
.box-blog-post .box-img > a img {
  display: none;
  max-height: 100%;
  width: auto;
}
.box-blog-post .box-img .overlay {
  transition-duration: 0.2s;
  color: #bbb;
  background-color: rgba(255, 255, 255, 0);
}
.box-blog-post .box-img .overlay .overlay-inner {
  align-items: center;
  justify-content: center;
}
.box-blog-post .box-img .overlay,
.box-blog-post .box-img .overlay .overlay-inner {
  opacity: 0;
  visibility: hidden;
}
.box-blog-post .box-content {
  display: flex;
  flex-direction: column;
  padding: 20px 0 0;
  flex: 1 0 auto;
}
.box-blog-post .box-content h4 {
  margin: 10px 0 8px;
}
.box-blog-post .box-content h4 a {
  color: #222;
}
.box-blog-post .box-content h4 a:hover {
  text-decoration: underline;
  color: #54E1DB;
}
.box-blog-post:hover .overlay {
  background-color: rgba(34, 34, 34, 0.5);
}
.box-blog-post:hover .overlay,
.box-blog-post:hover .overlay .overlay-inner {
  opacity: 1;
  visibility: visible;
}
.box-blog-post:hover .overlay .overlay-inner {
  transition-delay: 0.2s;
}
/*  [ 09 ] - Our Clients
========================== */
#our-clients .section-content {
  padding-top: 0;
}
@media (max-width: 1400px) {
  #our-clients .section-content {
    padding-top: 80px;
  }
}

/* Client Single */
.client-single {
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-single img {
  position: relative;
  top: 0;
  width: auto !important;
  opacity: 0.5;
  transition: all 0.15s;
}
.client-single a:hover img {
  opacity: 0.8;
}

/* Slider Clients */
.slider-clients {
  padding-top: 0;
  margin-bottom: 100px;
  width: 100%;
  /* Next & Prev Buttons */
  /* Dots Buttons */
}
.slider-clients .owl-carousel {
  list-style: none;
}
.slider-clients .owl-carousel .owl-stage-outer {
  margin-top: -2px;
  padding-top: 2px;
}
.slider-clients .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.slider-clients .owl-carousel > li {
  display: block;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: content-box;
}
.slider-clients .owl-carousel .slide {
  position: relative;
}
.slider-clients .owl-carousel > img {
  width: 100%;
}
.slider-clients .owl-nav {
  margin: 0;
}
.slider-clients .owl-nav [class*=owl-] {
  font-size: 25px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  margin: 0;
  padding: 0;
  margin-top: -30px !important;
  position: absolute;
  top: 50%;
  border-radius: 999px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  color: #fff;
  background-color: #54E1DB;
}
.slider-clients .owl-nav [class*=owl-]:hover {
  background-color: #222;
  color: #fff;
}
.slider-clients .owl-nav .owl-prev {
  left: 0;
  margin-left: 60px;
}
.slider-clients .owl-nav .owl-next {
  right: 0;
  margin-right: 60px;
}
.slider-clients .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.slider-clients:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
}
.slider-clients:hover .owl-nav .owl-prev {
  margin-left: 40px;
}
.slider-clients:hover .owl-nav .owl-prev:hover {
  margin-left: 35px;
}
.slider-clients:hover .owl-nav .owl-next {
  margin-right: 40px;
}
.slider-clients:hover .owl-nav .owl-next:hover {
  margin-right: 35px;
}
.slider-clients .owl-dots {
  margin: 0;
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: 40px !important;
}
.slider-clients .owl-dots .owl-dot {
  margin: 0 2.5px;
  border-radius: 100%;
}
.slider-clients .owl-dots .owl-dot:hover span {
  background-color: #aaa;
}
.slider-clients .owl-dots .owl-dot.active span, .slider-clients .owl-dots .owl-dot.active:hover span {
  background-color: #54E1DB;
}
.slider-clients .owl-dots .owl-dot span {
  width: 15px;
  margin: 0;
  border-radius: 100%;
  height: 15px;
  background-color: #d8d9d9;
  transition: all 0.15s;
}

/* Box Contact Us */
.box-contact-us {
  position: relative;
  z-index: 1;
  left: 122.5px;
  margin: 0 0 -340px;
  padding: 90px;
  width: calc(100% + 245px);
  height: 405px;
  border-radius: 10px;
  background: url(../images/files/contact-us-mini-bg.png) no-repeat center/cover;
}
@media (max-width: 1440px) {
  .box-contact-us {
    left: 0;
    padding: 60px;
    width: 100%;
    height: auto;
    box-shadow: 0px 5px 15px 0 rgba(159, 159, 159, 0.39);
    background: #fff;
  }
}
@media (max-width: 992px) {
  .box-contact-us {
    padding: 40px;
  }
}
.box-contact-us .list-steps {
  list-style: none;
  display: flex;
  margin: 0 20px 25px 0;
  font-size: 20px;
}
@media (max-width: 992px) {
  .box-contact-us .list-steps {
    flex-direction: column;
  }
}
.box-contact-us .list-steps li::after {
  content: "";
  width: 10px;
  height: 10px;
  font-weight: 900;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 20px 0 15px;
  font-size: 14px;
  color: #c0c0c0;
  background: url(../images/files/contact-steps-arrow.png) no-repeat center;
}
.box-contact-us .list-steps li:last-child::after {
  display: none;
}
.box-contact-us a:not(.active) {
  color: #c0c0c0;
}
.box-contact-us a:not(.active):hover {
  color: #222;
}
.box-contact-us .box-content {
  position: relative;
  top: 30px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .box-contact-us .box-content {
    top: 0;
  }
}
@media (max-width: 1200px) {
  .box-contact-us .box-content {
    flex-direction: column;
  }
}
.box-contact-us .title-featured {
  margin-bottom: 0;
  width: 160px;
}
@media (max-width: 1200px) {
  .box-contact-us .title-featured {
    margin: 0 0 40px auto;
  }
}

/* Form Contact Us Mini */
#form-contact-us-mini {
  display: flex;
  align-items: flex-end;
  margin-right: 50px;
  width: 100%;
}
@media (max-width: 768px) {
  #form-contact-us-mini {
    flex-direction: column;
  }
}
#form-contact-us-mini input[type=text]:focus, #form-contact-us-mini input[type=text]:hover {
  box-shadow: none;
}
#form-contact-us-mini .form-group:first-child {
  flex: 1;
  width: 100%;
}
#form-contact-us-mini .form-group:last-child button[type=submit] {
  margin-right: 20px;
}
@media (max-width: 768px) {
  #form-contact-us-mini .form-group:last-child button[type=submit] {
    margin: 20px 0 0 auto;
  }
}
@media (max-width: 768px) {
  #form-contact-us-mini .form-group:last-child {
    flex: 1;
  }
}
#form-contact-us-mini .box-field {
  position: relative;
}

/* Form Step Wizard */
.box-contact-us .stepwizard-step {
  display: flex;
  align-items: center;
}

.box-contact-us .btn.disabled,
.box-contact-us .btn[disabled],
fieldset[disabled] .btn {
  color: #c0c0c0;
}

.box-contact-us .stepwizard-step i {
  margin: 0 10px;
  display: inline-block;
  font-size: 15px;
  transform: translateY(5px);
  color: #c0c0c0;
}

.box-contact-us .form-group button {
  border: none;
  border-radius: 50px !important;
  text-align: center;
  float: left;
  margin: 5px 0 0 8px;
}

.stepwizard {
  margin-top: -15px;
}
.stepwizard .setup-content {
  width: 100%;
}
.stepwizard .setup-content .nextBtn {
  position: absolute;
  left: 0;
  top: 5px;
  width: 35px;
  height: 35px;
  background-color: #1589e8;
  color: #fff;
  border: none;
  transition: all 0.2s;
}
.stepwizard .setup-content .nextBtn:hover {
  background-color: #000;
}
.stepwizard .stepwizard-row {
  list-style: none;
  display: flex;
  margin: 30px 20px 20px 0;
}
@media (max-width: 992px) {
  .stepwizard .stepwizard-row {
    flex-direction: column;
  }
}
.stepwizard .stepwizard-step a {
  display: inline-block;
  padding: 0;
  border: none;
  font-size: 20px;
  font-weight: 400;
  color: #0cbaec;
}
@media (max-width: 1440px) {
  .stepwizard .stepwizard-step a {
    font-size: 16px;
  }
}
.stepwizard .stepwizard-step::after {
  content: "";
  width: 10px;
  height: 10px;
  font-weight: 900;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 15px;
  font-size: 14px;
  color: #c0c0c0;
  background: url(../images/files/contact-steps-arrow.png) no-repeat center;
}
.stepwizard .stepwizard-step:last-child::after {
  display: none;
}

/*  [ 10 ] - About Us
======================= */
.img-featured-2 {
  max-width: initial;
  transform: translateX(-50px);
}
@media (max-width: 1400px) {
  .img-featured-2 {
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .img-featured-2 {
    width: 100%;
    transform: translateX(0) translateY(50px);
  }
}
@media (max-width: 992px) {
  .img-featured-2 {
    transform: none;
  }
}

/* List Content */
.list-content {
  list-style: none;
  display: flex;
  align-items: flex-start;
}

.video-preview iframe {
  min-height: 350px;
  width: 100%;
  height: 100%;
  border: none;
}

/* Meta Post */
.meta-post {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  margin-bottom: 40px;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.meta-post.style-2 {
  padding: 0 40px;
  box-shadow: none;
  background-color: transparent;
}
.meta-post.style-2 .social-share {
  margin-top: 15px;
}
.meta-post h5,
.meta-post h6 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .meta-post {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Social Share */
.social-share {
  display: flex;
  align-items: center;
  margin-right: auto;
}
@media (max-width: 768px) {
  .social-share {
    margin: 10px 0 0;
  }
}
.social-share h6 {
  margin: 0 0 0 20px;
}
.social-share .social-icons li + li {
  margin-right: 5px;
}
@media (max-width: 768px) {
  .social-share .social-share {
    margin: 15px 0 0;
  }
}

/* List Post State */
.list-post-states {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.list-post-states li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.list-post-states li + li {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #ddd;
}
.list-post-states a {
  color: #000;
}
.list-post-states a:hover {
  text-decoration: underline;
  color: #54E1DB;
}
.list-post-states i {
  margin-left: 6px;
  font-size: 18px;
}

/* Contact Map */
#contact-map {
  margin-top: 60px;
  height: 400px;
}

/* Contact Channels */
.contact-channels {
  position: fixed;
  z-index: 100;
  right: 20px;
  top: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 480px) {
  .contact-channels {
    top: 200px;
    right: 20px;
  }
}
.contact-channels .btn-channels {
  position: absolute;
  right: -20px;
  top: -90px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.08);
  font-size: 30px;
  background-color: #54E1DB;
  color: #fff;
}
.contact-channels .btn-channels i:nth-child(2) {
  display: none;
}
.contact-channels .btn-channels.is-active {
  background-color: #ff991f;
}
.contact-channels .btn-channels.is-active:hover {
  width: 64px;
  opacity: 0.95;
  background-color: #ef8405;
}
@media (max-width: 480px) {
  .contact-channels .btn-channels.is-active:hover {
    width: 44px;
  }
}
.contact-channels .btn-channels.is-active i:first-child {
  display: none;
}
.contact-channels .btn-channels.is-active i:nth-child(2) {
  display: block;
}
@media (max-width: 480px) {
  .contact-channels .btn-channels {
    top: -70px;
    right: -20px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.list-contact-channels {
  list-style: none;
  display: flex;
  flex-direction: column;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
}
.list-contact-channels.hide-me {
  opacity: 0;
  visibility: hidden;
}
.list-contact-channels.hide-me li {
  transform: translateX(80px);
}
.list-contact-channels li {
  transition: all 0.2s;
  transform: translateX(0);
}
.list-contact-channels li + li {
  margin-top: 10px;
}
.list-contact-channels li:nth-child(2) {
  transition-delay: 0.06s;
}
.list-contact-channels li:nth-child(3) {
  transition-delay: 0.12s;
}
.list-contact-channels a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  color: #fff;
}
.list-contact-channels a:hover {
  opacity: 0.7;
}
.list-contact-channels a.phone {
  background-color: #24aeff;
}
.list-contact-channels a.whatsapp {
  background-color: #25d366;
}
.list-contact-channels a.chat {
  background-color: #24aeff;
}

/* With Tooltip */
.with-tooltip:hover span {
  opacity: 1;
  visibility: visible;
}
.with-tooltip:hover span.move-top {
  transform: translateY(0);
}
.with-tooltip:hover span.move-left {
  transform: translateX(0) translateY(-50%);
}
.with-tooltip span {
  position: absolute;
  display: flex;
  padding: 5px 12px 7px;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  background-color: #000;
  color: #fff;
}
.with-tooltip span::after {
  content: "";
  position: absolute;
}
.with-tooltip span.pos-top {
  bottom: calc(100% + 10px);
  transform: translateY(-10px);
}
.with-tooltip span.pos-top::after {
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.with-tooltip span.pos-left {
  right: calc(100% + 10px);
  top: 50%;
  transform: translateX(-10px) translateY(-50%);
}
.with-tooltip span.pos-left::after {
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 8px solid #000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

/*  [ 11 ] - Team Members
=========================== */
#team-members {
  background-color: #f5f9ff;
}
#team-members .section-content {
  padding-bottom: 265px;
  margin-bottom: -165px;
}

/* Team Members */
.team-members {
  margin-top: 60px;
}

/* Box Team Member */
.box-team-member {
  top: 0;
  transition: all 0.2s;
}
.box-team-member.box-preview {
  overflow: hidden;
}
.box-team-member.box-preview .box-img {
  margin: auto;
  width: 100%;
  height: 310px;
}
.box-team-member.box-preview .box-img.color-bg-white {
  background-color: #fff;
}
.box-team-member.box-preview .box-img .bg-element {
  background-size: auto;
  background-position: center bottom;
}
.box-team-member.box-preview .box-img .overlay {
  color: #bbb;
  background-color: rgba(0, 0, 0, 0.4);
  transition-duration: 0.4s;
}
.box-team-member.box-preview .box-img .overlay .overlay-inner {
  align-items: center;
  justify-content: center;
}
.box-team-member.box-preview .box-img .overlay,
.box-team-member.box-preview .box-img .overlay .overlay-inner {
  opacity: 0;
  visibility: hidden;
}
.box-team-member.box-preview:hover .overlay,
.box-team-member.box-preview:hover .overlay .overlay-inner {
  opacity: 1;
  visibility: visible;
}
.box-team-member.box-preview:hover .overlay .overlay-inner {
  transition-delay: 0.15s;
}
.box-team-member.box-preview .box-content {
  padding: 30px 30px 0;
  text-align: center;
}
.box-team-member.box-preview .box-content h4 {
  margin: 0 0 10px;
}
.box-team-member.box-preview .box-content h4, .box-team-member.box-preview .box-content h4 a {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.box-team-member.box-preview .box-content h4 a:hover {
  color: #1489e8;
}
.box-team-member.box-preview .box-content h6 {
  font-weight: 400;
  color: #aab6bb;
}
.box-team-member .social-icons {
  margin: 0;
}
/*  [ 12 ] - Page Our Services
================================ */
.page-our-services #our-services {
  background-color: #f7fafd;
}
.page-our-services #our-services .section-content {
  padding-bottom: 265px;
  margin-bottom: -165px;
}

/* Services Items */
.services-items {
  justify-content: stretch;
}
.services-items .box-service {
  height: 100%;
}

/* Pagination */
.pagination {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 80px;
  margin-bottom: -5px;
}
.pagination li {
  display: inline-block;
}
.pagination li + li {
  margin-bottom: 5px;
}
.pagination li:first-child i {
  transform: rotate(90deg);
}
.pagination li:last-child i {
  transform: rotate(-90deg);
}
.pagination li.active a, .pagination li.active a:hover {
  z-index: 10;
  border-color: #54E1DB;
  background: #54E1DB;
  color: #fff;
}
.pagination li a {
  position: relative;
  display: block;
  margin: 0 -1px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #ccc;
  color: #54E1DB;
  background: #fff;
}
.pagination li a:hover {
  background: #ececec;
}

/* Block Content */
.block-content {
  padding: 50px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 480px) {
  .block-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.block-content + .block-content {
  margin-top: 60px;
}

/* Box Service 2 */
.box-service-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .box-service-2 {
    align-items: center;
    text-align: center;
  }
}
.box-service-2 .box-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: none;
  margin: 0 0 25px 0;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background-color: #f2f3fe;
}
.box-service-2 .box-icon i {
  font-size: 25px;
  line-height: 25px;
  color: #fff;
}
.box-service-2 .box-content {
  position: relative;
}
.box-service-2 h4,
.box-service-2 p {
  transition: all 0.2s;
}
.box-service-2 h4 a:hover {
  text-decoration: underline;
}

/* Form Service Order */
#form-service-order {
  width: 100%;
}
#form-service-order .form-content {
  position: relative;
}
#form-service-order .form-group {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
#form-service-order .form-group label {
  margin-right: 25px;
}
#form-service-order .form-group:nth-child(2) select {
  border-color: #54E1DB;
  background-color: #54E1DB;
  color: #fff;
}
#form-service-order .form-group:first-child, #form-service-order .form-group:nth-child(3) {
  width: 50%;
  padding-left: 15px;
}
#form-service-order .form-group:last-child {
  flex-direction: column;
  align-items: flex-start;
}
#form-service-order .form-group:last-child input[type=submit] {
  width: auto;
}
#form-service-order .form-group:last-child .g-recaptcha {
  margin-bottom: 30px;
}
#form-service-order .form-group:nth-child(2) {
  margin-top: 0;
}
#form-service-order .form-group:nth-child(2), #form-service-order .form-group:nth-child(4) {
  width: 50%;
  padding-right: 15px;
  float: left;
}
#form-service-order input[type=submit] {
  display: block;
}

@media (max-width: 768px) {
  #form-service-order .form-group {
    padding: 0 !important;
    width: 100% !important;
  }
  #form-service-order .form-group:first-child {
    padding-right: 0;
  }
  #form-service-order .form-group:nth-child(2) {
    margin-top: 30px;
  }
  #form-service-order img {
    height: 30px;
  }
}
/* Form With Label Style 1 */
form.with-label-style-1 label {
  position: absolute;
  top: -5px;
  margin-top: -14px;
  margin-right: 25px;
  font-size: 14px;
  opacity: 0;
  color: #6D839D;
  transition: all 0.1s linear;
}
form.with-label-style-1 label.show {
  margin-top: -22px;
  opacity: 1;
  transition-delay: 0.1s;
}
/*  [ 12 ] - Page Our Works
============================= */
#portfolio-single .section-content {
  background: url(../images/files/featured-bg-1.png) no-repeat right 85px;
}

/* Sorter Items */
/* Products Items */
.products-items {
  margin-bottom: -50px;
}
.products-items > li {
  margin-bottom: 50px;
  /* for rtl purpose */
  -webkit-transition-property: right, top, -webkit-transform, opacity;
  -moz-transition-property: right, top, -moz-transform, opacity;
  -ms-transition-property: right, top, -ms-transform, opacity;
  -o-transition-property: right, top, -o-transform, opacity;
  transition-property: right, top, transform, opacity;
}

/* Porfolio Categories */
.sorter-categories {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.sorter-categories li {
  margin: 0 0 10px 10px;
}
.sorter-categories li a {
  display: block;
  position: relative;
  z-index: 0;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #222;
}
.sorter-categories li a:hover {
  color: #54E1DB;
}
.sorter-categories li a.active, .sorter-categories li a.active:hover {
  color: #fff;
  box-shadow: 0px 5px 15px 0 rgba(166, 165, 165, 0.34);
  background-color: #ef8405;
  background-image: -webkit-linear-gradient(90deg, #ef8405 0%, #ff991f 100%);
  background-image: -moz-linear-gradient(90deg, #ef8405 0%, #ff991f 100%);
  background-image: -o-linear-gradient(90deg, #ef8405 0%, #ff991f 100%);
  background-image: linear-gradient(90deg, #ef8405 0%, #ff991f 100%);
}

/* Products Categories */
/* Box Portfolio Item */
.box-portfolio-item {
  overflow: hidden;
  position: relative;
  display: flex;
  z-index: 0;
  border-radius: 20px;
  box-shadow: 0px 4px 21px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.2s;
  background-color: #f9f9f9;
}
@media (max-width: 1200px) {
  .box-portfolio-item {
    flex-direction: column;
  }
}
.box-portfolio-item .box-img {
  overflow: hidden;
  margin: 0 0 0 30px;
  height: auto;
  min-height: 175px;
  flex: 0 0 220px;
  border-radius: 0;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .box-portfolio-item .box-img {
    margin: 0;
    flex: 0 0 100%;
    height: 250px;
  }
}
.box-portfolio-item .box-img > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
.box-portfolio-item .box-img > a img {
  max-height: 100%;
  width: auto;
}
.box-portfolio-item .box-img .overlay {
  transition-duration: 0.2s;
  color: #bbb;
  background-color: rgba(255, 255, 255, 0);
}
.box-portfolio-item .box-img .overlay .overlay-inner {
  align-items: center;
  justify-content: center;
}
.box-portfolio-item .box-img .overlay,
.box-portfolio-item .box-img .overlay .overlay-inner {
  opacity: 0;
  visibility: hidden;
}
.box-portfolio-item .box-content {
  display: flex;
  flex-direction: column;
  padding: 30px 0 30px 30px;
}
@media (max-width: 1200px) {
  .box-portfolio-item .box-content {
    padding-right: 30px;
  }
}
.box-portfolio-item .box-content h5 {
  margin-bottom: 10px;
}
.box-portfolio-item .box-content h5 a {
  color: #222;
}
.box-portfolio-item .box-content h5 a:hover {
  color: #54E1DB;
}
.box-portfolio-item .box-content p {
  font-size: 14px;
  color: #6D839D;
}
.box-portfolio-item .box-content .btn-rm {
  margin: -10px auto 0 0;
  font-size: 16px;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .box-portfolio-item .box-content .btn-rm {
    margin-top: 0;
  }
}
.box-portfolio-item:hover .overlay {
  background-color: rgba(255, 255, 255, 0.2);
}
.box-portfolio-item:hover .overlay,
.box-portfolio-item:hover .overlay .overlay-inner {
  opacity: 1;
  visibility: visible;
}
.box-portfolio-item:hover .overlay .overlay-inner {
  transition-delay: 0.2s;
}
.box-portfolio-item .list-categories-tags {
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .box-portfolio-item .list-categories-tags {
    flex-direction: row;
  }
}
.box-portfolio-item .list-categories-tags li + li {
  margin-right: 10px;
}
@media (max-width: 600px) {
  .box-portfolio-item .list-categories-tags li + li {
    margin: 0 10px 0 0;
  }
}
.box-portfolio-item .list-categories-tags span {
  display: block;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #666;
  border-radius: 999px;
  color: #fff;
  background-color: #fff;
}
.box-portfolio-item .list-categories-tags span.color-1 {
  border-color: #56dae0;
  color: #56dae0;
}
.box-portfolio-item .list-categories-tags span.color-2 {
  border-color: #a27bf9;
  color: #a27bf9;
}

/*  [ 14 ] - Page Portfolio Single
==================================== */
#our-portfolio .section-content {
  background: url(../images/files/featured-bg-1.png) no-repeat right 85px;
}

/* Slider Portfolio Single */
.slider-portfolio-single {
  position: relative;
}
.slider-portfolio-single .slick-arrows {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  justify-content: space-between;
}
.slider-portfolio-single .slick-arrows .slick-arrow {
  position: relative;
  margin-top: -50px;
}
.slider-portfolio-single .slick-arrows .slick-arrow.slick-next {
  left: -50px;
}
.slider-portfolio-single .slick-arrows .slick-arrow.slick-prev {
  right: -50px;
}
.slider-portfolio-single .slick-dots {
  margin-top: 20px;
}
.slider-portfolio-single .slick-dots li button {
  background-color: rgba(209, 236, 255, 0.7);
}
.slider-portfolio-single .slick-dots li button::after {
  background-color: #b2d7f2;
}

/* Portfolio Single Meta */
.portfolio-single-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .portfolio-single-meta {
    align-items: flex-start;
    margin-top: 30px;
  }
}
.portfolio-single-meta .date {
  border-radius: 999px;
  padding: 8px 35px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  background-color: #54E1DB;
  color: #fff;
}

.list-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: -10px;
  width: 230px;
}
@media (max-width: 992px) {
  .list-tags {
    justify-content: flex-start;
  }
}
.list-tags li {
  margin: 0 10px 10px 0;
}
@media (max-width: 992px) {
  .list-tags li {
    margin: 0 0 10px 10px;
  }
}
.list-tags a {
  padding: 6px 15px;
  font-size: 13px;
  border-radius: 999px;
  border: 1px solid #54E1DB;
  color: #54E1DB;
}
.list-tags a:hover {
  background-color: rgba(84, 225, 219, 0.06);
}

/* Box App Download */
.box-app-download {
  display: flex;
  flex-direction: column;
  font-size: 18px;
}
.box-app-download .download-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .box-app-download .download-imgs {
    flex-direction: column;
  }
  .box-app-download .download-imgs img {
    width: auto;
  }
}
.box-app-download h5 {
  margin-bottom: 30px;
  font-weight: 500;
}
.box-app-download a {
  display: inline-block;
}
.box-app-download a + a {
  margin-right: 10px;
}
.box-app-download img {
  height: 60px;
}
@media (max-width: 1400px) {
  .box-app-download img {
    height: 50px;
  }
}

@media (max-width: 768px) {
  .box-app-download {
    font-size: 20px;
  }
  .box-app-download img {
    height: 50px;
  }
}
@media (max-width: 480px) {
  .box-app-download img {
    height: 55px;
  }
  .box-app-download a + a {
    margin: 10px 0 0;
  }
}
/*  [ 15 ] - Page Our Blog
============================ */
#our-blog-posts .section-content {
  background: url(../images/files/featured-bg-1.png) no-repeat right 85px;
}

/*  [ 16 ] - Page Blog Single
=============================== */
#blog-single .section-content {
  padding-top: 0;
  padding-bottom: 265px;
  margin-bottom: -165px;
  background: url(../images/files/featured-bg-1.png) no-repeat right 85px;
  background-color: #f7fafd;
}

/* Blog Post */
.blog-post {
  padding: 120px 160px;
  box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  /* post title */
}
@media (max-width: 992px) {
  .blog-post {
    padding: 80px 100px;
  }
}
@media (max-width: 768px) {
  .blog-post {
    padding: 80px 60px;
  }
}
@media (max-width: 480px) {
  .blog-post {
    padding: 80px 30px;
  }
}
.blog-post .title {
  margin-bottom: 40px;
}
.blog-post .meta {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .blog-post .meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-post .meta .list-meta {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .blog-post .meta .list-meta {
    margin-bottom: 15px;
  }
}
.blog-post .meta .list-meta li {
  display: flex;
  align-items: center;
}
.blog-post .meta .list-meta li + li {
  margin-right: 20px;
}
.blog-post .meta .list-meta .date {
  color: #54E1DB;
}
.blog-post .meta .list-meta i {
  margin-left: 6px;
  font-size: 18px;
  color: #000;
}
.blog-post .meta .list-tags {
  margin-right: auto;
  width: auto;
}
@media (max-width: 1200px) {
  .blog-post .meta .list-tags {
    margin-right: 0;
  }
  .blog-post .meta .list-tags li {
    margin-right: 0;
    margin-left: 10px;
  }
}
.blog-post .meta .list-tags a {
  border-color: #bbb;
  color: #bbb;
}
.blog-post .meta .list-tags a:hover {
  border-color: #54E1DB;
  color: #54E1DB;
}

/* Blog Post Related Content */
.bp-related-content {
  margin-top: 80px;
}

/* Slider Posts Most Viewed */
.slider-posts-most-viewed .slick-list {
  margin-top: -25px;
  margin-bottom: -40px;
}
.slider-posts-most-viewed .slick-slide {
  padding-top: 25px;
  padding-bottom: 40px;
}

/* Blog Post Comments */
.bp-comments {
  margin-top: 80px;
}
.bp-comments > .meta {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 2px solid #eeeded;
}
@media (max-width: 992px) {
  .bp-comments > .meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.bp-comments > .meta .list-meta {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 992px) {
  .bp-comments > .meta .list-meta {
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .bp-comments > .meta .list-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.bp-comments > .meta .list-meta li {
  display: flex;
  align-items: center;
}
.bp-comments > .meta .list-meta li + li {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #ddd;
}
@media (max-width: 600px) {
  .bp-comments > .meta .list-meta li + li {
    margin-right: 0;
    margin-top: 5px;
    padding-right: 0;
    border: none;
  }
}
.bp-comments > .meta .list-meta li.author {
  font-weight: 600;
}
.bp-comments > .meta .list-meta li.author a {
  color: #000;
}
.bp-comments > .meta .list-meta li.author a:hover {
  color: #54E1DB;
}
.bp-comments > .meta .list-meta i {
  margin-left: 6px;
  font-size: 18px;
  color: #000;
}
.bp-comments > .meta .social-share {
  margin-right: auto;
}
@media (max-width: 992px) {
  .bp-comments > .meta .social-share {
    margin-right: 0;
  }
}

/* List Comments */
.list-comments {
  list-style: none;
  margin-top: -10px;
}
.list-comments li.comment + li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.list-comments .comment-single {
  display: flex;
  align-items: flex-start;
}
.list-comments .comment-single .avatar {
  margin-left: 30px;
  height: 70px;
  width: 70px;
  flex: 0 0 70px;
  border-radius: 999px;
}
.list-comments .comment-single .avatar img {
  width: 100%;
}
.list-comments .comment-single .cs-content > .meta {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .list-comments .comment-single .cs-content > .meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.list-comments .comment-single .cs-content > .meta .author {
  margin-bottom: 0;
}
.list-comments .comment-single .cs-content > .meta .date {
  margin-right: 20px;
  font-size: 14px;
  color: #888;
}
@media (max-width: 600px) {
  .list-comments .comment-single .cs-content > .meta .date {
    margin-right: 0;
    margin-top: 5px;
  }
}
.list-comments .comment-single .cs-content .content {
  position: relative;
  padding: 15px 30px;
  border-radius: 10px;
  background-color: #eee;
}
.list-comments .comment-single .cs-content .content p:last-child {
  margin-bottom: 0;
}
.list-comments .comment-single .cs-content .content .delete {
  position: absolute;
  left: -19px;
  top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 30px;
  border-radius: 999px;
  color: red;
}
.list-comments .comment-single .cs-content .content .delete:hover {
  color: #000;
}
.list-comments .comment-single .cs-content .content .delete i {
  display: block;
}

/* Form Blog Single Reply */
#form-bp-reply {
  margin-top: 40px;
  width: 100%;
}
#form-bp-reply .form-content {
  position: relative;
}
#form-bp-reply .form-group {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
#form-bp-reply .form-group:first-child {
  width: 50%;
  padding-left: 15px;
}
#form-bp-reply .form-group:last-child {
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  #form-bp-reply .form-group:last-child {
    flex-direction: column;
    align-items: flex-start;
  }
}
#form-bp-reply .form-group:last-child input[type=submit] {
  margin-right: auto;
  width: auto;
}
@media (max-width: 992px) {
  #form-bp-reply .form-group:last-child input[type=submit] {
    margin-right: 0;
    margin-top: 20px;
  }
}
#form-bp-reply .form-group:nth-child(2) {
  margin-top: 0;
  width: 50%;
  padding-right: 15px;
  float: left;
}
#form-bp-reply input[type=submit] {
  display: block;
}

@media (max-width: 768px) {
  #form-bp-reply .form-group {
    padding: 0 !important;
    width: 100% !important;
  }
  #form-bp-reply .form-group:first-child {
    padding-right: 0;
  }
  #form-bp-reply .form-group:nth-child(2) {
    margin-top: 30px;
  }
}
/*  [ 17 ] - Page Jobs
======================== */
#company-jobs .section-content {
  padding-bottom: 265px;
  margin-bottom: -165px;
  background: url(../images/files/featured-bg-1.png) no-repeat right 85px;
  background-color: #f7fafd;
}

.job-description {
  border-radius: 30px;
}

.job-featured-img-1 {
  position: relative;
  margin-top: -380px;
  width: 750px;
  max-width: initial;
}
@media (max-width: 1400px) {
  .job-featured-img-1 {
    margin-top: -250px;
    width: 640px;
  }
}
@media (max-width: 992px) {
  .job-featured-img-1 {
    margin: 0 0 60px;
    width: auto;
    max-width: 100%;
  }
}

/* Popup Preview */
.popup-preview {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.popup-preview .container,
.popup-preview .row {
  height: 100%;
}
.popup-preview [class*=col-] {
  display: flex;
  justify-content: center;
  min-height: 100%;
}
.popup-preview.viewed {
  opacity: 1;
  visibility: visible;
}
.popup-preview.viewed .popup-content {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.popup-preview .popup-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.popup-preview .box-title {
  position: relative;
}
.popup-preview .popup-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  padding: 100px 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s 0.3s ease;
}
.popup-preview .popup-content > * {
  z-index: 2;
}
.popup-preview .popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 15px;
  height: 15px;
}
.popup-preview .popup-close:hover {
  opacity: 1;
}
.popup-preview .popup-close:hover .hamburger-inner,
.popup-preview .popup-close:hover .hamburger-inner::before,
.popup-preview .popup-close:hover .hamburger-inner::after {
  background-color: #54E1DB;
}
.popup-preview .popup-close .hamburger-box {
  display: block;
  width: 15px;
}
.popup-preview .popup-close .hamburger-inner,
.popup-preview .popup-close .hamburger-inner::before,
.popup-preview .popup-close .hamburger-inner::after {
  width: 15px;
  transition: all 0.2s;
}

.popup-preview-job-apply-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  background: #000;
}
.popup-preview-job-apply-overlay.viewed {
  opacity: 0.7;
  visibility: visible;
}

html.scroll-lock {
  overflow: hidden;
}
html.scroll-lock .popup-preview {
  overflow-y: auto;
}

/* Popup Job Apply */
.popup-job-apply {
  position: relative;
}
.popup-preview .popup-job-apply .popup-close {
  top: 10px;
  right: auto;
  left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background-color: #fff;
  transition: all 0.15s;
}
.popup-preview .popup-job-apply .popup-close:hover {
  background-color: rgba(255, 0, 0, 0.1);
}
.popup-preview .popup-job-apply .popup-close:hover .hamburger-inner,
.popup-preview .popup-job-apply .popup-close:hover .hamburger-inner::before,
.popup-preview .popup-job-apply .popup-close:hover .hamburger-inner::after {
  background: #000;
}
.popup-preview .popup-job-apply .popup-close .hamburger-box,
.popup-preview .popup-job-apply .popup-close .hamburger-inner,
.popup-preview .popup-job-apply .popup-close .hamburger-inner::before,
.popup-preview .popup-job-apply .popup-close .hamburger-inner::after {
  width: 20px;
}
.popup-preview .popup-job-apply .popup-close .hamburger-inner,
.popup-preview .popup-job-apply .popup-close .hamburger-inner::before,
.popup-preview .popup-job-apply .popup-close .hamburger-inner::after {
  background: red;
}

/* Form Job Apply */
#form-job-apply {
  margin-top: 40px;
  width: 100%;
}
#form-job-apply .form-content {
  position: relative;
}
#form-job-apply .form-group {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
#form-job-apply .form-group label {
  margin-right: 25px;
}
#form-job-apply .form-group:nth-child(2) select {
  border-color: #54E1DB;
  background-color: #54E1DB;
  color: #fff;
}
#form-job-apply .form-group:first-child, #form-job-apply .form-group:nth-child(3) {
  width: 50%;
  padding-left: 15px;
}
#form-job-apply .form-group:last-child {
  flex-direction: column;
  align-items: flex-start;
}
#form-job-apply .form-group:last-child input[type=submit] {
  width: auto;
}
#form-job-apply .form-group:last-child .g-recaptcha {
  margin-bottom: 30px;
}
#form-job-apply .form-group:nth-child(2) {
  margin-top: 0;
}
#form-job-apply .form-group:nth-child(2), #form-job-apply .form-group:nth-child(4) {
  width: 50%;
  padding-right: 15px;
  float: left;
}
#form-job-apply input[type=submit] {
  display: block;
}

@media (max-width: 768px) {
  #form-job-apply .form-group {
    padding: 0 !important;
    width: 100% !important;
  }
  #form-job-apply .form-group:first-child {
    padding-right: 0;
  }
  #form-job-apply .form-group:nth-child(2) {
    margin-top: 30px;
  }
  #form-job-apply img {
    height: 30px;
  }
}
/*  [ 18 ] - Page Project Order
================================= */
.page-project-order #header {
  padding-bottom: 300px;
}

#project-order .section-content {
  padding-top: 0;
  padding-bottom: 265px;
  margin-bottom: -165px;
  background-color: #f7fafd;
}

/* Block Content 2 */
.block-content-2 {
  padding: 60px;
  border-radius: 30px;
  box-shadow: 0px 7px 32px 0 rgba(166, 165, 165, 0.34);
  background-color: #fff;
}
@media (max-width: 768px) {
  .block-content-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.block-content-2 .block-title {
  display: flex;
  align-items: flex-start;
  padding-bottom: 40px;
  border-bottom: 2px solid #eee;
}
.block-content-2 .block-title .title-featured {
  margin-bottom: 0 !important;
}
.block-content-2 .block-title img {
  margin-right: auto;
}
@media (max-width: 600px) {
  .block-content-2 .block-title img {
    display: none;
  }
}
.block-content-2 > .content {
  margin-top: 50px;
}

/* Block Project Order */
.block-project-order {
  margin-top: -230px;
}

/* Service Order Upload File */
.so-upload-file {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.so-upload-file input[type=file] {
  display: none;
}
.so-upload-file .btn {
  margin-left: 20px;
  border: none;
  color: #fff;
  background-color: #04c416;
}
.so-upload-file .btn:hover {
  background-color: #0fd823;
}
.so-upload-file .btn i {
  margin-left: 10px;
}
.so-upload-file .user-img {
  overflow: hidden;
  margin-left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 999px;
}
.so-upload-file .user-img img {
  display: block;
}
.so-upload-file .file-name {
  font-weight: 600;
}

@media (max-width: 768px) {
  .so-upload-file .file-name {
    display: none;
  }
}
/*  [ 19 ] - Page Send Suggestion
=================================== */
.page-send-suggestion #header {
  padding: 110px 0 330px;
  padding-bottom: 330px;
  text-align: center;
}

#send-suggestion .section-content {
  padding-top: 0;
  padding-bottom: 265px;
  margin-bottom: -165px;
  background-color: #f7fafd;
}

.block-send-suggestion {
  margin-top: -230px;
}

/* Form Send Suggestion */
#form-send-suggestion {
  margin-top: 40px;
  width: 100%;
}
#form-send-suggestion .form-content {
  position: relative;
}
#form-send-suggestion .form-group {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
#form-send-suggestion .form-group label {
  margin-right: 25px;
}
#form-send-suggestion .form-group label span {
  color: red;
}
#form-send-suggestion .form-group:first-child {
  width: 50%;
  padding-left: 15px;
}
#form-send-suggestion .form-group:last-child {
  flex-direction: column;
  align-items: flex-start;
}
#form-send-suggestion .form-group:last-child .g-recaptcha {
  margin-bottom: 30px;
}
#form-send-suggestion .form-group:nth-child(2) {
  margin-top: 0;
  padding-right: 15px;
  float: left;
  width: 50%;
}
#form-send-suggestion input[type=submit] {
  display: block;
  height: 52px;
  line-height: 52px;
  width: 153px;
  font-size: 16px;
}

@media (max-width: 768px) {
  #form-send-suggestion .form-group {
    padding: 0 !important;
    width: 100% !important;
  }
  #form-send-suggestion .form-group:first-child {
    padding-right: 0;
  }
  #form-send-suggestion .form-group:nth-child(2) {
    margin-top: 30px;
  }
  #form-send-suggestion img {
    height: 30px;
  }
}
/* =====================================================================
 *   helpers-placeholders.scss
 * =================================================================== */
/* BG Gradients */
/* Opacity Values */
.opacity-05 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

/* Test sync sliders */
.example {
  margin: 20px 50px 70px;
}

.slider-for {
  margin-bottom: 20px;
}

.slider-for div {
  background: blue;
  color: white;
  text-align: center;
  padding: 5px 10px;
}

.slider-nav p {
  background: red;
  color: white;
  text-align: center;
  margin: 10px;
  padding: 10px 0;
}

.slider-nav .slick-current {
  background: yellow;
}

.slider-nav .slick-track {
  transform: none !important;
}

/* Nav Tabs */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* Nav Tabs RTL */
.nav {
  padding-right: 0;
  padding-left: initial;
}

.nav-tabs > li {
  float: right;
}

.nav-tabs > li > a {
  margin-left: auto;
  margin-right: -2px;
  border-radius: 4px 4px 0 0;
}

#sliders-2synced {
  margin-top: 60px;
  /* Tab Content */
  /* Nav Tabs Styling */
  /* Inner Carousel */
}
@media (max-width: 480px) {
  #sliders-2synced {
    margin-top: 50px;
  }
}
#sliders-2synced .tab-content > .tab-pane {
  display: none;
}
#sliders-2synced .tab-content > .active {
  display: block;
}
#sliders-2synced .nav {
  list-style: none;
  border: none;
  margin: 0 0 15px;
}
@media (max-width: 480px) {
  #sliders-2synced .nav {
    margin-bottom: -10px;
  }
}
#sliders-2synced .nav a {
  /* border: 1px solid #f1f1f1; */
  border-radius: 50px;
  margin-left: 11px;
  background-color: #f6f6f6;
  color: #7a7f8c;
  padding: 10px 25px;
}
#sliders-2synced .nav li.active a {
  background-image: linear-gradient(154deg, #ef8405 12%, #ff991f 96%);
  color: #fff;
}
#sliders-2synced .carousel {
  margin: 50px 0;
}
#sliders-2synced .carousel .carousel-inner {
  box-shadow: 0px 1.5px 16px 0 #a6a5a55e;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#sliders-2synced .carousel img {
  width: 100%;
}
#sliders-2synced .item .desc {
  padding: 30px;
  margin-top: 50px;
}
#sliders-2synced .item .desc .hash {
  background-color: #56dae0;
  color: #fff;
  padding: 5px 20px 10px 20px;
  display: inline-block;
  border-radius: 50px;
  margin-left: 7px;
}
#sliders-2synced .item .desc p {
  font-size: 15px;
  margin: 20px 0;
}
#sliders-2synced .item .desc a {
  float: left;
  color: #333;
  font-size: 15px;
  display: block;
  margin-top: 15px;
}
#sliders-2synced .carousel-indicators {
  position: relative;
  bottom: -30px;
}
#sliders-2synced .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
#sliders-2synced .carousel-fade .carousel-inner .active {
  opacity: 1;
}
#sliders-2synced .carousel-fade .carousel-inner .active.left,
#sliders-2synced .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#sliders-2synced .carousel-fade .carousel-inner .next.left,
#sliders-2synced .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
#sliders-2synced .carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  #sliders-2synced .carousel-fade .carousel-inner > .item.next,
#sliders-2synced .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #sliders-2synced .carousel-fade .carousel-inner > .item.prev,
#sliders-2synced .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #sliders-2synced .carousel-fade .carousel-inner > .item.next.left,
#sliders-2synced .carousel-fade .carousel-inner > .item.prev.right,
#sliders-2synced .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#sliders-2synced .carousel {
  position: relative;
}
#sliders-2synced .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#sliders-2synced .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
#sliders-2synced .carousel-inner > .item > img,
#sliders-2synced .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  #sliders-2synced .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  #sliders-2synced .carousel-inner > .item.next,
#sliders-2synced .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  #sliders-2synced .carousel-inner > .item.prev,
#sliders-2synced .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  #sliders-2synced .carousel-inner > .item.next.left,
#sliders-2synced .carousel-inner > .item.prev.right,
#sliders-2synced .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
#sliders-2synced .carousel-inner > .active,
#sliders-2synced .carousel-inner > .next,
#sliders-2synced .carousel-inner > .prev {
  display: block;
}
#sliders-2synced .carousel-inner > .active {
  left: 0;
}
#sliders-2synced .carousel-inner > .next,
#sliders-2synced .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
#sliders-2synced .carousel-inner > .next {
  left: 100%;
}
#sliders-2synced .carousel-inner > .prev {
  left: -100%;
}
#sliders-2synced .carousel-inner > .next.left,
#sliders-2synced .carousel-inner > .prev.right {
  left: 0;
}
#sliders-2synced .carousel-inner > .active.left {
  left: -100%;
}
#sliders-2synced .carousel-inner > .active.right {
  left: 100%;
}
#sliders-2synced .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
#sliders-2synced .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
#sliders-2synced .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
#sliders-2synced .carousel-control:hover,
#sliders-2synced .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
#sliders-2synced .carousel-control .icon-prev,
#sliders-2synced .carousel-control .icon-next,
#sliders-2synced .carousel-control .glyphicon-chevron-left,
#sliders-2synced .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
#sliders-2synced .carousel-control .icon-prev,
#sliders-2synced .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
#sliders-2synced .carousel-control .icon-next,
#sliders-2synced .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
#sliders-2synced .carousel-control .icon-prev,
#sliders-2synced .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
#sliders-2synced .carousel-control .icon-prev:before {
  content: "‹";
}
#sliders-2synced .carousel-control .icon-next:before {
  content: "›";
}
#sliders-2synced .carousel-indicators {
  position: relative;
  z-index: 15;
  bottom: 0;
  right: 0;
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
  padding-left: 0;
  text-align: center;
  list-style: none;
}
#sliders-2synced .carousel-indicators li {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(209, 236, 255, 0.8);
  border: none;
  border-radius: 999px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  #sliders-2synced .carousel-indicators li {
    width: 20px;
    height: 20px;
  }
}
#sliders-2synced .carousel-indicators li::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  transition: all 0.2s;
  background-color: #4ec1fc;
}
@media (max-width: 480px) {
  #sliders-2synced .carousel-indicators li::after {
    width: 6px;
    height: 6px;
  }
}
#sliders-2synced .carousel-indicators .active {
  background-color: rgba(252, 168, 67, 0.4);
}
#sliders-2synced .carousel-indicators .active::after {
  background-color: #fca843;
}
#sliders-2synced .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
#sliders-2synced .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  #sliders-2synced .carousel-control .glyphicon-chevron-left,
#sliders-2synced .carousel-control .glyphicon-chevron-right,
#sliders-2synced .carousel-control .icon-prev,
#sliders-2synced .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  #sliders-2synced .carousel-control .glyphicon-chevron-left,
#sliders-2synced .carousel-control .icon-prev {
    margin-left: -10px;
  }
  #sliders-2synced .carousel-control .glyphicon-chevron-right,
#sliders-2synced .carousel-control .icon-next {
    margin-right: -10px;
  }
  #sliders-2synced .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
}

/* List Works Categories Edits */
.list-works-categories {
  flex-wrap: initial;
  overflow-x: auto;
  padding-right: 2px;
}
.list-works-categories.nav-tabs > li {
  margin-bottom: 10px;
}
.list-works-categories.nav-tabs > li > a {
  border: none !important;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.Accordion_box .panel-title > a:before {
  float: left !important;
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  padding-right: 5px;
}
.Accordion_box .panel-title > a.collapsed:before {
  float: left !important;
  content: "\f067";
}
.Accordion_box h3 {
  font-weight: 600;
}
.Accordion_box a {
  text-decoration: none;
  display: block;
  font-size: 20px;
  color: #132b50;
  font-weight: bold;
}
.Accordion_box a:hover {
  color: #132b50;
}
.Accordion_box .panel-default > .panel-heading {
  background-color: transparent;
  border-color: transparent;
}
.Accordion_box .panel-body {
  border: none !important;
}
.Accordion_box .panel-group .panel {
  border: none;
}
.Accordion_box .panel-group .panel:first-child {
  border: none;
  border-bottom: 1px solid #4d4d64;
  border-radius: 0;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

#journey {
  padding-bottom: 70px;
  position: relative;
  z-index: 10;
}

#journey::before {
  content: url(../images/files/Ellipse.png);
  position: absolute;
  top: -200px;
  right: -400px;
}

#journey::after {
  content: url(../images/files/Ellipse.png);
  position: absolute;
  bottom: 270px;
  left: -400px;
}

@media (max-width: 768px) {
  #journey::before {
    content: "";
  }
  
  #journey::after {
    content: ""
  }
}

#journey .journy_box {
  margin: auto;
  position: relative;
  text-align: center;
  z-index: 20;
}
#journey .journy_box img {
  margin: auto;
  max-width: 100%;
}

/**
 *  -------------------------------------------------------------------------------
 *  ( 05 ) - Footer
 *  -------------------------------------------------------------------------------
 *
 *  This part contains footer and mini footer
 *
 *  ------
 *
 *  It has the following code:
 *
 *    |
 *    |-->  [ 01 ] - Footer
 *    |-->  [ 02 ] - Footer Bars

 */
/*  [ 01 ] - Footer
===================== */
#footer {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #f1fafe url("../images/files/footer.png") no-repeat center center;
  padding: 60px 0;
}
#footer .footer_title {
  text-align: center;
  margin-bottom: 80px;
}
#footer .footer_title h1 {
  font-weight: 900;
  font-size: 80px;
  line-height: 95px;
  text-align: center;
  color: #132b50;
  margin-bottom: 30px;
}
#footer .footer_title button {
  background: none;
  display: inline-block;
  width: 169px;
  height: 56px;
  color: #32344d;
  border: 1px solid #32344d;
  border-radius: 40px;
  text-align: center;
  line-height: 50px;
}
#footer .footer_title button:hover {
  background: #32344D;
  color: #fff;
}

.footer_box {
  margin-bottom: 20px;
}
.footer_box h4 {
  color: #6D839D;
  font-weight: 700;
  font-size: 18px;
}

/* Footer Widget Row */
.footer-widget-row + .footer-widget-row {
  margin-top: 40px;
}

/* List Links */
.list-links {
  list-style: none;
}
.list-links li + li {
  margin-top: 4px;
}
.list-links li:first-child a {
  padding-top: 0;
}
.list-links li a {
  display: inline-block;
  padding-top: 3px;
  font-size: 20px;
  opacity: 0.8;
  color: #222;
}
.list-links li a::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: relative;
  top: 0;
  margin-left: 12px;
  font-size: 20px;
  color: #fff;
  transition: all 0.15s;
}
.list-links li a:hover {
  opacity: 1;
}
.list-links li a:hover::before {
  margin-left: 15px;
}
.text-white .list-links li a {
  color: #fff;
}

.copyrights .copyrights-message {
  border-top: 1px solid #6D839D;
  margin-top: 40px;
  padding-top: 40px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyrights .copyrights-message p {
  color: #6D839D;
  margin: 0;
}
.copyrights .copyrights-message p a {
  color: #6D839D;
}
.text-white .copyrights .copyrights-message {
  color: #fff;
}
.copyrights .chat_icon button {
  border: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 0;
}

/* Copyrights Message */
@media (max-width: 768px) {
  #footer .footer_title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
/* =====================================================================
 *   helpers-placeholders.scss
 * =================================================================== */
/* BG Gradients */
/* Opacity Values */
.opacity-05 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
