@charset "UTF-8";
/*----------------------------------------------------------------------
    Template Name: Agincy - Digital Agency HTML Template
    Template URI: https://webtend.net/demo/html/agincy/
    Author: WebTend
    Author URI:  https://webtend.net/
    Version: 1.0

    Note: This is Main Style CSS File. */
/*----------------------------------------------------------------------
	CSS INDEX
	----------------------

    ## Default Style
    ## Common Classes
    ## Repeat Style
    ## Padding Margin
    ## Custom Animation
    ## Header style
    ## Hero Area
    ## Page Banner
    ## Headline Text
    ## Client Logos
    ## About Area
    ## Counter Area
    ## Protfolio Area
    ## Services style
    ## Awward Area
    ## Testimonials
    ## Instagram Area
    ## Lets Talk
    ## Team Area
    ## Blog Area
    ## Shop Area
    ## FAQs Area
    ## Contact Forms
    ## Videos Area
    ## Pricing Area
    ## Work Process
    ## Widgets
    ## Error Area
    ## Main Footer */
/* -------------------------------------------------------------- */
/*******************************************************/
/******************* ## Default Style ******************/
/*******************************************************/
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

body {
  color: var(--base-color);
  background: #010101;
  font-weight: 400;
  line-height: 32px;
  font-size: 16px;
  font-family: var(--base-font);
  --base-font: 'Plus Jakarta Sans', sans-serif;
  --heading-font: 'Plus Jakarta Sans', sans-serif;
  --script-font: 'Playfair Display', serif;
  --primary-color: #33b86a  ;//#C4EF17;//#198754
  --heading-color: #FFFFFF;
  --base-color: #FFFFFF;
  --lighter-color: rgba(255, 255, 255, 0.06);
  --border-color: rgba(92, 99, 123, 0.3); }

a {
  color: var(--base-color);
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none; }
  a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    color: var(--heading-color); }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--heading-color); }

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

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

img {
  max-width: 100%;
  display: inline-block; }

mark {
  color: var(--primary-color);
  background: transparent;
  text-decoration: underline; }

header:after, section:after, footer:after {
  display: block;
  clear: both;
  content: ""; }

/*======= Input Styles =======*/
input,
select,
textarea,
.nice-select,
.form-control {
  width: 100%;
  height: auto;
  font-weight: 500;
  border-radius: 0;
  padding: 20px 30px;
  font-family: var(--heading-font);
  background: var(--lighter-color);
  border: 1px solid var(--border-color); }
  input:focus,
  select:focus,
  textarea:focus,
  .nice-select:focus,
  .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border-color: var(--primary-color); }
    input:focus::-webkit-input-placeholder,
    select:focus::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder,
    .nice-select:focus::-webkit-input-placeholder,
    .form-control:focus::-webkit-input-placeholder {
      color: white; }
    input:focus:-ms-input-placeholder,
    select:focus:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder,
    .nice-select:focus:-ms-input-placeholder,
    .form-control:focus:-ms-input-placeholder {
      color: white; }
    input:focus::-ms-input-placeholder,
    select:focus::-ms-input-placeholder,
    textarea:focus::-ms-input-placeholder,
    .nice-select:focus::-ms-input-placeholder,
    .form-control:focus::-ms-input-placeholder {
      color: white; }
    input:focus::placeholder,
    select:focus::placeholder,
    textarea:focus::placeholder,
    .nice-select:focus::placeholder,
    .form-control:focus::placeholder {
      color: white; }

textarea {
  display: inherit;
  padding-top: 20px; }

label {
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--base-color); }

.form-group {
  position: relative;
  margin-bottom: 40px; }

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none; }

input[type=checkbox], input[type=radio] {
  height: auto;
  width: auto; }

/*******************************************************/
/******************  ## Common Classes *****************/
/*******************************************************/
.page-wrapper {
  position: relative;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-width: 300px; }

@media only screen and (min-width: 1200px) {
  .home-two .container {
    max-width: 1330px; } }

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1270px;
    padding-left: 15px;
    padding-right: 15px; }
    .container.container-1695 {
      max-width: 1725px; }
    .container.container-1530 {
      max-width: 1560px; }
    .container.container-1450 {
      max-width: 1480px; }
    .container.container-1280 {
      max-width: 1310px; } }

@media only screen and (min-width: 576px) {
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px; } }

@media only screen and (min-width: 1400px) {
  .container-fluid {
    padding-left: 70px;
    padding-right: 70px; } }

.row {
  --bs-gutter-x: 30px; }

.no-gap {
  --bs-gutter-x: 0; }

@media only screen and (min-width: 1400px) {
  .gap-5 {
    --bs-gutter-x: 5px; } }

@media only screen and (min-width: 1400px) {
  .gap-10 {
    --bs-gutter-x: 10px; } }

@media only screen and (min-width: 1400px) {
  .gap-15 {
    --bs-gutter-x: 15px; } }

@media only screen and (min-width: 1400px) {
  .gap-20 {
    --bs-gutter-x: 20px; } }

@media only screen and (min-width: 1400px) {
  .gap-25 {
    --bs-gutter-x: 25px; } }

@media only screen and (min-width: 1400px) {
  .gap-30 {
    --bs-gutter-x: 30px; } }

@media only screen and (min-width: 1400px) {
  .gap-35 {
    --bs-gutter-x: 35px; } }

@media only screen and (min-width: 1400px) {
  .gap-40 {
    --bs-gutter-x: 40px; } }

@media only screen and (min-width: 1400px) {
  .gap-45 {
    --bs-gutter-x: 45px; } }

@media only screen and (min-width: 1400px) {
  .gap-50 {
    --bs-gutter-x: 50px; } }

@media only screen and (min-width: 1400px) {
  .gap-55 {
    --bs-gutter-x: 55px; } }

@media only screen and (min-width: 1400px) {
  .gap-60 {
    --bs-gutter-x: 60px; } }

@media only screen and (min-width: 1400px) {
  .gap-65 {
    --bs-gutter-x: 65px; } }

@media only screen and (min-width: 1400px) {
  .gap-70 {
    --bs-gutter-x: 70px; } }

@media only screen and (min-width: 1400px) {
  .gap-75 {
    --bs-gutter-x: 75px; } }

@media only screen and (min-width: 1400px) {
  .gap-80 {
    --bs-gutter-x: 80px; } }

@media only screen and (min-width: 1400px) {
  .gap-85 {
    --bs-gutter-x: 85px; } }

@media only screen and (min-width: 1400px) {
  .gap-90 {
    --bs-gutter-x: 90px; } }

@media only screen and (min-width: 1400px) {
  .gap-95 {
    --bs-gutter-x: 95px; } }

@media only screen and (min-width: 1400px) {
  .gap-100 {
    --bs-gutter-x: 100px; } }

@media only screen and (min-width: 1400px) {
  .gap-105 {
    --bs-gutter-x: 105px; } }

@media only screen and (min-width: 1400px) {
  .gap-110 {
    --bs-gutter-x: 110px; } }

@media only screen and (min-width: 1400px) {
  .gap-115 {
    --bs-gutter-x: 115px; } }

@media only screen and (min-width: 1400px) {
  .gap-120 {
    --bs-gutter-x: 120px; } }

@media only screen and (min-width: 1400px) {
  .gap-125 {
    --bs-gutter-x: 125px; } }

@media only screen and (min-width: 1400px) {
  .gap-130 {
    --bs-gutter-x: 130px; } }

@media only screen and (min-width: 1400px) {
  .gap-135 {
    --bs-gutter-x: 135px; } }

@media only screen and (min-width: 1400px) {
  .gap-140 {
    --bs-gutter-x: 140px; } }

@media only screen and (min-width: 1400px) {
  .gap-145 {
    --bs-gutter-x: 145px; } }

@media only screen and (min-width: 1400px) {
  .gap-150 {
    --bs-gutter-x: 150px; } }

@media only screen and (min-width: 1200px) {
  .row-cols-xl-7 > * {
    width: 14.2857%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

@media only screen and (max-width: 375px) {
  .col-small {
    width: 100%; } }

/** Section Title style **/
.section-title {
  margin-top: -8px;
  position: relative; }
  .section-title .sub-title {
    line-height: 1.3;
    font-weight: 500;
    padding-left: 8px;
    letter-spacing: 1px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--primary-color);
    border-left: 1.5px solid;
    text-transform: uppercase; }
  .section-title h2 span {
    font-family: var(--script-font); }
  .section-title h2 i {
    color: var(--primary-color); }
  @media only screen and (max-width: 991px) {
    .section-title h2 {
      font-size: 45px; } }
  @media only screen and (max-width: 767px) {
    .section-title h2 {
      font-size: 40px; } }
  @media only screen and (max-width: 575px) {
    .section-title h2 {
      font-size: 35px;
      line-height: 1.35; } }
  @media only screen and (max-width: 375px) {
    .section-title h2 {
      font-size: 30px; } }

.sub-title-style-two {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 600; }
  .sub-title-style-two:before {
    content: '';
    width: 38px;
    height: 2px;
    margin-top: 18px;
    margin-right: 8px;
    background: var(--primary-color); }

/** Button style **/
.theme-btn,
a.theme-btn {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 22px 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 2.5px;
  color: var(--heading-color);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  background: var(--lighter-color); }
  .theme-btn:hover,
  a.theme-btn:hover {
    color: black;
    background: var(--primary-color); }
  .theme-btn.style-two,
  a.theme-btn.style-two {
    color: black;
    background: var(--primary-color); }
    .theme-btn.style-two:hover,
    a.theme-btn.style-two:hover {
      color: white;
      background: var(--lighter-color); }
  @media only screen and (max-width: 575px) {
    .theme-btn,
    a.theme-btn {
      padding: 10px 30px; } }

/* Details Btn */
.details-btn {
  font-size: 55px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .details-btn:hover {
    color: var(--primary-color);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

/* Read More */
.read-more {
  font-size: 14px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--heading-font);
  text-transform: capitalize; }
  .read-more i {
    float: right;
    font-weight: 400;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-left: 8px;
    margin-bottom: -2px; }
  .read-more:hover {
    color: var(--primary-color); }

/* Read More Two */
.read-more-two {
  color: white;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 2.5px;
  text-transform: uppercase; }
  .read-more-two img {
    margin-left: 22px; }

/* List style One */
.list-style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize; }
  .list-style-one li i {
    font-size: 14px;
    margin-right: 12px;
    color: var(--primary-color); }
  .list-style-one li:not(:last-child) {
    margin-bottom: 8px; }

/* List style Two */
.list-style-two li {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize; }
  .list-style-two li:not(:last-child) {
    margin-bottom: 15px; }
  .list-style-two li:before {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: black;
    font-size: 13px;
    content: "\f00c";
    margin-top: 2px;
    margin-right: 20px;
    padding: 1px 0 0 2px;
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-family: "Font Awesome 5 Pro"; }

/* List style Three */
.list-style-three li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: capitalize; }
  .list-style-three li:not(:last-child) {
    margin-bottom: 20px; }
  .list-style-three li:before {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 18px;
    margin-top: 3px;
    content: "\f00c";
    margin-right: 14px;
    color: var(--primary-color);
    font-family: "Font Awesome 5 Pro"; }

/** Social Link One **/
.social-style-one {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline;
  margin-left: -6px;
  margin-right: -6px; }
  .social-style-one a {
    width: 38px;
    height: 38px;
    color: white;
    line-height: 38px;
    text-align: center;
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 50%;
    border: 1px solid rgba(92, 99, 123, 0.4); }
    .social-style-one a:hover {
      color: black;
      background: var(--primary-color);
      border-color: var(--primary-color); }

/** Social Link Two **/
.social-style-two {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .social-style-two a {
    width: 32px;
    height: 32px;
    color: #9497A3;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%; }
    .social-style-two a:hover {
      color: black;
      background: var(--primary-color); }

/** Social Link Three **/
.social-style-three {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: var(--lighter-color); }
  .social-style-three a {
    margin-left: 10px;
    margin-right: 10px; }
    .social-style-three a:hover {
      color: var(--primary-color); }

/** Tab Style One **/
.tab-style-one {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .tab-style-one .nav-link {
    color: white;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    padding: 15px 40px;
    background: transparent;
    text-transform: uppercase; }
    @media only screen and (max-width: 375px) {
      .tab-style-one .nav-link {
        padding: 12px 35px; } }
    .tab-style-one .nav-link.active {
      color: black;
      background: var(--primary-color); }
  .tab-style-one .nav-item:not(:last-child) {
    margin-right: 40px; }
    @media only screen and (max-width: 767px) {
      .tab-style-one .nav-item:not(:last-child) {
        margin-right: 20px; } }

/*** Preloader style ** */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #010101;
  background-repeat: no-repeat;
  background-position: center center; }
  .preloader .custom-loader {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--heading-color);
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    -webkit-animation: 1s preloader linear infinite;
    animation: 1s preloader linear infinite; }

/* Pagination */
.pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -6px;
  margin-right: -6px; }
  .pagination li {
    margin: 12px 6px 0; }
    .pagination li a,
    .pagination li .page-link {
      padding: 0;
      width: 50px;
      height: 50px;
      -webkit-box-shadow: none;
      box-shadow: none;
      font-weight: 700;
      line-height: 50px;
      border-radius: 5px;
      text-align: center;
      color: var(--base-color);
      background: transparent;
      border: 1px solid var(--border-color); }
      @media only screen and (max-width: 575px) {
        .pagination li a,
        .pagination li .page-link {
          width: 45px;
          height: 45px;
          line-height: 45px; } }
    .pagination li.disabled .page-link, .pagination li:last-child .page-link {
      border-radius: 5px;
      background: transparent;
      border: 1px solid var(--border-color); }
    .pagination li.active .page-link, .pagination li:hover:not(.disabled) .page-link {
      color: black;
      background: var(--primary-color);
      border-color: var(--primary-color); }

/* Rating */
.ratting {
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .ratting i {
    margin: 5px;
    font-size: 18px;
    color: var(--primary-color); }

.slider-arrow .slick-arrow {
  border: 1px solid var(--border-color); }
  .slider-arrow .slick-arrow:not(:last-child) {
    margin-right: 5px; }
  .slider-arrow .slick-arrow:focus, .slider-arrow .slick-arrow:hover {
    color: white;
    background: var(--primary-color);
    border-color: var(--primary-color); }

/*** Slick Dots ***/
.slick-dots {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .slick-dots li {
    position: relative;
    cursor: pointer;
    width: 10px;
    height: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 0 10px;
    border-radius: 50%;
    background: var(--primary-color); }
    .slick-dots li button {
      opacity: 0; }
    .slick-dots li:after {
      content: '';
      position: absolute;
      left: -8px;
      top: -8px;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      border: 1px solid transparent;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
    .slick-dots li.slick-active:after {
      border-color: var(--primary-color);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

/*** Scroll Top style ***/
.scroll-top {
  position: fixed;
  bottom: 25px;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 99;
  display: none;
  font-size: 16px;
  cursor: pointer;
  line-height: 44px;
  background: var(--primary-color);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite; }

/*Project Filter*/
.filter-btns-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }
  .filter-btns-one li {
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    padding: 4px 20px;
    border-radius: 5px;
    margin: 0 5px 10px;
    color: var(--heading-color); }
    @media only screen and (max-width: 375px) {
      .filter-btns-one li {
        padding-left: 15px;
        padding-right: 15px; } }
    .filter-btns-one li.current {
      background: white;
      color: var(--primary-color);
      text-decoration: underline;
      -webkit-box-shadow: 10px 0 60px rgba(195, 195, 195, 0.5);
      box-shadow: 10px 0 60px rgba(195, 195, 195, 0.5); }

.filter-btns-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
  margin-left: -18px;
  margin-right: -18px; }
  @media only screen and (min-width: 768px) {
    .filter-btns-two {
      font-size: 18px; } }
  @media only screen and (max-width: 575px) {
    .filter-btns-two {
      margin-left: -8px;
      margin-right: -8px; } }
  .filter-btns-two li {
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 0 18px 10px;
    border-bottom: 3px solid transparent; }
    @media only screen and (max-width: 575px) {
      .filter-btns-two li {
        margin-left: 8px;
        margin-right: 8px; } }
    .filter-btns-two li.current {
      color: var(--primary-color);
      border-color: var(--primary-color); }

/* Position */
.rel {
  position: relative; }

.z-0 {
  z-index: 0; }

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

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.overlay {
  z-index: 1;
  position: relative; }
  .overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.9;
    background-color: #2a2c38; }
  .overlay:before {
    mix-blend-mode: multiply; }

/* Backgruond Size */
.bgs-cover {
  background-size: cover;
  background-position: center; }

/* Color + Background */
.bgc-black {
  background-color: #010101; }

.bgc-primary {
  background-color: var(--primary-color); }

.bgc-lighter {
  background-color: var(--lighter-color); }

/* Border Radius */
.br-5 {
  border-radius: 5px; }

.br-10 {
  border-radius: 10px; }

.br-15 {
  border-radius: 15px; }

.br-20 {
  border-radius: 20px; }

.br-25 {
  border-radius: 25px; }

.br-30 {
  border-radius: 30px; }

/* Home One */
@media only screen and (min-width: 1200px) {
  .home-one h2 {
    font-size: 60px;
    line-height: 1.15; } }

/* Home Three */
.home-three .section-title h2 {
  text-transform: uppercase; }

/*******************************************************/
/******************* ## Repeat Style ******************/
/*******************************************************/
.heading,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--heading-color);
  font-family: var(--heading-font); }

h1, .h1 {
  font-weight: 700;
  font-size: 80px; }

h2, .h2 {
  font-weight: 700;
  line-height: 1.35;
  font-size: 50px; }

h3, .h3 {
  font-size: 40px; }

h4, .h4 {
  line-height: 1.4;
  font-size: 26px; }

h5, .h5 {
  line-height: 1.45;
  font-size: 15px; }
/*22*/

h6, .h6 {
  line-height: 1.4;
  font-size: 16px; }

/*******************************************************/
/************** ## Padding Margin Spacing *************/
/*******************************************************/
/* Padding Around */
.p-5 {
  padding: 5px !important; }

.p-10 {
  padding: 10px; }

.p-15 {
  padding: 15px; }

.p-20 {
  padding: 20px; }

.p-25 {
  padding: 25px; }

.p-30 {
  padding: 30px; }

.p-35 {
  padding: 35px; }

.p-40 {
  padding: 40px; }

.p-45 {
  padding: 45px; }

.p-50 {
  padding: 50px; }

.p-55 {
  padding: 55px; }

.p-60 {
  padding: 60px; }

.p-65 {
  padding: 65px; }

.p-70 {
  padding: 70px; }

.p-75 {
  padding: 75px; }

.p-80 {
  padding: 80px; }

.p-85 {
  padding: 85px; }

.p-90 {
  padding: 90px; }

.p-95 {
  padding: 95px; }

.p-100 {
  padding: 100px; }

.p-105 {
  padding: 105px; }

.p-110 {
  padding: 110px; }

.p-115 {
  padding: 115px; }

.p-120 {
  padding: 120px; }

.p-125 {
  padding: 125px; }

.p-130 {
  padding: 130px; }

.p-135 {
  padding: 135px; }

.p-140 {
  padding: 140px; }

.p-145 {
  padding: 145px; }

.p-150 {
  padding: 150px; }

.p-155 {
  padding: 155px; }

.p-160 {
  padding: 160px; }

.p-165 {
  padding: 165px; }

.p-170 {
  padding: 170px; }

.p-175 {
  padding: 175px; }

.p-180 {
  padding: 180px; }

.p-185 {
  padding: 185px; }

.p-190 {
  padding: 190px; }

.p-195 {
  padding: 195px; }

.p-200 {
  padding: 200px; }

.p-205 {
  padding: 205px; }

.p-210 {
  padding: 210px; }

.p-215 {
  padding: 215px; }

.p-220 {
  padding: 220px; }

.p-225 {
  padding: 225px; }

.p-230 {
  padding: 230px; }

.p-235 {
  padding: 235px; }

.p-240 {
  padding: 240px; }

.p-245 {
  padding: 245px; }

.p-250 {
  padding: 250px; }

/* Padding Top */
.pt-5,
.py-5 {
  padding-top: 5px !important; }

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

.pt-15,
.py-15 {
  padding-top: 15px; }

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

.pt-25,
.py-25 {
  padding-top: 25px; }

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

.pt-35,
.py-35 {
  padding-top: 35px; }

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

.pt-45,
.py-45 {
  padding-top: 45px; }

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

.pt-55,
.py-55 {
  padding-top: 55px; }

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

.pt-65,
.py-65 {
  padding-top: 65px; }

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

.pt-75,
.py-75 {
  padding-top: 75px; }

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

.pt-85,
.py-85 {
  padding-top: 85px; }

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

.pt-95,
.py-95 {
  padding-top: 95px; }

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

.pt-105,
.py-105 {
  padding-top: 105px; }

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

.pt-115,
.py-115 {
  padding-top: 115px; }

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

.pt-125,
.py-125 {
  padding-top: 125px; }

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

.pt-135,
.py-135 {
  padding-top: 135px; }

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

.pt-145,
.py-145 {
  padding-top: 145px; }

.pt-150,
.py-150 {
  padding-top: 150px; }

.pt-155,
.py-155 {
  padding-top: 155px; }

.pt-160,
.py-160 {
  padding-top: 160px; }

.pt-165,
.py-165 {
  padding-top: 165px; }

.pt-170,
.py-170 {
  padding-top: 170px; }

.pt-175,
.py-175 {
  padding-top: 175px; }

.pt-180,
.py-180 {
  padding-top: 180px; }

.pt-185,
.py-185 {
  padding-top: 185px; }

.pt-190,
.py-190 {
  padding-top: 190px; }

.pt-195,
.py-195 {
  padding-top: 195px; }

.pt-200,
.py-200 {
  padding-top: 200px; }

.pt-205,
.py-205 {
  padding-top: 205px; }

.pt-210,
.py-210 {
  padding-top: 210px; }

.pt-215,
.py-215 {
  padding-top: 215px; }

.pt-220,
.py-220 {
  padding-top: 220px; }

.pt-225,
.py-225 {
  padding-top: 225px; }

.pt-230,
.py-230 {
  padding-top: 230px; }

.pt-235,
.py-235 {
  padding-top: 235px; }

.pt-240,
.py-240 {
  padding-top: 240px; }

.pt-245,
.py-245 {
  padding-top: 245px; }

.pt-250,
.py-250 {
  padding-top: 250px; }

/* Padding Bottom */
.pb-5,
.py-5 {
  padding-bottom: 5px !important; }

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

.pb-15,
.py-15 {
  padding-bottom: 15px; }

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

.pb-25,
.py-25 {
  padding-bottom: 25px; }

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

.pb-35,
.py-35 {
  padding-bottom: 35px; }

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

.pb-45,
.py-45 {
  padding-bottom: 45px; }

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

.pb-55,
.py-55 {
  padding-bottom: 55px; }

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

.pb-65,
.py-65 {
  padding-bottom: 65px; }

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

.pb-75,
.py-75 {
  padding-bottom: 75px; }

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

.pb-85,
.py-85 {
  padding-bottom: 85px; }

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

.pb-95,
.py-95 {
  padding-bottom: 95px; }

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

.pb-105,
.py-105 {
  padding-bottom: 105px; }

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

.pb-115,
.py-115 {
  padding-bottom: 115px; }

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

.pb-125,
.py-125 {
  padding-bottom: 125px; }

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

.pb-135,
.py-135 {
  padding-bottom: 135px; }

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

.pb-145,
.py-145 {
  padding-bottom: 145px; }

.pb-150,
.py-150 {
  padding-bottom: 150px; }

.pb-155,
.py-155 {
  padding-bottom: 155px; }

.pb-160,
.py-160 {
  padding-bottom: 160px; }

.pb-165,
.py-165 {
  padding-bottom: 165px; }

.pb-170,
.py-170 {
  padding-bottom: 170px; }

.pb-175,
.py-175 {
  padding-bottom: 175px; }

.pb-180,
.py-180 {
  padding-bottom: 180px; }

.pb-185,
.py-185 {
  padding-bottom: 185px; }

.pb-190,
.py-190 {
  padding-bottom: 190px; }

.pb-195,
.py-195 {
  padding-bottom: 195px; }

.pb-200,
.py-200 {
  padding-bottom: 200px; }

.pb-205,
.py-205 {
  padding-bottom: 205px; }

.pb-210,
.py-210 {
  padding-bottom: 210px; }

.pb-215,
.py-215 {
  padding-bottom: 215px; }

.pb-220,
.py-220 {
  padding-bottom: 220px; }

.pb-225,
.py-225 {
  padding-bottom: 225px; }

.pb-230,
.py-230 {
  padding-bottom: 230px; }

.pb-235,
.py-235 {
  padding-bottom: 235px; }

.pb-240,
.py-240 {
  padding-bottom: 240px; }

.pb-245,
.py-245 {
  padding-bottom: 245px; }

.pb-250,
.py-250 {
  padding-bottom: 250px; }

/* Margin Around */
.m-5 {
  margin: 5px !important; }

.m-10 {
  margin: 10px; }

.m-15 {
  margin: 15px; }

.m-20 {
  margin: 20px; }

.m-25 {
  margin: 25px; }

.m-30 {
  margin: 30px; }

.m-35 {
  margin: 35px; }

.m-40 {
  margin: 40px; }

.m-45 {
  margin: 45px; }

.m-50 {
  margin: 50px; }

.m-55 {
  margin: 55px; }

.m-60 {
  margin: 60px; }

.m-65 {
  margin: 65px; }

.m-70 {
  margin: 70px; }

.m-75 {
  margin: 75px; }

.m-80 {
  margin: 80px; }

.m-85 {
  margin: 85px; }

.m-90 {
  margin: 90px; }

.m-95 {
  margin: 95px; }

.m-100 {
  margin: 100px; }

.m-105 {
  margin: 105px; }

.m-110 {
  margin: 110px; }

.m-115 {
  margin: 115px; }

.m-120 {
  margin: 120px; }

.m-125 {
  margin: 125px; }

.m-130 {
  margin: 130px; }

.m-135 {
  margin: 135px; }

.m-140 {
  margin: 140px; }

.m-145 {
  margin: 145px; }

.m-150 {
  margin: 150px; }

.m-155 {
  margin: 155px; }

.m-160 {
  margin: 160px; }

.m-165 {
  margin: 165px; }

.m-170 {
  margin: 170px; }

.m-175 {
  margin: 175px; }

.m-180 {
  margin: 180px; }

.m-185 {
  margin: 185px; }

.m-190 {
  margin: 190px; }

.m-195 {
  margin: 195px; }

.m-200 {
  margin: 200px; }

.m-205 {
  margin: 205px; }

.m-210 {
  margin: 210px; }

.m-215 {
  margin: 215px; }

.m-220 {
  margin: 220px; }

.m-225 {
  margin: 225px; }

.m-230 {
  margin: 230px; }

.m-235 {
  margin: 235px; }

.m-240 {
  margin: 240px; }

.m-245 {
  margin: 245px; }

.m-250 {
  margin: 250px; }

/* Margin Top */
.mt-5,
.my-5 {
  margin-top: 5px !important; }

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

.mt-15,
.my-15 {
  margin-top: 15px; }

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

.mt-25,
.my-25 {
  margin-top: 25px; }

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

.mt-35,
.my-35 {
  margin-top: 35px; }

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

.mt-45,
.my-45 {
  margin-top: 45px; }

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

.mt-55,
.my-55 {
  margin-top: 55px; }

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

.mt-65,
.my-65 {
  margin-top: 65px; }

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

.mt-75,
.my-75 {
  margin-top: 75px; }

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

.mt-85,
.my-85 {
  margin-top: 85px; }

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

.mt-95,
.my-95 {
  margin-top: 95px; }

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

.mt-105,
.my-105 {
  margin-top: 105px; }

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

.mt-115,
.my-115 {
  margin-top: 115px; }

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

.mt-125,
.my-125 {
  margin-top: 125px; }

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

.mt-135,
.my-135 {
  margin-top: 135px; }

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

.mt-145,
.my-145 {
  margin-top: 145px; }

.mt-150,
.my-150 {
  margin-top: 150px; }

.mt-155,
.my-155 {
  margin-top: 155px; }

.mt-160,
.my-160 {
  margin-top: 160px; }

.mt-165,
.my-165 {
  margin-top: 165px; }

.mt-170,
.my-170 {
  margin-top: 170px; }

.mt-175,
.my-175 {
  margin-top: 175px; }

.mt-180,
.my-180 {
  margin-top: 180px; }

.mt-185,
.my-185 {
  margin-top: 185px; }

.mt-190,
.my-190 {
  margin-top: 190px; }

.mt-195,
.my-195 {
  margin-top: 195px; }

.mt-200,
.my-200 {
  margin-top: 200px; }

.mt-205,
.my-205 {
  margin-top: 205px; }

.mt-210,
.my-210 {
  margin-top: 210px; }

.mt-215,
.my-215 {
  margin-top: 215px; }

.mt-220,
.my-220 {
  margin-top: 220px; }

.mt-225,
.my-225 {
  margin-top: 225px; }

.mt-230,
.my-230 {
  margin-top: 230px; }

.mt-235,
.my-235 {
  margin-top: 235px; }

.mt-240,
.my-240 {
  margin-top: 240px; }

.mt-245,
.my-245 {
  margin-top: 245px; }

.mt-250,
.my-250 {
  margin-top: 250px; }

/* Margin Bottom */
.mb-5,
.my-5 {
  margin-bottom: 5px !important; }

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

.mb-15,
.my-15 {
  margin-bottom: 15px; }

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

.mb-25,
.my-25 {
  margin-bottom: 25px; }

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

.mb-35,
.my-35 {
  margin-bottom: 35px; }

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

.mb-45,
.my-45 {
  margin-bottom: 45px; }

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

.mb-55,
.my-55 {
  margin-bottom: 55px; }

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

.mb-65,
.my-65 {
  margin-bottom: 65px; }

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

.mb-75,
.my-75 {
  margin-bottom: 75px; }

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

.mb-85,
.my-85 {
  margin-bottom: 85px; }

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

.mb-95,
.my-95 {
  margin-bottom: 95px; }

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

.mb-105,
.my-105 {
  margin-bottom: 105px; }

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

.mb-115,
.my-115 {
  margin-bottom: 115px; }

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

.mb-125,
.my-125 {
  margin-bottom: 125px; }

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

.mb-135,
.my-135 {
  margin-bottom: 135px; }

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

.mb-145,
.my-145 {
  margin-bottom: 145px; }

.mb-150,
.my-150 {
  margin-bottom: 150px; }

.mb-155,
.my-155 {
  margin-bottom: 155px; }

.mb-160,
.my-160 {
  margin-bottom: 160px; }

.mb-165,
.my-165 {
  margin-bottom: 165px; }

.mb-170,
.my-170 {
  margin-bottom: 170px; }

.mb-175,
.my-175 {
  margin-bottom: 175px; }

.mb-180,
.my-180 {
  margin-bottom: 180px; }

.mb-185,
.my-185 {
  margin-bottom: 185px; }

.mb-190,
.my-190 {
  margin-bottom: 190px; }

.mb-195,
.my-195 {
  margin-bottom: 195px; }

.mb-200,
.my-200 {
  margin-bottom: 200px; }

.mb-205,
.my-205 {
  margin-bottom: 205px; }

.mb-210,
.my-210 {
  margin-bottom: 210px; }

.mb-215,
.my-215 {
  margin-bottom: 215px; }

.mb-220,
.my-220 {
  margin-bottom: 220px; }

.mb-225,
.my-225 {
  margin-bottom: 225px; }

.mb-230,
.my-230 {
  margin-bottom: 230px; }

.mb-235,
.my-235 {
  margin-bottom: 235px; }

.mb-240,
.my-240 {
  margin-bottom: 240px; }

.mb-245,
.my-245 {
  margin-bottom: 245px; }

.mb-250,
.my-250 {
  margin-bottom: 250px; }

/* Responsive Padding Margin */
@media only screen and (max-width: 991px) {
  /* Padding Around */
  .rp-0 {
    padding: 0px !important; }
  .rp-5 {
    padding: 5px !important; }
  .rp-10 {
    padding: 10px; }
  .rp-15 {
    padding: 15px; }
  .rp-20 {
    padding: 20px; }
  .rp-25 {
    padding: 25px; }
  .rp-30 {
    padding: 30px; }
  .rp-35 {
    padding: 35px; }
  .rp-40 {
    padding: 40px; }
  .rp-45 {
    padding: 45px; }
  .rp-50 {
    padding: 50px; }
  .rp-55 {
    padding: 55px; }
  .rp-60 {
    padding: 60px; }
  .rp-65 {
    padding: 65px; }
  .rp-70 {
    padding: 70px; }
  .rp-75 {
    padding: 75px; }
  .rp-80 {
    padding: 80px; }
  .rp-85 {
    padding: 85px; }
  .rp-90 {
    padding: 90px; }
  .rp-95 {
    padding: 95px; }
  .rp-100 {
    padding: 100px; }
  .rp-105 {
    padding: 105px; }
  .rp-110 {
    padding: 110px; }
  .rp-115 {
    padding: 115px; }
  .rp-120 {
    padding: 120px; }
  .rp-125 {
    padding: 125px; }
  .rp-130 {
    padding: 130px; }
  .rp-135 {
    padding: 135px; }
  .rp-140 {
    padding: 140px; }
  .rp-145 {
    padding: 145px; }
  .rp-150 {
    padding: 150px; }
  /* Padding Top */
  .rpt-0,
  .rpy-0 {
    padding-top: 0px !important; }
  .rpt-5,
  .rpy-5 {
    padding-top: 5px !important; }
  .rpt-10,
  .rpy-10 {
    padding-top: 10px; }
  .rpt-15,
  .rpy-15 {
    padding-top: 15px; }
  .rpt-20,
  .rpy-20 {
    padding-top: 20px; }
  .rpt-25,
  .rpy-25 {
    padding-top: 25px; }
  .rpt-30,
  .rpy-30 {
    padding-top: 30px; }
  .rpt-35,
  .rpy-35 {
    padding-top: 35px; }
  .rpt-40,
  .rpy-40 {
    padding-top: 40px; }
  .rpt-45,
  .rpy-45 {
    padding-top: 45px; }
  .rpt-50,
  .rpy-50 {
    padding-top: 50px; }
  .rpt-55,
  .rpy-55 {
    padding-top: 55px; }
  .rpt-60,
  .rpy-60 {
    padding-top: 60px; }
  .rpt-65,
  .rpy-65 {
    padding-top: 65px; }
  .rpt-70,
  .rpy-70 {
    padding-top: 70px; }
  .rpt-75,
  .rpy-75 {
    padding-top: 75px; }
  .rpt-80,
  .rpy-80 {
    padding-top: 80px; }
  .rpt-85,
  .rpy-85 {
    padding-top: 85px; }
  .rpt-90,
  .rpy-90 {
    padding-top: 90px; }
  .rpt-95,
  .rpy-95 {
    padding-top: 95px; }
  .rpt-100,
  .rpy-100 {
    padding-top: 100px; }
  .rpt-105,
  .rpy-105 {
    padding-top: 105px; }
  .rpt-110,
  .rpy-110 {
    padding-top: 110px; }
  .rpt-115,
  .rpy-115 {
    padding-top: 115px; }
  .rpt-120,
  .rpy-120 {
    padding-top: 120px; }
  .rpt-125,
  .rpy-125 {
    padding-top: 125px; }
  .rpt-130,
  .rpy-130 {
    padding-top: 130px; }
  .rpt-135,
  .rpy-135 {
    padding-top: 135px; }
  .rpt-140,
  .rpy-140 {
    padding-top: 140px; }
  .rpt-145,
  .rpy-145 {
    padding-top: 145px; }
  .rpt-150,
  .rpy-150 {
    padding-top: 150px; }
  /* Padding Bottom */
  .rpb-0,
  .rpy-0 {
    padding-bottom: 0px !important; }
  .rpb-5,
  .rpy-5 {
    padding-bottom: 5px !important; }
  .rpb-10,
  .rpy-10 {
    padding-bottom: 10px; }
  .rpb-15,
  .rpy-15 {
    padding-bottom: 15px; }
  .rpb-20,
  .rpy-20 {
    padding-bottom: 20px; }
  .rpb-25,
  .rpy-25 {
    padding-bottom: 25px; }
  .rpb-30,
  .rpy-30 {
    padding-bottom: 30px; }
  .rpb-35,
  .rpy-35 {
    padding-bottom: 35px; }
  .rpb-40,
  .rpy-40 {
    padding-bottom: 40px; }
  .rpb-45,
  .rpy-45 {
    padding-bottom: 45px; }
  .rpb-50,
  .rpy-50 {
    padding-bottom: 50px; }
  .rpb-55,
  .rpy-55 {
    padding-bottom: 55px; }
  .rpb-60,
  .rpy-60 {
    padding-bottom: 60px; }
  .rpb-65,
  .rpy-65 {
    padding-bottom: 65px; }
  .rpb-70,
  .rpy-70 {
    padding-bottom: 70px; }
  .rpb-75,
  .rpy-75 {
    padding-bottom: 75px; }
  .rpb-80,
  .rpy-80 {
    padding-bottom: 80px; }
  .rpb-85,
  .rpy-85 {
    padding-bottom: 85px; }
  .rpb-90,
  .rpy-90 {
    padding-bottom: 90px; }
  .rpb-95,
  .rpy-95 {
    padding-bottom: 95px; }
  .rpb-100,
  .rpy-100 {
    padding-bottom: 100px; }
  .rpb-105,
  .rpy-105 {
    padding-bottom: 105px; }
  .rpb-110,
  .rpy-110 {
    padding-bottom: 110px; }
  .rpb-115,
  .rpy-115 {
    padding-bottom: 115px; }
  .rpb-120,
  .rpy-120 {
    padding-bottom: 120px; }
  .rpb-125,
  .rpy-125 {
    padding-bottom: 125px; }
  .rpb-130,
  .rpy-130 {
    padding-bottom: 130px; }
  .rpb-135,
  .rpy-135 {
    padding-bottom: 135px; }
  .rpb-140,
  .rpy-140 {
    padding-bottom: 140px; }
  .rpb-145,
  .rpy-145 {
    padding-bottom: 145px; }
  .rpb-150,
  .rpy-150 {
    padding-bottom: 150px; }
  /* Margin Around */
  .rm-0 {
    margin: 0px !important; }
  .rm-5 {
    margin: 5px !important; }
  .rm-10 {
    margin: 10px; }
  .rm-15 {
    margin: 15px; }
  .rm-20 {
    margin: 20px; }
  .rm-25 {
    margin: 25px; }
  .rm-30 {
    margin: 30px; }
  .rm-35 {
    margin: 35px; }
  .rm-40 {
    margin: 40px; }
  .rm-45 {
    margin: 45px; }
  .rm-50 {
    margin: 50px; }
  .rm-55 {
    margin: 55px; }
  .rm-60 {
    margin: 60px; }
  .rm-65 {
    margin: 65px; }
  .rm-70 {
    margin: 70px; }
  .rm-75 {
    margin: 75px; }
  .rm-80 {
    margin: 80px; }
  .rm-85 {
    margin: 85px; }
  .rm-90 {
    margin: 90px; }
  .rm-95 {
    margin: 95px; }
  .rm-100 {
    margin: 100px; }
  .rm-105 {
    margin: 105px; }
  .rm-110 {
    margin: 110px; }
  .rm-115 {
    margin: 115px; }
  .rm-120 {
    margin: 120px; }
  .rm-125 {
    margin: 125px; }
  .rm-130 {
    margin: 130px; }
  .rm-135 {
    margin: 135px; }
  .rm-140 {
    margin: 140px; }
  .rm-145 {
    margin: 145px; }
  .rm-150 {
    margin: 150px; }
  /* Margin Top */
  .rmt-0,
  .rmy-0 {
    margin-top: 0px !important; }
  .rmt-5,
  .rmy-5 {
    margin-top: 5px !important; }
  .rmt-10,
  .rmy-10 {
    margin-top: 10px; }
  .rmt-15,
  .rmy-15 {
    margin-top: 15px; }
  .rmt-20,
  .rmy-20 {
    margin-top: 20px; }
  .rmt-25,
  .rmy-25 {
    margin-top: 25px; }
  .rmt-30,
  .rmy-30 {
    margin-top: 30px; }
  .rmt-35,
  .rmy-35 {
    margin-top: 35px; }
  .rmt-40,
  .rmy-40 {
    margin-top: 40px; }
  .rmt-45,
  .rmy-45 {
    margin-top: 45px; }
  .rmt-50,
  .rmy-50 {
    margin-top: 50px; }
  .rmt-55,
  .rmy-55 {
    margin-top: 55px; }
  .rmt-60,
  .rmy-60 {
    margin-top: 60px; }
  .rmt-65,
  .rmy-65 {
    margin-top: 65px; }
  .rmt-70,
  .rmy-70 {
    margin-top: 70px; }
  .rmt-75,
  .rmy-75 {
    margin-top: 75px; }
  .rmt-80,
  .rmy-80 {
    margin-top: 80px; }
  .rmt-85,
  .rmy-85 {
    margin-top: 85px; }
  .rmt-90,
  .rmy-90 {
    margin-top: 90px; }
  .rmt-95,
  .rmy-95 {
    margin-top: 95px; }
  .rmt-100,
  .rmy-100 {
    margin-top: 100px; }
  .rmt-105,
  .rmy-105 {
    margin-top: 105px; }
  .rmt-110,
  .rmy-110 {
    margin-top: 110px; }
  .rmt-115,
  .rmy-115 {
    margin-top: 115px; }
  .rmt-120,
  .rmy-120 {
    margin-top: 120px; }
  .rmt-125,
  .rmy-125 {
    margin-top: 125px; }
  .rmt-130,
  .rmy-130 {
    margin-top: 130px; }
  .rmt-135,
  .rmy-135 {
    margin-top: 135px; }
  .rmt-140,
  .rmy-140 {
    margin-top: 140px; }
  .rmt-145,
  .rmy-145 {
    margin-top: 145px; }
  .rmt-150,
  .rmy-150 {
    margin-top: 150px; }
  /* Margin Bottom */
  .rmb-0,
  .rmy-0 {
    margin-bottom: 0px !important; }
  .rmb-5,
  .rmy-5 {
    margin-bottom: 5px !important; }
  .rmb-10,
  .rmy-10 {
    margin-bottom: 10px; }
  .rmb-15,
  .rmy-15 {
    margin-bottom: 15px; }
  .rmb-20,
  .rmy-20 {
    margin-bottom: 20px; }
  .rmb-25,
  .rmy-25 {
    margin-bottom: 25px; }
  .rmb-30,
  .rmy-30 {
    margin-bottom: 30px; }
  .rmb-35,
  .rmy-35 {
    margin-bottom: 35px; }
  .rmb-40,
  .rmy-40 {
    margin-bottom: 40px; }
  .rmb-45,
  .rmy-45 {
    margin-bottom: 45px; }
  .rmb-50,
  .rmy-50 {
    margin-bottom: 50px; }
  .rmb-55,
  .rmy-55 {
    margin-bottom: 55px; }
  .rmb-60,
  .rmy-60 {
    margin-bottom: 60px; }
  .rmb-65,
  .rmy-65 {
    margin-bottom: 65px; }
  .rmb-70,
  .rmy-70 {
    margin-bottom: 70px; }
  .rmb-75,
  .rmy-75 {
    margin-bottom: 75px; }
  .rmb-80,
  .rmy-80 {
    margin-bottom: 80px; }
  .rmb-85,
  .rmy-85 {
    margin-bottom: 85px; }
  .rmb-90,
  .rmy-90 {
    margin-bottom: 90px; }
  .rmb-95,
  .rmy-95 {
    margin-bottom: 95px; }
  .rmb-100,
  .rmy-100 {
    margin-bottom: 100px; }
  .rmb-105,
  .rmy-105 {
    margin-bottom: 105px; }
  .rmb-110,
  .rmy-110 {
    margin-bottom: 110px; }
  .rmb-115,
  .rmy-115 {
    margin-bottom: 115px; }
  .rmb-120,
  .rmy-120 {
    margin-bottom: 120px; }
  .rmb-125,
  .rmy-125 {
    margin-bottom: 125px; }
  .rmb-130,
  .rmy-130 {
    margin-bottom: 130px; }
  .rmb-135,
  .rmy-135 {
    margin-bottom: 135px; }
  .rmb-140,
  .rmy-140 {
    margin-bottom: 140px; }
  .rmb-145,
  .rmy-145 {
    margin-bottom: 145px; }
  .rmb-150,
  .rmy-150 {
    margin-bottom: 150px; } }

/*******************************************************/
/***************** ## Custom Animation ****************/
/*******************************************************/
/* Animation Delay */
.delay-1-0s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.delay-2-0s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.delay-0-1s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.delay-0-2s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay-0-3s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.delay-0-4s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay-0-5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.delay-0-6s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.delay-0-7s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.delay-0-8s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.delay-0-9s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.delay-1-1s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.delay-1-2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.delay-1-3s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s; }

.delay-1-4s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.delay-1-6s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s; }

.delay-1-7s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s; }

.delay-1-8s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s; }

.delay-1-9s {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s; }

@-webkit-keyframes toggler {
  0%,
  10% {
    background-position: 0 0, 0 calc(100%/3); }
  50% {
    background-position: 0 0, calc(100%/3) calc(100%/3); }
  90%,
  100% {
    background-position: 0 0, calc(100%/3) 0; } }

@keyframes toggler {
  0%,
  10% {
    background-position: 0 0, 0 calc(100%/3); }
  50% {
    background-position: 0 0, calc(100%/3) calc(100%/3); }
  90%,
  100% {
    background-position: 0 0, calc(100%/3) 0; } }

/* Menu Sticky */
@-webkit-keyframes sticky {
  0% {
    top: -100px; }
  100% {
    top: 0; } }

@keyframes sticky {
  0% {
    top: -100px; }
  100% {
    top: 0; } }

/* Rotated Circle */
@-webkit-keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

/* Rotated Circle reverse */
@-webkit-keyframes rotated_circle_reverse {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes rotated_circle_reverse {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

/* Rotated Man */
@-webkit-keyframes semi_rotated {
  0%,
  100% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); }
  50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); } }
@keyframes semi_rotated {
  0%,
  100% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); }
  50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); } }

/* BG Shape Rotated */
@-webkit-keyframes semi_rotated_two {
  0%,
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); } }
@keyframes semi_rotated_two {
  0%,
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); } }

@-webkit-keyframes move_arround {
  0% {
    top: 20px;
    left: 20px; }
  25% {
    top: 20px;
    left: -20px; }
  50% {
    top: -20px;
    left: -20px; }
  75% {
    top: -20px;
    left: 20px; }
  100% {
    top: 20px;
    left: 20px; } }

@keyframes move_arround {
  0% {
    top: 20px;
    left: 20px; }
  25% {
    top: 20px;
    left: -20px; }
  50% {
    top: -20px;
    left: -20px; }
  75% {
    top: -20px;
    left: 20px; }
  100% {
    top: 20px;
    left: 20px; } }

/* Hero Circle */
@-webkit-keyframes upDownLeft {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); } }
@keyframes upDownLeft {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); } }

@-webkit-keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg); }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(150px, 0px) rotate(270deg);
    transform: translate(150px, 0px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg); }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(150px, 0px) rotate(270deg);
    transform: translate(150px, 0px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@-webkit-keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-150px, 0px) rotate(270deg);
    transform: translate(-150px, 0px) rotate(270deg); }
  50% {
    -webkit-transform: translate(-150px, 150px) rotate(180deg);
    transform: translate(-150px, 150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-150px, 0px) rotate(270deg);
    transform: translate(-150px, 0px) rotate(270deg); }
  50% {
    -webkit-transform: translate(-150px, 150px) rotate(180deg);
    transform: translate(-150px, 150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@-webkit-keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
    transform: translate(50px, 150px) rotate(90deg); }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
    transform: translate(150px, 50px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
    transform: translate(50px, 150px) rotate(90deg); }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
    transform: translate(150px, 50px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@-webkit-keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
    transform: translate(-150px -50px) rotate(90deg); }
  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
    transform: translate(-50px, -150px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
    transform: translate(-150px -50px) rotate(90deg); }
  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
    transform: translate(-50px, -150px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@-webkit-keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
    transform: translate(-100px -100px) rotate(90deg); }
  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
    transform: translate(100px, 50px) rotate(180deg); }
  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
    transform: translate(-100px, 150px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
    transform: translate(-100px -100px) rotate(90deg); }
  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
    transform: translate(100px, 50px) rotate(180deg); }
  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
    transform: translate(-100px, 150px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@-webkit-keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }

@keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }

@-webkit-keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translate(0, -25px);
    transform: rotateX(0deg) translate(0, -25px); }
  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px); } }

@keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translate(0, -25px);
    transform: rotateX(0deg) translate(0, -25px); }
  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px); } }

@-webkit-keyframes leftRightOne {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px); } }

@keyframes leftRightOne {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px); } }

@-webkit-keyframes leftRightTwo {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); } }

@keyframes leftRightTwo {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); } }

@-webkit-keyframes zoomInOut {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

@keyframes zoomInOut {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

/* Preloader */
@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Headline */
@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); } }
@keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); } }

@-webkit-keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

/*******************************************************/
/******************* ## Header style *******************/
/*******************************************************/
.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  .main-header .header-upper {
    z-index: 5;
    width: 100%;
    position: relative;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid var(--border-color); }
  .main-header .logo-outer {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
    @media only screen and (max-width: 991px) {
      .main-header .logo-outer {
        display: none; } }
  .main-header .logo {
    z-index: 9;
    padding: 2px 0;
    position: relative; }
  .main-header.menu-absolute .header-upper {
    position: absolute; }
  .main-header.fixed-header .header-upper {
    top: 0;
    left: 0;
    position: fixed;
    background: #010101;
    -webkit-animation: sticky  1s;
    animation: sticky  1s;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1); }
  @media only screen and (min-width: 992px) {
    .main-header.fixed-header .main-menu .navbar-collapse > ul > li {
      padding-top: 25px;
      padding-bottom: 25px; } }
  .main-header.no-border:not(.fixed-header) .header-upper {
    border-bottom: none; }

@media only screen and (max-width: 991px) {
  .nav-outer {
    width: 100%; } }

/** Header Main Menu **/
@media only screen and (max-width: 991px) {
  .main-menu {
    width: 100%; } }

.main-menu .mobile-logo {
  margin-right: auto; }
  @media only screen and (max-width: 575px) {
    .main-menu .mobile-logo {
      max-width: 150px; } }

@media only screen and (max-width: 991px) {
  .main-menu .collapse {
    overflow: auto; } }

.main-menu .navbar-collapse {
  padding: 0px; }
  .main-menu .navbar-collapse > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 991px) {
      .main-menu .navbar-collapse > ul {
        display: block;
        padding: 25px 0;
        background: #222222;
        -webkit-box-shadow: inset 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
        box-shadow: inset 0px 0px 30px 0px rgba(87, 95, 245, 0.1); }
        .main-menu .navbar-collapse > ul > li:last-child {
          border-bottom: 1px solid rgba(255, 255, 255, 0.05); } }
    @media only screen and (min-width: 992px) {
      .main-menu .navbar-collapse > ul > li.dropdown > .dropdown-btn {
        display: none; } }
  @media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse {
      left: 0;
      width: 100%;
      position: absolute;
      max-height: calc(100vh - 80px); } }
  .main-menu .navbar-collapse li {
    padding: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 1399px) {
      .main-menu .navbar-collapse li {
        padding-left: 10px;
        padding-right: 10px; } }
    @media only screen and (max-width: 991px) {
      .main-menu .navbar-collapse li {
        display: block;
        padding: 0 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.05); } }
    .main-menu .navbar-collapse li.dropdown .dropdown-btn {
      cursor: pointer;
      margin-left: 5px;
      margin-bottom: -3px; }
      @media only screen and (max-width: 991px) {
        .main-menu .navbar-collapse li.dropdown .dropdown-btn {
          position: absolute;
          right: 10px;
          top: 0;
          width: 50px;
          height: 43px;
          border-left: 1px solid rgba(255, 255, 255, 0.05);
          text-align: center;
          line-height: 43px; } }
    .main-menu .navbar-collapse li a {
      display: block;
      opacity: 1;
      font-size: 15px;
      color: #A9ADB9;
      font-weight: 600;
      position: relative;
      text-transform: uppercase;
      font-family: var(--heading-font);
      -webkit-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }
      @media only screen and (max-width: 991px) {
        .main-menu .navbar-collapse li a {
          padding: 10px 10px;
          line-height: 22px; } }
      .main-menu .navbar-collapse li a:hover {
        color: var(--primary-color);
        text-decoration: underline; }
    .main-menu .navbar-collapse li.current > a, .main-menu .navbar-collapse li.current-menu-item > a {
      font-weight: 500; }
    .main-menu .navbar-collapse li li {
      border-top: 1px solid #151516; }
      .main-menu .navbar-collapse li li a {
        text-transform: capitalize; }
        .main-menu .navbar-collapse li li a:before {
          display: none; }
    .main-menu .navbar-collapse li .megamenu {
      position: absolute;
      left: 0px;
      top: 100%;
      width: 100%;
      z-index: 100;
      display: none;
      padding: 20px 0;
      background: #ffffff;
      -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
      box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); }
      .main-menu .navbar-collapse li .megamenu:after {
        display: block;
        clear: both;
        content: ""; }
      @media only screen and (max-width: 991px) {
        .main-menu .navbar-collapse li .megamenu {
          position: relative;
          -webkit-box-shadow: none;
          box-shadow: none;
          width: 100%; }
          .main-menu .navbar-collapse li .megamenu .container {
            max-width: 100%; }
          .main-menu .navbar-collapse li .megamenu .row {
            margin: 0px; } }
      .main-menu .navbar-collapse li .megamenu ul {
        display: block;
        position: relative;
        top: 0;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .main-menu .navbar-collapse li ul {
      position: absolute;
      left: inherit;
      top: 100%;
      min-width: 250px;
      z-index: 100;
      display: none;
      background: #222222;
      -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
      box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); }
      @media only screen and (max-width: 991px) {
        .main-menu .navbar-collapse li ul {
          position: relative;
          display: none;
          width: 100%;
          -webkit-box-shadow: none;
          box-shadow: none;
          background: transparent; }
          .main-menu .navbar-collapse li ul:after {
            display: block;
            clear: both;
            content: ""; } }
  @media only screen and (max-width: 991px) and (max-width: 375px) {
    .main-menu .navbar-collapse li ul {
      min-width: auto; } }
      .main-menu .navbar-collapse li ul li {
        width: 100%;
        padding: 7px 20px; }
        @media only screen and (max-width: 991px) {
          .main-menu .navbar-collapse li ul li {
            padding: 0 15px; } }
        .main-menu .navbar-collapse li ul li ul {
          left: 100%;
          top: 0%; }
          @media only screen and (max-width: 991px) {
            .main-menu .navbar-collapse li ul li ul {
              left: auto; } }

.main-menu .navbar-header {
  display: none; }
  @media only screen and (max-width: 991px) {
    .main-menu .navbar-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start; } }
  .main-menu .navbar-header .navbar-toggle {
    float: right;
    padding: 4px 0;
    cursor: pointer;
    background: transparent; }
    .main-menu .navbar-header .navbar-toggle .icon-bar {
      background: var(--base-color);
      height: 2px;
      width: 30px;
      display: block;
      margin: 7px 0; }

/* Menu Btns */
.menu-btns {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .menu-btns button {
    color: white;
    cursor: pointer;
    margin-left: 33px;
    background-color: transparent; }
    @media only screen and (max-width: 375px) {
      .menu-btns button.cart {
        display: none; } }
  .menu-btns .theme-btn {
    margin-left: 33px; }
    @media only screen and (min-width: 576px) {
      .menu-btns .theme-btn {
        padding-top: 12px;
        padding-bottom: 12px; } }
    @media only screen and (max-width: 1199px) {
      .menu-btns .theme-btn {
        display: none; } }

/* Header Search */
.nav-search {
  position: relative; }
  .nav-search > button {
    background: transparent; }
  .nav-search form {
    position: absolute;
    width: 320px;
    top: 100%;
    right: 0;
    z-index: 777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05); }
    @media only screen and (max-width: 375px) {
      .nav-search form {
        width: 275px; } }
    .nav-search form.hide {
      display: none; }
    .nav-search form input {
      border: none;
      padding: 15px 5px 15px 25px; }
    .nav-search form button {
      background: transparent;
      padding: 15px 20px 15px 0; }

/** hidden-sidebar * */
.hidden-bar {
  position: fixed;
  right: -350px;
  top: 0px;
  opacity: 0;
  width: 350px;
  height: 100%;
  z-index: 99999;
  overflow-y: auto;
  visibility: hidden;
  background-color: #222222;
  border-left: 1px solid #231b26;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media only screen and (max-width: 375px) {
    .hidden-bar {
      width: 300px; } }
  .hidden-bar .social-style-one a {
    width: 40px;
    height: 40px;
    line-height: 40px; }

.side-content-visible .hidden-bar {
  right: 0px;
  opacity: 1;
  visibility: visible; }

.hidden-bar .inner-box {
  position: relative;
  padding: 100px 40px 50px; }
  @media only screen and (max-width: 375px) {
    .hidden-bar .inner-box {
      padding-left: 25px;
      padding-right: 25px; } }
  .hidden-bar .inner-box .cross-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
  .hidden-bar .inner-box h4 {
    position: relative;
    color: #ffffff;
    margin-bottom: 35px; }

/*Appointment Form */
.hidden-bar .appointment-form {
  position: relative; }
  .hidden-bar .appointment-form .form-group {
    position: relative;
    margin-bottom: 20px; }
  .hidden-bar .appointment-form input[type="text"], .hidden-bar .appointment-form input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 23px;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 16px;
    background: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgba(255, 255, 255, 0.1); }
  .hidden-bar .appointment-form textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 23px;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    resize: none; }
  .hidden-bar .appointment-form input::-webkit-input-placeholder {
    font-size: 14px;
    color: #bdbdbd; }
  .hidden-bar .appointment-form input:-ms-input-placeholder {
    font-size: 14px;
    color: #bdbdbd; }
  .hidden-bar .appointment-form input::-ms-input-placeholder {
    font-size: 14px;
    color: #bdbdbd; }
  .hidden-bar .appointment-form input::placeholder {
    font-size: 14px;
    color: #bdbdbd; }
  .hidden-bar .appointment-form textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #bdbdbd; }
  .hidden-bar .appointment-form textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #bdbdbd; }
  .hidden-bar .appointment-form textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #bdbdbd; }
  .hidden-bar .appointment-form textarea::placeholder {
    font-size: 14px;
    color: #bdbdbd; }
  .hidden-bar .appointment-form .form-group button {
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-color: white; }

.form-back-drop {
  position: fixed;
  left: 100%;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  z-index: 9990;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.side-content-visible .form-back-drop {
  opacity: 1;
  left: 0;
  visibility: visible; }

@media only screen and (max-width: 991px) {
  .header-top {
    padding-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  .header-top {
    display: none; } }

.header-top .top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--heading-color); }
  .header-top .top-left li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header-top .top-left li i {
      margin-right: 5px;
      color: var(--primary-color); }
    .header-top .top-left li a {
      color: var(--heading-color); }
    .header-top .top-left li:not(:last-child) {
      margin-right: 15px; }
      @media only screen and (max-width: 1199px) {
        .header-top .top-left li:not(:last-child) {
          display: none; } }

.header-top .top-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (min-width: 992px) {
    .header-top .top-right ul {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .header-top .top-right ul li {
    margin-left: 8px;
    margin-right: 8px; }
    .header-top .top-right ul li > a {
      color: #E2E7F5; }
      .header-top .top-right ul li > a:hover {
        color: var(--primary-color); }

/*******************************************************/
/******************** ## Hero Area *********************/
/*******************************************************/
.hero-area {
  z-index: 1;
  position: relative; }
  .hero-area:after {
    z-index: -1;
    content: '';
    position: absolute;
    right: 0;
    top: -100px;
    width: 350px;
    height: 250px;
    -webkit-filter: blur(350px);
    filter: blur(350px);
    -webkit-animation: 5s zoomInOut infinite;
    animation: 5s zoomInOut infinite;
    background: -webkit-linear-gradient(323deg, #C8F31D 23.12%, #C8F31D 58.49%, rgba(223, 40, 24, 0) 90.7%);
    background: -o-linear-gradient(323deg, #C8F31D 23.12%, #C8F31D 58.49%, rgba(223, 40, 24, 0) 90.7%);
    background: linear-gradient(127deg, #C8F31D 23.12%, #C8F31D 58.49%, rgba(223, 40, 24, 0) 90.7%); }
  .hero-area:before {
    z-index: -1;
    content: '';
    position: absolute;
    left: -100px;
    bottom: -100px;
    width: 780px;
    height: 480px;
    -webkit-filter: blur(800px);
    filter: blur(800px);
    -webkit-animation: 5s zoomInOut infinite;
    animation: 5s zoomInOut infinite;
    background: -webkit-linear-gradient(323deg, #C8F31D 23.12%, rgba(200, 243, 29, 0.62) 58.49%, rgba(80, 98, 10, 0) 90.7%);
    background: -o-linear-gradient(323deg, #C8F31D 23.12%, rgba(200, 243, 29, 0.62) 58.49%, rgba(80, 98, 10, 0) 90.7%);
    background: linear-gradient(127deg, #C8F31D 23.12%, rgba(200, 243, 29, 0.62) 58.49%, rgba(80, 98, 10, 0) 90.7%); }

.hero-shape {
  position: absolute;
  right: 5%;
  bottom: 5%;
  z-index: -1;
  max-width: 10%;
  -webkit-animation: 10s down-up-two infinite;
  animation: 10s down-up-two infinite; }

.hero-image-part {
  padding-right: 65px;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .hero-image-part {
      padding-right: 10%; } }
  .hero-image-part .hero-main-img {
    position: relative; }
    .hero-image-part .hero-main-img .hero-video-play {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: 25%; }
  .hero-image-part .mail-us {
    position: absolute;
    left: 0;
    bottom: 0;
    color: black;
    text-align: center;
    width: 188px;
    height: 172px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--primary-color); }
    .hero-image-part .mail-us i {
      font-size: 50px; }
    .hero-image-part .mail-us span {
      margin-top: 10px;
      font-weight: 600;
      text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .hero-image-part .mail-us {
        width: 100px;
        height: 100px; }
        .hero-image-part .mail-us i {
          font-size: 25px; }
        .hero-image-part .mail-us span {
          margin-top: 0;
          font-size: 10px; } }
  .hero-image-part .hero-small-img {
    position: absolute;
    right: -90px;
    bottom: -40px;
    max-width: 37%; }
    @media only screen and (max-width: 991px) {
      .hero-image-part .hero-small-img {
        right: 0; } }

.hero-content-part {
  margin-top: -50px; }
  .hero-content-part h1 {
    font-size: 170px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .hero-content-part h1 i {
      font-size: 41%;
      margin-left: -5px;
      color: var(--primary-color); }
    @media only screen and (max-width: 1599px) {
      .hero-content-part h1 {
        font-size: 90px; } }
    @media only screen and (max-width: 1199px) {
      .hero-content-part h1 {
        font-size: 100px; } }
    @media only screen and (max-width: 767px) {
      .hero-content-part h1 {
        font-size: 80px; } }
    @media only screen and (max-width: 479px) {
      .hero-content-part h1 {
        font-size: 65px; } }
  .hero-content-part .hero-sub-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px; }
    .hero-content-part .hero-sub-heading img {
      max-width: 45%; }
  .hero-content-part .text {
    font-weight: 500;
    margin-top: 60px;
    max-width: 550px; }
    @media only screen and (min-width: 992px) {
      .hero-content-part .text {
        margin-left: 150px; } }

.agency-text {
  color: white;
  font-size: 115px;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  margin-top: -30px;
  font-family: var(--script-font);
  text-transform: capitalize;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-position: from-font; }
  @media only screen and (max-width: 1599px) {
    .agency-text {
      font-size: 90px; } }
  @media only screen and (max-width: 1199px) {
    .agency-text {
      font-size: 70px; } }
  @media only screen and (max-width: 767px) {
    .agency-text {
      font-size: 50px; } }
  @media only screen and (max-width: 479px) {
    .agency-text {
      font-size: 40px; } }

/* Horo Two */
.hero-area-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (min-width: 992px) {
    .hero-area-two {
      min-height: calc(100vh - 40px); } }

.hero-image-two {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 58%;
  height: 100%;
  background-size: cover; }

.hero-contact-info {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  padding: 90px 40px 60px 0;
  text-transform: capitalize;
  height: calc(100% - 100px);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-writing-mode: vertical-lr; }
  @media only screen and (max-width: 1299px) {
    .hero-contact-info {
      padding: 25px 15px; } }
  @media only screen and (max-width: 575px) {
    .hero-contact-info {
      display: none; } }
  .hero-contact-info a {
    color: white; }

.hero-content-two h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 170px;
  margin-left: -12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  text-transform: uppercase; }
  @media only screen and (max-width: 1299px) {
    .hero-content-two h1 {
      font-size: 150px; } }
  @media only screen and (max-width: 1199px) {
    .hero-content-two h1 {
      font-size: 130px; } }
  @media only screen and (max-width: 1199px) {
    .hero-content-two h1 {
      font-size: 130px; } }
  @media only screen and (max-width: 991px) {
    .hero-content-two h1 {
      font-size: 100px; } }
  @media only screen and (max-width: 767px) {
    .hero-content-two h1 {
      margin-left: 0;
      font-size: 75px; } }
  @media only screen and (max-width: 575px) {
    .hero-content-two h1 {
      font-size: 13vw; } }
  .hero-content-two h1 span {
    color: var(--primary-color); }
  .hero-content-two h1 i {
    font-size: 47%;
    margin-left: 40px;
    color: var(--primary-color); }
    @media only screen and (max-width: 767px) {
      .hero-content-two h1 i {
        margin-left: 20px; } }

@media only screen and (min-width: 768px) {
  .hero-content-two .hero-sub-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.hero-content-two .hero-sub-heading .text {
  color: white;
  font-weight: 500;
  max-width: 535px;
  padding-left: 18px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .hero-content-two .hero-sub-heading .text {
      margin-right: 55px; } }
  .hero-content-two .hero-sub-heading .text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background: var(--primary-color);
    width: 2px;
    height: calc(100% - 20px); }

.hero-content-two .hero-sub-heading .agency-text {
  display: inline-block;
  text-decoration: none;
  color: var(--primary-color); }
  @media only screen and (max-width: 767px) {
    .hero-content-two .hero-sub-heading .agency-text {
      margin-top: 25px; } }

@media only screen and (max-width: 767px) {
  .hero-content-two .hero-scroll-down a {
    position: absolute;
    right: 0;
    bottom: 10px; } }

.hero-scroll-down {
  text-align: right;
  position: relative; }
  .hero-scroll-down a {
    color: black;
    font-size: 25px;
    display: inline-block;
    width: 130px;
    height: 130px;
    background: var(--primary-color);
    line-height: 130px;
    border-radius: 50%;
    text-align: center; }
    @media only screen and (max-width: 1199px) {
      .hero-scroll-down a {
        width: 100px;
        height: 100px;
        line-height: 100px; } }
    @media only screen and (max-width: 767px) {
      .hero-scroll-down a {
        width: 80px;
        height: 80px;
        line-height: 80px; } }

.hero-shape-two {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  max-width: 50%; }

/* Hero Three */
.hero-area-three .hero-scroll-down {
  position: absolute;
  right: 15px;
  top: -15px; }
  @media only screen and (max-width: 479px) {
    .hero-area-three .hero-scroll-down a {
      width: 60px;
      height: 60px;
      font-size: 20px;
      line-height: 60px; } }
  @media only screen and (max-width: 375px) {
    .hero-area-three .hero-scroll-down a {
      width: 50px;
      height: 50px;
      line-height: 50px; } }

.hero-content-three > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .hero-content-three > div.hero-top {
    margin-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      .hero-content-three > div.hero-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px; } }
    .hero-content-three > div.hero-top .hero-heading {
      margin-right: 90px; }
      @media only screen and (max-width: 1199px) {
        .hero-content-three > div.hero-top .hero-heading {
          margin-right: 30px; } }
      @media only screen and (max-width: 991px) {
        .hero-content-three > div.hero-top .hero-heading {
          margin-bottom: 20px; } }
    .hero-content-three > div.hero-top .text {
      color: #787B89;
      max-width: 85%;
      padding-left: 18px;
      position: relative; }
      @media only screen and (max-width: 479px) {
        .hero-content-three > div.hero-top .text {
          max-width: 95%; } }
      .hero-content-three > div.hero-top .text:before {
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        background: var(--primary-color);
        width: 2px;
        height: calc(100% - 16px); }

.hero-content-three .hero-heading {
  color: white;
  line-height: 1;
  font-size: 105px;
  font-weight: 700;
  text-transform: uppercase; }
  @media only screen and (max-width: 1299px) {
    .hero-content-three .hero-heading {
      font-size: 8vw; } }
  @media only screen and (max-width: 1199px) {
    .hero-content-three .hero-heading {
      font-size: 6vw; } }
  .hero-content-three .hero-heading span {
    color: var(--primary-color); }

.hero-content-three .video-play-text {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 25px;
  text-align: center;
  background: var(--primary-color); }
  @media only screen and (max-width: 1199px) {
    .hero-content-three .video-play-text {
      width: 100px;
      height: 100px; } }
  @media only screen and (max-width: 767px) {
    .hero-content-three .video-play-text {
      width: 80px;
      height: 80px;
      padding: 8px; } }
  @media only screen and (max-width: 479px) {
    .hero-content-three .video-play-text {
      width: 60px;
      height: 60px;
      padding: 5px; } }

.hero-three-shape {
  position: absolute;
  right: 5%;
  top: 20%;
  max-width: 20%; }

.hero-lighting {
  z-index: -1;
  position: absolute;
  left: 50%;
  bottom: -10%;
  width: 775px;
  height: 200px;
  -webkit-filter: blur(350px);
  filter: blur(350px);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background: -webkit-linear-gradient(323deg, #C4EF17 23.12%, #C4EF17 58.49%, #C4EF17 90.7%);
  background: -o-linear-gradient(323deg, #C4EF17 23.12%, #C4EF17 58.49%, #C4EF17 90.7%);
  background: linear-gradient(127deg, #C4EF17 23.12%, #C4EF17 58.49%, #C4EF17 90.7%); }

/*******************************************************/
/******************* ## Page Banner *******************/
/*******************************************************/
.banner-inner h1 {
  text-transform: uppercase;
  -webkit-background-clip: text;

  }
  @media only screen and (min-width: 1200px) {
    .banner-inner h1 {
      font-size: 90px; } }
  @media only screen and (max-width: 991px) {
    .banner-inner h1 {
      font-size: 55px; } }
  @media only screen and (max-width: 767px) {
    .banner-inner h1 {
      font-size: 40px; } }
  @media only screen and (max-width: 575px) {
    .banner-inner h1 {
      font-size: 36px; } }
  .banner-inner h1.style-two {
    -webkit-text-fill-color: white; }
    @media only screen and (min-width: 1200px) {
      .banner-inner h1.style-two {
        font-size: 65px; } }

.breadcrumb {
  padding: 0;
  font-size: 20px;
  background: transparent;
  text-transform: capitalize; }
  @media only screen and (max-width: 575px) {
    .breadcrumb {
      font-size: 18px; } }
  @media only screen and (max-width: 375px) {
    .breadcrumb {
      font-size: 16px; } }
  .breadcrumb .breadcrumb-item {
    padding: 0;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .breadcrumb .breadcrumb-item a {
      color: var(--primary-color); }
    .breadcrumb .breadcrumb-item.active {
      color: var(--primary-color); }
    .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      padding: 0;
      margin-left: 5px;
      margin-right: 5px;
      color: var(--primary-color); }

/*******************************************************/
/******************* ## Headline Text *******************/
/*******************************************************/
.marquee-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap; }

.marquee-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .marquee-inner.left {
    -webkit-animation: marquee_left 20s linear infinite;
    animation: marquee_left 20s linear infinite; }
  .marquee-inner.right {
    -webkit-animation: marquee_right 20s linear infinite;
    animation: marquee_right 20s linear infinite; }

/* Headline style One */
.headline-wrap {
  color: white;
  font-size: 17px;
  font-weight: 600;
  line-height: 0.5px;
  text-transform: uppercase; }
  .headline-wrap .marquee-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .headline-wrap .marquee-item span {
      color: var(--primary-color); }
    .headline-wrap .marquee-item b {
      font-weight: 600; }
    .headline-wrap .marquee-item i {
      font-size: 30px;
      margin-left: 65px;
      margin-right: 65px;
      color: var(--primary-color); }

.style-two .marquee-item i {
  font-size: 25px;
  margin-left: 20px;
  margin-right: 20px; }

.style-two.color-black .marquee-wrap,
.style-two.color-black .marquee-wrap i,
.style-two.color-black .marquee-wrap span {
  color: black; }

.style-three .marquee-item i {
  font-size: 25px;
  margin-left: 20px;
  margin-right: 20px; }

.style-three.color-black .marquee-wrap b {
  color: black; }

/*!* Headline Style Two *! old  font-size: 25px;*/
.marquee-heading-two {
  color: white;
  line-height: 1;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase; }
  @media only screen and (max-width: 1399px) {
    .marquee-heading-two {
      font-size: 7vw; } }
  .marquee-heading-two .marquee-item span {
    color: white;
    margin-left: 40px;
    margin-right: 40px; }
  .marquee-heading-two .marquee-item a {
    color: white;
    text-wrap: nowrap;
  }
    .marquee-heading-two .marquee-item a:hover {
      color: var(--primary-color); }
  .marquee-heading-two .marquee-item .text-image {
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .marquee-heading-two .marquee-item .text-image.grayscale {
      -webkit-filter: grayscale(1);
      filter: grayscale(1); }
  .marquee-heading-two .marquee-item img {
    width: 5%;
    max-width: none; }
  @media only screen and (min-width: 1400px) {
    .marquee-heading-two.style-two .marquee-item i {
      font-size: 35px; } }
  .marquee-heading-two.style-two .marquee-item span {
    margin: 0;
    color: var(--primary-color); }
    .marquee-heading-two.style-two .marquee-item span.text-border {
      color: transparent;
      -webkit-text-stroke: 1px;
      -webkit-text-stroke-color: rgba(255, 255, 255, 0.4); }

@media only screen and (min-width: 1400px) {
  .headline-area-with-image .marquee-heading-two {
    font-size: 90px; } }

.headline-area-with-image .marquee-heading-two .marquee-item > *,
.headline-area-with-image .marquee-heading-two .marquee-item > span {
  margin-left: 50px;
  margin-right: 50px; }
  @media only screen and (max-width: 1199px) {
    .headline-area-with-image .marquee-heading-two .marquee-item > *,
    .headline-area-with-image .marquee-heading-two .marquee-item > span {
      margin-left: 20px;
      margin-right: 20px; } }
  @media only screen and (max-width: 575px) {
    .headline-area-with-image .marquee-heading-two .marquee-item > *,
    .headline-area-with-image .marquee-heading-two .marquee-item > span {
      margin-left: 10px;
      margin-right: 10px; } }

.headline-area-with-image-two .marquee-inner .marquee-item span, .headline-area-with-image-two .marquee-inner .marquee-item b {
  margin-left: 25px;
  margin-right: 25px; }
  @media only screen and (max-width: 767px) {
    .headline-area-with-image-two .marquee-inner .marquee-item span, .headline-area-with-image-two .marquee-inner .marquee-item b {
      margin-left: 15px;
      margin-right: 15px; } }

/* Headline Style Three */
.marquee-heading-three {
  line-height: 1;
  font-size: 100px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize; }
  @media only screen and (max-width: 1399px) {
    .marquee-heading-three {
      font-size: 7vw; } }
  .marquee-heading-three .marquee-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-top: 50px;
    padding-bottom: 50px;
    background: -webkit-radial-gradient(50.02% 64.91%, 42.25% 8948.61%, #FFFFFF, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-radial-gradient(50.02% 64.91%, 42.25% 8948.61%, #FFFFFF, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(42.25% 8948.61% at 50.02% 64.91%, #FFFFFF, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: transparent; }
  .marquee-heading-three .hover-box {
    position: absolute;
    left: 50%;
    top: 50%;
    color: black;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    background: var(--primary-color);
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0); }
    @media only screen and (min-width: 1200px) {
      .marquee-heading-three .hover-box {
        width: 180px;
        height: 180px; } }
  .marquee-heading-three:hover .hover-box {
    -webkit-transform: translateY(-50%) scale(1) rotate(26.015deg);
    -ms-transform: translateY(-50%) scale(1) rotate(26.015deg);
    transform: translateY(-50%) scale(1) rotate(26.015deg); }

/* Headline Hover Box */
.hover-box {
  width: 148px;
  height: 148px;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-image: url(../images/shapes/hover-box.png); }
  @media only screen and (max-width: 375px) {
    .hover-box {
      width: 100px;
      height: 100px;
      font-size: 10px; } }

.hover-box-wrap {
  position: relative; }
  .hover-box-wrap .hover-box {
    opacity: 0;
    position: absolute;
    right: 20%;
    top: 10%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
    .hover-box-wrap .hover-box span {
      font-weight: 500;
      text-transform: capitalize; }
    .hover-box-wrap .hover-box i {
      margin-top: 10px; }
  .hover-box-wrap:hover .hover-box {
    opacity: 1;
    -webkit-transform: scale(1) rotate(60deg);
    -ms-transform: scale(1) rotate(60deg);
    transform: scale(1) rotate(60deg); }

.marquee-wrap.for-arrow-icon .marquee-inner i {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*******************************************************/
/******************* ## Client Logos *******************/
/*******************************************************/
.our-clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 510px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 65px 38px 30px;
  background: var(--lighter-color);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (min-width: 1200px) {
    .our-clients {
      margin-left: auto; } }
  @media only screen and (max-width: 1199px) {
    .our-clients {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (max-width: 479px) {
    .our-clients {
      padding: 45px 15px 10px; } }
  .our-clients a {
    /*margin: 0 38px 40px; */
  }
    @media only screen and (max-width: 1199px) {
      .our-clients a {
        margin-left: 30px;
        margin-right: 30px; } }
    @media only screen and (max-width: 479px) {
      .our-clients a {
        max-width: 40%;
        margin-left: 10px;
        margin-right: 10px; } }

.client-area .container {
  max-width: 1180px; }

.our-clients-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(217, 217, 217, 0.14); }
  .our-clients-two a {
    margin: 0 15px 30px;
    max-width: calc(50% - 30px); }

.client-two-area .our-clients-two {
  border-bottom: none;
  margin-left: -15px;
  margin-right: -15px; }

/*******************************************************/
/******************* ## About Area ********************/
/*******************************************************/
@media only screen and (min-width: 1400px) {
  .about-content {
    margin-right: -10px; } }

.about-content .section-title h2 {
  font-weight: 600; }
  @media only screen and (min-width: 992px) {
    .about-content .section-title h2 {
      font-size: 50px; } }

.about-agency-content p {
  color: #A9ACB9; }

.about-agency-content h5 {
  font-size: 20px;
  margin-top: 30px;
  color: var(--primary-color); }

.about-agency-content .service-stye-two {
  max-width: 250px; }

/* Skillbar */
.skillbar {
  height: 2px;
  margin-top: 70px;
  position: relative;
  border-radius: 7.5px;
  background: rgba(255, 255, 255, 0.14); }
  .skillbar .skillbar-title,
  .skillbar .skill-bar-percent {
    top: -46px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    font-family: var(--base-font); }
  .skillbar .skillbar-title {
    z-index: 2;
    background: #010101; }
  .skillbar .skill-bar-percent {
    top: -40px;
    right: -3px;
    color: #A9ACB9;
    font-size: 18px; }
  .skillbar .skillbar-bar {
    width: 0;
    height: 100%;
    position: relative;
    border-radius: 7.5px;
    background-image: none;
    overflow: inherit !important;
    background-color: var(--primary-color); }
    .skillbar .skillbar-bar::after {
      content: '';
      width: 13px;
      height: 12px;
      position: absolute;
      right: 0;
      bottom: 0;
      background: var(--primary-color);
      -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
      clip-path: polygon(50% 0%, 0% 100%, 100% 100%); }

/* Skillbar Area */
.skillbar-area {
  background: #070708; }

@media only screen and (min-width: 768px) {
  .skillbar-content .section-title h2 {
    font-size: 40px;
    line-height: 1.7; } }

/* About Two */
.about-two-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 7%; }
  .about-two-images .image img {
    width: 100%; }
  .about-two-images .image.one {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 23px; }
  .about-two-images .image.two {
    margin-top: 10%; }
  .about-two-images .video-play-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 575px) {
      .about-two-images .video-play-text {
        top: 25%; } }
  .about-two-images .experince-years {
    position: absolute;
    left: 13%;
    bottom: 0;
    color: black;
    line-height: 1;
    text-align: center;
    padding: 35px 15px;
    width: 185px;
    height: 180px;
    background: var(--primary-color); }
    .about-two-images .experince-years b {
      display: block;
      font-size: 75px;
      margin-bottom: 10px; }
    .about-two-images .experince-years:after {
      content: '';
      position: absolute;
      right: 100%;
      top: 0;
      border-bottom: 20px solid transparent;
      border-right: 26px solid var(--primary-color); }
    @media only screen and (max-width: 767px) {
      .about-two-images .experince-years {
        padding: 26px 10px;
        width: 150px;
        height: 145px; }
        .about-two-images .experince-years b {
          font-size: 45px; } }
    @media only screen and (max-width: 479px) {
      .about-two-images .experince-years {
        left: 8%;
        padding: 10px;
        width: 100px;
        height: 95px; }
        .about-two-images .experince-years b {
          font-size: 30px; }
        .about-two-images .experince-years span {
          font-size: 14px; }
        .about-two-images .experince-years:after {
          border-right-width: 16px;
          border-bottom-width: 12px; } }

.about-two-content {
  max-width: 575px; }
  .about-two-content .service-stye-two {
    max-width: 550px; }
    .about-two-content .service-stye-two h6 {
      line-height: 1.5; }
      @media only screen and (max-width: 479px) {
        .about-two-content .service-stye-two h6 {
          font-size: 18px; } }
      @media only screen and (max-width: 375px) {
        .about-two-content .service-stye-two h6 {
          font-size: 16px; } }
  .about-two-content > h5 {
    margin-bottom: 20px;
    color: var(--primary-color); }
  .about-two-content > p {
    max-width: 540px; }
  .about-two-content .skillbar {
    height: 7px;
    background: #D9D9D9;
    border-radius: 3.5px; }
    .about-two-content .skillbar .skillbar-bar:after {
      display: none; }
    .about-two-content .skillbar .skillbar-bar .skill-bar-percent {
      color: white; }
  .about-two-content .service-item {
    margin-bottom: 25px;
    border-color: rgba(255, 255, 255, 0.06); }
    .about-two-content .service-item .content h6 {
      font-size: 18px;
      letter-spacing: 1.62px; }
    .about-two-content .service-item .content p {
      color: #A9ADB9; }
    .about-two-content .service-item .details-btn {
      font-size: 40px; }
      .about-two-content .service-item .details-btn:not(:hover) {
        color: white; }

.author-name-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .author-name-btn .author {
    width: 66px;
    height: 66px;
    margin-top: 15px;
    border-radius: 50%;
    margin-right: 15px; }
  .author-name-btn .signature {
    margin-top: 15px;
    margin-right: 50px; }
    @media only screen and (max-width: 575px) {
      .author-name-btn .signature {
        margin-right: 25px; } }
  .author-name-btn .theme-btn {
    margin-top: 15px;
    letter-spacing: 0.75px; }
    @media only screen and (min-width: 576px) {
      .author-name-btn .theme-btn {
        padding-top: 15px;
        padding-bottom: 15px; } }

/* Stratgy & Missoin */
.stratgy-missoin-left .first-letter-big {
  font-size: 20px;
  color: var(--primary-color); }
  .stratgy-missoin-left .first-letter-big:first-letter {
    font-size: 40px;
    text-transform: uppercase; }

.stratgy-missoin-right {
  max-width: 570px; }
  @media only screen and (min-width: 1200px) {
    .stratgy-missoin-right {
      margin-left: auto; } }

/* About Two Styles */
.about-three-images {
  position: relative; }
  .about-three-images .experience-corner {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .about-three-images .experience-circle {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1; }
    @media only screen and (max-width: 991px) {
      .about-three-images .experience-circle {
        width: 200px;
        height: 200px; } }
    @media only screen and (max-width: 375px) {
      .about-three-images .experience-circle {
        width: 150px;
        height: 150px; } }
    .about-three-images .experience-circle::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: var(--primary-color);
      border-radius: 50%;
      z-index: -1; }
    .about-three-images .experience-circle::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 8px;
      bottom: 8px;
      border: 1px solid white;
      border-radius: 50%;
      z-index: -2; }
    .about-three-images .experience-circle span {
      color: #000;
      line-height: 1;
      font-size: 95px;
      font-weight: 700; }
      @media only screen and (max-width: 991px) {
        .about-three-images .experience-circle span {
          font-size: 70px; } }
      @media only screen and (max-width: 375px) {
        .about-three-images .experience-circle span {
          font-size: 50px; } }
    .about-three-images .experience-circle p {
      color: #000;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 0; }
      @media only screen and (max-width: 991px) {
        .about-three-images .experience-circle p {
          font-size: 16px; } }
      @media only screen and (max-width: 375px) {
        .about-three-images .experience-circle p {
          font-size: 14px; } }

/* About Page Hero */
.about-page-hero {
  overflow: hidden; }
  .about-page-hero.bg-primary-shape:after {
    -webkit-transform: translate(28%, 270px) rotate(-40deg);
    -ms-transform: translate(28%, 270px) rotate(-40deg);
    transform: translate(28%, 270px) rotate(-40deg); }
    @media only screen and (max-width: 1599px) {
      .about-page-hero.bg-primary-shape:after {
        -webkit-transform: translate(50%, 300px) rotate(-40deg);
        -ms-transform: translate(50%, 300px) rotate(-40deg);
        transform: translate(50%, 300px) rotate(-40deg); } }
    @media only screen and (max-width: 991px) {
      .about-page-hero.bg-primary-shape:after {
        display: none; } }
  .about-page-hero .headline-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    -webkit-transform: rotate(40deg) translate(-25%, 400px);
    -ms-transform: rotate(40deg) translate(-25%, 400px);
    transform: rotate(40deg) translate(-25%, 400px); }
    @media only screen and (min-width: 992px) and (max-width: 1399px) {
      .about-page-hero .headline-wrap {
        -webkit-transform: rotate(40deg) translate(-25%, 200px);
        -ms-transform: rotate(40deg) translate(-25%, 200px);
        transform: rotate(40deg) translate(-25%, 200px); } }
    @media only screen and (max-width: 991px) {
      .about-page-hero .headline-wrap {
        -webkit-transform: rotate(40deg) translate(-25%, 85px);
        -ms-transform: rotate(40deg) translate(-25%, 85px);
        transform: rotate(40deg) translate(-25%, 85px); } }
    @media only screen and (max-width: 575px) {
      .about-page-hero .headline-wrap {
        -webkit-transform: rotate(40deg) translate(-25%, 0);
        -ms-transform: rotate(40deg) translate(-25%, 0);
        transform: rotate(40deg) translate(-25%, 0); } }

@media only screen and (min-width: 992px) {
  .about-hero-content {
    margin-right: -85px; } }

.about-hero-content h1 {
  line-height: 1.38;
  margin-bottom: 35px;
  text-transform: uppercase; }
  @media only screen and (max-width: 1299px) {
    .about-hero-content h1 {
      font-size: 70px; } }
  @media only screen and (max-width: 1199px) {
    .about-hero-content h1 {
      font-size: 60px; } }
  @media only screen and (max-width: 767px) {
    .about-hero-content h1 {
      font-size: 45px; } }
  @media only screen and (max-width: 575px) {
    .about-hero-content h1 {
      font-size: 40px; } }
  @media only screen and (max-width: 479px) {
    .about-hero-content h1 {
      font-size: 35px; } }
  @media only screen and (max-width: 375px) {
    .about-hero-content h1 {
      font-size: 30px; } }
  .about-hero-content h1 span {
    color: var(--primary-color);
    font-family: var(--script-font); }

.about-hero-content p {
  max-width: 685px;
  margin-bottom: 40px; }

.about-hero-content .hero-scroll-down a {
  width: 110px;
  height: 110px;
  line-height: 110px; }

.about-hero-image {
  margin-right: -180px; }
  @media only screen and (max-width: 1199px) {
    .about-hero-image {
      margin-right: -100px; } }
  @media only screen and (max-width: 991px) {
    .about-hero-image {
      display: none; } }

/* About Page About */
.our-experience-years {
  font-weight: 700;
  text-transform: capitalize; }
  .our-experience-years .years {
    display: block;
    line-height: 0.7;
    font-size: 285px;
    margin-bottom: 50px;
    color: var(--primary-color); }
    @media only screen and (max-width: 767px) {
      .our-experience-years .years {
        font-size: 30vw; } }
  .our-experience-years .text {
    font-size: 58px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.55); }
    @media only screen and (max-width: 767px) {
      .our-experience-years .text {
        font-size: 8vw; } }

/*******************************************************/
/******************* ## Counter Area *******************/
/*******************************************************/
.counter-item {
  overflow: hidden;
  margin-top: 30px;
  padding: 55px 15px;
  position: relative;
  text-align: center;
  border: 1px solid var(--border-color); }
  .counter-item .count-text {
    line-height: 1;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 25px;
    color: transparent;
    display: inline-block;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.5); }
    .counter-item .count-text.k:after {
      content: 'K'; }
    .counter-item .count-text.plus:after {
      content: '+'; }
    .counter-item .count-text.k-plus:after {
      content: 'K+'; }
    .counter-item .count-text.dolar:before {
      content: '$'; }
  .counter-item .counter-title {
    font-weight: 600;
    text-transform: capitalize; }
    @media only screen and (min-width: 480px) {
      .counter-item .counter-title {
        font-size: 20px; } }
  .counter-item:after {
    content: '';
    z-index: -1;
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;
    height: 75px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    background: var(--primary-color);
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 8px 100%, 0 calc(100% - 8px), 0 8px, 8px 0);
    clip-path: polygon(100% 0, 100% 100%, 8px 100%, 0 calc(100% - 8px), 0 8px, 8px 0); }
  .counter-item:hover:after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .counter-item.style-two {
    text-align: left;
    border-radius: 15px;
    background: #0B0A0A;
    padding-left: 70px;
    padding-right: 70px; }
    @media only screen and (max-width: 1199px) {
      .counter-item.style-two {
        padding-left: 35px;
        padding-right: 35px; } }
    .counter-item.style-two .count-text {
      color: white;
      text-transform: lowercase;
      -webkit-text-stroke-color: white; }
      @media only screen and (min-width: 1300px) {
        .counter-item.style-two .count-text {
          font-size: 85px; } }
    .counter-item.style-two .counter-title {
      line-height: 1.55;
      letter-spacing: 0.66px; }
      @media only screen and (min-width: 1300px) {
        .counter-item.style-two .counter-title {
          font-size: 22px; } }

/* Counter Style Two */
.counter-item-two {
  text-align: center;
  padding: 15px 15px 30px;
  border-bottom: 1px solid #16161A; }
  @media only screen and (min-width: 376px) {
    .counter-item-two {
      border-right: 1px solid #16161A; } }
  .counter-item-two .count-text {
    color: white;
    line-height: 1;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px; }
    .counter-item-two .count-text.plus:after {
      content: '+'; }
  .counter-item-two .counter-title {
    font-weight: 500; }
  .counter-item-two.no-border {
    border-right: none; }

/*******************************************************/
/****************** ## Protfolio Area *******************/
/*******************************************************/
@media only screen and (min-width: 1200px) {
  .portfolio-masonry-active.style-one .col-xl-6 {
    width: 43%; }
  .portfolio-masonry-active.style-one .col-xl-3 {
    width: 28.5%; } }

.portfolio-item {
  position: relative;
  margin-bottom: 30px; }
  .portfolio-item .portfolio-image img {
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .portfolio-item .hover-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0); }
    @media only screen and (max-width: 575px) {
      .portfolio-item .hover-box {
        display: none; } }
    .portfolio-item .hover-box i {
      font-size: 40px;
      margin-top: 10px;
      margin-bottom: -10px;
      color: var(--primary-color); }
  .portfolio-item .portfolio-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 18px; }
    .portfolio-item .portfolio-content h6 {
      opacity: 0;
      color: black;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      margin-bottom: 0;
      min-width: 240px;
      font-weight: 600;
      padding: 7px 15px;
      -webkit-transform: translate(25px);
      -ms-transform: translate(25px);
      transform: translate(25px);
      background: var(--primary-color); }
      .portfolio-item .portfolio-content h6 a {
        color: black; }
      @media only screen and (min-width: 376px) {
        .portfolio-item .portfolio-content h6 {
          font-size: 20px; } }
    .portfolio-item .portfolio-content .tag-category {
      opacity: 0;
      font-weight: 500;
      padding: 5px 16px;
      background: #060708;
      display: inline-block;
      -webkit-transform: translate(25px);
      -ms-transform: translate(25px);
      transform: translate(25px);
      color: rgba(255, 255, 255, 0.6); }
  .portfolio-item:hover .portfolio-image img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
  .portfolio-item:hover .hover-box {
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(25deg);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(25deg);
    transform: translate(-50%, -50%) scale(1) rotate(25deg); }
  .portfolio-item:hover .portfolio-content h6 {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); }
  .portfolio-item:hover .portfolio-content .tag-category {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); }
  .portfolio-item.style-two .portfolio-image {
    position: relative img;
      position-filter: grayscale(1); }
  .portfolio-item.style-two .hover-box {
    color: black;
    font-weight: 500;
    background: var(--primary-color); }
  .portfolio-item.style-two:hover .portfolio-image img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .portfolio-item.style-three .portfolio-image:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 80%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.98)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.98) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.98) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.98) 100%); }
  @media only screen and (min-width: 376px) {
    .portfolio-item.style-three .portfolio-content {
      padding: 30px; } }
  .portfolio-item.style-three .portfolio-content h6 {
    padding: 0 0 2px;
    background: transparent; }
    @media only screen and (min-width: 992px) {
      .portfolio-item.style-three .portfolio-content h6 {
        font-size: 28px; } }
    .portfolio-item.style-three .portfolio-content h6 a {
      color: white; }
  .portfolio-item.style-three .portfolio-content .tag-category {
    padding: 0;
    background: transparent; }
  .portfolio-item.style-three .hover-box {
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    background: rgba(196, 239, 23, 0.38);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0); }
    @media only screen and (max-width: 991px) {
      .portfolio-item.style-three .hover-box {
        display: none; } }
    .portfolio-item.style-three .hover-box span {
      font-weight: 700;
      text-transform: uppercase; }
    .portfolio-item.style-three .hover-box i {
      color: white;
      font-size: 16px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .portfolio-item.style-three:hover .portfolio-image:after {
    opacity: 1; }
  .portfolio-item.style-three:hover .hover-box {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

/* Protfolio Page */
.portfolio-page-two .portfolio-item.style-two {
  margin-bottom: 70px; }
  @media only screen and (max-width: 767px) {
    .portfolio-page-two .portfolio-item.style-two {
      margin-top: 0; } }
  .portfolio-page-two .portfolio-item.style-two .image {
    position: relative;
    margin-bottom: 45px; }
    .portfolio-page-two .portfolio-item.style-two .image img {
      width: 100%; }
  .portfolio-page-two .portfolio-item.style-two .content h4 {
    margin-bottom: 5px;
    text-transform: uppercase; }
    @media only screen and (max-width: 479px) {
      .portfolio-page-two .portfolio-item.style-two .content h4 {
        font-size: 22px; } }
    @media only screen and (max-width: 375px) {
      .portfolio-page-two .portfolio-item.style-two .content h4 {
        font-size: 20px; } }
  .portfolio-page-two .portfolio-item.style-two .content .meta {
    color: white; }
    @media only screen and (max-width: 375px) {
      .portfolio-page-two .portfolio-item.style-two .content .meta {
        font-size: 14px; } }

/* Protfolio Three */
.portfolio-area-three {
  padding-left: 30px;
  padding-right: 30px; }

/* Protfolio Four */
.portfolio-item-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 85px; }
  @media only screen and (max-width: 991px) {
    .portfolio-item-four {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .portfolio-item-four .image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 50%; }
    @media only screen and (max-width: 991px) {
      .portfolio-item-four .image {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px; } }
    .portfolio-item-four .image img {
      width: 100%; }
  .portfolio-item-four .content {
    padding: 0 5.5%; }
    @media only screen and (max-width: 991px) {
      .portfolio-item-four .content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    .portfolio-item-four .content .category {
      font-weight: 600;
      margin-bottom: 5px;
      display: inline-block;
      color: var(--primary-color);
      text-transform: uppercase; }
    .portfolio-item-four .content h2 {
      font-size: 55px;
      font-weight: 500;
      line-height: 1.2;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1199px) {
        .portfolio-item-four .content h2 {
          font-size: 45px; } }
      @media only screen and (max-width: 575px) {
        .portfolio-item-four .content h2 {
          font-size: 40px; } }
      @media only screen and (max-width: 479px) {
        .portfolio-item-four .content h2 {
          font-size: 35px; } }
      @media only screen and (max-width: 375px) {
        .portfolio-item-four .content h2 {
          font-size: 30px; } }
    .portfolio-item-four .content .details-btn {
      color: white;
      font-size: 25px;
      margin-top: 20px;
      width: 70px;
      height: 70px;
      background: var(--lighter-color);
      line-height: 70px;
      border-radius: 50%;
      text-align: center; }
      .portfolio-item-four .content .details-btn:hover {
        color: black;
        background: var(--primary-color); }

/* Protfolio Details */
.portfolio-meta {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 2.52px;
  text-transform: uppercase; }
  @media only screen and (max-width: 1199px) {
    .portfolio-meta {
      font-size: 16px; } }
  .portfolio-meta li {
    margin-top: 10px;
    margin-bottom: 10px; }
    .portfolio-meta li span {
      letter-spacing: 0;
      color: var(--primary-color);
      text-transform: capitalize; }
    .portfolio-meta li .theme-btn {
      padding: 11px 25px;
      letter-spacing: 0.9px; }
    .portfolio-meta li:not(:last-child):after {
      width: 7px;
      height: 7px;
      content: '';
      margin-left: 45px;
      margin-right: 45px;
      display: inline-block;
      background: var(--primary-color); }
      @media only screen and (max-width: 1199px) {
        .portfolio-meta li:not(:last-child):after {
          margin-left: 22px;
          margin-right: 22px; } }
      @media only screen and (max-width: 767px) {
        .portfolio-meta li:not(:last-child):after {
          margin-left: 15px;
          margin-right: 15px; } }

.portfolio-content {
  font-weight: 700; }
  @media only screen and (min-width: 480px) {
    .portfolio-content {
      font-size: 18px; } }
  .portfolio-content h2 {
    margin-bottom: 55px; }
  .portfolio-content h3 {
    margin-bottom: 35px; }
    @media only screen and (max-width: 767px) {
      .portfolio-content h3 {
        font-size: 35px; } }
    @media only screen and (max-width: 575px) {
      .portfolio-content h3 {
        font-size: 30px; } }
  .portfolio-content p {
    line-height: 1.95;
    margin-bottom: 70px; }
  .portfolio-content .sub-title {
    margin-bottom: 20px;
    display: inline-block;
    color: var(--primary-color);
    text-transform: capitalize; }
    @media only screen and (min-width: 576px) {
      .portfolio-content .sub-title {
        font-size: 20px; } }
  .portfolio-content .list-style-one li {
    margin-bottom: 14px; }
    @media only screen and (min-width: 480px) {
      .portfolio-content .list-style-one li i {
        font-size: 22px;
        margin-right: 20px; } }

.related-portfolio-area .portfolio-item.style-three .portfolio-image img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }

.related-portfolio-area .portfolio-item.style-three .portfolio-image:after {
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32.1%, rgba(0, 0, 0, 0)), color-stop(76.05%, rgba(0, 0, 0, 0.53)), to(rgba(0, 0, 0, 0.58)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 32.1%, rgba(0, 0, 0, 0.53) 76.05%, rgba(0, 0, 0, 0.58) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 32.1%, rgba(0, 0, 0, 0.53) 76.05%, rgba(0, 0, 0, 0.58) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.1%, rgba(0, 0, 0, 0.53) 76.05%, rgba(0, 0, 0, 0.58) 100%); }

.related-portfolio-area .portfolio-item.style-three .hover-box {
  top: 45%;
  width: 123px;
  height: 123px;
  line-height: 123px;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  background: var(--primary-color); }
  .related-portfolio-area .portfolio-item.style-three .hover-box i {
    margin: 0;
    color: black;
    font-size: 55px; }

.related-portfolio-area .portfolio-item.style-three .portfolio-content {
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }
  .related-portfolio-area .portfolio-item.style-three .portfolio-content h6 {
    font-weight: 700;
    margin-bottom: 3px; }
  .related-portfolio-area .portfolio-item.style-three .portfolio-content .tag-category {
    color: white;
    font-weight: 700; }
    @media only screen and (min-width: 768px) {
      .related-portfolio-area .portfolio-item.style-three .portfolio-content .tag-category {
        font-size: 20px; } }

.related-portfolio-area .portfolio-item.style-three:hover .portfolio-image img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

/*******************************************************/
/***************** ## Services style *******************/
/*******************************************************/
.service-item {
  margin-bottom: 65px;
  padding: 0 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color); }
  .service-item .content h5 {
    letter-spacing: 2px; }
    @media only screen and (max-width: 375px) {
      .service-item .content h5 {
        font-size: 18px; } }
  .service-item .details-btn {
    margin-bottom: 10px; }
    @media only screen and (max-width: 375px) {
      .service-item .details-btn {
        font-size: 40px; } }
  .service-item:hover .content h5 a {
    text-decoration: underline; }
  .service-item:hover .details-btn {
    color: var(--primary-color);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

/*Service style Two*/
.service-stye-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .service-stye-two .icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 50px;
    margin-right: 20px;
    color: var(--primary-color); }
  .service-stye-two h6 {
    font-size: 20px;
    margin-bottom: 0; }

/* Service Style Three */
.services-area-three {
  background-position: 100% 100%; }

.service-style-three {
  position: relative;
  margin-bottom: 30px; }
  .service-style-three .details-btn {
    opacity: 0;
    position: absolute;
    right: 50px;
    top: 50px;
    color: var(--primary-color); }
  .service-style-three .image img {
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .service-style-three .hover-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 230px;
    height: 230px;
    padding: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../images/services/service-hover-bg.png) no-repeat center/cover; }
    @media only screen and (max-width: 767px) {
      .service-style-three .hover-content {
        width: 180px;
        height: 180px; } }
    .service-style-three .hover-content .icon {
      position: absolute;
      right: 15px;
      top: -6px;
      width: 60px;
      height: 60px;
      background: var(--primary-color);
      line-height: 60px;
      border-radius: 50%;
      text-align: center; }
    .service-style-three .hover-content h6 {
      font-weight: 600;
      line-height: 1.6;
      margin-bottom: 0;
      text-align: center;
      letter-spacing: 1.8px;
      text-transform: uppercase; }
      @media only screen and (min-width: 768px) {
        .service-style-three .hover-content h6 {
          font-size: 20px; } }
  .service-style-three .content {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    padding: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 80%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 4, 4, 0)), color-stop(57.62%, rgba(0, 0, 0, 0.5)), to(#000));
    background: -webkit-linear-gradient(top, rgba(4, 4, 4, 0) 0%, rgba(0, 0, 0, 0.5) 57.62%, #000 100%);
    background: -o-linear-gradient(top, rgba(4, 4, 4, 0) 0%, rgba(0, 0, 0, 0.5) 57.62%, #000 100%);
    background: linear-gradient(180deg, rgba(4, 4, 4, 0) 0%, rgba(0, 0, 0, 0.5) 57.62%, #000 100%); }
    @media only screen and (max-width: 1399px) {
      .service-style-three .content {
        padding-left: 25px;
        padding-right: 25px; } }
    .service-style-three .content h6 {
      font-weight: 600;
      line-height: 1.6;
      margin-bottom: 16px;
      letter-spacing: 1.8px;
      text-transform: uppercase; }
      @media only screen and (min-width: 768px) {
        .service-style-three .content h6 {
          font-size: 20px; } }
    .service-style-three .content p {
      color: white; }
  .service-style-three:hover .details-btn {
    opacity: 1;
    top: 25px;
    right: 25px; }
  .service-style-three:hover .image img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
  .service-style-three:hover .hover-content {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0); }
  .service-style-three:hover .content {
    opacity: 1; }

.more-btn-with-text {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 2.2px;
  text-transform: uppercase; }
  .more-btn-with-text .read-more {
    margin-left: 5px;
    color: var(--primary-color);
    text-transform: uppercase;
    text-decoration: underline; }
    .more-btn-with-text .read-more i {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      color: black;
      margin-left: 22px;
      width: 20px;
      height: 20px;
      background: var(--primary-color);
      line-height: 20px;
      border-radius: 50%;
      text-align: center; }

/* Service Style Four */
.services-area-four:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 30%;
  background: var(--primary-color);
  -webkit-animation: zoomInOut 2s infinite;
  animation: zoomInOut 2s infinite; }

.service-item-four:not(:last-child) {
  margin-bottom: 100px; }
  @media only screen and (max-width: 991px) {
    .service-item-four:not(:last-child) {
      margin-bottom: 50px; } }

.service-item-four h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 440px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 375px) {
    .service-item-four h5 {
      font-size: 18px; } }

.service-item-four .read-more-two {
  font-weight: 500;
  text-transform: capitalize; }
  @media only screen and (max-width: 375px) {
    .service-item-four .read-more-two {
      font-size: 14px; } }
  .service-item-four .read-more-two img {
    max-width: 30px; }

/* Services style Five */
.services-area-five {
  background: #070709; }

.service-item-five {
  margin-bottom: 40px; }
  .service-item-five .image {
    margin-bottom: 25px; }
    .service-item-five .image img {
      width: 100%; }
  .service-item-five .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .service-item-five .content h5 {
      margin-bottom: 0; }
      @media only screen and (min-width: 376px) {
        .service-item-five .content h5 {
          font-size: 24px; } }
    .service-item-five .content .btn {
      padding: 0;
      border: none;
      font-size: 25px;
      border-radius: 0;
      width: 60px;
      height: 56px;
      margin-left: 6px;
      line-height: 56px;
      text-align: center;
      background: rgba(255, 255, 255, 0.1); }
      .service-item-five .content .btn i {
        color: white;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .service-item-five:hover .content .btn {
    background: var(--primary-color); }
    .service-item-five:hover .content .btn i {
      color: black;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }

/* Features Style */
.feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 22px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  background: var(--lighter-color);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 991px) {
    .feature-item {
      margin-bottom: 30px; } }
  .feature-item h6 {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 0; }
    @media only screen and (min-width: 376px) {
      .feature-item h6 {
        font-size: 18px; } }
  .feature-item > i {
    font-size: 25px;
    margin-left: 10px; }
  .feature-item:hover {
    color: black;
    background: var(--primary-color); }
    .feature-item:hover h6 {
      color: black; }

/* Service Details */
.service-images-area img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .service-images-area img:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }

.service-details-content > h3 {
  margin-bottom: 45px; }
  @media only screen and (max-width: 767px) {
    .service-details-content > h3 {
      font-size: 35px; } }
  @media only screen and (max-width: 375px) {
    .service-details-content > h3 {
      font-size: 30px; } }

.service-details-content > .sub-title {
  font-size: 18px;
  margin-bottom: 45px; }

.service-details-content > h4 {
  margin-bottom: 15px; }

.service-details-content > p {
  margin-bottom: 45px; }

.service-details-content > h5 {
  margin-bottom: 20px; }

.service-details-content .accordion-item {
  margin-top: 15px;
  padding-left: 35px;
  padding-right: 35px;
  background: var(--lighter-color); }
  @media only screen and (max-width: 375px) {
    .service-details-content .accordion-item {
      padding-left: 25px;
      padding-right: 20px; } }
  .service-details-content .accordion-item .accordion-collapse .accordion-body {
    padding-left: 0;
    padding-right: 0; }
  .service-details-content .accordion-item .accordion-collapse:after {
    display: none; }
  @media only screen and (min-width: 768px) {
    .service-details-content .accordion-item .accordion-button {
      font-size: 18px; } }
  .service-details-content .accordion-item .accordion-button:after {
    margin-right: 0; }

/*******************************************************/
/******************* ## Awward Area ********************/
/*******************************************************/
.awward-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #151516; }
  .awward-item:last-child {
    border-bottom: 1px solid #151516; }
  .awward-item .year-website {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 26%;
    color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 600;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 991px) {
      .awward-item .year-website {
        width: 30%; } }
    @media only screen and (max-width: 767px) {
      .awward-item .year-website {
        width: 40%; } }
    @media only screen and (max-width: 479px) {
      .awward-item .year-website {
        width: 20%; } }
    .awward-item .year-website .year {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      min-width: 75%;
      font-size: 22px;
      max-width: 100%;
      max-height: 100%;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      padding: 10px 25px;
      text-align: center;
      border-radius: 25px;
      border: 1px dashed #18181A; }
      @media only screen and (max-width: 767px) {
        .awward-item .year-website .year {
          font-size: 18px; } }
      @media only screen and (max-width: 479px) {
        .awward-item .year-website .year {
          font-size: 16px;
          padding: 5px 10px;
          border-radius: 15px; } }
    .awward-item .year-website .text {
      opacity: 0;
      padding: 15px;
      max-width: 80%;
      font-size: 20px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      @media only screen and (max-width: 767px) {
        .awward-item .year-website .text {
          font-size: 16px;
          line-height: 1.6; } }
      @media only screen and (max-width: 479px) {
        .awward-item .year-website .text {
          display: none; } }
  .awward-item .icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16%;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #151516; }
    @media only screen and (max-width: 991px) {
      .awward-item .icon {
        display: none; } }
  .awward-item .content {
    width: 42%;
    padding: 15px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-left: 1px solid #151516; }
    @media only screen and (max-width: 991px) {
      .awward-item .content {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .awward-item .content {
        width: 40%;
        padding: 15px; } }
    @media only screen and (max-width: 479px) {
      .awward-item .content {
        width: 60%; } }
    .awward-item .content h5 {
      margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .awward-item .content h5 {
          font-size: 16px;
          line-height: 1.6; } }
    .awward-item .content .number {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 45px;
      height: 45px;
      color: white;
      font-size: 14px;
      font-weight: 600;
      margin-left: 10px;
      line-height: 45px;
      text-align: center;
      border-radius: 50%;
      border: 1px solid #18181A; }
      @media only screen and (max-width: 767px) {
        .awward-item .content .number {
          display: none; } }
  .awward-item .award-btn {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16%;
    padding: 15px;
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #151516; }
    @media only screen and (max-width: 991px) {
      .awward-item .award-btn {
        width: 20%; } }
    @media only screen and (max-width: 767px) {
      .awward-item .award-btn {
        min-height: auto; } }
    @media only screen and (max-width: 479px) {
      .awward-item .award-btn {
        width: 20%;
        padding: 5px; } }
    .awward-item .award-btn .details-btn {
      color: white;
      font-size: 35px;
      width: 78px;
      height: 78px;
      background: #151516;
      line-height: 78px;
      border-radius: 50%;
      text-align: center;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      @media only screen and (max-width: 767px) {
        .awward-item .award-btn .details-btn {
          width: 55px;
          height: 55px;
          font-size: 20px;
          line-height: 55px; } }
  .awward-item:hover .year-website {
    background: #151516; }
    @media only screen and (min-width: 480px) {
      .awward-item:hover .year-website .year {
        opacity: 0; } }
    .awward-item:hover .year-website .text {
      opacity: 1; }
  .awward-item:hover .details-btn {
    color: black;
    background: var(--primary-color); }

/*******************************************************/
/**************** ## Testimonials Area *****************/
/*******************************************************/
@media only screen and (min-width: 1300px) {
  .testimonials-image {
    margin-right: -100px; } }

.testimonial-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }
  .testimonial-header h6 {
    margin-right: 25px; }
    @media only screen and (min-width: 576px) {
      .testimonial-header h6 {
        font-size: 20px; } }
  .testimonial-header .ratting {
    margin-bottom: 10px; }
    .testimonial-header .ratting i {
      color: #FF6107; }

.author-speech {
  color: #A9ADB9;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.96; }
  @media only screen and (max-width: 1199px) {
    .author-speech {
      font-size: 22px; } }
  @media only screen and (max-width: 479px) {
    .author-speech {
      font-size: 18px; } }
  @media only screen and (max-width: 375px) {
    .author-speech {
      font-size: 16px; } }

.testimonial-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  max-width: 520px; }
  .testimonial-footer .ratting {
    margin-bottom: 15px; }

.testimonial-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  .testimonial-author .author-image {
    font-size: 55px;
    margin-right: 25px;
    color: var(--primary-color); }
    .testimonial-author .author-image img {
      width: 72px;
      height: 72px;
      border-radius: 50%; }
  @media only screen and (max-width: 375px) {
    .testimonial-author .author-info {
      width: 100%;
      margin-top: 10px; } }
  .testimonial-author .author-info h6 {
    font-size: 18px;
    margin-bottom: 0; }
  .testimonial-author .author-info .designation {
    color: var(--primary-color); }

/* Testimonials Two */
.testimonials-two-inner {
  padding: 80px; }
  @media only screen and (min-width: 1200px) {
    .testimonials-two-inner {
      background-size: 100% 100%; } }
  @media only screen and (max-width: 767px) {
    .testimonials-two-inner {
      padding: 50px 35px; } }
  @media only screen and (max-width: 479px) {
    .testimonials-two-inner {
      padding: 50px 25px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .testimonials-two-inner .author-speech {
      font-size: 20px; } }
  .testimonials-two-inner .testimonial-author {
    margin-top: 30px;
    margin-left: 1px;
    margin-bottom: 35px; }
    .testimonials-two-inner .testimonial-author .designation {
      color: var(--base-color); }
  .testimonials-two-inner .slick-dots {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

/* Testimonials Three */
.testimonials-three-area {
  background: #090A0C; }

.bg-primary-shape {
  overflow: hidden; }
  .bg-primary-shape:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    z-index: -1;
    width: 1000px;
    height: 165px;
    border-radius: 100px;
    background: var(--primary-color);
    -webkit-transform: translate(15%, 200px) rotate(-40deg);
    -ms-transform: translate(15%, 200px) rotate(-40deg);
    transform: translate(15%, 200px) rotate(-40deg); }
    @media only screen and (max-width: 1599px) {
      .bg-primary-shape:after {
        -webkit-transform: translate(40%, 200px) rotate(-40deg);
        -ms-transform: translate(40%, 200px) rotate(-40deg);
        transform: translate(40%, 200px) rotate(-40deg); } }
    @media only screen and (max-width: 991px) {
      .bg-primary-shape:after {
        -webkit-transform: translate(40%, 600px) rotate(-40deg);
        -ms-transform: translate(40%, 600px) rotate(-40deg);
        transform: translate(40%, 600px) rotate(-40deg); } }
    @media only screen and (max-width: 575px) {
      .bg-primary-shape:after {
        -webkit-transform: translate(40%, 800px) rotate(-40deg);
        -ms-transform: translate(40%, 800px) rotate(-40deg);
        transform: translate(40%, 800px) rotate(-40deg); } }
    @media only screen and (max-width: 479px) {
      .bg-primary-shape:after {
        height: 80px; } }

.style-two .testimonial-author {
  margin-bottom: 30px; }
  .style-two .testimonial-author .author-image img {
    width: auto;
    height: auto; }
  .style-two .testimonial-author .author-info h5 {
    margin-bottom: 2px; }
  .style-two .testimonial-author .author-info .designation {
    color: var(--base-color); }

.style-two .author-speech {
  color: white;
  padding-top: 5px; }

.style-two .slick-dots {
  margin-top: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .style-two .slick-dots li {
    margin-right: 20px; }

.testi-three-shape {
  line-height: 1;
  position: absolute;
  right: 5%;
  bottom: 10%;
  font-size: 65px;
  color: var(--primary-color); }

/*******************************************************/
/**************** ## Instagram Area *****************/
/*******************************************************/
.instagram-item {
  position: relative; }
  .instagram-item img {
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
  .instagram-item a {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 50px; }
    @media only screen and (max-width: 479px) {
      .instagram-item a {
        font-size: 35px; } }
  .instagram-item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .instagram-item:hover a {
    opacity: 1; }

/*******************************************************/
/******************** ## Lets Talk *******************/
/*******************************************************/
.lets-talk-text {
  color: white;
  font-size: 170px;
  font-weight: 700;
  display: inline-block;
  text-transform: capitalize; }
  .lets-talk-text span {
    color: var(--primary-color);
    text-decoration: underline;
    text-underline-offset: 30px;
    text-decoration-thickness: 7px; }
    @media only screen and (max-width: 991px) {
      .lets-talk-text span {
        text-underline-offset: 15px;
        text-decoration-thickness: 3px; } }
  @media only screen and (max-width: 1199px) {
    .lets-talk-text {
      font-size: 140px; } }
  @media only screen and (max-width: 991px) {
    .lets-talk-text {
      font-size: 110px; } }
  @media only screen and (max-width: 767px) {
    .lets-talk-text {
      font-size: 80px; } }
  @media only screen and (max-width: 575px) {
    .lets-talk-text {
      font-size: 70px; } }
  @media only screen and (max-width: 479px) {
    .lets-talk-text {
      font-size: 55px; } }
  @media only screen and (max-width: 375px) {
    .lets-talk-text {
      font-size: 45px; } }
  .lets-talk-text i {
    color: var(--primary-color);
    -webkit-transform: rotate(-45deg) translateX(-15px);
    -ms-transform: rotate(-45deg) translateX(-15px);
    transform: rotate(-45deg) translateX(-15px); }
    @media only screen and (max-width: 575px) {
      .lets-talk-text i {
        -webkit-transform: rotate(-45deg) translateX(-10px);
        -ms-transform: rotate(-45deg) translateX(-10px);
        transform: rotate(-45deg) translateX(-10px); } }
    @media only screen and (max-width: 375px) {
      .lets-talk-text i {
        -webkit-transform: rotate(-45deg) translateX(-5px);
        -ms-transform: rotate(-45deg) translateX(-5px);
        transform: rotate(-45deg) translateX(-5px); } }

.talk-to-email {
  text-transform: capitalize; }
  @media only screen and (min-width: 1200px) {
    .talk-to-email {
      font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    .talk-to-email {
      font-size: 20px; } }
  @media only screen and (max-width: 479px) {
    .talk-to-email {
      font-size: 18px; } }
  .talk-to-email a {
    text-decoration: underline; }
  .talk-to-email span {
    color: var(--primary-color); }

/*******************************************************/
/******************** ## Team Area ********************/
/*******************************************************/
.team-member {
  z-index: 2;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px; }
  .team-member .image img {
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .team-member .content {
    z-index: 1;
    width: 222px;
    height: 222px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate(-50%, 25%) scale(1.2);
    -ms-transform: translate(-50%, 25%) scale(1.2);
    transform: translate(-50%, 25%) scale(1.2); }
    @media only screen and (min-width: 1400px) {
      .team-member .content {
        -webkit-transform: translate(-50%, 25%) scale(1.5);
        -ms-transform: translate(-50%, 25%) scale(1.5);
        transform: translate(-50%, 25%) scale(1.5); } }
    .team-member .content:after {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      opacity: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      border-radius: 50%;
      background-size: cover;
      background-image: url(../images/shapes/hover-box-two.png); }
    .team-member .content .designation {
      opacity: 0;
      font-size: 12px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.31); }
    .team-member .content h6 {
      font-size: 18px;
      font-weight: 700;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      letter-spacing: 0.9px;
      text-transform: uppercase; }
    .team-member .content .social-style-two {
      opacity: 0; }
  .team-member:hover .image img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
  .team-member:hover .content {
    -webkit-transform: translate(-50%, 0) scale(1);
    -ms-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1); }
    .team-member:hover .content:after {
      opacity: 1; }
    .team-member:hover .content .designation {
      opacity: 1; }
    .team-member:hover .content .social-style-two {
      opacity: 1; }
  .team-member.style-two .image {
    margin-bottom: 24px; }
    .team-member.style-two .image img {
      -webkit-filter: grayscale(1);
      filter: grayscale(1); }
  .team-member.style-two .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .team-member.style-two .description h5 {
      margin-bottom: 5px; }
    .team-member.style-two .description .designation {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      font-weight: 600;
      text-transform: capitalize; }
    .team-member.style-two .description .details-btn {
      font-size: 30px;
      color: var(--primary-color); }
    .team-member.style-two .description .social-media {
      position: absolute;
      left: 0;
      bottom: 0;
      opacity: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      background: #090A0C; }
      .team-member.style-two .description .social-media a {
        margin-right: 25px; }
  .team-member.style-two:hover .image img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .team-member.style-two:hover .social-media {
    opacity: 1; }
  .team-member.style-two:hover .designation {
    opacity: 0; }

.team-shapes:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 0.2;
  width: 656px;
  height: 456px;
  -webkit-filter: blur(350px);
  filter: blur(350px);
  background: -webkit-linear-gradient(323deg, #C4EF17 23.12%, #C4EF17 58.49%, #C4EF17 90.7%);
  background: -o-linear-gradient(323deg, #C4EF17 23.12%, #C4EF17 58.49%, #C4EF17 90.7%);
  background: linear-gradient(127deg, #C4EF17 23.12%, #C4EF17 58.49%, #C4EF17 90.7%); }

.team-shapes .shape {
  z-index: -1;
  position: absolute; }
  .team-shapes .shape.one {
    top: 14%;
    right: 0;
    max-width: 30%; }
  .team-shapes .shape.two {
    top: 50%;
    right: 0;
    max-width: 10%; }

.team-member-two {
  text-align: center;
  margin-bottom: 50px; }
  .team-member-two .image {
    position: relative;
    margin-bottom: 25px; }
    .team-member-two .image > img {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      border-radius: 50%; }
    .team-member-two .image .arrow {
      opacity: 0;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .team-member-two .content h5 {
    font-size: 20px; }
  .team-member-two .content .designation {
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize; }
  .team-member-two .content .social-style-two a {
    font-size: 18px;
    margin: 0 5px; }
  .team-member-two:hover .image > img {
    -webkit-filter: grayscale(1) blur(1.5px);
    filter: grayscale(1) blur(1.5px); }
  .team-member-two:hover .image .arrow {
    opacity: 1; }

/* Team Details */
.team-profile-content h3 {
  font-size: 36px; }
  @media only screen and (max-width: 575px) {
    .team-profile-content h3 {
      font-size: 30px; } }

.team-profile-content .social-style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 1200px) {
    .team-profile-content .social-style-one a {
      width: 45px;
      height: 45px;
      line-height: 45px; } }

.team-profile-content .theme-btn {
  padding-top: 13px;
  padding-bottom: 13px; }

/*******************************************************/
/******************** ## Blog Area ********************/
/*******************************************************/
.blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .blog-meta li {
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5px; }
    .blog-meta li:not(:last-child) {
      margin-right: 25px; }

.blog-item {
  position: relative;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed var(--border-color); }
  .blog-item:not(:last-child) {
    margin-bottom: 42px; }
  @media only screen and (max-width: 767px) {
    .blog-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .blog-item .content .blog-meta {
    margin-bottom: 12px; }
  .blog-item .content h4 {
    text-transform: capitalize; }
    @media only screen and (min-width: 1200px) {
      .blog-item .content h4 {
        font-size: 28px; } }
    @media only screen and (max-width: 479px) {
      .blog-item .content h4 {
        font-size: 20px; } }
  .blog-item .image {
    opacity: 0;
    right: 280px;
    max-width: 24%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute; }
    @media only screen and (max-width: 1199px) {
      .blog-item .image {
        right: 220px; } }
    @media only screen and (max-width: 767px) {
      .blog-item .image {
        right: 0; } }
  .blog-item .read-more {
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    letter-spacing: 2.5px;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .blog-item .read-more {
        max-width: 140px; } }
    @media only screen and (max-width: 767px) {
      .blog-item .read-more {
        font-size: 12px;
        margin-top: 10px; } }
    .blog-item .read-more i {
      margin: 0 12px 0 0; }
  .blog-item:hover .content h4 a {
    text-decoration: underline; }
  .blog-item:hover .image {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .blog-item:hover .read-more {
    color: var(--primary-color); }
  @media only screen and (min-width: 1200px) {
    .blog-item.style-two {
      padding-left: 80px;
      padding-right: 80px; } }
  @media only screen and (min-width: 1200px) {
    .blog-item.style-two .content h4 {
      font-size: 30px; } }
  .blog-item.style-two .content h4 a {
    text-decoration: none; }
  .blog-item.style-two .details-btn {
    color: white;
    font-size: 40px;
    width: 78px;
    height: 78px;
    background: var(--lighter-color);
    line-height: 78px;
    border-radius: 50%;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .blog-item.style-two .details-btn {
        width: 65px;
        height: 65px;
        font-size: 25px;
        margin-top: 12px;
        line-height: 65px; } }
    @media only screen and (max-width: 479px) {
      .blog-item.style-two .details-btn {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 50px; } }
  .blog-item.style-two:hover .content h4 a span {
    font-style: italic;
    color: var(--primary-color); }
  .blog-item.style-two:hover .details-btn {
    color: black;
    background: var(--primary-color); }

/* Blog Style Two */
.blog-two-area {
  background: #050607; }

.blog-item-two {
  margin-bottom: 40px; }
  .blog-item-two .image {
    position: relative;
    margin-bottom: 25px; }
    .blog-item-two .image img {
      width: 100%; }
    .blog-item-two .image .details-btn {
      opacity: 0;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: black;
      font-size: 45px;
      width: 100px;
      height: 100px;
      background: var(--primary-color);
      line-height: 100px;
      border-radius: 50%;
      text-align: center; }
      @media only screen and (max-width: 375px) {
        .blog-item-two .image .details-btn {
          width: 60px;
          height: 60px;
          font-size: 30px;
          line-height: 60px; } }
      .blog-item-two .image .details-btn i {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .blog-item-two .blog-meta {
    margin-bottom: 10px; }
    .blog-item-two .blog-meta li i {
      margin-right: 5px;
      color: var(--primary-color); }
  .blog-item-two .content h4 {
    margin-bottom: 20px; }
    @media only screen and (max-width: 375px) {
      .blog-item-two .content h4 {
        font-size: 22px; } }
  .blog-item-two .read-more-two {
    font-size: 14px; }
  .blog-item-two:hover .details-btn {
    opacity: 1; }
  .blog-item-two.style-two {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 75px; }
    .blog-item-two.style-two .image img {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-filter: grayscale(1);
      filter: grayscale(1); }
    .blog-item-two.style-two .content {
      position: absolute;
      left: 25px;
      bottom: 0;
      padding: 25px 40px;
      background: #0B0A0A;
      min-width: calc(100% - 95px);
      max-width: calc(100% - 50px); }
      @media only screen and (max-width: 479px) {
        .blog-item-two.style-two .content {
          padding-left: 25px;
          padding-right: 25px; } }
      @media only screen and (max-width: 375px) {
        .blog-item-two.style-two .content {
          left: 15px;
          padding-left: 20px;
          padding-right: 20px;
          max-width: calc(100% - 30px); } }
      @media only screen and (max-width: 479px) {
        .blog-item-two.style-two .content .blog-meta {
          font-size: 14px; } }
      @media only screen and (max-width: 375px) {
        .blog-item-two.style-two .content .blog-meta i {
          display: none; } }
      @media only screen and (min-width: 1200px) {
        .blog-item-two.style-two .content h5 {
          font-size: 24px; } }
      @media only screen and (max-width: 375px) {
        .blog-item-two.style-two .content h5 {
          font-size: 20px; } }
      .blog-item-two.style-two .content .read-more {
        font-size: 15px;
        color: var(--primary-color); }
        .blog-item-two.style-two .content .read-more i {
          font-size: 16px;
          margin-left: 10px; }
    .blog-item-two.style-two:hover .image img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }

/* Blog Standard */
.blog-standard-item,
.blog-details-content {
  margin-bottom: 60px; }
  .blog-standard-item .image,
  .blog-details-content .image {
    position: relative;
    margin-bottom: 30px; }
    .blog-standard-item .image .category,
    .blog-details-content .image .category {
      position: absolute;
      left: 15px;
      top: 15px;
      color: black;
      font-size: 14px;
      font-weight: 700;
      padding: 3px 22px;
      border-radius: 4px;
      letter-spacing: 1.89px;
      text-transform: uppercase;
      background: var(--primary-color); }
    .blog-standard-item .image img,
    .blog-details-content .image img {
      width: 100%; }
  .blog-standard-item .content .blog-meta,
  .blog-details-content .content .blog-meta {
    padding-bottom: 15px; }
    .blog-standard-item .content .blog-meta li i,
    .blog-details-content .content .blog-meta li i {
      margin-right: 8px;
      color: var(--primary-color); }
    .blog-standard-item .content .blog-meta li:not(:last-child),
    .blog-details-content .content .blog-meta li:not(:last-child) {
      margin-right: 0; }
      .blog-standard-item .content .blog-meta li:not(:last-child):after,
      .blog-details-content .content .blog-meta li:not(:last-child):after {
        content: '/';
        margin-left: 10px;
        margin-right: 10px; }
  .blog-standard-item .content h4,
  .blog-details-content .content h4 {
    margin-bottom: 18px; }
    @media only screen and (min-width: 768px) {
      .blog-standard-item .content h4,
      .blog-details-content .content h4 {
        font-size: 32px; } }
    @media only screen and (max-width: 375px) {
      .blog-standard-item .content h4,
      .blog-details-content .content h4 {
        font-size: 22px;
        line-height: 1.5; } }
  .blog-standard-item .content p,
  .blog-details-content .content p {
    margin-bottom: 30px; }
    @media only screen and (min-width: 576px) {
      .blog-standard-item .content p,
      .blog-details-content .content p {
        font-size: 18px; } }
  .blog-standard-item .content .read-more,
  .blog-details-content .content .read-more {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.52px;
    text-transform: uppercase; }
    .blog-standard-item .content .read-more i,
    .blog-details-content .content .read-more i {
      font-size: 20px;
      -webkit-transform: rotate(-32.364deg);
      -ms-transform: rotate(-32.364deg);
      transform: rotate(-32.364deg); }

/* Blog Details */
@media only screen and (min-width: 1200px) {
  .blog-details-content > h4 {
    font-size: 28px; } }

@media only screen and (max-width: 767px) {
  .blog-details-content > h4 {
    font-size: 22px; } }

blockquote {
  font-size: 22px;
  line-height: 1.9;
  font-weight: 600;
  margin-top: 55px;
  position: relative;
  margin-bottom: 50px;
  color: var(--heading-color);
  padding: 25px 35px 30px;
  background: var(--lighter-color); }
  @media only screen and (max-width: 479px) {
    blockquote {
      font-size: 20px; } }
  @media only screen and (max-width: 375px) {
    blockquote {
      font-size: 18px;
      padding-left: 25px;
      padding-right: 25px; } }
  blockquote:after {
    content: "\f10e";
    line-height: 1;
    position: absolute;
    right: 33px;
    bottom: 33px;
    font-size: 40px;
    font-weight: 900;
    color: var(--primary-color);
    font-family: "Font Awesome 5 Pro"; }
  blockquote .blockquote-footer {
    color: white;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 20px; }
    blockquote .blockquote-footer:before {
      content: '——';
      margin-right: 20px;
      color: var(--primary-color); }

.tag-share {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .tag-share .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px; }
    .tag-share .item b {
      color: white;
      font-size: 20px;
      margin-right: 12px; }
  .tag-share .tag-coulds a {
    font-weight: 500;
    text-transform: uppercase; }
  .tag-share .social-style-one a {
    border: none;
    border-radius: 0; }
    .tag-share .social-style-one a:not(:hover) {
      background: var(--lighter-color); }

/* Next Prev Blog */
.next-prev-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .next-prev-blog .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 310px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
    .next-prev-blog .item .image {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      max-width: 100px;
      margin-right: 30px; }
      @media only screen and (max-width: 375px) {
        .next-prev-blog .item .image {
          max-width: 90px; } }
    .next-prev-blog .item h6 {
      line-height: 1.65;
      margin-bottom: 5px; }
      @media only screen and (min-width: 376px) {
        .next-prev-blog .item h6 {
          font-size: 18px; } }

/* Comments */
@media only screen and (min-width: 1200px) {
  .comment-title {
    font-size: 28px; } }

.admin-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 630px;
  padding: 45px 40px 35px;
  background: var(--lighter-color); }
  @media only screen and (max-width: 575px) {
    .admin-comment {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 479px) {
    .admin-comment {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .admin-comment .author-thumb {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100px;
    margin-right: 18px;
    margin-bottom: 18px; }
    .admin-comment .author-thumb img {
      border-radius: 50%; }
  .admin-comment .content {
    z-index: 1;
    position: relative; }
    .admin-comment .content h6 {
      font-weight: 500;
      margin-bottom: 0; }
      @media only screen and (min-width: 376px) {
        .admin-comment .content h6 {
          font-size: 18px;
          text-transform: capitalize; } }
    .admin-comment .content .designation {
      display: block;
      margin-bottom: 12px;
      color: var(--primary-color); }
    .admin-comment .content p {
      line-height: 2; }
      @media only screen and (min-width: 376px) {
        .admin-comment .content p {
          font-size: 18px; } }
    .admin-comment .content:after {
      position: absolute;
      right: 10px;
      top: 10px;
      z-index: -1;
      opacity: 0.5;
      font-size: 45px;
      content: "\f10e";
      font-weight: 300;
      color: var(--primary-color);
      font-family: "Font Awesome 5 Pro"; }
      @media only screen and (max-width: 479px) {
        .admin-comment .content:after {
          top: -100px; } }

/* Comment Form */
.comment-form {
  max-width: 630px; }
  .comment-form .condition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .comment-form .condition input {
      margin-top: 10.6px;
      margin-right: 10px; }
    @media only screen and (min-width: 376px) {
      .comment-form .condition label {
        font-size: 17px; } }
  @media only screen and (min-width: 576px) {
    .comment-form.style-two.contact-content-part {
      padding-left: 45px;
      padding-right: 45px; } }
  .comment-form.style-two.contact-content-part form {
    margin-top: 0; }

/*******************************************************/
/******************** ## Shop Area *********************/
/*******************************************************/
.shop-shorter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 20px 8px 40px;
  border: 1px solid var(--border-color); }
  @media only screen and (max-width: 575px) {
    .shop-shorter {
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (max-width: 375px) {
    .shop-shorter {
      font-size: 14px; } }
  .shop-shorter .grid-list {
    margin-left: auto;
    margin-right: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media only screen and (max-width: 767px) {
      .shop-shorter .grid-list {
        margin-right: 15px; } }
    @media only screen and (max-width: 375px) {
      .shop-shorter .grid-list {
        margin-right: 0; } }
    .shop-shorter .grid-list a {
      margin-right: 12px; }
  .shop-shorter .nice-select {
    border: none;
    padding: 0 22px 0 0;
    background: transparent;
    text-transform: capitalize; }
    .shop-shorter .nice-select:after {
      width: 8px;
      height: 8px;
      right: 5px; }

.shop-wrapper {
  max-width: 900px; }

.product-item {
  text-align: center;
  margin-bottom: 55px; }
  .product-item .image {
    position: relative;
    margin-bottom: 20px; }
    .product-item .image .social-style-two {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      visibility: hidden;
      opacity: 0;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
      .product-item .image .social-style-two a {
        width: 37px;
        height: 37px;
        color: black;
        line-height: 37px;
        margin-left: 6px;
        margin-right: 6px; }
        .product-item .image .social-style-two a:not(:hover) {
          background: white; }
  .product-item .content h6 {
    margin-bottom: 0; }
  .product-item:hover .social-style-two {
    visibility: visible;
    opacity: 1; }

/* Product Details */
@media only screen and (min-width: 1200px) {
  .product-details-images {
    max-width: 555px; } }

.preview-images {
  margin-bottom: 25px; }
  .preview-images .preview-item {
    position: relative; }
    .preview-images .preview-item img {
      width: 100%; }
    .preview-images .preview-item .pupup-btn {
      color: black;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 25px;
      width: 130px;
      height: 130px;
      background: var(--primary-color);
      line-height: 130px;
      border-radius: 50%;
      text-align: center; }

.thumb-images {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .thumb-images .thumb-item {
    width: calc(25% - 15px); }
    .thumb-images .thumb-item img {
      width: 100%; }

.product-details-content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .product-details-content h3 {
      font-size: 33px; } }
  @media only screen and (max-width: 375px) {
    .product-details-content h3 {
      font-size: 28px; } }
  .product-details-content h3 span {
    color: black;
    font-size: 14px;
    padding: 2px 6px;
    margin-left: 22px;
    background: var(--primary-color); }

.product-details-content .h5 {
  font-size: 20px;
  font-weight: 500; }

.product-details-content .brand-ratting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 375px) {
    .product-details-content .brand-ratting .brand {
      font-size: 16px; } }
  .product-details-content .brand-ratting .ratting {
    margin-left: 25px;
    margin-right: 10px; }
    .product-details-content .brand-ratting .ratting i {
      margin: 3px;
      color: #FFB41B;
      font-size: 14px; }
      @media only screen and (max-width: 575px) {
        .product-details-content .brand-ratting .ratting i {
          font-size: 12px; } }
  .product-details-content .brand-ratting a {
    color: white; }

.product-details-content .product-size {
  max-width: 515px; }
  .product-details-content .product-size .nice-select {
    padding: 4px 20px;
    background: transparent; }
    .product-details-content .product-size .nice-select:after {
      width: 8px;
      height: 8px;
      right: 18px; }

.product-details-content .price {
  color: white;
  display: block;
  font-size: 30px;
  font-weight: 700; }
  @media only screen and (max-width: 375px) {
    .product-details-content .price {
      font-size: 25px; } }
  .product-details-content .price del {
    font-size: 20px;
    font-weight: 500;
    color: var(--base-color); }

.product-details-content .add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .product-details-content .add-to-cart .theme-btn {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 15px 30px 0 0; }
  .product-details-content .add-to-cart .wishlist {
    margin-top: 15px;
    margin-right: 30px;
    color: var(--primary-color);
    background: transparent;
    width: 50px;
    height: 50px;
    background: var(--lighter-color);
    line-height: 50px;
    border-radius: 50%;
    text-align: center; }
  .product-details-content .add-to-cart input {
    color: white;
    max-width: 130px;
    margin-top: 15px;
    padding: 10px 30px;
    background: transparent; }

.shop-details-tab-area h4, .shop-details-tab-area h5 {
  margin-bottom: 20px; }

.product-information-tab li {
  margin-bottom: 15px; }
  .product-information-tab li:not(:last-child) {
    margin-right: 55px; }
    @media only screen and (max-width: 991px) {
      .product-information-tab li:not(:last-child) {
        margin-right: 15px; } }
  .product-information-tab li a {
    font-size: 14px;
    font-weight: 500;
    padding: 11px 45px;
    display: inline-block;
    color: var(--heading-color);
    text-transform: uppercase;
    border: 1px solid var(--border-color); }
    @media only screen and (max-width: 991px) {
      .product-information-tab li a {
        padding: 6px 30px; } }
    .product-information-tab li a.active {
      color: black;
      background: var(--primary-color); }

.review-item {
  max-width: 650px; }
  @media only screen and (min-width: 480px) {
    .review-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .review-item.child-review {
    margin-left: 80px; }
    @media only screen and (max-width: 575px) {
      .review-item.child-review {
        margin-left: 35px; } }
  .review-item .thumb {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100px;
    margin-right: 25px;
    margin-bottom: 15px; }
    .review-item .thumb img {
      border-radius: 50%; }
  .review-item .content .name-ratting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .review-item .content .name-ratting h6 {
      margin-right: 25px;
      margin-bottom: 5px; }
    .review-item .content .name-ratting .ratting {
      margin-right: 25px;
      margin-bottom: 5px; }
      .review-item .content .name-ratting .ratting i {
        font-size: 14px; }
    .review-item .content .name-ratting .date {
      margin-bottom: 7px; }
  .review-item:not(:last-child) {
    margin-bottom: 30px; }

/*******************************************************/
/******************** ## FAQs Area ********************/
/*******************************************************/
.faq-image-part {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
  width: 44vw;
  height: 100%; }
  @media only screen and (max-width: 991px) {
    .faq-image-part {
      width: 100%;
      height: 500px;
      position: relative;
      margin-bottom: 65px; } }
  .faq-image-part .headline-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: rotate(-44deg) translate(-25%, -140px);
    -ms-transform: rotate(-44deg) translate(-25%, -140px);
    transform: rotate(-44deg) translate(-25%, -140px); }
    @media only screen and (max-width: 991px) {
      .faq-image-part .headline-wrap {
        -webkit-transform: rotate(-40deg) translate(-25%, -85px);
        -ms-transform: rotate(-40deg) translate(-25%, -85px);
        transform: rotate(-40deg) translate(-25%, -85px); } }
    @media only screen and (max-width: 575px) {
      .faq-image-part .headline-wrap {
        -webkit-transform: rotate(-40deg) translate(-25%, 0);
        -ms-transform: rotate(-40deg) translate(-25%, 0);
        transform: rotate(-40deg) translate(-25%, 0); } }

.faq-shape {
  z-index: -2;
  position: absolute;
  left: 50px;
  top: -48px; }

.accordion-item {
  z-index: 1;
  border: none;
  padding: 25px 0;
  border-radius: 0;
  position: relative;
  background: transparent; }
  .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .accordion-item:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .accordion-item:last-of-type .accordion-button {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
  .accordion-item .accordion-button {
    padding: 0;
    border: none;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--heading-color);
    background: transparent; }
    @media only screen and (min-width: 768px) {
      .accordion-item .accordion-button {
        font-size: 20px; } }
    @media only screen and (max-width: 479px) {
      .accordion-item .accordion-button {
        font-size: 14px; } }
    .accordion-item .accordion-button:after {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: auto;
      height: auto;
      content: "\f068";
      margin-right: 15px;
      background: transparent;
      font-family: "Font Awesome 5 Pro"; }
    .accordion-item .accordion-button.collapsed:after {
      content: "\f067"; }
  .accordion-item .accordion-collapse:after {
    content: '';
    opacity: 0;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: var(--lighter-color);
    width: calc(100% + 70px);
    height: 100%; }
  .accordion-item .accordion-collapse.show:after {
    opacity: 1; }
  .accordion-item .accordion-collapse .accordion-body {
    padding: 20px 0 0; }
    @media only screen and (max-width: 479px) {
      .accordion-item .accordion-collapse .accordion-body {
        padding-left: 20px;
        padding-right: 20px; } }
    .accordion-item .accordion-collapse .accordion-body p:last-child {
      margin-bottom: 0; }

/*******************************************************/
/****************** ## Contact Forms ******************/
/*******************************************************/
.contact-content-part .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border-color); }
  .contact-content-part .form-group label {
    margin-bottom: 0;
    margin-right: 20px;
    color: rgba(255, 255, 255, 0.8); }
  .contact-content-part .form-group input,
  .contact-content-part .form-group textarea {
    padding: 0;
    border: none;
    color: white;
    background: transparent; }
    .contact-content-part .form-group input::-webkit-input-placeholder,
    .contact-content-part .form-group textarea::-webkit-input-placeholder {
      font-size: 18px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.8); }
    .contact-content-part .form-group input:-ms-input-placeholder,
    .contact-content-part .form-group textarea:-ms-input-placeholder {
      font-size: 18px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.8); }
    .contact-content-part .form-group input::-ms-input-placeholder,
    .contact-content-part .form-group textarea::-ms-input-placeholder {
      font-size: 18px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.8); }
    .contact-content-part .form-group input::placeholder,
    .contact-content-part .form-group textarea::placeholder {
      font-size: 18px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.8); }

.contact-content-part .theme-btn i {
  margin-right: 8px; }

@media only screen and (min-width: 576px) {
  .contact-content-part .theme-btn {
    padding-top: 20px;
    padding-bottom: 20px; } }

.contact-content-part.style-two {
  padding: 50px 85px 53px 75px;
  background: #070708; }
  @media only screen and (max-width: 575px) {
    .contact-content-part.style-two {
      padding-left: 35px;
      padding-right: 35px; } }
  @media only screen and (max-width: 375px) {
    .contact-content-part.style-two {
      padding-left: 25px;
      padding-right: 25px; } }
  .contact-content-part.style-two h3 {
    font-size: 38px;
    margin-bottom: 30px; }
  .contact-content-part.style-two p {
    color: #555; }
  .contact-content-part.style-two form {
    margin-top: 50px; }
  .contact-content-part.style-two .form-group label {
    color: var(--primary-color); }

.contact-info-part {
  font-size: 18px;
  padding: 60px 35px 30px;
  background: var(--lighter-color); }
  @media only screen and (max-width: 375px) {
    .contact-info-part {
      padding: 40px 20px 20px; } }
  .contact-info-part h3 {
    margin-bottom: 30px; }

.contact-info-part-two {
  font-size: 18px; }
  .contact-info-part-two .c-info-item .title {
    color: white; }

.c-info-item {
  margin-bottom: 45px; }
  .c-info-item .title {
    display: block;
    margin-bottom: 15px; }
  @media only screen and (min-width: 376px) {
    .c-info-item h6 {
      font-size: 18px; } }
  .c-info-item .social-style-two a {
    width: 38px;
    height: 38px;
    line-height: 38px; }

/* Contact Page */
.our-location iframe {
  height: 500px; }

.contact-info-item {
  color: white;
  font-size: 18px;
  padding: 45px 35px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 15px;
  background: var(--lighter-color);
  border: 1px solid var(--border-color); }
  .contact-info-item .icon {
    margin-bottom: 25px; }
  .contact-info-item h5 {
    margin-bottom: 20px; }
  .contact-info-item a {
    color: white; }

/* Contact Form Validation */
.has-error .with-errors {
  color: red;
  margin-top: 5px;
  margin-bottom: -15px; }

#msgSubmit {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 10px; }

/*******************************************************/
/****************** ## Videos Area ********************/
/*******************************************************/
/* Video Play */
.video-play {
  width: 100px;
  height: 100px;
  font-size: 20px;
  text-align: center;
  line-height: 100px;
  background: #2A2C38;
  display: inline-block;
  color: var(--primary-color); }
  .video-play:hover {
    color: white;
    background: var(--primary-color); }
  @media only screen and (max-width: 767px) {
    .video-play {
      width: 80px;
      height: 80px;
      font-size: 16px;
      line-height: 80px; } }

.video-play-text {
  width: 130px;
  height: 130px;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: var(--primary-color); }
  @media only screen and (max-width: 575px) {
    .video-play-text {
      width: 100px;
      height: 100px; } }

/* Video Section */
.video-top {
  border-top: 1px dashed var(--border-color); }
  .video-top h5 {
    font-weight: 500; }
    @media only screen and (min-width: 376px) {
      .video-top h5 {
        font-size: 24px; } }
  .video-top a {
    text-decoration: underline; }
  .video-top span {
    color: var(--primary-color); }

.video-inner .play-intro {
  color: white;
  line-height: 1;
  font-weight: 700;
  font-size: 170px;
  text-transform: uppercase; }
  @media only screen and (max-width: 1199px) {
    .video-inner .play-intro {
      font-size: 10vw; } }
  .video-inner .play-intro span {
    line-height: 1.15;
    display: inline-block;
    border-bottom: 6px solid; }
    @media only screen and (max-width: 991px) {
      .video-inner .play-intro span {
        border-bottom-width: 3px; } }

.video-inner .video-text {
  font-size: 115px;
  font-weight: 600;
  color: var(--primary-color);
  font-family: var(--script-font);
  text-transform: capitalize; }
  @media only screen and (max-width: 1199px) {
    .video-inner .video-text {
      font-size: 6vw; } }

/* Video Section Two */
.video-inner-two {
  overflow: hidden;
  position: relative; }
  .video-inner-two .video-play-text {
    width: 170px;
    height: 170px;
    padding: 18px;
    border-radius: 50%;
    display: inline-block;
    background: var(--primary-color); }
    @media only screen and (max-width: 767px) {
      .video-inner-two .video-play-text {
        width: 120px;
        height: 120px;
        padding: 10px; } }
  .video-inner-two .headline-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: rotate(40deg) translate(-25%, 185px);
    -ms-transform: rotate(40deg) translate(-25%, 185px);
    transform: rotate(40deg) translate(-25%, 185px); }
    @media only screen and (max-width: 991px) {
      .video-inner-two .headline-wrap {
        -webkit-transform: rotate(40deg) translate(-25%, 85px);
        -ms-transform: rotate(40deg) translate(-25%, 85px);
        transform: rotate(40deg) translate(-25%, 85px); } }
    @media only screen and (max-width: 575px) {
      .video-inner-two .headline-wrap {
        -webkit-transform: rotate(40deg) translate(-25%, 0);
        -ms-transform: rotate(40deg) translate(-25%, 0);
        transform: rotate(40deg) translate(-25%, 0); } }
  .video-inner-two .video-shape {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 15%; }

/*******************************************************/
/******************* ## Pricing Area ********************/
/*******************************************************/
.pricing-area {
  background: #090A0C; }

.pricing-item {
  padding: 50px;
  background: black;
  margin-bottom: 30px;
  border: 1px solid #090909; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-item {
      padding-left: 35px;
      padding-right: 35px; } }
  @media only screen and (max-width: 375px) {
    .pricing-item {
      padding: 35px; } }
  .pricing-item .icon {
    color: white;
    line-height: 1;
    font-size: 60px;
    margin-bottom: 20px; }
  .pricing-item h4 {
    font-size: 25px;
    margin-bottom: 22px; }
  .pricing-item .price {
    color: white;
    line-height: 1;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 45px;
    display: inline-block;
    letter-spacing: 1.5px; }
    .pricing-item .price:before {
      content: '$';
      font-size: 22px;
      font-weight: 400; }
    .pricing-item .price:after {
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0;
      color: var(--base-color);
      content: '/ Monthly'; }
  @media only screen and (max-width: 375px) {
    .pricing-item .list-style-two li {
      font-size: 15px; }
      .pricing-item .list-style-two li:before {
        margin-right: 15px; } }
  .pricing-item .theme-btn {
    padding: 13px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 45px;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    letter-spacing: 0.9px;
    border: 1px solid var(--border-color); }

#yearly .pricing-item .price:after {
  content: '/ Yearly'; }

/*******************************************************/
/******************* ## Work Process *******************/
/*******************************************************/
.work-process-item {
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 100px;
  position: relative;
  padding: 50px 40px;
  text-align: center;
  background: var(--lighter-color); }
  @media only screen and (max-width: 375px) {
    .work-process-item {
      padding: 40px 30px; } }
  .work-process-item .number {
    color: white;
    font-size: 18px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    width: 32px;
    height: 32px;
    background: #0E1012;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 35px); }
  .work-process-item .icon {
    height: 100px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .work-process-item .icon img {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .work-process-item .content h5 {
    margin-bottom: 10px;
    text-transform: capitalize; }
  .work-process-item .content p {
    margin-bottom: 5px;
    text-transform: capitalize; }
  .work-process-item .shape {
    opacity: 0;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: -1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .work-process-item:after {
    content: '';
    z-index: -1;
    position: absolute;
    left: -15px;
    top: -50px;
    width: calc(100% + 30px);
    height: 1px;
    border-top: 1.5px dashed rgba(255, 255, 255, 0.17); }
  .work-process-item:hover {
    background: black; }
    .work-process-item:hover .number {
      color: var(--primary-color); }
    .work-process-item:hover .icon img {
      -webkit-filter: grayscale(1);
      filter: grayscale(1); }
    .work-process-item:hover .shape {
      left: 0;
      bottom: 0;
      opacity: 1; }

/*******************************************************/
/******************** ## Widgets ********************/
/*******************************************************/
.widget {
  padding: 35px 30px;
  background: var(--lighter-color); }
  @media only screen and (max-width: 375px) {
    .widget {
      padding-left: 25px;
      padding-right: 25px; } }
  .widget:not(:last-child) {
    margin-bottom: 30px; }

.widget-title {
  line-height: 1;
  padding-left: 8px;
  margin-bottom: 25px;
  text-transform: capitalize;
  border-left: 2px solid var(--primary-color); }

.widget-author {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 65px; }
  .widget-author img {
    border-radius: 50%;
    margin-bottom: 15px; }
  .widget-author h6 {
    margin-bottom: 5px;
    text-transform: uppercase; }
  .widget-author .designation {
    display: block;
    font-size: 14px;
    margin-bottom: 12px; }
  .widget-author p {
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px; }
  .widget-author .social-style-one a {
    width: 45px;
    font-size: 12px;
    border-radius: 0;
    color: var(--base-color); }
    .widget-author .social-style-one a:hover {
      color: black; }

.widget-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--lighter-color); }
  .widget-search form input {
    padding: 0;
    color: white;
    border: none;
    background: transparent; }
    .widget-search form input::-webkit-input-placeholder {
      text-transform: capitalize; }
    .widget-search form input:-ms-input-placeholder {
      text-transform: capitalize; }
    .widget-search form input::-ms-input-placeholder {
      text-transform: capitalize; }
    .widget-search form input::placeholder {
      text-transform: capitalize; }
  .widget-search form button {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: white;
    background: transparent; }

.widget-recent-news ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .widget-recent-news ul li:not(:last-child) {
    margin-bottom: 25px; }
  .widget-recent-news ul li .image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-top: 5px;
    max-width: 108px;
    margin-right: 25px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .widget-recent-news ul li .image {
        max-width: 85px;
        margin-right: 15px; } }
    @media only screen and (max-width: 375px) {
      .widget-recent-news ul li .image {
        max-width: 85px;
        margin-right: 15px; } }
  .widget-recent-news ul li h6 {
    margin-bottom: 0;
    line-height: 1.6;
    font-weight: 600; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .widget-recent-news ul li h6 {
        font-size: 13px; } }
    @media only screen and (max-width: 479px) {
      .widget-recent-news ul li h6 {
        font-size: 14px; } }
  .widget-recent-news ul li .date {
    line-height: 1;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: capitalize; }
    .widget-recent-news ul li .date i {
      margin-right: 7px;
      color: var(--primary-color); }

.widget-category ul li:not(:last-child) {
  margin-bottom: 20px; }

.widget-category ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #151313;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid var(--border-color); }
  .widget-category ul li a span {
    margin-left: 6px; }
  .widget-category ul li a:hover {
    color: black;
    background: var(--primary-color); }

.tag-coulds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -14px -7px 0; }
  .tag-coulds a {
    font-size: 14px;
    padding: 3px 22px;
    margin: 14px 7px 0;
    background: #151313;
    text-transform: capitalize; }
    .tag-coulds a:hover {
      color: black;
      background: var(--primary-color); }

.widget-category-two ul {
  padding-left: 20px; }
  .widget-category-two ul li {
    list-style: disc; }
    .widget-category-two ul li a {
      font-size: 18px; }
    .widget-category-two ul li:not(:last-child) {
      margin-bottom: 20px; }

.widget-colors .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -4px -2px 0; }
  .widget-colors .colors .color-item {
    width: 30px;
    height: 30px;
    padding: 3px;
    margin: 4px 2px 0;
    border-radius: 3px;
    border: 1px solid var(--border-color); }
    .widget-colors .colors .color-item.blue button {
      background: #0B5FB5; }
    .widget-colors .colors .color-item.green button {
      background: #00A651; }
    .widget-colors .colors .color-item.yellow button {
      background: #FEE496; }
    .widget-colors .colors .color-item.light-green button {
      background: #25BFA3; }
    .widget-colors .colors .color-item.black button {
      background: #000000; }
    .widget-colors .colors .color-item.purple button {
      background: #8E7CFC; }
    .widget-colors .colors .color-item button {
      width: 22px;
      height: 22px;
      border-radius: 3px; }

.widget-brands ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .widget-brands ul li input {
    display: none; }
    .widget-brands ul li input + label {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      position: relative;
      padding-left: 30px; }
      .widget-brands ul li input + label:before {
        content: '';
        width: 15px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 10px;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s;
        border: 1px solid var(--border-color); }
    .widget-brands ul li input:checked {
      background: var(--primary-color); }
      .widget-brands ul li input:checked + label {
        color: white; }
        .widget-brands ul li input:checked + label:before {
          background: var(--primary-color);
          border-color: var(--primary-color); }
  .widget-brands ul li:not(:last-child) {
    margin-bottom: 18px; }

.widget-products ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .widget-products ul li .image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 98px;
    margin-right: 20px; }
  .widget-products ul li .content .price {
    font-size: 12px;
    font-weight: 500;
    color: var(--primary-color); }
    .widget-products ul li .content .price del {
      color: var(--base-color); }
  .widget-products ul li .content h6 {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500; }
  .widget-products ul li .content .ratting i {
    margin-left: 0;
    font-size: 12px;
    margin-bottom: 0; }
  .widget-products ul li:not(:last-child) {
    margin-bottom: 10px; }

.price-filter-details {
  padding-top: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 6px solid white; }
  .price-filter-details .price {
    font-weight: 500; }
  .price-filter-details a {
    font-size: 12px;
    font-weight: 600;
    margin-left: 10px;
    padding: 1px 18px;
    text-transform: uppercase;
    background: var(--lighter-color);
    border: 1px solid var(--border-color); }
  .price-filter-details:before {
    content: '';
    position: absolute;
    left: 0;
    top: -6px;
    width: 60%;
    height: 6px;
    background: var(--primary-color); }

/* Service Sidebar */
.service-sidebar .widget {
  padding: 40px 25px; }
  .service-sidebar .widget.widget-cta {
    text-align: center; }
    .service-sidebar .widget.widget-cta .icon {
      color: black;
      font-size: 35px;
      width: 80px;
      height: 76px;
      line-height: 75px;
      border-radius: 4px;
      margin: 0 auto 22px;
      background: var(--primary-color); }
    .service-sidebar .widget.widget-cta .sub-title {
      color: white;
      display: block;
      font-size: 15px;
      font-weight: 500;
      margin-top: 40px;
      margin-bottom: 10px;
      letter-spacing: 1.95px;
      text-transform: uppercase; }
    .service-sidebar .widget.widget-cta .theme-btn {
      letter-spacing: 0;
      border-radius: 25px;
      padding-top: 9px;
      padding-bottom: 9px; }
  @media only screen and (min-width: 376px) {
    .service-sidebar .widget.widget-form {
      padding: 55px 35px; } }
  .service-sidebar .widget.widget-form input, .service-sidebar .widget.widget-form textarea {
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 4px;
    margin-bottom: 25px; }
  @media only screen and (min-width: 576px) {
    .service-sidebar .widget.widget-form .theme-btn {
      padding-top: 18px;
      padding-bottom: 18px; } }
  .service-sidebar .widget:not(:last-child) {
    margin-bottom: 60px; }

.service-sidebar .service-title {
  margin-bottom: 25px; }
  @media only screen and (min-width: 376px) {
    .service-sidebar .service-title {
      font-size: 28px; } }

/* Shop Sidebar */
.shop-sidebar {
  padding: 45px 30px 45px 35px;
  background: var(--lighter-color); }
  @media only screen and (min-width: 1400px) {
    .shop-sidebar {
      margin-left: -40px; } }
  .shop-sidebar .widget {
    padding: 0;
    background: transparent; }
    .shop-sidebar .widget:not(:last-child) {
      margin-bottom: 45px; }
  .shop-sidebar .widget-title {
    font-size: 20px; }
  .shop-sidebar .tag-coulds {
    margin: -10px -4px 0; }
    .shop-sidebar .tag-coulds a {
      margin: 10px 4px 0;
      padding-left: 16px;
      padding-right: 16px; }

/*******************************************************/
/******************* ## Error Area ********************/
/*******************************************************/
.error-content {
  text-align: center; }
  .error-content .error-text {
    color: white;
    line-height: 1;
    display: block;
    font-weight: 700;
    font-size: 330px; }
    @media only screen and (max-width: 991px) {
      .error-content .error-text {
        font-size: 30vw; } }
  .error-content h2 {
    margin-bottom: 30px; }
    @media only screen and (max-width: 575px) {
      .error-content h2 {
        font-size: 40px; } }
    @media only screen and (max-width: 375px) {
      .error-content h2 {
        font-size: 30px; } }
    .error-content h2 span {
      color: var(--primary-color); }
  @media only screen and (min-width: 480px) {
    .error-content p {
      font-size: 18px; } }

/*******************************************************/
/******************* ## Main Footer *******************/
/*******************************************************/
.bordered-top {
  border-top: 1px solid var(--border-color); }

.footer-widget {
  margin-bottom: 50px; }

h5.footer-title {
  margin-bottom: 25px;
  text-transform: capitalize; }

h6.footer-title {
  color: #D1D1D1;
  font-size: 20px;
  margin-bottom: 25px; }

.widget-links ul li {
  font-weight: 500; }
  .widget-links ul li:not(:last-child) {
    margin-bottom: 9px; }

.widget-gallery .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px; }
  .widget-gallery .gallery > a {
    overflow: hidden;
    border-radius: 5px;
    margin: 0 5px 10px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    max-width: calc(33.333% - 10px); }
    .widget-gallery .gallery > a:hover {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }

.widget-newsletter #condition {
  margin-right: 10px; }

.widget-newsletter .social a {
  color: white;
  font-size: 16px;
  margin-right: 22px; }
  .widget-newsletter .social a:hover {
    color: var(--primary-color); }

.newsletter-form {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  background: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .newsletter-form input {
    border: none;
    padding: 0 5px 0 15px; }
    .newsletter-form input::-webkit-input-placeholder {
      color: var(--base-color); }
    .newsletter-form input:-ms-input-placeholder {
      color: var(--base-color); }
    .newsletter-form input::-ms-input-placeholder {
      color: var(--base-color); }
    .newsletter-form input::placeholder {
      color: var(--base-color); }
  .newsletter-form button {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--primary-color); }

.copyright-text {
  color: #B4B4B4;
  border-top: 1px solid rgba(242, 242, 242, 0.07); }
  @media only screen and (min-width: 376px) {
    .copyright-text {
      font-size: 18px; } }
  .copyright-text a {
    color: #B4B4B4; }
  .copyright-text span {
    color: var(--primary-color); }

/* Footer One */
.footer-one .footer-widget p {
  color: rgba(255, 255, 255, 0.65); }

.footer-one .widget-about {
  max-width: 240px; }
  .footer-one .widget-about p {
    line-height: 2.2;
    font-weight: 500; }

.footer-one .widget-links ul li {
  font-size: 17px; }
  .footer-one .widget-links ul li a {
    color: #D1D1D1; }
    .footer-one .widget-links ul li a:hover {
      color: var(--primary-color); }

.footer-one .widget-text .text {
  line-height: 2;
  font-size: 18px;
  color: #D1D1D1; }
  .footer-one .widget-text .text p {
    margin-bottom: 16px; }
  .footer-one .widget-text .text a {
    color: #D1D1D1;
    margin-bottom: 14px;
    display: inline-block;
    text-decoration: underline; }
    .footer-one .widget-text .text a:hover {
      color: var(--primary-color); }

/* Footer Two */
.footer-two .our-clients-two a {
  -webkit-filter: brightness(0.25);
  filter: brightness(0.25); }
  .footer-two .our-clients-two a:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1); }

.footer-two .footer-logo {
  margin-top: -15px; }

@media only screen and (min-width: 1200px) {
  .footer-two .widget-about {
    margin-right: -15px; }
  .footer-two .widget-links {
    margin-left: 35px; } }

/* Footer Three */
.footer-lets-talk {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.58;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase; }
  @media only screen and (max-width: 1199px) {
    .footer-lets-talk {
      font-size: 50px; } }
  @media only screen and (max-width: 991px) {
    .footer-lets-talk {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 991px) {
    .footer-lets-talk {
      font-size: 45px; } }
  @media only screen and (max-width: 767px) {
    .footer-lets-talk {
      font-size: 35px; } }
  @media only screen and (max-width: 479px) {
    .footer-lets-talk {
      font-size: 30px; } }
  @media only screen and (max-width: 375px) {
    .footer-lets-talk {
      font-size: 26px; } }
  .footer-lets-talk .text span {
    font-weight: 900;
    color: var(--primary-color);
    font-family: var(--script-font); }
  .footer-lets-talk .details-btn {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 85px;
    color: var(--primary-color);
    width: 210px;
    height: 210px;
    background: var(--lighter-color);
    line-height: 210px;
    border-radius: 50%;
    text-align: center; }
    @media only screen and (max-width: 1199px) {
      .footer-lets-talk .details-btn {
        width: 150px;
        height: 150px;
        font-size: 50px;
        line-height: 150px; } }
    @media only screen and (max-width: 767px) {
      .footer-lets-talk .details-btn {
        width: 100px;
        height: 100px;
        font-size: 40px;
        line-height: 100px; } }

.footer-menu {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -25px;
  margin-right: -25px; }
  .footer-menu li {
    margin-left: 25px;
    margin-right: 25px;
    text-transform: capitalize; }

.footer-text {
  text-transform: capitalize; }

.footer-social {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .footer-social span {
    margin-right: 20px;
    margin-bottom: 10px; }
  .footer-social .social-style-one {
    margin-bottom: 10px; }
    .footer-social .social-style-one a {
      width: 42px;
      height: 42px;
      line-height: 42px; }
      .footer-social .social-style-one a:not(:hover) {
        color: var(--base-color); }
.brandlogo img  {
  width: 150px;
}