/* 
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TwO
5. Sticky Header
6. Mobile Menu
7. Section Title
8. Main Slider
9. Banner Section
10. Project Section
11. Features Section / TwO / Three / Four / Five
12. About Section / Two
13. Services Section / Two
14. Call To Action / Two
15. FAQ's Sectiom
16. Marquee Section
17. Fun Fact Section
18. Testimonial Section / Two
19. team Section
20, Contact Section / Two
21. Why Choose Us / Two
22. News Section / Two
23. Video Section
24. Map Section
25. Clients Section
26. Main Footer
**********************************************/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap");
@import url("animate.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("nice-select.css");
@import url("linear.css");
@import url("fontawesome-free.css");
@import url("fontawesome.css");
@import url("flaticon-business.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

html, body, section, div, a, ul, li, table, p, span, main, header, footer, address, b, strong, h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito Sans", sans-serif !important;
}
html {
    zoom: 0.9 !important;
}

:root {
  --theme-color-light            : #ffffff;
  --theme-color-white            : #ffffff;
  --theme-color-white-rgb        : 255, 255, 255;
  --theme-color-dark             : #1a3841;
  --theme-color-gray             : #f1f1f2;
  --theme-color-gray2            : #f8f5f2;
  --theme-color-black            : #000000;
  --theme-color-black-rgb        : 0, 0, 0;
  --theme-color1                 : #e6a145;
  /* --theme-color1              : #c6d936; */
  --theme-color1-rgb             : 198, 217, 54;
  --theme-color2                 : #1c1f55;
  /* --theme-color2              : #1a4137; */
  --theme-color2-rgb             : 26, 65, 55;
  --theme-color3                 : #102930;
  --theme-color3-rgb             : 16, 41, 48;
  --theme-color4                 : #163839;
  --theme-color4-rgb             : 22, 56, 57;
  --theme-color5                 : #001726;
  --theme-color5-rgb             : 0, 23, 38;
  --bg-theme-color1              : var(--theme-color1);
  --bg-theme-color2              : var(--theme-color2);
  --text-color-bg-theme-color1   : var(--theme-color-dark);
  --text-color-bg-theme-color2   : var(--theme-color-white);
  --text-color                   : #595b62;
  --text-color2                  : #636776;
  --headings-color               : #051b05;
  --review-color                 : #ffc737;
  --link-color                   : var(--headings-color);
  --link-hover-color             : var(--headings-color);
  --title-font                   : "Nunito Sans", sans-serif !important;
  --text-font                    : "Nunito Sans", sans-serif !important;
  --body-font-size               : 18px;
  --body-line-height             : 36px;
  --body-font-weight             : 400;
  --h1-font-size                 : 90px;
  --h2-font-size                 : 48px;
  --h3-font-size                 : 32px;
  --h4-font-size                 : 24px;
  --h5-font-size                 : 18px;
  --h6-font-size                 : 14px;
  --line-height-heading-h1       : 100px;
  --line-height-heading-h2       : 60px;
  --line-height-heading-h3       : 36px;
  --line-height-heading-h4       : 36px;
  --line-height-heading-h5       : 32px;
  --line-height-heading-h6       : 28px;
  --h1-font-weight               : 700;
  --h2-font-weight               : 700;
  --h3-font-weight               : 700;
  --h4-font-weight               : 700;
  --h5-font-weight               : 700;
  --h6-font-weight               : 700;
  --container-width              : 1344px;
  --small-container-width        : 1000px;
  --large-container-width        : 1760px;
}

/*
 * 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-h3);
}

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

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

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

/* -------- 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 ===*/
.form-control,
.input-text {
  height          : calc(2.25rem + 27px);
  padding         : 14px 30px;
  outline         : 0;
  background-color: #f4f5f8;
  border          : 1px solid #f4f5f8;
  color           : #686a6f;
  font-size       : 0.9rem;
  width           : 100%;
}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  color  : #686a6f;
  opacity: 1;
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
  color  : #686a6f;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color  : #686a6f;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color  : #686a6f;
  opacity: 1;
}

.form-control::placeholder,
.input-text::placeholder {
  color  : #686a6f;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: #686a6f;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: #686a6f;
}

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

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow        : none;
  outline           : none;
}

/* -------- 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/pre-loader.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
====================================================================

***/
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;
}

figure.image {
  margin-bottom: 0;
}

.title a {
  color: inherit;
}

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

.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%;
}

.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.html);
}

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

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

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

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

/*=======================
    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              : 150px;
  margin-left        : -75px;
  margin-top         : -30px;
  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/logo/pre-loader.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();
  text-align        : center;
  cursor            : pointer;
  background-color  : var(--theme-color-white);
  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;
}

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

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

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

/*=======================
    List Styles
=======================*/
.list-style-one {
  position: relative;
}

.list-style-one li {
  position     : relative;
  font-size    : 12px;
  line-height  : 30px;
  font-weight  : 400;
  color        : var(--text-color);
  margin-right : 50px;
  margin-bottom: 7px;
  padding-left : 22px;
}

.list-style-one li .icon {
  position: absolute;
  top     : 0;
  left    : 0;
  color   : var(--theme-color1);
}

/*=======================
    List Styles
=======================*/
.list-style-two {
  margin-top: 28px;
}

.list-style-two li {
  font-size    : 16px;
  color        : var(--text-color);
  position     : relative;
  padding-left : 25px;
  margin-bottom: 8px;
}

.list-style-two li .icon {
  position: absolute;
  top     : 0;
  left    : 0;
  color   : var(--theme-color1);
}

/*===========================
    Social Icons Styles
============================*/
.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: 20px;
}

.social-icon-one li:first-child {
  margin-left: 0;
}

.social-icon-one li a {
  position          : relative;
  display           : block;
  font-size         : 12px;
  line-height       : 30px;
  color             : var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.social-icon-one li a:hover {
  color: var(--theme-color1);
}

/*======================
    Play Buttons
======================*/
.play-btn {
  position         : relative;
  display          : -webkit-inline-box;
  display          : -ms-inline-flexbox;
  display          : inline-flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
}

.play-btn .icon {
  position          : relative;
  height            : 60px;
  width             : 60px;
  line-height       : 60px;
  text-align        : center;
  border-radius     : 50%;
  font-size         : 20px;
  color             : var(--theme-color1);
  background-color  : var(--theme-color-light);
  border            : 1px solid var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.play-btn .title {
  font-size         : 16px;
  font-weight       : 600;
  line-height       : 24px;
  padding           : 10px 25px;
  text-transform    : capitalize;
  padding-left      : 30px;
  margin-left       : -10px;
  color             : var(--theme-color2);
  background        : var(--theme-color-gray);
  border-radius     : 0px 22px 22px 0px;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.play-btn:hover .icon {
  background-color: var(--bg-theme-color1);
  color           : var(--theme-color-light);
}

.play-btn:hover .title {
  background-color: var(--bg-theme-color2);
  color           : var(--theme-color-light);
}

/*======================
    Media Play Button 
======================*/
.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                  : 85px;
  width                   : 85px;
  text-align              : center;
  line-height             : 85px;
  background-color        : #ffffff;
  color                   : var(--bg-theme-color2);
  z-index                 : 1;
  font-size               : 18px;
  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-transform-origin: center;
  transform-origin        : center;
}

.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(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;
  content           : "";
}

.play-now .ripple.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:before {
  -webkit-animation-delay: 0.9s;
  animation-delay        : 0.9s;
}

.play-now .ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay        : 0.6s;
}

@-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);
  }
}

/*======================
    Carousel Navs
======================*/
.default-navs .owl-nav {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
}

.default-navs .owl-next,
.default-navs .owl-prev {
  display           : block;
  width             : 60px;
  height            : 60px;
  font-size         : 20px;
  font-weight       : 700;
  line-height       : 58px;
  color             : var(--theme-color-dark);
  background        : #fff;
  border            : 1px solid #e3e3e3;
  text-align        : center;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
  border-radius     : 50%;
  margin-left       : 20px;
}

.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  border-color: var(--theme-color1);
}

.default-navs .owl-prev {
  margin-left: 0;
}

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

.disable-dots .owl-dots {
  display: none;
}

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

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

.default-tabs .tab-btn {
  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-btn:last-child {
  margin-right: 0;
}

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

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

/*================================
    Progress Bar
=================================*/
.skills {
  position     : relative;
  margin-bottom: 50px;
}

.skills .skill-item {
  position     : relative;
  margin-bottom: 25px;
}

.skills .skill-item:last-child {
  margin-bottom: 0px;
}

.skills .skill-item .skill-header {
  position     : relative;
  margin-bottom: 0px;
}

.skills .skill-item .skill-header .skill-title {
  font-weight   : 600;
  color         : var(--theme-color-dark);
  letter-spacing: 0;
  margin-bottom : 10px;
}

.skills .skill-item .skill-bar {
  position     : relative;
  width        : 100%;
  height       : 14px;
  border-radius: 10px;
}

.skills .skill-item .skill-bar .bar-inner {
  position     : relative;
  width        : 100%;
  height       : 14px;
  background   : #f2f3f6;
  border-radius: 10px;
}

.skills .skill-item .skill-bar .bar-inner .bar {
  position          : absolute;
  left              : 0px;
  top               : 0px;
  height            : 14px;
  width             : 0px;
  -webkit-transition: all 3000ms ease;
  transition        : all 3000ms ease;
  border-radius     : 10px;
  background        : var(--bg-theme-color1);
}

.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  position     : absolute;
  right        : 0;
  bottom       : 100%;
  font-weight  : 400;
  color        : #6f7174;
  line-height  : 25px;
  margin-bottom: 10px;
}

.before-none:before,
.before_none:before {
  display: none;
}

.after-none:after,
.after_none:after {
  display: none;
}

.overlay-anim {
  position: relative;
}

.overlay-anim:before {
  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:before {
  height            : 100%;
  opacity           : 0;
  -webkit-transition: all 400ms linear;
  transition        : all 400ms linear;
}

section {
  position: relative;
}

.checkout-form-section-two .checkout-form .checkout-field .chk-field select option {
  font-size : 14px;
  padding   : 0 10px;
  text-align: center;
}

.checkout-form-section-two {
  width: auto;
}

.checkout-form-section-two .checkout-form .btn-style-one {
  padding: 0 50px !important;
  width  : auto !important;
}

@media (max-width: 991.98px) {
  .checkout-form-section-two .checkout-form .btn-style-one {
    width: 100% !important;
  }
}

/*================================
    Swiper Slider
=================================*/
.swiper-dot .swiper-pagination-bullet,
.swiper-dot-light .swiper-pagination-bullet {
  width             : 20px;
  height            : 20px;
  border-radius     : 50%;
  -webkit-transition: 0.5s;
  transition        : 0.5s;
  background-color  : transparent;
  opacity           : 1;
  position          : relative;
  border            : 1px solid transparent;
  margin            : 0 2px !important;
}

.swiper-dot .swiper-pagination-bullet::before,
.swiper-dot-light .swiper-pagination-bullet::before {
  position          : absolute;
  content           : "";
  top               : 5px;
  left              : 5px;
  width             : 8px;
  height            : 8px;
  border-radius     : 50%;
  background-color  : #d6d1d1;
  -webkit-transition: 0.5s;
  transition        : 0.5s;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--theme-color1);
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper-dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--theme-color2);
}

.swiper-dot-light .swiper-pagination-bullet {
  background-color: transparent;
  border          : 1px solid transparent;
}

.swiper-dot-light .swiper-pagination-bullet::before {
  background-color: var(--white);
}

.swiper-dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--white);
}

.swiper-dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--white);
}

.btn-one {
  font-size       : 16px;
  line-height     : 16px;
  font-weight     : 500;
  display         : inline-block;
  font-family     : var(--title-font);
  background-color: var(--theme-color1);
  color           : var(--link-color);
  text-align      : center;
  min-width       : 220px;
  max-width       : 100%;
  width           : -webkit-fit-content;
  width           : -moz-fit-content;
  width           : fit-content;
  border-radius   : 3px;
  padding         : 20px;
  position        : relative;
  z-index         : 1;
  overflow        : hidden;
  text-transform  : capitalize;
}

.btn-one::after {
  position          : absolute;
  left              : -25%;
  top               : 100%;
  width             : 150%;
  padding-top       : 150%;
  content           : "";
  z-index           : -1;
  background-color  : var(--theme-color-black);
  opacity           : 0.1;
  border-radius     : 50%;
  -webkit-transition: ease-in 500ms;
  transition        : ease-in 500ms;
}

.btn-one:hover {
  color: var(--link-hover-color);
}

.btn-one:hover::after {
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
}

@media (max-width: 767.98px) {
  .btn-one {
    min-width: 150px;
    padding  : 14px;
  }
}

.btn-one-rounded {
  font-size       : 16px;
  line-height     : 16px;
  font-weight     : 500;
  display         : inline-block;
  font-family     : var(--title-font);
  background-color: var(--theme-color1);
  color           : var(--theme-color2);
  text-align      : center;
  min-width       : 208px;
  max-width       : 100%;
  width           : -webkit-fit-content;
  width           : -moz-fit-content;
  width           : fit-content;
  border-radius   : 30px;
  padding         : 20px;
  position        : relative;
  z-index         : 1;
  overflow        : hidden;
  text-transform  : capitalize;
}

.btn-one-rounded i {
  margin-left       : 5px;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.btn-one-rounded::after {
  position          : absolute;
  left              : -25%;
  top               : 100%;
  width             : 150%;
  padding-top       : 150%;
  content           : "";
  z-index           : -1;
  background-color  : var(--theme-color-black);
  opacity           : 0.1;
  border-radius     : 50%;
  -webkit-transition: ease-in 500ms;
  transition        : ease-in 500ms;
}

.btn-one-rounded:hover {
  color: var(--theme-color2);
}

.btn-one-rounded:hover i {
  -webkit-transform: translateX(5px);
  transform        : translateX(5px);
}

.btn-one-rounded:hover::after {
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
}

@media (max-width: 767.98px) {
  .btn-one-rounded {
    min-width: 150px;
    padding  : 14px 25px;
  }
}

.btn-one-light {
  font-size       : 16px;
  line-height     : 16px;
  font-weight     : 500;
  display         : inline-block;
  font-family     : var(--title-font);
  background-color: var(--theme-color-white);
  color           : var(--theme-color5);
  border          : 1px solid var(--theme-color-black);
  text-align      : center;
  min-width       : 200px;
  max-width       : 100%;
  width           : -webkit-fit-content;
  width           : -moz-fit-content;
  width           : fit-content;
  border-radius   : 30px;
  padding         : 20px;
  position        : relative;
  z-index         : 1;
  overflow        : hidden;
  text-transform  : capitalize;
}

.btn-one-light i {
  margin-left       : 5px;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.btn-one-light::after {
  position          : absolute;
  left              : -25%;
  top               : 100%;
  width             : 150%;
  padding-top       : 150%;
  content           : "";
  z-index           : -1;
  background-color  : var(--theme-color-black);
  opacity           : 0.1;
  border-radius     : 50%;
  -webkit-transition: ease-in 500ms;
  transition        : ease-in 500ms;
}

.btn-one-light:hover {
  color: var(--theme-color5);
}

.btn-one-light:hover i {
  -webkit-transform: translateX(5px);
  transform        : translateX(5px);
}

.btn-one-light:hover::after {
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
}

@media (max-width: 767.98px) {
  .btn-one-light {
    min-width: 150px;
    padding  : 14px 25px;
  }
}

.btn-two {
  font-size       : 16px;
  line-height     : 16px;
  font-weight     : 500;
  display         : inline-block;
  font-family     : var(--title-font);
  background-color: var(--theme-color2);
  color           : var(--theme-color-white);
  text-align      : center;
  min-width       : 200px;
  max-width       : 100%;
  width           : -webkit-fit-content;
  width           : -moz-fit-content;
  width           : fit-content;
  padding         : 20px;
  position        : relative;
  z-index         : 1;
  overflow        : hidden;
  text-transform  : capitalize;
}

.btn-two::after {
  position          : absolute;
  left              : -25%;
  top               : 100%;
  width             : 150%;
  padding-top       : 150%;
  content           : "";
  z-index           : -1;
  background-color  : var(--theme-color-white);
  opacity           : 0.1;
  border-radius     : 50%;
  -webkit-transition: ease-in 500ms;
  transition        : ease-in 500ms;
}

.btn-two:hover {
  color: var(--theme-color-white);
}

.btn-two:hover::after {
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
}

@media (max-width: 767.98px) {
  .btn-two {
    min-width: 150px;
    padding  : 14px;
  }
}

.btn-two-rounded {
  font-size       : 16px;
  line-height     : 16px;
  font-weight     : 500;
  display         : inline-block;
  font-family     : var(--title-font);
  background-color: var(--theme-color2);
  color           : var(--theme-color-white);
  text-align      : center;
  min-width       : 220px;
  max-width       : 100%;
  width           : -webkit-fit-content;
  width           : -moz-fit-content;
  width           : fit-content;
  border-radius   : 30px;
  padding         : 20px;
  position        : relative;
  z-index         : 1;
  overflow        : hidden;
  text-transform  : capitalize;
}

.btn-two-rounded i {
  margin-left       : 5px;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.btn-two-rounded::after {
  position          : absolute;
  left              : -25%;
  top               : 100%;
  width             : 150%;
  padding-top       : 150%;
  content           : "";
  z-index           : -1;
  background-color  : var(--theme-color-white);
  opacity           : 0.1;
  border-radius     : 50%;
  -webkit-transition: ease-in 500ms;
  transition        : ease-in 500ms;
}

.btn-two-rounded:hover {
  color: var(--theme-color-white);
}

.btn-two-rounded:hover i {
  -webkit-transform: translateX(5px);
  transform        : translateX(5px);
}

.btn-two-rounded:hover::after {
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
}

@media (max-width: 767.98px) {
  .btn-two-rounded {
    min-width: 150px;
    padding  : 14px 25px;
  }
}

.playbtnanim {
  position: relative;
  z-index : 1;
}

.playbtnanim::after,
.playbtnanim::before {
  position                         : absolute;
  content                          : "";
  width                            : 100%;
  height                           : 100%;
  border                           : 1px solid rgba(0, 0, 0, 0.5);
  opacity                          : 0.3;
  left                             : 0;
  top                              : 0;
  border-radius                    : 50%;
  -webkit-animation-duration       : 2.5s;
  animation-duration               : 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function        : linear;
  -webkit-animation-name           : video-animation;
  animation-name                   : video-animation;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count        : infinite;
  z-index                          : -1;
}

@-webkit-keyframes video-animation {
  0% {
    -webkit-transform: scale(1);
    transform        : scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform        : scale(1.1);
  }

  100% {
    opacity          : 0;
    -webkit-transform: scale(1.2);
    transform        : scale(1.2);
  }
}

@keyframes video-animation {
  0% {
    -webkit-transform: scale(1);
    transform        : scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform        : scale(1.1);
  }

  100% {
    opacity          : 0;
    -webkit-transform: scale(1.2);
    transform        : scale(1.2);
  }
}

.playbtnanim::before {
  -webkit-animation-delay: 1s;
  animation-delay        : 1s;
}

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

@-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);
  }
}

.bounce-z {
  -webkit-animation: fa-spin 70s infinite;
  animation        : fa-spin 70s infinite;
}

.reveal-left {
  clip-path               : polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition      : all 0.8s;
  transition              : all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay        : 0.3s;
}

.reveal-left.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-right {
  clip-path               : polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition      : all 0.8s;
  transition              : all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay        : 0.3s;
}

.reveal-right.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-top {
  clip-path               : polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition      : all 0.8s;
  transition              : all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay        : 0.3s;
}

.reveal-top.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-bottom {
  clip-path               : polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition      : all 0.8s;
  transition              : all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay        : 0.3s;
}

.reveal-bottom.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.img-fit {
  width        : 100%;
  height       : 100%;
  -o-object-fit: cover;
  object-fit   : cover;
}

.img-fit-cover {
  -o-object-fit: cover;
  object-fit   : cover;
}

.btn-anim {
  position: relative;
}

.btn-anim:before {
  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;
}

.btn-anim:hover:before {
  height            : 100%;
  opacity           : 0;
  -webkit-transition: all 400ms linear;
  transition        : all 400ms linear;
}

.splt-txt span {
  display: inline-block;
}

.splt-txt .whitespace {
  width: 8px;
}

.splt-txt.animated .char {
  -webkit-animation      : fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation              : fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay        : calc(30ms * var(--char-index));
}

.splt-txt.animated .char:first-child {
  text-transform: capitalize;
}

.imageUpToDown {
  clip-path               : polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition      : all 0.8s;
  transition              : all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay        : 0.3s;
}

.imageUpToDown.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imageDownToUP {
  clip-path               : polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition      : all 0.8s;
  transition              : all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay        : 0.3s;
}

.imageDownToUP.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imageLeftToRight {
  clip-path               : polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition      : all 0.8s;
  transition              : all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay        : 0.3s;
}

.imageLeftToRight.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imageRightToLeft {
  clip-path               : polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition      : all 0.8s;
  transition              : all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay        : 0.3s;
}

.imageRightToLeft.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@-webkit-keyframes sway {
  0% {
    -webkit-transform: translateX(-20px);
    transform        : translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform        : translateX(0px);
  }
}

@keyframes sway {
  0% {
    -webkit-transform: translateX(-20px);
    transform        : translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform        : translateX(0px);
  }
}

.sway__animation {
  -webkit-animation: sway 3s linear infinite alternate;
  animation        : sway 3s linear infinite alternate;
}

@-webkit-keyframes swayX {
  0% {
    -webkit-transform: translateX(20px);
    transform        : translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform        : translateX(0px);
  }
}

@keyframes swayX {
  0% {
    -webkit-transform: translateX(20px);
    transform        : translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform        : translateX(0px);
  }
}

.sway__animationX {
  -webkit-animation: swayX 3s linear infinite alternate;
  animation        : swayX 3s linear infinite alternate;
}

@-webkit-keyframes footer__shadow {
  0% {
    margin-left: -200px;
  }

  100% {
    margin-right: -200px;
  }
}

@keyframes footer__shadow {
  0% {
    margin-left: -200px;
  }

  100% {
    margin-right: -200px;
  }
}

@-webkit-keyframes sway_Y {
  0% {
    -webkit-transform: translateY(0px);
    transform        : translateY(0px);
  }

  100% {
    -webkit-transform: translateY(20px);
    transform        : translateY(20px);
  }
}

@keyframes sway_Y {
  0% {
    -webkit-transform: translateY(0px);
    transform        : translateY(0px);
  }

  100% {
    -webkit-transform: translateY(20px);
    transform        : translateY(20px);
  }
}

.sway_Y__animation {
  -webkit-animation: sway_Y 3s linear infinite alternate;
  animation        : sway_Y 3s linear infinite alternate;
}

@-webkit-keyframes sway_YY {
  0% {
    -webkit-transform: translateY(0px);
    transform        : translateY(0px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform        : translateY(-20px);
  }
}

@keyframes sway_YY {
  0% {
    -webkit-transform: translateY(0px);
    transform        : translateY(0px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform        : translateY(-20px);
  }
}

.sway_Y__animationY {
  -webkit-animation: sway_YY 3s linear infinite alternate;
  animation        : sway_YY 3s linear infinite alternate;
}

@-webkit-keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform        : rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(45deg);
    transform        : rotate(45deg);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform        : rotate(90deg);
  }

  75% {
    -webkit-transform: rotate(45deg);
    transform        : rotate(45deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform        : rotate(0deg);
  }
}

@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform        : rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(45deg);
    transform        : rotate(45deg);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform        : rotate(90deg);
  }

  75% {
    -webkit-transform: rotate(45deg);
    transform        : rotate(45deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform        : rotate(0deg);
  }
}

.animation__sunMove {
  -webkit-animation: sunMove 10s linear infinite;
  animation        : sunMove 10s linear infinite;
}

@-webkit-keyframes floatBob {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform        : translateY(0px) translateX(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform        : translateY(10px) translateX(10px) rotate(5deg);
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform        : translateY(0px) translateX(0px) rotate(0deg);
  }
}

@keyframes floatBob {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform        : translateY(0px) translateX(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform        : translateY(10px) translateX(10px) rotate(5deg);
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform        : translateY(0px) translateX(0px) rotate(0deg);
  }
}

.animation__floatBob {
  -webkit-animation-name           : floatBob;
  animation-name                   : floatBob;
  -webkit-animation-duration       : 4s;
  animation-duration               : 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count        : infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function        : linear;
}

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

  100% {
    -webkit-transform: translateY(10px);
    transform        : translateY(10px);
  }
}

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

  100% {
    -webkit-transform: translateY(10px);
    transform        : translateY(10px);
  }
}

.animation__arryUpDown {
  -webkit-animation: arryUpDown 2s ease infinite alternate;
  animation        : arryUpDown 2s ease infinite alternate;
}

@-webkit-keyframes arryLeftRight {
  0% {
    -webkit-transform: translateX(-10px);
    transform        : translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(10px);
    transform        : translateX(10px);
  }
}

@keyframes arryLeftRight {
  0% {
    -webkit-transform: translateX(-10px);
    transform        : translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(10px);
    transform        : translateX(10px);
  }
}

.animation__arryLeftRight {
  -webkit-animation: arryLeftRight 2s ease infinite alternate;
  animation        : arryLeftRight 2s ease infinite alternate;
}

@-webkit-keyframes pxl_zoom_reverse {
  0% {
    -webkit-transform: scale(0.8);
    transform        : scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform        : scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform        : scale(0.8);
  }
}

@keyframes pxl_zoom_reverse {
  0% {
    -webkit-transform: scale(0.8);
    transform        : scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform        : scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform        : scale(0.8);
  }
}

.pxl-image-zoom {
  -webkit-animation: pxl_zoom_reverse 5s linear infinite;
  animation        : pxl_zoom_reverse 5s linear infinite;
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform        : scale(0.6, 0.6);
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform        : scale(1, 1);
  }

  100% {
    -webkit-transform: scale(0.6, 0.6);
    transform        : scale(0.6, 0.6);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform        : scale(0.6, 0.6);
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform        : scale(1, 1);
  }

  100% {
    -webkit-transform: scale(0.6, 0.6);
    transform        : scale(0.6, 0.6);
  }
}

.pxl-image-zoom2 {
  -webkit-animation: zoom-in-zoom-out 20s linear infinite;
  animation        : zoom-in-zoom-out 20s linear infinite;
}

@-webkit-keyframes pxl_zigzag {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform        : translateY(0);
  }

  40% {
    -webkit-transform: rotate(10deg);
    transform        : rotate(10deg);
  }

  60% {
    -webkit-transform: rotate(-10deg);
    transform        : rotate(-10deg);
  }
}

@keyframes pxl_zigzag {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform        : translateY(0);
  }

  40% {
    -webkit-transform: rotate(10deg);
    transform        : rotate(10deg);
  }

  60% {
    -webkit-transform: rotate(-10deg);
    transform        : rotate(-10deg);
  }
}

.pxl__zigzag {
  animation        : pxl_zigzag 1s ease-out infinite;
  -webkit-animation: pxl_zigzag 1s ease-out infinite;
}

@-webkit-keyframes pxl_right_left {
  0% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }

  25% {
    -webkit-transform: translateX(40px);
    transform        : translateX(40px);
  }

  50% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }

  75% {
    -webkit-transform: translateX(-40px);
    transform        : translateX(-40px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }
}

@keyframes pxl_right_left {
  0% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }

  25% {
    -webkit-transform: translateX(40px);
    transform        : translateX(40px);
  }

  50% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }

  75% {
    -webkit-transform: translateX(-40px);
    transform        : translateX(-40px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }
}

.slide-right-to-left {
  animation        : pxl_right_left 12s ease-out infinite;
  -webkit-animation: pxl_right_left 12s ease-out infinite;
}

@-webkit-keyframes pxl_left_right {
  0% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }

  25% {
    -webkit-transform: translateX(-40px);
    transform        : translateX(-40px);
  }

  50% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }

  75% {
    -webkit-transform: translateX(40px);
    transform        : translateX(40px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }
}

@keyframes pxl_left_right {
  0% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }

  25% {
    -webkit-transform: translateX(-40px);
    transform        : translateX(-40px);
  }

  50% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }

  75% {
    -webkit-transform: translateX(40px);
    transform        : translateX(40px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }
}

.slide-left-to-right {
  animation        : pxl_left_right 12s ease-out infinite;
  -webkit-animation: pxl_left_right 12s ease-out infinite;
}

@-webkit-keyframes pxl_float_two {
  0% {
    -webkit-transform: translateY(0);
    transform        : translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform        : translateY(-20px);
  }
}

@keyframes pxl_float_two {
  0% {
    -webkit-transform: translateY(0);
    transform        : translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform        : translateY(-20px);
  }
}

.slide-up-down {
  -webkit-animation: pxl_float_two 2s ease infinite alternate;
  animation        : pxl_float_two 2s ease infinite alternate;
}

@-webkit-keyframes pxl_bottom_top {
  0% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }

  25% {
    -webkit-transform: translateY(40px);
    transform        : translateY(40px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform        : translateY(0);
  }

  75% {
    -webkit-transform: translateY(-40px);
    transform        : translateY(-40px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform        : translateY(0);
  }
}

@keyframes pxl_bottom_top {
  0% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }

  25% {
    -webkit-transform: translateY(40px);
    transform        : translateY(40px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform        : translateY(0);
  }

  75% {
    -webkit-transform: translateY(-40px);
    transform        : translateY(-40px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform        : translateY(0);
  }
}

.slide-bottom-to-top {
  animation        : pxl_bottom_top 12s ease-out infinite;
  -webkit-animation: pxl_bottom_top 12s ease-out infinite;
}

@-webkit-keyframes pxl_effect1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform        : translate(0, 0);
  }

  20% {
    -webkit-transform: translate(40px, -5px);
    transform        : translate(40px, -5px);
  }

  40% {
    -webkit-transform: translate(60px, 40px);
    transform        : translate(60px, 40px);
  }

  60% {
    -webkit-transform: translate(40px, 60px);
    transform        : translate(40px, 60px);
  }

  80% {
    -webkit-transform: translate(-40px, 60px);
    transform        : translate(-40px, 60px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform        : translate(0, 0);
  }
}

@keyframes pxl_effect1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform        : translate(0, 0);
  }

  20% {
    -webkit-transform: translate(40px, -5px);
    transform        : translate(40px, -5px);
  }

  40% {
    -webkit-transform: translate(60px, 40px);
    transform        : translate(60px, 40px);
  }

  60% {
    -webkit-transform: translate(40px, 60px);
    transform        : translate(40px, 60px);
  }

  80% {
    -webkit-transform: translate(-40px, 60px);
    transform        : translate(-40px, 60px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform        : translate(0, 0);
  }
}

.slide-effect1 {
  animation        : pxl_effect1 12s ease-out infinite;
  -webkit-animation: pxl_effect1 12s ease-out infinite;
}

@-webkit-keyframes pxl_effect2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform        : translate(0, 0);
  }

  20% {
    -webkit-transform: translate(-30px, 40px);
    transform        : translate(-30px, 40px);
  }

  40% {
    -webkit-transform: translate(60px, 60px);
    transform        : translate(60px, 60px);
  }

  60% {
    -webkit-transform: translate(70px, 40px);
    transform        : translate(70px, 40px);
  }

  80% {
    -webkit-transform: translate(40px, -70px);
    transform        : translate(40px, -70px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform        : translate(0, 0);
  }
}

@keyframes pxl_effect2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform        : translate(0, 0);
  }

  20% {
    -webkit-transform: translate(-30px, 40px);
    transform        : translate(-30px, 40px);
  }

  40% {
    -webkit-transform: translate(60px, 60px);
    transform        : translate(60px, 60px);
  }

  60% {
    -webkit-transform: translate(70px, 40px);
    transform        : translate(70px, 40px);
  }

  80% {
    -webkit-transform: translate(40px, -70px);
    transform        : translate(40px, -70px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform        : translate(0, 0);
  }
}

.slide-effect2 {
  animation        : pxl_effect2 12s ease-out infinite;
  -webkit-animation: pxl_effect2 12s ease-out infinite;
}

@-webkit-keyframes pxl_effect3 {
  0% {
    -webkit-transform: translate(0, 0);
    transform        : translate(0, 0);
  }

  30% {
    -webkit-transform: translate(40px, 60px);
    transform        : translate(40px, 60px);
  }

  45% {
    -webkit-transform: translate(80px, 90px);
    transform        : translate(80px, 90px);
  }

  65% {
    -webkit-transform: translate(40px, 110px);
    transform        : translate(40px, 110px);
  }

  75% {
    -webkit-transform: translate(20px, 800px);
    transform        : translate(20px, 800px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform        : translate(0, 0);
  }
}

@keyframes pxl_effect3 {
  0% {
    -webkit-transform: translate(0, 0);
    transform        : translate(0, 0);
  }

  30% {
    -webkit-transform: translate(40px, 60px);
    transform        : translate(40px, 60px);
  }

  45% {
    -webkit-transform: translate(80px, 90px);
    transform        : translate(80px, 90px);
  }

  65% {
    -webkit-transform: translate(40px, 110px);
    transform        : translate(40px, 110px);
  }

  75% {
    -webkit-transform: translate(20px, 800px);
    transform        : translate(20px, 800px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform        : translate(0, 0);
  }
}

.slide-effect3 {
  animation        : pxl_effect3 12s ease-out infinite;
  -webkit-animation: pxl_effect3 12s ease-out infinite;
}

@-webkit-keyframes pxl_top_bottom {
  0% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }

  25% {
    -webkit-transform: translateY(-40px);
    transform        : translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform        : translateY(0);
  }

  75% {
    -webkit-transform: translateY(40px);
    transform        : translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform        : translateY(0);
  }
}

@keyframes pxl_top_bottom {
  0% {
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }

  25% {
    -webkit-transform: translateY(-40px);
    transform        : translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform        : translateY(0);
  }

  75% {
    -webkit-transform: translateY(40px);
    transform        : translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform        : translateY(0);
  }
}

.slide-top-to-bottom {
  animation        : pxl_top_bottom 12s ease-out infinite;
  -webkit-animation: pxl_top_bottom 12s ease-out infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform        : rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform        : rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform        : rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform        : rotate(360deg);
  }
}

.animation__rotate {
  -webkit-animation: rotate 30s linear infinite;
  animation        : rotate 30s linear infinite;
}

@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotate(0deg);
    transform        : rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform        : rotate(-360deg);
  }
}

@keyframes rotateY {
  0% {
    -webkit-transform: rotate(0deg);
    transform        : rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform        : rotate(-360deg);
  }
}

.animation__rotateY {
  -webkit-animation: rotateY 30s linear infinite;
  animation        : rotateY 30s linear infinite;
}

@-webkit-keyframes rotateAndScale {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform        : rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(0.8);
    transform        : rotate(180deg) scale(0.8);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform        : rotate(360deg) scale(1);
  }
}

@keyframes rotateAndScale {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform        : rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(0.8);
    transform        : rotate(180deg) scale(0.8);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform        : rotate(360deg) scale(1);
  }
}

.animation__rotateAndScale {
  -webkit-animation: rotateAndScale 20s linear infinite;
  animation        : rotateAndScale 20s linear infinite;
}

@-webkit-keyframes rotateAndScaleY {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform        : rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(-180deg) scale(0.8);
    transform        : rotate(-180deg) scale(0.8);
  }

  100% {
    -webkit-transform: rotate(-360deg) scale(1);
    transform        : rotate(-360deg) scale(1);
  }
}

@keyframes rotateAndScaleY {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform        : rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(-180deg) scale(0.8);
    transform        : rotate(-180deg) scale(0.8);
  }

  100% {
    -webkit-transform: rotate(-360deg) scale(1);
    transform        : rotate(-360deg) scale(1);
  }
}

.animation__rotateAndScaleY {
  -webkit-animation: rotateAndScaleY 20s linear infinite;
  animation        : rotateAndScaleY 20s linear infinite;
}

@-webkit-keyframes ring-animation {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform        : rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform        : rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform        : rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform        : rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
    transform        : rotate3d(0, 0, 1, -15deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform        : rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes ring-animation {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform        : rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform        : rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform        : rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform        : rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
    transform        : rotate3d(0, 0, 1, -15deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform        : rotate3d(0, 0, 1, 0deg);
  }
}

.ring__animation {
  -webkit-animation: ring-animation 1.5s ease-in-out infinite;
  animation        : ring-animation 1.5s ease-in-out infinite;
}

@-webkit-keyframes bobble {
  0% {
    -webkit-transform: translateY(0) scale(0.9);
    transform        : translateY(0) scale(0.9);
  }

  100% {
    -webkit-transform: translateY(-20px) scale(1);
    transform        : translateY(-20px) scale(1);
  }
}

@keyframes bobble {
  0% {
    -webkit-transform: translateY(0) scale(0.9);
    transform        : translateY(0) scale(0.9);
  }

  100% {
    -webkit-transform: translateY(-20px) scale(1);
    transform        : translateY(-20px) scale(1);
  }
}

.bobble__animation {
  -webkit-animation: bobble 3s ease-in-out infinite alternate;
  animation        : bobble 3s ease-in-out infinite alternate;
}

@-webkit-keyframes video-animation {
  0% {
    -webkit-transform: scale(1);
    transform        : scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform        : scale(1.5);
  }

  100% {
    opacity          : 0;
    -webkit-transform: scale(2);
    transform        : scale(2);
  }
}

@keyframes video-animation {
  0% {
    -webkit-transform: scale(1);
    transform        : scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform        : scale(1.5);
  }

  100% {
    opacity          : 0;
    -webkit-transform: scale(2);
    transform        : scale(2);
  }
}

@-webkit-keyframes goAll {
  0% {
    -webkit-transform: translate(400px, 200px);
    transform        : translate(400px, 200px);
    opacity          : 30%;
  }

  17% {
    -webkit-transform: translate(600px, 400px);
    transform        : translate(600px, 400px);
    opacity          : 40%;
  }

  33% {
    -webkit-transform: translate(600px, 600px);
    transform        : translate(600px, 600px);
    opacity          : 70%;
  }

  50% {
    -webkit-transform: translate(400px, 800px);
    transform        : translate(400px, 800px);
    opacity          : 20%;
  }

  66% {
    -webkit-transform: translate(200px, 600px);
    transform        : translate(200px, 600px);
    opacity          : 60%;
  }

  83% {
    -webkit-transform: translate(200px, 400px);
    transform        : translate(200px, 400px);
    opacity          : 30%;
  }

  100% {
    -webkit-transform: translate(400px, 200px);
    transform        : translate(400px, 200px);
    opacity          : 30%;
  }
}

@keyframes goAll {
  0% {
    -webkit-transform: translate(400px, 200px);
    transform        : translate(400px, 200px);
    opacity          : 30%;
  }

  17% {
    -webkit-transform: translate(600px, 400px);
    transform        : translate(600px, 400px);
    opacity          : 40%;
  }

  33% {
    -webkit-transform: translate(600px, 600px);
    transform        : translate(600px, 600px);
    opacity          : 70%;
  }

  50% {
    -webkit-transform: translate(400px, 800px);
    transform        : translate(400px, 800px);
    opacity          : 20%;
  }

  66% {
    -webkit-transform: translate(200px, 600px);
    transform        : translate(200px, 600px);
    opacity          : 60%;
  }

  83% {
    -webkit-transform: translate(200px, 400px);
    transform        : translate(200px, 400px);
    opacity          : 30%;
  }

  100% {
    -webkit-transform: translate(400px, 200px);
    transform        : translate(400px, 200px);
    opacity          : 30%;
  }
}

@-webkit-keyframes goAll2 {
  0% {
    top    : 800px;
    left   : 845px;
    opacity: 30%;
  }

  25% {
    top    : 400px;
    left   : 845px;
    opacity: 40%;
  }

  50% {
    top    : 800px;
    left   : 845px;
    opacity: 100%;
  }

  75% {
    top    : 1200px;
    left   : 845px;
    opacity: 20%;
  }

  100% {
    top    : 800px;
    left   : 845px;
    opacity: 30%;
  }
}

@keyframes goAll2 {
  0% {
    top    : 800px;
    left   : 845px;
    opacity: 30%;
  }

  25% {
    top    : 400px;
    left   : 845px;
    opacity: 40%;
  }

  50% {
    top    : 800px;
    left   : 845px;
    opacity: 100%;
  }

  75% {
    top    : 1200px;
    left   : 845px;
    opacity: 20%;
  }

  100% {
    top    : 800px;
    left   : 845px;
    opacity: 30%;
  }
}

@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(0px);
    transform        : translateX(0px);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform        : translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform        : translateX(0px);
  }
}

@keyframes left {
  0% {
    -webkit-transform: translateX(0px);
    transform        : translateX(0px);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform        : translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform        : translateX(0px);
  }
}

.animation__goLeft {
  -webkit-animation: left infinite 6s;
  animation        : left infinite 6s;
}

@-webkit-keyframes top-bottom {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform        : translateY(0);
  }

  40% {
    -webkit-transform: translateY(-8px);
    transform        : translateY(-8px);
  }

  60% {
    -webkit-transform: translateY(-4px);
    transform        : translateY(-4px);
  }
}

@keyframes top-bottom {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform        : translateY(0);
  }

  40% {
    -webkit-transform: translateY(-8px);
    transform        : translateY(-8px);
  }

  60% {
    -webkit-transform: translateY(-4px);
    transform        : translateY(-4px);
  }
}

.animation__topBottom {
  -webkit-animation: top-bottom 2s infinite;
  animation        : top-bottom 2s infinite;
}

@-webkit-keyframes goAll3 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform        : translate(0px, 0px);
    opacity          : 100%;
  }

  33% {
    -webkit-transform: translate(100px, 100px);
    transform        : translate(100px, 100px);
    opacity          : 30%;
  }

  66% {
    -webkit-transform: translate(0px, 200px);
    transform        : translate(0px, 200px);
    opacity          : 70%;
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform        : translate(0px, 0px);
    opacity          : 100%;
  }
}

@keyframes goAll3 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform        : translate(0px, 0px);
    opacity          : 100%;
  }

  33% {
    -webkit-transform: translate(100px, 100px);
    transform        : translate(100px, 100px);
    opacity          : 30%;
  }

  66% {
    -webkit-transform: translate(0px, 200px);
    transform        : translate(0px, 200px);
    opacity          : 70%;
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform        : translate(0px, 0px);
    opacity          : 100%;
  }
}

.animation__goAll {
  -webkit-animation: goAll 30s infinite linear;
  animation        : goAll 30s infinite linear;
}

.animation__goAll2 {
  -webkit-animation: goAll2 50s infinite linear;
  animation        : goAll2 50s infinite linear;
}

.animation__goAll3 {
  -webkit-animation: goAll3 30s infinite linear;
  animation        : goAll3 30s infinite linear;
}

@-webkit-keyframes iconHover1 {
  0% {
    -webkit-transform: translate(0);
    transform        : translate(0);
  }

  40% {
    -webkit-transform: translate(-10px);
    transform        : translate(-10px);
  }
}

@keyframes iconHover1 {
  0% {
    -webkit-transform: translate(0);
    transform        : translate(0);
  }

  40% {
    -webkit-transform: translate(-10px);
    transform        : translate(-10px);
  }
}

@-webkit-keyframes iconBounceIn {
  0% {
    opacity          : 0;
    -webkit-transform: scale(0.3);
    transform        : scale(0.3);
  }

  50% {
    opacity          : 1;
    -webkit-transform: scale(1.05);
    transform        : scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform        : scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform        : scale(1);
  }
}

@keyframes iconBounceIn {
  0% {
    opacity          : 0;
    -webkit-transform: scale(0.3);
    transform        : scale(0.3);
  }

  50% {
    opacity          : 1;
    -webkit-transform: scale(1.05);
    transform        : scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform        : scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform        : scale(1);
  }
}

.gsap__parallax {
  overflow: hidden;
}

.gsap__parallax-zoom {
  overflow: hidden;
}

.accordion-area .accordion .accordion-item {
  border       : none;
  border-radius: 7px;
}

.accordion-area .accordion .accordion-item .accordion-header button {
  font-size         : 20px;
  line-height       : 30px;
  font-weight       : 700;
  -webkit-box-shadow: none;
  box-shadow        : none;
  border-radius     : 0 !important;
  padding           : 30px 40px;
  padding-bottom    : 10px;
  font-family       : var(--title-font);
  color             : var(--headings-color);
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.accordion-area .accordion .accordion-item .accordion-body {
  padding    : 30px 40px;
  padding-top: 0;
}

.accordion-area .accordion .accordion-item .accordion-body .text {
  font-size  : 16px;
  line-height: 30px;
  margin     : 0;
}

.accordion-area .accordion .accordion-button {
  background-color: transparent;
}

.accordion-area .accordion .accordion-button::after {
  display: none;
}

.accordion-area .accordion .accordion-button::before {
  position          : absolute;
  content           : "\f105";
  font-family       : "Font Awesome 6 Pro";
  font-weight       : 700;
  top               : 30px;
  right             : 30px;
  font-size         : 16px;
  width             : 30px;
  height            : 30px;
  line-height       : 30px;
  border-radius     : 0px;
  color             : var(--headings-color);
  text-align        : center;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  -webkit-transform : rotate(90deg);
  transform         : rotate(90deg);
}

.accordion-area .accordion .accordion-button.collapsed {
  background-color: var(--theme-color-gray);
  padding         : 25px 40px !important;
}

.accordion-area .accordion .accordion-button.collapsed::before {
  -webkit-transform: rotate(0deg);
  transform        : rotate(0deg);
}

.accordion-box {
  position: relative;
}

.accordion-box .block {
  background-color  : var(--theme-color-gray);
  -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     : 20px;
  position          : relative;
}

.accordion-box .block .acc-btn {
  position          : relative;
  color             : var(--headings-color);
  font-family       : var(--title-font);
  font-weight       : var(--h4-font-weight);
  font-size         : 20px;
  cursor            : pointer;
  padding           : 20px 30px;
  padding-right     : 70px;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
  border-bottom     : 1px solid rgba(4, 18, 31, 0.08);
}

.accordion-box .block .acc-btn .icon {
  -webkit-box-align : center;
  -ms-flex-align    : center;
  align-items       : center;
  color             : var(--headings-color);
  display           : -webkit-box;
  display           : -ms-flexbox;
  display           : flex;
  font-size         : 18px;
  height            : 35px;
  line-height       : 2;
  position          : absolute;
  right             : 30px;
  top               : 50%;
  -webkit-transform : translateY(-50%);
  transform         : translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon {
  color: var(--theme-color2);
}

.accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}

.accordion-box .block.active {
  -webkit-box-shadow: 0px 14px 50px rgba(4, 11, 17, 0.12);
  box-shadow        : 0px 14px 50px rgba(4, 11, 17, 0.12);
}

.accordion-box .block .acc-content {
  display : none;
  position: relative;
}

.accordion-box .block .acc-content .content {
  padding : 25px 30px;
  position: relative;
}

.accordion-box .block .acc-content .content .text {
  display      : block;
  font-family  : var(--text-font);
  font-size    : 16px;
  font-weight  : 500;
  line-height  : 28px;
  color        : #6B7280;
  margin-bottom: 0;
}

.accordion-box .block .acc-content.current {
  display: block;
}

/*** 

====================================================================
  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
====================================================================

***/
.logo {
  width: max-content;
}

.logo a {
  display: block;
}

.logo a img {
  width: 80px;
}

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

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

.header-top {
  position     : relative;
  z-index      : 1;
  overflow     : hidden;
  border-bottom: 1px solid #e7e7e8;
}

.header-top .auto-container {
  max-width        : 1450px;
  padding          : 0 20px;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
}

.header-top .top-left {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
}

.header-top .top-left .info-list {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 30px;
  color            : var(--theme-color-black);
  font-size        : 14px;
  font-weight      : 500;
}

.header-top .top-left .info-list a {
  color      : inherit;
  font-weight: 500;
}

.header-top .top-left .info-list i {
  color       : #0c6460;
  font-size   : 14px;
  display     : inline-block;
  margin-right: 5px;
}

.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;
  gap              : 30px;
}

.header-top .top-right ul {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 20px;
}

.header-top .top-right ul li a {
  color      : var(--theme-color-black);
  font-size  : 14px;
  font-weight: 500;
}

.header-top .top-right ul li a:hover {
  color: #0c6460;
}

.header-top .top-right ul.top-social-icon li a {
  display           : inline-block;
  -webkit-transition: 0.7s;
  transition        : 0.7s;
}

.header-top .top-right ul.top-social-icon li a:hover {
  -webkit-transform: rotateY(-360deg);
  transform        : rotateY(-360deg);
}

.main-header .header-lower {
  position          : relative;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.main-header .header-lower .logo-box {
  position: relative;
}

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

.main-header .logo {
  position: relative;
  display : block;
}

.main-header .logo img {
  width : 60px;
  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;
  margin-left : auto;
  margin-right: auto;
}

.main-menu {
  position: relative;
}

@media (max-width: 991.98px) {
  .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>li {
  position          : relative;
  float             : left;
  padding           : 25px 0px;
  margin-right      : 35px;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.main-menu .navigation>li:last-child {
  margin-right: 0;
}

.main-menu .navigation>li>a {
  position          : relative;
  display           : block;
  text-align        : center;
  opacity           : 1;
  color             : #ffffff;
  font-size         : 14px;
  line-height       : 30px;
  padding           : 0;
  display           : -webkit-box;
  display           : -ms-flexbox;
  display           : flex;
  font-family       : var(--text-font);
  letter-spacing    : 1.3px;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.main-menu .navigation>li>a:hover {
  color: var(--theme-color1);
}

.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       : 500;
  font-size         : 14px;
  text-align        : left;
  margin            : 0 30px;
  text-transform    : capitalize;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
  color       : var(--theme-color2);
  padding-left: 5px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: "Font Awesome 6 Pro";
  content    : "\f105";
  position   : absolute;
  right      : 0;
  top        : 15px;
  display    : block;
  line-height: 24px;
  font-size  : 14px;
  font-weight: 300;
  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  : #ffffff;
  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;
  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-color2);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position   : absolute;
  right      : 10px;
  top        : 8px;
  width      : 34px;
  height     : 30px;
  border     : 1px solid #ffffff;
  text-align : center;
  font-size  : 16px;
  line-height: 26px;
  color      : #ffffff;
  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%;
}

.main-header .outer-box .header-btn {
  display       : inline-block;
  color         : #ffffff;
  text-transform: capitalize;
  font-weight   : 600;
  font-size     : 15px;
  padding       : 0 5px 0 38px;
  height        : 60px;
  line-height   : 60px;
  border        : 2px solid #fff;
  border-radius : 50px;
  position      : relative;
}

.main-header .outer-box .header-btn span {
  margin-left     : 10px;
  position        : relative;
  top             : -2px;
  display         : inline-block;
  width           : 50px;
  height          : 50px;
  line-height     : 50px;
  text-align      : center;
  border-radius   : 50%;
  background-color: var(--theme-color1);
}

.main-header .outer-box .header-btn span i {
  color             : #000;
  font-size         : 22px;
  font-weight       : 900;
  top               : 4px;
  position          : relative;
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
}

.main-header .outer-box .header-btn:hover {
  background-color: var(--theme-color1);
  border-color    : transparent;
}

.main-header .ui-btn-outer {
  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;
  padding          : 6px 0;
  border-left      : 1px solid rgba(255, 255, 255, 0.5);
  padding-left     : 17px;
  position         : relative;
  right            : 117px;
}

.main-header .ui-btn {
  position          : relative;
  display           : block;
  height            : 30px;
  width             : 30px;
  line-height       : 30px;
  text-align        : center;
  background        : none;
  font-size         : 26px;
  color             : #ffffff;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.main-header .ui-btn:hover {
  color: var(--theme-color1);
}

.main-header .info-btn {
  position    : relative;
  font-size   : 16px;
  padding-left: 44px;
  color       : #ffffff;
  text-align  : left;
  font-weight : 500;
  white-space : nowrap;
  line-height : 20px;
}

.main-header .info-btn small {
  display       : block;
  font-size     : 10px;
  font-weight   : 500;
  text-transform: uppercase;
  color         : var(--theme-color1);
}

.main-header .info-btn .icon {
  position     : absolute;
  left         : 0;
  top          : 50%;
  margin-top   : -12px;
  line-height  : 40px;
  height       : 40px;
  font-size    : 24px;
  line-height  : 1em;
  margin-right : 20px;
  padding-right: 20px;
}

.main-header .info-btn:hover {
  color: var(--theme-color-light);
}

.main-menu .navigation>li.dropdown:hover>ul {
  margin-top        : 0;
  opacity           : 1;
  top               : 100%;
  visibility        : visible;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  display           : inline-block;
}

@media only screen and (min-width: 768px) {

  .main-menu .navigation>li>ul,
  .main-menu .navigation>li>ul>li>ul {
    display   : block !important;
    opacity   : 0;
    visibility: hidden;
  }
}

/*** 

====================================================================
    header-style-one
====================================================================

***/
.header-style-one.style-dark,
.style-dark.header-style-four,
.style-dark.header-style-three,
.style-dark.header-style-two {
  background-color: var(--theme-color-black1);
  position        : relative;
}

.header-style-one.style-dark.style-home5 .main-box,
.style-dark.style-home5.header-style-four .main-box,
.style-dark.style-home5.header-style-three .main-box,
.style-dark.style-home5.header-style-two .main-box {
  padding: 30px 40px;
}

@media (max-width: 991.98px) {

  .header-style-one.style-dark.style-home5 .main-box,
  .style-dark.style-home5.header-style-four .main-box,
  .style-dark.style-home5.header-style-three .main-box,
  .style-dark.style-home5.header-style-two .main-box {
    padding: 30px 15px;
  }
}

.header-style-one.style-dark.style-home5 .main-box.style-two,
.style-dark.style-home5.header-style-four .main-box.style-two,
.style-dark.style-home5.header-style-three .main-box.style-two,
.style-dark.style-home5.header-style-two .main-box.style-two {
  border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
  padding      : 29px 40px 30px;
  margin-bottom: 94px;
}

@media (max-width: 1399.98px) {

  .header-style-one.style-dark.style-home5 .main-box.style-two,
  .style-dark.style-home5.header-style-four .main-box.style-two,
  .style-dark.style-home5.header-style-three .main-box.style-two,
  .style-dark.style-home5.header-style-two .main-box.style-two {
    padding: 29px 15px 30px;
  }
}

@media (max-width: 1199.98px) {

  .header-style-one.style-dark.style-home5 .main-box.style-two,
  .style-dark.style-home5.header-style-four .main-box.style-two,
  .style-dark.style-home5.header-style-three .main-box.style-two,
  .style-dark.style-home5.header-style-two .main-box.style-two {
    margin-bottom: 15px;
  }
}

.header-style-one.style-dark .header-top,
.style-dark.header-style-four .header-top,
.style-dark.header-style-three .header-top,
.style-dark.header-style-two .header-top {
  background-color: #1c1c1c;
  display         : block;
  padding         : 0;
}

@media (max-width: 991.98px) {

  .header-style-one.style-dark .header-top,
  .style-dark.header-style-four .header-top,
  .style-dark.header-style-three .header-top,
  .style-dark.header-style-two .header-top {
    display: none;
  }
}

.header-style-one.style-dark .header-top .info-user,
.style-dark.header-style-four .header-top .info-user,
.style-dark.header-style-three .header-top .info-user,
.style-dark.header-style-two .header-top .info-user {
  background-color: var(--theme-color-white);
}

.header-style-one.style-dark .header-top .inner-box,
.style-dark.header-style-four .header-top .inner-box,
.style-dark.header-style-three .header-top .inner-box,
.style-dark.header-style-two .header-top .inner-box {
  padding: 0;
}

.header-style-one.style-dark .header-top .inner-box .top-right .social-icon-one li a,
.style-dark.header-style-four .header-top .inner-box .top-right .social-icon-one li a,
.style-dark.header-style-three .header-top .inner-box .top-right .social-icon-one li a,
.style-dark.header-style-two .header-top .inner-box .top-right .social-icon-one li a {
  color: var(--theme-color-white);
}

.header-style-one.style-dark .header-top .inner-box .top-left,
.style-dark.header-style-four .header-top .inner-box .top-left,
.style-dark.header-style-three .header-top .inner-box .top-left,
.style-dark.header-style-two .header-top .inner-box .top-left {
  color: var(--theme-color-white);
}

.header-style-one.style-dark .header-top .inner-box .top-left span,
.style-dark.header-style-four .header-top .inner-box .top-left span,
.style-dark.header-style-three .header-top .inner-box .top-left span,
.style-dark.header-style-two .header-top .inner-box .top-left span {
  color       : var(--theme-color-white);
  font-size   : 16px;
  margin-right: 20px;
}

.header-style-one.style-dark .header-top .inner-box .top-left span .icon,
.style-dark.header-style-four .header-top .inner-box .top-left span .icon,
.style-dark.header-style-three .header-top .inner-box .top-left span .icon,
.style-dark.header-style-two .header-top .inner-box .top-left span .icon {
  background-color: rgba(var(--theme-color-white-rgb), 1);
  border-radius   : 50%;
  height          : 40px;
  line-height     : 40px;
  width           : 40px;
  text-align      : center;
  color           : var(--theme-color1);
  margin-right    : 7px;
}

.header-style-one.style-dark .main-box,
.style-dark.header-style-four .main-box,
.style-dark.header-style-three .main-box,
.style-dark.header-style-two .main-box {
  background-color: transparent;
  padding         : 30px 36px 30px 40px;
}

@media (max-width: 575.98px) {

  .header-style-one.style-dark .main-box,
  .style-dark.header-style-four .main-box,
  .style-dark.header-style-three .main-box,
  .style-dark.header-style-two .main-box {
    padding: 24px 15px;
  }
}

.header-style-one.style-dark .mobile-nav-toggler,
.style-dark.header-style-four .mobile-nav-toggler,
.style-dark.header-style-three .mobile-nav-toggler,
.style-dark.header-style-two .mobile-nav-toggler {
  color      : var(--theme-color1);
  margin-left: 35px;
}

@media (max-width: 575.98px) {

  .header-style-one .auto-container,
  .header-style-four .auto-container,
  .header-style-three .auto-container,
  .header-style-two .auto-container {
    padding: 0;
  }
}

.header-style-one .header-top,
.header-style-four .header-top,
.header-style-three .header-top,
.header-style-two .header-top {
  padding: 8px 0;
}

.header-style-one .header-top::after,
.header-style-four .header-top::after,
.header-style-three .header-top::after,
.header-style-two .header-top::after {
  position        : absolute;
  top             : 0;
  right           : 0;
  width           : 11%;
  height          : 100%;
  content         : "";
  background-color: var(--theme-color1);
  z-index         : -1;
}

@media (max-width: 1199.98px) {

  .header-style-one .header-top::after,
  .header-style-four .header-top::after,
  .header-style-three .header-top::after,
  .header-style-two .header-top::after {
    width: 35%;
  }
}

@media (max-width: 991.98px) {

  .header-style-one .header-top,
  .header-style-four .header-top,
  .header-style-three .header-top,
  .header-style-two .header-top {
    display: none;
  }
}

.header-style-one .header-top .inner-box,
.header-style-four .header-top .inner-box,
.header-style-three .header-top .inner-box,
.header-style-two .header-top .inner-box {
  display         : -webkit-box;
  display         : -ms-flexbox;
  display         : flex;
  -webkit-box-pack: justify;
  -ms-flex-pack   : justify;
  justify-content : space-between;
  padding         : 8px 0 11px;
}

.header-style-one .header-top .inner-box .top-left span,
.header-style-four .header-top .inner-box .top-left span,
.header-style-three .header-top .inner-box .top-left span,
.header-style-two .header-top .inner-box .top-left span {
  color: #adadad;
}

.header-style-one .header-top .inner-box .top-left span .icon,
.header-style-four .header-top .inner-box .top-left span .icon,
.header-style-three .header-top .inner-box .top-left span .icon,
.header-style-two .header-top .inner-box .top-left span .icon {
  color       : var(--theme-color1);
  margin-right: 18px;
}

.header-style-one .header-top .inner-box .top-right .social-icon-one li a,
.header-style-four .header-top .inner-box .top-right .social-icon-one li a,
.header-style-three .header-top .inner-box .top-right .social-icon-one li a,
.header-style-two .header-top .inner-box .top-right .social-icon-one li a {
  font-size: 16px;
  color    : #adadad;
}

.header-style-one .header-top .social-icon-one li,
.header-style-four .header-top .social-icon-one li,
.header-style-three .header-top .social-icon-one li,
.header-style-two .header-top .social-icon-one li {
  color       : #adadad;
  margin-left : 0;
  margin-right: 18px;
}

.header-style-one .header-top .social-icon-one li:last-child,
.header-style-four .header-top .social-icon-one li:last-child,
.header-style-three .header-top .social-icon-one li:last-child,
.header-style-two .header-top .social-icon-one li:last-child {
  margin-right: 0;
}

.header-style-one .header-top .info-language,
.header-style-four .header-top .info-language,
.header-style-three .header-top .info-language,
.header-style-two .header-top .info-language {
  margin-left: 30px;
}

.header-style-one .header-top .info-language .select-language,
.header-style-four .header-top .info-language .select-language,
.header-style-three .header-top .info-language .select-language,
.header-style-two .header-top .info-language .select-language {
  background-color: var(--theme-color1);
  color           : var(--theme-color-white);
  padding         : 15.75px 20px;
  cursor          : pointer;
}

.header-style-one .header-top .info-language .select-language .icon,
.header-style-four .header-top .info-language .select-language .icon,
.header-style-three .header-top .info-language .select-language .icon,
.header-style-two .header-top .info-language .select-language .icon {
  margin-left: 6px;
}

.header-style-one .header-top .info-user,
.header-style-four .header-top .info-user,
.header-style-three .header-top .info-user,
.header-style-two .header-top .info-user {
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  color           : var(--theme-color1);
  font-size       : 24px;
  width           : 60px;
  height          : 60px;
  line-height     : 60px;
  text-align      : center;
  cursor          : pointer;
}

.header-style-one .main-box,
.header-style-four .main-box,
.header-style-three .main-box,
.header-style-two .main-box {
  background-color: var(--theme-color-light);
  padding         : 20px;
  max-width       : 1450px;
  margin          : 0 auto;
}

@media (max-width: 991.98px) {

  .header-style-one .main-box,
  .header-style-four .main-box,
  .header-style-three .main-box,
  .header-style-two .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between;
  }
}

@media (max-width: 575.98px) {

  .header-style-one .main-box,
  .header-style-four .main-box,
  .header-style-three .main-box,
  .header-style-two .main-box {
    padding: 24px 15px;
  }
}

.header-style-one .main-box .nav-outer .nav .navigation li,
.header-style-four .main-box .nav-outer .nav .navigation li,
.header-style-three .main-box .nav-outer .nav .navigation li,
.header-style-two .main-box .nav-outer .nav .navigation li {
  margin-right: 40px;
}

.header-style-one .main-box .nav-outer .nav .navigation li:last-child,
.header-style-four .main-box .nav-outer .nav .navigation li:last-child,
.header-style-three .main-box .nav-outer .nav .navigation li:last-child,
.header-style-two .main-box .nav-outer .nav .navigation li:last-child {
  margin-right: 0;
}

.header-style-one .main-box .nav-outer .nav .navigation li a:hover,
.header-style-four .main-box .nav-outer .nav .navigation li a:hover,
.header-style-three .main-box .nav-outer .nav .navigation li a:hover,
.header-style-two .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color2);
}

.header-style-one .outer-box,
.header-style-four .outer-box,
.header-style-three .outer-box,
.header-style-two .outer-box {
  margin-left : 0;
  margin-right: 0;
}

.header-style-one .outer-box .info-box,
.header-style-four .outer-box .info-box,
.header-style-three .outer-box .info-box,
.header-style-two .outer-box .info-box {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
}

.header-style-one .outer-box .info-box .call-info,
.header-style-four .outer-box .info-box .call-info,
.header-style-three .outer-box .info-box .call-info,
.header-style-two .outer-box .info-box .call-info {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  gap              : 12px;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
}

.header-style-one .outer-box .info-box .call-info i,
.header-style-four .outer-box .info-box .call-info i,
.header-style-three .outer-box .info-box .call-info i,
.header-style-two .outer-box .info-box .call-info i {
  width           : 55px;
  height          : 55px;
  line-height     : 55px;
  text-align      : center;
  border-radius   : 50%;
  color           : var(--headings-color);
  font-size       : 18px;
  display         : inline-block;
  background-color: var(--theme-color1);
}

.header-style-one .outer-box .info-box .call-info .title,
.header-style-four .outer-box .info-box .call-info .title,
.header-style-three .outer-box .info-box .call-info .title,
.header-style-two .outer-box .info-box .call-info .title {
  margin-bottom : 0;
  color         : #0c6460;
  text-transform: uppercase;
  font-weight   : 500;
  line-height   : 16px;
}

.header-style-one .outer-box .info-box .call-info a,
.header-style-four .outer-box .info-box .call-info a,
.header-style-three .outer-box .info-box .call-info a,
.header-style-two .outer-box .info-box .call-info a {
  font-size  : 16px;
  color      : var(--theme-color-dark);
  font-weight: 600;
}

@media (max-width: 1399.98px) {

  .header-style-one .outer-box .info-box .call-info,
  .header-style-four .outer-box .info-box .call-info,
  .header-style-three .outer-box .info-box .call-info,
  .header-style-two .outer-box .info-box .call-info {
    display: none;
  }
}

.header-style-one .outer-box .info-box .btn-two,
.header-style-four .outer-box .info-box .btn-two,
.header-style-three .outer-box .info-box .btn-two,
.header-style-two .outer-box .info-box .btn-two {
  margin-left: 50px;
}

@media (max-width: 1199.98px) {

  .header-style-one .outer-box .info-box,
  .header-style-four .outer-box .info-box,
  .header-style-three .outer-box .info-box,
  .header-style-two .outer-box .info-box {
    display: none;
  }
}

.header-style-one .outer-box .search-btn,
.header-style-four .outer-box .search-btn,
.header-style-three .outer-box .search-btn,
.header-style-two .outer-box .search-btn {
  position        : relative;
  background-color: unset;
  margin-right    : 75px;
}

@media (max-width: 575.98px) {

  .header-style-one .outer-box .search-btn,
  .header-style-four .outer-box .search-btn,
  .header-style-three .outer-box .search-btn,
  .header-style-two .outer-box .search-btn {
    margin-right: 20px;
  }
}

.header-style-one .outer-box .search-btn::before,
.header-style-four .outer-box .search-btn::before,
.header-style-three .outer-box .search-btn::before,
.header-style-two .outer-box .search-btn::before {
  content         : "";
  position        : absolute;
  top             : -5px;
  right           : -52px;
  width           : 1px;
  height          : 40px;
  background-color: #ababab;
}

@media (max-width: 575.98px) {

  .header-style-one .outer-box .search-btn::before,
  .header-style-four .outer-box .search-btn::before,
  .header-style-three .outer-box .search-btn::before,
  .header-style-two .outer-box .search-btn::before {
    right: -20px;
  }
}

.header-style-one .outer-box .search-btn .flaticon-search,
.header-style-four .outer-box .search-btn .flaticon-search,
.header-style-three .outer-box .search-btn .flaticon-search,
.header-style-two .outer-box .search-btn .flaticon-search {
  font-size: 21px;
  color    : #000000;
}

.header-style-one .outer-box .login-btn,
.header-style-four .outer-box .login-btn,
.header-style-three .outer-box .login-btn,
.header-style-two .outer-box .login-btn {
  position        : relative;
  margin-right    : 18px;
  background-color: unset;
}

.header-style-one .outer-box .login-btn::before,
.header-style-four .outer-box .login-btn::before,
.header-style-three .outer-box .login-btn::before,
.header-style-two .outer-box .login-btn::before {
  content         : "";
  position        : absolute;
  left            : -22px;
  top             : -1px;
  width           : 1px;
  height          : 27px;
  background-color: #000000;
}

.header-style-one .outer-box .login-btn .flaticon-user,
.header-style-four .outer-box .login-btn .flaticon-user,
.header-style-three .outer-box .login-btn .flaticon-user,
.header-style-two .outer-box .login-btn .flaticon-user {
  font-size: 21px;
  color    : #000000;
}

.header-style-one .outer-box .header-btn,
.header-style-four .outer-box .header-btn,
.header-style-three .outer-box .header-btn,
.header-style-two .outer-box .header-btn {
  text-transform  : uppercase;
  font-size       : 16px;
  border-radius   : 0px;
  line-height     : 45px;
  background-color: var(--theme-color1);
  border-color    : transparent;
  padding         : 0;
  width           : 140px;
  text-align      : center;
  margin-top      : -8px;
  height          : 50px;
}

.header-style-one .outer-box .header-btn:before,
.header-style-four .outer-box .header-btn:before,
.header-style-three .outer-box .header-btn:before,
.header-style-two .outer-box .header-btn:before {
  display: none;
}

.header-style-one .main-menu .navigation>li,
.header-style-four .main-menu .navigation>li,
.header-style-three .main-menu .navigation>li,
.header-style-two .main-menu .navigation>li {
  padding     : 0;
  margin-right: 58px;
}

.header-style-one .main-menu .navigation>li:last-child,
.header-style-four .main-menu .navigation>li:last-child,
.header-style-three .main-menu .navigation>li:last-child,
.header-style-two .main-menu .navigation>li:last-child {
  margin-right: 0;
}

.header-style-one .main-menu .navigation>li>a,
.header-style-four .main-menu .navigation>li>a,
.header-style-three .main-menu .navigation>li>a,
.header-style-two .main-menu .navigation>li>a {
  color         : var(--headings-color);
  text-transform: capitalize;
  position      : relative;
  font-weight   : 500;
}

.header-style-one .main-menu .navigation>li>a:before,
.header-style-four .main-menu .navigation>li>a:before,
.header-style-three .main-menu .navigation>li>a:before,
.header-style-two .main-menu .navigation>li>a:before {
  content           : "";
  position          : absolute;
  bottom            : 0;
  left              : 0;
  width             : 0;
  height            : 1px;
  background-color  : var(--theme-color2);
  height            : 1px;
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
}

.header-style-one .main-menu .navigation>li>a:hover,
.header-style-four .main-menu .navigation>li>a:hover,
.header-style-three .main-menu .navigation>li>a:hover,
.header-style-two .main-menu .navigation>li>a:hover {
  color: var(--theme-color2);
}

.header-style-one .main-menu .navigation>li>a:hover:before,
.header-style-four .main-menu .navigation>li>a:hover:before,
.header-style-three .main-menu .navigation>li>a:hover:before,
.header-style-two .main-menu .navigation>li>a:hover:before {
  width: 100%;
}

.header-style-one .main-menu .navigation li.dropdown .dropdown-btn,
.header-style-four .main-menu .navigation li.dropdown .dropdown-btn,
.header-style-three .main-menu .navigation li.dropdown .dropdown-btn,
.header-style-two .main-menu .navigation li.dropdown .dropdown-btn {
  display  : inline-block;
  border   : 2px;
  top      : auto;
  bottom   : 1px;
  right    : -14px;
  width    : auto;
  height   : unset;
  font-size: 10px;
  color    : var(--headings-color);
}

.header-style-one .main-menu .navigation li.dropdown ul .dropdown-btn,
.header-style-four .main-menu .navigation li.dropdown ul .dropdown-btn,
.header-style-three .main-menu .navigation li.dropdown ul .dropdown-btn,
.header-style-two .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}

.header-style-one .main-menu .navigation>li>ul>li>a:hover,
.header-style-four .main-menu .navigation>li>ul>li>a:hover,
.header-style-three .main-menu .navigation>li>ul>li>a:hover,
.header-style-two .main-menu .navigation>li>ul>li>a:hover {
  color: var(--theme-color-v2);
}

.header-style-one .mobile-nav-toggler,
.header-style-four .mobile-nav-toggler,
.header-style-three .mobile-nav-toggler,
.header-style-two .mobile-nav-toggler {
  display                  : inline-block;
  -webkit-box-ordinal-group: unset;
  -ms-flex-order           : unset;
  order                    : unset;
  font-size                : 24px;
  color                    : #000;
}

.header-style-one .sticky-header,
.header-style-four .sticky-header,
.header-style-three .sticky-header,
.header-style-two .sticky-header {
  background-color: var(--theme-color-v2);
  /*.main-menu .navigation > li.current > a,*/
}

@media (max-width: 575.98px) {

  .header-style-one .sticky-header .auto-container,
  .header-style-four .sticky-header .auto-container,
  .header-style-three .sticky-header .auto-container,
  .header-style-two .sticky-header .auto-container {
    padding: 0 15px;
  }
}

.header-style-one .sticky-header .mobile-nav-toggler,
.header-style-four .sticky-header .mobile-nav-toggler,
.header-style-three .sticky-header .mobile-nav-toggler,
.header-style-two .sticky-header .mobile-nav-toggler {
  display: none;
}

@media (max-width: 991.98px) {

  .header-style-one .sticky-header .mobile-nav-toggler,
  .header-style-four .sticky-header .mobile-nav-toggler,
  .header-style-three .sticky-header .mobile-nav-toggler,
  .header-style-two .sticky-header .mobile-nav-toggler {
    color  : var(--theme-color2);
    display: block;
  }
}

.header-style-one .sticky-header .main-menu .navigation>li>a,
.header-style-four .sticky-header .main-menu .navigation>li>a,
.header-style-three .sticky-header .main-menu .navigation>li>a,
.header-style-two .sticky-header .main-menu .navigation>li>a {
  color: var(--theme-color-black);
}

.header-style-one .sticky-header .main-menu .navigation>li.current>a,
.header-style-four .sticky-header .main-menu .navigation>li.current>a,
.header-style-three .sticky-header .main-menu .navigation>li.current>a,
.header-style-two .sticky-header .main-menu .navigation>li.current>a,
.header-style-one .sticky-header .main-menu .navigation>li:hover>a,
.header-style-four .sticky-header .main-menu .navigation>li:hover>a,
.header-style-three .sticky-header .main-menu .navigation>li:hover>a,
.header-style-two .sticky-header .main-menu .navigation>li:hover>a {
  color: var(--headings-color);
}

.header-style-one .sticky-header .main-menu .navigation>li,
.header-style-four .sticky-header .main-menu .navigation>li,
.header-style-three .sticky-header .main-menu .navigation>li,
.header-style-two .sticky-header .main-menu .navigation>li {
  padding: 0;
}

.header-style-one .sticky-header.fixed-header,
.header-style-four .sticky-header.fixed-header,
.header-style-three .sticky-header.fixed-header,
.header-style-two .sticky-header.fixed-header {
  height           : 70px;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  background       : #fff;
}

.header-style-one .sticky-header .main-menu,
.header-style-four .sticky-header .main-menu,
.header-style-three .sticky-header .main-menu,
.header-style-two .sticky-header .main-menu {
  height           : 100%;
  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-one .sticky-header .main-menu,
  .header-style-four .sticky-header .main-menu,
  .header-style-three .sticky-header .main-menu,
  .header-style-two .sticky-header .main-menu {
    display: none;
  }
}

.header-style-one .sticky-header .main-menu .navigation li.dropdown .dropdown-btn,
.header-style-four .sticky-header .main-menu .navigation li.dropdown .dropdown-btn,
.header-style-three .sticky-header .main-menu .navigation li.dropdown .dropdown-btn,
.header-style-two .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
  color: var(--headings-color);
}

.header-style-one .sticky-header .inner-container,
.header-style-four .sticky-header .inner-container,
.header-style-three .sticky-header .inner-container,
.header-style-two .sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
}

/*** 

====================================================================
    header-style-two
====================================================================

***/
.header-style-two {
  background-color: var(--theme-color-gray2);
  border-bottom   : 1px solid #e5e7eb;
}

.header-style-two .header-top {
  overflow        : unset;
  padding         : 0;
  background-color: var(--theme-color2);
  position        : relative;
  z-index         : 2;
}

.header-style-two .header-top .auto-container {
  padding  : 0 12px;
  max-width: 1344px;
}

.header-style-two .header-top::after {
  display: none;
}

.header-style-two .header-top .select-box {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
}

.header-style-two .header-top .select-box .nice-select {
  border          : none;
  background-color: transparent;
  height          : 45px;
  line-height     : 45px;
  padding-left    : 10px;
}

.header-style-two .header-top .select-box .nice-select::before {
  color    : var(--theme-color-white);
  font-size: 12px;
}

.header-style-two .header-top .select-box .nice-select .current {
  font-size: 14px;
  color    : var(--theme-color-white);
}

.header-style-two .header-top .select-box .nice-select .list {
  -webkit-box-orient   : vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction   : column;
  flex-direction       : column;
  gap                  : 0;
}

.header-style-two .header-top .top-left .info-list li {
  color: var(--theme-color-white);
}

.header-style-two .header-top .top-left .info-list i {
  color: var(--theme-color1);
}

.header-style-two .header-top .top-left .info-list a {
  color: var(--theme-color-white);
}

.header-style-two .header-top .top-right .top-social-icon li a {
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
  color             : var(--theme-color-white);
}

.header-style-two .header-top .top-right .top-social-icon li a:hover {
  color            : var(--theme-color1);
  -webkit-transform: unset;
  transform        : unset;
}

.header-style-two .main-box {
  max-width       : 1344px;
  padding         : 20px 12px;
  background-color: var(--theme-color-gray2);
}

.header-style-two .main-box .outer-box .info-box .btn-one-light {
  min-width: 160px;
  padding  : 16px;
}

.header-style-two .main-box .outer-box .mobile-nav-toggler {
  width             : 45px;
  height            : 45px;
  line-height       : 45px;
  text-align        : center;
  border-radius     : 50%;
  border            : 1px solid #5c5c5b;
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
  background-color  : var(--theme-color1);
  font-size         : 20px;
}

.header-style-two .main-box .outer-box .mobile-nav-toggler:hover {
  background-color: var(--theme-color2);
  color           : var(--theme-color-white);
}

/*** 

====================================================================
    header-style-three
====================================================================

***/
.header-style-three {
  background-color: #faf0e7;
}

.header-style-three .header-top {
  padding: 2px 0;
  border : none;
}

.header-style-three .header-top .auto-container {
  padding     : 0 12px;
  max-width   : 1700px;
  margin      : 0;
  padding-left: 60px !important;
}

.header-style-three .header-top .top-left {
  width           : 88%;
  -webkit-box-pack: justify;
  -ms-flex-pack   : justify;
  justify-content : space-between;
  gap             : 10px;
  -ms-flex-wrap   : wrap;
  flex-wrap       : wrap;
}

.header-style-three .header-top .top-left .info-list i {
  color: var(--theme-color2);
}

.header-style-three .header-top .top-left .info-list span {
  color: var(--theme-color1);
}

@media (max-width: 1599.98px) {
  .header-style-three .header-top .top-left {
    width: 100%;
  }
}

.header-style-three .header-top .top-right .top-social-icon {
  gap: 25px;
}

.header-style-three .header-top .top-right .top-social-icon li a {
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
  color             : var(--theme-color-white);
}

.header-style-three .header-top .top-right .top-social-icon li a:hover {
  -webkit-transform: unset;
  transform        : unset;
  color            : var(--theme-color1);
}

@media (max-width: 1599.98px) {
  .header-style-three .header-top .top-right {
    display: none;
  }
}

.header-style-three .header-top::after {
  background-color: var(--theme-color2);
  width           : 20%;
}

@media (max-width: 1599.98px) {
  .header-style-three .header-top::after {
    display: none;
  }
}

.header-style-three .main-box {
  max-width       : 1700px;
  margin          : 0;
  padding-left    : 60px !important;
  padding         : 20px 12px;
  background-color: transparent;
}

.header-style-three .main-box .outer-box .info-box .con-btn {
  display        : inline-block;
  margin-left    : 50px;
  font-weight    : 500;
  font-size      : 16px;
  color          : var(--headings-color);
  text-decoration: underline;
  text-transform : capitalize;
  padding-left   : 5px;
}

.header-style-three .main-box .outer-box .info-box .con-btn i {
  display           : inline-block;
  -webkit-transform : translateX(5px);
  transform         : translateX(5px);
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
}

.header-style-three .main-box .outer-box .info-box .con-btn:hover i {
  -webkit-transform: translateX(8px);
  transform        : translateX(8px);
}

.header-style-three .main-box .outer-box .info-box .call-info .title {
  color: var(--headings-color);
}

.header-style-three .main-box .outer-box .info-box .call-info a {
  color: var(--theme-color2);
}

.header-style-three .main-box .nav-outer .nav {
  background-color: var(--theme-color-white);
  padding         : 20px 70px;
  border-radius   : 38px;
}

/*** 

====================================================================
    header-style-four
====================================================================

***/
.header-style-four {
  background-color: var(--theme-color2);
  border-bottom   : 1px solid #29564a;
}

.header-style-four .main-box {
  background-color: var(--theme-color2);
  max-width       : 100%;
  padding         : 0;
}

.header-style-four .main-box .mobile-nav-toggler {
  border-right: 1px solid #29564a;
  padding     : 35px 30px;
  margin-left : 0;
  font-size   : 20px;
  font-weight : 500;
  color       : var(--theme-color-white);
  margin-right: 20px;
}

.header-style-four .main-box .mobile-nav-toggler i {
  display     : inline-block;
  margin-right: 10px;
}

@media (max-width: 991.98px) {
  .header-style-four .main-box .mobile-nav-toggler {
    width: 100%;
  }
}

.header-style-four .main-menu .navigation li a {
  color: var(--theme-color-white);
}

.header-style-four .main-menu .navigation li a:hover {
  color: var(--theme-color-white) !important;
}

.header-style-four .main-menu .navigation li .dropdown-btn {
  color: var(--theme-color-white) !important;
}

.header-style-four .main-menu .navigation li.dropdown ul li a {
  color: var(--headings-color) !important;
}

.header-style-four .sticky-header .main-menu .navigation li a {
  color: var(--headings-color);
}

.header-style-four .sticky-header .main-menu .navigation li a:hover {
  color: var(--headings-color) !important;
}

.header-style-four .sticky-header .main-menu .navigation li .dropdown-btn {
  color: var(--headings-color) !important;
}

.header-style-four .outer-box .info-box .call-info {
  padding      : 18px;
  padding-left : 25px;
  padding-right: 45px;
  border-left  : 1px solid #29564a;
}

.header-style-four .outer-box .info-box .call-info i {
  color           : var(--theme-color-white);
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
}

.header-style-four .outer-box .info-box .call-info .title {
  color: var(--theme-color-white);
}

.header-style-four .outer-box .info-box .call-info a {
  color: var(--theme-color-white);
}

.header-style-four .outer-box .btn-one {
  border-radius: 0;
  min-width    : 240px;
  padding      : 38px 20px;
}

/*** 

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

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

.sticky-header .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.sticky-header .logo {
  padding: 10px 0;
}

.sticky-header .logo img {
  max-height: 40px;
}

.sticky-header .nav-outer {
  background : none;
  margin-left: auto;
  position   : relative;
}

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

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

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

/*** 

====================================================================
      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              : 30px;
  -webkit-box-ordinal-group: 9;
  -ms-flex-order           : 8;
  order                    : 8;
}

@media (max-width: 991.98px) {
  .mobile-nav-toggler {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .mobile-nav-toggler {
    margin-left: 20px;
  }
}

.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          : 15px 20px;
}

.mobile-menu .close-btn {
  position          : relative;
  top               : 0px;
  right             : -5px;
  text-align        : center;
  font-size         : 18px;
  color             : #ffffff;
  height            : 30px;
  width             : 30px;
  line-height       : 30px;
  background-color  : rgba(255, 255, 255, 0.1);
  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: 50px;
}

.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-color     : #222;
  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 .content-box {
  padding      : 30px 20px;
  border-top   : 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

.mobile-menu-visible .mobile-menu .content-box .title {
  color        : var(--theme-color-white);
  margin-bottom: 10px;
}

.mobile-menu-visible .mobile-menu .content-box .text {
  font-size    : 16px;
  line-height  : 28px;
  color        : rgba(var(--theme-color-white-rgb), 0.5);
  margin-bottom: 0;
  max-width    : 245px;
}

.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(255, 255, 255, 0.1);
}

.mobile-menu .navigation li {
  position     : relative;
  display      : block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
  position      : relative;
  display       : block;
  line-height   : 24px;
  padding       : 10px 20px;
  font-size     : 16px;
  color         : #ffffff;
  font-weight   : 400;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
  color: #ffffff;
}

.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;
  padding-left : 54px;
  min-height   : 50px;
  margin-bottom: 20px;
}

.contact-list-one li .icon {
  position   : absolute;
  left       : 0;
  top        : 3px;
  font-size  : 34px;
  line-height: 50px;
  color      : #ffffff;
}

.contact-list-one li .title {
  display       : block;
  font-size     : 12px;
  color         : var(--theme-color1);
  font-weight   : 400;
  text-transform: uppercase;
}

.contact-list-one li a {
  color: #fff;
}

.contact-list-one li .text {
  font-size  : 14px;
  line-height: 24px;
  color      : #ffffff;
}

.contact-list-one li .text a {
  color             : #ffffff;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.contact-info-box {
  color: #fff;
}

.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       : #222;
  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-color2);
}

/***

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

***/
.toggle-hidden-bar {
  position: relative;
}

.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          : 20px 30px 15px;
  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;
}

.hidden-bar .text-box .title {
  color: var(--theme-color-light);
}

.hidden-bar .text-box .text {
  color: var(--theme-color-light);
}

.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);
}

/*** 

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

***/
.sec-title .sub-title {
  min-width       : 156px;
  max-width       : 100%;
  width           : -webkit-fit-content;
  width           : -moz-fit-content;
  width           : fit-content;
  padding         : 10px 25px;
  background-color: var(--theme-color1);
  border-radius   : 30px;
  letter-spacing  : 1px;
  margin-bottom   : 10px;
  font-size       : 14px;
  line-height     : 14px;
  text-transform  : uppercase;
  text-align      : center;
}

.sec-title .title {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .sec-title .title {
    font-size  : 30px;
    line-height: 40px;
  }
}

.sec-title .text {
  margin-top   : 20px;
  margin-bottom: 0;
}

.sec-title .text.fs-16 {
  font-size  : 16px;
  line-height: 28.8px;
}

.sec-title .flex-content {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 20px;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
}

.sec-title .flex-content .flex-text {
  max-width    : 540px;
  margin-bottom: 0;
}

.sec-title.center {
  text-align: center;
}

.sec-title.center .sub-title {
  margin       : 0 auto;
  margin-bottom: 10px;
}

/***

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

***/
.banner-section {
  overflow: hidden;
  position: relative;
  z-index : 1;
}

@media screen and (min-width: 1500px) {
  .banner-section .container {
    max-width: 1424px;
  }
}

.banner-section .sec-shape {
  position: absolute;
  top     : 0;
  right   : 0;
  height  : 100%;
  z-index : 2;
}

.banner-section .sec-shape img {
  height: 100%;
}

.banner-section .arry {
  position: absolute;
  top     : 33%;
  left    : 5%;
  z-index : 2;
}

.banner-section .goBottom-btn {
  display           : inline-block;
  width             : 54px;
  height            : 94px;
  line-height       : 95px;
  border-radius     : 27px;
  border            : 1px dashed rgba(var(--theme-color-white-rgb), 0.3);
  background-color  : transparent;
  position          : absolute;
  bottom            : 50px;
  left              : 50%;
  -webkit-transform : translateX(-50%);
  transform         : translateX(-50%);
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  z-index           : 2;
}

.banner-section .goBottom-btn:hover {
  border: 1px dashed var(--theme-color1);
}

.banner-section .outer-box {
  position: relative;
  z-index : 1;
  padding : 215px 0;
}

.banner-section .content-column .inner-column .sub-title {
  font-size     : 16px;
  text-transform: uppercase;
  border-bottom : 1px solid var(--theme-color1);
  color         : var(--theme-color1);
  line-height   : 15px;
  display       : inline-block;
  margin-bottom : 0;
}

.banner-section .content-column .inner-column .title {
  color         : var(--theme-color-white);
  text-transform: capitalize;
  margin-bottom : 30px;
}

.banner-section .content-column .inner-column .title span {
  font-weight: 300;
  display    : block;
}

.banner-section .content-column .inner-column .btn-one {
  border-radius: 0;
  color        : var(--theme-color-black);
}

@media (max-width: 1199.98px) {
  .banner-section .content-column .inner-column .title {
    line-height: 70px;
  }
}

.banner-section .text {
  font-size    : 20px;
  line-height  : 30px;
  font-weight  : 600;
  color        : var(--theme-color-white);
  max-width    : 305px;
  margin-bottom: 0;
  margin-left  : auto;
}

.banner-section .banner-slider .slide-bg {
  position           : absolute;
  left               : 0;
  top                : 0;
  width              : 100%;
  height             : 100%;
  opacity            : 1;
  z-index            : 1;
  background-repeat  : no-repeat;
  background-position: center center;
  background-size    : cover;
  -webkit-transform  : scale(1);
  transform          : scale(1);
  -webkit-transition : all 8s ease-out 0s;
  transition         : all 8s ease-out 0s;
}

.banner-section .banner-slider .slide-bg::before {
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  content   : "";
  background: radial-gradient(
  95.51% 264.21% at 92.63% 41.85%,
  rgba(30, 31, 83, 0) 0%,
  rgba(30, 31, 83, 0.98) 99.98%,
  rgba(30, 31, 83, 0.98) 99.99%
);
  z-index   : 1;
}

.banner-section .banner-slider .swiper-slide-active .slide-bg {
  -webkit-transform: scale(1.12);
  transform        : scale(1.12);
}

@media (max-width: 1199.98px) {
  .banner-section .arry {
    left: 2%;
  }

  .banner-section .sec-shape {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .banner-section .outer-box {
    padding: 80px 0;
  }

  .banner-section .content-column .inner-column .title {
    font-size  : 46px;
    line-height: 60px;
  }

  .banner-section .text {
    margin-top : 30px;
    margin-left: 0;
  }

  .banner-section .arry {
    display: none;
  }

  .banner-section .goBottom-btn {
    bottom : 20px;
    display: none;
  }
}

/*** 

====================================================================
  Banner Section Two
====================================================================

***/
.banner-section-two {
  overflow        : hidden;
  position        : relative;
  z-index         : 1;
  padding-top     : 50px;
  background-color: var(--theme-color-gray2);
}

.banner-section-two .sec-shape {
  position: absolute;
  top     : 20px;
  left    : 0;
  z-index : -1;
}

@media (max-width: 767.98px) {
  .banner-section-two .sec-shape {
    display: none;
  }
}

.banner-section-two .content-column .inner-column .content-box .sub-title {
  display         : inline-block;
  font-size       : 14px;
  line-height     : 14px;
  color           : #101249;
  background-color: var(--theme-color1);
  padding         : 10px 40px;
  text-transform  : inherit;
  border-radius   : 16.5px;
  margin-bottom   : 10px;
}

.banner-section-two .content-column .inner-column .content-box .title {
  font-size     : 75px;
  line-height   : 85px;
  text-transform: capitalize;
  margin-bottom : 30px;
}

.banner-section-two .content-column .inner-column .content-box .title span {
  font-weight: 400;
  color      : inherit;
}

.banner-section-two .content-column .inner-column .content-box .text {
  text-transform: capitalize;
  margin-bottom : 30px;
}

.banner-section-two .content-column .inner-column .content-box .btn-wrp {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 30px;
}

.banner-section-two .content-column .inner-column .content-box .btn-wrp .video-btn {
  width           : 60px;
  height          : 60px;
  line-height     : 60px;
  text-align      : center;
  border-radius   : 50%;
  background-color: var(--theme-color-white);
  border          : 1px solid var(--headings-color);
  color           : var(--headings-color);
  font-size       : 20px;
}

@media (max-width: 767.98px) {
  .banner-section-two .content-column .inner-column .content-box .title {
    font-size  : 46px;
    line-height: 60px;
  }

  .banner-section-two .content-column .inner-column .content-box .text {
    font-size  : 15px;
    line-height: 26px;
  }
}

.banner-section-two .image-column .image {
  position   : relative;
  z-index    : 1;
  max-width  : 577px;
  margin-left: auto;
}

.banner-section-two .image-column .image img {
  width: 100%;
}

.banner-section-two .image-column .image .info1 {
  position: absolute;
  bottom  : 0;
  left    : 0;
}

.banner-section-two .image-column .image .info2 {
  position: absolute;
  top     : 20%;
  right   : 0;
}

.banner-section-two .image-column .image .info3 {
  position: absolute;
  bottom  : 0;
  right   : 0;
}

.banner-section-two .image-column .image .star1 {
  position         : absolute;
  top              : 120px;
  left             : 0;
  z-index          : -1;
  -webkit-animation: starZoom 5s linear infinite;
  animation        : starZoom 5s linear infinite;
}

.banner-section-two .image-column .image .star2 {
  position         : absolute;
  top              : 0;
  right            : 0;
  z-index          : -1;
  -webkit-animation: starZoom 7s linear infinite;
  animation        : starZoom 7s linear infinite;
}

.banner-section-two .image-column .image .circle-bg {
  position         : absolute;
  bottom           : 15px;
  left             : 50%;
  -webkit-transform: translateX(-50%);
  transform        : translateX(-50%);
  z-index          : -1;
  min-width        : 642px;
  -webkit-animation: forItrotate 20s linear infinite;
  animation        : forItrotate 20s linear infinite;
}

@media (max-width: 1399.98px) {
  .banner-section-two .image-column .image .circle-bg {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .banner-section-two .image-column {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .banner-section-two {
    padding: 120px 0;
  }
}

@media (max-width: 575.98px) {
  .banner-section-two {
    padding: 80px 0;
  }
}

@-webkit-keyframes forItrotate {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform        : translateX(-50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
    transform        : translateX(-50%) rotate(360deg);
  }
}

@keyframes forItrotate {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform        : translateX(-50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
    transform        : translateX(-50%) rotate(360deg);
  }
}

@-webkit-keyframes starZoom {
  0% {
    -webkit-transform: scale(0.5);
    transform        : scale(0.5);
  }

  50% {
    -webkit-transform: scale(1);
    transform        : scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform        : scale(0.5);
  }
}

@keyframes starZoom {
  0% {
    -webkit-transform: scale(0.5);
    transform        : scale(0.5);
  }

  50% {
    -webkit-transform: scale(1);
    transform        : scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform        : scale(0.5);
  }
}

/***

====================================================================
  Banner Section Three
====================================================================

***/
.banner-section-three {
  position   : relative;
  z-index    : 1;
  padding    : 180px 0;
  margin-left: 60px;
}

.banner-section-three::after {
  position        : absolute;
  top             : 0;
  left            : -60px;
  width           : 100%;
  height          : 120px;
  background-color: #faf0e7;
  content         : "";
  z-index         : -2;
}

.banner-section-three .arry {
  position: absolute;
  top     : 25%;
  left    : 5%;
  z-index : 0;
}

@media (max-width: 1599.98px) {
  .banner-section-three .arry {
    display: none;
  }
}

.banner-section-three .bg-image {
  position                 : absolute;
  top                      : 0;
  left                     : 0;
  width                    : 100%;
  height                   : 100%;
  z-index                  : -1;
  border-top-left-radius   : 25px;
  border-bottom-left-radius: 25px;
  overflow                 : hidden;
}

.banner-section-three .bg-image img {
  width        : 100%;
  height       : 100%;
  -o-object-fit: cover;
  object-fit   : cover;
}

.banner-section-three .bg-image::after {
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  background: linear-gradient(99.2deg, #093429 32.71%, rgba(9, 52, 41, 0.916807) 40.78%, rgba(9, 52, 41, 0.797132) 45.58%, rgba(64, 95, 9, 0) 77.85%, rgba(196, 196, 196, 0) 103.7%);
  content   : "";
  z-index   : 1;
}

@media (max-width: 991.98px) {
  .banner-section-three .bg-image {
    border-radius: 0;
  }
}

.banner-section-three .content-column .inner-column .title {
  color        : var(--theme-color-white);
  margin-bottom: 30px;
  font-size    : 80px;
  line-height  : 90px;
}

.banner-section-three .content-column .inner-column .title .whitespace {
  width: 18px;
}

@media (max-width: 991.98px) {
  .banner-section-three .content-column .inner-column .title .whitespace {
    width: 8px;
  }
}

.banner-section-three .content-column .inner-column .text {
  font-weight   : 500;
  color         : #d9d9d9;
  max-width     : 670px;
  text-transform: capitalize;
  margin-bottom : 40px;
}

.banner-section-three .content-column .inner-column .btn-wrp {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 30px;
}

.banner-section-three .content-column .inner-column .btn-wrp .video-btn {
  width           : 60px;
  height          : 60px;
  line-height     : 60px;
  text-align      : center;
  border-radius   : 50%;
  background-color: var(--theme-color-white);
  border          : 1px solid var(--headings-color);
  color           : var(--headings-color);
  font-size       : 20px;
}

.banner-section-three .content-column .inner-column .btn-wrp .video-btn::after,
.banner-section-three .content-column .inner-column .btn-wrp .video-btn::before {
  border: 20px solid rgba(var(--theme-color-white-rgb), 0.5);
}

@media (max-width: 767.98px) {
  .banner-section-three .content-column .inner-column .title {
    font-size    : 36px;
    line-height  : 50px;
    margin-bottom: 20px;
  }

  .banner-section-three .content-column .inner-column .text {
    font-size    : 15px;
    line-height  : 26px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1199.98px) {
  .banner-section-three .arry {
    left: 3%;
  }

  .banner-section-three .inner-column {
    padding-left: 30px;
  }
}

@media (max-width: 991.98px) {
  .banner-section-three {
    padding: 80px 0;
    margin : 0;
  }

  .banner-section-three .inner-column {
    padding-left: 0;
  }
}

/***

====================================================================
  Banner Section Four
====================================================================

***/
.banner-section-four {
  overflow        : hidden;
  position        : relative;
  z-index         : 1;
  padding-top     : 80px;
  padding-bottom  : 370px;
  background-color: var(--theme-color2);
}

.banner-section-four .bg-shape {
  position: absolute;
  top     : 0;
  right   : 0;
  z-index : -1;
}

.banner-section-four .sec-shape {
  position         : absolute;
  top              : 50%;
  left             : 0;
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
  z-index          : -1;
}

.banner-section-four .content-box {
  text-align: center;
  max-width : 950px;
  margin    : 0 auto;
}

.banner-section-four .content-box .title {
  font-size     : 85px;
  line-height   : 83px;
  margin-bottom : 30px;
  color         : var(--theme-color-white);
  text-transform: capitalize;
}

.banner-section-four .content-box .title span {
  font-weight: 300;
}

.banner-section-four .content-box .text {
  max-width     : 775px;
  margin        : 0 auto;
  margin-bottom : 25px;
  font-size     : 18px;
  line-height   : 32px;
  font-weight   : 500;
  color         : #d1d5db;
  text-transform: capitalize;
}

.banner-section-four .content-box .btn-wrp {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  gap              : 15px;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : center;
  -ms-flex-pack    : center;
  justify-content  : center;
}

.banner-section-four .content-box .btn-wrp .btn-one-rounded {
  color: var(--theme-color-black);
}

.banner-section-four .content-box .btn-wrp .btn-title {
  color        : var(--theme-color-white);
  font-size    : 16px;
  margin-bottom: 0;
}

.banner-section-four .content-box .btn-wrp .video-btn {
  display         : inline-block;
  width           : 55px;
  height          : 55px;
  line-height     : 55px;
  background-color: #264b41;
  border-radius   : 50%;
  text-align      : center;
  margin-right    : 8px;
}

@media (max-width: 575.98px) {
  .banner-section-four .content-box .btn-wrp {
    gap: 10px;
  }

  .banner-section-four .content-box .btn-wrp .btn-title {
    font-size: 12px;
  }

  .banner-section-four .content-box .btn-wrp .video-btn {
    width      : 40px;
    height     : 40px;
    line-height: 40px;
  }
}

@media (max-width: 767.98px) {
  .banner-section-four .content-box .title {
    font-size  : 46px;
    line-height: 60px;
  }

  .banner-section-four .content-box .text {
    font-size  : 16px;
    line-height: 26px;
  }
}

@media (max-width: 767.98px) {
  .banner-section-four {
    padding-bottom: 60px;
  }

  .banner-section-four .sec-shape {
    display: none;
  }
}

.banner-hero-four {
  position  : relative;
  z-index   : 1;
  margin-top: -270px;
}

.banner-hero-four .arry-btn {
  width             : 65px;
  height            : 65px;
  line-height       : 65px;
  text-align        : center;
  color             : var(--theme-color-white);
  border-radius     : 50%;
  border            : 1px solid rgba(var(--theme-color-white-rgb), 0.28);
  background-color  : transparent;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.banner-hero-four .arry-btn:hover {
  background-color: var(--theme-color1);
  color           : var(--theme-color-black);
}

.banner-hero-four .arry-btn.banner-slider-four-prev {
  position: absolute;
  top     : 15px;
  left    : 30px;
}

@media (max-width: 1499.98px) {
  .banner-hero-four .arry-btn.banner-slider-four-prev {
    left: 5px;
  }
}

.banner-hero-four .arry-btn.banner-slider-four-next {
  position: absolute;
  top     : 15px;
  right   : 30px;
}

@media (max-width: 1499.98px) {
  .banner-hero-four .arry-btn.banner-slider-four-next {
    right: 5px;
  }
}

@media (max-width: 991.98px) {
  .banner-hero-four .arry-btn {
    display: none;
  }
}

.banner-hero-four .image-box {
  background-color: var(--theme-color-black);
  overflow        : hidden;
  border-radius   : 33px;
}

.banner-hero-four .image-box .image img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .banner-hero-four {
    margin-top: 30px;
  }
}

.blog-section {
  overflow: hidden;
}

.blog-block .inner-box .image-box {
  overflow: hidden;
}

.blog-block .inner-box .image-box .image {
  position: relative;
  z-index : 1;
}

.blog-block .inner-box .image-box .image img {
  width             : 100%;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.blog-block .inner-box .image-box .image::after {
  background-color: rgba(var(--theme-color-white-rgb), 0.3);
  content         : "";
  position        : absolute;
  left            : 0;
  top             : 0;
  width           : 100%;
  height          : 0;
  opacity         : 1;
  z-index         : 1;
}

.blog-block .inner-box .content-box {
  width             : 86%;
  margin            : 0 auto;
  padding           : 20px;
  border-radius     : 14px;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.0588235294);
  box-shadow        : 0px 4px 30px 0px rgba(0, 0, 0, 0.0588235294);
  margin-bottom     : 5px;
  margin-top        : -100px;
  position          : relative;
  z-index           : 1;
  background-color  : var(--theme-color-white);
  -webkit-transition: all 700ms ease;
  transition        : all 700ms ease;
}

@media (max-width: 375.98px) {
  .blog-block .inner-box .content-box {
    width: 93%;
  }
}

.blog-block .inner-box .content-box .info {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 20px;
  margin-bottom    : 5px;
}

.blog-block .inner-box .content-box .info li {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 5px;
  white-space      : nowrap;
}

.blog-block .inner-box .content-box .info li svg path {
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.blog-block .inner-box .content-box .info li a {
  font-size: 15px;
}

.blog-block .inner-box .content-box .info li a:hover {
  color: var(--theme-color1) !important;
}

.blog-block .inner-box .content-box .title {
  text-transform: capitalize;
  margin-bottom : 10px;
}

.blog-block .inner-box .content-box .arry-btn {
  font-weight      : 500;
  color            : #222222;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 7px;
  font-size        : 15px;
}

.blog-block .inner-box .content-box .arry-btn svg path {
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.blog-block .inner-box .content-box .arry-btn:hover {
  gap: 10px;
}

.blog-block .inner-box:hover .image-box .image img {
  -webkit-filter   : grayscale(100%);
  filter           : grayscale(100%);
  -webkit-transform: scale(1.1);
  transform        : scale(1.1);
}

.blog-block .inner-box:hover .image-box .image::after {
  height            : 100%;
  opacity           : 0;
  -webkit-transition: all 300ms linear;
  transition        : all 300ms linear;
}

.blog-block .inner-box:hover .content-box {
  background-color: var(--theme-color4);
}

.blog-block .inner-box:hover .content-box .info li svg path {
  fill: var(--theme-color-white);
}

.blog-block .inner-box:hover .content-box .info li a {
  color: var(--theme-color-white);
}

.blog-block .inner-box:hover .content-box .title {
  color: var(--theme-color-white);
}

.blog-block .inner-box:hover .content-box .arry-btn {
  color: var(--theme-color-white);
}

.blog-block .inner-box:hover .content-box .arry-btn svg path {
  fill: var(--theme-color-white);
}

.blog-section-two {
  overflow: hidden;
}

.blog-block-two .inner-box {
  border-radius     : 5px;
  overflow          : hidden;
  -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
  box-shadow        : 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
  background-color  : var(--theme-color-white);
}

.blog-block-two .inner-box .image-box {
  position: relative;
  z-index : 1;
}

.blog-block-two .inner-box .image-box .image {
  overflow     : hidden;
  border-radius: 5px;
}

.blog-block-two .inner-box .image-box .image img {
  width             : 100%;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.blog-block-two .inner-box .image-box .tag {
  font-size       : 16px;
  line-height     : 26px;
  padding         : 10px 25px;
  border-left     : 2px solid var(--theme-color1);
  border-radius   : 5px 0 0 5px;
  background-color: var(--theme-color2);
  color           : var(--theme-color-white);
  position        : absolute;
  top             : 20px;
  right           : 0;
}

.blog-block-two .inner-box .content-box {
  padding    : 30px;
  padding-top: 20px;
}

.blog-block-two .inner-box .content-box .info {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 20px;
}

.blog-block-two .inner-box .content-box .info li {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 5px;
  white-space      : nowrap;
}

.blog-block-two .inner-box .content-box .info li svg path {
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.blog-block-two .inner-box .content-box .info li a {
  font-size: 14px;
  color    : #737588;
}

.blog-block-two .inner-box .content-box .info li a:hover {
  color: var(--theme-color1) !important;
}

.blog-block-two .inner-box .content-box .title {
  margin-top    : 10px;
  margin-bottom : 0;
  text-transform: capitalize;
}

.blog-block-two .inner-box .content-box .btn-one-rounded {
  min-width : 155px;
  color     : #101a29;
  text-align: center;
}

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

.blog-section-three {
  overflow: hidden;
}

.blog-block-three .inner-box .image-box .image {
  position     : relative;
  overflow     : hidden;
  border-radius: 20px;
}

.blog-block-three .inner-box .image-box .image img {
  width             : 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition        : all 0.3s ease-in-out;
}

.blog-block-three .inner-box .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);
}

.blog-block-three .inner-box .content-box .content {
  padding: 20px 25px;
}

@media (max-width: 375.98px) {
  .blog-block-three .inner-box .content-box .content {
    padding-left : 0px;
    padding-right: 0;
  }
}

.blog-block-three .inner-box .content-box .content .title {
  margin-bottom: 0;
}

.blog-block-three .inner-box .content-box .content .sub-title {
  font-weight: 500;
  font-size  : 16px;
  color      : var(--headings-color);
}

.blog-block-three .inner-box .content-box .info {
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  border-top       : 1px solid rgba(0, 23, 38, 0.102);
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  gap              : 10px;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
  padding          : 0 25px;
  padding-top      : 15px;
}

@media (max-width: 375.98px) {
  .blog-block-three .inner-box .content-box .info {
    padding-left: 0px;
  }
}

.blog-block-three .inner-box .content-box .info li {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 5px;
  white-space      : nowrap;
}

.blog-block-three .inner-box .content-box .info li svg path {
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.blog-block-three .inner-box .content-box .info li a {
  font-size: 16px;
  color    : #595b62;
}

.blog-block-three .inner-box .content-box .info li a:hover {
  color: var(--theme-color1) !important;
}

.blog-block-three .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);
}

.blog-block-three .inner-box:hover .image-box .image img:last-child {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform        : translateX(-50%) scaleX(2);
  opacity          : 0;
  -webkit-filter   : blur(10px);
  filter           : blur(10px);
}

.blog-section-four {
  overflow  : hidden;
  position  : relative;
  z-index   : 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#f7f0e1), to(#f8f5f2));
  background: linear-gradient(0deg, #f7f0e1 0%, #f8f5f2 100%);
}

.blog-section-four .sec-shape {
  position: absolute;
  bottom  : 15%;
  left    : 0;
  z-index : -1;
}

.blog-section-four.have-padding {
  padding-bottom: 600px;
  margin-bottom : -480px;
}

/*** 

====================================================================
  brand-section
====================================================================

***/
.brand-section {
  overflow: hidden;
}

.brand-section .sec-title {
  text-align: center;
  position  : relative;
  z-index   : 1;
}

.brand-section .sec-title .title {
  text-transform  : uppercase;
  width           : -webkit-fit-content;
  width           : -moz-fit-content;
  width           : fit-content;
  background-color: var(--theme-color-white);
  margin          : 0 auto;
  padding         : 0 50px;
  font-size       : 14px;
  line-height     : 32px;
}

.brand-section .sec-title::after {
  position        : absolute;
  top             : 16px;
  left            : 0;
  z-index         : -1;
  width           : 100%;
  height          : 1px;
  background-color: #d9d9d9;
  content         : "";
}

.brand-section .outer-box {
  max-width: 1240px;
  margin   : 0 auto;
}

.brand-section .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function        : linear;
}

.brand-block {
  max-width: 134px;
}

.brand-block a {
  display: block;
}

.brand-block a img {
  width             : 100%;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  opacity           : 0.5;
}

.brand-block a:hover img {
  opacity: 1;
}

/*** 

====================================================================
  brand-section two
====================================================================

***/
.brand-section-two .outer-box {
  padding-bottom: 40px;
  border-bottom : 1px solid #e7ebef;
}

.brand-section-two .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function        : linear;
}

.brand-section-two .brand-block {
  max-width: auto;
}

.brand-section-two .brand-block a {
  display: block;
}

.brand-section-two .brand-block a img {
  width             : 100%;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  opacity           : 1;
  -webkit-filter    : grayscale(100%);
  filter            : grayscale(100%);
}

.brand-section-two .brand-block a:hover img {
  opacity       : 1;
  -webkit-filter: grayscale(0);
  filter        : grayscale(0);
}

/*** 

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

***/
.about-section {
  overflow: hidden;
}

.about-section .image-column .inner-column {
  position : relative;
  z-index  : 1;
  max-width: 590px;
}

.about-section .image-column .inner-column .image1 {
  max-width         : 500px;
  border-radius     : 12px;
  border            : 10px solid var(--theme-color-white);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow        : 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
}

.about-section .image-column .inner-column .image1 img {
  width             : 100%;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.about-section .image-column .inner-column .image1:hover img {
  -webkit-filter: grayscale(100%);
  filter        : grayscale(100%);
}

.about-section .image-column .inner-column .info {
  position          : absolute;
  bottom            : -15px;
  left              : 26%;
  max-width         : 202px;
  width             : 100%;
  border-radius     : 10px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow        : 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  overflow          : hidden;
  z-index           : 2;
}

.about-section .image-column .inner-column .image2 {
  max-width         : 295px;
  border-radius     : 12px;
  border            : 10px solid var(--theme-color-white);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow        : 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
  position          : absolute;
  bottom            : -120px;
  right             : 0;
}

.about-section .image-column .inner-column .image2 img {
  width             : 100%;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.about-section .image-column .inner-column .image2:hover img {
  -webkit-filter: grayscale(100%);
  filter        : grayscale(100%);
}

@media (max-width: 991.98px) {
  .about-section .image-column .inner-column {
    margin-bottom: 100px;
  }
}

@media (max-width: 575.98px) {
  .about-section .image-column .inner-column {
    margin-bottom: 0;
  }

  .about-section .image-column .inner-column .image2 {
    position  : unset;
    max-width : 100%;
    margin-top: 20px;
  }
}

.about-section .content-column .inner-column .info {
  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;
  gap              : 20px;
  max-width        : 450px;
}

.about-section .content-column .inner-column .info .user {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 12px;
}

.about-section .content-column .inner-column .info .user .image {
  overflow     : hidden;
  border-radius: 50%;
  max-width    : 60px;
  width        : 100%;
  height       : 60px;
  border       : 3px solid var(--theme-color1);
}

.about-section .content-column .inner-column .info .user .image img {
  width        : 100%;
  height       : 100%;
  -o-object-fit: cover;
  object-fit   : cover;
}

.about-section .content-column .inner-column .info .user .sub-title {
  font-size    : 14px;
  line-height  : 22px;
  font-weight  : 500;
  color        : #0c6460;
  margin-bottom: 0;
}

.about-block .inner-box {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: start;
  -ms-flex-align   : start;
  align-items      : start;
  gap              : 20px;
  margin-top       : 20px;
}

.about-block .inner-box .icon {
  margin-top        : 10px;
  -webkit-transition: all 900ms ease;
  transition        : all 900ms ease;
}

.about-block .inner-box .title {
  font-size    : 20px;
  line-height  : 36px;
  margin-bottom: 5px;
}

.about-block .inner-box .text {
  margin: 0;
}

.about-block .inner-box:hover .icon {
  -webkit-transform: rotateY(360deg);
  transform        : rotateY(360deg);
}

/*** 

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

***/
.about-section-two {
  overflow: hidden;
}

.about-section-two .content-column .inner-column .sec-title .text {
  padding         : 20px 30px;
  font-weight     : 500;
  font-size       : 16px;
  line-height     : 30px;
  color           : #6b7280;
  background-color: #f3f4f6;
  border-radius   : 5px;
}

.about-section-two .content-column .inner-column .list {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 30px;
}

.about-section-two .content-column .inner-column .list li {
  font-family      : var(--title-font);
  color            : var(--headings-color);
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  text-transform   : capitalize;
  gap              : 10px;
}

@media (max-width: 1199.98px) {
  .about-section-two .content-column .inner-column .list {
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap;
    gap          : 10px;
  }
}

.about-section-two .content-column .inner-column .info {
  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;
  gap              : 20px;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
}

.about-section-two .content-column .inner-column .info .user {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 12px;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
}

.about-section-two .content-column .inner-column .info .user ul {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
}

.about-section-two .content-column .inner-column .info .user ul li:not(:first-child) {
  margin-left: -10px;
}

.about-section-two .content-column .inner-column .info .user .title {
  margin-bottom: 0;
  font-size    : 16px;
  font-weight  : 600;
  position     : relative;
  z-index      : 1;
}

.about-section-two .content-column .inner-column .info .user .title img {
  position         : absolute;
  top              : 25px;
  left             : 50%;
  -webkit-transform: translateX(-50%);
  transform        : translateX(-50%);
  z-index          : -1;
  width            : 100%;
}

.about-section-two .image-column .inner-column .image {
  margin-left  : 60px;
  position     : relative;
  z-index      : 1;
  max-width    : 482px;
  margin-bottom: 45px;
}

.about-section-two .image-column .inner-column .image img {
  width        : 100%;
  border-radius: 15px;
}

.about-section-two .image-column .inner-column .image::after {
  position        : absolute;
  bottom          : -25px;
  left            : -25px;
  background-color: var(--theme-color-gray2);
  border-radius   : 15px;
  width           : 100%;
  height          : 100%;
  content         : "";
  z-index         : -1;
}

.about-section-two .image-column .inner-column .image .info1 {
  position: absolute;
  top     : 60px;
  left    : -95px;
}

.about-section-two .image-column .inner-column .image .info2 {
  position        : absolute;
  bottom          : -45px;
  left            : -50px;
  width           : 275px;
  padding         : 40px 20px;
  padding-left    : 50px;
  background-color: var(--theme-color1);
  border-radius   : 12px;
}

.about-section-two .image-column .inner-column .image .info2 .title {
  font-size    : 65px;
  line-height  : 65px;
  font-family  : var(--text-font);
  margin-bottom: 5px;
}

.about-section-two .image-column .inner-column .image .info2 .sub-title {
  margin-bottom: 0;
  color        : var(--headings-color);
  font-weight  : 600;
  font-size    : 16px;
  line-height  : 16px;
  position     : relative;
  z-index      : 1;
  display      : inline-block;
}

.about-section-two .image-column .inner-column .image .info2 .sub-title img {
  position: absolute;
  top     : 20px;
  left    : 0;
  z-index : -1;
}

@media (max-width: 1199.98px) {
  .about-section-two .image-column .inner-column .image {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .about-section-two .image-column .inner-column .image .info1 {
    left: -50px;
    top : -30px;
  }

  .about-section-two .image-column .inner-column .image .info1 img {
    width: 150px;
  }

  .about-section-two .image-column .inner-column .image .info2 {
    padding: 10px 20px;
    width  : 200px;
  }

  .about-section-two .image-column .inner-column .image .info2 .title {
    font-size    : 40px;
    line-height  : 50px;
    margin-bottom: 0;
  }
}

.about-block-two {
  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;
  gap              : 20px;
  max-width        : 588px;
}

.about-block-two .item {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 18px;
}

.about-block-two .item .icon {
  width           : 78px;
  height          : 79px;
  line-height     : 78px;
  text-align      : center;
  border-radius   : 6px;
  background-color: var(--theme-color1);
}

.about-block-two .item .icon svg {
  -webkit-transition: all 900ms ease;
  transition        : all 900ms ease;
}

.about-block-two .item .con {
  font-size     : 18px;
  font-weight   : 600;
  color         : var(--headings-color);
  line-height   : 28px;
  text-transform: capitalize;
  max-width     : 180px;
}

.about-block-two .item:hover .icon svg {
  -webkit-transform: rotateY(360deg);
  transform        : rotateY(360deg);
}

@media (max-width: 1199.98px) {
  .about-block-two {
    max-width    : 100%;
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap;
  }
}

/*** 

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

***/
.about-section-three {
  overflow: hidden;
}

.about-section-three .image-column .inner-column {
  position: relative;
  z-index : 1;
}

.about-section-three .image-column .inner-column .image {
  overflow     : hidden;
  border-radius: 11px;
  max-width    : 581px;
}

.about-section-three .image-column .inner-column .image img {
  width: 100%;
}

@media (max-width: 1199.98px) {
  .about-section-three .image-column .inner-column .image {
    max-width: 100%;
  }
}

.about-section-three .image-column .inner-column .text {
  max-width: 570px;
}

@media (max-width: 1199.98px) {
  .about-section-three .image-column .inner-column .text {
    max-width: 100%;
  }
}

.about-section-three .image-column .inner-column .shape {
  position: absolute;
  top     : -62px;
  left    : -100px;
}

@media (max-width: 767.98px) {
  .about-section-three .image-column .inner-column .shape {
    display: none;
  }
}

.about-section-three .image-column .inner-column .info {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 30px;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
}

.about-section-three .image-column .inner-column .info .user {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 12px;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
}

.about-section-three .image-column .inner-column .info .user ul {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
}

.about-section-three .image-column .inner-column .info .user ul li img {
  border       : 3px solid var(--theme-color-white);
  border-radius: 50%;
}

.about-section-three .image-column .inner-column .info .user ul li:not(:first-child) {
  margin-left: -15px;
}

.about-section-three .image-column .inner-column .info .user .title {
  margin-bottom: 0;
  font-size    : 16px;
  font-weight  : 600;
  position     : relative;
  z-index      : 1;
}

.about-section-three .image-column .inner-column .info .user .title img {
  position         : absolute;
  top              : 25px;
  left             : 50%;
  -webkit-transform: translateX(-50%);
  transform        : translateX(-50%);
  z-index          : -1;
  width            : 100%;
}

.about-section-three .content-column .sec-title {
  max-width: 570px;
}

@media (max-width: 1199.98px) {
  .about-section-three .content-column .sec-title {
    max-width: 100%;
  }
}

.about-block-three .content-box {
  border-radius: 50%;
  height       : 330px;
  padding      : 30px;
  padding-top  : 50px;
  position     : relative;
  text-align   : center;
  width        : 330px;
  z-index      : 1;
}

@media (max-width: 374.98px) {
  .about-block-three .content-box {
    height: 280px;
    width : 280px;
  }
}

.about-block-three .content-box::after {
  position        : absolute;
  top             : 0;
  left            : 0;
  width           : 100%;
  height          : 100%;
  content         : "";
  background-color: #faf0e7;
  border          : 1px solid #070505;
  opacity         : 0.16;
  border-radius   : 50%;
  z-index         : -1;
}

.about-block-three .content-box .count-box {
  font-size    : 50px;
  font-weight  : 500;
  color        : var(--headings-color);
  text-align   : center;
  font-family  : var(--title-font);
  margin-bottom: 20px;
}

@media (max-width: 374.98px) {
  .about-block-three .content-box .count-box {
    margin-bottom: 0;
  }
}

.about-block-three .content-box .count-box .count-text {
  font-size  : 130px;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .about-block-three .content-box .count-box .count-text {
    margin-top: 80px;
  }
}

.about-block-three .content-box .text {
  max-width: 150px;
  margin   : 0 auto;
  color    : #595b62;
}

.about-block-three .content-box.margin-minus {
  margin-left: -35px;
}

@media (max-width: 575.98px) {
  .about-block-three .content-box.margin-minus {
    margin-top: 30px;
  }
}

@media (max-width: 575.98px) {
  .about-block-three .content-box {
    margin-left : auto !important;
    margin-right: auto;
  }
}

/*** 

====================================================================
		About Section Four
====================================================================

***/
.about-section-four {
  overflow: hidden;
}

.about-section-four .image-column .inner-column {
  position : relative;
  z-index  : 1;
  max-width: 575px;
}

.about-section-four .image-column .inner-column .image1 {
  max-width    : 459px;
  overflow     : hidden;
  border-radius: 11px;
  margin-left  : 40px;
}

.about-section-four .image-column .inner-column .image1 img {
  width: 100%;
}

.about-section-four .image-column .inner-column .image2 {
  max-width    : 263px;
  overflow     : hidden;
  border-radius: 11px;
  position     : absolute;
  bottom       : -40px;
  right        : 0;
}

.about-section-four .image-column .inner-column .image2 img {
  width: 100%;
}

.about-section-four .image-column .inner-column .info {
  padding         : 30px;
  border-radius   : 10px;
  background-color: var(--theme-color2);
  width           : -webkit-fit-content;
  width           : -moz-fit-content;
  width           : fit-content;
  position        : absolute;
  bottom          : -40px;
  left            : 0;
}

.about-section-four .image-column .inner-column .info .title {
  font-size    : 36px;
  line-height  : 36px;
  color        : var(--theme-color-white);
  margin-bottom: 15px;
}

.about-section-four .image-column .inner-column .info .title span {
  font-size  : 14px;
  font-weight: 600;
}

.about-section-four .image-column .inner-column .info .title span span {
  font-size: 28px;
}

.about-section-four .image-column .inner-column .info .users {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 12px;
}

.about-section-four .image-column .inner-column .info .users span {
  display    : inline-block;
  position   : relative;
  z-index    : 1;
  font-size  : 16px;
  color      : var(--theme-color-white);
  font-weight: 500;
}

.about-section-four .image-column .inner-column .info .users span svg {
  position: absolute;
  bottom  : 0;
  left    : 0;
}

@media (max-width: 1199.98px) {
  .about-section-four .content-column .inner-column {
    max-width: 84%;
  }
}

.about-section-four .content-column .inner-column .content-box {
  display         : -webkit-box;
  display         : -ms-flexbox;
  display         : flex;
  gap             : 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack   : justify;
  justify-content : space-between;
  -ms-flex-wrap   : wrap;
  flex-wrap       : wrap;
}

.about-section-four .content-column .inner-column .content-box .item {
  max-width: 260px;
}

.about-section-four .content-column .inner-column .content-box .item .title,
.about-section-four .content-column .inner-column .content-box .item .sub-title {
  margin-bottom: 10px;
}

.about-section-four .content-column .inner-column .content-box .item .text {
  font-size    : 16px;
  line-height  : 28.8px;
  margin-bottom: 0;
}

.about-section-four .content-column .inner-column .number {
  font-weight  : 500;
  margin-top   : 40px;
  margin-bottom: 0;
}

.about-section-four .content-column .inner-column .number a {
  font-weight    : 700;
  text-decoration: underline;
}

.about-section-four .content-column .inner-column .info {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 30px;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
}

.about-section-four .content-column .inner-column .info .user {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 15px;
}

.about-section-four .content-column .inner-column .info .user .image {
  width        : 65px;
  height       : 65px;
  border-radius: 50%;
  overflow     : hidden;
  border       : 1px solid #edc701;
  padding      : 5px;
}

.about-section-four .content-column .inner-column .info .user .image img {
  width        : 100%;
  height       : 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit   : cover;
}

/*** 

====================================================================
  client-section
====================================================================

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

@media (max-width: 575.98px) {
  .client-section {
    padding: 80px 0 190px;
  }
}

.client-block .inner-box {
  position          : relative;
  background-color  : var(--theme-color-light);
  text-align        : center;
  padding           : 45px 15px 43px;
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
  margin-bottom     : 40px;
}

.client-block .inner-box:hover::before {
  opacity   : 1;
  visibility: visible;
  left      : 50%;
}

.client-block .inner-box:before {
  content           : "";
  position          : absolute;
  top               : 0;
  left              : 0;
  -webkit-transform : translateX(-50%);
  transform         : translateX(-50%);
  width             : 95px;
  height            : 13px;
  background-color  : var(--theme-color1);
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
  opacity           : 0;
  visibility        : hidden;
}

.client-block .inner-box .title {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .client-block .inner-box .text {
    font-size: 14px;
  }
}

.client-block .inner-box span {
  text-transform: uppercase;
  color         : var(--theme-color1);
  font-family   : var(--text-font2);
}

.client-block .inner-box .image-box {
  position     : relative;
  margin-bottom: 40px;
  margin-top   : 21px;
}

.client-block .inner-box .image-box .icon {
  position         : absolute;
  bottom           : -13px;
  left             : 50%;
  -webkit-transform: translateX(-50%);
  transform        : translateX(-50%);
  font-size        : 40px;
  color            : var(--theme-color1);
}

/*** 

====================================================================
  offer-section
====================================================================

***/
.offer-banner {
  position  : relative;
  margin-top: -120px;
}

.offer-banner .outer-box {
  position        : relative;
  background-color: #f8f5f0;
  padding         : 74px 103px 78px;
  overflow        : hidden;
}

@media (max-width: 991.98px) {
  .offer-banner .outer-box {
    padding: 44px 46px 50px;
  }
}

.offer-banner .outer-box::before {
  content         : "";
  position        : absolute;
  top             : 0;
  left            : 0;
  width           : 658px;
  height          : 502px;
  background-image: url(../images/resource/pattern3.html);
}

@media (max-width: 575.98px) {
  .offer-banner .outer-box .content-colum .inner-column .content-box .sub-title {
    margin-bottom: 20px;
    display      : inline-block;
  }
}

.offer-banner .outer-box .content-colum .inner-column .content-box .title {
  font-size    : 48px;
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .offer-banner .outer-box .content-colum .inner-column .content-box .title {
    font-size: 39px;
  }
}

@media (max-width: 575.98px) {
  .offer-banner .outer-box .content-colum .inner-column .content-box .title {
    font-size  : 30px;
    line-height: 40px;
    margin-top : 10px;
  }
}

.offer-banner .outer-box .btn-column .inner-column {
  text-align: right;
  margin-top: 21px;
}

@media (max-width: 991.98px) {
  .offer-banner .outer-box .btn-column .inner-column {
    text-align: center;
  }
}

.offer-banner .outer-box .btn-column .inner-column .read-more {
  padding         : 0 47px;
  height          : 60px;
  line-height     : 60px;
  background-color: var(--theme-color1);
  color           : var(--theme-color-light);
  display         : inline-block;
  text-align      : center;
  text-transform  : uppercase;
  font-family     : var(--text-font2);
  position        : relative;
  z-index         : 9;
}

.offer-banner .outer-box .btn-column .inner-column .read-more:before {
  position                          : absolute;
  left                              : 0;
  top                               : 0;
  height                            : 100%;
  width                             : 100%;
  content                           : "";
  z-index                           : -1;
  background-color                  : var(--bg-theme-color1);
  border-radius                     : inherit;
  -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);
}

.offer-banner .outer-box .btn-column .inner-column .read-more:hover:before {
  -webkit-transform       : scale(1, 1);
  transform               : scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin        : bottom left;
}

.offer-banner .outer-box .btn-column .inner-column .read-more:hover {
  background: #000;
}

/*** 

====================================================================
  client-section two
====================================================================

***/
.client-section-two {
  position: relative;
  padding : 80px 0;
}

.client-section-two .client-slider {
  margin-left: 0;
  display    : -webkit-box;
  display    : -ms-flexbox;
  display    : flex;
}

@media (max-width: 1199.98px) {
  .client-section-two .client-slider {
    margin-left: 0;
  }
}

.client-section-two .client-slider .client-block-two:last-child {
  margin-right: 0;
}

.client-section-two .client-slider .client-block-two .inner-box .image img {
  width : unset;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .offer-banner .content-colum {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .client-block-two a {
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    -webkit-box-pack: center;
    -ms-flex-pack   : center;
    justify-content : center;
  }
}

.consult-section {
  overflow           : hidden;
  position           : relative;
  z-index            : 1;
  background-repeat  : no-repeat;
  background-position: center;
  background-size    : cover;
}

.consult-section .sec-shape {
  position         : absolute;
  top              : 50%;
  left             : -180px;
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
  z-index          : 0;
}

@media (max-width: 767.98px) {
  .consult-section .sec-shape {
    display: none;
  }
}

.consult-section::after {
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  background: linear-gradient(99.2deg, #1a4137 32.71%, rgba(29, 67, 58, 0.99) 51.92%, rgba(34, 71, 61, 0.797132) 56.74%, rgba(64, 95, 87, 0.25) 77.85%, rgba(196, 196, 196, 0) 103.7%);
  content   : "";
  z-index   : -1;
}

.consult-section .sec-title {
  max-width: 670px;
  margin   : 0 auto;
}

.consult-section .btn-wrp {
  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;
  gap              : 20px;
}

.consult-section .btn-wrp a {
  min-width: 185px;
}

.consult-section .btn-wrp .btn-two-rounded {
  background-color: rgba(var(--theme-color-white-rgb), 0.06);
}

@media (max-width: 575.98px) {
  .consult-section .btn-wrp {
    gap: 10px;
  }

  .consult-section .btn-wrp a {
    min-width: 160px;
    font-size: 14px;
  }
}

/*** 

====================================================================
    Funfact Sectiom
====================================================================

***/
.funfact-section {
  overflow: hidden;
  position: relative;
  z-index : 1;
}

.funfact-section::after {
  position        : absolute;
  bottom          : 0;
  left            : 0;
  width           : 100%;
  height          : 50%;
  content         : "";
  background-color: var(--theme-color-gray2);
  z-index         : -1;
}

.funfact-section .outer-box {
  padding           : 60px 90px;
  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  : justify;
  -ms-flex-pack     : justify;
  justify-content   : space-between;
  gap               : 30px;
  border-radius     : 28px;
  -webkit-box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.0588235294);
  box-shadow        : 0px -2px 20px 0px rgba(0, 0, 0, 0.0588235294);
}

@media (max-width: 991.98px) {
  .funfact-section .outer-box {
    padding        : 60px 30px;
    -ms-flex-wrap  : wrap;
    flex-wrap      : wrap;
    -ms-flex-pack  : distribute;
    justify-content: space-around;
  }
}

.funfact-block .inner-box {
  width: 150px;
}

.funfact-block .inner-box .icon {
  margin-bottom: 20px;
}

.funfact-block .inner-box .icon svg,
.funfact-block .inner-box .icon i {
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.funfact-block .inner-box .content-box .title {
  font-size  : 48px;
  line-height: 52px;
  margin     : 0;
}

.funfact-block .inner-box .content-box .sub-title {
  color      : var(--headings-color);
  font-weight: 600;
}

.funfact-block .inner-box:hover .icon svg,
.funfact-block .inner-box:hover .icon i {
  -webkit-transform: scale(-1) rotate(180deg);
  transform        : scale(-1) rotate(180deg);
}

@media (max-width: 991.98px) {
  .funfact-block .inner-box {
    width: 200px;
  }
}

@media (max-width: 575.98px) {
  .funfact-block .inner-box {
    width: 150px;
  }
}

/*** 

====================================================================
    Funfact Sectiom Two
====================================================================

***/
.funfact-section-two {
  overflow: hidden;
  position: relative;
  z-index : 1;
}

.funfact-section-two.have-after::after {
  position        : absolute;
  bottom          : 0;
  left            : 0;
  width           : 100%;
  height          : 42%;
  content         : "";
  background-color: var(--theme-color-gray2);
  z-index         : -1;
}

.funfact-section-two .sec-title .list {
  margin-top: 30px;
}

.funfact-section-two .sec-title .list li {
  color      : #d1d5db;
  font-weight: 500;
}

.funfact-section-two .sec-title .list li:not(:last-child) {
  margin-bottom: 10px;
}

.funfact-section-two .sec-title .list li i {
  color       : var(--theme-color1);
  margin-right: 5px;
}

@media (max-width: 575.98px) {
  .funfact-section-two .sec-title .list {
    margin-top: 20px;
  }

  .funfact-section-two .sec-title .list li {
    font-size: 14px;
  }

  .funfact-section-two .sec-title .list li:not(:last-child) {
    margin-bottom: 0px;
  }
}

.funfact-section-two .outer-box {
  background-color: var(--theme-color2);
  border-radius   : 26px 0 0 26px;
  overflow        : hidden;
  padding         : 60px 80px;
  margin-right    : -23%;
}

@media (max-width: 1399.98px) {
  .funfact-section-two .outer-box {
    margin-right: -10%;
  }
}

@media (max-width: 991.98px) {
  .funfact-section-two .outer-box {
    margin-right : 0;
    border-radius: 25px;
    padding      : 60px 30px;
  }
}

.funfact-section-two .sec-shape {
  position: absolute;
  right   : -200px;
  bottom  : -150px;
}

.funfact-block-two .inner-box {
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
  padding           : 45px;
  border-radius     : 20px;
}

.funfact-block-two .inner-box .icon {
  margin-bottom: 20px;
  position     : relative;
  z-index      : 1;
}

.funfact-block-two .inner-box .icon svg,
.funfact-block-two .inner-box .icon i {
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  margin-left       : 10px;
}

.funfact-block-two .inner-box .icon svg path,
.funfact-block-two .inner-box .icon i path {
  fill: #fff;
}

.funfact-block-two .inner-box .icon::after {
  position                  : absolute;
  width                     : 50px;
  height                    : 50px;
  background-color          : var(--theme-color1);
  content                   : "";
  left                      : 0px;
  bottom                    : 0;
  opacity                   : 0.1;
  border-top-left-radius    : 10px;
  border-top-right-radius   : 20px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius : 40px;
  z-index                   : -1;
}

.funfact-block-two .inner-box .content-box .title {
  font-size  : 48px;
  line-height: 52px;
  margin     : 0;
  color      : var(--theme-color-white);
}

.funfact-block-two .inner-box .content-box .sub-title {
  color      : var(--theme-color-white);
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .funfact-block-two .inner-box {
    padding   : 30px;
    text-align: center;
  }

  .funfact-block-two .inner-box .icon {
    width        : -webkit-fit-content;
    width        : -moz-fit-content;
    width        : fit-content;
    margin       : 0 auto;
    margin-bottom: 20px;
  }
}

.funfact-block-two:hover .inner-box {
  background-color: var(--theme-color1);
}

.funfact-block-two:hover .inner-box .icon svg {
  -webkit-transform: scale(-1) rotate(180deg);
  transform        : scale(-1) rotate(180deg);
}

.funfact-block-two:hover .inner-box .icon svg path {
  fill: var(--theme-color-black);
}

.funfact-block-two:hover .inner-box .content-box .title {
  color: var(--headings-color);
}

.funfact-block-two:hover .inner-box .content-box .sub-title {
  color: var(--headings-color);
}

/*** 

====================================================================
    Funfact Sectiom Four
====================================================================

***/
.funfact-section-four {
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .funfact-section-four {
    padding-top: 120px;
  }

  .funfact-section-four .sec-title {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .funfact-section-four {
    padding-top: 60px;
  }
}

.funfact-block-four {
  width       : -webkit-fit-content;
  width       : -moz-fit-content;
  width       : fit-content;
  margin      : 0 auto;
  padding     : 60px 0;
  padding-left: 40px;
  border-left : 1px solid #d9d9d9;
}

.funfact-block-four .title {
  margin-bottom: 10px;
  margin-top   : 20px;
}

.funfact-block-four .sub-title {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .funfact-block-four {
    padding     : 30px 0;
    padding-left: 20px;
  }
}

@media (max-width: 767.98px) {
  .funfact-block-four {
    padding   : 0;
    border    : none;
    text-align: center;
  }
}

.gellery-section {
  position: relative;
  z-index : 2;
}

.gellery-section.margin-minus {
  margin-bottom: -240px;
}

.gellery-section .outer-box {
  padding          : 0 60px;
  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;
  gap              : 24px;
}

@media (max-width: 991.98px) {
  .gellery-section .outer-box {
    padding      : 0 12px;
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap;
  }
}

.gellery-block {
  overflow          : hidden;
  position          : relative;
  z-index           : 1;
  border-radius     : 6px;
  width             : 25%;
  height            : 528px;
  -webkit-transition: all 700ms ease;
  transition        : all 700ms ease;
}

.gellery-block .image {
  width : 100%;
  height: 100%;
}

.gellery-block .image img {
  width             : 100%;
  height            : 100%;
  -o-object-fit     : cover;
  object-fit        : cover;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.gellery-block .click-btn {
  width             : 120px;
  height            : 120px;
  line-height       : 120px;
  text-align        : center;
  border-radius     : 50%;
  background-color  : var(--theme-color-white);
  color             : var(--theme-color1);
  font-size         : 30px;
  position          : absolute;
  top               : -5px;
  border            : 1px solid var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.gellery-block .click-btn-wrp {
  position          : absolute;
  top               : 55%;
  left              : 50%;
  -webkit-transform : translate(-50%, -50%);
  transform         : translate(-50%, -50%);
  width             : 120px;
  height            : 120px;
  line-height       : 120px;
  border-radius     : 50%;
  background-color  : var(--theme-color1);
  opacity           : 0;
  visibility        : hidden;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.gellery-block .click-btn-wrp:hover .click-btn {
  top: 0;
}

.gellery-block.active {
  width: 47%;
}

.gellery-block.active .click-btn-wrp {
  top       : 50%;
  visibility: visible;
  opacity   : 1;
}

.gellery-block.active .image img {
  -webkit-filter: grayscale(100%);
  filter        : grayscale(100%);
}

@media (max-width: 991.98px) {
  .gellery-block {
    height: 500px;
    width : 100% !important;
  }
}

@media (max-width: 575.98px) {
  .gellery-block {
    height: 400px;
  }
}

.growth-section {
  overflow           : hidden;
  position           : relative;
  z-index            : 1;
  background-repeat  : no-repeat;
  background-position: center;
  background-size    : cover;
}

.growth-section .sec-shape {
  position: absolute;
  bottom  : 0;
  left    : 0;
  z-index : 0;
}

.growth-section::after {
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  background: radial-gradient(95.51% 264.21% at 92.63% 41.85%, rgba(0, 7, 31, 0) 0%, rgba(4, 44, 42, 0.98) 99.98%, rgba(4, 44, 42, 0.98) 99.99%);
  content   : "";
  z-index   : -1;
}

.growth-section .sec-title {
  border-bottom: 1px solid rgba(230, 230, 230, 0.212);
}

.growth-block {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 30px;
}

.growth-block .pie-graph {
  position: relative;
  z-index : 1;
  width   : -webkit-fit-content;
  width   : -moz-fit-content;
  width   : fit-content;
  height  : 122px;
}

.growth-block .pie-graph .inner-text {
  width            : 80px;
  height           : 80px;
  line-height      : 80px;
  background-color : var(--theme-color-white);
  font-weight      : 700;
  font-size        : 20px;
  color            : var(--theme-color4);
  position         : absolute;
  top              : 50%;
  left             : 50%;
  -webkit-transform: translate(-50%, -50%);
  transform        : translate(-50%, -50%);
  text-align       : center;
  border-radius    : 50%;
}

.growth-block .content-box .title {
  font-size     : 20px;
  text-transform: capitalize;
  color         : var(--theme-color-white);
  margin-bottom : 10px;
}

.growth-block .content-box .text {
  font-size    : 16px;
  line-height  : 28.8px;
  color        : #d1d5db;
  margin-bottom: 0;
}

.growth-section-two {
  position           : relative;
  z-index            : 1;
  overflow           : hidden;
  background-size    : cover;
  background-position: bottom;
  background-repeat  : no-repeat;
  height             : 710px;
}

@media (max-width: 1399.98px) {
  .growth-section-two {
    height: 600px;
  }
}

@media (max-width: 1199.98px) {
  .growth-section-two {
    height          : auto;
    background-image: none !important;
    background-color: var(--theme-color-gray2);
  }
}

.growth-section-two .bg-shape {
  position: absolute;
  bottom  : 0;
  left    : 0;
  width   : 100%;
  z-index : -1;
}

.growth-section-two .outer-box {
  max-width: 1250px;
  margin   : 0 auto;
}

.growth-section-two .growth-block .pie-graph .inner-text {
  background-color: var(--theme-color2);
  color           : var(--theme-color-white);
}

.growth-section-two .growth-block .content-box .title {
  color: var(--headings-color);
}

.growth-section-two .growth-block .content-box .text {
  color: var(--text-font);
}

/***

====================================================================
    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-section .marquee.marquee-style-one .text {
  text-transform: uppercase;
}

.marquee-section .marquee.marquee-style-two {
  padding: 40px 0 0;
}

.marquee-section .marquee.marquee-style-two .text {
  font-size  : 128px;
  line-height: 110px;
}

@media (max-width: 991.98px) {
  .marquee-section .marquee.marquee-style-two .text {
    font-size  : 60px;
    line-height: 1.1;
  }
}

@media (max-width: 575.98px) {
  .marquee-section .marquee.marquee-style-two .text {
    font-size: 36px;
  }
}

.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);
}

.case-section {
  overflow: hidden;
  position: relative;
  z-index : 1;
}

.case-section .outer-box {
  padding: 0 50px;
}

@media (max-width: 767.98px) {
  .case-section .outer-box {
    padding: 0 12px;
  }
}

.case-section.have-combine::after {
  position        : absolute;
  bottom          : 0;
  left            : 0;
  width           : 100%;
  height          : 35%;
  content         : "";
  z-index         : -1;
  background-color: var(--theme-color-gray);
}

.case-block .inner-box {
  border-radius: 15px;
  overflow     : hidden;
  position     : relative;
  z-index      : 1;
}

.case-block .inner-box .image img {
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  width             : 100%;
}

.case-block .inner-box .content-box {
  background-color       : rgba(var(--theme-color-white-rgb), 0.93);
  -webkit-backdrop-filter: blur(89px);
  backdrop-filter        : blur(89px);
  border-radius          : 8px;
  position               : absolute;
  -webkit-transform      : translateX(-50%);
  transform              : translateX(-50%);
  left                   : 50%;
  bottom                 : 20px;
  width                  : 90%;
  padding                : 30px;
  opacity                : 0.95;
  -webkit-transition     : all 300ms ease;
  transition             : all 300ms ease;
  z-index                : 1;
}

.case-block .inner-box .content-box .sub-title {
  font-weight: 600;
  color      : var(--theme-color-dark);
  font-size  : 14px;
  line-height: 30px;
}

.case-block .inner-box .content-box .title {
  max-width    : 300px;
  margin-bottom: 0;
}

.case-block .inner-box .hover-content {
  position          : absolute;
  -webkit-transform : translateX(-50%);
  transform         : translateX(-50%);
  left              : 50%;
  bottom            : 10px;
  width             : 85%;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  z-index           : 1;
  opacity           : 0;
  visibility        : hidden;
}

.case-block .inner-box .hover-content .sub-title {
  font-weight: 600;
  color      : var(--theme-color-white);
  font-size  : 14px;
  line-height: 30px;
}

.case-block .inner-box .hover-content .title {
  max-width    : 300px;
  color        : var(--theme-color-white);
  margin-bottom: 0;
}

.case-block .inner-box::after {
  position          : absolute;
  bottom            : 0;
  left              : 0;
  width             : 100%;
  height            : 0;
  opacity           : 0;
  visibility        : hidden;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  background        : -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(19.36%, rgba(0, 0, 0, 0)), color-stop(71.26%, #163839), to(#163839));
  background        : linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.36%, #163839 71.26%, #163839 100%);
  z-index           : 0;
  content           : "";
}

.case-block .inner-box .arry-btn {
  display           : block;
  width             : 90px;
  height            : 90px;
  line-height       : 90px;
  background-color  : var(--theme-color1);
  position          : absolute;
  top               : 48%;
  left              : 50%;
  opacity           : 0;
  visibility        : hidden;
  -webkit-transform : translate(-50%, -50%);
  transform         : translate(-50%, -50%);
  text-align        : center;
  font-size         : 24px;
  color             : #163839;
  border-radius     : 50%;
  z-index           : 1;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.case-block .inner-box .arry-btn i {
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.case-block .inner-box .arry-btn::after {
  width             : 90px;
  height            : 90px;
  line-height       : 90px;
  background-color  : var(--theme-color-white);
  position          : absolute;
  top               : -3px;
  left              : 1px;
  border-radius     : 50%;
  content           : "";
  z-index           : -1;
  -webkit-transition: all 100ms ease;
  transition        : all 100ms ease;
}

.case-block .inner-box .arry-btn:hover i {
  display          : inline-block;
  -webkit-transform: rotate(45deg);
  transform        : rotate(45deg);
}

.case-block .inner-box .arry-btn:hover::after {
  top : 0;
  left: 0;
}

.case-block .inner-box:hover::after {
  height    : 90%;
  opacity   : 1;
  visibility: visible;
}

.case-block .inner-box:hover .image img {
  -webkit-filter: grayscale(100%);
  filter        : grayscale(100%);
}

.case-block .inner-box:hover .arry-btn {
  top       : 50%;
  opacity   : 1;
  visibility: visible;
}

.case-block .inner-box:hover .content-box {
  bottom    : 0;
  opacity   : 0;
  visibility: hidden;
}

.case-block .inner-box:hover .hover-content {
  opacity   : 1;
  visibility: visible;
  bottom    : 30px;
}

.case-section-three {
  overflow        : hidden;
  position        : relative;
  z-index         : 1;
  background-color: var(--theme-color2);
}

.case-section-three .sec-shape {
  position: absolute;
  z-index : -1;
  top     : 10px;
  left    : 0;
}

.case-section-three .box-shape {
  width   : 189px;
  height  : 189px;
  position: absolute;
  bottom  : 0;
  left    : 0;
  z-index : -1;
}

.case-section-three .box-shape .box1 {
  height          : 100%;
  width           : 50%;
  background-color: rgba(var(--theme-color-white-rgb), 0.15);
  position        : absolute;
  bottom          : 0;
  left            : 0;
}

.case-section-three .box-shape .box2 {
  width           : 100%;
  height          : 50%;
  background-color: rgba(var(--theme-color-white-rgb), 0.15);
  position        : absolute;
  bottom          : 0;
  left            : 0;
}

.case-section-three .outer-box {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
}

@media (max-width: 1199.98px) {
  .case-section-three .outer-box {
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction   : column;
    flex-direction       : column;
  }
}

.case-section-three .content-column {
  width: 48%;
}

@media (max-width: 1199.98px) {
  .case-section-three .content-column {
    width: 100%;
  }
}

.case-section-three .content-column .inner-column {
  max-width: 510px;
  margin   : 60px 120px 60px auto;
}

.case-section-three .content-column .inner-column .text {
  font-size  : 16px;
  line-height: 30px;
}

.case-section-three .content-column .inner-column .info li {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 10px;
  font-size        : 16px;
  font-weight      : 500;
  color            : var(--theme-color-white);
}

.case-section-three .content-column .inner-column .info li:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
  .case-section-three .content-column .inner-column {
    margin   : 60px 15px;
    max-width: 100%;
  }
}

.case-section-three .image-column {
  width: 52%;
}

@media (max-width: 1199.98px) {
  .case-section-three .image-column {
    width: 100%;
  }
}

.case-block-three {
  position: relative;
  z-index : 1;
}

.case-block-three .image {
  overflow: hidden;
}

.case-block-three .image img {
  width: 100%;
}

.case-block-three .icon {
  width           : 50px;
  height          : 50px;
  line-height     : 50px;
  color           : var(--headings-color);
  background-color: var(--theme-color1);
  text-align      : center;
  border-radius   : 50%;
  position        : absolute;
  top             : 30px;
  right           : 30px;
  z-index         : 1;
  opacity         : 0;
  visibility      : hidden;
}

.case-block-three .icon i {
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.case-block-three .icon:hover i {
  -webkit-transform: rotate(45deg);
  transform        : rotate(45deg);
}

.case-block-three .content {
  max-width: 270px;
  width    : 100%;
  position : absolute;
  bottom   : 40px;
  left     : 45px;
  z-index  : 1;
}

.case-block-three .content .title {
  padding           : 5px 20px;
  color             : var(--theme-color-white);
  background-color  : var(--theme-color2);
  -webkit-transition: all 300ms ease 100ms;
  transition        : all 300ms ease 100ms;
  opacity           : 0;
  visibility        : hidden;
  -webkit-transform : translateY(-10px);
  transform         : translateY(-10px);
  margin-bottom     : 0;
}

.case-block-three .content .sub-title {
  display           : inline-block;
  padding-left      : 20px;
  padding-right     : 30px;
  color             : var(--theme-color-black);
  background-color  : var(--theme-color1);
  -webkit-transition: all 300ms ease 300ms;
  transition        : all 300ms ease 300ms;
  opacity           : 0;
  visibility        : hidden;
  -webkit-transform : translateY(-10px);
  transform         : translateY(-10px);
  margin-bottom     : 0;
}

.case-block-three:hover .icon {
  right     : 40px;
  opacity   : 1;
  visibility: visible;
}

.case-block-three:hover .content .title,
.case-block-three:hover .content .sub-title {
  opacity          : 1;
  visibility       : visible;
  -webkit-transform: translateY(0px);
  transform        : translateY(0px);
}

.choose-section {
  overflow: hidden;
}

.choose-section .content-column .inner-column {
  max-width: 580px;
}

@media (max-width: 1199.98px) {
  .choose-section .content-column .inner-column {
    max-width: 680px;
  }
}

@media (max-width: 991.98px) {
  .choose-section .content-column .inner-column {
    max-width: 100%;
  }
}

.choose-section .content-column .inner-column .choose-tab .nav {
  border-bottom   : 2px solid rgba(2, 6, 38, 0.102);
  gap             : 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack   : justify;
  justify-content : space-between;
}

@media (max-width: 575.98px) {
  .choose-section .content-column .inner-column .choose-tab .nav {
    border-bottom: 1px solid rgba(2, 6, 38, 0.102);
  }
}

.choose-section .content-column .inner-column .choose-tab .nav .nav-item .nav-link {
  border            : none;
  -webkit-box-shadow: none;
  box-shadow        : none;
  color             : var(--text-color);
  font-family       : var(--title-font);
  font-size         : 18px;
  font-weight       : 700;
  padding           : 8px 30px;
}

.choose-section .content-column .inner-column .choose-tab .nav .nav-item .nav-link.active {
  background-color: transparent;
  border-bottom   : 2px solid #163839;
  color           : var(--headings-color);
}

@media (max-width: 575.98px) {
  .choose-section .content-column .inner-column .choose-tab .nav .nav-item .nav-link {
    font-size: 13px;
    padding  : 5px;
  }
}

.choose-section .content-column .inner-column .content-box {
  font-size  : 16px;
  line-height: 30px;
}

.choose-section .content-column .inner-column .content-box .text {
  margin-bottom: 0;
  font-size    : 16px;
  line-height  : 30px;
}

.choose-section .content-column .inner-column .content-box .list {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 10px;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
}

.choose-section .content-column .inner-column .content-box .list ul li {
  color            : var(--headings-color);
  font-weight      : 700;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 10px;
}

.choose-section .content-column .inner-column .content-box .list ul li:not(:last-child) {
  margin-bottom: 10px;
}

.choose-section .image-column .inner-column {
  height: 100%;
}

.choose-section .image-column .inner-column .image {
  max-width: 556px;
  float    : right;
  position : relative;
  z-index  : 1;
}

@media (max-width: 1199.98px) {
  .choose-section .image-column .inner-column .image {
    float    : none;
    max-width: none;
  }
}

.choose-section .image-column .inner-column .image img {
  width: 100%;
}

.choose-section .image-column .inner-column .image .outer-box {
  background-color: var(--theme-color1);
  padding         : 40px;
  max-width       : 330px;
  width           : 100%;
  position        : absolute;
  bottom          : -10px;
  left            : -100px;
}

@media (max-width: 1399.98px) {
  .choose-section .image-column .inner-column .image .outer-box {
    left: -10px;
  }
}

@media (max-width: 991.98px) {
  .choose-section .image-column .inner-column .image {
    max-width: 100%;
    float    : none;
  }
}

.choose-block {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 25px;
}

.choose-block:first-child {
  border-bottom : 1px solid rgba(var(--theme-color-white-rgb), 0.2);
  padding-bottom: 40px;
  margin-bottom : 40px;
}

.choose-block .pie-graph {
  position: relative;
  z-index : 1;
  width   : -webkit-fit-content;
  width   : -moz-fit-content;
  width   : fit-content;
  height  : 70px;
}

.choose-block .pie-graph .icon {
  font-size        : 18px;
  position         : absolute;
  top              : 50%;
  left             : 50%;
  -webkit-transform: translate(-50%, -50%);
  transform        : translate(-50%, -50%);
  color            : var(--theme-color-black);
}

.choose-block .content-box .inner-text {
  font-size    : 34px;
  font-weight  : 700;
  color        : var(--theme-color-black);
  margin-bottom: 5px;
  font-family  : var(--title-font);
}

.choose-block .content-box .title {
  color        : var(--theme-color-black);
  margin-bottom: 0;
}

.choose-section-four {
  overflow        : hidden;
  position        : relative;
  z-index         : 1;
  background-color: var(--theme-color2);
}

.choose-section-four .box-shape {
  width   : 189px;
  height  : 189px;
  position: absolute;
  bottom  : 0;
  left    : 0;
  z-index : -1;
}

.choose-section-four .box-shape .box1 {
  height          : 100%;
  width           : 50%;
  background-color: rgba(var(--theme-color-white-rgb), 0.15);
  position        : absolute;
  bottom          : 0;
  left            : 0;
}

.choose-section-four .box-shape .box2 {
  width           : 100%;
  height          : 50%;
  background-color: rgba(var(--theme-color-white-rgb), 0.15);
  position        : absolute;
  bottom          : 0;
  left            : 0;
}

.choose-section-four .sec-title {
  padding-bottom: 40px;
  margin-bottom : 40px;
  border-bottom : 1px solid rgba(230, 230, 230, 0.212);
}

.choose-section-four .image-column .image {
  position : absolute;
  bottom   : 0;
  max-width: 450px;
}

.choose-section-four .image-column .image img {
  width: 100%;
}

.choose-section-four .image-column .image .circle-btn {
  max-width: 180px;
  position : absolute;
  top      : 52%;
  left     : 43%;
}

.choose-section-four .image-column .image .circle-bg {
  position: absolute;
  bottom  : 0;
  left    : 30px;
  z-index : -1;
  width   : 480px;
}

.choose-section-four .image-column .image .info {
  position: absolute;
  top     : 40px;
  right   : -185px;
}

@media (max-width: 1399.98px) {
  .choose-section-four .image-column .image .info {
    top  : 100px;
    right: -50px;
  }
}

@media (max-width: 1199.98px) {
  .choose-section-four .image-column {
    display: none;
  }
}

.choose-block-four {
  padding         : 30px;
  border-radius   : 10px;
  background-color: #245548;
}

.choose-block-four .title {
  margin-bottom: 10px;
  color        : var(--theme-color-white);
}

.choose-block-four .text {
  color        : var(--theme-color-white);
  font-size    : 16px;
  line-height  : 30px;
  margin-bottom: 0;
}

.choose-block-four .list {
  max-width        : 710px;
  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;
}

.choose-block-four .list ul li {
  color      : var(--theme-color-white);
  font-size  : 16px;
  line-height: 26px;
  margin-top : 20px;
}

.choose-block-four .list ul li svg {
  margin-right: 8px;
}

.choose-block-four.active {
  background-color: var(--theme-color1);
}

.choose-block-four.active .title,
.choose-block-four.active .text {
  color: var(--headings-color);
}

/*** 

====================================================================
  CONTACT SECTION
====================================================================

***/
.contact-section {
  overflow        : hidden;
  position        : relative;
  z-index         : 1;
  background-color: var(--theme-color-gray2);
}

.contact-section .shape {
  position: absolute;
  top     : 0;
  left    : 0;
  z-index : -1;
}

.contact-section .contact-image {
  position: absolute;
  bottom  : 0;
  right   : 30px;
  z-index : -1;
}

@media (max-width: 1399.98px) {
  .contact-section .contact-image {
    display: none;
  }
}

.contact-section .content-column .sec-title {
  max-width: 450px;
}

.contact-section .content-column .sec-title .text {
  font-size  : 16px;
  line-height: 30px;
}

.contact-section .content-column .info {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 30px;
}

.contact-section .content-column .info .icon {
  max-width       : 70px;
  width           : 100%;
  height          : 70px;
  line-height     : 70px;
  border-radius   : 50%;
  text-align      : center;
  background-color: var(--theme-color-white);
}

.contact-section .content-column .info .title {
  margin-bottom: 0;
  color        : var(--theme-color2);
}

.contact-section .content-column .info .sub-title {
  margin-bottom: 0;
  font-weight  : 600;
  font-size    : 16px;
  line-height  : 30px;
  color        : var(--headings-color);
}

.contact-block {
  background-color  : var(--theme-color-white);
  -webkit-box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.0588235294);
  box-shadow        : 0px 7px 24px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius     : 5px;
  padding           : 45px;
  text-align        : center;
  max-width         : 700px;
}

.contact-block form .input {
  position: relative;
  z-index : 1;
}

.contact-block form .input input {
  border       : 1px solid #e4e4e4;
  border-radius: 5px;
  font-size    : 16px;
  font-weight  : normal;
  padding      : 8px 20px;
  width        : 100%;
}

.contact-block form .input input:focus {
  border: 1px solid var(--theme-color1);
}

.contact-block form .input input::-webkit-input-placeholder {
  color: var(--theme-color-black);
}

.contact-block form .input input::-moz-placeholder {
  color: var(--theme-color-black);
}

.contact-block form .input input:-ms-input-placeholder {
  color: var(--theme-color-black);
}

.contact-block form .input input::-ms-input-placeholder {
  color: var(--theme-color-black);
}

.contact-block form .input input::placeholder {
  color: var(--theme-color-black);
}

.contact-block form .input .icon {
  position: absolute;
  top     : 18px;
  right   : 20px;
}

.contact-block form textarea {
  border-radius: 5px;
  border       : 1px solid #e4e4e4;
  font-size    : 16px;
  font-weight  : normal;
  height       : 125px;
  padding      : 8px 20px;
  width        : 100%;
}

.contact-block form textarea:focus {
  border: 1px solid var(--theme-color1);
}

.contact-block form textarea::-webkit-input-placeholder {
  color: var(--theme-color-black);
}

.contact-block form textarea::-moz-placeholder {
  color: var(--theme-color-black);
}

.contact-block form textarea:-ms-input-placeholder {
  color: var(--theme-color-black);
}

.contact-block form textarea::-ms-input-placeholder {
  color: var(--theme-color-black);
}

.contact-block form textarea::placeholder {
  color: var(--theme-color-black);
}

@media (max-width: 575.98px) {
  .contact-block {
    padding: 30px 12px;
  }
}

/*** 

====================================================================
  CONTACT SECTION Four
====================================================================

***/
.contact-section-four {
  overflow: hidden;
  position: relative;
  z-index : 1;
}

.contact-section-four .outer-box {
  -webkit-box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.0509803922);
  box-shadow        : 0px 10px 100px 0px rgba(0, 0, 0, 0.0509803922);
  background-color  : var(--theme-color-white);
  padding           : 100px 90px;
  border-radius     : 13px;
  position          : relative;
  z-index           : 1;
}

@media (max-width: 767.98px) {
  .contact-section-four .outer-box {
    padding: 60px 30px;
  }
}

@media (max-width: 575.98px) {
  .contact-section-four .outer-box {
    padding: 60px 12px;
  }
}

.contact-section-four .google-map {
  margin-top: -530px;
}

.contact-section-four .google-map iframe {
  margin-bottom : -12px;
  width         : 100%;
  height        : 650px;
  -webkit-filter: grayscale(100%);
  filter        : grayscale(100%);
}

.contact-block-four .input-feild {
  position: relative;
}

.contact-block-four .input-feild input,
.contact-block-four .input-feild textarea {
  width           : 100%;
  padding         : 15px 25px;
  background-color: #f0f1f6;
  border          : 1px solid #d1d5db;
  border-radius   : 9px;
  font-size       : 16px;
}

.contact-block-four .input-feild input::-webkit-input-placeholder,
.contact-block-four .input-feild textarea::-webkit-input-placeholder {
  color: var(--headings-color);
}

.contact-block-four .input-feild input::-moz-placeholder,
.contact-block-four .input-feild textarea::-moz-placeholder {
  color: var(--headings-color);
}

.contact-block-four .input-feild input:-ms-input-placeholder,
.contact-block-four .input-feild textarea:-ms-input-placeholder {
  color: var(--headings-color);
}

.contact-block-four .input-feild input::-ms-input-placeholder,
.contact-block-four .input-feild textarea::-ms-input-placeholder {
  color: var(--headings-color);
}

.contact-block-four .input-feild input::placeholder,
.contact-block-four .input-feild textarea::placeholder {
  color: var(--headings-color);
}

.contact-block-four .input-feild input:focus,
.contact-block-four .input-feild textarea:focus {
  border: 1px solid var(--theme-color1);
}

.contact-block-four .input-feild.textarea-feild textarea {
  height: 210px;
}

.contact-block-four .input-feild .icon {
  position: absolute;
  top     : 15px;
  right   : 25px;
}

.contact-block-four .nice-select {
  height          : 68px;
  line-height     : 68px;
  background-color: #f0f1f6;
  border          : 1px solid #d1d5db;
  padding         : 0 25px;
  border-radius   : 9px;
}

.contact-block-four .nice-select::before {
  right    : 25px;
  font-size: 18px;
}

/*** 

====================================================================
CONTACT Details
====================================================================

***/
.contact-details {
  overflow: hidden;
}

.contact-details .content-column .inner-column .google-map iframe {
  width : 100%;
  height: 350px;
}

.contact-details .content-column .inner-column form .type-feild {
  position     : relative;
  z-index      : 1;
  margin-bottom: 45px;
}

.contact-details .content-column .inner-column form .type-feild input {
  padding-bottom: 15px;
  padding-left  : 35px;
  width         : 100%;
  border-bottom : 1px solid rgba(92, 92, 91, 0.3);
}

.contact-details .content-column .inner-column form .type-feild textarea {
  padding-bottom: 15px;
  padding-left  : 35px;
  width         : 100%;
  border-bottom : 1px solid rgba(92, 92, 91, 0.3);
  height        : 130px;
}

.contact-details .content-column .inner-column form .type-feild i {
  position: absolute;
  top     : 0;
  left    : 0;
}

.contact-details .content-column .inner-column.right-column {
  max-width  : 590px;
  margin-left: auto;
}

.contact-details .content-column .inner-column.right-column .sec-title {
  margin-bottom: 55px !important;
}

.contact-details-block {
  background-color  : var(--theme-color-white);
  -webkit-box-shadow: 0px 15px 10px 0px rgba(188, 194, 198, 0.1803921569);
  box-shadow        : 0px 15px 10px 0px rgba(188, 194, 198, 0.1803921569);
  border-radius     : 8px;
  padding           : 45px 20px;
  height            : 20rem;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
  text-align        : center;
}

.contact-details-block .inner-box {
  /* max-width: 260px; */
  margin: 0 auto;
}

.contact-details-block .icon {
  margin-bottom     : 20px;
  -webkit-transition: all 700ms ease;
  transition        : all 700ms ease;
}

.contact-details-block .icon svg,
.contact-details-block .icon i {
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.contact-details-block .icon svg path,
.contact-details-block .icon i path {
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.contact-details-block .title {
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  margin-bottom     : 5px;
  text-transform    : capitalize;
}

.contact-details-block .text {
  margin-bottom     : 0;
  color             : var(--text-color2);
  font-weight       : 500;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  line-height       : 28px;
  font-size         : 15px;
}

.contact-details-block:hover {
  background-color: var(--theme-color2);
}

.contact-details-block:hover .icon {
  -webkit-transform: rotateY(360deg);
  transform        : rotateY(360deg);
}

.contact-details-block:hover .icon svg,
.contact-details-block:hover .icon i {
  color: var(--theme-color-white);
}

.contact-details-block:hover .icon svg path,
.contact-details-block:hover .icon i path {
  fill: var(--theme-color-white);
}

.contact-details-block:hover .title {
  color: var(--theme-color-white);
}

.contact-details-block:hover .text {
  color: var(--theme-color-white);
}

.service-section {
  overflow        : hidden;
  position        : relative;
  z-index         : 1;
  background-color: var(--theme-color-gray);
}

.service-section .sec-shape {
  position: absolute;
  top     : 0;
  left    : 0;
  z-index : -1;
}

.service-section .sec-line {
  position: absolute;
  top     : 10px;
  right   : 0;
  z-index : 0;
}

.service-section::after {
  position        : absolute;
  z-index         : -1;
  top             : 0;
  right           : 0;
  width           : 40%;
  height          : 100%;
  content         : "";
  background-color: var(--theme-color2);
}

@media (max-width: 991.98px) {
  .service-section::after {
    display: none;
  }
}

.service-section .sec-title {
  position: relative;
  z-index : 1;
}

.service-section .sec-title .arry {
  position: absolute;
  z-index : -1;
  right   : -75px;
  top     : -15px;
}

@media (max-width: 991.98px) {
  .service-section .sec-title .arry {
    display: none;
  }
}

.service-section .service-slider {
  margin-right: -35%;
}

@media (max-width: 1399.98px) {
  .service-section .service-slider {
    margin: 0;
  }
}

.service-block {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  position: relative;
  z-index : 1;
  height  : 100%;
}

.service-block .arry-btn {
  font-size        : 14px;
  background-color : var(--theme-color2);
  color            : var(--theme-color-white);
  border-radius    : 30px;
  width            : 64px;
  height           : 135px;
  line-height      : 135px;
  text-align       : center;
  position         : absolute;
  top              : 50%;
  right            : 210px;
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
  z-index          : 2;
}

@media (max-width: 767.98px) {
  .service-block .arry-btn {
    right      : 125px;
    height     : 80px;
    line-height: 80px;
  }
}

@media (max-width: 575.98px) {
  .service-block .arry-btn {
    right: 100px;
  }
}

.service-block .content-box {
  background-color     : var(--theme-color3);
  padding              : 50px;
  padding-right        : 20px;
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction   : column;
  flex-direction       : column;
  gap                  : 30px;
  -webkit-box-pack     : justify;
  -ms-flex-pack        : justify;
  justify-content      : space-between;
  overflow             : hidden;
  position             : relative;
  z-index              : 1;
}

.service-block .content-box .shape {
  position         : absolute;
  top              : 50%;
  left             : 50%;
  -webkit-transform: translate(-44%, -68%);
  transform        : translate(-44%, -68%);
  z-index          : -1;
}

.service-block .content-box .icon {
  margin-bottom: 30px;
}

.service-block .content-box .icon svg,
.service-block .content-box .icon i {
  -webkit-transition: all 900ms ease;
  transition        : all 900ms ease;
  font-size         : 5rem;
  color             : var(--theme-color1);
}

.service-block .content-box .content .number {
  font-size  : 22px;
  color      : var(--theme-color1);
  font-weight: 700;
}

.service-block .content-box .content .title {
  color : var(--theme-color-white);
  margin: 10px 0;
}

.service-block .content-box .content .title a {
  text-transform: capitalize;
}

.service-block .content-box .content .text {
  color      : #d9d9d9;
  font-size  : 16px;
  line-height: 30px;
  margin     : 0;
}

@media (max-width: 991.98px) {
  .service-block .content-box {
    padding: 30px;
    width  : 100%;
  }
}

.service-block .image-box {
  min-width: 240px;
  height   : 100%;
  overflow : hidden;
}

.service-block .image-box .image img {
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

@media (max-width: 767.98px) {
  .service-block .image-box {
    min-width: 130px;
    height   : 100%;
  }

  .service-block .image-box .image {
    height: 100%;
  }

  .service-block .image-box .image img {
    height       : 100%;
    -o-object-fit: cover;
    object-fit   : cover;
  }
}

@media (max-width: 575.98px) {
  .service-block .image-box {
    width: 130px;
  }
}

.service-block:hover .content-box .icon i,
.service-block:hover .content-box .icon svg {
  -webkit-transform: rotateY(360deg);
  transform        : rotateY(360deg);
}

.service-block:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  transform        : scale(1.1);
  -webkit-filter   : grayscale(100%);
  filter           : grayscale(100%);
}

.service-block:hover .arry-btn {
  background-color: var(--theme-color1);
  color           : var(--theme-color-black);
}

@media (max-width: 575.98px) {
  .service-block {
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction   : column;
    flex-direction       : column;
  }

  .service-block .image-box {
    width : 100%;
    height: 350px;
  }

  .service-block .image-box img {
    width: 100%;
  }

  .service-block .arry-btn {
    right: 20px;
    top  : 60px;
  }

  .service-block .content-box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order           : 1;
    order                    : 1;
  }

  .service-block .content-box .icon {
    margin-bottom: 0;
  }
}

.service-section-two {
  overflow        : hidden;
  background-color: var(--theme-color-gray2);
}

.service-section-two .outer-box {
  border-radius: 13px;
  overflow     : hidden;
}

.service-block-two {
  height: 100%;
}

.service-block-two .inner-box {
  padding           : 60px 30px;
  padding-top       : 50px;
  background-color  : var(--theme-color-white);
  border-right      : 1px solid #d9d9d9;
  text-align        : center;
  position          : relative;
  z-index           : 1;
  height            : 100%;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.sub-services .inner-box .icon {
    width: 90px !important;
    height: 90px !important;
    line-height: 106px !important;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color1);
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.service-block-two .inner-box .icon {
  width           : 134px;
  height          : 134px;
  line-height     : 152px;
  text-align      : center;
  border-radius   : 50%;
  background-color: var(--theme-color1);
  margin          : 0 auto;
  margin-bottom   : 20px;
  position        : relative;
  z-index         : 1;
}

.service-block-two .inner-box .icon::after {
  position          : absolute;
  top               : 0;
  left              : 0;
  width             : 100%;
  height            : 100%;
  z-index           : -1;
  background-color  : var(--theme-color2);
  content           : "";
  border-radius     : 50%;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  -webkit-transform : scale(0);
  transform         : scale(0);
}

.service-block-two .inner-box .icon svg,
.service-block-two .inner-box .icon i {
  width             : 70px;
  -webkit-transition: all 900ms ease;
  transition        : all 900ms ease;
  font-size         : 4rem;
  color             : #000;
}

.sub-services .inner-box .icon i{
  font-size         : 3rem !important;
}

.service-block-two .inner-box:hover .icon i {
  color: #fff;
}

.service-block-two .inner-box .icon svg path,
.service-block-two .inner-box .icon i path {
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.service-block-two .inner-box .content-box .title {
  margin-bottom: 20px;
}

.service-block-two .inner-box .content-box .text {
  max-width         : 345px;
  margin            : 0 auto;
  font-size         : 16px;
  line-height       : 28px;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.service-block-two .inner-box .content-box .btn-two-rounded {
  min-width       : 174px;
  margin-top      : 30px;
  background-color: var(--theme-color-white);
  border          : 1px solid rgba(32, 33, 36, 0.102);
  color           : var(--headings-color);
}

.service-block-two .inner-box .block-bg {
  position         : absolute;
  bottom           : 20px;
  left             : 50%;
  -webkit-transform: translateX(-50%);
  transform        : translateX(-50%);
  z-index          : -1;
  width            : 310px;
}

.service-block-two .inner-box .block-bg img {
  width: 100%;
}

.service-block-two .inner-box:hover {
  background-color: var(--theme-color1);
}

.service-block-two .inner-box:hover .icon i,
.service-block-two .inner-box:hover .icon svg {
  -webkit-transform: rotateY(360deg);
  transform        : rotateY(360deg);
}

.service-block-two .inner-box:hover .icon i path,
.service-block-two .inner-box:hover .icon svg path {
  fill: var(--theme-color-white);
}

.service-block-two .inner-box:hover .icon::after {
  -webkit-transform: scale(1);
  transform        : scale(1);
}

.service-block-two .inner-box:hover .text {
  color: var(--headings-color);
}

.service-block-two .inner-box:hover .btn-two-rounded {
  background-color  : var(--headings-color);
  color             : var(--theme-color-white);
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

@media (max-width: 991.98px) {
  .service-block-two .inner-box {
    border : none;
    padding: 25px 15px;
  }
}

.service-section-three {
  overflow        : hidden;
  position        : relative;
  z-index         : 1;
  background-color: var(--theme-color-gray2);
}

.service-section-three.have-pb {
  padding-bottom: 200px;
}

@media (max-width: 767.98px) {
  .service-section-three.have-pb {
    padding-bottom: 150px;
  }
}

.service-section-three .sec-shape {
  position: absolute;
  bottom  : 0;
  left    : 0;
  z-index : -1;
}

.service-section-three .outer-box {
  max-width: 1230px;
  margin   : 0 auto;
}

.service-section-three .content-column .sec-title .text {
  font-size  : 16px;
  line-height: 30px;
  margin-top : 40px;
}

.service-list-three {
  background-color: #eee9e9;
  padding         : 60px;
  margin-right    : 70px;
}

.service-list-three ul li:not(:last-child) {
  margin-bottom: 30px;
}

.service-list-three ul li a {
  display          : block;
  border-radius    : 7px;
  padding          : 20px 40px;
  background-color : var(--theme-color-white);
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 25px;
  color            : #150e3d;
  font-weight      : 700;
  font-size        : 20px;
  font-family      : var(--title-font);
  text-transform   : capitalize;
}

.service-list-three ul li a svg,
.service-list-three ul li a i {
  -webkit-transition: all 700ms ease;
  transition        : all 700ms ease;
}

.service-list-three ul li a:hover {
  background-color: var(--theme-color1);
}

.service-list-three ul li a:hover svg,
.service-list-three ul li a:hover i {
  -webkit-transform: rotateY(-360deg);
  transform        : rotateY(-360deg);
}

@media (max-width: 575.98px) {
  .service-list-three ul li a {
    padding: 20px;
  }
}

@media (max-width: 1199.98px) {
  .service-list-three {
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  .service-list-three {
    padding: 30px 15px;
  }
}

.service-block-three {
  background-color: var(--theme-color-white);
  border-radius   : 5px;
  padding         : 40px;
}

.service-block-three .image {
  overflow     : hidden;
  position     : relative;
  z-index      : 1;
  border-radius: 10px;
}

.service-block-three .image img {
  width: 100%;
}

.service-block-three .image .video-btn {
  display          : inline-block;
  width            : 45px;
  height           : 45px;
  line-height      : 45px;
  text-align       : center;
  border-radius    : 50%;
  color            : var(--headings-color);
  background-color : var(--theme-color1);
  position         : absolute;
  top              : 50%;
  left             : 50%;
  -webkit-transform: translate(-50%, -50%);
  transform        : translate(-50%, -50%);
}

.service-block-three .image .video-btn::after,
.service-block-three .image .video-btn::before {
  opacity: 1;
  border : 20px solid rgba(var(--theme-color1-rgb), 0.5);
}

.service-block-three .content .list li {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 10px;
  font-size        : 14px;
}

.service-block-three .content .list li i {
  color: var(--theme-color-black);
}

@media (max-width: 575.98px) {
  .service-block-three {
    padding: 30px 15px;
  }
}

.service-section-four {
  position        : relative;
  z-index         : 1;
  background-color: var(--theme-color-gray2);
}

@media (max-width: 991.98px) {
  .service-section-four {
    overflow: hidden;
  }
}

.service-section-four .sec-shape {
  position: absolute;
  bottom  : 0;
  left    : 0;
  z-index : -1;
}

@media (max-width: 991.98px) {
  .service-section-four .sec-shape {
    display: none;
  }
}

.service-section-four .content-column .inner-column {
  max-width: 580px;
  position : sticky;
  top      : 120px;
}

.service-section-four .content-column .inner-column .text {
  font-size  : 16px;
  line-height: 28.8px;
}

.service-section-four .content-column .inner-column .info {
  display         : -webkit-box;
  display         : -ms-flexbox;
  display         : flex;
  -ms-flex-wrap   : wrap;
  flex-wrap       : wrap;
  gap             : 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack   : justify;
  justify-content : space-between;
}

.service-section-four .content-column .inner-column .info ul li {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 10px;
  color            : var(--headings-color);
}

.service-section-four .content-column .inner-column .info ul li:not(:last-child) {
  margin-bottom: 10px;
}

.service-section-four .content-column .inner-column .info ul li .title {
  margin-bottom: 0;
}

.service-block-four .acc {
  border-radius: 14px;
  border       : 1px solid #d9d9d9;
}

.service-block-four .acc .acc-item {
  background-color  : transparent;
  border            : none;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.service-block-four .acc .acc-item .acc-header {
  margin-bottom: 0;
}

.service-block-four .acc .acc-item .acc-btn {
  display           : -webkit-box;
  display           : -ms-flexbox;
  display           : flex;
  -webkit-box-align : center;
  -ms-flex-align    : center;
  align-items       : center;
  gap               : 20px;
  -webkit-box-pack  : justify;
  -ms-flex-pack     : justify;
  justify-content   : space-between;
  padding           : 20px 30px;
  background-color  : transparent;
  -webkit-box-shadow: none;
  box-shadow        : none;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  width             : 100%;
}

@media (max-width: 575.98px) {
  .service-block-four .acc .acc-item .acc-btn {
    padding: 20px 15px;
  }
}

.service-block-four .acc .acc-item .acc-btn.collapsed {
  padding: 30px 50px;
}

@media (max-width: 575.98px) {
  .service-block-four .acc .acc-item .acc-btn.collapsed {
    padding: 20px 15px;
  }
}

.service-block-four .acc .acc-item .acc-btn span {
  display: block;
}

.service-block-four .acc .acc-item .acc-btn span.icon {
  width: 60px;
}

.service-block-four .acc .acc-item .acc-btn .content-box {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 25px;
}

.service-block-four .acc .acc-item .acc-btn .content-box .title {
  font-size  : 24px;
  line-height: 36px;
  font-weight: 700;
  font-family: var(--title-font);
  color      : var(--headings-color);
}

@media (max-width: 575.98px) {
  .service-block-four .acc .acc-item .acc-btn .content-box {
    gap: 10px;
  }

  .service-block-four .acc .acc-item .acc-btn .content-box .title {
    font-size  : 18px;
    line-height: 30px;
  }

  .service-block-four .acc .acc-item .acc-btn .content-box .icon {
    width: 30px;
  }

  .service-block-four .acc .acc-item .acc-btn .content-box .icon svg {
    width : 30px;
    height: 30px;
  }
}

.service-block-four .acc .acc-item .acc-btn .number {
  font-size  : 20px;
  font-weight: 600;
  color      : var(--headings-color);
}

.service-block-four .acc .acc-item .acc-btn::after {
  display: none;
}

.service-block-four .acc .acc-item .acc-body {
  padding    : 30px;
  padding-top: 0;
}

.service-block-four .acc .acc-item .acc-body .text {
  margin-left  : 85px;
  max-width    : 430px;
  margin-bottom: 0;
  color        : var(--theme-color-white);
}

@media (max-width: 575.98px) {
  .service-block-four .acc .acc-item .acc-body .text {
    margin-left: 0;
    font-size  : 16px;
    line-height: 28px;
  }
}

.service-block-four .acc .acc-item:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}

.service-block-four .acc .acc-item.active {
  background-color: var(--theme-color2);
  border-radius   : 14px;
}

.service-block-four .acc .acc-item.active .title,
.service-block-four .acc .acc-item.active .text,
.service-block-four .acc .acc-item.active .number {
  color: var(--theme-color-white) !important;
}

.service-block-four .acc .acc-item.active .icon svg path {
  fill: var(--theme-color-white);
}

.service-block-four .acc .acc-item.active .acc-btn {
  padding-bottom: 0 !important;
}

.steps-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;
  gap              : 20px;
}

@media (max-width: 991.98px) {
  .steps-section .outer-box {
    gap          : 30px;
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap;
  }
}

.steps-block {
  max-width : 310px;
  text-align: center;
  position  : relative;
  z-index   : 1;
}

.steps-block .icon {
  width             : 180px;
  height            : 180px;
  line-height       : 180px;
  border-radius     : 50%;
  text-align        : center;
  margin            : 0 auto;
  background-color  : var(--theme-color1);
  position          : relative;
  z-index           : 1;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.steps-block .icon svg,
.steps-block .icon i {
  -webkit-transition: all 900ms ease;
  transition        : all 900ms ease;
}

.steps-block .icon svg path,
.steps-block .icon i path {
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.steps-block .icon .number {
  width             : 70px;
  height            : 70px;
  line-height       : 70px;
  text-align        : center;
  border-radius     : 50%;
  color             : var(--text-color1);
  background-color  : var(--theme-color-white);
  position          : absolute;
  bottom            : 10px;
  right             : -30px;
  font-size         : 22px;
  font-weight       : 700;
  font-family       : var(--title-font);
  color             : var(--theme-color2);
  -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.0509803922);
  box-shadow        : 5px 5px 12px 0px rgba(0, 0, 0, 0.0509803922);
}

.steps-block .title {
  margin-top   : 30px;
  margin-bottom: 15px;
}

.steps-block .text {
  font-size  : 14.77px;
  line-height: 26.59px;
  margin     : 0;
}

@media (max-width: 991.98px) {
  .steps-block {
    max-width: 45%;
  }
}

@media (max-width: 767.98px) {
  .steps-block {
    max-width: 100%;
  }
}

.steps-block .line {
  position: absolute;
  right   : -65%;
  top     : 75px;
  z-index : -1;
}

@media (max-width: 1599.98px) {
  .steps-block .line {
    right: -40%;
  }
}

@media (max-width: 991.98px) {
  .steps-block .line.item-middle {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .steps-block .line {
    display: none;
  }
}

.steps-block.active .icon {
  background-color: var(--theme-color2);
}

.steps-block:hover .icon {
  background-color: var(--theme-color2);
}

.steps-block:hover .icon svg {
  -webkit-transform: rotateY(360deg);
  transform        : rotateY(360deg);
}

.steps-block:hover .icon svg path {
  fill: var(--theme-color-white);
}

.steps-block:hover .icon .number {
  -webkit-animation: bounceIn 1s forwards;
  animation        : bounceIn 1s forwards;
}

.strategy-section {
  overflow        : hidden;
  position        : relative;
  z-index         : 1;
  background-color: var(--theme-color-gray);
}

.strategy-section .sec-shape {
  position: absolute;
  bottom  : 0;
  right   : -290px;
  z-index : -1;
}

.strategy-section .image-column .inner-column {
  max-width: 868px;
}

.strategy-section .image-column .inner-column .image {
  position: relative;
  z-index : 1;
  overflow: hidden;
}

.strategy-section .image-column .inner-column .image img {
  width: 100%;
}

.strategy-section .image-column .inner-column .image .info {
  position: absolute;
  bottom  : 60px;
  right   : 60px;
}

@media (max-width: 1199.98px) {
  .strategy-section .image-column .inner-column {
    max-width: 100%;
  }
}

.strategy-section .content-column .inner-column {
  max-width: 620px;
}

@media (max-width: 1199.98px) {
  .strategy-section .content-column .inner-column {
    padding       : 0px 12px;
    padding-bottom: 30px;
    max-width     : 100%;
  }
}

@media (max-width: 1599.98px) {
  .strategy-section .content-column .inner-column .accordion-area {
    padding-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .strategy-section .content-column .inner-column .accordion-area {
    padding-bottom: 0;
  }
}

.strategy-section-two {
  overflow: hidden;
  position: relative;
  z-index : 1;
}

@media (max-width: 767.98px) {
  .strategy-section-two {
    padding-bottom: 60px;
  }
}

.strategy-section-two .content-column .inner-column {
  max-width: 564px;
}

@media (max-width: 1199.98px) {
  .strategy-section-two .content-column .inner-column {
    max-width: 100%;
  }
}

.strategy-section-two .content-column .inner-column .sec-title {
  max-width: 500px;
}

@media (max-width: 1199.98px) {
  .strategy-section-two .content-column .inner-column .sec-title {
    max-width: 100%;
  }
}

.strategy-section-two .content-column .inner-column .sec-title .text {
  font-size   : 16px;
  line-height : 29px;
  padding-left: 12px;
  border-left : 2px solid var(--theme-color1);
}

.strategy-section-two .content-column .inner-column .image img {
  width: 100%;
}

.strategy-section-two .image-column {
  position: absolute;
  top     : 0;
  right   : 0;
  height  : 100%;
}

.strategy-section-two .image-column .inner-column {
  height: 100%;
}

.strategy-section-two .image-column .inner-column .image {
  height  : 100%;
  overflow: hidden;
}

.strategy-section-two .image-column .inner-column .image img {
  width        : 100%;
  height       : 100%;
  -o-object-fit: cover;
  object-fit   : cover;
}

@media (max-width: 1199.98px) {
  .strategy-section-two .image-column {
    position: unset;
  }
}

.strategy-block-two {
  position : absolute;
  bottom   : 60px;
  left     : 60px;
  width    : 100%;
  max-width: 610px;
}

.strategy-block-two .item {
  background-color: var(--theme-color1);
  padding         : 40px 30px;
  border-radius   : 10px;
}

.strategy-block-two .item .title {
  color        : #0e2d3a;
  margin-bottom: 15px;
}

.strategy-block-two .item .text {
  color        : #0e2d3a;
  margin-bottom: 0;
  font-weight  : 500;
  font-size    : 16px;
  line-height  : 29px;
}

.strategy-block-two .item.light {
  background-color: var(--theme-color2);
}

.strategy-block-two .item.light .title,
.strategy-block-two .item.light .text {
  color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
  .strategy-block-two {
    position  : unset;
    margin-top: 24px;
  }
}

.progress {
  background-color: transparent;
  position        : relative;
  display         : block;
  height          : auto;
  width           : 100%;
  border-radius   : 0;
}

.progress .bar {
  position        : relative;
  width           : 100%;
  height          : 8px;
  background-color: #e8e8e8;
  border-radius   : 13px;
  overflow        : hidden;
}

.progress .bar-inner {
  position          : relative;
  display           : block;
  width             : 0px;
  height            : 100%;
  border-radius     : 13px;
  background-color  : #0c6460;
  -webkit-transition: all 1500ms ease;
  transition        : all 1500ms ease;
}

.progress .count-text {
  position          : absolute;
  right             : 0px;
  bottom            : 21px;
  color             : var(--theme-color-white);
  background-color  : #0c6460;
  border-radius     : 3px;
  font-size         : 18px;
  line-height       : 18px;
  font-weight       : 700;
  opacity           : 0;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
  padding           : 5px 13px;
  z-index           : 1;
}

.progress .count-text::after {
  position         : absolute;
  bottom           : -5px;
  left             : 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform        : translateX(-50%) rotate(45deg);
  background-color : #0c6460;
  width            : 14px;
  height           : 14px;
  content          : "";
  z-index          : -1;
}

.progress .bar-inner.counted .count-text {
  opacity: 1;
  bottom : 25px;
  right  : -35px;
}

.progress .bar.marb-0 {
  margin-bottom: 0;
}

.progress .progress-single {
  position: relative;
  display : block;
}

.progress .progress-title {
  font-size    : 20px;
  font-weight  : 700;
  line-height  : 36px;
  color        : var(--headings-color);
  margin-bottom: 10px;
}

/***

====================================================================
    Product Section One
====================================================================

***/
.gallery-section-one {
  padding: 120px 0;
}

.gallery-block-one .inner-box {
  overflow: hidden;
  position: relative;
}

.gallery-block-one .inner-box:hover .content-box {
  opacity          : 1;
  visibility       : visible;
  -webkit-transform: translate(0);
  transform        : translate(0);
}

.gallery-block-one .inner-box:hover .content-box .title {
  opacity          : 1;
  visibility       : visible;
  -webkit-transform: translate(0);
  transform        : translate(0);
}

.gallery-block-one .inner-box:hover .content-box .theme-btn {
  opacity          : 1;
  visibility       : visible;
  -webkit-transform: translate(0);
  transform        : translate(0);
}

.gallery-block-one .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform        : scale(1.1);
}

.gallery-block-one .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
}

.gallery-block-one .inner-box .image-box .image img {
  height            : 430px;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

@media (max-width: 575.98px) {
  .gallery-block-one .inner-box .image-box .image img {
    height: auto;
  }
}

.gallery-block-one .content-box {
  background-color  : #222222;
  bottom            : 0;
  left              : 0;
  opacity           : 0;
  padding           : 30px;
  position          : absolute;
  visibility        : hidden;
  -webkit-transform : translateY(100%);
  transform         : translateY(100%);
  z-index           : 2;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

@media (max-width: 575.98px) {
  .gallery-block-one .content-box {
    padding: 20px;
  }
}

.gallery-block-one .content-box .title {
  color             : var(--theme-color-light);
  font-family       : "Gilda Display";
  font-size         : 32px;
  font-style        : normal;
  font-weight       : 400;
  line-height       : 30px;
  margin-bottom     : 0;
  opacity           : 0;
  visibility        : hidden;
  -webkit-transform : translateY(100%);
  transform         : translateY(100%);
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

@media (max-width: 575.98px) {
  .gallery-block-one .content-box .title {
    font-size: 20px;
  }
}

.gallery-block-one .content-box .theme-btn {
  color             : #6A6F78;
  font-family       : "Barlow";
  font-size         : 16px;
  font-style        : normal;
  font-weight       : 400;
  line-height       : 30px;
  -webkit-transform : translateY(100%);
  transform         : translateY(100%);
  visibility        : hidden;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.gallery-block-one .content-box .theme-btn:before {
  display: none;
}

/***

==================================================================
    Offer Section One
==================================================================

***/
.objective-section {
  overflow: hidden;
  position: relative;
  z-index : 1;
}

.objective-section::after {
  position        : absolute;
  top             : 0;
  left            : 0;
  width           : 100%;
  height          : 58%;
  background-color: var(--theme-color-gray2);
  z-index         : -1;
  content         : "";
}

.objective-section .content-column .inner-column {
  padding           : 50px;
  background-color  : var(--theme-color-white);
  border-radius     : 5px;
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.0392156863);
  box-shadow        : 0px 8px 32px 0px rgba(0, 0, 0, 0.0392156863);
  overflow          : hidden;
  height            : 100%;
}

.objective-section .content-column .inner-column .content {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 30px;
}

.objective-section .content-column .inner-column .content .image {
  overflow     : hidden;
  border-radius: 10px;
  position     : relative;
  z-index      : 1;
}

.objective-section .content-column .inner-column .content .image img {
  width: 100%;
}

.objective-section .content-column .inner-column .content .image .btn-play {
  width            : 50px;
  height           : 50px;
  line-height      : 50px;
  background-color : var(--theme-color2);
  color            : var(--theme-color-white);
  text-align       : center;
  display          : inline-block;
  border-radius    : 50%;
  font-size        : 15px;
  position         : absolute;
  top              : 50%;
  left             : 50%;
  -webkit-transform: translate(-50%, -50%);
  transform        : translate(-50%, -50%);
}

.objective-section .content-column .inner-column .content .image .btn-play::after,
.objective-section .content-column .inner-column .content .image .btn-play::before {
  opacity: 1;
  border : 20px solid rgba(var(--theme-color2-rgb), 0.5);
}

.objective-section .content-column .inner-column .content ul li {
  font-size: 16px;
}

.objective-section .content-column .inner-column .progress .progress-title {
  font-size        : 18px;
  font-weight      : 700;
  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;
  margin-bottom    : 5px;
  text-transform   : capitalize;
}

.objective-section .content-column .inner-column .progress .bar {
  height       : 5px;
  border-radius: 3px;
}

.objective-section .content-column .inner-column .progress .bar .bar-inner {
  border-radius   : 3px;
  background-color: var(--theme-color1);
}

.objective-section .content-column .inner-column .nav.nav-tabs {
  border-bottom: 1px solid rgba(2, 6, 38, 0.102);
}

.objective-section .content-column .inner-column .nav.nav-tabs .nav-item .nav-link {
  padding         : 8px 50px;
  font-weight     : 700;
  font-family     : var(--title-font);
  text-transform  : capitalize;
  border-radius   : 2px;
  color           : var(--headings-color);
  background-color: transparent;
  border          : none;
}

.objective-section .content-column .inner-column .nav.nav-tabs .nav-item .nav-link.active {
  color           : var(--theme-color-white);
  background-color: var(--theme-color2);
}

@media (max-width: 575.98px) {
  .objective-section .content-column .inner-column .nav.nav-tabs .nav-item .nav-link {
    padding: 6px 20px;
  }
}

@media (max-width: 575.98px) {
  .objective-section .content-column .inner-column .nav.nav-tabs {
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between;
  }
}

@media (max-width: 767.98px) {
  .objective-section .content-column .inner-column {
    padding: 30px 12px;
  }
}

@media (max-width: 575.98px) {
  .objective-section .content-column .inner-column .content {
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap;
  }

  .objective-section .content-column .inner-column .content .image {
    width: 100%;
  }
}

.objective-block {
  padding           : 70px 45px;
  padding-bottom    : 90px;
  background-color  : var(--theme-color-white);
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.0392156863);
  box-shadow        : 0px 8px 32px 0px rgba(0, 0, 0, 0.0392156863);
  border-radius     : 5px;
  overflow          : hidden;
  height            : 100%;
  position          : relative;
  z-index           : 1;
}

.objective-block .title {
  padding-left: 15px;
  border-left : 2.25px solid var(--theme-color1);
}

.objective-block .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: 499.98px) {
  .objective-block .outer-box {
    display: block;
  }
}

.objective-block .outer-box .item {
  width: 100%;
}

.objective-block .outer-box .item .icon {
  margin-bottom: 10px;
}

@media (max-width: 499.98px) {
  .objective-block .outer-box .item {
    padding-left: 5px;
  }
}

.objective-block .outer-box .item:not(:first-child) {
  border-left : 1px solid #ebebeb;
  padding-left: 40px;
}

@media (max-width: 499.98px) {
  .objective-block .outer-box .item:not(:first-child) {
    border      : none;
    padding-left: 5px;
  }
}

.objective-block .info {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 20px;
  margin-top       : 20px;
}

.objective-block .info .icon {
  width             : 48px;
  height            : 48px;
  line-height       : 48px;
  text-align        : center;
  border-radius     : 50%;
  border            : 1px solid rgba(var(--theme-color-black-rgb), 0.09);
  background-color  : var(--theme-color-white);
  -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.0901960784);
  box-shadow        : 0px 4px 9px 0px rgba(0, 0, 0, 0.0901960784);
}

.objective-block .info .text {
  color        : var(--headings-color);
  margin-bottom: 0;
}

.objective-block .info .text a {
  font-weight    : 500;
  text-decoration: underline;
}

.objective-block .triangle {
  position: absolute;
  bottom  : 20px;
  left    : 20px;
  z-index : -1;
}

@media (max-width: 767.98px) {
  .objective-block {
    padding: 30px 12px;
  }

  .objective-block .triangle {
    display: none;
  }
}

.testimonial-section {
  overflow: hidden;
  padding : 120px 12px;
}

@media (max-width: 767.98px) {
  .testimonial-section {
    padding: 60px 12px;
  }
}

.testimonial-section .outer-box {
  max-width         : 1540px;
  margin            : 0 auto;
  background-color  : var(--theme-color-white);
  -webkit-box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.0588235294);
  box-shadow        : 0px 0px 120px 0px rgba(0, 0, 0, 0.0588235294);
  padding           : 120px 30px;
  position          : relative;
  z-index           : 1;
}

.testimonial-section .outer-box .shape {
  position         : absolute;
  top              : 50%;
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
  width            : 100%;
  left             : 0;
  z-index          : -1;
}

.testimonial-section .outer-box .shape img {
  width: 100%;
}

@media (max-width: 991.98px) {
  .testimonial-section .outer-box {
    padding: 60px 15px;
  }
}

.testimonial-slider {
  padding-top: 20px;
  position   : relative;
}

.testimonial-slider .swiper-arry {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 20px;
  width            : -webkit-fit-content;
  width            : -moz-fit-content;
  width            : fit-content;
  position         : absolute;
  bottom           : 30px;
  right            : 10%;
  z-index          : 1;
}

.testimonial-slider .swiper-arry button {
  display           : inline-block;
  width             : 50px;
  height            : 50px;
  line-height       : 50px;
  text-align        : center;
  border-radius     : 50%;
  color             : var(--theme-color-black);
  background-color  : #f1f1f1;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.testimonial-slider .swiper-arry button:hover {
  background-color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
  .testimonial-slider .swiper-arry {
    position  : unset;
    margin    : 0 auto;
    margin-top: 30px;
  }
}

.testimonial-block .inner-box {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 30px;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
  max-width        : 1240px;
  margin           : 0 auto;
}

@media (max-width: 991.98px) {
  .testimonial-block .inner-box {
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap;
  }
}

.testimonial-block .inner-box .image-box {
  max-width : 300px;
  text-align: center;
  position  : relative;
  z-index   : 1;
}

.testimonial-block .inner-box .image-box .quate {
  width           : 90px;
  height          : 90px;
  line-height     : 100px;
  text-align      : center;
  border-radius   : 50%;
  background-color: var(--theme-color1);
  position        : absolute;
  top             : -15px;
  right           : 5px;
}

.testimonial-block .inner-box .image-box .image {
  overflow     : hidden;
  border-radius: 50%;
}

.testimonial-block .inner-box .image-box .image img {
  width: 100%;
}

.testimonial-block .inner-box .image-box .image::after {
  background-color: rgba(var(--theme-color-white-rgb), 0.3);
  content         : "";
  position        : absolute;
  left            : 0;
  top             : 0;
  width           : 100%;
  height          : 0;
  opacity         : 1;
  z-index         : 9;
  pointer-events  : none;
}

.testimonial-block .inner-box .image-box .star {
  position     : relative;
  z-index      : 1;
  margin       : 0 auto;
  margin-top   : 35px;
  border       : 1px solid #e1e1e1;
  padding      : 5px 35px;
  border-radius: 30px;
  width        : 190px;
  font-size    : 16px;
}

.testimonial-block .inner-box .image-box .star i {
  color: #ff8c22;
}

.testimonial-block .inner-box .image-box .star::after {
  position         : absolute;
  top              : -14px;
  left             : 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform        : translateX(-50%) rotate(45deg);
  border-top       : 1px solid #e1e1e1;
  border-left      : 1px solid #e1e1e1;
  background-color : var(--theme-color-white);
  width            : 25px;
  height           : 25px;
  content          : "";
}

@media (max-width: 991.98px) {
  .testimonial-block .inner-box .image-box {
    margin: 0 auto;
  }
}

.testimonial-block .inner-box .content-box {
  max-width: 810px;
}

.testimonial-block .inner-box .content-box .text {
  font-size     : 30px;
  line-height   : 50px;
  font-weight   : 500;
  padding-bottom: 30px;
  margin-bottom : 35px;
  border-bottom : 1px solid rgba(var(--theme-color2-rgb), 0.1);
}

@media (max-width: 767.98px) {
  .testimonial-block .inner-box .content-box .text {
    font-size  : 20px;
    line-height: 30px;
  }
}

.testimonial-block .inner-box .content-box .title {
  margin-bottom: 0;
}

.testimonial-block .inner-box .content-box .title span {
  font-family: var(--text-font);
  color      : var(--text-color);
  font-size  : 14px;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .testimonial-block .inner-box .content-box {
    max-width : 100%;
    text-align: center;
  }
}

.testimonial-block .inner-box:hover .image-box .quate svg {
  -webkit-animation: iconBounceIn 1s forwards;
  animation        : iconBounceIn 1s forwards;
}

.testimonial-block .inner-box:hover .image-box .image::after {
  height            : 100%;
  opacity           : 0;
  -webkit-transition: all 400ms linear;
  transition        : all 400ms linear;
}

.testimonial-section-two {
  position           : relative;
  z-index            : 1;
  background-position: top;
  background-size    : cover;
  background-repeat  : no-repeat;
  margin-top         : -80px;
  padding-top        : 80px;
}

@media (max-width: 1399.98px) {
  .testimonial-section-two {
    padding-bottom: 60px;
  }
}

.testimonial-section-two .testimonial-slider-two {
  position: relative;
  z-index : 1;
}

.testimonial-section-two .testimonial-slider-two .btn-wrp {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 10px;
  position         : absolute;
  top              : 0;
  right            : 0;
  z-index          : 2;
}

@media (max-width: 575.98px) {
  .testimonial-section-two .testimonial-slider-two .btn-wrp {
    display: none;
  }
}

.testimonial-section-two .testimonial-slider-two .testimonial-prev-two,
.testimonial-section-two .testimonial-slider-two .testimonial-next-two {
  display           : inline-block;
  width             : 60px;
  height            : 60px;
  line-height       : 58px;
  text-align        : center;
  border-radius     : 50%;
  background-color  : transparent;
  border            : 2px solid rgba(var(--theme-color-white-rgb), 0.16);
  color             : var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  font-size         : 20px;
}

.testimonial-section-two .testimonial-slider-two .testimonial-prev-two:hover,
.testimonial-section-two .testimonial-slider-two .testimonial-next-two:hover {
  background-color: var(--theme-color-white);
  color           : var(--headings-color);
}

.testimonial-section-two .sec-shape {
  position: absolute;
  bottom  : -25px;
  right   : -200px;
  z-index : -1;
}

@media (max-width: 1399.98px) {
  .testimonial-section-two .sec-shape {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .testimonial-section-two .image-column {
    display: none;
  }
}

.testimonial-section-two .image-column .inner-column .image {
  position : relative;
  z-index  : 1;
  max-width: 422px;
}

.testimonial-section-two .image-column .inner-column .image img {
  width: 100%;
}

.testimonial-section-two .image-column .inner-column .image .info1 {
  position: absolute;
  top     : 30%;
  left    : -50%;
}

.testimonial-section-two .image-column .inner-column .image .info2 {
  position: absolute;
  bottom  : -80px;
  right   : -120px;
}

.testimonial-section-two .image-column .inner-column .image::after {
  position               : absolute;
  bottom                 : 0;
  left                   : -50px;
  width                  : 510px;
  height                 : 565px;
  background-color       : var(--theme-color1);
  border-top-left-radius : 500px;
  border-top-right-radius: 500px;
  content                : "";
  z-index                : -1;
}

@media (max-width: 1399.98px) {
  .testimonial-section-two .image-column .inner-column .image .info1 {
    left: -10%;
  }

  .testimonial-section-two .image-column .inner-column .image .info2 {
    right: unset;
    left : -10%;
  }

  .testimonial-section-two .image-column .inner-column .image::after {
    display: none;
  }
}

.testimonial-section-two .content-column .inner-column {
  max-width   : 820px;
  margin-left : auto;
  margin-right: -60px;
}

@media (max-width: 1399.98px) {
  .testimonial-section-two .content-column .inner-column {
    margin-right: 0;
  }
}

.testimonial-block-two .text {
  font-size  : 30px;
  line-height: 51px;
  font-weight: 500;
  color      : var(--theme-color-white);
  font-family: var(--title-font);
  margin     : 40px 0;
}

@media (max-width: 575.98px) {
  .testimonial-block-two .text {
    font-size  : 18px;
    line-height: 32px;
  }
}

.testimonial-block-two .info {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 20px;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
  border-top       : 1px solid #4b5563;
  padding-top      : 35px;
  max-width        : 90%;
}

@media (max-width: 575.98px) {
  .testimonial-block-two .info {
    max-width: 100%;
  }
}

.testimonial-block-two .info .title {
  color        : var(--theme-color-white);
  margin-bottom: 0;
  font-size    : 22px;
}

.testimonial-block-two .info .sub-title {
  font-weight  : 500;
  font-size    : 16px;
  color        : #d9d9d9;
  margin-bottom: 0;
}

.testimonial-block-two .info .stars {
  color       : #ff8c22;
  margin-right: 50px;
}

@media (max-width: 575.98px) {
  .testimonial-block-two .info .stars {
    margin-right: 0;
  }
}

.testimonial-section-three {
  overflow: hidden;
}

.testimonial-section-three::after {
  position        : absolute;
  top             : 0;
  left            : 0;
  width           : 100%;
  height          : 50%;
  content         : "";
  background-color: var(--theme-color-gray2);
  z-index         : -1;
}

.testimonial-section-three .sec-wrp {
  margin          : 0 70px;
  border-radius   : 60px;
  background-color: var(--theme-color2);
  padding         : 120px 30px;
  position        : relative;
  z-index         : 1;
}

@media (max-width: 991.98px) {
  .testimonial-section-three .sec-wrp {
    margin: 0 12px;
  }

  .testimonial-section-three .sec-wrp .sec-shape {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .testimonial-section-three .sec-wrp {
    padding: 60px 12px;
  }
}

.testimonial-section-three .sec-shape {
  position: absolute;
  bottom  : 20px;
  right   : -220px;
  z-index : -1;
}

.testimonial-section-three .sec-title .title {
  max-width: 510px;
}

.testimonial-section-three .sec-title .flex-content {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
  gap              : 20px;
}

.testimonial-section-three .sec-title .btn-wrp {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 10px;
}

.testimonial-section-three .sec-title .testimonial-prev-three,
.testimonial-section-three .sec-title .testimonial-next-three {
  display           : inline-block;
  width             : 60px;
  height            : 60px;
  line-height       : 58px;
  text-align        : center;
  border-radius     : 50%;
  background-color  : transparent;
  border            : 2px solid rgba(var(--theme-color-white-rgb), 0.16);
  color             : var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  font-size         : 20px;
}

.testimonial-section-three .sec-title .testimonial-prev-three:hover,
.testimonial-section-three .sec-title .testimonial-next-three:hover {
  background-color: var(--theme-color-white);
  color           : var(--headings-color);
}

.testimonial-section-three .image-column .inner-column .image {
  max-width: 485px;
  position : relative;
  z-index  : 1;
}

.testimonial-section-three .image-column .inner-column .image img {
  width: 100%;
}

.testimonial-section-three .image-column .inner-column .image::after {
  position        : absolute;
  bottom          : 0;
  left            : 15px;
  width           : 440px;
  height          : 495px;
  border-radius   : 37px;
  opacity         : 0.3;
  content         : "";
  background-color: #d9d9d9;
  z-index         : -1;
}

.testimonial-section-three .image-column .inner-column .image .icon {
  position        : absolute;
  bottom          : 335px;
  right           : -10px;
  width           : 90px;
  height          : 90px;
  line-height     : 90px;
  text-align      : center;
  border-radius   : 50%;
  background-color: var(--theme-color1);
  z-index         : 1;
}

.testimonial-section-three .image-column .inner-column .image .title {
  margin-bottom    : 0;
  font-size        : 38px;
  line-height      : 38px;
  font-weight      : 700;
  background-color : var(--theme-color1);
  padding          : 35px;
  border-radius    : 60px;
  text-align       : center;
  width            : 453px;
  -webkit-transform: rotate(-6.38deg);
  transform        : rotate(-6.38deg);
  position         : absolute;
  left             : 5px;
  bottom           : -4px;
}

@media (max-width: 1199.98px) {
  .testimonial-section-three .image-column .inner-column .image {
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .testimonial-section-three .image-column .inner-column .image .title {
    font-size: 28px;
    width    : 300px;
    padding  : 20px;
  }

  .testimonial-section-three .image-column .inner-column .image::after {
    width: 320px;
    left : -10px;
  }
}

.testimonial-block-three .text {
  font-size  : 22px;
  line-height: 51px;
  font-weight: 400;
  color      : var(--theme-color-white);
  font-family: var(--title-font);
}

.testimonial-block-three .info {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 30px;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
  padding-top      : 30px;
  border-top       : 1px solid rgba(var(--theme-color-white-rgb), 0.15);
  max-width        : 90%;
}

.testimonial-block-three .info .title {
  color        : var(--theme-color-white);
  margin-bottom: 0;
  font-size    : 22px;
}

.testimonial-block-three .info .title span {
  font-size  : 14px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .testimonial-block-three .info {
    gap      : 20px;
    max-width: 100%;
  }

  .testimonial-block-three .info img {
    width: 150px;
  }
}

@media (max-width: 575.98px) {
  .testimonial-block-three .text {
    font-size  : 18px;
    line-height: 32px;
  }
}

.testimonial-section-four {
  overflow        : hidden;
  position        : relative;
  z-index         : 1;
  background-color: var(--theme-color2);
  padding-top     : 210px;
  padding-bottom  : 400px;
}

@media (max-width: 1399.98px) {
  .testimonial-section-four {
    padding-top   : 0;
    padding-bottom: 60px;
  }
}

.testimonial-section-four .map {
  position         : absolute;
  top              : 50px;
  left             : 50%;
  -webkit-transform: translateX(-50%);
  transform        : translateX(-50%);
  z-index          : -1;
}

.testimonial-section-four .hero-image {
  position         : absolute;
  top              : 0;
  left             : 50%;
  -webkit-transform: translateX(-50%);
  transform        : translateX(-50%);
  z-index          : -1;
  max-width        : 1655px;
  width            : 100%;
}

.testimonial-section-four .hero-image img {
  width: 100%;
}

@media (max-width: 1399.98px) {
  .testimonial-section-four .hero-image {
    display: none;
  }
}

.testimonial-section-four .outer-box {
  max-width: 815px;
  margin   : 0 auto;
}

.testimonial-block-four {
  text-align: center;
}

.testimonial-block-four .icon {
  margin-bottom: 30px;
}

.testimonial-block-four .text {
  font-size    : 30px;
  line-height  : 50px;
  font-weight  : 500;
  font-family  : var(--title-font);
  color        : var(--theme-color-white);
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .testimonial-block-four .text {
    font-size  : 18px;
    line-height: 28px;
  }
}

.testimonial-block-four .info {
  margin-top        : 50px;
  padding           : 18px 45px;
  background-color  : rgba(var(--theme-color-white-rgb), 0.12);
  border-radius     : 50px;
  cursor            : pointer;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.testimonial-block-four .info .title {
  font-size    : 20px;
  line-height  : 30px;
  color        : var(--theme-color-white);
  margin-bottom: 0;
}

.testimonial-block-four .info .sub-title {
  font-size    : 14px;
  line-height  : 14px;
  color        : #d9d9d9;
  line-height  : 20px;
  font-weight  : 500;
  margin-bottom: 0;
}

.testimonial-block-four .info.active {
  background-color: rgba(var(--theme-color-white-rgb), 0.21);
}

@media (max-width: 575.98px) {
  .testimonial-block-four .info {
    margin-top: 30px;
    padding   : 10px 30px;
  }
}

.testimonial-block-four .testimonial-slider-thumb-four .swiper-slide-thumb-active .info {
  background-color: rgba(var(--theme-color-white-rgb), 0.21);
}

.team-section {
  overflow: hidden;
  position: relative;
  z-index : 1;
}

.team-section .team-shape {
  position: absolute;
  bottom  : 0;
  left    : 0;
  z-index : -1;
}

.team-block .inner-box {
  position          : relative;
  z-index           : 1;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  border-radius     : 20px;
  background-color  : var(--theme-color-white);
}

.team-block .inner-box .image {
  border-radius     : 20px 20px 0 0;
  overflow          : hidden;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  position          : relative;
}

.team-block .inner-box .image img {
  width             : 100%;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.team-block .inner-box .image::after {
  position          : absolute;
  bottom            : 0;
  left              : 0;
  width             : 100%;
  height            : 100%;
  background        : linear-gradient(-135deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0) 65%, var(--theme-color1) 100%);
  content           : "";
  z-index           : 0;
  opacity           : 0;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  visibility        : hidden;
}

.team-block .inner-box .content-box {
  padding           : 20px 30px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.0509803922);
  box-shadow        : 0px 5px 15px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius     : 0 0 20px 20px;
}

.team-block .inner-box .content-box .title {
  margin-bottom: 0;
}

.team-block .inner-box .content-box .sub-title {
  font-weight       : 600;
  color             : var(--theme-color4);
  font-size         : 14px;
  line-height       : 28px;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  margin-bottom     : 0;
}

.team-block .inner-box .socials {
  width             : 40px;
  height            : 40px;
  line-height       : 40px;
  text-align        : center;
  border-radius     : 50%;
  background-color  : var(--theme-color4);
  color             : var(--theme-color-white);
  position          : absolute;
  right             : 20px;
  bottom            : 83px;
  cursor            : pointer;
  font-size         : 14px;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.team-block .inner-box .socials .fa-plus {
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.team-block .inner-box .socials ul {
  width                : 40px;
  position             : absolute;
  bottom               : 45px;
  right                : 0;
  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;
  gap                  : 5px;
  visibility           : hidden;
}

.team-block .inner-box .socials ul li {
  opacity           : 0;
  visibility        : hidden;
  -webkit-transform : translateY(10px);
  transform         : translateY(10px);
  -webkit-transition: all 700ms ease;
  transition        : all 700ms ease;
}

.team-block .inner-box .socials ul li:nth-child(2) {
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.team-block .inner-box .socials ul li:nth-child(3) {
  -webkit-transition: all 400ms ease;
  transition        : all 400ms ease;
}

.team-block .inner-box .socials ul li:nth-child(4) {
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.team-block .inner-box .socials ul li a {
  width           : 40px;
  height          : 40px;
  line-height     : 40px;
  text-align      : center;
  background-color: var(--theme-color-white);
  color           : var(--theme-color4);
  border-radius   : 50%;
  display         : inline-block;
}

.team-block .inner-box .socials ul li i {
  -webkit-transition: all 900ms ease;
  transition        : all 900ms ease;
}

.team-block .inner-box .socials ul li:hover i {
  -webkit-transform: rotateY(360deg);
  transform        : rotateY(360deg);
}

.team-block .inner-box:hover {
  background-color: var(--theme-color4);
}

.team-block .inner-box:hover .image {
  border-radius     : 20px;
  overflow          : hidden;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.team-block .inner-box:hover .image img {
  -webkit-filter: grayscale(100%);
  filter        : grayscale(100%);
}

.team-block .inner-box:hover .image::after {
  opacity   : 1;
  visibility: visible;
}

.team-block .inner-box:hover .content-box .title,
.team-block .inner-box:hover .content-box .sub-title {
  color: var(--theme-color-white);
}

.team-block .inner-box:hover .socials {
  background-color: var(--theme-color1);
  color           : var(--theme-color4);
}

.team-block .inner-box:hover .socials .fa-plus {
  display          : inline-block;
  -webkit-transform: rotate(135deg);
  transform        : rotate(135deg);
}

.team-block .inner-box:hover .socials ul {
  visibility: visible;
}

.team-block .inner-box:hover .socials ul li {
  opacity          : 1;
  -webkit-transform: translateY(0px);
  transform        : translateY(0px);
  visibility       : visible;
}

.team-section-two {
  overflow        : hidden;
  position        : relative;
  z-index         : 1;
  background-color: var(--headings-color);
}

.team-section-two .sec-shape {
  position: absolute;
  bottom  : 40px;
  left    : -230px;
  z-index : -1;
}

@media (max-width: 991.98px) {
  .team-section-two .sec-shape {
    display: none;
  }
}

.team-section-two .box-shape {
  width   : 189px;
  height  : 220px;
  position: absolute;
  bottom  : 0;
  right   : 0;
  z-index : -1;
}

.team-section-two .box-shape .box1 {
  height          : 100%;
  width           : 75px;
  background-color: rgba(53, 62, 71, 0.4);
  position        : absolute;
  bottom          : 0;
  right           : 0;
}

.team-section-two .box-shape .box2 {
  width           : 100%;
  height          : 50px;
  background-color: rgba(53, 62, 71, 0.4);
  position        : absolute;
  bottom          : 0;
  left            : 0;
}

.team-block-two .inner-box {
  text-align: center;
}

.team-block-two .inner-box .image-box {
  position: relative;
  z-index : 1;
}

.team-block-two .inner-box .image-box .image {
  overflow     : hidden;
  border-radius: 6px;
}

.team-block-two .inner-box .image-box .image img {
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
  width             : 100%;
}

.team-block-two .inner-box .image-box .socials {
  width             : 68px;
  height            : 68px;
  line-height       : 68px;
  text-align        : center;
  background-color  : var(--theme-color2);
  color             : var(--theme-color-white);
  position          : absolute;
  left              : 0px;
  bottom            : 0px;
  cursor            : pointer;
  font-size         : 24px;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.team-block-two .inner-box .image-box .socials ul {
  position         : absolute;
  bottom           : -7px;
  left             : 68px;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  visibility       : hidden;
}

.team-block-two .inner-box .image-box .socials ul li {
  opacity           : 0;
  visibility        : hidden;
  -webkit-transform : translateY(5px);
  transform         : translateY(5px);
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.team-block-two .inner-box .image-box .socials ul li:nth-child(2) {
  -webkit-transition: all 400ms ease;
  transition        : all 400ms ease;
}

.team-block-two .inner-box .image-box .socials ul li:nth-child(3) {
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.team-block-two .inner-box .image-box .socials ul li:nth-child(4) {
  -webkit-transition: all 700ms ease;
  transition        : all 700ms ease;
}

.team-block-two .inner-box .image-box .socials ul li a {
  width           : 45px;
  height          : 45px;
  line-height     : 45px;
  text-align      : center;
  background-color: var(--theme-color-white);
  color           : #888888;
  font-size       : 14px;
  display         : inline-block;
}

.team-block-two .inner-box .image-box .socials ul li a:hover {
  color: var(--headings-color);
}

.team-block-two .inner-box .image-box .socials ul li i {
  -webkit-transition: all 900ms ease;
  transition        : all 900ms ease;
}

.team-block-two .inner-box .image-box .socials ul li:hover i {
  -webkit-transform: rotateY(360deg);
  transform        : rotateY(360deg);
}

.team-block-two .inner-box .content-box {
  margin-top: 20px;
}

.team-block-two .inner-box .content-box .title {
  color         : var(--theme-color-white);
  font-size     : 22px;
  line-height   : 30px;
  text-transform: capitalize;
  margin        : 0;
}

.team-block-two .inner-box .content-box .title a:hover {
  letter-spacing: 1px;
}

.team-block-two .inner-box .content-box .sub-title {
  font-weight   : 600;
  color         : var(--theme-color1);
  line-height   : 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size     : 12px;
  margin        : 0;
}

.team-block-two .inner-box:hover .socials ul {
  visibility: visible;
}

.team-block-two .inner-box:hover .socials ul li {
  opacity          : 1;
  -webkit-transform: translateY(0px);
  transform        : translateY(0px);
  visibility       : visible;
}

.team-block-two .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  transform        : scale(1.1);
}

.team-section-three {
  overflow        : hidden;
  position        : relative;
  z-index         : 1;
  background-color: var(--theme-color-gray2);
}

.team-section-three .team-three-text {
  position: absolute;
  bottom  : 125px;
  left    : -25px;
  z-index : -1;
}

.team-block-three .inner-box {
  text-align: center;
}

.team-block-three .inner-box .image-box {
  position: relative;
  z-index : 1;
}

.team-block-three .inner-box .image-box .image {
  overflow     : hidden;
  border-radius: 12px;
}

.team-block-three .inner-box .image-box .image img {
  width             : 100%;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.team-block-three .inner-box .image-box .socials {
  position          : absolute;
  bottom            : 20px;
  left              : 50%;
  -webkit-transform : translateX(-50%);
  transform         : translateX(-50%);
  z-index           : 1;
  background-color  : var(--theme-color2);
  border-radius     : 12px;
  padding           : 0 15px;
  opacity           : 0;
  visibility        : hidden;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.team-block-three .inner-box .image-box .socials ul {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  visibility       : hidden;
}

.team-block-three .inner-box .image-box .socials ul li {
  opacity           : 0;
  visibility        : hidden;
  -webkit-transform : translateX(-5px);
  transform         : translateX(-5px);
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.team-block-three .inner-box .image-box .socials ul li:nth-child(2) {
  -webkit-transition: all 400ms ease;
  transition        : all 400ms ease;
}

.team-block-three .inner-box .image-box .socials ul li:nth-child(3) {
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.team-block-three .inner-box .image-box .socials ul li:nth-child(4) {
  -webkit-transition: all 700ms ease;
  transition        : all 700ms ease;
}

.team-block-three .inner-box .image-box .socials ul li a {
  width      : 35px;
  height     : 50px;
  line-height: 50px;
  text-align : center;
  color      : var(--theme-color-white);
  font-size  : 14px;
  display    : inline-block;
}

.team-block-three .inner-box .image-box .socials ul li i {
  -webkit-transition: all 900ms ease;
  transition        : all 900ms ease;
}

.team-block-three .inner-box .image-box .socials ul li:hover i {
  -webkit-transform: rotateY(360deg);
  transform        : rotateY(360deg);
}

.team-block-three .inner-box .content-box {
  padding           : 30px 20px;
  border-radius     : 0px 0px 12px 12px;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.team-block-three .inner-box .content-box .title {
  text-transform: capitalize;
  margin        : 0;
}

.team-block-three .inner-box .content-box .title a:hover {
  color: var(--theme-color1);
}

.team-block-three .inner-box .content-box .sub-title {
  font-weight   : 600;
  color         : var(--theme-color2);
  line-height   : 30px;
  text-transform: capitalize;
  font-size     : 16px;
  margin        : 0;
}

.team-block-three .inner-box:hover .socials {
  opacity   : 1;
  visibility: visible;
}

.team-block-three .inner-box:hover .socials ul {
  visibility: visible;
}

.team-block-three .inner-box:hover .socials ul li {
  opacity          : 1;
  -webkit-transform: translateY(0px);
  transform        : translateY(0px);
  visibility       : visible;
}

.team-block-three .inner-box:hover .content-box {
  background-color: var(--theme-color-white);
}

.team-block-three .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  transform        : scale(1.1);
}

/*** 

====================================================================
  video-section
====================================================================

***/
.video-section {
  position: relative;
  padding : 300px 0;
}

.video-section .bg-image:before {
  background-color: rgba(var(--theme-color-black-rgb), 0.4);
  content         : "";
  position        : absolute;
  left            : 0;
  top             : 0;
  height          : 100%;
  width           : 100%;
}

@media (max-width: 575.98px) {
  .video-section {
    padding: 210px 0 80px;
  }
}

.video-section .btn-column .inner-column .play-now-two {
  border                 : none;
  background-color       : rgba(var(--theme-color-white-rgb), 0.48);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter        : blur(10px);
  border-radius          : 50%;
  color                  : var(--headings-color);
  display                : inline-block;
  font-size              : 30px;
  text-align             : center;
  line-height            : 162px;
  width                  : 162px;
  height                 : 162px;
  position               : absolute;
  top                    : 120px;
  left                   : 50%;
  top                    : 50%;
  -webkit-transform      : translate(-50%, -50%);
  transform              : translate(-50%, -50%);
}

@media (max-width: 575.98px) {
  .video-section .btn-column .inner-column .play-now-two {
    width      : 100px;
    height     : 100px;
    line-height: 100px;
  }
}

/*** 

====================================================================
  video-section Two
====================================================================

***/
.video-section-two {
  position: relative;
  padding : 172px 0;
}

@media (max-width: 767.98px) {
  .video-section-two {
    padding: 120px 0;
  }
}

.video-section-two .bg-image:before {
  content         : "";
  position        : absolute;
  width           : 100%;
  height          : 100%;
  right           : 0;
  top             : 0;
  background-color: rgba(var(--theme-color-black-rgb), 0.7);
}

.video-section-two .sec-title {
  margin-bottom: 0;
}

.video-section-two .sec-title .sub-title {
  color: #D9D9D9;
}

.video-section-two .sec-title h2 {
  font-size  : 60px;
  line-height: 1;
}

@media (max-width: 1399.98px) {
  .video-section-two .sec-title h2 {
    line-height: 1.3;
  }
}

@media (max-width: 767.98px) {
  .video-section-two .sec-title h2 {
    font-size: 42px;
  }
}

@media (max-width: 575.98px) {
  .video-section-two .sec-title h2 {
    font-size: 36px;
  }
}

.video-section-two .btn-box {
  margin-top: 30px;
}

.video-section-two .btn-box .play-now-two {
  background-color: transparent;
  border          : 1px solid var(--theme-color-light);
  color           : var(--theme-color1);
  position        : relative;
  top             : 0;
  font-size       : 40px;
  width           : 113px;
  height          : 113px;
  text-align      : center;
  line-height     : 113px;
  border-radius   : 50%;
  display         : inline-block;
}

/*** 

====================================================================
  video-section Three
====================================================================

***/
.video-section-three {
  background-color: #1B1B1B;
  position        : relative;
  padding         : 119px 0 105px;
}

.video-section-three:before {
  background-image: url(../images/icons/shape-12.html);
  content         : "";
  position        : absolute;
  width           : 859px;
  height          : 629px;
  right           : 0px;
  bottom          : 0;
  pointer-events  : none;
}

.video-section-three .sec-title {
  margin-bottom: 0;
}

.video-section-three .sec-title h2 {
  color: var(--theme-color-white);
}

.video-section-three .btn-box {
  margin-top : 20px;
  margin-left: 25px;
}

@media (max-width: 575.98px) {
  .video-section-three .btn-box {
    margin-left: 0;
  }
}

.video-section-three .btn-box .play-now-two {
  background-color: var(--theme-color-light);
  border          : 1px solid var(--theme-color-light);
  color           : var(--theme-color1);
  position        : relative;
  top             : 0;
  font-size       : 34px;
  width           : 106px;
  height          : 106px;
  text-align      : center;
  line-height     : 106px;
  border-radius   : 50%;
  display         : inline-block;
}

/*** 

====================================================================
  video-section Four
====================================================================

***/
.video-section-four {
  position: relative;
  padding : 99px 0 66px;
}

.video-section-four .bg-image {
  z-index: -1;
}

.video-section-four .bg-image:before {
  content         : "";
  position        : absolute;
  width           : 100%;
  height          : 100%;
  right           : 0;
  top             : 0;
  background-color: rgba(var(--theme-color-black-rgb), 0.5);
}

.video-section-four .outer-box {
  margin: 0px -53px;
}

@media (max-width: 1399.98px) {
  .video-section-four .outer-box {
    margin: 0;
  }
}

.video-section-four .sec-title {
  margin-bottom: 58px;
}

.video-section-four .btn-box {
  margin-top: 30px;
  text-align: center;
}

.video-section-four .btn-box .play-now-two {
  border                 : none;
  background-color       : rgba(var(--theme-color-white-rgb), 0.48);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter        : blur(10px);
  border-radius          : 50%;
  color                  : var(--theme-color1);
  display                : inline-block;
  font-size              : 30px;
  text-align             : center;
  line-height            : 162px;
  width                  : 162px;
  height                 : 162px;
  position               : relative;
  top                    : 0;
}

@media (max-width: 575.98px) {
  .video-section-four .btn-box .play-now-two {
    width      : 100px;
    height     : 100px;
    line-height: 100px;
  }
}

.video-section-four .info-text {
  display         : -webkit-box;
  display         : -ms-flexbox;
  display         : flex;
  -webkit-box-pack: end;
  -ms-flex-pack   : end;
  justify-content : flex-end;
  margin-top      : 85px;
}

.video-section-four .info-text .inner-info {
  border-left : 1px solid rgba(var(--theme-color-white-rgb), 0.5);
  padding-left: 30px;
  max-width   : 440px;
}

.video-section-four .info-text .inner-info .text {
  color        : var(--theme-color-white);
  margin-bottom: 16px;
}

.video-section-four .info-text .inner-info .link {
  color             : var(--theme-color-white);
  font-weight       : 700;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.video-section-four .info-text .inner-info .link:hover {
  color: var(--theme-color1);
}

.video-section-four .info-text .inner-info .link:hover .icon {
  -webkit-transform: rotate(0deg);
  transform        : rotate(0deg);
}

.video-section-four .info-text .inner-info .link .icon {
  font-size         : 18px;
  margin-left       : 8px;
  position          : relative;
  top               : 2px;
  -webkit-transform : rotate(45deg);
  transform         : rotate(45deg);
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

/*** 

====================================================================
  room-section
====================================================================

***/
.rooms-section {
  position  : relative;
  padding   : 120px 0;
  background: #f8f5f0;
}

@media (max-width: 575.98px) {
  .rooms-section .sec-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 575.98px) {
  .rooms-section .sec-title h2 {
    font-size: 32px;
  }
}

.room-block.col-lg-3 .inner-box .box-caption .bx-links li {
  margin-right: 3px;
}

.room-block .inner-box {
  position: relative;
}

.room-block .inner-box:before {
  content           : "";
  position          : absolute;
  bottom            : 0;
  left              : 0;
  width             : 100%;
  height            : 100%;
  background        : -webkit-gradient(linear, right top, left top, from(#222222), to(#222222));
  background        : linear-gradient(to left, #222222, #222222);
  opacity           : 0;
  visibility        : hidden;
  z-index           : 9;
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
}

.room-block .inner-box:hover .box-caption {
  opacity   : 1;
  visibility: visible;
  bottom    : 30px;
}

.room-block .inner-box:hover .content-box {
  bottom : 84px;
  z-index: 9;
}

.room-block .inner-box:hover:before {
  opacity   : 0.4;
  visibility: visible;
}

.room-block .inner-box:hover .image-box figure img {
  -webkit-transform: scale(1.2);
  transform        : scale(1.2);
}

.room-block .inner-box .box-caption {
  position          : absolute;
  left              : 30px;
  width             : calc(100% - 60px);
  z-index           : 99;
  border-top        : 1px solid rgba(255, 255, 255, 0.5);
  display           : -webkit-box;
  display           : -ms-flexbox;
  display           : flex;
  -webkit-box-align : end;
  -ms-flex-align    : end;
  align-items       : flex-end;
  opacity           : 0;
  visibility        : hidden;
  bottom            : 0;
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
}

.room-block .inner-box .box-caption .book-btn {
  display       : inline-block;
  height        : 40px;
  line-height   : 40px;
  padding       : 0 20px;
  text-transform: uppercase;
  font-size     : 14pxx;
  color         : #ffffff;
  font-family   : var(--text-font2);
  letter-spacing: 2px;
  border        : 1px solid rgba(255, 255, 255, 0.5);
}

.room-block .inner-box .box-caption .book-btn:hover {
  background-color: var(--theme-color1);
  border-color    : transparent;
}

.room-block .inner-box .box-caption .bx-links {
  margin-left: auto;
}

.room-block .inner-box .box-caption .bx-links li {
  display     : inline-block;
  margin-right: 11px;
}

.room-block .inner-box .box-caption .bx-links li:last-child {
  margin-right: 0;
}

.room-block .inner-box .box-caption .bx-links li a {
  color    : #fff;
  font-size: 16px;
}

.room-block .inner-box .image-box figure {
  margin-bottom: 27px;
  overflow     : hidden;
}

.room-block .inner-box .image-box figure img {
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
  -o-object-fit     : cover;
  object-fit        : cover;
  width             : 100%;
}

.room-block .inner-box .content-box {
  position          : absolute;
  bottom            : 22px;
  right             : 32px;
  text-align        : right;
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
  z-index           : 9;
}

.room-block .inner-box .content-box .title {
  font-size    : 27px;
  margin-bottom: -6px;
  color        : var(--theme-color-light);
}

.room-block .inner-box .content-box .price {
  font-size: 14px;
  color    : var(--theme-color-light);
}

@media (max-width: 991.98px) {
  .room-block .inner-box .image-box .image-2 img {
    width        : 100%;
    height       : 340px;
    -o-object-fit: cover;
    object-fit   : cover;
  }
}

.room-facility-list {
  position: relative;
}

.room-facility-list .icon {
  border            : 1px solid var(--theme-color1);
  border-radius     : 50%;
  display           : block;
  font-size         : 22px;
  height            : 64px;
  line-height       : 64px;
  text-align        : center;
  width             : 64px;
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
}

.room-facility-list .list-one:hover .icon {
  background-color: var(--theme-color1);
  color           : #fff;
}

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

.room-details__details-box {
  background-color: #f5f6f7;
  border          : 1px solid var(--theme-color1);
  border-radius   : 10px;
  padding         : 43px 50px 30px 50px;
  position        : relative;
  z-index         : 1;
}

.product-details.rd-page .bx-wrapper {
  margin-bottom: 30px;
}

.product-details.rd-page .bx-wrapper .thumb-box li {
  height: auto;
}

@media only screen and (max-width: 480px) {
  .room-block .inner-box .box-caption .book-btn {
    padding     : 0 10px;
    margin-right: 10px;
  }

  .room-block.col-lg-3 .inner-box .box-caption .bx-links li {
    margin-right: 10px;
  }

  .rooms-section {
    padding: 80px 0;
  }
}

/***

====================================================================
    Product Section One
====================================================================

***/
.room-service-section {
  background-color: rgba(var(--theme-color1-rgb), 0.1);
}

.room-service-block-one .inner-box {
  background-color: var(--theme-color-light);
  margin-bottom   : 30px;
  overflow        : hidden;
  position        : relative;
}

.room-service-block-one .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform        : scale(1.1);
}

.room-service-block-one .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
}

.room-service-block-one .inner-box .image-box .image img {
  width             : 100%;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

@media (max-width: 575.98px) {
  .room-service-block-one .inner-box .image-box .image img {
    height: auto;
  }
}

.room-service-block-one .content-box {
  padding           : 30px 30px 15px;
  position          : relative;
  z-index           : 2;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

@media (max-width: 575.98px) {
  .room-service-block-one .content-box {
    padding: 20px;
  }
}

.room-service-block-one .content-box .inner-box {
  border-bottom : 1px solid rgba(106, 105, 105, 0.2);
  margin-bottom : 25px;
  padding-bottom: 20px;
}

.room-service-block-one .content-box .title {
  font-style        : normal;
  font-weight       : 400;
  line-height       : 30px;
  margin-bottom     : 10px;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

@media (max-width: 575.98px) {
  .room-service-block-one .content-box .title {
    font-size: 20px;
  }
}

.room-service-block-one .content-box .price {
  color      : var(--theme-color1);
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 19px;
}

.room-service-block-one .content-box .facilities-box {
  position: relative;
}

.room-service-block-one .content-box .facilities-list li {
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  color            : #818181;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  font-size        : 16px;
  font-style       : normal;
  font-weight      : 400;
  line-height      : 19px;
  margin-bottom    : 25px;
}

.room-service-block-one .content-box .facilities-list i {
  color    : #818181;
  font-size: 24px;
}

/*** 

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

***/
.feature-section {
  overflow        : hidden;
  position        : relative;
  z-index         : 1;
  background-color: var(--theme-color-gray2);
}

.feature-section.have-padding {
  padding-top: 340px;
}

.feature-section .shape {
  position         : absolute;
  top              : 50%;
  left             : 0;
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
  z-index          : -1;
}

.feature-section .shape img {
  width: 100%;
}

.feature-block .inner-box {
  text-align        : center;
  padding           : 40px 30px;
  background-color  : var(--theme-color-white);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.0509803922);
  box-shadow        : 0px 5px 15px 0px rgba(0, 0, 0, 0.0509803922);
  position          : relative;
  z-index           : 1;
}

.feature-block .inner-box::after {
  position          : absolute;
  top               : 0;
  right             : 0;
  width             : 0;
  height            : 100%;
  content           : "";
  background-color  : var(--theme-color1);
  z-index           : -1;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.feature-block .inner-box .title {
  line-height   : 31px;
  text-transform: capitalize;
  margin        : 0;
}

.feature-block .inner-box .icon-box {
  margin            : 20px 0;
  -webkit-transition: all 900ms ease;
  transition        : all 900ms ease;
}

.feature-block .inner-box .arry-btn {
  font-size  : 16px;
  color      : var(--theme-color2);
  font-weight: 500;
}

.feature-block .inner-box .arry-btn i {
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  margin-left       : 5px;
  color             : var(--theme-color1);
  display           : inline-block;
}

.feature-block .inner-box .arry-btn:hover i {
  -webkit-transform: rotate(45deg);
  transform        : rotate(45deg);
}

.feature-block .inner-box:hover::after {
  width: 100%;
  left : 0;
  right: unset;
}

.feature-block .inner-box:hover .icon-box {
  -webkit-transform: rotateY(360deg);
  transform        : rotateY(360deg);
}

.feature-block .inner-box:hover .arry-btn i {
  color: var(--theme-color3);
}

/*** 

====================================================================
  Call Section
====================================================================

***/
.call-to-action {
  background-color: #f8f5f0;
  position        : relative;
  padding         : 120px 0;
}

.call-to-action:before {
  content         : "";
  position        : absolute;
  bottom          : 0;
  left            : 0;
  width           : 327px;
  height          : 493px;
  background-image: url(../images/icons/shape-10.html);
}

@media (max-width: 1199.98px) {
  .call-to-action:before {
    display: none;
  }
}

.call-to-action .sec-title .sub-title {
  margin-left: 50px;
}

/*** 

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

***/
.news-section {
  position: relative;
  padding : 127px 0 51px;
}

.news-section:before {
  content          : "";
  position         : absolute;
  bottom           : 0;
  left             : 0;
  width            : 630px;
  height           : 576px;
  background-image : url(../images/icons/bg-shape.html);
  background-repeat: no-repeat;
  opacity          : 0.7;
}

@media (max-width: 1399.98px) {
  .news-section:before {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .news-section .sec-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .news-section .sec-title .sub-title {
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .news-section .sec-title h2 {
    font-size: 29px;
  }
}

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

.news-block .inner-box {
  position: relative;
}

.news-block .inner-box:hover .image-box .image img {
  -webkit-transform : scale(1.1);
  transform         : scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
}

.news-block .inner-box:hover .image-box .date {
  bottom: 40px;
}

.news-block .inner-box .image-box {
  position: relative;
}

.news-block .inner-box .image-box .image {
  overflow: hidden;
}

.news-block .inner-box .image-box .image img {
  width             : 100%;
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
}

.news-block .inner-box .image-box .date {
  position          : absolute;
  bottom            : 15px;
  left              : 15px;
  font-size         : 14px;
  height            : 85px;
  width             : 45px;
  background-color  : var(--theme-color-dark);
  color             : var(--theme-color-light);
  display           : inline-block;
  text-align        : center;
  padding-top       : 14px;
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
}

.news-block .inner-box .image-box .date small {
  font-size : 24px;
  margin-top: -4px;
  display   : inline-block;
}

.news-block .inner-box .content-box {
  position          : relative;
  background-color  : #fff;
  padding           : 21px 0px 21px 30px;
  margin-left       : 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow        : 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top        : -100px;
}

@media (max-width: 575.98px) {
  .news-block .inner-box .content-box {
    padding: 21px 0px 21px 20px;
  }
}

.news-block .inner-box .content-box .post-info {
  display      : -webkit-box;
  display      : -ms-flexbox;
  display      : flex;
  -ms-flex-wrap: wrap;
  flex-wrap    : wrap;
  margin-bottom: 3px;
}

.news-block .inner-box .content-box .post-info li {
  position    : relative;
  font-size   : 12px;
  color       : #666666;
  margin-right: 17px;
}

.news-block .inner-box .content-box .post-info li:last-child {
  margin-right: 0;
}

.news-block .inner-box .content-box .post-info li i {
  color       : var(--theme-color1);
  margin-right: 7px;
}

.news-block .inner-box .content-box .title {
  color        : var(--theme-color-dark);
  margin-bottom: 12px;
}

@media (max-width: 575.98px) {
  .news-block .inner-box .content-box .title {
    font-size: 22px;
  }
}

.news-block .inner-box .content-box .title:hover a {
  color: var(--theme-color1);
}

.news-block .inner-box .content-box .read-more {
  display           : inline-block;
  font-size         : 12px;
  line-height       : 22px;
  font-weight       : 400;
  color             : var(--theme-color-dark);
  background-color  : #f8f5f0;
  padding           : 0 20px;
  height            : 40px;
  line-height       : 40px;
  width             : 100%;
  letter-spacing    : 1px;
  text-transform    : uppercase;
  font-family       : var(--text-font2);
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
  display           : -webkit-box;
  display           : -ms-flexbox;
  display           : flex;
  -webkit-box-pack  : justify;
  -ms-flex-pack     : justify;
  justify-content   : space-between;
  position          : relative;
  z-index           : 99;
}

.news-block .inner-box .content-box .read-more:before {
  position                          : absolute;
  left                              : 0;
  top                               : 0;
  height                            : 100%;
  width                             : 100%;
  content                           : "";
  background-color                  : var(--bg-theme-color1);
  border-radius                     : inherit;
  -webkit-transform                 : scale(0, 1);
  transform                         : scale(0, 1);
  z-index                           : -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);
}

.news-block .inner-box .content-box .read-more:hover:before {
  -webkit-transform       : scale(1, 1);
  transform               : scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin        : bottom left;
}

.news-block .inner-box .content-box .read-more i {
  position   : relative;
  top        : 0px;
  margin-left: 10px;
}

.news-block .inner-box .content-box .read-more:hover {
  color: #fff;
}

.news-block .inner-box .content-box .read-more:hover i {
  color             : #fff;
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
}

/*** 

====================================================================
    News Section two
====================================================================

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

.news-section-two::before {
  content         : "";
  position        : absolute;
  bottom          : 0;
  left            : 0;
  width           : 712px;
  height          : 544px;
  background-image: url(../images/resource/pattern-4.html);
}

@media (max-width: 575.98px) {
  .news-section-two .sec-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .news-section-two .sec-title .sub-title {
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .news-section-two .sec-title h2 {
    font-size: 29px;
  }
}

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

.news-block-two .inner-box {
  position: relative;
}

.news-block-two .inner-box:hover .image-box .image img {
  -webkit-transform : scale(1.1);
  transform         : scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
}

.news-block-two .inner-box .image-box {
  position: relative;
}

.news-block-two .inner-box .image-box .image {
  overflow: hidden;
}

.news-block-two .inner-box .image-box .image img {
  width             : 100%;
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
}

.news-block-two .inner-box .image-box .date {
  position        : absolute;
  top             : 0;
  right           : 30px;
  font-size       : 14px;
  height          : 85px;
  width           : 45px;
  background-color: var(--theme-color1);
  color           : var(--theme-color-light);
  display         : inline-block;
  text-align      : center;
  padding-top     : 14px;
}

.news-block-two .inner-box .image-box .date small {
  font-size: 24px;
  display  : block;
}

.news-block-two .inner-box .content-box {
  position          : relative;
  background-color  : var(--theme-color-light);
  -webkit-box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08);
  box-shadow        : 0 15px 60px rgba(68, 67, 67, 0.08);
  padding           : 20px 0px 0 34px;
  margin            : 0 25px;
  margin-top        : -100px;
}

@media (max-width: 575.98px) {
  .news-block-two .inner-box .content-box {
    padding: 21px 0px 0 20px;
  }
}

.news-block-two .inner-box .content-box .info-box {
  padding-left : 82px;
  margin-bottom: 16px;
}

.news-block-two .inner-box .content-box .info-box .thumb {
  position: absolute;
  left    : 30px;
  top     : -25px;
  display : inline-block;
  border  : 2px solid var(--theme-color1);
}

.news-block-two .inner-box .content-box .info-box .designation {
  font-size: 14px;
}

.news-block-two .inner-box .content-box .title {
  color        : var(--theme-color-dark);
  margin-bottom: 18px;
}

@media (max-width: 1199.98px) {
  .news-block-two .inner-box .content-box .title {
    font-size: 20px;
  }
}

.news-block-two .inner-box .content-box .title:hover a {
  color: var(--theme-color1);
}

.news-block-two .inner-box .content-box .btn-box {
  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;
  border-top       : 1px solid #f8f5f0;
  margin-left      : -34px;
  padding-left     : 34px;
}

.news-block-two .inner-box .content-box .btn-box .read-more {
  display           : inline-block;
  font-size         : 12px;
  line-height       : 22px;
  color             : var(--theme-color-dark);
  background-color  : #f8f5f0;
  padding           : 8px 20px 9px 20px;
  text-transform    : uppercase;
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
  display           : -webkit-box;
  display           : -ms-flexbox;
  display           : flex;
  font-family       : var(--text-font2);
  letter-spacing    : 1.5px;
  -webkit-box-pack  : justify;
  -ms-flex-pack     : justify;
  justify-content   : space-between;
  position          : relative;
  z-index           : 99;
  transition        : all 0.3s ease;
}

.news-block-two .inner-box .content-box .btn-box .read-more:before {
  position                          : absolute;
  left                              : 0;
  top                               : 0;
  height                            : 100%;
  width                             : 100%;
  content                           : "";
  z-index                           : -1;
  background-color                  : var(--bg-theme-color1);
  border-radius                     : inherit;
  -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);
}

.news-block-two .inner-box .content-box .btn-box .read-more:hover:before {
  -webkit-transform       : scale(1, 1);
  transform               : scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin        : bottom left;
}

.news-block-two .inner-box .content-box .btn-box .read-more i {
  position          : relative;
  top               : 0px;
  margin-left       : 10px;
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
}

.news-block-two .inner-box .content-box .btn-box .read-more:hover {
  color: #fff;
}

.news-block-two .inner-box .content-box .btn-box .read-more:hover i {
  color             : #fff;
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
}

.news-block-two .inner-box .content-box .btn-box span {
  font-size: 12px;
  color    : var(--text-color);
}

.news-block-two .inner-box .content-box .btn-box span .icon {
  color       : var(--theme-color1);
  margin-right: 7px;
}

@media only screen and (max-width: 480px) {
  .news-block .inner-box .content-box .title {
    font-size    : 20px;
    padding-right: 10px;
  }
}

/*** 

====================================================================
  News Section three
====================================================================

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

.news-section-three::before {
  background-image: url(../images/resource/pattern-4.html);
  bottom          : 0;
  content         : "";
  height          : 544px;
  left            : 0;
  position        : absolute;
  width           : 712px;
}

@media (max-width: 575.98px) {
  .news-section-three .sec-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .news-section-three .sec-title .sub-title {
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .news-section-three .sec-title h2 {
    font-size: 29px;
  }
}

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

.news-block-three .inner-box {
  position: relative;
}

.news-block-three .inner-box:hover .image-box .image img {
  -webkit-transform : scale(1.1);
  transform         : scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
}

.news-block-three .inner-box .image-box {
  position: relative;
}

.news-block-three .inner-box .image-box .image {
  overflow: hidden;
}

.news-block-three .inner-box .image-box .image img {
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
  width             : 100%;
}

.news-block-three .inner-box .content-box {
  padding : 20px 0 0 0;
  position: relative;
}

@media (max-width: 575.98px) {
  .news-block-three .inner-box .content-box {
    padding: 21px 0 0 0;
  }
}

.news-block-three .inner-box .content-box .post-meta {
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  margin-bottom    : 19px;
  margin-left      : 53px;
}

.news-block-three .inner-box .content-box .post-meta li {
  position: relative;
}

.news-block-three .inner-box .content-box .post-meta .categories:hover a {
  color: var(--theme-color1);
}

.news-block-three .inner-box .content-box .post-meta .categories:before {
  border-bottom: 2px solid #222222;
  bottom       : 13px;
  content      : "";
  left         : -53px;
  position     : absolute;
  width        : 43px;
}

.news-block-three .inner-box .content-box .post-meta .categories a {
  color         : #222222;
  font-family   : "Gilda Display";
  font-size     : 14px;
  font-weight   : 400;
  line-height   : 30px;
  text-transform: uppercase;
}

.news-block-three .inner-box .content-box .post-meta .date {
  color      : #6A6F78;
  font-family: "Barlow";
  font-size  : 14px;
  font-style : normal;
  font-weight: 400;
  line-height: 30px;
  margin-left: 36px;
}

.news-block-three .inner-box .content-box .post-meta .date:before {
  background-color: #AAA9A8;
  bottom          : 10px;
  bottom          : 13px;
  border-radius   : 50%;
  content         : "";
  height          : 4px;
  left            : -20px;
  position        : absolute;
  width           : 4px;
}

.news-block-three .inner-box .content-box .title {
  color        : var(--theme-color-dark);
  margin-bottom: 18px;
  padding-left : 50px;
}

@media (max-width: 1199.98px) {
  .news-block-three .inner-box .content-box .title {
    font-size: 20px;
  }
}

.news-block-three .inner-box .content-box .title:hover a {
  color: var(--theme-color1);
}

.news-block-four {
  margin-bottom: 40px;
}

.news-block-four .inner-box {
  position          : relative;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.news-block-four .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-four .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-four .image-box {
  position: relative;
}

.news-block-four .image-box .image {
  position     : relative;
  overflow     : hidden;
  margin-bottom: 0;
}

.news-block-four .image-box .image img {
  position          : relative;
  width             : 100%;
  display           : block;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.news-block-four .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-four .image-box .date {
  position: absolute;
  left    : 30px;
  bottom  : 30px;
  width   : 72px;
  display : block;
  z-index : 3;
}

.news-block-four .image-box .date strong {
  position        : relative;
  display         : block;
  width           : 72px;
  font-size       : 30px;
  font-weight     : 700;
  font-family     : var(--title-font);
  padding         : 5px 0 13px;
  line-height     : 1;
  color           : var(--theme-color-light);
  background-color: var(--theme-color1);
  text-align      : center;
}

.news-block-four .image-box .date strong span {
  display    : block;
  font-size  : 14px;
  font-family: var(--text-font);
  margin-top : 4px;
}

.news-block-four .content-box {
  margin-top: 22px;
}

.news-block-four .content-box .post-meta {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  font-size        : 14px;
  margin-left      : 47px;
  margin-bottom    : 18px;
}

.news-block-four .content-box .post-meta li {
  position   : relative;
  font-weight: 400;
}

.news-block-four .content-box .post-meta .categories:hover a {
  color: var(--theme-color1);
}

.news-block-four .content-box .post-meta .categories:before {
  content      : "";
  position     : absolute;
  border-bottom: 2px solid var(--theme-color1);
  width        : 37px;
  left         : -47px;
  bottom       : 11px;
}

.news-block-four .content-box .post-meta .categories a {
  color: var(--theme-color1);
}

.news-block-four .content-box .post-meta .date {
  color      : var(--theme-color1);
  margin-left: 21px;
}

.news-block-four .content-box .post-meta .date:before {
  bottom          : 10px;
  border-radius   : 50%;
  background-color: var(--theme-color1);
  content         : "";
  position        : absolute;
  width           : 4px;
  height          : 4px;
  left            : -13px;
}

.news-block-four .content-box .title {
  font-weight  : 400;
  line-height  : 36px;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .news-block-four .content-box .title {
    font-size    : 26px;
    margin-bottom: 20px;
  }
}

.news-block-four .content-box .title:hover {
  color: var(--theme-color1);
}

.news-block-four .content-box .read-more {
  color             : var(--theme-color-dark);
  font-size         : 22px;
  font-weight       : 500;
  line-height       : 1;
  margin-bottom     : 0;
  position          : relative;
  font-family       : var(--title-font);
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.news-block-four .content-box .read-more:before {
  background-color: var(--theme-color-dark);
  content         : "";
  height          : 1px;
  position        : absolute;
  top             : 50%;
  right           : -60px;
  bottom          : 0;
  width           : 51px;
}

.news-block-four .content-box .read-more:after {
  background-color  : var(--theme-color1);
  content           : "";
  height            : 1px;
  position          : absolute;
  top               : 50%;
  right             : -9px;
  bottom            : 0;
  width             : 0;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.news-block-four .content-box .read-more:hover {
  color: var(--theme-color1);
}

.news-block-four .content-box .read-more:hover:after {
  right: -60px;
  width: 51px;
}

.news-block-four .content-box .read-more:hover .icon {
  color: var(--theme-color1);
}

.news-block-four .content-box .read-more .icon {
  color             : var(--theme-color-dark);
  font-size         : 12px;
  position          : absolute;
  bottom            : 6px;
  right             : -62px;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.nice-select {
  width        : 100%;
  border-radius: 5px;
  height       : 58px;
  line-height  : 58px;
  border       : 1px solid #e4e4e4;
}

.nice-select::after {
  display: none;
}

.nice-select::before {
  font-family       : "Font Awesome 6 pro";
  content           : "\f107";
  font-weight       : 900;
  position          : absolute;
  top               : 0;
  right             : 15px;
  color             : var(--theme-color-black);
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.nice-select.open::before {
  -webkit-transform: rotate(-180deg);
  transform        : rotate(-180deg);
}

.nice-select:focus {
  border: 1px solid var(--theme-color1);
}

.nice-select .list {
  width: 100%;
}

.nice-select .current {
  font-size: 16px;
  color    : var(--theme-color-black);
}

/*** 

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

***/
.faq-section {
  overflow        : hidden;
  position        : relative;
  z-index         : 1;
  background-color: var(--theme-color4);
}

.faq-section .sec-title .text {
  font-size  : 16px;
  line-height: 28.8px;
}

.faq-section .image-column .inner-column {
  height: 100%;
}

.faq-section .image-column .inner-column .image {
  height: 100%;
}

.faq-section .image-column .inner-column .image img {
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
  width             : 100%;
  height            : 100%;
  -o-object-fit     : cover;
  object-fit        : cover;
  -webkit-filter    : grayscale(100%);
  filter            : grayscale(100%);
}

.faq-section .content-column .inner-column {
  padding : 120px 80px;
  position: relative;
  z-index : 1;
}

.faq-section .content-column .inner-column .map-shape {
  top     : 0;
  right   : 0;
  z-index : -1;
  position: absolute;
}

@media (max-width: 1399.98px) {
  .faq-section .content-column .inner-column {
    padding: 60px 30px;
  }
}

@media (max-width: 1399.98px) {
  .faq-section .content-column .inner-column {
    padding: 60px 15px;
  }
}

.faq-section:hover .image-column .image img {
  -webkit-filter: grayscale(0);
  filter        : grayscale(0);
}

.faq-accordion .accordion .accordion-item {
  border          : none;
  border-radius   : 10px;
  margin-bottom   : 20px;
  background-color: #0f2727;
  overflow        : hidden;
}

.faq-accordion .accordion .accordion-item .accordion-header button {
  font-size         : 18px;
  line-height       : 30px;
  font-weight       : 700;
  -webkit-box-shadow: none;
  box-shadow        : none;
  border-radius     : 0 !important;
  padding           : 15px 30px;
  font-family       : var(--title-font);
  color             : var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.faq-accordion .accordion .accordion-item .accordion-body {
  padding: 30px;
}

.faq-accordion .accordion .accordion-item .accordion-body .text {
  font-size  : 16px;
  line-height: 30px;
  margin     : 0;
  color      : rgba(var(--theme-color-white-rgb), 0.52);
}

.faq-accordion .accordion .accordion-button {
  background-color: #00715d;
}

.faq-accordion .accordion .accordion-button::after {
  display: none;
}

.faq-accordion .accordion .accordion-button::before {
  position          : absolute;
  content           : "\f105";
  font-family       : "Font Awesome 6 Pro";
  font-weight       : 700;
  top               : 15px;
  right             : 15px;
  font-size         : 16px;
  width             : 30px;
  height            : 30px;
  line-height       : 30px;
  border-radius     : 0px;
  color             : var(--theme-color-white);
  text-align        : center;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  -webkit-transform : rotate(90deg);
  transform         : rotate(90deg);
}

.faq-accordion .accordion .accordion-button.collapsed {
  background-color: transparent;
}

.faq-accordion .accordion .accordion-button.collapsed::before {
  -webkit-transform: rotate(0deg);
  transform        : rotate(0deg);
}

/*** 

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

***/
.faq-section-two {
  position      : relative;
  z-index       : 1;
  padding-bottom: 150px;
  margin-top    : -20%;
}

@media (max-width: 1199.98px) {
  .faq-section-two {
    margin-top: 0;
    padding   : 60px 0;
  }
}

.faq-section-two .sec-title {
  max-width: 570px;
}

.faq-section-two .sec-title .text {
  font-size  : 16px;
  line-height: 30px;
}

.faq-section-two .image-column .inner-column {
  position: relative;
  z-index : 1;
}

.faq-section-two .image-column .inner-column .image {
  border-radius: 40px;
  overflow     : hidden;
}

.faq-section-two .image-column .inner-column .image img {
  width         : 100%;
  -webkit-filter: grayscale(100%);
  filter        : grayscale(100%);
}

.faq-section-two .image-column .inner-column .info {
  position: absolute;
  bottom  : -60px;
  left    : -145px;
}

.faq-section-two .image-column .inner-column .shape {
  position: absolute;
  top     : -60px;
  left    : -60px;
}

.faq-section-two .image-column .inner-column::after {
  position        : absolute;
  bottom          : 110px;
  left            : -40px;
  width           : 12px;
  height          : 535px;
  border-radius   : 12px;
  background-color: var(--theme-color1);
  content         : "";
  z-index         : -1;
}

@media (max-width: 1399.98px) {
  .faq-section-two .image-column .inner-column .info {
    left: -70px;
  }
}

@media (max-width: 575.98px) {
  .faq-section-two .image-column .inner-column .info {
    left: -10px;
  }

  .faq-section-two .image-column .inner-column .info img {
    max-width: 200px;
  }

  .faq-section-two .image-column .inner-column .shape {
    display: none;
  }

  .faq-section-two .image-column .inner-column::after {
    display: none;
  }
}

.faq-section-two .content-column .inner-column {
  margin-left       : -110px;
  margin-bottom     : 8px;
  padding           : 70px;
  background-color  : var(--theme-color-white);
  -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
  box-shadow        : 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
  border-radius     : 40px;
  position          : relative;
  z-index           : 1;
}

@media (max-width: 991.98px) {
  .faq-section-two .content-column .inner-column {
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .faq-section-two .content-column .inner-column {
    padding: 30px 12px;
  }
}

.faq-two-accordion .accordion .accordion-item {
  border       : 1px solid #e3e3e3;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow     : hidden;
}

.faq-two-accordion .accordion .accordion-item .accordion-header button {
  font-size         : 18px;
  line-height       : 30px;
  font-weight       : 700;
  -webkit-box-shadow: none;
  box-shadow        : none;
  border-radius     : 0 !important;
  padding           : 15px 20px;
  padding-bottom    : 0;
  font-family       : var(--title-font);
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  color             : var(--headings-color);
}

.faq-two-accordion .accordion .accordion-item .accordion-header button .number {
  font-size         : 20px;
  color             : var(--headings-color);
  font-weight       : 600;
  display           : inline-block;
  width             : 50px;
  height            : 50px;
  line-height       : 50px;
  text-align        : center;
  border-radius     : 10px;
  background-color  : var(--theme-color1);
  margin-right      : 20px;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

@media (max-width: 575.98px) {
  .faq-two-accordion .accordion .accordion-item .accordion-header button .number {
    display: none;
  }
}

.faq-two-accordion .accordion .accordion-item .accordion-body {
  padding     : 30px;
  padding-left: 90px;
  padding-top : 0;
}

.faq-two-accordion .accordion .accordion-item .accordion-body .text {
  font-size  : 16px;
  line-height: 30px;
  margin     : 0;
}

@media (max-width: 575.98px) {
  .faq-two-accordion .accordion .accordion-item .accordion-body {
    padding-left: 20px;
    padding-top : 15px;
  }

  .faq-two-accordion .accordion .accordion-item .accordion-body .text {
    font-size  : 14px;
    line-height: 26px;
  }
}

.faq-two-accordion .accordion .accordion-button {
  background-color: transparent;
}

.faq-two-accordion .accordion .accordion-button::after {
  display: none;
}

.faq-two-accordion .accordion .accordion-button::before {
  position          : absolute;
  content           : "\f105";
  font-family       : "Font Awesome 6 Pro";
  font-weight       : 700;
  top               : 15px;
  right             : 15px;
  font-size         : 16px;
  width             : 30px;
  height            : 30px;
  line-height       : 30px;
  border-radius     : 0px;
  color             : var(--headings-color);
  text-align        : center;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  -webkit-transform : rotate(90deg);
  transform         : rotate(90deg);
}

.faq-two-accordion .accordion .accordion-button.collapsed {
  background-color: transparent;
  padding-bottom  : 15px !important;
}

.faq-two-accordion .accordion .accordion-button.collapsed .number {
  background-color: rgba(var(--theme-color1-rgb), 0.3) !important;
}

.faq-two-accordion .accordion .accordion-button.collapsed::before {
  -webkit-transform: rotate(0deg);
  transform        : rotate(0deg);
}

.pricing-section {
  overflow: hidden;
}

.pricing-section.have-after {
  position: relative;
  z-index : 1;
}

.pricing-section.have-after::after {
  position        : absolute;
  bottom          : 0;
  left            : 0;
  width           : 100%;
  height          : 32%;
  content         : "";
  background-color: var(--theme-color-gray2);
  z-index         : -1;
}

.pricing-tab .nav {
  border            : none;
  width             : -webkit-fit-content;
  width             : -moz-fit-content;
  width             : fit-content;
  background-color  : var(--theme-color-white);
  gap               : 10px;
  margin            : 0 auto;
  border-radius     : 50px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(18, 20, 32, 0.1411764706);
  box-shadow        : 0px 1px 1px 0px rgba(18, 20, 32, 0.1411764706);
  padding           : 5px;
}

.pricing-tab .nav .nav-item .nav-link {
  border       : none;
  font-family  : var(--font-title);
  color        : var(--text-color);
  padding      : 11px 25px;
  font-size    : 14px;
  font-weight  : 700;
  line-height  : 14px;
  border-radius: 50px;
}

.pricing-tab .nav .nav-item .nav-link.active {
  background-color: var(--theme-color1);
  color           : var(--headings-color);
}

.pricing-block .inner-box {
  padding           : 20px;
  padding-top       : 50px;
  padding-bottom    : 35px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.0509803922);
  box-shadow        : 0px 5px 15px 0px rgba(0, 0, 0, 0.0509803922);
  background-color  : var(--theme-color-white);
  border-radius     : 20px;
  overflow          : hidden;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.pricing-block .inner-box .head {
  max-width     : 270px;
  margin        : 0 auto;
  padding-bottom: 30px;
  border-bottom : 1px solid #e8eaf1;
}

.pricing-block .inner-box .head .icon {
  margin-bottom: 15px;
}

.pricing-block .inner-box .head .title {
  margin-bottom     : 5px;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.pricing-block .inner-box .head .sub-title {
  font-size         : 14px;
  line-height       : 14px;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.pricing-block .inner-box svg path {
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.pricing-block .inner-box .list {
  padding-top: 10px;
  max-width  : 270px;
  margin     : 0 auto;
}

.pricing-block .inner-box .list li {
  margin-top        : 8px;
  display           : -webkit-box;
  display           : -ms-flexbox;
  display           : flex;
  -webkit-box-align : center;
  -ms-flex-align    : center;
  align-items       : center;
  gap               : 10px;
  font-size         : 16px;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.pricing-block .inner-box .btn-one-rounded {
  width    : 100%;
  max-width: 310px;
}

.pricing-block.active .inner-box {
  background-color: var(--theme-color2);
  position        : relative;
  z-index         : 1;
}

.pricing-block.active .inner-box .tag {
  text-transform   : uppercase;
  font-family      : var(--title-font);
  color            : var(--theme-color-black);
  font-size        : 14px;
  font-weight      : 700;
  letter-spacing   : 0.3px;
  padding          : 0px 55px;
  background-color : var(--theme-color1);
  width            : -webkit-fit-content;
  width            : -moz-fit-content;
  width            : fit-content;
  position         : absolute;
  top              : 35px;
  right            : -55px;
  -webkit-transform: rotate(45deg);
  transform        : rotate(45deg);
}

.pricing-block.active .inner-box .head {
  border-bottom: 1px solid rgba(232, 234, 241, 0.502);
}

.pricing-block.active .inner-box .head .title {
  color: var(--theme-color-white);
}

.pricing-block.active .inner-box .head .sub-title {
  color: #c9c9c9;
}

.pricing-block.active .inner-box svg path {
  fill: var(--theme-color-white);
}

.pricing-block.active .inner-box i {
  color: var(--theme-color-white);
}

.pricing-block.active .inner-box .list li {
  color: var(--theme-color-white);
}

.pricing-block.active .inner-box .btn-one-rounded {
  color           : var(--theme-color-white);
  background-color: rgba(var(--theme-color-white-rgb), 0.15);
}

.pricing-block:hover .inner-box {
  background-color: var(--theme-color2);
}

.pricing-block:hover .inner-box .head {
  border-bottom: 1px solid rgba(232, 234, 241, 0.502);
}

.pricing-block:hover .inner-box .head .title {
  color: var(--theme-color-white);
}

.pricing-block:hover .inner-box .head .sub-title {
  color: #c9c9c9;
}

.pricing-block:hover .inner-box svg path {
  fill: var(--theme-color-white);
}

.pricing-block:hover .inner-box i {
  color: var(--theme-color-white);
}

.pricing-block:hover .inner-box .list li {
  color: var(--theme-color-white);
}

.pricing-block:hover .inner-box .btn-one-rounded {
  color           : var(--theme-color-white);
  background-color: rgba(var(--theme-color-white-rgb), 0.15);
}

.pricing-section-two {
  overflow: hidden;
  position: relative;
  z-index : 1;
}

.pricing-section-two.have-after {
  position: relative;
  z-index : 1;
}

.pricing-section-two.have-after::after {
  position        : absolute;
  bottom          : 0;
  left            : 0;
  width           : 100%;
  height          : 25%;
  background-color: var(--theme-color2);
  content         : "";
  z-index         : -1;
}

.pricing-section-two .sec-shape {
  position: absolute;
  bottom  : 0;
  left    : 0;
  width   : 100%;
  z-index : -1;
}

.pricing-section-two .sec-shape img {
  width: 100%;
}

.pricing-block-two .popular {
  background-color: var(--theme-color2);
  padding         : 10px;
  padding-bottom  : 30px;
  border-radius   : 20px 20px 0 0;
  font-family     : var(--title-font);
  font-weight     : 700;
  color           : var(--theme-color-white);
  text-transform  : uppercase;
  text-align      : center;
  font-size       : 16px;
  margin-bottom   : -25px;
}

.pricing-block-two .inner-box {
  background-color  : var(--theme-color-white);
  padding           : 45px;
  border            : 1px solid rgba(var(--theme-color5-rgb), 0.1);
  border-radius     : 20px;
  padding-top       : 55px;
  position          : relative;
  z-index           : 1;
  -webkit-box-shadow: 0px 10px 37px 0px rgba(0, 0, 0, 0.0588235294);
  box-shadow        : 0px 10px 37px 0px rgba(0, 0, 0, 0.0588235294);
}

.pricing-block-two .inner-box .shape {
  position: absolute;
  top     : 40px;
  right   : 14px;
  z-index : -1;
}

.pricing-block-two .inner-box .top .title {
  display         : inline-block;
  padding         : 0 25px;
  border-radius   : 7px;
  color           : var(--theme-color-white);
  font-weight     : 600;
  background-color: var(--theme-color2);
}

.pricing-block-two .inner-box .top .sub-title {
  font-size    : 16px;
  line-height  : 30px;
  margin-top   : 15px;
  color        : #4b5563;
  margin-bottom: 0;
}

.pricing-block-two .inner-box .list {
  padding     : 45px 0;
  padding-left: 15px;
}

.pricing-block-two .inner-box .list li {
  color      : var(--theme-color5);
  font-size  : 16px;
  line-height: 16px;
  font-weight: 500;
  position   : relative;
  z-index    : 1;
}

.pricing-block-two .inner-box .list li::after {
  position        : absolute;
  top             : 5px;
  left            : -15px;
  width           : 5px;
  height          : 5px;
  border-radius   : 50%;
  background-color: var(--theme-color1);
  content         : "";
}

.pricing-block-two .inner-box .list li:not(:last-child) {
  margin-bottom: 25px;
}

.pricing-block-two .inner-box .list li:nth-last-child(1),
.pricing-block-two .inner-box .list li:nth-last-child(2) {
  color: #d9dcdf;
}

.pricing-block-two .inner-box .bottom {
  border-top : 1px solid rgba(var(--theme-color5-rgb), 0.1);
  padding-top: 30px;
}

.pricing-block-two .inner-box .bottom .title {
  font-size    : 48px;
  font-weight  : 700;
  margin-bottom: 0;
}

.pricing-block-two .inner-box .bottom .title span {
  color      : #6b7280;
  font-size  : 16px;
  font-weight: 400;
}

.pricing-block-two .inner-box .bottom .sub-title {
  color        : #4b5563;
  font-size    : 16px;
  font-weight  : 600;
  line-height  : 16px;
  margin-top   : 10px;
  margin-bottom: 0;
}

.pricing-block-two .inner-box .btn-one-rounded {
  color: var(--theme-color5);
  width: 100%;
}

.pricing-block-two .inner-box .btn-one-light {
  border: 1px solid rgba(36, 37, 73, 0.102);
  width : 100%;
}

.processing-section {
  overflow        : hidden;
  position        : relative;
  z-index         : 1;
  background-color: var(--theme-color-gray);
}

.processing-section .shape {
  position: absolute;
  z-index : -1;
  left    : -250px;
  bottom  : 0;
}

@media (max-width: 991.98px) {
  .processing-section .shape {
    display: none;
  }
}

.processing-section .outer-box {
  border        : 1px dashed #d9d9d9;
  border-radius : 15px;
  padding-top   : 40px;
  padding-bottom: 60px;
}

@media (max-width: 767.98px) {
  .processing-section .outer-box {
    padding-top   : 0;
    padding-bottom: 30px;
  }
}

.processing-section .sec-text {
  text-align : center;
  font-size  : 20px;
  line-height: 32px;
  font-weight: 700;
}

.processing-section .sec-text a {
  color        : #0c6460;
  border-bottom: 1px solid;
  line-height  : 20px;
}

.processing-section .sec-text a:hover {
  letter-spacing: 1px;
}

@media (max-width: 575.98px) {
  .processing-section .sec-text {
    font-size: 16px;
  }
}

@media (max-width: 1399.98px) {
  .processing-section .container {
    max-width: 1424px;
  }
}

.processing-block .inner-box {
  padding       : 30px;
  padding-bottom: 0;
  border-right  : 1px solid #d9d9d9;
}

.processing-block .inner-box .number {
  font-size          : 66px;
  font-weight        : 700;
  line-height        : 66px;
  margin-bottom      : 30px;
  color              : transparent;
  -webkit-text-stroke: 1px var(--theme-color-dark);
  -webkit-transition : all 300ms ease;
  transition         : all 300ms ease;
}

.processing-block .inner-box .title {
  margin-bottom: 10px;
}

.processing-block .inner-box .text {
  line-height: 30px;
  max-width  : 270px;
}

.processing-block .inner-box.last-block {
  border: none;
}

.processing-block .inner-box:hover .number {
  color: var(--theme-color-dark);
}

@media (max-width: 767.98px) {
  .processing-block .inner-box {
    border    : none;
    text-align: center;
  }

  .processing-block .inner-box .number {
    margin-bottom: 5px;
  }

  .processing-block .inner-box .text {
    margin: 0 auto;
  }
}

.process-section-four {
  overflow  : hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f5f2));
  background: linear-gradient(180deg, #ffffff 0%, #f8f5f2 100%);
}

.process-section-four .process-tab {
  max-width  : 1100px;
  margin-left: auto;
}

.process-section-four .process-tab .nav.nav-tabs {
  border-bottom   : 1px solid rgba(var(--theme-color5-rgb), 0.1);
  -webkit-box-pack: center;
  -ms-flex-pack   : center;
  justify-content : center;
  gap             : 30px;
}

.process-section-four .process-tab .nav.nav-tabs .nav-link {
  border            : none;
  background-color  : transparent;
  padding           : 0 25px;
  padding-bottom    : 25px;
  font-size         : 20px;
  font-weight       : 500;
  color             : var(--text-color);
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  position          : relative;
}

.process-section-four .process-tab .nav.nav-tabs .nav-link .number {
  margin-bottom     : 0;
  font-size         : 12px;
  width             : 23px;
  height            : 23px;
  line-height       : 25px;
  background-color  : var(--theme-color-white);
  border-radius     : 50%;
  -webkit-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1294117647);
  box-shadow        : 0px 4px 17px 0px rgba(0, 0, 0, 0.1294117647);
  text-align        : center;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  position          : absolute;
  bottom            : -11px;
  left              : 50%;
  -webkit-transform : translateX(-50%);
  transform         : translateX(-50%);
  font-family       : var(--title-font);
  font-weight       : 700;
  color             : var(--theme-color2);
}

.process-section-four .process-tab .nav.nav-tabs .nav-link.active {
  font-weight  : 600;
  color        : var(--theme-color2);
  border-bottom: 1px solid var(--theme-color2);
}

.process-section-four .process-tab .nav.nav-tabs .nav-link.active .number {
  background-color: var(--theme-color2);
  color           : var(--theme-color-white);
}

@media (max-width: 767.98px) {
  .process-section-four .process-tab .nav.nav-tabs {
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction   : column;
    flex-direction       : column;
    border-bottom        : none;
    -webkit-box-align    : center;
    -ms-flex-align       : center;
    align-items          : center;
    gap                  : 20px;
  }

  .process-section-four .process-tab .nav.nav-tabs .nav-link {
    padding-bottom: 10px;
  }
}

.process-section-four .outer-box {
  max-width: 1170px;
  margin   : 0 auto;
}

.process-section-four .image-column .inner-column .image {
  position: relative;
  z-index : 1;
}

.process-section-four .image-column .inner-column .image svg {
  width: 100%;
}

.process-section-four .image-column .inner-column .image .image1 {
  max-width         : 339px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow        : 0px 10px 60px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius     : 5px;
  overflow          : hidden;
  position          : absolute;
  top               : 45px;
  left              : 15px;
}

.process-section-four .image-column .inner-column .image .image1 img {
  width: 100%;
}

.process-section-four .image-column .inner-column .image .image2 {
  max-width         : 294px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1490196078);
  box-shadow        : 0px 10px 60px 0px rgba(0, 0, 0, 0.1490196078);
  overflow          : hidden;
  border-radius     : 12px;
  position          : absolute;
  right             : 20px;
  bottom            : 40px;
}

.process-section-four .image-column .inner-column .image .image2 img {
  width: 100%;
}

.process-section-four .content-column .inner-column {
  max-width: 620px;
}

.process-section-four .content-column .inner-column .sec-title {
  max-width: 470px;
}

.process-section-four .content-column .inner-column .list {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 10px;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
}

.process-section-four .content-column .inner-column .list ul li {
  font-size  : 18px;
  font-weight: 700;
  font-family: var(--title-font);
  color      : #222222;
}

.process-section-four .content-column .inner-column .list ul li i {
  margin-right: 5px;
}

.process-section-four .content-column .inner-column .list ul li:not(:last-child) {
  margin-bottom: 5px;
}

/*** 

====================================================================
  food-section
====================================================================

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

@media (max-width: 575.98px) {
  .food-section {
    padding-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .food-section .image-column {
    display: none;
  }
}

.food-section .image-column .inner-column {
  position   : relative;
  margin-left: -375px;
}

@media (max-width: 1199.98px) {
  .food-section .image-column .inner-column {
    margin-right: -93px;
  }
}

.food-section .image-column .inner-column .play-now-two {
  position     : absolute;
  top          : 123px;
  right        : 125px;
  font-size    : 31px;
  color        : var(--theme-color-light);
  width        : 150px;
  height       : 150px;
  text-align   : center;
  line-height  : 150px;
  border       : 1px solid var(--theme-color-light);
  border-radius: 50%;
  display      : inline-block;
}

@media (max-width: 1199.98px) {
  .food-section .image-column .inner-column .play-now-two {
    width      : 100px;
    height     : 100px;
    top        : 40px;
    right      : 40px;
    line-height: 100px;
  }
}

.food-section .image-column .inner-column .quote-box {
  position         : absolute;
  bottom           : -15px;
  right            : -60px;
  max-width        : 460px;
  background-color : var(--theme-color1);
  padding          : 37px 40px 44px;
  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;
}

@media (max-width: 1399.98px) {
  .food-section .image-column .inner-column .quote-box {
    display: none;
  }
}

.food-section .image-column .inner-column .quote-box .icon-box {
  line-height: 83px;
}

.food-section .image-column .inner-column .quote-box .icon-box i {
  color    : #000;
  font-size: 72px;
  position : relative;
  top      : 15px;
}

.food-section .image-column .inner-column .quote-box .text {
  max-width   : calc(100% - 100px);
  padding-left: 33px;
  font-size   : 24px;
  color       : var(--theme-color-light);
  line-height : 36px;
  font-family : var(--text-font2);
}

.food-section .content-column .inner-column {
  margin-top : 58px;
  margin-left: 116px;
}

@media (max-width: 1199.98px) {
  .food-section .content-column .inner-column {
    margin-top: 19px;
  }
}

@media (max-width: 1199.98px) {
  .food-section .content-column .inner-column {
    margin-left: 0;
  }
}

.food-section .content-column .inner-column .sec-title .sub-title::before {
  display: none;
}

@media (max-width: 575.98px) {
  .food-section .content-column .inner-column .sec-title h2 {
    font-size  : 30px;
    line-height: 38px;
  }
}

.food-section .content-column .inner-column .sec-title .text {
  margin-top   : 46px;
  margin-bottom: 37px;
}

@media (max-width: 767.98px) {
  .food-section .content-column .inner-column .sec-title .text {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .food-section .content-column .inner-column .sec-title .text {
    font-size : 17px;
    margin-top: 29px;
  }
}

@media (max-width: 575.98px) {
  .food-section .content-column .inner-column .food-list.two {
    display: none;
  }
}

.food-section .content-column .inner-column .healthy-food {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.food-section .content-column .inner-column .healthy-food .food-list {
  margin-right: 100px;
}

@media (max-width: 575.98px) {
  .food-section .content-column .inner-column .healthy-food .food-list {
    margin-right: 0;
  }
}

.food-section .content-column .inner-column .healthy-food .food-list:last-child {
  margin-right: 0;
}

.food-section .content-column .inner-column .healthy-food .food-list ul li {
  position     : relative;
  padding-left : 32px;
  margin-bottom: 8px;
}

.food-section .content-column .inner-column .healthy-food .food-list ul li:last-child {
  margin-bottom: 0;
}

.food-section .content-column .inner-column .healthy-food .food-list ul li i {
  position: absolute;
  left    : 0;
  color   : var(--theme-color1);
}

.food-section .content-column .inner-column .image-box {
  margin-top: 46px;
  display   : -webkit-box;
  display   : -ms-flexbox;
  display   : flex;
}

.food-section .content-column .inner-column .image-box .image {
  margin-right: 30px;
}

.food-section .content-column .inner-column .image-box .image:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .food-section .image-column {
    display: none;
  }
}

/***

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

***/
.main-footer {
  position        : relative;
  background-color: var(--theme-color2);
  /* Widget Section */
}

.main-footer .widgets-section {
  padding: 60px 0 100px;
}

@media (max-width: 991.98px) {
  .main-footer .widgets-section {
    padding-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .main-footer .footer-column {
    margin-bottom: 30px;
  }
}

.main-footer .footer-widget.about-widget {
  max-width: 300px;
}

.main-footer .footer-widget.about-widget .input-feild {
  position: relative;
  z-index : 1;
}

.main-footer .footer-widget.about-widget .input-feild input {
  padding         : 10px 25px;
  background-color: var(--theme-color-white);
  border-radius   : 9px;
  font-size       : 16px;
  width           : 100%;
}

.main-footer .footer-widget.about-widget .input-feild button {
  width           : 45px;
  height          : 45px;
  line-height     : 45px;
  border-radius   : 12px;
  color           : var(--headings-color);
  font-size       : 16px;
  text-align      : center;
  background-color: var(--theme-color1);
  position        : absolute;
  top             : 5px;
  right           : 5px;
}

.main-footer .footer-widget.about-widget .input-feild button i {
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  display           : inline-block;
}

.main-footer .footer-widget.about-widget .input-feild button:hover i {
  -webkit-transform: rotate(45deg);
  transform        : rotate(45deg);
}

@media (max-width: 991.98px) {
  .main-footer .footer-widget.about-widget {
    max-width: 100%;
  }
}

.main-footer .footer-widget.contact-widget .user-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap    : 10px;
}

.main-footer .footer-widget.contact-widget .user-links li i {
  color    : var(--theme-color1);
  font-size: 14px;
}

.main-footer .widget-title {
  position     : relative;
  color        : var(--theme-color-white);
  margin-bottom: 20px;
}

.main-footer .widget-content .text {
  color      : #d1d5db;
  font-size  : 16px;
  line-height: 30px;
  margin     : 20px 0;
}

.user-links {
  position: relative;
}

.user-links li {
  position     : relative;
  line-height  : 32px;
  font-weight  : 400;
  margin-bottom: 8px;
}

.user-links li:last-child {
  margin-bottom: 0;
}

.user-links li a {
  position          : relative;
  display           : inline-block;
  color             : inherit;
  font-size         : 16px;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  color             : var(--theme-color-white);
  font-weight       : 400;
}

.user-links li a:before {
  position          : absolute;
  left              : 0;
  bottom            : 3px;
  width             : 0;
  height            : 1px;
  background-color  : var(--bg-theme-color1);
  content           : "";
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.user-links li a:hover:before {
  width: 100%;
}

.user-links.style-two li {
  padding-left: 0;
}

.user-links.style-two li:before {
  display: none;
}

.user-links.two-column {
  display      : -webkit-box;
  display      : -ms-flexbox;
  display      : flex;
  -ms-flex-wrap: wrap;
  flex-wrap    : wrap;
}

.user-links.two-column li {
  width           : 50%;
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 50%;
  flex            : 0 0 50%;
}

.recent-post {
  position     : relative;
  margin-bottom: 30px;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-post .inner {
  position: relative;
}

.recent-post .inner .post-info {
  position         : relative;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  font-size        : 16px;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  color            : #adadad;
  line-height      : 30px;
  margin-bottom    : 23px;
  padding-left     : 25px;
}

.recent-post .inner .post-info i {
  position    : absolute;
  top         : 0;
  left        : 0;
  font-size   : 14px;
  margin-right: 10px;
  color       : var(--theme-color1);
}

.recent-post .inner .post-title {
  color         : var(--theme-color-white);
  letter-spacing: -0.8px;
  margin-bottom : 0;
}

.contact-list {
  position     : relative;
  margin-bottom: 30px;
}

.contact-list:last-child {
  margin-bottom: 0;
}

.contact-list .inner {
  position: relative;
}

.contact-list .inner .list-info {
  color            : #75727b;
  position         : relative;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  font-size        : 16px;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  line-height      : 1.6;
  margin-bottom    : 0;
}

.contact-list .inner .list-info:first-child {
  margin-bottom: 13px;
  line-height  : 1.875;
}

.contact-list .inner .list-info i {
  position    : absolute;
  top         : 0;
  left        : 0;
  font-size   : 14px;
  margin-right: 10px;
  color       : var(--theme-color1);
}

.contact-list .inner .post-title {
  color         : var(--theme-color-white);
  letter-spacing: -0.8px;
  margin-bottom : 0;
}

/* Subscribe Form */
.subscribe-form {
  position: relative;
}

.subscribe-form .form-group {
  position: relative;
}

.subscribe-form .form-group input[type=text],
.subscribe-form .form-group input[type=email] {
  position          : relative;
  display           : block;
  height            : 72px;
  width             : 100%;
  font-size         : 16px;
  line-height       : 32px;
  color             : var(--theme-color-white);
  padding           : 20px 30px;
  background        : transparent;
  border            : 1px solid #333f4d;
  border-radius     : 10px;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.subscribe-form .form-group input[type=text]::-webkit-input-placeholder,
.subscribe-form .form-group input[type=email]::-webkit-input-placeholder {
  color: var(--theme-color-white);
}

.subscribe-form .form-group input[type=text]::-moz-placeholder,
.subscribe-form .form-group input[type=email]::-moz-placeholder {
  color: var(--theme-color-white);
}

.subscribe-form .form-group input[type=text]:-ms-input-placeholder,
.subscribe-form .form-group input[type=email]:-ms-input-placeholder {
  color: var(--theme-color-white);
}

.subscribe-form .form-group input[type=text]::-ms-input-placeholder,
.subscribe-form .form-group input[type=email]::-ms-input-placeholder {
  color: var(--theme-color-white);
}

.subscribe-form .form-group input[type=text]::placeholder,
.subscribe-form .form-group input[type=email]::placeholder {
  color: var(--theme-color-white);
}

.subscribe-form .form-group .theme-btn {
  position         : absolute;
  right            : 0;
  top              : 0;
  padding          : 20px 30px;
  line-height      : 32px;
  border-radius    : 0 10px 10px 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;
}

.footer-cta {
  position         : relative;
  z-index          : 1;
  background-color : var(--theme-color1);
  padding          : 60px 80px;
  border-radius    : 11px;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 30px;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
}

.footer-cta .sec-title {
  max-width: 570px;
}

.footer-cta .text {
  color        : var(--headings-color);
  font-size    : 16px;
  line-height  : 30px;
  margin-bottom: 0;
}

.footer-cta .btn-wrp {
  margin-right: 30px;
  text-align  : center;
  width       : -webkit-fit-content;
  width       : -moz-fit-content;
  width       : fit-content;
}

.footer-cta .btn-wrp .cta-btn {
  font-weight     : 500;
  font-size       : 16px;
  line-height     : 16px;
  padding         : 20px 45px;
  border-radius   : 13px;
  background-color: var(--theme-color-white);
}

.footer-cta .btn-wrp .cta-btn i {
  display           : inline-block;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  margin-left       : 5px;
}

.footer-cta .btn-wrp .cta-btn:hover {
  color: var(--headings-color);
}

.footer-cta .btn-wrp .cta-btn:hover i {
  -webkit-transform: rotate(45deg);
  transform        : rotate(45deg);
}

.footer-cta .btn-wrp .text {
  margin-top: 18px;
}

.footer-cta .bg-shape {
  position: absolute;
  height  : 100%;
  top     : 0;
  right   : 0;
  z-index : -1;
}

.footer-cta .bg-shape img {
  height: 100%;
}

.footer-cta .arry {
  position         : absolute;
  top              : 50%;
  left             : 55%;
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
}

@media (max-width: 1199.98px) {
  .footer-cta .arry {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .footer-cta {
    padding: 30px 20px;
  }
}

/*=== Footer Bottom ===*/
.footer-bottom {
  position         : relative;
  z-index          : 1;
  border-top       : 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  padding          : 30px 0;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 10px;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
}

.footer-bottom .inner-container {
  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;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
}

.footer-bottom .copyright-text {
  position     : relative;
  margin-bottom: 0;
  color        : rgba(var(--theme-color-white-rgb), 0.45);
  font-size    : 16px;
}

.footer-bottom .copyright-text span {
  color: var(--theme-color-white);
}

.footer-bottom .copyright-text a {
  color: var(--theme-color-white);
}

.footer-bottom .copyright-text a:hover {
  color: var(--theme-color-white);
}

.footer-bottom .footer-nav {
  position     : relative;
  display      : -webkit-box;
  display      : -ms-flexbox;
  display      : flex;
  -ms-flex-wrap: wrap;
  flex-wrap    : wrap;
  gap          : 30px;
}

.footer-bottom .footer-nav li {
  font-size  : 16px;
  line-height: 32px;
}

.footer-bottom .footer-nav li a {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}

.footer-bottom .footer-nav li a:hover {
  color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
  .footer-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack   : center;
    justify-content : center;
    gap             : 5px;
    padding         : 15px 0;
    padding-top     : 30px;
  }

  .footer-bottom .copyright-text {
    font-size: 14px;
  }
}

.footer-bottom .goTop-btn {
  overflow         : hidden;
  display          : inline-block;
  width            : 60px;
  height           : 60px;
  line-height      : 60px;
  text-align       : center;
  border-radius    : 14px;
  color            : var(--headings-color);
  background-color : var(--theme-color1);
  position         : absolute;
  top              : -30px;
  left             : 50%;
  -webkit-transform: translateX(-50%);
  transform        : translateX(-50%);
  z-index          : 99;
}

.footer-bottom .goTop-btn i {
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  display           : inline-block;
}

.footer-bottom .goTop-btn i:first-child {
  position: absolute;
  top     : 0;
  left    : 23px;
}

.footer-bottom .goTop-btn i:last-child {
  -webkit-transform: translateY(60px);
  transform        : translateY(60px);
}

.footer-bottom .goTop-btn:hover i:first-child {
  top: -60px;
}

.footer-bottom .goTop-btn:hover i:last-child {
  -webkit-transform: translateY(0);
  transform        : translateY(0);
}

.footer-style-one {
  background-color: var(--theme-color4);
  overflow        : hidden;
}

.footer-style-one .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-style-one .widgets-section {
  padding: 70px;
}

@media (max-width: 575.98px) {
  .footer-style-one .widgets-section {
    padding: 30px 12px;
  }

  .footer-style-one .widgets-section .footer-column {
    margin-bottom: 10px;
  }
}

.footer-style-one .footer-top {
  border-bottom: 1px solid #324d4e;
  padding      : 70px 40px 40px 70px;
}

.footer-style-one .footer-top .info-item ul {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 15px;
}

.footer-style-one .footer-top .info-item ul li i {
  display         : inline-block;
  max-width       : 55px;
  min-width       : 55px;
  width           : 100%;
  height          : 55px;
  line-height     : 55px;
  color           : var(--theme-color-white);
  border-radius   : 50%;
  text-align      : center;
  background-color: rgba(var(--theme-color-white-rgb), 0.11);
  font-size       : 24px;
}

.footer-style-one .footer-top .info-item ul li span {
  color: var(--theme-color-white);
}

.footer-style-one .footer-top .info-item ul li .title {
  margin-bottom: 0;
  color        : var(--theme-color-white);
  font-size    : 20px;
  line-height  : 26px;
}

.footer-style-one .footer-top .info-item:hover i {
  -webkit-animation: ring-animation 2s ease-in-out infinite;
  animation        : ring-animation 2s ease-in-out infinite;
}

@media (max-width: 575.98px) {
  .footer-style-one .footer-top {
    padding: 30px 12px;
  }
}

.footer-style-one .footer-left {
  width       : 110px;
  position    : relative;
  z-index     : 1;
  border-right: 2px solid rgba(169, 167, 167, 0.188);
}

.footer-style-one .footer-left .logo {
  -webkit-transform: rotate(-90deg);
  transform        : rotate(-90deg);
  position         : absolute;
  top              : 120px;
  left             : -40px;
}

.footer-style-one .footer-left .back-top-btn {
  background-color: transparent;
  position        : absolute;
  top             : 65%;
  left            : 40px;
}

.footer-style-one .footer-left .back-top-btn.mobile-nav-toggler {
  display: inline-block;
  margin : 0;
}

@media (max-width: 575.98px) {
  .footer-style-one .footer-left {
    display: none;
  }
}

.footer-style-one .footer-bottom {
  border-top  : 2px solid #324d4e;
  padding-left: 70px;
}

.footer-style-one .footer-bottom .copyright-text a {
  color: #d5ad4b;
}

@media (max-width: 575.98px) {
  .footer-style-one .footer-bottom {
    padding-left: 0;
    text-align  : center;
  }
}

.footer-style-one .right-column {
  background-color: #d4f25a;
  padding         : 30px;
  position        : relative;
  z-index         : 1;
}

.footer-style-one .right-column .inner-column {
  max-width            : 350px;
  margin               : 0 auto;
  text-align           : center;
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction   : column;
  flex-direction       : column;
  gap                  : 40px;
  -webkit-box-align    : center;
  -ms-flex-align       : center;
  align-items          : center;
  -webkit-box-pack     : center;
  -ms-flex-pack        : center;
  justify-content      : center;
  height               : 100%;
}

.footer-style-one .right-column .inner-column .title {
  font-size    : 42px;
  line-height  : 50px;
  color        : var(--theme-color-black);
  margin-bottom: 0;
}

.footer-style-one .right-column .inner-column .circle-btn {
  display         : inline-block;
  width           : 244px;
  height          : 244px;
  line-height     : 244px;
  text-align      : center;
  font-size       : 18px;
  font-weight     : 700;
  color           : var(--theme-color-white);
  background-color: var(--theme-color2);
  border-radius   : 50%;
  position        : relative;
  z-index         : 1;
  overflow        : hidden;
}

.footer-style-one .right-column .inner-column .circle-btn i {
  margin-left       : 5px;
  display           : inline-block;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.footer-style-one .right-column .inner-column .circle-btn::after {
  position          : absolute;
  bottom            : 10px;
  right             : 10px;
  width             : 55px;
  height            : 55px;
  border-radius     : 50%;
  background-color  : var(--theme-color1);
  border-radius     : 50%;
  content           : "";
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
  z-index           : -1;
}

.footer-style-one .right-column .inner-column .circle-btn:hover::after {
  width : 130%;
  height: 130%;
  bottom: -50px;
  right : -50px;
}

.footer-style-one .right-column .inner-column .circle-btn:hover i {
  -webkit-transform: rotate(405deg);
  transform        : rotate(405deg);
}

.footer-style-one .right-column .inner-column .time {
  color         : #101249;
  text-transform: uppercase;
  margin-bottom : 0;
}

.footer-style-one .right-column .inner-column .date {
  font-weight   : 400;
  line-height   : 18px;
  color         : #101249;
  margin-bottom : 0;
  text-transform: capitalize;
}

.footer-style-one .right-column .shape {
  position: absolute;
  bottom  : 0;
  left    : 0;
  z-index : -1;
}

.footer-style-one .right-column .shape img {
  width: 100%;
}

.footer-style-one .footer-widget .input-feild input {
  border-radius: 38px;
  padding      : 10px 25px;
  width        : 100%;
}

.footer-style-one .footer-widget .input-feild .btn-one-rounded {
  min-width : 100%;
  color     : var(--theme-color-black);
  margin-top: 20px;
}

.footer-style-one .footer-widget .footer-nav {
  gap              : 15px;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  margin-top       : 20px;
}

.footer-style-one .footer-widget .footer-nav li a {
  display         : inline-block;
  width           : 34px;
  height          : 34px;
  line-height     : 36px;
  border-radius   : 50%;
  text-align      : center;
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  color           : var(--theme-color-white);
  font-size       : 15px;
}

.footer-style-one .footer-widget .footer-nav li a:hover {
  background-color: var(--theme-color1);
  color           : var(--theme-color-black);
}

.footer-style-two {
  overflow: hidden;
  position: relative;
  z-index : 1;
}

.footer-style-two .sec-shape {
  position: absolute;
  bottom  : -30px;
  right   : -320px;
  z-index : -1;
}

@media (max-width: 767.98px) {
  .footer-style-two .sec-shape {
    display: none;
  }
}

.footer-style-two .footer-top {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 30px;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
}

.footer-style-two .footer-top .logo {
  /* width: 300px; */
  background-color: var(--theme-color1);
  padding         : 10px 50px;
}

.footer-style-two .footer-top .subscrive-box {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 30px;
}

.footer-style-two .footer-top .subscrive-box .title {
  color        : var(--theme-color-white);
  margin-bottom: 0;
}

.footer-style-two .footer-top .subscrive-box .input-feild {
  position         : relative;
  z-index          : 1;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 30px;
}

.footer-style-two .footer-top .subscrive-box .input-feild .fa-envelope {
  font-size: 14px;
  color    : var(--theme-color-white);
  position : absolute;
  top      : 12px;
  left     : 25px;
}

.footer-style-two .footer-top .subscrive-box .input-feild input {
  background-color: transparent;
  border          : 1.2px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius   : 6px;
  color           : rgba(var(--theme-color-white-rgb), 0.55);
  padding         : 10px 25px;
  padding-left    : 50px;
  width           : 100%;
}

.footer-style-two .footer-top .subscrive-box .input-feild input::-webkit-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}

.footer-style-two .footer-top .subscrive-box .input-feild input::-moz-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}

.footer-style-two .footer-top .subscrive-box .input-feild input:-ms-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}

.footer-style-two .footer-top .subscrive-box .input-feild input::-ms-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}

.footer-style-two .footer-top .subscrive-box .input-feild input::placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}

.footer-style-two .footer-top .subscrive-box .input-feild input:focus {
  border: 1.2px solid rgba(var(--theme-color1-rgb), 0.5);
}

.footer-style-two .footer-top .subscrive-box .input-feild .btn-one-rounded {
  min-width    : 150px;
  border-radius: 6px;
  color        : var(--theme-color-black);
}

@media (max-width: 767.98px) {
  .footer-style-two .footer-top .subscrive-box {
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap;
  }
}

@media (max-width: 991.98px) {
  .footer-style-two .footer-top {
    -ms-flex-wrap : wrap;
    flex-wrap     : wrap;
    padding-bottom: 30px;
  }

  .footer-style-two .footer-top .logo {
    margin: 0 auto;
  }
}

.footer-style-two .widgets-section {
  padding      : 80px 0;
  border-top   : 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  position     : relative;
  z-index      : 1;
}

.footer-style-two .widgets-section::after {
  position         : absolute;
  top              : 0;
  left             : 50%;
  -webkit-transform: translateX(-50%);
  transform        : translateX(-50%);
  z-index          : -1;
  background-color : rgba(var(--theme-color-white-rgb), 0.1);
  width            : 1px;
  height           : 100%;
  content          : "";
}

@media (max-width: 1199.98px) {
  .footer-style-two .widgets-section::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .footer-style-two .widgets-section {
    padding: 60px 0;
  }
}

.footer-style-two .footer-widget.about-widget {
  max-width: 590px;
}

.footer-style-two .footer-widget.about-widget .widget-title {
  font-size    : 32px;
  margin-bottom: 30px;
}

.footer-style-two .footer-widget.about-widget .text {
  color        : var(--theme-color-white);
  font-size    : 16px;
  line-height  : 30px;
  margin-bottom: 0;
  max-width    : 550px;
}

.footer-style-two .footer-widget.about-widget .input-feild {
  max-width: 280px;
}

.footer-style-two .footer-widget.about-widget .input-feild input {
  border-radius: 38px;
}

.footer-style-two .footer-widget.about-widget .input-feild .btn-one-rounded {
  min-width : 100%;
  color     : var(--theme-color-black);
  margin-top: 20px;
}

.footer-style-two .footer-widget .widget-content .user-links li a {
  color      : rgba(var(--theme-color-white-rgb), 0.55);
  font-weight: 500;
}

.footer-style-two .footer-widget .widget-content .user-links li a::before {
  display: none;
}

.footer-style-two .footer-widget .widget-content .user-links li a:hover {
  color: var(--theme-color-white);
}

.footer-style-two .footer-widget.contact-widget {
  max-width  : 250px;
  margin-left: auto;
}

.footer-style-two .footer-widget.contact-widget .text {
  margin-bottom: 0;
  color        : rgba(var(--theme-color-white-rgb), 0.55);
  font-weight  : 500;
  font-size    : 20px;
  line-height  : 35px;
}

.footer-style-two .footer-widget.contact-widget a {
  font-weight: 500;
  color      : rgba(var(--theme-color-white-rgb), 0.55);
  font-size  : 20px;
  line-height: 35px;
}

.footer-style-two .footer-widget.contact-widget a:hover {
  color: var(--theme-color-white);
}

.footer-style-two .footer-widget.contact-widget .nuber a {
  color      : var(--theme-color-white);
  font-weight: 700;
  line-height: 45px;
}

@media (max-width: 575.98px) {
  .footer-style-two .footer-widget.contact-widget {
    margin: 0;
  }
}

.footer-style-two .footer-bottom .footer-nav {
  gap: 15px;
}

.footer-style-two .footer-bottom .footer-nav li a {
  display         : inline-block;
  width           : 34px;
  height          : 34px;
  line-height     : 36px;
  border-radius   : 50%;
  text-align      : center;
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  color           : var(--theme-color-white);
  font-size       : 15px;
}

.footer-style-two .footer-bottom .footer-nav li a:hover {
  background-color: var(--theme-color1);
  color           : var(--theme-color-black);
}

.footer-style-three {
  overflow: hidden;
  position: relative;
  z-index : 1;
}

.footer-style-three .box-shape {
  width   : 189px;
  height  : 189px;
  position: absolute;
  bottom  : 0;
  left    : 0;
  z-index : -1;
}

.footer-style-three .box-shape .box1 {
  height          : 100%;
  width           : 50%;
  background-color: rgba(var(--theme-color-white-rgb), 0.15);
  position        : absolute;
  bottom          : 0;
  left            : 0;
}

.footer-style-three .box-shape .box2 {
  width           : 100%;
  height          : 50%;
  background-color: rgba(var(--theme-color-white-rgb), 0.15);
  position        : absolute;
  bottom          : 0;
  left            : 0;
}

@media (max-width: 575.98px) {
  .footer-style-three .box-shape {
    display: none;
  }
}

.footer-style-three .sec-shape {
  position: absolute;
  top     : 0;
  right   : -280px;
  z-index : -1;
}

.footer-style-three .footer-column {
  margin-bottom: 0;
}

.footer-style-four {
  overflow: hidden;
  position: relative;
  z-index : 1;
}

.footer-style-four .sec-shape {
  position: absolute;
  bottom  : -150px;
  left    : -280px;
  z-index : -1;
}

@media (max-width: 767.98px) {
  .footer-style-four .sec-shape {
    display: none;
  }
}

.footer-style-four .widgets-section {
  padding       : 0;
  padding-top   : 120px;
  padding-bottom: 100px;
}

@media (max-width: 767.98px) {
  .footer-style-four .widgets-section {
    padding: 60px 0;
  }
}

.footer-style-four .footer-widget.about-widget {
  max-width: 590px;
}

.footer-style-four .footer-widget.about-widget .widget-title {
  font-size    : 32px;
  margin-bottom: 30px;
}

.footer-style-four .footer-widget.about-widget .text {
  color        : var(--theme-color-white);
  font-size    : 16px;
  line-height  : 30px;
  margin-bottom: 0;
  max-width    : 550px;
}

.footer-style-four .footer-widget.about-widget .input-feild {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  gap              : 30px;
  margin-top       : 60px;
}

.footer-style-four .footer-widget.about-widget .input-feild .fa-envelope {
  font-size: 14px;
  color    : var(--theme-color-white);
  position : absolute;
  top      : 12px;
  left     : 25px;
}

.footer-style-four .footer-widget.about-widget .input-feild input {
  background-color: transparent;
  border          : 1.2px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius   : 6px;
  color           : rgba(var(--theme-color-white-rgb), 0.55);
  padding-left    : 50px;
}

.footer-style-four .footer-widget.about-widget .input-feild input::-webkit-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}

.footer-style-four .footer-widget.about-widget .input-feild input::-moz-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}

.footer-style-four .footer-widget.about-widget .input-feild input:-ms-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}

.footer-style-four .footer-widget.about-widget .input-feild input::-ms-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}

.footer-style-four .footer-widget.about-widget .input-feild input::placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}

.footer-style-four .footer-widget.about-widget .input-feild input:focus {
  border: 1.2px solid rgba(var(--theme-color1-rgb), 0.5);
}

.footer-style-four .footer-widget.about-widget .input-feild .btn-one-rounded {
  min-width    : 150px;
  border-radius: 6px;
  color        : var(--theme-color-black);
}

.footer-style-four .footer-widget.about-widget .privacy {
  font-weight: 500;
  color      : rgba(var(--theme-color-white-rgb), 0.55);
  font-size  : 16px;
  margin-top : 15px;
}

.footer-style-four .footer-widget.about-widget .privacy a {
  color          : var(--theme-color-white);
  text-decoration: underline;
}

.footer-style-four .footer-widget.about-widget .privacy a:hover {
  color: var(--theme-color1);
}

.footer-style-four .footer-widget .widget-content .user-links li a {
  color      : rgba(var(--theme-color-white-rgb), 0.55);
  font-weight: 500;
}

.footer-style-four .footer-widget .widget-content .user-links li a::before {
  display: none;
}

.footer-style-four .footer-widget .widget-content .user-links li a:hover {
  color: var(--theme-color-white);
}

.footer-style-four .footer-widget.contact-widget {
  max-width  : 250px;
  margin-left: auto;
}

.footer-style-four .footer-widget.contact-widget .text {
  margin-bottom: 0;
  color        : rgba(var(--theme-color-white-rgb), 0.55);
  font-weight  : 500;
  font-size    : 20px;
  line-height  : 35px;
}

.footer-style-four .footer-widget.contact-widget a {
  font-weight: 500;
  color      : rgba(var(--theme-color-white-rgb), 0.55);
  font-size  : 20px;
  line-height: 35px;
}

.footer-style-four .footer-widget.contact-widget a:hover {
  color: var(--theme-color-white);
}

.footer-style-four .footer-widget.contact-widget .nuber a {
  color      : var(--theme-color-white);
  font-weight: 700;
  line-height: 45px;
}

@media (max-width: 575.98px) {
  .footer-style-four .footer-widget.contact-widget {
    margin: 0;
  }
}

.footer-style-four .footer-bottom {
  padding: 20px 0;
}

.footer-style-four .footer-bottom .copyright-text {
  color: var(--theme-color-white);
}

.footer-style-four .footer-bottom .copyright-text a {
  text-decoration: none;
  color          : #ffcc53;
}

.footer-style-four .footer-bottom .language .nice-select {
  height          : 35px;
  line-height     : 35px;
  text-transform  : uppercase;
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  border-radius   : 20px;
  border          : none;
  padding-left    : 12px;
  padding-right   : 40px;
}

.footer-style-four .footer-bottom .language .nice-select::before {
  width           : 20px;
  height          : 20px;
  line-height     : 23px;
  background-color: var(--theme-color1);
  border-radius   : 50%;
  text-align      : center;
  top             : 8px;
  right           : 7px;
}

.footer-style-four .footer-bottom .language .nice-select .current {
  font-size: 12px;
  color    : var(--theme-color-white);
}

.footer-style-four .footer-bottom .language .nice-select .list {
  bottom: 100%;
  top   : unset;
}

/***
====================================================================
  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-color2);
  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 {
  font-size: 16px;
  color    : var(--review-color);
}

.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-color2);
  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 {
  margin-left: 30px;
}

@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 {
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  margin-top       : 20px;
  position         : relative;
}

.product-details__quantity .quantity-box {
  border-radius: 10px;
  height       : 60px;
  position     : relative;
  width        : 98px;
}

.product-details__quantity .quantity-box input {
  border            : 1px solid #e0e4e8;
  border-radius     : 10px;
  color             : var(--theme-color2);
  font-size         : 18px;
  font-weight       : 500;
  height            : 60px;
  outline           : none;
  padding-left      : 30px;
  -webkit-appearance: textfield;
  -moz-appearance   : textfield;
  width             : 98px;
}

.product-details__quantity .quantity-box button {
  -webkit-box-align      : center;
  -ms-flex-align         : center;
  align-items            : center;
  border                 : none;
  border-left            : 1px solid #e0e4e8;
  border-top-right-radius: 10px;
  background-color       : var(--theme-color2);
  color                  : #fff;
  font-size              : 8px;
  display                : -webkit-box;
  display                : -ms-flexbox;
  display                : flex;
  height                 : 29px;
  -webkit-box-pack       : center;
  -ms-flex-pack          : center;
  justify-content        : center;
  outline                : none;
  position               : absolute;
  right                  : 1px;
  top                    : 1px;
  -webkit-transition     : all 300ms ease;
  transition             : all 300ms ease;
  width                  : 29px;
}

.product-details__quantity .quantity-box button:hover {
  background-color: var(--theme-color1);
  color           : var(--headings-color);
}

.product-details__quantity .quantity-box button.sub {
  bottom                    : 1px;
  border-top-right-radius   : 0px;
  border-bottom-right-radius: 10px;
  top                       : auto;
}

.product-discription {
  display : block;
  position: relative;
}

.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 {
  display      : block;
  margin-top   : 30px;
  margin-bottom: 30px;
  position     : relative;
}

.product-discription .product-description__list ul {
  display : block;
  position: relative;
}

.product-discription .product-description__list ul li {
  display      : block;
  margin-bottom: 2px;
  position     : relative;
}

.product-discription .product-description__list ul li:last-child {
  margin-bottom: 0px;
}

.product-discription .product-description__list ul li p {
  color      : var(--headings-color);
  font-weight: 600;
  margin     : 0;
}

.product-discription .product-description__list ul li p span:before {
  color       : var(--theme-color1);
  display     : inline-block;
  font-size   : 17px;
  line-height : 17px;
  margin-right: 11px;
  position    : relative;
  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 {
  background-color: var(--theme-color2);
  color           : #fff;
}

.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.html);
  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.html);
  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.html);
}

.category-block .inner-box.cat-bg-2:before {
  background-image: url(../images/icons/cat-2-bg.html);
}

.category-block .inner-box.cat-bg-3:before {
  background-image: url(../images/icons/cat-3-bg.html);
}

.category-block .inner-box.cat-bg-4:before {
  background-image: url(../images/icons/cat-4-bg.html);
}

.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.html);
  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.html) 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.html) 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;
  padding           : 0px 2px 10px;
  cursor            : pointer;
  color             : #797f7d;
  font-weight       : 500;
  font-size         : 18px;
  margin            : 0 5px 0;
  padding           : 5px 12px 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-color2);
  color           : #fff;
}

.featured-products .filters li:before {
  position                          : absolute;
  left                              : 0;
  bottom                            : 8px;
  height                            : 2px;
  width                             : 100%;
  content                           : "";
  background-color                  : #fff;
  -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            : 1px solid var(--theme-color2);
  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            : 1px 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;
  color        : var(--theme-color2);
  font-weight  : 700;
  margin-bottom: 5px;
}

.product-block h4 a {
  color             : var(--theme-color2);
  -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 {
  background-color  : var(--theme-color2);
  border-radius     : 50px;
  color             : #ffffff;
  cursor            : pointer;
  display           : block;
  height            : 40px;
  font-size         : 14px;
  line-height       : 40px;
  margin-bottom     : 10px;
  position          : relative;
  text-align        : center;
  width             : 40px;
  z-index           : 9;
  -webkit-transition: all 300ms ease;
  transition        : all 300ms ease;
}

.product-block .ui-btn:hover {
  background-color: var(--theme-color1);
  color           : var(--text-color-bg-theme-color1);
}

.product-block .cat {
  display      : block;
  font-size    : 18px;
  color        : #707070;
  font-style   : italic;
  font-family  : "Jost", sans-serif;
  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 {
  display : block;
  position: relative;
}

.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-color-gray);
  border            : 1px solid var(--theme-light-background);
  border-radius     : 5px;
  color             : #646578;
  height            : 52px;
  padding           : 10px 60px 10px 20px;
  position          : relative;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
  width             : 100%;
}

.shop-sidebar .sidebar-search .search-form .form-group button {
  background-color  : var(--theme-color2);
  border-radius     : 3px;
  color             : #fff;
  cursor            : pointer;
  display           : inline-block;
  font-size         : 18px;
  height            : 42px;
  line-height       : 42px;
  position          : absolute;
  right             : 5px;
  text-align        : center;
  top               : 5px;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
  width             : 42px;
}

.shop-sidebar .sidebar-search .search-form .form-group button:hover {
  background-color: var(--theme-color1);
  color           : var(--text-color-bg-theme-color1);
}

.shop-sidebar .sidebar-widget {
  background-color: var(--theme-color-gray);
  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 {
  position   : absolute;
  content    : "\f0da";
  font-family: "Font Awesome 6 Pro";
  left       : 0px;
  top        : 0px;
  font-size  : 16px;
  font-weight: 600;
  color      : var(--theme-color2);
}

.shop-sidebar .category-widget .category-list li a:hover {
  color: var(--theme-color2);
}

.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;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
  width             : 70px;
}

.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 {
  display     : inline-block;
  line-height : 26px;
  margin-right: 4px;
  position    : relative;
}

.range-slider .title:before {
  color    : #646578;
  content  : "$";
  font-size: 18px;
  left     : -5px;
  position : absolute;
  top      : -19px;
}

.range-slider p {
  color       : #646578;
  display     : inline-block;
  margin-right: 10px !important;
  position    : relative;
}

.range-slider .input {
  color     : #646578;
  display   : inline-block;
  font-size : 18px;
  margin-top: 5px;
  max-width : 75px;
  position  : relative;
}

.range-slider .input input {
  background: none;
  color     : #646578;
  font-size : 15px;
  text-align: left;
}

.range-slider .ui-widget.ui-widget-content {
  background-color: #d0d4dd;
  border-radius   : 2px;
  border          : none;
  height          : 4px;
  margin-bottom   : 14px;
}

.range-slider .ui-slider .ui-slider-range {
  background-color: var(--theme-color2);
  top             : 0px;
  height          : 4px;
}

.range-slider .ui-state-default {
  background-color: var(--theme-color2);
  border          : none;
  border-radius   : 50%;
  cursor          : pointer;
  height          : 14px;
  margin-left     : 0px;
  position        : absolute;
  top             : -5px;
  width           : 14px;
}

.range-slider .ui-state-default:before {
  background-color: #ffffff;
  border-radius   : 50%;
  content         : "";
  height          : 6px;
  left            : 4px;
  position        : absolute;
  top             : 4px;
  width           : 6px;
}

.range-slider .ui-widget-content .ui-state-default {
  background-color: var(--theme-color2);
  border          : none;
  border-radius   : 50%;
  cursor          : pointer;
  height          : 14px;
  margin-left     : 0px;
  top             : -5px;
  width           : 14px;
}

.range-slider .ui-widget-content .ui-state-default:before {
  background-color: #ffffff;
  border-radius   : 50%;
  content         : "";
  position        : absolute;
  height          : 6px;
  left            : 4px;
  top             : 4px;
  width           : 6px;
}

.range-slider input[type=submit] {
  background        : var(--theme-color2);
  border            : none;
  border-radius     : 10px;
  color             : #ffffff;
  cursor            : pointer;
  display           : block;
  float             : right;
  font-size         : 14px;
  font-weight       : 500;
  margin-top        : 0;
  padding           : 7px 20px;
  position          : relative;
  text-align        : center;
  text-transform    : capitalize;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.range-slider input[type=submit]:hover {
  background-color: var(--theme-color1);
  color           : var(--text-color-bg-theme-color1);
}

/*** 
====================================================================
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 {
  background-repeat  : no-repeat;
  background-position: center;
  background-size    : cover;
  overflow           : hidden;
  padding            : 100px 0 110px;
  position           : relative;
}

.page-title:before {
  position      : absolute;
  left          : 0;
  top           : 0;
  height        : 100%;
  width         : 100%;
  background    : radial-gradient(
  95.51% 264.21% at 92.63% 41.85%,
  rgba(30, 31, 83, 0) 0%,
  rgba(30, 31, 83, 0.98) 99.98%,
  rgba(30, 31, 83, 0.98) 99.99%
);
  content       : "";
  mix-blend-mode: normal;
}

.page-title:after {
  background    : url(../images/background/page-title-pattern.png);
  content       : "";
  height        : 100%;
  mix-blend-mode: normal;
  position      : absolute;
  right         : 0;
  top           : 0;
  width         : 50%;
}

.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     : 16px;
  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-color1);
  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);
}

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

.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;
}

/***

====================================================================
        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-color2);
  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(--text-color-bg-theme-color1);
  font-size         : 25px;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.contact-details__info li:hover .icon {
  background-color: var(--theme-color1);
  color           : var(--theme-color-light);
}

.contact-details__info li:hover .icon span {
  color: var(--text-color-bg-theme-color2);
}

.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;
}

.map {
  height: 550px;
}

/***
=============================================
    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);
}

.services-details__content .video-btn {
  background-color: var(--theme-color-white);
  border-radius   : 50%;
  color           : var(--theme-color-dark);
  display         : inline-block;
  font-size       : 20px;
  height          : 100px;
  left            : 0;
  line-height     : 100px;
  margin          : 0 auto;
  position        : absolute;
  right           : 0;
  text-align      : center;
  top             : 38%;
  width           : 100px;
}

.services-details__content .video-btn:before {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.services-details__content .video-btn:after {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.sidebar-service-list {
  background-color: var(--theme-color-gray);
  padding         : 45px 40px 30px;
  margin          : 0;
}

.sidebar-service-list .title {
  color        : #0A1222;
  font-weight  : 700;
  line-height  : 34px;
  position     : relative;
  margin-bottom: 30px;
}

.sidebar-service-list .title:before {
  background-color : #C6D936;
  bottom           : 0;
  content          : "";
  height           : 1px;
  position         : absolute;
  -webkit-transform: matrix(1, 0.01, -0.01, 1, 0, 0);
  transform        : matrix(1, 0.01, -0.01, 1, 0, 0);
  width            : 100px;
}

.sidebar-service-list li+li {
  margin-top: 10px;
}

.sidebar-service-list li {
  margin-bottom: 20px;
}

.sidebar-service-list li a {
  color             : #0A1222;
  display           : block;
  font-family       : var(--text-font);
  font-size         : 18px;
  font-weight       : 500;
  line-height       : 32px;
  position          : relative;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.sidebar-service-list li a:hover {
  color: var(--theme-color2);
}

.sidebar-service-list li a:hover i {
  color            : var(--theme-color2);
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(1.5);
  transform        : translateY(-50%) rotate(-45deg) scale(1.5);
}

.sidebar-service-list li a i {
  -webkit-box-align : center;
  -ms-flex-align    : center;
  align-items       : center;
  border-radius     : 15px;
  color             : #191825;
  display           : -webkit-box;
  display           : -ms-flexbox;
  display           : flex;
  font-size         : 16px;
  height            : 32px;
  -webkit-box-pack  : center;
  -ms-flex-pack     : center;
  justify-content   : center;
  position          : absolute;
  right             : 20px;
  text-align        : center;
  top               : 50%;
  -webkit-transform : translateY(-50%);
  transform         : translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
  width             : 45px;
}

.sidebar-service-list li.current a {
  color: var(--theme-color2);
}

.sidebar-service-list .form-control {
  background-color: var(--theme-color-white);
}

.sidebar-service-list .address li {
  color      : #0A1222;
  font-family: var(--text-font);
  font-weight: 500;
  line-height: 44px;
}

.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-color-dark);
  color           : var(--theme-color1);
}

.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;
}

.nr-list {
  position: relative;
}

.nr-list .title {
  font-style : normal;
  font-family: var(--title-font);
  font-size  : 18px;
  line-height: 28px;
}

.nr-list .title span {
  color              : transparent;
  font-size          : 34px;
  margin-right       : 25px;
  -webkit-text-stroke: 1px rgba(10, 18, 34, 0.3);
  -webkit-transition : all 500ms ease;
  transition         : all 500ms ease;
}

.nr-list .title:hover span {
  color: #d9d9d9;
}

.outcome-list li {
  color        : #6B7280;
  font-family  : var(--text-font);
  font-weight  : 400;
  font-size    : 18px;
  line-height  : 29px;
  margin-bottom: 10px;
  margin-right : 10px;
}

.outcome-list li i {
  color    : var(--theme-color2);
  font-size: 22px;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
  display : block;
  position: relative;
}

.project-details__img img {
  border-radius: 10px;
  width        : 100%;
}

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

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

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

.project-details__details-box {
  background-color: var(--theme-color-gray2);
  border-radius   : 10px;
  padding         : 43px 50px 50px;
  position        : relative;
  z-index         : 1;
}

.project-details__details-list {
  display : block;
  position: relative;
}

.project-details__details-list li {
  display : block;
  position: relative;
}

.project-details__details-list li+li {
  margin-top: 24px;
}

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

.project-details__client a {
  text-decoration: underline;
}

.project-details__client a:hover {
  color: var(--link-color);
}

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

.project-details__social {
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  position         : relative;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
}

.project-details__social a {
  -webkit-box-align : center;
  -ms-flex-align    : center;
  align-items       : center;
  -webkit-box-pack  : center;
  -ms-flex-pack     : center;
  display           : -webkit-box;
  display           : -ms-flexbox;
  display           : flex;
  background-color  : var(--theme-color2);
  border-radius     : 50%;
  color             : var(--text-color-bg-theme-color1);
  font-size         : 15px;
  height            : 40px;
  justify-content   : center;
  overflow          : hidden;
  position          : relative;
  text-align        : center;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
  width             : 40px;
  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 {
  display   : block;
  padding   : 40px 0;
  position  : relative;
  text-align: center;
}

.project-details__pagination {
  -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;
  position         : relative;
}

.project-details__pagination li a {
  font-size         : 16px;
  color             : #696969;
  font-family       : var(--text-font);
  font-size         : 16px;
  font-weight       : 400;
  line-height       : 19px;
  -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 .title,
.project-details__pagination li .title a {
  color             : #0A1222;
  font-family       : var(--text-font);
  font-style        : normal;
  font-weight       : 600;
  font-size         : 22px;
  line-height       : 30px;
  letter-spacing    : -0.03em;
  -webkit-transition: all 400ms ease;
  transition        : all 400ms ease;
}

.project-details__pagination li .title:hover,
.project-details__pagination li .title a:hover {
  text-decoration-line: underline;
}

.project-details__pagination li.next {
  float   : left;
  position: relative;
}

.project-details__pagination li.next .content {
  text-align : left;
  font-weight: var(--body-font-weight-bold);
}

.project-details__pagination li.previous {
  position: relative;
  float   : right;
}

.project-details__pagination li.previous .content {
  text-align: right;
}

.room-facility-list {
  position: relative;
}

.room-facility-list .icon {
  border            : 1px solid var(--theme-color1);
  border-radius     : 50%;
  display           : block;
  font-size         : 22px;
  height            : 64px;
  line-height       : 64px;
  text-align        : center;
  width             : 64px;
  -webkit-transition: all 0.3s ease;
  transition        : all 0.3s ease;
}

.room-facility-list .list-one:hover .icon {
  background-color: var(--theme-color1);
  color           : #fff;
}

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

.room-details__details-box {
  background-color: #f5f6f7;
  border          : 1px solid var(--theme-color1);
  border-radius   : 10px;
  padding         : 43px 50px 30px 50px;
  position        : relative;
  z-index         : 1;
}

.product-details.rd-page .bx-wrapper {
  margin-bottom: 30px;
}

.product-details.rd-page .bx-wrapper .thumb-box li {
  height: auto;
}

@media only screen and (max-width: 480px) {
  .room-block .inner-box .box-caption .book-btn {
    padding     : 0 10px;
    margin-right: 10px;
  }

  .room-block.col-lg-3 .inner-box .box-caption .bx-links li {
    margin-right: 10px;
  }

  .rooms-section {
    padding: 80px 0;
  }
}

.project-list {
  display              : -ms-grid;
  display              : grid;
  -ms-grid-columns     : (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.project-list li {
  color         : #0A1222;
  font-size     : 16px;
  font-weight   : 600;
  letter-spacing: -0.03em;
  line-height   : 19px;
  margin-bottom : 30px;
}

.project-list i {
  color       : var(--theme-color2);
  margin-right: 10px;
}

.project-list-item .icon {
  color    : var(--theme-color2);
  font-size: 26px;
}

.project-list-item .title {
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  color            : var(--headings-color);
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  font-family      : var(--title-font);
  font-style       : normal;
  font-weight      : 700;
  font-size        : 20px;
  line-height      : 30px;
  letter-spacing   : -0.03em;
}

.project-list-item .text {
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  color            : var(--text-color2);
  font-family      : var(--text-font);
  font-style       : normal;
  font-weight      : 400;
  font-size        : 16px;
  line-height      : 30px;
}

/***

====================================================================
    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;
  overflow     : hidden;
}

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

.blog-details__date {
  -webkit-box-align    : center;
  -ms-flex-align       : center;
  align-items          : center;
  background-color     : var(--theme-color2);
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction   : column;
  flex-direction       : column;
  padding              : 21px 24px 20px;
  position             : absolute;
  right                : 0;
  text-align           : center;
  top                  : 0;
}

.blog-details__date .day {
  color      : #fff;
  font-size  : 16px;
  font-weight: var(--body-font-weight-bold);
  line-height: 16px;
}

.blog-details__date .month {
  color         : #fff;
  display       : block;
  font-size     : 10px;
  font-weight   : var(--body-font-weight-bold);
  line-height   : 12px;
  position      : relative;
  text-transform: uppercase;
}

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

.blog-details__meta {
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  position         : relative;
}

.blog-details__meta li+li {
  margin-left: 18px;
}

.blog-details__meta li a {
  color             : #777;
  font-size         : 15px;
  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-color2);
  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 {
  background-color  : var(--theme-color2);
  border-radius     : 35px;
  color             : var(--theme-color-white);
  display           : inline-block;
  font-size         : 14px;
  font-weight       : var(--body-font-weight-bold);
  padding           : 8px 30px;
  position          : relative;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
  text-decoration   : none;
}

.blog-details__tags a:hover {
  background-color: var(--theme-color2);
  color           : var(--theme-color-white);
}

.blog-details__tags a+a {
  margin-left: 6px;
}

.blog-details__social-list {
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
}

.blog-details__social-list a {
  background-color  : var(--theme-color2);
  border-radius     : 50%;
  color             : var(--theme-color-white);
  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;
  font-size         : 15px;
  height            : 43px;
  justify-content   : center;
  overflow          : hidden;
  position          : relative;
  text-align        : center;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
  width             : 43px;
  z-index           : 1;
}

.blog-details__social-list a:hover {
  background-color: var(--theme-color1);
  color           : var(--theme-color-white);
}

.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 {
  display      : block;
  margin-bottom: 53px;
  overflow     : hidden;
  position     : relative;
}

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

.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 {
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  height           : 100%;
  margin-right     : 30px;
  width            : calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
  .nav-links .prev {
    width: 100%;
  }
}

.nav-links .prev .thumb {
  margin-right: 20px;
}

.nav-links .next {
  -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: reverse;
  -ms-flex-direction   : row-reverse;
  flex-direction       : row-reverse;
  height               : 100%;
  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;
  height   : 60px;
  min-width: 60px;
  overflow : hidden;
  width    : 60px;
}

.nav-links>div .thumb a {
  display: inline-block;
}

.nav-links>div>a {
  background-color  : var(--theme-color-gray);
  border-radius     : 10px;
  color             : var(--theme-light-background-text-color);
  display           : inline-block;
  font-size         : 20px;
  font-weight       : var(--body-font-weight-bold);
  line-height       : 1.637;
  padding           : 52px 50px;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
  word-wrap         : break-word;
  white-space       : -moz-pre-wrap;
  white-space       : pre-wrap;
  width             : 100%;
}

@media only screen and (max-width: 767px) {
  .nav-links>div>a {
    padding: 30px;
  }
}

.nav-links>div>a:hover {
  background-color: var(--theme-color2);
  color           : var(--theme-color-light);
}

/*** 

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

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

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

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

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

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type=search] {
  background-color: var(--theme-color2);
  border          : none;
  border-radius   : 10px;
  color           : var(--theme-color-light);
  display         : block;
  font-size       : 16px;
  font-weight     : 500;
  height          : 74px;
  outline         : none;
  padding-left    : 50px;
  padding-right   : 80px;
  width           : 100%;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {
  color  : var(--theme-color-light);
  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(--theme-color-light);
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__search-form input[type=search] {
    padding-left: 30px;
  }
}

.sidebar__search-form button[type=submit] {
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  background-color : transparent;
  bottom           : 0;
  border           : none;
  color            : #fff;
  font-size        : 22px;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  outline          : none;
  padding          : 0;
  position         : absolute;
  right            : 0;
  top              : 0;
  width            : 72px;
}

@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(--bg-theme-color1);
  background-color: var(--theme-color-gray);
  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-color2);
  font-size    : 13px;
  padding-right: 5px;
}

.sidebar__category {
  position        : relative;
  display         : block;
  color           : var(--theme-light-background-text-color);
  background-color: var(--theme-color-gray);
  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 {
  background-color: var(--theme-color-gray);
  border-radius   : 10px;
  color           : var(--theme-light-background-text-color);
  display         : block;
  overflow        : hidden;
  padding         : 46px 45px 50px;
  position        : relative;
  z-index         : 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__tags {
    padding: 30px;
  }
}

.sidebar__tags .sidebar__title {
  margin-bottom: 25px;
  margin-left  : 5px;
}

.sidebar__tags-list {
  margin-top: -10px;
}

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

.sidebar__tags-list a:hover {
  color     : var(--theme-color-white);
  background: var(--theme-color2);
}

.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-color-gray);
  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-color1);
  color           : var(--theme-color-dark);
}

.sidebar__comments-list li+li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  height            : 45px;
  width             : 45px;
  background-color  : var(--theme-color2);
  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-color-dark);
  margin-bottom: 24px;
}

.comment-one .comment-one__content p {
  font-size: 16px;
}

.comment-one .comment-one__btn {
  background-color: var(--theme-color2);
  border-radius   : 35px;
  color           : var(--theme-color-white);
  font-size       : 12px;
  padding         : 5px 30px;
  position        : absolute;
  right           : 0;
  top             : 0;
}

.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: 70px;
}

@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 {
  color    : var(--theme-color2);
  font-size: 16px;
}

.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;
  background-color  : var(--theme-color2);
  border-radius     : 50%;
  color             : var(--theme-color-light);
  font-size         : 15px;
  -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;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}

.team-details__social a:hover {
  background-color: var(--theme-color1);
  color           : var(--theme-color-dark);
}

.team-details__social a+a {
  margin-left: 10px;
}

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

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

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

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

.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 {
  display    : block;
  margin-left: 70px;
  margin-top : 1px;
  position   : relative;
}

@media only screen and (max-width: 991px) {
  .team-details__bottom-right {
    margin-left: 0;
  }
}

.team-details__progress {
  display : block;
  position: relative;
  width   : 100%;
}

.team-details__progress .bar {
  background-color: #eef0f6;
  border-radius   : 7px;
  height          : 13px;
  margin-bottom   : 22px;
  position        : relative;
  width           : 100%;
}

.team-details__progress .bar-inner {
  background-color  : var(--theme-color1);
  border-radius     : 7px;
  display           : block;
  height            : 13px;
  position          : relative;
  -webkit-transition: all 1500ms ease;
  transition        : all 1500ms ease;
  width             : 0px;
}

.team-details__progress .count-text {
  bottom            : 21px;
  color             : var(--theme-color2);
  font-size         : 14px;
  font-weight       : 500;
  line-height       : 24px;
  opacity           : 0;
  position          : absolute;
  right             : 0px;
  text-align        : center;
  -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 {
  display : block;
  position: relative;
}

.team-details__progress-title {
  color        : var(--theme-color2);
  font-size    : 16px;
  font-weight  : 700;
  line-height  : 28px;
  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;
}

/*==================================================
=            Bootstrap 5 Media Queries             =
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
);
==================================================*/
/*==========  Mobile First Method  ==========*/
/*==========  Non-Mobile First Method  ==========*/
@media (max-width: 991.98px) {
  br {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .pt-120 {
    padding-top: 60px !important;
  }

  .pb-120 {
    padding-bottom: 60px !important;
  }

  .mt-120 {
    margin-top: 60px !important;
  }

  .mb-120 {
    margin-bottom: 60px !important;
  }

  .pt-100 {
    padding-top: 50px !important;
  }

  .pb-100 {
    padding-bottom: 50px !important;
  }

  .mt-100 {
    margin-top: 50px !important;
  }

  .mb-100 {
    margin-bottom: 50px !important;
  }

  .pt-80 {
    padding-top: 40px !important;
  }

  .pb-80 {
    padding-bottom: 40px !important;
  }

  .mt-80 {
    margin-top: 40px !important;
  }

  .mb-80 {
    margin-bottom: 40px !important;
  }

  .pt-50 {
    padding-top: 25px !important;
  }

  .pb-50 {
    padding-bottom: 25px !important;
  }

  .pt-60 {
    padding-top: 30px !important;
  }

  .pb-60 {
    padding-bottom: 30px !important;
  }

  .mt-50 {
    margin-top: 25px !important;
  }

  .mb-50 {
    margin-bottom: 25px !important;
  }

  .mt-60 {
    margin-top: 30px !important;
  }

  .mb-60 {
    margin-bottom: 30px !important;
  }
}

/*==========  minimum and maximum breakpoint Method  ==========*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1 {
    font-size: 3.3rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: 3.1rem;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 3rem;
  }
}





/* Enquiry Form */
.enquiry-form-btn {
  position : fixed;
  top      : 50%;
  left     : -5px;
  transform: translateY(-50%);
  z-index  : 999;
}

.enquiry-form-btn button {
  transform       : rotate(-90deg) translateX(-100%);
  transform-origin: left top;
  background-color: var(--theme-color1);
  color         : #000;
  padding       : 10px 20px;
  border        : none;
  font-weight   : 500;
  cursor        : pointer;
  white-space   : nowrap;
  font-size     : 14px;
  font-family   : 'Segoe UI', sans-serif;
  line-height   : 1.2;
  letter-spacing: 2px;
  overflow      : hidden;
}

.enquiry-form-btn button::after {
  content   : "";
  position  : absolute;
  top       : 0;
  left      : -100%;
  width     : 100%;
  height    : 100%;
  background: linear-gradient(to right, transparent, #fff, transparent);
  animation : scanning 2s linear infinite;
}

@keyframes scanning {
  0% {
    left: -100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}


/* offcanvas */
.offcanvas-overlay {
  position        : fixed;
  top             : 0;
  left            : 0;
  width           : 100%;
  height          : 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index         : 9998;
  display         : none;
}

/* Show the overlay when active */
.offcanvas-overlay.active {
  display: block;
}

.custom-offcanvas {
  position        : fixed;
  top             : 0;
  left            : -600px;
  width           : 600px;
  height          : 100%;
  background-color: #ffffff;
  box-shadow      : -2px 0 10px rgba(0, 0, 0, 0.3);
  z-index         : 9999;
  transition      : left 0.3s ease;
  padding         : 20px;
  overflow-y      : auto;
}

.custom-offcanvas::-webkit-scrollbar {
  width: 3px;
}

.custom-offcanvas::-webkit-scrollbar-track {
  background: transparent;
}

.custom-offcanvas::-webkit-scrollbar-thumb {
  background   : var(--theme-color2);
  border-radius: 4px;
}

.custom-offcanvas::-webkit-scrollbar-thumb:hover {
  background: var(--theme-color2);
}


.custom-offcanvas.open {
  left: 0;
}

/* Close Button */
.close-btn {
  font-size: 40px;
  color    : red;
  cursor   : pointer;
  position : absolute;
  top      : 20px;
  right    : 20px;
}

.custom-offcanvas form .form-group {
  margin-bottom: 10px;
}

.custom-offcanvas form .nice-select {
  height          : 39px;
  line-height     : 11px;
  background-color: #f5f5f5;
  border          : 1px solid #f4f5f8;
  padding         : 13px 15px;
}

.custom-offcanvas form .nice-select .current {
  font-size: 12px;
  color    : #686a6f;
}

.custom-offcanvas form .nice-select::before {
  transform: translateY(-50%);
  top      : 50%;
  font-size: 12px;
  color    : #686a6f;
}

.custom-offcanvas form label {
  font-size    : 11px;
  font-weight  : 800;
  margin-bottom: -2px;
}

.custom-offcanvas form input,
.custom-offcanvas form textarea {
  padding         : 8px 15px;
  height          : auto;
  background-color: #f5f5f5;
  border          : 1px solid #f4f5f8;
}

.custom-offcanvas form input::placeholder,
.custom-offcanvas form textarea::placeholder {
  font-size: 12px;
}

.formerror {
  color      : red;
  font-weight: 600;
  font-size  : 11px;
}

#generatedCaptcha {
  user-select   : none;
  background    : var(--theme-color2);
  padding       : 8px 21px;
  font-size     : 22px;
  color         : #fff;
  letter-spacing: 5px;
  margin        : 0 10px;
  font-family   : 'Courier New', Courier, monospace;
  text-shadow   : 1px 1px 1px #00000033;
  display       : inline-block;
}


#refreshCaptcha {
  font-size: 20px;
  color    : var(--theme-color2);
  padding  : 10px;
  cursor   : pointer;
}