/* Satnet | Sattelite HTML Template

Template Name: Satnet
Version: 1.0.0
License: copyright commercial
/************ 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=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Unbounded:wght@200;300;400;500;600;700;800;900&amp;family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("animate.css");
@import url("linear.css");
@import url("fontawesome.css");
@import url("jquery.fancybox.min.css");
@import url("flaticon.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
:root {
  --theme-color-light: #ffffff;
  --theme-color-dark: #18191c;
  --theme-color1: #d1eb42;
  --theme-color2: #18191c;
  --theme-color3: #ef7c0f;
  --theme-color4: #f49819;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --bg-theme-color4: var(--theme-color4);
  --theme-color1-rgb: 209, 235, 66;
  --theme-color2-rgb: 24, 25, 28;
  --theme-color3-rgb: 250, 0, 6;
  --theme-color4-rgb: 139, 0, 138;
  --text-color-bg-theme-color1: #222;
  --text-color-bg-theme-color2: #fff;
  --theme-color-v2: #ef7c0f;
  --text-color: #6f7174;
  --headings-color: var(--theme-color2);
  --link-color: var(--theme-color2);
  --link-hover-color: var(--theme-color2);
  --text-font: "Unbounded", cursive;
  --title-font: "Unbounded", cursive;
  --text-font2: "Archivo", sans-serif;
  --title-font2: "Archivo", sans-serif;
  --text-font3: "Work Sans", sans-serif;
  --text-font4: "Rubik", sans-serif;
  --body-font-size: 15px;
  --body-line-height: 30px;
  --body-font-weight: 400;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 100px;
  --h2-font-size: 50px;
  --h3-font-size: 36px;
  --h4-font-size: 24px;
  --h5-font-size: 20px;
  --h6-font-size: 18px;
  --h1-font-weight: 800;
  --h2-font-weight: 800;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 600;
  --h6-font-weight: 600;
  --sec-title-subtitle-color: var(--text-color);
  --sec-title-subtitle-font-size: var(--body-font-size);
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 500;
  --sec-title-subtitle-line-height: 20px;
  --sec-title-color: var(--theme-color2);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: 600;
  --theme-light-background: #f6f7f5;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #131313;
  --container-width: 1320px;
  --small-container-width: 1000px;
  --large-container-width: 1310px;
  --container-pt: 120px;
  --container-pb: 120px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
  background: var(--theme-color2);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--theme-color2);
  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-);
  letter-spacing: -0.04em;
}
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);
}

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

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

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

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

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

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

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

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

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

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

iframe {
  border: none !important;
}

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

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

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

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: var(--container-width);
  }
}
/*=== Default Form ===*/
.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;
}
.form-control:focus, .input-text:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

/*
 *	boxed-layout.scss
 * -----------------------------------------------
*/
.tm-boxed-layout {
  background-color: #444;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.tm-boxed-layout.layer-overlay:before {
  z-index: -1;
}
.tm-boxed-layout .page-wrapper {
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .tm-boxed-layout .page-wrapper {
    width: 1170px;
  }
}
.tm-boxed-layout .container .container {
  width: 100%;
}
@media (min-width: 1200px) {
  .tm-boxed-layout .container {
    width: 1140px;
  }
}
@media (min-width: 1000px) {
  .tm-boxed-layout.tm-container-970px .page-wrapper {
    width: 970px;
  }
}
.tm-boxed-layout.tm-container-970px .container,
.tm-boxed-layout.tm-container-970px .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-970px .container .container,
.tm-boxed-layout.tm-container-970px .container .container-fluid,
.tm-boxed-layout.tm-container-970px .container-fluid .container,
.tm-boxed-layout.tm-container-970px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1300px) {
  .tm-boxed-layout.tm-container-1230px .page-wrapper {
    width: 1230px;
  }
}
.tm-boxed-layout.tm-container-1230px .container,
.tm-boxed-layout.tm-container-1230px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1230px .container .container,
.tm-boxed-layout.tm-container-1230px .container .container-fluid,
.tm-boxed-layout.tm-container-1230px .container-fluid .container,
.tm-boxed-layout.tm-container-1230px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1300px .page-wrapper {
    width: 1300px;
  }
}
.tm-boxed-layout.tm-container-1300px .container,
.tm-boxed-layout.tm-container-1300px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1300px .container .container,
.tm-boxed-layout.tm-container-1300px .container .container-fluid,
.tm-boxed-layout.tm-container-1300px .container-fluid .container,
.tm-boxed-layout.tm-container-1300px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1340px .page-wrapper {
    width: 1340px;
  }
}
.tm-boxed-layout.tm-container-1340px .container,
.tm-boxed-layout.tm-container-1340px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1340px .container .container,
.tm-boxed-layout.tm-container-1340px .container .container-fluid,
.tm-boxed-layout.tm-container-1340px .container-fluid .container,
.tm-boxed-layout.tm-container-1340px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1440px .page-wrapper {
    width: 1440px;
  }
}
.tm-boxed-layout.tm-container-1440px .container,
.tm-boxed-layout.tm-container-1440px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1440px .container .container,
.tm-boxed-layout.tm-container-1440px .container .container-fluid,
.tm-boxed-layout.tm-container-1440px .container-fluid .container,
.tm-boxed-layout.tm-container-1440px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1560px) {
  .tm-boxed-layout.tm-container-1500px .page-wrapper {
    width: 1500px;
  }
}
.tm-boxed-layout.tm-container-1500px .container,
.tm-boxed-layout.tm-container-1500px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1500px .container .container,
.tm-boxed-layout.tm-container-1500px .container .container-fluid,
.tm-boxed-layout.tm-container-1500px .container-fluid .container,
.tm-boxed-layout.tm-container-1500px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1660px) {
  .tm-boxed-layout.tm-container-1600px .page-wrapper {
    width: 1600px;
  }
}
.tm-boxed-layout.tm-container-1600px .container,
.tm-boxed-layout.tm-container-1600px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1600px .container .container,
.tm-boxed-layout.tm-container-1600px .container .container-fluid,
.tm-boxed-layout.tm-container-1600px .container-fluid .container,
.tm-boxed-layout.tm-container-1600px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.tm-boxed-layout.tm-container-100pr .page-wrapper {
  width: 95%;
}
.tm-boxed-layout.tm-container-100pr .page-wrapper .container,
.tm-boxed-layout.tm-container-100pr .page-wrapper .container-fluid {
  width: 100%;
}
.tm-boxed-layout.container-shadow .page-wrapper {
  -webkit-box-shadow: 0 0 25px 0 #777;
          box-shadow: 0 0 25px 0 #777;
}
.tm-boxed-layout .header,
.tm-boxed-layout section,
.tm-boxed-layout .footer {
  background-color: #fff;
}
.tm-boxed-layout .header .navbar-default {
  background-color: #fff;
  border-color: #fff;
  padding: 0;
}
.tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
  padding: 30px 5px;
}
.tm-boxed-layout .header .navbar-default .navbar-collapse {
  background-color: #fff;
  border-color: #fff;
  margin-right: 30px;
}
.tm-boxed-layout .header #header-logo {
  margin: 0;
  padding-top: 27px;
}
.tm-boxed-layout .banner-section .slide-item {
  min-height: 540px;
}
.tm-boxed-layout .banner-section .slide-item .content-box {
  padding: 150px 0 220px;
}
.tm-boxed-layout .banner-section-two .content-box {
  padding: 250px 0 150px;
}
.tm-boxed-layout .banner-section-three .content-box {
  padding: 250px 0 150px;
}
.tm-boxed-layout .banner-section-four .content-box {
  padding: 130px 0;
}

@media (max-width: 1200px) {
  .tm-boxed-layout {
    padding-top: 15px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
    padding: 10px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-collapse {
    margin-right: 15px;
  }
  .tm-boxed-layout .navbar-header {
    padding: 15px 0;
  }
  .tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
    margin-right: 0;
  }
}
/* -------- Dark Theme Styling ---------- */
.dark-layout {
  background-color: var(--theme-color2) !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-color2);
}
.dark-layout .preloader:after {
  background-image: url(../images/logo.png);
}
.dark-layout .sticky-header {
  background-color: var(--theme-color2);
}
.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;
}

.title a {
  color: inherit;
}

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

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

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

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

/*=======================
    Preloader
=======================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}

.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 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/favicon2.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-color2);
  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: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color-v2);
  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;
}
.scroll-to-top.clr-v2 {
  background-color: var(--theme-color-v2);
}

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

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

/*=== List Style One ===*/
.list-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}
.list-style-one li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #75767a;
  margin-right: 20px;
}
.list-style-one li i {
  position: relative;
  top: 1px;
  color: var(--theme-color1);
  font-size: 13px;
  line-height: 20px;
  margin-right: 10px;
}
.list-style-one li a {
  display: block;
  color: #848484;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-one li a:hover {
  color: var(--theme-color-light);
}

/*=== List Style Two ===*/
.list-style-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.list-style-two li {
  position: relative;
  font-size: 20px;
  color: var(--theme-color2);
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -0.02em;
  padding-left: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 10px;
}
.list-style-two li i {
  position: absolute;
  left: 0px;
  top: 0px;
  color: var(--theme-color-v2);
  font-size: 20px;
  line-height: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-two li a {
  display: inline-block;
  font-weight: inherit;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-two li a:hover {
  color: var(--theme-color1);
}
.list-style-two.light li {
  color: var(--theme-color-light);
}
.list-style-two.light li i {
  color: #42d9be;
}
.list-style-two.two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-style-two.two-col li {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 20px;
}
@media (max-width: 767.98px) {
  .list-style-two.two-col li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/*=== List Style Three ===*/
.list-style-three {
  position: relative;
}
.list-style-three li {
  position: relative;
  padding: 15px 30px;
  padding-left: 55px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: var(--theme-color2);
  letter-spacing: -0.04em;
  background-color: #ebf1f5;
  margin-bottom: 8px;
}
.list-style-three li i {
  position: absolute;
  left: 30px;
  top: 15px;
  font-size: 15px;
  line-height: 30px;
  color: var(--theme-color1);
}
.list-style-three.dark li {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
}
.list-style-three.dark li i {
  font-size: 12px;
}
.list-style-three.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-style-three.two-column li {
  max-width: 50%;
  margin-right: 30px;
}
@media (max-width: 575.98px) {
  .list-style-three.two-column li {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
  }
}

/*=== List Style Four ===*/
.list-style-four {
  position: relative;
}
.list-style-four li {
  position: relative;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #2e2d2d;
  padding-left: 45px;
  margin-bottom: 18px;
}
.list-style-four li:before {
  position: relative;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Font Awesome 6 Pro";
  background: var(--gradient-1);
  border-radius: 50%;
}
.list-style-four li a {
  display: inline-block;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-four li a:hover {
  color: #ffffff;
}

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

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

/*Social Icon Three*/
.social-icon-three {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-icon-three li {
  position: relative;
  margin-right: 30px;
}
.social-icon-three li a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 0.05em;
  background: transparent;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: var(--title-font);
}
.social-icon-three li a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-three li a:hover:before {
  left: 0;
  width: 100%;
}

/*Social Icon Four*/
.social-icon-four {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-icon-four li {
  position: relative;
  margin: 0 12px;
}
.social-icon-four li a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-four li a:hover {
  color: var(--theme-color3);
}

/*Social Icon Five*/
.social-icon-five {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-icon-five li {
  position: relative;
  margin-right: 7px;
}
.social-icon-five li a {
  position: relative;
  display: block;
  height: 34px;
  width: 34px;
  border: 1px solid rgba(135, 140, 143, 0.32);
  font-size: 12px;
  text-align: center;
  line-height: 32px;
  color: #bcb5b5;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-five li a:hover {
  color: var(--theme-color3);
}

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

.light-bg {
  background-color: #f5f5f5;
}

section {
  position: relative;
  z-index: 1;
}

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

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

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

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

.play-btn {
  position: relative;
  display: inline-block;
}
.play-btn:hover .icon {
  background-color: var(--theme-color-light);
  color: var(--theme-color1);
  -webkit-transform: rotate(-180deg) scale(-1);
          transform: rotate(-180deg) scale(-1);
}
.play-btn .icon {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  font-size: 28px;
  color: var(--theme-color2);
  background-color: var(--bg-theme-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-btn .circle-text img {
  position: relative;
  display: inline-block;
  -webkit-animation: fa-spin 60s infinite linear;
          animation: fa-spin 60s infinite linear;
}

/*======================
    Media Play Button 
======================*/
.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.play-now .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,
.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;
}
.play-now .ripple.light,
.play-now .ripple:before.light,
.play-now .ripple:after.light {
  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
          box-shadow: 0 0 0 0 rgb(255, 255, 255);
}

.play-now .ripple.light,
.play-now .ripple.light:before,
.play-now .ripple.light:after {
  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
          box-shadow: 0 0 0 0 rgb(255, 255, 255);
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

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

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

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

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

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

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

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
  bottom: 1px;
  height: auto;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #7c858c;
}

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

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

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

.default-navs .owl-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: 52px;
  height: 52px;
  font-size: 16px;
  font-weight: 700;
  line-height: 52px;
  color: var(--theme-color2);
  background: #fff;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  margin-right: 10px;
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color-light);
}

.default-dots .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  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;
}
.default-dots .owl-dots .owl-dot {
  height: 5px;
  width: 40px;
  margin: 0 5px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 575.98px) {
  .default-dots .owl-dots .owl-dot {
    width: 20px;
  }
}
.default-dots .owl-dots .owl-dot.active {
  background-color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
}

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

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

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

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

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

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

.blockquote-style-one {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: var(--theme-color2);
  padding: 13px 25px;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: var(--title-font);
  font-weight: 800;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.blockquote-style-one:before {
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 4px;
  z-index: 2;
  background-color: var(--theme-color1);
  content: "";
}

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

.layout3 h1,
.layout3 h2,
.layout3 h3,
.layout3 h4,
.layout3 h5,
.layout3 h6,
.layout3 p,
.layout3 a,
.layout3 span,
.layout3 small,
.layout3 button,
.layout3 input {
  font-family: var(--text-font3);
}
.layout3 p {
  color: #444444;
}

.layout4 h1,
.layout4 h2,
.layout4 h3,
.layout4 h4,
.layout4 h5,
.layout4 h6,
.layout4 p,
.layout4 a,
.layout4 span,
.layout4 small,
.layout4 button,
.layout4 input {
  font-family: var(--text-font4);
}
.layout4 p {
  color: #444444;
}
.layout4 .theme-btn {
  background-color: var(--theme-color-v2);
  color: #fff;
}
.layout4 .theme-btn:hover {
  background-color: #000;
  color: #fff;
}

.layout2 h1,
.layout2 h2,
.layout2 h3,
.layout2 h4,
.layout2 h5,
.layout2 h6,
.layout2 p,
.layout2 a,
.layout2 span,
.layout2 button,
.layout2 input {
  font-family: var(--text-font2);
}
.layout2 p {
  color: #444;
}

.theme-btn-v2 {
  display: inline-block;
  color: var(--theme-color-v2);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  border: 2px solid var(--theme-color-v2);
  border-radius: 50px;
  height: 56px;
  line-height: 56px;
  padding: 0 30px;
}
.theme-btn-v2:hover {
  background-color: var(--theme-color-v2);
  color: #fff;
  border-color: transparent;
}
.theme-btn-v2.bg-btn {
  display: inline-block;
  background-color: var(--theme-color-v2);
  color: #fff;
  border-color: transparent;
  padding: 0 50px;
}
.theme-btn-v2.bg-btn:hover {
  background-color: #fff;
  color: #000;
}

.layout4 .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ff0000;
  color: #fff;
}
.layout4 .slick-dots li {
  position: relative;
}
.layout4 .slick-dots li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #000000;
  border-radius: 50%;
}
.layout4 .slick-dots li.slick-active button {
  background: -webkit-gradient(linear, left top, right top, from(#EF7C0F), to(#EF7C0F));
  background: linear-gradient(to right, #EF7C0F, #EF7C0F);
}
.layout4 .slick-dots li.slick-active:before {
  background-color: #fff;
}
.layout4 .slick-dots li button {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: transparent;
}

.btn-v4:hover {
  background-color: #000;
}

@media only screen and (max-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
  }
}
.theme-btn {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--theme-color1);
  border-radius: 50px;
  padding: 0 40px;
  height: 64px;
  line-height: 64px;
  text-transform: capitalize;
  margin-left: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.theme-btn:hover {
  color: #000;
}

.theme-btn-v2 {
  display: inline-block;
  color: var(--theme-color-v2);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  border: 2px solid var(--theme-color-v2);
  border-radius: 50px;
  height: 56px;
  line-height: 56px;
  padding: 0 30px;
}
.theme-btn-v2:hover {
  background-color: var(--theme-color-v2);
  color: #fff;
  border-color: transparent;
}
.theme-btn-v2.bg-btn {
  display: inline-block;
  background-color: var(--theme-color-v2);
  color: #fff;
  border-color: transparent;
  padding: 0 50px;
  border: 2px solid transparent;
}
.theme-btn-v2.bg-btn:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.theme-btn-v2.bg-dark {
  background-color: var(--theme-color-dark);
  border: 2px solid var(--theme-color-dark);
  color: #fff;
  font-weight: 500;
}

/*** 

====================================================================
  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-color2);
  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-color2);
  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-color2);
}
.search-popup textarea::-webkit-input-placeholder, .search-popup input::-webkit-input-placeholder {
  color: inherit;
}
.search-popup textarea::-moz-placeholder, .search-popup input::-moz-placeholder {
  color: inherit;
}
.search-popup textarea:-ms-input-placeholder, .search-popup input:-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::-ms-input-placeholder, .search-popup input::-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::placeholder,
.search-popup input::placeholder {
  color: inherit;
}

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

/*** 

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

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

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

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top .header-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 24px 0 10px;
}
.header-top .top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .top-left .info-list {
  color: #ffffff;
  font-size: 14px;
}
.header-top .top-left .info-list span {
  color: #b5cf2b;
  font-size: 14px;
  font-weight: 600;
}
.header-top .top-center {
  margin-left: auto;
  margin-right: auto;
}
.header-top .top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .top-right button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 14px;
  background: transparent;
}
.header-top .top-right button span, .header-top .top-right button img {
  margin-right: 10px;
  display: inline-block;
}
.header-top .top-right button span {
  font-size: 20px;
}
.header-top .top-right button.login-btn {
  margin-left: 72px;
}
.header-top .top-right button.login-btn i {
  font-size: 18px;
  margin-right: 7px;
}

.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 {
  max-width: 100%;
  height: auto;
}
.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .main-box .nav-outer {
  position: relative;
  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: 44px;
  -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: 16px;
  line-height: 30px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 400;
  font-size: 16px;
  color: var(--theme-color2);
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: var(--theme-color-v2);
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 220px;
  z-index: 100;
  display: none;
  background-color: #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;
  color: var(--theme-color2);
  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-color-v2);
}

.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;
}
.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;
  color: #000;
}

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

/*** 

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

***/
.header-style-one {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.header-style-one .header-lower .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*** 

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

***/
.header-style-two .header-top {
  border-bottom: 1px solid #dadada;
}
.header-style-two .header-top .header-top-content {
  padding: 14px 0;
}
.header-style-two .header-top .top-left .info-list li {
  display: inline-block;
  margin-right: 45px;
}
.header-style-two .header-top .top-left .info-list li:last-child {
  margin-right: 0;
}
.header-style-two .header-top .top-left .info-list li img {
  margin-right: 4px;
}
.header-style-two .header-top .top-left .info-list li span {
  color: #000000;
  font-size: 16px;
  font-weight: 800;
}
.header-style-two .header-top .top-left .info-list li span strong {
  display: inline-block;
  color: var(--theme-color-v2);
}
.header-style-two .header-top .top-right {
  margin-left: auto;
}
.header-style-two .header-top .top-right button.login-btn {
  margin-left: 40px;
}
.header-style-two .header-top .top-right button {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style-two .header-top .top-right button:hover {
  color: var(--theme-color-v2);
}
.header-style-two .header-top .top-right button i {
  color: var(--theme-color-v2);
  font-size: 22px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  top: 3px;
  margin-right: 7px;
}
.header-style-two .header-lower {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.header-style-two .header-lower:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(100% - 15px);
  background-color: var(--theme-color-v2);
  height: 100%;
  width: 100%;
}
.header-style-two .header-lower .logo-box {
  background-color: var(--theme-color-v2);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 53px;
}
.header-style-two .main-box {
  height: 115px;
}
.header-style-two .main-menu .navigation > li > a {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
.header-style-two .main-menu .navigation > li > a:hover {
  color: var(--theme-color-v2);
}
.header-style-two .outer-box .header-btn {
  background-color: var(--theme-color-v2);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  line-height: 58px;
  border-color: transparent;
}
.header-style-two .outer-box .header-btn:before {
  display: none;
}
.header-style-two .outer-box .header-btn:hover {
  background-color: var(--theme-color-v2);
  color: #fff;
}
.header-style-two .outer-box .header-btn:hover span {
  background-color: var(--theme-color-v2);
  color: #fff;
}
.header-style-two .outer-box .header-btn:hover span i {
  color: #fff;
}
.header-style-two .outer-box .header-btn span {
  top: -1px;
  right: -2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style-two .main-box .nav-outer {
  margin-left: 70px;
}
.header-style-two .main-menu .navigation > li {
  padding: 0;
  margin-right: 49px;
}
.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: #8f8f8f;
}
.header-style-two .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-two .mobile-nav-toggler {
  display: inline-block;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  width: 46px;
  margin-right: 17px;
}
.header-style-two .mobile-nav-toggler span {
  display: block;
  height: 2px;
  background-color: #000000;
  margin-bottom: 2px;
}
.header-style-two .mobile-nav-toggler span:last-child {
  margin-bottom: 0;
}
.header-style-two .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color-v2);
}
.header-style-two .sticky-header {
  background-color: var(--theme-color-v2);
}
.header-style-two .sticky-header .mobile-nav-toggler {
  display: none;
}
.header-style-two .sticky-header .main-menu .navigation > li.current > a, .header-style-two .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color-v2);
}
.header-style-two .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.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;
}
.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;
}
.header-style-two .sticky-header .main-menu .navigation > li.current > a, .header-style-two .sticky-header .main-menu .navigation > li:hover > a {
  color: #fff;
}
.header-style-two .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
  color: #fff;
}
.header-style-two .sticky-header .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*** 

====================================================================
    Header Style Three
====================================================================

***/
.header-style-three {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header-style-three .header-top .header-top-content {
  padding: 12px 0 16px;
}
.header-style-three .header-top .top-left .info-list li {
  display: inline-block;
  margin-right: 53px;
}
.header-style-three .header-top .top-left .info-list li:last-child {
  margin-right: 0;
}
.header-style-three .header-top .top-left .info-list li img {
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.header-style-three .header-top .top-left .info-list li span {
  color: var(--theme-color-light);
  font-size: 16px;
  font-weight: 500;
}
.header-style-three .header-top .top-left .info-list li span strong {
  display: inline-block;
  color: var(--theme-color-light);
}
.header-style-three .header-top .social-links {
  margin-left: auto;
}
.header-style-three .header-top .social-links li {
  margin-right: 3px;
}
.header-style-three .header-top .social-links li:last-child {
  margin-right: 0;
}
.header-style-three .header-top .social-links li:first-child {
  margin-right: 16px;
}
.header-style-three .header-top .social-links li span {
  color: var(--theme-color-light);
  font-weight: 500;
  font-size: 16px;
}
.header-style-three .header-top .social-links li a {
  width: 42px;
  height: 42px;
  line-height: 39px;
  background-color: #561f62;
}
.header-style-three .header-top .social-links li a:hover {
  background-color: var(--theme-color-v2);
  color: #fff;
}
.header-style-three .header-top .top-right button {
  color: var(--theme-color-light);
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style-three .header-top .top-right button:hover {
  color: var(--theme-color-v2);
}
.header-style-three .header-top .top-right button i {
  color: var(--theme-color-v2);
  font-size: 22px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  top: 3px;
  margin-right: 7px;
}
.header-style-three .header-lower {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.header-style-three .header-lower:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: calc(100% - 15px);
  background-color: #3f1f56;
  height: 93px;
  width: 100%;
  border: 2px solid var(--theme-color-light);
  border-right: 0;
}
.header-style-three .header-lower .logo-box {
  border: 2px solid var(--theme-color-light);
  border-left: 0;
  border-radius: 0 30px 30px 0;
  background-color: #3f1f56;
  height: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 53px;
}
.header-style-three .header-lower .main-box .nav-outer .nav .navigation li {
  margin-right: 49px;
}
.header-style-three .main-menu .navigation > li > a {
  color: var(--theme-color-light);
  font-size: 15px;
  font-weight: 600;
}
.header-style-three .main-menu .navigation > li > a:hover {
  color: var(--theme-color-v2);
}
.header-style-three .outer-box .search-btn {
  background-color: unset;
  margin-right: 40px;
}
.header-style-three .outer-box .search-btn .flaticon-search {
  font-size: 21px;
  color: var(--theme-color-light);
}
.header-style-three .outer-box .login-btn {
  position: relative;
  margin-right: 33px;
  background-color: unset;
}
.header-style-three .outer-box .login-btn::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -1px;
  width: 1px;
  height: 27px;
  background-color: #909090;
}
.header-style-three .outer-box .login-btn .flaticon-user {
  font-size: 21px;
  color: var(--theme-color-light);
}
.header-style-three .outer-box .header-btn {
  background-color: var(--theme-color-v2);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  border-radius: 10px;
  line-height: 52px;
  border-color: transparent;
  padding: 0;
  width: 193px;
  text-align: center;
  height: 58px;
}
.header-style-three .outer-box .header-btn .icon {
  margin-right: 10px;
  font-size: 18px;
}
.header-style-three .outer-box .header-btn:before {
  display: none;
}
.header-style-three .outer-box .header-btn:hover {
  background: #000;
  color: #fff;
}
.header-style-three .main-box .nav-outer {
  margin-left: 61px;
}
.header-style-three .main-menu .navigation > li {
  padding: 0;
  margin-right: 58px;
}
.header-style-three .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-three .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: #8f8f8f;
}
.header-style-three .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-three .mobile-nav-toggler {
  display: none;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  width: unset;
  margin: 0;
  color: var(--theme-color-v2);
}
.header-style-three .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color-v2);
}
.header-style-three .sticky-header {
  background-color: var(--theme-color-v2);
}
.header-style-three .sticky-header .mobile-nav-toggler {
  display: none;
}
.header-style-three .sticky-header .main-menu .navigation > li.current > a, .header-style-three .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color-v2);
}
.header-style-three .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-three .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;
}
.header-style-three .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;
}
.header-style-three .sticky-header .main-menu .navigation > li.current > a, .header-style-three .sticky-header .main-menu .navigation > li:hover > a {
  color: #fff;
}
.header-style-three .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
  color: #fff;
}
.header-style-three .sticky-header .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*** 

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

***/
.header-style-four .header-top {
  background: -webkit-gradient(linear, right top, left top, from(var(--theme-color3)), color-stop(var(--theme-color3)), to(var(--theme-color4)));
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color3), var(--theme-color4));
}
.header-style-four .header-top .header-top-content {
  padding: 7px 0 11px;
}
.header-style-four .header-top .top-left .info-list li {
  display: inline-block;
  margin-right: 10px;
}
.header-style-four .header-top .top-left .info-list li:last-child {
  margin-right: 0;
}
.header-style-four .header-top .top-left .info-list li .icon {
  margin-right: 13px;
  font-size: 26px;
  position: relative;
  top: 3px;
}
.header-style-four .header-top .top-left .info-list li span {
  color: var(--theme-color-light);
  font-size: 16px;
  font-weight: 500;
}
.header-style-four .header-top .top-left .info-list li a {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #ffffff;
  width: 100px;
  height: 34px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  border-radius: 50px;
}
.header-style-four .header-top .top-left .info-list li a:hover {
  background-color: #000000;
}
.header-style-four .header-top .social-links {
  margin-left: auto;
  position: relative;
  top: 3px;
}
.header-style-four .header-top .social-links li {
  margin-right: 3px;
}
.header-style-four .header-top .social-links li:last-child {
  margin-right: 0;
}
.header-style-four .header-top .social-links li:first-child {
  margin-right: 16px;
}
.header-style-four .header-top .social-links li span {
  color: var(--theme-color-light);
  font-weight: 500;
  font-size: 16px;
  margin-right: 3px;
  display: inline-block;
}
.header-style-four .header-top .social-links li a {
  width: 42px;
  height: 42px;
  line-height: 39px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.header-style-four .header-top .social-links li a:hover {
  background-color: #8b008a;
  color: #fff;
  border-color: transparent;
}
.header-style-four .header-top .top-right button {
  color: var(--theme-color-light);
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style-four .header-top .top-right button:hover {
  color: var(--theme-color-v2);
}
.header-style-four .header-top .top-right button i {
  color: var(--theme-color-v2);
  font-size: 22px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  top: 3px;
  margin-right: 7px;
}
.header-style-four .header-lower {
  max-width: 1320px;
  margin: 0 auto;
  padding: 39px 15px 0;
  position: relative;
}
.header-style-four .header-lower .main-box .nav-outer .nav .navigation li {
  margin-right: 50px;
}
.header-style-four .main-menu .navigation > li > a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.header-style-four .main-menu .navigation > li > a:hover {
  color: var(--theme-color-v2);
}
.header-style-four.inner-page-style .main-menu .navigation > li > a,
.header-style-four.inner-page-style .outer-box .search-btn .flaticon-search,
.header-style-four.inner-page-style .outer-box .login-btn .flaticon-user {
  color: #fff;
}
.header-style-four .outer-box .search-btn {
  background-color: unset;
  margin-right: 40px;
}
.header-style-four .outer-box .search-btn .flaticon-search {
  font-size: 21px;
  color: #000000;
}
.header-style-four .outer-box .login-btn {
  position: relative;
  margin-right: 18px;
  background-color: unset;
}
.header-style-four .outer-box .login-btn::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -1px;
  width: 1px;
  height: 27px;
  background-color: #909090;
}
.header-style-four .outer-box .login-btn .flaticon-user {
  font-size: 21px;
  color: #000000;
}
.header-style-four .outer-box .header-btn {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  border-radius: 10px;
  line-height: 58px;
  border-radius: 50px;
  border-color: transparent;
  padding: 0;
  width: 219px;
  text-align: center;
  margin-top: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 60px;
  border: 1px solid transparent;
  position: relative;
}
.header-style-four .outer-box .header-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(var(--theme-color3)), color-stop(var(--theme-color3)), to(var(--theme-color4)));
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color3), var(--theme-color4));
  border-radius: 30px;
  z-index: -1;
}
.header-style-four .outer-box .header-btn:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}
.header-style-four .main-box .nav-outer {
  margin-left: 66px;
}
.header-style-four .main-menu .navigation > li {
  padding: 0;
  margin-right: 58px;
}
.header-style-four .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-four .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: #8f8f8f;
}
.header-style-four .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-four .mobile-nav-toggler {
  display: inline-block;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  width: auto;
  margin-right: 0;
  display: none;
  color: #000;
}
.header-style-four .mobile-nav-toggler span {
  display: block;
}
.header-style-four .mobile-nav-toggler span:last-child {
  margin-bottom: 0;
}
.header-style-four .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color-v2);
}
.header-style-four .sticky-header {
  background-color: var(--theme-color-v2);
}
.header-style-four .sticky-header .mobile-nav-toggler {
  display: none;
}
.header-style-four .sticky-header .main-menu .navigation > li.current > a, .header-style-four .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color-v2);
}
.header-style-four .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-four .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;
}
.header-style-four .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;
}
.header-style-four .sticky-header .main-menu .navigation > li.current > a, .header-style-four .sticky-header .main-menu .navigation > li:hover > a {
  color: #fff;
}
.header-style-four .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
  color: #fff;
}
.header-style-four .sticky-header .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*** 

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

***/
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 99999;
  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);
}
.sticky-header .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.sticky-header .logo {
  padding: 10px 0;
}
.sticky-header .logo img {
  max-height: 40px;
}
.sticky-header .nav-outer {
  position: relative;
  background: none;
  margin-left: auto;
}

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

.sticky-header .main-menu .navigation > li > a {
  color: #fff;
}

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

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

@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (max-width: 1366px) {
  .header-style-two .main-box .nav-outer {
    margin-left: 30px;
  }
  .header-style-two .main-menu .navigation > li:last-child {
    margin-right: 0;
  }
  .header-style-three .header-lower .main-box .nav-outer .nav .navigation li {
    margin-right: 30px;
  }
  .header-style-four .header-lower .main-box .nav-outer .nav .navigation li {
    margin-right: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .main-menu .navigation > li {
    margin-right: 15px;
  }
  .main-menu .navigation > li > a {
    font-size: 14px;
  }
  .main-header.header-style-two .outer-box {
    margin-left: auto;
  }
  .header-style-two .outer-box .header-btn {
    display: none;
  }
  .header-style-two .mobile-nav-toggler {
    margin-right: 0;
  }
  .header-style-four .outer-box .header-btn {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header-top .top-right button.login-btn {
    margin-left: 30px;
  }
  .main-header .header-lower {
    margin-top: 20px;
  }
  .header-style-two .header-top .top-right {
    margin-left: 0;
    margin-top: 20px;
  }
  .main-header.header-style-two .header-lower {
    margin-top: 0;
  }
  .header-style-two .sticky-header .main-menu {
    display: none;
  }
  .header-style-two .sticky-header .mobile-nav-toggler {
    display: inline-block;
  }
  .header-style-two .sticky-header .mobile-nav-toggler span {
    background-color: #fff;
  }
  .sticky-header .mobile-nav-toggler {
    color: #fff;
  }
  .header-style-three .header-top .social-links {
    margin-left: 0;
    margin-top: 20px;
  }
  .header-style-three .header-top .social-links {
    margin-bottom: 0;
  }
  .header-style-three .header-top {
    display: none;
  }
  .header-style-three .outer-box .header-btn {
    display: none;
  }
  .header-style-three .mobile-nav-toggler {
    display: inline-block;
  }
  .header-style-four .header-top .social-links {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header-style-four .mobile-nav-toggler {
    display: inline-block;
  }
  .header-style-three .sticky-header .mobile-nav-toggler, .header-style-four .sticky-header .mobile-nav-toggler {
    display: inline-block;
    margin-top: 10px;
  }
  .header-style-three .sticky-header .main-menu, .header-style-four .sticky-header .main-menu {
    display: none;
  }
  .header-style-two .main-box .nav-outer {
    display: none;
  }
  .header-style-four.main-header .header-lower {
    margin-top: 0;
    padding: 10px 15px;
  }
  .header-style-four.inner-page-style .outer-box .search-btn .flaticon-search,
  .header-style-four.inner-page-style .outer-box .login-btn .flaticon-user {
    color: #000;
  }
}
@media only screen and (max-width: 767px) {
  .top-center {
    display: none;
  }
  .header-top .top-right {
    margin-left: auto;
  }
  .header-style-two .outer-box .header-btn {
    display: none;
  }
  .header-style-two .mobile-nav-toggler {
    margin-right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .main-header .outer-box .header-btn {
    display: none;
  }
  .header-top .header-top-content {
    display: none;
  }
  .header-style-three .header-lower .logo-box {
    background: transparent;
    border: 0;
  }
  .header-style-three .header-lower:before {
    display: none;
  }
  .main-header .header-lower {
    padding-top: 0;
  }
  .header-style-four.main-header .header-lower {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .header-style-three .outer-box .search-btn {
    display: none;
  }
  .header-style-three .outer-box .login-btn {
    display: none;
  }
  .header-style-three .main-header .header-lower {
    margin-top: 0;
  }
  .header-style-four .outer-box .search-btn {
    display: none;
  }
  .header-style-four .outer-box .login-btn {
    display: none;
  }
}
/*** 

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

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

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

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

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(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;
  margin-bottom: 20px;
}
.contact-list-one li:last-child {
  margin-right: 0;
}
.contact-list-one li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.contact-list-one li .contact-info-box a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-one li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: #ffffff;
}
.contact-list-one li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}

.mobile-menu .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--theme-color2);
  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;
  margin: 0;
  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;
  border: 0;
  border-radius: 0;
}
.mobile-menu .social-links li a:hover {
  color: #fff;
}

.header-style-two .mobile-menu .social-links li a:hover {
  background-color: var(--theme-color-v2);
}

/*** 

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

***/
.sec-title {
  margin-bottom: 50px;
}
.sec-title.v2 h2 {
  padding-bottom: 0;
}
.sec-title.v2 h2:before {
  display: none;
}
.sec-title .sub-title {
  text-transform: uppercase;
  color: #000000;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 3px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 6px;
  display: inline-block;
}
.sec-title .sub-title:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: var(--theme-color1);
}
.sec-title h2 {
  text-transform: uppercase;
  position: relative;
  padding-bottom: 48px;
}
.sec-title h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 29px;
  height: 29px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec-title-v2 {
  margin-bottom: 40px;
}
.sec-title-v2 i {
  display: block;
  font-size: 36px;
  color: var(--theme-color-v2);
  margin-bottom: 19px;
}
.sec-title-v2 .sub-title {
  color: var(--theme-color-v2);
  font-size: 16px;
  font-family: var(--text-font2);
  font-weight: 900;
  letter-spacing: 2.4px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.sec-title-v2 .sub-title.border-shape {
  margin-bottom: 23px;
}
.sec-title-v2 .sub-title.border-shape:before {
  opacity: 1;
  visibility: visible;
}
.sec-title-v2 .sub-title:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: var(--theme-color-v2);
  opacity: 0;
  visibility: hidden;
}
.sec-title-v2 h2 {
  font-family: var(--title-font2);
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.sec-title-v3 {
  margin-bottom: 40px;
}
.sec-title-v3 .sub-title {
  font-size: 16px;
  color: #666666;
  font-weight: 600;
  letter-spacing: 2.4px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.sec-title-v3 .sub-title.border-shape {
  margin-bottom: 23px;
}
.sec-title-v3 .sub-title.border-shape:before {
  opacity: 1;
  visibility: visible;
}
.sec-title-v3 .sub-title:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: var(--theme-color-v2);
  opacity: 0;
  visibility: hidden;
}
.sec-title-v3 h2 {
  font-family: var(--text-font3);
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 60px;
  margin-bottom: 20px;
}
.sec-title-v3 .text {
  font-family: var(--text-font3);
  color: #444444;
  font-size: 18px;
  line-height: 30px;
}

.sec-title-v4 {
  margin-bottom: 40px;
}
.sec-title-v4 .icon-box {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  font-size: 37px;
  color: #b90053;
  margin: 0 auto 26px;
  background-color: #fce5e9;
  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;
  padding-top: 10px;
}
.sec-title-v4 .icon-box i {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sec-title-v4 .sub-title {
  font-size: 16px;
  color: #000000;
  font-weight: 800;
  letter-spacing: 2.4px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.sec-title-v4 .sub-title.border-shape {
  margin-bottom: 23px;
}
.sec-title-v4 .sub-title.border-shape:before {
  opacity: 1;
  visibility: visible;
}
.sec-title-v4 .sub-title:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: var(--theme-color-v2);
  opacity: 0;
  visibility: hidden;
}
.sec-title-v4 h2 {
  font-family: var(--text-font3);
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 60px;
  margin-bottom: 20px;
}
.sec-title-v4 .text {
  font-family: var(--text-font3);
}

/*** 

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

***/
.main-slider .banner-slider .slick-prev,
.main-slider .banner-slider .slick-next {
  width: 58px;
  height: 58px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  top: auto;
  -webkit-transform: unset;
          transform: unset;
  bottom: 50px;
  z-index: 99;
  left: 17%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-slider .banner-slider .slick-prev:before,
.main-slider .banner-slider .slick-next:before {
  width: 19px;
  height: 15px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  background-image: url(../images/icons/arrow-left-white.png);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-slider .banner-slider .slick-prev:hover,
.main-slider .banner-slider .slick-next:hover {
  background: var(--theme-color1);
  border-color: transparent;
}
.main-slider .banner-slider .slick-prev:hover:before,
.main-slider .banner-slider .slick-next:hover:before {
  background-image: url(../images/icons/arrow-left.png);
}
.main-slider .banner-slider .slick-next {
  margin-left: 80px;
}
.main-slider .banner-slider .slick-next:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.main-slider .banner-slider .slick-dots {
  bottom: 50px;
  width: auto;
  right: 17%;
  left: auto;
}
.main-slider .banner-slider .slick-dots li {
  margin-right: 31px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-slider .banner-slider .slick-dots li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 81px;
  height: 2px;
  background: #b5cf2b;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-slider .banner-slider .slick-dots li:last-child {
  margin-right: 0;
}
.main-slider .banner-slider .slick-dots li button {
  font-size: 20px;
  font-weight: 900;
  color: #bebebe;
  background: transparent;
}
.main-slider .banner-slider .slick-dots li.slick-active {
  padding-right: 10px;
  margin-right: 120px;
}
.main-slider .banner-slider .slick-dots li.slick-active:before {
  opacity: 1;
  visibility: visible;
}
.main-slider .banner-slider .slick-dots li.slick-active button {
  color: #b5cf2b;
}
.main-slider .banner-slide {
  position: relative;
}
.main-slider .banner-slide img {
  width: 100%;
}
.main-slider .banner-slide .banner-slide-content {
  position: absolute;
  top: 300px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.main-slider .banner-slide .banner-slide-content .banner-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 100px;
}
.main-slider .banner-slide .banner-slide-content .banner-content {
  position: relative;
}
.main-slider .banner-slide .banner-slide-content .banner-content .title {
  max-width: 420px;
  color: #fff;
  text-transform: capitalize;
}
.main-slider .banner-slide .banner-slide-content .banner-content .slide-number {
  margin-top: 184px;
  color: #3c3c3c;
  font-size: 190px;
  font-weight: 900;
}
.main-slider .banner-slide .banner-slide-content .banner-content .banner-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 300px;
}
.main-slider .banner-slide .banner-slide-content .banner-content .banner-caption p {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 27px;
}
.main-slider .banner-slide .banner-slide-content .banner-content .banner-caption .theme-btn {
  margin-left: 0;
}

.main-slider-v4 {
  background-image: url(../images/background/banner-v4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 222px 0 189px;
}
.main-slider-v4 .banner-slider-v4 {
  position: relative;
}
.main-slider-v4 .banner-slider-v4:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40%;
  height: 558px;
  border: 2px solid #fff;
  border-radius: 25px 0 0 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  background: rgba(255, 255, 255, 0.2);
}
.main-slider-v4 .banner-slider-v4 .slick-dots {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 170px;
  width: auto;
  width: 32px;
}
.main-slider-v4 .banner-slider-v4 .slick-dots li {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-slider-v4 .banner-slider-v4 .slick-dots li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
}
.main-slider-v4 .banner-slider-v4 .slick-dots li button {
  margin: 0;
  width: 31px;
  height: 31px;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-slider-v4 .banner-slider-v4 .slick-dots li.slick-active:before {
  background-color: #510163;
}
.main-slider-v4 .banner-slider-v4 .slick-dots li.slick-active button {
  background-color: var(--theme-color-v2);
}
.main-slider-v4 .banner-slider-v4 .slick-dots li:last-child {
  margin-bottom: 0;
}
.main-slider-v4 .banner-slide-content {
  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;
  position: relative;
}
.main-slider-v4 .banner-content-column {
  width: 535px;
}
.main-slider-v4 .banner-content-column > span {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  font-weight: 900;
  letter-spacing: 2.8px;
  margin-bottom: 6px;
}
.main-slider-v4 .banner-content-column > span:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--theme-color-v2);
}
.main-slider-v4 .banner-content-column .banner-meta {
  margin-bottom: 53px;
}
.main-slider-v4 .banner-content-column .banner-meta li {
  display: inline-block;
  margin-right: 17px;
  font-size: 15px;
  font-weight: 800;
}
.main-slider-v4 .banner-content-column .banner-meta li:last-child {
  margin-right: 0;
}
.main-slider-v4 .banner-content-column .banner-meta li.time {
  color: #fff;
}
.main-slider-v4 .banner-content-column .banner-meta li.time i {
  margin-right: 3px;
}
.main-slider-v4 .banner-content-column .banner-meta li.like {
  color: #65ee5b;
  font-size: 15px;
}
.main-slider-v4 .banner-content-column .banner-meta li.like i {
  font-size: 18px;
  margin-right: 3px;
}
.main-slider-v4 .banner-content-column .banner-meta li .rs {
  display: inline-block;
  color: #fefefe;
  font-size: 15px;
  font-weight: 800;
  background-color: #5c406f;
  border: 2px solid #fff;
  padding: 0 10px;
  line-height: 27px;
}
.main-slider-v4 .banner-content-column .title {
  font-size: 65px;
  line-height: 70px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 15px;
}
.main-slider-v4 .banner-content-column .text {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 35px;
}
.main-slider-v4 .banner-image {
  width: 660px;
  margin-left: auto;
  text-align: right;
}
.main-slider-v4 .banner-image > img {
  border-radius: 52px;
}

.btn-v4 {
  display: inline-block;
  color: #fff;
  background-color: var(--theme-color-v2);
  border-radius: 10px;
  line-height: 60px;
  padding: 0 45px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.btn-v4:hover {
  color: #fff;
}
.btn-v4 i {
  margin-right: 9px;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: 1s;
    transition: 1s;
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: 1s;
    transition: 1s;
  }
}
@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: 1s;
    transition: 1s;
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: 1s;
    transition: 1s;
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: 1s;
    transition: 1s;
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: 1s;
    transition: 1s;
  }
}
@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: 1s;
    transition: 1s;
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: 1s;
    transition: 1s;
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
  -webkit-transition: 1s;
  transition: 1s;
}

.main-slider {
  height: 100vh;
}
.main-slider .banner-slider {
  height: 100%;
}
.main-slider .banner-slider .slick-list,
.main-slider .banner-slider .slick-track {
  height: 100%;
}
.main-slider .banner-slider .banner-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-slides .slick-arrow {
  display: none !important;
}

.main-slider-v2 .banner-slider-v2 {
  position: relative;
  height: 712px;
}
.main-slider-v2 .banner-slider-v2 .slick-list,
.main-slider-v2 .banner-slider-v2 .slick-track {
  height: 100%;
}
.main-slider-v2 .banner-slide {
  position: relative;
  height: 100%;
}
.main-slider-v2 .banner-slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-slider-v2 .banner-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 969px;
  background-image: url(../images/banner-overlay.png);
  background-repeat: no-repeat;
  opacity: 0.88;
}
.main-slider-v2 .banner-slide .banner-slide-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-slider-v2 .banner-slide .banner-slide-content .banner-content {
  max-width: 540px;
}
.main-slider-v2 .banner-slide .banner-slide-content .banner-content > span {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  border-bottom: 5px solid var(--theme-color-v2);
  letter-spacing: 0.21px;
  margin-bottom: 32px;
}
.main-slider-v2 .banner-slide .banner-slide-content .banner-content .title {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 2px;
}
.main-slider-v2 .banner-slide .banner-slide-content .banner-content p {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 28px;
}
.main-slider-v2 .banner-slide .banner-slide-content .banner-content .theme-btn-v2 {
  line-height: 54px;
}
.main-slider-v2 .slick-next,
.main-slider-v2 .slick-prev {
  position: absolute;
  bottom: 34px;
  width: 58px;
  height: 58px;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 99;
  left: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-slider-v2 .slick-next:hover,
.main-slider-v2 .slick-prev:hover {
  background: var(--theme-color-v2);
  border-color: transparent;
}
.main-slider-v2 .slick-next:before,
.main-slider-v2 .slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 900;
  color: #fff;
  font-size: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.main-slider-v2 .slick-next {
  margin-left: 70px;
  left: auto;
  right: 15px;
}
.main-slider-v2 .slick-next:before {
  content: "\f105";
}

/***

====================================================================
    banner-section
====================================================================

***/
.banner-section-four {
  position: relative;
  /* background-image: url(../images/background/banner4-bg.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -97px;
}
.banner-section-four::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 988px;
  height: 597px;
  /* background-image: url(../images/resource/banner-bath.png); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-section-four .content-column .inner-column {
  padding: 245px 0 134px;
}
.banner-section-four .content-column .inner-column .banner-slides .slick-dots,
.banner-section-four .content-column .inner-column .banner-slides-rtl .slick-dots {
  left: 0;
  width: auto;
  bottom: -86px;
}
.banner-section-four .content-column .inner-column .banner-slides .content-box,
.banner-section-four .content-column .inner-column .banner-slides-rtl .content-box {
  position: relative;
}
.banner-section-four .content-column .inner-column .banner-slides .content-box h1,
.banner-section-four .content-column .inner-column .banner-slides-rtl .content-box h1 {
  font-size: 55px;
  line-height: 62px;
  margin-bottom: 38px;
}
.banner-section-four .content-column .inner-column .banner-slides .content-box .content-inner-column,
.banner-section-four .content-column .inner-column .banner-slides-rtl .content-box .content-inner-column {
  position: relative;
  margin-left: 107px;
}
.banner-section-four .content-column .inner-column .banner-slides .content-box .content-inner-column:before,
.banner-section-four .content-column .inner-column .banner-slides-rtl .content-box .content-inner-column:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -40px;
  width: 7px;
  height: 191px;
  background-color: #b1b2b1;
  border-radius: 10px;
}
.banner-section-four .content-column .inner-column .banner-slides .content-box .read-more,
.banner-section-four .content-column .inner-column .banner-slides-rtl .content-box .read-more {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  width: 252px;
  border-radius: 50px;
  height: 60px;
  color: #ffffff;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-section-four .content-column .inner-column .banner-slides .content-box .read-more:before,
.banner-section-four .content-column .inner-column .banner-slides-rtl .content-box .read-more:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(var(--theme-color3)), color-stop(var(--theme-color3)), to(var(--theme-color4)));
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color3), var(--theme-color4));
  height: 100%;
  border-radius: 30px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-section-four .content-column .inner-column .banner-slides .content-box .read-more:hover,
.banner-section-four .content-column .inner-column .banner-slides-rtl .content-box .read-more:hover {
  color: #000;
  border-color: #000;
}
.banner-section-four .content-column .inner-column .banner-slides .content-box .read-more:hover:before,
.banner-section-four .content-column .inner-column .banner-slides-rtl .content-box .read-more:hover:before {
  opacity: 0;
  visibility: hidden;
}
.banner-section-four .image-column .image {
  position: relative;
}
.banner-section-four .image-column .image .img-text {
  position: absolute;
  top: 50%;
  left: 50px;
  text-align: center;
  width: 198px;
  height: 216px;
  padding-top: 59px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner-section-four .image-column .image .img-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shape2.png);
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.banner-section-four .image-column .image .img-text > span {
  display: block;
  color: #000000;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: -11px;
}
.banner-section-four .image-column .image .img-text h2 {
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  margin-bottom: -3px;
  background: -webkit-gradient(linear, right top, left top, from(#EF7C0F), to(#EF7C0F));
  background: linear-gradient(to left, #EF7C0F, #EF7C0F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-section-four .image-column .image .img-text small {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  background: -webkit-gradient(linear, left top, right top, from(#EF7C0F), to(#EF7C0F));
  background: linear-gradient(to right, #EF7C0F, #EF7C0F);
  border-radius: 30px;
  padding: 0 24px;
  line-height: 29px;
  text-transform: uppercase;
}
.banner-section-four .image-column .image img {
  max-width: unset;
  top: 132px;
  right: 86px;
  position: relative;
  width: auto;
}
.banner-section-four .image-column .contact-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 27px;
}
.banner-section-four .image-column .contact-list li {
  color: #ffffff;
  font-weight: 700;
  font-family: var(--text-font4);
  margin-right: 52px;
}
.banner-section-four .image-column .contact-list li img {
  margin-right: 7px;
  width: auto;
}
.banner-section-four .image-column .contact-list li:last-child {
  margin-right: 0;
}

.social-list {
  margin-bottom: 29px;
}
.social-list li {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  font-family: var(--text-font4);
  color: #000000;
  margin-bottom: 10px;
  font-weight: 500;
}
.social-list li img {
  position: absolute;
  top: 8px;
  left: 0;
  width: auto;
}

@media only screen and (max-width: 1800px) {
  .main-slider-v4 .banner-slider-v4 .slick-dots {
    left: 15px;
  }
}
@media only screen and (max-width: 1420px) {
  .main-slider-v4 .banner-content-column {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1366px) {
  .main-slider-v2 .banner-slide .banner-slide-content {
    padding: 0 100px;
  }
  .main-slider-v4 .banner-image {
    width: 50%;
  }
  .banner-section-four .image-box {
    position: relative;
    top: 57px;
  }
  .banner-section-four .content-column .inner-column .banner-slides .content-box h1,
  .banner-section-four .content-column .inner-column .banner-slides-rtl .content-box h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .banner-section-four .image-column .image img {
    top: 50px;
  }
  .banner-section-four .image-column .contact-list {
    top: -60px;
  }
}
@media only screen and (max-width: 1200px) {
  .main-slider .banner-slider .slick-prev, .main-slider .banner-slider .slick-next {
    left: 5%;
  }
  .main-slider .banner-slider .slick-dots {
    right: 5%;
  }
  .main-slider-v2 .banner-slide:before {
    width: 100%;
  }
  .main-slider-v4 .banner-content-column {
    width: 60%;
  }
  .main-slider-v4 .banner-image {
    width: 40%;
  }
  .main-slider-v4 .banner-slider-v4:before {
    display: none;
  }
  .banner-section-four:before {
    display: none;
  }
  .banner-section-four .content-column .inner-column {
    padding: 200px 0 134px;
  }
  .banner-section-four .image-column .image img {
    width: 100%;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .banner-section-four .image-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .banner-section-four .image-column .contact-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .banner-section-four .image-column .contact-list li {
    color: #000;
  }
  .banner-section-four .content-column .inner-column .banner-slides .content-box h1 br,
  .banner-section-four .content-column .inner-column .banner-slides-rtl .content-box h1 br {
    display: none;
  }
  .banner-section-four .image-box {
    top: 60%;
  }
  .banner-section-four .image-column .image .img-text {
    top: 25%;
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .banner-img {
    display: none;
  }
  .main-slider-v2 .banner-slider-v2 {
    height: 550px;
  }
  .main-slider-v2 .banner-slide .banner-slide-content .banner-content .title {
    margin-bottom: 20px;
  }
  .main-slider-v4 .banner-content-column {
    width: 100%;
  }
  .main-slider-v4 .banner-image {
    display: none;
  }
  .main-slider-v4 .banner-slider-v4 .slick-dots {
    width: auto;
    left: 0;
    width: 100%;
    text-align: center;
    top: auto;
    bottom: -80px;
    -webkit-transform: unset;
            transform: unset;
  }
  .main-slider-v4 .banner-slider-v4 .slick-dots li {
    display: inline-block;
  }
  .main-slider-v4 .banner-content-column {
    padding-left: 15px;
  }
  .banner-section-four .content-column .inner-column .banner-slides .content-box .content-inner-column {
    margin-left: 0;
  }
  .banner-section-four .image-box {
    top: 65%;
  }
  .banner-section-four .image-column .image .img-text {
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-slider .banner-slide .banner-slide-content .banner-content .slide-number {
    margin-top: 60px;
  }
  .main-slider .banner-slide .banner-slide-content .banner-content .banner-caption {
    position: static;
  }
  .main-slider .banner-slide .banner-slide-content {
    top: 250px;
  }
  .main-slider-v2 .banner-slide .banner-slide-content .banner-content .title {
    font-size: 40px;
    line-height: 50px;
  }
  .main-slider {
    height: 1000px;
  }
  .banner-section-four {
    background-image: none;
    background-color: #f7f7f7;
  }
  .banner-section-four .image-box {
    position: relative;
    top: 0;
    margin-top: 0;
    -webkit-transform: none;
            transform: none;
  }
  .banner-section-four .image-column .image .img-text {
    top: 30%;
  }
}
@media only screen and (max-width: 576px) {
  .main-slider .banner-slide .banner-slide-content {
    top: 200px;
  }
  .main-slider-v2 .banner-slide .banner-slide-content .banner-content .title {
    font-size: 32px;
    line-height: 40px;
  }
  .main-slider-v2 .slick-next, .main-slider-v2 .slick-prev {
    border: 0;
    width: auto;
    height: auto;
    line-height: unset;
  }
  .main-slider-v2 .banner-slide .banner-slide-content {
    padding: 0 50px;
  }
  .main-slider-v4 .banner-content-column .title {
    font-size: 50px;
    line-height: 60px;
  }
  .main-slider-v4 .banner-content-column .banner-meta li {
    margin-bottom: 15px;
  }
  .main-slider-v4 .banner-content-column .banner-meta {
    margin-bottom: 25px;
  }
  .main-slider-v4 .banner-slider-v4 .slick-dots {
    bottom: -120px;
  }
  .banner-section-four .content-column .inner-column .banner-slides .content-box h1,
  .banner-section-four .content-column .inner-column .banner-slides-rtl .content-box h1 {
    font-size: 34px;
    line-height: 46px;
  }
  .banner-section-four .content-column .inner-column .banner-slides .content-box .content-inner-column,
  .banner-section-four .content-column .inner-column .banner-slides-rtl .content-box .content-inner-column {
    margin-left: 0;
  }
  .banner-section-four .content-column .inner-column .banner-slides .content-box .content-inner-column::before,
  .banner-section-four .content-column .inner-column .banner-slides-rtl .content-box .content-inner-column::before {
    display: none;
  }
  .main-slider .banner-slide .banner-slide-content .banner-content .slide-number {
    font-size: 100px;
  }
  .main-slider {
    height: 900px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-section-four .image-box {
    margin-top: 130px;
  }
  .banner-section-four .image-column .image .img-text {
    top: 0;
  }
  .banner-section-four .image-column .image img {
    right: -60px;
  }
}
@media only screen and (max-width: 480px) {
  .main-slider .banner-slide .banner-slide-content .banner-content .title {
    font-size: 36px;
  }
  .main-slider .banner-slide .banner-slide-content .banner-content .slide-number {
    font-size: 100px;
  }
  .main-slider .banner-slider .slick-dots li.slick-active {
    margin-right: 20px;
  }
  .main-slider .banner-slider .slick-dots li.slick-active:before {
    display: none;
  }
  .main-slider .banner-slide .banner-slide-content .banner-content .banner-caption {
    margin-top: 40px;
  }
  .main-slider-v2 .banner-slide .banner-slide-content {
    padding: 0 20px;
  }
  .main-slider-v2 .banner-slide .banner-slide-content .banner-content .theme-btn-v2 {
    font-size: 14px;
    padding: 0 30px;
  }
  .main-slider-v4 {
    padding: 160px 0 189px;
  }
  .main-slider {
    height: 850px;
  }
}
/*** 

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

***/
.about-section {
  padding: 86px 0;
}
.about-section .about-title-column .title {
  text-transform: uppercase;
  line-height: 64px;
}
.about-section .about-title-column .title > span {
  display: inline-block;
  background-color: #efefef;
  border-radius: 50px;
  padding: 0 15px 0 8px;
}
.about-section .content-column .title {
  line-height: 36px;
  margin-bottom: 22px;
  font-weight: 500;
}
.about-section .content-column .title span {
  text-decoration: underline;
  font-weight: 600;
}
.about-section .content-column .text {
  margin-bottom: 28px;
}
.about-section .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-section .info-box > strong {
  color: #000000;
  font-weight: 800;
  font-size: 60px;
}
.about-section .info-box > span {
  display: inline-block;
  color: #000000;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-right: 50px;
  font-weight: 600;
  max-width: 140px;
  padding-left: 10px;
}

.about-section-v2 {
  padding: 130px 0 29px;
}
.about-section-v2 .about-column .image-box {
  position: relative;
}
.about-section-v2 .about-column .image-box .image img {
  border-radius: 200%;
}
.about-section-v2 .about-column .image-box .box-info {
  position: absolute;
  bottom: 67px;
  right: 22px;
  background-color: #590098;
  padding: 32px 40px 30px;
}
.about-section-v2 .about-column .image-box .box-info h4 {
  color: #fff;
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 0;
}
.about-section-v2 .about-column .image-box .box-info span {
  display: block;
  color: #ffffff;
  font-style: 16px;
  font-weight: 800;
}
.about-section-v2 .about-content-column p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 31px;
  font-family: var(--text-font2);
  color: #444444;
}
.about-section-v2 .about-content-column ul li {
  color: #444444;
  font-size: 18px;
  margin-bottom: 11px;
  font-family: var(--text-font2);
  position: relative;
  padding-left: 30px;
}
.about-section-v2 .about-content-column ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 21px;
  height: 20px;
  background-image: url(../images/icons/check.png);
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-section-v2 .about-content-column ul li:last-child {
  margin-bottom: 0;
}

.about-section-v3 {
  position: relative;
  padding: 120px 0;
}
.about-section-v3 .sec-title-v3 {
  margin-bottom: 32px;
}
.about-section-v3 .sec-title-v3 .sub-title {
  font-weight: 800;
  color: var(--theme-color-v2);
}
.about-section-v3 .sec-title-v3 h2 {
  margin-top: -6px;
  margin-bottom: 18px;
}
.about-section-v3 .content-column .inner-column {
  margin-top: 37px;
}
.about-section-v3 .content-column .inner-column .list-style-five li {
  position: relative;
  font-size: 18px;
  color: #444444;
  margin-bottom: 9px;
  padding-left: 21px;
  font-family: var(--text-font3);
}
.about-section-v3 .content-column .inner-column .list-style-five li:last-child {
  margin-bottom: 0;
}
.about-section-v3 .content-column .inner-column .list-style-five li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background-color: var(--theme-color-v2);
}

.about-section-four {
  position: relative;
  padding: 120px 0 94px;
}
.about-section-four .sec-title-v4 {
  margin-bottom: 78px;
}
.about-section-four .sec-title-v4 .icon-box {
  margin-bottom: 10px;
}
.about-section-four .sec-title-v4 h2 {
  margin-bottom: 41px;
}
.about-section-four .sec-title-v4 form .input-area {
  position: relative;
  width: 835px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-section-four .sec-title-v4 form .input-area .input-field {
  width: 550px;
  position: relative;
}
.about-section-four .sec-title-v4 form .input-area .input-field .select2-container {
  position: absolute;
  top: 1px;
  right: 0;
  height: 59px;
  min-width: 225px;
}
.about-section-four .sec-title-v4 form .input-area .input-field .select2-container--default .select2-selection--single {
  height: 100%;
  background: #dcdcdc;
  border: 0;
  padding: 0 30px;
  border-radius: 60px;
}
.about-section-four .sec-title-v4 form .input-area .input-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 14px;
}
.about-section-four .sec-title-v4 form .input-area .input-field .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f0d7";
  font-weight: 900;
  color: #000;
  font-size: 18px;
}
.about-section-four .sec-title-v4 form .input-area .input-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 13px;
}
.about-section-four .sec-title-v4 form .input-area .icon {
  position: absolute;
  top: 50%;
  left: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
}
.about-section-four .sec-title-v4 form .input-area input {
  height: 61px;
  width: 100%;
  border-radius: 50px;
  background-color: unset;
  border: 2px solid #dcdcdc;
  padding: 0 58px;
}
.about-section-four .sec-title-v4 form .input-area button {
  width: 259px;
  height: 60px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  margin-left: 14px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  z-index: 9;
}
.about-section-four .sec-title-v4 form .input-area button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(var(--theme-color3)), color-stop(var(--theme-color3)), to(var(--theme-color4)));
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color3), var(--theme-color4));
  height: 100%;
  border-radius: 30px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-section-four .sec-title-v4 form .input-area button:hover {
  color: #000;
  border-color: #000;
}
.about-section-four .sec-title-v4 form .input-area button:hover:before {
  opacity: 0;
  visibility: hidden;
}
.about-section-four .content-column .inner-column {
  margin-top: 85px;
  position: relative;
  max-width: 610px;
}
.about-section-four .content-column .inner-column p {
  font-size: 18px;
  line-height: 28px;
  max-width: 565px;
  margin-bottom: 29px;
}
.about-section-four .content-column .inner-column .sub-title {
  font-weight: 800;
  background: -webkit-gradient(linear, right top, left top, from(var(--theme-color3)), color-stop(var(--theme-color3)), to(var(--theme-color4)));
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color3), var(--theme-color4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-section-four .content-column .inner-column .title {
  margin-bottom: 25px;
}
.about-section-four .content-column .inner-column .about-block-four .inner-box {
  position: relative;
  padding: 47px 0 18px;
  text-align: center;
  z-index: 1;
}
.about-section-four .content-column .inner-column .about-block-four .inner-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 205px;
  background-image: url(../images/resource/about5.png);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  z-index: -1;
}
.about-section-four .content-column .inner-column .about-block-four .inner-box:hover:before {
  background-image: url(../images/shape3.png);
}
.about-section-four .content-column .inner-column .about-block-four .inner-box:hover .title {
  color: #fff;
}
.about-section-four .content-column .inner-column .about-block-four .inner-box:hover .icon-box i {
  color: #fff;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-section-four .content-column .inner-column .about-block-four .inner-box .icon-box i {
  margin-bottom: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 50px;
  background: -webkit-gradient(linear, right top, left top, from(var(--theme-color3)), color-stop(var(--theme-color3)), to(var(--theme-color4)));
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color3), var(--theme-color4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-section-four .content-column .inner-column .about-block-four .inner-box .icon-box .title {
  font-size: 18px;
  font-weight: 700;
  margin-left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-section-four .image-column .inner-column {
  margin-top: 58px;
}
.about-section-four .image-column .inner-column .image-box {
  text-align: right;
  position: relative;
}
.about-section-four .image-column .inner-column .image-box .image-2 {
  position: absolute;
  bottom: 35px;
  left: 45px;
}
.about-section-four .image-column .inner-column .image-box .image-3 {
  position: absolute;
  top: -59px;
  left: -19px;
}

@media only screen and (max-width: 1200px) {
  .about-section .about-title-column .title {
    font-size: 42px;
  }
  .about-section-v2 > .container > .row {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .about-section-v3 .sec-title-v3 h2 {
    font-size: 45px;
  }
  .about-section-v3 .content-column .inner-column {
    margin-top: 0;
  }
  .about-section-four .content-column .inner-column .about-block-four .inner-box::before {
    display: none;
  }
  .about-section-four .content-column .inner-column .about-block-four .inner-box {
    text-align: left;
  }
  .about-section-four .content-column .inner-column .about-block-four .inner-box:hover .title {
    color: #000;
  }
  .about-section-four .content-column .inner-column .about-block-four .inner-box:hover .icon-box i {
    color: #000;
    background: -webkit-gradient(linear, right top, left top, from(var(--theme-color3)), color-stop(var(--theme-color3)), to(var(--theme-color4)));
    background: linear-gradient(to left, var(--theme-color3), var(--theme-color3), var(--theme-color4));
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .about-section-four .content-column .inner-column .title br {
    display: none;
  }
  .about-section-four .content-column .inner-column .title {
    font-size: 42px;
  }
  .about-section-four .sec-title-v4 h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .about-section {
    padding-top: 50px;
  }
  .about-section-v2 .about-column .image-box {
    margin-bottom: 50px;
  }
  .about-section-v3 .sec-title-v3 h2 {
    font-size: 42px;
  }
  .about-section-v3 .content-column .inner-column .list-style-five li {
    font-size: 15px;
  }
  .about-section-v3 .sec-title-v3 {
    margin-bottom: 15px;
  }
  .about-section-four .sec-title-v4 h2 {
    font-size: 38px;
  }
  .about-section-four .sec-title-v4 form .input-area {
    width: 100%;
  }
  .about-section-four .sec-title-v4 {
    margin-bottom: 0;
  }
  .about-section-four .content-column .inner-column .about-block-four .inner-box {
    padding: 0;
  }
  .about-section-four .content-column .inner-column {
    max-width: 100%;
  }
  .about-section-four .content-column .inner-column p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-section-v3 .content-column .inner-column {
    margin-bottom: 40px;
  }
  .about-section-four .sec-title-v4 form .input-area {
    display: block;
  }
  .about-section-four .sec-title-v4 form .input-area .input-field {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .about-section-v3 {
    padding-bottom: 80px;
  }
  .about-section-v2 {
    padding-top: 100px;
  }
  .sec-title-v2 h2 {
    font-size: 36px;
  }
  .about-section-v3 .content-column .inner-column {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .about-section .about-title-column .title {
    font-size: 30px;
    line-height: 44px;
  }
  .about-section .info-box {
    display: block;
  }
  .about-section .info-box img {
    margin-top: 20px;
  }
  .sec-title-v2 .sub-title {
    letter-spacing: 0;
  }
  .about-section-v3 {
    padding: 120px 0 80px;
  }
  .about-section-v3 .sec-title-v3 h2 {
    font-size: 28px;
  }
  .sec-title-v3 .sub-title {
    font-size: 14px;
  }
  .sec-title-v3 .text {
    font-size: 17px;
  }
  .video-block {
    margin-right: 0;
  }
  .about-section-four .sec-title-v4 h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .about-section-four .sec-title-v4 form .input-area .input-field .select2-container {
    position: relative;
    min-width: 100%;
    margin-top: 20px;
  }
  .about-section-four .sec-title-v4 form .input-area .icon {
    top: 15px;
    -webkit-transform: unset;
            transform: unset;
  }
  .about-section-four .sec-title-v4 form .input-area .input-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 13px;
  }
  .about-section-four .sec-title-v4 form .input-area button {
    width: 100%;
    margin: 0;
  }
  .about-section-four .content-column .inner-column .title {
    font-size: 32px;
    line-height: 40px;
  }
}
.team-block-eleven {
  position: relative;
  margin-bottom: 40px;
}
.team-block-eleven .inner-box {
  position: relative;
  background-color: #f8f8f8;
  padding: 20px 20px 40px;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .team-block-eleven .inner-box {
    padding-bottom: 20px;
  }
}
.team-block-eleven .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.team-block-eleven .inner-box:hover .social-links {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-block-eleven .image-box {
  position: relative;
}
.team-block-eleven .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px;
  z-index: 1;
}
.team-block-eleven .image-box .image img {
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block-eleven .info-box {
  padding: 30px 20px 0px;
}
@media (max-width: 575.98px) {
  .team-block-eleven .info-box {
    padding: 30px 0 0;
  }
}
.team-block-eleven .info-box .name {
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .team-block-eleven .info-box .name {
    margin-bottom: 0;
  }
}
.team-block-eleven .info-box .name:hover {
  color: var(--theme-color2);
}
.team-block-eleven .info-box .designation {
  position: relative;
  display: block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block-eleven .share-icon {
  position: absolute;
  bottom: 48px;
  right: 40px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: var(--body-font-size);
  color: var(--theme-color-light);
  background-color: var(--theme-color-v2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 10px;
  z-index: 3;
}
@media (max-width: 575.98px) {
  .team-block-eleven .share-icon {
    right: 20px;
    bottom: 28px;
  }
}
.team-block-eleven .social-links {
  position: absolute;
  right: 40px;
  bottom: 90px;
  margin-bottom: 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;
  background-color: var(--theme-color-v2);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  border-radius: 10px 10px 0 0;
  z-index: 3;
  padding: 17px 15px 11px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (max-width: 575.98px) {
  .team-block-eleven .social-links {
    right: 20px;
    bottom: 70px;
  }
}
.team-block-eleven .social-links a {
  position: relative;
  line-height: 20px;
  font-size: 20px;
  margin-top: 20px;
  color: var(--theme-color-light);
  border-radius: 50px;
  border-radius: 0 0 50px 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-eleven .social-links a:first-child {
  margin-top: 0;
}

.about-info-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--theme-color-dark);
}
@media (max-width: 767.98px) {
  .about-info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-info-box .title-box {
  position: relative;
  padding: 58px 48px 40px;
  background-color: var(--theme-color-v2);
  max-width: 290px;
}
@media (max-width: 767.98px) {
  .about-info-box .title-box {
    max-width: 100%;
  }
}
.about-info-box .title-box .icon {
  position: absolute;
  left: 50px;
  top: -30px;
  height: 64px;
  width: 64px;
  background-color: var(--theme-color-dark);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-info-box .title-box .title {
  color: #fff;
  font-size: 26px;
  letter-spacing: -0.02em;
  line-height: 36px;
}
.about-info-box .features-box {
  position: relative;
  padding: 60px 40px 30px;
}
.about-info-box .features-box .list-style-two li {
  color: var(--theme-color-light);
}
.about-info-box .features-box .list-style-two li i {
  font-weight: 300;
}

/*** 

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

***/
.service-section {
  padding: 48px 0;
}
.service-section .top-title {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 119px;
}
.service-section .top-title ul {
  padding: 0 19px;
}
.service-section .top-title ul li {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  text-align: center;
  line-height: 22px;
  margin-right: -1px;
}
.service-section .top-title ul li:last-child {
  margin-right: 0;
}
.service-section .top-title ul li i {
  font-size: 12px;
}
.service-section .inner-box {
  text-align: center;
  padding: 0 40px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-section .inner-box:hover {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.service-section .inner-box.active {
  background-color: var(--theme-color1);
  border-radius: 50%;
  padding: 70px 45px;
  overflow: hidden;
}
.service-section .inner-box.active:before {
  content: "";
  position: absolute;
  bottom: -176px;
  left: 50%;
  width: 226px;
  height: 200px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-section .icon-box i:before {
  font-size: 60px;
  color: #000;
}

.services-section-v2 {
  padding: 101px 0;
}
.services-section-v2 .content-column {
  margin-left: auto;
}
.services-section-v2 .tabs-column {
  max-width: 315px;
  padding-top: 26px;
}
.services-section-v2 .tabs-column .nav-tabs {
  display: block;
  border: 0;
}
.services-section-v2 .tabs-column .nav-tabs li {
  display: block;
  border: 0;
  margin-bottom: 20px;
}
.services-section-v2 .tabs-column .nav-tabs li:last-child {
  margin-bottom: 0;
}
.services-section-v2 .tabs-column .nav-tabs li .nav-link {
  border: 0;
  display: block;
  padding: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--title-font2);
  background-color: #f7ebff;
  padding: 8px 33px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid transparent;
  height: 96px;
}
.services-section-v2 .tabs-column .nav-tabs li .nav-link i {
  color: #000;
  font-size: 60px;
  margin-right: 13px;
}
.services-section-v2 .tabs-column .nav-tabs li .nav-link span {
  color: #000000;
  font-size: 16px;
  font-weight: 900;
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
  line-height: 22px;
}
.services-section-v2 .tabs-column .nav-tabs li .nav-link.active {
  border-color: var(--theme-color-v2);
  background-color: #fff;
}
.services-section-v2 .image-column {
  text-align: center;
  padding: relative;
}
.services-section-v2 .image-column .image-box {
  position: relative;
  max-width: 464px;
  margin: 0 auto;
}
.services-section-v2 .image-column .image-box:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 100%;
  border: 5px dashed #f7ebff;
}
.services-section-v2 .image-column img {
  max-width: 100%;
  border-radius: 100%;
}
.services-section-v2 .content-column .title {
  font-weight: 900;
  margin-bottom: 24px;
}
.services-section-v2 .content-column p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 39px;
  color: #444444;
}
.services-section-v2 .content-column ul li {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  font-family: var(--text-font2);
  position: relative;
  font-weight: 700;
  padding-left: 24px;
}
.services-section-v2 .content-column ul li:before {
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 50%;
  left: 0;
  color: var(--theme-color-v2);
  font-size: 20px;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.services-section-v2 .content-column ul li:last-child {
  margin-bottom: 0;
}

/*** 

====================================================================
    Services Section three
====================================================================

***/
.services-section-three {
  position: relative;
  padding: 120px 0 65px;
}
.services-section-three .sec-title-v4 {
  margin-bottom: 62px;
}
.services-section-three .sec-title-v4 .sub-title {
  display: block;
  margin-top: 18px;
}
.services-section-three .sec-title-v4 .sub-title::before {
  display: none;
}

.service-block-three .inner-box {
  position: relative;
  padding: 0 0 26px 53px;
  margin-bottom: 72px;
}
.service-block-three .inner-box::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 3px;
  height: 351px;
  width: 330px;
  background-image: url(../images/resource/service-border.png);
}
.service-block-three .inner-box:hover .icon-box i {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.service-block-three .inner-box .icon-box {
  font-size: 55px;
  color: #ffffff;
  position: relative;
  line-height: 55px;
  z-index: 99;
  margin-bottom: 22px;
  width: 109px;
  height: 121px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 14px;
  position: relative;
  top: -8px;
}
.service-block-three .inner-box .icon-box i {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-block-three .inner-box .icon-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/resource/service3-1.png);
}
.service-block-three .inner-box p {
  line-height: 26px;
}
.service-block-three .inner-box .title {
  color: #000000;
  margin-bottom: 11px;
}
.service-block-three .image-box {
  text-align: center;
  position: relative;
  left: 15px;
}
.service-block-three .image-box .read-more {
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  height: 60px;
  line-height: 60px;
  color: var(--theme-color-light);
  padding: 0 50px;
  display: inline-block;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  position: relative;
  z-index: 9;
}
.service-block-three .image-box .read-more:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(var(--theme-color3)), color-stop(var(--theme-color3)), to(var(--theme-color4)));
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color3), var(--theme-color4));
  height: 100%;
  border-radius: 30px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-block-three .image-box .read-more:hover {
  color: #000;
  border-color: #000;
  background: #fff;
}
.service-block-three .image-box .read-more:hover:before {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 1200px) {
  .service-section .inner-box {
    padding: 0;
  }
  .services-section-v2 .image-column .image-box {
    max-width: 80%;
  }
  .service-block-three .inner-box::before {
    display: none;
  }
  .service-block-three .inner-box {
    padding-left: 0;
  }
  .service-block-three .image-box {
    left: 0;
  }
  .services-section-three {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .service-section .top-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .service-section .inner-box:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .services-section-v2 .tabs-column {
    max-width: 100%;
  }
  .services-section-v2 .tabs-column .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .services-section-v2 .tabs-column .nav-tabs li {
    width: calc(50% - 10px);
    padding: 0 10px;
  }
  .services-section-v2 .image-column .image-box {
    max-width: 464px;
    margin-bottom: 50px;
  }
  .service-block-three .inner-box {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-section .inner-box.active {
    background: transparent;
    padding: 0;
    border-radius: unset;
  }
  .service-section .inner-box {
    margin-bottom: 50px;
    padding: 0 50px;
  }
  .service-block:last-child .inner-box {
    margin-bottom: 0;
  }
  .service-section .inner-box .icon-box {
    margin-bottom: 30px;
  }
  .service-section .inner-box.active::before {
    display: none;
  }
  .services-section-v2 .tabs-column .nav-tabs li {
    width: 100%;
    padding: 0;
  }
  .services-section-v2 .tabs-column .nav-tabs li .nav-link {
    width: 100%;
  }
  .services-section-v2 {
    padding: 80px 0;
  }
  .service-block-three .inner-box {
    text-align: center;
  }
  .service-block-three .inner-box .icon-box {
    margin: 0 auto 20px;
  }
  .service-block-three .image-box {
    margin-bottom: 60px;
  }
  .services-section-three {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 576px) {
  .services-section-v2 .image-column .image-box {
    max-width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .service-section .inner-box {
    padding: 0;
  }
  .services-section-v2 .image-column .image-box {
    max-width: 280px;
  }
  .service-section .top-title ul {
    margin: 12px 0;
  }
}
/*** 

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

***/
.call-to-action {
  position: relative;
  z-index: 9;
}
.call-to-action.alternate {
  background-color: #f5f5f6;
  padding: 120px 0;
}
.call-to-action .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color-v2);
  opacity: 0.8;
  content: "";
}
.call-to-action .gradient-circle {
  position: absolute;
  right: -100px;
  top: -140px;
}
.call-to-action .outer-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .call-to-action .outer-box {
    text-align: center;
  }
}
.call-to-action .content-column .inner-column {
  position: relative;
  padding: 65px 100px;
  padding-right: 15px;
}
@media (max-width: 991.98px) {
  .call-to-action .content-column .inner-column {
    padding: 65px 40px;
  }
}
.call-to-action .content-column .inner-column .sec-title {
  margin-bottom: 25px;
}
.call-to-action .content-column .inner-column .sec-title .text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  letter-spacing: -0.02em;
}
.call-to-action .content-column .inner-column .info-box {
  position: relative;
  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: 991.98px) {
  .call-to-action .content-column .inner-column .info-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .call-to-action .content-column .inner-column .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.call-to-action .content-column .inner-column .info-box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .call-to-action .content-column .inner-column .info-box .info {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.call-to-action .content-column .inner-column .info-box .info .icon {
  font-size: 32px;
  margin-right: 10px;
  font-weight: 300;
}
.call-to-action .content-column .inner-column .info-box .info sub {
  top: 5px;
  font-weight: 400;
  font-size: 14px;
  margin-left: 2px;
}
.call-to-action .content-column .inner-column .info-box .theme-btn {
  padding: 15px 22px;
  margin-top: 10px;
}
.call-to-action .image-column {
  position: relative;
}
.call-to-action .image-column .inner-column {
  padding: 50px 30px 10px;
}
@media (max-width: 991.98px) {
  .call-to-action .image-column .inner-column {
    text-align: center;
  }
}
.call-to-action .image-column .inner-column .image {
  margin-bottom: 0;
}
.call-to-action.style-two {
  overflow: hidden;
}
.call-to-action.style-two .bg-image::before {
  opacity: 0.9;
}
.call-to-action.style-two .outer-box {
  overflow: visible;
}
.call-to-action.style-two .gradient-circle {
  top: -160px;
  right: -35px;
}
.call-to-action.style-two .content-column .inner-column {
  padding-left: 0;
  padding-right: 0;
}
.call-to-action.style-two .image-column .inner-column {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}
@media (max-width: 991.98px) {
  .call-to-action.style-two .image-column .inner-column {
    text-align: center;
  }
}

/*** 

====================================================================
		DEALS Section
====================================================================

***/
.deals-section {
  padding: 100px 0 395px;
}
.deals-section .auto-container {
  max-width: 1320px;
  padding: 0 15px;
}
.deals-section .sec-title {
  margin-bottom: 93px;
}
.deals-section .deal-column .inner-column {
  background-color: #fff;
  border-radius: 25px;
  padding: 0 35px 40px;
  position: relative;
  z-index: 99;
  border-radius: 25px 25px 100px 25px;
}
.deals-section .deal-column .inner-column:hover .icon-box:before {
  -webkit-animation: spin 4s linear infinite;
          animation: spin 4s linear infinite;
}
.deals-section .deal-column .inner-column:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color1);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 25px 25px 75px 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.deals-section .deal-column .inner-column:hover:before {
  opacity: 1;
  visibility: visible;
  top: 10px;
  right: -10px;
}
.deals-section .deal-column .inner-column:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 25px 25px 75px 25px;
  z-index: -1;
}
.deals-section .deal-column .icon-box {
  width: 174px;
  height: 174px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  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;
  border: 7px solid var(--theme-color1);
  position: relative;
  margin-bottom: -10px;
  top: -40px;
}
.deals-section .deal-column .icon-box:before {
  content: "";
  position: absolute;
  top: -12px;
  left: -10px;
  width: 182px;
  height: 182px;
  border: 7px dashed #000;
  border-radius: 50%;
}
.deals-section .deal-column .title {
  font-weight: 800;
  margin-bottom: 1px;
}
.deals-section .deal-column .sub {
  display: block;
  color: #000000;
  font-size: 14px;
  margin-bottom: 11px;
}
.deals-section .deal-column .deal-features {
  margin-bottom: 11px;
}
.deals-section .deal-column .deal-features li {
  position: relative;
  color: #666666;
  font-size: 13px;
  line-height: 26px;
  padding-left: 17px;
}
.deals-section .deal-column .deal-features li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.deals-section .deal-column .deal-price {
  display: block;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 33px;
}
.deals-section .deal-column .mp-speed {
  background-color: #ececec;
  border-radius: 50px;
  padding: 18px 36px;
  color: #000000;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 10px;
  font-weight: 700;
}
.deals-section .deal-column .mp-speed span {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
.deals-section .deal-column .theme-btn {
  display: inline-block;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  background-color: #fff;
  border: 3px solid var(--theme-color1);
  border-radius: 50px;
  text-transform: capitalize;
  text-align: center;
  width: 100%;
  height: 60px;
  line-height: 58px;
}
.deals-section .deal-column .theme-btn:hover {
  background-color: var(--theme-color1);
  border-color: transparent;
}

.deals-section-v2 {
  margin-top: -264px;
}
.deals-section-v2 .deals-container {
  background-image: url(../images/icons/pattern-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  max-width: 1606px;
  margin-left: auto;
  background-position: right;
  border-radius: 50px 0 0 100px;
}
.deals-section-v2 .deals-column .inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.deals-section-v2 .deals-column .inner-column .icon-box {
  display: inline-block;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background-color: #171917;
  text-align: center;
  line-height: 94px;
}
.deals-section-v2 .deals-column .inner-column .content-info {
  width: calc(100% - 94px);
  padding-left: 30px;
}
.deals-section-v2 .deals-column .inner-column .content-info .title {
  color: #fff;
  font-weight: 800;
  margin-bottom: 7px;
}
.deals-section-v2 .deals-column .inner-column .content-info > span {
  display: block;
  color: #acacac;
  font-size: 16px;
  margin-bottom: 39px;
}
.deals-section-v2 .deals-column .inner-column .content-info form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.deals-section-v2 .deals-column .inner-column .content-info form .input-field {
  position: relative;
}
.deals-section-v2 .deals-column .inner-column .content-info form .input-field img {
  position: absolute;
  top: 50%;
  left: 37px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.deals-section-v2 .deals-column .inner-column .content-info form input {
  width: 397px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #bababa;
  font-size: 14px;
  padding: 0 60px;
  text-transform: capitalize;
  background: transparent;
}
.deals-section-v2 .deals-column .inner-column .content-info form .theme-btn {
  margin-left: 8px;
  min-width: 200px;
}
.deals-section-v2 .deals-column .inner-column .content-info .form-text {
  margin-top: 14px;
}
.deals-section-v2 .deals-column .inner-column .content-info .form-text img {
  margin-right: 6px;
  display: inline-block;
}
.deals-section-v2 .deals-column .inner-column .content-info .form-text p {
  color: #b4b4b4;
  font-size: 14px;
  display: inline-block;
}

.deals-section-v3 {
  padding: 120px 0 94px;
  position: relative;
  background-image: url(../images/background/deal3-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.deals-section-v3 .row {
  margin: 0 -20px;
}
.deals-section-v3 .row .col-lg-6 {
  padding: 0 20px;
}
.deals-section-v3 .sec-title-v4 {
  margin-bottom: 46px;
}
.deals-section-v3 .sec-title-v4 .sub-title {
  display: block;
  margin-top: 18px;
}
.deals-section-v3 .sec-title-v4 .sub-title::before {
  display: none;
}
.deals-section-v3 .deals-block-v3 .content-box {
  position: relative;
  z-index: 99;
}
.deals-section-v3 .deals-block-v3 .inner-box {
  position: relative;
  text-align: center;
  background-color: #ffffff;
  padding: 44px 0 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 60px rgb(255, 239, 243);
          box-shadow: 0px 10px 60px rgb(255, 239, 243);
  margin-bottom: 104px;
}
.deals-section-v3 .deals-block-v3 .inner-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 253px;
  background-image: url(../images/resource/bac-pattern.png);
  background-repeat: no-repeat;
  background-position: center;
}
.deals-section-v3 .deals-block-v3 .inner-box .title {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 700;
}
.deals-section-v3 .deals-block-v3 .inner-box .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.deals-section-v3 .deals-block-v3 .inner-box .social-list .icon-box {
  position: relative;
  margin-right: 47px;
}
.deals-section-v3 .deals-block-v3 .inner-box .social-list .icon-box:hover .icon i {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.deals-section-v3 .deals-block-v3 .inner-box .social-list .icon-box .icon {
  position: relative;
  width: 76px;
  height: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 6px;
}
.deals-section-v3 .deals-block-v3 .inner-box .social-list .icon-box .icon i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 44px;
  background: -webkit-gradient(linear, right top, left top, from(#fa0006), to(#8b008a));
  background: linear-gradient(to left, #fa0006, #8b008a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.deals-section-v3 .deals-block-v3 .inner-box .social-list .icon-box .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/shape4.png);
}
.deals-section-v3 .deals-block-v3 .inner-box .social-list .icon-box:last-child {
  margin-right: 0;
}
.deals-section-v3 .deals-block-v3 .inner-box .social-list .icon-box .title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}
.deals-section-v3 .deals-block-v3 .inner-box .btn-box .read-more {
  position: relative;
  z-index: 999;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  height: 60px;
  line-height: 60px;
  color: var(--theme-color-light);
  padding: 0 50px;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.deals-section-v3 .deals-block-v3 .inner-box .btn-box .read-more:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(var(--theme-color3)), color-stop(var(--theme-color3)), to(var(--theme-color4)));
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color3), var(--theme-color4));
  height: 100%;
  border-radius: 30px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.deals-section-v3 .deals-block-v3 .inner-box .btn-box .read-more:hover {
  color: #000;
  border-color: #000;
}
.deals-section-v3 .deals-block-v3 .inner-box .btn-box .read-more:hover:before {
  opacity: 0;
  visibility: hidden;
}
.deals-section-v3 .deals-block-v3 .inner-box .image-box-v2 {
  margin-top: -23px;
  position: relative;
  z-index: 99;
}
.deals-section-v3 .deals-block-v3 .inner-box .image-box-v2 .image {
  margin-bottom: 0;
}
.deals-section-v3 .deals-block-v3 .inner-box-v2 {
  position: relative;
  background-color: #ffffff;
  padding: 43px 45px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 60px rgb(255, 239, 243);
          box-shadow: 0px 10px 60px rgb(255, 239, 243);
  margin-bottom: 34px;
  width: 100%;
}
.deals-section-v3 .deals-block-v3 .inner-box-v2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 278px;
  height: 288px;
  background-image: url(../images/resource/bac-pattern2.png);
  border-radius: 20px;
}
.deals-section-v3 .deals-block-v3 .inner-box-v2 .content-box .title {
  font-size: 30px;
  margin-bottom: 3px;
}
.deals-section-v3 .deals-block-v3 .inner-box-v2 .content-box p {
  color: #000000;
  line-height: 26px;
  margin-bottom: 35px;
}
.deals-section-v3 .deals-block-v3 .inner-box-v2 .content-box .read-more {
  font-weight: 800;
  color: #000;
}
.deals-section-v3 .deals-block-v3 .inner-box-v2 .content-box .read-more:hover i {
  color: #fff;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.deals-section-v3 .deals-block-v3 .inner-box-v2 .content-box .read-more i {
  width: 46px;
  height: 46px;
  line-height: 40px;
  border: 4px solid #be004d;
  border-radius: 50%;
  text-align: center;
  margin-right: 12px;
  background: -webkit-gradient(linear, right top, left top, from(var(--theme-color3)), color-stop(var(--theme-color3)), to(var(--theme-color4)));
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color3), var(--theme-color4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.deals-section-v3 .deals-block-v3 .inner-box-v2 .image-box-v3 {
  position: absolute;
  top: 22px;
  right: 19px;
}
.deals-section-v3 .deals-block-v3 .inner-box-v4 .title {
  margin-bottom: 6px;
}
.deals-section-v3 .deals-block-v3 .inner-box-v4 p {
  font-size: 18px;
  color: #000000;
}
.deals-section-v3 .deals-block-v3 .inner-box-v4 .image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.deals-section-v3 .deals-block-v3 .inner-box-v4 .image-box .image {
  margin-left: 17px;
}

.price-seciton {
  background-color: #f7ebff;
  padding: 258px 0 125px;
  margin-top: -140px;
  z-index: -1;
  position: relative;
}
.price-seciton .outer-box .row {
  margin: 0 -13px;
}
.price-seciton .outer-box .col-lg-3 {
  padding: 0 13px;
}
.price-seciton .bg-pattern-v2 {
  background-image: url(../images/background/bg-pattern-v2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
}
.price-seciton .price-column .inner-column {
  background-color: #fff;
  padding: 54px 46px;
  text-align: center;
  position: relative;
}
.price-seciton .price-column .inner-column:hover .icon-box img {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.price-seciton .price-column .inner-column:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fc0e70;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.price-seciton .price-column .inner-column:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.price-seciton .price-column .inner-column:hover:before {
  opacity: 1;
  visibility: visible;
  top: 10px;
  right: -10px;
}
.price-seciton .price-column span {
  color: #000000;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 4px;
  display: block;
}
.price-seciton .price-column h2 {
  color: var(--theme-color-v2);
  font-size: 40px;
  font-weight: 900;
  margin-bottom: -6px;
}
.price-seciton .price-column strong {
  display: block;
  color: #010101;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.price-seciton .price-column .icon-box {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 160px;
  border: 5px dashed #e6e6e6;
  border-radius: 50%;
  margin: 0 auto 34px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price-seciton .price-column .icon-box img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.price-seciton .price-column ul {
  text-align: left;
  margin-bottom: 27px;
}
.price-seciton .price-column ul li {
  color: #454545;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 1px;
  position: relative;
  font-weight: 700;
  padding-left: 27px;
}
.price-seciton .price-column ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 21px;
  height: 20px;
  background-image: url(../images/icons/check.png);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.price-seciton .price-column ul li:last-child {
  margin-bottom: 0;
}
.price-seciton .price-column .theme-btn-v2 {
  width: 100%;
}
.price-seciton .price-column .theme-btn-v2 + span {
  color: #000000;
  font-size: 14px;
  font-weight: 800;
  display: block;
  margin-top: 3px;
}

.memebership-section .membership-content {
  background-image: url(../images/background/bg-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 99;
}
.memebership-section .membership-content .memebership-content {
  max-width: 765px;
  margin-left: auto;
  padding-right: 91px;
  padding-top: 72px;
  padding-bottom: 80px;
}
.memebership-section .membership-content .memebership-content > span {
  display: block;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 8px;
}
.memebership-section .membership-content .memebership-content h2 {
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 29px;
}
.memebership-section .membership-content .memebership-content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.memebership-section .membership-content .memebership-content form .input-field {
  position: relative;
}
.memebership-section .membership-content .memebership-content form .input-field input {
  width: 490px;
  border: 2px solid #aaaaaa;
  border-radius: 50px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  font-size: 14px;
  padding-left: 58px;
  background-color: transparent;
}
.memebership-section .membership-content .memebership-content form .input-field i {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 32px;
  font-size: 20px;
}
.memebership-section .membership-content .memebership-content form .input-field .select2-container {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 56px;
  min-width: 225px;
}
.memebership-section .membership-content .memebership-content form .input-field .select2-container--default .select2-selection--single {
  height: 100%;
  background: #8a54b1;
  border: 0;
  padding: 0 30px;
  border-radius: 60px;
}
.memebership-section .membership-content .memebership-content form .input-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 14px;
}
.memebership-section .membership-content .memebership-content form .input-field .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f0d7";
  font-weight: 900;
  color: #fff;
  font-size: 18px;
}
.memebership-section .membership-content .memebership-content form .input-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 13px;
}
.memebership-section .membership-content .memebership-content form button {
  margin-left: 30px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  background-color: var(--theme-color-v2);
  padding: 0 38px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  text-transform: uppercase;
}

.memebership-section .membership-content .memebership-content form .input-field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}

.memebership-section .membership-content .memebership-content form .input-field input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}

.memebership-section .membership-content .memebership-content form .input-field input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}

.memebership-section .membership-content .memebership-content form .input-field input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

@media only screen and (max-width: 1366px) {
  .memebership-section .membership-content {
    background-position: right;
  }
  .price-seciton .price-column .inner-column {
    padding: 54px 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .deal-column {
    margin-bottom: 100px;
  }
  .deals-section .row {
    margin-bottom: -100px;
  }
  .deal-image {
    display: none;
  }
  .sec-title-v2 h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .deals-section-v3 .deals-block-v3 .inner-box-v2 .image-box-v3 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .deals-section-v3 .deals-block-v3 .inner-box-v2 .image-box-v3 img {
    max-width: 200px;
  }
  .deals-section-v3 .deals-block-v3 .inner-box-v2::before {
    width: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .deals-section-v2 .deals-column .inner-column .content-info form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .deals-section-v2 .deals-column .inner-column .content-info form .input-field {
    margin-bottom: 20px;
  }
  .memebership-section .membership-content .memebership-content {
    max-width: 100%;
    padding: 80px 0;
    text-align: center;
    margin: 0;
  }
  .memebership-section .membership-content .memebership-content form {
    display: block;
  }
  .memebership-section .membership-content {
    display: block;
    padding: 0 50px;
  }
  .memebership-section .membership-content .memebership-content form .input-field input {
    width: 100%;
  }
  .memebership-section .membership-content .memebership-content form button {
    margin-top: 25px;
  }
  .price-seciton .outer-box .price-column {
    margin-bottom: 30px;
  }
  .price-seciton .outer-box .row {
    margin-bottom: -30px;
  }
  .deals-section-v3 .deals-block-v3 .inner-box-v4 .image-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .deals-section-v3 .deals-block-v3 .inner-box {
    margin-bottom: 30px;
  }
  .deals-section-v3 .inner-box-v4 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .deals-section-v2 .deals-column .inner-column {
    display: block;
    padding: 0 30px;
  }
  .deals-section-v2 .deals-column .inner-column .content-info {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .memebership-section .membership-content .memebership-content h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .sec-title-v2 h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .deals-section-v3 .deals-block-v3 .inner-box-v4 .title {
    font-size: 36px;
  }
  .deals-section-v3 .deals-block-v3 .inner-box-v2 .image-box-v3 {
    display: none;
  }
  .deals-section-v3 .deals-block-v3 .inner-box-v2:before {
    display: none;
  }
  .deals-section-v3 .deals-block-v3 .inner-box .image-box-v2 img {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .sec-title h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .deals-section-v2 .deals-column .inner-column .content-info .form-text {
    position: relative;
    padding-left: 40px;
    margin-top: 20px;
  }
  .deals-section-v2 .deals-column .inner-column .content-info .form-text img {
    position: absolute;
    top: 7px;
    left: 0;
  }
  .memebership-section .membership-content .memebership-content form .input-field .select2-container {
    position: static;
    width: 100% !important;
  }
  .memebership-section .membership-content .memebership-content form .input-field i {
    top: 14px;
    -webkit-transform: unset;
            transform: unset;
  }
  .memebership-section .membership-content .memebership-content form .input-field input {
    margin-bottom: 25px;
  }
  .memebership-section .membership-content .memebership-content form .input-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    bottom: 13px;
  }
  .price-seciton .price-column ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .deals-section-v3 .deals-block-v3 .inner-box-v2 .content-box p br {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .deals-section-v2 .deals-column .inner-column .content-info .title {
    font-size: 30px;
    line-height: 40px;
  }
  .deals-section-v2 .deals-column .inner-column .content-info form input {
    width: 100%;
  }
  .memebership-section .membership-content .memebership-content > span {
    font-size: 16px;
  }
  .memebership-section .membership-content {
    padding: 0 15px;
  }
  .deals-section-v3 .deals-block-v3 .inner-box .social-list .icon-box {
    margin-right: 10px;
  }
  .deals-section-v3 .deals-block-v3 .inner-box-v4 .title {
    font-size: 28px;
  }
  .deals-section-v3 .deals-block-v3 .inner-box-v2 {
    padding: 43px 30px 30px;
  }
  .deals-section-v3 .inner-box-v4 {
    margin-top: 20px;
  }
}
/***

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

***/
.why-choose-us-section {
  padding: 145px 0 78px;
}
.why-choose-us-section .title-column {
  padding-top: 78px;
}
.why-choose-us-section .title-column .inner-column {
  max-width: 320px;
}
.why-choose-us-section .title-column .title {
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 64px;
  position: relative;
}
.why-choose-us-section .title-column .title:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 204px;
  height: 9px;
  background-color: var(--theme-color1);
}
.why-choose-us-section .title-column .text {
  font-size: 18px;
  line-height: 31px;
  color: #000000;
}
.why-choose-us-section .content-column {
  position: relative;
}
.why-choose-us-section .content-column .circle {
  position: absolute;
  top: 46px;
  right: -19px;
  z-index: 99;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
.why-choose-us-section .content-column .inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.why-choose-us-section .content-column .chs-column {
  width: 378px;
  background-color: #f5f5f5;
  padding: 69px 50px 67px;
  position: relative;
  border-radius: 30px 30px 100px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 40px;
}
.why-choose-us-section .content-column .chs-column:nth-child(2) {
  width: 342px;
  top: 26px;
  left: 42px;
  padding: 54px 50px;
  height: 239px;
}
.why-choose-us-section .content-column .chs-column:nth-child(3) {
  width: 342px;
  left: 38px;
  padding: 54px 50px;
  height: 239px;
}
.why-choose-us-section .content-column .chs-column:nth-child(4) {
  left: 78px;
}
.why-choose-us-section .content-column .chs-column:hover {
  background-color: var(--theme-color1);
}
.why-choose-us-section .content-column .chs-column .cl-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  text-align: center;
}
.why-choose-us-section .content-column .chs-column .title {
  margin-bottom: 24px;
}
.why-choose-us-section .content-column .chs-column .text {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  max-width: 230px;
}

.what-we-do-section-v2 {
  padding: 50px 0 0;
}
.what-we-do-section-v2 .svs-column .inner-column:hover .icon-box {
  background-color: var(--theme-color-v2);
}
.what-we-do-section-v2 .svs-column .inner-column:hover .icon-box i {
  color: #fff;
}
.what-we-do-section-v2 .svs-column .icon-box {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background-color: #ffe7f1;
  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;
  margin-bottom: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.what-we-do-section-v2 .svs-column .icon-box i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 60px;
  color: var(--theme-color-v2);
}
.what-we-do-section-v2 .svs-column .content-info .title {
  color: #000000;
  font-weight: 900;
  text-transform: capitalize;
  margin-bottom: 11px;
  font-family: var(--title-font2);
}
.what-we-do-section-v2 .svs-column .content-info p {
  color: #444444;
  line-height: 26px;
  font-family: var(--text-font2);
  max-width: 250px;
}
.what-we-do-section-v2 .svs-video .image-box {
  position: relative;
}
.what-we-do-section-v2 .svs-video .image-box figure img {
  width: 100%;
}
.what-we-do-section-v2 .svs-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--theme-color-v2);
  border-radius: 50%;
  width: 99px;
  height: 99px;
  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;
  z-index: 1;
}
.what-we-do-section-v2 .svs-video .play-btn:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 119px;
  height: 119px;
  background-color: var(--theme-color-v2);
  opacity: 0.5;
  z-index: -1;
  border-radius: 50%;
  -webkit-animation: spin 4s linear infinite;
          animation: spin 4s linear infinite;
}

@media only screen and (max-width: 1200px) {
  .why-choose-us-section .content-column .chs-column, .why-choose-us-section .content-column .chs-column:nth-child(3), .why-choose-us-section .content-column .chs-column:nth-child(2), .why-choose-us-section .content-column .chs-column:nth-child(4) {
    width: 40%;
    height: auto;
  }
  .why-choose-us-section .content-column .circle {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .why-choose-us-section .title-column {
    padding-top: 0;
  }
  .why-choose-us-section .title-column .inner-column {
    margin-bottom: 50px;
    max-width: 100%;
  }
  .why-choose-us-section .title-column .text {
    max-width: 100%;
  }
  .why-choose-us-section .title-column .title {
    max-width: 350px;
  }
  .what-we-do-section-v2 .svs-video .image-box {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-us-section .title-column .title {
    font-size: 46px;
    line-height: 58px;
  }
  .why-choose-us-section .content-column .chs-column, .why-choose-us-section .content-column .chs-column:nth-child(3), .why-choose-us-section .content-column .chs-column:nth-child(2), .why-choose-us-section .content-column .chs-column:nth-child(4) {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
  }
  .why-choose-us-section .content-column .circle {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .what-we-do-section-v2 .svs-video .play-btn {
    width: 70px;
    height: 70px;
  }
  .what-we-do-section-v2 .svs-video .play-btn:before {
    width: 90px;
    height: 90px;
  }
}
/***

====================================================================
    FEATURED SHOWS 
====================================================================

***/
.featured-shows-section {
  padding: 0 0 64px;
}
.featured-shows-section .col-lg-12.featured-show-column .image-box .content-box-info .title {
  font-size: 30px;
  margin-bottom: -7px;
}
.featured-shows-section .featured-show-column {
  margin-bottom: 40px;
}
.featured-shows-section .featured-show-column .image-box {
  position: relative;
}
.featured-shows-section .featured-show-column .image-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 25px 25px 60px 25px;
  z-index: 9;
}
.featured-shows-section .featured-show-column .image-box:hover .image > img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.featured-shows-section .featured-show-column .image-box .content-box-info {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 99;
}
.featured-shows-section .featured-show-column .image-box .content-box-info .title {
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 20px;
}
.featured-shows-section .featured-show-column .image-box .content-box-info span {
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.featured-shows-section .featured-show-column .image-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 25px 25px 60px 25px;
}
.featured-shows-section .featured-show-column .image-box .image .show-rating {
  display: inline-block;
  background-color: #fffc00;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  color: #000000;
  font-size: 13px;
  font-weight: 800;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
}
.featured-shows-section .featured-show-column .image-box .image > img {
  border-radius: 25px 25px 60px 25px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-shows-section .featured-show-column .image-box .image .play-video {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: var(--theme-color1);
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  z-index: 99;
}
.featured-shows-section .featured-show-column .image-box .image .play-video:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 110px;
  height: 110px;
  border: 2px solid var(--theme-color1);
  border-radius: 50%;
}

.featured-show-section-v2 {
  padding: 0 0 125px;
}
.featured-show-section-v2 .sec-title-v2 {
  margin-bottom: 45px;
}
.featured-show-section-v2 .featured-shows-slider .swiper-container {
  position: relative;
  margin: 0 -68px;
}
.featured-show-section-v2 .featured-shows-slider .swiper-slide {
  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 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.featured-show-section-v2 .featured-shows-slider .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.featured-show-section-v2 .featured-shows-slider .swiper-slide-active .featured-show-slide .image-box .play-button {
  opacity: 1;
  visibility: visible;
}
.featured-show-section-v2 .featured-shows-slider .swiper-slide-active .featured-show-slide .featured-caption {
  opacity: 1;
  visibility: visible;
}
.featured-show-section-v2 .featured-shows-slider .featured-show-slide {
  position: relative;
}
.featured-show-section-v2 .featured-shows-slider .featured-show-slide .image-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-show-section-v2 .featured-shows-slider .featured-show-slide .image-box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-show-section-v2 .featured-shows-slider .featured-show-slide .image-box .play-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--theme-color-v2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-show-section-v2 .featured-shows-slider .featured-show-slide .image-box .play-button img {
  width: auto;
}
.featured-show-section-v2 .featured-shows-slider .featured-show-slide .featured-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #590098;
  padding: 18px 43px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-show-section-v2 .featured-shows-slider .featured-show-slide .featured-caption .title {
  color: #ffffff;
  font-weight: 800;
  margin: 0;
  margin-right: auto;
  letter-spacing: 0.21px;
}
.featured-show-section-v2 .featured-shows-slider .featured-show-slide .featured-caption .show-rating {
  display: inline-block;
  background-color: #fffc00;
  padding: 0 12px;
  color: #000;
  font-size: 15px;
  font-weight: 900;
}
.featured-show-section-v2 .featured-shows-slider .featured-show-slide .featured-caption .show-rating i {
  margin-right: 2px;
}
.featured-show-section-v2 .featured-shows-slider .featured-show-slide .featured-caption .show-duration {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  margin-left: 17px;
}

.slider__pagination {
  text-align: center;
  margin-top: 30px;
}
.slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.slider__pagination .swiper-pagination-bullet-active {
  background-color: var(--theme-color-v2);
}

@media only screen and (max-width: 1366px) {
  .featured-show-section-v2 .featured-shows-slider .featured-show-slide .featured-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .featured-shows-section .featured-show-column {
    margin-bottom: 15px;
  }
  .featured-show-section-v2 .featured-shows-slider .featured-show-slide .image-box .play-button {
    width: 80px;
    height: 80px;
  }
  .featured-show-section-v2 .featured-shows-slider .featured-show-slide .image-box .play-button img {
    max-width: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .col-lg-12.featured-show-column .image {
    height: 400px;
  }
  .col-lg-12.featured-show-column .image > img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .featured-show-section-v2 .featured-shows-slider .swiper-container {
    margin: 0;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 576px) {
  .featured-show-section-v2 {
    padding: 0 0 70px;
  }
}
@media only screen and (max-width: 480px) {
  .featured-show-section-v2 .featured-shows-slider .featured-show-slide .featured-caption .show-duration {
    display: block;
    margin-left: 0;
  }
}
/***

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

***/
.patter-bg1 {
  background-image: url(../images/icons/patter-bg1.jpg);
}

.features-section {
  background-color: #f5f5f5;
  padding: 100px 0;
}
.features-section .feature-column {
  padding-right: 50px;
}
.features-section .feature-column .sec-title {
  max-width: 555px;
}
.features-section .feature-column img {
  width: 100%;
  border-radius: 25px 25px 90px 25px;
}
.features-section .features-content .inner-column {
  max-width: 580px;
  margin-left: auto;
}
.features-section .features-content .feature-box {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #c1c1c1;
  border-radius: 30px;
  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;
  position: relative;
  margin-bottom: 26px;
}
.features-section .features-content .feature-box:hover .feature-icon {
  background-color: var(--theme-color1);
}
.features-section .features-content .feature-box:last-child {
  margin-bottom: 0;
}
.features-section .features-content .feature-box:nth-child(2) {
  right: 50px;
}
.features-section .features-content .feature-box .feature-icon {
  width: 132px;
  height: 132px;
  background-color: #f1fac3;
  border-radius: 50%;
  text-align: center;
  line-height: 150px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features-section .features-content .feature-box .feature-icon i {
  color: #000000;
  font-size: 70px;
}
.features-section .features-content .feature-box .feature-info {
  max-width: calc(100% - 132px);
  padding-left: 30px;
}
.features-section .features-content .feature-box .feature-info .title {
  margin-bottom: 10px;
}
.features-section .features-content .feature-box .feature-info .text {
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

.features-section-v2 {
  padding: 125px 0 103px;
}
.features-section-v2 .feature-column .inner-column {
  max-width: 650px;
}
.features-section-v2 .feature-column .sec-title-v2 {
  margin-bottom: 19px;
}
.features-section-v2 .feature-column p {
  color: #444444;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 35px;
  padding-right: 60px;
}
.features-section-v2 .feature-column .features-list {
  margin-bottom: -10px;
}
.features-section-v2 .feature-column .features-list .feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.features-section-v2 .feature-column .features-list .feature-box:hover .icon-box {
  background-color: var(--theme-color-v2);
}
.features-section-v2 .feature-column .features-list .feature-box:hover .icon-box i {
  color: #fff;
}
.features-section-v2 .feature-column .features-list .feature-box .icon-box {
  width: 60px;
  height: 60px;
  background-color: #f7eafe;
  border-radius: 50%;
  text-align: center;
  line-height: 68px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features-section-v2 .feature-column .features-list .feature-box .icon-box i {
  color: var(--theme-color-v2);
  font-size: 26px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features-section-v2 .feature-column .features-list .feature-box .icon-box i:before {
  font-weight: 900;
}
.features-section-v2 .feature-column .features-list .feature-box .content-info {
  width: calc(100% - 60px);
  padding-left: 10px;
}
.features-section-v2 .feature-column .features-list .feature-box .content-info h6 {
  color: #000000;
  font-size: 18px;
  font-weight: 900;
  margin: 0;
}
.features-section-v2 .image-column .image img {
  max-width: 100%;
}

@media only screen and (max-width: 1200px) {
  .features-section .features-content .feature-box:nth-child(2) {
    right: 25px;
  }
  .sec-title.v2 h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .features-section .feature-column {
    padding-right: 15px;
  }
  .features-section .features-content .inner-column {
    max-width: 100%;
    margin-top: 50px;
  }
  .features-section .features-content .feature-box:nth-child(2) {
    right: 0;
  }
  .features-section-v2 .feature-column .features-list {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .features-section-v2 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 480px) {
  .features-section .features-content .feature-box {
    display: block;
  }
  .features-section .features-content .feature-box .feature-info {
    max-width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .features-section .sec-title.v2 h2 {
    font-size: 27px;
    line-height: 40px;
  }
  .sec-title-v2 .sub-title.border-shape {
    padding-bottom: 7px;
    line-height: 24px;
  }
}
/*** 

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

***/
.testimonial-section {
  padding: 25px 0 95px;
  background: #f5f5f5;
}
.testimonial-section .testimonial-row {
  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;
}
.testimonial-section .testimonial-row .testimonial-slider-column {
  width: calc(100% - 600px);
}
.testimonial-section .testimonial-row .testimonial-image-bg {
  width: 300px;
}
.testimonial-section .testimonial-row .testimonial-image-bg.ml-auto {
  text-align: right;
}
.testimonial-section .testimonial-slider-column {
  background: #0d0d0d;
  padding: 120px 100px 100px 100px;
  border-radius: 100%;
  text-align: center;
  height: 680px;
  width: 680px;
  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;
  position: relative;
  overflow: hidden;
}
.testimonial-section .testimonial-slider-column:before {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: -80px;
  left: 50%;
  width: 360px;
  height: 360px;
  background: #f5f5f5;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
}
.testimonial-section .testimonial-slider-column .testi-slider {
  overflow: hidden;
  padding-bottom: 120px;
}
.testimonial-section .testimonial-slider-column .testi-slider .slick-dots {
  bottom: 0;
}
.testimonial-section .testimonial-slider-column .testi-slider .slick-dots li {
  position: relative;
}
.testimonial-section .testimonial-slider-column .testi-slider .slick-dots li:before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/quotes.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 19px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.testimonial-section .testimonial-slider-column .testi-slider .slick-dots li button {
  width: 18px;
  height: 18px;
  background: #8f8f8f;
}
.testimonial-section .testimonial-slider-column .testi-slider .slick-dots li.slick-active {
  margin: 0 15px;
}
.testimonial-section .testimonial-slider-column .testi-slider .slick-dots li.slick-active:last-child {
  margin-right: 0;
}
.testimonial-section .testimonial-slider-column .testi-slider .slick-dots li.slick-active:before {
  opacity: 1;
  visibility: visible;
}
.testimonial-section .testimonial-slider-column .testi-slider .slick-dots li.slick-active button {
  width: 78px;
  height: 78px;
  background: var(--theme-color1);
  border-radius: 100%;
}
.testimonial-section .testimonial-slider-column .inner-column p {
  color: #ababab;
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  margin-bottom: 26px;
}
.testimonial-section .testimonial-slider-column .inner-column h4 {
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.testimonial-section .testimonial-slider-column .inner-column span {
  display: block;
  color: #ababab;
  font-size: 14px;
  line-height: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.testi-funcfact-section {
  background-image: url(../images/background/testi-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.testi-funcfact-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background-color: #fff;
}

.testimonial-section-v2 {
  padding: 115px 0 129px;
}
.testimonial-section-v2 .sec-title-v2 {
  margin-bottom: -43px;
}
.testimonial-section-v2 .testimonial-v2 {
  position: relative;
}
.testimonial-section-v2 .testimonail-slider {
  position: relative;
}
.testimonial-section-v2 .testimonail-slider .testimonial-slide .testimonial-column .inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.testimonial-section-v2 .testimonail-slider .testimonial-slide .testimonial-column .inner-column .icon-box {
  background-color: #ff0e71;
  border-radius: 50%;
  width: 104px;
  height: 104px;
  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;
}
.testimonial-section-v2 .testimonail-slider .testimonial-slide .testimonial-column .inner-column .icon-box img {
  width: auto;
}
.testimonial-section-v2 .testimonail-slider .testimonial-slide .testimonial-column .inner-column .content-info {
  width: calc(100% - 104px);
  padding-left: 40px;
  padding-right: 70px;
}
.testimonial-section-v2 .testimonail-slider .testimonial-slide .testimonial-column .inner-column .content-info p {
  color: #404040;
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 23px;
}
.testimonial-section-v2 .testimonail-slider .testimonial-slide .testimonial-column .inner-column .content-info h4 {
  color: #000000;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: -1px;
}
.testimonial-section-v2 .testimonail-slider .testimonial-slide .testimonial-column .inner-column .content-info span {
  display: block;
  color: #666666;
  font-size: 16px;
}
.testimonial-section-v2 .testimonail-slider .testimonial-slide .testimonial-image-column .image-box .image {
  max-width: 420px;
  margin: 0;
}
.testimonial-section-v2 .testimonail-slider .testimonial-slide .testimonial-image-column .image-box .image > img {
  max-width: 100%;
  border-radius: 50%;
  border: 2px solid var(--theme-color-v2);
}
.testimonial-section-v2 .testimonial-thumbs-slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 89px;
}
.testimonial-section-v2 .testimonial-thumbs-slider .testi-thumb {
  width: 100%;
  margin-bottom: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.testimonial-section-v2 .testimonial-thumbs-slider .testi-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #590098;
  opacity: 0.5;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-section-v2 .testimonial-thumbs-slider .testi-thumb.slick-current:before {
  opacity: 0.5;
  visibility: visible;
}
.testimonial-section-v2 .testimonial-thumbs-slider .testi-thumb:last-child {
  margin-bottom: 0;
}
.testimonial-section-v2 .testimonial-thumbs-slider .testi-thumb img {
  border-radius: 50%;
}

/*** 

====================================================================
	Testimonial Section three
====================================================================

***/
.testimonial-section-v3 {
  position: relative;
  padding: 120px 0;
}
.testimonial-section-v3 .testimonial {
  padding-bottom: 93px;
  padding-right: 70px;
}
.testimonial-section-v3 .slider-column .inner-column .content-box .slick-dots {
  left: 0;
  bottom: 0;
  text-align: left;
}
.testimonial-section-v3 .slider-column .inner-column .content-box .slick-dots li button {
  height: 8px;
  width: 9px;
  background-color: #000000;
}
.testimonial-section-v3 .slider-column .inner-column .content-box .slick-dots .slick-active {
  border: 7px solid var(--theme-color-v2);
  border-radius: 50%;
}
.testimonial-section-v3 .slider-column .inner-column .content-box .slick-dots .slick-active button {
  background-color: var(--theme-color-light);
}
.testimonial-section-v3 .slider-column .inner-column .content-box .sec-title-v3 {
  margin-bottom: 42px;
}
.testimonial-section-v3 .slider-column .inner-column .content-box .sec-title-v3 .sub-title {
  font-weight: 800;
  color: var(--theme-color-v2);
}
.testimonial-section-v3 .slider-column .inner-column .content-box .sec-title-v3 h2 {
  font-size: 60px;
  margin-top: -6px;
}
.testimonial-section-v3 .slider-column .inner-column .content-box .testimonial-slide {
  margin-bottom: 13px;
}
.testimonial-section-v3 .slider-column .inner-column .content-box .testimonial-slide .auther-info {
  position: relative;
  padding-left: 121px;
  padding-top: 12px;
}
.testimonial-section-v3 .slider-column .inner-column .content-box .testimonial-slide .auther-info .thumb {
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial-section-v3 .slider-column .inner-column .content-box .testimonial-slide .auther-info .thumb img {
  border-radius: 50%;
  border: 3px solid var(--theme-color-v2);
}
.testimonial-section-v3 .slider-column .inner-column .content-box .testimonial-slide .auther-info .title {
  font-size: 30px;
  color: #191919;
  margin-bottom: 1px;
  font-weight: 700;
}
.testimonial-section-v3 .slider-column .inner-column .content-box .testimonial-slide .auther-info .designation {
  font-size: 16px;
  color: #b4b4b4;
  font-weight: 700;
}
.testimonial-section-v3 .slider-column .inner-column .content-box .testimonial-slide .text {
  font-size: 28px;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 38px;
  letter-spacing: 0;
  font-family: var(--text-font3);
}

/*** 

====================================================================
	Testimonial Section three
====================================================================

***/
.testimonial-section-four {
  position: relative;
  background-image: url(../images/background/testmonial4-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.testimonial-section-four .row .col-lg-5 {
  max-width: 37%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
}
.testimonial-section-four .row .col-lg-7 {
  max-width: 63%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63%;
          flex: 0 0 63%;
}
.testimonial-section-four .content-column .inner-column {
  background-color: #f0e6f2;
  border-radius: 27px;
  max-width: 450px;
}
.testimonial-section-four .content-column .inner-column .image-box {
  position: relative;
  left: 15px;
  top: 15px;
}
.testimonial-section-four .content-column .inner-column .image-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.testimonial-section-four .content-column .inner-column .testimonial-slides .slick-dots,
.testimonial-section-four .content-column .inner-column .testimonial-slides-rtl .slick-dots {
  bottom: 50px;
}
.testimonial-section-four .content-column .inner-column .testimonial-slides .content-box,
.testimonial-section-four .content-column .inner-column .testimonial-slides-rtl .content-box {
  text-align: center;
  padding: 68px 51px 107px;
}
.testimonial-section-four .content-column .inner-column .testimonial-slides .content-box .image,
.testimonial-section-four .content-column .inner-column .testimonial-slides-rtl .content-box .image {
  margin-bottom: 31px;
}
.testimonial-section-four .content-column .inner-column .testimonial-slides .content-box .image img,
.testimonial-section-four .content-column .inner-column .testimonial-slides-rtl .content-box .image img {
  width: unset;
  margin: auto;
}
.testimonial-section-four .content-column .inner-column .testimonial-slides .content-box p,
.testimonial-section-four .content-column .inner-column .testimonial-slides-rtl .content-box p {
  font-size: 20px;
  color: #404040;
  margin-bottom: 27px;
  line-height: 32px;
}
.testimonial-section-four .content-column .inner-column .testimonial-slides .content-box span,
.testimonial-section-four .content-column .inner-column .testimonial-slides-rtl .content-box span {
  font-size: 26px;
  font-weight: 800;
  display: block;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: -3px;
}
.testimonial-section-four .content-column .inner-column .testimonial-slides .content-box small,
.testimonial-section-four .content-column .inner-column .testimonial-slides-rtl .content-box small {
  color: #666666;
}
.testimonial-section-four .form-column .inner-column {
  margin-left: 75px;
  margin-top: 22px;
}
.testimonial-section-four .form-column .inner-column .sec-title-v4 {
  margin-bottom: 31px;
}
.testimonial-section-four .form-column .inner-column .sec-title-v4 .sub-title {
  color: #ffffff;
  margin-bottom: -11px;
  display: block;
}
.testimonial-section-four .form-column .inner-column .sec-title-v4 .title {
  color: #ffffff;
  font-size: 60px;
  margin-bottom: 11px;
  margin-top: -2px;
}
.testimonial-section-four .form-column .inner-column .sec-title-v4 p {
  font-size: 18px;
  color: #ffffff;
}
.testimonial-section-four .form-column .inner-column .form-column .title {
  font-size: 16px;
  color: #ffffff;
  display: block;
  margin-top: 6px;
}
.testimonial-section-four .form-column .inner-column .form-column .input input {
  height: 55px;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 20px;
  font-family: var(--text-font4);
}
.testimonial-section-four .form-column .inner-column .form-column .textarea-column textarea {
  background-color: transparent;
  border-radius: 30px;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 100%;
  padding: 9px 30px;
  height: 120px;
  font-family: var(--text-font4);
  margin-bottom: 19px;
}
.testimonial-section-four .form-column .inner-column .form-column .textarea-column input {
  width: 216px;
  height: 54px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-section-four .form-column .inner-column .form-column .textarea-column input:hover {
  background: #f90007;
  color: #fff;
}
.testimonial-section-four .form-column .inner-column .form-column .cheak-box-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
}

.cheak-box input {
  width: unset;
  height: unset;
}

/* The container */
.containerr {
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  margin-right: 38px;
}
.containerr:last-child {
  margin-right: 0;
}

/* Hide the browser's default radio button */
.containerr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerr input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerr .checkmark:after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.testimonial-section-four .form-column .inner-column .form-column .input input::-webkit-input-placeholder,
.testimonial-section-four .form-column .inner-column .form-column .textarea-column textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}

.testimonial-section-four .form-column .inner-column .form-column .input input::-moz-placeholder,
.testimonial-section-four .form-column .inner-column .form-column .textarea-column textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}

.testimonial-section-four .form-column .inner-column .form-column .input input:-ms-input-placeholder,
.testimonial-section-four .form-column .inner-column .form-column .textarea-column textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}

.testimonial-section-four .form-column .inner-column .form-column .input input:-moz-placeholder,
.testimonial-section-four .form-column .inner-column .form-column .textarea-column textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

@media only screen and (max-width: 1366px) {
  .testimonial-section-v2 .testimonail-slider .testimonial-slide .testimonial-image-column .image-box .image {
    right: 70px;
    position: relative;
  }
}
@media only screen and (max-width: 1200px) {
  .testimonial-section .testimonial-row .testimonial-image-bg {
    display: none;
  }
  .testimonial-section .testimonial-slider-column {
    padding: 120px 40px 100px 40px;
  }
  .testimonial-section .testimonial-row .testimonial-slider-column {
    width: 700px;
    margin: 0 auto;
  }
  .testimonial-section-v2 .sec-title-v2 {
    margin-bottom: 0;
  }
  .testimonial-section-v2 .testimonail-slider .testimonial-slide .testimonial-image-column .image-box .image {
    padding-right: 50px;
  }
  .testimonial-section-v3 .slider-column .inner-column .content-box .sec-title-v3 h2 {
    font-size: 54px;
  }
  .testimonial-section-four .form-column .inner-column {
    margin-left: 0;
  }
  .containerr {
    font-size: 14px;
  }
  .testimonial-section-four .content-column .inner-column .image-box {
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-section-v2 .testimonail-slider .testimonial-slide .testimonial-image-column .image-box .image {
    right: 0;
    padding-right: 0;
    margin-top: 50px;
  }
  .testimonial-section-v2 .sec-title-v2 {
    margin-bottom: 50px;
  }
  .testimonial-section-v2 .testimonial-thumbs-slider {
    bottom: 0;
    top: auto;
  }
  .testimonial-section-v3 .image-column {
    margin-top: 60px;
  }
  .testimonial-section-v3 .testimonial {
    padding-right: 0;
  }
  .testimonial-section-four .row .col-lg-5 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .testimonial-section-four .row .col-lg-7 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .testimonial-section-four .content-column .inner-column {
    max-width: 100%;
  }
  .testimonial-section-four .content-column .inner-column .image-box img {
    width: 100%;
  }
  .testimonial-section-four .form-column .inner-column {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-section .testimonial-row .testimonial-slider-column {
    width: 100%;
  }
  .testimonial-section-v2 .testimonail-slider .testimonial-slide .testimonial-column .inner-column .content-info {
    padding-right: 0;
  }
  .testimonial-section-four .form-column .inner-column .sec-title-v4 .title {
    font-size: 42px;
    line-height: 50px;
    margin-top: 10px;
  }
  .testimonial-section-four .form-column .inner-column .form-column .cheak-box-sec {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .testimonial-section-v2 .testimonail-slider .testimonial-slide .testimonial-image-column .image-box .image {
    max-width: 300px;
  }
  .testimonial-section-v2 .testimonial-thumbs-slider {
    bottom: -80px;
  }
  .testimonial-section-v2 {
    padding: 85px 0;
  }
  .testimonial-section-v2 .testimonial-v2 {
    margin-bottom: 70px;
  }
  .testimonial-section-v3 .slider-column .inner-column .content-box .sec-title-v3 h2 {
    font-size: 52px;
  }
  .testimonial-section-v3 .slider-column .inner-column .content-box .sec-title-v3 {
    margin-bottom: 19px;
  }
  .testimonial-section-four {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 480px) {
  .testimonial-section .testimonial-slider-column .inner-column p {
    font-size: 14px;
    line-height: 24px;
  }
  .testimonial-section .testimonial-row .testimonial-slider-column {
    padding: 120px 60px 100px 60px;
  }
  .testimonial-section .testimonial-slider-column .inner-column h4 {
    font-size: 17px;
  }
  .testimonial-section .testimonial-slider-column .inner-column span {
    font-size: 10px;
    line-height: 20px;
    margin-top: 15px;
  }
  .testimonial-section-v2 .testimonail-slider .testimonial-slide .testimonial-column .inner-column {
    display: block;
  }
  .testimonial-section-v2 .testimonail-slider .testimonial-slide .testimonial-column .inner-column .content-info {
    padding-left: 0;
    margin-top: 40px;
    width: 100%;
  }
  .testimonial-section-v2 .testimonail-slider .testimonial-slide .testimonial-image-column .image-box .image {
    max-width: 180px;
  }
  .testimonial-thumbs-slider {
    display: none;
  }
  .testimonial-section-v2 .testimonial-v2 {
    margin-bottom: 0;
  }
  .testimonial-section-v3 {
    padding: 60px 0;
  }
  .testimonial-section-v3 .sec-title-v3 h2 {
    font-size: 33px !important;
  }
  .testimonial-section-v3 .slider-column .inner-column .content-box .sec-title-v3 h2 {
    font-size: 33px;
  }
  .testimonial-section-v3 .slider-column .inner-column .content-box .testimonial-slide .text {
    font-size: 20px;
    line-height: 33px;
  }
  .testimonial-section-v3 .slider-column .inner-column .content-box .testimonial-slide .auther-info {
    padding-left: 0;
  }
  .testimonial-section-v3 .slider-column .inner-column .content-box .testimonial-slide .auther-info .thumb {
    position: static;
  }
  .testimonial-section-v3 .slider-column .inner-column .content-box .testimonial-slide .auther-info .thumb img {
    width: unset;
  }
  .testimonial-section-v3 .testimonial {
    padding-bottom: 50px;
  }
}
/***

====================================================================
    BLOG NEWS
====================================================================

***/
.news-section {
  padding: 111px 0 55px;
}
.news-section .news-block .inner-box:hover .image-box img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.news-section .news-block .image-box {
  position: relative;
  border-radius: 25px 25px 50px 25px;
}
.news-section .news-block .image-box .image {
  border-radius: 25px 25px 50px 25px;
  margin-bottom: 12px;
  overflow: hidden;
}
.news-section .news-block .image-box img {
  border-radius: 25px 25px 50px 25px;
  max-height: 245px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-section .news-block .image-box .category {
  display: inline-block;
  position: absolute;
  top: -14px;
  left: 20px;
  font-size: 13px;
  font-weight: 800;
  background-color: var(--theme-color1);
  text-transform: capitalize;
  padding: 0 11px;
  line-height: 28px;
  color: #000;
}
.news-section .news-block .content-box {
  padding-right: 60px;
}
.news-section .news-block .content-box .title {
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 5px;
}
.news-section .news-block .content-box .meta {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-section .news-block .content-box .meta:before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--theme-color1);
}
.news-section .news-block .content-box .meta li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  padding-right: 16px;
}
.news-section .news-block .content-box .meta li:last-child {
  padding-right: 0;
}
.news-section .news-block .content-box .meta li:last-child:before {
  display: none;
}
.news-section .news-block .content-box .meta li:before {
  content: "/";
  color: #666666;
  font-size: 13px;
  position: absolute;
  top: 0;
  right: 2px;
}

.news-section-v2 {
  padding: 129px 0 100px;
}
.news-section-v2 .news-block:hover .image-box figure img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.news-section-v2 .news-block .image-box {
  position: relative;
  padding-left: 82px;
  margin-bottom: 18px;
}
.news-section-v2 .news-block .image-box figure {
  margin-bottom: 0;
  overflow: hidden;
}
.news-section-v2 .news-block .image-box figure img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-section-v2 .news-block .image-box .blog-posted-date {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--theme-color-v2);
  text-align: center;
  width: 82px;
  height: 82px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-section-v2 .news-block .image-box .blog-posted-date h2 {
  font-size: 39px;
  margin: 0;
  color: #fff;
  font-weight: 900;
  margin-bottom: -14px;
}
.news-section-v2 .news-block .image-box .blog-posted-date span {
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
.news-section-v2 .news-block .content-info {
  padding-left: 82px;
}
.news-section-v2 .news-block .content-info .title {
  font-weight: 900;
  text-transform: capitalize;
}
.news-section-v2 .news-block .content-info .user-box {
  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;
}
.news-section-v2 .news-block .content-info .user-box .user-box-img {
  max-width: 51px;
}
.news-section-v2 .news-block .content-info .user-box .user-box-info {
  max-width: calc(100% - 51px);
  padding-left: 8px;
}
.news-section-v2 .news-block .content-info .user-box .user-box-info h4 {
  color: var(--theme-color-v2);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 11px;
  border-bottom: 1px solid var(--theme-color-v2);
}
.news-section-v2 .news-block .content-info .user-box .user-box-info span {
  display: block;
  color: #666666;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 14px;
}
.news-section-v2 .full-button {
  margin-top: 55px;
}

.news-section-three {
  position: relative;
  padding: 120px 0 109px;
}
.news-section-three .sec-title-v4 {
  margin-bottom: 31px;
}
.news-section-three .sec-title-v4 .sub-title {
  display: block;
  margin-top: 18px;
}
.news-section-three .sec-title-v4 .sub-title::before {
  display: none;
}
.news-section-three .row {
  margin: 0 -31px;
}
.news-section-three .row .col-lg-4 {
  padding: 0 31px;
}
.news-section-three .news-block-three {
  margin-top: 62px;
}
.news-section-three .news-block-three .inner-box {
  position: relative;
  border: 2px solid #e3e3e3;
  padding: 0 28px 38px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-section-three .news-block-three .inner-box:hover {
  -webkit-box-shadow: 0px 10px 60px rgba(255, 239, 243, 0.9);
          box-shadow: 0px 10px 60px rgba(255, 239, 243, 0.9);
  background-color: #fff;
  border-color: transparent;
}
.news-section-three .news-block-three .inner-box:hover .image-box .image {
  border-radius: 30px;
}
.news-section-three .news-block-three .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-section-three .news-block-three .inner-box .image-box {
  position: relative;
  top: -64px;
  margin-bottom: -58px;
  width: 380px;
}
.news-section-three .news-block-three .inner-box .image-box .image {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 12px;
}
.news-section-three .news-block-three .inner-box .image-box .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 380px;
}
.news-section-three .news-block-three .inner-box .content-box {
  position: relative;
}
.news-section-three .news-block-three .inner-box .content-box .info-list {
  margin-top: 5px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-section-three .news-block-three .inner-box .content-box .info-list li {
  position: relative;
  color: #000000;
  font-family: var(--text-font4);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px;
}
.news-section-three .news-block-three .inner-box .content-box .info-list li:last-child {
  margin-right: 0;
}
.news-section-three .news-block-three .inner-box .content-box .info-list li i {
  font-size: 30px;
  color: #941c9b;
  margin-right: 10px;
}
.news-section-three .news-block-three .inner-box .content-box .info-list li span {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: -webkit-gradient(linear, left top, right top, from(#EF7C0F), to(#EF7C0F));
  background: linear-gradient(to right, #EF7C0F, #EF7C0F);
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.news-section-three .news-block-three .inner-box .content-box .info-list li span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 2px;
  width: 8px;
  height: 14px;
  background-image: url(../images/shape.png);
  background-repeat: no-repeat;
}
.news-section-three .news-block-three .inner-box .content-box .title {
  font-size: 22px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 22px;
}
.news-section-three .news-block-three .inner-box .content-box .auther-info {
  position: relative;
  padding: 11px 0 0 63px;
}
.news-section-three .news-block-three .inner-box .content-box .auther-info .image {
  position: absolute;
  top: 0;
  left: 0;
}
.news-section-three .news-block-three .inner-box .content-box .auther-info .name {
  color: #010101;
  font-weight: 500;
  display: inline-block;
}
.news-section-three .btn-box {
  text-align: center;
  margin-top: 50px;
}
.news-section-three .btn-box .read-more {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  height: 60px;
  line-height: 60px;
  color: var(--theme-color-light);
  padding: 0 50px;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  position: relative;
}
.news-section-three .btn-box .read-more:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(var(--theme-color3)), color-stop(var(--theme-color3)), to(var(--theme-color4)));
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color3), var(--theme-color4));
  height: 100%;
  border-radius: 30px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-section-three .btn-box .read-more:hover {
  color: #000;
  border-color: #000;
  background: #fff;
}
.news-section-three .btn-box .read-more:hover:before {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 1366px) {
  .news-section-three .news-block-three .inner-box .image-box {
    width: 350px;
  }
}
@media only screen and (max-width: 1200px) {
  .news-section .news-block .content-box .meta li {
    font-size: 10px;
  }
  .news-section .news-block .content-box {
    padding-right: 0;
  }
  .news-section-three .news-block-three .inner-box .image-box {
    width: 100%;
  }
  .news-section-three .row .col-lg-4 {
    padding: 0 15px;
  }
  .news-section-three .row {
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 991px) {
  .news-section .news-block .content-box .meta li {
    font-size: 12px;
  }
  .news-section-v2 .full-button {
    margin-top: 0;
  }
  .news-section-three .news-block-three .inner-box {
    margin-bottom: 50px;
  }
  .news-section-three .btn-box {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .news-block {
    margin-bottom: 50px;
  }
  .news-section .row {
    margin-bottom: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .news-section-three .news-block-three .inner-box .image-box .image img {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .news-section-v2 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 480px) {
  .sec-title h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
/***

====================================================================
    NEWSLETTER
====================================================================

***/
.newsletter-section {
  padding: 115px 0;
  background-image: url(../images/resource/newsletter-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.newsletter-section .newsletter-block .inner-column {
  position: relative;
}
.newsletter-section .newsletter-block .inner-column .image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 95px;
  background-color: #f1fac3;
  border-radius: 50%;
  text-align: center;
  line-height: 95px;
}
.newsletter-section .newsletter-block .content-box {
  padding-left: 113px;
}
.newsletter-section .newsletter-block .content-box .sec-title .sub-title {
  margin-bottom: 9px;
}
.newsletter-section .newsletter-block .content-box .sec-title h2 {
  margin-bottom: 21px;
}
.newsletter-section .newsletter-block .content-box .text {
  max-width: 650px;
  font-size: 18px;
  line-height: 28px;
}
.newsletter-section .newsletter-block .content-box .email-form {
  position: relative;
  margin-top: 33px;
}
.newsletter-section .newsletter-block .content-box .email-form input {
  width: 497px;
  height: 64px;
  border: 1px solid #c1c1c1;
  border-radius: 50px;
  padding: 0 40px;
  color: #666666;
  font-size: 14px;
  -webkit-box-shadow: 0 0 21px 10px rgba(4, 4, 4, 0.05);
          box-shadow: 0 0 21px 10px rgba(4, 4, 4, 0.05);
}

@media only screen and (max-width: 1200px) {
  .newsletter-section {
    background: unset;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .newsletter-section .newsletter-block .content-box .email-form input {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .newsletter-section .newsletter-block .content-box {
    padding-left: 0;
    padding-top: 130px;
  }
  .newsletter-section .newsletter-block .content-box .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.gradient-circle {
  height: 536px;
  width: 536px;
  background-image: url(../images/icons/gradient-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/***

====================================================================
    FUN FACTS Section
====================================================================

***/
.funfacts-section .row {
  margin: 0;
}
.funfacts-section .row .col-lg-12,
.funfacts-section .row .col-lg-4 {
  padding: 0;
}
.funfacts-section figure {
  margin: 0;
}
.funfacts-section .funcfact-column .inner-column {
  padding: 62px 70px 48px;
  position: relative;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.funfacts-section .funcfact-column .inner-column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/background/fact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.funfacts-section .funcfact-column .inner-column:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-color-v2);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.funfacts-section .funcfact-column .inner-column:hover:before {
  opacity: 0;
  visibility: hidden;
}
.funfacts-section .funcfact-column .inner-column:hover:after {
  opacity: 1;
  visibility: visible;
}
.funfacts-section .funcfact-column .inner-column .title {
  color: #fff;
  font-weight: 900;
  margin-bottom: 4px;
}
.funfacts-section .funcfact-column .inner-column p {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}

@media only screen and (max-width: 1366px) {
  .funfacts-section .funcfact-column .inner-column .title {
    font-size: 36px;
    line-height: 46px;
  }
  .funfacts-section .funcfact-column .inner-column {
    padding: 62px 30px 48px;
    height: 100%;
  }
}
/***

====================================================================
    PARTNERS
====================================================================

***/
.partners-section {
  padding: 14px 0 115px;
}
.partners-section .outer-box h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 37px;
}
.partners-section figure {
  margin: 0;
}
.partners-section .partner-column .image-box {
  text-align: center;
}
.partners-section .partner-column .image-box .image img {
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .partners-section .partner-column .image-box .image img {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .partners-section .partner-column .image-box {
    margin-bottom: 50px;
  }
  .partners-section .outer-box .row {
    margin-bottom: -50px;
  }
}
/*** 

====================================================================
	Categories-Section
====================================================================

***/
.categories-section {
  margin-top: -48px;
  padding: 0 0 83px;
  position: relative;
}
.categories-section .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.categories-block {
  margin-bottom: 30px;
  margin-right: 30px;
  width: calc(20% - 24px);
}
.categories-block:last-child {
  margin-right: 0;
}
.categories-block .inner-box {
  background-color: #fff;
  border: 2px solid #fb9fff;
  border-radius: 25px;
  padding: 44px 20px 24px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.categories-block .inner-box .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.categories-block .inner-box:hover {
  border-color: var(--theme-color-v2);
  -webkit-box-shadow: 0px 10px 60px rgba(255, 238, 245, 0.9);
          box-shadow: 0px 10px 60px rgba(255, 238, 245, 0.9);
}
.categories-block .inner-box:hover .image img {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.categories-block .inner-box .title {
  margin-bottom: 0;
}
.categories-block .inner-box .image {
  margin-bottom: 21px;
}
.categories-block .inner-box .image img {
  border-radius: 50%;
}

@media only screen and (max-width: 1366px) {
  .categories-section .content-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1200px) {
  .categories-block .inner-box {
    padding: 44px 25px 24px;
  }
}
@media only screen and (max-width: 991px) {
  .categories-section .content-box .categories-block {
    width: 28.33%;
  }
  .categories-block .inner-box {
    padding: 44px 43px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .categories-section {
    padding-bottom: 20px;
  }
  .categories-section .content-box .categories-block {
    width: 44.33%;
  }
}
@media only screen and (max-width: 576px) {
  .categories-section {
    padding: 120px 0 40px;
  }
  .categories-block .inner-box {
    padding: 44px 43px 44px;
  }
  .categories-section .content-box .categories-block {
    margin-right: 0;
    width: 100%;
  }
}
/*** 

====================================================================
	movie-Categories-Section
====================================================================

***/
.movie-categories-section {
  position: relative;
  padding: 120px 0;
}
.movie-categories-section .bg {
  background-image: url(../images/background/video-bg.jpg);
  -o-object-fit: cover;
     object-fit: cover;
}
.movie-categories-section .content-box {
  padding: 136px 0 88px;
}
.movie-categories-section .content-box .sec-title-v3 {
  margin-bottom: 48px;
}
.movie-categories-section .content-box .sec-title-v3 .sub-title {
  color: var(--theme-color-light);
  margin-bottom: 12px;
}
.movie-categories-section .content-box .sec-title-v3 h2 {
  color: var(--theme-color-light);
  margin-top: -6px;
}
.movie-categories-section .content-box .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.movie-categories-section .content-box .info-box .btn-box {
  position: relative;
  background-color: var(--theme-color-v2);
  max-width: 250px;
  border-radius: 10px;
  padding: 11px 31px 18px 68px;
  margin-right: 22px;
  height: 76px;
}
.movie-categories-section .content-box .info-box .btn-box .icon {
  position: absolute;
  top: 23px;
  left: 31px;
  font-size: 28px;
  color: var(--theme-color-light);
}
.movie-categories-section .content-box .info-box .btn-box span {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  color: var(--theme-color-light);
}
.movie-categories-section .content-box .info-box .btn-box .title {
  color: var(--theme-color-light);
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: -9px;
}
.movie-categories-section .content-box .info-box .btn-box-two {
  position: relative;
  background-color: #080808;
  max-width: 250px;
  border-radius: 10px;
  padding: 11px 31px 18px 68px;
  height: 76px;
}
.movie-categories-section .content-box .info-box .btn-box-two .icon {
  position: absolute;
  top: 23px;
  left: 31px;
  font-size: 28px;
  color: var(--theme-color-light);
}
.movie-categories-section .content-box .info-box .btn-box-two span {
  text-transform: uppercase;
  font-size: 10px;
  color: var(--theme-color-light);
}
.movie-categories-section .content-box .info-box .btn-box-two .title {
  color: var(--theme-color-light);
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: -9px;
}
.movie-categories-section .image-box {
  text-align: center;
}
.movie-categories-section .image-box img {
  margin-bottom: -200px;
}

@media only screen and (max-width: 767px) {
  .movie-categories-section .sec-title-v3 h2 {
    font-size: 26px !important;
  }
}
@media only screen and (max-width: 576px) {
  .movie-categories-section .content-box .info-box .btn-box {
    padding: 11px 31px 18px 65px;
  }
  .movie-categories-section .content-box .info-box .btn-box .icon {
    left: 22px;
  }
  .movie-categories-section .sec-title-v3 h2 {
    font-size: 28px;
  }
  .movie-categories-section .sec-title-v3 .sub-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .movie-categories-section .content-box .info-box {
    display: block;
  }
  .movie-categories-section .content-box .info-box .btn-box {
    width: 100%;
    display: inline-block;
    margin-right: 0;
    max-width: unset;
    margin-bottom: 30px;
  }
  .movie-categories-section .content-box .info-box .btn-box-two {
    width: 100%;
    display: inline-block;
    max-width: unset;
  }
}
/*** 

====================================================================
	video-Section
====================================================================

***/
.video-section {
  position: relative;
  padding: 120px 0 143px;
}
.video-section .sec-title-v3 {
  margin-top: 42px;
  position: relative;
}
.video-section .sec-title-v3::before {
  content: "";
  position: absolute;
  top: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../images/resource/play.png);
}
.video-section .sec-title-v3 .sub-title {
  font-weight: 400;
  color: #666666;
  font-weight: 600;
}
.video-section .video-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-section .slick-dots {
  left: 0;
  bottom: -31px;
}
.video-section .slick-dots li button {
  height: 8px;
  width: 9px;
  background-color: #000000;
}
.video-section .slick-dots .slick-active {
  border: 7px solid var(--theme-color-v2);
  border-radius: 50%;
}
.video-section .slick-dots .slick-active button {
  background-color: var(--theme-color-light);
}

.video-block {
  margin-right: 60px;
  margin-bottom: 12px;
}
.video-block:first-child {
  margin-top: 27px;
}
.video-block:nth-child(3) {
  margin-top: 27px;
}
.video-block:last-child {
  margin-right: 0;
}
.video-block .inner-box:hover .image-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(76, 4, 83, 0.7);
  width: 100%;
  height: 100%;
  border-radius: 35px;
  z-index: 99;
}
.video-block .inner-box:hover .image-box .time {
  display: none;
}
.video-block .inner-box:hover .image-box .icon {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  margin-top: 0;
}
.video-block .inner-box:hover .image-box .image {
  border-radius: 40px;
}
.video-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.video-block .inner-box .image-box {
  position: relative;
}
.video-block .inner-box .image-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  height: 80px;
  width: 80px;
  background-color: #e90101;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  font-size: 14px;
  color: var(--theme-color-light);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 30px;
}
.video-block .inner-box .image-box .image {
  border-radius: 35px;
  overflow: hidden;
  margin-bottom: 10px;
}
.video-block .inner-box .image-box .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-block .inner-box .image-box .time {
  position: absolute;
  bottom: 10px;
  right: 11px;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--theme-color-light);
  color: #000000;
  padding: 0 8px;
  border-radius: 50px;
  height: 26px;
  line-height: 26px;
}
.video-block .inner-box .image-box .time i {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.video-block .inner-box .content-box span {
  color: #e90101;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #e90101;
}
.video-block .inner-box .content-box .title {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  margin-top: -3px;
}
.video-block .inner-box .content-box .views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-block .inner-box .content-box .views li {
  margin-right: 5px;
}
.video-block .inner-box .content-box .views li:last-child {
  margin-right: 0;
}
.video-block .inner-box .content-box .views li a {
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  border: 2px solid #b4b4b4;
  padding: 3px 11px 3px;
}
.video-block .inner-box .content-box .views li a i {
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.video-block .inner-box .content-box .views li a:hover {
  background-color: #000000;
  color: var(--theme-color-light);
  border-color: transparent;
}

@media only screen and (max-width: 991px) {
  .video-block {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .video-block:first-child {
    margin-top: 0;
  }
  .video-slider {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .sec-title-v3 h2 {
    font-size: 35px !important;
  }
  .video-section .sec-title-v3 .sub-title {
    font-size: 14px;
  }
  .video-block {
    margin-right: 0;
  }
}
/***

====================================================================
    network-section
====================================================================

***/
.what-we-do-section {
  position: relative;
  padding: 120px 0 88px;
  background-color: #eff0f1;
}
.what-we-do-section .sec-title-v3 {
  margin-bottom: 66px;
}
.what-we-do-section .sec-title-v3 .sub-title {
  font-weight: 800;
  color: var(--theme-color-v2);
}
.what-we-do-section .sec-title-v3 h2 {
  margin-top: -6px;
}
.what-we-do-section .content-column .inner-column {
  margin-top: 75px;
}

.what-we-do-block {
  max-width: 350px;
  margin-bottom: 32px;
}
.what-we-do-block:nth-child(2) {
  position: relative;
  left: 66px;
}
.what-we-do-block:first-child {
  position: relative;
  left: 61px;
}
.what-we-do-block .inner-box {
  position: relative;
  background-color: var(--theme-color-light);
  text-align: center;
  padding: 53px 28px 37px;
  border: 2px solid var(--theme-color-light);
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  z-index: 9;
}
.what-we-do-block .inner-box::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  border-radius: 0px 0px 25px 25px;
  z-index: -1;
  width: 100%;
  border: 10px solid rgb(227, 204, 227);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.what-we-do-block .inner-box:hover {
  border-color: #550060;
  border: 2px solid #fb9fff;
}
.what-we-do-block .inner-box:hover::before {
  border-color: #4d005e;
}
.what-we-do-block .inner-box:hover .icon-box {
  background-color: var(--theme-color-v2);
  color: #ffffff;
}
.what-we-do-block .inner-box .icon-box {
  font-size: 56px;
  width: 118px;
  height: 118px;
  text-align: center;
  line-height: 118px;
  background-color: #f0e5f0;
  border-radius: 50%;
  color: #4e0061;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto 24px;
  padding-top: 10px;
}
.what-we-do-block .inner-box .icon-box i {
  font-weight: 700;
}
.what-we-do-block .inner-box .title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 9px;
}
.what-we-do-block .inner-box .text {
  font-size: 16px;
  color: #444444;
  font-family: var(--text-font3);
}

@media only screen and (max-width: 1200px) {
  .What-we-do-section-block:first-child {
    left: 0;
  }
  .What-we-do-section-block:nth-child(2) {
    left: 0;
  }
  .sec-title-v3 h2 {
    font-size: 47px;
  }
  .What-we-do-section-block .inner-box {
    padding: 35px 20px 20px;
  }
  .What-we-do-section-block .inner-box .icon-box {
    font-size: 40px;
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .what-we-do-section .content-column .inner-column {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .what-we-do-block:first-child {
    left: 0;
  }
  .what-we-do-block:nth-child(2) {
    left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .what-we-do-block:first-child {
    left: 0;
  }
  .what-we-do-block:nth-child(2) {
    left: 0;
  }
}
@media only screen and (max-width: 576px) {
  .what-we-do-block {
    max-width: 100%;
  }
}
/*** 

====================================================================
		FAQ's Sectiom
====================================================================

***/
.faqs-section {
  position: relative;
}
.faqs-section .outer-box {
  position: relative;
  padding: 30px 30px;
  background-color: var(--theme-color-light);
  background-image: url(../images/icons/dotted-map-6.html);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -75px;
  border-radius: 7px;
}
@media (max-width: 575.98px) {
  .faqs-section .outer-box {
    margin-top: 0;
    padding: 70px 0;
  }
}
.faqs-section .faq-column {
  position: relative;
  margin-bottom: 40px;
}
.faqs-section .faq-column .inner-column {
  position: relative;
  padding-top: 80px;
  padding-left: 70px;
}
@media (max-width: 991.98px) {
  .faqs-section .faq-column .inner-column {
    padding: 0;
  }
}
.faqs-section .faq-column .sec-title {
  margin-bottom: 50px;
}
.faqs-section .faq-column .accordion-box {
  max-width: 400px;
}
@media (max-width: 991.98px) {
  .faqs-section .faq-column .accordion-box {
    max-width: 100%;
  }
}
.faqs-section .form-column {
  position: relative;
  margin-bottom: 40px;
}
.faqs-section .form-column .inner-column {
  position: relative;
  padding-left: 70px;
}
@media (max-width: 991.98px) {
  .faqs-section .form-column .inner-column {
    padding-left: 0;
  }
}

.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--theme-color-dark);
  cursor: pointer;
  padding: 15px 40px;
  padding-right: 70px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .accordion-box .block .acc-btn {
    padding-left: 25px;
  }
}
.accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 56px;
  width: 56px;
  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;
  line-height: 25px;
  color: var(--theme-color-dark);
  background-color: #ebebeb;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
  color: var(--theme-color-dark);
}
.accordion-box .block .acc-btn.active .icon {
  color: var(--theme-color-light);
  background: -webkit-gradient(linear, left top, right top, from(#EF7C0F), to(#EF7C0F));
  background: linear-gradient(to right, #EF7C0F, #EF7C0F);
}
.accordion-box .block .acc-btn.active .icon:before {
  content: "\f106";
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .acc-content .content {
  position: relative;
  padding: 0px 40px 25px;
}
@media (max-width: 991.98px) {
  .accordion-box .block .acc-content .content {
    padding-left: 25px;
    padding-right: 70px;
  }
}
.accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.accordion-box .block .acc-content.current {
  display: block;
}

.contact-form {
  position: relative;
  padding: 50px 35px 55px;
  background-image: url(../images/icons/shape5.html);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact-form .title-box {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.contact-form .title-box h2 {
  font-size: 42px;
  color: #fff;
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-form .form-group .select2-container--default .select2-selection--single,
.contact-form .form-group input:not([type=submit]),
.contact-form .form-group textarea,
.contact-form .form-group select {
  position: relative;
  display: block;
  height: 55px;
  width: 100%;
  padding: 15px 20px;
  font-size: 14px;
  color: #fff;
  line-height: 23px;
  font-weight: 400;
  background-color: var(--theme-color-light);
  border: 1px solid transparent;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form .form-group ::-webkit-input-placeholder {
  color: #8c8f94;
}
.contact-form .form-group ::-moz-input-placeholder {
  color: #8c8f94;
}
.contact-form .form-group ::-ms-input-placeholder {
  color: #8c8f94;
}
.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: var(--border-theme-color2);
}
.contact-form .form-group textarea {
  height: 136px;
  resize: none;
}
.contact-form .form-group input[type=submit],
.contact-form .form-group button {
  margin-top: 5px;
  width: 100%;
}

/*** 

====================================================================
    client-section
====================================================================

***/
.client-section {
  position: relative;
  padding: 292px 0 68px;
}
.client-section .content-box .image {
  text-align: center;
}
.client-section .content-box .image img {
  width: unset;
  display: inline-block;
}

/*** 

====================================================================
    client-section two
====================================================================

***/
.client-section-two {
  position: relative;
  padding: 0 0 108px;
}
.client-section-two .slick-dots {
  top: -94px;
  right: 15px;
  left: auto;
  bottom: auto;
  width: auto;
}
.client-section-two .sec-title-v4 {
  margin-bottom: 35px;
}
.client-section-two .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.client-section-two .content-box .image-box {
  width: 200px;
  background-color: #f3f3f3;
  text-align: center;
  margin-right: 17px;
  border-radius: 20px;
  padding: 20px 20px 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #f3f3f3;
}
.client-section-two .content-box .image-box:hover {
  border: 2px solid #c62663;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 60px rgba(255, 239, 243, 0.9);
          box-shadow: 0px 10px 60px rgba(255, 239, 243, 0.9);
}
.client-section-two .content-box .image-box:last-child {
  margin-right: 0;
}
.client-section-two .content-box .image-box .image {
  margin-bottom: 0;
}
.client-section-two .content-box .image-box .image img {
  margin: auto;
  width: unset;
}

@media only screen and (max-width: 991px) {
  .client-section-two .slick-dots {
    top: auto;
    bottom: -50px;
    left: 0;
    right: auto;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .sec-title-v4 h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
/***

====================================================================
    Movies-collection-section
====================================================================

***/
.movies-collection-section {
  position: relative;
  padding: 120px 0;
}
.movies-collection-section .sec-title-v3 {
  margin-top: 42px;
  position: relative;
}
.movies-collection-section .sec-title-v3::before {
  content: "";
  position: absolute;
  top: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../images/resource/play.png);
}
.movies-collection-section .read-more {
  background-color: var(--theme-color-v2);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  line-height: 60px;
  border-color: transparent;
  color: var(--theme-color-light);
  padding: 0;
  width: 211px;
  text-align: center;
  height: 60px;
  margin: 6px auto 0;
}
.movies-collection-section .read-more:hover {
  background: #000;
}
.movies-collection-section .read-more i {
  margin-right: 10px;
}

.movie-block {
  margin-bottom: 40px;
}
.movie-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.movie-block .inner-box .image-box {
  position: relative;
}
.movie-block .inner-box .image-box .image {
  margin-bottom: 13px;
  overflow: hidden;
  border-radius: 40px;
}
.movie-block .inner-box .image-box .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 40px;
}
.movie-block .inner-box .image-box .views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 16px;
  left: 20px;
}
.movie-block .inner-box .image-box .views li {
  margin-right: 5px;
}
.movie-block .inner-box .image-box .views li:last-child {
  margin-right: 0;
}
.movie-block .inner-box .image-box .views li:last-child a {
  background-color: var(--theme-color-light);
  color: #000000;
}
.movie-block .inner-box .image-box .views li a {
  font-size: 14px;
  font-weight: 700;
  background-color: #000000;
  color: var(--theme-color-light);
  padding: 4px 11px 3px;
}
.movie-block .inner-box .content-box .title {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  margin-bottom: -3px;
}
.movie-block .inner-box .content-box span {
  font-size: 14px;
  color: #666666;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
  top: -5px;
}
.movie-block .inner-box .content-box span small {
  margin-left: 20px;
  position: relative;
}
.movie-block .inner-box .content-box span small::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -10px;
  height: 12px;
  width: 2px;
  background-color: #666666;
}
.movie-block .inner-box .content-box .trailer {
  border-radius: 50px;
  background-color: #ececec;
  display: block;
  font-size: 14px;
  color: #666666;
  font-weight: 700;
  border: 1px solid #d6d6d6;
  width: 184px;
  padding: 0 11px;
  position: relative;
  top: -5px;
}
.movie-block .inner-box .content-box .trailer .icon {
  margin-left: 5px;
  color: #32ca27;
}

.movie-trailer-section {
  margin-bottom: 256px;
}
.movie-trailer-section .section-title-up {
  position: absolute;
  top: 113px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.movie-trailer-section .sec-title-v3 .sub-title {
  color: var(--theme-color-v2);
  font-size: 18px;
  font-weight: 900;
}
.movie-trailer-section .sec-title-v3 h2 {
  color: #fff;
  font-weight: 800;
  margin-top: -6px;
}
.movie-trailer-section .movie-trailer-slider {
  position: relative;
}
.movie-trailer-section .movie-trailer-thumbs-slider {
  position: absolute;
  bottom: -95px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.movie-trailer-section .movie-trailer-thumbs-slider .thumb-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.movie-trailer-section .movie-trailer-thumbs-slider .thumb-slider .movie-thumb {
  margin-right: 30px;
  border: 5px solid #fb9fff;
  border-radius: 25px;
  position: relative;
  z-index: 99;
  overflow: hidden;
  cursor: pointer;
}
.movie-trailer-section .movie-trailer-thumbs-slider .thumb-slider .movie-thumb.slick-active.slick-current {
  border-color: var(--theme-color-v2);
}
.movie-trailer-section .movie-trailer-slide {
  position: relative;
  height: 770px;
}
.movie-trailer-section .movie-trailer-slide .movie-trainer-image {
  height: 100%;
}
.movie-trailer-section .movie-trailer-slide .movie-trainer-image > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.movie-trailer-section .movie-trailer-slide .movie-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.movie-trailer-section .movie-trailer-slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.movie-trailer-section .movie-trailer-slide-content .movie-trailer-content-column {
  width: 50%;
}
.movie-trailer-section .movie-trailer-slide-content .movie-trailer-content-column > span {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  font-weight: 900;
  letter-spacing: 2.8px;
  margin-bottom: 6px;
}
.movie-trailer-section .movie-trailer-slide-content .movie-trailer-content-column > span:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--theme-color-v2);
}
.movie-trailer-section .movie-trailer-slide-content .movie-trailer-content-column .banner-meta {
  margin-bottom: 46px;
}
.movie-trailer-section .movie-trailer-slide-content .movie-trailer-content-column .banner-meta li {
  display: inline-block;
  margin-right: 17px;
  font-size: 15px;
  font-weight: 800;
}
.movie-trailer-section .movie-trailer-slide-content .movie-trailer-content-column .banner-meta li:last-child {
  margin-right: 0;
}
.movie-trailer-section .movie-trailer-slide-content .movie-trailer-content-column .banner-meta li.time {
  color: #fff;
}
.movie-trailer-section .movie-trailer-slide-content .movie-trailer-content-column .banner-meta li.time i {
  margin-right: 3px;
}
.movie-trailer-section .movie-trailer-slide-content .movie-trailer-content-column .banner-meta li.like {
  color: #65ee5b;
  font-size: 15px;
}
.movie-trailer-section .movie-trailer-slide-content .movie-trailer-content-column .banner-meta li.like i {
  font-size: 18px;
  margin-right: 3px;
}
.movie-trailer-section .movie-trailer-slide-content .movie-trailer-content-column .banner-meta li .rs {
  display: inline-block;
  color: #fefefe;
  font-size: 15px;
  font-weight: 800;
  background-color: #5c406f;
  border: 2px solid #fff;
  padding: 0 10px;
  line-height: 27px;
}
.movie-trailer-section .movie-trailer-slide-content .movie-trailer-content-column .title {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 32px;
}
.movie-trailer-section .movie-trailer-slide-content .movie-play {
  width: 50%;
  text-align: center;
}
.movie-trailer-section .movie-trailer-slide-content .movie-play a {
  font-size: 16px;
  color: #fff;
  width: 104px;
  height: 104px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 104px;
  display: inline-block;
  position: relative;
}
.movie-trailer-section .movie-trailer-slide-content .movie-play a:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 92px;
  height: 92px;
  border: 2px solid #fff;
  border-radius: 50%;
}

@media only screen and (max-width: 991px) {
  .movie-block .inner-box .image-box .image img {
    width: 100%;
  }
  .movie-trailer-section .movie-trailer-slide-content .movie-trailer-content-column {
    width: 60%;
  }
  .movie-trailer-section .movie-trailer-slide-content .movie-play {
    width: 40%;
  }
  .movie-trailer-section .sec-title-v3 {
    margin-bottom: 80px;
  }
  .movie-trailer-section .movie-trailer-slide {
    height: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .movie-trailer-section .movie-trailer-thumbs-slider {
    bottom: -50px;
  }
  .movie-trailer-section {
    margin-bottom: 180px;
  }
}
@media only screen and (max-width: 576px) {
  .movie-trailer-section .movie-trailer-slide-content .movie-trailer-content-column .title {
    font-size: 30px;
    line-height: 40px;
  }
  .movie-trailer-section .movie-trailer-slide-content .movie-trailer-content-column > span {
    letter-spacing: 1px;
  }
  .movie-trailer-section .movie-trailer-thumbs-slider .thumb-slider .movie-thumb {
    margin-right: 15px;
  }
  .movie-trailer-section .movie-trailer-slide {
    height: 630px;
  }
}
@media only screen and (max-width: 480px) {
  .movie-trailer-section .movie-trailer-slide-content .movie-play {
    display: none;
  }
  .movie-trailer-section .movie-trailer-slide-content .movie-trailer-content-column {
    width: 100%;
  }
  .movie-trailer-section .movie-trailer-slide .movie-content {
    top: 50%;
  }
  .movie-trailer-section .sec-title-v3 .sub-title {
    font-size: 15px;
    letter-spacing: 0;
  }
  .movie-trailer-section .movie-trailer-thumbs-slider .thumb-slider .movie-thumb {
    border-radius: 10px;
  }
  .movie-trailer-section .movie-trailer-slide {
    height: 580px;
  }
  .movie-trailer-section .movie-trailer-thumbs-slider {
    bottom: -25px;
  }
  .movie-trailer-section {
    margin-bottom: 120px;
  }
}
/*** 

====================================================================
  schedule Section two
====================================================================

***/
.pricing-plans-section {
  padding: 120px 0 83px;
  position: relative;
}
.pricing-plans-section .sec-title-v3 {
  margin-top: 42px;
  position: relative;
  margin-bottom: 34px;
}
.pricing-plans-section .sec-title-v3::before {
  content: "";
  position: absolute;
  top: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../images/resource/play.png);
}

.plan-block {
  margin-top: 45px;
  margin-bottom: 46px;
}
.plan-block .plan-price {
  position: relative;
  border: 2px solid #fb9fff;
  padding: 0px 28px;
  background-color: var(--theme-color-light);
  border-radius: 35px 35px 25px 25px;
  position: relative;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plan-block .plan-price::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 50px;
  border-radius: 0 0 25px 25px;
  z-index: -1;
  width: calc(100% + 2px);
  background-color: #e3cce3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plan-block .plan-price:hover::before {
  background-color: #4e0061;
}
.plan-block .plan-price:hover .info-box {
  background-color: #4f0062;
}
.plan-block .plan-price:hover .info-box .plan {
  color: var(--theme-color-light);
}
.plan-block .plan-price:hover .info-box .price {
  color: var(--theme-color-light);
}
.plan-block .plan-price:hover .info-box .price .dolor {
  color: var(--theme-color-light);
}
.plan-block .plan-price:hover .info-box .ticket {
  color: var(--theme-color-light);
}
.plan-block .plan-price .info-box {
  text-align: center;
  background-color: #eeeeee;
  padding: 47px 0 36px;
  border-radius: 40px;
  margin-top: -45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plan-block .plan-price .info-box .plan {
  font-size: 18px;
  color: var(--theme-color-v2);
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1.02px;
}
.plan-block .plan-price .info-box .price {
  font-size: 82px;
  font-weight: 800;
  line-height: 55px;
  margin-bottom: 3px;
}
.plan-block .plan-price .info-box .price .dolor {
  font-size: 47px;
  color: var(--theme-color2);
  position: relative;
  bottom: 23px;
  font-weight: 700;
}
.plan-block .plan-price .info-box .ticket {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.plan-block .plan-list {
  padding: 30px 21px 43px;
}
.plan-block .plan-list ul {
  padding-bottom: 13px;
}
.plan-block .plan-list ul li {
  font-size: 16px;
  color: #666666;
  position: relative;
  padding: 0px 0 11px 28px;
}
.plan-block .plan-list ul li i {
  position: absolute;
  left: 0;
  color: #55b54e;
}
.plan-block .plan-list .btn-box .btn-style-one {
  border-radius: 10px;
  background: var(--theme-color-v2);
  color: var(--theme-color-light);
  padding: 13px 52px;
  text-transform: uppercase;
  line-height: 35px;
  margin-left: 0;
  height: 60px;
}
.plan-block .plan-list .btn-box .btn-style-one:hover {
  background-color: #000;
}

/*** 

====================================================================
  plan Section
====================================================================

***/
.plan-section {
  position: relative;
  margin-bottom: 18px;
}
.plan-section::before {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 0;
  width: calc(100% - 294px);
  height: 605px;
  background-color: #f3f3f3;
  border-radius: 0 135px 135px 0;
}
.plan-section .sec-title-v4 {
  margin-bottom: 43px;
}
.plan-section .sec-title-v4 .sub-title {
  font-weight: 800;
  color: #ef7c0f;
}
.plan-section .sec-title-v4 h2 {
  margin-top: -10px;
}
.plan-section .tabs-sec .nav-pills {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 60px rgba(255, 239, 243, 0.9);
          box-shadow: 0px 10px 60px rgba(255, 239, 243, 0.9);
  border-radius: 50px;
  max-width: 1100px;
  margin-bottom: 44px !important;
}
.plan-section .tabs-sec .nav-pills li {
  margin-right: 16px;
}
.plan-section .tabs-sec .nav-pills li:last-child {
  margin-right: 0;
}
.plan-section .tabs-sec .nav-pills .nav-link.active {
  background: -webkit-gradient(linear, right top, left top, from(var(--theme-color3)), color-stop(var(--theme-color3)), to(var(--theme-color4)));
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color3), var(--theme-color4));
}
.plan-section .tabs-sec .nav-pills .nav-link.active span {
  color: #ffffff;
}
.plan-section .tabs-sec .nav-pills .nav-link.active .icon-box {
  background-color: #ffffff;
}
.plan-section .tabs-sec .nav-pills .nav-link.active .icon-box i {
  background: -webkit-gradient(linear, right top, left top, from(#fa0006), to(#8b008a));
  background: linear-gradient(to left, #fa0006, #8b008a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plan-section .tabs-sec .nav-pills .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 25px 5px 8px;
  margin-right: 16px;
  border-radius: 50px;
  width: 100%;
}
.plan-section .tabs-sec .nav-pills .nav-link span {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 0 0 11px;
}
.plan-section .tabs-sec .nav-pills .nav-link .icon-box {
  width: 60px;
  height: 60px;
  border: 2px solid #e3e3e3;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  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;
  padding-top: 12px;
}
.plan-section .tabs-sec .nav-pills .nav-link .icon-box i {
  color: #000;
  font-size: 32px;
}
.plan-section .tabs-sec .nav-pills .nav-link:last-child {
  margin-right: 0;
}
.plan-section .tabs-sec .nav-pills .nav-link:last-child button {
  margin-right: 0;
}
.plan-section .tabs-sec .tab-content {
  position: relative;
}
.plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column {
  margin-top: 50px;
}
.plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .title {
  font-size: 45px;
  color: #000000;
  margin-bottom: 9px;
}
.plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .social-list {
  margin-bottom: 32px;
}
.plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .social-list li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-family: var(--text-font4);
  color: #454545;
  font-weight: 700;
  margin-bottom: 0;
}
.plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .social-list li img {
  position: absolute;
  top: 5px;
  left: 0;
}
.plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .Internat-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 60px rgba(255, 239, 243, 0.9);
          box-shadow: 0px 10px 60px rgba(255, 239, 243, 0.9);
  border-radius: 50px;
  padding: 19px 35px 12px;
  margin-bottom: 23px;
}
.plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .Internat-area .content-box {
  margin-right: 83px;
  position: relative;
}
.plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .Internat-area .content-box::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -44px;
  width: 1px;
  height: 55px;
  background-color: #c7c7c7;
}
.plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .Internat-area .content-box:last-child {
  margin-right: 0;
}
.plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .Internat-area .content-box:last-child::before {
  display: none;
}
.plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .Internat-area .content-box h4 {
  color: #000000;
  margin-bottom: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .Internat-area .content-box h4.price {
  background: -webkit-gradient(linear, right top, left top, from(var(--theme-color3)), color-stop(var(--theme-color3)), to(var(--theme-color4)));
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color3), var(--theme-color4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .Internat-area .content-box span {
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
}
.plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .contact-info .read-more {
  width: 216px;
  border-radius: 50px;
  height: 54px;
  font-size: 15px;
  text-align: center;
  line-height: 54px;
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  position: relative;
  z-index: 9;
}
.plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .contact-info .read-more:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(var(--theme-color3)), color-stop(var(--theme-color3)), to(var(--theme-color4)));
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color3), var(--theme-color4));
  height: 100%;
  border-radius: 30px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .contact-info .read-more:hover {
  color: #000;
  border-color: #000;
  background: #fff;
}
.plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .contact-info .read-more:hover:before {
  opacity: 0;
  visibility: hidden;
}
.plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .contact-info span {
  margin-left: 17px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
.plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .contact-info span img {
  margin-right: 11px;
}

@media only screen and (max-width: 1200px) {
  .plan-block .plan-price .info-box .price {
    font-size: 70px;
  }
  .plan-block .plan-list {
    padding: 30px 0px 43px;
  }
  .plan-block .plan-list ul li {
    font-size: 14px;
  }
  .plan-block .plan-price {
    padding: 0px 17px;
  }
  .plan-section {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .plan-section::before {
    display: none;
  }
  .plan-section .image-box {
    margin-top: 60px;
  }
  .plan-section .sec-title-v4 h2 {
    margin-top: 5px;
    font-size: 42px;
    line-height: 50px;
  }
  .plan-section {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .plan-section .tabs-sec .nav-pills {
    display: block;
  }
  .plan-section .tabs-sec .nav-pills li {
    margin-right: 0;
  }
  .plan-section {
    padding-top: 0;
  }
}
@media only screen and (max-width: 576px) {
  .plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .Internat-area {
    display: block;
  }
  .plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .Internat-area .content-box:before {
    display: none;
  }
  .plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .Internat-area .content-box {
    margin-bottom: 20px;
  }
  .plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .Internat-area .content-box:last-child {
    margin-bottom: 0;
  }
  .plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .contact-info .read-more {
    margin-bottom: 20px;
  }
  .services-section-three {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .pricing-plans-section .sec-title-v3 h2 {
    font-size: 35px;
  }
  .video-section .sec-title-v3 .sub-title {
    font-size: 14px;
  }
  .plan-section .sec-title-v4 h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .plan-section .tabs-sec .nav-pills .nav-link span {
    text-align: left;
    padding-top: 0;
  }
  .plan-section .tabs-sec .nav-pills .nav-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .plan-section .tabs-sec .nav-pills li {
    margin-bottom: 15px;
  }
  .plan-section .tabs-sec .nav-pills li:last-child {
    margin-bottom: 0;
  }
  .plan-section .tabs-sec .tab-content .tab-pane .content-column .inner-column .title {
    font-size: 28px;
    line-height: 36px;
  }
}
/***

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

.product-discription {
  position: relative;
  display: block;
}
.product-discription .product-description__title {
  font-size: 30px;
  margin-bottom: 27px;
}
.product-discription .product-description__text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.product-discription .product-description__list {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-discription .product-description__list ul {
  position: relative;
  display: block;
}
.product-discription .product-description__list ul li {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.product-discription .product-description__list ul li:last-child {
  margin-bottom: 0px;
}
.product-discription .product-description__list ul li p {
  margin: 0;
  font-weight: 600;
  color: var(--headings-color);
}
.product-discription .product-description__list ul li p span:before {
  position: relative;
  display: inline-block;
  color: var(--theme-color-v2);
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  top: 2px;
}
.product-discription .tabs-content .text p {
  margin-bottom: 17px;
}
.product-discription .tabs-content .text p:last-child {
  margin-bottom: 0px;
}
.product-discription .tab-btn-box {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.product-discription .tab-btn-box:before {
  position: absolute;
  content: "";
  background-color: #e1e8e4;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 28px;
}
.product-discription .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #1e2434;
  text-align: center;
  padding: 14px 30px;
  background-color: #fff;
  border: 1px solid #e1e8e4;
  cursor: pointer;
  margin: 0px 8.5px;
  margin-bottom: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-discription .tab-btn-box .tab-btns li.active-btn {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color-v2);
}
.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;
}

.category-block-one {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}
.category-block-one .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-one .inner-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-position: center bottom;
  content: "";
}
.category-block-one .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-one .inner-box:hover .image img {
  -webkit-transform: rotate(10deg) scale(1.2);
  transform: rotate(10deg) scale(1.2);
}
.category-block-one .inner-box.cat-bg-1:before {
  background-image: url(../images/icons/cat-1-bg.html);
}
.category-block-one .inner-box.cat-bg-2:before {
  background-image: url(../images/icons/cat-2-bg.html);
}
.category-block-one .inner-box.cat-bg-3:before {
  background-image: url(../images/icons/cat-3-bg.html);
}
.category-block-one .inner-box.cat-bg-4:before {
  background-image: url(../images/icons/cat-4-bg.html);
}
.category-block-one .image {
  position: relative;
  display: inline-block;
  height: 180px;
  width: 180px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}
.category-block-one .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-one h4 {
  font-size: 20px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 10px;
}
.category-block-one h4 a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-one h4 a:hover {
  color: var(--theme-color1);
}
.category-block-one 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-color-v2);
}

.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-color-v2);
  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-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 12px 0;
  -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 {
  color: var(--theme-color-v2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-block h4 a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

***/
@-webkit-keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.page-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 465px;
  position: relative;
  text-align: center;
  margin-top: -102px;
  padding-top: 107px;
}
@media only screen and (max-width: 991px) {
  .page-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-title {
    padding: 110px 0 110px;
  }
}
.page-title:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.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: var(--theme-color-v2);
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.page-breadcrumb li:after {
  position: absolute;
  content: "\f0c8";
  right: -6px;
  top: 1px;
  font-size: 5px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: var(--theme-color-v2);
}
.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-color-v2);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-breadcrumb li a:hover {
  color: #ffffff;
}

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

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

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

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

/***
=============================================
    Services Details
=============================================
***/
.service-sidebar {
  position: relative;
  display: block;
  max-width: 365px;
  width: 100%;
}
.service-sidebar .service-sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.service-sidebar .service-sidebar-single-services {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 35px 30px 25px;
}
.service-sidebar .service-sidebar-single-services .title {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
}
.service-sidebar .service-sidebar-single-services .title h3 {
  color: var(--headings-color);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.service-sidebar .service-sidebar-single-services ul {
  position: relative;
  display: block;
  margin-top: 10px;
}
.service-sidebar .service-sidebar-single-services ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
}
.service-sidebar .service-sidebar-single-services ul li:last-child {
  margin-bottom: 0;
}
.service-sidebar .service-sidebar-single-services ul li a {
  position: relative;
  display: block;
  color: var(--agriox-color-1, #687469);
  font-size: 18px;
  padding: 22px 20px 22px;
  border-radius: 10px;
  background: transparent;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-sidebar .service-sidebar-single-services ul li a:hover {
  color: var(--headings-color);
}
.service-sidebar .service-sidebar-single-services ul li a:hover::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li a:hover i {
  color: var(--theme-color-v2);
}
.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-color-v2);
}
.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-color-v2);
}
.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-color-v2);
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.services-details__content .feature-list .single-item:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.services-details__content .feature-list .single-item:hover .icon-box {
  color: var(--text-color-bg-theme-color2);
}

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

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

.service-details-help {
  position: relative;
  display: block;
  padding: 57px 55px 50px;
  margin-top: 30px;
  text-align: center;
  z-index: 1;
  background-color: var(--theme-color2);
  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: #191825;
  color: #fff;
}

.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: #191825;
}

/***

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

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

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

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

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

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

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

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
  font-weight: var(--body-font-weight-bold);
}

.blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 49px;
  border-top: 1px solid #ece9e0;
}
@media only screen and (max-width: 767px) {
  .blog-details__bottom {
    gap: 30px;
  }
}
.blog-details__bottom p {
  margin: 0;
}

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

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

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

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

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

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

***/
.comment-one .comment-one__title {
  margin-bottom: 30px;
}
.comment-one .comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ece9e0;
  padding-bottom: 60px;
  margin-bottom: 60px;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
@media only screen and (max-width: 767px) {
  .comment-one .comment-one__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.comment-one .comment-one__content {
  position: relative;
  margin-left: 45px;
}
@media only screen and (max-width: 767px) {
  .comment-one .comment-one__content {
    margin-top: 20px;
    margin-left: 0;
  }
}
.comment-one .comment-one__content h3 {
  margin: 0;
  font-size: 20px;
  color: var(--theme-black);
  margin-bottom: 24px;
}
.comment-one .comment-one__content p {
  font-size: 16px;
  font-weight: 500;
}
.comment-one .comment-one__btn {
  font-size: 14px;
  height: auto;
  line-height: normal;
  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;
}

/***

====================================================================
        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-color2);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li:hover .icon {
  background-color: var(--theme-color-v2);
}
.contact-details__info li:hover .icon span {
  color: #fff;
}
.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;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .text span {
  font-size: 20px;
}
.contact-details__info li + li {
  margin-top: 30px;
}

.contact-details-call {
  padding: 50px 60px;
  border-radius: 10px;
  background-color: #f3f3f3;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.contact-details-call .contact-details__info {
  margin-top: 0;
}
.contact-details-call .contact-details__info .icon {
  background-color: #fff;
}
.contact-details-call .contact-details__info .icon span {
  color: var(--theme-color-v2);
}

.contact-img-1 {
  bottom: 0;
  left: 4%;
  position: absolute;
}

/***

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

***/
footer {
  background: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 45px;
}
footer .footer-upper {
  margin-bottom: 60px;
}
footer .footer-upper h2 {
  color: #ffffff;
  font-size: 120px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: -25px;
}
footer .footer-upper h2:before {
  content: "";
  position: absolute;
  bottom: 30px;
  right: -20px;
  width: 28px;
  height: 28px;
  background-color: var(--theme-color1);
  border-radius: 50%;
}
footer .widgets-section {
  margin-bottom: 117px;
}
footer .widgets-section .footer-column .inner-column {
  max-width: 545px;
}
footer .widgets-section .footer-column .title {
  color: #ffffff;
  font-size: 40px;
  line-height: 58px;
  font-weight: 700;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
footer .widgets-section .footer-column .title:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 7px;
  background: var(--theme-color1);
}

/*=== User LInks ===*/
.user-links {
  position: relative;
}
.user-links li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #75767a;
  font-weight: 400;
  margin-bottom: 14px;
}
.user-links li:last-child {
  margin-bottom: 0;
}
.user-links li a {
  position: relative;
  display: inline-block;
  color: inherit;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}
.user-links li a:hover {
  color: #FFFFFF;
}
.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  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%;
}

.newsletter-widget {
  position: relative;
}
.newsletter-widget .text {
  margin-bottom: 10px;
}

/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  z-index: 3;
}
.footer-bottom .copyright-text {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  text-align: right;
  text-transform: uppercase;
}

.social-links li {
  display: inline-block;
  margin-right: 20px;
}
.social-links li:last-child {
  margin-right: 0;
}
.social-links li a {
  display: inline-block;
  width: 62px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
}
.social-links li a:hover {
  background: var(--theme-color1);
  border-color: transparent;
  color: #000;
}

.footer-v2 {
  position: relative;
  background: url(../images/background/form.webp) no-repeat center center;
  /* background: url(../images/background/footer2-bg.jpg) no-repeat center center; */
  background-size: cover;
  padding: 0;
  overflow: hidden;
}

.footer-v2::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(239, 124, 15, 0.7); /* tu color con transparencia */
  z-index: 1;
}

/* Para que el contenido del footer esté encima de la capa negra */
.footer-v2 > * {
  position: relative;
  z-index: 2;
}

.footer-v2 .user-links li a:hover {
  color: var(--theme-color-v2);
}
.footer-v2 .user-links li a:before {
  background-color: var(--theme-color-v2);
}
.footer-v2 .footer-upper {
  padding: 42px 0;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-v2 .footer-upper .text-column h4 {
  margin: 0;
  font-weight: 900;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.2px;
}
.footer-v2 .footer-upper .contact-info .inner-box {
  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;
}
.footer-v2 .footer-upper .contact-info .inner-box .icon-box {
  width: 71px;
  height: 71px;
  background-color: var(--theme-color-v2);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-v2 .footer-upper .contact-info .inner-box .box-info {
  max-width: calc(100% - 71px);
  padding-left: 20px;
}
.footer-v2 .footer-upper .contact-info .inner-box .box-info h5 {
  color: #fff;
  font-weight: 800;
  margin: 0;
}
.footer-v2 .widgets-sections {
  padding: 92px 0;
}
.footer-v2 .widgets-sections .widget-about {
  max-width: 320px;
}
.footer-v2 .widgets-sections .widget-about img {
  margin-bottom: 29px;
}
.footer-v2 .widgets-sections .widget-about p {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 28px;
}
.footer-v2 .widgets-sections .widget-about h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  border-bottom: 5px solid var(--theme-color2);
  display: inline-block;
  margin-bottom: 8px;
}
.footer-v2 .widgets-sections .widget-about span {
  display: block;
  color: #ffffff;
  font-size: 18px;
}
.footer-v2 .widgets-sections .widget-title {
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 5px solid var(--theme-color2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 47px;
}
.footer-v2 .widgets-sections .user-links li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 11px;
}
.footer-v2 .widgets-sections .user-links li:before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 900;
  color: #fff;
  font-size: 16px;
}
.footer-v2 .widgets-sections .widget-newsletter p {
  color: #f2f2f2;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 31px;
}
.footer-v2 .widgets-sections .widget-newsletter form {
  position: relative;
}
.footer-v2 .widgets-sections .widget-newsletter form input {
  width: 100%;
  height: 64px;
  border-radius: 30px;
  padding: 0 38px;
  color: #666666;
  font-size: 16px;
}
.footer-v2 .widgets-sections .widget-newsletter form button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  background-color: var(--theme-color-v2);
  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-v2 .widgets-sections .widget-newsletter form button i {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}
.footer-v2 .footer-bottom {
  background-color: #000;
  padding: 21px 0;
}
.footer-v2 .footer-bottom .copyright-text p {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
.footer-v2 .footer-bottom .social-links li a:hover {
  background-color: var(--theme-color-v2);
  color: #fff;
}
.footer-v2 .footer-bottom .other-links li {
  display: inline-block;
  margin-right: 36px;
}
.footer-v2 .footer-bottom .other-links li:last-child {
  margin-right: 0;
}
.footer-v2 .footer-bottom .other-links li a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.footer-v2 .footer-bottom .other-links li a:hover {
  color: var(--theme-color-v2);
}

.footer-v3 {
  background-image: unset;
  background-color: #f5f5f5;
  padding: 0;
}
.footer-v3 .user-links li a:hover {
  color: var(--theme-color-v2);
}
.footer-v3 .user-links li a:before {
  background-color: var(--theme-color-v2);
}
.footer-v3 .widgets-sections {
  padding: 115px 0 151px;
}
.footer-v3 .widgets-sections .widget-about {
  max-width: 320px;
}
.footer-v3 .widgets-sections .widget-about img {
  margin-bottom: 29px;
}
.footer-v3 .widgets-sections .widget-about p {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 28px;
}
.footer-v3 .widgets-sections .widget-about h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  border-bottom: 5px solid var(--theme-color-v2);
  display: inline-block;
  margin-bottom: 8px;
}
.footer-v3 .widgets-sections .widget-about span {
  display: block;
  color: #ffffff;
  font-size: 18px;
}
.footer-v3 .widgets-sections .widget-title {
  color: #222222;
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 25px;
}
.footer-v3 .widgets-sections .user-links li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 13px;
}
.footer-v3 .widgets-sections .user-links li a {
  color: #444444;
}
.footer-v3 .widgets-sections .user-links li a:hover {
  color: var(--theme-color-v2);
}
.footer-v3 .widgets-sections .user-links li:before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 900;
  color: #444444;
  font-size: 16px;
}
.footer-v3 .widgets-sections .widget-newsletter {
  margin-top: 8px;
}
.footer-v3 .widgets-sections .widget-newsletter p {
  color: #444444;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
  padding-top: 41px;
}
.footer-v3 .widgets-sections .widget-newsletter form {
  position: relative;
  max-width: 100%;
  max-width: 580px;
}
.footer-v3 .widgets-sections .widget-newsletter form input {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  padding: 0 38px;
  color: #666666;
  font-size: 16px;
  border: 2px solid #e3e3e3;
  max-width: 386px;
}
.footer-v3 .widgets-sections .widget-newsletter form button {
  position: absolute;
  top: 0px;
  right: 0;
  font-weight: 700;
  color: var(--theme-color-light);
  width: 187px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  background-color: var(--theme-color-v2);
  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 0.3s ease;
  transition: all 0.3s ease;
}
.footer-v3 .widgets-sections .widget-newsletter form button i {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}
.footer-v3 .widgets-sections .widget-newsletter form button:hover {
  background: #000;
}
.footer-v3 .outer-box {
  position: static;
  width: 100%;
  background-color: var(--theme-color-light);
  border: 2px solid #fb9fff;
  padding: 0 39px;
  border-radius: 30px;
  position: relative;
  top: -55px;
  margin-bottom: -35px;
}
.footer-v3 .outer-box .contact-info .contact-block:nth-child(2) .inner-box {
  border-left: 2px solid #fb9fff;
  border-right: 2px solid #fb9fff;
  border-radius: 30px;
  padding-left: 121px;
}
.footer-v3 .outer-box .contact-info .contact-block:nth-child(2) .inner-box .icon {
  left: 40px;
}
.footer-v3 .outer-box .contact-info .contact-block:last-child .inner-box {
  margin-left: 35px;
}
.footer-v3 .outer-box .contact-info .contact-block .inner-box {
  position: relative;
  padding-top: 8px;
  padding-left: 83px;
  height: 104px;
  padding-top: 20px;
}
.footer-v3 .outer-box .contact-info .contact-block .inner-box .icon {
  position: absolute;
  top: 16px;
  left: 0;
  width: 71px;
  height: 71px;
  background-color: var(--theme-color-v2);
  text-align: center;
  line-height: 71px;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 37px;
}
.footer-v3 .outer-box .contact-info .contact-block .inner-box span {
  color: #000000;
  font-weight: 500;
  margin-bottom: 3px;
  display: inline-block;
}
.footer-v3 .outer-box .contact-info .contact-block .inner-box small {
  color: #000000;
  display: block;
  line-height: 15px;
  font-weight: 500;
}
.footer-v3 .footer-bottom {
  position: relative;
  background-color: #640069;
  padding: 0 0 20px;
}
.footer-v3 .footer-bottom .copyright-text p {
  text-align: left;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
}
.footer-v3 .footer-bottom .social-links li a {
  line-height: 53px;
  width: 56px;
  height: 56px;
}
.footer-v3 .footer-bottom .social-links li a:hover {
  background-color: var(--theme-color-v2);
  color: #fff;
}
.footer-v3 .footer-bottom .other-links {
  text-align: right;
}
.footer-v3 .footer-bottom .other-links li {
  display: inline-block;
  margin-right: 36px;
}
.footer-v3 .footer-bottom .other-links li:last-child {
  margin-right: 0;
}
.footer-v3 .footer-bottom .other-links li a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.footer-v3 .footer-bottom .other-links li a:hover {
  color: var(--theme-color-v2);
}

.footer-v4 {
  position: relative;
  background-image: url(../images/background/footer4-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
.footer-v4 .social-links li {
  margin-right: 10px;
}
.footer-v4 .social-links li:last-child {
  margin-right: 0;
}
.footer-v4 .footer-top {
  position: relative;
  padding: 73px 0 93px;
}
.footer-v4 .footer-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url(../images/resource/footer-border.png);
}
.footer-v4 .footer-top .text-column .title {
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  margin-top: 6px;
}
.footer-v4 .footer-top .contact-info .inner-box p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 17px;
}
.footer-v4 .footer-top .contact-info .inner-box form input {
  width: calc(100% - 198px);
  height: 56px;
  background-color: #1b243a;
  border-radius: 50px;
  border: 2px solid #ffffff;
  padding: 0 36px;
}
.footer-v4 .footer-top .contact-info .inner-box form button {
  font-size: 14px;
  color: #ffffff;
  background: -webkit-gradient(linear, right top, left top, from(var(--theme-color3)), color-stop(var(--theme-color3)), to(var(--theme-color4)));
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color3), var(--theme-color4));
  border-radius: 50px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 50px;
  margin-left: 10px;
  line-height: 56px;
}
.footer-v4 .widgets-sections {
  padding: 99px 0 97px;
}
.footer-v4 .widgets-sections .footer-title {
  margin-bottom: 38px;
}
.footer-v4 .widgets-sections .footer-title p {
  font-size: 22px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 41px;
  margin-bottom: 0;
}
.footer-v4 .widgets-sections .contact-widget .inner-box {
  text-align: center;
}
.footer-v4 .widgets-sections .contact-widget .inner-box .image {
  margin-bottom: 20px;
}
.footer-v4 .widgets-sections .contact-widget .inner-box .title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0;
}
.footer-v4 .footer-bottom {
  background: -webkit-gradient(linear, left top, right top, from(#EF7C0F), to(#EF7C0F));
  background: linear-gradient(to right, #EF7C0F, #EF7C0F);
  padding: 21px 0;
}
.footer-v4 .footer-bottom .copyright-text p {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
.footer-v4 .footer-bottom .social-links li a {
  width: 56px;
  height: 56px;
  line-height: 56px;
}
.footer-v4 .footer-bottom .social-links li a:hover {
  background-color: var(--theme-color-v2);
  color: #fff;
}
.footer-v4 .footer-bottom .other-links li {
  display: inline-block;
  margin-right: 36px;
}
.footer-v4 .footer-bottom .other-links li:last-child {
  margin-right: 0;
}
.footer-v4 .footer-bottom .other-links li a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

@media only screen and (max-width: 1200px) {
  footer .widgets-section .footer-column .title {
    font-size: 32px;
    line-height: 44px;
  }
  footer .social-links li {
    margin-right: 10px;
  }
  .footer-v2 .footer-bottom .other-links li {
    margin-right: 15px;
  }
  .footer-v3 .widgets-sections .widget-newsletter form button {
    position: unset !important;
    margin-top: 30px;
  }
  .footer-v3 .outer-box {
    width: 100%;
  }
  .footer-v3 .outer-box .contact-info .contact-block:nth-child(2) {
    margin-left: -35px;
  }
  .footer-v3 .outer-box .contact-info .contact-block:last-child .inner-box {
    margin-left: 21px;
  }
  .footer-v3 .footer-bottom .other-links li {
    margin-right: 29px;
  }
  .footer-v4 .footer-top .text-column .title br {
    display: none;
  }
  .footer-v4 .footer-bottom .other-links li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  footer .widgets-section .footer-column .inner-column {
    margin-bottom: 50px;
  }
  .fotoer-widget {
    margin-bottom: 40px;
  }
  footer .widgets-section {
    margin-bottom: 50px;
  }
  .footer-bottom .copyright-text {
    text-align: left;
    margin-top: 30px;
  }
  .footer-v2 .footer-upper .text-column h4 {
    margin-bottom: 25px;
  }
  .footer-v2 .widget {
    margin-bottom: 50px;
  }
  .footer-v2 .widgets-sections {
    margin-bottom: -50px;
  }
  .footer-v2 .footer-bottom .other-links {
    margin-top: 20px;
  }
  .footer-v2 .footer-bottom .copyright-text {
    margin-top: 0;
  }
  .footer-v3 .widgets-sections .widget-newsletter {
    margin-bottom: 40px;
  }
  .footer-v3 .outer-box .contact-info .contact-block:nth-child(2) .inner-box {
    border: 0;
  }
  .footer-v3 .outer-box .contact-info .contact-block:last-child .inner-box {
    margin-left: 0;
  }
  .footer-v3 .footer-bottom .other-links {
    text-align: unset;
  }
  .footer-v3 .footer-bottom .copyright-text p {
    margin-bottom: 30px;
  }
  .footer-v3 .widgets-sections {
    padding: 60px 0 100px;
  }
  .footer-v3 .widgets-sections .widget-newsletter form {
    max-width: 100%;
  }
  .footer-v4 .footer-bottom .copyright-text {
    margin-top: 0;
  }
  .footer-v4 .footer-bottom .row {
    -webkit-box-align: unset !important;
        -ms-flex-align: unset !important;
            align-items: unset !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-upper h2 {
    top: 0;
    font-size: 80px;
  }
  .footer-v2 .social-links {
    margin-top: 20px;
  }
  .footer-v3 .user-links {
    margin-bottom: 40px;
  }
  .footer-v4 .social-links {
    margin-top: 25px;
  }
  .footer-v4 .widgets-sections .contact-widget .inner-box {
    margin-bottom: 50px;
  }
  .footer-v4 .widgets-sections .contact-widget .inner-box:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 576px) {
  .footer-v4 .widgets-sections .footer-title p br {
    display: none;
  }
  .footer-v4 .widgets-sections .footer-title {
    text-align: left !important;
  }
  .footer-v4 .widgets-sections .contact-widget {
    display: block;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  footer .footer-upper h2 {
    font-size: 50px;
  }
  footer .widgets-section .footer-column .title {
    font-size: 24px;
    line-height: 38px;
  }
  .footer-v2 .widgets-sections {
    padding-top: 50px;
  }
  .footer-v3 .widgets-sections {
    padding: 80px 0 149px;
  }
  .footer-v3 .widgets-sections .widget-newsletter form button {
    position: unset !important;
    margin-top: 30px;
  }
  .footer-v3 .widgets-sections .widget-newsletter p {
    font-size: 19px;
  }
  .footer-v3 .widgets-sections {
    padding: 80px 0 60px;
  }
  .footer-v3 .outer-box {
    padding: 0 16px;
  }
  .footer-v3 .outer-box .contact-info .contact-block .inner-box small {
    line-height: 20px;
  }
  .footer-v3 .outer-box .contact-info .contact-block .inner-box {
    padding-top: 11px;
  }
  .footer-v3 .footer-bottom .other-links li {
    margin-right: 24px;
  }
  .footer-v4 .footer-top .text-column .title {
    font-size: 32px;
  }
  .footer-v4 .footer-top .contact-info .inner-box form input {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-v4 .footer-top .contact-info .inner-box form button {
    margin-left: 0;
  }
}