/* Avenio | Medical AI Agent

Template Name: Avenio
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1.  Fonts
2.  Reset
3.  Global Settings
4.  Main Header / TWo / Three
5.  Sticky Header
**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("animate.css");
@import url("swiper.min.css");
@import url("jquery-ui.css");
@import url("linear.css");
@import url("select2.min.css");
@import url("fontawesome.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
:root {
  --theme-color-light: #ffffff;
  --theme-color-light-rgb: 255,255,255;
  --theme-color-light-gray: #f3f6fb;
  --theme-color-dark: #000000;
  --theme-color-dark-rgb: 0,0,0;
  --theme-color1: #005BF0;
  --theme-color1-rgb: 0, 91, 240;
  --theme-color1-dark: #b5090d;
  --theme-color2: #5619D8;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --theme-color3: #f3efec;
  --theme-color3-rgb: 243,239,236;
  --theme-color4: #402E66;
  --theme-color4-rgb: 64, 46, 102;
  --gradient-1: linear-gradient(to right, #CCAFF2 0%, #D52EFF 50%, #FA9269 100%);
  --gradient-2: linear-gradient(to right, #CCAFF2 0%, #FA9269 20%, #FA9269 100%);
  --gradient-3: linear-gradient(143deg, #B380FF 23%,#7AF0FF 89%);
  --text-color: #000000;
  --text-color2: #393939;
  --headings-color: #000000;
  --link-color: var(--theme-color-dark);
  --link-hover-color: var(--theme-color-dark);
  --text-font: "Roboto", sans-serif;
  --title-font: "Quicksand", sans-serif;
  --style-font: "Quicksand", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 1.9;
  --body-font-weight: 400;
  --line-height-heading-h1: 1.2em;
  --line-height-heading-h2: 1.3;
  --line-height-heading: 1.4;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 75px;
  --h2-font-size: 2.5rem;
  --h3-font-size: 1.75rem;
  --h4-font-size: 1.375rem;
  --h5-font-size: 1.1rem;
  --h6-font-size: 0.875rem;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 700;
  --h6-font-weight: 700;
  --sec-title-subtitle-color: var(--theme-color-dark);
  --sec-title-subtitle-font-size: 12px;
  --sec-title-subtitle-font-family: var(--title-font);
  --sec-title-subtitle-font-weight: 800;
  --sec-title-subtitle-line-height: 30px;
  --sec-title-color: var(--theme-color-dark);
  --sec-title-font-size: 50px;
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: 700;
  --theme-light-background: #f8f6f1;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #000000;
  --container-width: 1246px;
  --small-container-width: 1000px;
  --large-container-width: 1310px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}

body {
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

p, .text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1, h2, h3, h4, h5, h6 {
  color: var(--headings-color);
  font-family: var(--title-font);
  position: relative;
  line-height: var(--line-height-heading-);
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--headings-color);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading-h2);
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading);
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}
p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a b, a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol, ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

b, strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section > .container,
section > .container-fluid {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: var(--container-width);
  }
}
/*=== Default Form ===*/
/* -------- Dark Theme Styling ---------- */
.dark-layout {
  background-color: var(--theme-color-dark) !important;
  --sec-title-color: var(--theme-color-light);
}
.dark-layout .sticky-header .main-menu .navigation > li > a,
.dark-layout h1, .dark-layout h2, .dark-layout h3, .dark-layout h4, .dark-layout h5, .dark-layout h6 {
  color: var(--theme-color-light);
}
.dark-layout .preloader {
  background-color: var(--theme-color-dark);
}
.dark-layout .preloader:after {
  background-image: url(../images/logo.png);
}
.dark-layout .sticky-header {
  background-color: var(--theme-color-dark);
}
.dark-layout .hidden-bar .upper-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/*** 

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/
@media (min-width: 1470px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1470px;
  }
}
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

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

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

.title a {
  color: inherit;
}

.color1 {
  color: var(--theme-color1);
}

.color2 {
  color: var(--theme-color2);
}

.color3 {
  color: var(--theme-color3);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
  background-color: #ffffff;
}

.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.dropdown-toggle::after {
  display: none;
}

/*=======================
    Preloader
=======================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}
.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 155px;
  margin-left: -80px;
  margin-top: -70px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s infinite linear;
          animation: pulse 1s infinite linear;
  background-image: url(../images/icons/preloader.png);
  content: "";
}
.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  color: var(--theme-color-dark);
  font-weight: 600;
  font-size: 14px;
  font-family: var(--title-font);
  letter-spacing: 2px;
  text-transform: uppercase;
  content: "Loading";
  -webkit-transition: none;
  transition: none;
}

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: var(--theme-color-light);
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color1);
  z-index: 100;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .scroll-to-top {
    width: 25px;
    height: 25px;
    line-height: 25px;
    bottom: 10px;
    right: 10px;
  }
}

.scroll-to-top:hover {
  background: var(--theme-color-dark);
  color: #ffffff;
}

.link-style-one {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: var(--title-font);
  color: var(--theme-color-dark);
}
.link-style-one:before {
  position: absolute;
  left: 0;
  right: 18px;
  bottom: 2px;
  height: 1px;
  background-color: var(--theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.link-style-one i {
  position: relative;
  top: 1px;
  display: block;
  font-size: 14px;
  margin-left: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.link-style-one:hover {
  color: var(--theme-color1);
}
.link-style-one:hover:before {
  right: 100%;
}

/*=== List Style One ===*/
.list-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
.list-style-one li {
  position: relative;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: var(--theme-color-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
.list-style-one li:last-child {
  margin-right: 0 !important;
}
.list-style-one li i {
  margin-right: 10px;
  color: var(--theme-color-dark);
  font-size: 16px;
  line-height: 27px;
}
.list-style-one li a {
  display: block;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-one li a:hover {
  color: var(--theme-color1);
}
.list-style-one.light li {
  color: var(--theme-color-light);
}
.list-style-one.light li a {
  color: var(--theme-color-light);
}
.list-style-one.light li a:hover {
  color: var(--theme-color1);
}
.list-style-one.light i {
  color: var(--theme-color-light);
}

/*=== List Style Two ===*/
.list-style-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-style-two li {
  position: relative;
  font-size: 18px;
  padding-left: 34px;
  font-weight: 600;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 11px;
}
.list-style-two li i {
  position: absolute;
  left: 0px;
  top: 0px;
  color: var(--theme-color1);
  font-size: 19.2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-two li a {
  display: inline-block;
  font-weight: inherit;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-two li a:hover {
  color: var(--theme-color1);
}
.list-style-two.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-style-two.two-column li {
  width: 50%;
}
@media (max-width: 767.98px) {
  .list-style-two.two-column li {
    width: 100%;
  }
}

/*Social Icon One*/
.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-icon-one li {
  position: relative;
  margin-left: 50px;
}
.social-icon-one li:first-child {
  margin-left: 0;
}
.social-icon-one li a {
  position: relative;
  display: block;
  line-height: 27px;
  text-align: center;
  font-size: 14px;
  color: #bdbdbd;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-one li a:hover {
  color: var(--theme-color1);
}
.social-icon-one.light li a {
  color: var(--theme-color-light);
}
.social-icon-one.light li a:hover {
  color: var(--theme-color1);
}

/*Social Icon Two*/
.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-icon-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
.social-icon-two li:first-child {
  margin-left: 0;
}
.social-icon-two li a {
  position: relative;
  display: block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-two li a i {
  position: relative;
}
.social-icon-two li a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: var(--theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50px;
}
.social-icon-two li a:hover {
  color: #fff;
}
.social-icon-two li a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-pattern-1 {
  background-image: url(../images/icons/pattern-1.png);
}

.bg-pattern-2 {
  background-image: url(../images/icons/pattern-2.png);
}

.bg-pattern-3 {
  background-image: url(../images/icons/pattern-3.png);
}

.bg-pattern-4 {
  background-image: url(../images/icons/pattern-4.png);
}

.bg-pattern-5 {
  background-image: url(../images/icons/pattern-5.png);
}

.bg-pattern-6 {
  background-image: url(../images/icons/pattern-6.png);
}

.devider {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 80%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199.98px) {
  .devider {
    width: 100%;
  }
}

/*======================
    Tabs Box
======================*/
.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

.play-btn {
  position: relative;
}
.play-btn:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}
.play-btn .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-btn .circle-text img {
  position: relative;
  display: inline-block;
  -webkit-animation: fa-spin 60s infinite linear;
          animation: fa-spin 60s infinite linear;
}

/*======================
    Media Play Button 
======================*/
.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.play-now .icon {
  position: relative;
  display: inline-block;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  background-color: #ffffff;
  color: var(--theme-color-dark);
  z-index: 1;
  font-size: 22px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0.6);
          box-shadow: 0 0 0 0 rgba(233, 35, 47, 0.6);
  -webkit-animation: ripple 3s infinite;
          animation: ripple 3s infinite;
}
.play-now .ripple.light,
.play-now .ripple:before.light,
.play-now .ripple:after.light {
  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
          box-shadow: 0 0 0 0 rgb(255, 255, 255);
}
.play-now .ripple.light:before, .play-now .ripple.light:after,
.play-now .ripple:before.light:before,
.play-now .ripple:before.light:after,
.play-now .ripple:after.light:before,
.play-now .ripple:after.light:after {
  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
          box-shadow: 0 0 0 0 rgb(255, 255, 255);
}
.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
  }
}
.play-now-two {
  height: 150px;
  width: 150px;
  background-color: rgba(21, 21, 21, 0.5);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 34px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-animation: zoom-one 3s infinite linear;
          animation: zoom-one 3s infinite linear;
}
.play-now-two:hover {
  color: #ff9205;
  background-color: #ffffff;
}

/*======================
    Contact Info Button 
======================*/
.info-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  padding-left: 70px;
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 62px;
  font-family: var(--title-font);
}
@media (max-width: 991.98px) {
  .info-btn {
    padding-left: 70px;
  }
}
.info-btn:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.info-btn small {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color-dark);
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .info-btn small {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.info-btn strong {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .info-btn strong {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .info-btn strong {
    font-size: 20px;
  }
}
.info-btn .icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .info-btn .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.info-btn:hover {
  color: var(--theme-color1);
}

.info-btn-two {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 74px;
  padding: 0 42px;
  padding-left: 90px;
  border-radius: 50px;
  background-color: var(--theme-color-light);
  font-family: var(--title-font);
}
@media (max-width: 991.98px) {
  .info-btn-two {
    padding-left: 70px;
  }
}
.info-btn-two small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--theme-color-dark);
  margin-bottom: 0;
}
.info-btn-two strong {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color-dark);
}
.info-btn-two .icon {
  position: absolute;
  left: 8px;
  top: 10px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.info-btn-two:hover {
  color: var(--theme-color1);
}

/*================================
    Progress Bar
=================================*/
.skills {
  position: relative;
  margin-bottom: 50px;
}
.skills .skill-item {
  position: relative;
  margin-bottom: 35px;
}
.skills .skill-item:last-child {
  margin-bottom: 0px;
}
.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 12px;
}
.skills .skill-item .skill-header .skill-title {
  font-size: 17.6px;
  color: var(--theme-color-dark);
  font-weight: 700;
  font-family: var(--title-font);
}
.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 6px;
}
.skills .skill-item .skill-bar .bar-inner {
  background-color: #f3f4f7;
  position: relative;
  width: 100%;
  height: 6px;
}
.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 6px;
  width: 0px;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
  background-color: var(--theme-color1);
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 15px;
  line-height: 16px;
  padding: 5px 8px;
  font-weight: 500;
  color: var(--theme-color-dark);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  height: 26px;
  text-align: center;
}

/*========================
  Select2 Dropdown Plugin
========================*/
.select2-dropdown {
  border: 1px solid #eee;
}

.select2-results__option {
  padding: 0 10px;
  color: #7c858c;
  border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #7c858c;
  padding-left: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--theme-color1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  bottom: 1px;
  height: auto;
  width: 40px;
  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;
  font-size: 12px;
  color: #7c858c;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  position: relative;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
}

.default-navs .owl-next,
.default-navs .owl-prev {
  display: block;
  margin: 0px 5px;
  height: 65px;
  width: 65px;
  color: var(--theme-color1);
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #ffffff;
  font-size: 16px;
  line-height: 63px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.default-navs .owl-next span,
.default-navs .owl-prev span {
  display: inline-block;
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border: 1px solid var(--theme-color2);
}

.default-dots .owl-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.default-dots .owl-dots .owl-dot {
  height: 5px;
  width: 40px;
  margin: 0 5px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 575.98px) {
  .default-dots .owl-dots .owl-dot {
    width: 20px;
  }
}
.default-dots .owl-dots .owl-dot.active {
  background-color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
}

.custom-navs .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-navs .owl-nav .owl-prev,
.custom-navs .owl-nav .owl-next {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 87px;
  padding-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.custom-navs .owl-nav .owl-prev:before,
.custom-navs .owl-nav .owl-next:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background-color: var(--theme-color1);
  opacity: 0.1;
  content: "";
  border-radius: 50px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.custom-navs .owl-nav .owl-prev:hover,
.custom-navs .owl-nav .owl-next:hover {
  padding: 0 17px;
}
.custom-navs .owl-nav .owl-prev:hover:before,
.custom-navs .owl-nav .owl-next:hover:before {
  width: 100%;
}
.custom-navs .owl-nav .owl-next {
  padding-left: 0;
  padding-right: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.custom-navs .owl-nav .owl-next:before {
  left: auto;
  right: 0;
}

.disable-navs .owl-nav {
  display: none;
}

/*==========================
	Nav Style One
===========================*/
.nav-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}
.nav-style-one .next,
.nav-style-one .prev {
  margin-right: 38px;
  padding: 18px 25px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-style-one .next .icon,
.nav-style-one .prev .icon {
  position: relative;
  display: inline-block;
}
.nav-style-one .next .icon:before,
.nav-style-one .prev .icon:before {
  position: absolute;
  top: 0;
  margin-top: -20px;
  right: -25px;
  height: 52px;
  width: 52px;
  border: 1px dotted #fff;
  border-radius: 100px;
  content: "";
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nav-style-one .next:hover .icon:before,
.nav-style-one .prev:hover .icon:before {
  background-color: rgba(255, 255, 255, 0.15);
  width: 125px;
}
.nav-style-one .prev {
  margin-right: 0;
  padding-left: 25px;
  padding-right: 0;
}
.nav-style-one .prev .icon:before {
  left: -25px;
  right: auto;
}
.nav-style-one .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.nav-style-one.dark .next .icon:before,
.nav-style-one.dark .prev .icon:before {
  border: 1px solid #797979;
}

/*==========================
	Default Tabs
===========================*/
.default-tabs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.default-tabs .tab-buttons {
  position: relative;
  margin-bottom: 30px;
}

.default-tabs .tab-buttons li {
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 35px;
  color: var(--theme-color1);
  line-height: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  margin-right: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-tabs .tab-buttons li:last-child {
  margin-right: 0;
}

.default-tabs .tab-buttons li.active-btn {
  background: var(--gradient-1);
  color: #ffffff;
}

.default-tabs .tabs-content {
  position: relative;
  width: 100%;
}

.blockquote-style-one {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color-dark);
  padding: 0 0 0 25px;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: var(--title-font);
  font-weight: 600;
  margin-bottom: 30px;
}
.blockquote-style-one:before {
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 3px;
  z-index: 2;
  background-color: var(--theme-color1);
  content: "";
}

.innerpage .accordion-box {
  position: relative;
}
.innerpage .accordion-box .block {
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  position: relative;
}
.innerpage .accordion-box .block .acc-btn {
  border-bottom: 1px solid #fff;
  color: var(--headings-color);
  cursor: pointer;
  font-family: var(--title-font);
  font-weight: var(--h4-font-weight);
  font-size: 20px;
  padding: 20px 30px;
  padding-right: 70px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.innerpage .accordion-box .block .acc-btn .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--theme-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  left: auto;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.innerpage .accordion-box .block .acc-btn.active {
  background-color: var(--bg-theme-color1);
  color: #fff;
}
.innerpage .accordion-box .block .acc-btn.active .icon {
  color: var(--text-color-bg-theme-color2);
  top: 25%;
}
.innerpage .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}
.innerpage .accordion-box .block .acc-content {
  display: none;
  position: relative;
}
.innerpage .accordion-box .block .acc-content .content {
  padding: 25px 30px;
  position: relative;
}
.innerpage .accordion-box .block .acc-content .content .text {
  color: #808287;
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}
.innerpage .accordion-box .block .acc-content.current {
  display: block;
}

.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: var(--title-font);
}
.theme-btn .btn-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  padding: 12.52px 28.5px 11px;
  font-family: var(--title-font);
  font-weight: 700;
  overflow: hidden;
  color: var(--theme-color-light);
  background: var(--theme-color1);
  border-radius: 5.86px;
}
.btn-style-one i {
  position: relative;
  display: block;
  margin-left: 10px;
}
.btn-style-one .icon {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  position: relative;
  top: 0;
  margin-left: 15px;
}
.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--theme-color-dark);
  border-radius: 7px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-one:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.btn-style-one:hover, .btn-style-one:focus {
  color: var(--theme-color-light);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.btn-style-one.bdr-gradiant {
  color: var(--theme-color-dark);
  background: linear-gradient(280.88deg, #CCAFF2 -33.49%, #D52EFF 20.55%, #FA9269 103.32%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.btn-style-one.bdr-gradiant:before {
  background-color: var(--theme-color-light);
  -webkit-transform: none;
          transform: none;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: auto;
  height: auto;
}
.btn-style-one.bdr-gradiant .btn-title {
  z-index: 1;
}
.btn-style-one.bg-theme2 {
  background: var(--theme-color2);
}
.btn-style-one.bg-theme2::before {
  background-color: var(--theme-color1);
}
.btn-style-one.dark-bg {
  background-color: var(--theme-color-dark);
}
.btn-style-one.dark-bg:hover {
  color: var(--theme-color-light);
}
.btn-style-one.dark-bg::before {
  background-color: var(--theme-color1);
}
.btn-style-one.light-bg {
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}
.btn-style-one.light-bg:hover {
  color: var(--theme-color-light);
}
.btn-style-one.light-bg::before {
  background-color: var(--theme-color-dark);
}
.btn-style-one.hover-light:hover {
  color: var(--theme-color2);
}
.btn-style-one.hover-light:before {
  background-color: var(--theme-color-light);
}
.btn-style-one.hover-dark:hover {
  color: var(--theme-color-light);
}
.btn-style-one.hover-dark:before {
  background-color: var(--theme-color-dark);
}
.btn-style-one.bdr-round {
  border-radius: 25px;
}

/*Btn Style Two*/
.btn-style-two {
  background: var(--theme-color1);
  border-radius: 0;
  color: var(--theme-color-light);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--text-font);
  line-height: 1.5;
  letter-spacing: 0.7px;
  padding: 19px 51.2px 18px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
.btn-style-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--theme-color-dark);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-two i {
  position: relative;
  display: block;
  margin-left: 7.48px;
  font-weight: 300;
  top: 2px;
}
.btn-style-two:hover {
  color: var(--theme-color-light);
}
.btn-style-two:hover:before {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn-style-two.dark-bg {
  background-color: var(--theme-color-dark);
}
.btn-style-two.dark-bg:before {
  background-color: var(--bg-theme-color2);
}
.btn-style-two.dark-bg:hover {
  color: var(--text-color-bg-theme-color2);
}
.btn-style-two.theme2-bg {
  background-color: var(--bg-theme-color2);
}
.btn-style-two.theme2-bg:before {
  background-color: var(--bg-theme-color1);
}
.btn-style-two.hover-light:before {
  background-color: var(--theme-color-light);
}
.btn-style-two.hover-light:hover {
  color: var(--theme-color-dark);
}
.btn-style-two.hover-theme1:before {
  background-color: var(--bg-theme-color1);
}
.btn-style-two.btn-lg {
  font-size: 14px;
  padding: 14px 23px 16px;
}

/*** 

====================================================================
  Anim Icons
====================================================================

***/
.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}
.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: calc(var(--container-width) - 30px);
  margin: 0 auto;
}

[text-split] {
  opacity: 0;
}

.word {
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: -0.1em;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.anim-icons.full-width {
  max-width: 100%;
}

.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.icon-big-arrow {
  width: 1279px;
  height: 250px;
  background-image: url(../images/banner/icon-big-arrow.png);
}

.icon-arrow {
  width: 42px;
  height: 64px;
  background-image: url(../images/icons/icon-arrow.png);
}

.icon-arrow-2 {
  width: 92px;
  height: 35px;
  background-image: url(../images/icons/icon-arrow-2.png);
}

.overlay-1 {
  width: 200px;
  height: 204px;
  background-image: url(../images/icons/overlay-1.png);
}

.overlay-2 {
  width: 860px;
  height: 621px;
  background-image: url(../images/icons/overlay-2.png);
}

.overlay-3 {
  width: 491px;
  height: 500px;
  background-image: url(../images/icons/overlay-3.png);
}

.overlay-4 {
  width: 1078px;
  height: 621px;
  background-image: url(../images/icons/overlay-4.png);
}

.overlay-5 {
  width: 379px;
  height: 297px;
  background-image: url(../images/icons/overlay-5.png);
}

.overlay-6 {
  width: 1706px;
  height: 780px;
  background-image: url(../images/icons/overlay-6.png);
}

.icon-shapes {
  width: 92px;
  height: 144px;
  background-image: url(../images/icons/icon-box.png);
}

.icon-box-2 {
  width: 233px;
  height: 194px;
  background-image: url(../images/icons/icon-box-2.png);
}

.icon-shape {
  width: 996px;
  height: 944px;
  background-image: url(../images/icons/icon-shape.png);
}

.icon-border-3 {
  width: 137px;
  height: 18px;
  background-image: url(../images/icons/icon-border-3.png);
}

.icon-quote {
  width: 54px;
  height: 46px;
  background-image: url(../images/icons/icon-quote.png);
}

.icon-quote-2 {
  width: 137px;
  height: 99px;
  background-image: url(../images/icons/icon-quote-2.png);
}

.icon-container {
  width: 615px;
  height: 396px;
  background-image: url(../images/icons/icon-container.png);
}

.icon-dots {
  width: 730px;
  height: 565px;
  background-image: url(../images/icons/icon-dots.png);
}

.icon-dots-2 {
  width: 679px;
  height: 676px;
  background-image: url(../images/icons/icon-dots-2.png);
}

.icon-dots-3 {
  width: 611px;
  height: 547px;
  background-image: url(../images/icons/icon-dots-3.png);
}

.icon-dots-4 {
  width: 810px;
  height: 666px;
  background-image: url(../images/icons/icon-dots-4.png);
}

.icon-dotted-map {
  width: 987px;
  height: 478px;
  background-image: url(../images/icons/icon-dotted-map.png);
}

.icon-dotted-map-2 {
  width: 987px;
  height: 478px;
  background-image: url(../images/icons/icon-dotted-map-2.png);
}

.icon-city {
  width: 919px;
  height: 348px;
  background-image: url(../images/icons/icon-city.png);
}

.icon-city-2 {
  width: 541px;
  height: 205px;
  background-image: url(../images/icons/icon-city-2.png);
}

.bg-lines {
  width: 1532px;
  height: 100%;
  background-image: url(../images/icons/bg-lines.jpg);
}

.icon-city-3 {
  width: 541px;
  height: 205px;
  background-image: url(../images/icons/icon-city-3.png);
}

.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
          animation: bounce-y 10s infinite linear;
}

.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
          animation: bounce-x 10s infinite linear;
}

.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
          animation: zoom-one 10s infinite linear;
}

.zoom-two {
  -webkit-animation: zoom-two 5s infinite linear;
          animation: zoom-two 5s infinite linear;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@-webkit-keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.overlay-anim {
  position: relative;
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.overlay-anim-two {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.overlay-anim-two:hover:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.overlay-anim-two:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.circle {
  position: fixed;
  width: 10px;
  height: 10px;
  left: -10px;
  top: -10px;
  border-radius: 100%;
  z-index: 1;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@supports (mix-blend-mode: difference) {
  .circle {
    background-color: white;
    mix-blend-mode: difference;
  }
}
@media only screen and (max-width: 1023px) {
  .circle {
    display: none !important;
  }
}

.circle-follow {
  position: fixed;
  mix-blend-mode: difference;
  width: 30px;
  height: 30px;
  left: -21px;
  top: -21px;
  border-radius: 100%;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@supports (mix-blend-mode: difference) {
  .circle-follow {
    border: 1px solid #fff;
    mix-blend-mode: difference;
  }
}
@media only screen and (max-width: 1023px) {
  .circle-follow {
    display: none !important;
  }
}

/* Animate 1 */
.owl-carousel .animate-7,
.owl-carousel .animate-6,
.owl-carousel .animate-5,
.owl-carousel .animate-4,
.owl-carousel .animate-3,
.owl-carousel .animate-2,
.owl-carousel .animate-1 {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.owl-carousel .animate-x {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.owl-carousel .active .animate-7,
.owl-carousel .active .animate-6,
.owl-carousel .active .animate-5,
.owl-carousel .active .animate-4,
.owl-carousel .active .animate-3,
.owl-carousel .active .animate-2,
.owl-carousel .active .animate-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.owl-carousel .active .animate-2 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.owl-carousel .active .animate-3 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.owl-carousel .active .animate-4 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.owl-carousel .active .animate-5 {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.owl-carousel .active .animate-6 {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.owl-carousel .active .animate-7 {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

/*** 

====================================================================
  Search Popup
====================================================================

***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color-dark);
  opacity: 0.95;
}
.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--theme-color-light);
  z-index: 3;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .search-inner {
  position: relative;
  display: block;
  top: 40%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-popup .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6dc;
  padding: 15px 20px;
  color: #707070;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
  border-color: var(--border-theme-color2);
}
.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  display: block;
  font-size: 18px;
  color: var(--theme-color-dark);
  line-height: 40px;
  border-radius: 5px;
  font-weight: normal;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group button:hover {
  color: var(--theme-color-dark);
}
.search-popup textarea::-webkit-input-placeholder, .search-popup input::-webkit-input-placeholder {
  color: inherit;
}
.search-popup textarea::-moz-placeholder, .search-popup input::-moz-placeholder {
  color: inherit;
}
.search-popup textarea:-ms-input-placeholder, .search-popup input:-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::-ms-input-placeholder, .search-popup input::-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::placeholder,
.search-popup input::placeholder {
  color: inherit;
}

.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 0%;
}
.moblie-search-active .search-popup .search-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

/*** 

====================================================================
Main Header
====================================================================

***/
.header-span {
  position: relative;
  height: 110px;
  display: block;
  width: 100%;
}

.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top .bg-lines {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.header-top .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.header-top .top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .useful-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.header-top .useful-links li {
  position: relative;
  margin-right: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #bdbdbd;
  line-height: 20px;
  font-family: var(--title-font);
}
.header-top .useful-links li a {
  color: #bdbdbd;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-top .useful-links li a:hover {
  color: var(--theme-color1);
}

.main-header .logo {
  position: relative;
  display: block;
}
.main-header .logo img {
  max-width: 100%;
  height: auto;
}
.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .main-box .nav-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.main-menu {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .main-menu {
    display: none;
  }
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation.onepage-nav > li {
  margin-right: 40px;
}
.main-menu .navigation.onepage-nav > li:after {
  display: none;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 20px 0px;
  margin-right: 70px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li:last-child:after {
  display: none;
}
.main-menu .navigation > li:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 10px;
  height: 2px;
  width: 0%;
  background-color: var(--theme-color1);
  z-index: 3;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  width: 4px;
  height: 4px;
  pointer-events: none;
  background-color: #ebebeb;
  opacity: 0.2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-menu .navigation > li:hover:before, .main-menu .navigation > li.current:before {
  left: 0;
  width: 100%;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: #333333;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: uppercase;
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li.dropdown > a {
  padding-right: 14px;
  margin-right: -14px;
}
.main-menu .navigation > li.dropdown > a:after {
  content: "\f067";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 24px;
  font-size: 12px;
  z-index: 5;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-top: -2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 220px;
  z-index: 100;
  padding: 10px 0 0;
  background-color: #ffffff;
  margin-top: 30px;
  opacity: 0;
  display: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -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 .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebf1f5;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 29px;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color-dark);
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: var(--theme-color1);
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 11px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 220px;
  z-index: 100;
  display: none;
  background-color: var(--theme-color-light);
  opacity: 0;
  padding: 10px 0 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -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 .navigation > li > ul > li > ul > li {
  position: relative;
  border-bottom: 1px solid #ebf1f5;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color-dark);
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--theme-color1);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid var(--theme-color-light);
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color-light);
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0;
}

.main-header .ui-btn {
  position: relative;
  display: block;
  line-height: 30px;
  text-align: center;
  background: none;
  font-size: 22px;
  color: var(--theme-color-dark);
  margin-left: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .ui-btn:hover {
  color: var(--theme-color1);
}

.main-header .info-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  padding-left: 70px;
  color: var(--theme-color-dark);
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 62px;
  font-family: var(--title-font);
}
.main-header .info-btn small {
  display: block;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
  color: #868686;
  margin-bottom: 0px;
}
.main-header .info-btn i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  line-height: 48px;
  height: 48px;
  width: 48px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  background-color: var(--theme-color1);
}
.main-header .info-btn i:after {
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  background-color: var(--theme-color1);
  opacity: 0.1;
  border-radius: 50%;
  content: "";
}
.main-header .info-btn:hover {
  color: var(--theme-color1);
}

.contact-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-list li {
  position: relative;
  padding-left: 65px;
  margin-left: 35px;
}
.contact-list li .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.05);
  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;
  font-size: 20px;
  color: var(--theme-color1);
}
.contact-list li .title {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 600;
  font-family: var(--text-font);
  margin-bottom: 2px;
}
.contact-list li .text {
  font-size: 16px;
  line-height: 24px;
  color: #cecece;
}
.contact-list li .text a {
  color: inherit;
}

.main-header .cart-btn {
  position: relative;
  margin: 0;
  color: var(--theme-color-light);
  margin-right: 30px;
  text-align: center;
}
.main-header .cart-btn:hover {
  color: var(--theme-color1);
}
.main-header .cart-btn .count {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 21px;
  width: 21px;
  line-height: 21px;
  font-size: 12px;
  border-radius: 50%;
  color: #ffffff;
  background-color: var(--theme-color1);
  text-align: center;
}

.header-search {
  position: relative;
  width: 160px;
}
.header-search .form-group {
  position: relative;
}
.header-search .form-group input:not([type=submit]) {
  position: relative;
  display: block;
  width: 100%;
  font-size: 13px;
  height: 30px;
  line-height: 20px;
  padding: 5px 0;
  padding-right: 30px;
  color: var(--theme-color-dark);
  background: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 1px solid var(--theme-color-dark);
}
.header-search .form-group input:not([type=submit])::-webkit-input-placeholder {
  color: var(--theme-color-dark);
}
.header-search .form-group input:not([type=submit])::-moz-placeholder {
  color: var(--theme-color-dark);
}
.header-search .form-group input:not([type=submit]):-ms-input-placeholder {
  color: var(--theme-color-dark);
}
.header-search .form-group input:not([type=submit])::-ms-input-placeholder {
  color: var(--theme-color-dark);
}
.header-search .form-group input:not([type=submit])::placeholder {
  color: var(--theme-color-dark);
}
.header-search .form-group input:not([type=submit]):focus {
  border-bottom: 1px solid var(--theme-color-dark);
}
.header-search .form-group .icon {
  position: absolute;
  top: 0px;
  right: 0;
  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;
  line-height: 20px;
  font-size: 20px;
  padding: 5px 0;
  color: var(--theme-color-dark);
  background: none;
}

/***

====================================================================
    Header Style One
====================================================================

***/
.header-style {
  background-color: var(--theme-color-light);
}
.header-style:before {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 50px;
  background-image: url(../images/icons/bg-shape1.png);
  content: "";
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .header-style:before {
    display: none;
  }
}
.header-style .header-top {
  background-color: var(--theme-color-dark);
}
@media (max-width: 991.98px) {
  .header-style .header-top {
    display: none;
  }
}
.header-style .header-top .inner-container {
  padding-left: 466px;
  padding-right: 443px;
}
@media only screen and (max-width: 1699px) {
  .header-style .header-top .inner-container {
    padding-right: 30px;
    padding-left: 400px;
  }
}
@media (max-width: 1399.98px) {
  .header-style .header-top .inner-container {
    padding: 0 20px;
  }
}
.header-style .header-top .inner-container .list-style-one {
  padding: 13px 0;
}
.header-style .header-top .inner-container .list-style-one li {
  font-size: 12px;
  margin-right: 40px;
}
.header-style .header-top .inner-container .list-style-one li i {
  font-size: 13px;
  color: var(--theme-color1);
}
.header-style .header-top .inner-container .social-icon-one li {
  position: relative;
  padding: 13px 0;
}
.header-style .header-top .inner-container .social-icon-one li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 1px;
  height: 100%;
  background: #20282c;
  z-index: 1;
}
.header-style .header-top .inner-container .social-icon-one li:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background: #20282c;
  z-index: 1;
}
.header-style .header-lower {
  position: relative;
}
.header-style .header-lower .main-box {
  max-width: 1770px;
  padding: 13px 15px;
  margin: 0 auto;
}
.header-style .header-lower .main-box .header-search {
  border-radius: 29.1px;
  background-image: url(../images/icons/bg-search.png);
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-width: 378px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .header-style .header-lower .main-box .header-search {
    display: none;
  }
}
.header-style .header-lower .main-box .header-search form {
  width: 100%;
}
.header-style .header-lower .main-box .header-search form .form-group input:not([type=submit]) {
  font-size: 16px;
  border: none;
  height: 50px;
  line-height: 50px;
  padding: 12px 15px 12px 61px;
  opacity: 1;
}
.header-style .header-lower .main-box .header-search form .form-group input:not([type=submit])::-webkit-input-placeholder {
  color: var(--theme-color-dark);
  opacity: 1;
}
.header-style .header-lower .main-box .header-search form .form-group input:not([type=submit])::-moz-placeholder {
  color: var(--theme-color-dark);
  opacity: 1;
}
.header-style .header-lower .main-box .header-search form .form-group input:not([type=submit]):-ms-input-placeholder {
  color: var(--theme-color-dark);
  opacity: 1;
}
.header-style .header-lower .main-box .header-search form .form-group input:not([type=submit])::-ms-input-placeholder {
  color: var(--theme-color-dark);
  opacity: 1;
}
.header-style .header-lower .main-box .header-search form .form-group input:not([type=submit])::placeholder {
  color: var(--theme-color-dark);
  opacity: 1;
}
.header-style .header-lower .main-box .header-search form .form-group input:not([type=submit]):focus {
  border: none;
}
.header-style .header-lower .main-box .header-search form .form-group .icon {
  top: 50%;
  right: auto;
  left: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-style .header-lower .main-box .header-search form .form-group .icon img {
  width: auto;
}
.header-style .header-lower .logo-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 50px;
}
@media (max-width: 1399.98px) {
  .header-style .header-lower .logo-box {
    height: 100%;
    min-width: 184px;
    margin-right: 30px;
    margin-top: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 1023.98px) {
  .header-style .header-lower .logo-box {
    min-width: auto;
  }
}
@media (max-width: 575.98px) {
  .header-style .header-lower .logo-box {
    margin-right: 15px;
  }
}
.header-style .header-lower .logo-box .logo {
  margin-right: 70px;
}
@media (max-width: 1199.98px) {
  .header-style .header-lower .logo-box .logo {
    margin-right: 35px;
  }
}
@media (max-width: 991.98px) {
  .header-style .header-lower .logo-box .logo {
    margin-right: 0;
  }
}
.header-style .header-lower .logo-box img {
  max-width: 160px;
}
@media only screen and (max-width: 1023.98px) {
  .header-style .header-lower .logo-box img {
    max-width: 200px;
  }
}
@media (max-width: 991.98px) {
  .header-style .header-lower .logo-box img {
    max-width: 158px;
    min-width: 158px;
  }
}
@media only screen and (max-width: 478.98px) {
  .header-style .header-lower .logo-box img {
    max-width: 120px;
    min-width: 120px;
  }
}
.header-style .main-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1699px) {
  .header-style .main-box {
    padding-right: 20px;
  }
}
@media (max-width: 1199.98px) {
  .header-style .main-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-style .main-box .nav-outer {
  width: auto;
}
.header-style .main-box .outer-box {
  margin-left: 70px;
}
@media (max-width: 767.98px) {
  .header-style .main-box .outer-box {
    margin-left: 15px;
  }
}
.header-style .main-box .outer-box .btn-box {
  position: relative;
  font-size: 18px;
  font-family: var(--title-font);
  font-weight: 700;
  letter-spacing: 0.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .header-style .main-box .outer-box .btn-box {
    font-size: 16px;
  }
}
.header-style .main-box .outer-box .btn-box .btn-coin {
  font-weight: 700;
  margin-right: 25px;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .header-style .main-box .outer-box .btn-box .btn-coin {
    margin-right: 10px;
  }
}
.header-style .main-box .outer-box .btn-box .btn-coin .btn-coin-number {
  background-color: #f0a233;
  border-radius: 50%;
  color: var(--theme-color-light);
  display: inline-block;
  font-size: 17px;
  text-align: center;
  height: 29px;
  width: 29px;
  line-height: 29px;
  margin-left: 3px;
}
.header-style .main-box .outer-box .btn-box .btn-coin:hover {
  color: var(--theme-color1);
}
@media only screen and (max-width: 379.98px) {
  .header-style .main-box .outer-box .btn-box .btn-coin.btn-coin-home {
    display: none;
  }
}
@media only screen and (max-width: 439.98px) {
  .header-style .main-box .outer-box .btn-box .btn-coin.btn-coin-home .btn-coin-number {
    margin-left: 0;
    display: none;
  }
}
.header-style .main-box .outer-box .btn-box .btn-sign-up-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-style .main-box .outer-box .btn-box .btn-sign-up-outer .user-thumb {
  border-radius: 50%;
  margin-left: 10px;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 439.98px) {
  .header-style .main-box .outer-box .btn-box .btn-sign-up-outer .user-thumb {
    width: 25px;
    height: 25px;
    margin-left: 6px;
  }
}
.header-style .main-box .outer-box .btn-box .btn-sign-up-outer .user-thumb img {
  border-radius: 50%;
}
.header-style .main-box .outer-box .btn-box .btn-sign-up {
  background-color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  border-radius: 25px;
  color: var(--theme-color-light);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 5px 4px 20px;
}
.header-style .main-box .outer-box .btn-box .btn-sign-up:hover {
  color: var(--theme-color-dark);
}
.header-style .main-box .outer-box .mobile-nav-toggler {
  display: block;
  margin-left: 40px;
}
@media (max-width: 1199.98px) {
  .header-style .main-box .outer-box .mobile-nav-toggler {
    margin-left: 22px;
  }
}
@media (max-width: 575.98px) {
  .header-style .main-box .outer-box .mobile-nav-toggler {
    margin-left: 17px;
  }
}
.header-style .mobile-nav-toggler {
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style .mobile-nav-toggler:hover {
  color: var(--theme-color1);
}
.header-style .mobile-menu {
  width: 375px;
}
@media only screen and (max-width: 576px) {
  .header-style .mobile-menu {
    width: 300px;
  }
}
.header-style .mobile-menu .upper-box {
  padding: 40px 20px 28px;
}
.header-style .mobile-menu .close-btn {
  color: var(--theme-color-dark);
  top: 0;
  margin-left: 20px;
  font-size: 26px;
}
.header-style .mobile-menu .close-btn:hover {
  color: var(--theme-color1);
  opacity: 1;
}
.header-style .mobile-menu .menu-box {
  background: var(--theme-color-light);
  color: var(--theme-color-dark);
}
.header-style .mobile-menu .menu-box .bottom-box {
  background-color: #fff;
  height: 140px;
  margin-top: auto;
  position: relative;
  z-index: -1;
}
.header-style .mobile-menu .nav-logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 576px) {
  .header-style .mobile-menu .nav-logo .logo img {
    max-height: 29px;
  }
}
.header-style .mobile-menu .nav-logo .btn-sign-up {
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-size: 12px;
  font-weight: 700;
}
.header-style .mobile-menu .nav-logo .btn-sign-up:hover {
  color: var(--theme-color1);
}
.header-style .mobile-menu .menu-list-item-start {
  color: #9A9A9A;
  font-family: var(--title-font);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 1;
  margin-bottom: 26px;
}
.header-style .mobile-menu .menu-list-item-start.style-two {
  margin-top: 23px;
  margin-bottom: 10px;
}
.header-style .mobile-menu .mobile-menu-list {
  padding: 30px 21px;
}
.header-style .mobile-menu .mobile-menu-list .header-search-btn form .form-group {
  position: relative;
  color: var(--theme-color-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-style .mobile-menu .mobile-menu-list .header-search-btn form .form-group input:not([type=submit]) {
  position: relative;
  display: block;
  width: 100%;
  font-family: var(--title-font);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.2px;
  height: 30px;
  line-height: 20px;
  padding: 5px 5px 29px 30px;
  color: var(--theme-color-dark);
  background: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 0.5px solid rgba(var(--theme-color-dark-rgb), 0.25);
}
.header-style .mobile-menu .mobile-menu-list .header-search-btn form .form-group input:not([type=submit])::-webkit-input-placeholder {
  color: var(--theme-color-dark);
  opacity: 1;
}
.header-style .mobile-menu .mobile-menu-list .header-search-btn form .form-group input:not([type=submit])::-moz-placeholder {
  color: var(--theme-color-dark);
  opacity: 1;
}
.header-style .mobile-menu .mobile-menu-list .header-search-btn form .form-group input:not([type=submit]):-ms-input-placeholder {
  color: var(--theme-color-dark);
  opacity: 1;
}
.header-style .mobile-menu .mobile-menu-list .header-search-btn form .form-group input:not([type=submit])::-ms-input-placeholder {
  color: var(--theme-color-dark);
  opacity: 1;
}
.header-style .mobile-menu .mobile-menu-list .header-search-btn form .form-group input:not([type=submit])::placeholder {
  color: var(--theme-color-dark);
  opacity: 1;
}
.header-style .mobile-menu .mobile-menu-list .header-search-btn form .form-group input:not([type=submit])::-webkit-input-placeholder {
  color: var(--theme-color-dark);
  opacity: 1;
}
.header-style .mobile-menu .mobile-menu-list .header-search-btn form .form-group input:not([type=submit]):-moz-placeholder {
  color: var(--theme-color-dark);
  opacity: 1;
}
.header-style .mobile-menu .mobile-menu-list .header-search-btn form .form-group .icon {
  position: absolute;
  top: -6px;
  left: 0;
  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;
  line-height: 20px;
  font-size: 20px;
  padding: 5px 0;
  color: var(--theme-color-dark);
  background: none;
}
.header-style .mobile-menu .mobile-menu-list .menu-list-item {
  position: relative;
  background: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 0.5px solid rgba(var(--theme-color-dark-rgb), 0.25);
}
.header-style .mobile-menu .mobile-menu-list .menu-list-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--title-font);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 20px;
  padding: 12px 5px 16px 0;
  color: var(--theme-color-dark);
}
.header-style .mobile-menu .mobile-menu-list .menu-list-item a:hover {
  color: var(--theme-color1);
}
.header-style .mobile-menu .mobile-menu-list .menu-list-item .icon {
  margin-right: 9px;
}
.header-style .mobile-menu .mobile-menu-list .menu-list-item.style-two a::after {
  color: rgba(var(--theme-color-dark-rgb), 0.25);
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 11px;
  font-weight: 900;
  z-index: 5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style .mobile-menu .mobile-menu-list .menu-list-item.style-two a:hover::after {
  color: var(--theme-color1);
}
.header-style .mobile-menu .btn-box {
  padding: 4px 21px 30px;
}
.header-style .mobile-menu .btn-box .theme-btn {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.header-style.style-two {
  background-color: transparent;
}
.header-style.style-two:before {
  display: none;
}
.header-style.style-two .header-lower {
  padding: 30px 0;
}
.header-style.style-two .header-lower .main-box {
  padding: 0;
}
.header-style.style-two .header-lower .main-box .header-title .back-btn {
  background-color: rgba(var(--theme-color4-rgb), 0.075);
  border-radius: 7px;
  display: inline-block;
  height: 36px;
  width: 40px;
  text-align: center;
  cursor: pointer;
}
.header-style.style-two .header-lower .main-box .header-title .back-btn .icon {
  color: var(--theme-color4);
  font-size: 20px;
  line-height: 36px;
}
.header-style.style-two .header-lower .main-box .header-title .title {
  font-size: 28px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .header-style.style-two .header-lower .main-box .header-title .title {
    font-size: 20px;
  }
}

.header-categories .inner-categories {
  max-width: 1370px;
  padding: 0 15px 29px;
  margin: 0 auto;
}
.header-categories .inner-categories .categories-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .header-categories .inner-categories .categories-items {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
.header-categories .inner-categories .categories-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 700;
  margin-right: 41px;
  line-height: 1;
}
@media (max-width: 1399.98px) {
  .header-categories .inner-categories .categories-items .item {
    margin-right: 17px;
  }
}
@media (max-width: 1199.98px) {
  .header-categories .inner-categories .categories-items .item {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .header-categories .inner-categories .categories-items .item {
    border-right: 0.5px solid rgba(0, 0, 0, 0.15);
    display: inline-block;
    text-align: center;
    padding-right: 17px;
    margin-bottom: 20px;
  }
}
.header-categories .inner-categories .categories-items .item:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.header-categories .inner-categories .categories-items .item a {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .header-categories .inner-categories .categories-items .item a {
    font-weight: 600;
  }
}
.header-categories .inner-categories .categories-items .item a:hover {
  color: var(--theme-color1);
}
.header-categories .inner-categories .categories-items .item .icon-two {
  display: none;
}
@media (max-width: 991.98px) {
  .header-categories .inner-categories .categories-items .item .icon-two {
    display: block;
    max-width: 32px;
    width: 100%;
    margin: 0 auto 7px;
    padding-bottom: 10px;
    position: relative;
    top: 5px;
  }
}
.header-categories .inner-categories .categories-items .item .icon {
  display: inline-block;
  min-width: 30px;
  margin-right: 9px;
}
@media (max-width: 1199.98px) {
  .header-categories .inner-categories .categories-items .item .icon {
    min-width: 24px;
    max-width: 24px;
    margin-right: 4px;
  }
}
@media (max-width: 991.98px) {
  .header-categories .inner-categories .categories-items .item .icon {
    display: block;
    max-width: 32px;
    width: 100%;
    margin: 0 auto 7px;
  }
}
.header-categories .inner-categories .categories-items .item .icon.two {
  position: relative;
  top: -2px;
}
@media only screen and (min-width: 991.98px) {
  .header-categories.categories-section-outer {
    display: none;
  }
}
.header-categories.categories-section-outer .inner-categories {
  margin: 0 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .header-categories.categories-section-outer .inner-categories {
    background-color: var(--theme-color-light);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    padding: 18px 15px 17px;
  }
}
@media (max-width: 575.98px) {
  .header-categories.categories-section-outer .inner-categories .categories-items .item {
    font-size: 11.2px;
  }
}
@media (max-width: 575.98px) {
  .header-categories.categories-section-outer .inner-categories .categories-items .item a {
    font-weight: 600;
  }
}
.header-categories.categories-section-outer .inner-categories .all-categories {
  background-color: #F2F1FB;
  border-radius: 10px;
  display: block;
  font-family: var(--title-font);
  text-align: center;
  padding: 4px 30px 6px;
}
.header-categories.categories-section-outer .inner-categories .all-categories a {
  font-weight: 700;
  font-size: 15px;
}
.header-categories.categories-section-outer .inner-categories .all-categories .icon-two {
  margin-right: 10px;
  position: relative;
  top: -2px;
}

/*** 

====================================================================
    Header Style Two
====================================================================

***/
.header-style-two {
  background-color: var(--theme-color2);
}
.header-style-two .header-top {
  background-color: #071014;
}
@media only screen and (max-width: 1023.98px) {
  .header-style-two .header-top {
    display: none;
  }
}
.header-style-two .header-top .inner-container {
  padding-left: 486px;
  padding-right: 64px;
}
@media (max-width: 1399.98px) {
  .header-style-two .header-top .inner-container {
    padding: 0 20px;
  }
}
.header-style-two .header-top .inner-container .list-style-one {
  padding: 11px 0;
}
.header-style-two .header-top .inner-container .list-style-one li {
  font-size: 12px;
  margin-right: 40px;
}
@media (max-width: 1199.98px) {
  .header-style-two .header-top .inner-container .list-style-one li {
    margin-right: 15px;
  }
}
.header-style-two .header-top .inner-container .list-style-one li i {
  color: var(--theme-color1);
  font-size: 12px;
}
.header-style-two .header-top .inner-container .social-icon-one li {
  border: none;
  position: relative;
  padding: 11px 0;
  margin-left: 0;
  margin-right: 25px;
}
.header-style-two .header-top .inner-container .social-icon-one li:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 1px;
  height: 100%;
  background: #20282c;
  z-index: 1;
}
.header-style-two .header-top .inner-container .social-icon-one li:last-child:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background: #20282c;
  z-index: 1;
}
.header-style-two .header-top .inner-container .social-icon-one li a {
  font-size: 14px;
  color: var(--theme-color-light);
}
.header-style-two .header-top .inner-container .social-icon-one li a:hover {
  color: var(--theme-color1);
}
.header-style-two .header-lower {
  position: relative;
  background-color: var(--theme-color-light);
}
.header-style-two .header-lower .logo-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 444px;
  margin-top: -50px;
  height: 141px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 20px;
  background-color: var(--theme-color1);
  margin-right: 40px;
}
@media (max-width: 1399.98px) {
  .header-style-two .header-lower .logo-box {
    margin-right: 20px;
    margin-top: 0;
    height: 100%;
    min-width: 250px;
  }
}
@media (max-width: 991.98px) {
  .header-style-two .header-lower .logo-box {
    padding: 15px 20px;
  }
}
@media (max-width: 575.98px) {
  .header-style-two .header-lower .logo-box {
    min-width: 200px;
  }
}
.header-style-two .header-lower .logo-box .logo {
  max-width: 230px;
}
.header-style-two .header-lower .logo-box .logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.header-style-two .main-box {
  margin-right: 59px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1699px) {
  .header-style-two .main-box {
    margin-right: 20px;
  }
}
.header-style-two .main-box .nav-outer .navigation > li {
  padding: 33.5px 0;
}
.header-style-two .main-box .nav-outer .navigation > li:after {
  background-color: #d7d7d7;
  opacity: 1;
}
.header-style-two .main-box .outer-box .cart-btn {
  color: var(--theme-color-dark);
  margin-right: 15px;
}
@media (max-width: 1399.98px) {
  .header-style-two .main-box .outer-box .cart-btn {
    display: none;
  }
}
.header-style-two .main-box .outer-box .cart-btn:hover {
  color: var(--theme-color1);
}
.header-style-two .main-box .outer-box .divider {
  height: 45px;
  width: 1px;
  background-color: #e5e5e5;
  margin: 0 20px;
}
@media (max-width: 1199.98px) {
  .header-style-two .main-box .outer-box .divider {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header-style-two .main-box .outer-box .header-search {
    display: none;
  }
}
.header-style-two .main-box .outer-box .header-search .form-group input:not([type=submit]) {
  color: var(--theme-color-dark);
}
.header-style-two .main-box .outer-box .header-search .form-group input:not([type=submit])::-webkit-input-placeholder {
  color: var(--theme-color-dark);
}
.header-style-two .main-box .outer-box .header-search .form-group input:not([type=submit])::-moz-placeholder {
  color: var(--theme-color-dark);
}
.header-style-two .main-box .outer-box .header-search .form-group input:not([type=submit]):-ms-input-placeholder {
  color: var(--theme-color-dark);
}
.header-style-two .main-box .outer-box .header-search .form-group input:not([type=submit])::-ms-input-placeholder {
  color: var(--theme-color-dark);
}
.header-style-two .main-box .outer-box .header-search .form-group input:not([type=submit])::placeholder {
  color: var(--theme-color-dark);
}
.header-style-two .main-box .outer-box .header-search .form-group input:not([type=submit]):focus {
  border-bottom: 1px solid var(--theme-color-dark);
}
.header-style-two .main-box .outer-box .header-search .form-group .icon {
  color: var(--theme-color-dark);
}
.header-style-two .main-box .outer-box .theme-btn {
  display: block;
  margin-left: 40px;
  font-size: 12px;
  padding: 11px 26px;
}
@media only screen and (max-width: 1699px) {
  .header-style-two .main-box .outer-box .theme-btn {
    display: none;
  }
}

/*** 

====================================================================
    Header Style three
====================================================================

***/
.header-style-three {
  position: relative;
}
.header-style-three .header-top {
  background-color: #071014;
}
@media (max-width: 991.98px) {
  .header-style-three .header-top {
    display: none;
  }
}
.header-style-three .header-top .inner-container .top-left {
  width: 30%;
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
}
.header-style-three .header-top .inner-container .top-center {
  width: 40%;
  -webkit-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
}
@media (max-width: 1399.98px) {
  .header-style-three .header-top .inner-container .top-center {
    display: none;
  }
}
.header-style-three .header-top .inner-container .list-style-one {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-style-three .header-top .inner-container .list-style-one i {
  color: var(--theme-color1);
  font-size: 12px;
}
.header-style-three .header-top .inner-container .list-style-one.style-two {
  padding: 13px 0;
}
.header-style-three .header-top .inner-container .list-style-one.style-two li {
  margin-right: 20px;
  color: #b0b0b0;
}
.header-style-three .header-top .inner-container .list-style-one.style-two li:last-child {
  margin-right: 45px !important;
}
@media (max-width: 1199.98px) {
  .header-style-three .header-top .inner-container .list-style-one.style-two li {
    margin-right: 15px;
  }
}
.header-style-three .header-top .inner-container .list-style-one.style-two li a {
  color: #b0b0b0;
}
.header-style-three .header-top .inner-container .list-style-one.style-two li a:hover {
  color: var(--theme-color1);
}
.header-style-three .header-top .inner-container .social-icon-one li {
  position: relative;
  margin: 0 20px;
}
.header-style-three .header-top .inner-container .social-icon-one li:before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 32px;
  background: #20282c;
  z-index: 1;
}
.header-style-three .header-top .inner-container .social-icon-one li a {
  font-size: 12px;
}
.header-style-three .header-top .inner-container .top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 30%;
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
}
@media (max-width: 1023.98px) {
  .header-style-three .header-lower {
    padding: 20px 0;
  }
}
.header-style-three .header-lower .logo-box {
  position: relative;
  max-width: 200px;
  margin-right: 15px;
}
@media (max-width: 1399.98px) {
  .header-style-three .header-lower .logo-box {
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    clip-path: none;
  }
}
@media (max-width: 1199.98px) {
  .header-style-three .header-lower .logo-box {
    margin-right: 20px;
  }
}
@media (max-width: 1023.98px) {
  .header-style-three .header-lower .logo-box {
    max-width: 155px;
  }
}
@media (max-width: 991.98px) {
  .header-style-three .header-lower .main-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-style-three .header-lower .nav-outer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991.98px) {
  .header-style-three .header-lower .nav-outer {
    width: auto;
  }
}
.header-style-three .header-lower .nav-outer .navigation > li {
  padding: 30px 0;
}
@media (max-width: 1199.98px) {
  .header-style-three .header-lower .nav-outer .navigation > li {
    margin-right: 50px;
  }
}
.header-style-three .header-lower .outer-box .ui-btn {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  margin-right: 0;
  padding-right: 0;
  border: 1px solid #d7d7d7;
  color: var(--theme-color-dark);
}
@media (max-width: 1023.98px) {
  .header-style-three .header-lower .outer-box .ui-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .header-style-three .header-lower .outer-box .ui-btn {
    display: none;
  }
}
.header-style-three .header-lower .outer-box .ui-btn:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}

/***

====================================================================
    Sticky Header
====================================================================

***/
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 99999;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.sticky-header.fixed-header {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}

.sticky-header .logo {
  padding: 10px 0;
}
.sticky-header .logo img {
  max-height: 40px;
}
.sticky-header .nav-outer {
  position: relative;
  background: none;
}
.sticky-header .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sticky-header .main-menu .navigation > li {
  margin: 0;
  margin-left: 60px;
  padding: 20px 0;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color-dark);
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}

.sticky-header .mobile-nav-toggler {
  display: block;
  color: var(--theme-color-dark);
}

@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
/*** 

====================================================================
Main Offcanvas Sde Menu
====================================================================

***/
/*-- Nav Style --*/
.nav-sidebar-area {
  border-right: 1px solid #EAECF0;
  padding: 40px 26px;
}
.nav-sidebar-area .logo-box {
  margin-bottom: 24px;
}

.nav-sidebar-search-box {
  margin-bottom: 29px;
}

.nav-sidebar-item {
  color: #344054;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
  margin-bottom: 4px;
}
.nav-sidebar-item:last-child {
  margin-bottom: 0;
}
.nav-sidebar-item.active, .nav-sidebar-item:hover {
  background-color: #F9FAFB;
  border-radius: 8px;
  color: #182230;
}
.nav-sidebar-item .icon-img {
  margin-right: 12px;
}

.nav-sidebar-bottom {
  margin-top: 80px;
  border-top: 1px solid #EAECF0;
  padding-top: 24px;
}
.nav-sidebar-bottom.style-two {
  border: none;
}
.nav-sidebar-bottom.style-two .nav-sidebar-item {
  margin-bottom: 13px;
}
.nav-sidebar-bottom.style-two .user-group .user-item .user-thumb {
  margin: 0;
}
.nav-sidebar-bottom.style-two .user-group .user-item .user-thumb .images {
  width: 48px;
  height: 48px;
}

.nav-sidebar-list.style-two .nav-sidebar-item {
  margin-bottom: 13px;
}

.aside-menu-style.offcanvas-end {
  width: 377px;
}
@media only screen and (max-width: 479px) {
  .aside-menu-style.offcanvas-end {
    width: 310px;
  }
}
.aside-menu-style .offcanvas-header {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 36px 72px;
}
.aside-menu-style .offcanvas-header .btn-close-icon {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 52px;
}
.aside-menu-style .offcanvas-body {
  padding: 41px 72px;
}
@media only screen and (max-width: 479px) {
  .aside-menu-style .offcanvas-body {
    padding-top: 10px;
  }
}
.aside-menu-style .offcanvas-footer {
  text-align: right;
  padding: 10px 72px 49px;
}
.aside-menu-style .profile-author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aside-menu-style .profile-author .offcanvas-title {
  color: var(--theme-color1);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 22px;
}
@media only screen and (max-width: 767px) {
  .aside-menu-style .profile-author .offcanvas-title {
    font-size: 18px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .aside-menu-style .profile-author .offcanvas-title {
    font-size: 16px;
  }
}
.aside-menu-style .nav-sidebar-list {
  text-align: right;
}
.aside-menu-style .nav-sidebar-item {
  color: var(--theme-color2);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .aside-menu-style .nav-sidebar-item {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .aside-menu-style .nav-sidebar-item {
    font-size: 16px;
  }
}
.aside-menu-style .nav-sidebar-item:hover {
  color: var(--theme-color1);
}
.aside-menu-style .nav-sidebar-item-logout {
  color: #D30F0F;
  font-size: 18px;
  font-weight: 700;
}
.aside-menu-style .nav-sidebar-item-logout .icon {
  margin-right: 10px;
}
.aside-menu-style.style-two.offcanvas-end {
  width: 460px;
}
@media only screen and (max-width: 479px) {
  .aside-menu-style.style-two.offcanvas-end {
    width: 310px;
  }
}
.aside-menu-style.style-two .offcanvas-header {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 36px 72px 0 30px;
}
@media only screen and (max-width: 479px) {
  .aside-menu-style.style-two .offcanvas-header {
    padding: 25px 15px 0 15px;
  }
}
.aside-menu-style.style-two .offcanvas-header .btn-close-icon {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.aside-menu-style.style-two .offcanvas-body {
  padding: 0 72px 41px 30px;
}
@media only screen and (max-width: 479px) {
  .aside-menu-style.style-two .offcanvas-body {
    padding: 0 15px 20px 15px;
  }
}
.aside-menu-style.style-two .offcanvas-footer {
  padding: 49px 72px 34px 30px;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .aside-menu-style.style-two .offcanvas-footer {
    padding: 10px 15px 34px 15px;
  }
}

.nav-sidebar-item {
  color: var(--theme-color2);
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.nav-sidebar-item.active {
  color: var(--theme-color1);
}

.aside-side-menu-wrapper {
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .aside-side-menu-wrapper.offcanvas-end {
    width: 310px;
  }
}
.aside-side-menu-wrapper .offcanvas-header {
  border-bottom: 1px solid #EAECF0;
  margin-bottom: 23px;
  padding: 21px 0 20px 13px;
  position: relative;
  display: block;
}
.aside-side-menu-wrapper .offcanvas-header .logo-box-outer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aside-side-menu-wrapper .offcanvas-header .input-append-search {
  width: 100%;
}
.aside-side-menu-wrapper .offcanvas-header .logo-box {
  margin-bottom: 0;
  max-width: 100px;
}
.aside-side-menu-wrapper .offcanvas-header .btn-close {
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--theme-color-dark);
  font-size: 20px;
  height: 30px;
  line-height: 20px;
  margin: 0;
  opacity: 1;
  padding: 0;
  width: 40px;
  position: absolute;
  right: -20px;
  top: 17px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .aside-side-menu-wrapper .offcanvas-header .btn-close {
    display: block;
  }
}
.aside-side-menu-wrapper .offcanvas-header .btn-close:hover {
  background-color: rgba(var(--theme-color4-rgb), 0.07);
  color: var(--theme-color-dark);
}
.aside-side-menu-wrapper .offcanvas-body {
  padding: 0 0 10px;
}
.aside-side-menu-wrapper .offcanvas-body .res-mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.aside-side-menu-wrapper .header-btn-box {
  margin-top: 20px;
  border-top: 1px solid rgba(var(--theme-color4-rgb), 0.1);
  padding-top: 20px;
}
.aside-side-menu-wrapper .header-btn-box .header-btn {
  border: 1px solid rgba(var(--theme-color4-rgb), 0.12);
  background-color: #fff;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 12px 5px 20px;
  width: 100%;
}
.aside-side-menu-wrapper .header-btn-box .header-btn .icon {
  font-size: 14px;
  margin-right: 11px;
}
.aside-side-menu-wrapper .header-btn-box .header-btn .btn-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.aside-side-menu-wrapper .header-btn-box .header-btn .btn-text span {
  position: relative;
  top: 1px;
}
.aside-side-menu-wrapper .header-btn-box .header-btn .btn-click {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
}
.aside-side-menu-wrapper .header-btn-box .header-btn .btn-click .item-1 {
  border: 1px solid rgba(var(--theme-color4-rgb), 0.1);
  border-radius: 7px;
  padding: 3px 5px;
  margin-right: 7px;
  min-width: 25px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (min-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1599px) {
  .aside-side-menu-wrapper.style-two {
    width: 100px;
  }
  .aside-side-menu-wrapper.style-two .offcanvas-body .res-mobile-menu nav ul li span {
    display: none;
  }
  .aside-side-menu-wrapper.style-two .offcanvas-body .res-mobile-menu nav ul li ul {
    display: none;
  }
  .aside-side-menu-wrapper.style-two .offcanvas-body .res-mobile-menu nav ul li ul li {
    display: none;
  }
  .aside-side-menu-wrapper.style-two .offcanvas-menu a:not(:only-child)::after {
    display: none;
  }
  .aside-side-menu-wrapper.style-two .offcanvas-bottom .user-info {
    display: none;
  }
  .aside-side-menu-wrapper.style-two .offcanvas-bottom .account-log-out {
    display: none;
  }
}

.sidemenu-top {
  position: relative;
}
.sidemenu-top .header-top-info {
  border-bottom: 1px solid #eee;
  font-size: 12px;
}
.sidemenu-top .header-top-info a {
  display: block;
  padding: 10px 30px;
}
.sidemenu-top .header-info-dropdown {
  border-bottom: 1px solid #eee;
  display: block;
}
.sidemenu-top .header-info-dropdown:last-child {
  border: none;
}
.sidemenu-top .header-info-dropdown:last-child .dropdown-menu {
  top: -2px !important;
}
.sidemenu-top .header-info-dropdown .btn-info {
  color: #373737;
  display: block;
  font-weight: 400;
  font-size: 17px;
  padding: 17px 30px;
  text-align: left;
  width: 100%;
}
.sidemenu-top .header-info-dropdown .btn-info.dropdown-toggle:after {
  color: #3f3f3f;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-size: 28px;
  right: 30px;
  top: calc(50% - 15px);
}
.sidemenu-top .header-info-dropdown .btn-info:before {
  display: none;
}
.sidemenu-top .header-info-dropdown .dropdown-menu {
  left: 0 !important;
  max-width: none;
  padding: 3px 25px;
  top: -1px !important;
  width: 100%;
}

.offcanvas-menu {
  position: relative;
  z-index: 1;
}

.offcanvas-menu::before {
  background-color: var(--theme-color-white);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.offcanvas-menu ul ul {
  display: none;
}

.offcanvas-menu > ul > li > ul li {
  border-bottom: 0px;
}
.offcanvas-menu > ul > li > ul li a {
  padding: 2px 15px 1px 46px;
  font-weight: 500;
  font-size: 13px;
  color: #344054;
}
.offcanvas-menu > ul > li > ul li a.active {
  background-color: #F9FAFB;
}
.offcanvas-menu > ul > li > ul li a:hover {
  color: #182230;
}
.offcanvas-menu > ul > li > ul li a .icon-img {
  margin-right: 4px;
}
.offcanvas-menu > ul > li > ul li a:not(:only-child):after {
  font-size: 18px;
  right: 3px;
  top: 3px;
}

.offcanvas-menu li.active > ul {
  display: block;
}

.offcanvas-menu li a {
  border-radius: 6px;
  display: block;
  text-transform: capitalize;
  color: #344054;
  padding: 6px 13px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.offcanvas-menu li a .icon-img {
  margin-right: 12px;
  position: relative;
  top: -1px;
}
.offcanvas-menu li a.bg-hover-none {
  padding: 6px 0;
}
.offcanvas-menu li a.bg-hover-none:hover {
  background-color: transparent;
}
.offcanvas-menu li a .bg-active {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  border-radius: 10px;
  padding: 7px 15px;
  margin-right: 5px;
}
.offcanvas-menu li a .icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
.offcanvas-menu li a .icon.style-two {
  font-size: 22px;
  margin-right: 17px;
  position: relative;
  top: 2px;
  line-height: 1;
}
.offcanvas-menu li a .icon.style-border {
  border: 2px solid #3d495b;
  width: 26px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  margin-right: 15px;
}
.offcanvas-menu li a.active {
  background-color: rgba(var(--theme-color4-rgb), 0.07);
}
.offcanvas-menu li a.active.bg-active-color1 {
  background-color: var(--theme-color-dark);
  color: var(--theme-color-light);
}
.offcanvas-menu li a.active:after {
  color: #182230;
}
.offcanvas-menu li a.active .icon-img,
.offcanvas-menu li a.active .icon {
  color: var(--theme-color1);
}
.offcanvas-menu li a.active .icon-img.style-border,
.offcanvas-menu li a.active .icon.style-border {
  color: var(--theme-color1);
}
.offcanvas-menu li a:hover {
  background-color: rgba(var(--theme-color4-rgb), 0.1);
  color: #182230;
}
.offcanvas-menu li a:hover:after {
  color: #182230;
}

.offcanvas-menu a:not(:only-child):after {
  color: #667085;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  position: absolute;
  top: calc(50% - 12px);
  right: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.offcanvas-menu .active > a:not(:only-child):after {
  content: "\f077";
}

.aside-side-menu-wrapper.offcanvas {
  height: 100vh;
  padding: 0 23px 30px 24px;
  border-right: 1px solid #EAECF0;
  border-left: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (max-width: 1399.98px) {
  .aside-side-menu-wrapper.offcanvas {
    padding: 0 0 30px 0;
  }
}
@media (min-width: 1200px) {
  .aside-side-menu-wrapper.offcanvas {
    visibility: visible;
    left: 0;
    -webkit-transform: none;
            transform: none;
    position: fixed;
  }
}
.aside-side-menu-wrapper.offcanvas.show {
  -webkit-transform: none !important;
          transform: none !important;
}

.offcanvas-bottom {
  border: none;
  height: auto;
  -webkit-transform: none;
          transform: none;
}
.offcanvas-bottom .user-group {
  border-top: 1px solid rgba(var(--theme-color4-rgb), 0.1);
  padding-top: 24px;
}

/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 28px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color1);
  display: none;
  top: 0;
  margin-left: 20px;
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
@media only screen and (max-width: 1023px) {
  .mobile-nav-toggler {
    display: block;
  }
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px;
}
.mobile-menu .close-btn {
  position: relative;
  top: -10px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.mobile-menu .nav-logo img {
  max-height: 40px;
}
.mobile-menu .menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--theme-color-dark);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(193, 193, 193, 0.3);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(193, 193, 193, 0.3);
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(193, 193, 193, 0.3);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
  color: var(--theme-color1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .navigation li > ul > li {
  padding-left: 20px;
}

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}
.contact-list-one li {
  position: relative;
  margin-bottom: 20px;
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.contact-list-one li:last-child {
  margin-right: 0;
}
.contact-list-one li a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-one li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: var(--theme-color1);
}
.contact-list-one li .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}
.contact-list-one li .text {
  color: var(--theme-color-light);
}

.mobile-menu .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--theme-color-dark);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color1);
}

/***

====================================================================
  Hidden Sidebar style
====================================================================

***/
.toggle-hidden-bar {
  position: relative;
  height: 24px;
  min-width: 38px;
}
.toggle-hidden-bar .line {
  position: absolute;
  left: 0;
  top: 10px;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
}
.toggle-hidden-bar .line:nth-child(1) {
  width: 24px;
  top: 0;
}
.toggle-hidden-bar .line:nth-child(3) {
  width: 24px;
  left: auto;
  right: 0;
  top: 21px;
}

.hidden-bar {
  position: fixed;
  right: 0;
  top: 0px;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
  max-width: 320px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hidden-bar::-webkit-scrollbar {
  width: 2px;
}
.hidden-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #cecece;
  box-shadow: inset 0 0 2px #cecece;
  border-radius: 10px;
}
.hidden-bar::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 10px;
}
.hidden-bar::-webkit-scrollbar-thumb:hover {
  background: #7a7a7a;
}
.hidden-bar .inner-box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--theme-color-dark);
  height: 100%;
}
.hidden-bar .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 30px 30px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .upper-box .close-btn {
  position: relative;
  top: -5px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: var(--theme-color1);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hidden-bar .upper-box .close-btn:hover {
  opacity: 0.5;
}
.hidden-bar .upper-box .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.hidden-bar .upper-box .nav-logo img {
  max-height: 40px;
}
.hidden-bar .text-box {
  position: relative;
  padding: 25px 30px 25px;
}

.contact-list-two {
  position: relative;
  padding: 30px 30px 20px;
}
.contact-list-two li {
  position: relative;
  margin-bottom: 20px;
}
.contact-list-two li:last-child {
  margin-right: 0;
}
.contact-list-two li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color1);
}
.contact-list-two li .contact-info-box a {
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-two li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: var(--theme-color-light);
}
.contact-list-two li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: var(--theme-color-light);
  font-weight: 700;
  text-transform: uppercase;
}

.hidden-bar-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.active-hidden-bar .hidden-bar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.active-hidden-bar .hidden-bar-back-drop {
  opacity: 1;
  visibility: visible;
}

.hidden-bar .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--theme-color-dark);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: auto;
}
.hidden-bar .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hidden-bar .social-links li a:hover {
  color: var(--theme-color1);
}

/*** 

====================================================================
Common CSS
====================================================================

***/
.theme-color1 {
  color: var(--theme-color1) !important;
}

.section-content {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}

.main-section .main-content-right-align {
  width: 100%;
}
@media (min-width: 1470px) {
  .main-section .main-content-right-align {
    margin-left: -30px;
  }
}
@media (min-width: 1200px) {
  .main-section .aside-side-menu-wrapper.offcanvas {
    background-color: rgba(var(--theme-color4-rgb), 0.057);
    border-right-color: rgba(var(--theme-color4-rgb), 0.08);
  }
}
.main-section .aside-side-menu-wrapper .offcanvas-header {
  padding: 13px 0 13px 0;
}
.main-section .header-style.style-two .header-action {
  margin-top: 8px;
}
.main-section .header-style.style-two .header-action .btn-menu {
  background-color: transparent;
  font-size: 24px;
}
.main-section .header-style.style-two .header-lower .main-box .header-btn-box .header-btn {
  border: 1px solid rgba(var(--theme-color4-rgb), 0.1);
  background-color: transparent;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 5px 5px 9px;
}
.main-section .header-style.style-two .header-lower .main-box .header-btn-box .header-btn .btn-text {
  margin-right: 12px;
}
.main-section .header-style.style-two .header-lower .main-box .header-btn-box .header-btn .btn-click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-section .header-style.style-two .header-lower .main-box .header-btn-box .header-btn .btn-click .item-1 {
  border: 1px solid rgba(var(--theme-color4-rgb), 0.1);
  border-radius: 7px;
  padding: 3px 5px;
  margin-right: 7px;
  min-width: 25px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.main-section .header-style.style-two .header-lower .main-box .header-title .title {
  color: var(--theme-color4);
}
.main-section .style-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-section .style-wide .aside-menu-wrapper {
  min-width: 280px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (max-width: 1399.98px) {
  .main-section .style-wide .aside-menu-wrapper {
    min-width: 225px;
  }
}
@media (max-width: 1199.98px) {
  .main-section .style-wide .aside-menu-wrapper {
    min-width: auto;
  }
}
.main-section .style-wide .aside-menu-wrapper .aside-side-menu-wrapper .offcanvas-header .logo-box .logo-collapse {
  display: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.main-section .style-wide .aside-menu-wrapper .aside-side-menu-wrapper .offcanvas-header .logo-box .logo-expand {
  display: inline;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.main-section .style-wide .aside-menu-wrapper .aside-side-menu-wrapper .offcanvas-header .btn-close .icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.main-section .style-wide .aside-menu-wrapper .aside-side-menu-wrapper .offcanvas-header .btn-close .icon-collapse {
  display: none;
}
.main-section .style-wide .aside-menu-wrapper .aside-side-menu-wrapper .offcanvas-header .btn-close .icon-expand {
  display: inline;
}
.main-section .style-wide .aside-menu-wrapper .aside-side-menu-wrapper .user-info {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.main-section .style-wide .aside-menu-wrapper .aside-side-menu-wrapper .header-btn-box .header-btn .btn-text {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  white-space: nowrap;
}
.main-section .style-wide .aside-menu-wrapper .aside-side-menu-wrapper.offcanvas .offcanvas-menu li a .menu-text {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  white-space: nowrap;
}
.main-section .style-wide .aside-menu-wrapper.collapsed {
  min-width: 120px;
}
.main-section .style-wide .aside-menu-wrapper.collapsed .aside-side-menu-wrapper .offcanvas-header .logo-box .logo-collapse {
  display: inline;
}
.main-section .style-wide .aside-menu-wrapper.collapsed .aside-side-menu-wrapper .offcanvas-header .logo-box .logo-expand {
  display: none;
}
.main-section .style-wide .aside-menu-wrapper.collapsed .aside-side-menu-wrapper .offcanvas-header .btn-close .icon-collapse {
  display: inline;
}
.main-section .style-wide .aside-menu-wrapper.collapsed .aside-side-menu-wrapper .offcanvas-header .btn-close .icon-expand {
  display: none;
}
.main-section .style-wide .aside-menu-wrapper.collapsed .aside-side-menu-wrapper .header-btn-box .header-btn .btn-text {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.main-section .style-wide .aside-menu-wrapper.collapsed .aside-side-menu-wrapper .user-info {
  display: none;
}
.main-section .style-wide .aside-menu-wrapper.collapsed .aside-side-menu-wrapper .single-dropdown-list .list-items {
  right: -185px;
}
.main-section .style-wide .aside-menu-wrapper.collapsed .aside-side-menu-wrapper.offcanvas {
  max-width: 120px;
}
.main-section .style-wide .aside-menu-wrapper.collapsed .aside-side-menu-wrapper.offcanvas .offcanvas-menu li a .menu-text {
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media (min-width: 1400px) {
  .main-section .style-wide .aside-menu-wrapper .aside-side-menu-wrapper.offcanvas {
    max-width: 280px;
  }
}
@media (max-width: 1399.98px) {
  .main-section .style-wide .aside-menu-wrapper .aside-side-menu-wrapper.offcanvas {
    max-width: 225px;
    min-width: 225px;
  }
}
@media (max-width: 1399.98px) {
  .main-section .style-wide .aside-menu-wrapper .aside-side-menu-wrapper .offcanvas-header .logo-box {
    max-width: 198px;
  }
}
.main-section .style-wide .main-content-right-align {
  position: relative;
  margin-left: 0;
  padding: 0 30px;
}
.main-section .style-wide .main-content-right-align.style-two {
  height: 100vh;
}
.main-section .style-wide .main-content-right-align.style-two .outer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 70px);
}
.main-section .style-wide .main-content-right-align.style-two .outer-content .search-box {
  margin-top: auto;
}
.main-section .style-wide .main-content-right-align .header-style.style-two .header-lower {
  border-bottom: 1px solid rgba(var(--theme-color4-rgb), 0.1);
  padding: 15px 0;
}
.main-section .style-wide .main-content-right-align .header-style.style-two .header-lower .main-box {
  max-width: none;
}
.main-section .style-wide .main-content-right-align .part-left-align {
  padding-right: 30px;
  height: calc(100vh - 69px);
  overflow-y: scroll;
}
@media (max-width: 767.98px) {
  .main-section .style-wide .main-content-right-align .part-left-align {
    height: auto;
    padding-right: 0;
  }
}
.main-section .style-wide .main-content-right-align .part-left-align.style-two {
  padding-right: 27px;
  padding-top: 38px;
}
@media (max-width: 1699.98px) {
  .main-section .style-wide .main-content-right-align .part-left-align.style-two {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .main-section .style-wide .main-content-right-align .part-left-align.style-two {
    padding-right: 0;
  }
}
.main-section .style-wide .main-content-right-align .part-left-align .inner-part-content {
  height: 100%;
}
.main-section .style-wide .main-content-right-align .part-left-align .reviews-section {
  padding: 15px 0 30px;
}
@media (max-width: 1699.98px) {
  .main-section .style-wide .main-content-right-align .part-left-align .reviews-section .review-block .inner-box .text {
    font-size: 14px;
  }
}
.main-section .style-wide .main-content-right-align .part-left-align .call-to-action-one {
  padding: 0 0 87px;
}
.main-section .style-wide .main-content-right-align .part-left-align .call-to-action-one:before {
  display: none;
}
@media (max-width: 1699.98px) {
  .main-section .style-wide .main-content-right-align .part-left-align .call-to-action-one .content-column .inner-column {
    margin-right: 60px;
  }
}
.main-section .style-wide .main-content-right-align .part-left-align .call-to-action-one .content-column .inner-column .sec-title {
  margin-bottom: 60px;
}
@media (max-width: 1699.98px) {
  .main-section .style-wide .main-content-right-align .part-left-align .call-to-action-one .content-column .inner-column .sec-title .text {
    font-size: 15px;
  }
}
@media (max-width: 1699.98px) {
  .main-section .style-wide .main-content-right-align .part-left-align .call-to-action-one .agent-column .inner-column {
    margin-left: -85px;
  }
}
@media (max-width: 991.98px) {
  .main-section .style-wide .main-content-right-align .part-left-align .call-to-action-one .agent-column .inner-column {
    margin-left: 15px;
    margin-top: 45px;
  }
}
.main-section .style-wide .main-content-right-align .part-left-align .call-to-action-one .image-column .image-box {
  padding-top: 0;
}
.main-section .style-wide .main-content-right-align .part-right-align {
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 69px);
  padding-left: 30px;
  padding-right: 0;
  padding-top: 30px;
  border-left: 1px solid rgba(var(--theme-color4-rgb), 0.1);
}
@media (max-width: 1699.98px) {
  .main-section .style-wide .main-content-right-align .part-right-align {
    padding-left: 15px;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .main-section .style-wide .main-content-right-align .part-right-align {
    display: none;
  }
}
.main-section .style-wide .main-content-right-align .part-right-align .inner-part-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-section .style-wide .main-content-right-align .part-right-align .inner-part-content .features-section-two {
  margin-top: auto;
}
.main-section .style-wide .main-content-right-align .part-right-align .inner-part-content .call-to-action-one:before {
  display: none;
}
.main-section .style-wide .main-content-right-align .part-right-align .feature-block-two .inner-box .content-box .title {
  font-size: 15px;
}
@media (max-width: 1799.98px) {
  .main-section .style-wide .main-content-right-align .part-right-align .feature-block-two .inner-box .content-box .title {
    font-size: 14px;
  }
}
@media (max-width: 1799.98px) {
  .main-section .style-wide .main-content-right-align .part-right-align .feature-block-two .inner-box .content-box .title span {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .main-section .style-wide .main-content-right-align .part-right-align .feature-block-two .inner-box .content-box .title span {
    display: inline-block;
  }
}
.main-section .style-wide .main-content-right-align .part-right-align .feature-block-two .inner-box .image-box .image {
  border-radius: 7px;
}
.main-section .style-wide .main-content-right-align .part-right-align .feature-block-two .inner-box .image-box .image img {
  border-radius: 7px;
}
.main-section .style-wide .main-content-right-align .part-right-align .features-section-three {
  padding: 0 0 15px;
}
.main-section .style-wide .main-content-right-align .part-right-align .feature-block-three {
  margin-bottom: 8px;
}
.main-section .style-wide .main-content-right-align .part-right-align .feature-block-three .inner-box:hover .content-box {
  background-color: rgba(var(--theme-color-light-rgb), 0.98);
}
.main-section .style-wide .main-content-right-align .part-right-align .feature-block-three .inner-box .image-box .image {
  background-size: cover;
  background-position: center center;
  min-height: 180px;
  border-radius: 7px;
}
.main-section .style-wide .main-content-right-align .part-right-align .feature-block-three .inner-box .content-box {
  padding: 4px 5px;
  position: absolute;
  bottom: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(var(--theme-color-light-rgb), 0.88);
  width: calc(100% - 20px);
  border-radius: 7px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-section .style-wide .main-content-right-align .part-right-align .feature-block-three .inner-box .content-box .title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .main-section .style-wide .main-content-right-align .part-right-align .feature-block-three .inner-box .content-box .title {
    font-size: 13px;
  }
}
.main-section .style-wide .main-content-right-align .part-right-align .feature-block-three .inner-box .content-box .text {
  display: none;
}
.main-section .style-wide.thread-section-wrapper .inner-part-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-section .style-wide.thread-section-wrapper .footer-style-one {
  margin-top: auto;
}
.main-section .style-wide.thread-chat-section-wrapper .inner-part-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-section .style-wide.thread-chat-section-wrapper .part-left-align .search-box-chat {
  margin-top: auto;
  padding: 40px 0 30px;
}
.main-section .style-wide.profile-section-wrapper .main-content-right-align {
  padding: 0 0 0 24px;
}
.main-section .style-wide.profile-section-wrapper .main-content-right-align .part-left-align {
  padding-right: 27px;
  padding-top: 25px;
  height: calc(100vh - 67px);
}
.main-section .style-wide.profile-section-wrapper .inner-part-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-section .style-wide.profile-section-wrapper .part-left-align .search-box-chat {
  margin-top: auto;
  padding: 40px 0 30px;
}

.divide-part-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.divide-part-two .part-left-align {
  min-width: 50%;
}

.divide-part-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-box {
  padding: 10px 0 30px;
}
.search-box .search-box-outer {
  max-width: 900px;
  margin: 0 auto;
}
.search-box .search-box-outer .search-title {
  text-align: center;
  margin-bottom: 30px;
}
.search-box .search-box-outer .promt-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-box .search-box-outer .promt-items .item {
  border: 2px solid rgba(var(--theme-color-dark-rgb), 0.05);
  margin: 15px 6px;
  text-align: center;
  padding: 7px 25px 6px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 7px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-box .search-box-outer .promt-items .item:hover {
  background-color: rgba(var(--theme-color-dark-rgb), 0.05);
}
.search-box .search-box-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-box .search-box-inner .image-1 {
  margin-bottom: 0;
  max-width: 50px;
  margin-right: 12px;
}
.search-box .search-box-inner .image-1 img {
  border-radius: 50%;
}
.search-box .search-box-inner .input-append-search {
  background-color: rgba(var(--theme-color-dark-rgb), 0.05);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  width: 100%;
  padding: 12px 20px 12px 0;
  border-radius: 7px;
  position: relative;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}
.search-box .search-box-inner .input-append-search:before {
  content: "";
  position: absolute;
  pointer-events: none;
  background: #fff;
  border-radius: 7px;
  top: 3px;
  height: calc(100% - 6px);
  left: 3px;
  width: calc(100% - 6px);
  z-index: -1;
}
.search-box .search-box-inner .input-append-search .search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-box .search-box-inner .input-append-search .inner-voice-icon {
  font-size: 20px;
  padding-left: 17px;
  cursor: pointer;
  position: relative;
  top: -4px;
}
.search-box .search-box-inner .input-append-search button {
  top: 0;
}
.search-box .search-box-inner .input-append-search .search-query {
  color: var(--theme-color-dark);
  font-size: 16px;
  font-weight: 400;
  position: relative;
  max-width: none;
  width: 100%;
  background-color: transparent;
  padding: 5px 15px;
  line-height: 1.4;
}
.search-box .search-box-inner .input-append-search .search-query::-webkit-input-placeholder {
  color: var(--theme-color-dark);
  opacity: 1;
  font-weight: 400;
}
.search-box .search-box-inner .input-append-search .search-query::-moz-placeholder {
  color: var(--theme-color-dark);
  opacity: 1;
  font-weight: 400;
}
.search-box .search-box-inner .input-append-search .search-query:-ms-input-placeholder {
  color: var(--theme-color-dark);
  opacity: 1;
  font-weight: 400;
}
.search-box .search-box-inner .input-append-search .search-query::-ms-input-placeholder {
  color: var(--theme-color-dark);
  opacity: 1;
  font-weight: 400;
}
.search-box .search-box-inner .input-append-search .search-query::placeholder {
  color: var(--theme-color-dark);
  opacity: 1;
  font-weight: 400;
}
.search-box .search-box-inner .input-append-search .bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
  margin-top: auto;
}
.search-box .search-box-inner .input-append-search .bottom-info .btn-connect-box {
  position: relative;
  top: 6px;
}
.search-box .search-box-inner .input-append-search .bottom-info .btn-connect {
  border: 2px solid rgba(var(--theme-color-dark-rgb), 0.05);
  cursor: pointer;
  border-radius: 25px;
  font-size: 14px;
  padding: 5px 15px;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-box .search-box-inner .input-append-search .bottom-info .btn-connect .icon {
  margin-right: 3px;
}
.search-box .search-box-inner .input-append-search .bottom-info .btn-connect .icon-group {
  margin-left: 15px;
}
.search-box .search-box-inner .input-append-search .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
  margin-bottom: 12px;
  min-width: 270px;
}
.search-box .search-box-inner .input-append-search .btn-box .btn-info-item {
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-right: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-box .search-box-inner .input-append-search .btn-box .btn-info-item:hover {
  color: var(--theme-color1);
}
.search-box .search-box-inner .input-append-search .btn-box .btn-info-item .icon {
  font-size: 20px;
}
.search-box .search-box-inner .input-append-search .btn-box .btn-info-item .btn-text {
  display: inline-block;
}
.search-box .search-box-inner .input-append-search .btn-box .btn-info-item span svg {
  margin-right: 4px;
  position: relative;
  top: -2px;
}
.search-box .search-box-inner .input-append-search .btn-box .inner-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-box .search-box-inner .input-append-search .btn-box .inner-btn-box .btn-ui-icon {
  background-color: transparent;
  margin-right: 16px;
}
.search-box .search-box-inner .input-append-search .btn-box .inner-btn-box .btn-ui-icon span {
  color: var(--theme-color4);
}
.search-box .search-box-inner .input-append-search .btn-box .inner-btn-box .btn-ui-icon:last-child {
  margin-right: 0;
}
.search-box .search-box-inner .input-append-search .btn-box .search-theme-btn {
  font-size: 14px;
  padding: 4.52px 22.5px 4.52px 10px;
  margin-left: 16px;
}
.search-box .search-box-inner .input-append-search .btn-box .search-theme-btn:hover {
  color: #fff;
}

/*-- Input Append Search Style --*/
.input-append-search {
  background-color: var(--theme-color-white);
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  height: 44px;
  line-height: 42.5px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .input-append-search.style-two {
    margin-left: 24px;
    margin-bottom: 34px;
  }
}
.input-append-search .search-query-2 {
  position: absolute;
  border: none;
  background-color: transparent;
  font-size: 16px;
  max-width: 250px;
  width: 100%;
}

/*-- User Group Style --*/
.user-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-item:hover .user-thumb .images {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.user-item.style-two {
  border-bottom: 1px solid #EAECF0;
  padding: 16px 24px;
}
.user-item .user-thumb {
  margin-right: 12px;
  overflow: hidden;
  border-radius: 50%;
}
.user-item .user-thumb .images {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.user-item .user-info .user-name {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}
.user-item .user-info .user-name.color-blue {
  color: #00396D;
}
.user-item .user-info .user-account {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 1399.98px) {
  .user-item .user-info .user-account {
    font-size: 12px;
  }
}
.user-item .user-info .user-account:hover a {
  text-decoration: underline;
}
.user-item .user-info .user-account a {
  color: #475467;
  text-decoration: none;
}
.user-item .account-log-out {
  position: absolute;
  top: 10px;
  right: 0;
}
@media (max-width: 1399.98px) {
  .user-item .account-log-out {
    right: 7px;
  }
}

/*-- Single Dropdown Menu List Style --*/
.single-dropdown-list:hover .list-items-dropdown {
  display: block;
}
.single-dropdown-list .list-item {
  position: relative;
  z-index: 2;
}

.single-dropdown-list .list-items-dropdown {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.single-dropdown-list .list-items {
  border-radius: 4px;
  position: absolute;
  right: -25px;
  bottom: 45px;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  z-index: 1;
  padding: 7px;
  min-width: 272px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.single-dropdown-list .list-items:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -32px;
  height: 32px;
  width: 100%;
  background-color: transparent;
}

.single-dropdown-list .list-item + .list-items-dropdown .list-items li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3px 5px;
  min-width: 140px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.single-dropdown-list .list-item + .list-items-dropdown .list-items li:last-child {
  border-bottom: none;
}

.single-dropdown-list .list-item + .list-items-dropdown .list-items li a {
  border-radius: 4px;
  line-height: 1;
  padding: 15px 13px;
  text-transform: capitalize;
  color: #000;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.single-dropdown-list .list-item + .list-items-dropdown .list-items li a .icon {
  color: #000;
  font-size: 15px;
  margin-bottom: 0;
  margin-right: 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.single-dropdown-list .list-item + .list-items-dropdown .list-items li:hover a {
  background-color: #001d43 !important;
  color: #fff;
}

.single-dropdown-list .list-item + .list-items-dropdown .list-items li:hover a .icon {
  color: #fff;
}

/*-- Scrollbar Style --*/
.scrollbar-style {
  scrollbar-color: rgba(var(--theme-color-dark-rgb), 0.057) rgba(var(--theme-color4-rgb), 0.057);
  scrollbar-width: thin;
}
@media only screen and (max-width: 1199px) {
  .scrollbar-style {
    padding-right: 18px;
  }
}
.scrollbar-style::-webkit-scrollbar {
  width: 7px;
}
.scrollbar-style::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.scrollbar-style::-webkit-scrollbar-thumb {
  background: var(--theme-color1);
  border-radius: 10px;
}
.scrollbar-style::-webkit-scrollbar-thumb:hover {
  background: var(--theme-color2);
}

.part-right-align.scrollbar-style {
  scrollbar-color: rgba(var(--theme-color-dark-rgb), 0.057) transparent;
}

/*-- Inner Title Style --*/
.inner-title-section .inner-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(var(--theme-color4-rgb), 0.055);
  padding-bottom: 15px;
}
.inner-title-section .inner-content .title-name {
  color: var(--theme-color4);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.inner-title-section .inner-content .title-name span {
  color: var(--theme-color4);
}

.inner-title .inner-content {
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  margin-bottom: 24px;
}
.inner-title .inner-content .title-name {
  color: var(--theme-color4);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.inner-title .inner-content .title-name span {
  color: var(--theme-color4);
}

.btn-box .btn-style-back {
  background-color: rgba(var(--theme-color4-rgb), 0.1);
  border-radius: 25px;
  padding: 3px 15px;
}
.btn-box .btn-style-back .btn-title {
  color: var(--theme-color-dark);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--text-font);
}

/*** 

====================================================================
Form Filters Select CSS
====================================================================

***/
.custom-select {
  position: relative;
}
.custom-select .form-select {
  display: none;
}
.custom-select .select-selected {
  color: #c4c4c4;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 28px 3px 17px;
  position: relative;
}
@media (max-width: 575.98px) {
  .custom-select .select-selected {
    font-size: 12px;
    padding: 1px 10px 4px;
    top: 0;
  }
}
.custom-select .select-selected:after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-size: 15px;
  position: relative;
  right: -10px;
  top: calc(50% - 13px);
}
.custom-select .select-selected.select-arrow-active {
  color: #1A1818;
}
.custom-select .select-selected.select-arrow-active:after {
  content: "\f106";
}
.custom-select .select-selected-bottom-rounded {
  background-color: rgba(var(--theme-color4-rgb), 0.1);
  border-radius: 18px;
  color: var(--theme-color-dark);
}
.custom-select .select-selected-bottom-square {
  border-radius: 10px 10px 0 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  border-color: #ffffff;
  color: #1A1818;
}
.custom-select .select-selected-bottom-square:before {
  background-color: #ffffff;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
}
.custom-select .select-items {
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
  margin-right: 0;
  padding: 0 0 5px;
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  right: 0;
  z-index: 99;
}
.custom-select .select-items > div {
  color: #1A1818;
  cursor: pointer;
  border: none;
  line-height: 1;
  padding: 9px 17px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-select .select-items > div:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--theme-color1);
}
.custom-select .select-items .same-as-selected {
  color: #1A1818;
}
.custom-select .select-items.select-hide {
  display: none;
}
.custom-select .select-items::-webkit-scrollbar {
  width: 4px;
}
.custom-select .select-items::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 0px 0px 2px 0px;
}
.custom-select .select-items::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 2px; /* optional rounded handle */
  width: 2px;
  height: 50px;
}
.custom-select .select-items::-webkit-scrollbar-thumb:hover {
  background: #c5c5c5;
}

.filters-sorting {
  border-bottom: 1px solid rgba(var(--theme-color4-rgb), 0.055);
  padding-bottom: 5px;
}
.filters-sorting .filter-sorting {
  color: #c4c4c4;
}
.filters-sorting .filter-sorting .icon {
  font-size: 12px;
  margin-left: 6px;
}
.filters-sorting .filter-sorting .filter-sorting-title {
  color: #1A1818;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .filters-sorting .filter-sorting .filter-sorting-title {
    font-size: 12px;
    margin-right: 0;
  }
}

.filters-sorting-search-content {
  color: var(--theme-color4);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .filters-sorting-search-content {
    font-size: 12px;
  }
}
.filters-sorting-search-content span {
  color: var(--theme-color4);
}

.filters-expandall + .accordian-sidebar-area .collapse {
  display: block;
}

.filters-expandall + .accordian-sidebar-area .collapse.collapse:not(.show) {
  display: none;
}

/*** 

====================================================================
Form Filters Chechbox CSS
====================================================================

***/
.custom-filter .custom-filter-inner {
  position: relative;
  margin-bottom: 40px;
}

.custom-filter-box .filter-box-inner {
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 15px 15px 18px;
  margin-bottom: 24px;
}

.form-check-title {
  border-bottom: 1px solid rgba(var(--theme-color4-rgb), 0.075);
  color: var(--theme-color4);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 11px;
  padding-bottom: 3px;
}
.form-check-title span {
  font-size: 14px;
  font-weight: 600;
}

.widget-checkbox .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.widget-checkbox .form-check:last-child {
  margin-bottom: 0;
}
.widget-checkbox .form-check .form-check-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.widget-checkbox .form-check .form-check-inner .form-check-input {
  margin-right: 12px;
  margin-left: 0;
  top: -2px;
}
.widget-checkbox .form-check .form-check-inner .form-field {
  cursor: pointer;
}
.widget-checkbox .form-check .form-check-inner .form-field .inner-field {
  padding: 0;
}
.widget-checkbox .form-check .form-check-inner .form-field .inner-field .icon {
  line-height: 1;
}
.widget-checkbox .form-check-label {
  color: var(--theme-color4);
  font-weight: 500;
  margin-left: 12px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .widget-checkbox .form-check-label {
    margin-left: 10px;
  }
}
.widget-checkbox .form-check-label span {
  margin-left: 6px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.widget-checkbox .form-check-input {
  background-color: var(--theme-color-white);
  border-color: rgba(var(--theme-color4-rgb), 0.24);
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  height: 18px;
  position: relative;
  top: -1px;
  width: 18px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.widget-checkbox .form-check-input:checked {
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
}
.widget-checkbox .form-check-input:checked + label span {
  color: var(--theme-color1);
}

.widget-search-input .form-check {
  padding-left: 0;
}
.widget-search-input .form-check .form-search-input {
  height: calc(2.25rem + 9px);
  background-color: rgba(var(--theme-color4-rgb), 0.02);
  border-bottom: 1px solid rgba(var(--theme-color4-rgb), 0.1);
  border-radius: 0;
  padding: 6px 18px 3px 0;
  outline: 0;
  color: var(--theme-color4);
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.widget-search-input .form-check .form-search-input::-webkit-input-placeholder {
  color: rgba(var(--theme-color4-rgb), 0.92);
  opacity: 1;
}
.widget-search-input .form-check .form-search-input::-moz-placeholder {
  color: rgba(var(--theme-color4-rgb), 0.92);
  opacity: 1;
}
.widget-search-input .form-check .form-search-input:-ms-input-placeholder {
  color: rgba(var(--theme-color4-rgb), 0.92);
  opacity: 1;
}
.widget-search-input .form-check .form-search-input::-ms-input-placeholder {
  color: rgba(var(--theme-color4-rgb), 0.92);
  opacity: 1;
}
.widget-search-input .form-check .form-search-input::placeholder {
  color: rgba(var(--theme-color4-rgb), 0.92);
  opacity: 1;
}
.widget-search-input .form-check .form-search-input:-ms-input-placeholder {
  color: rgba(var(--theme-color4-rgb), 0.92);
  opacity: 1;
}
.widget-search-input .form-check .form-search-input::-ms-input-placeholder {
  color: rgba(var(--theme-color4-rgb), 0.92);
  opacity: 1;
}
.widget-search-input .form-check .form-search-input:focus, .widget-search-input .form-check .form-search-input:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: rgba(var(--theme-color1-rgb), 0.92);
}
.widget-search-input .form-field .inner-field {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 10px;
}
.widget-search-input .form-field .inner-field .icon {
  color: var(--theme-color4);
  font-size: 24px;
  padding-right: 8px;
  line-height: 1.6;
}
.widget-search-input .form-field .inner-field .icon .icon-img {
  width: 20px;
}
.widget-search-input .form-field .inner-field .content-field {
  padding-top: 3px;
}
.widget-search-input .form-field .inner-field .content-field .text {
  color: var(--theme-color4);
  font-size: 14px;
  font-weight: 500;
}

/*** 

====================================================================
Form Flight Search CSS
====================================================================

***/
.flight-search-box {
  margin-bottom: 30px;
}
.flight-search-box .search-box-inner .search-box-info {
  background-color: var(--theme-color-light);
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 5px;
}
.flight-search-box .search-box-inner .search-box-info .info-select {
  display: inline-block;
  padding: 7px 0;
}
.flight-search-box .search-box-inner .search-box-info .info-select .custom-select {
  display: inline-block;
}
.flight-search-box .search-box-inner .search-box-info .info-select .custom-select .select-selected-bottom-rounded {
  background-color: transparent;
}
.flight-search-box .search-box-inner .search-box-info .info-select .custom-select .select-selected-bottom-square:before {
  background-color: transparent;
}
.flight-search-box .search-box-inner .search-box-info .info-select .custom-select .select-items {
  border-radius: 10px;
  font-size: 14px;
  padding: 7px 0 5px;
  top: calc(100% + 1px);
}
.flight-search-box .search-box-inner .search-box-info .info-select .custom-select .select-selected {
  padding: 2px 20px 3px 22px;
}
.flight-search-box .search-box-inner .search-box-info .info-select .custom-select.select-flight-class {
  margin-left: -15px;
}
.flight-search-box .search-box-inner .search-box-info .info-select .custom-select.select-flight-class .select-selected {
  padding: 2px 30px 3px 22px;
  min-width: 155px;
}
.flight-search-box .search-box-inner .search-box-info .info-select .custom-select.select-flight-travelers {
  margin-left: -10px;
}
.flight-search-box .search-box-inner .search-box-info .info-select .custom-select.select-flight-travelers .select-selected {
  padding: 2px 30px 3px 22px;
}
.flight-search-box .search-box-inner .search-box-content {
  background-color: var(--theme-color-light);
  border: 1px solid rgba(var(--theme-color4-rgb), 0.1);
  border-radius: 35px;
  padding: 3px 10px 0;
  position: relative;
}
.flight-search-box .search-box-inner .search-box-content .form-field {
  display: inline-block;
  position: relative;
}
.flight-search-box .search-box-inner .search-box-content .form-field:after {
  background-color: rgba(var(--theme-color4-rgb), 0.15);
  content: "";
  width: 1px;
  height: calc(100% - 24px);
  position: absolute;
  right: -4px;
  top: 11px;
}
.flight-search-box .search-box-inner .search-box-content .form-field.after-none:after {
  display: none;
}
.flight-search-box .search-box-inner .search-box-content .form-field:last-child:after {
  display: none;
}
.flight-search-box .search-box-inner .search-box-content .form-field .inner-field {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 10px;
}
.flight-search-box .search-box-inner .search-box-content .form-field .inner-field .icon {
  color: var(--theme-color4);
  font-size: 24px;
  padding-right: 8px;
  line-height: 1.6;
}
.flight-search-box .search-box-inner .search-box-content .form-field .inner-field .icon .icon-img {
  width: 25px;
}
.flight-search-box .search-box-inner .search-box-content .form-field .inner-field .content-field .title {
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.4px;
}
.flight-search-box .search-box-inner .search-box-content .form-field .inner-field .content-field .text {
  color: var(--theme-color4);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.flight-search-box .search-box-inner .search-box-content .form-field .inner-field .content-field .trip-way {
  font-size: 18px;
}
.flight-search-box .search-box-inner .search-box-content .flight-search-btn {
  border-radius: 25px;
  font-size: 16px;
  margin-left: auto;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flight-search-box .search-box-inner .search-box-content.content-search-right .flight-search-btn {
  position: relative;
  -webkit-transform: none;
          transform: none;
  top: -1px;
  right: auto;
  margin: 7px 0 6px 15px;
}

/*** 

====================================================================
Form Booking Flight CSS
====================================================================

***/
.thread-booking-section .thread-section-inner {
  position: relative;
}

.thread-booking-title {
  margin-bottom: 15px;
}
.thread-booking-title .title {
  color: var(--theme-color4);
  font-size: 22px;
}

.thread-booking-inner-title {
  margin-bottom: 15px;
  margin-top: 14px;
}
.thread-booking-inner-title .title {
  color: var(--theme-color4);
  font-size: 20px;
}

.thread-booking-inner-title-two {
  margin-bottom: 15px;
  margin-top: 14px;
}
.thread-booking-inner-title-two .title {
  color: var(--theme-color4);
  font-size: 18px;
}

.flight-booking-form {
  background-color: var(--theme-color-light);
  border: 1px solid rgba(var(--theme-color4-rgb), 0.1);
  border-radius: 35px;
  padding: 25px 25px 20px;
}

.charges-select-list .list-item {
  background-color: rgba(var(--theme-color4-rgb), 0.025);
  border-radius: 12px;
  color: rgb(96, 119, 138);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 12px;
  margin: 8px 0;
}
.charges-select-list .list-item span {
  color: var(--theme-color-dark);
  float: right;
}

/*** 

====================================================================
Form Common CSS
====================================================================

***/
.form-group {
  margin-bottom: 16px;
}
.form-group .custom-select-default .custom-select .select-selected-bottom-rounded {
  background-color: rgba(var(--theme-color4-rgb), 0.02);
  border: 1px solid rgba(var(--theme-color4-rgb), 0.1);
  border-radius: 12px;
  padding: 6px 18px;
  color: var(--theme-color4);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
}
.form-group .custom-select-default .custom-select .select-items {
  border-radius: 10px;
  padding: 6px 0 5px;
  top: calc(100% - 3px);
}
.form-group .custom-select-default .custom-select .select-selected:after {
  position: absolute;
  right: auto;
  left: calc(100% - 25px);
}
.form-control, .input-text {
  height: calc(2.25rem + 9px);
  background-color: rgba(var(--theme-color4-rgb), 0.02);
  border: 1px solid rgba(var(--theme-color4-rgb), 0.1);
  border-radius: 12px;
  padding: 6px 18px;
  outline: 0;
  color: var(--theme-color4);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
  width: 100%;
}
.form-control::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
  color: rgba(var(--theme-color4-rgb), 0.92);
  opacity: 1;
}
.form-control::-moz-placeholder, .input-text::-moz-placeholder {
  color: rgba(var(--theme-color4-rgb), 0.92);
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: rgba(var(--theme-color4-rgb), 0.92);
  opacity: 1;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: rgba(var(--theme-color4-rgb), 0.92);
  opacity: 1;
}
.form-control::placeholder, .input-text::placeholder {
  color: rgba(var(--theme-color4-rgb), 0.92);
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: rgba(var(--theme-color4-rgb), 0.92);
  opacity: 1;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: rgba(var(--theme-color4-rgb), 0.92);
  opacity: 1;
}
.form-control:focus, .form-control:active, .input-text:focus, .input-text:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: rgba(var(--theme-color1-rgb), 0.92);
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.custom-select-radio-list {
  position: relative;
}
.custom-select-radio-list .item-radio {
  display: inline-block;
  background-color: rgba(var(--theme-color4-rgb), 0.02);
  border: 1px solid rgba(var(--theme-color4-rgb), 0.1);
  border-radius: 12px;
  padding: 6px 18px;
  color: var(--theme-color4);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
  margin-right: 12px;
  margin-bottom: 16px;
  min-width: 100px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.custom-select-radio-list .item-radio:last-child {
  margin-right: 0;
}
.custom-select-radio-list .item-radio:hover, .custom-select-radio-list .item-radio:focus-visible, .custom-select-radio-list .item-radio:focus, .custom-select-radio-list .item-radio:active {
  background-color: rgba(var(--theme-color4-rgb), 0.22);
}

.form-select-review {
  position: relative;
}

.flex-item-review {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-item-review.bdb-style {
  border-bottom: 1px solid rgba(var(--theme-color4-rgb), 0.055);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.flex-item-review .inner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-item-review .inner-item .thumb-box {
  background-color: rgb(240, 242, 245);
  color: var(--theme-color-dark);
  border-radius: 8px;
  font-size: 21px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  width: 48px;
  min-width: 48px;
  text-align: center;
  margin-right: 12px;
  position: relative;
}
.flex-item-review .inner-item .thumb-box.image-box {
  background-color: transparent;
  border-radius: 50%;
}
.flex-item-review .inner-item .thumb-box img {
  border-radius: 50%;
  width: 100%;
  position: relative;
  top: -1px;
}
.flex-item-review .inner-item .thumb-box img.image-2 {
  border-radius: 8px;
}
.flex-item-review .inner-item .content .title {
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.flex-item-review .inner-item .content .text {
  color: rgb(96, 119, 138);
  font-size: 14px;
}
.flex-item-review .inner-item .content .text span, .flex-item-review .inner-item .content .text a {
  color: var(--theme-color-dark);
}
.flex-item-review .align-right span {
  color: var(--theme-color4);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.flex-item-review .align-right span.icon {
  display: inline-block;
  min-width: 40px;
  text-align: center;
}

.flex-item-pay .inner-item .thumb-box {
  min-width: 400px;
}

/*** 

====================================================================
Form SignUp/Login CSS
====================================================================

***/
.form-style {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  padding: 44px 30px 47px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .form-style {
    border-radius: 20px;
    padding: 30px 15px 30px;
  }
}
.form-style .form-title {
  margin-bottom: 30px;
}
.form-style .form-two-title {
  margin-bottom: 35px;
}
.form-style .form-two-title .icon {
  margin-right: 13px;
  position: relative;
  top: -3px;
}
.form-style .form-three-title {
  margin-bottom: 31px;
}
.form-style .form-three-title .icon {
  margin-right: 13px;
  position: relative;
  top: -3px;
}
.form-style .form-two-inner-title {
  color: #c4c4c4;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}
.form-style .form-two-inner-title-separate {
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 10px;
}
.form-style .form-group {
  margin-bottom: 19px;
}
.form-style .form-group-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.form-style .form-group-file .file-item {
  margin-bottom: 54px;
}
.form-style .form-group-file .file-item h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1px;
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .form-style .form-group-file .file-item h6 {
    margin-left: 7px;
  }
}
.form-style .form-group-file .file-item p {
  color: #c4c4c4;
  margin-left: 12px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .form-style .form-group-file .file-item p {
    margin-left: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .form-style .form-group-file .file-item .input-file-btn {
    margin-top: 7px;
  }
}
.form-style .form-group-file .file-item .input-file-btn label {
  background-color: var(--theme-color1);
  border-radius: 50px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 41px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .form-style .form-group-file .file-item .input-file-btn label {
    padding: 4px 15px;
  }
}
.form-style .form-group-file .file-item .input-file-btn label .icon {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.form-style .form-group-file .file-item .input-file-btn .form-control-file {
  height: 1px;
  margin-left: -1px;
  width: 1px;
}
.form-style .form-group-file .file-item .input-file-btn.input-file-plus label {
  border-radius: 50%;
  height: 41px;
  line-height: 41px;
  margin-left: 6px;
  padding: 0;
  text-align: center;
  width: 41px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .form-style .form-group-file .file-item .input-file-btn.input-file-plus label {
    height: 33px;
    line-height: 33px;
    width: 33px;
  }
}
.form-style .form-group-file .file-item .input-file-btn.input-file-plus label .icon {
  position: relative;
  right: -2px;
}
.form-style .form-group-file .file-item .input-file-btn.input-file-trash label, .form-style .form-group-file .file-item .input-file-btn.input-file-trash .trash-icon-btn {
  background-color: #f5f5f5;
  border-radius: 50%;
  height: 41px;
  line-height: 41px;
  margin-left: 6px;
  padding: 0;
  text-align: center;
  width: 41px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .form-style .form-group-file .file-item .input-file-btn.input-file-trash label, .form-style .form-group-file .file-item .input-file-btn.input-file-trash .trash-icon-btn {
    height: 33px;
    line-height: 33px;
    width: 33px;
  }
}
.form-style .form-group-file .file-item .input-file-btn.input-file-trash label .icon, .form-style .form-group-file .file-item .input-file-btn.input-file-trash .trash-icon-btn .icon {
  position: relative;
  right: -2px;
}
.form-style .form-group-file .file-item .input-file-btn.input-file-trash .trash-icon-btn .icon {
  right: auto;
}
.form-style .form-group-file .file-item .form-control-file::-webkit-file-upload-button {
  visibility: hidden;
}
.form-style .form-group-file .file-item .form-control-file:before {
  content: "Select File";
}
.form-style .form-group-file-two {
  margin-bottom: 24px;
}
.form-style .form-group-file-two .file-item {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .form-style .form-group-file-two .file-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-style .form-group-file-two .file-item h6, .form-style .form-group-file-two .file-item p {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-style .form-group-file-three .thumb {
    max-width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .form-style .form-group-file-three h2 + h2 {
    font-size: 20px;
  }
}
.form-style .form-group-file .my-profile-thumb {
  margin-right: 48px;
}
@media only screen and (max-width: 767px) {
  .form-style .form-group-file .my-profile-thumb {
    margin-right: 15px;
    max-width: 70px;
  }
}
.form-style .form-group-file .my-profile-thumb + .file-item {
  margin-bottom: 0;
  margin-top: 0;
}
.form-style .form-group-file .my-profile-thumb + .file-item h5 {
  font-weight: 700;
}
.form-style .form-group-file .my-profile-thumb + .file-item .input-file-btn {
  margin-top: 31px;
}
@media only screen and (max-width: 767px) {
  .form-style .form-group-file .my-profile-thumb + .file-item .input-file-btn {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .form-style .form-group-file .my-profile-thumb + .file-item .input-file-btn label {
    font-size: 12px;
    padding: 3.5px 34px 4px;
  }
}
.form-style .form-group-select .form-label {
  padding-top: 4px;
}
.form-style .form-group-select .form-label .custom-select {
  padding: 0;
}
.form-style .form-group .input-group.date {
  position: relative;
}
.form-style .form-group .input-group.date:after {
  border: none;
  color: #c4c4c4;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 18px;
  top: calc(50% - 13px);
}
.form-style .form-group .input-group.date .form-control {
  border-radius: 50px 0 0 50px;
}
.form-style .form-group .input-group.date .form-control:active, .form-style .form-group .input-group.date .form-control:focus {
  border-color: #f5f5f5;
}
.form-style .form-group .input-group.date .input-group-addon {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-left: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0 50px 50px 0;
  width: 30px;
}
.form-style .form-group .custom-select {
  position: relative;
}
.form-style .form-group .custom-select .form-select {
  display: none; /*hide original SELECT element:*/
}
.form-style .form-group .custom-select .select-selected {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 50px 50px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #c4c4c4;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  min-height: 41px;
  padding: 7px 20px;
  outline: none;
}
.form-style .form-group .custom-select .select-selected:after {
  border: none;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 18px;
  top: calc(50% - 13px);
}
.form-style .form-group .custom-select .select-selected.select-arrow-active {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  border-color: #fff;
  color: var(--theme-color2);
}
.form-style .form-group .custom-select .select-selected.select-arrow-active:after {
  content: "\f106";
}
.form-style .form-group .custom-select .select-selected-bottom-rounded {
  border-radius: 50px 50px 50px 50px;
}
.form-style .form-group .custom-select .select-selected-bottom-square {
  border-radius: 20px 20px 0 0;
}
.form-style .form-group .custom-select .select-items {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  max-height: 207px;
  overflow-y: auto;
  margin-right: 0;
  padding: 0 0 5px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.form-style .form-group .custom-select .select-items > div {
  color: var(--theme-color2);
  cursor: pointer;
  border: none;
  padding: 4px 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.form-style .form-group .custom-select .select-items > div:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--theme-color1);
}
.form-style .form-group .custom-select .select-items .same-as-selected {
  color: var(--theme-color2);
}
.form-style .form-group .custom-select .select-items.select-hide {
  display: none;
}
.form-style .form-group .custom-select .select-items::-webkit-scrollbar {
  width: 4px;
}
.form-style .form-group .custom-select .select-items::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 0px 0px 2px 0px;
}
.form-style .form-group .custom-select .select-items::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 2px; /* optional rounded handle */
  width: 2px;
  height: 50px;
}
.form-style .form-group .custom-select .select-items::-webkit-scrollbar-thumb:hover {
  background: #c5c5c5;
}
.form-style .form-label {
  color: var(--theme-color2);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .form-style .form-label {
    padding-left: 10px;
  }
}
.form-style .form-control {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--theme-color-dark);
  font-size: 14px;
  font-weight: 500;
  min-height: 41px;
  padding: 8px 20px;
  outline: none;
}
.form-style .form-control::-webkit-input-placeholder {
  color: var(--theme-color4);
  opacity: 1;
}
.form-style .form-control::-moz-placeholder {
  color: var(--theme-color4);
  opacity: 1;
}
.form-style .form-control:-ms-input-placeholder {
  color: var(--theme-color4);
  opacity: 1;
}
.form-style .form-control::-ms-input-placeholder {
  color: var(--theme-color4);
  opacity: 1;
}
.form-style .form-control::placeholder {
  color: var(--theme-color4);
  opacity: 1;
}
.form-style .form-control:placeholder {
  color: var(--theme-color4);
  opacity: 1;
}
.form-style .form-control:active, .form-style .form-control:focus {
  border-color: var(--theme-color1);
}
.form-style .form-control.textarea {
  border-radius: 20px;
  min-height: 180px;
}
.form-style .form-control.address {
  border-radius: 20px;
  min-height: 100px;
}
.form-style .form-control.active::-webkit-input-placeholder {
  color: var(--theme-color2);
  font-weight: 500;
  opacity: 1;
}
.form-style .form-control.active::-moz-placeholder {
  color: var(--theme-color2);
  font-weight: 500;
  opacity: 1;
}
.form-style .form-control.active:-ms-input-placeholder {
  color: var(--theme-color2);
  font-weight: 500;
  opacity: 1;
}
.form-style .form-control.active::-ms-input-placeholder {
  color: var(--theme-color2);
  font-weight: 500;
  opacity: 1;
}
.form-style .form-control.active::placeholder {
  color: var(--theme-color2);
  font-weight: 500;
  opacity: 1;
}
.form-style .form-control.active:placeholder {
  color: var(--theme-color2);
  font-weight: 500;
  opacity: 1;
}
.form-style .form-check {
  line-height: 1;
  margin-bottom: 18px;
}
.form-style .form-check-label {
  color: var(--theme-color4);
  font-weight: 600;
  margin-left: 10px;
}
.form-style .form-check-label a {
  color: var(--theme-color4);
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.form-style .form-check-label a:not([href]):not([class]), .form-style .form-check-label a:not([href]):not([class]):hover {
  color: var(--theme-color4);
  text-decoration: underline;
}
.form-style .form-check-input {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  height: 24px;
  position: relative;
  top: -1px;
  width: 24px;
}
.form-style .form-check-input:checked {
  background-color: var(--theme-color1);
}
.form-style .form-recaptcha-floating {
  bottom: -27px;
  left: calc(50% - 108.5px);
  position: absolute;
}
.form-style .form-recaptcha-one {
  margin-top: 9px;
  text-align: center;
}
.form-style .form-input-preview {
  color: var(--theme-color2);
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .form-style .form-input-preview {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .form-style .form-input-preview-edit {
    font-size: 10px;
  }
  .form-style .form-input-preview-edit img {
    width: 10px;
  }
}
.form-style .form-input-preview.list-dot-style {
  padding-left: 19px;
  position: relative;
}
.form-style .form-input-preview.list-dot-style:before {
  background-color: var(--theme-color1);
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: calc(50% - 4px);
  width: 10px;
}
.form-style .select-mode {
  padding-left: 35px;
  position: relative;
}
.form-style .select-mode:before {
  background-color: #d9d9d9;
  border-radius: 30px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 30px;
}
.form-style .select-mode .light-mode,
.form-style .select-mode .dark-mode {
  color: var(--theme-color2);
  display: block;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
  position: relative;
}
.form-style .select-mode .light-mode:before {
  background-color: var(--theme-color1);
  border-radius: 50%;
  content: "";
  height: 28px;
  left: -34px;
  position: absolute;
  top: 1px;
  width: 28px;
}
.form-style-one {
  margin-left: 21px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .form-style-one {
    margin-left: 0;
  }
}
.form-style-one + .form-warning-message {
  margin-right: -21px;
  margin-top: 35px;
}
.form-style-two {
  margin-left: 31px;
  padding-bottom: 31px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .form-style-two {
    margin-left: 0;
    margin-top: 40px;
  }
}
.form-style-two + .form-warning-message {
  margin-top: 1px;
  margin-left: 31px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .form-style-two + .form-warning-message {
    margin-left: 0;
  }
}
.form-style-three {
  margin-left: 38px;
  margin-right: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .form-style-three {
    margin-left: 0;
    margin-right: 0;
  }
}
.form-style-three + .form-warning-message {
  margin-left: 17px;
  margin-right: 13px;
  margin-top: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .form-style-three + .form-warning-message {
    margin-left: 0;
    margin-right: 0;
  }
}
.form-style-four {
  margin-left: 41px;
  margin-right: 15px;
  padding-bottom: 31px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .form-style-four {
    margin-left: 0;
    margin-right: 0;
  }
}
.form-style-four + .form-warning-message {
  margin-left: 25px;
  margin-right: 0;
  margin-top: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .form-style-four + .form-warning-message {
    margin-left: 0;
  }
}
.form-style-five {
  padding: 33px 30px 21px;
}
@media only screen and (max-width: 575px) {
  .form-style-five {
    border-radius: 20px;
    padding: 33px 15px 21px;
  }
}
.form-style-five .form-title {
  color: #000;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 61px;
  margin-top: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .form-style-five .form-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.form-style-five .form-title + form {
  padding-bottom: 54px;
}
.form-style-five .form-group {
  margin-bottom: 34px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .form-style-five .form-group-file .file-item p {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .form-style-five .form-group-file .file-item .input-file-btn label {
    padding: 8px 30px;
  }
}
.form-style-five .form-control {
  min-height: 39px;
}
.form-style-six {
  padding: 14px 30px 39px;
}
@media only screen and (max-width: 575px) {
  .form-style-six {
    border-radius: 20px;
    padding: 14px 15px 39px;
  }
}
.form-style-six .form-title {
  margin-bottom: 38px;
  margin-top: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .form-style-six .form-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.form-style-six .form-title + form {
  padding-bottom: 54px;
}
.form-style-six .form-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .form-style-six .form-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.form-style-six .form-tabs .btn-theme {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #c4c4c4;
  margin-right: 25px;
}
@media only screen and (max-width: 575px) {
  .form-style-six .form-tabs .btn-theme {
    margin-right: 24px;
    padding: 12.5px 15px;
    display: inline-block;
    width: auto !important;
    font-size: 12px;
  }
}
.form-style-six .form-tabs .btn-theme.active {
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
  color: #fff;
}
.form-style-six .form-tabs .btn-theme.active .icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.form-style-six .form-tabs .btn-theme .icon {
  margin-right: 5px;
  position: relative;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .form-style-six .form-tabs .btn-theme .icon {
    top: -2px;
  }
}
.form-style-six .form-tabs .btn-theme .icon-two {
  top: -2px;
}
.form-style-six .form-tabs .btn-theme:last-child {
  margin-right: 0;
}
.form-style-six .form-tabs + .tab-content + .separate-line {
  margin-top: 29px;
}
.form-style-six .form-group {
  margin-bottom: 10px;
}
.form-style-six .form-group .theme-btn {
  border-radius: 22px;
}
@media only screen and (max-width: 575px) {
  .form-style-six .tab-content .form-group .btn-theme.btn-size-one {
    font-size: 12px;
    padding: 14.5px 21px;
    min-width: 170px;
  }
}
@media only screen and (max-width: 575px) {
  .form-style-six .social-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .form-style-six .social-btns .social-btn-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 575px) {
  .form-style-six .social-btns .social-btn-items .social-btn {
    font-size: 0;
    width: 40px;
    height: 40px;
    line-height: 31px;
    margin-right: 15px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .form-style-six .social-btns .social-btn-items .social-btn .icon {
    margin-right: 0;
    top: 0;
  }
}
.form-style-six .form-recaptcha {
  margin-bottom: 22px;
}
.form-style-six .form-recaptcha img {
  cursor: pointer;
}
.form-style-six .login-account-now a {
  color: var(--theme-color1);
}
.form-style-seven {
  padding: 14px 30px 30px;
}
@media only screen and (max-width: 575px) {
  .form-style-seven {
    border-radius: 20px;
    padding: 14px 15px 30px;
  }
}
.form-style-seven .form-title {
  color: #000;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 54px;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .form-style-seven .form-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.form-style-seven .form-group {
  margin-bottom: 30px;
}
.form-style-eight {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.form-style-eight .form-group {
  margin-bottom: 31px;
}
.form-style-eight .form-group-file .file-item {
  margin-bottom: 31px;
}
.form-style-eight .form-group-file .file-item p {
  margin-bottom: 21px;
}
@media only screen and (max-width: 767px) {
  .form-style-eight .form-group-file .file-item p {
    margin-bottom: 7px;
  }
}
.form-style-eight .form-label {
  font-weight: 500;
  margin-bottom: 14px;
}
.form-style-eight .form-control.active::-webkit-input-placeholder {
  color: var(--theme-color2);
  opacity: 1;
}
.form-style-eight .form-control.active::-moz-placeholder {
  color: var(--theme-color2);
  opacity: 1;
}
.form-style-eight .form-control.active:-ms-input-placeholder {
  color: var(--theme-color2);
  opacity: 1;
}
.form-style-eight .form-control.active::-ms-input-placeholder {
  color: var(--theme-color2);
  opacity: 1;
}
.form-style-eight .form-control.active::placeholder {
  color: var(--theme-color2);
  opacity: 1;
}
.form-style-eight .form-control.active:placeholder {
  color: var(--theme-color2);
  opacity: 1;
}
.form-style-eight .form-control.textarea {
  min-height: 217px;
}
.form-style-nine {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.form-style-nine .form-two-title {
  margin-top: 46px;
}
.form-style-nine .form-group {
  margin-bottom: 30px;
}
.form-style-nine .form-label {
  font-weight: 500;
  margin-bottom: 13px;
}
.form-style-nine .form-control.textarea {
  min-height: 100px;
}
.form-style-ten {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.form-style-ten .form-title {
  margin-bottom: 31px;
  margin-top: 50px;
}
.form-style-ten .form-group {
  margin-bottom: 21px;
}
.form-style-ten .form-label {
  font-weight: 500;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .form-style-view-profile .form-inputs-preview-two h5, .form-style-view-profile .form-inputs-preview-two p {
    font-size: 10px;
  }
}

.form-input-items {
  position: relative;
}
.form-input-items .form-control {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50px;
  color: var(--theme-color2);
  font-size: 14px;
  height: 30px;
  padding-right: 30px;
  padding-right: 33px;
}
.form-input-items .form-control::-webkit-input-placeholder {
  color: #C4C4C4;
  opacity: 1;
}
.form-input-items .form-control::-moz-placeholder {
  color: #C4C4C4;
  opacity: 1;
}
.form-input-items .form-control:-ms-input-placeholder {
  color: #C4C4C4;
  opacity: 1;
}
.form-input-items .form-control::-ms-input-placeholder {
  color: #C4C4C4;
  opacity: 1;
}
.form-input-items .form-control::placeholder {
  color: #C4C4C4;
  opacity: 1;
}
.form-input-items .form-control:placeholder {
  color: #C4C4C4;
  opacity: 1;
}
.form-input-items .form-control:active, .form-input-items .form-control:focus {
  border-color: var(--theme-color1);
}
.form-input-items .btn-src {
  background-color: var(--theme-color1);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  height: 30px;
  line-height: 27px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
}
.form-input-items .btn-src .icon {
  position: relative;
  top: -1px;
}
.form-warning-message {
  background: rgba(152, 251, 152, 0.5);
  -webkit-box-shadow: inset 0px 4px 24px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px 4px 24px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  color: #FF0000;
  padding: 14px;
  text-align: center;
}

.modal-backdrop.show {
  opacity: 0;
  z-index: 1;
}
.modal.fade.modal-form-style:before {
  background-color: rgba(var(--theme-color-dark-rgb), 0.8);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.modal.fade.modal-form-style.show {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .modal-form-style .modal-dialog {
    min-width: 700px;
  }
}
.modal-form-style .modal-content {
  background-color: #fff;
  border: none;
  border-radius: 50px;
}
@media only screen and (max-width: 575px) {
  .modal-form-style .modal-content {
    border-radius: 20px;
  }
}
.modal-form-style.style-up .form-box-column .form-box {
  padding: 20px;
  margin-bottom: 20px;
}
.modal-form-style.style-up .form-box-column .form-box .title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
  padding-bottom: 10px;
}
.modal-form-style.style-up .form-box-column .form-box .content .form-group label {
  font-size: 14px;
}
.modal-form-style.style-up .form-box-column .form-box .content .form-group .form-control {
  height: 38px;
  padding: 6px 18px;
  font-size: 14px;
}
.modal-form-style.style-up .form-box-column .form-box .content .form-group textarea.form-control {
  height: auto;
}
.modal-form-style.style-up .form-box-column .form-box .content .attached-file-input .form-group {
  padding: 14px 50px;
}
.modal-form-style.style-up .form-box-column .form-box .content .attached-file-input .form-group label {
  line-height: 48px;
}
.modal-form-style .modal-btn-close {
  color: var(--theme-color-dark);
  position: absolute;
  top: 25px;
  right: 25px;
  height: 10px;
  width: 10px;
  z-index: 1;
}

.social-btn-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 479px) {
  .social-btn-items {
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.social-btn {
  background-color: var(--theme-color1);
  border: none;
  border-radius: 50px;
  color: #fff;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 9px;
  margin-right: 25px;
  padding: 6.65px 41.21px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .social-btn {
    font-size: 13px;
    margin-right: 15px;
    padding: 5px 10px;
  }
}
.social-btn:hover {
  color: #fff;
}
.social-btn:last-child {
  margin-right: 0;
}
.social-btn i.icon {
  line-height: 1;
  top: 2px;
}
.social-btn .icon {
  font-size: 20px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}
.social-btn.btn-google {
  background-color: #1976D2;
  color: var(--theme-color-light);
}
.social-btn.btn-linkedin {
  background-color: #0280BE;
}
.social-btn.btn-facebook {
  background-color: #1877F2;
}
.social-btn.btn-twitter {
  background-color: #1D9BF0;
}
.social-btn.btn-wechat {
  background-color: #51C332;
}
.social-btn.btn-yandex {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}

.separate-line {
  color: #c4c4c4;
  line-height: 1;
  margin-bottom: 9px;
  text-align: center;
  position: relative;
}
.separate-line span {
  background-color: #fff;
  min-width: 50px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.separate-line:before {
  background-color: #f5f5f5;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 100%;
}

.custom-input-phone .btn.btn-default {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 50px 0 0 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #c4c4c4;
  font-size: 14px;
  font-weight: 500;
  min-height: 41px;
  padding: 8px 12px 8px 13px;
  outline: none;
}
.custom-input-phone .input-group .form-control {
  border-radius: 0 50px 50px 0 !important;
  padding-left: 10px;
}
.custom-input-phone .input-group .form-control:focus {
  border-color: transparent;
}
.custom-input-phone .f16 .flag {
  display: none;
}
.custom-input-phone .caret {
  display: none;
}
.custom-input-phone .dropdown-toggle:after {
  border: none;
  color: #c4c4c4;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 3px;
  top: calc(50% - 10px);
}

/*** 

====================================================================
Form SignUp/Login CSS
====================================================================

***/
.style1-booking-form {
  background-color: var(--theme-color-light);
  border: 1px solid rgba(var(--theme-color4-rgb), 0.1);
  border-radius: 35px;
  padding: 25px 25px 20px;
}
.style1-booking-form .booking-title {
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}
.style1-booking-form .booking-title::before {
  background-color: rgba(var(--theme-color4-rgb), 0.1);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}
.style1-booking-form .booking-title .title {
  font-size: 16px;
  font-weight: 600;
}
.style1-booking-form .booking-title span {
  background-color: var(--theme-color-light);
  display: inline-block;
  padding: 0 20px;
}
.style1-booking-form .form-group .custom-select-default .custom-select {
  text-align: left;
}

/*** 

====================================================================
Section Title
====================================================================

***/
.sec-title {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .sec-title br {
    display: none;
  }
}
.sec-title .sub-title {
  position: relative;
  display: inline-block;
  font-size: var(--sec-title-subtitle-font-size);
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
  color: var(--sec-title-subtitle-color);
  border: 3px solid #eee9e3;
  letter-spacing: 0.2em;
  top: -5px;
  margin-bottom: 9px;
  margin-top: 7px;
  padding: 2px 24px;
  text-align: center;
}
.sec-title .sub-title::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 19px;
  height: 14px;
  background-image: url(../images/icons/subtitle-before.png);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec-title .sub-title.v2::before {
  background-image: url(../images/icons/subtitle-before-2.png);
}
.sec-title h1 {
  position: relative;
  font-size: var(--h1-font-size);
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .sec-title h1 {
    font-size: 84px;
  }
}
@media (max-width: 991.98px) {
  .sec-title h1 {
    font-size: 72px;
  }
}
@media (max-width: 767.98px) {
  .sec-title h1 {
    font-size: 68px;
  }
}
@media (max-width: 575.98px) {
  .sec-title h1 {
    font-size: 54px;
  }
}
.sec-title h2 {
  position: relative;
  font-size: var(--sec-title-font-size);
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  line-height: 1.2em;
  letter-spacing: 0.18px;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .sec-title h2 {
    font-size: 36px;
  }
}
.sec-title h4 {
  font-size: 24px;
  letter-spacing: 1px;
}
.sec-title .text {
  letter-spacing: 0.2px;
  line-height: 1.5;
  margin-top: 30px;
}
.sec-title.light .sub-title,
.sec-title.light .text,
.sec-title.light h2,
.sec-title.light h1 {
  color: #fff;
}

/*** 

====================================================================
    Banner Section Default
====================================================================

***/
.banner-section-default {
  border-radius: 0;
  position: relative;
  margin-bottom: 14px;
  overflow: hidden;
  height: calc(100vh - 190px);
}
@media (max-width: 767.98px) {
  .banner-section-default {
    height: calc(100vh - 160px);
  }
}
.banner-section-default.style-inner {
  height: auto;
}
.banner-section-default.style-inner .content-column {
  padding: 80px 15px 60px;
}
.banner-section-default.style-inner .content-column .inner-column .text {
  font-size: 18px;
}
.banner-section-default.style-inner .content-column .inner-column .text span {
  display: inline-block;
  padding: 0 10px;
}
.banner-section-default .content-column {
  outline: 1px solid rgba(var(--theme-color4-rgb), 0.05);
  outline-offset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -255px;
  border-radius: 0;
  position: relative;
  padding: 100px;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .banner-section-default .content-column {
    padding: 100px 25px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-default .content-column {
    padding: 200px 50px 150px;
  }
}
.banner-section-default .content-column:before {
  content: "";
  position: absolute;
  border-radius: 0;
  background-color: rgba(var(--theme-color-dark-rgb), 0.05);
  top: -1px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.banner-section-default .content-column .inner-column {
  margin-bottom: 20px;
}
.banner-section-default .content-column .inner-column .image-logo {
  margin-bottom: 20px;
}
.banner-section-default .content-column .inner-column .title {
  color: var(--theme-color-light);
  margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .banner-section-default .content-column .inner-column .title {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-default .content-column .inner-column .title {
    font-size: 36px;
  }
}
.banner-section-default .content-column .inner-column .text {
  color: var(--theme-color-light);
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .banner-section-default .content-column .inner-column .text {
    font-size: 18px;
  }
}
.banner-section-default .content-column .search-box .search-box-inner .image-1 {
  display: none;
}
.banner-section-default .content-column .search-box .search-box-inner .input-append-search .search-query {
  min-height: 74px;
}
.banner-section-default .content-column .search-box .search-box-inner .input-append-search .btn-box .search-theme-btn {
  padding: 8.52px 26.5px;
}
.banner-section-default .swiper-slider-outer {
  border-radius: 0;
  overflow: hidden;
}
.banner-section-default .swiper-slider-outer .swiper-banner-container {
  border-radius: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.banner-section-default .swiper-slider-outer .swiper-banner-container .image-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  -webkit-transition: 10s ease-out;
  transition: 10s ease-out;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.banner-section-default .swiper-slider-outer .swiper-banner-container .image-container:before {
  content: "";
  position: absolute;
  border-radius: 0;
  background-color: rgba(var(--theme-color-dark-rgb), 0.15);
  top: -1px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.banner-section-default .swiper-slider-outer .swiper-banner-container .image-container.image-1:before {
  background-color: rgba(var(--theme-color-dark-rgb), 0.35);
}
.banner-section-default .swiper-slider-outer .swiper-banner-container .image-container.image-2:before {
  background-color: rgba(var(--theme-color-dark-rgb), 0.15);
}
.banner-section-default .swiper-slider-outer .swiper-banner-container .image-container.image-3:before {
  background-color: rgba(var(--theme-color-dark-rgb), 0.15);
}
.banner-section-default .swiper-slider-outer .swiper-banner-container .swiper-slide.swiper-slide-active .image-container {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.banner-section-default.part-align .content-column {
  padding: 150px 50px 111px;
}
@media (max-width: 1699.98px) {
  .banner-section-default.part-align .content-column {
    background-position: center center;
    padding: 120px 30px 81px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-default.part-align .content-column {
    padding: 100px 10px 61px;
  }
}
.banner-section-default.part-align .content-column .inner-column .title {
  font-size: 60px;
}
@media (max-width: 1399.98px) {
  .banner-section-default.part-align .content-column .inner-column .title {
    font-size: 40px;
  }
}
.banner-section-default.part-align .content-column .inner-column .text {
  font-size: 15px;
}
.banner-section-default.part-align .content-column .search-box .search-box-inner {
  max-width: 900px;
  margin: 0 auto;
}
.banner-section-default.pull-down .content-column {
  padding: 100px 100px 200px;
}
.banner-section-default.pull-down .content-column .inner-column .title {
  color: var(--theme-color4);
}
.banner-section-default.pull-down .content-column .inner-column .text {
  color: var(--theme-color4);
}
.banner-section-default.style-two .content-column {
  background-image: none;
  outline: 1px solid rgba(var(--theme-color4-rgb), 0.15);
}

.banner-slider-content {
  position: relative;
}
.banner-slider-content .banner-carousel .owl-stage-outer {
  max-width: 1022.33px;
}
.banner-slider-content .banner-carousel .slide-item {
  position: relative;
  min-height: 430.5px;
}
.banner-slider-content .banner-carousel .slide-item .bg-image {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-slider-content .banner-carousel .slide-item .bg-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  background-color: rgba(var(--theme-color-dark-rgb), 0.05);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

/*** 

====================================================================
    Banner Section
====================================================================

***/
.banner-section {
  background-color: var(--theme-color3);
  position: relative;
  padding: 113px 0 172px;
}
@media (max-width: 991.98px) {
  .banner-section {
    padding: 30px 0;
  }
}
@media (max-width: 767.98px) {
  .banner-section {
    padding: 30px 0;
  }
}
.banner-section:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background-image: url(../images/icons/bg-shape1.png);
  content: "";
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .banner-section:before {
    display: none;
  }
}
.banner-section:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 206px;
  background-image: url(../images/icons/bg-shape2.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .banner-section:after {
    display: none;
  }
}
.banner-section .content-column .inner-column {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .banner-section .content-column .inner-column {
    padding: 0;
    margin-bottom: 0;
  }
}
.banner-section .content-column .inner-column .title {
  position: relative;
  color: #252628;
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 54px;
}
@media (max-width: 991.98px) {
  .banner-section .content-column .inner-column .title {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 32px;
  }
}
.banner-section .content-column .inner-column .title span {
  font-weight: 700;
}
.banner-section .content-column .inner-column .banner-search {
  position: relative;
  margin-bottom: 42px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .banner-section .content-column .inner-column .banner-search {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-column .inner-column .banner-search {
    margin-right: 120px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
}
.banner-section .content-column .inner-column .banner-search .form-group {
  position: relative;
}
.banner-section .content-column .inner-column .banner-search .form-group input:not([type=submit]) {
  position: relative;
  display: block;
  width: 100%;
  font-size: 66.68px;
  font-weight: 700;
  height: 103px;
  line-height: 20px;
  padding: 5px 20px 5px 0;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 1px solid var(--theme-color-dark);
  background: var(--gradient-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1199.98px) {
  .banner-section .content-column .inner-column .banner-search .form-group input:not([type=submit]) {
    font-size: 46px;
  }
}
@media (max-width: 991.98px) {
  .banner-section .content-column .inner-column .banner-search .form-group input:not([type=submit]) {
    border-color: rgba(0, 0, 0, 0.25);
    font-size: 26px;
    height: 52px;
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-column .inner-column .banner-search .form-group input:not([type=submit]) {
    border: none;
  }
}
.banner-section .content-column .inner-column .banner-search .form-group input:not([type=submit])::-webkit-input-placeholder {
  color: var(--theme-color-dark);
}
.banner-section .content-column .inner-column .banner-search .form-group input:not([type=submit])::-moz-placeholder {
  color: var(--theme-color-dark);
}
.banner-section .content-column .inner-column .banner-search .form-group input:not([type=submit]):-ms-input-placeholder {
  color: var(--theme-color-dark);
}
.banner-section .content-column .inner-column .banner-search .form-group input:not([type=submit])::-ms-input-placeholder {
  color: var(--theme-color-dark);
}
.banner-section .content-column .inner-column .banner-search .form-group input:not([type=submit])::placeholder {
  color: var(--theme-color-dark);
}
.banner-section .content-column .inner-column .banner-search .form-group input:not([type=submit]):focus {
  border-bottom: 1px solid var(--theme-color-dark);
}
@media (max-width: 575.98px) {
  .banner-section .content-column .inner-column .banner-search .form-group input:not([type=submit]):focus {
    border: none;
  }
}
.banner-section .content-column .inner-column .text {
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 1.5;
  margin-bottom: 58px;
}
@media (max-width: 991.98px) {
  .banner-section .content-column .inner-column .text {
    margin-bottom: 43px;
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-column .inner-column .text {
    font-size: 12px;
  }
  .banner-section .content-column .inner-column .text br {
    display: none;
  }
}
.banner-section .content-column .inner-column .text span {
  font-weight: 700;
}
.banner-section .content-column .inner-column .btn-box {
  position: relative;
}
.banner-section .content-column-two .inner-column {
  position: relative;
  padding: 99px 0 100px;
  right: -12px;
}
@media (max-width: 1199.98px) {
  .banner-section .content-column-two .inner-column {
    padding: 59px 0 100px;
    right: 0;
    margin-left: -50px;
  }
}
@media (max-width: 991.98px) {
  .banner-section .content-column-two .inner-column {
    margin-left: 0;
    padding: 19px 0 21px;
  }
}
.banner-section .content-column-two .inner-column .info-box {
  margin-left: 108px;
  margin-top: 24px;
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box {
    margin-left: 45px;
  }
}
.banner-section .content-column-two .inner-column .info-box .inner-box {
  background-color: var(--theme-color-light);
  border-radius: 29.46px;
  max-width: 381px;
  padding-bottom: 5.22px;
  position: relative;
}
@media (max-width: 991.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box {
    max-width: 379px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box {
    background-color: transparent;
    max-width: 265px;
    padding-bottom: 0;
  }
}
.banner-section .content-column-two .inner-column .info-box .inner-box:before {
  content: "";
  background-image: url(../images/banner/banner1-b1.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box:before {
    background: #fff;
    border-radius: 29.46px;
    top: 5.22px;
    height: calc(100% - 10.44px);
    left: 5.22px;
    width: calc(100% - 10.44px);
    z-index: -1;
    display: none;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box .content {
    border-radius: 29.46px;
    position: relative;
    padding-bottom: 5.22px;
    background: linear-gradient(280.88deg, #CCAFF2 -33.49%, #D52EFF 20.55%, #FA9269 103.32%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    z-index: 1;
  }
  .banner-section .content-column-two .inner-column .info-box .inner-box .content:before {
    content: "";
    position: absolute;
    pointer-events: none;
    background: #fff;
    border-radius: 29.46px;
    top: 5.22px;
    height: calc(100% - 10.44px);
    left: 5.22px;
    width: calc(100% - 10.44px);
    z-index: -1;
  }
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .title-box {
  border-bottom: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--title-font);
  font-size: 46.94px;
  font-weight: 700;
  line-height: 1.3;
  padding: 20px 15px 7px 0px;
  margin: 0 38px 13px 27px;
}
@media (max-width: 991.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box .content .title-box {
    font-size: 44.94px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box .content .title-box {
    font-size: 26.97px;
  }
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .title-box span {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box .content .title-box span {
    margin-right: 10px;
  }
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .title-box .icon {
  margin-top: -3px;
  margin-right: 17px;
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .title-box .icon img {
  min-width: 36px;
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box .content .title-box .icon img {
    min-width: 21px;
  }
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .title-box .icon-two {
  margin-top: -8px;
  margin-right: 17px;
  margin-left: 2px;
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box .content .title-box .icon-two {
    margin-right: 12px;
    margin-left: 0;
    margin-top: -3px;
  }
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .title-box .icon-two img {
  min-width: 35px;
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box .content .title-box .icon-two img {
    min-width: 21px;
  }
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .search-filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-left: 27px;
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .search-filter ul li {
  color: #676767;
  font-family: var(--title-font);
  font-size: 14.33px;
  font-weight: 500;
  margin: 0 6px;
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box .content .search-filter ul li {
    font-size: 8.24px;
  }
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .search-filter ul li:first-child {
  margin-left: 0;
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .search-filter ul li:last-child {
  margin-right: 0;
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .search-filter ul li.dot-text {
  font-size: 12px;
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .search-filter ul li.dot-text img {
  min-width: 4px;
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .search-filter ul li .icon {
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: -1px;
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .info-bound-outer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 13px 28px 25px;
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .info-bound .info-bound-inner {
  position: relative;
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .info-bound .info-bound-inner .title {
  font-weight: 600;
  font-size: 11.78px;
  margin-bottom: 7px;
  line-height: 1.2;
  letter-spacing: 0.9px;
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box .content .info-bound .info-bound-inner .title {
    font-size: 9.77px;
  }
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .info-bound .info-bound-inner .info-date {
  font-weight: 600;
  font-size: 11.78px;
  margin-bottom: 3px;
  line-height: 1.2;
  letter-spacing: 0.8px;
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box .content .info-bound .info-bound-inner .info-date {
    font-size: 9.77px;
  }
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .info-bound .info-bound-inner .info-time {
  font-size: 11.78px;
  margin-bottom: 3px;
  line-height: 1.2;
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box .content .info-bound .info-bound-inner .info-time {
    font-size: 9.77px;
  }
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .info-bound .info-bound-inner .info-duration {
  font-size: 11.78px;
  line-height: 1.2;
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box .content .info-bound .info-bound-inner .info-duration {
    font-size: 9.77px;
  }
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .info-bound.two {
  margin-left: 78px;
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box .content .info-bound.two {
    margin-left: 20px;
  }
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .bottom-box {
  background-color: #F7F7F7;
  border-radius: 0 0 29.46px 29.46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5.22px;
  padding: 5px 30px 7px 27px;
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box .content .bottom-box {
    padding: 5px 15px 7px 22px;
  }
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .bottom-box .price {
  font-family: var(--title-font);
  font-size: 39.28px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box .content .bottom-box .price {
    font-size: 22.57px;
  }
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .bottom-box .price span {
  font-size: 15.71px;
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box .content .bottom-box .price span {
    font-size: 9.03px;
  }
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .bottom-box .btn-box {
  margin-left: 25px;
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .bottom-box .btn-box .theme-btn {
  border-radius: 11.82px;
  font-size: 17.68px;
  letter-spacing: 0;
  width: 141.42px;
  height: 43.43px;
  text-align: center;
  line-height: 43.43px;
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box .content .bottom-box .btn-box .theme-btn {
    width: 81px;
    height: 25px;
    line-height: 25px;
    font-size: 10.16px;
  }
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content .bottom-box .btn-box .theme-btn .btn-title {
  top: -1px;
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box .content .bottom-box .btn-box .theme-btn .btn-title {
    top: 0;
  }
}
.banner-section .content-column-two .inner-column .info-box .inner-box .content-info {
  background: linear-gradient(280.88deg, #CCAFF2 -33.49%, #D52EFF 20.55%, #FA9269 103.32%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  color: var(--theme-color-light);
  font-size: 16.13px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1.3;
  border-radius: 69.62px;
  text-align: center;
  position: absolute;
  left: -108px;
  top: 149px;
  min-height: 64.4px;
  min-width: 128.8px;
  padding-top: 11px;
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box .content-info {
    font-size: 9.27px;
    min-height: 37px;
    min-width: 74px;
    padding-top: 6px;
    left: -55px;
    top: 120px;
    z-index: 1;
  }
}
.banner-section .content-column-two .inner-column .info-box .inner-box .image-box {
  position: absolute;
  right: -93px;
  top: -76px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box .image-box {
    right: -30px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box .inner-box .image-box {
    max-width: 95px;
    right: 0;
    top: -51px;
    z-index: -2;
  }
}
.banner-section .content-column-two .inner-column .info-box .inner-box .image-box .image {
  margin-bottom: 0;
}
.banner-section .content-column-two .inner-column .info-box-two .inner-box {
  background-color: var(--theme-color-light);
  border: 1.74px solid #dcdcdc;
  border-radius: 20.98px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13.99px 20px 15.64px 17.98px;
  max-width: 316px;
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box-two .inner-box {
    padding: 8.99px 10px 10.64px 10.98px;
    max-width: 200px;
  }
}
.banner-section .content-column-two .inner-column .info-box-two .inner-box .image-box {
  margin-right: 17px;
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box-two .inner-box .image-box {
    margin-right: 10px;
  }
}
.banner-section .content-column-two .inner-column .info-box-two .inner-box .image-box .image {
  margin-bottom: 0;
}
.banner-section .content-column-two .inner-column .info-box-two .inner-box .image-box .image img {
  min-width: 60.29px;
}
@media (max-width: 991.98px) {
  .banner-section .content-column-two .inner-column .info-box-two .inner-box .image-box .image img {
    max-width: 35px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box-two .inner-box .image-box .image img {
    min-width: 35px;
  }
}
.banner-section .content-column-two .inner-column .info-box-two .inner-box .content .title {
  font-size: 17.98px;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .banner-section .content-column-two .inner-column .info-box-two .inner-box .content .title {
    font-size: 13.33px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box-two .inner-box .content .title {
    font-size: 12px;
    margin-bottom: 1px;
  }
}
.banner-section .content-column-two .inner-column .info-box-two .inner-box .content .text {
  font-family: var(--title-font);
  font-size: 17.98px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .banner-section .content-column-two .inner-column .info-box-two .inner-box .content .text {
    font-size: 13.33px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-column-two .inner-column .info-box-two .inner-box .content .text {
    font-size: 12px;
  }
}
.banner-section .image-column .image-box .image {
  margin-top: 99px;
  margin-left: 12px;
}
@media (max-width: 991.98px) {
  .banner-section .image-column .image-box .image {
    margin-left: -50px;
    margin-top: 0;
  }
}
.banner-section .image-column .image-box .image img {
  min-width: 652px;
}
@media (max-width: 991.98px) {
  .banner-section .image-column .image-box .image img {
    min-width: auto;
  }
}

/*** 

====================================================================
    Content Banner Section
====================================================================

***/
.main-content-right-align .outer-content .content-box {
  margin-top: auto;
  text-align: center;
}
.main-content-right-align .outer-content .content-box .inner-box .title {
  font-size: 38px;
}
.main-content-right-align .outer-content .content-box .inner-box .btn-box {
  margin-top: 40px;
}

/***

====================================================================
    Project Section
====================================================================

***/
.project-section {
  position: relative;
  padding: 120px 0 120px;
}
.project-section .sec-title {
  margin-bottom: 60px;
}
.project-section .sec-title .sub-title {
  border-color: rgba(255, 255, 255, 0.2);
}
.project-section.style-two {
  padding: 120px 0;
}
.project-section.style-two .sub-title {
  border-color: #eee9e3;
}

.project-block {
  position: relative;
  margin-bottom: 40px;
}
.project-block .inner-box {
  position: relative;
  overflow: hidden;
}
.project-block .inner-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 155px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
  z-index: 3;
}
.project-block .inner-box .overlay-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}
.project-block .inner-box:hover .overlay-1 {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.project-block .inner-box:hover:before {
  -webkit-transform: none;
          transform: none;
}
.project-block .inner-box:hover .image-box .image:before {
  height: 100%;
}
.project-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.project-block .inner-box:hover .icon {
  background-color: var(--bg-theme-color-light);
  color: var(--theme-color-dark);
}
.project-block .inner-box:hover .content-box .read-more {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.project-block .inner-box:hover .content-box .title {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.project-block .inner-box:hover .content-box .cat {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.project-block .image-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.project-block .image-box .image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, #0f1b24), color-stop(80%, #0f1b24));
  background: linear-gradient(transparent, #0f1b24 80%, #0f1b24 80%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}
.project-block .image-box .image img {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block .content-box {
  position: absolute;
  left: 29px;
  bottom: 26px;
  z-index: 3;
}
.project-block .content-box .read-more {
  position: relative;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  margin-bottom: 18px;
  opacity: 0;
  display: inline-block;
  color: var(--theme-color-light);
  background-color: var(--theme-color-dark);
  text-align: center;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block .content-box .read-more i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 16px;
}
.project-block .content-box .title {
  position: relative;
  margin-bottom: 0;
  padding: 6px 18px;
  margin-bottom: 1px;
  opacity: 0;
  background-color: var(--theme-color-light);
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block .content-box .cat {
  position: relative;
  padding: 3px 18px;
  font-weight: 400;
  opacity: 0;
  display: inline-block;
  background-color: var(--theme-color-light);
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

====================================================================
    Project Section Three
====================================================================

***/
.project-section-three {
  position: relative;
  padding: 120px 0;
}
.project-section-three .default-dots .owl-dots {
  position: relative;
  margin-top: 40px;
}
.project-section-three .bg-shape {
  background-color: var(--theme-color-dark);
  background-image: url(../images/icons/footer-pattern1.png);
  top: -355px;
  bottom: 0;
  height: 1013px;
  background-repeat: repeat;
  background-size: unset;
}
.project-section-three .carousel-outer {
  position: relative;
  margin: 0 -80px;
}
@media (max-width: 991.98px) {
  .project-section-three .carousel-outer {
    margin: 0;
    padding: 0 15px;
  }
}
.project-section-three .carousel-outer .project-block {
  margin-bottom: 0;
}
.project-section-three .carousel-outer .project-block::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 0;
}
.project-section-three .carousel-outer .center .project-block .inner-box .overlay-1 {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.project-section-three .carousel-outer .center .project-block .inner-box:before {
  -webkit-transform: none;
          transform: none;
}
.project-section-three .carousel-outer .center .project-block .inner-box .image-box .image:before {
  height: 100%;
}
.project-section-three .carousel-outer .center .project-block .inner-box .image-box .image .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.project-section-three .carousel-outer .center .project-block .inner-box .icon {
  background-color: var(--bg-theme-color-light);
  color: var(--theme-color-dark);
}
.project-section-three .carousel-outer .center .project-block .inner-box .content-box .read-more {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.project-section-three .carousel-outer .center .project-block .inner-box .content-box .title {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.project-section-three .carousel-outer .center .project-block .inner-box .content-box .cat {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

/*** 

====================================================================
    Features Section
====================================================================

***/
.features-section {
  background-color: var(--theme-color3);
  position: relative;
  padding: 201px 0 53px;
}
.features-section .sec-title {
  margin-bottom: 61px;
}
.features-section:before {
  position: absolute;
  left: 0;
  top: -72px;
  width: 100%;
  height: 272px;
  background-image: url(../images/icons/bg-shape3.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}

.feature-block {
  margin-bottom: 30px;
}
.feature-block .inner-box {
  border-radius: 14px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 25px 12px 14px;
  overflow: hidden;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0px 0px 6.95px 0px rgba(var(--theme-color-dark-rgb), 0.15);
          box-shadow: 0px 0px 6.95px 0px rgba(var(--theme-color-dark-rgb), 0.15);
}
.feature-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.feature-block .inner-box .image-box {
  min-width: 79px;
}
.feature-block .inner-box .image-box .image {
  border-radius: 11px;
  margin-bottom: 0;
  overflow: hidden;
}
.feature-block .inner-box .image-box .image img {
  border-radius: 11px;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .inner-box .content-box {
  margin-left: 25px;
}
.feature-block .inner-box .content-box .title {
  font-family: var(--text-font);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
    Features Section Two
====================================================================

***/
.features-section-two {
  padding: 0 0 10px;
}
.features-section-two .sec-title {
  margin-bottom: 17px;
}
.features-section-two .sec-title h4 {
  font-size: 22px;
}
@media (max-width: 991.98px) {
  .features-section-two .sec-title h4 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .features-section-two .sec-title h4 {
    font-size: 22px;
  }
}

.feature-block-two {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.feature-block-two .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-two .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.feature-block-two .inner-box:hover .content-box .title a {
  color: var(--theme-color1);
}
.feature-block-two .inner-box .image-box .image {
  border-radius: 20px;
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
}
.feature-block-two .inner-box .image-box .image img {
  border-radius: 20px;
  width: 100%;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-two .inner-box .image-box .service-category {
  border: 2.4px solid var(--theme-color-light);
  border-radius: 50px;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-size: 22.45px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2px;
  padding: 7.5px 24px;
  position: absolute;
  left: 30px;
  top: 30px;
}
.feature-block-two .inner-box .content-box {
  padding: 14px 0 0;
}
.feature-block-two .inner-box .content-box .title {
  position: relative;
  margin-bottom: 7px;
  z-index: 2;
}
.feature-block-two .inner-box .content-box .title:hover {
  color: var(--theme-color1);
}
.feature-block-two .inner-box .content-box .service-price {
  color: #676767;
  font-size: 21px;
  line-height: 1;
}

/*** 

====================================================================
    Features Section Three
====================================================================

***/
.features-section-three {
  padding: 0 0 10px;
}
.features-section-three .sec-title {
  margin-bottom: 17px;
}
.features-section-three .sec-title h4 {
  font-size: 22px;
}
@media (max-width: 991.98px) {
  .features-section-three .sec-title h4 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .features-section-three .sec-title h4 {
    font-size: 22px;
  }
}

.feature-block-three {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.feature-block-three .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-three .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.feature-block-three .inner-box:hover .content-box .title a {
  color: var(--theme-color1);
}
.feature-block-three .inner-box .image-box .image {
  border-radius: 20px;
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
}
.feature-block-three .inner-box .image-box .image img {
  border-radius: 20px;
  width: 100%;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-three .inner-box .image-box .service-category {
  border: 2.4px solid var(--theme-color-light);
  border-radius: 50px;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-size: 22.45px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2px;
  padding: 7.5px 24px;
  position: absolute;
  left: 30px;
  top: 30px;
}
.feature-block-three .inner-box .content-box {
  padding: 14px 0 0;
}
.feature-block-three .inner-box .content-box .title {
  position: relative;
  margin-bottom: 7px;
  z-index: 2;
}
.feature-block-three .inner-box .content-box .title:hover {
  color: var(--theme-color1);
}
.feature-block-three .inner-box .content-box .service-price {
  color: #676767;
  font-size: 21px;
  line-height: 1;
}

/*** 

====================================================================
    Thread Section Three
====================================================================

***/
.thread-section {
  position: relative;
}
.thread-section .thread-section-inner {
  position: relative;
}
.thread-section .thread-title {
  margin-bottom: 15px;
}
.thread-section .thread-title .title {
  color: var(--theme-color4);
  font-size: 17px;
}
.thread-section .thread-chat-content {
  position: relative;
}

.thread-chat-content {
  position: relative;
}

.flex-item .inner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-item .inner-item.bdb-style {
  border-bottom: 1px solid rgba(var(--theme-color4-rgb), 0.055);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.flex-item .inner-item .thumb-box {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  border-radius: 50%;
  font-size: 16.8px;
  font-weight: 500;
  height: 32px;
  line-height: 32px;
  width: 32px;
  min-width: 32px;
  text-align: center;
  margin-right: 12px;
  position: relative;
}
.flex-item .inner-item .thumb-box img {
  border-radius: 50%;
  width: 100%;
  position: relative;
  top: -1px;
}
.flex-item .inner-item .content .title {
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-size: 16.7px;
  font-weight: 700;
}
.flex-item .inner-item .content .text {
  color: var(--text-color2);
  font-size: 16px;
  font-weight: 500;
}
.flex-item .inner-item .content .text span, .flex-item .inner-item .content .text a {
  color: var(--theme-color-dark);
}

.flight-table {
  margin-bottom: 35px;
}
.flight-table .flight-table-inner {
  background-color: var(--theme-color-light);
  border: 1px solid rgba(var(--theme-color-dark-rgb), 0.1);
  border-radius: 16px;
  position: relative;
}
.flight-table .flight-table-inner .flight-table-tr {
  border-top: 1px solid rgba(var(--theme-color-dark-rgb), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px 15px;
}
.flight-table .flight-table-inner .flight-table-tr:first-child {
  border-top: none;
  padding: 30px 30px 15px;
}
.flight-table .flight-table-inner .flight-table-tr:last-child {
  padding: 10px 30px;
}
.flight-table .flight-table-inner .flight-table-tr .flight-table-tag {
  background-color: var(--theme-color4);
  border-radius: 20px;
  color: var(--theme-color-light);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-width: 85px;
  padding: 6px 12px;
  position: absolute;
  left: 15px;
  top: -14px;
  text-align: center;
}
.flight-table .flight-table-inner .flight-table-tr .flight-table-tag.style-two {
  background-color: var(--theme-color4);
}
.flight-table .flight-table-inner .flight-table-tr .flight-table-tag.style-three {
  background-color: var(--theme-color4);
}
.flight-table .flight-table-inner .flight-table-tr .flight-table-tr-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .flight-table .flight-table-inner .flight-table-tr .flight-table-tr-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flight-table .flight-table-inner .flight-table-tr .flight-table-tr-inner .table-th {
  display: inline-block;
  padding: 0 15px;
}
@media (max-width: 991.98px) {
  .flight-table .flight-table-inner .flight-table-tr .flight-table-tr-inner .table-th {
    min-width: 50%;
  }
}
.flight-table .flight-table-inner .flight-table-tr .flight-table-tr-inner .table-th .table-th-innr .title {
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
}
.flight-table .flight-table-inner .flight-table-tr .flight-table-tr-inner .table-th .table-th-innr .title.single-price {
  color: var(--theme-color1);
  font-size: 18px;
  margin-bottom: -4px;
}
.flight-table .flight-table-inner .flight-table-tr .flight-table-tr-inner .table-th .table-th-innr .text {
  color: rgba(var(--theme-color-dark-rgb), 0.5);
  font-size: 15px;
  font-weight: 500;
}
.flight-table .flight-table-inner .flight-table-tr .flight-table-tr-inner .table-th .table-th-innr .text-2 {
  color: rgba(var(--theme-color-dark-rgb), 0.5);
  font-size: 13px;
  font-weight: 500;
}
.flight-table .flight-table-inner .flight-table-tr .flight-table-tr-inner .table-th .table-th-innr .air-name {
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
}
.flight-table .flight-table-inner .flight-table-tr .flight-table-tr-inner .table-th .table-th-innr .air-name .icon {
  width: 19px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.flight-table .flight-table-inner .flight-table-tr .flight-table-tr-inner .table-th .table-th-innr .flight-total {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .flight-table .flight-table-inner .flight-table-tr .flight-table-tr-inner .table-th .table-th-innr .flight-total {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 15px;
  }
}
.flight-table .flight-table-inner .flight-table-tr .flight-table-tr-inner .table-th .table-th-innr .flight-total .title {
  color: rgba(var(--theme-color-dark-rgb), 0.85);
  font-size: 20px;
}
.flight-table .flight-table-inner .flight-table-tr .flight-table-tr-inner .table-th .table-th-innr .flight-total .theme-btn {
  margin-left: 16px;
  margin-right: -15px;
  padding: 6.52px 14.5px;
  font-size: 14px;
}
.flight-table .flight-table-inner .flight-table-tr .flight-table-view-more {
  position: relative;
  margin-left: 70px;
  padding-top: 6px;
}
@media (max-width: 991.98px) {
  .flight-table .flight-table-inner .flight-table-tr .flight-table-view-more {
    margin-left: 35px;
  }
}
@media (max-width: 575.98px) {
  .flight-table .flight-table-inner .flight-table-tr .flight-table-view-more {
    margin-left: 15px;
  }
}
.flight-table .flight-table-inner .flight-table-tr .flight-table-view-more .flight-table-view-inner {
  border-radius: 50%;
  border: 1px solid rgba(var(--theme-color-dark-rgb), 0.1);
  -webkit-box-shadow: 0px 0px 32px 0px rgba(var(--theme-color-dark-rgb), 0.06);
          box-shadow: 0px 0px 32px 0px rgba(var(--theme-color-dark-rgb), 0.06);
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: rgba(var(--theme-color-dark-rgb), 0.21);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.flight-table .flight-table-inner .flight-table-tr .flight-table-view-more .flight-table-view-inner:hover {
  background-color: #f9f9f9;
}

/*** 

====================================================================
    Offers Section
====================================================================

***/
.offers-section {
  background-color: var(--theme-color3);
  position: relative;
  padding: 120px 0 99px;
}

.offer-block {
  margin-bottom: 20px;
}
.offer-block .inner-box {
  position: relative;
  margin-right: 6px;
}
@media (max-width: 1199.98px) {
  .offer-block .inner-box {
    margin-right: 0;
  }
}
.offer-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.offer-block .inner-box .image-box .image {
  border-radius: 18px;
  margin-bottom: 0;
  overflow: hidden;
}
.offer-block .inner-box .image-box .image img {
  border-radius: 18px;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.offer-block .inner-box .content-box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.offer-block .inner-box .content-box .inner-content .title {
  color: var(--theme-color-light);
  font-size: 79.14px;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .offer-block .inner-box .content-box .inner-content .title {
    font-size: 45px;
  }
}
.offer-block .inner-box .content-box .inner-content .text {
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-size: 29.1px;
  font-weight: 700;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 1199.98px) {
  .offer-block .inner-box .content-box .inner-content .text {
    font-size: 16.55px;
  }
}
.offer-block .inner-box .content-box .inner-content .text:before {
  background-color: var(--theme-color-light);
  content: "";
  height: 1.61px;
  width: 91px;
  position: absolute;
  right: calc(100% + 16px);
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.offer-block .inner-box .content-box .inner-content .text:after {
  background-color: var(--theme-color-light);
  content: "";
  height: 1.61px;
  width: 91px;
  position: absolute;
  left: calc(100% + 16px);
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.offer-block .inner-box .content-box .inner-content .text .icon {
  margin-right: 11px;
  margin-top: -2px;
}
.offer-block:last-child .inner-box {
  margin-right: 0;
  margin-left: 6px;
}
@media (max-width: 1199.98px) {
  .offer-block:last-child .inner-box {
    margin-left: 0;
  }
}

/*** 

====================================================================
    Chat Phrases Section
====================================================================

***/
.chat-phrases-section {
  padding: 0 0 30px;
}
.chat-phrases-section .sec-title {
  margin-bottom: 17px;
}
.chat-phrases-section .sec-title h4 {
  font-size: 22px;
}
.chat-phrases-section.pull-up {
  position: relative;
  padding: 0 100px 105px;
  margin-top: -230px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chat-phrases-section.pull-up .sec-title h4 {
  background-color: rgba(var(--theme-color-light-rgb), 0.87);
  border: 1px solid var(--theme-color1);
  border-radius: 12px;
  color: var(--theme-color-dark);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 2px 10px 3px;
}
.chat-phrases-section.pull-up .chat-phrases-box {
  display: inline-block;
  text-align: center;
  max-width: 737px;
}
.chat-phrases-section.pull-up .chat-phrases-block {
  background-color: var(--theme-color-light);
  border: 1px solid rgba(var(--theme-color4-rgb), 0.87);
  color: var(--theme-color4);
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.chat-phrases-section.pull-up .chat-phrases-block:hover {
  background-color: var(--theme-color-light);
  border-color: var(--theme-color4);
  color: var(--theme-color-dark);
}

.chat-phrases-block {
  background-color: rgba(var(--theme-color4-rgb), 0.057);
  border-radius: 12px;
  color: var(--theme-color-dark);
  display: inline-block;
  position: relative;
  padding: 2px 15px;
  margin-bottom: 12px;
  margin-right: 6px;
  cursor: pointer;
}
.chat-phrases-block:last-child {
  margin-right: 0;
}

/*** 

====================================================================
    Reviews Section
====================================================================

***/
.reviews-section {
  padding: 15px 0 150px;
}
.reviews-section .sec-title {
  margin-bottom: 17px;
}
.reviews-section .sec-title h4 {
  font-size: 22px;
}

.review-block {
  margin-bottom: 35px;
}
.review-block .inner-box .user-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review-block .inner-box .user-content .user-thumb {
  margin-right: 16px;
}
.review-block .inner-box .user-content .user-thumb .images {
  max-width: 40px;
  border-radius: 50%;
}
.review-block .inner-box .user-content .user-info .user-name {
  font-weight: 600;
  margin-bottom: 0;
}
.review-block .inner-box .user-content .user-info .review-date {
  color: var(--theme-color4);
  font-size: 14px;
  margin-bottom: 0;
}
.review-block .inner-box .rating-icons {
  color: #ffaa17;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.review-block .inner-box .rating-icons i {
  margin-right: 2px;
}
.review-block .inner-box .rating-icons i:last-child {
  margin-right: 0;
}
.review-block .inner-box .text {
  color: #444;
}
.review-block .inner-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 11px;
}
.review-block .inner-box .btn-box .review-btn {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-right: 20px;
}
.review-block .inner-box .btn-box .review-btn span {
  margin-right: 8px;
}
.review-block .inner-box .btn-box .review-btn span:last-child {
  margin-right: 0;
}

/*** 

====================================================================
    Tag Search Section
====================================================================

***/
.tag-search-section {
  background-color: var(--theme-color3);
  position: relative;
  padding: 60px 0 172px;
}
@media (max-width: 991.98px) {
  .tag-search-section {
    padding: 30px 0;
  }
}
@media (max-width: 767.98px) {
  .tag-search-section {
    padding: 30px 0;
  }
}
.tag-search-section .sec-title h2 {
  letter-spacing: 0;
}

.tag-search-box {
  position: relative;
}
.tag-search-box .tag-search-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tag-search-box .tag-search-inner .title {
  color: rgba(var(--theme-color-dark-rgb), 0.4);
  margin-right: 49px;
}
.tag-search-box .tag-search-inner .tag-search-item {
  border: 1px solid #C1C1C1;
  border-radius: 20px;
  color: #151517;
  display: inline-block;
  line-height: 2;
  padding: 3px 25px;
  letter-spacing: 0.1px;
}

/*** 

====================================================================
    About Section
====================================================================

***/
.about-section {
  position: relative;
  padding: 120px 0 54px;
  z-index: 2;
}
.about-section::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 999px;
  height: 695px;
  background-image: url(../images/icons/pattern-bg-1.png);
  content: "";
  opacity: 0.35;
  pointer-events: none;
}
.about-section .sec-title {
  margin-bottom: 27px;
}
.about-section .image-column {
  position: relative;
  margin-bottom: 50px;
}
.about-section .image-column .image-box {
  position: relative;
  text-align: right;
}
.about-section .image-column .image-box .image {
  position: relative;
}
@media (max-width: 575.98px) {
  .about-section .image-column .image-box .image {
    text-align: left;
    margin-left: 50px;
  }
}
.about-section .image-column .image-box .image:before {
  background-color: var(--bg-theme-color1);
  border-radius: 50%;
  content: "";
  position: absolute;
  top: calc(50% - 149px);
  left: -61px;
  width: 430px;
  height: 430px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .about-section .image-column .image-box .image:before {
    display: none;
  }
}
.about-section .image-column .image-box .image:after {
  background-color: var(--bg-theme-color1);
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 20px;
  height: 105px;
}
@media (max-width: 575.98px) {
  .about-section .image-column .image-box .image:after {
    left: -50px;
  }
}
.about-section .image-column .image-box .image-2 {
  margin-bottom: 0;
}
.about-section .image-column .image-box .image-2 img {
  border: 10px solid var(--theme-color-light);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  right: 170px;
  bottom: 0px;
}
@media (max-width: 1199.98px) {
  .about-section .image-column .image-box .image-2 img {
    right: 50px;
    bottom: -50px;
  }
}
@media (max-width: 991.98px) {
  .about-section .image-column .image-box .image-2 img {
    right: -50px;
    bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .about-section .image-column .image-box .image-2 img {
    right: auto;
    left: -15px;
    bottom: 15px;
  }
}
.about-section .content-column {
  margin-bottom: 50px;
  z-index: 1;
}
.about-section .content-column .inner-column {
  position: relative;
  padding-right: 10px;
}
@media (max-width: 1199.98px) {
  .about-section .content-column .inner-column {
    padding-right: 0;
  }
}
.about-section .content-column .inner-column .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 34px;
}
@media (max-width: 575.98px) {
  .about-section .content-column .inner-column .bottom-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about-section .content-column .inner-column .author-box {
  position: relative;
  display: inline-block;
  margin-right: 80px;
}
@media (max-width: 1199.98px) {
  .about-section .content-column .inner-column .author-box {
    padding: 15px 15px;
  }
}
@media (max-width: 575.98px) {
  .about-section .content-column .inner-column .author-box {
    margin-bottom: 10px;
    padding-left: 0;
  }
}
.about-section .content-column .inner-column .author-box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199.98px) {
  .about-section .content-column .inner-column .author-box .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-section .content-column .inner-column .author-box .inner .author-info {
  margin-top: 4px;
}
.about-section .content-column .inner-column .author-box .inner .image {
  margin-bottom: 0;
  margin-right: 20px;
  width: 68px;
}
.about-section .content-column .inner-column .author-box .inner .image img {
  border-radius: 50%;
}
.about-section .content-column .inner-column .author-box .inner .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.about-section .content-column .inner-column .author-box .inner .designation {
  color: #6a6a6a;
  display: block;
  margin-bottom: 0;
}
.about-section .content-column .inner-column .list-styele-two li {
  margin-bottom: 20px;
  letter-spacing: -0.01em;
  font-family: 600;
  font-size: 18px;
}

/*** 

====================================================================
    About Section Two
====================================================================

***/
.about-section-two {
  position: relative;
  padding: 84px 0 120px;
  z-index: 2;
}
.about-section-two::before {
  position: absolute;
  right: -288px;
  bottom: 155px;
  width: 548px;
  height: 432px;
  background-image: url(../images/icons/house2.png);
  content: "";
  opacity: 0.3;
  pointer-events: none;
}
.about-section-two .sec-title {
  margin-bottom: 36px;
}
@media (max-width: 1199.98px) {
  .about-section-two .content-column {
    margin-bottom: 50px;
  }
}
.about-section-two .content-column .inner-column {
  position: relative;
}
.about-section-two .content-column .inner-column .text.two {
  color: var(--theme-color1);
  margin-bottom: 19px;
  text-decoration: underline;
}
@media (max-width: 1199.98px) {
  .about-section-two .content-column .inner-column .text.two br {
    display: none;
  }
}
.about-section-two .content-column .inner-column .text.two a {
  font-size: 20px;
  color: var(--theme-color1);
}
.about-section-two .content-column .inner-column .text {
  margin-bottom: 45px;
}
@media (max-width: 1199.98px) {
  .about-section-two .content-column .inner-column .text br {
    display: none;
  }
}
.about-section-two .image-column {
  margin-bottom: 0;
}
.about-section-two .image-column .inner-column {
  position: relative;
  padding-right: 69px;
}
@media (max-width: 1199.98px) {
  .about-section-two .image-column .inner-column {
    padding-right: 0;
  }
}
.about-section-two .image-column .inner-column .image-box {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .about-section-two .image-column .inner-column .image-box {
    padding-left: 0;
  }
}
.about-section-two .image-column .inner-column .image-box .image {
  max-width: 450px;
}
@media (max-width: 991.98px) {
  .about-section-two .image-column .inner-column .image-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about-section-two .image-column .inner-column .image-box .image-2 {
  position: absolute;
  bottom: -94px;
  right: -45px;
  overflow: hidden;
  margin-bottom: 0;
}
.about-section-two .image-column .inner-column .image-box .image-2:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1199.98px) {
  .about-section-two .image-column .inner-column .image-box .image-2 {
    right: auto;
    left: 50px;
  }
}
@media (max-width: 575.98px) {
  .about-section-two .image-column .inner-column .image-box .image-2 {
    left: 15px;
  }
}
.about-section-two .image-column .inner-column .image-box .image-2 img {
  max-width: 415px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section-two .image-column .inner-column .image-box .image-3 {
  position: absolute;
  bottom: -53px;
  left: 38px;
  margin-bottom: 0;
  -webkit-animation: fa-spin 20s infinite linear;
          animation: fa-spin 20s infinite linear;
}
.about-section-two .bottom-box {
  position: relative;
  max-width: 990px;
  margin: 10px auto 0;
}
@media (max-width: 991.98px) {
  .about-section-two .bottom-box {
    margin-top: 130px;
  }
}
.about-section-two .bottom-box .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid var(--theme-color1);
  padding: 8px 10px 8px 60px;
}
@media (max-width: 991.98px) {
  .about-section-two .bottom-box .inner-box {
    padding-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .about-section-two .bottom-box .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 0;
    border: 0;
  }
}
.about-section-two .bottom-box .inner-box:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.about-section-two .bottom-box .inner-box .text {
  font-size: 18px;
  font-weight: 400;
  color: var(--theme-color-dark);
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .about-section-two .bottom-box .inner-box .text {
    margin-bottom: 20px;
  }
}
.about-section-two .bottom-box .inner-box .text a {
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--theme-color1);
}
.about-section-two .bottom-box .icon {
  position: relative;
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 50%;
  font-size: 26px;
  margin-right: -35px;
  color: var(--theme-color1);
  -webkit-box-shadow: 0 0 16px rgba(194, 194, 194, 0.75);
          box-shadow: 0 0 16px rgba(194, 194, 194, 0.75);
  background-color: var(--theme-color-light);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .about-section-two .bottom-box .icon {
    display: none;
  }
}
.about-section-two .bottom-box .theme-btn {
  position: relative;
  font-size: 20px;
  padding: 25px 50px;
  border-radius: 0;
  letter-spacing: -0.01em;
}
.about-section-two .bottom-box .theme-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 0;
  height: 0;
  background-color: var(--theme-color-light);
  border-bottom: 77px solid var(--theme-color1);
  border-left: 20px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .about-section-two .bottom-box .theme-btn:after {
    display: none;
  }
}
.about-section-two .bottom-box .theme-btn:before {
  border-radius: 0;
}
.about-section-two .bottom-box .theme-btn:hover:after {
  border-bottom-color: var(--theme-color-dark);
}

.about-block .inner {
  position: relative;
  display: inline-block;
}
.about-block .inner:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.about-block .inner .icon {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 1em;
  color: var(--theme-color1);
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-block .inner .title {
  color: var(--theme-color-dark);
  margin-bottom: 10px;
}
.about-block .inner .title a:hover {
  color: var(--theme-color1);
}
.about-block .inner .text {
  margin-bottom: 0;
}

/*** 

====================================================================
    About Section Three
====================================================================

***/
.about-section-three {
  position: relative;
  padding: 120px 0 0;
}
.about-section-three .icon-plane-2 {
  position: absolute;
  bottom: 390px;
  right: 120px;
}
@media (max-width: 991.98px) {
  .about-section-three .auto-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.about-section-three .outer-box {
  position: relative;
  background-color: var(--theme-color-light);
  z-index: 1;
}
@media (max-width: 991.98px) {
  .about-section-three .outer-box {
    padding: 0 15px;
  }
}
.about-section-three .outer-box::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 542px;
  height: 267px;
  background-image: url(../images/icons/home.png);
  content: "";
  opacity: 0.5;
}
@media (max-width: 991.98px) {
  .about-section-three .image-column {
    display: none;
  }
}
.about-section-three .image-column .inner-column {
  position: relative;
  height: 100%;
}
.about-section-three .image-column .inner-column .image-box {
  position: relative;
  display: block;
  height: 100%;
}
.about-section-three .image-column .inner-column .image-box .image {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  overflow: visible;
  height: 100%;
  max-width: 484px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .about-section-three .image-column .inner-column .image-box .image {
    width: 100%;
    max-width: none;
  }
}
.about-section-three .image-column .inner-column .image-box .image::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 28px;
  height: 523px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--theme-color1);
}
.about-section-three .image-column .inner-column .image-box .image img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .about-section-three .image-column .inner-column .image-box .image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about-section-three .content-column .inner-column {
  position: relative;
  padding-right: 80px;
  margin-left: -48px;
}
@media (max-width: 1199.98px) {
  .about-section-three .content-column .inner-column {
    padding-right: 0;
    margin-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .about-section-three .content-column .inner-column {
    padding-right: 0;
    margin-left: 0;
  }
}
.about-section-three .content-column .inner-column .sec-title {
  margin-bottom: 37px;
  margin-right: -10px;
}
.about-section-three .content-column .inner-column .sec-title .text {
  margin-top: 30px;
}

.about-block-three:last-child .inner-box {
  border-bottom: none;
}
.about-block-three .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 48px;
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .about-block-three .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-block-three .inner-box:hover .icon {
  background-color: var(--theme-color-dark);
  color: var(--theme-color-light);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.about-block-three .inner-box .icon {
  position: relative;
  width: 72px;
  height: 72px;
  margin-top: 3px;
  font-size: 33px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .about-block-three .inner-box .icon {
    margin-bottom: 20px;
    width: 65px;
    height: 65px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about-block-three .inner-box .content {
  margin-left: 25px;
}
@media (max-width: 1199.98px) {
  .about-block-three .inner-box .content {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .about-block-three .inner-box .content {
    margin-left: 0;
  }
}
.about-block-three .inner-box .content .title {
  margin-bottom: 10px;
  color: #051016;
}
.about-block-three .inner-box .content .text {
  color: #7a7a7a;
  margin-right: -11px;
}
@media (max-width: 1199.98px) {
  .about-block-three .inner-box .content .text {
    margin-right: 0;
  }
  .about-block-three .inner-box .content .text br {
    display: none;
  }
}

/*** 

====================================================================
  Main Slider
====================================================================

***/
.main-slider {
  position: relative;
  min-height: 940px;
}
@media (max-width: 991.98px) {
  .main-slider {
    text-align: center;
    min-height: auto;
    margin-bottom: 0;
  }
}
.main-slider .sub-title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding: 3px 45px 7px;
  margin-bottom: 40px;
  min-width: 326px;
  letter-spacing: -0.01em;
  color: var(--theme-color-light);
  background-image: url(../images/banner/bg-subtitle.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .main-slider .sub-title {
    background-image: none;
    padding: 0;
    color: var(--theme-color1);
    background-color: var(--theme-color-light);
    display: inline-block !important;
    min-width: auto;
    padding: 5px 14px;
    border-radius: 10px;
  }
}
@media (max-width: 575.98px) {
  .main-slider .sub-title {
    font-size: 14px;
  }
}
.main-slider .icon-big-arrow {
  position: absolute;
  bottom: -40px;
  left: -65px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .main-slider .icon-big-arrow {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .main-slider .icon-plane-1 {
    display: none;
  }
}
.main-slider .title {
  position: relative;
  color: var(--theme-color-light);
  line-height: 90px;
  font-size: 72px;
  margin-bottom: 28px;
}
@media (max-width: 991.98px) {
  .main-slider .title {
    font-size: 64px;
    line-height: 1.2em;
  }
}
@media (max-width: 767.98px) {
  .main-slider .title {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .main-slider .title {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .main-slider .theme-btn {
    padding: 10px 30px;
    line-height: 30px;
  }
}

.main-slider .tp-dottedoverlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(26, 39, 48, 0.92)), color-stop(56%, rgba(35, 46, 54, 0.8)), color-stop(99%, rgba(69, 72, 77, 0.02)), to(rgba(69, 72, 77, 0)));
  background: linear-gradient(to bottom, rgba(26, 39, 48, 0.92) 45%, rgba(35, 46, 54, 0.8) 56%, rgba(69, 72, 77, 0.02) 99%, rgba(69, 72, 77, 0) 100%);
  z-index: 1;
}
.main-slider .tp-dottedoverlay:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  top: auto;
  bottom: 0;
  height: 216px;
  background-image: url(../images/banner/shape.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .main-slider .tp-dottedoverlay:after {
    display: none;
  }
}

/*** 

====================================================================
    Services Section
====================================================================

***/
.services-section {
  position: relative;
  padding: 90px 0 55px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .services-section {
    padding: 60px 0 95px;
  }
}
.services-section .sec-title .sub-title {
  border: none;
  font-size: 20px;
  color: var(--theme-color1);
  font-weight: 600;
  letter-spacing: 0;
}
.services-section .sec-title .theme-btn {
  margin-top: 30px;
}

.service-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-block .inner-box {
  border: 1px solid rgba(193, 193, 193, 0.3);
  border-radius: 10px;
  position: relative;
  min-height: 262px;
}
.service-block .inner-box .number {
  background-color: var(--theme-color1);
  border-radius: 10px 10px 0 0;
  color: var(--theme-color-light);
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  background-image: url(../images/banner/3.jpg);
  background-size: cover;
  background-position: left center;
}
.service-block .inner-box .content {
  height: 100%;
  padding: 20px 15px;
}
.service-block .inner-box .content .title {
  color: var(--theme-color1);
  margin-bottom: 18px;
}
.service-block .inner-box .content .text {
  font-size: 15px;
}

.service-info {
  text-align: center;
  padding-top: 50px;
}
.service-info .title {
  border-bottom: 1px solid rgba(193, 193, 193, 0.3);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.service-info .text-2 {
  font-weight: 600;
  margin-top: 30px;
}

.apply-box {
  border-top: 1px solid rgba(193, 193, 193, 0.3);
  border-bottom: 1px solid rgba(193, 193, 193, 0.3);
  padding: 20px 0;
  margin-top: 50px;
  text-align: center;
}
.apply-box span {
  color: var(--theme-color1);
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

/*** 

====================================================================
    Services Section Two
====================================================================

***/
.services-section-two {
  position: relative;
  background-color: var(--theme-color2);
  padding: 120px 0;
  z-index: 2;
}
.services-section-two .bg {
  width: 594px;
  background-position: left center;
}
@media (max-width: 1399.98px) {
  .services-section-two .bg {
    display: none;
  }
}
.services-section-two .bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color1);
  opacity: 0.8;
}
.services-section-two .owl-carousel .owl-dots {
  position: relative;
  margin-top: 25px;
}

.service-block-two {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-block-two .inner-box {
  position: relative;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.9;
}
.service-block-two .inner-box:hover .image-box .read-more {
  color: var(--theme-color-light);
  background: var(--theme-color-dark);
}
.service-block-two .inner-box:hover .image-box .read-more:before {
  height: 100%;
}
.service-block-two .inner-box:hover .content-box .icon {
  color: var(--theme-color1);
  background-color: var(--theme-color-light);
}
.service-block-two .inner-box .image-box .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.service-block-two .inner-box .image-box .image img {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-box .content-box {
  position: relative;
  background-color: var(--theme-color-light);
  padding: 0 21px 18px;
}
.service-block-two .inner-box .content-box .inner {
  position: relative;
  display: inline-block;
  border-top: 4px solid var(--theme-color1);
  margin-top: -56px;
  padding: 91px 15px 31px 20px;
  background-color: #f3f4f7;
}
@media (max-width: 767.98px) {
  .service-block-two .inner-box .content-box .inner {
    width: 100%;
  }
}
.service-block-two .inner-box .content-box::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 65px;
  width: 44px;
  height: 64px;
  background-image: url(../images/icons/icon-arrow.png);
  z-index: 3;
  pointer-events: none;
}
.service-block-two .inner-box .content-box .icon {
  position: absolute;
  top: -22px;
  left: 18px;
  height: 87px;
  width: 90px;
  line-height: 87px;
  font-size: 50px;
  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;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}
.service-block-two .inner-box .content-box .title {
  position: relative;
  margin-bottom: 10px;
  z-index: 2;
}
.service-block-two .inner-box .content-box .title:hover {
  color: var(--theme-color1);
}
.service-block-two .inner-box .content-box .theme-btn {
  background-color: var(--theme-color-dark);
  border-radius: 0;
  font-family: var(--text-font);
  width: 100%;
  font-size: 12px;
  padding: 10px 20px;
  color: var(--theme-color-light);
}
.service-block-two .inner-box .content-box .theme-btn:before {
  border-radius: 0;
}
.service-block-two .inner-box .content-box .theme-btn i {
  position: relative;
  color: var(--theme-color1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-box .content-box .theme-btn:hover i {
  color: var(--theme-color-light);
}

/*** 

====================================================================
    Services Section Three
====================================================================

***/
.services-section-three {
  position: relative;
  padding: 120px 0 75px;
}
.services-section-three::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 999px;
  height: 695px;
  background-image: url(../images/icons/pattern-bg-1.png);
  content: "";
  opacity: 0.75;
}
.services-section-three .sec-title-outer {
  position: relative;
}
.services-section-three .sec-title-outer .icon-plane-7 {
  position: absolute;
  top: 0;
  right: 85px;
}
.services-section-three .image-column .inner-column {
  position: relative;
  padding: 67px 67px 67px 50px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .services-section-three .image-column .inner-column {
    padding: 20px;
  }
}
.services-section-three .image-column .inner-column .bg {
  position: absolute;
  width: 99%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.services-section-three .image-column .inner-column .overlay-5 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1399.98px) {
  .services-section-three .image-column .inner-column .overlay-5 {
    width: 100%;
    background-size: cover;
  }
}
.services-section-three .image-column .inner-column .content {
  position: relative;
  z-index: 3;
}
.services-section-three .image-column .inner-column .content .sub-title,
.services-section-three .image-column .inner-column .content .title {
  color: var(--theme-color-light);
}
.services-section-three .image-column .inner-column .content .sub-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 1.4;
  text-transform: uppercase;
}
.services-section-three .image-column .inner-column .content .title {
  margin-bottom: 21px;
  line-height: 1.2;
}
@media (max-width: 575.98px) {
  .services-section-three .image-column .inner-column .content .title {
    font-size: 20px;
    margin-top: 10px;
  }
  .services-section-three .image-column .inner-column .content .title br {
    display: none;
  }
}
.services-section-three .image-column .inner-column .content .info-btn {
  padding-left: 55px;
}
.services-section-three .image-column .inner-column .content .info-btn i {
  position: absolute;
  top: 18px;
  left: 0;
  text-align: center;
  font-size: 38px;
  color: var(--theme-color1);
}
.services-section-three .image-column .inner-column .content .info-btn small {
  color: var(--theme-color-light);
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}
.services-section-three .image-column .inner-column .content .info-btn strong {
  color: var(--theme-color-light);
  font-size: 16px;
}

.service-block-three {
  margin-bottom: 45px;
}
.service-block-three .inner-box {
  position: relative;
  padding: 0 22px 45px;
  margin-top: 40px;
  background-color: var(--theme-color2);
}
@media (max-width: 767.98px) {
  .service-block-three .inner-box {
    text-align: center;
  }
}
.service-block-three .inner-box:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.service-block-three .inner-box .icon-box {
  margin-bottom: 30px;
}
.service-block-three .inner-box .icon-box:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 17px;
  width: 93px;
  height: 58px;
  background-image: url(../images/icons/icon-border-4.png);
}
@media (max-width: 767.98px) {
  .service-block-three .inner-box .icon-box:before {
    right: 17px;
    margin: 0 auto;
  }
}
.service-block-three .inner-box .icon-box .icon {
  position: relative;
  margin-top: -43px;
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 46px;
  line-height: 80px;
  color: var(--theme-color1);
  -webkit-box-shadow: 0 0 76px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 76px rgba(0, 0, 0, 0.06);
  background-color: var(--theme-color-light);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-three .inner-box .count {
  position: absolute;
  top: 25px;
  right: 10px;
  font-size: 60px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d3d3d6;
}
.service-block-three .inner-box .title {
  position: relative;
  margin-bottom: 40px;
}
.service-block-three .inner-box .title::before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 81px;
  height: 6px;
  background-color: var(--theme-color1);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
@media (max-width: 767.98px) {
  .service-block-three .inner-box .title::before {
    right: 0;
    margin: 0 auto;
  }
}

/***

==================================================================
	Video Section
==================================================================

***/
.video-section {
  position: relative;
  padding: 200px 0 220px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .video-section {
    padding: 180px 0;
  }
}
.video-section .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0e171b;
  opacity: 0.7;
}
.video-section .overlay-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .video-section .overlay-2 {
    display: none;
  }
}
.video-section .outer-box {
  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 (max-width: 991.98px) {
  .video-section .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.video-section .outer-box .title-box {
  position: relative;
  padding-left: 35px;
  border-left: 12px solid var(--theme-color1);
}
@media (max-width: 991.98px) {
  .video-section .outer-box .title-box {
    margin-bottom: 30px;
    border-left: 0;
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .video-section .outer-box .title-box {
    padding-left: 0;
    border: none;
  }
}
.video-section .outer-box .title-box .title {
  color: var(--theme-color-light);
  font-size: 46px;
  line-height: 1.2em;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .video-section .outer-box .title-box .title {
    font-size: 38px;
  }
  .video-section .outer-box .title-box .title br {
    display: none;
  }
}
.video-section .outer-box .video-box {
  position: relative;
}
.video-section .outer-box .video-box .icon-box {
  position: absolute;
  top: 0;
  right: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-section .outer-box .video-box .icon-box .title {
  font-family: var(--style-font);
  font-weight: 400;
  color: var(--theme-color-light);
  white-space: nowrap;
  margin-right: 15px;
}
@media (max-width: 991.98px) {
  .video-section .outer-box .video-box .icon-box .title {
    display: none;
  }
}
.video-section .outer-box .video-box .icon-box img {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .video-section .outer-box .video-box .icon-box img {
    display: none;
  }
}
.video-section .outer-box .video-box .play-now-two {
  position: relative;
  display: inline-block;
  height: 113px;
  width: 113px;
  line-height: 113px;
  font-size: 24px;
  border-radius: 50%;
  color: var(--theme-color1);
  background-color: var(--theme-color-light);
  text-align: center;
}
.video-section .outer-box .video-box .play-now-two::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid var(--theme-color-light);
}
.video-section .outer-box .video-box .play-now-two:hover {
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
  color: var(--theme-color-light);
}

/***

==================================================================
	Video Section Two
==================================================================

***/
.video-section-two {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.video-section-two.alt {
  padding-bottom: 140px;
}
.video-section-two .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color-dark);
  opacity: 0.7;
}
.video-section-two .overlay-4 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: auto;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  .video-section-two .overlay-4 {
    display: none;
  }
}
.video-section-two .outer-box {
  position: relative;
}
@media (max-width: 1399.98px) {
  .video-section-two .outer-box {
    text-align: center;
  }
}
.video-section-two .outer-box .title {
  position: relative;
  color: var(--theme-color-light);
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.18px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .video-section-two .outer-box .title {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .video-section-two .outer-box .title {
    font-size: 32px;
    line-height: 1.2em;
  }
  .video-section-two .outer-box .title br {
    display: none;
  }
}
.video-section-two .outer-box .play-now-two {
  position: relative;
  display: inline-block;
  height: 113px;
  width: 113px;
  line-height: 113px;
  font-size: 20px;
  margin-bottom: 35px;
  border-radius: 50%;
  color: var(--theme-color1);
  background-color: var(--theme-color-light);
  text-align: center;
}
.video-section-two .outer-box .play-now-two::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid var(--theme-color-light);
}
.video-section-two .outer-box .play-now-two:hover {
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
  color: var(--theme-color-light);
}

/*** 

====================================================================
    Contact Section
====================================================================

***/
.contact-section {
  background-color: #0f1b24;
  position: relative;
  padding: 0 0 53px;
  z-index: 2;
}
.contact-section::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 548px;
  height: 432px;
  background-image: url(../images/icons/house3.png);
  content: "";
  opacity: 0.4;
  pointer-events: none;
}
.contact-section .content-column .inner-column {
  position: relative;
  padding: 120px 0 120px 62px;
}
@media (max-width: 1399.98px) {
  .contact-section .content-column .inner-column {
    padding-left: 0;
  }
}
.contact-section .content-column .inner-column .sec-title .sub-title {
  border-color: #3f4950;
}
.contact-section .form-column {
  position: relative;
}
.contact-section .form-column .bg-image {
  background-position: left top;
  right: 70px;
  left: auto;
  width: auto;
  left: -375px;
  height: auto;
  bottom: 67px;
}
@media (max-width: 991.98px) {
  .contact-section .form-column .bg-image {
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.contact-section .form-column .inner-column {
  padding: 120px 0 0;
}
@media (max-width: 991.98px) {
  .contact-section .form-column .inner-column {
    padding: 60px 0;
  }
}

.contact-form {
  position: relative;
  background-color: var(--theme-color1);
  padding: 50px 40px 60px;
}
@media (max-width: 575.98px) {
  .contact-form {
    padding: 30px 20px;
  }
}
.contact-form::before {
  content: "";
  position: absolute;
  top: -48px;
  right: -1px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 60px solid var(--theme-color1-dark);
  z-index: 3;
}
@media (max-width: 991.98px) {
  .contact-form::before {
    display: none;
  }
}
.contact-form .title {
  color: var(--theme-color-light);
  margin-bottom: 29px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .contact-form .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-form .select2-container--default .select2-selection--single,
.contact-form input:not([type=submit]),
.contact-form textarea,
.contact-form select {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  padding: 20px 30px;
  font-size: var(--body-font-size);
  color: var(--theme-color-dark);
  line-height: 32px;
  font-weight: 400;
  background-color: var(--theme-color-light);
  border: 1px solid transparent;
  border-radius: 7px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form ::-webkit-input-placeholder {
  color: #393939;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--theme-color-dark);
}
.contact-form textarea {
  height: auto;
  max-height: 131px;
}
.contact-form .theme-btn {
  background-color: var(--theme-color-dark);
  width: 100%;
}

.map {
  height: 450px;
}

.contact-form-two {
  position: relative;
  background-color: var(--theme-color1);
  overflow: hidden;
  padding: 56px 40px 90px;
}
@media (max-width: 1199.98px) {
  .contact-form-two {
    padding: 50px 20px;
  }
}
.contact-form-two .title {
  color: var(--theme-color-light);
  margin-bottom: 45px;
  text-align: center;
}
.contact-form-two .form-group {
  position: relative;
  margin-bottom: 30px;
}
.contact-form-two .form-group:last-child {
  margin-bottom: 0;
}
.contact-form-two .select2-container--default .select2-selection--single,
.contact-form-two input:not([type=submit]),
.contact-form-two textarea,
.contact-form-two select {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  padding: 20px 20px;
  font-size: var(--body-font-size);
  color: var(--theme-color-dark);
  line-height: 32px;
  font-weight: 400;
  background-color: var(--theme-color-light);
  border: 1px solid transparent;
  border-radius: 7px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form-two ::-webkit-input-placeholder {
  color: #393939;
}
.contact-form-two input:focus,
.contact-form-two select:focus,
.contact-form-two textarea:focus {
  border-color: var(--theme-color-dark);
}
.contact-form-two .theme-btn {
  background-color: var(--theme-color-dark);
  width: 100%;
}

.contact-form-three {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 39px 40px 40px;
}
@media (max-width: 1199.98px) {
  .contact-form-three {
    padding: 30px 20px;
  }
}
.contact-form-three .title {
  margin-bottom: 28px;
  text-align: center;
}
.contact-form-three .form-group {
  position: relative;
  margin-bottom: 16px;
}
.contact-form-three .form-group:last-child {
  margin-bottom: 0;
}
.contact-form-three .select2-container--default .select2-selection--single,
.contact-form-three input:not([type=submit]),
.contact-form-three textarea,
.contact-form-three select {
  position: relative;
  display: block;
  height: 60.8px;
  width: 100%;
  padding: 20px 20px;
  font-size: var(--body-font-size);
  color: var(--theme-color-dark);
  line-height: 32px;
  font-weight: 400;
  background-color: var(--theme-color-light);
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form-three ::-webkit-input-placeholder {
  color: #393939;
}
.contact-form-three input:focus,
.contact-form-three select:focus,
.contact-form-three textarea:focus {
  border-color: var(--theme-color-dark);
}
.contact-form-three textarea {
  height: auto;
  max-height: 130px;
}
/*** 

====================================================================
    FAQ's Section
====================================================================

***/
.faq-section {
  position: relative;
  padding: 10px 0 54px;
}
.faq-section::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 481px;
  height: 598px;
  background-image: url(../images/icons/roofing-bg-1.png);
  content: "";
  opacity: 0.72;
  pointer-events: none;
}
.faq-section .faq-column {
  margin-bottom: 50px;
}
.faq-section .faq-column .inner-column {
  position: relative;
  padding: 38px 0 44px 40px;
}
@media (max-width: 575.98px) {
  .faq-section .faq-column .inner-column {
    padding: 0;
  }
}
.faq-section .faq-column .inner-column:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  width: 315px;
  height: 100%;
  border-top: 5px solid var(--theme-color2);
  border-bottom: 5px solid var(--theme-color2);
  border-left: 5px solid var(--theme-color2);
}
@media (max-width: 575.98px) {
  .faq-section .faq-column .inner-column:before {
    display: none;
  }
}
.faq-section .faq-column .inner-column .sec-title {
  margin-bottom: 10px;
}
.faq-section .faq-column .inner-column .sec-title .sub-title {
  margin-bottom: 5px;
}
.faq-section .faq-column .accordion-box {
  max-width: 510px;
}
.faq-section .image-column {
  margin-bottom: 50px;
}
.faq-section .image-column .inner-column {
  margin-top: -20px;
  padding-left: 30px;
}
@media (max-width: 991.98px) {
  .faq-section .image-column .inner-column {
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .faq-section .image-column .inner-column {
    margin-bottom: 40px;
  }
}
.faq-section .image-column .inner-column .image-box {
  position: relative;
}
.faq-section .image-column .inner-column .image-box .rating-box {
  position: absolute;
  top: 0;
  left: 50%;
  width: 229px;
  height: 100px;
  border: 3px solid var(--theme-color1);
  background-color: var(--theme-color-light);
  text-align: center;
  -webkit-transform: translate(-50%, 200px);
          transform: translate(-50%, 200px);
}
@media (max-width: 767.98px) {
  .faq-section .image-column .inner-column .image-box .rating-box {
    position: relative;
    left: 0;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin-top: 30px;
  }
}
.faq-section .image-column .inner-column .image-box .rating-box .icon {
  position: absolute;
  width: 51px;
  height: 51px;
  line-height: 51px;
  border-radius: 50%;
  background: var(--theme-color1);
  color: var(--theme-color-light);
  font-size: 24px;
  text-align: center;
  -webkit-transform: translate(-30px, -31px);
          transform: translate(-30px, -31px);
}
.faq-section .image-column .inner-column .image-box .rating-box .rating {
  padding-top: 18px;
}
.faq-section .image-column .inner-column .image-box .rating-box .rating li {
  display: inline-block;
  color: #f9b524;
  font-size: 12px;
  margin: 0 2px;
}
.faq-section .image-column .inner-column .image-box .rating-box .reviews {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  background-color: var(--theme-color-light);
  border-bottom: 1px solid #e1e1e1;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 17.6px;
  line-height: 1.4;
  color: var(--theme-color-dark);
  font-weight: 700;
  font-family: var(--title-font);
  cursor: pointer;
  padding: 25px 20px 25px 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box .block .acc-btn .icon {
  position: absolute;
  top: 15px;
  left: 0;
  line-height: 28px;
  color: var(--theme-color1);
  font-size: 24px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box .block .acc-btn .arrow {
  position: absolute;
  right: 15px;
  top: -1px;
  font-size: 14px;
  line-height: 79px;
  font-weight: 800;
  color: var(--theme-color-dark);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box .block .acc-btn.active {
  color: var(--theme-color1);
}
.accordion-box .block .acc-btn.active .arrow {
  font-size: 14px;
  color: var(--theme-color-dark);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-box .block .acc-btn.active .arrow:before {
  content: "\f106";
}
.accordion-box .block .acc-btn.active .icon {
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .acc-content .content {
  position: relative;
  padding: 0px 30px 17px 0;
}
.accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 14px;
  margin-bottom: 0;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box.style-two .block {
  position: relative;
  border: none;
  width: 100%;
  padding: 7px 17px 10px;
  margin-bottom: 12px;
  -webkit-box-shadow: 0 0 43px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 43px rgba(0, 0, 0, 0.06);
  background-color: var(--theme-color-light);
}
@media (max-width: 991.98px) {
  .accordion-box.style-two .block {
    padding: 7px 10px 10px;
  }
}
.accordion-box.style-two .block .acc-btn {
  padding-left: 92px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .accordion-box.style-two .block .acc-btn {
    padding-left: 70px;
  }
}
.accordion-box.style-two .block .arrow {
  right: 4px;
  line-height: 58px;
}
.accordion-box.style-two .block .content {
  padding: 10px 0 10px;
}
.accordion-box.style-two .block .content .text {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #7a7a7a;
}
@media (max-width: 991.98px) {
  .accordion-box.style-two .block .content .text {
    line-height: 24px;
    margin-top: 5px;
  }
}
.accordion-box.style-two .block .acc-btn.active {
  color: var(--theme-color1);
}
.accordion-box.style-two .block .acc-btn.active .arrow,
.accordion-box.style-two .block .acc-btn.active .icon {
  color: var(--theme-color1);
}
.accordion-box.style-two .block .acc-btn.active .count {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.accordion-box.style-two .count {
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 57px;
  line-height: 57px;
  color: #a6a6a6;
  background-color: #f2f3f6;
  text-align: center;
}
@media (max-width: 575.98px) {
  .accordion-box.style-two .count {
    top: 5px;
  }
}

.faqs-section .accordion-box.style-two .count {
  top: 10px;
}

/*** 

====================================================================
    FAQ's Section Two
====================================================================

***/
.faq-section-two {
  position: relative;
  padding: 120px 0 70px;
}
.faq-section-two .float-image {
  position: absolute;
  bottom: -35px;
  right: -72px;
  z-index: 1;
  max-width: 461px;
}
@media (max-width: 1199.98px) {
  .faq-section-two .float-image {
    opacity: 0.3;
  }
}
.faq-section-two .outer-box {
  position: relative;
  z-index: 1;
}
.faq-section-two .faq-column {
  margin-bottom: 50px;
}
.faq-section-two .faq-column .inner-column {
  padding-left: 35px;
  padding-right: 75px;
}
@media (max-width: 1399.98px) {
  .faq-section-two .faq-column .inner-column {
    padding-left: 0;
    padding-right: 0;
  }
}
.faq-section-two .faq-column .inner-column .sec-title {
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .faq-section-two .faq-column .inner-column .sec-title {
    margin-bottom: 20px;
  }
}
.faq-section-two .faq-column .inner-column .acc-btn {
  padding: 15px 20px 15px 75px;
}
.faq-section-two .faq-column .inner-column .text {
  font-size: 16px;
  letter-spacing: -0.01em;
}
.faq-section-two .form-column {
  position: relative;
}
.faq-section-two .form-column .bg-image {
  left: -375px;
}
.faq-section-two .form-column .bg-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color2);
  opacity: 0.9;
}
.faq-section-two .form-column .contact-form-two {
  padding: 56px 45px 60px;
  margin-bottom: -1px;
}
@media (max-width: 767.98px) {
  .faq-section-two .form-column .contact-form-two {
    padding: 40px 30px 20px;
  }
}
.faq-section-two .form-column .contact-form-two .title {
  font-size: 36px;
  letter-spacing: -0.01em;
}
.faq-section-two .form-column .contact-form-two textarea {
  height: auto;
  max-height: 131px;
}
.faq-section-two .form-column .contact-form-two .row {
  margin: 0 -15px;
}
.faq-section-two .form-column .contact-form-two .row > div {
  padding: 0 15px;
}
.faq-section-two.style-two {
  background-color: #0f1b24;
  background-image: url(../images/icons/footer-pattern1.png);
}
.faq-section-two.style-two:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(32%, rgba(0, 0, 0, 0)), color-stop(29%, rgba(0, 0, 0, 0.7490196078)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.7490196078) 29%);
  opacity: 0.52;
}
.faq-section-two.style-two .contact-form-two {
  padding: 48px 45px 60px;
}
@media (max-width: 575.98px) {
  .faq-section-two.style-two .contact-form-two {
    padding: 40px 30px 30px;
  }
}
.faq-section-two.style-two .form-column .contact-form-two .title {
  font-size: 28px;
  margin-bottom: 29px;
}
.faq-section-two.style-two .faq-column .inner-column {
  margin-left: 70px;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 1199.98px) {
  .faq-section-two.style-two .faq-column .inner-column {
    margin-left: 0;
  }
}
.faq-section-two.style-two .faq-column .inner-column .sec-title {
  margin-bottom: 50px;
}
.faq-section-two.style-two .faq-column .inner-column .sec-title .sub-title {
  border-color: rgba(255, 255, 255, 0.2);
}
.faq-section-two.style-two .faq-column .inner-column .acc-btn {
  padding: 15px 20px 15px 0px;
}

/*** 

====================================================================
    Fun Fact Section
====================================================================

***/
.fun-fact-section {
  position: relative;
  padding: 100px 0 70px;
  background-color: #f3f4f7;
}
.fun-fact-section .bg {
  top: 26px;
  background-position: left;
  height: calc(100% + 334px);
}
.fun-fact-section .bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color2);
  opacity: 0.97;
}

.counter-block {
  position: relative;
  margin-bottom: 50px;
}
.counter-block .inner-box {
  position: relative;
  border: 3px solid #e1e1e1;
  padding: 70px 20px 40px;
  max-width: 225px;
  margin: 50px auto 0;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .counter-block .inner-box {
    max-width: 100%;
  }
}
.counter-block .inner-box:hover .icon {
  background-color: var(--theme-color1);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  color: var(--theme-color-light);
}
.counter-block .icon {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 125px;
  height: 125px;
  line-height: 125px;
  font-size: 46px;
  color: var(--theme-color1);
  -webkit-box-shadow: 0 0px 43px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0px 43px rgba(0, 0, 0, 0.06);
  background-color: var(--theme-color-light);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.counter-block .count-box {
  color: var(--theme-color-dark);
  position: relative;
  font-size: 48px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  margin-bottom: 7px;
}
.counter-block .count-box .count-text {
  font-weight: 700;
  font-size: 48px;
  line-height: 1em;
  color: var(--theme-color-dark);
}
.counter-block .counter-title {
  position: relative;
  margin-bottom: 0;
  color: #7a7a7a;
}

/*** 

====================================================================
    Fun Fact Section
====================================================================

***/
.fun-fact-section-two {
  position: relative;
  padding: 120px 0 70px;
}
.fun-fact-section-two .icon-plane-2 {
  position: absolute;
  top: 0;
  right: 145px;
}
.fun-fact-section-two.style-two .icon-dots {
  position: absolute;
  top: -50px;
  left: 0;
}

.counter-block-two {
  position: relative;
  margin-bottom: 50px;
}
.counter-block-two .inner-box {
  position: relative;
  border: 3px solid #e1e1e1;
  padding: 80px 20px 40px;
  max-width: 225px;
  margin: 50px auto 0;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .counter-block-two .inner-box {
    max-width: 100%;
  }
}
.counter-block-two .inner-box:hover .icon {
  background-color: var(--theme-color1);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  color: var(--theme-color-light);
}
.counter-block-two .icon {
  position: absolute;
  top: -62px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 125px;
  height: 125px;
  line-height: 125px;
  font-size: 46px;
  color: var(--theme-color1);
  -webkit-box-shadow: 0 0px 43px rgba(0, 0, 0, 0.02);
          box-shadow: 0 0px 43px rgba(0, 0, 0, 0.02);
  background-color: var(--theme-color2);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.counter-block-two .count-box {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  color: var(--theme-color-dark);
}
.counter-block-two .count-box .count-text {
  font-weight: 700;
  font-size: 48px;
  line-height: 1em;
  color: var(--theme-color-dark);
}
.counter-block-two .counter-title {
  position: relative;
  margin-bottom: 0;
}

/***

====================================================================
    Marquee Section
====================================================================

***/
.marquee-section {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 767.98px) {
  .marquee-section {
    padding: 50px 0;
  }
}
.marquee-section .bg {
  opacity: 0.03;
}

.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
}
.marquee .marquee-group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
          animation: scroll var(--duration) linear infinite;
}
.marquee .text {
  color: rgba(2, 1, 1, 0);
  font-size: 80px;
  font-family: var(--title-font);
  letter-spacing: 0;
  line-height: 84px;
  padding: 0 30px;
  -webkit-text-stroke-width: 1.1px;
  -webkit-text-stroke-color: #D1D1D1;
  text-transform: capitalize;
}
@media (max-width: 991.98px) {
  .marquee .text {
    font-size: 60px;
    line-height: 1.1;
  }
}
@media (max-width: 575.98px) {
  .marquee .text {
    font-size: 36px;
  }
}
.marquee .text.text-style2 {
  -webkit-text-fill-color: var(--theme-color-black);
  -webkit-text-stroke: 1px var(--theme-color-black);
  color: var(--theme-color-black);
}
.marquee .text:after {
  -webkit-text-fill-color: #D9D9D9;
  -webkit-text-stroke: 1px #D9D9D9;
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.marquee .text:hover:after {
  background-color: #transparent;
}
.marquee .text:hover:before {
  width: 0;
}
.marquee .text.divider .icon {
  -webkit-text-fill-color: var(--theme-color1);
  -webkit-text-stroke: 1px var(--theme-color1);
  color: var(--theme-color1);
  font-size: 40px;
  position: relative;
  top: -3px;
}
@media (prefers-reduced-motion: reduce) {
  .marquee .marquee-group {
    -webkit-animation-play-state: play;
            animation-play-state: play;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
.marquee.slide-right {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.marquee.slide-right .text {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/***

====================================================================
    Marquee Banner
====================================================================

***/
.marquee-content {
  border: 1px solid rgba(var(--theme-color4-rgb), 0.057);
  border-radius: 50px;
  position: relative;
  padding: 8px 20px;
  max-width: 850px;
  margin: 60px auto;
}

.marquee-two {
  position: relative;
  --duration: 40s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
}
.marquee-two .marquee-group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
          animation: scroll var(--duration) linear infinite;
}
.marquee-two .text {
  color: var(--theme-color-black);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  letter-spacing: 0;
  line-height: 30px;
  padding: 0 5px;
  -webkit-text-fill-color: var(--theme-color-black);
  -webkit-text-stroke: 1px var(--theme-color-black);
  text-transform: capitalize;
}
@media (max-width: 991.98px) {
  .marquee-two .text {
    font-size: 60px;
    line-height: 1.1;
  }
}
@media (max-width: 575.98px) {
  .marquee-two .text {
    font-size: 36px;
  }
}
.marquee-two .text.text-style2 {
  -webkit-text-fill-color: var(--theme-color-black);
  -webkit-text-stroke: 1px var(--theme-color-black);
  color: var(--theme-color-black);
}
.marquee-two .text:after {
  -webkit-text-fill-color: #D9D9D9;
  -webkit-text-stroke: 1px #D9D9D9;
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.marquee-two .text:hover:after {
  background-color: #transparent;
}
.marquee-two .text:hover:before {
  width: 0;
}
.marquee-two .text.divider {
  margin-left: 35px;
}
.marquee-two .text.divider .icon {
  -webkit-text-fill-color: var(--text-color);
  -webkit-text-stroke: 1px var(--text-color);
  color: var(--theme-color1);
  position: relative;
  top: 0;
}
@media (prefers-reduced-motion: reduce) {
  .marquee-two .marquee-group {
    -webkit-animation-play-state: play;
            animation-play-state: play;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
.marquee-two.slide-right {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.marquee-two.slide-right .text {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/
.testimonial-section {
  background-color: var(--theme-color4);
  position: relative;
  padding: 109px 0 220px;
}
@media (max-width: 767.98px) {
  .testimonial-section {
    padding: 109px 0 76px;
  }
}
.testimonial-section .sec-title {
  margin-bottom: 42px;
}
.testimonial-section .sec-title br {
  display: block;
}
.testimonial-section .default-dots .owl-dots {
  display: none;
}
.testimonial-section .content-box {
  margin-top: 45px;
}
@media (max-width: 575.98px) {
  .testimonial-section .content-box {
    margin-top: 90px;
  }
}
.testimonial-section .content-box .testi-info {
  margin-bottom: 25px;
}
.testimonial-section .content-box .testi-info .image {
  margin-bottom: 0;
}
.testimonial-section .content-box .btn-style-one {
  border-radius: 6px;
  padding: 10.5px 120px;
}
@media (max-width: 575.98px) {
  .testimonial-section .content-box .btn-style-one {
    width: 100%;
    padding: 10.5px 20px;
  }
}

.testimonial-block {
  position: relative;
  margin-bottom: 25px;
}
.testimonial-block .inner-box {
  position: relative;
}
.testimonial-block .inner-box .image {
  margin-bottom: 26px;
}
.testimonial-block .inner-box .image img {
  width: auto;
}
.testimonial-block .inner-box .text {
  color: var(--theme-color-light);
  font-family: var(--title-font);
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.2px;
  margin-bottom: 39px;
}
.testimonial-block .inner-box .info-box .name {
  color: #9f96b3;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2px;
  margin-bottom: 3px;
}
.testimonial-block .inner-box .info-box .designation {
  color: #8F8F8F;
  display: block;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.2px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-carousel .owl-stage-outer {
  margin: 0 -30px;
}
@media (max-width: 767.98px) {
  .testimonial-carousel .owl-stage-outer {
    margin: 0 0 0 -140px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-carousel .owl-stage-outer {
    margin: 0 0 -70px;
  }
}
.testimonial-carousel .owl-item {
  position: relative;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767.98px) {
  .testimonial-carousel .owl-item {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.testimonial-carousel .owl-item .testimonial-block .inner-box .text {
  font-size: 22px;
  margin-right: 21px;
}
@media (max-width: 767.98px) {
  .testimonial-carousel .owl-item .testimonial-block .inner-box .text {
    font-size: 20px;
    margin-right: 0;
  }
}
.testimonial-carousel .owl-item.center {
  position: relative;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.testimonial-carousel .owl-item.center .testimonial-block {
  margin-left: -10px;
}
@media (max-width: 767.98px) {
  .testimonial-carousel .owl-item.center .testimonial-block {
    margin-left: 0;
  }
}
.testimonial-carousel .owl-item.center .testimonial-block .inner-box .text {
  font-size: 24px;
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .testimonial-carousel .owl-item.center .testimonial-block .inner-box .text {
    font-size: 20px;
  }
}
.testimonial-carousel .owl-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 1;
  position: absolute;
  right: 38px;
  left: auto;
  top: -35%;
  max-width: 115px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .testimonial-carousel .owl-nav {
    top: -35%;
  }
}
@media (max-width: 991.98px) {
  .testimonial-carousel .owl-nav {
    top: -35%;
  }
}
@media (max-width: 575.98px) {
  .testimonial-carousel .owl-nav {
    right: 0;
    top: -30%;
  }
}
.testimonial-carousel .owl-nav.disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  color: var(--theme-color-light);
  font-size: 34px;
  height: 48px;
  line-height: 48px;
  width: 48px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .testimonial-carousel .owl-nav .owl-prev,
  .testimonial-carousel .owl-nav .owl-next {
    font-size: 22px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--theme-color1);
}

/*** 

====================================================================
    Pricing Section 
====================================================================

***/
.pricing-section {
  position: relative;
  padding: 120px 0 90px;
}
.pricing-section .sec-title {
  margin-bottom: 45px;
}

.pricing-block {
  margin-bottom: 30px;
}
.pricing-block .inner-box {
  position: relative;
  border: 2px solid #dbdbdb;
  padding: 30px 59px 60px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--theme-color-dark);
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .pricing-block .inner-box {
    padding: 30px 30px 50px;
  }
}
.pricing-block .inner-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  height: 344px;
  background-color: var(--bg-theme-color2);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-block .inner-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-block .inner-box:hover::before {
  background-color: rgba(0, 0, 0, 0.74);
}
.pricing-block .inner-box:hover::after {
  background-color: rgba(0, 0, 0, 0.84);
}
.pricing-block .inner-box:hover .title {
  color: var(--theme-color-light);
}
.pricing-block .inner-box:hover .price small {
  color: var(--theme-color-light);
}
.pricing-block .inner-box:hover .list-style li {
  color: var(--theme-color-light);
}
.pricing-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.pricing-block .inner-box .image {
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
  margin: 0 0 30px;
}
.pricing-block .inner-box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-block .inner-box .title {
  position: relative;
  color: var(--theme-color-dark);
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 8px;
  z-index: 2;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .pricing-block .inner-box .title {
    font-size: 26px;
  }
}
.pricing-block .inner-box .title a:hover {
  color: var(--theme-color1);
}
.pricing-block .inner-box .price {
  position: relative;
  color: var(--theme-color1);
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 30px;
}
.pricing-block .inner-box .price small {
  color: var(--theme-color-dark);
  font-size: 14px;
  font-weight: 800;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-block .inner-box .list-style {
  position: relative;
  margin-bottom: 30px;
}
.pricing-block .inner-box .list-style li {
  position: relative;
  margin-bottom: 12px;
  font-weight: 500;
  color: #444444;
  padding-left: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-block .inner-box .list-style li .icon {
  position: absolute;
  left: 0;
  top: 2px;
  margin-right: 7px;
}
.pricing-block .inner-box .theme-btn {
  padding: 19px 55px;
}

.icon-arrow {
  background-image: url(../images/icons/icon-check.png);
  height: 19px;
  width: 21px;
}

/***

====================================================================
    Process Section
====================================================================

***/
.process-section {
  background-color: #09151f;
  position: relative;
  padding: 120px 0 50px;
}
.process-section::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 607px;
  height: 893px;
  background-image: url(../images/resource/process1-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  opacity: 0.63;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .process-section::before {
    display: none;
  }
}
.process-section::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 780px;
  height: 830px;
  background-image: url(../images/icons/house1.png);
  content: "";
  opacity: 0.63;
  pointer-events: none;
}
.process-section .float-image {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1699px) {
  .process-section .float-image {
    max-width: 30%;
  }
}
@media (max-width: 1399.98px) {
  .process-section .float-image {
    display: none;
  }
}
.process-section .sec-title {
  margin-bottom: 80px;
}

.process-block {
  margin-bottom: 70px;
}
.process-block:last-child .inner-box:before {
  display: none;
}
.process-block:nth-child(2) .inner-box:before {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.process-block .inner-box {
  position: relative;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
}
.process-block .inner-box:before {
  content: "";
  position: absolute;
  top: 40px;
  right: -140px;
  width: 137px;
  height: 18px;
  background-image: url(../images/icons/icon-border-3.png);
}
.process-block .inner-box:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  background-color: var(--theme-color1) !important;
  color: var(--theme-color-light) !important;
}
.process-block .inner-box:hover .count {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.process-block .inner-box .content {
  position: relative;
  padding: 115px 35px 75px;
  border-radius: 200px;
  overflow: hidden;
  background-color: #050c11;
}
.process-block .inner-box .icon-box {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}
.process-block .inner-box .icon-box:before {
  content: "";
  position: absolute;
  top: -15px;
  right: 70px;
  width: 70px;
  height: 117px;
  background-image: url(../images/icons/icon-border-2.png);
}
.process-block .inner-box .icon-box .icon {
  position: relative;
  display: inline-block;
  width: 91px;
  height: 91px;
  line-height: 91px;
  font-size: 45px;
  border-radius: 50%;
  color: var(--theme-color1);
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block .inner-box .title {
  color: var(--theme-color-light);
  margin-bottom: 5px;
}
.process-block .inner-box .title a:hover {
  color: var(--theme-color1);
}
.process-block .inner-box .text {
  color: var(--theme-color-light);
  margin-bottom: 35px;
}
.process-block .inner-box .count {
  position: relative;
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 50%;
  margin: 0 auto;
  color: var(--theme-color-light);
  background-color: #0b1720;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block .inner-box .icon-shapes {
  position: absolute;
  bottom: 0;
  right: 0;
}

/***

====================================================================
    Team Section
====================================================================

***/
.team-section {
  position: relative;
  padding: 120px 0 120px;
  background-color: #fafaf9;
}
.team-section .float-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .team-section .float-image {
    display: none;
  }
}

.team-block {
  position: relative;
  margin-bottom: 50px;
}
.team-block .inner-box {
  position: relative;
}
.team-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.team-block .inner-box:hover .social-links {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-block .inner-box:hover .info-box:before {
  width: 100%;
}
.team-block .inner-box:hover .info-box:after {
  background-color: var(--theme-color-dark);
}
.team-block .inner-box:hover .info-box .name,
.team-block .inner-box:hover .info-box .designation {
  color: var(--theme-color-light);
}
.team-block .inner-box:hover .info-box .share-icon {
  background-color: var(--theme-color-light);
}
.team-block .image-box {
  position: relative;
}
.team-block .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 1;
}
.team-block .image-box .image img {
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block .info-box {
  position: relative;
  padding: 19px 30px;
  padding-right: 100px;
  background-color: var(--theme-color-light);
  max-width: 322px;
  margin: 0 auto;
  margin-top: -35px;
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
  z-index: 2;
}
@media (max-width: 767.98px) {
  .team-block .info-box {
    max-width: 100%;
    margin-top: 0;
  }
}
.team-block .info-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  width: 0;
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .info-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  top: 50%;
  width: 9px;
  height: 45px;
  background-color: var(--theme-color1);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .info-box .name {
  position: relative;
  line-height: 1em;
  margin-bottom: 3px;
}
.team-block .info-box .name:hover {
  color: var(--theme-color1);
}
.team-block .info-box .designation {
  position: relative;
  color: #7a7a7a;
  font-size: 16px;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .share-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  border-radius: 10px;
  color: var(--theme-color-dark);
  border: 1px solid #e1e1e1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 3;
}
.team-block .social-links {
  position: absolute;
  right: 20px;
  bottom: 100%;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block .social-links a {
  position: relative;
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  font-size: var(--body-font-size);
  color: var(--theme-color-dark);
  background-color: var(--theme-color-light);
  margin-top: 10px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .social-links a:hover {
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}

/*** 

====================================================================
    Why Choose Us
====================================================================

***/
.why-choose-us {
  position: relative;
  padding: 120px 0 70px;
  z-index: 1;
  overflow: hidden;
}
.why-choose-us::before {
  content: "";
  position: absolute;
  top: 120px;
  right: 0;
  width: 974px;
  height: 773px;
  background-color: var(--theme-color-light);
  z-index: -1;
}
.why-choose-us .bg-shape {
  background-image: url(../images/icons/bg-shape1.png);
  position: absolute;
  right: -524px;
  bottom: 56px;
  z-index: 3;
  width: 828px;
  height: 457px;
}
@media only screen and (max-width: 1699px) {
  .why-choose-us .bg-shape {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .why-choose-us .bg-shape {
    opacity: 0.2;
  }
}
.why-choose-us .icon-dots-4 {
  position: absolute;
  top: 120px;
  right: 0;
}
.why-choose-us .outer-box {
  position: relative;
}
.why-choose-us .outer-box:before {
  position: absolute;
  left: 0;
  right: -375px;
  height: 100%;
  content: "";
  background-color: var(--theme-color-light);
  background-image: url(../images/icons/icon-dots-4.png);
  background-position: right top;
  background-repeat: no-repeat;
}
.why-choose-us .features-column {
  position: relative;
}
.why-choose-us .features-column .bg::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color1);
  opacity: 0.9;
  content: "";
}
.why-choose-us .features-column .inner-column {
  position: relative;
  padding: 90px 70px 95px;
  padding-right: 100px;
  margin-right: 6px;
}
@media (max-width: 1399.98px) {
  .why-choose-us .features-column .inner-column {
    padding: 70px 70px 75px;
  }
}
@media (max-width: 991.98px) {
  .why-choose-us .features-column .inner-column {
    padding: 70px 30px;
  }
}
.why-choose-us .features-column .inner-column .title-box .title {
  position: relative;
  color: var(--theme-color-light);
  letter-spacing: -0.01em;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .why-choose-us .features-column .inner-column .title-box .title {
    font-size: 36px;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .why-choose-us .content-column {
    margin-bottom: 50px;
  }
}
.why-choose-us .content-column .inner-column {
  position: relative;
  padding-top: 120px;
  padding-bottom: 99px;
  padding-left: 103px;
  background-color: var(--theme-color-light);
}
@media only screen and (max-width: 1699px) {
  .why-choose-us .content-column .inner-column {
    padding-left: 30px;
  }
}
@media (max-width: 1399.98px) {
  .why-choose-us .content-column .inner-column {
    padding-top: 80px;
  }
}
.why-choose-us .content-column .inner-column .sec-title {
  margin-bottom: 20px;
}
.why-choose-us .content-column .inner-column .sec-title .sub-title {
  margin-bottom: 0;
}
.why-choose-us .content-column .inner-column .sec-title .text {
  margin-top: 30px;
}
.why-choose-us .content-column .inner-column .skills {
  margin-bottom: 43px;
}

.feature-block-five {
  margin-bottom: 35px;
}
.feature-block-five .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .feature-block-five .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.feature-block-five .inner-box:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.feature-block-five .inner-box .icon {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 1em;
  color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-five .inner-box .content-box {
  margin-left: 30px;
}
@media (max-width: 575.98px) {
  .feature-block-five .inner-box .content-box {
    margin-left: 0;
  }
}
.feature-block-five .inner-box .content-box .title {
  position: relative;
  color: var(--theme-color-light);
  font-weight: 700;
  margin-bottom: 15px;
}
.feature-block-five .inner-box .content-box .text {
  position: relative;
  color: var(--theme-color-light);
  line-height: 1.4em;
  z-index: 1;
}

/*** 

====================================================================
    Why Choose Us Two
====================================================================

***/
.why-choose-us-two {
  position: relative;
  padding: 120px 0 50px;
  z-index: 2;
}
.why-choose-us-two::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 481px;
  height: 598px;
  background-image: url(../images/icons/roofing-bg-1.png);
  content: "";
  opacity: 0.63;
  pointer-events: none;
}
.why-choose-us-two .content-column {
  position: relative;
  margin-bottom: 50px;
}
.why-choose-us-two .content-column .inner-column {
  position: relative;
}
@media (max-width: 767.98px) {
  .why-choose-us-two .content-column .inner-column {
    text-align: center;
  }
}
.why-choose-us-two .content-column .inner-column .sec-title {
  margin-bottom: 36px;
}
.why-choose-us-two .content-column .inner-column .sec-title .sub-title {
  margin-bottom: 15px;
}
.why-choose-us-two .content-column .inner-column .exp-box {
  margin-top: 19px;
}
@media (max-width: 767.98px) {
  .why-choose-us-two .content-column .inner-column .exp-box {
    margin-bottom: 20px;
  }
}
.why-choose-us-two .content-column .inner-column .exp-box .inner {
  position: relative;
  width: 169px;
  height: 199px;
  border: 3px solid #ebebeb;
  padding: 5px 10px 1px 19px;
}
@media (max-width: 1199.98px) {
  .why-choose-us-two .content-column .inner-column .exp-box .inner {
    padding: 2px 10px 1px;
    width: 160px;
  }
}
@media (max-width: 767.98px) {
  .why-choose-us-two .content-column .inner-column .exp-box .inner {
    margin: 0 auto;
    padding: 10px 10px;
  }
}
.why-choose-us-two .content-column .inner-column .exp-box .count {
  font-size: 110px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: url(../images/resource/about3-1.jpg);
  background-size: cover;
  margin-bottom: 0;
  line-height: 1em;
  letter-spacing: -0.01em;
}
.why-choose-us-two .content-column .inner-column .exp-box .title {
  font-family: var(--text-font);
  font-size: 23px;
  padding-left: 5px;
  line-height: 1.3;
}
.why-choose-us-two .tabs-column {
  position: relative;
  margin-bottom: 50px;
}
.why-choose-us-two .tabs-column .inner-column {
  position: relative;
}
.why-choose-us-two .tabs-column .inner-column .image {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .why-choose-us-two .tabs-column .inner-column .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.choose-block {
  margin-bottom: 27px;
}
.choose-block:last-child {
  margin-bottom: 0;
}
.choose-block .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
}
@media (max-width: 767.98px) {
  .choose-block .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.choose-block .inner-box:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.choose-block .inner-box .content {
  padding: 1px 15px 0px 15px;
}
.choose-block .inner-box .icon {
  position: relative;
  color: var(--theme-color1);
  font-size: 42px;
  line-height: 1em;
  padding-top: 13px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .choose-block .inner-box .icon {
    margin-bottom: 10px;
  }
}
.choose-block .inner-box .title {
  margin-bottom: 6px;
}
.choose-block .inner-box .text {
  color: #7a7a7a;
}

.why-us-tabs {
  position: relative;
  counter-reset: count;
}
.why-us-tabs .btn-box {
  position: relative;
  margin-top: -47px;
}
@media (max-width: 575.98px) {
  .why-us-tabs .btn-box {
    margin-top: 0;
  }
}
.why-us-tabs .tab-btns {
  position: relative;
}
.why-us-tabs .tab-btns .tab-btn {
  position: relative;
  margin-top: 0;
  padding: 12px 0 22px;
  width: 169px;
  height: 47px;
  margin-right: 7px;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  font-family: var(--text-font);
  display: inline-block;
  cursor: pointer;
  color: var(--theme-color-dark);
  background-color: var(--theme-color2);
  letter-spacing: -0.01em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .why-us-tabs .tab-btns .tab-btn {
    width: 150px;
  }
}
@media (max-width: 767.98px) {
  .why-us-tabs .tab-btns .tab-btn {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .why-us-tabs .tab-btns .tab-btn {
    margin-top: 15px;
  }
}
.why-us-tabs .tab-btns .tab-btn:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  opacity: 0;
  border-left: 20px solid transparent;
  border-top: 10px solid var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .why-us-tabs .tab-btns .tab-btn:before {
    display: none;
  }
}
.why-us-tabs .tab-btns .tab-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: var(--theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: -1;
}
.why-us-tabs .tab-btns .tab-btn:hover {
  color: var(--theme-color1);
}
.why-us-tabs .tab-btns .tab-btn.active-btn {
  color: var(--theme-color-light);
}
.why-us-tabs .tab-btns .tab-btn.active-btn:before {
  opacity: 1;
}
.why-us-tabs .tab-btns .tab-btn.active-btn:after {
  width: 100%;
}
.why-us-tabs .tabs-content {
  position: relative;
  padding-top: 40px;
}
.why-us-tabs .tabs-content .text {
  margin-bottom: 34px;
  color: #7a7a7a;
}
@media (max-width: 767.98px) {
  .why-us-tabs .tabs-content .text {
    margin-bottom: 30px;
  }
}
.why-us-tabs .tabs-content .list-style-two li {
  color: var(--text-color);
}
.why-us-tabs .tabs-content .list-style-two .icon {
  top: 8px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  border-radius: 50%;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  text-align: center;
}

/*** 

====================================================================
    Why Choose Us Three
====================================================================

***/
.why-choose-us-three {
  position: relative;
  padding: 120px 0 63px;
  z-index: 2;
}
.why-choose-us-three::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 481px;
  height: 598px;
  background-image: url(../images/icons/roofing-bg-1.png);
  content: "";
  opacity: 0.63;
  pointer-events: none;
}
.why-choose-us-three .icon-plane-4 {
  position: absolute;
  right: 75px;
  bottom: 35px;
}
.why-choose-us-three .content-column {
  position: relative;
  margin-bottom: 50px;
}
.why-choose-us-three .content-column .inner-column {
  position: relative;
  margin-left: -21px;
}
@media (max-width: 1199.98px) {
  .why-choose-us-three .content-column .inner-column {
    margin-left: 0;
  }
}
.why-choose-us-three .content-column .inner-column .sec-title {
  margin-bottom: 23px;
}
.why-choose-us-three .content-column .inner-column .sec-title .sub-title {
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .why-choose-us-three .content-column .inner-column .exp-box {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us-three .content-column .inner-column .exp-box {
    margin-top: 40px;
  }
}
.why-choose-us-three .content-column .inner-column .exp-box .inner {
  position: relative;
  width: 169px;
  height: 199px;
  border: 3px solid #ebebeb;
  padding: 2px 10px 1px 19px;
  margin-top: 16px;
}
@media (max-width: 575.98px) {
  .why-choose-us-three .content-column .inner-column .exp-box .inner {
    margin: 0 auto;
  }
}
.why-choose-us-three .content-column .inner-column .exp-box .count {
  font-size: 110px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: url(../images/resource/about3-1.jpg);
  background-size: cover;
  margin-bottom: 0;
  line-height: 1em;
  letter-spacing: -0.01em;
}
.why-choose-us-three .content-column .inner-column .exp-box .title {
  font-size: 23px;
  line-height: 1.3;
  padding-left: 5px;
}
.why-choose-us-three .content-column .inner-column .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
}
.why-choose-us-three .content-column .inner-column .info-box .contant {
  padding: 1px 15px 0px 11px;
}
.why-choose-us-three .content-column .inner-column .info-box .icon-box {
  padding-top: 7px;
}
.why-choose-us-three .content-column .inner-column .info-box .icon-box .icon {
  font-size: 36px;
  color: var(--theme-color1);
}
.why-choose-us-three .image-column {
  position: relative;
  margin-bottom: 50px;
}
.why-choose-us-three .image-column .inner-column {
  position: relative;
  padding-right: 100px;
}
@media (max-width: 1199.98px) {
  .why-choose-us-three .image-column .inner-column {
    padding-right: 0;
  }
}
.why-choose-us-three .image-column .inner-column .image-box {
  position: relative;
}
.why-choose-us-three .image-column .inner-column .image-box .image {
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .why-choose-us-three .image-column .inner-column .image-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.why-choose-us-three .image-column .inner-column .image-box .image-2 {
  position: absolute;
  top: 44px;
  right: 0;
  margin-bottom: 0;
  border: 3px solid var(--theme-color-light);
}
.why-choose-us-three .image-column .inner-column .info-box {
  position: absolute;
  left: 50%;
  top: calc(50% + 18px);
  width: 187px;
  height: 210px;
  padding: 37px 35px 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--theme-color1);
}
.why-choose-us-three .image-column .inner-column .info-box .title {
  position: relative;
  color: var(--theme-color2);
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  z-index: 3;
}
.why-choose-us-three .image-column .inner-column .info-box .icon-box {
  margin-bottom: 8px;
}
.why-choose-us-three .image-column .inner-column .info-box .icon-box .icon {
  font-size: 40px;
  line-height: 1.2;
  color: var(--theme-color-light);
  display: inline-block;
  position: relative;
  z-index: 3;
}

/***

====================================================================
    Call To Action
====================================================================

***/
.call-to-action-one {
  background-color: var(--theme-color3);
  position: relative;
  padding: 36px 0 110px;
}
.call-to-action-one:before {
  position: absolute;
  left: 0;
  bottom: -33px;
  width: 100%;
  height: 206px;
  background-image: url(../images/icons/bg-shape4.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .call-to-action-one:before {
    display: none;
  }
}
.call-to-action-one .content-column .inner-column .sec-title {
  margin-bottom: 115px;
}
.call-to-action-one .content-column .inner-column .sec-title .text {
  margin-top: 54px;
}
.call-to-action-one .image-column .image-box {
  padding-top: 90px;
}
.call-to-action-one.part-align:before {
  display: none;
}

.agent-box {
  position: relative;
  z-index: 9;
}
.agent-box .agent-item-one .inner-item {
  background: linear-gradient(280.88deg, #CCAFF2 -33.49%, #D52EFF 20.55%, #FA9269 103.32%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  padding: 2.5px;
  border-radius: 66.96px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 15px 8px 13px;
  min-width: 250px;
  z-index: 1;
}
.agent-box .agent-item-one .inner-item:before {
  content: "";
  position: absolute;
  pointer-events: none;
  background: #fff;
  border-radius: 66.96px;
  top: 3px;
  height: calc(100% - 6px);
  left: 3px;
  width: calc(100% - 6px);
  z-index: -1;
}
.agent-box .agent-item-one .inner-item .image-box {
  margin-right: 8px;
}
.agent-box .agent-item-one .inner-item .image-box .image {
  margin-bottom: 0;
}
.agent-box .agent-item-one .inner-item .image-box .image img {
  border-radius: 50%;
  max-width: 58px;
}
.agent-box .agent-item-one .inner-item .content .title {
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  margin-bottom: 3px;
}
.agent-box .agent-item-one .inner-item .content .text {
  color: #696c6f;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.9px;
}
.agent-box .agent-item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.agent-box .agent-item-two .inner-item {
  position: relative;
  margin-top: 37px;
}
.agent-box .agent-item-two .inner-item .image-box .image {
  margin-bottom: 0;
}
.agent-box .agent-item-two .inner-item .image-box .image img {
  border-radius: 50%;
  max-width: 88px;
}
.agent-box .agent-item-two .inner-item .content {
  background: linear-gradient(280.88deg, #CCAFF2 -33.49%, #D52EFF 20.55%, #FA9269 103.32%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  border-radius: 31.81px;
  display: inline-block;
  padding: 4px 4px 4.5px 12px;
  min-width: 108px;
  z-index: 1;
  position: absolute;
  right: calc(100% - 30px);
  top: 18px;
}
.agent-box .agent-item-two .inner-item .content:before {
  content: "";
  position: absolute;
  pointer-events: none;
  background: #fff;
  border-radius: 31.81px;
  top: 1.5px;
  height: calc(100% - 4px);
  left: 1.5px;
  width: calc(100% - 4px);
  z-index: -1;
}
.agent-box .agent-item-two .inner-item .content .title {
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 0;
}
.agent-box .agent-item-three .inner-item {
  display: inline-block;
  margin-top: -44px;
  margin-left: 5px;
  position: relative;
}
@media (max-width: 1699.98px) {
  .agent-box .agent-item-three .inner-item {
    margin-top: 0;
    margin-left: 0;
  }
}
.agent-box .agent-item-three .inner-item .image-box .image {
  margin-bottom: 0;
}
.agent-box .agent-item-three .inner-item .image-box .image img {
  border-radius: 50%;
  max-width: 189px;
}
.agent-box .agent-item-three .inner-item .content {
  background: linear-gradient(280.88deg, #CCAFF2 -33.49%, #D52EFF 20.55%, #FA9269 103.32%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  border-radius: 31.81px;
  display: inline-block;
  padding: 6px 15px 8px 15px;
  z-index: 1;
  position: absolute;
  left: 118px;
  bottom: 12px;
  min-width: 128px;
}
.agent-box .agent-item-three .inner-item .content:before {
  content: "";
  position: absolute;
  pointer-events: none;
  background: #fff;
  border-radius: 31.81px;
  top: 2px;
  height: calc(100% - 4px);
  left: 2px;
  width: calc(100% - 4px);
  z-index: -1;
}
.agent-box .agent-item-three .inner-item .content .title {
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 0;
}
.agent-box .agent-item-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .agent-box .agent-item-four {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.agent-box .agent-item-four .inner-item {
  position: relative;
  margin-top: -9px;
  margin-left: 20px;
}
.agent-box .agent-item-four .inner-item .image-box .image {
  margin-bottom: 0;
}
.agent-box .agent-item-four .inner-item .image-box .image img {
  border-radius: 50%;
  max-width: 105px;
}
.agent-box .agent-item-four .inner-item .content {
  background: linear-gradient(280.88deg, #CCAFF2 -33.49%, #D52EFF 20.55%, #FA9269 103.32%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  border-radius: 31.81px;
  display: inline-block;
  padding: 11px 15px 8px 15px;
  z-index: 1;
  position: absolute;
  right: calc(50% - 18px);
  bottom: -20px;
}
.agent-box .agent-item-four .inner-item .content:before {
  content: "";
  position: absolute;
  pointer-events: none;
  background: #fff;
  border-radius: 31.81px;
  top: 3px;
  height: calc(100% - 6px);
  left: 3px;
  width: calc(100% - 6px);
  z-index: -1;
}
.agent-box .agent-item-four .inner-item .content .title {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 0;
}
.agent-box .agent-item-five {
  position: absolute;
  left: 127px;
  margin-top: 6px;
}
@media (max-width: 1699.98px) {
  .agent-box .agent-item-five {
    left: 105px;
  }
}
.agent-box .agent-item-five .inner-item {
  position: relative;
}
.agent-box .agent-item-five .inner-item .image-box .image {
  margin-bottom: 0;
}
.agent-box .agent-item-five .inner-item .image-box .image img {
  border-radius: 50%;
  max-width: 95px;
}

/***

====================================================================
    Profile Css Start
====================================================================

***/
.profile-section-wrapper {
  position: relative;
}

.profile-section .inner-profile-section {
  position: relative;
}

.profile-sidebar .inner-column {
  background-color: var(--theme-color-light);
  padding: 30px;
}

.profile-details .profile-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.profile-details .profile-info .thumb {
  width: 114px;
}
.profile-details .profile-info .thumb img {
  border-radius: 5px;
}
.profile-details .profile-info .content {
  margin-left: 15px;
}
.profile-details .profile-info .content .profile-name {
  margin-bottom: 10px;
}
.profile-details .profile-info .content .designation {
  color: #717171;
  font-weight: 500;
}
.profile-details .profile-contact {
  border-bottom: 1px solid rgba(201, 201, 201, 0.21);
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 12px;
  width: 100%;
}
.profile-details .profile-contact li {
  background-color: rgba(248, 248, 248, 0.85);
  border-radius: 3px;
  color: #2a2a2b;
  font-weight: 500;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 12px;
  padding-bottom: 2px;
}
.profile-details .profile-contact li .icon {
  color: var(--theme-color1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 4px;
  width: 16px;
}
.profile-details .profile-contact li span {
  color: var(--theme-color1);
}

.profile-nav {
  margin-top: 30px;
}
.profile-nav .nav-tabs {
  border: none;
}
.profile-nav .nav-tabs .nav-link {
  background-color: var(--theme-color-light);
  border: none;
  border-radius: 5px;
  color: var(--theme-color-dark);
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--text-font);
  margin: 3px 0;
  padding: 5px 16px 5px 10px;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.profile-nav .nav-tabs .nav-link .icon {
  color: var(--theme-color-dark);
  font-size: 14px;
  margin-right: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.profile-nav .nav-tabs .nav-link.active {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.profile-nav .nav-tabs .nav-link.active .icon {
  color: var(--theme-color-light);
}
.profile-nav .nav-tabs .nav-link.active:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.profile-nav .nav-tabs .nav-link.active:hover .icon {
  color: var(--theme-color-light);
}
.profile-nav .nav-tabs .nav-link:hover {
  background-color: #f6f7f8;
  color: var(--theme-color-dark);
}
.profile-nav .nav-tabs .nav-link:hover .icon {
  color: var(--theme-color1);
}

.profile-outer-box .inner-box {
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
  padding: 30px;
}

.profile-account-settings .account-settings-outer {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 0;
}

.profile-overview-details {
  position: relative;
}
.profile-overview-details .profile-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.profile-overview-details .profile-info .thumb {
  min-width: 230px;
}
.profile-overview-details .profile-info .thumb img {
  border-radius: 5px;
}
.profile-overview-details .profile-info .content {
  margin-left: 15px;
  width: 100%;
}
.profile-overview-details .profile-info .content .profile-name-outer {
  border-bottom: 1px solid rgba(201, 201, 201, 0.21);
  color: #2a2a2b;
  font-size: 25px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
  margin-top: 3px;
  padding-bottom: 3px;
}
.profile-overview-details .profile-info .content .profile-name {
  display: inline-block;
  margin-bottom: 10px;
}
.profile-overview-details .profile-info .content .designation {
  color: #717171;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-left: 15px;
}
.profile-overview-details .profile-info .content .profile-activity li {
  color: #2a2a2b;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.2px;
  padding: 9px 0;
}
.profile-overview-details .profile-info .content .profile-activity li .icon {
  color: var(--theme-color1);
  font-size: 13px;
  width: 25px;
}
.profile-overview-details .p-text {
  color: #373737;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.2px;
  margin-bottom: 88px;
  margin-top: 40px;
  border-top: 1px solid rgba(201, 201, 201, 0.21);
  padding-top: 30px;
}
.profile-overview-details .p-text span {
  font-weight: 600;
}
.profile-overview-details .profile-edit-nav {
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
  border-radius: 22px 0 0 22px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: -30px;
}
.profile-overview-details .profile-edit-nav .btn-edit {
  color: var(--theme-color-light);
  font-family: var(--text-font);
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.2px;
  padding: 7px 18px 7px 25px;
}

/*** 

====================================================================
Form Profile Account CSS
====================================================================

***/
.form-box-column .form-box {
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
  display: inline-block;
  margin-bottom: 30px;
  padding: 30px;
  width: 100%;
}
.form-box-column .form-box .title {
  border-bottom: 1px solid rgba(201, 201, 201, 0.21);
  color: var(--theme-color4);
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.address-tab-content {
  margin-bottom: 25px;
}
.address-tab-content .nav-item {
  margin-right: 30px;
}
.address-tab-content .nav-item:last-child {
  margin-right: 0;
}
.address-tab-content .nav-link {
  background-color: transparent;
  border: none;
  color: #2a2a2b;
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 0 17px;
  margin-right: 0;
  position: relative;
  line-height: 1;
  text-transform: capitalize;
}
.address-tab-content .nav-link:before {
  background-color: transparent;
  border: 2px solid var(--theme-color1);
  border-radius: 50%;
  content: "";
  left: 0;
  position: absolute;
  height: 12px;
  width: 12px;
  top: calc(50% - 5.7px);
}
.address-tab-content .nav-link.active {
  background-color: transparent;
  color: #2a2a2b;
}
.address-tab-content .nav-link.active:before {
  background-color: var(--theme-color1);
}

.attached-file-input .input-note {
  color: #2a2a2b;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 12px;
}
.attached-file-input .form-group {
  background-color: rgba(var(--theme-color4-rgb), 0.02);
  border: 1px solid rgba(var(--theme-color4-rgb), 0.1);
  border-radius: 12px;
  padding: 30px 50px;
}
.attached-file-input .form-group label {
  background: #fff;
  border: 1px solid rgba(var(--theme-color4-rgb), 0.1);
  color: #2a2a2b;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 1px;
  padding: 0 34px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.attached-file-input .form-group .form-control {
  border: none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*** 

====================================================================
Form Preferences CSS
====================================================================

***/
.profile-preferences-form .form-group label {
  min-width: 115px;
}
.profile-preferences-form .form-group .custom-select-radio-list {
  text-align: right;
}
.profile-preferences-form .form-group .custom-select-radio-list .item-radio {
  text-align: center;
}

.form-group.form-group-list {
  border-bottom: 1px solid rgba(var(--theme-color4-rgb), 0.1);
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-group.form-group-list .form-control {
  border: none;
  width: auto;
  text-align: right;
  padding: 6px 11px;
}
.form-group.form-group-list .custom-select-default .custom-select .select-items {
  min-width: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.form-group.form-group-list .custom-select-default .custom-select.w2 .select-items {
  min-width: 170px;
}
.form-group.form-group-list .custom-select-default .custom-select.w3 .select-items {
  min-width: 175px;
}
.form-group.form-group-list .custom-select-default .custom-select .select-selected-bottom-rounded {
  padding: 2px 22px 3px 17px;
  border: none;
  background-color: transparent;
}
.form-group.form-group-list .custom-select-default .custom-select .select-selected-bottom-rounded:after {
  left: calc(100% - 15px);
}
.form-group.radio-group-list {
  border-bottom: 1px solid rgba(var(--theme-color4-rgb), 0.1);
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-group.radio-group-list .custom-select-radio-list .item-radio {
  padding: 3px 12px;
  min-width: 44px;
  margin-right: 5px;
  margin-bottom: 6px;
}

/*** 

====================================================================
Profile Signin CSS
====================================================================

***/
.profile-signin-box .inner-signin-box {
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: relative;
}
.profile-signin-box .inner-signin-box .image-box {
  background-color: var(--theme-color1);
  min-height: 200px;
  border-radius: 20px 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.profile-signin-box .inner-signin-box .image-box .user-thumb {
  margin-bottom: 0;
}
.profile-signin-box .inner-signin-box .image-box .user-thumb img {
  border-radius: 50%;
  width: 100px;
  margin-bottom: -45px;
}
.profile-signin-box .inner-signin-box .content-box {
  padding: 80px 30px 39px;
}
.profile-signin-box .inner-signin-box .content-box .title-box {
  margin-bottom: 50px;
}
.profile-signin-box .inner-signin-box .content-box .title-box .title {
  font-size: 24px;
  font-weight: 600;
}
.profile-signin-box .inner-signin-box .content-box .title-box .text {
  font-size: 16px;
}
.profile-signin-box .inner-signin-box .content-box .signin-info-box .info-item {
  cursor: pointer;
  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: #e8e6e5;
  padding: 7px 15px;
  border-radius: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-color-dark);
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.profile-signin-box .inner-signin-box .content-box .signin-info-box .info-item:hover {
  background-color: #e0e3e5;
}
.profile-signin-box .inner-signin-box .content-box .signin-info-box .info-item .icon {
  font-size: 18px;
  margin-right: 10px;
}
.profile-signin-box .inner-signin-box .content-box .signin-info-box .info-item .icon svg {
  width: 20px;
}
.profile-signin-box .inner-signin-box .bottom-box {
  border-top: 1px solid #e8e6e5;
  padding: 20px 5px 20px;
  text-align: center;
  font-size: 13px;
  color: var(--theme-color-dark);
  letter-spacing: 0.25px;
}
.profile-signin-box .inner-signin-box .bottom-box a {
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.profile-signin-box .inner-signin-box .bottom-box a:hover {
  text-decoration: underline;
}

/*** 

====================================================================
    News Section
====================================================================

***/
.news-section {
  position: relative;
  padding: 60px 0 90px;
  z-index: 3;
}

.news-block {
  margin-bottom: 30px;
}
.news-block .inner-box {
  border: 1px solid rgba(193, 193, 193, 0.3);
  border-radius: 10px;
  padding: 30px 20px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block .inner-box:hover .content {
  border-color: var(--theme-color1);
}
.news-block .post-meta {
  color: var(--theme-color1);
  margin-bottom: 7px;
}
.news-block .content {
  position: relative;
}
.news-block .content .title {
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .news-block .content .title {
    font-size: 20px;
  }
}
.news-block .content .title:hover {
  color: var(--theme-color1);
}
.news-block .content .text {
  margin-bottom: 20px;
  color: var(--text-color);
}
.news-block .content .read-more {
  position: relative;
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
}
.news-block .content .read-more:hover {
  color: var(--theme-color1);
}
.news-block .content .read-more i {
  position: relative;
  top: -1px;
  width: 18px;
  height: 18px;
  line-height: 17px;
  font-size: 9px;
  margin-left: 8px;
  font-weight: 400;
  border-radius: 50%;
  text-align: center;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}

/*** 

====================================================================
    News Section
====================================================================

***/
.news-section-two {
  position: relative;
  padding: 120px 0 90px;
  z-index: 3;
}
.news-section-two .icon-plane-4 {
  position: absolute;
  top: 105px;
  right: 30px;
}
.news-section-two .icon-city-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.news-section-two .row {
  margin: 0 -15px;
}
.news-section-two .row > div {
  padding: 0 15px;
}

.news-block-two {
  margin-bottom: 30px;
}
.news-block-two .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-two .inner-box:hover .content-box {
  border-color: var(--theme-color1);
}
.news-block-two .inner-box:hover .image-box .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
          transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.news-block-two .inner-box:hover .image-box .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
          transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.news-block-two .image-box {
  position: relative;
}
.news-block-two .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.news-block-two .image-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-block-two .image-box .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
          transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.news-block-two .image-box .date {
  position: absolute;
  left: 30px;
  bottom: -22px;
  width: 72px;
  display: block;
  z-index: 3;
}
.news-block-two .image-box .date strong {
  position: relative;
  display: block;
  width: 72px;
  font-size: 30px;
  font-weight: 700;
  padding: 4px 0;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  text-align: center;
}
.news-block-two .image-box .date span {
  position: relative;
  display: block;
  width: 72px;
  font-size: 12px;
  line-height: 1.8em;
  font-family: var(--text-font);
  color: #393939;
  background-color: #f3f4f7;
  text-align: center;
}
.news-block-two .content-box {
  position: relative;
  padding: 15px 27px 30px;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 0 49px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 49px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .news-block-two .content-box {
    padding: 17px 20px 20px;
  }
}
.news-block-two .content-box .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}
@media (max-width: 575.98px) {
  .news-block-two .content-box .post-meta {
    padding-bottom: 10px;
  }
}
.news-block-two .content-box .post-meta li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #7a7a7a;
  margin-right: 32px;
}
.news-block-two .content-box .post-meta li:last-child {
  margin-right: 0;
}
.news-block-two .content-box .post-meta li:last-child:before {
  display: none;
}
.news-block-two .content-box .post-meta li:before {
  content: "";
  position: absolute;
  top: 6px;
  right: -16px;
  width: 1px;
  height: 16px;
  background-color: #ebebeb;
}
.news-block-two .content-box .post-meta li i {
  font-size: 12px;
  color: var(--theme-color1);
  margin-right: 10px;
}
.news-block-two .content-box .title {
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .news-block-two .content-box .title {
    font-size: 20px;
  }
}
.news-block-two .content-box .title:hover {
  color: var(--theme-color1);
}
.news-block-two .content-box .text {
  margin-bottom: 30px;
  color: var(--text-color);
}
.news-block-two .content-box .read-more {
  position: relative;
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
}
.news-block-two .content-box .read-more:hover {
  color: var(--theme-color1);
}
.news-block-two .content-box .read-more i {
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 9px;
  margin-left: 8px;
  font-weight: 300;
  border-radius: 50%;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}

/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer {
  position: relative;
  background-color: #020e16;
  padding: 78px 0 0;
}
.main-footer .widgets-section {
  position: relative;
  padding: 90px 0 35px;
}
.main-footer .footer-column {
  position: relative;
  margin-bottom: 40px;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .widget-title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2em;
  color: var(--theme-color-light);
  font-weight: 700;
  margin-bottom: 20px;
}
.main-footer .about-widget .logo {
  margin-bottom: 30px;
}
.main-footer .about-widget .logo img {
  max-width: 210px;
}
.main-footer .about-widget .text {
  color: #ccc;
}

.footer-top {
  position: relative;
}
.footer-top .outer-box {
  position: relative;
}
.footer-top .bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color1);
  opacity: 0.9;
}

/*=== User LInks ===*/
.user-links {
  position: relative;
}
.user-links li {
  position: relative;
  font-size: 16px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  margin-bottom: 7px;
}
.user-links li i {
  color: var(--theme-color1);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
}
.user-links li a {
  color: #ccc;
  position: relative;
  display: inline-block;
  color: inherit;
  padding: 0 0 0 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover {
  color: var(--theme-color-light);
}
.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover:before {
  width: 100%;
}
.user-links.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.user-links.two-column li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding-right: 15px;
}

.contact-list-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 78px;
}
.contact-list-two li {
  font-size: 18px;
  margin-bottom: 0;
  padding-left: 90px;
  font-weight: 500;
}
.contact-list-two li:hover i {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.contact-list-two li i {
  position: absolute;
  top: -5px;
  left: 0;
  width: 66px;
  height: 66px;
  line-height: 66px;
  border-radius: 5px;
  background-color: var(--theme-color-light);
  color: var(--theme-color1);
  font-size: 28px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-two li:last-child {
  margin-bottom: 0;
}
.contact-list-two li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-two li a:hover {
  text-decoration: underline;
}
.contact-list-two li .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}
.contact-list-two li span {
  font-weight: 400;
}
.contact-list-two.light .text,
.contact-list-two.light li,
.contact-list-two.light a {
  color: var(--theme-color-light);
}
.contact-list-two.light a:hover {
  text-decoration: underline;
}

/* Newsletter Form */
.newsletter-form {
  position: relative;
}
.newsletter-form .form-group {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.newsletter-form .form-group input[type=text],
.newsletter-form .form-group input[type=email] {
  position: relative;
  display: block;
  height: 64px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
  padding: 15px 40px;
  background-color: #FFFFFF;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.newsletter-form .form-group input[type=text]::-webkit-input-placeholder, .newsletter-form .form-group input[type=email]::-webkit-input-placeholder {
  color: #707070;
}
.newsletter-form .form-group input[type=text]::-moz-placeholder, .newsletter-form .form-group input[type=email]::-moz-placeholder {
  color: #707070;
}
.newsletter-form .form-group input[type=text]:-ms-input-placeholder, .newsletter-form .form-group input[type=email]:-ms-input-placeholder {
  color: #707070;
}
.newsletter-form .form-group input[type=text]::-ms-input-placeholder, .newsletter-form .form-group input[type=email]::-ms-input-placeholder {
  color: #707070;
}
.newsletter-form .form-group input[type=text]::placeholder,
.newsletter-form .form-group input[type=email]::placeholder {
  color: #707070;
}
.newsletter-form .form-group .theme-btn {
  margin-top: 10px;
  padding: 6px 95px;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  border-radius: 0;
  width: 100%;
}
.newsletter-form .form-group .theme-btn:before {
  border-radius: 0;
}
.newsletter-form .form-group .theme-btn:hover {
  color: var(--theme-color-dark);
}
.newsletter-form .form-group .icon {
  position: absolute;
  left: 13px;
  top: 13px;
  font-size: var(--body-font-size);
  line-height: 1em;
  color: var(--theme-color-dark);
  z-index: 3;
}

/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  width: 100%;
}
.footer-bottom .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 27px 0;
}
@media (max-width: 767.98px) {
  .footer-bottom .inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.footer-bottom .copyright-text {
  position: relative;
  font-size: 15px;
  line-height: 30px;
  font-family: var(--title-font);
  color: #475467;
  font-weight: 600;
  margin-bottom: 0px;
  letter-spacing: -0.025em;
}
@media (max-width: 1699.98px) {
  .footer-bottom .copyright-text {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .footer-bottom .copyright-text {
    margin-bottom: 20px;
  }
}
.footer-bottom .copyright-text a, .footer-bottom .copyright-text span {
  color: var(--theme-color-dark);
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-bottom .copyright-text a:hover, .footer-bottom .copyright-text span:hover {
  color: var(--theme-color1);
}
.footer-bottom .info-text .inner-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-bottom .info-text .item {
  font-size: 15px;
  line-height: 30px;
  font-family: var(--title-font);
  color: #475467;
  font-weight: 600;
  margin-bottom: 0px;
  letter-spacing: -0.025em;
  margin-right: 12px;
}
@media (max-width: 1699.98px) {
  .footer-bottom .info-text .item {
    font-size: 14px;
  }
}
.footer-bottom .info-text .item:last-child {
  margin-right: 0;
}
.footer-bottom .info-text .item span, .footer-bottom .info-text .item a {
  color: var(--theme-color-dark);
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-bottom .info-text .item span:hover, .footer-bottom .info-text .item a:hover {
  color: var(--theme-color1);
}

/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer .icon-plane-6 {
  position: absolute;
  bottom: 70px;
  left: -48px;
}
@media (max-width: 1399.98px) {
  .main-footer .icon-plane-6 {
    opacity: 0.2;
  }
}
.main-footer .icon-bus-2 {
  position: absolute;
  top: 240px;
  right: -55px;
}
@media (max-width: 1399.98px) {
  .main-footer .icon-bus-2 {
    opacity: 0.2;
  }
}
@media (max-width: 991.98px) {
  .main-footer .footer-top .contact-list-two {
    padding: 50px 20px;
  }
}
@media (max-width: 767.98px) {
  .main-footer .footer-top .contact-list-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .main-footer .footer-top .contact-list-two {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .main-footer .footer-top .contact-list-two li {
    padding-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .main-footer .footer-top .contact-list-two li {
    padding-left: 0;
  }
}
.main-footer .footer-top .contact-list-two li:last-child {
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  .main-footer .footer-top .contact-list-two li .icon {
    position: relative;
    top: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 24px;
    margin: 0 auto 15px;
  }
}
.main-footer .widgets-section .about-widget {
  padding-right: 70px;
}
@media (max-width: 1199.98px) {
  .main-footer .widgets-section .about-widget {
    padding-right: 0;
  }
}
.main-footer .widgets-section .newsletter-widget {
  padding-left: 50px;
  padding-right: 0;
}
@media (max-width: 1199.98px) {
  .main-footer .widgets-section .newsletter-widget {
    padding: 0;
  }
}
.main-footer .widgets-section .newsletter-widget .text {
  color: #ccc;
  margin-bottom: 25px;
}

.footer-style-one {
  background-color: transparent;
  border-radius: 12px;
  padding: 0;
  margin-bottom: 10px;
}
.footer-style-one .inner-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
.footer-style-one .about-widget .theme-btn {
  font-size: 12px;
  font-weight: 600;
  margin-top: 25px;
  padding: 16px 38.4px;
}

/***

====================================================================
    Products details
====================================================================

***/
.product-details .bxslider .image-box {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-bottom: 10px;
}
.product-details .bxslider .image-box img {
  width: 100%;
}
.product-details .bxslider .thumb-box li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
}
.product-details .bxslider .thumb-box li:last-child {
  margin: 0px !important;
}
.product-details .bxslider .thumb-box li a {
  position: relative;
  display: inline-block;
}
.product-details .bxslider .thumb-box li a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-details .bxslider .thumb-box li a.active:before {
  opacity: 1;
}
.product-details .bx-wrapper {
  margin-bottom: 30px;
}
.product-details .product-info .product-details__top {
  position: relative;
  display: block;
  margin-top: -8px;
}
.product-details .product-info .product-details__title {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin: 0;
}
.product-details .product-info .product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--theme-color1);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-left: 20px;
  letter-spacing: 0;
}
.product-details .product-info .product-details__reveiw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
  padding-bottom: 20px;
  margin-bottom: 31px;
  border-bottom: 1px solid #e0e4e8;
}
.product-details .product-info .product-details__reveiw i {
  color: #fdc009;
  font-size: 16px;
}
.product-details .product-info .product-details__reveiw i + i {
  margin-left: 4px;
}
.product-details .product-info .product-details__reveiw span {
  position: relative;
  top: 1px;
  line-height: 1;
  font-size: 16px;
  color: var(--theme-color1);
  margin-left: 18px;
}
.product-details .product-info .product-details__quantity-title {
  margin: 0;
  color: #222;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 20px;
}
.product-details .product-info .product-details__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons {
    display: block;
  }
}
.product-details .product-info .product-details__buttons-1 {
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-1 {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.product-details .product-info .product-details__buttons-2 {
  position: relative;
  display: block;
  margin-left: 10px;
}
.product-details .product-info .product-details__buttons-2 .thm-btn {
  background-color: var(--theme-color2);
}
.product-details .product-info .product-details__buttons-2 .thm-btn:before {
  background-color: var(--theme-color1);
}
.product-details .product-info .product-details__buttons-2 .thm-btn:after {
  background-color: var(--theme-color1);
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 0;
  }
}
.product-details .product-info .product-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-details .product-info .product-details__social .title {
  position: relative;
  display: block;
}
.product-details .product-info .product-details__social .title h3 {
  color: #222;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.product-details .product-info .product-details__social .social-icon-one {
  background-color: var(--theme-color1);
  margin-left: 30px;
  padding-right: 20px;
}
.product-details .product-info .product-details__social .social-icon-one li {
  margin-left: 20px;
}
.product-details .product-info .product-details__social .social-icon-one a {
  color: var(--theme-color-light);
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .product-details .product-info .product-details__social .social-icon-one {
    margin-left: 0;
  }
}

.product-details__quantity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  border-radius: 10px;
  height: 60px;
}
.product-details__quantity .quantity-box input {
  width: 98px;
  border-radius: 10px;
  height: 60px;
  border: 1px solid #e0e4e8;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color1);
}
.product-details__quantity .quantity-box button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--theme-color1);
  border: none;
  border-left: 1px solid #e0e4e8;
  border-top-right-radius: 10px;
  color: var(--theme-color-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 8px;
  height: 29px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  position: absolute;
  top: 1px;
  right: 1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 29px;
}
.product-details__quantity .quantity-box button:hover {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}
.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
}

.product-discription {
  position: relative;
  display: block;
}
.product-discription .product-description__title {
  font-size: 30px;
  margin-bottom: 27px;
}
.product-discription .product-description__text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.product-discription .product-description__list {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-discription .product-description__list ul {
  position: relative;
  display: block;
}
.product-discription .product-description__list ul li {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.product-discription .product-description__list ul li:last-child {
  margin-bottom: 0px;
}
.product-discription .product-description__list ul li p {
  margin: 0;
  font-weight: 600;
  color: var(--headings-color);
}
.product-discription .product-description__list ul li p span:before {
  position: relative;
  display: inline-block;
  color: var(--theme-color1);
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  top: 2px;
}
.product-discription .tabs-content .text p {
  margin-bottom: 17px;
}
.product-discription .tabs-content .text p:last-child {
  margin-bottom: 0px;
}
.product-discription .tab-btn-box {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.product-discription .tab-btn-box:before {
  position: absolute;
  content: "";
  background-color: #e1e8e4;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 28px;
}
.product-discription .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #1e2434;
  text-align: center;
  padding: 14px 30px;
  background-color: #fff;
  border: 1px solid #e1e8e4;
  cursor: pointer;
  margin: 0px 8.5px;
  margin-bottom: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-discription .tab-btn-box .tab-btns li.active-btn {
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.product-discription .tab-btn-box .tab-btns li:last-child {
  margin-bottom: 0;
}
.product-discription .single-comment-box .inner-box {
  position: relative;
  display: block;
  background-color: #f4f5f4;
  padding: 34px 30px 34px 125px;
}
.product-discription .single-comment-box .inner-box .comment-thumb {
  position: absolute;
  left: 30px;
  top: 40px;
  border-radius: 50%;
  width: 80px;
}
.product-discription .single-comment-box .inner-box .comment-thumb img {
  width: 100%;
  border-radius: 50%;
}
.product-discription .single-comment-box .inner-box .rating {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.product-discription .single-comment-box .inner-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}
.product-discription .single-comment-box .inner-box .rating li:last-child {
  margin: 0px !important;
}
.product-discription .single-comment-box .inner-box h5 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.product-discription .single-comment-box .inner-box h5 span {
  font-weight: 400;
  text-transform: capitalize;
}
.product-discription .customer-comment {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.product-discription .comment-box {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 51px 60px 60px 60px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.product-discription .comment-box h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.product-discription .comment-box .form-group {
  position: relative;
  margin-bottom: 15px;
}
.product-discription .comment-box .form-group label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #707582;
  margin-bottom: 8px;
}
.product-discription .comment-box .column:last-child .form-group {
  margin-bottom: 0px;
}
.product-discription .comment-box .review-box {
  position: relative;
  display: block;
  margin-top: 8px;
}
.product-discription .comment-box .review-box p {
  position: relative;
  float: left;
  margin-right: 10px;
}
.product-discription .comment-box .review-box .rating {
  position: relative;
  float: left;
}
.product-discription .comment-box .review-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}
.product-discription .comment-box .review-box .rating li:last-child {
  margin: 0px !important;
}
.product-discription .comment-box .custom-controls-stacked {
  position: relative;
  float: left;
}

.related-product h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .product-details__img {
    margin-bottom: 50px;
  }
  .product-details__title span {
    margin-left: 0;
    display: block;
  }
  .product-details__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 10px;
  }
  .product-details__social-link {
    margin-left: 0;
    margin-top: 20px;
  }
}
/***

====================================================================
 Categories Section
====================================================================

***/
.categories-section {
  position: relative;
  padding: 100px 0 70px;
}
.categories-section .bg-pattern {
  position: absolute;
  left: 0;
  top: -220px;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/icons/pattern-7.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1;
}
.categories-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 300px;
  width: 100%;
  background: var(--theme-color3);
  content: "";
  z-index: 1;
}
.categories-section:after {
  position: absolute;
  left: 0;
  bottom: -50px;
  height: 70px;
  width: 100%;
  z-index: 2;
  content: "";
  background-image: url(../images/icons/pattern-3.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.category-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}
.category-block .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  padding: 40px 30px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block .inner-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-position: center bottom;
  content: "";
}
.category-block .inner-box:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.category-block .inner-box:hover .image img {
  -webkit-transform: rotate(10deg) scale(1.2);
  transform: rotate(10deg) scale(1.2);
}
.category-block .inner-box.cat-bg-1:before {
  background-image: url(../images/icons/cat-1-bg.png);
}
.category-block .inner-box.cat-bg-2:before {
  background-image: url(../images/icons/cat-2-bg.png);
}
.category-block .inner-box.cat-bg-3:before {
  background-image: url(../images/icons/cat-3-bg.png);
}
.category-block .inner-box.cat-bg-4:before {
  background-image: url(../images/icons/cat-4-bg.png);
}
.category-block .image {
  position: relative;
  display: inline-block;
  height: 180px;
  width: 180px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}
.category-block .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block h4 {
  font-size: 20px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 10px;
}
.category-block h4 a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block h4 a:hover {
  color: var(--theme-color1);
}
.category-block p {
  font-size: 14px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}

/***

====================================================================
    Categories Section Two
====================================================================

***/
.categories-section-two {
  position: relative;
  padding: 120px 0 90px;
}

.category-block-two {
  position: relative;
  padding-top: 70px;
  margin-bottom: 30px;
  z-index: 9;
}
.category-block-two .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 18px;
}
.category-block-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 60px;
  width: 100%;
  border-radius: 10px;
  background: #e3eee5;
  content: "";
}
.category-block-two .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.category-block-two .inner-box:hover .image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.category-block-two .inner-box:hover h4 a {
  color: var(--theme-color1);
}
.category-block-two .content {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 0 40px 40px;
  z-index: 1;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.category-block-two .content:before {
  position: absolute;
  top: -88px;
  left: 0;
  width: 180px;
  height: 180px;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background: #e3eee5;
  content: "";
}
.category-block-two .content:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  font-size: 30px;
  line-height: 1em;
  color: #e8f3ea;
  height: 15px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  content: attr(data-text);
}
.category-block-two .image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: -70px;
}
.category-block-two .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 120%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}
.category-block-two h4 {
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 15px;
}
.category-block-two h4 a {
  color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two p {
  font-size: 16px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}
.category-block-two .link {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #e8f3ea;
  border-radius: 50%;
  line-height: 50px;
  margin-top: 25px;
  color: #608174;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two .link:hover {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.category-block-two.child-two .link {
  background: #f0e2e3;
}
.category-block-two.child-two .inner-box:before {
  background: #f0e2e3;
}
.category-block-two.child-two .inner-box:hover h4 a {
  color: #e69da2;
}
.category-block-two.child-two .content:before {
  background: #f0e2e3;
}
.category-block-two.child-two .content:after {
  color: #f0e2e3;
}
.category-block-two.child-three .link {
  background: #f1ede1;
}
.category-block-two.child-three .inner-box:before {
  background: #f1ede1;
}
.category-block-two.child-three .inner-box:hover h4 a {
  color: #c9b579;
}
.category-block-two.child-three .content:before {
  background: #f1ede1;
}
.category-block-two.child-three .content:after {
  color: #f1ede1;
}

/***

====================================================================
    Products Section
====================================================================

***/
.products-section {
  position: relative;
  padding: 120px 0;
}

.products-section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 670px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.products-section .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #113629;
  opacity: 0.7;
  content: "";
}

.products-section .bg-image:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background-image: url(../images/icons/pattern-8.png);
  background-position: center bottom;
  content: "";
}

.products-section .sec-title h2 {
  font-size: 60px;
}

.products-section .sec-title .theme-btn {
  margin-top: 30px;
}

.products-box {
  max-width: 1530px;
  position: relative;
  padding: 120px 60px 90px;
  margin: 120px auto 0;
  background-color: #f7f5ee;
  overflow: hidden;
  border-radius: 10px;
}

.products-box:before {
  position: absolute;
  left: -90px;
  bottom: 0;
  height: 70%;
  width: 100%;
  background: url(../images/icons/shape-7.png) top left no-repeat;
  content: "";
}

.products-box .sec-title {
  margin-bottom: 30px;
}

.products-box .outer-box {
  position: relative;
  padding-right: 400px;
}

.products-box .outer-box .banner-box-two {
  position: absolute;
  right: 0;
  top: 0;
}

.banner-box-two {
  position: relative;
}

.banner-box-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));
  background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--theme-color3)", endColorstr="#00e5e5e5",GradientType=0 );
  content: "";
}

.banner-box-two .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 370px;
  background: var(--theme-color3);
  border-radius: 10px;
  min-height: 440px;
  text-align: center;
  overflow: hidden;
  padding: 20px 20px;
}

.banner-box-two .title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner-box-two .title strong {
  font-size: 60px;
  line-height: 1em;
  color: var(--theme-color2);
  font-weight: 400;
}

.banner-box-two h4 {
  font-size: 30px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.product-block-two {
  position: relative;
  margin-bottom: 30px;
}

.product-block-two .inner-box {
  position: relative;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #ffffff;
  padding: 20px 20px;
  padding-left: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 150px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .inner-box:hover {
  border: 2px solid var(--theme-color1);
}

.product-block-two .image {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  overflow: hidden;
  height: 110px;
  width: 110px;
  border: 1px solid #e4e1d6;
  margin-bottom: 0px;
}

.product-block-two .image img {
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .inner-box:hover .image img {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.product-block-two h4 {
  display: block;
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block-two h4 a {
  color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .price {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color1);
  font-weight: 600;
}

.product-block-two .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block-two .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #ffc737;
}

.products-carousel .owl-nav {
  display: none;
}

.products-carousel .owl-dots {
  position: absolute;
  right: 0;
  top: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 8;
}

.products-carousel .owl-dot {
  position: relative;
  height: 7px;
  width: 7px;
  display: block;
  background: #879d91;
  margin-right: 5px;
  border-radius: 5px;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.products-carousel .owl-dot.active {
  background: var(--theme-color3);
}

/***

====================================================================
    Featured Products
====================================================================

***/
.featured-products {
  position: relative;
  padding: 120px 0 90px;
}

.featured-products .bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/icons/pattern-7.png) left bottom no-repeat;
  background-size: 700px;
}

/*=== Mixitup Gallery ===*/
.featured-products .filters {
  margin-bottom: 40px;
  text-align: center;
}

.featured-products .filters .filter-tabs {
  position: relative;
  display: inline-block;
}

.featured-products .filters li {
  position: relative;
  display: inline-block;
  line-height: 24px;
  cursor: pointer;
  color: #797f7d;
  font-weight: 500;
  font-size: 18px;
  margin: 0 5px;
  padding: 6px 15px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-products .filters li:last-child {
  margin-right: 0;
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}

.featured-products .filters li:before {
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: var(--theme-color2);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.product-block {
  position: relative;
  margin-bottom: 30px;
}

.product-block.mix {
  display: none;
}

.product-block .inner-box {
  position: relative;
  border: 2px solid #e4e1d5;
  border-radius: 10px;
  text-align: center;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover {
  border: 2px solid var(--theme-color1);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-block .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0px;
}

.product-block .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}

.product-block .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.product-block .image img {
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover .image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.product-block .content {
  position: relative;
  padding: 30px 30px 30px;
}

.product-block h4 {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block h4 a {
  color: var(--headings-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block h4 a:hover {
  color: var(--theme-color1);
}

.product-block .price {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-gray-silver);
  font-weight: 600;
}

.product-block .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #ffc737;
}

.product-block .tag {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  background: #FD5F5C;
  font-weight: 400;
  padding: 0 12px;
  border-radius: 3px;
  z-index: 9;
  font-style: italic;
  text-transform: uppercase;
}

.product-block .icon-box {
  position: absolute;
  right: 20px;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover .icon-box {
  top: 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.product-block .ui-btn {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  z-index: 9;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  cursor: pointer;
  border-radius: 50px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .ui-btn:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color-dark);
}

.product-block .cat {
  display: block;
  font-size: 18px;
  color: #707070;
  font-style: italic;
  margin-bottom: 5px;
}

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/
table.tbl-shopping-cart .product-thumbnail, table.cart-total .product-thumbnail {
  min-width: 64px;
}
table.tbl-shopping-cart img, table.cart-total img {
  width: 64px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
table.tbl-shopping-cart th,
table.tbl-shopping-cart td, table.cart-total th,
table.cart-total td {
  vertical-align: middle;
  border-left: 1px solid #e3e3e3;
  padding: 20px 30px;
}
table.tbl-shopping-cart .product-name a, table.cart-total .product-name a {
  color: var(--headings-color);
}
table.tbl-shopping-cart .product-name .variation, table.cart-total .product-name .variation {
  font-size: 0.9rem;
  list-style: none;
}
table.tbl-shopping-cart .product-remove a, table.cart-total .product-remove a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  background-color: #757575;
  color: #ffffff;
  text-align: center;
}
table.tbl-shopping-cart .coupon-form .apply-button, table.cart-total .coupon-form .apply-button {
  position: relative;
  display: inline-block;
  color: #1e2434;
  background: #f4f5f4;
  padding: 15px 29px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
table.tbl-shopping-cart .coupon-form .apply-button:hover, table.cart-total .coupon-form .apply-button:hover {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}

table.tbl-shopping-cart > thead > tr > th,
table.tbl-shopping-cart > tbody > tr > th,
table.tbl-shopping-cart > tfoot > tr > th {
  color: #444;
}

.payment-method .accordion-box .block {
  background: #f4f5f4;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 20px;
}
.payment-method .accordion-box .block .acc-content .payment-info {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 30px 30px 10px 30px;
}
.payment-method .accordion-box .block:last-child {
  margin-bottom: 0px;
}
.payment-method .accordion-box .block .acc-btn {
  padding: 19px 30px 22px 30px;
}
.payment-method .accordion-box .block .acc-btn .icon-outer {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
  height: auto;
  /* line-height: 65px; */
  font-size: 28px;
  color: #1e2434;
}
.payment-method .accordion-box .block .acc-btn.active .icon-outer {
  color: var(--text-color-bg-theme-color2);
}
.payment-method .payment-method h3 {
  margin-bottom: 32px;
}

.shop-sidebar {
  position: relative;
  display: block;
}
.shop-sidebar .sidebar-search {
  margin-bottom: 30px;
}
.shop-sidebar .sidebar-search .search-form .form-group {
  margin: 0px;
  position: relative;
}
.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
  background-color: var(--theme-light-background);
  border: 1px solid var(--theme-light-background);
  border-radius: 5px;
  color: #646578;
  height: 52px;
  padding: 10px 60px 10px 20px;
  position: relative;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.shop-sidebar .sidebar-search .search-form .form-group button {
  background-color: var(--theme-color1);
  border-radius: 3px;
  color: var(--theme-color-light);
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 42px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.shop-sidebar .sidebar-search .search-form .form-group button:hover {
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.shop-sidebar .sidebar-widget {
  background-color: var(--theme-light-background);
  border-radius: 5px;
  display: block;
  margin-bottom: 30px;
  padding: 35px 30px 37px 30px;
  position: relative;
}
.shop-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .sidebar-widget .widget-title {
  display: block;
  margin-bottom: 16px;
  position: relative;
}
.shop-sidebar .category-widget .category-list li {
  display: block;
  margin-bottom: 14px;
  position: relative;
}
.shop-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .category-widget .category-list li a {
  color: #646578;
  display: inline-block;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}
.shop-sidebar .category-widget .category-list li a:before {
  color: var(--theme-color1);
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-weight: 600;
  left: 0px;
  top: 0px;
  position: absolute;
}
.shop-sidebar .category-widget .category-list li a:hover {
  color: var(--theme-color1);
}
.shop-sidebar .price-filters .widget-title {
  margin-bottom: 28px;
}
.shop-sidebar .post-widget {
  padding-bottom: 9px;
}
.shop-sidebar .post-widget .post {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 23px;
  min-height: 108px;
  padding-left: 90px;
  padding-bottom: 24px;
  position: relative;
}
.shop-sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.shop-sidebar .post-widget .post .post-thumb {
  border: 1px solid #d0d4dd;
  border-radius: 5px;
  height: 70px;
  left: 0px;
  position: absolute;
  top: 7px;
  width: 70px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.shop-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  border-radius: 5px;
}
.shop-sidebar .post-widget .post a {
  color: #646578;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 7px;
  position: relative;
}
.shop-sidebar .post-widget .post .price {
  color: #0a267a;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}
.shop-sidebar .post-widget .post:hover .post-thumb {
  border-color: var(--theme-color1);
}
.shop-sidebar .post-widget .post:hover a {
  color: var(--theme-color1);
}

.range-slider {
  position: relative;
}
.range-slider .title {
  line-height: 26px;
  position: relative;
  display: inline-block;
  margin-right: 4px;
}
.range-slider .title:before {
  position: absolute;
  content: "$";
  left: -5px;
  top: -19px;
  color: #646578;
  font-size: 18px;
}
.range-slider p {
  position: relative;
  display: inline-block;
  color: #646578;
  margin-right: 10px !important;
}
.range-slider .input {
  color: #646578;
  max-width: 75px;
  font-size: 18px;
  margin-top: 5px;
  position: relative;
  display: inline-block;
}
.range-slider .input input {
  background: none;
  color: #646578;
  font-size: 15px;
  text-align: left;
}
.range-slider .ui-widget.ui-widget-content {
  height: 4px;
  border: none;
  margin-bottom: 14px;
  background-color: #d0d4dd;
  border-radius: 2px;
}
.range-slider .ui-slider .ui-slider-range {
  top: 0px;
  height: 4px;
  background-color: var(--theme-color1);
}
.range-slider .ui-state-default {
  top: -5px;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0px;
  background-color: var(--theme-color1);
}
.range-slider .ui-state-default:before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}
.range-slider .ui-widget-content .ui-state-default {
  top: -5px;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0px;
  background-color: var(--theme-color1);
}
.range-slider .ui-widget-content .ui-state-default:before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}
.range-slider input[type=submit] {
  position: relative;
  display: block;
  background: var(--theme-color1);
  color: var(--theme-color-light);
  float: right;
  text-align: center;
  border: none;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  text-transform: capitalize;
  cursor: pointer;
  padding: 7px 20px;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.range-slider input[type=submit]:hover {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}

/*** 

====================================================================
Page Title
====================================================================

***/
@-webkit-keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.page-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 110px 0 110px;
  min-height: 250px;
}
@media only screen and (max-width: 768px) {
  .page-title {
    padding: 110px 0 110px;
  }
}
.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #131313;
  opacity: 0.6;
  content: "";
}
.page-title .title {
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 17px;
}
.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
}
.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li a {
  color: var(--theme-color2);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-breadcrumb li a:hover {
  color: #ffffff;
}

.page-title.style-two {
  background-position: center center;
}
.page-title.style-two .page-breadcrumb-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 8;
}
.page-title.style-two .page-breadcrumb li {
  color: rgb(7, 7, 16);
  font-weight: 600;
}
.page-title.style-two .page-breadcrumb li:after {
  color: rgb(7, 7, 16);
}
.page-title.style-two .page-breadcrumb li a {
  color: rgba(7, 7, 16, 0.6);
}
.page-title.style-two .page-breadcrumb li a:hover {
  color: rgb(7, 7, 16);
}

.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ffffff;
  color: #ff6d2e;
  z-index: 1;
  padding-left: 0px;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.play-now .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.play-now .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.background-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}
.error-page__inner .error-page__title-box {
  position: relative;
  display: block;
}
.error-page__inner .error-page__title {
  position: relative;
  display: inline-block;
  font-size: 280px;
  line-height: 280px;
  margin-bottom: 0;
  color: var(--theme-color1);
}
.error-page__inner .error-page__sub-title {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: -16px;
}
.error-page__inner .error-page__text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.error-page__inner .error-page__form {
  position: relative;
  display: block;
  margin: 42px auto 20px;
}
.error-page__inner .error-page__form input[type=search] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #333;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 7px;
}
.error-page__inner .error-page__form button[type=submit] {
  background-color: transparent;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.error-page__inner .error-page__form-input {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

/***
=============================================
    Services Details
=============================================
***/
.service-sidebar {
  position: relative;
  display: block;
  max-width: 365px;
  width: 100%;
}
.service-sidebar .service-sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.service-sidebar .service-sidebar-single-services {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 35px 30px 25px;
}
.service-sidebar .service-sidebar-single-services .title {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
}
.service-sidebar .service-sidebar-single-services .title h3 {
  color: var(--headings-color);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.service-sidebar .service-sidebar-single-services ul {
  position: relative;
  display: block;
  margin-top: 10px;
}
.service-sidebar .service-sidebar-single-services ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
}
.service-sidebar .service-sidebar-single-services ul li:last-child {
  margin-bottom: 0;
}
.service-sidebar .service-sidebar-single-services ul li a {
  position: relative;
  display: block;
  color: var(--agriox-color-1, #687469);
  font-size: 18px;
  padding: 22px 20px 22px;
  border-radius: 10px;
  background: transparent;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-sidebar .service-sidebar-single-services ul li a:hover {
  color: var(--headings-color);
}
.service-sidebar .service-sidebar-single-services ul li a:hover::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li a:hover i {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-services ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(90deg);
          transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.service-sidebar .service-sidebar-single-services ul li a i {
  font-size: 16px;
}
.service-sidebar .service-sidebar-single-services ul li.current a::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li.current a i {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-services ul li.current:first-child {
  margin-top: 20px;
}
.service-sidebar .service-sidebar-single-services ul li.current:last-child {
  margin-bottom: 35px;
}
.service-sidebar .service-sidebar-single-contact-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 0px 44px;
  z-index: 1;
}
.service-sidebar .service-sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(109, 140, 84, 0.93);
  border-radius: 10px;
  content: "";
  z-index: -1;
}
.service-sidebar .service-sidebar-single-contact-box .icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  background: var(--theme-color2);
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover {
  background-color: var(--headings-color);
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
  color: #fff;
}
.service-sidebar .service-sidebar-single-contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--headings-color);
  font-size: 30px;
  line-height: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .title {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 42px;
}
.service-sidebar .service-sidebar-single-contact-box .title h2 {
  color: #ffffff;
  font-size: 36px;
}
.service-sidebar .service-sidebar-single-contact-box .phone {
  font-size: 24px;
  line-height: 34px;
}
.service-sidebar .service-sidebar-single-contact-box .phone a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-contact-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
.service-sidebar .service-sidebar-single-btn {
  position: relative;
  display: block;
}
.service-sidebar .service-sidebar-single-btn .thm-btn {
  font-size: 16px;
  padding: 13px 50px 28px;
}
.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
  position: relative;
  display: inline-block;
  top: 13px;
  color: #334b35;
  font-size: 40px;
  padding-right: 25px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}
.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
  color: #ffffff;
}
.service-sidebar .banner-widget {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.service-sidebar .banner-widget .widget-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 45px 30px 40px 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .widget-content .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 278px;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-sidebar .banner-widget .content-box {
  position: relative;
  max-width: 200px;
  width: 100%;
}
.service-sidebar .banner-widget .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 23px;
}
.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
  position: absolute;
  top: -15px;
  right: -38px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
  background: #0a267a;
}
.service-sidebar .service-sidebar-single-btn .theme-btn {
  padding: 20px 50px;
}
.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
  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;
}
.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-right: 25px;
  margin-top: 7px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}

.services-details__content .feature-list .single-item {
  position: relative;
  display: block;
  border: 1px solid #e1e8e4;
  padding: 16px 30px 16px 53px;
  margin-bottom: 20px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .icon-box {
  color: var(--theme-color1);
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.services-details__content .feature-list .single-item:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.services-details__content .feature-list .single-item:hover .icon-box {
  color: var(--text-color-bg-theme-color2);
}

.service-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.service-list li:last-child {
  margin-bottom: 0px;
}
.service-list li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: var(--headings-color);
  font-weight: 600;
  background-color: #fff;
  padding: 17px 20px 17px 50px;
  -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.service-list li a:hover, .service-list li a.current {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  padding-left: 80px;
}
.service-list li a:hover i, .service-list li a.current i {
  width: 60px;
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}
.service-list li i {
  position: absolute;
  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;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  background-color: #f6f4ec;
  text-align: center;
  font-size: 16px;
  color: #707582;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-service-list {
  margin: 0;
}
.sidebar-service-list li + li {
  margin-top: 10px;
}
.sidebar-service-list li a {
  color: var(--headings-color);
  font-size: 18px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background-color: #f5faff;
  border-radius: 15px;
  padding: 19px 40px;
}
.sidebar-service-list li a:hover {
  color: var(--theme-color1);
}
.sidebar-service-list li a:hover i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background-color: var(--theme-color1);
}
.sidebar-service-list li a i {
  height: 32px;
  width: 45px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #191825;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  border-radius: 15px;
}
.sidebar-service-list li.current a {
  color: var(--theme-color1);
}
.sidebar-service-list li.current a i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background-color: var(--theme-color1);
}

.service-details-help {
  position: relative;
  display: block;
  padding: 57px 55px 50px;
  margin-top: 30px;
  text-align: center;
  z-index: 1;
  background-color: var(--theme-color1);
  border-radius: 15px;
  overflow: hidden;
}

.help-shape-1 {
  position: absolute;
  bottom: -215px;
  left: -95px;
  width: 220px;
  height: 500px;
  background-color: #303030;
  mix-blend-mode: soft-light;
  border-radius: 150px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

.help-shape-2 {
  position: absolute;
  top: -118px;
  right: -130px;
  width: 180px;
  height: 350px;
  background-color: #fff;
  mix-blend-mode: soft-light;
  border-radius: 186px;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
}

.help-icon {
  height: 73px;
  width: 73px;
  background-color: #fff;
  color: #191825;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin: 0 auto 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-icon:hover {
  background-color: var(--theme-color2);
  color: var(--headings-color);
}

.help-title {
  font-size: 38px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 21px;
  font-weight: 700;
}

.help-contact {
  position: relative;
  display: block;
  margin-top: 21px;
}
.help-contact p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 32px;
  font-weight: 600;
  opacity: 0.7;
}
.help-contact a {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-contact a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
  position: relative;
  display: block;
}
.project-details__img img {
  width: 100%;
  border-radius: 10px;
}

.project-details__content {
  position: relative;
  display: block;
}

.project-details__content-left {
  position: relative;
  display: block;
  margin-top: 31px;
}

.project-details__content-right {
  position: relative;
  display: block;
  margin-top: 40px;
}

.project-details__details-box {
  position: relative;
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 43px 50px 50px;
  z-index: 1;
}

.project-details__details-list {
  position: relative;
  display: block;
}
.project-details__details-list li {
  position: relative;
  display: block;
}
.project-details__details-list li + li {
  margin-top: 24px;
}

.project-details__client {
  font-size: 16px;
  color: #838d9e;
  line-height: 24px;
  margin: 0;
}

.project-details__name {
  font-size: 16px;
  line-height: 24px;
}

.project-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  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;
  text-align: center;
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.project-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.project-details__social a + a {
  margin-left: 10px;
}

.project-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid #ece9e0;
  border-bottom: 1px solid #ece9e0;
  padding: 30px 0;
  margin-top: 117px;
}

.project-details__pagination {
  position: relative;
  display: block;
}
.project-details__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project-details__pagination li a {
  font-size: 14px;
  color: #757873;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-details__pagination li a:hover {
  color: var(--theme-color1);
}
.project-details__pagination li a:hover i {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  border: 2px solid var(--theme-color2);
}
.project-details__pagination li .content {
  position: relative;
  display: block;
}
.project-details__pagination li.next {
  float: left;
  position: relative;
}
.project-details__pagination li.next i {
  position: relative;
  height: 52px;
  width: 52px;
  border: 2px solid #0e2207;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #0e2207;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 20px;
  z-index: 1;
}
.project-details__pagination li.next .content {
  text-align: left;
}
.project-details__pagination li.previous {
  position: relative;
  float: right;
}
.project-details__pagination li.previous i {
  position: relative;
  height: 52px;
  width: 52px;
  border: 2px solid #0e2207;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #0e2207;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-left: 20px;
  z-index: 1;
}
.project-details__pagination li.previous .content {
  text-align: right;
}

/***

====================================================================
    Blog Details
====================================================================

***/
.blog-details {
  position: relative;
  display: block;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
}
.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}

.blog-details__date {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--theme-color1);
  text-align: center;
  padding: 21px 24px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-details__date .day {
  font-size: 16px;
  color: #fff;
  font-weight: var(--body-font-weight-bold);
  line-height: 16px;
}
.blog-details__date .month {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: var(--body-font-weight-bold);
  color: #fff;
  line-height: 12px;
  text-transform: uppercase;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}

.blog-details__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-details__meta li + li {
  margin-left: 18px;
}
.blog-details__meta li a {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-details__meta li a:hover {
  color: var(--theme-color1);
}
.blog-details__meta li a i {
  color: var(--theme-color1);
  margin-right: 6px;
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
}

.blog-details__bottom {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 49px;
  border-top: 1px solid #ece9e0;
}
@media only screen and (max-width: 767px) {
  .blog-details__bottom {
    gap: 30px;
  }
}
.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: #0e2207;
  font-size: 20px;
  margin-right: 14px;
  font-weight: var(--body-font-weight-bold);
}
.blog-details__tags a {
  position: relative;
  font-size: 12px;
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  display: inline-block;
  padding: 5px 30px 5px;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 35px;
}
.blog-details__tags a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  text-decoration: none;
}
.blog-details__tags a + a {
  margin-left: 6px;
}

.blog-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-details__social-list a {
  position: relative;
  height: 43px;
  width: 43px;
  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;
  text-align: center;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.blog-details__social-list a:hover {
  color: var(--theme-color1);
}
.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--theme-color2);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.blog-details__social-list a + a {
  margin-left: 10px;
}

.blog-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 53px;
}

.blog-details__pagenation {
  position: relative;
  display: block;
}
.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 20px;
  color: #0e2207;
  font-weight: var(--body-font-weight-bold);
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 52px;
  padding-bottom: 52px;
  border-radius: 10px;
}
.blog-details__pagenation li:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.blog-details__pagenation li + li {
  margin-left: 30px;
}

/* Nav Links */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 53px;
}
@media only screen and (max-width: 767px) {
  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.nav-links .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: calc(50% - 15px);
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .nav-links .prev {
    width: 100%;
  }
}
.nav-links .prev .thumb {
  margin-right: 20px;
}
.nav-links .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .nav-links .next {
    width: 100%;
  }
}
.nav-links .next .thumb {
  margin-left: 20px;
}
.nav-links > div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nav-links > div .thumb {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.nav-links > div .thumb a {
  display: inline-block;
}
.nav-links > div > a {
  display: inline-block;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  font-size: 20px;
  line-height: 1.637;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  padding: 52px 50px;
  border-radius: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .nav-links > div > a {
    padding: 30px;
  }
}
.nav-links > div > a:hover {
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}

/*** 

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: var(--h4-font-weight);
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}
.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--theme-color2);
  color: var(--headings-color);
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  height: 74px;
  width: 100%;
  padding-right: 80px;
  border-radius: 10px;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder {
  color: var(--headings-color);
  opacity: 1;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder, .sidebar__search-form input[type=search]:-ms-input-placeholder, .sidebar__search-form input[type=search]::-ms-input-placeholder, .sidebar__search-form input[type=search]::placeholder {
  color: var(--headings-color);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form input[type=search] {
    padding-left: 30px;
  }
}
.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: var(--headings-color);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form button[type=submit] {
    width: 42px;
  }
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__post {
    padding: 30px;
  }
}
.sidebar__post .sidebar__title {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__title {
    margin-left: 0;
  }
}
.sidebar__post .sidebar__post-list {
  margin: 0;
}
.sidebar__post .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__post-list li {
    padding: 16px 0;
  }
}
.sidebar__post .sidebar__post-list li:hover {
  background-color: #ffffff;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list li + li {
  margin-top: 11px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  -webkit-box-flex: 70px;
      -ms-flex: 70px 0 0px;
          flex: 70px 0 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-image > img {
  width: 80px;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
  color: #0e2207;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: #757873 !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--theme-color1);
  font-size: 14px;
  padding-right: 3px;
}

.sidebar__category {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  border-radius: 10px;
  padding: 45px 30px 38px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__category {
    padding: 30px 15px 30px;
  }
}
.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}
.sidebar__category-list {
  margin: 0;
}
.sidebar__category-list li + li {
  margin-top: 4px;
}
.sidebar__category-list li a {
  color: #757873;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 10px;
}
.sidebar__category-list li a:hover {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li a:hover span {
  color: #ffcd1e;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-color2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}
.sidebar__category-list li.active a {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  border-radius: 10px;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: #ffcd1e;
}

.sidebar__tags {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  padding: 46px 45px 50px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__tags {
    padding: 30px;
  }
}
.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 25px;
}

.sidebar__tags-list {
  margin-top: -10px;
}
.sidebar__tags-list a {
  font-size: 14px;
  color: #0e2207;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #ffffff;
  display: inline-block;
  padding: 5px 28px 5px;
  margin-left: 5px;
  border-radius: 30px;
}
.sidebar__tags-list a:hover {
  color: var(--theme-color-light);
  background: var(--theme-color1);
}
.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__comments {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  padding: 46px 50px 43px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__comments {
    padding: 30px;
  }
}
.sidebar__comments .sidebar__title {
  margin-bottom: 25px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}
.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}
.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--theme-color2);
  color: var(--theme-color1);
}
.sidebar__comments-list li + li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  font-size: 15px;
  color: var(--theme-color-light);
  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;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__comments-text-box p {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  font-weight: 500;
}
.sidebar__comments-text-box p span {
  color: #0e2207;
}
.sidebar__comments-text-box h5 {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  color: #757873;
  font-weight: 500;
  letter-spacing: 0;
}

/*** 

====================================================================
    Comments
====================================================================

***/
.comment-one .comment-one__title {
  margin-bottom: 30px;
}
.comment-one .comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ece9e0;
  padding-bottom: 60px;
  margin-bottom: 60px;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
@media only screen and (max-width: 767px) {
  .comment-one .comment-one__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.comment-one .comment-one__content {
  position: relative;
  margin-left: 45px;
}
@media only screen and (max-width: 767px) {
  .comment-one .comment-one__content {
    margin-top: 20px;
    margin-left: 0;
  }
}
.comment-one .comment-one__content h3 {
  margin: 0;
  font-size: 20px;
  color: var(--theme-black);
  margin-bottom: 24px;
}
.comment-one .comment-one__content p {
  font-size: 16px;
  font-weight: 500;
}
.comment-one .comment-one__btn {
  padding: 5px 30px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}
.comment-one .comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
  -webkit-box-flex: 100px;
      -ms-flex: 100px 0 0px;
          flex: 100px 0 0;
}
.comment-one .comment-one__image img {
  border-radius: 50%;
}

.comment-form .comment-form__title {
  margin-top: -7px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
}

.team-details__top {
  padding: 0 0 120px;
}

.team-details-shape-1 {
  position: absolute;
  bottom: -270px;
  right: 0;
  opacity: 0.5;
  z-index: 2;
}
.team-details-shape-1 img {
  width: auto;
}

.team-details__top-left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.team-details__top-img {
  position: relative;
  display: block;
  border-radius: 30px;
}
.team-details__top-img img {
  width: 100%;
  border-radius: 30px;
}

.team-details__big-text {
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: #eef0f6;
  letter-spacing: 0.35em;
  font-weight: 400;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 209px;
  left: -325px;
}

.team-details__top-right {
  position: relative;
  display: block;
  margin-left: 50px;
}
@media only screen and (max-width: 991px) {
  .team-details__top-right {
    margin-top: 70px;
    margin-left: 0;
  }
}

.team-details__top-content {
  position: relative;
  display: block;
  margin-top: -11px;
}

.team-details__top-name {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 3px;
}

.team-details__top-title {
  font-size: 16px;
  color: var(--theme-color1);
}

.team-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 28px;
}
.team-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  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;
  text-align: center;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.team-details__social a + a {
  margin-left: 10px;
}

.team-details__top-text-1 {
  font-size: 30px;
  color: var(--theme-color1);
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 30px;
}

.team-details__top-text-2 {
  padding-top: 23px;
  padding-bottom: 35px;
}

.team-details__bottom {
  position: relative;
  display: block;
  border-top: 1px solid #e4e5ea;
  padding-top: 110px;
}

.team-details__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.team-details__bottom-left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.team-details__bottom-left-text {
  padding-top: 30px;
}

.team-details__bottom-right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 1px;
}
@media only screen and (max-width: 991px) {
  .team-details__bottom-right {
    margin-left: 0;
  }
}

.team-details__progress {
  position: relative;
  display: block;
  width: 100%;
}
.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: #eef0f6;
  border-radius: 7px;
  margin-bottom: 22px;
}
.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 13px;
  border-radius: 7px;
  background-color: var(--theme-color1);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.team-details__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: var(--headings-color);
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}
.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

.team-details__progress-single {
  position: relative;
  display: block;
}

.team-details__progress-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: var(--theme-color3);
  margin-bottom: 6px;
}

.team-contact-form {
  background-color: #eef0f6;
}
.team-contact-form input[type=text],
.team-contact-form input[type=email] {
  background-color: #fff;
}
.team-contact-form textarea {
  background-color: #fff;
  height: 180px;
}

/***

====================================================================
        Contact
====================================================================

***/
.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}
.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-details__info li .icon {
  height: 80px;
  width: 80px;
  background-color: var(--theme-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .icon span {
  color: var(--theme-color-light);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li:hover .icon {
  background-color: var(--theme-color2);
}
.contact-details__info li:hover .icon span {
  color: var(--headings-color);
}
.contact-details__info li:hover .text a {
  color: var(--notech-base);
}
.contact-details__info li:hover .text a span {
  color: var(--notech-gray);
}
.contact-details__info li .text {
  margin-left: 30px;
}
.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}
.contact-details__info li .text a {
  font-size: 18px;
  color: var(--notech-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .text span {
  font-size: 20px;
  color: var(--notech-black);
}
.contact-details__info li + li {
  margin-top: 19px;
}