/*----------------------------------------------------------------------
    Template Name: DAX - Apartment Complex Landing Page HTML Template
    Template URI: https://ultimatewebsolutions.net/dax/
    Author: UWS
    Author URI:  https://ultimatewebsolutions.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
    ## About Area
    ## Timeline Area
    ## Apartment Area
    ## Slideshow
    ## Benefits Area
    ## Counter Area
    ## Features Area
    ## Services Area
    ## Projects Area
    ## Testimonials Area
    ## Client Logos
    ## What We Do
    ## Schedule Area
    ## Team Area
    ## Blog Area
    ## Contact Forms
    ## Videos Area
    ## Sidebar Widgets
    ## 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: white;
    font-weight: 400;
    line-height: 23px;
    font-size: 18px;
    font-family: "Red Hat Display", sans-serif;
    --base-color: #62656A;
    --heading-color: #4A515B;
    --primary-color: #F15B26;
    --secondary-color: #FFF5E2;
    --lighter-color: #f7f7f9;
    --border-color: #D9DFE7;
  }
  
  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(--primary-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(--secondary-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;
    border-radius: 0;
    padding: 17px 20px;
    background-color: #fff;
    border: 1px solid var(--border-color);
  }
  
  .nice-select {
    font-size: 18px;
    line-height: 1.3;
  }
  
  .nice-select:after {
    height: 8px;
    width: 8px;
    right: 25px;
    border-color: var(--heading-color);
  }
  
  .nice-select .current {
    font-weight: 500;
    color: var(--heading-color);
  }
  
  .nice-select .list {
    width: 100%;
    border-radius: 0;
  }
  
  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: 20px;
  }
  
  input:focus,
  button:focus,
  .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #cfdbf1;
  }
  
  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) {
    .container {
      max-width: 1430px;
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .container.container-1170 {
      max-width: 1200px;
    }
  }
  
  @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;
    }
  }
  
  @media only screen and (max-width: 375px) {
    .col-small {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  
  .row {
    --bs-gutter-x: 30px;
  }
  
  .no-gap {
    --bs-gutter-x: 0;
  }
  
  @media only screen and (min-width: 1400px) {
    .gap-10 {
      --bs-gutter-x: 10px;
    }
  }
  
  @media only screen and (min-width: 1400px) {
    .gap-20 {
      --bs-gutter-x: 20px;
    }
  }
  
  @media only screen and (min-width: 1400px) {
    .gap-30 {
      --bs-gutter-x: 30px;
    }
  }
  
  @media only screen and (min-width: 1400px) {
    .gap-40 {
      --bs-gutter-x: 40px;
    }
  }
  
  @media only screen and (min-width: 1400px) {
    .gap-50 {
      --bs-gutter-x: 50px;
    }
  }
  
  @media only screen and (min-width: 1400px) {
    .gap-60 {
      --bs-gutter-x: 60px;
    }
  }
  
  @media only screen and (min-width: 1400px) {
    .gap-70 {
      --bs-gutter-x: 70px;
    }
  }
  
  @media only screen and (min-width: 1400px) {
    .gap-80 {
      --bs-gutter-x: 80px;
    }
  }
  
  @media only screen and (min-width: 1400px) {
    .gap-90 {
      --bs-gutter-x: 90px;
    }
  }
  
  @media only screen and (min-width: 1400px) {
    .gap-100 {
      --bs-gutter-x: 100px;
    }
  }
  
  @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;
    }
  }
  
  /** Section Title style **/
  .section-title {
    margin-top: -7px;
    position: relative;
  }
  
  .section-title .sub-title {
    font-weight: 700;
    -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);
    text-transform: uppercase;
    text-align: center;
  }
  
  @media only screen and (max-width: 575px) {
    .section-title .sub-title {
      font-size: 16px;
    }
  }
  
  .section-title .sub-title:after, .section-title .sub-title:before {
    content: '';
    width: 40px;
    height: 1px;
    background: var(--primary-color);
  }
  
  .section-title .sub-title:before {
    margin-right: 20px;
  }
  
  .section-title .sub-title:after {
    margin-left: 20px;
  }
  
  .section-title h2 span {
    color: var(--primary-color);
  }
  
  @media only screen and (max-width: 991px) {
    .section-title h2 {
      font-size: 50px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .section-title h2 {
      font-size: 40px;
      line-height: 1.12;
    }
  }
  
  @media only screen and (max-width: 479px) {
    .section-title h2 {
      font-size: 36px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .section-title h3 {
      font-size: 35px;
      line-height: 1.14;
    }
  }
  
  @media only screen and (max-width: 479px) {
    .section-title h3 {
      font-size: 30px;
    }
  }
  
  .section-title.text-center .bg-text {
    color: white;
  }
  
  .section-text p {
    font-size: 24px;
    line-height: 1.4;
  }
  
  @media only screen and (max-width: 575px) {
    .section-text p {
      font-size: 20px;
    }
  }
  
  /** Button style **/
  .theme-btn,
  a.theme-btn {
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    text-align: center;
    padding: 17px 72px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: white;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--heading-color);
    border: 2px solid var(--heading-color);
  }
  
  .theme-btn i,
  a.theme-btn i {
    margin-right: 10px;
  }
  
  .theme-btn.style-two,
  a.theme-btn.style-two {
    background: transparent;
    border-color: white;
  }
  
  @media only screen and (min-width: 576px) {
  
    .theme-btn.style-two,
    a.theme-btn.style-two {
      padding-left: 48px;
      padding-right: 48px;
    }
  }
  
  .theme-btn.style-three,
  a.theme-btn.style-three {
    font-size: 16px;
    padding: 10px 20px;
    border-color: var(--primary-color);
    background: var(--primary-color);
  }
  
  .theme-btn.style-three i,
  a.theme-btn.style-three i {
    margin-right: 0;
    margin-left: 10px;
  }
  
  .theme-btn.style-four,
  a.theme-btn.style-four {
    font-size: 16px;
    padding: 8px 25px;
    color: var(--heading-color);
    background: transparent;
    border: 2px solid var(--heading-color);
  }
  
  .theme-btn.style-four:not(:hover):after,
  a.theme-btn.style-four:not(:hover):after {
    background: transparent;
  }
  
  .theme-btn.style-five,
  a.theme-btn.style-five {
    font-size: 16px;
    padding: 8px 22px;
    color: var(--primary-color);
    background: transparent;
    border: 2px solid var(--primary-color);
  }
  
  .theme-btn.style-five i,
  a.theme-btn.style-five i {
    margin-right: 0;
    margin-left: 10px;
  }
  
  @media only screen and (max-width: 479px) {
  
    .theme-btn,
    a.theme-btn {
      padding-left: 40px;
      padding-right: 40px;
    }
  }
  
  /* Details Btn */
  .details-btn {
    font-size: 26px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  /* Read More */
  .read-more {
    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;
    text-decoration: underline;
    text-transform: capitalize;
  }
  
  .read-more i {
    float: right;
    font-weight: 400;
    margin-left: 7px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  
  .read-more:hover {
    color: var(--secondary-color);
    text-decoration: underline;
  }
  
  .read-more:hover i {
    margin-left: 10px;
  }
  
  /* List style One */
  .list-style-one li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .list-style-one li:not(:last-child) {
    margin-bottom: 18px;
  }
  
  .list-style-one li:before {
    width: 7px;
    height: 7px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    content: '';
    margin-top: 8px;
    border-radius: 50%;
    margin-right: 10px;
    background: var(--primary-color);
  }
  
  /** Social Link One **/
  .social-style-one {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .social-style-one a {
    width: 36px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
    color: var(--heading-color);
    border: 1px solid var(--heading-color);
  }
  
  .social-style-one a:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
  }
  
  /** Social Link two **/
  .social-style-two {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  }
  
  .social-style-two a {
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .social-style-two .share {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: var(--primary-color);
    background: var(--secondary-color);
  }
  
  /** Social Link three **/
  .social-style-three {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .social-style-three a {
    font-size: 22px;
    margin-left: 15px;
    margin-right: 15px;
  }
  
  /** Tab Style One **/
  .tab-style-one .nav-link {
    border-radius: 0;
    margin-bottom: 20px;
    padding: 0 10px 22px;
    background: transparent;
    border-bottom: 3px solid var(--border-color);
  }
  
  @media only screen and (max-width: 575px) {
    .tab-style-one .nav-link {
      font-size: 20px !important;
    }
  }
  
  .tab-style-one .nav-link.active {
    color: var(--primary-color);
    background: transparent;
    border-bottom-color: var(--primary-color);
  }
  
  /*** 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: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .preloader .custom-loader {
    width: 55px;
    aspect-ratio: 1;
    --c: conic-gradient(from -90deg, #F15B26 90deg, #0000 0);
    background: var(--c), var(--c);
    background-size: 40% 40%;
    -webkit-animation: preloader 1s infinite alternate;
    animation: preloader 1s infinite alternate;
  }
  
  @-webkit-keyframes preloader {
  
    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 preloader {
  
    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;
    }
  }
  
  /* Pagination */
  .pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }
  
  .pagination li {
    margin: 10px 0 0;
  }
  
  .pagination li a,
  .pagination li .page-link {
    padding: 0;
    border: none;
    font-size: 24px;
    width: 75px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 40px;
    text-align: center;
    color: var(--heading-color);
    background: var(--border-color);
    -webkit-clip-path: polygon(22px 0%, 100% 0%, calc(100% - 22px) 100%, 0% 100%);
    clip-path: polygon(22px 0%, 100% 0%, calc(100% - 22px) 100%, 0% 100%);
  }
  
  .pagination li.active .page-link,
  .pagination li:hover:not(.disabled) .page-link:hover {
    color: white;
    background: var(--primary-color);
  }
  
  .pagination li:not(.active) a {
    z-index: 1;
    position: relative;
  }
  
  .pagination li:not(.active) a:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 1px;
    top: 1px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: white;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    -webkit-clip-path: polygon(22px 0%, 100% 0%, calc(100% - 22px) 100%, 0% 100%);
    clip-path: polygon(22px 0%, 100% 0%, calc(100% - 22px) 100%, 0% 100%);
  }
  
  .pagination li:not(.active) a:hover:before {
    opacity: 0;
  }
  
  /* 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: 3px;
    color: #f1b000;
    font-size: 14px;
  }
  
  /*** Slick Arrow ***/
  .slick-arrow {
    width: 56px;
    height: 56px;
    font-size: 25px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: transparent;
    border-radius: 50%;
    color: var(--heading-color);
    border: 2px solid var(--heading-color);
  }
  
  .slick-arrow:focus, .slick-arrow:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
  }
  
  .slick-arrow.feature-prev, .slick-arrow.slideshow-prev {
    margin-right: 15px;
  }
  
  .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(--secondary-color);
    border-color: var(--secondary-color);
  }
  
  /*** Slick Dots ***/
  .slick-dots {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 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;
  }
  
  .slick-dots li {
    position: relative;
    cursor: pointer;
    width: 10px;
    height: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 10px 5px 0;
    border-radius: 50%;
    background: transparent;
    border: 2px solid var(--secondary-color);
  }
  
  .slick-dots li button {
    opacity: 0;
  }
  
  .slick-dots li.slick-active {
    background: var(--secondary-color);
  }
  
  /*** Scroll Top style ***/
  .scroll-top {
    position: fixed;
    bottom: 25px;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 99;
    color: white;
    display: none;
    font-size: 14px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 5px;
    background: var(--primary-color);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
  }
  
  /* Text White */
  .text-white *, .text-white a,
  .text-white .read-more,
  .text-white .list-style-one li,
  .text-white .list-style-one li:before,
  .text-white .counter-text-wrap .count-text,
  .text-white .hotline .content a:not(:hover) {
    color: white;
  }
  
  .text-white .service-two-item .icon i {
    color: var(--primary-color);
  }
  
  .text-white .service-two-item .content p {
    opacity: 0.6;
  }
  
  .text-white .hotline>i {
    background: white;
  }
  
  .text-white .hotline>i {
    border-color: white;
  }
  
  /* Wave Shapes */
  .wave-shapes {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100px;
    width: calc(100% + 100px);
    height: 100%;
  }
  
  .wave-shapes .shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-animation: leftRightOne 6s infinite;
    animation: leftRightOne 6s infinite;
  }
  
  .wave-shapes .shape.two {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
  
  /*Project Filter*/
  .filter-btns-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .filter-btns-one li {
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 700;
    padding: 8px 15px;
    margin: 0 10px 20px;
    color: var(--primary-color);
    text-transform: uppercase;
    border: 1px solid var(--border-color);
  }
  
  .filter-btns-one li.current {
    color: white;
    background: 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.3;
    background-color: var(--heading-color);
  }
  
  /* Backgruond Size */
  .bgs-cover {
    background-size: cover;
    background-position: center;
  }
  
  /* Color + Background */
  .bgc-black {
    background-color: #0f1425;
  }
  
  .bgc-primary {
    background-color: var(--primary-color);
  }
  
  .bgc-secondary {
    background-color: var(--secondary-color);
  }
  
  .bgc-lighter {
    background-color: var(--lighter-color);
  }
  
  .color-secondary {
    color: var(--secondary-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;
  }
  
  /*******************************************************/
  /******************* ## Repeat Style ******************/
  /*******************************************************/
  .heading,
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  .tab-style-one .nav-link,
  h6,
  .h6 {
    font-weight: 700;
    color: var(--heading-color);
    font-family: "Red Hat Display", sans-serif;
  }
  
  h1, .h1 {
    line-height: 1.16;
    font-size: 86px;
  }
  
  h2, .h2 {
    line-height: 1.1;
    font-size: 60px;
  }
  
  h3, .h3 {
    line-height: 1.1;
    font-size: 40px;
  }
  
  h4, .h4 {
    line-height: 1.35;
    font-size: 30px;
  }
  
  h5, .h5, .tab-style-one .nav-link {
    font-size: 24px;
  }
  
  h6, .h6 {
    line-height: 1.3;
    font-size: 18px;
  }
  
  /*******************************************************/
  /************** ## 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: 80px;
  }
  
  .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;
  }
  
  /* 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);
    }
  }
  
  /* Feedback Rotated */
  @-webkit-keyframes semi_rotated {
  
    0%,
    100% {
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg);
    }
  
    50% {
      -webkit-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }
  }
  
  @keyframes semi_rotated {
  
    0%,
    100% {
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg);
    }
  
    50% {
      -webkit-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }
  }
  
  /* 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 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);
    }
  }
  
  @-webkit-keyframes pulse {
    to {
      -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    }
  }
  
  @keyframes pulse {
    to {
      -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 35px rgba(255, 255, 255, 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: absolute;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .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: var(--heading-color);
    -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;
    }
  }
  
  @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: #FFFFFF;
    }
  
    .main-menu .navbar-collapse>ul>li:last-child {
      border-bottom: 1px solid #f3f3f3;
    }
  }
  
  @media only screen and (min-width: 992px) {
    .main-menu .navbar-collapse>ul>li {
      position: relative;
    }
  
    .main-menu .navbar-collapse>ul>li:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: calc(100% - 40px);
      height: 6px;
      background: var(--primary-color);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1399px) {
    .main-menu .navbar-collapse>ul>li:before {
      width: calc(100% - 20px);
    }
  }
  
  .main-menu .navbar-collapse>ul>li:hover:before {
    opacity: 1;
    visibility: visible;
  }
  
  .main-menu .navbar-collapse>ul>li>a {
    text-transform: uppercase;
  }
  
  @media only screen and (min-width: 992px) {
    .main-menu .navbar-collapse>ul>li>a {
      color: white;
    }
  }
  
  @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: 52px 20px 35px;
    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 #f3f3f3;
    }
  }
  
  .main-menu .navbar-collapse li.dropdown .dropdown-btn {
    cursor: pointer;
    font-size: 12px;
    margin-left: 5px;
  }
  
  @media only screen and (min-width: 992px) {
    .main-menu .navbar-collapse li.dropdown .dropdown-btn {
      color: white;
    }
  }
  
  @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 #f2f2f2;
      text-align: center;
      line-height: 43px;
    }
  }
  
  .main-menu .navbar-collapse li a {
    display: block;
    opacity: 1;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    -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.current>a, .main-menu .navbar-collapse li.current-menu-item>a {
    font-weight: 500;
  }
  
  .main-menu .navbar-collapse li li {
    border-top: 1px solid #f3f3f3;
  }
  
  .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: #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);
  }
  
  @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;
    }
  
    .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: 10px 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 {
    width: 46px;
    height: 46px;
    float: right;
    cursor: pointer;
    padding: 5px 14px;
    background: var(--primary-color);
  }
  
  .main-menu .navbar-header .navbar-toggle .icon-bar {
    background: white;
    height: 2px;
    display: block;
    margin: 4px 0;
  }
  
  .main-menu .navbar-header .navbar-toggle .icon-bar:nth-child(2) {
    margin-right: 30%;
  }
  
  .main-menu .navbar-header .navbar-toggle .icon-bar:nth-child(3) {
    margin-right: 60%;
  }
  
  /* Menu Btns */
  .menu-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .menu-btns .theme-btn {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  
  @media only screen and (max-width: 991px) {
    .menu-btns .theme-btn {
      display: none;
    }
  }
  
  /* Menu White */
  .main-header.menu-white .nav-search>button {
    color: white;
  }
  
  @media only screen and (min-width: 992px) {
  
    .main-header.menu-white .main-menu .navigation>li>a,
    .main-header.menu-white .main-menu .navigation>.dropdown>.dropdown-btn {
      color: white;
    }
  }
  
  .main-header.menu-white .main-menu .navigation li li a:hover {
    color: var(--primary-color);
  }
  
  .main-header.menu-white .menu-sidebar button .icon-bar,
  .main-header.menu-white .main-menu .navbar-toggle .icon-bar {
    background: white;
  }
  
  .main-header.menu-white .toggle-btn {
    --c: conic-gradient(from -90deg, white 90deg, #0000 0);
  }
  
  /*******************************************************/
  /******************** ## Hero Area ********************/
  /*******************************************************/
  .hero-area {
    background-size: cover;
    background-position: bottom;
  }
  
  @media only screen and (max-width: 1199px) {
    .hero-area {
      padding-bottom: 150px;
    }
  }
  
  .hero-content h1 {
    color: white;
    margin-bottom: 40px;
  }
  
  @media only screen and (max-width: 1399px) {
    .hero-content h1 {
      font-size: 65px;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .hero-content h1 {
      font-size: 55px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .hero-content h1 {
      font-size: 50px;
      margin-bottom: 20px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .hero-content h1 {
      font-size: 42px;
    }
  }
  
  .hero-content .theme-btn {
    margin-top: 20px;
  }
  
  .hero-content .theme-btn.style-two {
    margin-right: 40px;
  }
  
  @media only screen and (max-width: 575px) {
    .hero-content .theme-btn.style-two {
      margin-right: 20px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .hero-video-btn {
      padding-left: 20px;
    }
  }
  
  .corner-shapes-wrap {
    z-index: 1;
    position: relative;
    /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 62%, 93% 70%, 93% 80%, 75% 100%, 66% 90%, 25% 100%, 7% 80%, 7% 70%, 0 62%); */
    /* clip-path: polygon(0 0, 100% 0, 100% 62%, 93% 70%, 93% 80%, 75% 100%, 66% 90%, 25% 100%, 7% 80%, 7% 70%, 0 62%); */
  }
  
  .corner-shapes-wrap::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.3;
    background-color: var(--heading-color);
  }
  
  @media only screen and (max-width: 991px) {
    .corner-shapes-wrap {
      /* -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 90px), 93% calc(100% - 70px), 93% calc(100% - 45px), 75% 100%, 68% calc(100% - 25px), 25% 100%, 7% calc(100% - 45px), 7% calc(100% - 70px), 0 calc(100% - 90px)); */
      /* clip-path: polygon(0 0, 100% 0, 100% calc(100% - 90px), 93% calc(100% - 70px), 93% calc(100% - 45px), 75% 100%, 68% calc(100% - 25px), 25% 100%, 7% calc(100% - 45px), 7% calc(100% - 70px), 0 calc(100% - 90px)); */
    }
  }
  
  .corner-shapes-wrap .corner-shapes:after, .corner-shapes-wrap .corner-shapes:before {
    content: '';
    bottom: 0;
    width: 37%;
    height: 40%;
    position: absolute;
    /* background: rgba(255, 255, 255, 0.3); */
  }
  
  @media only screen and (max-width: 991px) {
    .corner-shapes-wrap .corner-shapes:after, .corner-shapes-wrap .corner-shapes:before {
      width: 34%;
      height: 100px;
    }
  }
  
  .corner-shapes-wrap .corner-shapes:before {
    left: 7%;
    /* -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%); */
    /* clip-path: polygon(0 0, 0% 100%, 100% 100%); */
  }
  
  .corner-shapes-wrap .corner-shapes:after {
    right: 7%;
    /* -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%); */
    /* clip-path: polygon(100% 0, 0 100%, 100% 100%); */
  }
  
  /*******************************************************/
  /******************* ## Page Banner *******************/
  /*******************************************************/
  .banner-area {
    background-size: cover;
    background-color: #282E35;
    background-position: bottom;
  }
  
  .banner-content h1 {
    color: white;
    margin-bottom: 25px;
  }
  
  @media only screen and (max-width: 1399px) {
    .banner-content h1 {
      font-size: 65px;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .banner-content h1 {
      font-size: 55px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .banner-content h1 {
      font-size: 50px;
      margin-bottom: 15px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .banner-content h1 {
      font-size: 42px;
    }
  }
  
  .banner-content p {
    color: white;
  }
  
  @media only screen and (min-width: 992px) {
    .banner-content p {
      font-size: 24px;
      line-height: 1.4;
    }
  }
  
  .banner-content .error-text {
    color: white;
    display: block;
    line-height: 1;
    font-size: 170px;
    font-weight: 700;
  }
  
  @media only screen and (max-width: 767px) {
    .banner-content .error-text {
      font-size: 120px;
    }
  }
  
  @media only screen and (max-width: 479px) {
    .banner-content .error-text {
      font-size: 80px;
    }
  }
  
  @media only screen and (min-width: 992px) {
    .banner-content .theme-btn.style-three {
      padding: 16px 30px;
    }
  }
  
  .banner-content .blog-meta {
    font-size: 16px;
  }
  
  .banner-content .blog-meta i {
    color: white;
  }
  
  .blog-tags {
    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-left: -5px;
    margin-right: -5px;
  }
  
  .blog-tags a {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
  }
  
  .blog-tags a:after {
    content: '-';
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .blog-tags a:first-child:before {
    content: '-';
    margin-right: 5px;
  }
  
  .breadcrumb {
    padding: 0;
    margin: 0;
    font-size: 16px;
    background: transparent;
    text-transform: capitalize;
  }
  
  .breadcrumb .breadcrumb-item {
    padding: 0;
  }
  
  .breadcrumb .breadcrumb-item a:not(:hover) {
    color: white;
  }
  
  .breadcrumb .breadcrumb-item.active {
    color: var(--primary-color);
  }
  
  .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: white;
    padding-right: 0;
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
  }
  
  /* cities area */
  .cities-area {
    background: #282E35;
  }
  
  .cities-select h3 {
    color: white;
    margin-bottom: 30px;
  }
  
  @media only screen and (max-width: 767px) {
    .cities-select h3 {
      font-size: 35px;
    }
  }
  
  @media only screen and (max-width: 479px) {
    .cities-select h3 {
      font-size: 30px;
    }
  }
  
  .cities-select .nice-select {
    border: none;
    font-size: 24px;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    border-bottom: 1px solid var(--primary-color);
  }
  
  @media only screen and (max-width: 375px) {
    .cities-select .nice-select {
      font-size: 20px;
    }
  }
  
  .cities-select .nice-select:after {
    border-color: var(--primary-color);
  }
  
  .cities-select .nice-select .current {
    color: white;
    font-weight: 700;
  }
  
  .cities-select .nice-select .list {
    padding: 20px;
    -webkit-box-shadow: 0px 4px 20px rgba(40, 46, 53, 0.05);
    box-shadow: 0px 4px 20px rgba(40, 46, 53, 0.05);
  }
  
  .cities-select .nice-select .list li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  @media only screen and (max-width: 375px) {
    .cities-select .nice-select .list li {
      padding-top: 5px;
      padding-bottom: 5px;
    }
  }
  
  .cities-select .nice-select .list li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  
  .cities-select .nice-select .list li:hover, .cities-select .nice-select .list li.selected {
    font-weight: 400;
    color: var(--primary-color);
    background: transparent;
    border-color: var(--primary-color);
  }
  
  /*******************************************************/
  /******************** ## About Area ********************/
  /*******************************************************/
  .about-logo-icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    max-width: 33%;
  }
  
  /* Introducing Area */
  .introducing-left-image {
    position: relative;
    z-index: 1;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  
  .introducing-left-image:before {
    content: '';
    z-index: -1;
    position: absolute;
    right: 20%;
    top: 0;
    width: 50vw;
    height: 112%;
    background: var(--secondary-color);
    -webkit-clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 88%);
    clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 88%);
  }
  
  @media only screen and (max-width: 991px) {
    .introducing-left-image:before {
      width: 80vw;
    }
  }
  
  .introducing-right-image {
    position: relative;
    z-index: 1;
  }
  
  .introducing-right-image:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 40%;
    bottom: 0;
    width: 40vw;
    height: 130%;
    background: var(--secondary-color);
    -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 88%);
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 88%);
  }
  
  @media only screen and (max-width: 991px) {
    .introducing-right-image:before {
      width: 80vw;
    }
  }
  
  .introducing-right-image .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  /*******************************************************/
  /******************* ## Timeline Area ******************/
  /*******************************************************/
  .timeline-images:before {
    content: '';
    z-index: -1;
    position: absolute;
    right: 45%;
    bottom: -120px;
    width: 45vw;
    height: 120%;
    background: var(--secondary-color);
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 75%);
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 75%);
  }
  
  @media only screen and (max-width: 991px) {
    .timeline-images:before {
      width: 55vw;
    }
  }
  
  .timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 100px;
  }
  
  @media only screen and (max-width: 1199px) {
    .timeline-item {
      padding-left: 45px;
    }
  }
  
  @media only screen and (max-width: 375px) {
    .timeline-item {
      min-height: 80px;
      padding-left: 10px;
    }
  }
  
  .timeline-item .icon {
    width: 60px;
    height: 60px;
    -webkit-box-flex: wrap;
    -ms-flex: wrap;
    flex: wrap;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    border-radius: 50%;
    margin-right: 50px;
    border: 1px solid var(--heading-color);
  }
  
  @media only screen and (max-width: 1199px) {
    .timeline-item .icon {
      margin-right: 25px;
    }
  }
  
  @media only screen and (max-width: 479px) {
    .timeline-item .icon {
      width: 40px;
      height: 40px;
    }
  }
  
  .timeline-item .icon:before {
    content: '';
    width: 138%;
    height: 138%;
    opacity: 0;
    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;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
  }
  
  .timeline-item .icon:after {
    content: '';
    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;
    width: 10px;
    height: 10px;
    background: var(--heading-color);
    line-height: 10px;
    border-radius: 50%;
    text-align: center;
  }
  
  .timeline-item .content {
    cursor: pointer;
  }
  
  .timeline-item .content .h5 {
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  
  @media only screen and (max-width: 479px) {
    .timeline-item .content .h5 {
      font-size: 20px;
    }
  }
  
  @media only screen and (max-width: 479px) {
    .timeline-item .content .description {
      font-size: 16px;
    }
  }
  
  .timeline-item:before {
    opacity: 0;
    content: "\f177";
    position: absolute;
    left: 25px;
    top: 50%;
    font-weight: 300;
    font-size: 28px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: var(--primary-color);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
  }
  
  .timeline-item.slick-current .icon:before {
    opacity: 1;
  }
  
  .timeline-item.slick-current .content .h5 {
    color: var(--primary-color);
  }
  
  .timeline-item.slick-current:before {
    left: 0;
    opacity: 1;
  }
  
  .timeline-content .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  /*******************************************************/
  /****************** ## Apartment Area ******************/
  /*******************************************************/
  .apartment-content .big-text {
    line-height: 1;
    font-size: 86px;
    font-weight: 700;
    display: inline-block;
    color: var(--primary-color);
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  @media only screen and (max-width: 991px) {
    .apartment-content .big-text {
      font-size: 60px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }
  
  /*******************************************************/
  /******************** ## Slideshow ********************/
  /*******************************************************/
  .slideshow-area:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    -webkit-clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
    clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
  }
  
  @media only screen and (max-width: 1199px) {
    .slideshow-area:before {
      -webkit-clip-path: polygon(0 25%, 100% 0, 100% 60%, 0 100%);
      clip-path: polygon(0 25%, 100% 0, 100% 60%, 0 100%);
    }
  }
  
  @media only screen and (max-width: 991px) {
    .slideshow-area:before {
      -webkit-clip-path: polygon(0 30%, 100% 0, 100% 50%, 0 100%);
      clip-path: polygon(0 30%, 100% 0, 100% 50%, 0 100%);
    }
  }
  
  .navi-pagi-area .paginginfo {
    margin-left: 16px;
    color: var(--heading-color);
    font-weight: 700;
    display: inline-block;
  }
  
  .navi-pagi-area .paginginfo:first-letter {
    color: var(--primary-color);
  }
  
  /*******************************************************/
  /****************** ## Benefits Area ******************/
  /*******************************************************/
  .benefits-area .section-title {
    max-width: 560px;
  }
  
  .benefits-area .more-btn {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .benefits-area .more-btn i {
    color: var(--primary-color);
    margin-left: 6px;
    font-size: 25px;
  }
  
  .benefit-item {
    margin-bottom: 55px;
  }
  
  .benefit-item .icon {
    width: 96px;
    height: 96px;
    font-size: 40px;
    text-align: center;
    line-height: 96px;
    color: var(--primary-color);
    margin-bottom: 40px;
    border: 1px solid var(--primary-color);
  }
  
  .benefit-item .content h6 {
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  
  .benefits-area-two {
    position: relative;
    z-index: 1;
  }
  
  .benefits-area-two:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #282E35;
    background-image: url(../images/background/benefits-bg.png);
    background-size: cover;
    mix-blend-mode: overlay;
    -webkit-clip-path: polygon(0 1%, 100% 0, 100% 100%, 83% 78%, 0 100%);
    clip-path: polygon(0 1%, 100% 0, 100% 100%, 83% 78%, 0 100%);
    z-index: -1;
  }
  
  @media only screen and (max-width: 1199px) {
    .benefits-area-two:after {
      -webkit-clip-path: polygon(0 1%, 100% 0, 100% 100%, 80% 85%, 0 100%);
      clip-path: polygon(0 1%, 100% 0, 100% 100%, 80% 85%, 0 100%);
    }
  }
  
  .benefit-two-item {
    background: white;
    margin-bottom: 40px;
    padding: 40px 40px 30px;
    height: calc(100% - 40px);
    border: 1px solid var(--border-color);
  }
  
  .benefit-two-item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .benefit-two-item .icon img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 20px;
  }
  
  .benefit-two-item .icon h6 {
    margin-bottom: 0;
  }
  
  /*******************************************************/
  /******************* ## Counter Area *******************/
  /*******************************************************/
  .counter-item {
    padding-top: 25px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 30px;
    padding-right: 25px;
  }
  
  .counter-item .counter-count {
    line-height: 1;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    color: var(--primary-color);
    word-break: break-all;
  }
  
  @media only screen and (max-width: 575px) {
    .counter-item .counter-count {
      font-size: 42px;
    }
  }
  
  .counter-item:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 5%;
    width: 1px;
    height: 110%;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
    background: #d9dfe7;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .achievement-area .section-title h2 {
      font-size: 50px;
    }
  }
  
  @media only screen and (min-width: 1200px) {
    .counter-wrap {
      margin-left: -110px;
    }
  }
  
  .counter-item-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 46px 40px;
    background: white;
    margin-bottom: 40px;
  }
  
  .counter-item-two .count-text {
    font-size: 60px;
    font-weight: 700;
    color: var(--primary-color);
    margin-right: 20px;
  }
  
  @media only screen and (max-width: 375px) {
    .counter-item-two .count-text {
      font-size: 45px;
    }
  }
  
  .counter-item-two .counter-title {
    font-weight: 700;
    color: var(--heading-color);
  }
  
  .overview-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  
  .overview-images .image-one {
    width: 50%;
    border-right: 20px solid white;
    border-bottom: 20px solid white;
  }
  
  .overview-images .image-two {
    width: 75%;
    margin-top: 25%;
    margin-left: -25%;
    position: relative;
    border-top: 20px solid white;
    border-left: 20px solid white;
  }
  
  .overview-images .image-two .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .overview-images:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 50%;
    height: 25%;
    background: var(--primary-color);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
  }
  
  .overview-images:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 25%;
    height: 15%;
    background: #D9DFE7;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
  
  .counter-three-wrap {
    margin-left: -36%;
    border-top: 20px solid white;
    border-left: 20px solid white;
  }
  
  @media only screen and (max-width: 1199px) {
    .counter-three-wrap {
      border: none;
      margin-left: -70%;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .counter-three-wrap {
      margin-left: 0;
    }
  }
  
  .counter-item-three {
    padding: 20px;
    background: white;
    text-align: center;
    margin-bottom: 40px;
    height: calc(100% - 40px);
    border: 1px solid var(--border-color);
  }
  
  .counter-item-three .count-text {
    display: block;
    line-height: 1;
    font-size: 40px;
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 15px;
    color: var(--heading-color);
  }
  
  .counter-item-three .count-text.meter:after {
    content: 'm2';
    font-size: 0.6em;
    display: inline-block;
    -webkit-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    transform: translateY(-13px);
  }
  
  .counter-item-three .counter-title {
    font-size: 16px;
  }
  
  /*******************************************************/
  /****************** ## Features Area *******************/
  /*******************************************************/
  .features-image {
    z-index: 1;
    position: relative;
  }
  
  .features-image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.3;
    background-color: var(--heading-color);
  }
  
  .features-image:before {
    z-index: 1;
  }
  
  .features-image:after {
    content: '';
    z-index: -1;
    position: absolute;
    right: 45%;
    bottom: -120px;
    width: 45vw;
    height: 120%;
    background: var(--secondary-color);
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
  }
  
  @media only screen and (max-width: 991px) {
    .features-image:after {
      width: 55vw;
    }
  }
  
  .features-image .hotspot-btn {
    z-index: 2;
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0px 0px 4px rgba(74, 81, 91, 0.05);
    box-shadow: 0px 0px 4px rgba(74, 81, 91, 0.05);
  }
  
  @media only screen and (max-width: 575px) {
    .features-image .hotspot-btn {
      width: 15px;
      height: 15px;
    }
  }
  
  .features-image .hotspot-btn:before {
    content: '';
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid white;
  }
  
  @media only screen and (max-width: 575px) {
    .features-image .hotspot-btn:before {
      width: 25px;
      height: 25px;
    }
  }
  
  .features-image .hotspot-btn:focus, .features-image .hotspot-btn:hover {
    -webkit-box-shadow: 0px 0px 0px 4px #f15b26;
    box-shadow: 0px 0px 0px 4px #f15b26;
  }
  
  .features-image .hotspot-btn:nth-child(2) {
    left: 20%;
    top: 20%;
  }
  
  .features-image .hotspot-btn:nth-child(3) {
    left: 25%;
    bottom: 25%;
  }
  
  .features-image .hotspot-btn:nth-child(4) {
    left: 50%;
    bottom: 52%;
  }
  
  .features-image .hotspot-btn:nth-child(5) {
    right: 30%;
    bottom: 15%;
  }
  
  .features-image .hotspot-btn:nth-child(6) {
    right: 10%;
    bottom: 44%;
  }
  
  .features-content-item h5 {
    margin-bottom: 35px;
  }
  
  .features-content-item p {
    margin-bottom: 22px;
  }
  
  /*******************************************************/
  /****************** ## Services Area *******************/
  /*******************************************************/
  .service-item {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: white;
    text-align: center;
    margin-bottom: 40px;
    padding: 70px 25px 60px;
  }
  
  .service-item .icon {
    line-height: 1;
    font-size: 55px;
    margin-bottom: 35px;
    color: var(--primary-color);
  }
  
  .service-item h5 {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  
  .service-item:hover {
    background: var(--heading-color);
  }
  
  .service-item:hover h5 {
    color: white;
  }
  
  /*******************************************************/
  /****************** ## Projects Area *******************/
  /*******************************************************/
  .developer-area:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 66%;
    background: var(--secondary-color);
    -webkit-clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
    clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
  }
  
  .socials b {
    display: inline-block;
    margin: 15px 20px 15px 0;
  }
  
  .socials b a {
    color: var(--primary-color);
  }
  
  .developer-item {
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
  }
  
  .developer-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.3;
    background-color: var(--heading-color);
  }
  
  .developer-item img {
    width: 100%;
  }
  
  .developer-item:before {
    z-index: 1;
  }
  
  .developer-item .developer-content {
    position: absolute;
    left: 0;
    bottom: -166px;
    z-index: 2;
    width: 100%;
    padding: 40px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  
  @media only screen and (max-width: 479px) {
    .developer-item .developer-content {
      padding: 25px;
    }
  }
  
  .developer-item .developer-content * {
    color: white;
  }
  
  .developer-item .developer-content .icon {
    font-size: 40px;
    margin-bottom: 30px;
  }
  
  .developer-item .developer-content h3 {
    margin-bottom: 20px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .developer-item .developer-content h3 {
      font-size: 33px;
    }
  }
  
  @media only screen and (max-width: 375px) {
    .developer-item .developer-content h3 {
      font-size: 30px;
    }
  }
  
  .developer-item .developer-content .details-btn {
    margin-top: 15px;
  }
  
  .developer-item .developer-content p, .developer-item .developer-content .details-btn {
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  
  .developer-item:hover .developer-content {
    bottom: 0;
  }
  
  .developer-item:hover .developer-content p, .developer-item:hover .developer-content .details-btn {
    opacity: 1;
  }
  
  /*******************************************************/
  /**************** ## Testimonials Area *****************/
  /*******************************************************/
  .testimonial-item {
    text-align: center;
  }
  
  .testimonial-item .quote-icon {
    line-height: 1;
    font-size: 45px;
    margin-bottom: 40px;
    color: var(--border-color);
  }
  
  .testimonial-item .author-text {
    font-size: 33px;
    font-weight: 500;
    line-height: 1.35;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    font-family: initial;
    color: var(--primary-color);
  }
  
  @media only screen and (max-width: 1199px) {
    .testimonial-item .author-text {
      font-size: 28px;
      margin-left: 70px;
      margin-right: 70px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .testimonial-item .author-text {
      font-size: 24px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .testimonial-item .author-text {
      font-size: 22px;
      margin-left: 40px;
      margin-right: 40px;
    }
  }
  
  .testimonial-item h6 {
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  
  .testimonial-item .designations {
    font-size: 16px;
  }
  
  .testimonials-slider .slick-arrow,
  .testimonials-slider-two .slick-arrow {
    top: 50%;
    z-index: 1;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .testimonials-slider .slick-arrow.testimonials-next,
  .testimonials-slider-two .slick-arrow.testimonials-next {
    right: 0;
  }
  
  /* Testimonial Style Two * / */
  .testimonial-item.style-two .author-speech {
    max-width: 360px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.27;
    font-family: initial;
    color: var(--heading-color);
  }
  
  @media only screen and (max-width: 479px) {
    .testimonial-item.style-two .author-speech {
      font-size: 20px;
      margin-left: 40px;
      margin-right: 40px;
    }
  }
  
  @media only screen and (max-width: 479px) {
    .testimonial-item.style-two .author-speech {
      margin-left: 20px;
      margin-right: 20px;
    }
  }
  
  .testimonial-item.style-two h6 {
    margin-bottom: 10px;
  }
  
  /* Testimonial Style Three * / */
  .reviews-slider-three .slick-list {
    padding-right: 500px;
    margin-right: -500px;
  }
  
  .reviews-slider-three .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .reviews-slider-three .review-item {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
  
  .reviews-slider-three .review-item.slick-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  .review-item {
    z-index: 1;
    padding: 40px;
    background: white;
    position: relative;
  }
  
  @media only screen and (max-width: 375px) {
    .review-item {
      padding-left: 25px;
      padding-right: 25px;
    }
  }
  
  .review-item .quote-icon {
    top: 25px;
    z-index: -1;
    color: #D9DFE7;
    font-size: 50px;
    position: absolute;
  }
  
  .review-item .author-text {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 40px;
    font-family: initial;
  }
  
  @media only screen and (max-width: 767px) {
    .review-item .author-text {
      font-size: 25px;
    }
  }
  
  @media only screen and (max-width: 479px) {
    .review-item .author-text {
      font-size: 22px;
    }
  }
  
  .review-item .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .review-item .author img {
    max-width: 20%;
    margin-right: 20px;
    border-radius: 50%;
  }
  
  .review-item .author h6 {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  
  .review-item .author .designations {
    font-size: 16px;
  }
  
  /*******************************************************/
  /******************* ## Client Logos *******************/
  /*******************************************************/
  .client-logo-item {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  
  .client-logo-item a {
    opacity: 0.3;
  }
  
  .client-logo-item a:hover {
    opacity: 1;
  }
  
  .client-logo-item:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 5%;
    width: 1px;
    height: 110%;
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
    background: #d9dfe7;
  }
  
  /*******************************************************/
  /******************** ## What We Do ********************/
  /*******************************************************/
  .what-we-do-area .section-title {
    max-width: 560px;
  }
  
  .what-we-do-item {
    padding: 40px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    margin-bottom: 40px;
    height: calc(100% - 40px);
    border: 1px solid var(--border-color);
  }
  
  .what-we-do-item .icon {
    font-size: 65px;
    margin-bottom: 22px;
    color: var(--primary-color);
  }
  
  .what-we-do-item h6 {
    margin-bottom: 15px;
  }
  
  .what-we-do-item p {
    font-size: 16px;
  }
  
  .what-we-do-item:after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 40px;
    background: #D9DFE7;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }
  
  .what-we-do-item:hover {
    border-color: var(--primary-color);
  }
  
  .what-we-do-item:hover:after {
    background: var(--primary-color);
  }
  
  /*******************************************************/
  /****************** ## Schedule Area *******************/
  /*******************************************************/
  .schedule-calendar .fc-h-event {
    background: var(--primary-color);
    border-color: var(--primary-color);
  }
  
  .schedule-form-image {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 80% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 80% 85%, 0 100%);
  }
  
  @media only screen and (min-width: 992px) {
    .schedule-form-image {
      margin-right: -35%;
    }
  }
  
  .schedule-form-part {
    padding: 60px;
    background: white;
    position: relative;
    border: 1px solid var(--border-color);
  }
  
  @media only screen and (max-width: 575px) {
    .schedule-form-part {
      padding-left: 25px;
      padding-right: 25px;
    }
  }
  
  @media only screen and (min-width: 768px) {
    .schedule-form-part .theme-btn {
      padding-top: 17px;
      padding-bottom: 17px;
    }
  }
  
  .select-radio-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
  }
  
  .select-radio-date .radio-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin: 0 9px 18px;
  }
  
  .select-radio-date .radio-item label {
    width: 100%;
    padding: 10px;
    font-weight: 700;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: white;
    text-align: center;
    position: relative;
    color: var(--heading-color);
    border: 1px solid var(--border-color);
  }
  
  .select-radio-date .radio-item input {
    position: absolute;
  }
  
  .select-radio-date .radio-item input:checked~label {
    color: white;
    background: var(--primary-color);
    border-color: var(--primary-color);
  }
  
  .fc-daygrid-event {
    border-radius: 0;  
  }
  
  /** UWS **/
  .fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title { 
    padding-top: 10px;
    font-size: 16px;
    font-weight: 700;
  }
  @media only screen and (max-width: 1200px) {
    .fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {     
      font-size: 12px;    
    }
  }
  
  .fc-h-event .fc-event-title-container {  
    text-align: center;
    height: 40px;
  }
  
  .fc .fc-daygrid-more-link {  
    margin-top: -13px;
  }
  
  .fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 10px;
  }
  
  .fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin-left: 10px;
  }
  
  /** UWS End **/
  
  /*******************************************************/
  /******************** ## Team Area *********************/
  /*******************************************************/
  .team-area:before {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 60%;
    background: var(--secondary-color);
    -webkit-clip-path: polygon(0 70%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 70%, 100% 0, 100% 100%, 0% 100%);
  }
  
  .team-member {
    padding: 40px;
    background: white;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .team-member img {
    margin-bottom: 40px;
  }
  
  .team-member .designation {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
  }
  
  .team-member h6 {
    text-transform: uppercase;
  }
  
  .team-member h6 span {
    color: var(--primary-color);
  }
  
  .team-member hr {
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  /*******************************************************/
  /******************** ## Blog Area ********************/
  /*******************************************************/
  /* blockquote section */
  .blockquote-area:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: -50%;
    top: 28%;
    width: 200%;
    height: 1px;
    background: #D9DFE7;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  
  .blockquote-author img {
    max-width: 50%;
    border-radius: 50%;
  }
  
  .blockquote-content .blockquote-text {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.47;
    color: var(--primary-color);
  }
  
  @media only screen and (max-width: 767px) {
    .blockquote-content .blockquote-text {
      font-size: 25px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .blockquote-content .blockquote-text {
      font-size: 22px;
    }
  }
  
  @media only screen and (max-width: 375px) {
    .blockquote-content .blockquote-text {
      font-size: 20px;
    }
  }
  
  .blockquote-content .name {
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  
  .blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  .blog-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    margin-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .blog-meta li i {
    font-size: 16px;
    margin: -1px 8px 0 0;
    color: var(--primary-color);
  }
  
  .blog-meta li:not(:first-child):before {
    content: '';
    width: 1px;
    height: 18px;
    margin-left: 10px;
    margin-right: 10px;
    background: var(--border-color);
  }
  
  .blog-item {
    margin-bottom: 40px;
    border: 1px solid var(--border-color);
    height: calc(100% - 40px);
  }
  
  .blog-item .image {
    min-height: 80px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 80px calc(100% - 45px), 0 100%, 0% 0%);
    clip-path: polygon(100% 0, 100% 100%, 80px calc(100% - 45px), 0 100%, 0% 0%);
  }
  
  .blog-item .image img {
    width: 100%;
  }
  
  .blog-item .image.video {
    -webkit-clip-path: none;
    clip-path: none;
    z-index: 1;
    position: relative;
  }
  
  .blog-item .image.video::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.3;
    background-color: var(--heading-color);
  }
  
  .blog-item .image.video:before {
    z-index: 1;
  }
  
  .blog-item .image.video .video-play-two {
    color: red;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 50px;
  }
  
  .blog-item .content {
    padding: 20px 40px 40px;
  }
  
  @media only screen and (max-width: 375px) {
    .blog-item .content {
      padding-left: 25px;
      padding-right: 25px;
    }
  }
  
  .blog-item .content .category {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 18px;
    display: inline-block;
    color: var(--primary-color);
    text-transform: uppercase;
  }
  
  .blog-item .content .category:before {
    content: '- ';
  }
  
  .blog-item .content .category:after {
    content: ' -';
  }
  
  @media only screen and (max-width: 375px) {
    .blog-item .content h5 {
      font-size: 20px;
    }
  }
  
  .blog-item .content .theme-btn.style-five {
    font-size: 14px;
    margin-top: 5px;
    padding: 3px 18px;
  }
  
  .blog-item .content .quote {
    z-index: 1;
    font-weight: 500;
    line-height: 1.55;
    position: relative;
  }
  
  .blog-item .content .quote:before {
    z-index: -1;
    position: absolute;
    left: 0;
    top: -10px;
    line-height: 1;
    color: #D9DFE7;
    font-size: 55px;
    content: "\f10d";
    font-weight: 700;
    font-family: 'Font Awesome 5 Pro';
  }
  
  .blog-item .content .link {
    margin-top: 5px;
    display: inline-block;
    color: var(--primary-color);
  }
  
  .blog-item .content .link i {
    font-size: 16px;
    margin-right: 5px;
  }
  
  /* Blog Details */
  .blog-details-content h3 {
    line-height: 1.4;
  }
  
  @media only screen and (max-width: 575px) {
    .blog-details-content h3 {
      font-size: 28px;
    }
  }
  
  @media only screen and (max-width: 479px) {
    .blog-details-content h3 {
      font-size: 25px;
    }
  }
  
  .blog-details-content>h4 {
    margin-bottom: 15px;
  }
  
  @media only screen and (min-width: 376px) {
    .blog-details-content>h4 {
      font-size: 24px;
    }
  }
  
  .blog-details-content p {
    margin-bottom: 15px;
  }
  
  .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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
  }
  
  .tag-share .item h5 {
    margin: 0 20px 0 0;
  }
  
  .tag-share .item .tag-coulds a {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 5px;
    text-transform: capitalize;
  }
  
  blockquote {
    z-index: 1;
    padding: 40px;
    position: relative;
    background: #282E35;
  }
  
  @media only screen and (max-width: 375px) {
    blockquote {
      padding-left: 25px;
      padding-right: 25px;
    }
  }
  
  blockquote .quote-text {
    color: white;
    display: block;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.25;
    font-family: initial;
  }
  
  @media only screen and (max-width: 767px) {
    blockquote .quote-text {
      font-size: 30px;
    }
  }
  
  @media only screen and (max-width: 479px) {
    blockquote .quote-text {
      font-size: 25px;
    }
  }
  
  @media only screen and (max-width: 375px) {
    blockquote .quote-text {
      font-size: 22px;
    }
  }
  
  blockquote .blockquote-footer {
    color: #D9DFE7;
    display: block;
    margin-top: 10px;
    text-align: right;
    margin-bottom: 0;
  }
  
  blockquote:before {
    z-index: -1;
    font-size: 45px;
    content: "\f10d";
    font-weight: 600;
    line-height: 33px;
    position: absolute;
    color: var(--primary-color);
    font-family: "Font Awesome 5 Pro";
  }
  
  @media only screen and (max-width: 479px) {
    blockquote:before {
      font-size: 35px;
      margin-right: 15px;
    }
  }
  
  .table-style {
    text-align: center;
  }
  
  @media only screen and (max-width: 575px) {
    .table-style {
      font-size: 16px;
    }
  }
  
  @media only screen and (max-width: 375px) {
    .table-style {
      font-size: 14px;
    }
  }
  
  .table-style tr th {
    color: white;
    padding: 20px 10px;
    background: #282E35;
  }
  
  .table-style tr td {
    padding: 20px 10px;
    border-right: 1px solid var(--border-color);
  }
  
  .table-style tr td:first-child {
    border-left: 1px solid var(--border-color);
  }
  
  .table-style tr:last-child td {
    border-bottom: 1px solid var(--border-color);
  }
  
  /* Comments */
  .comment-body {
    padding: 40px;
    border: 1px solid var(--border-color);
  }
  
  @media only screen and (max-width: 479px) {
    .comment-body {
      padding: 25px;
    }
  }
  
  .comment-body:not(:last-child) {
    margin-bottom: 20px;
  }
  
  .comment-body .author-date {
    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: 20px;
  }
  
  .comment-body .author-date img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 20px;
  }
  
  .comment-body .author-date .right {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .comment-body .author-date .right h6 {
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  
  .comment-body .author-date .right .date {
    font-size: 16px;
  }
  
  @media only screen and (max-width: 375px) {
    .comment-body .content {
      font-size: 16px;
    }
  }
  
  .comment-body .comment-footer {
    text-align: right;
  }
  
  .comment-body .comment-footer .reply {
    font-weight: 700;
    margin-top: 20px;
    text-decoration: underline;
  }
  
  .comment-body .comment-footer .reply:not(:hover) {
    color: var(--heading-color);
  }
  
  .comment-body .comment-footer .spokesman {
    color: white;
    font-size: 16px;
    margin-top: 20px;
    background: var(--heading-color);
    padding: 2px 20px;
  }
  
  .comment-body.child-comment {
    margin-left: 120px;
    position: relative;
    background: var(--secondary-color);
  }
  
  @media only screen and (max-width: 767px) {
    .comment-body.child-comment {
      margin-left: 50px;
    }
  }
  
  @media only screen and (max-width: 375px) {
    .comment-body.child-comment {
      margin-left: 30px;
    }
  }
  
  .comment-body.child-comment:before {
    content: '';
    position: absolute;
    left: 40px;
    bottom: calc(100% + 1px);
    width: 2px;
    height: 20px;
    background: var(--primary-color);
  }
  
  .show-more-btn .theme-btn.style-two {
    color: #F47C51;
    font-size: 16px;
    border-color: #F47C51;
    padding: 7px 58px;
  }
  
  @media only screen and (min-width: 576px) {
    .admin-comment .comment-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  
  .admin-comment .comment-body .author-date {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
    max-width: 80px;
    margin-right: 20px;
  }
  
  .admin-comment .comment-body .name-des {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
  
  .admin-comment .comment-body .name-des h6 {
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  
  .admin-comment .comment-body .name-des span {
    color: #62656A;
    font-weight: 400;
    margin-bottom: 10px;
  }
  
  /* Next Prev Post */
  .prev-post .arrow,
  .next-post .arrow {
    font-weight: 700;
    margin-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  
  .prev-post .arrow i {
    margin-right: 15px;
  }
  
  .next-post {
    text-align: right;
  }
  
  .next-post .arrow i {
    margin-left: 15px;
  }
  
  /* Comment Form */
  .comment-form .form-group {
    margin-bottom: 40px;
  }
  
  .comment-form .form-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
  
  .comment-form .form-checkbox input {
    margin: -3px 10px 0 0;
  }
  
  @media only screen and (min-width: 992px) {
    .comment-form .theme-btn {
      padding-top: 17px;
      padding-bottom: 17px;
    }
  }
  
  /*******************************************************/
  /****************** ## Contact Forms ******************/
  /*******************************************************/
  .contact-form {
    padding: 40px;
    border: 1px solid var(--border-color);
  }
  
  @media only screen and (max-width: 479px) {
    .contact-form {
      padding-left: 25px;
      padding-right: 25px;
    }
  }
  
  .contact-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 390px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .contact-info-item .icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80px;
    height: 80px;
    font-size: 40px;
    text-align: center;
    line-height: 78px;
    margin-right: 40px;
    color: var(--primary-color);
    border: 1px solid var(--border-color);
  }
  
  @media only screen and (max-width: 375px) {
    .contact-info-item .icon {
      width: 60px;
      height: 60px;
      font-size: 25px;
      line-height: 58px;
      margin-right: 20px;
    }
  }
  
  .contact-info-item .title {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
  }
  
  .contact-info-item .text {
    font-weight: 700;
    line-height: 1.35;
    color: var(--heading-color);
  }
  
  .contact-info-item .text span {
    color: var(--primary-color);
  }
  
  .contact-info-item .text a {
    color: var(--heading-color);
  }
  
  .contact-info-item:not(:last-child) {
    margin-bottom: 20px;
  }
  
  /* Contact Info Box */
  .contact-info-box {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: white;
    margin-bottom: 30px;
    padding: 50px 40px 45px;
    border: 1px solid var(--border-color);
  }
  
  @media only screen and (min-width: 376px) {
    .contact-info-box {
      font-size: 18px;
    }
  }
  
  .contact-info-box .icon {
    font-size: 55px;
    margin-bottom: 30px;
    color: var(--secondary-color);
  }
  
  @media only screen and (max-width: 375px) {
    .contact-info-box .icon {
      font-size: 40px;
    }
  }
  
  .contact-info-box h4 {
    margin-bottom: 15px;
  }
  
  @media only screen and (min-width: 376px) {
    .contact-info-box h4 {
      font-size: 24px;
    }
  }
  
  .contact-info-box>a,
  .contact-info-box>span {
    display: inline-block;
  }
  
  .contact-info-box>b {
    font-weight: 500;
    color: var(--secondary-color);
  }
  
  .contact-info-box:hover {
    border-color: white;
    -webkit-box-shadow: 3px 0 60px rgba(255, 245, 226, 0.2);
    box-shadow: 3px 0 60px rgba(255, 245, 226, 0.2);
  }
  
  /* Contact Form Validation */
  .has-error .with-errors {
    color: red;
    margin-top: 5px;
    margin-bottom: -15px;
  }
  
  #msgSubmit {
    margin-bottom: 0;
    margin-top: 10px;
  }
  
  /*******************************************************/
  /****************** ## Videos Area ********************/
  /*******************************************************/
  /* Video Play */
  .video-play {
    z-index: 1;
    font-size: 25px;
    position: relative;
    width: 80px;
    height: 80px;
    background: white;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    color: var(--heading-color);
    display: inline-block;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    -webkit-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  }
  
  @media only screen and (max-width: 479px) {
    .video-play {
      width: 65px;
      height: 65px;
      font-size: 16px;
      line-height: 65px;
    }
  }
  
  .video-play:after, .video-play:before {
    z-index: -1;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid white;
  }
  
  .video-play:before {
    width: 125%;
    height: 125%;
  }
  
  .video-play:after {
    width: 150%;
    height: 150%;
  }
  
  .tour-video-part:before {
    content: '';
    z-index: -1;
    position: absolute;
    right: 50%;
    top: 0;
    width: 50vw;
    height: calc(100% + 120px);
    background: var(--secondary-color);
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 75%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 75%);
  }
  
  @media only screen and (max-width: 991px) {
    .tour-video-part:before {
      width: 80vw;
    }
  }
  
  .tour-video-part .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  /*******************************************************/
  /***************** ## Sidebar Widgets *****************/
  /*******************************************************/
  .widget:not(:last-child) {
    margin-bottom: 50px;
  }
  
  .widget-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
  }
  
  @media only screen and (min-width: 1200px) {
    .widget-title {
      font-size: 24px;
    }
  }
  
  .widget-search .widget-title {
    margin-bottom: 0;
    border-bottom: none;
  }
  
  .widget-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    padding: 14px 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--lighter-color);
  }
  
  .widget-search form input {
    padding: 0;
    border: none;
    font-size: 16px;
    background: transparent;
  }
  
  .widget-search form button {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background: transparent;
  }
  
  .widget-category ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .widget-category ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  
  .widget-category ul li:before {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    content: "\f101";
    margin-right: 10px;
    font-family: "Font Awesome 5 Pro";
  }
  
  .widget-category ul li a {
    margin-right: auto;
  }
  
  .widget-category ul li a:not(:hover) {
    color: var(--heading-color);
  }
  
  .widget-recent-news ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
  }
  
  .widget-recent-news ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  
  .widget-recent-news ul li .image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 90px;
    margin-right: 30px;
  }
  
  @media only screen and (max-width: 375px) {
    .widget-recent-news ul li .image {
      max-width: 70px;
      margin-right: 15px;
    }
  }
  
  .widget-recent-news ul li h5 {
    margin-bottom: 0;
    line-height: 1.65;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .widget-recent-news ul li h5 {
      font-size: 16px;
    }
  }
  
  @media only screen and (max-width: 375px) {
    .widget-recent-news ul li h5 {
      font-size: 15px;
      line-height: 1.3;
    }
  }
  
  .widget-cta {
    z-index: 1;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 40px 0 15px;
    background: var(--secondary-color);
  }
  
  .widget-cta h4 {
    color: white;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  
  @media only screen and (min-width: 376px) {
    .widget-cta h4 {
      font-size: 27px;
    }
  }
  
  .widget-cta .theme-btn.style-two {
    border-radius: 5px;
    padding: 7px 25px;
    color: var(--heading-color);
  }
  
  .widget-cta .theme-btn.style-two:after {
    background: var(--primary-color);
  }
  
  .widget-cta .cta-bg-line {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 30%;
    -webkit-animation: down-up-one 15s infinite;
    animation: down-up-one 15s infinite;
  }
  
  .widget-cta .cta-bg-dots {
    position: absolute;
    z-index: -1;
    right: 5%;
    top: 35%;
    max-width: 45%;
    -webkit-animation: down-up-two 15s infinite;
    animation: down-up-two 15s infinite;
  }
  
  .tag-coulds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px -5px 0;
  }
  
  .tag-coulds a {
    font-size: 14px;
    font-weight: 500;
    padding: 2px 16px;
    margin: 10px 5px 0;
    color: var(--heading-color);
    text-transform: uppercase;
    background: var(--lighter-color);
  }
  
  .tag-coulds a:hover {
    background: var(--primary-color);
  }
  
  /* Service Sidebar */
  .service-sidebar .widget {
    padding: 40px;
    background: var(--lighter-color);
  }
  
  @media only screen and (max-width: 375px) {
    .service-sidebar .widget {
      padding-left: 25px;
      padding-right: 25px;
    }
  }
  
  .service-sidebar .widget:not(:last-child) {
    margin-bottom: 30px;
  }
  
  .service-sidebar .widget-title {
    border-bottom: none;
    margin-bottom: 10px;
  }
  
  .service-sidebar .widget-category li:not(:last-child) {
    margin-bottom: 10px;
  }
  
  .service-sidebar .widget-category li a {
    width: 100%;
    font-weight: 600;
    background: white;
    padding: 11px 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;
  }
  
  @media only screen and (min-width: 1200px) {
    .service-sidebar .widget-category li a {
      font-size: 18px;
    }
  }
  
  .service-sidebar .widget-category li a:after {
    content: "\f101";
    font-family: 'Font Awesome 5 Pro';
  }
  
  .service-sidebar .widget-category li a:hover {
    color: white;
    background: var(--secondary-color);
  }
  
  .service-sidebar .widget-category li:before {
    display: none;
  }
  
  .service-sidebar .widget-cta {
    padding-top: 85px;
    padding-bottom: 85px;
    background-size: cover;
    background-position: center;
    z-index: 1;
    position: relative;
  }
  
  .service-sidebar .widget-cta::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-color: var(--heading-color);
  }
  
  .service-sidebar .widget-cta:before {
    mix-blend-mode: multiply;
  }
  
  .service-sidebar .widget-cta .h5 {
    color: white;
    margin-bottom: 12px;
    display: inline-block;
  }
  
  .service-sidebar .widget-cta h2 {
    color: white;
    line-height: 1;
    font-size: 55px;
    margin-bottom: 45px;
  }
  
  @media only screen and (max-width: 1199px) {
    .service-sidebar .widget-cta h2 {
      font-size: 40px;
      margin-top: 10px;
    }
  }
  
  .service-sidebar .widget-cta .theme-btn {
    color: white;
    margin-bottom: 20px;
    border-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .service-sidebar .widget-cta .number {
    color: white;
    font-weight: 500;
  }
  
  .service-sidebar .widget-cta .number i {
    font-size: 22px;
    margin-right: 5px;
    color: var(--primary-color);
  }
  
  .service-sidebar .widget-cta .bg-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: 95%;
  }
  
  .service-sidebar .widget-download li:not(:last-child) {
    margin-bottom: 10px;
  }
  
  .service-sidebar .widget-download li a {
    font-weight: 600;
    background: white;
    padding: 11px 30px;
    color: var(--heading-color);
    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 (min-width: 1200px) {
    .service-sidebar .widget-download li a {
      font-size: 18px;
    }
  }
  
  .service-sidebar .widget-download li a i {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-left: 20px;
    border-left: 2px solid var(--border-color);
  }
  
  .service-sidebar .widget-download li a:hover {
    color: white;
    background: var(--secondary-color);
  }
  
  .service-sidebar .widget-download li a:hover i {
    border-color: white;
  }
  
  /* Shop Sidebar */
  .shop-sidebar .widget-title {
    font-size: 22px;
  }
  
  .shop-sidebar .widget-search form {
    background: #f4f2fe;
  }
  
  .shop-sidebar .widget-category ul li {
    font-weight: 600;
    font-family: "Red Hat Display", sans-serif;
  }
  
  .shop-sidebar .widget-category ul li span {
    color: var(--heading-color);
  }
  
  .shop-sidebar .widget-category ul li:before {
    width: 5px;
    height: 5px;
    content: '';
    opacity: 0.3;
    margin-right: 15px;
    border-radius: 50%;
    background: var(--secondary-color);
  }
  
  .shop-sidebar .widget-products ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .shop-sidebar .widget-products ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  
  .shop-sidebar .widget-products ul li .image {
    max-width: 110px;
    margin-right: 22px;
  }
  
  .shop-sidebar .widget-products ul li .content .ratting i {
    color: #ff7800;
    font-size: 13px;
  }
  
  .shop-sidebar .widget-products ul li .content h5 {
    margin-bottom: 5px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-sidebar .widget-products ul li .content h5 {
      font-size: 16px;
    }
  }
  
  /*******************************************************/
  /******************** ## Main Footer *******************/
  /*******************************************************/
  .footer-top {
    background-size: cover;
    background-position: bottom;
  }
  
  .footer-top-text {
    color: white;
    line-height: 1.44;
    font-size: 24px;
  }
  
  @media only screen and (max-width: 575px) {
    .footer-top-text {
      font-size: 20px;
    }
  }
  
  .footer-top-text a {
    color: white;
  }
  
  .footer-top-text a:hover {
    color: var(--primary-color);
  }
  
  .footer-top-text a small {
    font-size: 0.65em;
  }
  
  .footer-top-text a small i {
    margin-right: 8px;
  }
  
  .footer-top-text .theme-btn.style-two {
    font-size: 16px;
    padding: 5px 20px;
  }
  
  .main-footer {
    background: #282E35;
  }
  
  .footer-cta-wrap hr {
    opacity: 1;
    background: #4A515B;
  }
  
  .footer-cta-inner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .footer-cta-inner h5 {
    color: white;
  }
  
  @media only screen and (max-width: 479px) {
    .footer-cta-inner h5 {
      font-size: 20px;
    }
  }
  
  .cta-form {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  
  @media only screen and (min-width: 480px) {
    .cta-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  
  .cta-form input {
    border: none;
    border-radius: 0;
    padding: 12px 20px;
  }
  
  .cta-form button.style-three {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-left: 55px;
    padding-right: 55px;
  }
  
  @media only screen and (max-width: 479px) {
    .cta-form button.style-three {
      width: 100%;
    }
  }
  
  .copyright-area {
    font-size: 14px;
  }
  
  .copyright-area a {
    color: var(--primary-color);
  }