/* Nestnet | Internet Provider and Satellite TV HTML Template

Template Name: Nestnet
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=DM+Sans:wght@400;500;700&amp;display=swap");
@import url("animate.css");
@import url("owl.css");
@import url("jquery.fancybox.min.css");
@import url("linear.css");
@import url("fontawesome.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: #1D1D1D;
  --theme-color-gray: #F6F6F6;
  --theme-color1: #587db5;
  --theme-color2: #fcac3a;
  --theme-color3: #faf7f2;
  --theme-color4: #fdece3;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --text-color: #717171;
  --text-color2: #616670;
  --headings-color: #1D1D1D;
  --link-color: var(--headings-color);
  --link-hover-color: var(--headings-color);
  --text-font: "DM Sans", sans-serif;
  --title-font: "DM Sans", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 28px;
  --body-font-weight: 400;
  --line-height-heading-h1: 1.2em;
  --line-height-heading: 54px;
  --line-height-heading-small: 1.35em;
  --h1-font-size: 68px;
  --h2-font-size: 40px;
  --h3-font-size: 30px;
  --h4-font-size: 24px;
  --h5-font-size: 18px;
  --h6-font-size: 15px;
  --h1-font-weight: 800;
  --h2-font-weight: 800;
  --h3-font-weight: 800;
  --h4-font-weight: 800;
  --h5-font-weight: 700;
  --h6-font-weight: 700;
  --sec-title-subtitle-font-size: 14px;
  --sec-title-subtitle-color: var(--headings-color);
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 700;
  --sec-title-subtitle-line-height: 20px;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #F2F3F5;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #131313;
  --container-width: 1290px;
  --small-container-width: 1000px;
  --large-container-width: 1745px;
  --container-pt: 120px;
  --container-pb: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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-small);
  letter-spacing: 0.15px;
}

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

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

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

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

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

/*** 

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

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

/*** 

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

***/
textarea {
  overflow: hidden;
  resize: none;
}

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

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

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

figure.image {
  margin-bottom: 0;
}

.title a {
  color: inherit;
}

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

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

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

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

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

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

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

/*=======================
    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/favicon.png);
  content: "";
}
.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  color: var(--theme-color-dark);
  font-weight: 600;
  font-size: 14px;
  font-family: var(--title-font);
  letter-spacing: 2px;
  text-transform: uppercase;
  content: "Loading";
  -webkit-transition: none;
  transition: none;
}

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

/*======================
    Tabs Box
======================*/
.tabs-box {
  position: relative;
}
.tabs-box .tab {
  display: none;
}
.tabs-box .tab.active-tab {
  display: block;
}

/*=======================
    List Styles
=======================*/
.list-style-one {
  position: relative;
}
.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--theme-color-dark);
  margin-right: 50px;
  font-weight: 600;
  margin-bottom: 4px;
  padding-left: 22px;
}
.list-style-one li .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}

/*=======================
    List Styles
=======================*/
.list-style-two {
  margin-top: 28px;
}
.list-style-two li {
  font-size: 16px;
  color: var(--text-color);
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
.list-style-two li .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}

/*=== List Style Three ===*/
.list-style-three {
  position: relative;
  margin-bottom: 30px;
}

.list-style-three li {
  position: relative;
  font-size: var(--body-font-size);
  font-weight: 400;
  line-height: 22px;
  color: var(--text-color);
  padding-left: 35px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.list-style-three li i {
  position: absolute;
  left: 0px;
  top: 0px;
  color: var(--theme-color1);
  font-size: 18px;
  line-height: 22px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.list-style-three li a {
  display: inline-block;
  font-weight: inherit;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.list-style-three li a:hover {
  color: var(--theme-color1);
}

.list-style-three.light li {
  color: var(--theme-color-light);
}

.list-style-three.light li a {
  color: inherit;
}

/*===========================
    Social Icons Styles
============================*/
.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-icon-one li {
  position: relative;
  margin-left: 20px;
}
.social-icon-one li:first-child {
  margin-left: 0;
}
.social-icon-one li a {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-one li a:hover {
  color: var(--theme-color1);
}

/*======================
    Play Buttons
======================*/
.play-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.play-btn .icon {
  position: relative;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--theme-color1);
  background-color: var(--theme-color-light);
  border: 1px solid var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-btn .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 25px;
  text-transform: capitalize;
  padding-left: 30px;
  margin-left: -10px;
  color: var(--theme-color2);
  background: var(--theme-color-gray);
  border-radius: 0px 22px 22px 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-btn:hover .icon {
  background-color: var(--bg-theme-color1);
  color: var(--theme-color-light);
}
.play-btn:hover .title {
  background-color: var(--bg-theme-color2);
  color: var(--theme-color-light);
}

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

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

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
  }
}
/*======================
    Carousel Navs
======================*/
.default-navs .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.default-navs .owl-next,
.default-navs .owl-prev {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 58px;
  color: var(--theme-color-dark);
  background: #fff;
  border: 1px solid #E3E3E3;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  margin-left: 20px;
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  border-color: var(--theme-color1);
}
.default-navs .owl-prev {
  margin-left: 0;
}

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

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

/*==========================
	Default Tabs
===========================*/
.default-tabs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.default-tabs .tab-buttons {
  position: relative;
  margin-bottom: 30px;
}
.default-tabs .tab-btn {
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 35px;
  color: var(--theme-color1);
  line-height: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  margin-right: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-tabs .tab-btn:last-child {
  margin-right: 0;
}
.default-tabs .tab-btn.active-btn {
  background: var(--gradient-1);
  color: #ffffff;
}
.default-tabs .tabs-content {
  position: relative;
  width: 100%;
}

/*================================
    Progress Bar
=================================*/
.skills {
  position: relative;
  margin-bottom: 50px;
}
.skills .skill-item {
  position: relative;
  margin-bottom: 25px;
}
.skills .skill-item:last-child {
  margin-bottom: 0px;
}
.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 0px;
}
.skills .skill-item .skill-header .skill-title {
  font-weight: 600;
  color: var(--theme-color-dark);
  letter-spacing: 0;
  margin-bottom: 10px;
}
.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 14px;
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 14px;
  background: #f2f3f6;
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 14px;
  width: 0px;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
  border-radius: 10px;
  background: var(--bg-theme-color1);
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  position: absolute;
  right: 0;
  bottom: 100%;
  font-weight: 400;
  color: #6f7174;
  line-height: 25px;
  margin-bottom: 10px;
}

.overlay-anim {
  position: relative;
}
.overlay-anim:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

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

@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.btn-anim {
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-anim.v2:before {
  background: var(--theme-color1);
}
.btn-anim.v2:hover {
  border-color: transparent;
  color: #fff !important;
}
.btn-anim:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background: #000;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-anim:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.slick-dots {
  margin: 0 auto 0;
  bottom: 0;
  left: 50%;
  height: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 30px;
  background-color: #3f3f3f;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.slick-dots li {
  width: 70px;
  height: 10px;
  margin: 0;
  position: relative;
  top: -9px;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  font-size: unset;
}
.slick-dots li.slick-active button {
  background: var(--theme-color1);
}

@media (max-width: 991.98px) {
  .click-btn {
    width: 50%;
    margin-left: auto;
    text-align: right;
  }
}

.overlay-anim {
  position: relative;
}

.overlay-anim:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

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

@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.theme-btn {
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: var(--title-font);
}
.theme-btn .btn-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/*Btn Style One*/
.btn-style-one {
  background-color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  color: var(--theme-color-light);
  font-family: var(--text-font);
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
  padding: 14px 32px 18px;
  position: relative;
  text-transform: uppercase;
}
.btn-style-one i {
  display: block;
  margin-left: 10px;
  position: relative;
}
.btn-style-one:hover {
  color: var(--theme-color-light);
}
.btn-style-one.dark-bg {
  border: none;
  background-color: var(--theme-color-dark);
}

.theme-btn.small {
  font-size: 10px;
  line-height: 20px;
  padding: 10px 30px;
}

.theme-btn.large {
  line-height: 25px;
  padding: 20px 60px;
}

/*** 

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

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

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

/*** 

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

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

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

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top .header-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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: 230px;
  margin-right: 190px;
}
@media (max-width: 1199.98px) {
  .main-header .main-box .nav-outer {
    display: none;
  }
}

.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-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%;
}
@media (max-width: 1199.98px) {
  .main-header .outer-box {
    margin-left: auto;
  }
}
.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;
}

.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 {
  border-bottom: 1px solid #e3e3e3;
}
.header-style-one .btn {
  padding-right: 0;
}
.header-style-one .header-top {
  background-color: #16171a;
  display: block;
}
@media (max-width: 1199.98px) {
  .header-style-one .header-top {
    padding-bottom: 15px;
  }
}
.header-style-one .header-top::before {
  content: "";
  position: absolute;
  top: 0;
  right: 79%;
  background-color: var(--theme-color1);
  height: 100%;
  width: 100%;
}
@media (max-width: 1440px) {
  .header-style-one .header-top::before {
    display: none;
  }
}
.header-style-one .header-top .inner-container {
  max-width: 1792px;
  margin: 0 auto;
  padding: 0 15px;
}
.header-style-one .header-top .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .header-style-one .header-top .inner-box {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .header-style-one .header-top .inner-box .top-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .header-style-one .header-top .inner-box .top-left {
    display: block;
  }
}
.header-style-one .header-top .inner-box .top-left .social-list-one {
  background-color: var(--theme-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 1199.98px) {
  .header-style-one .header-top .inner-box .top-left .social-list-one {
    background: transparent;
  }
}
@media (max-width: 991.98px) {
  .header-style-one .header-top .inner-box .top-left .social-list-one {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header-style-one .header-top .inner-box .top-left .social-list-one li {
  line-height: 0;
  padding-left: 0;
  position: relative;
  top: 3px;
}
.header-style-one .header-top .inner-box .top-left .social-list-one li:last-child {
  margin-right: 10px;
}
.header-style-one .header-top .inner-box .top-left .social-list-one li a {
  color: var(--theme-color-light);
  display: inline-block;
  font-size: 15px;
  height: 26px;
  line-height: 26px;
  width: 26px;
  text-align: center;
}
.header-style-one .header-top .inner-box .top-left .social-list-one li a i {
  color: var(--theme-color-light);
  position: relative;
  left: auto;
}
.header-style-one .header-top .inner-box .top-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1399.98px) {
  .header-style-one .header-top .inner-box .top-left ul {
    padding-left: 60px;
  }
}
@media (max-width: 991.98px) {
  .header-style-one .header-top .inner-box .top-left ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .header-style-one .header-top .inner-box .top-left ul {
    padding-left: 0;
  }
}
.header-style-one .header-top .inner-box .top-left ul li {
  margin-left: 10px;
  position: relative;
  padding-left: 21px;
}
@media (max-width: 575.98px) {
  .header-style-one .header-top .inner-box .top-left ul li {
    margin-left: 0;
  }
}
.header-style-one .header-top .inner-box .top-left ul li a {
  font-size: 16px;
  font-family: var(--text-font);
  color: var(--theme-color-light);
}
@media (max-width: 575.98px) {
  .header-style-one .header-top .inner-box .top-left ul li a {
    font-size: 15px;
  }
}
.header-style-one .header-top .inner-box .top-left ul li a:hover {
  color: var(--theme-color1);
}
.header-style-one .header-top .inner-box .top-left ul li:last-child {
  margin-right: 0;
}
.header-style-one .header-top .inner-box .top-left ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}
.header-style-one .header-top .inner-box .top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .header-style-one .header-top .inner-box .top-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .header-style-one .header-top .inner-box .top-right {
    margin-top: 10px;
  }
}
.header-style-one .header-top .inner-box .top-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .header-style-one .header-top .inner-box .top-right ul {
    display: block;
  }
}
.header-style-one .header-top .inner-box .top-right ul li {
  margin-right: 28px;
  position: relative;
  padding-left: 31px;
}
.header-style-one .header-top .inner-box .top-right ul li a {
  font-size: 16px;
  font-family: var(--text-font);
  color: var(--theme-color-light);
}
@media (max-width: 575.98px) {
  .header-style-one .header-top .inner-box .top-right ul li a {
    font-size: 15px;
  }
}
.header-style-one .header-top .inner-box .top-right ul li a:hover {
  color: var(--theme-color1);
}
.header-style-one .header-top .inner-box .top-right ul li:last-child {
  margin-right: 0;
}
.header-style-one .header-top .inner-box .top-right ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
  margin-right: 10px;
}
.header-style-one .header-lower {
  padding: 13px 0 14px;
}
.header-style-one .header-lower .inner-container {
  max-width: 1792px;
  margin: 0 auto;
  padding: 0 15px;
}
.header-style-one .header-lower .main-box .logo-box .logo img {
  max-width: 250px;
}
.header-style-one .header-lower .main-box .nav-outer {
  margin-left: 79px;
}
.header-style-one .header-lower .main-box .nav-outer .nav .navigation li a {
  color: var(--theme-color-light);
  font-weight: 500;
}
.header-style-one .header-lower .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color1);
}
.header-style-one .header-lower .main-box .nav-outer .nav .navigation .dropdown i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  margin-left: 5px;
}
.header-style-one .header-lower .main-box .nav-outer .nav .navigation .dropdown:hover ul {
  opacity: 1;
  visibility: visible;
  margin-top: 17px;
}
.header-style-one .header-lower .main-box .nav-outer .nav .navigation .dropdown:hover i {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.header-style-one .header-lower .main-box .nav-outer .nav .navigation .dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--theme-color1);
  padding: 2px 0 5px;
  margin-top: 30px;
  margin-bottom: 0;
  min-width: 220px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.09);
          box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style-one .header-lower .main-box .nav-outer .nav .navigation .dropdown ul li {
  padding: 0 18px;
  white-space: nowrap;
}
.header-style-one .header-lower .main-box .nav-outer .nav .navigation .dropdown ul li a {
  padding: 9px 0 5px;
  display: block;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid rgba(251, 251, 251, 0.5);
  -webkit-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.header-style-one .header-lower .main-box .nav-outer .nav .navigation .dropdown ul li:last-child a {
  border-bottom: 0;
}
.header-style-one .header-lower .main-menu .navigation > li > a {
  color: var(--theme-color-dark);
  font-size: 16px;
  font-family: var(--text-font);
}
.header-style-one .header-lower .main-menu .navigation > li > a:hover {
  color: var(--theme-color-dark);
}
.header-style-one .header-lower .outer-box .contact-info {
  position: relative;
  padding-left: 50px;
}
.header-style-one .header-lower .outer-box .contact-info .image {
  position: absolute;
  top: 12px;
  left: 0;
}
.header-style-one .header-lower .outer-box .contact-info span {
  font-size: 12px;
  color: var(--theme-color-light);
}
.header-style-one .header-lower .outer-box .contact-info .title {
  color: var(--theme-color-light);
  margin-top: -4px;
  margin-bottom: 0;
}
.header-style-one .header-lower .outer-box .social-list-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 71px;
  position: relative;
}
.header-style-one .header-lower .outer-box .social-list-one::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -31px;
  width: 2px;
  height: 50px;
  background-color: #525c5c;
}
.header-style-one .header-lower .outer-box .social-list-one li {
  margin-right: 48px;
}
.header-style-one .header-lower .outer-box .social-list-one li:last-child {
  margin-right: 0;
}
.header-style-one .header-lower .outer-box .social-list-one li a {
  font-size: 24px;
  color: var(--theme-color-light);
}
.header-style-one .header-lower .main-menu .navigation > li {
  padding: 0;
  margin: 0 30px 0 15px;
}
.header-style-one .header-lower .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-one .header-lower .main-menu .navigation > li .dropdown-btn {
  position: absolute;
  top: 0px;
  right: -15px;
}
.header-style-one .header-lower .mobile-nav-toggler {
  display: inline-block;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  color: #000;
  margin-left: 40px;
  display: none;
}
@media (max-width: 1199.98px) {
  .header-style-one .header-lower .mobile-nav-toggler {
    display: inline-block;
  }
}
.header-style-one .header-lower .main-box .nav-outer .nav .navigation li a {
  color: var(--theme-color-dark);
}
.header-style-one .header-lower .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color-dark);
}
.header-style-one .header-lower .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color-v2);
}
@media (max-width: 767.98px) {
  .header-style-one .header-lower .contact-info {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header-style-one .header-lower .contact-info {
    display: unset;
    width: 232px;
    margin-left: -170px;
  }
}
.header-style-one .header-lower .outer-box {
  position: relative;
}
@media (max-width: 767.98px) {
  .header-style-one .header-lower .outer-box:before {
    display: none;
  }
}
.header-style-one .header-lower .outer-box .btn .header-btn-two {
  background-color: var(--theme-color1);
  border-radius: 0;
  font-weight: 600;
  color: var(--theme-color-light);
  padding: 16px 30px 17px;
  border-radius: 5px;
  font-family: var(--text-font);
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .header-style-one .header-lower .outer-box .btn {
    display: none;
  }
}
.header-style-one .header-lower .outer-box .search-btn {
  margin-right: 17px;
  font-size: 15px;
  color: var(--theme-color-dark);
}
@media (max-width: 767.98px) {
  .header-style-one .header-lower .outer-box .search-btn {
    display: none;
  }
}

.sticky-header .mobile-nav-toggler {
  top: 20px;
}

/*** 

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

***/
.header-style-two {
  border-bottom: 1px solid #4b5758;
}
@media (max-width: 1199.98px) {
  .header-style-two {
    padding: 20px 0;
  }
}
.header-style-two .btn {
  padding-right: 0;
}
.header-style-two .header-lower {
  padding: 0;
}
.header-style-two .header-lower .inner-container {
  max-width: 1792px;
  margin: 0 auto;
  padding: 0 15px;
}
.header-style-two .header-lower .main-box .logo-box .logo img {
  max-width: 110px;
}
.header-style-two .header-lower .main-box .nav-outer .nav .navigation li a {
  color: var(--theme-color-light);
  font-weight: 500;
}
.header-style-two .header-lower .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color1);
}
.header-style-two .header-lower .main-box .nav-outer .nav .navigation .dropdown i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  margin-left: 5px;
}
.header-style-two .header-lower .main-box .nav-outer .nav .navigation .dropdown:hover ul {
  opacity: 1;
  visibility: visible;
  margin-top: 17px;
}
.header-style-two .header-lower .main-box .nav-outer .nav .navigation .dropdown:hover i {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.header-style-two .header-lower .main-box .nav-outer .nav .navigation .dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--theme-color1);
  padding: 2px 0 5px;
  margin-top: 30px;
  margin-bottom: 0;
  min-width: 220px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.09);
          box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style-two .header-lower .main-box .nav-outer .nav .navigation .dropdown ul li {
  padding: 0 18px;
  white-space: nowrap;
}
.header-style-two .header-lower .main-box .nav-outer .nav .navigation .dropdown ul li a {
  padding: 9px 0 5px;
  display: block;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid rgba(251, 251, 251, 0.5);
  -webkit-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.header-style-two .header-lower .main-box .nav-outer .nav .navigation .dropdown ul li:last-child a {
  border-bottom: 0;
}
.header-style-two .header-lower .main-menu .navigation > li > a {
  color: var(--theme-color-dark);
  font-size: 16px;
  font-family: var(--text-font);
}
.header-style-two .header-lower .main-menu .navigation > li > a:hover {
  color: var(--theme-color-dark);
}
.header-style-two .header-lower .outer-box .contact-info {
  position: relative;
  padding-left: 50px;
}
.header-style-two .header-lower .outer-box .contact-info .image {
  position: absolute;
  top: 12px;
  left: 0;
}
.header-style-two .header-lower .outer-box .contact-info span {
  font-size: 12px;
  color: var(--theme-color-light);
}
.header-style-two .header-lower .outer-box .contact-info .title {
  color: var(--theme-color-light);
  margin-top: -4px;
  margin-bottom: 0;
}
.header-style-two .header-lower .main-menu .navigation > li {
  padding: 0;
  margin: 0 30px 0 15px;
}
.header-style-two .header-lower .main-menu .navigation > li:first-child {
  color: var(--theme-color1);
}
.header-style-two .header-lower .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-two .header-lower .main-menu .navigation > li .dropdown-btn {
  position: absolute;
  top: 0px;
  right: -15px;
}
.header-style-two .header-lower .mobile-nav-toggler {
  display: inline-block;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  color: #000;
  margin-left: 40px;
  display: none;
}
@media (max-width: 1199.98px) {
  .header-style-two .header-lower .mobile-nav-toggler {
    display: inline-block;
    margin-left: auto;
  }
}
.header-style-two .header-lower .main-box .nav-outer .nav .navigation li a {
  color: var(--theme-color-dark);
}
.header-style-two .header-lower .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color1);
}
.header-style-two .header-lower .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color-v2);
}
.header-style-two .header-lower .sticky-header {
  background-color: var(--theme-color-v2);
}
.header-style-two .header-lower .sticky-header .mobile-nav-toggler {
  display: none;
}
.header-style-two .header-lower .sticky-header .main-menu .navigation > li.current > a, .header-style-two .header-lower .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color-v2);
}
.header-style-two .header-lower .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-two .header-lower .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
}
.header-style-two .header-lower .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 .header-lower .sticky-header .main-menu .navigation > li.current > a, .header-style-two .header-lower .sticky-header .main-menu .navigation > li:hover > a {
  color: #fff;
}
.header-style-two .header-lower .sticky-header .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .header-style-two .header-lower .contact-info {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header-style-two .header-lower .contact-info {
    display: unset;
    width: 232px;
    margin-left: -170px;
  }
}
.header-style-two .header-lower .social-list-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 19px;
}
@media (max-width: 1199.98px) {
  .header-style-two .header-lower .social-list-one {
    display: none;
  }
}
.header-style-two .header-lower .social-list-one li {
  margin: 0 2px;
  padding-left: 0;
  line-height: 0;
}
.header-style-two .header-lower .social-list-one li:last-child {
  margin-right: 10px;
}
.header-style-two .header-lower .social-list-one li a {
  font-size: 15px;
  color: var(--theme-color-dark);
  height: 26px;
  width: 26px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.header-style-two .header-lower .contact-box {
  background-color: var(--theme-color1);
  position: relative;
  padding: 12px 55px 15px 36px;
  margin-right: -321px;
}
@media (max-width: 767.98px) {
  .header-style-two .header-lower .contact-box {
    margin-top: 20px;
  }
}
@media (max-width: 1399.98px) {
  .header-style-two .header-lower .contact-box {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .header-style-two .header-lower .contact-box {
    display: none;
  }
}
.header-style-two .header-lower .contact-box .icon-box .phone {
  position: absolute;
  top: 13px;
  left: 33px;
  width: 55px;
  height: 55px;
  color: var(--theme-color-light);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  background-color: rgba(255, 255, 255, 0.2);
}
.header-style-two .header-lower .contact-box .icon-box .content-box {
  padding-left: 63px;
}
.header-style-two .header-lower .contact-box .icon-box .content-box span {
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-weight: 500;
  display: block;
}
.header-style-two .header-lower .contact-box .icon-box .content-box a {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color-light);
}

@media only screen and (max-width: 1850px) {
  .header-style-two.main-header .main-box .nav-outer {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1366px) {
  .header-style-two .header-lower .main-menu .navigation > li {
    margin: 0 10px;
  }
}
/*** 

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

***/
.header-style-three .btn {
  padding-right: 0;
}
.header-style-three .header-top {
  padding: 12px 0 15px;
}
@media (max-width: 1199.98px) {
  .header-style-three .header-top {
    padding-bottom: 52px;
  }
}
.header-style-three .header-top .mobile-nav-toggler {
  display: none;
  position: relative;
  top: 4px;
}
@media (max-width: 1199.98px) {
  .header-style-three .header-top .mobile-nav-toggler {
    display: inline-block;
  }
}
.header-style-three .header-top .auto-container {
  max-width: 1320px;
}
.header-style-three .header-top .outer-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-three .header-top .outer-box .logo-box .logo img {
  max-width: 110px;
}
.header-style-three .header-top .outer-box .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .header-style-three .header-top .outer-box .contact-box {
    display: none;
  }
}
.header-style-three .header-top .outer-box .contact-box .icon-box {
  position: relative;
  margin-right: 41px;
}
@media (max-width: 767.98px) {
  .header-style-three .header-top .outer-box .contact-box .icon-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .header-style-three .header-top .outer-box .contact-box .icon-box {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.header-style-three .header-top .outer-box .contact-box .icon-box:last-child {
  margin-right: 0;
}
.header-style-three .header-top .outer-box .contact-box .icon-box .phone {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 20px;
  width: 40px;
  height: 40px;
  color: var(--theme-color1);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  background-color: rgba(253, 236, 233, 0.9);
}
.header-style-three .header-top .outer-box .contact-box .icon-box .content-box {
  padding-left: 55px;
}
.header-style-three .header-top .outer-box .contact-box .icon-box .content-box span {
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-weight: 500;
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: -3px;
}
.header-style-three .header-top .outer-box .contact-box .icon-box .content-box a {
  font-weight: 400;
  color: var(--theme-color-dark);
}
.header-style-three .header-lower {
  padding: 0;
}
@media (max-width: 1199.98px) {
  .header-style-three .header-lower {
    display: none;
  }
}
.header-style-three .header-lower .inner-container {
  background-color: #f2f1ec;
  max-width: 1341px;
  margin: 0 auto;
  padding: 15px 22px 15px 9px;
}
.header-style-three .header-lower .main-box .logo-box .logo img {
  max-width: 110px;
}
.header-style-three .header-lower .main-box .nav-outer {
  margin-left: 0;
}
@media (max-width: 1399.98px) {
  .header-style-three .header-lower .main-box .nav-outer .main-menu {
    display: unset;
  }
}
@media (max-width: 767.98px) {
  .header-style-three .header-lower .main-box .nav-outer .main-menu {
    display: none;
  }
}
.header-style-three .header-lower .main-box .nav-outer .nav .navigation li a {
  color: var(--theme-color-light);
  font-weight: 500;
}
.header-style-three .header-lower .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color1);
}
.header-style-three .header-lower .main-box .nav-outer .nav .navigation .dropdown i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  margin-left: 5px;
}
.header-style-three .header-lower .main-box .nav-outer .nav .navigation .dropdown:hover ul {
  opacity: 1;
  visibility: visible;
  margin-top: 17px;
}
.header-style-three .header-lower .main-box .nav-outer .nav .navigation .dropdown:hover i {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.header-style-three .header-lower .main-box .nav-outer .nav .navigation .dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--theme-color1);
  padding: 2px 0 5px;
  margin-top: 30px;
  margin-bottom: 0;
  min-width: 220px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.09);
          box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style-three .header-lower .main-box .nav-outer .nav .navigation .dropdown ul li {
  padding: 0 18px;
  white-space: nowrap;
}
.header-style-three .header-lower .main-box .nav-outer .nav .navigation .dropdown ul li a {
  padding: 9px 0 5px;
  display: block;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid rgba(251, 251, 251, 0.5);
  -webkit-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.header-style-three .header-lower .main-box .nav-outer .nav .navigation .dropdown ul li:last-child a {
  border-bottom: 0;
}
.header-style-three .header-lower .main-menu .navigation > li > a {
  color: var(--text-color);
  font-size: 16px;
  font-family: var(--text-font);
}
.header-style-three .header-lower .main-menu .navigation > li > a:hover {
  color: var(--theme-color-dark);
}
.header-style-three .header-lower .outer-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .header-style-three .header-lower .outer-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header-style-three .header-lower .outer-box .contact-info {
  position: relative;
  padding-left: 50px;
}
.header-style-three .header-lower .outer-box .contact-info .image {
  position: absolute;
  top: 12px;
  left: 0;
}
.header-style-three .header-lower .outer-box .contact-info span {
  font-size: 12px;
  color: var(--theme-color-light);
}
.header-style-three .header-lower .outer-box .contact-info .title {
  color: var(--theme-color-light);
  margin-top: -4px;
  margin-bottom: 0;
}
.header-style-three .header-lower .outer-box .social-list-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 71px;
  position: relative;
}
.header-style-three .header-lower .outer-box .social-list-one::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -31px;
  width: 2px;
  height: 50px;
  background-color: #525c5c;
}
.header-style-three .header-lower .outer-box .social-list-one li {
  margin-right: 48px;
}
.header-style-three .header-lower .outer-box .social-list-one li:last-child {
  margin-right: 0;
}
.header-style-three .header-lower .outer-box .social-list-one li a {
  font-size: 24px;
  color: var(--theme-color-light);
}
.header-style-three .header-lower .main-menu .navigation > li {
  padding: 0;
  margin: 0 30px 0 15px;
}
.header-style-three .header-lower .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-three .header-lower .main-menu .navigation > li .dropdown-btn {
  position: absolute;
  top: 0px;
  right: -15px;
}
.header-style-three .header-lower .mobile-nav-toggler {
  display: inline-block;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  color: #000;
  margin-left: 40px;
  display: none;
}
@media (max-width: 1199.98px) {
  .header-style-three .header-lower .mobile-nav-toggler {
    display: inline-block;
  }
}
.header-style-three .header-lower .main-box .nav-outer .nav .navigation li a {
  color: var(--text-color);
}
.header-style-three .header-lower .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color-dark);
}
.header-style-three .header-lower .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color-v2);
}
.header-style-three .header-lower .sticky-header {
  background-color: var(--theme-color-v2);
}
.header-style-three .header-lower .sticky-header .mobile-nav-toggler {
  display: none;
}
.header-style-three .header-lower .sticky-header .main-menu .navigation > li.current > a, .header-style-three .header-lower .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color-v2);
}
.header-style-three .header-lower .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-three .header-lower .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
}
.header-style-three .header-lower .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 .header-lower .sticky-header .main-menu .navigation > li.current > a, .header-style-three .header-lower .sticky-header .main-menu .navigation > li:hover > a {
  color: #fff;
}
.header-style-three .header-lower .sticky-header .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .header-style-three .header-lower .contact-info {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header-style-three .header-lower .contact-info {
    display: unset;
    width: 232px;
    margin-left: -170px;
  }
}
.header-style-three .header-lower .menu-btn {
  width: 40px;
  height: 40px;
  background-color: var(--theme-color1);
  text-align: center;
  line-height: 40px;
  color: var(--theme-color-light);
}
@media (max-width: 1199.98px) {
  .header-style-three .header-lower .menu-btn {
    display: none;
  }
}
.header-style-three .header-lower .search-btn {
  margin-right: 24px;
}
@media (max-width: 1199.98px) {
  .header-style-three .header-lower .search-btn {
    display: none;
  }
}

/*** 

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

***/
.header-style-four {
  position: absolute;
}
.header-style-four .btn {
  padding-right: 0;
}
.header-style-four .header-lower {
  padding: 28px 0 0;
}
.header-style-four .header-lower .inner-container {
  max-width: 1792px;
  margin: 0 auto;
  padding: 0 15px;
}
.header-style-four .header-lower .main-box .logo-box .logo img {
  max-width: 110px;
}
.header-style-four .header-lower .main-box .nav-outer {
  margin-left: 243px;
}
@media (max-width: 1399.98px) {
  .header-style-four .header-lower .main-box .nav-outer {
    margin-left: 157px;
  }
}
@media (max-width: 1399.98px) {
  .header-style-four .header-lower .main-box .nav-outer .nav {
    display: unset;
  }
}
@media (max-width: 1199.98px) {
  .header-style-four .header-lower .main-box .nav-outer .nav {
    display: none;
  }
}
.header-style-four .header-lower .main-box .nav-outer .nav .navigation li a {
  color: var(--theme-color-light);
  font-weight: 500;
}
.header-style-four .header-lower .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color1);
}
.header-style-four .header-lower .main-box .nav-outer .nav .navigation .dropdown i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  margin-left: 5px;
}
.header-style-four .header-lower .main-box .nav-outer .nav .navigation .dropdown:hover ul {
  opacity: 1;
  visibility: visible;
  margin-top: 17px;
}
.header-style-four .header-lower .main-box .nav-outer .nav .navigation .dropdown:hover i {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.header-style-four .header-lower .main-box .nav-outer .nav .navigation .dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--theme-color1);
  padding: 2px 0 5px;
  margin-top: 30px;
  margin-bottom: 0;
  min-width: 220px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.09);
          box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style-four .header-lower .main-box .nav-outer .nav .navigation .dropdown ul li {
  padding: 0 18px;
  white-space: nowrap;
}
.header-style-four .header-lower .main-box .nav-outer .nav .navigation .dropdown ul li a {
  padding: 9px 0 5px;
  display: block;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid rgba(251, 251, 251, 0.5);
  -webkit-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.header-style-four .header-lower .main-box .nav-outer .nav .navigation .dropdown ul li:last-child a {
  border-bottom: 0;
}
.header-style-four .header-lower .main-menu .navigation > li > a {
  color: var(--theme-color-light);
  font-size: 16px;
  font-family: var(--text-font);
}
.header-style-four .header-lower .main-menu .navigation > li > a:hover {
  color: var(--theme-color-dark);
}
.header-style-four .header-lower .outer-box .contact-info {
  position: relative;
  padding-left: 50px;
}
.header-style-four .header-lower .outer-box .contact-info .image {
  position: absolute;
  top: 12px;
  left: 0;
}
.header-style-four .header-lower .outer-box .contact-info span {
  font-size: 12px;
  color: var(--theme-color-light);
}
.header-style-four .header-lower .outer-box .contact-info .title {
  color: var(--theme-color-light);
  margin-top: -4px;
  margin-bottom: 0;
}
.header-style-four .header-lower .outer-box .social-list-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 71px;
  position: relative;
}
.header-style-four .header-lower .outer-box .social-list-one::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -31px;
  width: 2px;
  height: 50px;
  background-color: #525c5c;
}
.header-style-four .header-lower .outer-box .social-list-one li {
  margin-right: 48px;
}
.header-style-four .header-lower .outer-box .social-list-one li:last-child {
  margin-right: 0;
}
.header-style-four .header-lower .outer-box .social-list-one li a {
  font-size: 24px;
  color: var(--theme-color-light);
}
.header-style-four .header-lower .main-menu .navigation > li {
  padding: 0;
  margin: 0 30px 0 15px;
}
.header-style-four .header-lower .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-four .header-lower .main-menu .navigation > li .dropdown-btn {
  position: absolute;
  top: 0px;
  right: -15px;
}
.header-style-four .header-lower .mobile-nav-toggler {
  display: inline-block;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  color: #000;
  margin-left: 40px;
  display: none;
}
@media (max-width: 1199.98px) {
  .header-style-four .header-lower .mobile-nav-toggler {
    display: inline-block;
    color: var(--theme-color-light);
  }
}
.header-style-four .header-lower .main-box .nav-outer .nav .navigation li a {
  color: var(--theme-color-light);
}
.header-style-four .header-lower .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color1);
}
.header-style-four .header-lower .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color-v2);
}
.header-style-four .header-lower .sticky-header {
  background-color: var(--theme-color-v2);
}
.header-style-four .header-lower .sticky-header .mobile-nav-toggler {
  display: none;
}
.header-style-four .header-lower .sticky-header .main-menu .navigation > li.current > a, .header-style-four .header-lower .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color-v2);
}
.header-style-four .header-lower .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-four .header-lower .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
}
.header-style-four .header-lower .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 .header-lower .sticky-header .main-menu .navigation > li.current > a, .header-style-four .header-lower .sticky-header .main-menu .navigation > li:hover > a {
  color: #fff;
}
.header-style-four .header-lower .sticky-header .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .header-style-four .header-lower .contact-info {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header-style-four .header-lower .contact-info {
    display: unset;
    width: 232px;
    margin-left: -170px;
  }
}
.header-style-four .header-lower .outer-box {
  position: relative;
}
@media (max-width: 767.98px) {
  .header-style-four .header-lower .outer-box:before {
    display: none;
  }
}
.header-style-four .header-lower .outer-box .btn .header-btn-two {
  background-color: var(--theme-color1);
  border-radius: 0;
  font-weight: 700;
  line-height: 50px;
  height: 50px;
  color: var(--theme-color-light);
  padding: 0 30px;
  display: inline-block;
  font-family: var(--text-font);
  text-transform: uppercase;
  font-size: 14px;
}
.header-style-four .header-lower .outer-box .btn .header-btn-two i {
  font-size: 13px;
  margin-left: 9px;
}
@media (max-width: 767.98px) {
  .header-style-four .header-lower .outer-box .btn {
    display: none;
  }
}
.header-style-four .header-lower .outer-box .search-btn {
  position: relative;
  z-index: 99;
  margin-right: 39px;
  font-size: 15px;
  color: var(--theme-color-light);
}
@media (max-width: 767.98px) {
  .header-style-four .header-lower .outer-box .search-btn {
    display: none;
  }
}
.header-style-four .header-lower .outer-box .search-btn a {
  color: var(--theme-color-light);
}

/*** 

====================================================================
    header-style-five
====================================================================

***/
.header-style-five {
  background-color: #f2f1ec;
}
@media (max-width: 767.98px) {
  .header-style-five {
    padding-bottom: 20px;
  }
}
.header-style-five .btn {
  padding-right: 0;
}
.header-style-five .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
}
.header-style-five .header-top .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .header-style-five .header-top .outer-box {
    -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;
  }
}
.header-style-five .header-top .outer-box .top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .header-style-five .header-top .outer-box .top-left {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .header-style-five .header-top .outer-box .top-left {
    -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;
  }
}
.header-style-five .header-top .outer-box .top-left li {
  position: relative;
  padding-left: 26px;
  margin-right: 28px;
}
@media (max-width: 575.98px) {
  .header-style-five .header-top .outer-box .top-left li {
    margin-bottom: 10px;
  }
}
.header-style-five .header-top .outer-box .top-left li:last-child {
  margin-right: 0;
}
.header-style-five .header-top .outer-box .top-left li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #f9773d;
}
.header-style-five .header-top .outer-box .top-left li a {
  color: var(--theme-color-dark);
}
.header-style-five .header-top .outer-box .top-right li {
  margin-right: 6px;
}
.header-style-five .header-top .outer-box .top-right li:last-child {
  margin-right: 0;
}
.header-style-five .header-top .outer-box .top-right li a {
  width: 42px;
  height: 42px;
  text-align: center;
  display: inline-block;
  line-height: 42px;
  border-radius: 50%;
  background-color: rgba(29, 29, 29, 0.0588235294);
  color: var(--theme-color-dark);
  -webkit-transition: all 90.3s ease;
  transition: all 90.3s ease;
}
.header-style-five .header-top .outer-box .top-right li a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.header-style-five .header-lower {
  padding: 18px 0 5px;
}
.header-style-five .header-lower .inner-container {
  max-width: 1792px;
  margin: 0 auto;
  padding: 0 15px;
}
.header-style-five .header-lower .main-box .logo-box .logo img {
  max-width: 110px;
}
.header-style-five .header-lower .main-box .nav-outer {
  margin-left: 190px;
}
@media (max-width: 1399.98px) {
  .header-style-five .header-lower .main-box .nav-outer {
    margin-left: 157px;
  }
}
@media (max-width: 1399.98px) {
  .header-style-five .header-lower .main-box .nav-outer .nav {
    display: unset;
  }
}
@media (max-width: 1199.98px) {
  .header-style-five .header-lower .main-box .nav-outer .nav {
    display: none;
  }
}
.header-style-five .header-lower .main-box .nav-outer .nav .navigation li a {
  color: var(--theme-color-dark);
  font-weight: 500;
}
.header-style-five .header-lower .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color1);
}
.header-style-five .header-lower .main-box .nav-outer .nav .navigation .dropdown i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  margin-left: 5px;
}
.header-style-five .header-lower .main-box .nav-outer .nav .navigation .dropdown:hover ul {
  opacity: 1;
  visibility: visible;
  margin-top: 17px;
}
.header-style-five .header-lower .main-box .nav-outer .nav .navigation .dropdown:hover i {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.header-style-five .header-lower .main-box .nav-outer .nav .navigation .dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--theme-color1);
  padding: 2px 0 5px;
  margin-top: 30px;
  margin-bottom: 0;
  min-width: 220px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.09);
          box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style-five .header-lower .main-box .nav-outer .nav .navigation .dropdown ul li {
  padding: 0 18px;
  white-space: nowrap;
}
.header-style-five .header-lower .main-box .nav-outer .nav .navigation .dropdown ul li a {
  padding: 9px 0 5px;
  display: block;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid rgba(251, 251, 251, 0.5);
  -webkit-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.header-style-five .header-lower .main-box .nav-outer .nav .navigation .dropdown ul li:last-child a {
  border-bottom: 0;
}
.header-style-five .header-lower .main-menu .navigation > li > a {
  color: var(--theme-color-dark);
  font-size: 16px;
  font-family: var(--text-font);
}
.header-style-five .header-lower .main-menu .navigation > li > a:hover {
  color: var(--theme-color-dark);
}
.header-style-five .header-lower .outer-box .contact-info {
  position: relative;
  padding-left: 50px;
}
.header-style-five .header-lower .outer-box .contact-info .image {
  position: absolute;
  top: 12px;
  left: 0;
}
.header-style-five .header-lower .outer-box .contact-info span {
  font-size: 12px;
  color: var(--theme-color-light);
}
.header-style-five .header-lower .outer-box .contact-info .title {
  color: var(--theme-color-light);
  margin-top: -4px;
  margin-bottom: 0;
}
.header-style-five .header-lower .outer-box .social-list-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 71px;
  position: relative;
}
.header-style-five .header-lower .outer-box .social-list-one::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -31px;
  width: 2px;
  height: 50px;
  background-color: #525c5c;
}
.header-style-five .header-lower .outer-box .social-list-one li {
  margin-right: 48px;
}
.header-style-five .header-lower .outer-box .social-list-one li:last-child {
  margin-right: 0;
}
.header-style-five .header-lower .outer-box .social-list-one li a {
  font-size: 24px;
  color: var(--theme-color-light);
}
.header-style-five .header-lower .main-menu .navigation > li {
  padding: 0;
  margin: 0 30px 0 15px;
}
.header-style-five .header-lower .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-five .header-lower .main-menu .navigation > li .dropdown-btn {
  position: absolute;
  top: 0px;
  right: -15px;
}
.header-style-five .header-lower .mobile-nav-toggler {
  display: inline-block;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  color: #000;
  margin-left: 40px;
  display: none;
}
@media (max-width: 1199.98px) {
  .header-style-five .header-lower .mobile-nav-toggler {
    display: inline-block;
    color: var(--theme-color-dark);
  }
}
@media (max-width: 575.98px) {
  .header-style-five .header-lower .mobile-nav-toggler {
    position: relative;
  }
}
.header-style-five .header-lower .main-box .nav-outer .nav .navigation li a {
  color: var(--theme-color-dark);
}
.header-style-five .header-lower .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color-dark);
}
.header-style-five .header-lower .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color-v2);
}
.header-style-five .header-lower .sticky-header {
  background-color: var(--theme-color-v2);
}
.header-style-five .header-lower .sticky-header .mobile-nav-toggler {
  display: none;
}
.header-style-five .header-lower .sticky-header .main-menu .navigation > li.current > a, .header-style-five .header-lower .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color-v2);
}
.header-style-five .header-lower .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-five .header-lower .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
}
.header-style-five .header-lower .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-five .header-lower .sticky-header .main-menu .navigation > li.current > a, .header-style-five .header-lower .sticky-header .main-menu .navigation > li:hover > a {
  color: #fff;
}
.header-style-five .header-lower .sticky-header .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .header-style-five .header-lower .contact-info {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header-style-five .header-lower .contact-info {
    display: unset;
    width: 232px;
    margin-left: -170px;
  }
}
.header-style-five .header-lower .outer-box {
  position: relative;
}
@media (max-width: 767.98px) {
  .header-style-five .header-lower .outer-box:before {
    display: none;
  }
}
.header-style-five .header-lower .outer-box .btn .header-btn-two {
  background-color: var(--theme-color1);
  border-radius: 0;
  font-weight: 700;
  line-height: 58px;
  height: 58px;
  color: var(--theme-color-light);
  padding: 0 30px;
  display: inline-block;
  font-family: var(--text-font);
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
}
.header-style-five .header-lower .outer-box .btn .header-btn-two i {
  font-size: 13px;
  margin-left: 9px;
}
@media (max-width: 767.98px) {
  .header-style-five .header-lower .outer-box .btn {
    display: none;
  }
}
.header-style-five .header-lower .outer-box .search-btn {
  position: relative;
  z-index: 99;
  margin-right: 39px;
  font-size: 15px;
  color: var(--theme-color-light);
}
@media (max-width: 767.98px) {
  .header-style-five .header-lower .outer-box .search-btn {
    display: none;
  }
}
.header-style-five .header-lower .outer-box .search-btn a {
  color: var(--theme-color-light);
}

/*** 

====================================================================
    header-style-six
====================================================================

***/
@media (max-width: 767.98px) {
  .header-style-six {
    padding-bottom: 10px;
  }
}
.header-style-six .btn {
  padding-right: 0;
}
.header-style-six .auto-container {
  max-width: 1967px;
}
.header-style-six .header-lower {
  padding: 7px 0 0px;
}
@media (max-width: 991.98px) {
  .header-style-six .header-lower {
    padding-bottom: 20px;
    padding-top: 10px;
  }
}
.header-style-six .header-lower .inner-container {
  max-width: 1792px;
  margin: 0 auto;
  padding: 0 15px;
}
.header-style-six .header-lower .main-box .logo-box .logo img {
  max-width: 110px;
}
.header-style-six .header-lower .main-box .nav-outer {
  margin-left: 136px;
}
@media (max-width: 1399.98px) {
  .header-style-six .header-lower .main-box .nav-outer {
    margin-left: 50px;
    margin-right: 15px;
  }
}
@media (max-width: 1399.98px) {
  .header-style-six .header-lower .main-box .nav-outer .nav {
    display: unset;
  }
}
@media (max-width: 1199.98px) {
  .header-style-six .header-lower .main-box .nav-outer .nav {
    display: none;
  }
}
.header-style-six .header-lower .main-box .nav-outer .nav .navigation li a {
  color: var(--theme-color-dark);
  font-weight: 500;
}
.header-style-six .header-lower .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color1);
}
.header-style-six .header-lower .main-box .nav-outer .nav .navigation .dropdown i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  margin-left: 5px;
}
.header-style-six .header-lower .main-box .nav-outer .nav .navigation .dropdown:hover ul {
  opacity: 1;
  visibility: visible;
  margin-top: 17px;
}
.header-style-six .header-lower .main-box .nav-outer .nav .navigation .dropdown:hover i {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.header-style-six .header-lower .main-box .nav-outer .nav .navigation .dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--theme-color1);
  padding: 2px 0 5px;
  margin-top: 30px;
  margin-bottom: 0;
  min-width: 220px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.09);
          box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style-six .header-lower .main-box .nav-outer .nav .navigation .dropdown ul li {
  padding: 0 18px;
  white-space: nowrap;
}
.header-style-six .header-lower .main-box .nav-outer .nav .navigation .dropdown ul li a {
  padding: 9px 0 5px;
  display: block;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid rgba(251, 251, 251, 0.5);
  -webkit-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.header-style-six .header-lower .main-box .nav-outer .nav .navigation .dropdown ul li:last-child a {
  border-bottom: 0;
}
.header-style-six .header-lower .main-menu .navigation > li > a {
  color: var(--theme-color-dark);
  font-size: 16px;
  font-family: var(--text-font);
}
.header-style-six .header-lower .main-menu .navigation > li > a:hover {
  color: var(--theme-color-dark);
}
.header-style-six .header-lower .outer-box .top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
}
@media (max-width: 1399.98px) {
  .header-style-six .header-lower .outer-box .top-right {
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .header-style-six .header-lower .outer-box .top-right {
    display: none;
  }
}
.header-style-six .header-lower .outer-box .top-right li {
  margin-right: 10px;
}
.header-style-six .header-lower .outer-box .top-right li:last-child {
  margin-right: 0;
}
.header-style-six .header-lower .outer-box .top-right li a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #f2f1ec;
  line-height: 42px;
  text-align: center;
  color: var(--text-font2);
  display: inline-block;
}
.header-style-six .header-lower .outer-box .top-right li a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.header-style-six .header-lower .outer-box .contact-info {
  position: relative;
  padding-left: 58px;
  margin-left: 128px;
}
@media (max-width: 1399.98px) {
  .header-style-six .header-lower .outer-box .contact-info {
    margin-left: auto;
  }
}
@media (max-width: 1199.98px) {
  .header-style-six .header-lower .outer-box .contact-info {
    margin-left: 35px;
  }
}
@media (max-width: 991.98px) {
  .header-style-six .header-lower .outer-box .contact-info {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header-style-six .header-lower .outer-box .contact-info {
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .header-style-six .header-lower .outer-box .contact-info {
    margin-left: 0;
    margin-top: 20px;
  }
}
.header-style-six .header-lower .outer-box .contact-info i {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 32px;
  color: #f97340;
}
.header-style-six .header-lower .outer-box .contact-info span {
  color: #757474;
  display: block;
}
.header-style-six .header-lower .outer-box .contact-info .title {
  margin-top: -2px;
}
.header-style-six .header-lower .outer-box .contact-info .title a {
  font-weight: 700;
  margin-bottom: 0;
}
.header-style-six .header-lower .main-menu .navigation > li {
  padding: 0;
  margin: 0 30px 0 15px;
}
.header-style-six .header-lower .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-six .header-lower .main-menu .navigation > li .dropdown-btn {
  position: absolute;
  top: 0px;
  right: -15px;
}
.header-style-six .header-lower .mobile-nav-toggler {
  display: inline-block;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  color: #000;
  margin-left: 40px;
  display: none;
}
@media (max-width: 1199.98px) {
  .header-style-six .header-lower .mobile-nav-toggler {
    display: inline-block;
    color: #000;
    top: 5px;
  }
}
.header-style-six .header-lower .main-box .nav-outer .nav .navigation li a {
  color: var(--theme-color-dark);
}
.header-style-six .header-lower .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color-dark);
}
.header-style-six .header-lower .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color-v2);
}
.header-style-six .header-lower .sticky-header {
  background-color: var(--theme-color-v2);
}
.header-style-six .header-lower .sticky-header .mobile-nav-toggler {
  display: none;
}
.header-style-six .header-lower .sticky-header .main-menu .navigation > li.current > a, .header-style-six .header-lower .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color-v2);
}
.header-style-six .header-lower .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-six .header-lower .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
}
.header-style-six .header-lower .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-six .header-lower .sticky-header .main-menu .navigation > li.current > a, .header-style-six .header-lower .sticky-header .main-menu .navigation > li:hover > a {
  color: #fff;
}
.header-style-six .header-lower .sticky-header .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .header-style-six .header-lower .contact-info {
    display: unset;
    width: 232px;
    margin-left: -170px;
  }
}
.header-style-six .header-lower .outer-box {
  position: relative;
}
@media (max-width: 767.98px) {
  .header-style-six .header-lower .outer-box:before {
    display: none;
  }
}
.header-style-six .header-lower .outer-box .btn .header-btn-two {
  background-color: var(--theme-color1);
  border-radius: 0;
  font-weight: 700;
  line-height: 58px;
  height: 58px;
  color: var(--theme-color-light);
  padding: 0 30px;
  display: inline-block;
  font-family: var(--text-font);
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
}
.header-style-six .header-lower .outer-box .btn .header-btn-two i {
  font-size: 13px;
  margin-left: 9px;
}
@media (max-width: 767.98px) {
  .header-style-six .header-lower .outer-box .btn {
    display: none;
  }
}
.header-style-six .header-lower .outer-box .search-btn {
  position: relative;
  z-index: 99;
  margin-right: 39px;
  font-size: 15px;
  color: var(--theme-color-light);
}
@media (max-width: 767.98px) {
  .header-style-six .header-lower .outer-box .search-btn {
    display: none;
  }
}
.header-style-six .header-lower .outer-box .search-btn a {
  color: var(--theme-color-light);
}

/*** 

====================================================================
    header-style-seven
====================================================================

***/
.header-style-seven {
  position: absolute;
}
.header-style-seven .btn {
  padding-right: 0;
}
.header-style-seven .header-top {
  padding: 14px 0 18px;
}
.header-style-seven .header-top .auto-container {
  max-width: 1320px;
}
.header-style-seven .header-top .top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .header-style-seven .header-top .top-left {
    margin-top: 10px;
  }
}
.header-style-seven .header-top .top-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .header-style-seven .header-top .top-left ul {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .header-style-seven .header-top .top-left ul {
    -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;
  }
}
.header-style-seven .header-top .top-left ul li {
  margin-right: 30px;
  position: relative;
  padding-left: 24px;
}
@media (max-width: 767.98px) {
  .header-style-seven .header-top .top-left ul li {
    margin-bottom: 10px;
  }
}
.header-style-seven .header-top .top-left ul li a {
  font-size: 16px;
  font-family: var(--text-font);
  color: var(--theme-color-dark);
}
@media (max-width: 575.98px) {
  .header-style-seven .header-top .top-left ul li a {
    font-size: 15px;
  }
}
.header-style-seven .header-top .top-left ul li:last-child {
  margin-right: 0;
}
.header-style-seven .header-top .top-left ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
  margin-right: 10px;
  font-size: 14px;
}
.header-style-seven .header-top .top-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .header-style-seven .header-top .top-right ul {
    margin-top: 20px;
  }
}
.header-style-seven .header-top .top-right ul li {
  margin-right: 28px;
}
.header-style-seven .header-top .top-right ul li:last-child {
  margin-right: 0;
}
.header-style-seven .header-top .outer-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .header-style-seven .header-top .outer-box {
    -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;
  }
}
@media (max-width: 991.98px) {
  .header-style-seven .header-top .outer-box .logo-box {
    margin-bottom: 30px;
  }
}
.header-style-seven .header-top .outer-box .logo-box .logo img {
  max-width: 110px;
}
.header-style-seven .header-top .outer-box .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-style-seven .header-top .outer-box .contact-box .icon-box {
  position: relative;
  margin-right: 41px;
}
@media (max-width: 767.98px) {
  .header-style-seven .header-top .outer-box .contact-box .icon-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .header-style-seven .header-top .outer-box .contact-box .icon-box {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.header-style-seven .header-top .outer-box .contact-box .icon-box:last-child {
  margin-right: 0;
}
.header-style-seven .header-top .outer-box .contact-box .icon-box .phone {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 20px;
  width: 40px;
  height: 40px;
  color: var(--theme-color1);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  background-color: rgba(253, 236, 233, 0.9);
}
.header-style-seven .header-top .outer-box .contact-box .icon-box .content-box {
  padding-left: 55px;
}
.header-style-seven .header-top .outer-box .contact-box .icon-box .content-box span {
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-weight: 500;
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: -3px;
}
.header-style-seven .header-top .outer-box .contact-box .icon-box .content-box a {
  font-weight: 400;
  color: var(--theme-color-dark);
}
.header-style-seven .header-lower {
  padding: 0;
}
.header-style-seven .header-lower .inner-container {
  background-color: var(--theme-color1);
  max-width: 1293px;
  margin: 0 auto;
  padding: 19px 35px 20px 35px;
  border-radius: 0 0 5px 5px;
  padding: 15px;
}
@media (max-width: 991.98px) {
  .header-style-seven .header-lower .main-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-style-seven .header-lower .main-box .logo-box .logo img {
  max-width: 110px;
}
.header-style-seven .header-lower .main-box .nav-outer {
  margin-left: 134px;
}
@media (max-width: 1199.98px) {
  .header-style-seven .header-lower .main-box .nav-outer {
    margin-left: 80px;
  }
}
@media (max-width: 991.98px) {
  .header-style-seven .header-lower .main-box .nav-outer {
    display: none;
  }
}
.header-style-seven .header-lower .main-box .nav-outer .nav .navigation li a {
  color: var(--theme-color-light);
  font-weight: 500;
}
.header-style-seven .header-lower .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color1);
}
.header-style-seven .header-lower .main-box .nav-outer .nav .navigation .dropdown i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  margin-left: 5px;
}
.header-style-seven .header-lower .main-box .nav-outer .nav .navigation .dropdown:hover ul {
  opacity: 1;
  visibility: visible;
  margin-top: 17px;
}
.header-style-seven .header-lower .main-box .nav-outer .nav .navigation .dropdown:hover i {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.header-style-seven .header-lower .main-box .nav-outer .nav .navigation .dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--theme-color1);
  padding: 2px 0 5px;
  margin-top: 30px;
  margin-bottom: 0;
  min-width: 220px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.09);
          box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style-seven .header-lower .main-box .nav-outer .nav .navigation .dropdown ul li {
  padding: 0 18px;
  white-space: nowrap;
}
.header-style-seven .header-lower .main-box .nav-outer .nav .navigation .dropdown ul li a {
  padding: 9px 0 5px;
  display: block;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid rgba(251, 251, 251, 0.5);
  -webkit-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.header-style-seven .header-lower .main-box .nav-outer .nav .navigation .dropdown ul li:last-child a {
  border-bottom: 0;
}
.header-style-seven .header-lower .main-menu .navigation > li > a {
  color: var(--theme-color-light);
  font-size: 16px;
  font-family: var(--text-font);
}
.header-style-seven .header-lower .main-menu .navigation > li > a:hover {
  color: var(--theme-color-dark);
}
.header-style-seven .header-lower .outer-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .header-style-seven .header-lower .outer-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header-style-seven .header-lower .outer-box .contact-info {
  position: relative;
  padding-left: 50px;
}
.header-style-seven .header-lower .outer-box .contact-info .image {
  position: absolute;
  top: 12px;
  left: 0;
}
.header-style-seven .header-lower .outer-box .contact-info span {
  font-size: 12px;
  color: var(--theme-color-light);
}
.header-style-seven .header-lower .outer-box .contact-info .title {
  color: var(--theme-color-light);
  margin-top: -4px;
  margin-bottom: 0;
}
.header-style-seven .header-lower .outer-box .social-list-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 71px;
  position: relative;
}
.header-style-seven .header-lower .outer-box .social-list-one::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -31px;
  width: 2px;
  height: 50px;
  background-color: #525c5c;
}
.header-style-seven .header-lower .outer-box .social-list-one li {
  margin-right: 48px;
}
.header-style-seven .header-lower .outer-box .social-list-one li:last-child {
  margin-right: 0;
}
.header-style-seven .header-lower .outer-box .social-list-one li a {
  font-size: 24px;
  color: var(--theme-color-light);
}
.header-style-seven .header-lower .main-menu .navigation > li {
  padding: 0;
  margin: 0 30px 0 15px;
}
.header-style-seven .header-lower .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-seven .header-lower .main-menu .navigation > li .dropdown-btn {
  color: var(--theme-color-light);
  position: absolute;
  top: 0px;
  right: -15px;
}
.header-style-seven .header-lower .mobile-nav-toggler {
  display: inline-block;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  color: #000;
  margin-left: 40px;
  display: none;
}
@media (max-width: 1199.98px) {
  .header-style-seven .header-lower .mobile-nav-toggler {
    display: inline-block;
  }
}
.header-style-seven .header-lower .main-box .nav-outer .nav .navigation li a {
  color: var(--theme-color-light);
}
.header-style-seven .header-lower .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color-light);
}
.header-style-seven .header-lower .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color-v2);
}
.header-style-seven .header-lower .sticky-header {
  background-color: var(--theme-color-v2);
}
.header-style-seven .header-lower .sticky-header .mobile-nav-toggler {
  display: none;
}
.header-style-seven .header-lower .sticky-header .main-menu .navigation > li.current > a, .header-style-seven .header-lower .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color-v2);
}
.header-style-seven .header-lower .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-seven .header-lower .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
}
.header-style-seven .header-lower .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-seven .header-lower .sticky-header .main-menu .navigation > li.current > a, .header-style-seven .header-lower .sticky-header .main-menu .navigation > li:hover > a {
  color: #fff;
}
.header-style-seven .header-lower .sticky-header .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .header-style-seven .header-lower .contact-info {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header-style-seven .header-lower .contact-info {
    display: unset;
    width: 232px;
    margin-left: -170px;
  }
}
.header-style-seven .header-lower .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-seven .header-lower .btn-box .menu-btn {
  width: 51px;
  height: 51px;
  background-color: var(--theme-color-light);
  text-align: center;
  line-height: 51px;
  font-size: 20px;
  color: var(--theme-color1);
  border-radius: 50%;
}
.header-style-seven .header-lower .btn-box .menu-btn.mobile-nav-toggler {
  display: inline-block;
}
.header-style-seven .header-lower .btn-box .search-btn {
  margin-right: 45px;
  display: none;
}
.header-style-seven .header-lower .btn-box .search-btn .search {
  color: var(--theme-color-light);
  font-size: 20px;
}

/*** 

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

/*** 

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

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

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px;
}
.mobile-menu .close-btn {
  position: relative;
  top: -10px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color3);
  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(--bg-theme-color1);
  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: var(--theme-color3);
}
.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: var(--theme-color2);
}
.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(--bg-theme-color1);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color2);
}

/*** 

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

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

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px;
}
.mobile-menu .close-btn {
  position: relative;
  top: -10px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color3);
  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(--bg-theme-color1);
  padding: 0px 0px;
  z-index: 9;
  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: var(--theme-color3);
}
.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: var(--theme-color2);
}
.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(--bg-theme-color1);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color2);
}

/*** 

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

***/
.sec-title {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .sec-title {
    margin-bottom: 40px;
  }
}
.sec-title .sub-title {
  font-family: var(--title-font);
  font-size: 18px;
  color: var(--theme-color-dark);
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  font-weight: 700;
}
.sec-title .sub-title svg path {
  fill: var(--theme-color1);
}
.sec-title .sub-title svg {
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.sec-title h2 {
  font-size: 35px;
  text-transform: capitalize;
}
.sec-title .text {
  margin-top: 23px;
}
.sec-title.light .text,
.sec-title.light h2,
.sec-title.light h1 {
  color: #fff;
}
.sec-title.light .sub-title {
  color: var(--theme-color-light);
  letter-spacing: 1.5px;
}

/*** 

====================================================================
  banner section
====================================================================

***/
.banner-section {
  position: relative;
  padding: 60px 0 30px;
  background-image: url(../images/background/bg-home1.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .banner-section {
    padding-top: 70px;
  }
}
.banner-section .content-column {
  margin-top: 28px;
}
@media (max-width: 991.98px) {
  .banner-section .content-column .inner-column {
    margin-bottom: 40px;
  }
}
.banner-section .content-column .inner-column .content-box .sub-title {
  font-family: var(--title-font);
  font-size: 18px;
  color: var(--theme-color1);
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 5px;
  font-weight: 700;
}
.banner-section .content-column .inner-column .content-box h1 {
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .banner-section .content-column .inner-column .content-box h1 {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-column .inner-column .content-box h1 {
    font-size: 39px;
    line-height: 39px;
  }
}
.banner-section .content-column .inner-column .content-box .text {
  color: var(--theme-color-dark);
  padding-right: 100px;
  margin-bottom: 43px;
}
@media (max-width: 575.98px) {
  .banner-section .content-column .inner-column .content-box .text {
    padding-right: 0;
  }
}
.banner-section .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .banner-section .content-column .inner-column .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.banner-section .content-column .inner-column .btn-box .read-more {
  background-color: var(--theme-color1);
  text-transform: uppercase;
  padding: 5px 40px;
  font-size: 16px;
  line-height: 50px;
  height: 56px;
  display: inline-block;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-weight: 700;
  border-radius: 5px;
}
@media (max-width: 575.98px) {
  .banner-section .content-column .inner-column .btn-box .read-more {
    width: 157px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section .content-column .inner-column .btn-box-two {
    margin-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-column .inner-column .btn-box-two {
    margin-left: 0;
    margin-top: 20px;
  }
}
.banner-section .content-column .inner-column .btn-box-two .play-now {
  position: relative;
  display: inline-block;
  margin: 0px 20px 0px 20px;
}
.banner-section .content-column .inner-column .btn-box-two .play-now .icon {
  background-color: initial;
  color: var(--theme-color1);
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  font-size: 17px;
  line-height: 52px;
  border: 5px solid #efefef;
}
.banner-section .content-column .inner-column .btn-box-two .play-now .ripple {
  width: 60px;
  height: 60px;
}
.banner-section .content-column .inner-column .btn-box-two .play-now .ripple:before {
  width: 60px;
  height: 60px;
}
.banner-section .content-column .inner-column .btn-box-two .play-now .ripple:after {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 1199px) {
  .banner-section .content-column .inner-column .btn-box-two .play-now {
    margin: 0;
  }
}
.banner-section .content-column .inner-column .btn-box-two span {
  color: #1D1D1D;
  font-family: var(--text-font);
  font-size: 16px;
  font-weight: 400;
}

/*** 

====================================================================
  banner section two
====================================================================

***/
.banner-section-two {
  position: relative;
}
.banner-section-two .content-column {
  max-width: 650px;
}
.banner-section-two .content-column .inner-column {
  padding: 215px 0 183px;
}
@media (max-width: 1199.98px) {
  .banner-section-two .content-column .inner-column {
    padding-top: 150px;
  }
}
.banner-section-two .content-column .inner-column .content-box .sub-title {
  position: relative;
  font-family: var(--title-font);
  font-size: 18px;
  color: var(--theme-color1);
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 9px;
  font-weight: 700;
  display: inline-block;
}
.banner-section-two .content-column .inner-column .content-box h1 {
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--theme-color-light);
}
@media (max-width: 1199.98px) {
  .banner-section-two .content-column .inner-column .content-box h1 {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-two .content-column .inner-column .content-box h1 {
    font-size: 32px;
    line-height: 39px;
  }
}
.banner-section-two .content-column .inner-column .content-box .text {
  color: var(--theme-color-light);
  margin-bottom: 53px;
  position: relative;
}
@media (max-width: 575.98px) {
  .banner-section-two .content-column .inner-column .content-box .text {
    padding-right: 0;
  }
}
.banner-section-two .content-column .inner-column .btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .banner-section-two .content-column .inner-column .btn-box {
    display: block;
  }
}
.banner-section-two .content-column .inner-column .btn-box .read-more {
  background-color: var(--theme-color1);
  text-transform: uppercase;
  padding: 5px 40px 1px 40px;
  font-size: 16px;
  line-height: 50px;
  display: inline-block;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-weight: 700;
  border-radius: 5px;
}
@media (max-width: 575.98px) {
  .banner-section-two .content-column .inner-column .btn-box .read-more {
    width: auto;
  }
}
.banner-section-two .content-column .inner-column .btn-box-two {
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section-two .content-column .inner-column .btn-box-two {
    margin-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-two .content-column .inner-column .btn-box-two {
    margin-left: 0;
    margin-top: 20px;
  }
}
.banner-section-two .content-column .inner-column .btn-box-two .play-now {
  position: relative;
  display: inline-block;
  margin: 0px 20px 0px 45px;
}
.banner-section-two .content-column .inner-column .btn-box-two .play-now .icon {
  background-color: var(--theme-color-light);
  color: var(--theme-color1);
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  font-size: 17px;
  line-height: 60px;
}
.banner-section-two .content-column .inner-column .btn-box-two .play-now .ripple {
  width: 60px;
  height: 60px;
}
.banner-section-two .content-column .inner-column .btn-box-two .play-now .ripple:before {
  width: 60px;
  height: 60px;
}
.banner-section-two .content-column .inner-column .btn-box-two .play-now .ripple:after {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 1199px) {
  .banner-section-two .content-column .inner-column .btn-box-two .play-now {
    margin: 0;
  }
}
.banner-section-two .content-column .inner-column .btn-box-two span {
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 500;
}

/*** 

====================================================================
  banner section three
====================================================================

***/
.banner-section-three {
  position: relative;
  margin-top: -30px;
}
.banner-section-three .banner-slider {
  height: 725px;
}
.banner-section-three .banner-slider .slick-dots {
  display: none !important;
}
@media (max-width: 767.98px) {
  .banner-section-three .banner-slider {
    height: 600px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-three .banner-slider {
    height: 500px;
  }
  .banner-section-three .banner-slider .slick-next,
  .banner-section-three .banner-slider .slick-prev {
    display: none !important;
  }
}
.banner-section-three .banner-slider .slick-list,
.banner-section-three .banner-slider .slick-track {
  height: 100%;
}
.banner-section-three .banner-slider .banner-slide {
  position: relative;
  height: 100%;
}
.banner-section-three .banner-slider .banner-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.banner-section-three .banner-slider .banner-slide .banner-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner-section-three .banner-slider .banner-slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section-three .banner-slider .banner-slide .outer-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner-section-three .banner-slider .banner-slide .outer-box .content-box {
  max-width: 745px;
}
@media (max-width: 991.98px) {
  .banner-section-three .banner-slider .banner-slide .outer-box .content-box {
    max-width: 550px;
  }
}
.banner-section-three .banner-slider .banner-slide .outer-box .content-box .sub-title {
  position: relative;
  display: inline-block;
  z-index: 8;
  font-family: var(--title-font);
  text-transform: uppercase;
  height: auto;
  width: auto;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: normal;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  vertical-align: top;
  text-align: left;
  line-height: 25px;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 18px;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  visibility: visible;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .banner-section-three .banner-slider .banner-slide .outer-box .content-box .sub-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.banner-section-three .banner-slider .banner-slide .outer-box .content-box h1 {
  font-size: 80px;
  position: relative;
  color: var(--theme-color-light);
  font-weight: 700;
  line-height: 91px;
  margin-bottom: 44px;
  text-transform: capitalize;
}
.banner-section-three .banner-slider .banner-slide .outer-box .content-box h1 span {
  color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .banner-section-three .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 66px;
    line-height: 80px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-three .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-three .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
.banner-section-three .banner-slider .banner-slide .outer-box .content-box .banner-btn {
  background-color: var(--theme-color1);
  border-radius: 0;
  font-weight: 600;
  color: var(--theme-color-light);
  text-transform: uppercase;
  padding: 19px 50px;
  font-family: var(--title-font);
}
@media (max-width: 767.98px) {
  .banner-section-three .banner-slider .banner-slide .outer-box .content-box .banner-btn {
    padding: 11px 22px 11px;
  }
}

.banner-section-three .banner-slider .slick-prev, .banner-section-three .banner-slider .slick-next {
  width: 60px;
  height: 60px;
  background: var(--theme-color-light);
  color: var(--theme-color1) !important;
  line-height: 52px;
  border-radius: 3px;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-section-three .banner-slider .slick-prev:hover, .banner-section-three .banner-slider .slick-next:hover {
  background: var(--theme-color1);
  opacity: 1;
}
.banner-section-three .banner-slider .slick-prev:hover:before, .banner-section-three .banner-slider .slick-next:hover:before {
  color: #fff;
}
.banner-section-three .banner-slider .slick-prev {
  right: 99px;
  left: auto;
  top: 337px;
}
@media (max-width: 991.98px) {
  .banner-section-three .banner-slider .slick-prev {
    right: 50px;
  }
}
.banner-section-three .banner-slider .slick-prev:before {
  content: "\f104";
  color: #000;
  font-weight: 900;
  font-size: 24px;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-section-three .banner-slider .slick-next {
  right: 99px;
  top: 407px;
}
@media (max-width: 991.98px) {
  .banner-section-three .banner-slider .slick-next {
    right: 50px;
  }
}
.banner-section-three .banner-slider .slick-next:before {
  content: "\f105";
  color: #000;
  font-weight: 900;
  font-size: 24px;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*** 

====================================================================
  banner section four
====================================================================

***/
.banner-section-four {
  position: relative;
  padding: 211px 0px 245px 0px;
  background-image: url(../images/banner/bg-4.jpg);
}
@media (max-width: 575.98px) {
  .banner-section-four {
    padding-top: 140px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-four .content-column .inner-column {
    margin-bottom: 40px;
  }
}
.banner-section-four .content-column .inner-column .content-box .sub-title {
  font-family: var(--title-font);
  font-size: 18px;
  color: var(--theme-color1);
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 5px;
  font-weight: 700;
}
.banner-section-four .content-column .inner-column .content-box h1 {
  margin-bottom: 31px;
  color: var(--theme-color-light);
}
@media (max-width: 1199.98px) {
  .banner-section-four .content-column .inner-column .content-box h1 {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-four .content-column .inner-column .content-box h1 {
    font-size: 37px;
    line-height: 39px;
  }
}
.banner-section-four .content-column .inner-column .content-box .text {
  color: var(--theme-color-light);
  padding-right: 80px;
  margin-bottom: 53px;
}
@media (max-width: 575.98px) {
  .banner-section-four .content-column .inner-column .content-box .text {
    padding-right: 0;
  }
}
.banner-section-four .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .banner-section-four .content-column .inner-column .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.banner-section-four .content-column .inner-column .btn-box .read-more {
  background-color: var(--theme-color1);
  text-transform: uppercase;
  padding: 5px 40px 1px 40px;
  font-size: 16px;
  line-height: 50px;
  display: inline-block;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-weight: 700;
  border-radius: 5px;
}
@media (max-width: 575.98px) {
  .banner-section-four .content-column .inner-column .btn-box .read-more {
    width: 180px;
  }
}
.banner-section-four .content-column .inner-column .btn-box .read-more i {
  font-size: 13px;
  margin-left: 9px;
}
.banner-section-four .content-column .inner-column .btn-box-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 1199.98px) {
  .banner-section-four .content-column .inner-column .btn-box-two {
    margin-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-four .content-column .inner-column .btn-box-two {
    margin-left: 0;
    margin-top: 20px;
  }
}
.banner-section-four .content-column .inner-column .btn-box-two .play-now {
  position: relative;
  display: inline-block;
  margin: 0px 20px 0px 35px;
}
.banner-section-four .content-column .inner-column .btn-box-two .play-now .icon {
  background-color: var(--theme-color-light);
  color: var(--theme-color1);
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  font-size: 17px;
  line-height: 60px;
}
.banner-section-four .content-column .inner-column .btn-box-two .play-now .ripple {
  width: 60px;
  height: 60px;
}
.banner-section-four .content-column .inner-column .btn-box-two .play-now .ripple:before {
  width: 60px;
  height: 60px;
}
.banner-section-four .content-column .inner-column .btn-box-two .play-now .ripple:after {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 1199px) {
  .banner-section-four .content-column .inner-column .btn-box-two .play-now {
    margin: 0;
  }
}
.banner-section-four .content-column .inner-column .btn-box-two .title {
  color: var(--theme-color-light);
}
@media (max-width: 1199.98px) {
  .banner-section-four .content-column .inner-column .btn-box-two .title {
    margin-left: 20px;
  }
}
.banner-section-four .image-column .inner-column .image-box {
  margin-right: -57px;
}
.banner-section-four .image-column .inner-column .image-box .image {
  text-align: right;
}
@media (max-width: 991.98px) {
  .banner-section-four .image-column .inner-column .image-box .image {
    text-align: center;
  }
}

/*** 

====================================================================
  banner section five
====================================================================

***/
.banner-section-five {
  position: relative;
  background-image: url(../images/background/bg-home5.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-section-five .outer-box {
  padding: 218px 0px 198px 0px;
}
@media (max-width: 767.98px) {
  .banner-section-five .outer-box {
    padding: 144px 0px 135px 0px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-five .outer-box {
    padding: 100px 0px 100px 0px;
  }
}
.banner-section-five .outer-box .content-box {
  max-width: 745px;
}
.banner-section-five .outer-box .content-box .sub-title {
  position: relative;
  display: inline-block;
  z-index: 8;
  font-family: var(--title-font);
  text-transform: uppercase;
  height: auto;
  width: auto;
  color: var(--theme-color1);
  text-decoration: none;
  white-space: normal;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  vertical-align: top;
  text-align: left;
  line-height: 25px;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 18px;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  visibility: visible;
  margin-bottom: 9px;
}
@media (max-width: 767.98px) {
  .banner-section-five .outer-box .content-box .sub-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.banner-section-five .outer-box .content-box h1 {
  font-size: 80px;
  position: relative;
  color: var(--theme-color-light);
  font-weight: 700;
  line-height: 91px;
  margin-bottom: 13px;
  text-transform: capitalize;
}
.banner-section-five .outer-box .content-box h1 span {
  color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .banner-section-five .outer-box .content-box h1 {
    font-size: 66px;
    line-height: 80px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-five .outer-box .content-box h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-five .outer-box .content-box h1 {
    font-size: 56px;
    line-height: 60px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-five .outer-box .content-box h1 {
    font-size: 35px;
    line-height: 44px;
  }
}
.banner-section-five .outer-box .content-box .text {
  color: var(--theme-color-light);
  margin-bottom: 50px;
  padding-right: 283px;
}
@media (max-width: 767.98px) {
  .banner-section-five .outer-box .content-box .text {
    padding-right: 128px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-five .outer-box .content-box .text {
    padding-right: 0;
  }
}
.banner-section-five .outer-box .content-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .banner-section-five .outer-box .content-box .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.banner-section-five .outer-box .content-box .btn-box .read-more {
  background-color: var(--theme-color1);
  text-transform: uppercase;
  padding: 5px 40px 1px 40px;
  font-size: 16px;
  line-height: 50px;
  display: inline-block;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-weight: 700;
  line-height: 48px;
  border-radius: 5px;
}
.banner-section-five .outer-box .content-box .btn-box .read-more i {
  margin-left: 9px;
}
@media (max-width: 575.98px) {
  .banner-section-five .outer-box .content-box .btn-box .read-more {
    width: 182px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-five .outer-box .content-box .btn-box-two {
    margin-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-five .outer-box .content-box .btn-box-two {
    margin-left: 0;
    margin-top: 20px;
  }
}
.banner-section-five .outer-box .content-box .btn-box-two .play-now {
  position: relative;
  display: inline-block;
  margin: 0px 20px 0px 45px;
}
.banner-section-five .outer-box .content-box .btn-box-two .play-now .icon {
  background-color: initial;
  color: #d38e25;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  font-size: 17px;
  line-height: 60px;
  background-color: var(--theme-color-light);
}
.banner-section-five .outer-box .content-box .btn-box-two .play-now .ripple {
  width: 60px;
  height: 60px;
}
.banner-section-five .outer-box .content-box .btn-box-two .play-now .ripple:before {
  width: 60px;
  height: 60px;
}
.banner-section-five .outer-box .content-box .btn-box-two .play-now .ripple:after {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 1199px) {
  .banner-section-five .outer-box .content-box .btn-box-two .play-now {
    margin: 0;
  }
}
.banner-section-five .outer-box .content-box .btn-box-two span {
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 700;
}

/*** 

====================================================================
  banner section six
====================================================================

***/
.banner-section-six {
  background-image: url(../images/background/bg-home6.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-section-six .outer-box {
  padding: 178px 0px 140px 0px;
}
.banner-section-six .outer-box .content-box {
  max-width: 745px;
}
.banner-section-six .outer-box .content-box .sub-title {
  position: relative;
  display: inline-block;
  z-index: 8;
  font-family: var(--title-font);
  text-transform: uppercase;
  height: auto;
  width: auto;
  color: var(--theme-color-light);
  text-decoration: none;
  white-space: normal;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  vertical-align: top;
  text-align: left;
  line-height: 25px;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 18px;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  visibility: visible;
  margin-bottom: 9px;
}
@media (max-width: 767.98px) {
  .banner-section-six .outer-box .content-box .sub-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.banner-section-six .outer-box .content-box h1 {
  font-size: 80px;
  position: relative;
  color: var(--theme-color-light);
  font-weight: 700;
  line-height: 91px;
  margin-bottom: 13px;
  text-transform: capitalize;
}
.banner-section-six .outer-box .content-box h1 span {
  color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .banner-section-six .outer-box .content-box h1 {
    font-size: 66px;
    line-height: 80px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-six .outer-box .content-box h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-six .outer-box .content-box h1 {
    font-size: 56px;
    line-height: 60px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-six .outer-box .content-box h1 {
    font-size: 35px;
    line-height: 44px;
  }
}
.banner-section-six .outer-box .content-box .text {
  color: var(--theme-color-light);
  margin-bottom: 22px;
  padding-right: 283px;
}
@media (max-width: 767.98px) {
  .banner-section-six .outer-box .content-box .text {
    padding-right: 128px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-six .outer-box .content-box .text {
    padding-right: 0;
  }
}
.banner-section-six .outer-box .content-box small {
  font-size: 68px;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 68px;
  display: inline-block;
}
.banner-section-six .outer-box .content-box small sub {
  position: relative;
  bottom: 0;
  font-size: 26px;
  margin-left: 15px;
}
.banner-section-six .outer-box .content-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .banner-section-six .outer-box .content-box .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.banner-section-six .outer-box .content-box .btn-box .read-more {
  background-color: var(--theme-color1);
  text-transform: uppercase;
  padding: 5px 40px 1px 40px;
  font-size: 16px;
  line-height: 50px;
  display: inline-block;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-weight: 700;
  line-height: 48px;
  border-radius: 5px;
}
.banner-section-six .outer-box .content-box .btn-box .read-more i {
  margin-left: 9px;
}
@media (max-width: 575.98px) {
  .banner-section-six .outer-box .content-box .btn-box .read-more {
    width: 182px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-six .outer-box .content-box .btn-box-two {
    margin-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-six .outer-box .content-box .btn-box-two {
    margin-left: 0;
    margin-top: 20px;
  }
}
.banner-section-six .outer-box .content-box .btn-box-two .play-now {
  position: relative;
  display: inline-block;
  margin: 0px 20px 0px 45px;
}
.banner-section-six .outer-box .content-box .btn-box-two .play-now .icon {
  background-color: initial;
  color: #d38e25;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  font-size: 17px;
  line-height: 60px;
  background-color: var(--theme-color-light);
}
.banner-section-six .outer-box .content-box .btn-box-two .play-now .ripple {
  width: 60px;
  height: 60px;
}
.banner-section-six .outer-box .content-box .btn-box-two .play-now .ripple:before {
  width: 60px;
  height: 60px;
}
.banner-section-six .outer-box .content-box .btn-box-two .play-now .ripple:after {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 1199px) {
  .banner-section-six .outer-box .content-box .btn-box-two .play-now {
    margin: 0;
  }
}
.banner-section-six .outer-box .content-box .btn-box-two span {
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 700;
}

/*** 

====================================================================
  banner section seven
====================================================================

***/
.banner-section-seven {
  background-image: url(../images/background/bg-home7.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-section-seven .outer-box {
  padding: 263px 0px 75px 0px;
}
@media (max-width: 991.98px) {
  .banner-section-seven .outer-box {
    padding-top: 300px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-seven .outer-box {
    padding-top: 380px;
  }
}
.banner-section-seven .outer-box .content-box {
  margin-bottom: 40px;
}
.banner-section-seven .outer-box .content-box .sub-title {
  position: relative;
  display: inline-block;
  z-index: 8;
  font-family: var(--title-font);
  text-transform: uppercase;
  height: auto;
  width: auto;
  color: var(--theme-color1);
  text-decoration: none;
  white-space: normal;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  vertical-align: top;
  text-align: left;
  line-height: 25px;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 18px;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  visibility: visible;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .banner-section-seven .outer-box .content-box .sub-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.banner-section-seven .outer-box .content-box h1 {
  font-size: 68px;
  position: relative;
  color: var(--theme-color-dark);
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 17px;
  text-transform: capitalize;
  padding-right: 62px;
}
@media (max-width: 1399.98px) {
  .banner-section-seven .outer-box .content-box h1 {
    padding-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-seven .outer-box .content-box h1 {
    font-size: 55px;
  }
}
.banner-section-seven .outer-box .content-box h1 span {
  color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .banner-section-seven .outer-box .content-box h1 {
    font-size: 66px;
    line-height: 80px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-seven .outer-box .content-box h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-seven .outer-box .content-box h1 {
    font-size: 56px;
    line-height: 60px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-seven .outer-box .content-box h1 {
    font-size: 35px;
    line-height: 44px;
  }
}
.banner-section-seven .outer-box .content-box .text {
  margin-bottom: 36px;
}
.banner-section-seven .outer-box .content-box small {
  font-size: 68px;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 68px;
  display: inline-block;
}
.banner-section-seven .outer-box .content-box small sub {
  position: relative;
  bottom: 0;
  font-size: 26px;
  margin-left: 15px;
}
.banner-section-seven .outer-box .content-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .banner-section-seven .outer-box .content-box .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.banner-section-seven .outer-box .content-box .btn-box .read-more {
  background-color: var(--theme-color1);
  text-transform: uppercase;
  padding: 3px 27px 3px 26px;
  font-size: 16px;
  line-height: 50px;
  display: inline-block;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-weight: 700;
  line-height: 48px;
  border-radius: 5px;
}
.banner-section-seven .outer-box .content-box .btn-box .read-more i {
  margin-left: 9px;
}
@media (max-width: 575.98px) {
  .banner-section-seven .outer-box .content-box .btn-box .read-more {
    width: 182px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-seven .outer-box .content-box .btn-box-two {
    margin-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-seven .outer-box .content-box .btn-box-two {
    margin-left: 0;
    margin-top: 20px;
  }
}
.banner-section-seven .outer-box .content-box .btn-box-two .play-now {
  position: relative;
  display: inline-block;
  margin: 0px 20px 0px 45px;
}
.banner-section-seven .outer-box .content-box .btn-box-two .play-now .icon {
  background-color: initial;
  color: #d38e25;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  font-size: 17px;
  line-height: 60px;
  background-color: var(--theme-color-light);
}
.banner-section-seven .outer-box .content-box .btn-box-two .play-now .ripple {
  width: 60px;
  height: 60px;
}
.banner-section-seven .outer-box .content-box .btn-box-two .play-now .ripple:before {
  width: 60px;
  height: 60px;
}
.banner-section-seven .outer-box .content-box .btn-box-two .play-now .ripple:after {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 1199px) {
  .banner-section-seven .outer-box .content-box .btn-box-two .play-now {
    margin: 0;
  }
}
.banner-section-seven .outer-box .content-box .btn-box-two span {
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 700;
}
.banner-section-seven .outer-box .image-column .inner-column .image-box {
  margin-top: -45px;
}
@media (max-width: 1199.98px) {
  .banner-section-seven .outer-box .image-column .inner-column .image-box {
    margin-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .banner-slider .banner-slide .outer-box .content-box h1::before {
    top: -70px;
    right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .banner-section-two .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0;
  }
}
/*** 

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

***/
.about-section {
  position: relative;
  padding: 30px 0 30px;
}
.about-section .image-column .inner-column {
  position: relative;
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column {
    margin-bottom: 40px;
  }
}
.about-section .image-column .inner-column::before {
  content: "";
  width: 5px;
  height: 240px;
  position: absolute;
  border-radius: 60px;
  background-color: var(--theme-color1);
  right: 55px;
  top: 0;
}
@media (max-width: 1399.98px) {
  .about-section .image-column .inner-column::before {
    display: none;
  }
}
.about-section .image-column .inner-column .image-box .image img {
  max-width: 600px;
}
@media (max-width: 1199.98px) {
  .about-section .image-column .inner-column .image-box .image img {
    max-width: 464px;
  }
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .image-box .image img {
    width: 100%;
    max-width: unset;
  }
}
.about-section .image-column .inner-column .image-box .progress-box {
  width: 238px;
  height: 224px;
  background-color: var(--theme-color-dark);
  text-align: center;
  row-gap: 30px;
}
.about-section .image-column .inner-column .image-box .progress-box .circularp-progress {
  color: var(--theme-color-light);
  position: relative;
  width: 112px;
  border-radius: 50%;
  margin: 0 auto;
  height: 112px;
  background-color: var(--theme-color1);
  background: conic-gradient(#f26d50 3.6deg, #292d36 0deg);
  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;
}
.about-section .image-column .inner-column .image-box .progress-box .circularp-progress::before {
  content: "";
  position: absolute;
  height: 96px;
  width: 96px;
  border-radius: 50%;
  background-color: var(--theme-color-dark);
}
.about-section .image-column .inner-column .image-box .progress-box .text {
  display: block;
  color: var(--theme-color-light);
  margin-top: 10px;
}
.about-section .image-column .inner-column .image-box .progress-box .progress-value {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
}
.about-section .content-column {
  margin-top: 23px;
}
@media (max-width: 1199.98px) {
  .about-section .content-column {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .about-section .content-column .inner-column .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.about-section .content-column .inner-column .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .about-section .content-column .inner-column .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-section .content-column .inner-column .list ul {
  margin-right: 170px;
}
@media (max-width: 1199.98px) {
  .about-section .content-column .inner-column .list ul {
    margin-right: 55px;
  }
}
@media (max-width: 1399.98px) {
  .about-section .content-column .inner-column .list ul {
    margin-right: 143px;
  }
}
@media (max-width: 575.98px) {
  .about-section .content-column .inner-column .list ul {
    margin-right: 0;
  }
}
.about-section .content-column .inner-column .list ul:last-child {
  margin-right: 0;
}
.about-section .content-column .inner-column .list ul li {
  position: relative;
  font-family: rajdhani;
  font-size: 18px;
  color: var(--theme-color-dark);
  font-weight: 700;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 25px;
}
.about-section .content-column .inner-column .list ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}
.about-section .content-column .inner-column .auther-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .about-section .content-column .inner-column .auther-info {
    -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;
  }
}
.about-section .content-column .inner-column .auther-info .auther-content {
  position: relative;
  padding-left: 89px;
  margin-right: 75px;
}
@media (max-width: 575.98px) {
  .about-section .content-column .inner-column .auther-info .auther-content {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.about-section .content-column .inner-column .auther-info .auther-content .image {
  position: absolute;
  top: 0;
  left: 0;
}
.about-section .content-column .inner-column .auther-info .auther-content .content-box .title {
  margin-bottom: 10px;
  line-height: 1.2;
}
.about-section .content-column .inner-column .auther-info .auther-content .content-box .designation {
  font-family: rubik;
  font-size: 16px;
  font-weight: 400;
}

/*** 

====================================================================
		About Section two
====================================================================

***/
.about-section-two {
  position: relative;
  padding: 269px 0 70px;
  background-color: #F9F7F7;
  margin-top: -145px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .about-section-two {
    padding-top: 240px;
  }
}
.about-section-two .image-column .inner-column {
  position: relative;
}
@media (max-width: 991.98px) {
  .about-section-two .image-column .inner-column {
    margin-bottom: 50px;
  }
}
.about-section-two .image-column .inner-column .image-box .exp-box {
  position: absolute;
  bottom: -36px;
  right: 4px;
  border-radius: 5px;
  background-color: var(--theme-color-light);
  padding: 40px 30px 35px;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  max-width: 267px;
}
@media (max-width: 991.98px) {
  .about-section-two .image-column .inner-column .image-box .exp-box {
    right: 100px;
  }
}
@media (max-width: 767.98px) {
  .about-section-two .image-column .inner-column .image-box .exp-box {
    right: 50px;
  }
}
@media (max-width: 575.98px) {
  .about-section-two .image-column .inner-column .image-box .exp-box {
    display: none;
  }
}
.about-section-two .image-column .inner-column .image-box .exp-box svg {
  fill: var(--theme-color1);
  position: absolute;
  top: 36px;
  left: 28px;
}
.about-section-two .image-column .inner-column .image-box .exp-box .content-inner {
  padding-left: 84px;
}
.about-section-two .image-column .inner-column .image-box .exp-box .content-inner .title {
  margin-bottom: 0;
}
.about-section-two .image-column .inner-column .image-box .exp-box .content-inner .sub-title {
  font-family: var(--title-font);
  font-size: 18px;
  color: var(--theme-color-dark);
}
@media (max-width: 767.98px) {
  .about-section-two .content-column {
    padding-top: 50px;
  }
}
.about-section-two .auther-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}
@media (max-width: 575.98px) {
  .about-section-two .auther-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
}
.about-section-two .auther-info .auther-content {
  position: relative;
  padding: 1px 0 0;
  padding-left: 83px;
}
.about-section-two .auther-info .auther-content .image {
  position: absolute;
  top: 0;
  left: 0;
}
.about-section-two .auther-info .auther-content .content-box .name {
  font-size: 18px;
  margin-bottom: 7px;
}
.about-section-two .auther-info .auther-content .content-box .designation {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.about-section-two .auther-info .btn-box {
  margin-left: 132px;
}
@media (max-width: 1199.98px) {
  .about-section-two .auther-info .btn-box {
    margin-left: 70px;
  }
}
@media (max-width: 575.98px) {
  .about-section-two .auther-info .btn-box {
    margin-left: 0;
    margin-top: 20px;
  }
}
.about-section-two .auther-info .btn-box .read-more {
  cursor: pointer;
  border: none;
  background-color: var(--theme-color1);
  font-family: var(--title-font);
  text-transform: uppercase;
  color: var(--theme-color-light);
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 17px 27px 17px;
  display: inline-block;
  border-radius: 5px;
}
.about-section-two .auther-info .btn-box .read-more i {
  font-size: 13px;
  margin-left: 9px;
}
@media (max-width: 1199.98px) {
  .about-section-two .sec-title h2 {
    font-size: 44px;
  }
}
@media (max-width: 575.98px) {
  .about-section-two .sec-title h2 {
    font-size: 26px;
    line-height: 35px;
  }
}

@media (max-width: 1199.98px) {
  .about-block-two {
    margin-bottom: 20px;
  }
}
.about-block-two .inner-box {
  position: relative;
  text-align: center;
  padding: 27px 30px 23px 30px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #E3E3E3;
  background-color: var(--theme-color-light);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1399.98px) {
  .about-block-two .inner-box {
    padding: 60px 17px 55px;
  }
}
@media (max-width: 1199.98px) {
  .about-block-two .inner-box {
    padding: 25px 10px;
  }
}
.about-block-two .inner-box:hover {
  background-color: #f2f1ec;
}
.about-block-two .inner-box .icon-box {
  margin-bottom: 15px;
}
.about-block-two .inner-box .icon-box svg {
  fill: var(--theme-color1);
  width: 65px;
  min-width: 65px;
  height: 65px;
  margin: 0 auto;
}
.about-block-two .inner-box .content-box .title {
  margin-bottom: 4px;
}
.about-block-two .inner-box .content-box .text {
  margin-bottom: 4px;
}
@media (max-width: 1199.98px) {
  .about-block-two .inner-box .content-box .text {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .about-block-two .inner-box .content-box .text {
    font-size: 16px;
  }
}
.about-block-two .inner-box .content-box span {
  font-family: var(--title-font);
  font-size: 18px;
  color: var(--theme-color-dark);
  font-weight: 700;
}

/*** 

====================================================================
		About Section three
====================================================================

***/
.about-section-three {
  background-color: #F9F7F7;
  padding: 120px 0;
  position: relative;
}
.about-section-three .content-column .inner-column {
  margin-right: -16px;
}
@media (max-width: 1399.98px) {
  .about-section-three .content-column .inner-column {
    margin-right: -20px;
  }
}
@media (max-width: 1199.98px) {
  .about-section-three .content-column .inner-column {
    margin-right: -50px;
  }
}
@media (max-width: 767.98px) {
  .about-section-three .content-column .inner-column {
    margin-right: 0;
  }
}
.about-section-three .content-column .inner-column .text.two {
  margin-top: 40px;
  margin-bottom: 21px;
}
.about-section-three .content-column .inner-column .read-more {
  text-transform: uppercase;
  padding: 5px 30px 5px 30px;
  line-height: 50px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  border-radius: 5px;
  font-weight: 700;
  display: inline-block;
  font-family: var(--title-font);
}
.about-section-three .content-column .inner-column .read-more i {
  font-size: 13px;
  margin-left: 9px;
}
.about-section-three .content-column .inner-column .sec-title {
  margin-bottom: 51px;
}
@media (max-width: 575.98px) {
  .about-section-three .content-column .inner-column .sec-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .about-section-three .content-column .inner-column .sec-title h2 {
    font-size: 32px;
    line-height: 35px;
  }
}
.about-section-three .content-column .inner-column .sec-title .text {
  margin-top: 27px;
}
.about-section-three .content-column .inner-column .list {
  margin-top: 21px;
}
.about-section-three .content-column .inner-column .list li {
  position: relative;
  padding-left: 24px;
  color: var(--theme-color-dark);
  margin-bottom: 11px;
}
.about-section-three .content-column .inner-column .list li:last-child {
  margin-bottom: 0;
}
.about-section-three .content-column .inner-column .list li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: var(--theme-color1);
}
.about-section-three .content-column .inner-column .content-box {
  position: relative;
  background-color: var(--theme-color-light);
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 18px 30px 26px;
}
@media (max-width: 767.98px) {
  .about-section-three .content-column .inner-column .content-box {
    margin-top: 40px;
  }
}
.about-section-three .content-column .inner-column .content-box svg {
  position: absolute;
  top: 25px;
  left: 30px;
}
.about-section-three .content-column .inner-column .content-box .info-box {
  padding-left: 90px;
}
.about-section-three .content-column .inner-column .content-box .info-box .title {
  margin-bottom: 0;
  line-height: 46px;
}
.about-section-three .image-column {
  padding-left: 124px;
}
@media (max-width: 1199.98px) {
  .about-section-three .image-column {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .about-section-three .image-column {
    margin-top: 50px;
  }
}
.about-section-three .image-column .inner-column {
  position: relative;
}
@media (max-width: 767.98px) {
  .about-section-three .image-column .inner-column {
    margin-top: 40px;
  }
}
.about-section-three .image-column .inner-column .image-block {
  margin-bottom: 14px;
  padding-left: 14px;
}
.about-section-three .image-column .inner-column .image-block .image-box img {
  border-radius: 100% 0 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .about-section-three .image-column .inner-column .image-block .image-box img {
    border-radius: 0;
  }
}
.about-section-three .image-column .inner-column .image-block .image-box.two img {
  border-radius: 0 100% 0 0;
}
@media (max-width: 767.98px) {
  .about-section-three .image-column .inner-column .image-block .image-box.two img {
    border-radius: 0;
  }
}
.about-section-three .image-column .inner-column .image-block .image-box.three img {
  border-radius: 0 0 0 100%;
}
@media (max-width: 767.98px) {
  .about-section-three .image-column .inner-column .image-block .image-box.three img {
    border-radius: 0;
  }
}
.about-section-three .image-column .inner-column .image-block .image-box.four img {
  border-radius: 0 0 100% 0;
}
@media (max-width: 767.98px) {
  .about-section-three .image-column .inner-column .image-block .image-box.four img {
    border-radius: 0;
  }
}
.about-section-three .image-column .inner-column .exo-box {
  background-color: var(--theme-color1);
  border-radius: 50%;
  border-radius: 50%;
  height: 266px;
  padding: 82px 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 266px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .about-section-three .image-column .inner-column .exo-box {
    display: none;
  }
}
.about-section-three .image-column .inner-column .exo-box::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  width: 90%;
  height: 90%;
  border: 2px dashed #fff;
  border-radius: 50%;
  -webkit-animation: rotate360 40s infinite linear;
          animation: rotate360 40s infinite linear;
}
.about-section-three .image-column .inner-column .exo-box .title {
  color: var(--theme-color-light);
}
.about-section-three .image-column .inner-column .exo-box span {
  font-family: var(--title-font);
  font-size: 18px;
  color: var(--theme-color-light);
  font-weight: 700;
}

/*** 

====================================================================
		About Section four
====================================================================

***/
.about-section-four {
  background-color: #F9F7F7;
  padding: 120px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .about-section-four .image-column {
    margin-bottom: 55px;
  }
}
.about-section-four .image-column .inner-column {
  margin-top: 55px;
  position: relative;
}
.about-section-four .image-column .inner-column::before {
  border: 4px solid var(--theme-color1);
  border-radius: 5px;
  content: "";
  height: 535px;
  left: 12px;
  position: absolute;
  top: -75px;
  width: 387px;
}
@media (max-width: 575.98px) {
  .about-section-four .image-column .inner-column::before {
    display: none;
  }
}
.about-section-four .image-column .inner-column .image-box {
  position: relative;
  text-align: center;
}
.about-section-four .image-column .inner-column .image-box::before {
  content: "";
  position: absolute;
  top: -85px;
  right: -15px;
  width: 217px;
  height: 188px;
  background-image: url(../images/resource/pattern4.png);
}
.about-section-four .image-column .inner-column .image-box .image {
  position: relative;
  z-index: 99;
}
.about-section-four .image-column .inner-column .image-box .image-2 {
  position: absolute;
  bottom: 161px;
  right: 13px;
  border: 10px solid #fff;
  border-radius: 5px;
  z-index: 999;
}
@media (max-width: 575.98px) {
  .about-section-four .image-column .inner-column .image-box .image-2 {
    display: none;
  }
}
.about-section-four .image-column .inner-column .exp-box {
  position: absolute;
  top: -67px;
  right: 13px;
  background-color: var(--theme-color1);
  border-radius: 5px;
  padding: 12px 0 0;
  text-align: center;
  width: 129px;
  z-index: 99;
  height: 131px;
}
@media (max-width: 991.98px) {
  .about-section-four .image-column .inner-column .exp-box {
    right: 38%;
    top: -35px;
  }
}
@media (max-width: 575.98px) {
  .about-section-four .image-column .inner-column .exp-box {
    bottom: 20px;
    left: 20px;
    top: auto;
  }
}
.about-section-four .image-column .inner-column .exp-box .title {
  color: var(--theme-color-light);
  margin-bottom: 0;
}
.about-section-four .image-column .inner-column .exp-box span {
  color: var(--theme-color-light);
  font-size: 14px;
}
.about-section-four .content-column .inner-column .sec-title .sub-title {
  color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .about-section-four .content-column .inner-column .sec-title .sub-title {
    font-size: 16px;
  }
}
@media (max-width: 1399.98px) {
  .about-section-four .content-column .inner-column .sec-title h2 {
    font-size: 47px;
    line-height: 60px;
  }
}
@media (max-width: 1199.98px) {
  .about-section-four .content-column .inner-column .sec-title h2 {
    font-size: 40px;
    line-height: 52px;
  }
}

@media (max-width: 767.98px) {
  .about-block-four {
    margin-bottom: 30px;
  }
}
.about-block-four .inner-box {
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  padding: 58px 20px 30px 21px;
  position: relative;
}
.about-block-four .inner-box .icon-box {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 5px;
  background-color: var(--theme-color1);
}
.about-block-four .inner-box .icon-box svg {
  fill: var(--theme-color-light);
}
.about-block-four .inner-box .content-box {
  text-align: center;
}
.about-block-four .inner-box .content-box .title {
  margin-bottom: 9px;
}

/*** 

====================================================================
	About Section five
====================================================================

***/
.about-section-five {
  position: relative;
  padding: 120px 0;
  background-color: #F9F7F7;
}
@media (max-width: 991.98px) {
  .about-section-five .content-column .inner-column {
    margin-bottom: 50px;
  }
}
.about-section-five .content-column .inner-column .sec-title {
  margin-bottom: 31px;
}
.about-section-five .content-column .inner-column .sec-title .sub-title {
  color: var(--theme-color1);
}
.about-section-five .content-column .inner-column .sec-title .text {
  margin-top: 35px;
}
@media (max-width: 1199.98px) {
  .about-section-five .content-column .inner-column .sec-title h2 {
    font-size: 41px;
  }
}
@media (max-width: 767.98px) {
  .about-section-five .content-column .inner-column .sec-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.about-section-five .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media (max-width: 575.98px) {
  .about-section-five .content-column .inner-column .btn-box {
    -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;
  }
}
.about-section-five .content-column .inner-column .btn-box .cantact-btn {
  position: relative;
  padding-left: 70px;
  margin-right: 60px;
  top: 5px;
}
@media (max-width: 575.98px) {
  .about-section-five .content-column .inner-column .btn-box .cantact-btn {
    margin-bottom: 30px;
  }
}
.about-section-five .content-column .inner-column .btn-box .cantact-btn i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #f8e5e2;
  border-radius: 50%;
}
.about-section-five .content-column .inner-column .btn-box .cantact-btn span {
  display: block;
}
.about-section-five .content-column .inner-column .btn-box .cantact-btn .title {
  font-size: 18px;
}
.about-section-five .content-column .inner-column .btn-box .read-more {
  font-family: var(--title-font);
  color: var(--theme-color-light);
  font-weight: 700;
  height: 69px;
  display: inline-block;
  padding: 0 31px;
  line-height: 69px;
  text-transform: uppercase;
  background-color: var(--theme-color1);
  border-radius: 5px;
}
.about-section-five .content-column .inner-column .btn-box .read-more i {
  margin-left: 11px;
  font-size: 13px;
}
.about-section-five .image-column .inner-column {
  padding-left: 32px;
}
@media (max-width: 575.98px) {
  .about-section-five .image-column .inner-column {
    padding-left: 0;
  }
}
.about-section-five .image-column .inner-column .image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .about-section-five .image-column .inner-column .image-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-section-five .image-column .inner-column .image-box .image-2 {
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .about-section-five .image-column .inner-column .image-box .image-2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.about-section-five .image-column .inner-column .image-box .image-2 img {
  border-radius: 5px;
}

.about-block-five {
  margin-bottom: 31px;
}
.about-block-five .inner-box {
  position: relative;
  padding-left: 100px;
}
@media (max-width: 575.98px) {
  .about-block-five .inner-box {
    padding-left: 0;
  }
}
.about-block-five .inner-box .icon-box {
  background-color: var(--theme-color-light);
  border-radius: 5px;
  line-height: 85px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  .about-block-five .inner-box .icon-box {
    position: static;
    margin-bottom: 20px;
  }
}
.about-block-five .inner-box .icon-box svg {
  fill: var(--theme-color1);
  width: 80px;
  height: 80px;
}
.about-block-five .inner-box .content-box .title {
  margin-bottom: 8px;
}

/*** 

====================================================================
	About Section six
====================================================================

***/
.about-section-six {
  position: relative;
  padding: 120px 0;
  background-color: var(--theme-color-dark);
}
@media (max-width: 991.98px) {
  .about-section-six .content-column .inner-column {
    margin-bottom: 60px;
  }
}
.about-section-six .content-column .inner-column .sec-title {
  margin-bottom: 37px;
}
.about-section-six .content-column .inner-column .sec-title .sub-title {
  color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .about-section-six .content-column .inner-column .sec-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .about-section-six .content-column .inner-column .sec-title h2 {
    font-size: 24px;
    line-height: 37px;
  }
}
.about-section-six .content-column .inner-column .sec-title .text {
  margin-top: 25px;
  padding-right: 20px;
}
.about-section-six .content-column .inner-column .list {
  margin-bottom: 53px;
}
.about-section-six .content-column .inner-column .list li {
  position: relative;
  padding-left: 24px;
  color: var(--theme-color-light);
  margin-bottom: 11px;
}
.about-section-six .content-column .inner-column .list li i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}
.about-section-six .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .about-section-six .content-column .inner-column .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-section-six .content-column .inner-column .btn-box .read-more {
  text-transform: uppercase;
  letter-spacing: 1.28px;
  padding: 8px 30px 10px 30px;
  line-height: 50px;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  border-radius: 5px;
  font-family: var(--title-font);
  font-weight: 700;
  display: inline-block;
  margin-right: 45px;
}
@media (max-width: 575.98px) {
  .about-section-six .content-column .inner-column .btn-box .read-more {
    margin-bottom: 20px;
    max-width: 173px;
  }
}
.about-section-six .content-column .inner-column .btn-box .read-more i {
  margin-left: 10px;
}
.about-section-six .content-column .inner-column .btn-box .auther-info {
  position: relative;
  padding-left: 90px;
  padding-top: 3px;
}
.about-section-six .content-column .inner-column .btn-box .auther-info .image {
  position: absolute;
  top: 0;
  left: 0;
}
.about-section-six .content-column .inner-column .btn-box .auther-info .image img {
  border-radius: 5px;
}
.about-section-six .content-column .inner-column .btn-box .auther-info .title {
  color: var(--theme-color-light);
  margin-bottom: 0;
}
.about-section-six .content-column .inner-column .btn-box .auther-info .designation {
  color: var(--theme-color-light);
}
.about-section-six .image-column .inner-column .image-box {
  position: relative;
  text-align: right;
}
.about-section-six .image-column .inner-column .image-box::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 332px;
  height: 288px;
  background-image: url(../images/resource/pattern4.png);
}
@media (max-width: 991.98px) {
  .about-section-six .image-column .inner-column .image-box::before {
    left: 50px;
  }
}
.about-section-six .image-column .inner-column .image-box .image {
  position: relative;
  z-index: 99;
}
.about-section-six .image-column .inner-column .image-box .image img {
  border-radius: 6px;
}
.about-section-six .image-column .inner-column .image-box .exp-box {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 124px;
  height: 124px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  text-align: center;
  padding-top: 36px;
  z-index: 999;
}
@media (max-width: 575.98px) {
  .about-section-six .image-column .inner-column .image-box .exp-box {
    display: none;
  }
}
.about-section-six .image-column .inner-column .image-box .exp-box .title {
  color: var(--theme-color-light);
  line-height: 30px;
  margin-bottom: 0;
}
.about-section-six .image-column .inner-column .image-box .exp-box span {
  color: var(--theme-color-light);
}
.about-section-six .image-column .inner-column .image-box .exp-box-two {
  position: absolute;
  bottom: -5px;
  left: -27px;
  background-color: var(--theme-color-light);
  width: 270px;
  height: 169px;
  padding: 32px 35px 0;
  border-radius: 5px;
  z-index: 99;
}
@media (max-width: 991.98px) {
  .about-section-six .image-column .inner-column .image-box .exp-box-two {
    left: 40px;
  }
}
@media (max-width: 767.98px) {
  .about-section-six .image-column .inner-column .image-box .exp-box-two {
    left: 0px;
    bottom: 0;
  }
}
.about-section-six .image-column .inner-column .image-box .exp-box-two .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-section-six .image-column .inner-column .image-box .exp-box-two .content-box .icon-box {
  width: 50px;
  height: 50px;
  background-color: var(--theme-color1);
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}
.about-section-six .image-column .inner-column .image-box .exp-box-two .content-box .icon-box svg {
  fill: var(--theme-color-light);
  width: 40px;
  height: 40px;
}
.about-section-six .image-column .inner-column .image-box .exp-box-two .content-box .title {
  margin-bottom: 0;
}
.about-section-six .image-column .inner-column .image-box .exp-box-two .text {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
  font-family: var(--title-font);
  color: var(--theme-color-dark);
}

/*** 

====================================================================
		About Section seven
====================================================================

***/
.about-section-seven {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .about-section-seven .image-column .inner-column {
    margin-bottom: 40px;
  }
}
.about-section-seven .image-column .inner-column .exp-box {
  background-color: #F2F1EC;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  padding: 31px 65px 36px 65px;
}
@media (max-width: 1199.98px) {
  .about-section-seven .image-column .inner-column .exp-box {
    padding: 31px 55px 36px 55px;
  }
}
@media (max-width: 575.98px) {
  .about-section-seven .image-column .inner-column .exp-box {
    padding: 31px 35px 36px 35px;
  }
}
.about-section-seven .image-column .inner-column .exp-box .content-box {
  padding-left: 96px;
  position: relative;
}
@media (max-width: 575.98px) {
  .about-section-seven .image-column .inner-column .exp-box .content-box {
    padding-left: 0;
  }
}
.about-section-seven .image-column .inner-column .exp-box .content-box i {
  color: var(--theme-color1);
  font-size: 54px;
  left: 0;
  position: absolute;
  top: 21px;
}
@media (max-width: 575.98px) {
  .about-section-seven .image-column .inner-column .exp-box .content-box i {
    margin-bottom: 20px;
    position: static;
  }
}
.about-section-seven .image-column .inner-column .exp-box .content-box .title {
  margin-bottom: 8px;
}
.about-section-seven .image-column .inner-column .exp-box .content-box .text {
  padding-right: 30px;
}
.about-section-seven .image-column .inner-column .image-box {
  position: relative;
}
.about-section-seven .image-column .inner-column .image-box .image img {
  border-radius: 5px;
  width: 100%;
}
.about-section-seven .image-column .inner-column .image-box .exp-box-two {
  background-color: var(--theme-color1);
  border-radius: 5px;
  bottom: 25px;
  left: 25px;
  max-width: 265px;
  position: absolute;
  padding: 22px 25px 20px 27px;
}
@media (max-width: 575.98px) {
  .about-section-seven .image-column .inner-column .image-box .exp-box-two {
    display: none;
  }
}
.about-section-seven .image-column .inner-column .image-box .exp-box-two .content-box {
  position: relative;
  padding-left: 84px;
}
.about-section-seven .image-column .inner-column .image-box .exp-box-two .content-box i {
  background-color: #f26d50;
  border-radius: 50%;
  color: var(--theme-color-light);
  font-size: 37px;
  height: 63px;
  left: 0;
  line-height: 63px;
  position: absolute;
  top: 0;
  text-align: center;
  width: 63px;
}
.about-section-seven .image-column .inner-column .image-box .exp-box-two .content-box .title {
  color: var(--theme-color-light);
  margin-bottom: 5px;
}
.about-section-seven .image-column .inner-column .image-box .exp-box-two .content-box span {
  color: var(--theme-color-light);
}
.about-section-seven .content-column .inner-column .sec-title {
  margin-bottom: 36px;
}
.about-section-seven .content-column .inner-column .sec-title .sub-title {
  color: var(--theme-color1);
}
.about-section-seven .content-column .inner-column .sec-title .text {
  margin-top: 31px;
}
.about-section-seven .content-column .inner-column .sec-title h2 {
  font-size: 45px;
}
@media (max-width: 1199.98px) {
  .about-section-seven .content-column .inner-column .sec-title h2 {
    font-size: 44px;
  }
}
@media (max-width: 575.98px) {
  .about-section-seven .content-column .inner-column .sec-title h2 {
    font-size: 26px;
    line-height: 37px;
  }
}
.about-section-seven .content-column .inner-column .experienced-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .about-section-seven .content-column .inner-column .experienced-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-section-seven .content-column .inner-column .experienced-sec .exp-box-two {
  background-color: var(--theme-color1);
  border-radius: 5px;
  max-width: 343px;
  padding: 30px 30px 20px;
}
.about-section-seven .content-column .inner-column .experienced-sec .exp-box-two .content-box {
  padding-left: 78px;
  position: relative;
}
.about-section-seven .content-column .inner-column .experienced-sec .exp-box-two .content-box i {
  color: var(--theme-color-light);
  font-size: 54px;
  line-height: 54px;
  left: 0;
  position: absolute;
  top: 3px;
}
@media (max-width: 1199.98px) {
  .about-section-seven .content-column .inner-column .experienced-sec .exp-box-two .content-box i {
    top: 17px;
  }
}
.about-section-seven .content-column .inner-column .experienced-sec .exp-box-two .content-box .title {
  color: var(--theme-color-light);
  margin-bottom: 1px;
}
@media (max-width: 1199.98px) {
  .about-section-seven .content-column .inner-column .experienced-sec .exp-box-two .content-box .title {
    font-size: 34px;
    line-height: 40px;
  }
}
.about-section-seven .content-column .inner-column .experienced-sec .exp-box-two .content-box span {
  color: var(--theme-color-light);
}
.about-section-seven .content-column .inner-column .experienced-sec ul {
  margin-left: 50px;
  margin-top: 6px;
}
@media (max-width: 575.98px) {
  .about-section-seven .content-column .inner-column .experienced-sec ul {
    margin-top: 20px;
    margin-left: 0;
  }
}
.about-section-seven .content-column .inner-column .experienced-sec ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 11px;
  color: var(--theme-color-dark);
}
.about-section-seven .content-column .inner-column .experienced-sec ul li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  color: var(--theme-color1);
}
.about-section-seven .content-column .inner-column .btn-box {
  margin-top: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 575.98px) {
  .about-section-seven .content-column .inner-column .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.about-section-seven .content-column .inner-column .btn-box .btn {
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  text-transform: uppercase;
  line-height: 50px;
  font-weight: 700;
  background-color: rgba(239, 72, 36, 0);
  padding: 3px 30px 4px 30px;
  border: 2px solid var(--theme-color1);
  border-radius: 5px;
  text-align: center;
}
.about-section-seven .content-column .inner-column .btn-box .btn i {
  margin-left: 9px;
}
.about-section-seven .content-column .inner-column .btn-box .auther-info {
  position: relative;
  padding-left: 98px;
  padding-top: 3px;
  margin-left: 40px;
}
@media (max-width: 575.98px) {
  .about-section-seven .content-column .inner-column .btn-box .auther-info {
    margin-left: 0;
    margin-top: 20px;
  }
}
.about-section-seven .content-column .inner-column .btn-box .auther-info .image {
  position: absolute;
  top: 0;
  left: 0;
}
.about-section-seven .content-column .inner-column .btn-box .auther-info .image img {
  border-radius: 50%;
}
.about-section-seven .content-column .inner-column .btn-box .auther-info .title {
  margin-bottom: 5px;
}

/*** 

====================================================================
    About Section Eight
====================================================================

***/
.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(--bg-theme-color2);
  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: #fff;
  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: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-info-box .title-box .title {
  font-size: 30px;
  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;
}

@media only screen and (max-width: 576px) {
  .about-section-four .content-column .inner-column .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .about-section-six .content-column .inner-column .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .about-section-seven .content-column .inner-column .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .about-section-four .content-column .inner-column .sec-title h2 {
    font-size: 24px;
    line-height: 35px;
  }
  .about-section-five .content-column .inner-column .sec-title h2 {
    font-size: 24px;
    line-height: 35px;
  }
  .about-section-six .content-column .inner-column .sec-title h2 {
    font-size: 24px;
    line-height: 35px;
  }
  .about-section-seven .content-column .inner-column .sec-title h2 {
    font-size: 24px;
    line-height: 35px;
  }
}
/*** 

====================================================================
    service-section
====================================================================

***/
.services-section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 575.98px) {
  .services-section .sec-title h2 {
    font-size: 26px;
    line-height: 35px;
  }
}

@media (max-width: 991.98px) {
  .service-block {
    margin-bottom: 30px;
  }
}
.service-block .inner-box {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  overflow: hidden;
  padding: 35px 30px 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: var(--theme-color-light);
  z-index: 1;
}
.service-block .inner-box .icon-box {
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
  margin-bottom: 28px;
}
.service-block .inner-box .icon-box::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 57px;
  left: 33px;
  bottom: 0;
  background-color: var(--theme-color1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-block .inner-box .icon-box::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 25px;
  left: 0;
  bottom: 0;
  background-color: var(--theme-color1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-block .inner-box .icon-box svg {
  fill: var(--theme-color-dark);
  width: 70px;
  height: 70px;
}
.service-block .inner-box .title {
  margin-bottom: 9px;
}
.service-block .inner-box .text {
  /*margin-bottom: 30px;*/
}
.service-block .inner-box .btn {
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--theme-color-dark);
  border: 1px solid var(--theme-color1);
  background-color: unset;
  font-weight: 700;
  border-radius: 5px;
  padding: 17px 30px 20px;
  text-transform: uppercase;
}
.service-block .inner-box .btn i {
  margin-left: 10px;
}
.service-block .inner-box .btn:hover {
  color: #fff;
}

/*** 

====================================================================
    service-section-two
====================================================================

***/
.service-section-two {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 575.98px) {
  .service-section-two {
    padding-top: 62px !important;
  }
}
.service-section-two .outer-box {
  -webkit-box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08);
          box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08);
  background-color: var(--theme-color-light);
}

.service-block-two .inner-box {
  text-align: center;
  padding: 60px 27px 55px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1399.98px) {
  .service-block-two .inner-box {
    padding: 60px 17px 55px;
  }
}
@media (max-width: 1199.98px) {
  .service-block-two .inner-box {
    padding: 45px 10px;
  }
}
.service-block-two .inner-box:hover {
  background-color: #f2f1ec;
}
.service-block-two .inner-box .icon-box {
  margin-bottom: 17px;
}
.service-block-two .inner-box .icon-box svg {
  fill: var(--theme-color1);
  width: 65px;
  min-width: 65px;
  height: 65px;
  margin: 0 auto;
}
.service-block-two .inner-box .content-box .title {
  margin-bottom: 12px;
}
.service-block-two .inner-box .content-box .text {
  margin-bottom: 11px;
}
@media (max-width: 1199.98px) {
  .service-block-two .inner-box .content-box .text {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .service-block-two .inner-box .content-box .text {
    font-size: 16px;
  }
}
.service-block-two .inner-box .content-box span {
  font-family: var(--title-font);
  font-size: 18px;
  color: var(--theme-color-dark);
  font-weight: 700;
}

/*** 

====================================================================
    service-section-three
====================================================================

***/
.service-section-three {
  position: relative;
  padding: 120px 0;
  margin-top: -95px;
}

@media (max-width: 991.98px) {
  .service-block-three {
    margin-bottom: 30px;
  }
}
.service-block-three .inner-box {
  position: relative;
  text-align: center;
  padding: 22px 30px 23px 30px;
  border-radius: 5px 5px 5px 5px;
  background-color: var(--theme-color-light);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  -webkit-box-shadow: 0 4px 13px -2px rgba(19, 16, 34, 0.06), 0 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
          box-shadow: 0 4px 13px -2px rgba(19, 16, 34, 0.06), 0 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
}
@media (max-width: 1399.98px) {
  .service-block-three .inner-box {
    padding: 60px 17px 55px;
  }
}
@media (max-width: 1199.98px) {
  .service-block-three .inner-box {
    padding: 45px 10px;
  }
}
.service-block-three .inner-box:hover {
  background-color: #f2f1ec;
}
.service-block-three .inner-box .icon-box {
  margin-bottom: 15px;
}
.service-block-three .inner-box .icon-box svg {
  fill: var(--theme-color1);
  width: 65px;
  min-width: 65px;
  height: 65px;
  margin: 0 auto;
}
.service-block-three .inner-box .content-box .title {
  margin-bottom: 4px;
}
.service-block-three .inner-box .content-box .text {
  margin-bottom: 4px;
}
@media (max-width: 1199.98px) {
  .service-block-three .inner-box .content-box .text {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .service-block-three .inner-box .content-box .text {
    font-size: 16px;
  }
}
.service-block-three .inner-box .content-box span {
  font-family: var(--title-font);
  font-size: 18px;
  color: var(--theme-color-dark);
  font-weight: 700;
}

/*** 

====================================================================
    service-section-four
====================================================================

***/
.service-section-four {
  position: relative;
  padding: 120px 0;
  background-color: var(--theme-color-dark);
}
@media (max-width: 575.98px) {
  .service-section-four .sec-title h2 {
    font-size: 26px;
    line-height: 35px;
  }
}

.service-block-four {
  padding: 0 15px;
}
@media (max-width: 575.98px) {
  .service-block-four {
    margin-right: 0;
  }
}
.service-block-four:last-child {
  margin-right: 0;
}
.service-block-four .inner-box:hover .image-box .image {
  border-radius: 5px 5px 0 0;
}
.service-block-four .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.service-block-four .inner-box .image-box .image {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.service-block-four .inner-box .image-box .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-block-four .inner-box .content-box {
  background-color: var(--theme-color-light);
  text-align: center;
  padding: 35px 30px 42px;
}
@media (max-width: 767.98px) {
  .service-block-four .inner-box .content-box {
    padding: 35px 13px 42px;
  }
}
.service-block-four .inner-box .content-box .title {
  margin-bottom: 5px;
}
.service-block-four .inner-box .content-box .text {
  margin-bottom: 10px;
}
.service-block-four .inner-box .content-box .read-more {
  border: 2px solid var(--theme-color1);
  color: var(--theme-color-dark);
  border-radius: 5px;
  padding: 17px 26px 17px;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-block-four .inner-box .content-box .read-more:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
@media (max-width: 767.98px) {
  .service-block-four .inner-box .content-box .read-more {
    padding: 13px 26px 13px;
  }
}
.service-block-four .inner-box .content-box .read-more i {
  font-size: 14px;
}

/*** 

====================================================================
    service-section-five
====================================================================

***/
.service-section-five {
  position: relative;
  padding: 120px 0;
  background-color: var(--theme-color-dark);
}
@media (max-width: 575.98px) {
  .service-section-five .sec-title h2 {
    line-height: 37px;
    font-size: 26px;
  }
}

.serive-block-five {
  margin: 0 15px;
}
.serive-block-five .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.serive-block-five .inner-box:hover .content-box {
  background-color: var(--theme-color-light);
}
.serive-block-five .inner-box:hover .content-box .title {
  color: var(--theme-color-dark);
}
.serive-block-five .inner-box:hover .content-box .text {
  color: var(--theme-color-dark);
}
.serive-block-five .inner-box:hover .content-box .read-more {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.serive-block-five .inner-box .image-box {
  position: relative;
}
.serive-block-five .inner-box .image-box .icon {
  width: 80px;
  height: 80px;
  position: absolute;
  text-align: center;
  bottom: -20px;
  right: 40px;
  line-height: 80px;
  border-radius: 5px;
  background-color: var(--theme-color1);
}
.serive-block-five .inner-box .image-box .icon svg {
  width: 50px;
  height: 50px;
  color: var(--theme-color-light);
}
.serive-block-five .inner-box .image-box .image {
  overflow: hidden;
}
.serive-block-five .inner-box .image-box .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.serive-block-five .inner-box .content-box {
  background-color: #262626;
  padding: 18px 40px 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .serive-block-five .inner-box .content-box {
    padding: 18px 20px 30px;
  }
}
.serive-block-five .inner-box .content-box .title {
  color: var(--theme-color-light);
  margin-bottom: 20px;
}
.serive-block-five .inner-box .content-box .text {
  color: var(--theme-color-light);
  margin-bottom: 29px;
}
.serive-block-five .inner-box .content-box .read-more {
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--theme-color-light);
  font-weight: 700;
  border: 2px solid var(--theme-color1);
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 21px 30px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.serive-block-five .inner-box .content-box .read-more i {
  font-size: 14px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

/*** 

====================================================================
    service-section-six
====================================================================

***/
.service-section-six {
  position: relative;
  padding: 120px 0 90px;
  margin-top: -140px;
}

.service-block-six {
  margin-bottom: 30px;
}
.service-block-six .inner-box {
  text-align: center;
  padding: 35px 90px 40px;
  background-color: var(--theme-color-light);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 13px -2px rgba(19, 16, 34, 0.06), 0 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
          box-shadow: 0 4px 13px -2px rgba(19, 16, 34, 0.06), 0 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
}
@media (max-width: 1399.98px) {
  .service-block-six .inner-box {
    padding: 60px 17px 55px;
  }
}
@media (max-width: 1199.98px) {
  .service-block-six .inner-box {
    padding: 45px 30px;
  }
}
.service-block-six .inner-box::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color1);
  height: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  content: "";
}
.service-block-six .inner-box:hover::before {
  height: 100%;
}
.service-block-six .inner-box:hover .icon-box {
  position: relative;
  z-index: 99;
}
.service-block-six .inner-box:hover .icon-box svg {
  fill: var(--theme-color-light);
}
.service-block-six .inner-box:hover .content-box .title {
  color: var(--theme-color-light);
}
.service-block-six .inner-box:hover .content-box .text {
  position: relative;
  z-index: 99;
  color: var(--theme-color-light);
}
.service-block-six .inner-box:hover .content-box span {
  position: relative;
  z-index: 99;
  color: var(--theme-color-light);
}
.service-block-six .inner-box .icon-box {
  margin-bottom: 15px;
}
.service-block-six .inner-box .icon-box svg {
  fill: var(--theme-color1);
  width: 65px;
  min-width: 65px;
  height: 65px;
  margin: 0 auto;
}
.service-block-six .inner-box .content-box .title {
  margin-bottom: 3px;
}
.service-block-six .inner-box .content-box .text {
  margin-bottom: 6px;
}
@media (max-width: 1199.98px) {
  .service-block-six .inner-box .content-box .text {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .service-block-six .inner-box .content-box .text {
    font-size: 16px;
  }
}
.service-block-six .inner-box .content-box span {
  font-family: var(--title-font);
  font-size: 24px;
  color: var(--theme-color-dark);
  font-weight: 700;
}

/*** 

====================================================================
    service-section-seven
====================================================================

***/
.service-section-seven {
  position: relative;
  padding: 120px 0 90px;
  background-color: #F9F7F7;
}
@media (max-width: 575.98px) {
  .service-section-seven .sec-title h2 {
    font-size: 33px;
    line-height: 40px;
  }
}

.service-block-seven {
  margin-bottom: 30px;
}
.service-block-seven .inner-box {
  text-align: center;
  padding: 40px 23px 40px;
  background-color: var(--theme-color-light);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
}
@media (max-width: 1399.98px) {
  .service-block-seven .inner-box {
    padding: 60px 17px 55px;
  }
}
@media (max-width: 1199.98px) {
  .service-block-seven .inner-box {
    padding: 45px 10px;
  }
}
.service-block-seven .inner-box::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(239, 72, 36, 0.85);
  height: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  content: "";
  z-index: 99;
  border-radius: 5px;
}
.service-block-seven .inner-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  height: 0;
  background-image: url(../images/resource/paten.jpg);
}
.service-block-seven .inner-box:hover::before {
  height: 100%;
}
.service-block-seven .inner-box:hover::after {
  height: 100%;
}
.service-block-seven .inner-box:hover .icon-box {
  position: relative;
  z-index: 99;
}
.service-block-seven .inner-box:hover .icon-box svg {
  fill: var(--theme-color-light);
}
.service-block-seven .inner-box:hover .content-box .title {
  color: #fff;
  position: relative;
  z-index: 99;
}
.service-block-seven .inner-box:hover .content-box .text {
  position: relative;
  z-index: 99;
  color: var(--theme-color-light);
}
.service-block-seven .inner-box:hover .content-box .btn-shape-primary {
  position: relative;
  z-index: 99;
  border-color: var(--theme-color-light);
  color: var(--theme-color-light);
}
.service-block-seven .inner-box .icon-box {
  margin-bottom: 25px;
}
.service-block-seven .inner-box .icon-box svg {
  fill: var(--theme-color1);
  width: 65px;
  min-width: 65px;
  height: 65px;
  margin: 0 auto;
}
.service-block-seven .inner-box .content-box .title {
  margin-bottom: 3px;
}
.service-block-seven .inner-box .content-box .text {
  margin-bottom: 31px;
}
@media (max-width: 1199.98px) {
  .service-block-seven .inner-box .content-box .text {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .service-block-seven .inner-box .content-box .text {
    font-size: 16px;
  }
}
.service-block-seven .inner-box .content-box .btn-shape-primary {
  display: inline-block;
  padding: 11px 30px 13px;
  border-radius: 5px;
  border: 2px solid var(--theme-color1);
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--theme-color1);
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.service-block-seven .inner-box .content-box .btn-shape-primary i {
  margin-left: 9px;
}

/*** 

====================================================================
    service-section-eight
====================================================================

***/
.service-section-eight {
  position: relative;
  padding: 120px 0;
  background-color: #F9F7F7;
}
.service-section-eight .sec-title .sub-title {
  color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .service-section-eight .sec-title h2 {
    line-height: 40px;
    font-size: 31px;
  }
}
@media (max-width: 767.98px) {
  .service-section-eight .sec-title h2 {
    line-height: 40px;
    font-size: 27px;
  }
}
@media (max-width: 575.98px) {
  .service-section-eight .sec-title h2 {
    line-height: 35px;
    font-size: 24px;
  }
}

.service-block-eight {
  margin: 0 15px;
}
.service-block-eight .inner-box:hover .image-box span {
  color: var(--theme-color1);
}
.service-block-eight .inner-box:hover .content-box a {
  color: var(--theme-color1);
}
.service-block-eight .inner-box .image-box {
  position: relative;
}
.service-block-eight .inner-box .image-box span {
  position: absolute;
  right: 40px;
  bottom: -20px;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  background-color: var(--theme-color-light);
  font-size: 32px;
  font-weight: 700;
  font-family: var(--title-font);
}
.service-block-eight .inner-box .content-box {
  position: relative;
  background-color: var(--theme-color-light);
  border: 1px solid #e1e1e1;
  border-radius: 0 0 5px 5px;
  padding: 30px 40px;
  border-top: 0;
}
@media (max-width: 767.98px) {
  .service-block-eight .inner-box .content-box {
    padding: 15px 20px 40px;
  }
}
.service-block-eight .inner-box .content-box .title {
  margin-bottom: 14px;
}
.service-block-eight .inner-box .content-box .text {
  margin-bottom: 27px;
}
.service-block-eight .inner-box .content-box a {
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--title-font);
}
.service-block-eight .inner-box .content-box a i {
  margin-left: 10px;
  font-size: 13px;
}
.service-block-eight .inner-box .content-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*** 

====================================================================
    service-section-nine
====================================================================

***/
.services-section-nine {
  position: relative;
  padding: 120px 0 90px;
  background-color: #F9F7F7;
}
.services-section-nine .sec-title .sub-title {
  color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .services-section-nine .sec-title .sub-title {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .services-section-nine .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .services-section-nine .sec-title h2 {
    font-size: 20px;
    line-height: 29px;
  }
}

.service-block-nine {
  margin-bottom: 30px;
}
.service-block-nine .inner-box {
  text-align: center;
  background-color: var(--theme-color-light);
  padding: 50px 40px 34px;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .service-block-nine .inner-box {
    padding: 50px 28px 34px;
  }
}
.service-block-nine .inner-box:hover .icon-box::before {
  top: 0;
  left: 0;
}
.service-block-nine .inner-box:hover .content-box .read-more {
  color: var(--theme-color1);
}
.service-block-nine .inner-box:hover .content-box .read-more i {
  color: var(--theme-color1);
}
.service-block-nine .inner-box .icon-box {
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
}
.service-block-nine .inner-box .icon-box::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #e2eaf5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-block-nine .inner-box .icon-box svg {
  position: relative;
  z-index: 99;
  fill: var(--theme-color1);
  width: 65px;
  height: 65px;
}
.service-block-nine .inner-box .content-box .title {
  margin-bottom: 19px;
}
.service-block-nine .inner-box .content-box .text {
  margin-bottom: 14px;
}
.service-block-nine .inner-box .content-box .read-more {
  font-weight: 700;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-family: var(--title-font);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-block-nine .inner-box .content-box .read-more i {
  margin-left: 10px;
  position: relative;
  top: 1px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*** 

====================================================================
    service-section-ten
====================================================================

***/
.service-section-ten {
  position: relative;
  padding: 120px 0 100px;
  background-color: #F9F7F7;
}
.service-section-ten .sec-title {
  margin-bottom: 40px;
}
.service-section-ten .sec-title .sub-title {
  color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .service-section-ten .sec-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .service-section-ten .sec-title h2 {
    font-size: 27px;
    line-height: 40px;
  }
}

.service-block-ten {
  margin: 0 15px;
}
.service-block-ten .inner-box {
  padding: 36px 37px 27px;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 20px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
}
@media (max-width: 1399.98px) {
  .service-block-ten .inner-box {
    padding: 60px 17px 55px;
  }
}
@media (max-width: 1199.98px) {
  .service-block-ten .inner-box {
    padding: 45px 23px;
  }
}
.service-block-ten .inner-box:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.service-block-ten .inner-box:hover .content-box span {
  color: var(--title-font2);
}
.service-block-ten .inner-box .icon-box {
  margin-bottom: 18px;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 5px;
}
.service-block-ten .inner-box .icon-box svg {
  fill: var(--theme-color1);
  width: 60px;
  min-width: 60px;
  height: 65px;
  margin: 0 auto;
}
.service-block-ten .inner-box .content-box .title {
  margin-bottom: 1px;
}
@media (max-width: 767.98px) {
  .service-block-ten .inner-box .content-box .title {
    font-size: 27px;
  }
}
.service-block-ten .inner-box .content-box .text {
  margin-bottom: 21px;
}
@media (max-width: 1199.98px) {
  .service-block-ten .inner-box .content-box .text {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .service-block-ten .inner-box .content-box .text {
    font-size: 16px;
  }
}
.service-block-ten .inner-box .content-box .count {
  position: absolute;
  top: 50px;
  right: 41px;
  font-size: 48px;
  color: #dfe0e2;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--title-font);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-block-ten .inner-box .content-box .btn-shape-primary {
  display: inline-block;
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--theme-color1);
  font-weight: 700;
  text-transform: uppercase;
}
.service-block-ten .inner-box .content-box .btn-shape-primary i {
  margin-left: 9px;
}
.service-block-ten .inner-box .content-box .btn-shape-primary:hover {
  color: #000;
}

@media only screen and (max-width: 577px) {
  .services-section-nine .sec-title h2 {
    font-size: 24px;
    line-height: 35px;
  }
  .services-section-ten .sec-title h2 {
    font-size: 27px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .services-section-nine .sec-title h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
/*** 

====================================================================
    project Section
====================================================================

***/
.project-section {
  position: relative;
  padding: 120px 0;
}
.project-section .slider-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 60px;
}
.project-section .click-btn .prev,
.project-section .click-btn .next {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  margin-left: 10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  background-color: #f49f8d;
  border-radius: 5px;
  color: var(--theme-color-light);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project-section .outer-box {
  margin: 0 -209px;
}
@media (max-width: 1399.98px) {
  .project-section .outer-box {
    margin: 0;
  }
}
.project-section .sec-title {
  margin-bottom: 0px;
}
.project-section .sec-title h2 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .project-section .sec-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575.98px) {
  .project-section .sec-title .sub-title {
    font-size: 16px;
  }
}

.project-block {
  margin: 0 15px;
}
.project-block .inner-box {
  position: relative;
}
.project-block .inner-box:hover .content-box {
  opacity: 0;
  visibility: hidden;
}
.project-block .inner-box:hover .image-box::before {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.project-block .inner-box:hover .image-box .image {
  border-radius: 5px;
}
.project-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.project-block .inner-box .image-box {
  position: relative;
}
.project-block .inner-box .image-box::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 30, 42, 0)), color-stop(30.98%, rgba(14, 30, 42, 0)), to(#527ab7 ));
  background: linear-gradient(180deg, rgba(14, 30, 42, 0) 0%, rgba(14, 30, 42, 0) 30.98%, #527ab7  100%);
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  pointer-events: none;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 9;
}
.project-block .inner-box .image-box .image {
  overflow: hidden;
}
.project-block .inner-box .image-box .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-block .inner-box .content-box {
  bottom: 0;
  left: 0;
  padding: 30px 15px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-block .inner-box .content-box .title {
  color: var(--theme-color-light);
  margin-bottom: 6px;
}
.project-block .inner-box .content-box span {
  color: var(--theme-color-light);
  font-family: var(--title-font);
}

/*** 

====================================================================
    project Section two
====================================================================

***/
.project-section-two {
  position: relative;
  padding: 120px 0;
}
.project-section-two .sec-title {
  margin-bottom: 0;
}
.project-section-two .sec-title h2 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .project-section-two .sec-title h2 {
    font-size: 33px;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .project-section-two .sec-title h2 {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 575.98px) {
  .project-section-two .sec-title .sub-title {
    font-size: 16px;
  }
}
.project-section-two .slider-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 60px;
}
.project-section-two .click-btn .prev,
.project-section-two .click-btn .next {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  margin-left: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background-color: #f8e5e2;
  border-radius: 5px;
  color: var(--theme-color-dark);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project-section-two .click-btn .prev:hover,
.project-section-two .click-btn .next:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}

.project-block-two {
  margin: 0 15px;
}
.project-block-two .inner-box {
  position: relative;
}
.project-block-two .inner-box:hover .image-box .image {
  border-radius: 5px;
}
.project-block-two .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.project-block-two .inner-box:hover .image-box .arrow-btn {
  opacity: 1;
  visibility: visible;
}
.project-block-two .inner-box .image-box {
  position: relative;
}
.project-block-two .inner-box .image-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#010d4c), color-stop(0.01%, rgba(1, 13, 76, 0.12)), to(#01124c));
  background: linear-gradient(180deg, #010d4c 0%, rgba(1, 13, 76, 0.12) 0.01%, #01124c 100%);
  mix-blend-mode: multiply;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.project-block-two .inner-box .image-box .image {
  overflow: hidden;
}
.project-block-two .inner-box .image-box .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-block-two .inner-box .image-box .arrow-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  text-align: center;
  line-height: 65px;
  z-index: 1;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: hidden;
}
.project-block-two .inner-box .image-box .arrow-btn i {
  font-size: 35px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  color: var(--theme-color-light);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-block-two .inner-box .image-box .arrow-btn:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.project-block-two .inner-box .content-box {
  width: 100%;
  text-align: center;
  padding: 22px 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-block-two .inner-box .content-box .title {
  margin-bottom: 6px;
}
.project-block-two .inner-box .content-box span {
  font-family: var(--title-font);
  color: var(--theme-color-dark);
}

.project-slider .slick-dots {
  right: auto;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .project-slider .slick-dots {
    width: 100%;
  }
}
.project-slider .slick-dots li {
  width: auto;
  height: auto;
}
.project-slider .slick-dots li button {
  width: 80px;
  height: 3px;
  background-color: #dcdcdc;
  border-radius: unset;
}
@media (max-width: 767.98px) {
  .project-slider .slick-dots li button {
    width: 40px;
  }
}
@media (max-width: 575.98px) {
  .project-slider .slick-dots li button {
    width: 30px;
  }
}
.project-slider .slick-dots li button:before {
  display: none;
}
.project-slider .slick-dots li button:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 0;
  width: 17px;
  height: 17px;
  background-color: #ff6809;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-slider .slick-dots li.slick-active button {
  background: #ff6809;
}
.project-slider .slick-dots li.slick-active button:after {
  opacity: 1;
  visibility: visible;
}

/*** 

====================================================================
    project Section three
====================================================================

***/
.project-section-three {
  position: relative;
  padding: 120px 0;
  background-color: #F9F7F7;
}
.project-section-three .outer-box {
  margin: 0 -209px;
}
@media (max-width: 1399.98px) {
  .project-section-three .outer-box {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .project-section-three .sec-title h2 {
    font-size: 41px;
  }
}
@media (max-width: 575.98px) {
  .project-section-three .sec-title h2 {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 575.98px) {
  .project-section-three .sec-title .sub-title {
    font-size: 16px;
  }
}
.project-section-three .projects-slider .slick-dots {
  display: none !important;
}

.project-block-three {
  margin: 0 15px;
}
.project-block-three .inner-box {
  position: relative;
}
.project-block-three .inner-box:hover .content-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
.project-block-three .inner-box .image-box {
  position: relative;
  margin-bottom: 50px;
}
.project-block-three .inner-box .content-box {
  position: absolute;
  bottom: -50px;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(30px);
          transform: translateX(-50%) translateY(30px);
  border-radius: 5px;
  width: 357px;
  margin: 0 auto;
  text-align: center;
  padding: 34px 15px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--theme-color1);
}
@media (max-width: 1399.98px) {
  .project-block-three .inner-box .content-box {
    width: 250px;
  }
}
.project-block-three .inner-box .content-box .title {
  color: var(--theme-color-light);
  margin-bottom: 6px;
}
.project-block-three .inner-box .content-box span {
  font-family: var(--title-font);
  color: var(--theme-color-light);
}

/*** 

====================================================================
    project Section four
====================================================================

***/
.project-section-four {
  position: relative;
  padding: 120px 0 90px;
  background-color: var(--theme-color-dark);
}
.project-section-four .sec-title {
  padding-right: 200px;
}
@media (max-width: 767.98px) {
  .project-section-four .sec-title {
    padding-right: 0;
  }
}
.project-section-four .sec-title .sub-title {
  color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .project-section-four .sec-title h2 {
    font-size: 38px;
    line-height: 45px;
  }
}
.project-section-four .sec-title .btn-box {
  position: absolute;
  right: 0;
  top: 83px;
}
@media (max-width: 991.98px) {
  .project-section-four .sec-title .btn-box {
    top: 57px;
  }
}
@media (max-width: 767.98px) {
  .project-section-four .sec-title .btn-box {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
}
.project-section-four .sec-title .btn-box .read-more {
  text-transform: uppercase;
  padding: 5px 31px 5px 31px;
  font-size: 16px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  line-height: 50px;
  border-radius: 5px;
  height: auto;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--title-font);
}
.project-section-four .sec-title .btn-box .read-more i {
  font-size: 13px;
  margin-left: 9px;
}

.project-block-four .inner-box {
  position: relative;
}
.project-block-four .inner-box:hover .content-box {
  opacity: 1;
  visibility: visible;
}
.project-block-four .inner-box .image-box {
  position: relative;
  margin-bottom: 30px;
}
.project-block-four .inner-box .image-box img {
  border-radius: 6px;
  width: 100%;
}
.project-block-four .inner-box .content-box {
  position: absolute;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
  width: 340px;
  margin: 0 auto;
  padding: 28px 20px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--theme-color-light);
}
@media (max-width: 1399.98px) {
  .project-block-four .inner-box .content-box {
    width: 250px;
  }
}
.project-block-four .inner-box .content-box .title {
  margin-bottom: 5px;
}
.project-block-four .inner-box .content-box span {
  font-family: var(--title-font);
  color: var(--theme-color-dark);
}
.project-block-four .inner-box .content-box .angel-btn {
  width: 60px;
  height: 60px;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  border-radius: 5px;
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -18px;
  right: 30px;
}
@media (max-width: 575.98px) {
  .project-block-four .inner-box .content-box .angel-btn {
    right: 15px;
  }
}

/*** 

====================================================================
    project Section five
====================================================================

***/
.project-section-five {
  position: relative;
  padding: 120px 0;
  background-color: #F9F7F7;
}
.project-section-five .sec-title .sub-title {
  color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .project-section-five .sec-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

.project-block-five {
  margin: 0 15px;
}
.project-block-five .inner-box .image-box {
  padding: 0 27px;
}
.project-block-five .inner-box .image-box .image {
  position: relative;
  z-index: 99;
}
.project-block-five .inner-box .image-box .image img {
  border-radius: 5px;
}
.project-block-five .inner-box .content-box {
  position: relative;
  background-color: var(--theme-color-light);
  padding: 93px 28px 22px;
  margin-top: -75px;
  border-radius: 5px;
}
.project-block-five .inner-box .content-box .title {
  margin-bottom: 0;
}
.project-block-five .inner-box .content-box .plus {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: var(--theme-color1);
  border-radius: 5px;
  position: absolute;
  color: var(--theme-color-light);
  bottom: 20px;
  font-size: 20px;
  right: 28px;
}
@media (max-width: 575.98px) {
  .project-block-five .inner-box .content-box .plus {
    bottom: 36px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}

/*** 

====================================================================
    project Section six
====================================================================

***/
.project-section-six {
  position: relative;
  padding: 120px 0;
  background-color: var(--theme-color-dark);
}
.project-section-six .sec-title .sub-title {
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .project-section-six .sec-title h2 {
    font-size: 37px;
  }
}
@media (max-width: 575.98px) {
  .project-section-six .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.project-section-six .slick-dots {
  display: none !important;
}

.project-block-six {
  margin-right: 100px;
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .project-block-six {
    margin: 0 15px 60px;
  }
}
.project-block-six .inner-box {
  position: relative;
}
.project-block-six .inner-box .image-box .image img {
  border-radius: 5px;
}
.project-block-six .inner-box .content-box {
  position: absolute;
  bottom: -60px;
  right: -70px;
  background-color: var(--theme-color-light);
  width: 530px;
  padding: 18px 40px;
  border-radius: 5px;
  padding-bottom: 25px;
  -webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199.98px) {
  .project-block-six .inner-box .content-box {
    right: 18px;
    width: 445px;
  }
}
@media (max-width: 991.98px) {
  .project-block-six .inner-box .content-box {
    right: 0;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .project-block-six .inner-box .content-box {
    padding: 15px 18px;
  }
}
.project-block-six .inner-box .content-box .title {
  margin-bottom: 6px;
}
.project-block-six .inner-box .content-box span {
  color: var(--text-color2);
}
.project-block-six .inner-box .content-box .text {
  margin-bottom: 10px;
}
.project-block-six .inner-box .content-box .read-more {
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--theme-color1);
  font-weight: 700;
  display: inline-block;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
}
.project-block-six .inner-box .content-box .read-more i {
  font-size: 13px;
  margin-left: 10px;
}
.project-block-six .inner-box .content-box .arrow-btn {
  border-radius: 50%;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  display: inline-block;
  font-size: 20px;
  height: 67px;
  line-height: 67px;
  position: absolute;
  right: 40px;
  text-align: center;
  top: 20px;
  width: 67px;
}
@media (max-width: 575.98px) {
  .project-block-six .inner-box .content-box .arrow-btn {
    height: 50px;
    line-height: 50px;
    right: 20px;
    top: 20px;
    width: 50px;
  }
}

/*** 

====================================================================
    project Section seven
====================================================================

***/
.project-section-seven {
  position: relative;
  padding: 120px 0;
  background-color: #F9F7F7;
}
.project-section-seven .sec-title {
  margin-bottom: 0;
}
.project-section-seven .sec-title .sub-title {
  color: var(--theme-color1);
}
.project-section-seven .sec-title h2 {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .project-section-seven .sec-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .project-section-seven .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.project-section-seven .slider-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 60px;
}
.project-section-seven .click-btn .prev,
.project-section-seven .click-btn .next {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  margin-left: 10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  background-color: #f49f8d;
  border-radius: 5px;
  color: var(--theme-color-light);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.project-block-seven {
  margin: 0 15px;
}
.project-block-seven .inner-box {
  position: relative;
  margin-bottom: 30px;
}
.project-block-seven .inner-box:hover .content-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.project-block-seven .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.project-block-seven .inner-box .image-box .image {
  border-radius: 5px;
  overflow: hidden;
}
.project-block-seven .inner-box .image-box .image img {
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-block-seven .inner-box .content-box {
  position: absolute;
  bottom: -30px;
  width: 369px;
  right: 0;
  padding: 14px 28px 19px;
  background-color: var(--theme-color-light);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media (max-width: 1199.98px) {
  .project-block-seven .inner-box .content-box {
    width: 100%;
  }
}
.project-block-seven .inner-box .content-box .title {
  margin-bottom: 3px;
}
.project-block-seven .inner-box .content-box .arrow-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: var(--theme-color1);
  background-color: var(--theme-color1);
  text-align: center;
  line-height: 60px;
  color: var(--theme-color-light);
  display: inline-block;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .project-block-seven .inner-box .content-box .arrow-btn {
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: 35px;
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  .project-block-seven .inner-box .content-box .arrow-btn {
    top: 7px;
  }
}

.slider-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 60px;
}

.click-btn .prev,
.click-btn .next {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  margin-left: 10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  background-color: #f49f8d;
  border-radius: 5px;
  color: var(--theme-color-light);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.click-btn .prev:hover,
.click-btn .next:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}

@media only screen and (max-width: 1200px) {
  .project-slider .slick-dots li button {
    width: 40px;
  }
  .project-block .inner-box .content-box {
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .project-section-two .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .project-section-three .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .project-section-four .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .project-section-seven .sec-title h2 {
    font-size: 25px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 481px) {
  .project-section .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .project-section-two .sec-title h2 {
    font-size: 21px;
    line-height: 30px;
  }
  .project-section-three .sec-title h2 {
    font-size: 21px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .project-section .sec-title h2 {
    font-size: 21px;
    line-height: 30px;
  }
  .project-section-two .sec-title h2 {
    font-size: 21px;
    line-height: 30px;
  }
  .project-section-three .sec-title h2 {
    font-size: 21px;
    line-height: 30px;
  }
  .project-section-four .sec-title h2 {
    font-size: 23px;
    line-height: 34px;
  }
  .project-section-five .sec-title h2 {
    font-size: 22px;
    line-height: 34px;
  }
  .project-section-six .sec-title h2 {
    font-size: 22px;
    line-height: 33px;
  }
}
/*** 

====================================================================
  process-section
====================================================================

***/
.process-section {
  position: relative;
  padding: 120px 0;
  background-color: #F9F7F7;
}
.process-section .sec-title .sub-title {
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .process-section .sec-title h2 {
    font-size: 39px;
  }
}
@media (max-width: 575.98px) {
  .process-section .sec-title h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

.process-block {
  margin: 0 15px;
}
.process-block .inner-box {
  position: relative;
  background-color: var(--theme-color-light);
  padding: 64px 35px 61px;
  position: relative;
  margin-bottom: 35px;
}
.process-block .inner-box .icon-box {
  position: relative;
  margin-bottom: 24px;
}
.process-block .inner-box .icon-box span {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  font-family: var(--title-font);
  color: #616670;
}
.process-block .inner-box .icon-box span::before {
  content: "";
  width: 31px;
  height: 1px;
  right: -45px;
  top: 50%;
  background-color: #616670;
  opacity: 0.5;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.process-block .inner-box .icon-box svg {
  fill: var(--theme-color1);
  width: 65px;
  height: 65px;
  position: absolute;
  top: -23px;
  right: 0;
}
.process-block .inner-box .content-box .title {
  margin-bottom: 13px;
}
.process-block .inner-box .content-box .text {
  color: var(--text-color2);
}
.process-block .inner-box .content-box .more {
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 65px;
  height: 65px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  line-height: 65px;
  text-align: center;
  border-radius: 5px;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  font-size: 25px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/*** 

====================================================================
  process-section-two
====================================================================

***/
.process-section-two {
  position: relative;
  padding: 120px 0;
  background-color: #F9F7F7;
}
.process-section-two .sec-title .sub-title {
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .process-section-two .sec-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

.process-block-two {
  margin: 0 15px;
}
.process-block-two .inner-box {
  position: relative;
  background-color: var(--theme-color-light);
  padding: 50px 40px 36px;
  padding-bottom: 31px;
  z-index: 99;
}
@media (max-width: 991.98px) {
  .process-block-two .inner-box {
    padding: 36px 18px;
  }
}
.process-block-two .inner-box .icon-box {
  position: relative;
  margin-bottom: 36px;
  text-align: center;
}
.process-block-two .inner-box .icon-box svg {
  width: 85px;
  height: 85px;
}
.process-block-two .inner-box .icon-box svg:last-child {
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 124px;
  height: 112px;
}
@media (max-width: 1199.98px) {
  .process-block-two .inner-box .content-box .title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .process-block-two .inner-box .content-box .title {
    font-size: 25px;
  }
}
.process-block-two .inner-box .content-box .text {
  margin-bottom: 31px;
}
.process-block-two .inner-box .content-box span {
  font-size: 48px;
  color: #e3e3e3;
  font-weight: 700;
  font-family: var(--title-font);
}
.process-block-two .inner-box .content-box .btn {
  font-size: 20px;
  position: absolute;
  bottom: 34px;
  right: 30px;
}

/*** 

====================================================================
  process-section-three
====================================================================

***/
.process-section-three {
  position: relative;
  padding: 120px 0;
  background-color: #F9F7F7;
  background-image: url(../images/resource/map-pattern3.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}
.process-section-three .sec-title .sub-title {
  color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .process-section-three .sec-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .process-section-three .sec-title h2 {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (max-width: 575.98px) {
  .process-section-three .sec-title h2 {
    font-size: 28px;
    line-height: 39px;
  }
}

.process-block-three {
  margin: 0 15px;
}
.process-block-three .inner-box {
  background-color: var(--theme-color-light);
  border: 1px solid #e1e1e1;
  padding: 37px 35px 41px;
}
.process-block-three .inner-box .content-box {
  padding-left: 155px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .process-block-three .inner-box .content-box {
    padding-left: 0;
  }
}
.process-block-three .inner-box .content-box .icon-box {
  background-color: #fdece9;
  border-radius: 50%;
  height: 120px;
  left: 0;
  line-height: 120px;
  position: absolute;
  top: 35px;
  width: 120px;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .process-block-three .inner-box .content-box .icon-box {
    position: static;
    margin-bottom: 20px;
  }
}
.process-block-three .inner-box .content-box .icon-box i {
  color: var(--theme-color1);
  font-size: 55px;
}
.process-block-three .inner-box .content-box .title {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 15px;
  padding-bottom: 11px;
}
.process-block-three .inner-box .content-box .text {
  padding-bottom: 21px;
}
.process-block-three .inner-box .content-box .read-more {
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--theme-color-dark);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.28px;
}
.process-block-three .inner-box .content-box .read-more i {
  font-size: 13px;
  margin-left: 10px;
}
.process-block-three .inner-box .content-box .read-more:hover {
  color: var(--theme-color1);
}

/*** 

====================================================================
  process-section-four
====================================================================

***/
.process-section-four {
  background-attachment: fixed;
  background-color: #F9F7F7;
  background-image: url(../images/resource/map-pattern.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 0;
}
.process-section-four .sec-title {
  margin-bottom: 0;
}
.process-section-four .sec-title .sub-title {
  color: var(--theme-color1);
}
.process-section-four .sec-title h2 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .process-section-four .sec-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .process-section-four .sec-title h2 {
    font-size: 29px;
    line-height: 42px;
  }
}
.process-section-four .slider-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 60px;
}
.process-section-four .click-btn .prev,
.process-section-four .click-btn .next {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  margin-left: 10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  background-color: var(--theme-color-light);
  border-radius: 5px;
  color: var(--theme-color-dark);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.process-section-four .click-btn .prev:hover,
.process-section-four .click-btn .next:hover {
  background-color: var(--theme-color1);
  color: #fff;
}

.process-block-four {
  /*margin: 0 15px;*/
}
.process-block-four .inner-box {
  background-color: var(--theme-color-light);
  margin-top: 50px;
  padding: 43px 27px 43px;
  position: relative;
}
.process-block-four .inner-box .icon-box {
  background-color: var(--theme-color1);
  border-radius: 5px;
  display: inline-block;
  height: 75px;
  line-height: 75px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: -45px;
  width: 75px;
}
.process-block-four .inner-box .icon-box svg {
  fill: var(--theme-color-light);
  height: 45px;
  width: 45px;
}
.process-block-four .inner-box .content-box .title {
  margin-bottom: 4px;
}
.process-block-four .inner-box .content-box .title:hover {
  color: var(--theme-color1);
}

@media only screen and (max-width: 480px) {
  .process-block .inner-box .content-box {
    bottom: 0;
    width: 100%;
    left: 0;
  }
  .process-block .inner-box .content-box .info-box {
    padding: 11px 0 14px 19px;
  }
  .process-section-two .sec-title h2 {
    font-size: 27px;
    line-height: 35px;
  }
  .process-section-three .sec-title h2 {
    font-size: 19px;
    line-height: 30px;
  }
  .process-section-four .sec-title h2 {
    font-size: 23px;
    line-height: 35px;
  }
}
/*** 

====================================================================
	testimonial Section
====================================================================

***/
.testimonial-section {
  position: relative;
  padding: 120px 0;
  background-color: var(--theme-color-dark);
  background-image: url(../images/resource/map-pattern.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: auto;
}
.testimonial-section .sec-title {
  margin-bottom: 54px;
}
@media (max-width: 767.98px) {
  .testimonial-section .sec-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-section .sec-title h2 {
    font-size: 24px;
    line-height: 35px;
  }
}
.testimonial-section .slick-dots li {
  position: relative;
  top: -9px;
}

.testmonial-block {
  margin-right: 27px;
  margin-bottom: 90px;
}
.testmonial-block:last-child {
  margin-right: 0;
}
.testmonial-block .inner-box {
  position: relative;
  border: 1px solid #373737;
  padding: 97px 35px 36px;
  margin-top: 37px;
}
@media (max-width: 767.98px) {
  .testmonial-block .inner-box {
    padding: 0px 20px 36px;
  }
}
@media (max-width: 575.98px) {
  .testmonial-block .inner-box {
    padding-top: 36px;
    margin-top: 0;
  }
}
.testmonial-block .inner-box .auther-info {
  position: absolute;
  top: -37px;
  left: 35px;
  background-color: var(--theme-color1);
  display: inline-block;
  padding: 14px 31px 27px 118px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .testmonial-block .inner-box .auther-info {
    position: relative;
    padding-left: 15px;
    padding-right: 13px;
    left: 0;
    width: 100%;
  }
}
.testmonial-block .inner-box .auther-info .image {
  position: absolute;
  top: 14px;
  left: 27px;
}
@media (max-width: 767.98px) {
  .testmonial-block .inner-box .auther-info .image {
    position: static;
  }
}
.testmonial-block .inner-box .auther-info .content-box {
  margin-top: 5px;
}
.testmonial-block .inner-box .auther-info .content-box .name {
  color: var(--theme-color-light);
  margin-bottom: 0;
}
.testmonial-block .inner-box .auther-info .content-box .designation {
  color: var(--theme-color-light);
}
.testmonial-block .inner-box .rating {
  position: absolute;
  top: 32px;
  right: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199.98px) {
  .testmonial-block .inner-box .rating {
    position: static;
    margin-bottom: 10px;
  }
}
.testmonial-block .inner-box .rating li {
  color: var(--theme-color-light);
  margin-right: 8px;
  font-size: 16px;
}
.testmonial-block .inner-box .rating li:last-child {
  margin-right: 0;
}
.testmonial-block .inner-box .text {
  color: var(--theme-color-light);
}

/*** 

====================================================================
	testimonial Section two
====================================================================

***/
.testimonial-section-two {
  position: relative;
  padding: 120px 0;
  background-color: var(--theme-color-dark);
}
.testimonial-section-two .auto-container {
  max-width: 1300px;
}
.testimonial-section-two::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 345px;
  height: 390px;
  background-image: url(../images/resource/lines.png);
}
@media (max-width: 1440px) {
  .testimonial-section-two::before {
    opacity: 0.1;
  }
}
.testimonial-section-two .sec-title {
  margin-bottom: 54px;
}
@media (max-width: 767.98px) {
  .testimonial-section-two .sec-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-section-two .sec-title h2 {
    font-size: 24px;
    line-height: 35px;
  }
}
.testimonial-section-two .slick-dots {
  background-color: unset;
}
.testimonial-section-two .slick-dots li {
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  margin: 8px;
  width: 7px;
  height: 7px;
  opacity: 1;
  top: -15px;
  background: var(--theme-color1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-section-two .slick-dots .slick-active::before {
  content: "";
  width: 21px;
  height: 21px;
  left: -6px;
  top: -6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  position: absolute;
  border: 2px solid var(--theme-color1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testmonial-block-two {
  margin-right: 27px;
  margin-bottom: 109px;
}
@media (max-width: 767.98px) {
  .testmonial-block-two {
    margin-right: 0;
  }
}
.testmonial-block-two:last-child {
  margin-right: 0;
}
.testmonial-block-two .inner-box {
  position: relative;
  background-color: #262626;
  padding: 30px 27px 31px;
  padding-top: 53px;
  margin-top: 44px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .testmonial-block-two .inner-box {
    margin-top: 45px;
    padding: 73px 15px 31px;
  }
}
.testmonial-block-two .inner-box .auther-info {
  text-align: center;
}
.testmonial-block-two .inner-box .auther-info .image {
  position: absolute;
  top: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.testmonial-block-two .inner-box .auther-info .image img {
  border-radius: 50%;
  border: 2px solid var(--theme-color1);
}
.testmonial-block-two .inner-box .auther-info .content-box .name {
  color: var(--theme-color-light);
  margin-bottom: 0;
  margin-top: 10px;
}
.testmonial-block-two .inner-box .auther-info .content-box .designation {
  color: var(--theme-color-light);
  margin-bottom: 5px;
  display: inline-block;
}
.testmonial-block-two .inner-box .rating {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}
@media (max-width: 1199.98px) {
  .testmonial-block-two .inner-box .rating {
    position: static;
    margin-bottom: 10px;
  }
}
.testmonial-block-two .inner-box .rating li {
  color: var(--theme-color1);
  margin-right: 8px;
  font-size: 14px;
}
.testmonial-block-two .inner-box .rating li:last-child {
  margin-right: 0;
}
.testmonial-block-two .inner-box .text {
  color: var(--theme-color-light);
}

/*** 

====================================================================
	testimonial Section three
====================================================================

***/
.testimonial-section-three {
  position: relative;
  padding: 120px 0;
  background-attachment: fixed;
  background-image: url(../images/resource/map-pattern2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  /* VIDEO SLIDER */
  /* OVERLAY */
}
.testimonial-section-three .slick-dots {
  display: none;
}
@media (max-width: 767.98px) {
  .testimonial-section-three .sec-title h2 {
    font-size: 40px;
  }
}
.testimonial-section-three .image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}
.testimonial-section-three .image-box .image-2 {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 1;
  position: relative;
  border: 2px solid var(--theme-color-light);
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 13px -2px rgba(19, 16, 34, 0.06), 0 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
          box-shadow: 0 4px 13px -2px rgba(19, 16, 34, 0.06), 0 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
}
.testimonial-section-three .bs-overlay .content-box {
  text-align: center;
}
.testimonial-section-three .bs-overlay .content-box .title {
  margin-bottom: 2px;
}
.testimonial-section-three .bs-overlay .content-box span {
  color: var(--theme-color-dark);
  display: inline-block;
  margin-bottom: 3px;
}
.testimonial-section-three .bs-overlay .content-box .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonial-section-three .bs-overlay .content-box .rating li {
  margin-right: 5px;
}
.testimonial-section-three .bs-overlay .content-box .rating li:last-child {
  margin-right: 0;
}
.testimonial-section-three .bs-overlay .content-box .rating li i {
  color: var(--theme-color1);
  font-size: 16px;
}
.testimonial-section-three .bs-overlay .content-box .text {
  font-size: 23px;
  color: var(--theme-color-dark);
  max-width: 67%;
  line-height: 1.8;
  margin: 0 auto;
  margin-top: 28px;
}
@media (max-width: 991.98px) {
  .testimonial-section-three .bs-overlay .content-box .text {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-section-three .bs-overlay .content-box .text {
    min-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .testimonial-section-three .bs-overlay .content-box .text {
    font-size: 16px;
  }
}
.testimonial-section-three body {
  padding: 1em;
}
.testimonial-section-three .videos-slider-1 h4,
.testimonial-section-three .videos-slider-2 h4 {
  font-size: 14px;
}
.testimonial-section-three .bs-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.testimonial-section-three .bs-overlay {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  margin: 0;
}
.testimonial-section-three .bs-overlay:hover .bs-overlay-panel.bs-overlay-top {
  bottom: 0;
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.testimonial-section-three .bs-overlay-panel.bs-overlay-top {
  top: auto;
}
.testimonial-section-three .bs-overlay-panel {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
}
.testimonial-section-three .bs-overlay > :first-child,
.testimonial-section-three .bs-overlay-panel > :last-child {
  margin-bottom: 0;
}
.testimonial-section-three .bs-overlay:hover {
  cursor: pointer;
}
.testimonial-section-three .slider-nav-thumbnails {
  margin-left: -150px;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .testimonial-section-three .slider-nav-thumbnails {
    margin-left: -80px;
  }
}
.testimonial-section-three .slider-nav-thumbnails .center-img {
  margin: 0 -15px;
  position: relative;
  z-index: 999;
}
.testimonial-section-three .slider-nav-thumbnails .slick-slide {
  cursor: pointer;
  outline: none;
  border: 2px solid transparent;
}
@media (max-width: 575.98px) {
  .testimonial-section-three .slider-nav-thumbnails .slick-slide {
    width: 50px;
  }
}
.testimonial-section-three .slider-nav-thumbnails .slick-slide.slick-current.slick-active {
  opacity: 1;
  border: 2px solid var(--theme-color-light);
  border-radius: 50%;
}
.testimonial-section-three .slider-nav-thumbnails .slick-slide img {
  background: transparent;
}
.testimonial-section-three .slider-nav-thumbnails .slick-slide:first-child img {
  margin-left: 0;
}
.testimonial-section-three .slider-nav-thumbnails .slick-slide:last-child img {
  margin-right: 0;
}
.testimonial-section-three .slick-slider {
  text-align: center;
}

/*** 

====================================================================
	testimonial Section four
====================================================================

***/
.testimonial-section-four {
  position: relative;
  padding: 120px 0;
  background-color: #F9F7F7;
  /* VIDEO SLIDER */
  /* OVERLAY */
}
.testimonial-section-four .slider-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 0px;
}
.testimonial-section-four .click-btn .prev,
.testimonial-section-four .click-btn .next {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  margin-left: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background-color: #f49f8d;
  border-radius: 5px;
  color: var(--theme-color-light);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial-section-four .click-btn .prev:hover,
.testimonial-section-four .click-btn .next:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.testimonial-section-four .slick-dots {
  display: none;
}
.testimonial-section-four .sec-title {
  margin-bottom: 0;
}
.testimonial-section-four .sec-title .sub-title {
  color: var(--theme-color1);
}
.testimonial-section-four .sec-title h2 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .testimonial-section-four .sec-title h2 {
    font-size: 40px;
  }
}
.testimonial-section-four .image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}
.testimonial-section-four .image-box .image-2 {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 1;
  position: relative;
  border: 2px solid var(--theme-color-light);
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 13px -2px rgba(19, 16, 34, 0.06), 0 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
          box-shadow: 0 4px 13px -2px rgba(19, 16, 34, 0.06), 0 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
}
.testimonial-section-four .bs-overlay .content-box {
  text-align: center;
  border: 2px solid var(--theme-color1);
  border-radius: 5px;
  padding: 85px 95px 54px;
  max-width: 990px;
  margin: auto;
}
@media (max-width: 991.98px) {
  .testimonial-section-four .bs-overlay .content-box {
    padding: 85px 47px 54px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-section-four .bs-overlay .content-box {
    padding: 85px 47px 35px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-section-four .bs-overlay .content-box {
    padding: 85px 17px 35px;
  }
}
.testimonial-section-four .bs-overlay .content-box .title {
  margin-bottom: 4px;
  font-size: 24px;
}
.testimonial-section-four .bs-overlay .content-box span {
  color: var(--theme-color-dark);
  display: inline-block;
  margin-bottom: 3px;
}
.testimonial-section-four .bs-overlay .content-box .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonial-section-four .bs-overlay .content-box .rating li {
  margin-right: 5px;
}
.testimonial-section-four .bs-overlay .content-box .rating li:last-child {
  margin-right: 0;
}
.testimonial-section-four .bs-overlay .content-box .rating li i {
  color: #f6bf33;
  font-size: 16px;
}
.testimonial-section-four .bs-overlay .content-box .text {
  font-size: 16px;
  color: var(--text-color2);
  line-height: 1.8;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .testimonial-section-four .bs-overlay .content-box .text {
    min-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .testimonial-section-four .bs-overlay .content-box .text {
    font-size: 16px;
  }
}
.testimonial-section-four body {
  padding: 1em;
}
.testimonial-section-four .videos-slider-1 h4,
.testimonial-section-four .videos-slider-2 h4 {
  font-size: 14px;
}
.testimonial-section-four .bs-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.testimonial-section-four .bs-overlay {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  margin: 0;
}
.testimonial-section-four .bs-overlay:hover .bs-overlay-panel.bs-overlay-top {
  bottom: 0;
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.testimonial-section-four .bs-overlay-panel.bs-overlay-top {
  top: auto;
}
.testimonial-section-four .bs-overlay-panel {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
}
.testimonial-section-four .bs-overlay > :first-child,
.testimonial-section-four .bs-overlay-panel > :last-child {
  margin-bottom: 0;
}
.testimonial-section-four .bs-overlay:hover {
  cursor: pointer;
}
.testimonial-section-four .slider-nav-thumbnails {
  width: auto;
  margin: 0 auto 0;
  top: 57px;
  z-index: 99;
  position: relative;
  left: 40%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.testimonial-section-four .slider-nav-thumbnails .slick-slide {
  cursor: pointer;
  outline: none;
  border: 2px solid transparent;
}
.testimonial-section-four .slider-nav-thumbnails .slick-slide.slick-current.slick-active {
  opacity: 1;
  border: 2px solid var(--theme-color-light);
  border-radius: 50%;
}
.testimonial-section-four .slider-nav-thumbnails .slick-slide img {
  background: transparent;
}
.testimonial-section-four .slider-nav-thumbnails .slick-slide:first-child img {
  margin-left: 0;
}
.testimonial-section-four .slider-nav-thumbnails .slick-slide:last-child img {
  margin-right: 0;
}
.testimonial-section-four .slick-slider {
  text-align: center;
}

/*** 

====================================================================
	testimonial Section five
====================================================================

***/
.testimonial-section-five {
  position: relative;
  padding: 120px 0;
  background-color: #F9F7F7;
}
.testimonial-section-five::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 781px;
  height: 1097px;
  background-image: url(../images/resource/patter-3.png);
}
.testimonial-section-five .sec-title .sub-title {
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .testimonial-section-five .sec-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.testimonial-section-five .slick-dots {
  display: none !important;
}

.testimonial-block-five {
  margin: 0px 15px 0;
}
.testimonial-block-five .inner-box {
  text-align: center;
}
.testimonial-block-five .inner-box .image-icon {
  margin: 0 auto 29px;
}
.testimonial-block-five .inner-box .image-icon img {
  margin: auto;
}
.testimonial-block-five .inner-box .text {
  position: relative;
  padding-bottom: 30px;
}
.testimonial-block-five .inner-box .image-box {
  margin-bottom: 13px;
}
.testimonial-block-five .inner-box .auther-info {
  position: relative;
  padding-left: 92px;
  max-width: 270px;
  margin: 0 auto 0;
  text-align: left;
}
.testimonial-block-five .inner-box .auther-info .image {
  top: 5px;
  left: 0;
  position: absolute;
}
.testimonial-block-five .inner-box .auther-info .title {
  margin-bottom: -2px;
}
.testimonial-block-five .inner-box .auther-info .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial-block-five .inner-box .auther-info .rating li {
  color: #ecb057;
}

/*** 

====================================================================
	testimonial Section six
====================================================================

***/
.testimonial-section-six {
  position: relative;
  padding: 120px 0;
}
.testimonial-section-six .bg {
  background-color: var(--theme-color-dark);
  height: 544px;
}
.testimonial-section-six .sec-title {
  margin-bottom: 0;
}
.testimonial-section-six .sec-title .sub-title {
  color: var(--theme-color1);
}
.testimonial-section-six .sec-title h2 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .testimonial-section-six .sec-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-section-six .sec-title h2 {
    font-size: 29px;
    line-height: 38px;
  }
}
.testimonial-section-six .click-btn .prev,
.testimonial-section-six .click-btn .next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #863220;
}
.testimonial-section-six .click-btn .prev:hover,
.testimonial-section-six .click-btn .next:hover {
  background-color: var(--theme-color1);
}
.testimonial-section-six .outer-box {
  margin: 0 -209px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-six .outer-box {
    margin: 0;
  }
}
.testimonial-section-six .slick-dots {
  display: none !important;
}

.testimonial-block-six {
  margin: 0 15px;
}
.testimonial-block-six .inner-box {
  position: relative;
  background-color: var(--theme-color-light);
  border-radius: 5px;
  padding: 60px;
  padding-bottom: 50px;
  padding-right: 40px;
  z-index: 99;
}
.testimonial-block-six .inner-box::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 35px;
  width: 202px;
  height: 170px;
  background-image: url(../images/resource/comas.png);
}
@media (max-width: 991.98px) {
  .testimonial-block-six .inner-box {
    padding: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
  }
}
.testimonial-block-six .inner-box .auther-info {
  position: relative;
  padding-left: 90px;
}
@media (max-width: 575.98px) {
  .testimonial-block-six .inner-box .auther-info {
    padding-left: 0;
  }
}
.testimonial-block-six .inner-box .auther-info .image {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  .testimonial-block-six .inner-box .auther-info .image {
    position: static;
    margin-bottom: 30px;
  }
}
.testimonial-block-six .inner-box .auther-info .image img {
  border-radius: 50%;
}
.testimonial-block-six .inner-box .auther-info .title {
  margin-bottom: 5px;
}
.testimonial-block-six .inner-box .auther-info span {
  color: var(--text-color2);
}
.testimonial-block-six .inner-box .rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 40px;
  top: 60px;
}
@media (max-width: 1199.98px) {
  .testimonial-block-six .inner-box .rating-list {
    margin-top: 30px;
    position: static;
  }
}
.testimonial-block-six .inner-box .rating-list .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--theme-color1);
  line-height: 32px;
  height: 32px;
  padding: 0 10px;
  border-radius: 5px 0 0 5px;
  max-width: 130px;
}
.testimonial-block-six .inner-box .rating-list .rating li {
  margin-right: 5px;
}
.testimonial-block-six .inner-box .rating-list .rating li:last-child {
  margin-right: 0;
}
.testimonial-block-six .inner-box .rating-list .rating li i {
  color: var(--theme-color-light);
  line-height: 32px;
}
.testimonial-block-six .inner-box .rating-list span {
  font-size: 14px;
  color: var(--text-color2);
  line-height: 32px;
  height: 32px;
  padding: 0 5px;
  border-radius: 0 5px 5px 0;
  background-color: #f2f1ec;
}
.testimonial-block-six .inner-box .text {
  color: var(--text-color2);
  margin-top: 34px;
}

/*** 

====================================================================
	testimonial Section seven
====================================================================

***/
.testimonial-section-seven {
  background-image: url(../images/background/bg-test.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.testimonial-section-seven .sec-title .sub-title {
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .testimonial-section-seven .sec-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-section-seven .sec-title h2 {
    font-size: 29px;
    line-height: 38px;
  }
}
.testimonial-section-seven .slick-dots {
  display: none !important;
}

.testimonial-block-seven {
  margin: 0 15px;
}
.testimonial-block-seven .inner-box {
  border: 2px solid #343434;
  border-radius: 5px;
  padding: 35px 35px;
  padding-bottom: 53px;
}
.testimonial-block-seven .inner-box:hover .outer-box .image-box .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.testimonial-block-seven .inner-box:hover .outer-box .image-box i {
  -webkit-transform: scale(0.9) translateX(-50%);
          transform: scale(0.9) translateX(-50%);
}
.testimonial-block-seven .inner-box .outer-box {
  position: relative;
  padding-left: 172px;
}
@media (max-width: 991.98px) {
  .testimonial-block-seven .inner-box .outer-box {
    padding-left: 0;
  }
}
.testimonial-block-seven .inner-box .outer-box .image-box {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
@media (max-width: 991.98px) {
  .testimonial-block-seven .inner-box .outer-box .image-box {
    margin-bottom: 50px;
    position: relative;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-seven .inner-box .outer-box .image-box {
    margin-bottom: 20px;
    position: static;
  }
}
.testimonial-block-seven .inner-box .outer-box .image-box .image {
  border-radius: 5px;
  overflow: hidden;
}
.testimonial-block-seven .inner-box .outer-box .image-box .image img {
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-block-seven .inner-box .outer-box .image-box i {
  background-color: var(--theme-color1);
  border-radius: 50%;
  bottom: -25px;
  color: var(--theme-color-light);
  font-size: 25px;
  height: 55px;
  line-height: 55px;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 55px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .testimonial-block-seven .inner-box .outer-box .image-box i {
    display: none;
  }
}
.testimonial-block-seven .inner-box .outer-box .content-box .title {
  color: var(--theme-color-light);
  line-height: 38px;
  margin-bottom: 0;
}
.testimonial-block-seven .inner-box .outer-box .content-box span {
  color: var(--theme-color-light);
  display: inline-block;
  margin-bottom: 6px;
}
.testimonial-block-seven .inner-box .outer-box .content-box .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.testimonial-block-seven .inner-box .outer-box .content-box .rating li {
  margin-right: 4px;
}
.testimonial-block-seven .inner-box .outer-box .content-box .rating li:last-child {
  margin-right: 0;
}
.testimonial-block-seven .inner-box .outer-box .content-box .rating li i {
  color: #f6cb33;
}
.testimonial-block-seven .inner-box .outer-box .content-box .text {
  color: var(--theme-color-light);
}

@media only screen and (max-width: 577px) {
  .testimonial-section-three .sec-title h2 {
    font-size: 30px;
    line-height: 44px;
  }
  .testimonial-section-seven .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .testimonial-section-three .sec-title h2 {
    font-size: 23px;
    line-height: 35px;
  }
  .testimonial-section-four .sec-title h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .testimonial-section-seven .sec-title h2 {
    font-size: 21px;
    line-height: 30px;
  }
  .testimonial-section-three .slick-list {
    left: -20px;
  }
  .testimonial-section-three .bs-overlay .content-box {
    position: relative;
    right: -20px;
  }
  .testimonial-section-six .sec-title h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .testimonial-section-seven .sec-title h2 {
    font-size: 20px;
    line-height: 32px;
  }
}
/***

====================================================================
    team Section
====================================================================

***/
.team-section {
  position: relative;
  padding: 120px 0;
}
.team-section .sec-title .sub-title {
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .team-section .sec-title h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.team-block {
  position: relative;
  margin: 0 15px;
}
.team-block .inner-box {
  position: relative;
}
.team-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.team-block .inner-box:hover .social-links {
  bottom: 110px;
  opacity: 1;
  visibility: visible;
}
.team-block .inner-box:hover .content-box .info-box .share {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.team-block .image-box {
  position: relative;
}
.team-block .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  z-index: 1;
}
.team-block .image-box .image img {
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block .content-box {
  padding: 0 25px;
  margin-top: -90px;
  z-index: 1;
  position: relative;
}
.team-block .content-box .info-box {
  background-color: var(--theme-color-light);
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  padding: 13px;
  padding-bottom: 46px;
  margin-bottom: 35px;
  text-align: center;
}
.team-block .content-box .info-box .name {
  margin-bottom: 6px;
}
.team-block .content-box .info-box .name:hover {
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .team-block .content-box .info-box .name {
    font-size: 20px;
  }
}
.team-block .content-box .info-box .designation {
  position: relative;
  display: block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block .content-box .info-box .share {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  font-size: 20px;
  color: var(--theme-color1);
  border: 3px solid var(--theme-color1);
  position: absolute;
  line-height: 60px;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  -webkit-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.team-block .social-links {
  position: absolute;
  left: 50%;
  bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block .social-links a {
  position: relative;
  font-size: 14px;
  color: #333f4d;
  background-color: #f2f1ec;
  border-radius: 50px;
  width: 35px;
  margin-right: 17px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .social-links a:hover {
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.team-block .social-links a:last-child {
  margin-right: 0;
}

/***

====================================================================
    team Section-two
====================================================================

***/
.team-section-two {
  position: relative;
  padding: 120px 0;
}
.team-section-two .bg {
  background-color: var(--theme-color-dark);
  height: 700px;
}
.team-section-two .sec-title {
  margin-bottom: 0;
}
.team-section-two .sec-title .sub-title {
  color: var(--theme-color1);
}
.team-section-two .sec-title h2 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .team-section-two .sec-title h2 {
    line-height: 45px;
    font-size: 35px;
  }
}
.team-section-two .click-btn .prev,
.team-section-two .click-btn .next {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  margin-left: 10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  background-color: #863220;
  border-radius: 5px;
  color: var(--theme-color-light);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team-section-two .click-btn .prev:hover,
.team-section-two .click-btn .next:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.team-section-two .outer-box {
  margin: 0 -214px;
}
@media (max-width: 1399.98px) {
  .team-section-two .outer-box {
    margin: 0;
  }
}
.team-section-two .slick-prev,
.team-section-two .slick-next {
  display: none;
}

.tea-block-two {
  margin: 0 15px;
}
.tea-block-two .inner-box:hover .image-box .image {
  border-radius: 5px 5px 0 0;
}
.tea-block-two .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.tea-block-two .inner-box .image-box .image {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.tea-block-two .inner-box .image-box img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tea-block-two .inner-box .content-box {
  background-color: var(--theme-color-light);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 16px;
  border-radius: 0 0 10px 10px;
  border-bottom: 3px solid var(--theme-color1);
}
.tea-block-two .inner-box .content-box .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
}
.tea-block-two .inner-box .content-box .social-icons li {
  margin-right: 20px;
}
.tea-block-two .inner-box .content-box .social-icons li:last-child {
  margin-right: 0;
}
.tea-block-two .inner-box .content-box .social-icons li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.tea-block-two .inner-box .content-box .title {
  margin-bottom: 0;
}

/***

====================================================================
    team Section three
====================================================================

***/
.team-section-three {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background-color: #F9F7F7;
}
.team-section-three .sec-title {
  margin-bottom: 0;
}
.team-section-three .sec-title .sub-title {
  color: var(--theme-color1);
}
.team-section-three .sec-title h2 {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .team-section-three .sec-title h2 {
    font-size: 43px;
  }
}
@media (max-width: 767.98px) {
  .team-section-three .sec-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

.team-block-three {
  position: relative;
  margin: 0 15px;
}
.team-block-three .inner-box {
  position: relative;
}
.team-block-three .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.team-block-three .inner-box:hover .social-links {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-block-three .image-box {
  position: relative;
}
.team-block-three .image-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 36, 0)), to(#587db5));
  background: linear-gradient(180deg, rgba(239, 72, 36, 0) 0%, #587db5100%);
  z-index: 99;
  border-radius: 5px;
}
.team-block-three .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px;
  z-index: 1;
}
.team-block-three .image-box .image img {
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block-three .info-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  padding: 40px 40px 41px;
}
@media (max-width: 575.98px) {
  .team-block-three .info-box {
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .team-block-three .info-box {
    padding: 38px 20px 25px;
  }
}
.team-block-three .info-box .name {
  margin-bottom: 0;
  color: var(--theme-color-light);
}
.team-block-three .info-box .name:hover {
  color: var(--theme-color-light);
}
@media (max-width: 767.98px) {
  .team-block-three .info-box .name {
    font-size: 24px;
    line-height: 30px;
  }
}
.team-block-three .info-box .name a:hover {
  color: var(--theme-color-light);
}
.team-block-three .info-box .designation {
  position: relative;
  display: block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #e3dfdf;
}
.team-block-three .share-icon {
  position: absolute;
  top: 53px;
  font-size: 18px;
  right: 40px;
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 16px;
  color: var(--theme-color-dark);
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 5px;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .team-block-three .share-icon {
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  .team-block-three .share-icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
    top: 45px;
  }
}
.team-block-three .social-links {
  position: absolute;
  right: 55px;
  bottom: 92.4%;
  margin-bottom: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block-three .social-links a {
  position: relative;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: var(--text-color2);
  background-color: var(--theme-color-light);
  margin-top: 10px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-three .social-links a:hover {
  color: var(--theme-color-light);
  background-color: var(--bg-theme-color1);
}

/***

====================================================================
    Team Section Four
====================================================================

***/
.team-section-four {
  position: relative;
  padding: 120px 0;
  background-color: #F9F7F7;
}
.team-section-four .sec-title .sub-title {
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .team-section-four .sec-title h2 {
    font-size: 38px;
  }
}
@media (max-width: 575.98px) {
  .team-section-four .sec-title h2 {
    font-size: 29px;
    line-height: 40px;
  }
}

.team-block-four {
  position: relative;
  margin: 0 15px;
}
.team-block-four .inner-box {
  position: relative;
}
.team-block-four .inner-box:before {
  content: "";
  position: absolute;
  top: 180px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--theme-color-light);
  border-radius: 0px 0px 10px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-four .inner-box:hover .image-box .image {
  border-radius: 5px 5px 0 0;
}
.team-block-four .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.team-block-four .inner-box:hover .social-links {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.team-block-four .inner-box:hover .info-box .share {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.team-block-four .image-box {
  position: relative;
}
.team-block-four .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
  z-index: 1;
}
.team-block-four .image-box .image img {
  width: 100%;
  position: relative;
  z-index: 99;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-four .info-box {
  position: relative;
  padding: 18px 27px 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 0 0 5px 5px;
}
.team-block-four .info-box .name {
  margin-bottom: -2px;
}
.team-block-four .info-box .name a:hover {
  color: var(--theme-color1);
}
.team-block-four .info-box .designation {
  position: relative;
  display: block;
}
.team-block-four .info-box .share {
  position: absolute;
  top: 20px;
  right: 30px;
  background-color: #f2f1ec;
  font-size: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-block-four .social-links {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: 99;
  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;
  opacity: 0;
  visibility: hidden;
  background-color: var(--theme-color1);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  padding: 14px;
  border-radius: 10px;
}
.team-block-four .social-links a {
  position: relative;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color-light);
  border: 1px solid var(--theme-color-light);
  border-radius: 5px;
  margin-right: 13px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-four .social-links a:last-child {
  margin-right: 0;
}
.team-block-four .social-links a:hover {
  color: var(--theme-color-light);
  background-color: var(--bg-theme-color1);
}

@media only screen and (max-width: 576px) {
  .team-section-three .sec-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .team-section .team-block .info-box .name {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .team-section-two .sec-title h2 {
    font-size: 22px;
    line-height: 35px;
  }
  .team-section-three .sec-title h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .team-section-four .sec-title h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
/*** 

====================================================================
		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-color1);
  opacity: 0.8;
  content: "";
}

.gradient-circle {
  height: 536px;
  width: 536px;
  background-image: url(../images/icons/gradient-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.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 {
  font-size: 18px;
  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;
  }
}
/*** 

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

***/
.news-section {
  position: relative;
  padding: 120px 0;
  z-index: 3;
  background-color: #F9F7F7;
}
.news-section .sec-title {
  padding-right: 200px;
}
@media (max-width: 767.98px) {
  .news-section .sec-title {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .news-section .sec-title h2 {
    font-size: 34px;
    line-height: 37px;
  }
}
.news-section .sec-title .btn-box {
  position: absolute;
  right: 0;
  top: 69px;
}
@media (max-width: 767.98px) {
  .news-section .sec-title .btn-box {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
}
.news-section .sec-title .btn-box .read-more {
  text-transform: uppercase;
  padding: 5px 31px 5px 31px;
  font-size: 16px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  line-height: 50px;
  border-radius: 5px;
  height: auto;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--title-font);
}
.news-section .sec-title .btn-box .read-more i {
  font-size: 13px;
  margin-left: 9px;
}

.news-block {
  position: relative;
  margin: 0 15px;
}
.news-block .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block .inner-box:hover .content-box {
  border-color: var(--theme-color1);
}
.news-block .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-block .image-box {
  position: relative;
}
.news-block .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}
.news-block .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block .image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block .image-box .cat {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: var(--title-font);
  font-size: 18px;
  border-radius: 0 5px 0 0;
  color: var(--theme-color-light);
  font-weight: 700;
  background-color: var(--theme-color1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px 8px;
  border-radius: 0 5px 0 0;
}
.news-block .image-box .cat i {
  font-size: 15px;
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .news-block .image-box .cat {
    line-height: 22px;
  }
}
.news-block .content-box {
  position: relative;
  padding: 23px 30px 41px;
  border: 1px solid #E3E3E3;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block .content-box .post-info {
  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;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 14px;
  margin-bottom: 18px;
}
.news-block .content-box .post-info li {
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: #67687A;
  margin-right: 39px;
}
.news-block .content-box .post-info li:last-child {
  margin-right: 0;
}
@media (max-width: 1399.98px) {
  .news-block .content-box .post-info li {
    margin-right: 27px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1199.98px) {
  .news-block .content-box .post-info li {
    margin-right: 9px;
  }
}
@media (max-width: 575.98px) {
  .news-block .content-box .post-info li {
    margin-bottom: 10px;
  }
}
.news-block .content-box .post-info li i {
  font-size: 16px;
  font-weight: 400;
  margin-right: 12px;
  color: var(--theme-color1);
}
.news-block .content-box .post-info li a {
  color: #777;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block .content-box .post-info li a:hover {
  color: var(--theme-color1);
}
.news-block .content-box .title {
  margin-bottom: 9px;
}
.news-block .content-box .title:hover {
  color: var(--theme-color1);
}
.news-block .content-box .text {
  margin-bottom: 32px;
}
.news-block .content-box .read-more {
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--theme-color-dark);
  font-weight: 700;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  line-height: 1;
}
.news-block .content-box .read-more i {
  font-size: 15px;
  margin-left: 13px;
}

/*** 

====================================================================
    News Section two
====================================================================

***/
.news-section-two {
  position: relative;
  padding: 120px 0;
  z-index: 3;
  background-color: #F9F7F7;
}
.news-section-two .sec-title {
  padding-right: 200px;
}
@media (max-width: 767.98px) {
  .news-section-two .sec-title {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .news-section-two .sec-title h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 767.98px) {
  .news-section-two .sec-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575.98px) {
  .news-section-two .sec-title h2 {
    font-size: 23px;
    line-height: 35px;
  }
}
.news-section-two .sec-title .btn-box {
  position: absolute;
  right: 0;
  top: 69px;
}
@media (max-width: 991.98px) {
  .news-section-two .sec-title .btn-box {
    top: 45px;
  }
}
@media (max-width: 767.98px) {
  .news-section-two .sec-title .btn-box {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
}
.news-section-two .sec-title .btn-box .read-more {
  text-transform: uppercase;
  padding: 5px 31px 5px 31px;
  font-size: 16px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  line-height: 50px;
  border-radius: 5px;
  height: auto;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--title-font);
}
.news-section-two .sec-title .btn-box .read-more i {
  font-size: 13px;
  margin-left: 9px;
}

.news-block-two {
  position: relative;
  margin: 0 15px;
}
.news-block-two .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-two .inner-box:hover .content-box {
  border-color: var(--theme-color1);
}
.news-block-two .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-two .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-block-two .image-box {
  position: relative;
}
.news-block-two .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}
.news-block-two .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block-two .image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-two .image-box .cat {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: var(--title-font);
  font-size: 18px;
  border-radius: 0 5px 0 0;
  color: var(--theme-color-light);
  font-weight: 700;
  background-color: var(--theme-color1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px 8px;
  border-radius: 0 5px 0 0;
}
.news-block-two .image-box .cat i {
  font-size: 15px;
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .news-block-two .image-box .cat {
    line-height: 22px;
  }
}
.news-block-two .content-box {
  position: relative;
  padding: 23px 30px 41px;
  border: 1px solid #E3E3E3;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-two .content-box .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 18px;
}
.news-block-two .content-box .post-info li {
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: #67687A;
  margin-right: 39px;
}
.news-block-two .content-box .post-info li:last-child {
  margin-right: 0;
}
@media (max-width: 1399.98px) {
  .news-block-two .content-box .post-info li {
    margin-bottom: 5px;
  }
}
.news-block-two .content-box .post-info li i {
  font-size: 16px;
  font-weight: 400;
  margin-right: 12px;
  color: var(--theme-color1);
}
.news-block-two .content-box .post-info li a {
  color: #777;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-two .content-box .post-info li a:hover {
  color: var(--theme-color1);
}
.news-block-two .content-box .title {
  margin-bottom: 9px;
}
@media (max-width: 1399.98px) {
  .news-block-two .content-box .title {
    font-size: 29px;
  }
}
@media (max-width: 1199.98px) {
  .news-block-two .content-box .title {
    font-size: 29px;
    line-height: 31px;
  }
}
@media (max-width: 767.98px) {
  .news-block-two .content-box .title {
    font-size: 24px;
  }
}
.news-block-two .content-box .title:hover {
  color: var(--theme-color1);
}
.news-block-two .content-box .text {
  margin-bottom: 32px;
}
.news-block-two .content-box .read-more {
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--theme-color-dark);
  font-weight: 700;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  line-height: 1;
}
.news-block-two .content-box .read-more i {
  font-size: 15px;
  margin-left: 13px;
}
.news-block-two .content-box .read-more:hover {
  color: var(--theme-color1);
}

/*** 

====================================================================
    News Section three
====================================================================

***/
.news-section-three {
  position: relative;
  padding: 120px 0 90px;
  z-index: 3;
}
.news-section-three .sec-title {
  padding-right: 200px;
}
@media (max-width: 767.98px) {
  .news-section-three .sec-title {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .news-section-three .sec-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .news-section-three .sec-title h2 {
    font-size: 23px;
    line-height: 34px;
  }
}
.news-section-three .sec-title .btn-box {
  position: absolute;
  right: 0;
  top: 69px;
}
@media (max-width: 767.98px) {
  .news-section-three .sec-title .btn-box {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
}
.news-section-three .sec-title .btn-box .read-more {
  text-transform: uppercase;
  padding: 5px 31px 5px 31px;
  font-size: 16px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  line-height: 50px;
  border-radius: 5px;
  height: auto;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--title-font);
}
.news-section-three .sec-title .btn-box .read-more i {
  font-size: 13px;
  margin-left: 9px;
}

.news-block-three {
  position: relative;
  margin-bottom: 30px;
  margin: 0 15px;
}
.news-block-three .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-three .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-three .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-block-three .image-box {
  position: relative;
}
.news-block-three .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 5px;
}
.news-block-three .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block-three .image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-three .image-box .cat {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: var(--title-font);
  font-size: 18px;
  color: var(--theme-color-light);
  font-weight: 700;
  background-color: var(--theme-color1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px 8px;
  border-radius: 0 5px 0 5px;
}
.news-block-three .image-box .cat i {
  font-size: 15px;
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .news-block-three .image-box .cat {
    line-height: 22px;
  }
}
.news-block-three .content-box {
  position: relative;
  padding: 18px 0px 41px;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-three .content-box .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 22px;
}
.news-block-three .content-box .post-info li {
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: #67687A;
  margin-right: 39px;
}
.news-block-three .content-box .post-info li:last-child {
  margin-right: 0;
}
@media (max-width: 1399.98px) {
  .news-block-three .content-box .post-info li {
    margin-bottom: 5px;
  }
}
@media (max-width: 1199.98px) {
  .news-block-three .content-box .post-info li {
    margin-right: 9px;
  }
}
@media (max-width: 575.98px) {
  .news-block-three .content-box .post-info li {
    margin-bottom: 10px;
  }
}
.news-block-three .content-box .post-info li i {
  font-size: 16px;
  font-weight: 400;
  margin-right: 12px;
  color: var(--theme-color1);
}
.news-block-three .content-box .post-info li a {
  color: #777;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-three .content-box .post-info li a:hover {
  color: var(--theme-color1);
}
.news-block-three .content-box .title {
  margin-bottom: 9px;
}
@media (max-width: 1399.98px) {
  .news-block-three .content-box .title {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .news-block-three .content-box .title {
    font-size: 29px;
    line-height: 31px;
  }
}
.news-block-three .content-box .title:hover {
  color: var(--theme-color1);
}
.news-block-three .content-box .text {
  margin-bottom: 32px;
}
.news-block-three .content-box .read-more {
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--theme-color-dark);
  font-weight: 700;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  line-height: 1;
}
.news-block-three .content-box .read-more i {
  font-size: 15px;
  margin-left: 13px;
}
.news-block-three .content-box .read-more:hover {
  color: var(--theme-color1);
}

/*** 

====================================================================
    News Section four
====================================================================

***/
.news-section-four {
  position: relative;
  padding: 120px 0;
  z-index: 3;
  background-color: var(--theme-color-dark);
}
.news-section-four .sec-title .sub-title {
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .news-section-four .sec-title h2 {
    font-size: 33px;
    line-height: 45px;
  }
}
@media (max-width: 575.98px) {
  .news-section-four .sec-title h2 {
    font-size: 21px;
    line-height: 30px;
  }
}

.news-block-four {
  position: relative;
  margin: 0 15px;
}
.news-block-four .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-four .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-four .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-block-four .image-box {
  position: relative;
}
.news-block-four .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}
.news-block-four .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block-four .image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-four .image-box .cat {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: var(--title-font);
  font-size: 18px;
  border-radius: 0 5px 0 0;
  color: var(--theme-color-light);
  font-weight: 700;
  background-color: var(--theme-color1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px 8px;
  border-radius: 0 5px 0 0;
}
.news-block-four .image-box .cat i {
  font-size: 15px;
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .news-block-four .image-box .cat {
    line-height: 22px;
  }
}
.news-block-four .content-box {
  position: relative;
  padding: 23px 40px 32px;
  border-radius: 0 0 5px 5px;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .news-block-four .content-box {
    padding: 23px 25px 32px;
  }
}
@media (max-width: 991.98px) {
  .news-block-four .content-box {
    padding: 23px 30px 32px;
  }
}
.news-block-four .content-box .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 22px;
}
.news-block-four .content-box .post-info li {
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: #67687A;
  margin-right: 39px;
}
.news-block-four .content-box .post-info li:last-child {
  margin-right: 0;
}
@media (max-width: 1399.98px) {
  .news-block-four .content-box .post-info li {
    margin-bottom: 5px;
  }
}
@media (max-width: 1199.98px) {
  .news-block-four .content-box .post-info li {
    margin-right: 9px;
  }
}
@media (max-width: 575.98px) {
  .news-block-four .content-box .post-info li {
    margin-bottom: 10px;
  }
}
.news-block-four .content-box .post-info li i {
  font-size: 16px;
  font-weight: 400;
  margin-right: 12px;
  color: var(--theme-color1);
}
.news-block-four .content-box .post-info li a {
  color: #777;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-four .content-box .post-info li a:hover {
  color: var(--theme-color1);
}
.news-block-four .content-box .title {
  margin-bottom: 17px;
}
@media (max-width: 1399.98px) {
  .news-block-four .content-box .title {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .news-block-four .content-box .title {
    font-size: 29px;
    line-height: 31px;
  }
}
.news-block-four .content-box .title:hover {
  color: var(--theme-color1);
}
.news-block-four .content-box .text {
  margin-bottom: 21px;
}
.news-block-four .content-box .read-more {
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--theme-color-dark);
  font-weight: 700;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  line-height: 1;
}
.news-block-four .content-box .read-more i {
  font-size: 15px;
  margin-left: 13px;
}

/*** 

====================================================================
    News Section five
====================================================================

***/
.news-section-five {
  position: relative;
  padding: 120px 0;
  z-index: 3;
  background-color: #F9F7F7;
}
.news-section-five .sec-title .sub-title {
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .news-section-five .sec-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575.98px) {
  .news-section-five .sec-title h2 {
    font-size: 21px;
    line-height: 30px;
  }
}

.news-block-five {
  position: relative;
  margin: 0 15px;
}
.news-block-five .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-five .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-five .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-block-five .inner-box:hover .content-box .read-more {
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.news-block-five .image-box {
  position: relative;
  padding: 0 10px;
}
.news-block-five .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  z-index: 99;
}
.news-block-five .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block-five .image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-five .image-box .cat {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: var(--title-font);
  font-size: 18px;
  border-radius: 0 5px 0 0;
  color: var(--theme-color-light);
  font-weight: 700;
  background-color: var(--theme-color1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px 8px;
  border-radius: 0 5px 0 0;
}
.news-block-five .image-box .cat i {
  font-size: 15px;
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .news-block-five .image-box .cat {
    line-height: 22px;
  }
}
.news-block-five .content-box {
  position: relative;
  padding: 23px 40px 32px;
  padding: 30px;
  padding-top: 145px;
  margin-top: -125px;
  border-radius: 0 0 5px 5px;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-five .content-box:hover {
  -webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.05);
}
.news-block-five .content-box .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .news-block-five .content-box .post-info {
    margin-bottom: 10px;
  }
}
.news-block-five .content-box .post-info li {
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: #67687A;
  margin-right: 30px;
}
@media (max-width: 1399.98px) {
  .news-block-five .content-box .post-info li {
    margin-bottom: 10px;
  }
}
.news-block-five .content-box .post-info li:last-child {
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .news-block-five .content-box .post-info li {
    margin-right: 9px;
  }
}
@media (max-width: 575.98px) {
  .news-block-five .content-box .post-info li {
    margin-bottom: 10px;
  }
}
.news-block-five .content-box .post-info li img {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  margin-right: 15px;
}
@media (max-width: 1199.98px) {
  .news-block-five .content-box .post-info li img {
    display: none;
  }
}
.news-block-five .content-box .post-info li i {
  font-size: 14px;
  font-weight: 400;
  margin-right: 12px;
  color: var(--theme-color1);
}
.news-block-five .content-box .post-info li a {
  color: #777;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: 3px;
}
.news-block-five .content-box .post-info li a:hover {
  color: var(--theme-color1);
}
.news-block-five .content-box .title {
  margin-bottom: 21px;
  line-height: 1.2;
}
@media (max-width: 1399.98px) {
  .news-block-five .content-box .title {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .news-block-five .content-box .title {
    font-size: 24px;
    line-height: 31px;
  }
}
@media (max-width: 767.98px) {
  .news-block-five .content-box .title {
    font-size: 20px;
    line-height: 25px;
  }
}
.news-block-five .content-box .title:hover {
  color: var(--theme-color1);
}
.news-block-five .content-box .text {
  margin-bottom: 32px;
}
@media (max-width: 575.98px) {
  .news-block-five .content-box .text {
    font-size: 14px;
  }
}
.news-block-five .content-box .read-more {
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--theme-color-dark);
  font-weight: 700;
  letter-spacing: 1.28px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
  border: 1px solid var(--theme-color-dark);
  border-radius: 5px;
  padding: 26px 30px;
}
@media (max-width: 575.98px) {
  .news-block-five .content-box .read-more {
    padding: 15px;
  }
}
.news-block-five .content-box .read-more i {
  font-size: 15px;
  margin-left: 13px;
}

/*** 

====================================================================
    News Section six
====================================================================

***/
.news-section-six {
  position: relative;
  padding: 120px 0 120px;
  z-index: 3;
  background-color: #F9F7F7;
}
.news-section-six .sec-title {
  margin-bottom: 0;
}
.news-section-six .sec-title .sub-title {
  color: var(--theme-color1);
}
.news-section-six .sec-title h2 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .news-section-six .sec-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

.news-block-six {
  position: relative;
  margin: 0 15px;
}
.news-block-six .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-six .inner-box:hover .content-box {
  border-color: var(--theme-color1);
}
.news-block-six .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-six .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-block-six .image-box {
  position: relative;
}
.news-block-six .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}
.news-block-six .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block-six .image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-six .image-box .cat {
  position: absolute;
  right: 0;
  bottom: -20px;
  font-family: var(--title-font);
  font-size: 18px;
  border-radius: 0 5px 0 0;
  color: var(--theme-color-light);
  font-weight: 700;
  background-color: var(--theme-color1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px 8px;
  border-radius: 0 5px 0 0;
  z-index: 999;
  border-radius: 5px;
}
.news-block-six .image-box .cat i {
  font-size: 15px;
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .news-block-six .image-box .cat {
    line-height: 22px;
  }
}
.news-block-six .content-box {
  position: relative;
  padding: 44px 40px 33px;
  border: 1px solid #E3E3E3;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .news-block-six .content-box {
    padding: 44px 27px 33px;
  }
}
.news-block-six .content-box .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .news-block-six .content-box .post-info {
    margin-bottom: 0px;
  }
}
.news-block-six .content-box .post-info li {
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: #67687A;
  margin-right: 39px;
}
@media (max-width: 767.98px) {
  .news-block-six .content-box .post-info li {
    margin-bottom: 10px;
  }
}
.news-block-six .content-box .post-info li:last-child {
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .news-block-six .content-box .post-info li {
    margin-right: 9px;
  }
}
@media (max-width: 575.98px) {
  .news-block-six .content-box .post-info li {
    margin-bottom: 10px;
  }
}
.news-block-six .content-box .post-info li i {
  font-size: 16px;
  font-weight: 400;
  margin-right: 12px;
  color: var(--theme-color1);
}
.news-block-six .content-box .post-info li a {
  color: #777;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-six .content-box .post-info li a:hover {
  color: var(--theme-color1);
}
.news-block-six .content-box .title {
  margin-bottom: 11px;
}
@media (max-width: 1399.98px) {
  .news-block-six .content-box .title {
    font-size: 30px;
  }
}
@media (max-width: 1199.98px) {
  .news-block-six .content-box .title {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .news-block-six .content-box .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.news-block-six .content-box .title:hover {
  color: var(--theme-color1);
}
.news-block-six .content-box .text {
  margin-bottom: 21px;
}
.news-block-six .content-box .read-more {
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--theme-color-dark);
  font-weight: 700;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  line-height: 1;
}
.news-block-six .content-box .read-more i {
  font-size: 15px;
  margin-left: 13px;
}
.news-block-six .content-box .read-more:hover {
  color: var(--theme-color1);
}

/*** 

====================================================================
    News Section seven
====================================================================

***/
.news-section-seven {
  position: relative;
  padding: 70px 0 120px;
  z-index: 3;
  background-color: #F9F7F7;
}
.news-section-seven .sec-title .sub-title {
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .news-section-seven .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.news-block-seven {
  position: relative;
  margin: 0 15px;
}
.news-block-seven .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-seven .inner-box:hover .content-box {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.news-block-seven .inner-box:hover .image-box .image {
  border-radius: 5px;
}
.news-block-seven .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-seven .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-block-seven .image-box {
  position: relative;
}
.news-block-seven .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 5px;
}
.news-block-seven .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block-seven .image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-seven .image-box .cat {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: var(--title-font);
  font-size: 18px;
  border-radius: 0 5px 0 0;
  color: var(--theme-color-light);
  font-weight: 700;
  background-color: var(--theme-color1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 28px 5px;
  border-radius: 0 5px 0 0;
  z-index: 999;
  border-radius: 5px;
}
.news-block-seven .image-box .cat i {
  font-size: 15px;
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .news-block-seven .image-box .cat {
    line-height: 22px;
  }
}
.news-block-seven .content-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 358px;
  padding: 25px 27px 21px;
  border-radius: 0 0 5px 5px;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(170px);
          transform: translateY(170px);
}
@media (max-width: 1399.98px) {
  .news-block-seven .content-box {
    left: 5px;
    bottom: 5px;
  }
}
@media (max-width: 1199.98px) {
  .news-block-seven .content-box {
    position: static;
    width: unset;
  }
}
.news-block-seven .content-box .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .news-block-seven .content-box .post-info {
    margin-bottom: 0px;
  }
}
.news-block-seven .content-box .post-info li {
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: var(--theme-color-dark);
  margin-right: 18px;
}
@media (max-width: 767.98px) {
  .news-block-seven .content-box .post-info li {
    margin-bottom: 10px;
  }
}
.news-block-seven .content-box .post-info li:last-child {
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .news-block-seven .content-box .post-info li {
    margin-right: 9px;
  }
}
@media (max-width: 575.98px) {
  .news-block-seven .content-box .post-info li {
    margin-bottom: 10px;
  }
}
.news-block-seven .content-box .post-info li i {
  font-size: 16px;
  font-weight: 400;
  margin-right: 12px;
  color: var(--theme-color-dark);
}
.news-block-seven .content-box .post-info li a {
  color: #777;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: 4px;
}
.news-block-seven .content-box .post-info li a:hover {
  color: var(--theme-color1);
}
.news-block-seven .content-box .title {
  margin-bottom: 18px;
}
@media (max-width: 1399.98px) {
  .news-block-seven .content-box .title {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .news-block-seven .content-box .title {
    font-size: 21px;
  }
}
@media (max-width: 767.98px) {
  .news-block-seven .content-box .title {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .news-block-seven .content-box .title {
    font-size: 22px;
  }
}
.news-block-seven .content-box .title:hover {
  color: var(--theme-color1);
}
.news-block-seven .content-box .text {
  margin-bottom: 18px;
  color: var(--text-font2);
}
.news-block-seven .content-box .read-more {
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--theme-color-dark);
  font-weight: 700;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  line-height: 1;
}
.news-block-seven .content-box .read-more i {
  font-size: 13px;
  margin-left: 10px;
}

@media only screen and (max-width: 576px) {
  .news-section-three .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .news-section-four .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .news-section-six .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .news-section-three .sec-title h2 {
    font-size: 23px;
    line-height: 33px;
  }
  .news-section-four .sec-title h2 {
    font-size: 21px;
    line-height: 33px;
  }
  .news-section-six .sec-title h2 {
    font-size: 22px;
    line-height: 33px;
  }
  .news-section-seven .sec-title h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
/*** 

====================================================================
    pricing-section
====================================================================

***/
.pricing-section {
  position: relative;
  padding: 150px 0 90px;
  background-color: var(--theme-color-dark);
  margin-top: -175px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .pricing-section {
    margin-top: 0;
    padding-top: 120px;
  }
}
@media (max-width: 575.98px) {
  .pricing-section .sec-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

.pricing-block {
  margin-bottom: 30px;
}
.pricing-block .inner-box:hover .icon-box::before {
  height: 100%;
}
.pricing-block .inner-box .icon-box {
  position: relative;
  z-index: 99;
  text-align: center;
  border-radius: 5px 5px 0 0;
  background-color: #262626;
  padding-top: 20px;
  padding-bottom: 95px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-block .inner-box .icon-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-theme-color1);
  height: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  content: "";
}
.pricing-block .inner-box .icon-box svg {
  fill: var(--theme-color-light);
  margin-bottom: 15px;
  position: relative;
  z-index: 99;
}
.pricing-block .inner-box .icon-box span {
  display: block;
  font-family: var(--title-font);
  font-size: 24px;
  color: var(--theme-color-light);
  font-weight: 700;
  position: relative;
  z-index: 99;
}
.pricing-block .inner-box .outer-box {
  padding: 30px;
  padding-top: 0;
  border: 1px solid #333f4d;
  margin-top: -1px;
}
.pricing-block .inner-box .outer-box .content-box {
  position: relative;
  z-index: 999;
  border-radius: 5px;
  background-color: #f2f1ec;
  padding: 30px 30px 21px;
  padding-top: 39px;
  margin-top: -65px;
}
@media (max-width: 575.98px) {
  .pricing-block .inner-box .outer-box .content-box {
    padding: 30px 16px 21px;
  }
}
.pricing-block .inner-box .outer-box .content-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: var(--title-font2);
  font-size: 55px;
  font-style: normal;
  line-height: 1;
  margin-bottom: 15px;
}
.pricing-block .inner-box .outer-box .content-box .title span {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.pricing-block .inner-box .outer-box .content-box .text {
  margin-bottom: 21px;
}
.pricing-block .inner-box .outer-box .content-box ul li {
  padding-left: 24px;
  font-size: 16px;
  color: #616670;
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pricing-block .inner-box .outer-box .content-box ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
  margin-right: 10px;
}
.pricing-block .inner-box .outer-box .btn-box {
  text-align: center;
  margin-top: 30px;
}
.pricing-block .inner-box .outer-box .btn-box .btn-shape-primary {
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--theme-color-light);
  font-weight: 700;
  background-color: var(--theme-color1);
  border-radius: 5px;
  padding: 20px 32px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.pricing-block .inner-box .outer-box .btn-box .btn-shape-primary i {
  font-size: 13px;
  margin-left: 10px;
}

/*** 

====================================================================
    pricing-section two
====================================================================

***/
.pricing-section-two {
  position: relative;
  padding: 120px 0 90px;
  background-color: var(--theme-color-dark);
}
.pricing-section-two .sec-title {
  padding-right: 200px;
  margin-bottom: 57px;
}
@media (max-width: 767.98px) {
  .pricing-section-two .sec-title {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .pricing-section-two .sec-title h2 {
    font-size: 34px;
    line-height: 37px;
  }
}
.pricing-section-two .sec-title .btn-box {
  position: absolute;
  right: 0;
  top: 88px;
}
@media (max-width: 767.98px) {
  .pricing-section-two .sec-title .btn-box {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
}
.pricing-section-two .sec-title .btn-box .read-more {
  text-transform: uppercase;
  padding: 5px 31px 5px 31px;
  font-size: 16px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  line-height: 50px;
  border-radius: 5px;
  height: auto;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--title-font);
}
.pricing-section-two .sec-title .btn-box .read-more i {
  font-size: 13px;
  margin-left: 9px;
}

.pricing-block-two {
  margin-bottom: 30px;
}
.pricing-block-two .inner-box {
  padding: 40px;
  background-color: #262626;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .pricing-block-two .inner-box {
    padding: 40px 29px;
  }
}
@media (max-width: 575.98px) {
  .pricing-block-two .inner-box {
    padding: 40px 17px;
  }
}
.pricing-block-two .inner-box:hover {
  background-color: var(--theme-color-light);
}
.pricing-block-two .inner-box:hover .icon-box .title {
  color: var(--theme-color-dark);
}
.pricing-block-two .inner-box:hover .outer-box .content-box .text {
  color: var(--theme-color-dark);
}
.pricing-block-two .inner-box:hover .outer-box .content-box ul li {
  color: var(--theme-color-dark);
}
.pricing-block-two .inner-box:hover .outer-box .content-box ul li i {
  color: var(--theme-color-dark);
}
.pricing-block-two .inner-box:hover .outer-box .btn-box .btn-shape-primary {
  background-color: var(--theme-color1);
}
.pricing-block-two .inner-box .icon-box span {
  display: block;
  font-family: var(--title-font);
  font-size: 18px;
  color: var(--theme-color1);
  font-weight: 700;
}
.pricing-block-two .inner-box .icon-box .title {
  color: var(--theme-color-light);
  margin-bottom: 12px;
  margin-top: -5px;
}
.pricing-block-two .inner-box .outer-box .content-box .box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--theme-color1);
  padding: 24px 40px 21px;
  border-radius: 0 50px 50px 0;
  margin-left: -40px;
  margin-right: 40px;
  margin-bottom: 35px;
}
@media (max-width: 1199.98px) {
  .pricing-block-two .inner-box .outer-box .content-box .box-title {
    margin-left: -28px;
  }
}
@media (max-width: 575.98px) {
  .pricing-block-two .inner-box .outer-box .content-box .box-title {
    margin-left: -16px;
  }
}
.pricing-block-two .inner-box .outer-box .content-box .box-title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--title-font);
  font-size: 48px;
  font-style: normal;
  color: var(--theme-color-light);
  line-height: 1;
  margin-bottom: 0;
}
.pricing-block-two .inner-box .outer-box .content-box .box-title .title span {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: var(--theme-color-light);
  text-transform: capitalize;
  margin-left: 4px;
}
.pricing-block-two .inner-box .outer-box .content-box .box-title svg {
  fill: var(--theme-color-light);
  width: 40px;
  height: 40px;
}
.pricing-block-two .inner-box .outer-box .content-box .text {
  margin-bottom: 28px;
  color: var(--theme-color-light);
}
.pricing-block-two .inner-box .outer-box .content-box ul li {
  padding-left: 24px;
  font-size: 16px;
  color: var(--theme-color-light);
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pricing-block-two .inner-box .outer-box .content-box ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color-light);
  margin-right: 10px;
}
.pricing-block-two .inner-box .outer-box .btn-box {
  text-align: center;
  margin-top: 41px;
}
.pricing-block-two .inner-box .outer-box .btn-box .btn-shape-primary {
  font-family: var(--title-font);
  font-size: 16px;
  width: 100%;
  color: var(--theme-color-light);
  font-weight: 700;
  border: 2px solid var(--theme-color1);
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 32px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.pricing-block-two .inner-box .outer-box .btn-box .btn-shape-primary i {
  font-size: 13px;
  margin-left: 10px;
}

/*** 

====================================================================
    pricing-section three
====================================================================

***/
.pricing-section-three {
  position: relative;
  padding: 120px 0 90px;
  background-color: #F9F7F7;
}
.pricing-section-three .sec-title {
  padding-right: 200px;
  margin-bottom: 57px;
}
@media (max-width: 767.98px) {
  .pricing-section-three .sec-title {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .pricing-section-three .sec-title h2 {
    font-size: 34px;
    line-height: 37px;
  }
}
.pricing-section-three .sec-title .btn-box {
  position: absolute;
  right: 0;
  top: 88px;
}
@media (max-width: 767.98px) {
  .pricing-section-three .sec-title .btn-box {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
}
.pricing-section-three .sec-title .btn-box .read-more {
  text-transform: uppercase;
  padding: 5px 31px 5px 31px;
  font-size: 16px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  line-height: 50px;
  border-radius: 5px;
  height: auto;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--title-font);
}
.pricing-section-three .sec-title .btn-box .read-more i {
  font-size: 13px;
  margin-left: 9px;
}

.pricing-block-three {
  margin-bottom: 30px;
}
.pricing-block-three .inner-box {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 5px solid #e3e3e3;
  border-radius: 5px;
}
.pricing-block-three .inner-box:hover {
  border-color: var(--theme-color1);
}
.pricing-block-three .inner-box:hover .outer-box .btn-box .btn-shape-primary {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.pricing-block-three .inner-box:hover .icon-box {
  background-color: var(--theme-color1);
}
.pricing-block-three .inner-box:hover .icon-box span {
  color: var(--theme-color-light);
}
.pricing-block-three .inner-box:hover .icon-box svg {
  fill: var(--theme-color-light);
}
.pricing-block-three .inner-box .icon-box {
  position: relative;
  background-color: var(--theme-color-dark);
  padding: 26px 40px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 340px) {
  .pricing-block-three .inner-box .icon-box {
    padding: 26px 20px 15px;
  }
}
.pricing-block-three .inner-box .icon-box span {
  display: block;
  font-family: var(--title-font);
  font-size: 18px;
  color: var(--theme-color1);
  font-weight: 700;
}
.pricing-block-three .inner-box .icon-box .title {
  color: var(--theme-color-light);
  margin-bottom: 0;
}
.pricing-block-three .inner-box .icon-box svg {
  position: absolute;
  top: 20px;
  right: 40px;
  fill: var(--theme-color1);
  width: 60px;
  height: 60px;
}
@media (max-width: 340px) {
  .pricing-block-three .inner-box .icon-box svg {
    right: 15px;
  }
}
.pricing-block-three .inner-box .outer-box {
  text-align: center;
  background-color: var(--theme-color-light);
  padding: 35px 49px 35px;
}
@media (max-width: 1199.98px) {
  .pricing-block-three .inner-box .outer-box {
    padding: 35px 23px 35px;
  }
}
.pricing-block-three .inner-box .outer-box .content-box .box-title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--title-font);
  font-size: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  color: var(--theme-color-dark);
  line-height: 1;
  margin-bottom: 25px;
}
.pricing-block-three .inner-box .outer-box .content-box .box-title .title span {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: var(--theme-color-dark);
  text-transform: capitalize;
  margin-left: 4px;
}
.pricing-block-three .inner-box .outer-box .content-box .text {
  margin-bottom: 26px;
  color: var(--theme-color-dark);
}
.pricing-block-three .inner-box .outer-box .content-box ul {
  padding: 0 18px 0 18px;
}
@media (max-width: 1399.98px) {
  .pricing-block-three .inner-box .outer-box .content-box ul {
    padding: 0;
  }
}
.pricing-block-three .inner-box .outer-box .content-box ul li {
  padding-left: 34px;
  font-size: 16px;
  color: var(--text-color);
  font-weight: 400;
  position: relative;
  margin-bottom: 6px;
  text-align: left;
}
.pricing-block-three .inner-box .outer-box .content-box ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
  margin-right: 10px;
}
.pricing-block-three .inner-box .outer-box .btn-box {
  text-align: center;
  margin-top: 41px;
}
.pricing-block-three .inner-box .outer-box .btn-box .btn-shape-primary {
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--theme-color-dark);
  font-weight: 700;
  background-color: #f2f1ec;
  border-radius: 5px;
  padding: 20px 30px 19px;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .pricing-block-three .inner-box .outer-box .btn-box .btn-shape-primary {
    padding: 13px 20px 9px;
  }
}
.pricing-block-three .inner-box .outer-box .btn-box .btn-shape-primary i {
  font-size: 13px;
  margin-left: 10px;
}

/*** 

====================================================================
    pricing-section four
====================================================================

***/
.pricing-section-four {
  position: relative;
  padding: 120px 0 67px;
  background-color: #F9F7F7;
}
.pricing-section-four .sec-title .sub-title {
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .pricing-section-four .sec-title h2 {
    font-size: 35px;
    line-height: 43px;
  }
}

.pricing-block-four {
  margin-bottom: 53px;
}
.pricing-block-four .inner-box {
  position: relative;
  background-color: var(--theme-color-light);
  padding: 60px 60px 73px;
  margin-top: 36px;
}
@media (max-width: 1199.98px) {
  .pricing-block-four .inner-box {
    padding: 60px 35px 83px;
  }
}
.pricing-block-four .inner-box .icon-box {
  position: absolute;
  top: -36px;
  left: 60px;
  background-color: var(--theme-color1);
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--theme-color1);
  border-radius: 5px;
  margin-bottom: 17px;
}
@media (max-width: 1199.98px) {
  .pricing-block-four .inner-box .icon-box {
    left: 35px;
  }
}
.pricing-block-four .inner-box .icon-box svg {
  fill: var(--theme-color-light);
  width: 52px;
  height: 52px;
}
.pricing-block-four .inner-box .icon-box.two {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .pricing-block-four .inner-box .icon-box.two {
    left: 32%;
  }
}
@media (max-width: 767.98px) {
  .pricing-block-four .inner-box .icon-box.two {
    left: 63%;
  }
}
.pricing-block-four .inner-box .content-box span {
  font-size: 18px;
  color: var(--theme-color1);
  text-transform: uppercase;
  font-family: var(--title-font);
  font-weight: 700;
  letter-spacing: 4px;
}
.pricing-block-four .inner-box .content-box .title {
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 42px;
}
@media (max-width: 1399.98px) {
  .pricing-block-four .inner-box ul {
    padding: 0;
  }
}
.pricing-block-four .inner-box ul li {
  padding-left: 34px;
  font-size: 16px;
  color: var(--text-color);
  font-weight: 400;
  position: relative;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .pricing-block-four .inner-box ul li {
    padding-left: 21px;
    font-size: 15px;
  }
}
.pricing-block-four .inner-box ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
  margin-right: 10px;
}
.pricing-block-four .inner-box .title {
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  margin-bottom: 25px;
}
.pricing-block-four .inner-box .title span {
  font-size: 18px;
  margin-left: 13px;
}
.pricing-block-four .inner-box .plan-btn {
  display: inline-block;
  padding: 11px 30px 11px;
  padding-bottom: 9px;
  border-radius: 5px;
  background-color: var(--theme-color1);
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 700;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  color: var(--theme-color-light);
}
.pricing-block-four .inner-box.two {
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  padding: 60px 50px 35px;
}
@media (max-width: 1399.98px) {
  .pricing-block-four .inner-box.two {
    padding: 60px 35px 43px;
  }
}
@media (max-width: 1199.98px) {
  .pricing-block-four .inner-box.two {
    padding: 60px 27px 43px;
  }
}
.pricing-block-four .inner-box.three {
  padding: 80px 60px 78px 129px;
}
@media (max-width: 1199.98px) {
  .pricing-block-four .inner-box.three {
    padding: 80px 60px 78px 70px;
  }
}
@media (max-width: 575.98px) {
  .pricing-block-four .inner-box.three {
    padding: 80px 59px 78px 59px;
  }
}

@media only screen and (max-width: 576px) {
  .pricing-block-four .inner-box .icon-box.two {
    left: 40%;
  }
}
/*** 

====================================================================
    Clients Section
====================================================================

***/
.client-section {
  position: relative;
}
.client-section .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client-block {
  width: 422.8px;
  border-right: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}
.client-block .inner-box {
  text-align: center;
      padding-top: 60px;
    padding-bottom: 60px;
}
.client-block .inner-box .image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*** 

====================================================================
    Clients Section two
====================================================================

***/
.client-section.two {
  background-color: #f2f1ec;
}

/*** 

====================================================================
    Clients Section three
====================================================================

***/
.client-section-three {
  position: relative;
  padding: 120px 0;
  background-color: #F9F7F7;
}

/*** 

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

***/
.fun-fact-section {
  position: relative;
  padding: 120px 0 70px;
  background-color: #F9F7F7;
}
.fun-fact-section.pull-down {
  padding-bottom: 150px;
  margin-bottom: -70px;
}
.fun-fact-section .bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 248px;
  background-image: url(../images/icons/shape-1.png);
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .fun-fact-section .bg-shape {
    display: none;
  }
}

.counter-block {
  position: relative;
  margin-bottom: 50px;
}
.counter-block .inner {
  position: relative;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
  padding: 43px 30px 40px;
  background-color: var(--theme-color-light);
  height: 100%;
}
@media (max-width: 1199.98px) {
  .counter-block .inner {
    max-width: 100%;
  }
}
.counter-block svg {
  fill: var(--theme-color1);
  width: 65px;
  height: 65px;
}
.counter-block .count-box {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color-dark);
  letter-spacing: -1.92px;
  margin-bottom: 22px;
}
.counter-block .count-box .count-text {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color-dark);
}
.counter-block .counter-title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  font-weight: 400;
  color: var(--theme-color-dark);
  font-family: var(--text-font);
}

/*** 

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

***/
.fun-fact-section-two {
  position: relative;
  padding: 120px 0 70px;
  background-color: var(--theme-color-dark);
}
.fun-fact-section-two::before {
  content: "";
  position: absolute;
  top: -153px;
  left: 0;
  width: 343px;
  height: 425px;
  background-image: url(../images/resource/lines-2.png);
}
@media (max-width: 1440px) {
  .fun-fact-section-two::before {
    opacity: 0.1;
  }
}

.counter-block-two {
  position: relative;
  margin-bottom: 50px;
}
.counter-block-two .inner {
  position: relative;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
  height: 100%;
}
.counter-block-two .icon-box {
  width: 100px;
  height: 100px;
  margin: 0 auto 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  background-color: var(--theme-color1);
}
.counter-block-two .icon-box svg {
  fill: var(--theme-color-light);
  width: 60px;
  height: 60px;
}
.counter-block-two .count-box {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color-light);
  letter-spacing: -1.92px;
  margin-bottom: 13px;
}
.counter-block-two .count-box .count-text {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color-light);
}
.counter-block-two .counter-title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--theme-color-light);
  font-family: var(--text-font);
}

/*** 

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

***/
.fun-fact-section-three {
  position: relative;
  padding: 120px 0 70px;
  background-color: #F9F7F7;
}
.fun-fact-section-three.pull-down {
  padding-bottom: 150px;
  margin-bottom: -70px;
}
.fun-fact-section-three .bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 248px;
  background-image: url(../images/icons/shape-1.png);
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .fun-fact-section-three .bg-shape {
    display: none;
  }
}

.counter-block-three {
  position: relative;
  margin-bottom: 50px;
}
.counter-block-three .inner {
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
  padding: 44px 30px 40px;
  background-color: var(--theme-color-light);
  height: 100%;
  border-bottom: 2px solid var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .counter-block-three .inner {
    max-width: 100%;
  }
}
.counter-block-three svg {
  fill: var(--theme-color1);
  width: 65px;
  height: 65px;
  margin-bottom: 23px;
}
.counter-block-three .count-box {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color-dark);
  letter-spacing: -1.92px;
  margin-bottom: 0;
}
.counter-block-three .count-box .count-text {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color-dark);
}
.counter-block-three .counter-title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
  font-weight: 400;
  color: var(--theme-color-dark);
  font-family: var(--text-font);
}

/*** 

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

***/
.fun-fact-section-four {
  position: relative;
  padding: 120px 0 70px;
  background-color: #F9F7F7;
}

.counter-block-four {
  position: relative;
  margin-bottom: 50px;
}
.counter-block-four .inner {
  position: relative;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 36px 40px 36px 128px;
  height: 100%;
  background-color: var(--theme-color-light);
}
@media (max-width: 1399.98px) {
  .counter-block-four .inner {
    padding: 36px 40px 36px 106px;
  }
}
@media (max-width: 1199.98px) {
  .counter-block-four .inner {
    text-align: center;
    padding-left: 40px;
  }
}
.counter-block-four .icon-box {
  position: absolute;
  top: 40px;
  left: 30px;
}
@media (max-width: 1399.98px) {
  .counter-block-four .icon-box {
    left: 20px;
  }
}
@media (max-width: 1199.98px) {
  .counter-block-four .icon-box {
    position: static;
    margin-bottom: 20px;
  }
}
.counter-block-four .icon-box svg {
  fill: var(--theme-color1);
  width: 75px;
  height: 75px;
}
.counter-block-four .count-box {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color-dark);
  letter-spacing: -1.92px;
  margin-bottom: 2px;
}
.counter-block-four .count-box .count-text {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color-dark);
}
.counter-block-four .counter-title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--theme-color-dark);
  font-family: var(--text-font);
}

/*** 

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

***/
.fun-fact-section-five {
  position: relative;
  padding: 80px 0px 30px 0px;
  background-color: var(--theme-color1);
}

.counter-block-five {
  position: relative;
  margin-bottom: 50px;
}
.counter-block-five .inner {
  position: relative;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
  height: 100%;
  padding: 36px;
  padding-bottom: 26px;
  border: 4px solid #f15b3a;
}
.counter-block-five .icon-box {
  width: 100px;
  height: 100px;
  margin: 0 auto 13px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  background-color: #ef6a4c;
}
.counter-block-five .icon-box svg {
  fill: var(--theme-color-light);
  width: 65px;
  height: 65px;
}
.counter-block-five .count-box {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color-light);
  letter-spacing: -1.92px;
  margin-bottom: 0;
}
.counter-block-five .count-box .count-text {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color-light);
}
.counter-block-five .counter-title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 4px;
  font-weight: 400;
  color: var(--theme-color-light);
  font-family: var(--text-font);
}

/*** 

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

***/
.fun-fact-section-six {
  position: relative;
  padding: 200px 0px 0px 0px;
  background-color: #F9F7F7;
  margin-top: -200px;
  z-index: -1;
}

.counter-block-six {
  position: relative;
  margin-bottom: 50px;
}
.counter-block-six .inner {
  position: relative;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
  height: 100%;
  max-width: 210px;
  padding: 27px 0;
}
@media (max-width: 767.98px) {
  .counter-block-six .inner {
    max-width: unset;
  }
}
.counter-block-six .inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #587db5), color-stop(0, transparent)) repeat-x, -webkit-gradient(linear, left top, right top, color-stop(50%, #587db5), color-stop(0, transparent)) repeat-x, -webkit-gradient(linear, left bottom, left top, color-stop(50%, #587db5), color-stop(0, transparent)) repeat-y, -webkit-gradient(linear, left bottom, left top, color-stop(50%, #587db5), color-stop(0, transparent)) repeat-y;
  background: linear-gradient(90deg, #587db550%, transparent 0) repeat-x, linear-gradient(90deg, #587db550%, transparent 0) repeat-x, linear-gradient(0deg, #587db550%, transparent 0) repeat-y, linear-gradient(0deg, #587db550%, transparent 0) repeat-y;
  background-size: 6px 2px, 6px 2px, 2px 6px, 2px 6px;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  -webkit-animation: linearGradientMove 0.3s infinite linear;
          animation: linearGradientMove 0.3s infinite linear;
  background-color: inherit;
}
.counter-block-six .icon-box {
  margin: 0 auto 15px;
}
.counter-block-six .icon-box svg {
  fill: var(--theme-color1);
  width: 65px;
  height: 65px;
}
.counter-block-six .count-box {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color-dark);
  letter-spacing: -1.92px;
  margin-bottom: -8px;
}
.counter-block-six .count-box .count-text {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color-dark);
}
.counter-block-six .counter-title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--theme-color-dark);
  font-family: var(--text-font);
}

/*** 

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

***/
.fun-fact-section-seven {
  position: relative;
  padding: 85px 0px 35px 0px;
  background-color: #F9F7F7;
}

.counter-block-seven {
  position: relative;
  margin-bottom: 50px;
}
.counter-block-seven .inner {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
  height: 100%;
  background-color: var(--theme-color-light);
  border-radius: 50%;
  padding: 50px 0 53px;
}
@media (max-width: 1199.98px) {
  .counter-block-seven .inner {
    border-radius: 0;
  }
}
.counter-block-seven .icon-box {
  margin: 0 auto 24px;
}
.counter-block-seven .icon-box svg {
  fill: var(--theme-color1);
  width: 76px;
  height: 76px;
}
.counter-block-seven .count-box {
  font-size: 58px;
  line-height: 58px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color-dark);
  letter-spacing: -1.92px;
  margin-bottom: 5px;
}
.counter-block-seven .count-box .count-text {
  font-size: 58px;
  line-height: 58px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color-dark);
}
.counter-block-seven .counter-title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--theme-color-dark);
  font-family: var(--text-font);
}

/*** 

====================================================================
  whats-we-do-section
====================================================================

***/
.what-we-do-section {
  position: relative;
  padding: 90px 0;
  background-color: #F9F7F7;
}
.what-we-do-section .image-column .inner-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 48px;
}
@media (max-width: 1199.98px) {
  .what-we-do-section .image-column .inner-column {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .what-we-do-section .image-column .inner-column {
    margin-bottom: 40px;
  }
}
.what-we-do-section .image-column .inner-column .image-box {
  padding: 10px 0;
}
.what-we-do-section .image-column .inner-column .image-box.two {
  padding-top: 45px;
}
.what-we-do-section .image-column .inner-column .info-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  width: 188px;
  height: 156px;
  background-color: var(--bg-theme-color1);
  padding: 27px 28px 20px;
  border-radius: 5px;
  text-align: center;
}
.what-we-do-section .image-column .inner-column .info-box::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 9px;
  width: 169px;
  height: 140px;
  border: 1px dashed #373f4c;
  border-radius: 5px;
}
.what-we-do-section .image-column .inner-column .info-box svg {
  fill: var(--theme-color-light);
}
.what-we-do-section .image-column .inner-column .info-box .title {
  position: relative;
  color: var(--theme-color-light);
}
.what-we-do-section .image-column .inner-column .info-box .count-box {
  font-size: 32px;
  line-height: 58px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color-light);
  margin-bottom: 0;
  text-align: center;
  margin-top: -2px;
}
.what-we-do-section .image-column .inner-column .info-box .count-box .count-text {
  font-size: 32px;
  line-height: 58px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color-light);
}
.what-we-do-section .image-column .inner-column .info-box .sub-title {
  font-family: var(--text-font);
  font-size: 16px;
  color: var(--theme-color-light);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: -5px;
}
.what-we-do-section .content-column .inner-column {
  margin-top: 15px;
}
@media (max-width: 1199.98px) {
  .what-we-do-section .content-column .inner-column .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.what-we-do-section .content-column .inner-column .read-more {
  text-transform: uppercase;
  padding: 5px 30px 5px 30px;
  background-color: var(--theme-color1);
  font-size: 16px;
  color: var(--theme-color-light);
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  font-family: var(--title-font);
  font-weight: 700;
  height: 55px;
  line-height: 44px;
}
.what-we-do-section .content-column .inner-column .read-more i {
  font-size: 13px;
  margin-left: 9px;
}

.feature-block {
  margin-bottom: 33px;
}
.feature-block .inner-box .title {
  margin-bottom: 7px;
}
.feature-block .inner-box .title i {
  font-size: 20px;
  color: var(--theme-color1);
  margin-right: 8px;
}

.feature-block.two {
  margin-bottom: 36px;
}

/*** 

====================================================================
  menegement-section
====================================================================

***/
.management-section {
  position: relative;
  padding: 120px 0;
  background-image: url(../images/background/7.html);
}
@media (max-width: 991.98px) {
  .management-section .image-column {
    display: none;
  }
}
.management-section .image-column .inner-column {
  margin-left: -367px;
}
.management-section .image-column .inner-column .image-box {
  position: relative;
}
.management-section .image-column .inner-column .image-box .content-box {
  position: absolute;
  top: 0;
  right: 95px;
  background-color: rgba(243, 106, 21, 0.9);
  width: 201px;
  height: 100%;
  padding: 80px 30px 40px;
}
@media (max-width: 1199.98px) {
  .management-section .image-column .inner-column .image-box .content-box {
    right: 7px;
  }
}
.management-section .image-column .inner-column .image-box .content-box .play-now {
  position: relative;
  display: inline-block;
}
.management-section .image-column .inner-column .image-box .content-box .play-now .icon {
  color: var(--theme-color-light);
  font-size: 22px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: var(--theme-color-dark);
}
.management-section .image-column .inner-column .image-box .content-box .play-now .ripple {
  width: 90px;
  height: 90px;
}
.management-section .image-column .inner-column .image-box .content-box .play-now .ripple:before {
  width: 90px;
  height: 90px;
}
.management-section .image-column .inner-column .image-box .content-box .play-now .ripple:after {
  width: 90px;
  height: 90px;
}
@media only screen and (max-width: 1199px) {
  .management-section .image-column .inner-column .image-box .content-box .play-now {
    margin: 0;
  }
}
.management-section .image-column .inner-column .image-box .content-box .text {
  position: absolute;
  bottom: 32px;
  left: 30px;
  text-align: left;
  color: var(--theme-color-light);
  font-weight: 700;
}
.management-section .content-column .inner-column {
  margin-top: 118px;
}
@media (max-width: 1199.98px) {
  .management-section .content-column .inner-column {
    margin-top: 60px;
  }
}
.management-section .content-column .inner-column .sec-title {
  margin-bottom: 50px;
}
.management-section .content-column .inner-column .sec-title .text {
  color: var(--text-color);
  margin-top: 28px;
}
@media (max-width: 575.98px) {
  .management-section .content-column .inner-column .sec-title h2 {
    font-size: 37px;
    line-height: 37px;
  }
}

.manegement-block {
  margin-bottom: 32px;
}
.manegement-block:last-child {
  margin-bottom: 0;
}
.manegement-block .inner-box {
  position: relative;
  padding-left: 85px;
}
@media (max-width: 575.98px) {
  .manegement-block .inner-box {
    padding-left: 0;
  }
}
.manegement-block .inner-box .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--theme-color1);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 575.98px) {
  .manegement-block .inner-box .icon-box {
    position: static;
    margin-bottom: 20px;
  }
}
.manegement-block .inner-box .content-box {
  position: relative;
  top: -6px;
}
.manegement-block .inner-box .content-box .title {
  margin-bottom: 6px;
  text-transform: uppercase;
  color: var(--theme-color-light);
}

/*** 

====================================================================
	benefits Section
====================================================================

***/
.benefits-section {
  position: relative;
  padding: 120px 0;
}
.benefits-section .sec-title {
  margin-bottom: 48px;
}
.benefits-section .sec-title .text {
  padding-right: 170px;
}
@media (max-width: 575.98px) {
  .benefits-section .sec-title .text {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .benefits-section .sec-title h2 {
    font-size: 43px;
    line-height: 45px;
  }
}
.benefits-section .benefit-block-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.benefits-section .image-column .inner-column {
  text-align: right;
}
.benefits-section .image-column .inner-column .image-box {
  position: relative;
}
@media (max-width: 991.98px) {
  .benefits-section .image-column .inner-column .image-box {
    margin-top: 50px;
  }
  .benefits-section .image-column .inner-column .image-box img {
    width: 100%;
  }
}
.benefits-section .image-column .inner-column .image-box .image-2 {
  position: absolute;
  left: -16px;
  bottom: -150px;
  margin-bottom: 0;
  font-size: 40px;
}
@media (max-width: 991.98px) {
  .benefits-section .image-column .inner-column .image-box .image-2 {
    left: 133px;
    bottom: -74px;
  }
}
@media (max-width: 575.98px) {
  .benefits-section .image-column .inner-column .image-box .image-2 {
    display: none;
  }
}
.benefits-section .image-column .inner-column .image-box .exp-box {
  position: absolute;
  bottom: 26px;
  right: 23px;
  width: 224px;
  background-color: var(--theme-color1);
  text-align: left;
  border: 10px solid var(--theme-color-light);
  padding: 22px 27px 17px;
}
.benefits-section .image-column .inner-column .image-box .exp-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 204px;
  height: 99px;
  border: 3px solid var(--theme-color-dark);
}
.benefits-section .image-column .inner-column .image-box .exp-box .content-box {
  position: relative;
  padding-left: 46px;
}
.benefits-section .image-column .inner-column .image-box .exp-box .content-box .image {
  position: absolute;
  top: 0;
  left: 0;
}
.benefits-section .image-column .inner-column .image-box .exp-box .content-box .title {
  color: var(--theme-color-light);
  font-family: var(--text-font);
  font-weight: 800;
}
.benefits-section .image-column .inner-column .image-box .exp-box span {
  font-size: 15px;
  color: var(--theme-color-light);
  margin-top: -16px;
  display: block;
}
.benefits-section .bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 670px;
  margin: 0 auto;
  margin-top: 58px;
}
@media (max-width: 991.98px) {
  .benefits-section .bottom-content {
    margin-top: 120px;
  }
}
@media (max-width: 767.98px) {
  .benefits-section .bottom-content {
    display: none;
  }
}
.benefits-section .bottom-content input {
  width: 100%;
  color: #04171a;
  font-weight: 500;
  height: 49px;
  border: 1px solid #04171a;
  padding: 8px 29px 8px;
}
.benefits-section .bottom-content .contact {
  font-size: 14px;
  font-weight: 700;
  height: 49px;
  line-height: 49px;
  background-color: #04171a;
  color: var(--theme-color-light);
  display: inline-block;
  padding: 0 40px;
}

.benefit-block {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .benefit-block {
    width: 100%;
  }
}
.benefit-block .inner-box {
  position: relative;
  padding: 29px 0 26px 94px;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.09);
  width: 280px;
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .benefit-block .inner-box {
    width: 100%;
    margin-right: 0;
  }
}
.benefit-block .inner-box:hover .icon-box {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.benefit-block .inner-box:hover .icon-box i {
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}
.benefit-block .inner-box:hover .title {
  color: var(--theme-color1);
}
.benefit-block .inner-box .icon-box {
  position: absolute;
  top: 13px;
  left: 19px;
  font-size: 32px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: var(--theme-color-dark);
  border-radius: 50%;
  color: var(--theme-color-light);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.benefit-block .inner-box .icon-box i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.benefit-block .inner-box .title {
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*** 

====================================================================
	benefits Section two
====================================================================

***/
.benefits-section-two {
  position: relative;
  padding: 120px 0 90px;
}
.benefits-section-two .bg {
  max-height: 374px;
  background-image: url(../images/background/5.html);
}
.benefits-section-two .sec-title {
  position: relative;
}
.benefits-section-two .sec-title .text {
  position: absolute;
  top: -5px;
  right: 0;
  color: #5e5e5e;
  max-width: 492px;
}
@media (max-width: 991.98px) {
  .benefits-section-two .sec-title .text {
    display: none;
  }
}

.benefit-block-two {
  margin-bottom: 30px;
}
.benefit-block-two .inner-box {
  position: relative;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  background-color: var(--theme-color-light);
  padding: 10px 10px 25px;
}
.benefit-block-two .inner-box:hover .image-box img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.benefit-block-two .inner-box:hover .image-2 img {
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}
.benefit-block-two .inner-box .image-box {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.benefit-block-two .inner-box .image-box .image img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.benefit-block-two .inner-box .image-box .image-2 {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 77px;
  height: 77px;
  background-color: var(--theme-color1);
  line-height: 77px;
  text-align: center;
  border-radius: 50%;
}
.benefit-block-two .inner-box .image-box .image-2 img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .benefit-block-two .inner-box .image-box .image-2 {
    top: 15px;
  }
}
.benefit-block-two .inner-box .title {
  padding: 9px 80px 8px;
  text-transform: uppercase;
  background-color: var(--theme-color-light);
  margin-bottom: 0;
  position: relative;
  left: 50%;
  top: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-bottom: -15px;
}
.benefit-block-two .inner-box .title:hover {
  color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .benefit-block-two .inner-box .title {
    padding: 9px 50px 8px;
  }
}
.benefit-block-two .inner-box .content-box {
  text-align: center;
  padding: 16px 56px 0;
}
@media (max-width: 1199.98px) {
  .benefit-block-two .inner-box .content-box {
    padding: 20px 37px 0;
  }
}
@media (max-width: 575.98px) {
  .benefit-block-two .inner-box .content-box {
    padding: 20px 25px 0;
  }
}
.benefit-block-two .inner-box .content-box .text {
  line-height: 30px;
}

@media only screen and (max-width: 480px) {
  .benefit-block-two .inner-box .image-box .title {
    width: 100%;
  }
}
/*** 

====================================================================
	contact section
====================================================================

***/
.contact-section {
  position: relative;
  padding: 82px 0 83px;
  background-color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .contact-section .content-column .inner-column {
    margin-bottom: 30px;
  }
}
.contact-section .content-column .inner-column .content-box h2 {
  color: var(--theme-color-light);
  margin-bottom: 12px;
}
@media (max-width: 575.98px) {
  .contact-section .content-column .inner-column .content-box h2 {
    font-size: 47px;
  }
}
.contact-section .content-column .inner-column .content-box span {
  color: var(--theme-color-light);
}

@media (max-width: 1399.98px) {
  .form-column {
    width: 635px;
  }
}
@media (max-width: 1199.98px) {
  .form-column {
    width: 100%;
  }
}
.form-column .inner-column {
  margin-top: 15px;
}
@media (max-width: 991.98px) {
  .form-column .inner-column .form-group .input-outer {
    margin-bottom: 20px;
  }
}
.form-column .inner-column .form-group .input-outer input {
  background-color: unset;
  color: var(--theme-color-light);
  border: 1px solid var(--theme-color-light);
  border-radius: 5px;
  height: 64px;
  padding: 20px;
  width: 100%;
}
.form-column .inner-column .form-group .input-outer input::-webkit-input-placeholder {
  color: var(--theme-color-light);
}
.form-column .inner-column .form-group .input-outer input::-moz-placeholder {
  color: var(--theme-color-light);
}
.form-column .inner-column .form-group .input-outer input:-ms-input-placeholder {
  color: var(--theme-color-light);
}
.form-column .inner-column .form-group .input-outer input::-ms-input-placeholder {
  color: var(--theme-color-light);
}
.form-column .inner-column .form-group .input-outer input::placeholder {
  color: var(--theme-color-light);
}
.form-column .inner-column .form-group .btn-style-one {
  background-color: var(--theme-color4);
  border-radius: 5px;
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  height: 64px;
  letter-spacing: 1px;
  line-height: 35px;
}
.form-column .inner-column .form-group .btn-style-one:hover {
  color: #fff;
}

/*** 

====================================================================
	contact section two
====================================================================

***/
.contact-section-two {
  background-color: #587db5;
  background-image: url(../images/resource/map-pattern.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  padding: 72px 0 73px;
}
.contact-section-two .content-box {
  text-align: center;
}
.contact-section-two .content-box .title {
  color: var(--theme-color-light);
  margin-bottom: 23px;
}
@media (max-width: 991.98px) {
  .contact-section-two .content-box .title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .contact-section-two .content-box .title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .contact-section-two .content-box .title {
    line-height: 40px;
    font-size: 26px;
  }
}
.contact-section-two .content-box .text {
  color: var(--theme-color-light);
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .contact-section-two .content-box .text {
    margin-bottom: 37px;
  }
}
@media (max-width: 575.98px) {
  .contact-section-two .content-box .text {
    line-height: 28px;
    margin-bottom: 30px;
  }
}
.contact-section-two .content-box .btn-box .sing-up {
  text-transform: uppercase;
  border-style: solid !important;
  border: 1px solid var(--theme-color-light);
  border-radius: 5px;
  padding: 1px 51px 0px;
  line-height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  font-family: var(--title-font);
  font-size: 16px;
  text-transform: uppercase;
  color: var(--theme-color-light);
  font-weight: 700;
  margin-right: 14px;
}
.contact-section-two .content-box .btn-box .sing-up i {
  margin-left: 10px;
}
.contact-section-two .content-box .btn-box .sing-up:hover {
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}
.contact-section-two .content-box .btn-box .sing-up-two {
  text-transform: uppercase;
  border-style: solid !important;
  border: 1px solid var(--theme-color-light);
  border-radius: 5px;
  padding: 1px 27px 0px;
  line-height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  font-family: var(--title-font);
  font-size: 16px;
  text-transform: uppercase;
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .contact-section-two .content-box .btn-box .sing-up-two {
    position: relative;
    left: -7px;
    margin-top: 20px;
  }
}
.contact-section-two .content-box .btn-box .sing-up-two i {
  margin-left: 10px;
}

/*** 

====================================================================
	contact section three
====================================================================

***/
.contact-section-three {
  position: relative;
  padding: 82px 0 83px;
  background-image: url(../images/background/bg-home4-contact1.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-section-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color1);
  opacity: 0.95;
  mix-blend-mode: multiply;
}
@media (max-width: 1199.98px) {
  .contact-section-three .content-column .inner-column {
    margin-bottom: 30px;
  }
}
.contact-section-three .content-column .inner-column .content-box h2 {
  color: var(--theme-color-light);
  margin-bottom: 12px;
  line-height: 1.25em;
}
@media (max-width: 575.98px) {
  .contact-section-three .content-column .inner-column .content-box h2 {
    font-size: 47px;
  }
}
@media (max-width: 1199.98px) {
  .contact-section-three .content-column .inner-column .content-box h2 {
    font-size: 45px;
  }
}
@media (max-width: 991.98px) {
  .contact-section-three .content-column .inner-column .content-box h2 {
    padding-right: 100px;
  }
}
@media (max-width: 575.98px) {
  .contact-section-three .content-column .inner-column .content-box h2 {
    padding-right: 0;
    font-size: 32px;
  }
}
.contact-section-three .content-column .inner-column .content-box span {
  color: var(--theme-color-light);
}

/*** 

====================================================================
	contact section four
====================================================================

***/
.contact-section-four {
  position: relative;
  padding: 64px 0 62px 0;
  background-color: var(--theme-color1);
}
.contact-section-four .outer-box {
  text-align: center;
}
@media (max-width: 767.98px) {
  .contact-section-four .outer-box {
    text-align: left;
  }
}
.contact-section-four .outer-box .content-box .title {
  color: var(--theme-color-light);
}
@media (max-width: 991.98px) {
  .contact-section-four .outer-box .content-box .title {
    font-size: 46px;
  }
}
@media (max-width: 767.98px) {
  .contact-section-four .outer-box .content-box .title {
    font-size: 30px;
  }
}
.contact-section-four .outer-box .content-box .text {
  color: var(--theme-color-light);
  margin-bottom: 31px;
}
.contact-section-four .outer-box .content-box .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .contact-section-four .outer-box .content-box .contact-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media (max-width: 575.98px) {
  .contact-section-four .outer-box .content-box .contact-list {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-section-four .outer-box .content-box .contact-list li {
  margin-right: 30px;
}
@media (max-width: 575.98px) {
  .contact-section-four .outer-box .content-box .contact-list li {
    margin-bottom: 20px;
  }
  .contact-section-four .outer-box .content-box .contact-list li:last-child {
    margin-bottom: 0;
  }
}
.contact-section-four .outer-box .content-box .contact-list li:last-child {
  margin-right: 0;
}
.contact-section-four .outer-box .content-box .contact-list li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--theme-color-light);
  color: var(--theme-color1);
}
.contact-section-four .outer-box .content-box .contact-list li a {
  margin-left: 6px;
  color: var(--theme-color-light);
}

@media (max-width: 1399.98px) {
  .form-column-three {
    width: 635px;
  }
}
@media (max-width: 1199.98px) {
  .form-column-three {
    width: 100%;
  }
}
.form-column-three .inner-column {
  margin-top: 15px;
}
.form-column-three .inner-column .form-group .input-outer {
  position: relative;
}
@media (max-width: 991.98px) {
  .form-column-three .inner-column .form-group .input-outer {
    margin-bottom: 20px;
  }
}
.form-column-three .inner-column .form-group .input-outer i {
  position: absolute;
  top: 12px;
  right: 0;
  color: var(--theme-color-light);
}
.form-column-three .inner-column .form-group .input-outer input {
  background-color: unset;
  width: 100%;
  border-bottom: 1px solid var(--theme-color-light);
  height: unset;
  padding: 10px 0;
  color: var(--theme-color-light);
}
.form-column-three .inner-column .form-group .input-outer input::-webkit-input-placeholder {
  color: var(--theme-color-light);
}
.form-column-three .inner-column .form-group .input-outer input::-moz-placeholder {
  color: var(--theme-color-light);
}
.form-column-three .inner-column .form-group .input-outer input:-ms-input-placeholder {
  color: var(--theme-color-light);
}
.form-column-three .inner-column .form-group .input-outer input::-ms-input-placeholder {
  color: var(--theme-color-light);
}
.form-column-three .inner-column .form-group .input-outer input::placeholder {
  color: var(--theme-color-light);
}
.form-column-three .inner-column .form-group .input-outer .text {
  margin-top: 15px;
  color: var(--theme-color-light);
}
.form-column-three .inner-column .form-group .btn-style-one {
  background-color: var(--theme-color-light);
  height: 64px;
  font-weight: 700;
  line-height: 35px;
  color: var(--theme-color-dark);
  font-size: 16px;
  font-family: var(--title-font);
  border-radius: 5px;
  letter-spacing: 1px;
  margin-left: 87px;
  margin-top: 14px;
}
@media (max-width: 991.98px) {
  .form-column-three .inner-column .form-group .btn-style-one {
    margin-left: 0;
  }
}

/*** 

====================================================================
	contact section five
====================================================================

***/
.contact-section-five {
  position: relative;
  padding: 77px 0px 75px 0px;
  background-image: url(../images/background/bg-home7-contact1.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
}
.contact-section-five .sec-title {
  margin-bottom: 49px;
}
@media (max-width: 575.98px) {
  .contact-section-five .sec-title h2 {
    font-size: 32px;
  }
}
.contact-section-five .form-group {
  position: relative;
  width: 548px;
  margin: auto;
}
.contact-section-five .form-group::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -197px;
  width: 128px;
  height: 121px;
  background-image: url(../images/resource/arrow.png);
}
.contact-section-five .form-group input {
  height: 78px;
  width: 548px;
  background-color: var(--theme-color-light);
  font-size: 16px;
  color: var(--text-font2);
  padding: 0 40px;
  border-radius: 5px;
}
@media (max-width: 575.98px) {
  .contact-section-five .form-group input {
    width: unset;
  }
}
.contact-section-five .form-group button {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 60px;
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  font-weight: 700;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  padding: 0 23px;
  border-radius: 5px;
}
@media (max-width: 575.98px) {
  .contact-section-five .form-group button {
    position: static;
    display: block;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 577px) {
  .contact-section-five .form-group input {
    width: 450px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-section-four .content-box .title {
    line-height: 40px;
  }
  .contact-section-five .form-group input {
    width: 290px;
  }
}
/*** 

====================================================================
		movie Section 
====================================================================

***/
.movie-section {
  position: relative;
  padding: 120px 0 60px;
  background-color: #F9F7F7;
}
@media (max-width: 575.98px) {
  .movie-section .sec-title h2 {
    font-size: 26px;
    line-height: 35px;
  }
}
.movie-section .slick-dots {
  background: #fff;
}
.movie-section .slick-dots li {
  position: relative;
  top: -9px;
}

.movie-block {
  margin-right: 30px;
  margin-bottom: 90px;
}
.movie-block:last-child {
  margin-right: 0;
}
.movie-block .inner-box {
  position: relative;
}
.movie-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.movie-block .inner-box .image-box .image {
  overflow: hidden;
}
.movie-block .inner-box .image-box .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.movie-block .inner-box .play-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 33px;
  right: 35px;
}
@media (max-width: 1199.98px) {
  .movie-block .inner-box .play-list {
    right: 20px;
  }
}
.movie-block .inner-box .play-list li {
  margin-left: 25px;
}
.movie-block .inner-box .play-list li:first-child {
  position: relative;
  top: 2px;
  margin-left: 0;
}
@media (max-width: 1199.98px) {
  .movie-block .inner-box .play-list li {
    margin-left: 17px;
  }
}
.movie-block .inner-box .play-list li a {
  font-size: 14px;
  color: #fff;
  background-color: var(--theme-color1);
  font-weight: 400;
  padding: 9px 15px;
}
.movie-block .inner-box .play-list li a i {
  color: var(--theme-color-dark);
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-left: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.movie-block .inner-box .play-list li a:hover i {
  color: var(--theme-color-light);
}

/*** 

====================================================================
		movie Sectio two
====================================================================

***/
.movie-section-two {
  position: relative;
  padding: 120px 0 85px;
  background-color: #F9F7F7;
}
@media (max-width: 767.98px) {
  .movie-section-two .sec-title h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 575.98px) {
  .movie-section-two .sec-title h2 {
    font-size: 24px;
    line-height: 35px;
  }
}
.movie-section-two .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.movie-section-two .slick-dots {
  background-color: var(--theme-color-light);
  border-radius: 5px;
  max-width: 300px;
  margin: 0 auto 0;
  bottom: 0;
  left: 50%;
  height: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.movie-section-two .slick-dots .slick-active {
  background-color: var(--theme-color1);
  width: 100px;
  height: 10px;
  border-radius: 10px;
  bottom: 9px;
}
.movie-section-two .slick-dots li {
  margin: 0;
}

.movie-block-two {
  margin-right: 30px;
  margin-bottom: 90px;
}
@media (max-width: 767.98px) {
  .movie-block-two {
    margin-right: 0;
  }
}
.movie-block-two:last-child {
  margin-right: 0;
}
.movie-block-two .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.movie-block-two .inner-box .content-box {
  background-color: var(--theme-color-dark);
}
.movie-block-two .inner-box .content-box ul {
  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: 35px;
  padding-bottom: 150px;
}
.movie-block-two .inner-box .content-box ul li:hover a {
  color: var(--theme-color1);
}
.movie-block-two .inner-box .content-box ul li:first-child a {
  font-size: 18px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  font-weight: 400;
  padding: 7px 16px 8px;
  margin-right: 19px;
  display: inline-block;
}
.movie-block-two .inner-box .content-box ul li:last-child {
  margin-left: 23px;
}
.movie-block-two .inner-box .content-box ul li:last-child:hover a {
  color: var(--theme-color1);
}
.movie-block-two .inner-box .content-box ul li:last-child i {
  font-size: 20px;
}
.movie-block-two .inner-box .content-box ul li a {
  font-size: 18px;
  color: var(--theme-color-light);
  font-weight: 700;
}
.movie-block-two .inner-box .content-box ul li a .icon {
  font-size: 10px;
  color: var(--theme-color1);
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--theme-color-light);
  border-radius: 50%;
  margin-left: 10px;
}
.movie-block-two .inner-box .image-box {
  margin-top: -125px;
  padding: 0 20px;
}
.movie-block-two .inner-box .image-box .image {
  overflow: hidden;
}
.movie-block-two .inner-box .image-box .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*** 

====================================================================
		movie Sectio three
====================================================================

***/
.movies-section-three {
  position: relative;
  padding: 120px 0;
  background-color: var(--theme-color-dark);
}
.movies-section-three .sec-title {
  margin-bottom: 0;
}
.movies-section-three .sec-title h2 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .movies-section-three .sec-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.movies-section-three .movie-slider {
  padding-bottom: 50px;
}
.movies-section-three .movie-slider .slick-dots li {
  position: relative;
  top: -9px;
}
.movies-section-three .slider-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 60px;
}
.movies-section-three .click-btn .prev,
.movies-section-three .click-btn .next {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  margin-left: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background-color: #32211e;
  border-radius: 5px;
  color: var(--theme-color-light);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.movies-section-three .click-btn .prev:hover,
.movies-section-three .click-btn .next:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}

.movie-block-three {
  margin: 0 15px;
}
.movie-block-three .inner-box {
  position: relative;
}
.movie-block-three .inner-box .image-box span {
  font-size: 14px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  font-weight: 400;
  padding: 4px 15px 3px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.movie-block-three .inner-box .content-box {
  border-radius: 0 0 5px 5px;
  background-color: #262626;
  text-align: center;
  padding: 16px 0 19px;
}
.movie-block-three .inner-box .content-box .title {
  color: var(--theme-color-light);
  margin-bottom: -4px;
}
.movie-block-three .inner-box .content-box span {
  font-size: 14px;
  color: var(--theme-color-light);
}

/*** 

====================================================================
		movie Sectio four
====================================================================

***/
.movie-section-four {
  position: relative;
  padding: 120px 0;
  background-color: #F9F7F7;
}
.movie-section-four .large-container {
  max-width: 1680px;
}
.movie-section-four .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 575.98px) {
  .movie-section-four .sec-title h2 {
    font-size: 26px;
    line-height: 33px;
  }
}
.movie-section-four .slick-dots {
  display: none !important;
}

.movie-block-four {
  margin: 0 15px;
}
.movie-block-four .inner-box:hover .image-box .btn-box {
  opacity: 1;
  visibility: visible;
  bottom: 11px;
}
.movie-block-four .inner-box .image-box {
  position: relative;
  overflow: hidden;
}
.movie-block-four .inner-box .image-box .btn-box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -20px;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.movie-block-four .inner-box .image-box .btn-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4px;
}
.movie-block-four .inner-box .image-box .btn-box ul li {
  color: #fcee21;
  margin-right: 5px;
}
.movie-block-four .inner-box .image-box .btn-box ul li:last-child {
  margin-right: 0;
}
.movie-block-four .inner-box .image-box .btn-box .view-more {
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--theme-color-light);
  font-weight: 700;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 24px;
  padding-top: 6px;
  background-color: var(--theme-color1);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .movie-block-four .inner-box .image-box .btn-box .view-more {
    padding: 5px 10px;
  }
}
.movie-block-four .inner-box .content-box {
  border-radius: 0 0 5px 5px;
  padding: 21px 20px 13px;
  background-color: var(--theme-color-light);
}
.movie-block-four .inner-box .content-box .title {
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .movie-block-four .inner-box .content-box .title {
    font-size: 19px;
  }
}
.movie-block-four .inner-box .content-box span {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 18px;
  color: var(--theme-color-dark);
}

/*** 

====================================================================
		movie Sectio five
====================================================================

***/
.movie-section-five {
  position: relative;
  padding: 120px 0;
  background-color: #F9F7F7;
}
.movie-section-five .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.movie-section-five .sec-title {
  margin-bottom: 0;
}
.movie-section-five .sec-title .sub-title {
  color: var(--theme-color1);
}
.movie-section-five .sec-title h2 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .movie-section-five .sec-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575.98px) {
  .movie-section-five .sec-title h2 {
    font-size: 26px;
    line-height: 35px;
  }
}
.movie-section-five .click-btn .prev,
.movie-section-five .click-btn .next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #f8e5e2;
  color: var(--theme-color-light);
}
.movie-section-five .click-btn .prev:hover,
.movie-section-five .click-btn .next:hover {
  background-color: var(--theme-color1);
}

.movie-block-five {
  margin: 0 15px;
}
.movie-block-five .inner-box:hover .image-box::before {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.movie-block-five .inner-box:hover .image-box .title {
  bottom: 15px;
}
.movie-block-five .inner-box .image-box {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.movie-block-five .inner-box .image-box::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 30, 42, 0)), color-stop(30.98%, rgba(14, 30, 42, 0)), to(#e44d2e));
  background: linear-gradient(180deg, rgba(14, 30, 42, 0) 0%, rgba(14, 30, 42, 0) 30.98%, #e44d2e 100%);
  pointer-events: none;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
}
.movie-block-five .inner-box .image-box .title {
  color: var(--theme-color-light);
  position: absolute;
  bottom: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.movie-block-five .inner-box .content-box {
  border-radius: 0 0 5px 5px;
  padding: 19px 20px 12px;
  background-color: var(--theme-color-light);
}
.movie-block-five .inner-box .content-box .title {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 18px;
}
.movie-block-five .inner-box .content-box span {
  font-size: 14px;
}

/*** 

====================================================================
		movie Sectio six
====================================================================

***/
.movie-section-six {
  position: relative;
  padding: 70px 0 176px;
  background-color: #F9F7F7;
}
@media (max-width: 575.98px) {
  .movie-section-six {
    padding-top: 0;
  }
}
.movie-section-six .large-container {
  max-width: 1680px;
}
.movie-section-six .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.movie-section-six .sec-title .sub-title {
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .movie-section-six .sec-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575.98px) {
  .movie-section-six .sec-title h2 {
    font-size: 26px;
    line-height: 33px;
  }
}
.movie-section-six .slick-dots {
  background-color: var(--theme-color-light);
  border-radius: 5px;
  margin: 0 auto 0;
  bottom: -89px;
  left: 50%;
  height: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.movie-block-six {
  margin: 0 15px;
}
.movie-block-six .inner-box:hover .image-box .image {
  border-radius: 5px;
}
.movie-block-six .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.movie-block-six .inner-box .image-box {
  position: relative;
}
.movie-block-six .inner-box .image-box .image {
  overflow: hidden;
  border-radius: 5px;
}
.movie-block-six .inner-box .image-box .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.movie-block-six .inner-box .image-box .play {
  font-family: var(--title-font);
  font-size: 14px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  font-weight: 700;
  padding: 3px 15px 4px;
  text-transform: capitalize;
  border-radius: 5px;
  position: absolute;
  top: 30px;
  left: 30px;
}
.movie-block-six .inner-box .content-box {
  padding: 24px 20px 0;
  text-align: center;
}
.movie-block-six .inner-box .content-box .title {
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .movie-block-six .inner-box .content-box .title {
    font-size: 19px;
  }
}
.movie-block-six .inner-box .content-box span {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 18px;
  color: var(--theme-color-dark);
}

/*** 

====================================================================
		movie Sectio seven
====================================================================

***/
.movies-section-seven {
  position: relative;
  padding: 70px 0 90px;
  background-color: #F9F7F7;
}
.movies-section-seven ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}
@media (max-width: 991.98px) {
  .movies-section-seven ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.movies-section-seven ul li a {
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--theme-color-light);
  font-weight: 700;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  background-color: var(--theme-color1);
  border-radius: 5px;
  margin-right: 20px;
  padding: 6px 30px;
  padding-top: 6px;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .movies-section-seven ul li a {
    padding: 6px 23px;
  }
}
@media (max-width: 991.98px) {
  .movies-section-seven ul li a {
    margin-bottom: 20px;
  }
}
.movies-section-seven ul li a i {
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #000;
  padding-left: 3px;
  margin-right: 10px;
  padding-top: 2px;
  font-size: 7px;
  line-height: 16px;
}
.movies-section-seven .movie-block-seven {
  margin-bottom: 30px;
}
.movies-section-seven .movie-block-seven .inner-box:hover .image-box img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.movies-section-seven .movie-block-seven .inner-box:hover .image-box .hide-btn {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.movies-section-seven .movie-block-seven .inner-box .image-box {
  position: relative;
}
.movies-section-seven .movie-block-seven .inner-box .image-box .image {
  overflow: hidden;
}
.movies-section-seven .movie-block-seven .inner-box .image-box .image img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.movies-section-seven .movie-block-seven .inner-box .image-box .onsale {
  position: absolute;
  top: 15px;
  right: 30px;
  font-family: var(--theme-color1);
  font-size: 14px;
  color: var(--theme-color1);
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color-light);
  text-align: center;
}
.movies-section-seven .movie-block-seven .inner-box .image-box .hide-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: inline-block;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  line-height: 50px;
  font-weight: 700;
  padding: 0 16px;
  font-size: 14px;
  border: none;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-family: var(--title-font);
  background-color: var(--theme-color1);
  border-radius: 5px;
  color: var(--theme-color-light);
}
.movies-section-seven .movie-block-seven .inner-box .content-box {
  position: relative;
  padding-top: 10px;
}
.movies-section-seven .movie-block-seven .inner-box .content-box .title {
  margin-bottom: 0;
  line-height: 44px;
}
.movies-section-seven .movie-block-seven .inner-box .content-box .price {
  font-size: 16px;
  color: var(--theme-color-dark);
}
.movies-section-seven .movie-block-seven .inner-box .content-box .price small {
  font-size: 14px;
  margin-right: 6px;
}
.movies-section-seven .movie-block-seven .inner-box .content-box .btn {
  position: absolute;
  top: 15px;
  right: 0;
  font-family: var(--title-font);
  font-size: 14px;
  color: var(--theme-color-dark);
  font-weight: 700;
  border: 1px solid #e3e3e3;
  background-color: var(--theme-color-light);
  border-radius: 5px;
  text-transform: uppercase;
  padding: 4px 10px;
}
.movies-section-seven .movie-block-seven .inner-box .content-box .btn:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}

@media only screen and (max-width: 576px) {
  .movies-section-three .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .movies-section-three .sec-title h2 {
    font-size: 21px;
    line-height: 35px;
  }
}
.masonary {
  width: 100%;
}
.masonary .col-lg-3 {
  padding: 0 15px;
}

/*** 

====================================================================
  news-letter-section
====================================================================

***/
.news-letter-section {
  position: relative;
  padding: 120px 0;
  background-color: var(--theme-color-dark);
}
.news-letter-section .content-column .inner-column {
  max-width: 629px;
}
.news-letter-section .content-column .inner-column .content-box .title {
  color: var(--theme-color-light);
}
.news-letter-section .content-column .inner-column .content-box .text {
  color: var(--theme-color-light);
  margin-bottom: 65px;
}
.news-letter-section .content-column .inner-column .content-box .subscribe-form .form-group {
  position: relative;
}
.news-letter-section .content-column .inner-column .content-box .subscribe-form .form-group .input-outer {
  position: relative;
}
.news-letter-section .content-column .inner-column .content-box .subscribe-form .form-group .input-outer i {
  color: var(--theme-color1);
  position: absolute;
  top: 16px;
  left: 22px;
}
.news-letter-section .content-column .inner-column .content-box .subscribe-form .form-group .input-outer input {
  background-color: unset;
  font-family: rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: var(--theme-color-light);
  padding: 0 60px;
  height: 60px;
  width: 419px;
  border-radius: 5px;
  border: 2px solid #333f4d;
}
.news-letter-section .content-column .inner-column .content-box .subscribe-form .form-group .input-outer input::-webkit-input-placeholder {
  color: var(--theme-color-light);
}
.news-letter-section .content-column .inner-column .content-box .subscribe-form .form-group .input-outer input::-moz-placeholder {
  color: var(--theme-color-light);
}
.news-letter-section .content-column .inner-column .content-box .subscribe-form .form-group .input-outer input:-ms-input-placeholder {
  color: var(--theme-color-light);
}
.news-letter-section .content-column .inner-column .content-box .subscribe-form .form-group .input-outer input::-ms-input-placeholder {
  color: var(--theme-color-light);
}
.news-letter-section .content-column .inner-column .content-box .subscribe-form .form-group .input-outer input::placeholder {
  color: var(--theme-color-light);
}
@media (max-width: 767.98px) {
  .news-letter-section .content-column .inner-column .content-box .subscribe-form .form-group .input-outer input {
    width: 370px;
  }
}
@media (max-width: 575.98px) {
  .news-letter-section .content-column .inner-column .content-box .subscribe-form .form-group .input-outer input {
    width: 290px;
  }
}
.news-letter-section .content-column .inner-column .content-box .subscribe-form .form-group .input-btn {
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  padding: 0 28px;
  background-color: var(--theme-color1);
  font-family: var(--title-font);
  color: var(--theme-color-light);
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .news-letter-section .content-column .inner-column .content-box .subscribe-form .form-group .input-btn {
    position: static;
    margin-top: 30px;
  }
}
.news-letter-section .image-column .inner-column {
  padding-right: 45px;
}
@media (max-width: 991.98px) {
  .news-letter-section .image-column .inner-column {
    margin-top: 40px;
  }
}
.news-letter-section .image-column .inner-column .image-box {
  width: 269px;
  height: 269px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  text-align: center;
  line-height: 269px;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .news-letter-section .image-column .inner-column .image-box {
    margin: unset;
  }
}

/*** 

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

***/
.faqs-section {
  position: relative;
  padding: 120px 0 238px;
  background-color: #F9F7F7;
  margin-bottom: -160px;
}
@media (max-width: 991.98px) {
  .faqs-section {
    margin-bottom: 0;
    padding-bottom: 120px;
  }
}
@media (max-width: 575.98px) {
  .faqs-section {
    padding-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .faqs-section .sec-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .faqs-section .sec-title h2 {
    font-size: 38px;
  }
}
@media (max-width: 575.98px) {
  .faqs-section .sec-title h2 {
    font-size: 24px;
    line-height: 37px;
  }
}
.faqs-section .image-column .inner-column {
  position: relative;
  padding: 0px 0px 15px 95px;
}
@media (max-width: 1199.98px) {
  .faqs-section .image-column .inner-column {
    padding: 0;
  }
}
.faqs-section .image-column .inner-column .image-box {
  position: relative;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .faqs-section .image-column .inner-column .image-box {
    margin-right: 0;
  }
}
.faqs-section .image-column .inner-column .image-box .image {
  height: 428px;
  margin-bottom: 0;
  position: relative;
  z-index: 99;
}
@media (max-width: 991.98px) {
  .faqs-section .image-column .inner-column .image-box .image {
    height: auto;
  }
}
.faqs-section .image-column .inner-column .image-box .btn-box .play-now {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  z-index: 9999;
  border-radius: 75px;
  min-width: 60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1199.98px) {
  .faqs-section .image-column .inner-column .image-box .btn-box .play-now {
    top: 65%;
  }
}
@media (max-width: 767.98px) {
  .faqs-section .image-column .inner-column .image-box .btn-box .play-now {
    top: 55%;
  }
}
@media (max-width: 575.98px) {
  .faqs-section .image-column .inner-column .image-box .btn-box .play-now {
    top: 28%;
  }
}
.faqs-section .image-column .inner-column .image-box .icon-box {
  position: absolute;
  bottom: -16px;
  left: -50px;
}
@media (max-width: 1199.98px) {
  .faqs-section .image-column .inner-column .image-box .icon-box {
    bottom: 15px;
    left: -2px;
  }
}
@media (max-width: 767.98px) {
  .faqs-section .image-column .inner-column .image-box .icon-box {
    bottom: 150px;
  }
}
.faqs-section .image-column .inner-column .exp-box {
  position: absolute;
  bottom: 0;
  width: 478px;
  z-index: 999;
  right: 0;
  background-color: #FFFFFF;
  border-style: solid !important;
  border-width: 0px 5px 0px 0px !important;
  border-color: #587db5  !important;
  padding: 33px 60px 42px 36px;
}
@media (max-width: 1199.98px) {
  .faqs-section .image-column .inner-column .exp-box {
    display: none;
  }
}
.faqs-section .image-column .inner-column .exp-box svg {
  fill: var(--theme-color1);
}
.faqs-section .image-column .inner-column .exp-box .content-box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 55px 0 139px;
}
.faqs-section .image-column .inner-column .exp-box .content-box .title {
  font-weight: 500;
  margin-bottom: 6px;
}
.faqs-section .faq-column {
  margin-bottom: 50px;
}
.faqs-section .faq-column .inner-column {
  position: relative;
  border-radius: 10px;
}
.faqs-section .info-box {
  position: absolute;
  right: 50px;
  top: 170px;
  height: 174px;
  width: 174px;
  background-color: var(--bg-theme-color2);
  padding: 40px 20px 20px;
  border-radius: 7px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .faqs-section .info-box {
    right: auto;
    top: auto;
    left: 30px;
    bottom: 0px;
  }
}
.faqs-section .info-box .icon {
  position: absolute;
  top: -70px;
  right: 30px;
}
.faqs-section .info-box .count-box {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color-light);
  margin-bottom: 5px;
}
.faqs-section .info-box .count-box .count-text {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color-light);
}
.faqs-section .info-box .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #FFFFFF;
}
.faqs-section .accordion-box {
  position: relative;
}
.faqs-section .accordion-box .block {
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 4px 13px -2px rgba(19, 16, 34, 0), 0 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
          box-shadow: 0 4px 13px -2px rgba(19, 16, 34, 0), 0 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
}
.faqs-section .accordion-box .block:last-child {
  margin-bottom: 0;
}
.faqs-section .accordion-box .block .acc-btn {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  padding: 17px 19px 17px;
  color: var(--theme-color-dark);
  font-size: 24px;
  font-style: normal;
  cursor: pointer;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f9f7f7;
  border-radius: 5px;
  border-left: 5px solid var(--theme-color1);
}
.faqs-section .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 58px;
  width: 58px;
  font-size: 1px;
  line-height: 58px;
  color: var(--theme-color1);
  background-color: unset;
  border: 1px solid #e3e3e3;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faqs-section .accordion-box .block .acc-btn.active {
  border-color: transparent;
  border-bottom: 1px solid #e3e3e3;
}
.faqs-section .accordion-box .block .acc-btn.active .icon {
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.faqs-section .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}
.faqs-section .accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.faqs-section .accordion-box .block .acc-content .content {
  padding: 22px 20px 0;
}
.faqs-section .accordion-box .block .acc-content .content .text {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .faqs-section .accordion-box .block .acc-content .content .text {
    font-size: 14px;
  }
}
.faqs-section .accordion-box .block .acc-content.current {
  display: block;
}
.faqs-section .accordion-box .active-block {
  border: 1px solid #e3e3e3;
}
.faqs-section .accordion-box.style-two .block .acc-btn {
  cursor: pointer;
  background-color: #f9f7f7;
  padding: 23px 25px 17px;
  padding-right: 60px;
  line-height: 30px;
}
.faqs-section .accordion-box.style-two .block .acc-btn .icon {
  right: 20px;
  top: 20px;
  height: 30px;
  width: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.faqs-section .accordion-box.style-two .block .acc-btn.active {
  background-color: var(--theme-color-light);
}
.faqs-section .accordion-box.style-two .block .acc-btn.active .icon {
  background-color: var(--theme-color-light);
  color: var(--theme-color1);
}
.faqs-section .accordion-box.style-two .block .acc-content .content {
  padding: 22px 0px 0;
}
.faqs-section .accordion-box.style-three .block {
  background-color: var(--theme-color-light);
  border-radius: 5px;
  margin-bottom: 18px;
}
.faqs-section .accordion-box.style-three .block:last-child {
  margin-bottom: 0;
}
.faqs-section .accordion-box.style-three .block .acc-btn {
  background-color: #f9f7f7;
  padding: 17px 22px 17px 15px;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 1199.98px) {
  .faqs-section .accordion-box.style-three .block .acc-btn {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .faqs-section .accordion-box.style-three .block .acc-btn {
    padding: 17px 17px 17px;
  }
}
.faqs-section .accordion-box.style-three .block .acc-btn .icon {
  right: 20px;
  top: 20px;
  height: 30px;
  width: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.faqs-section .accordion-box.style-three .block .acc-btn.active {
  background-color: var(--theme-color-light);
  border-radius: 5px 5px 0 0;
}
.faqs-section .accordion-box.style-three .block .acc-btn.active .icon {
  background-color: var(--theme-color-light);
  color: var(--theme-color1);
}
.faqs-section .accordion-box.style-three .block .acc-content .content {
  padding: 17px 23px 27px;
}
.faqs-section .accordion-box.style-four .block {
  background-color: var(--theme-color-light);
  border-bottom: 1px solid var(--theme-color-gray);
  margin-bottom: 0px;
}
.faqs-section .accordion-box.style-four .block .acc-btn {
  background-color: transparent;
  padding: 20px 0px;
}
.faqs-section .accordion-box.style-four .block .acc-btn .icon {
  right: 0px;
  top: 20px;
  height: 30px;
  line-height: 30px;
  width: auto;
  color: var(--theme-color1);
  background-color: transparent;
}
.faqs-section .accordion-box.style-four .block .acc-btn.active {
  background-color: var(--theme-color-light);
  border-radius: 5px 5px 0 0;
}
.faqs-section .accordion-box.style-four .block .acc-btn.active .icon {
  background-color: var(--theme-color-light);
  color: var(--theme-color1);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faqs-section .accordion-box.style-four .block .acc-btn.active .icon:before {
  content: "\f101";
}
.faqs-section .accordion-box.style-four .block .acc-content .content {
  padding: 0px 0px 20px;
}
.faqs-section .accordion-box.style-five .block {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  margin-bottom: 30px;
}
.faqs-section .accordion-box.style-five .block .acc-btn {
  padding: 20px 30px;
  background: #ffffff;
  margin-bottom: 0;
}
.faqs-section .accordion-box.style-five .block .acc-btn .icon {
  right: 10px;
  top: 5px;
}
.faqs-section .accordion-box.style-five .block .acc-content .content {
  margin-top: -10px;
  padding: 0px 30px 20px;
}
.faqs-section .accordion-box.style-five .block.active-block {
  border-color: transparent;
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
}
.faqs-section .accordion-box.style-six .block {
  background: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 20px;
}
.faqs-section .accordion-box.style-six .block:last-child {
  margin-bottom: 0;
}
.faqs-section .accordion-box.style-six .block .acc-btn {
  padding: 20px 30px;
  background: #ffffff;
  margin-bottom: 0;
}
.faqs-section .accordion-box.style-six .block .acc-btn .icon {
  right: 10px;
  top: 5px;
  color: var(--theme-color1);
}
.faqs-section .accordion-box.style-six .block .acc-btn.active .icon::before {
  content: "\f102";
}
.faqs-section .accordion-box.style-six .block .acc-content .content {
  padding: 0px 30px 30px;
}
.faqs-section .accordion-box.style-six .block.active-block {
  border-color: transparent;
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
}
.faqs-section .accordion-box.style-seven .block {
  background: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 20px;
}
.faqs-section .accordion-box.style-seven .block:last-child {
  margin-bottom: 0;
}
.faqs-section .accordion-box.style-seven .block .acc-btn {
  padding: 20px 30px;
  background: transparent;
  margin-bottom: 0;
  -webkit-transition: none;
  transition: none;
}
.faqs-section .accordion-box.style-seven .block .acc-btn .icon {
  right: 10px;
  top: 5px;
  color: var(--theme-color1);
}
.faqs-section .accordion-box.style-seven .block .acc-btn.active {
  background-color: var(--theme-color-light);
  color: var(--theme-color-light);
}
.faqs-section .accordion-box.style-seven .block .acc-btn.active .icon::before {
  content: "\f102";
  color: var(--theme-color-light);
}
.faqs-section .accordion-box.style-seven .block .acc-content .content {
  padding: 0px 30px 30px;
}
.faqs-section .accordion-box.style-seven .block.active-block {
  background-color: var(--bg-theme-color1);
  border-color: transparent;
}
.faqs-section .accordion-box.style-seven .block.active-block .acc-content .content .text {
  color: var(--theme-color-light);
}

/*** 

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

***/
.faqs-section-two {
  position: relative;
  padding: 120px 0 70px;
  background-color: #F9F7F7;
}
@media (max-width: 575.98px) {
  .faqs-section-two {
    padding-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .faqs-section-two .sec-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .faqs-section-two .sec-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575.98px) {
  .faqs-section-two .sec-title h2 {
    font-size: 24px;
    line-height: 37px;
  }
}
.faqs-section-two .image-column .inner-column {
  position: relative;
  padding: 0px 0px 15px 95px;
}
@media (max-width: 1199.98px) {
  .faqs-section-two .image-column .inner-column {
    padding: 0;
  }
}
.faqs-section-two .image-column .inner-column .image-box {
  position: relative;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .faqs-section-two .image-column .inner-column .image-box {
    margin-right: 0;
    text-align: center;
  }
}
.faqs-section-two .image-column .inner-column .image-box .image {
  height: 428px;
  margin-bottom: 0;
  position: relative;
  z-index: 99;
}
.faqs-section-two .image-column .inner-column .image-box .image-two {
  position: absolute;
  top: 110px;
  left: -36px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .faqs-section-two .image-column .inner-column .image-box .image-two {
    left: 60px;
  }
}
@media (max-width: 575.98px) {
  .faqs-section-two .image-column .inner-column .image-box .image-two {
    display: none;
  }
}
.faqs-section-two .image-column .inner-column .image-box .image-three {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .faqs-section-two .image-column .inner-column .image-box .image-three {
    right: 200px;
  }
}
@media (max-width: 767.98px) {
  .faqs-section-two .image-column .inner-column .image-box .image-three {
    right: 55px;
  }
}
@media (max-width: 575.98px) {
  .faqs-section-two .image-column .inner-column .image-box .image-three {
    display: none;
  }
}
.faqs-section-two .image-column .inner-column .image-box .btn-box .play-now {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  z-index: 9999;
  border-radius: 75px;
  min-width: 60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1199.98px) {
  .faqs-section-two .image-column .inner-column .image-box .btn-box .play-now {
    top: 65%;
  }
}
@media (max-width: 767.98px) {
  .faqs-section-two .image-column .inner-column .image-box .btn-box .play-now {
    top: 55%;
  }
}
@media (max-width: 575.98px) {
  .faqs-section-two .image-column .inner-column .image-box .btn-box .play-now {
    top: 28%;
  }
}
.faqs-section-two .image-column .inner-column .image-box .icon-box {
  position: absolute;
  bottom: -16px;
  left: -50px;
}
@media (max-width: 1199.98px) {
  .faqs-section-two .image-column .inner-column .image-box .icon-box {
    bottom: 15px;
    left: -2px;
  }
}
@media (max-width: 767.98px) {
  .faqs-section-two .image-column .inner-column .image-box .icon-box {
    bottom: 150px;
  }
}
.faqs-section-two .image-column .inner-column .exp-box {
  position: absolute;
  bottom: 0;
  width: 478px;
  z-index: 999;
  right: 0;
  background-color: #FFFFFF;
  border-style: solid !important;
  border-width: 0px 5px 0px 0px !important;
  border-color: #587db5!important;
  padding: 30px 30px 50px 40px;
}
@media (max-width: 1199.98px) {
  .faqs-section-two .image-column .inner-column .exp-box {
    display: none;
  }
}
.faqs-section-two .image-column .inner-column .exp-box svg {
  fill: var(--theme-color1);
}
.faqs-section-two .image-column .inner-column .exp-box .content-box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 55px 0 139px;
}
.faqs-section-two .image-column .inner-column .exp-box .content-box .title {
  font-weight: 700;
  margin-bottom: 6px;
}
.faqs-section-two .faq-column {
  margin-bottom: 50px;
}
.faqs-section-two .faq-column .inner-column {
  position: relative;
  border-radius: 10px;
}
.faqs-section-two .info-box {
  position: absolute;
  right: 50px;
  top: 170px;
  height: 174px;
  width: 174px;
  background-color: var(--bg-theme-color2);
  padding: 40px 20px 20px;
  border-radius: 7px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .faqs-section-two .info-box {
    right: auto;
    top: auto;
    left: 30px;
    bottom: 0px;
  }
}
.faqs-section-two .info-box .icon {
  position: absolute;
  top: -70px;
  right: 30px;
}
.faqs-section-two .info-box .count-box {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color-light);
  margin-bottom: 5px;
}
.faqs-section-two .info-box .count-box .count-text {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color-light);
}
.faqs-section-two .info-box .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #FFFFFF;
}
.faqs-section-two .accordion-box {
  position: relative;
}
.faqs-section-two .accordion-box .block {
  position: relative;
  margin-bottom: 22px;
}
.faqs-section-two .accordion-box .block:last-child {
  margin-bottom: 0;
}
.faqs-section-two .accordion-box .block .acc-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--theme-color-light);
  border-radius: 5px;
  color: var(--theme-color-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 24px 15px;
  position: relative;
  -webkit-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
}
.faqs-section-two .accordion-box .block .acc-btn span {
  position: relative;
  padding-left: 49px;
  padding-top: 3px;
}
.faqs-section-two .accordion-box .block .acc-btn span small {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  background-color: var(--theme-color1);
  display: inline-block;
  width: 35px;
  height: 35px;
  min-width: 35px;
  line-height: 38px;
  text-align: center;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color-light);
  margin-right: 15px;
}
.faqs-section-two .accordion-box .block .acc-btn:active {
  background-color: var(--theme-color1);
}
.faqs-section-two .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 1px;
  line-height: 58px;
  color: var(--theme-color1);
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faqs-section-two .accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.faqs-section-two .accordion-box .block .acc-content .content {
  padding: 22px 0px 0;
}
.faqs-section-two .accordion-box .block .acc-content .content .text {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .faqs-section-two .accordion-box .block .acc-content .content .text {
    font-size: 14px;
  }
}
.faqs-section-two .accordion-box .block .acc-content.current {
  display: block;
}
.faqs-section-two .accordion-box.style-two .block .acc-btn {
  padding: 23px 25px 17px;
  padding-right: 60px;
  line-height: 30px;
  background-color: var(--theme-color-light);
}
.faqs-section-two .accordion-box.style-two .block .acc-btn:active {
  background-color: var(--theme-color1);
}
.faqs-section-two .accordion-box.style-two .block .acc-btn .icon {
  right: 20px;
  top: 20px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme-color-1);
}
.faqs-section-two .accordion-box.style-two .block .acc-content .content {
  padding: 22px 0px 0;
}
.faqs-section-two .accordion-box.style-three .block {
  border-radius: 5px;
  margin-bottom: 20px;
}
.faqs-section-two .accordion-box.style-three .block:last-child {
  margin-bottom: 0;
}
.faqs-section-two .accordion-box.style-three .block .acc-btn {
  background-color: var(--theme-color-light);
  padding: 15px 24px 15px;
  font-size: 24px;
  line-height: 30px;
}
.faqs-section-two .accordion-box.style-three .block .acc-btn:active {
  background-color: var(--theme-color1 !important);
}
@media (max-width: 1199.98px) {
  .faqs-section-two .accordion-box.style-three .block .acc-btn {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .faqs-section-two .accordion-box.style-three .block .acc-btn {
    padding: 17px 17px 17px;
  }
}
.faqs-section-two .accordion-box.style-three .block .acc-btn .icon {
  right: 20px;
  top: 20px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme-color-1);
}
.faqs-section-two .accordion-box.style-three .block .acc-content .content {
  padding: 20px 0px 11px;
  background-color: unset;
}
.faqs-section-two .accordion-box.style-four .block {
  margin-bottom: 0px;
}
.faqs-section-two .accordion-box.style-four .block .acc-btn {
  background-color: transparent;
  padding: 20px 0px;
}
.faqs-section-two .accordion-box.style-four .block .acc-btn:active {
  background-color: var(--theme-color1);
}
.faqs-section-two .accordion-box.style-four .block .acc-btn .icon {
  right: 0px;
  top: 20px;
  height: 30px;
  line-height: 30px;
  width: auto;
  color: var(--theme-color1);
}
.faqs-section-two .accordion-box.style-four .block .acc-content .content {
  padding: 0px 0px 0;
}

/*** 

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

***/
.faqs-section-three {
  position: relative;
  padding: 120px 0 70px;
  background-color: #F9F7F7;
}
@media (max-width: 575.98px) {
  .faqs-section-three .sec-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .faqs-section-three .sec-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.faqs-section-three .image-column .inner-column {
  position: relative;
}
@media (max-width: 1199.98px) {
  .faqs-section-three .image-column .inner-column {
    padding: 0;
  }
}
.faqs-section-three .image-column .inner-column .image-box {
  position: relative;
}
.faqs-section-three .image-column .inner-column .image-box .image {
  margin-bottom: 0;
  position: relative;
  z-index: 99;
}
.faqs-section-three .image-column .inner-column .image-box .image img {
  min-height: 455px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .faqs-section-three .image-column .inner-column .image-box .image img {
    height: 315px !important;
  }
}
.faqs-section-three .image-column .inner-column .image-box .exp-box {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background-color: var(--theme-color1);
  border-radius: 5px;
  padding: 12px 0 0;
  text-align: center;
  width: 129px;
  z-index: 99;
  height: 131px;
}
.faqs-section-three .image-column .inner-column .image-box .exp-box .title {
  color: var(--theme-color-light);
  font-weight: 700;
  margin-bottom: 0;
}
.faqs-section-three .image-column .inner-column .image-box .exp-box span {
  font-size: 14px;
  color: var(--theme-color-light);
}
.faqs-section-three .faq-column {
  margin-bottom: 50px;
}
.faqs-section-three .faq-column .inner-column {
  position: relative;
  border-radius: 10px;
}
.faqs-section-three .info-box {
  position: absolute;
  right: 50px;
  top: 170px;
  height: 174px;
  width: 174px;
  background-color: var(--bg-theme-color2);
  padding: 40px 20px 20px;
  border-radius: 7px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .faqs-section-three .info-box {
    right: auto;
    top: auto;
    left: 30px;
    bottom: 0px;
  }
}
.faqs-section-three .info-box .icon {
  position: absolute;
  top: -70px;
  right: 30px;
}
.faqs-section-three .info-box .count-box {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color-light);
  margin-bottom: 5px;
}
.faqs-section-three .info-box .count-box .count-text {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color-light);
}
.faqs-section-three .info-box .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #FFFFFF;
}
.faqs-section-three .accordion-box {
  position: relative;
}
.faqs-section-three .accordion-box .block {
  position: relative;
  margin-bottom: 22px;
}
.faqs-section-three .accordion-box .block:last-child {
  margin-bottom: 0;
}
.faqs-section-three .accordion-box .block .acc-btn {
  position: relative;
  -webkit-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  padding: 20px 30px 20px;
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--theme-color-light);
  border-radius: 5px;
}
.faqs-section-three .accordion-box .block .acc-btn span {
  position: relative;
  padding-left: 49px;
  padding-top: 3px;
}
.faqs-section-three .accordion-box .block .acc-btn span small {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  background-color: var(--theme-color1);
  display: inline-block;
  width: 35px;
  height: 35px;
  min-width: 35px;
  line-height: 38px;
  text-align: center;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color-light);
  margin-right: 15px;
}
.faqs-section-three .accordion-box .block .acc-btn:active {
  background-color: var(--theme-color1);
}
.faqs-section-three .accordion-box .block .acc-btn .icon {
  color: var(--theme-color1);
  font-size: 1px;
  left: auto;
  line-height: 58px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faqs-section-three .accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.faqs-section-three .accordion-box .block .acc-content .content {
  padding: 22px 0px 0;
}
.faqs-section-three .accordion-box .block .acc-content .content .text {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .faqs-section-three .accordion-box .block .acc-content .content .text {
    font-size: 14px;
  }
}
.faqs-section-three .accordion-box .block .acc-content.current {
  display: block;
}
.faqs-section-three .accordion-box.style-two .block .acc-btn {
  padding: 23px 25px 17px;
  padding-right: 60px;
  line-height: 30px;
  background-color: var(--theme-color-light);
}
.faqs-section-three .accordion-box.style-two .block .acc-btn:active {
  background-color: var(--theme-color1);
}
.faqs-section-three .accordion-box.style-two .block .acc-btn .icon {
  right: 20px;
  top: 20px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme-color-1);
}
.faqs-section-three .accordion-box.style-two .block .acc-content .content {
  padding: 22px 0px 0;
}
.faqs-section-three .accordion-box.style-three .block {
  border-radius: 5px;
  margin-bottom: 20px;
}
.faqs-section-three .accordion-box.style-three .block:last-child {
  margin-bottom: 0;
}
.faqs-section-three .accordion-box.style-three .block .acc-btn {
  background-color: var(--theme-color-light);
  padding: 20px 30px 20px;
  font-size: 24px;
  line-height: 30px;
}
.faqs-section-three .accordion-box.style-three .block .acc-btn:active {
  background-color: var(--theme-color1 !important);
}
@media (max-width: 1199.98px) {
  .faqs-section-three .accordion-box.style-three .block .acc-btn {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .faqs-section-three .accordion-box.style-three .block .acc-btn {
    padding: 17px 17px 17px;
  }
}
.faqs-section-three .accordion-box.style-three .block .acc-btn .icon {
  right: 20px;
  top: 20px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme-color-1);
}
.faqs-section-three .accordion-box.style-three .block .acc-content .content {
  padding: 20px 20px 11px;
  background-color: unset;
}
.faqs-section-three .accordion-box.style-four .block {
  margin-bottom: 0px;
}
.faqs-section-three .accordion-box.style-four .block .acc-btn {
  background-color: transparent;
  padding: 20px 0px;
}
.faqs-section-three .accordion-box.style-four .block .acc-btn:active {
  background-color: var(--theme-color1);
}
.faqs-section-three .accordion-box.style-four .block .acc-btn .icon {
  right: 0px;
  top: 20px;
  height: 30px;
  line-height: 30px;
  width: auto;
  color: var(--theme-color1);
}
.faqs-section-three .accordion-box.style-four .block .acc-content .content {
  padding: 0px 0px 0;
}

.acc-btn {
  cursor: pointer;
}

@media only screen and (max-width: 576px) {
  .faqs-section-two .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .faqs-section-three .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .faqs-section-two .sec-title h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .faqs-section-three .sec-title h2 {
    font-size: 24px;
    line-height: 37px;
  }
}
/*** 

====================================================================
	googel-maps-Section
====================================================================

***/
.googel-map-section {
  position: relative;
}
.googel-map-section .outer-box .goole-iframe iframe {
  width: 100%;
  height: 473px;
}

/***

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

***/
.main-footer {
  position: relative;
  background-color: var(--bg-theme-color2);
  /* Widget Section */
}
.main-footer .bg {
  background-size: auto;
}
.main-footer .footer-bg-1 {
  background-image: url(../images/icons/footer-bg-1.html);
  background-color: #101A29;
  background-position: left bottom;
}
.main-footer .footer-bg-2 {
  background-image: url(../images/icons/footer-bg-2.html);
  background-position: right top;
}
.main-footer .footer-bg-3 {
  background-image: url(../images/icons/footer-bg-3.html);
  background-position: right bottom;
}
.main-footer .footer-bg-4 {
  background-image: url(../images/icons/footer-bg-4.html);
  background-position: right bottom;
}
.main-footer .footer-bg-5 {
  background-image: url(../images/icons/footer-bg-5.html);
  background-position: center;
  background-size: cover;
}
.main-footer .footer-bg-6 {
  background-image: url(../images/icons/footer-bg-6.html);
  background-position: right top;
}
.main-footer .footer-bg-7 {
  background-image: url(../images/icons/footer-bg-7.html);
}
.main-footer .footer-bg-8 {
  background-image: url(../images/icons/footer-bg-8.html);
}
.main-footer .footer-bg-9 {
  background-image: url(../images/icons/footer-bg-9.html);
  background-position: right bottom;
}
.main-footer .footer-bg-10 {
  background-image: url(../images/icons/footer-bg-10.html);
  background-position: right bottom;
}
.main-footer .footer-bg-11 {
  background-image: url(../images/icons/footer-bg-11.html);
}
.main-footer .widgets-section {
  position: relative;
  z-index: 999;
}
.main-footer .footer-column {
  position: relative;
  margin-bottom: 0px;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .widget-title {
  position: relative;
  margin-bottom: 28px;
}
.main-footer .widget-content {
  position: relative;
}
.main-footer .widget-content .text {
  color: var(--theme-color-light);
}

.recent-post {
  position: relative;
  margin-bottom: 30px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .inner {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
}
.recent-post .inner:hover .post-thumb img {
  opacity: 0.7;
}
.recent-post .inner .post-thumb {
  position: absolute;
  left: 0;
  top: 10px;
  height: 80px;
  width: 80px;
  border-radius: 5px;
  overflow: hidden;
}
.recent-post .inner .post-thumb img {
  width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.recent-post .inner .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--theme-color-light);
  line-height: 30px;
  margin-bottom: 5px;
}
.recent-post .inner .post-info i {
  font-size: 12px;
  margin-right: 10px;
  color: var(--theme-color1);
}
.recent-post .inner .post-title {
  color: var(--theme-color-light);
  letter-spacing: -0.8px;
  margin-bottom: 15px;
  font-family: var(--text-font);
}

.newsletter-widget .sec-title {
  margin-bottom: 20px;
}

/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  z-index: 3;
  background-color: #FBFBFB;
  padding: 28px 0 28px;
}
.footer-bottom .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .footer-bottom .inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-bottom .copyright-text {
  position: relative;
  margin-bottom: 0;
  color: #616670;
}
@media (max-width: 991.98px) {
  .footer-bottom .copyright-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
    margin-top: 30px;
  }
}
.footer-bottom .copyright-text a {
  color: inherit;
}
.footer-bottom .copyright-text a:hover {
  color: var(--theme-color1);
}
.footer-bottom .footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 575.98px) {
  .footer-bottom .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-bottom .footer-nav li {
  font-size: 16px;
  line-height: 32px;
  color: #616670;
  margin-left: 25px;
}
.footer-bottom .footer-nav li:first-child {
  margin-left: 0;
}
@media (max-width: 575.98px) {
  .footer-bottom .footer-nav li {
    margin: 0 30px !important;
    text-align: center;
  }
}
.footer-bottom .footer-nav li a {
  color: inherit;
}
.footer-bottom .footer-nav li a:hover {
  color: var(--theme-color1);
}

.footer-style-one {
  border-top: 1px solid #eaeaea;
  position: relative;
  background-color: unset;
}
.footer-style-one .widgets-section {
  padding: 85px 0 20px;
  position: relative;
}
.footer-style-one .widgets-section::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 217px;
  height: 391px;
  background-image: url(../images/resource/glob-3.png);
}
.footer-style-one .about-widget {
  margin-top: 18px;
}
.footer-style-one .about-widget .logo {
  position: relative;
  top: -20px;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .footer-style-one .about-widget .logo {
    top: 0;
  }
}
.footer-style-one .about-widget .logo img {
  max-width: 100%;
}
.footer-style-one .about-widget .social-icon-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-style-one .about-widget .social-icon-two li {
  margin-right: 8px;
}
.footer-style-one .about-widget .social-icon-two li:last-child {
  margin-right: 0;
}
.footer-style-one .about-widget .social-icon-two li a {
  width: 30px;
  height: 30px;
  text-align: center;
  color: var(--theme-color-dark);
  border-radius: 5px;
  line-height: 30px;
  background-color: #F2F1EC;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style-one .about-widget .social-icon-two li a:hover {
  background-color: var(--theme-color1);
  color: #fff;
}
.footer-style-one .about-widget .text {
  margin-bottom: 30px;
  color: #616670;
}
.footer-style-one .links-widget {
  padding-left: 18px;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .footer-style-one .links-widget {
    padding-left: 0;
  }
}
.footer-style-one .links-widget .user-links {
  position: relative;
}
.footer-style-one .links-widget .user-links li {
  margin-bottom: 12px;
}
.footer-style-one .links-widget .user-links li:last-child {
  margin-bottom: 0;
}
.footer-style-one .links-widget .user-links li a {
  position: relative;
  display: inline-block;
  color: #616670;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-one .links-widget .user-links li a i {
  position: absolute;
  left: 0;
  color: var(--theme-color1);
}
.footer-style-one .links-widget .user-links li a:hover {
  color: var(--theme-color1);
}
.footer-style-one .links-widget .user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: var(--bg-theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-one .links-widget .user-links li a:hover:before {
  width: 100%;
}
.footer-style-one .links-widget .user-links.style-two li {
  padding-left: 0;
}
.footer-style-one .links-widget .user-links.style-two li:before {
  display: none;
}
.footer-style-one .links-widget .user-links.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-style-one .links-widget .user-links.two-column li {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.footer-style-one .links-widget .user-links.two li {
  padding-left: 16px;
  margin-bottom: 6px;
}
.footer-style-one .links-widget .user-links.two li i {
  left: -17px;
}
.footer-style-one .links-widget.one {
  padding-left: 99px;
}
@media (max-width: 1199.98px) {
  .footer-style-one .links-widget.one {
    padding-left: 50px;
  }
}
@media (max-width: 991.98px) {
  .footer-style-one .links-widget.one {
    padding-left: 0;
  }
}
.footer-style-one .newsletter-widget {
  /* Subscribe Form */
}
.footer-style-one .newsletter-widget .subscribe-form {
  position: relative;
  margin-bottom: 40px;
  z-index: 99;
}
.footer-style-one .newsletter-widget .subscribe-form .form-group {
  position: relative;
}
.footer-style-one .newsletter-widget .subscribe-form .form-group input[type=text],
.footer-style-one .newsletter-widget .subscribe-form .form-group input[type=email] {
  position: relative;
  display: block;
  color: #616670;
  font-size: 16px;
  height: 55px;
  padding: 0 20px;
  line-height: 55px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  background-color: #f2f1ec;
  font-family: var(--text-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
}
@media (max-width: 991.98px) {
  .footer-style-one .newsletter-widget .subscribe-form .form-group input[type=text],
  .footer-style-one .newsletter-widget .subscribe-form .form-group input[type=email] {
    width: 100%;
  }
}
.footer-style-one .newsletter-widget .subscribe-form .form-group a {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 55px;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 5px 5px 0;
  background-color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .footer-style-one .footer-bottom .inner-container .footer-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 575.98px) {
  .footer-style-one .footer-bottom .inner-container .footer-nav li {
    margin: 0 8px !important;
  }
}
@media (max-width: 575.98px) {
  .footer-style-one .footer-bottom .inner-container .copyright-text {
    text-align: left;
  }
}

.footer-style-two {
  position: relative;
  background-color: unset;
}
.footer-style-two .footer-top {
  padding: 30px 0;
}
.footer-style-two .footer-top .auto-container .logo-box .inner-box .logo img {
  max-width: 100px;
}
.footer-style-two .footer-top .auto-container .content-column .inner-column ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 767.98px) {
  .footer-style-two .footer-top .auto-container .content-column .inner-column ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.footer-style-two .footer-top .auto-container .content-column .inner-column ul li {
  color: var(--theme-color-dark);
}
.footer-style-two .footer-top .auto-container .content-column .inner-column ul li:first-child {
  margin-right: 4px;
}
.footer-style-two .footer-top .auto-container .content-column .inner-column ul li a {
  background-color: #F2F1EC;
  color: var(--theme-color1);
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  margin: 0 6px;
}
.footer-style-two .widgets-section {
  position: relative;
  padding: 60px 0 20px;
  background-color: #F9F7F7;
}
.footer-style-two .widgets-section::before {
  content: "";
  position: absolute;
  top: 42px;
  right: 0;
  width: 193px;
  height: 428px;
  background-image: url(../images/resource/glob.png);
}
.footer-style-two .links-widget {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .footer-style-two .links-widget {
    padding-left: 0;
  }
}
.footer-style-two .links-widget .user-links {
  position: relative;
}
.footer-style-two .links-widget .user-links li {
  margin-bottom: 12px;
}
.footer-style-two .links-widget .user-links li:last-child {
  margin-bottom: 0;
}
.footer-style-two .links-widget .user-links li a {
  position: relative;
  display: inline-block;
  color: #616670;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-two .links-widget .user-links li a i {
  position: absolute;
  left: 0;
  color: var(--theme-color1);
}
.footer-style-two .links-widget .user-links li a:hover {
  color: var(--theme-color1);
}
.footer-style-two .links-widget .user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: var(--bg-theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-two .links-widget .user-links li a:hover:before {
  width: 100%;
}
.footer-style-two .links-widget .user-links.style-two li {
  padding-left: 0;
}
.footer-style-two .links-widget .user-links.style-two li:before {
  display: none;
}
.footer-style-two .links-widget .user-links.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-style-two .links-widget .user-links.two-column li {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.footer-style-two .links-widget .user-links.two li {
  padding-left: 16px;
  margin-bottom: 12px;
}
.footer-style-two .links-widget .user-links.two li:last-child {
  margin-bottom: 0;
}
.footer-style-two .links-widget .user-links.two li i {
  left: -17px;
}
.footer-style-two .links-widget.two {
  position: relative;
  right: 58px;
}
@media (max-width: 991.98px) {
  .footer-style-two .links-widget.two {
    right: 0;
  }
}
.footer-style-two .newsletter-widget {
  /* Subscribe Form */
  position: relative;
  right: 101px;
}
@media (max-width: 1199.98px) {
  .footer-style-two .newsletter-widget {
    right: 85px;
  }
}
@media (max-width: 991.98px) {
  .footer-style-two .newsletter-widget {
    right: 0;
    margin-right: 30px;
  }
}
.footer-style-two .newsletter-widget .subscribe-form {
  position: relative;
  margin-bottom: 40px;
  z-index: 99;
}
.footer-style-two .newsletter-widget .subscribe-form .form-group {
  position: relative;
}
.footer-style-two .newsletter-widget .subscribe-form .form-group input[type=text],
.footer-style-two .newsletter-widget .subscribe-form .form-group input[type=email] {
  position: relative;
  display: block;
  color: #616670;
  font-size: 16px;
  height: 55px;
  padding: 0 20px;
  line-height: 55px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  background-color: #f2f1ec;
  font-family: var(--text-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
}
@media (max-width: 991.98px) {
  .footer-style-two .newsletter-widget .subscribe-form .form-group input[type=text],
  .footer-style-two .newsletter-widget .subscribe-form .form-group input[type=email] {
    width: 100%;
  }
}
.footer-style-two .newsletter-widget .subscribe-form .form-group button {
  position: absolute;
  top: 0;
  right: -11px;
  width: 56px;
  height: 55px;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 5px 5px 0;
  background-color: var(--theme-color1);
}
.footer-style-two .gallery-widget {
  margin-left: -10px;
}
@media (max-width: 1199.98px) {
  .footer-style-two .gallery-widget {
    margin-left: -69px;
  }
}
@media (max-width: 991.98px) {
  .footer-style-two .gallery-widget {
    margin-left: 0;
  }
}
.footer-style-two .gallery-widget .galler-block {
  margin-bottom: 28px;
}
.footer-style-two .gallery-widget .galler-block .inner-box {
  position: relative;
  padding-left: 101px;
}
.footer-style-two .gallery-widget .galler-block .inner-box .image {
  position: absolute;
  top: 3px;
  left: 0;
}
.footer-style-two .gallery-widget .galler-block .inner-box .image img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-style-two .gallery-widget .galler-block .inner-box .content-box {
  margin-top: -3px;
}
.footer-style-two .gallery-widget .galler-block .inner-box .content-box span {
  color: var(--theme-color-dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-style-two .gallery-widget .galler-block .inner-box .content-box span i {
  font-size: 12px;
  color: var(--theme-color1);
  margin-right: 5px;
}
.footer-style-two .gallery-widget .galler-block .inner-box .content-box .title {
  font-size: 18px;
  font-style: normal;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer-style-two .gallery-widget .galler-block .inner-box .content-box .title:hover {
  color: var(--theme-color1);
}
.footer-style-two .footer-bottom {
  border-top: 1px solid #E3E3E3;
  background-color: #F9F7F7;
}
@media (max-width: 575.98px) {
  .footer-style-two .footer-bottom .inner-container .footer-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 575.98px) {
  .footer-style-two .footer-bottom .inner-container .footer-nav li {
    margin: 0 8px !important;
  }
}
@media (max-width: 575.98px) {
  .footer-style-two .footer-bottom .inner-container .copyright-text {
    text-align: left;
  }
}

.footer-style-three {
  position: relative;
  background-color: unset;
}
.footer-style-three .widgets-section {
  position: relative;
  padding: 85px 0 0px;
  background-color: var(--theme-color-dark);
}
.footer-style-three .widgets-section::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 693px;
  height: 403px;
  background-image: url(../images/resource/hand.png);
}
.footer-style-three .footer-column {
  margin-bottom: 33px;
}
.footer-style-three .widget-title {
  color: var(--theme-color-light);
}
.footer-style-three .about-widget {
  margin-top: 18px;
}
.footer-style-three .about-widget .logo {
  position: relative;
  top: -20px;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .footer-style-three .about-widget .logo {
    top: 0;
  }
}
.footer-style-three .about-widget .logo img {
  max-width: 100px;
}
.footer-style-three .about-widget .social-icon-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-style-three .about-widget .social-icon-two li {
  margin-right: 8px;
}
.footer-style-three .about-widget .social-icon-two li:last-child {
  margin-right: 0;
}
.footer-style-three .about-widget .social-icon-two li a {
  width: 30px;
  height: 30px;
  text-align: center;
  color: var(--theme-color-light);
  border-radius: 5px;
  line-height: 30px;
  background-color: #333F4D;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style-three .about-widget .social-icon-two li a:hover {
  background-color: var(--theme-color1);
  color: #fff;
}
.footer-style-three .about-widget .text {
  margin-bottom: 30px;
  color: var(--theme-color-light);
}
.footer-style-three .links-widget {
  padding-left: 18px;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .footer-style-three .links-widget {
    padding-left: 0;
  }
}
.footer-style-three .links-widget .user-links {
  position: relative;
}
.footer-style-three .links-widget .user-links li {
  margin-bottom: 12px;
}
.footer-style-three .links-widget .user-links li:last-child {
  margin-bottom: 0;
}
.footer-style-three .links-widget .user-links li a {
  position: relative;
  display: inline-block;
  color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-three .links-widget .user-links li a i {
  position: absolute;
  left: 0;
  color: var(--theme-color1);
}
.footer-style-three .links-widget .user-links li a:hover {
  color: var(--theme-color1);
}
.footer-style-three .links-widget .user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: var(--bg-theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-three .links-widget .user-links li a:hover:before {
  width: 100%;
}
.footer-style-three .links-widget .user-links.style-two li {
  padding-left: 0;
}
.footer-style-three .links-widget .user-links.style-two li:before {
  display: none;
}
.footer-style-three .links-widget .user-links.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-style-three .links-widget .user-links.two-column li {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.footer-style-three .links-widget .user-links.two li {
  padding-left: 16px;
  margin-bottom: 6px;
}
.footer-style-three .links-widget .user-links.two li i {
  left: -17px;
}
.footer-style-three .contact-widget .widget-content .text {
  margin-bottom: 23px;
}
.footer-style-three .contact-widget .widget-content .contact-info li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 17px;
}
.footer-style-three .contact-widget .widget-content .contact-info li i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}
.footer-style-three .contact-widget .widget-content .contact-info li a {
  color: var(--theme-color-light);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style-three .contact-widget .widget-content .contact-info li a:hover {
  color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .footer-style-three .gallery-widget {
    margin-left: -35px;
  }
}
@media (max-width: 991.98px) {
  .footer-style-three .gallery-widget {
    margin-left: 0;
  }
}
.footer-style-three .gallery-widget .galler-block {
  margin-bottom: 28px;
}
.footer-style-three .gallery-widget .galler-block .inner-box {
  position: relative;
  padding-left: 101px;
}
.footer-style-three .gallery-widget .galler-block .inner-box .image {
  position: absolute;
  top: 3px;
  left: 0;
}
.footer-style-three .gallery-widget .galler-block .inner-box .image img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-style-three .gallery-widget .galler-block .inner-box .content-box {
  margin-top: -3px;
}
.footer-style-three .gallery-widget .galler-block .inner-box .content-box span {
  color: var(--theme-color-light);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-style-three .gallery-widget .galler-block .inner-box .content-box span i {
  font-size: 12px;
  color: var(--theme-color1);
  margin-right: 5px;
}
.footer-style-three .gallery-widget .galler-block .inner-box .content-box .title {
  font-style: normal;
  margin-bottom: 0;
  color: var(--theme-color-light);
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer-style-three .gallery-widget .galler-block .inner-box .content-box .title:hover {
  color: var(--theme-color1);
}
.footer-style-three .footer-bottom {
  background-color: var(--theme-color-dark);
  border-top: 1px solid rgba(227, 227, 227, 0.1882352941);
}
@media (max-width: 575.98px) {
  .footer-style-three .footer-bottom .inner-container .footer-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 575.98px) {
  .footer-style-three .footer-bottom .inner-container .footer-nav li {
    margin: 0 8px !important;
  }
}
.footer-style-three .footer-bottom .inner-container .footer-nav li a {
  color: var(--theme-color-light);
}
.footer-style-three .footer-bottom .inner-container .footer-nav li a:hover {
  color: var(--theme-color1);
}
.footer-style-three .footer-bottom .inner-container .copyright-text {
  color: var(--theme-color-light);
}
.footer-style-three .footer-bottom .inner-container .copyright-text a:hover {
  color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .footer-style-three .footer-bottom .inner-container .copyright-text {
    text-align: left;
  }
}

.footer-style-four {
  position: relative;
  background-color: unset;
}
.footer-style-four .widgets-section {
  padding: 84px 0 20px;
  border-top: 1px solid #e9e9e9;
}
.footer-style-four .links-widget {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .footer-style-four .links-widget {
    padding-left: 0;
  }
}
.footer-style-four .links-widget .user-links {
  position: relative;
}
.footer-style-four .links-widget .user-links li {
  margin-bottom: 12px;
}
.footer-style-four .links-widget .user-links li:last-child {
  margin-bottom: 0;
}
.footer-style-four .links-widget .user-links li a {
  position: relative;
  display: inline-block;
  color: #616670;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-four .links-widget .user-links li a i {
  position: absolute;
  left: 0;
}
.footer-style-four .links-widget .user-links li a:hover {
  color: var(--theme-color1);
}
.footer-style-four .links-widget .user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: var(--bg-theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-four .links-widget .user-links li a:hover:before {
  width: 100%;
}
.footer-style-four .links-widget .user-links.style-two li {
  padding-left: 0;
}
.footer-style-four .links-widget .user-links.style-two li:before {
  display: none;
}
.footer-style-four .links-widget .user-links.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-style-four .links-widget .user-links.two-column li {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.footer-style-four .links-widget .user-links.two li {
  padding-left: 16px;
  margin-bottom: 12px;
}
.footer-style-four .links-widget .user-links.two li i {
  left: -17px;
}
.footer-style-four .links-widget.two {
  position: relative;
}
.footer-style-four .links-widget.one {
  position: relative;
  left: 110px;
}
@media (max-width: 1199.98px) {
  .footer-style-four .links-widget.one {
    left: 60px;
  }
}
@media (max-width: 991.98px) {
  .footer-style-four .links-widget.one {
    left: 0;
  }
}
.footer-style-four .newsletter-widget {
  /* Subscribe Form */
  position: relative;
}
.footer-style-four .newsletter-widget .logo-box .logo img {
  max-width: 100px;
}
.footer-style-four .newsletter-widget .subscribe-form {
  position: relative;
  margin-bottom: 40px;
  z-index: 99;
}
.footer-style-four .newsletter-widget .subscribe-form .form-group {
  position: relative;
}
.footer-style-four .newsletter-widget .subscribe-form .form-group input[type=text],
.footer-style-four .newsletter-widget .subscribe-form .form-group input[type=email] {
  position: relative;
  display: block;
  color: #616670;
  font-size: 16px;
  height: 55px;
  padding: 0 20px;
  line-height: 55px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  background-color: #f2f1ec;
  font-family: var(--text-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .footer-style-four .newsletter-widget .subscribe-form .form-group input[type=text],
  .footer-style-four .newsletter-widget .subscribe-form .form-group input[type=email] {
    width: 100%;
  }
}
.footer-style-four .newsletter-widget .subscribe-form .form-group a {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 55px;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 5px 5px 0;
  background-color: var(--theme-color1);
}
.footer-style-four .contact-widget {
  position: relative;
  left: 82px;
}
@media (max-width: 1199.98px) {
  .footer-style-four .contact-widget {
    left: 30px;
  }
}
@media (max-width: 767.98px) {
  .footer-style-four .contact-widget {
    left: 0;
    margin-bottom: 40px;
  }
}
.footer-style-four .contact-widget .widget-content .text {
  margin-bottom: 23px;
  color: var(--text-color);
}
.footer-style-four .contact-widget .widget-content .contact-info li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 17px;
}
.footer-style-four .contact-widget .widget-content .contact-info li i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}
.footer-style-four .contact-widget .widget-content .contact-info li a {
  color: var(--text-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style-four .contact-widget .widget-content .contact-info li a:hover {
  color: var(--theme-color1);
}
.footer-style-four .footer-bottom {
  border-top: 1px solid #E3E3E3;
  background-color: unset;
}
@media (max-width: 575.98px) {
  .footer-style-four .footer-bottom .inner-container {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media (max-width: 575.98px) {
  .footer-style-four .footer-bottom .inner-container .footer-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 575.98px) {
  .footer-style-four .footer-bottom .inner-container .footer-nav li {
    margin: 0 10px 0 0 !important;
  }
}
.footer-style-four .footer-bottom .inner-container .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .footer-style-four .footer-bottom .inner-container .social-icons {
    margin-bottom: 30px;
  }
}
.footer-style-four .footer-bottom .inner-container .social-icons li {
  margin-right: 24px;
}
.footer-style-four .footer-bottom .inner-container .social-icons li:last-child {
  margin-right: 0;
}
.footer-style-four .footer-bottom .inner-container .social-icons li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style-four .footer-bottom .inner-container .social-icons li a:hover {
  color: var(--theme-color1);
}

.footer-style-five {
  position: relative;
  background-color: unset;
}
.footer-style-five .widgets-section {
  padding: 81px 0 61px;
  position: relative;
}
.footer-style-five .widgets-section::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 50%;
  width: 70%;
  height: 100%;
  background-image: url(../images/resource/map-3.png);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footer-style-five .about-widget {
  margin-top: 18px;
}
.footer-style-five .about-widget .logo {
  position: relative;
  top: -20px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .footer-style-five .about-widget .logo {
    top: 0;
  }
}
.footer-style-five .about-widget .logo img {
  max-width: 100px;
}
.footer-style-five .about-widget .social-icon-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-style-five .about-widget .social-icon-two li {
  margin-right: 8px;
}
.footer-style-five .about-widget .social-icon-two li:last-child {
  margin-right: 0;
}
.footer-style-five .about-widget .social-icon-two li a {
  width: 30px;
  height: 30px;
  text-align: center;
  color: var(--theme-color-light);
  border-radius: 5px;
  line-height: 30px;
  background-color: var(--theme-color1);
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style-five .about-widget .social-icon-two li a:hover {
  background-color: var(--theme-color1);
  color: #fff;
}
.footer-style-five .about-widget .text {
  margin-bottom: 29px;
  color: #616670;
}
.footer-style-five .address-widget {
  padding-left: 6px;
}
@media (max-width: 767.98px) {
  .footer-style-five .address-widget {
    margin-bottom: 40px;
  }
}
.footer-style-five .address-widget .widget-title {
  margin-bottom: 20px;
}
.footer-style-five .address-widget .address-block {
  margin-bottom: 16px;
}
.footer-style-five .address-widget .address-block:last-child {
  margin-bottom: 0;
}
.footer-style-five .address-widget .address-block .inner-box {
  position: relative;
  padding-left: 60px;
}
.footer-style-five .address-widget .address-block .inner-box i {
  position: absolute;
  top: 9px;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: var(--theme-color1);
  border-radius: 5px;
  color: var(--theme-color-light);
}
.footer-style-five .address-widget .address-block .inner-box span a,
.footer-style-five .address-widget .address-block .inner-box small a {
  color: var(--text-color2);
  font-size: 16px;
  display: block;
  margin-bottom: 1px;
}
.footer-style-five .address-widget .address-block .inner-box span a:hover,
.footer-style-five .address-widget .address-block .inner-box small a:hover {
  color: var(--theme-color1);
}
.footer-style-five .newsletter-widget {
  /* Subscribe Form */
  padding-left: 8px;
}
.footer-style-five .newsletter-widget .sec-title .widget-title {
  margin-bottom: 17px;
}
.footer-style-five .newsletter-widget .sec-title .text {
  margin-top: 20px;
}
.footer-style-five .newsletter-widget .subscribe-form {
  position: relative;
  margin-bottom: 40px;
  z-index: 99;
}
.footer-style-five .newsletter-widget .subscribe-form .form-group {
  position: relative;
}
.footer-style-five .newsletter-widget .subscribe-form .form-group input[type=text],
.footer-style-five .newsletter-widget .subscribe-form .form-group input[type=email] {
  position: relative;
  display: block;
  color: #616670;
  font-size: 16px;
  height: 55px;
  padding: 0 20px;
  line-height: 55px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  background-color: #f2f1ec;
  font-family: var(--text-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .footer-style-five .newsletter-widget .subscribe-form .form-group input[type=text],
  .footer-style-five .newsletter-widget .subscribe-form .form-group input[type=email] {
    width: 100%;
  }
}
.footer-style-five .newsletter-widget .subscribe-form .form-group a {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 55px;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 5px 5px 0;
  background-color: var(--theme-color1);
}
.footer-style-five .gallery-widget {
  position: relative;
}
.footer-style-five .gallery-widget .image-block {
  padding-right: 10px;
  padding-bottom: 20px;
}
.footer-style-five .gallery-widget .image-block .image-box {
  position: relative;
}
.footer-style-five .gallery-widget .image-block .image-box:hover i {
  opacity: 1;
  visibility: visible;
}
.footer-style-five .gallery-widget .image-block .image-box i {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--theme-color-light);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style-five .gallery-widget .image-block .image-box a img {
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .footer-style-five .gallery-widget .image-block .image-box a img {
    width: 100%;
  }
}
.footer-style-five .footer-bottom {
  background-color: unset;
}
@media (max-width: 575.98px) {
  .footer-style-five .footer-bottom .inner-container .footer-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 575.98px) {
  .footer-style-five .footer-bottom .inner-container .footer-nav li {
    margin: 0 8px !important;
  }
}
@media (max-width: 575.98px) {
  .footer-style-five .footer-bottom .inner-container .copyright-text {
    text-align: left;
  }
}

.footer-style-six {
  position: relative;
  background-color: unset;
}
.footer-style-six .widgets-section {
  padding: 72px 0 25px;
}
.footer-style-six .address-widget {
  margin-left: -55px;
}
@media (max-width: 991.98px) {
  .footer-style-six .address-widget {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .footer-style-six .address-widget {
    margin-bottom: 40px;
  }
}
.footer-style-six .address-widget .widget-title {
  margin-bottom: 20px;
}
.footer-style-six .address-widget .address-block {
  margin-bottom: 16px;
}
.footer-style-six .address-widget .address-block:last-child {
  margin-bottom: 0;
}
.footer-style-six .address-widget .address-block .inner-box {
  position: relative;
  padding-left: 60px;
}
.footer-style-six .address-widget .address-block .inner-box i {
  position: absolute;
  top: 9px;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #f2f1ec;
  border-radius: 5px;
  color: var(--theme-color1);
}
.footer-style-six .address-widget .address-block .inner-box span a,
.footer-style-six .address-widget .address-block .inner-box small a {
  color: var(--text-color2);
  font-size: 16px;
  display: block;
  margin-bottom: 1px;
}
.footer-style-six .address-widget .address-block .inner-box span a:hover,
.footer-style-six .address-widget .address-block .inner-box small a:hover {
  color: var(--theme-color1);
}
.footer-style-six .links-widget {
  margin-bottom: 50px;
  padding-left: 50px;
}
@media (max-width: 1199.98px) {
  .footer-style-six .links-widget {
    padding-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .footer-style-six .links-widget {
    padding-left: 0;
  }
}
.footer-style-six .links-widget .widget-title {
  margin-bottom: 17px;
}
.footer-style-six .links-widget .user-links {
  position: relative;
}
.footer-style-six .links-widget .user-links li {
  margin-bottom: 4px;
}
.footer-style-six .links-widget .user-links li:last-child {
  margin-bottom: 0;
}
.footer-style-six .links-widget .user-links li a {
  position: relative;
  display: inline-block;
  color: var(--text-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-six .links-widget .user-links li a i {
  position: absolute;
  left: 0;
}
.footer-style-six .links-widget .user-links li a:hover {
  color: var(--theme-color1);
}
.footer-style-six .links-widget .user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: var(--bg-theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-six .links-widget .user-links li a:hover:before {
  width: 100%;
}
.footer-style-six .links-widget .user-links.style-two li {
  padding-left: 0;
}
.footer-style-six .links-widget .user-links.style-two li:before {
  display: none;
}
.footer-style-six .links-widget .user-links.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-style-six .links-widget .user-links.two-column li {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.footer-style-six .links-widget .user-links.two li {
  padding-left: 16px;
  margin-bottom: 12px;
}
.footer-style-six .links-widget .user-links.two li i {
  left: -17px;
}
.footer-style-six .newsletter-widget {
  /* Subscribe Form */
  padding-left: 8px;
}
.footer-style-six .newsletter-widget .sec-title .widget-title {
  margin-bottom: 17px;
}
.footer-style-six .newsletter-widget .sec-title .text {
  margin-top: 20px;
}
.footer-style-six .newsletter-widget .subscribe-form {
  position: relative;
  margin-bottom: 23px;
  z-index: 99;
}
.footer-style-six .newsletter-widget .subscribe-form .form-group {
  position: relative;
}
.footer-style-six .newsletter-widget .subscribe-form .form-group input[type=text],
.footer-style-six .newsletter-widget .subscribe-form .form-group input[type=email] {
  position: relative;
  display: block;
  color: #616670;
  font-size: 16px;
  height: 55px;
  padding: 0 20px;
  line-height: 55px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  background-color: #f2f1ec;
  font-family: var(--text-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .footer-style-six .newsletter-widget .subscribe-form .form-group input[type=text],
  .footer-style-six .newsletter-widget .subscribe-form .form-group input[type=email] {
    width: 100%;
  }
}
.footer-style-six .newsletter-widget .subscribe-form .form-group a {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 55px;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 5px 5px 0;
  background-color: var(--theme-color1);
}
.footer-style-six .newsletter-widget .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 13px -2px rgba(19, 16, 34, 0.06), 0 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
          box-shadow: 0 4px 13px -2px rgba(19, 16, 34, 0.06), 0 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
  background-color: var(--theme-color-light);
  max-width: 165px;
}
.footer-style-six .newsletter-widget .social-icons li:last-child a::before {
  display: none;
}
.footer-style-six .newsletter-widget .social-icons li a {
  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;
  width: 55px;
  margin: 0;
  padding: 9px 0 7px;
  padding-top: 11px;
  position: relative;
  color: var(--theme-color1);
}
.footer-style-six .newsletter-widget .social-icons li a:hover {
  background: var(--theme-color1);
  color: #fff;
}
.footer-style-six .newsletter-widget .social-icons li a::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 28px;
  background-color: #f8f8f5;
  display: none;
}
.footer-style-six .gallery-widget {
  position: relative;
  left: 10px;
}
@media (max-width: 991.98px) {
  .footer-style-six .gallery-widget {
    left: 0;
    margin-bottom: 40px;
  }
}
.footer-style-six .gallery-widget .widget-title {
  margin-bottom: 18px;
}
.footer-style-six .gallery-widget .image-block {
  padding-right: 10px;
  padding-bottom: 10px;
}
.footer-style-six .gallery-widget .image-block .image-box {
  position: relative;
}
.footer-style-six .gallery-widget .image-block .image-box:hover i {
  opacity: 1;
  visibility: visible;
}
.footer-style-six .gallery-widget .image-block .image-box i {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--theme-color-light);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style-six .gallery-widget .image-block .image-box a img {
  border-radius: 5px;
}
.footer-style-six .footer-bottom {
  background-color: unset;
  border-top: 1px solid #E3E3E3;
  padding: 20px 0 20px;
}
@media (max-width: 575.98px) {
  .footer-style-six .footer-bottom .inner-container .footer-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 575.98px) {
  .footer-style-six .footer-bottom .inner-container .footer-nav li {
    margin: 0 8px !important;
  }
}
@media (max-width: 575.98px) {
  .footer-style-six .footer-bottom .inner-container .copyright-text {
    text-align: left;
  }
}
.footer-style-six .footer-bottom .inner-container .copyright-text a:hover {
  color: var(--theme-color1);
}

.footer-style-seven {
  position: relative;
  background-color: unset;
}
.footer-style-seven .widgets-section {
  padding: 32px 0 32px;
  border-top: 1px solid #e9e9e9;
}
.footer-style-seven .widget-title {
  margin-bottom: 18px;
}
.footer-style-seven .links-widget {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .footer-style-seven .links-widget {
    padding-left: 0;
  }
}
.footer-style-seven .links-widget .user-links {
  position: relative;
}
.footer-style-seven .links-widget .user-links li {
  margin-bottom: 12px;
}
.footer-style-seven .links-widget .user-links li:last-child {
  margin-bottom: 0;
}
.footer-style-seven .links-widget .user-links li a {
  position: relative;
  display: inline-block;
  color: #616670;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-seven .links-widget .user-links li a i {
  position: absolute;
  left: 0;
}
.footer-style-seven .links-widget .user-links li a:hover {
  color: var(--theme-color1);
}
.footer-style-seven .links-widget .user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: var(--bg-theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-seven .links-widget .user-links li a:hover:before {
  width: 100%;
}
.footer-style-seven .links-widget .user-links.style-two li {
  padding-left: 0;
}
.footer-style-seven .links-widget .user-links.style-two li:before {
  display: none;
}
.footer-style-seven .links-widget .user-links.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-style-seven .links-widget .user-links.two-column li {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.footer-style-seven .links-widget .user-links.two li {
  padding-left: 16px;
  margin-bottom: 12px;
}
.footer-style-seven .links-widget .user-links.two li i {
  left: -17px;
}
.footer-style-seven .links-widget.two {
  position: relative;
}
.footer-style-seven .links-widget.one {
  position: relative;
}
@media (max-width: 991.98px) {
  .footer-style-seven .links-widget.one {
    left: 0;
  }
}
.footer-style-seven .newsletter-widget {
  /* Subscribe Form */
  background-color: #F4F4F4;
  padding: 37px 30px 30px 30px;
  margin-right: 60px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .footer-style-seven .newsletter-widget {
    margin-right: 0;
  }
}
.footer-style-seven .newsletter-widget .sec-title {
  margin-bottom: 22px;
}
.footer-style-seven .newsletter-widget .sec-title .widget-title {
  margin-bottom: 1px;
}
.footer-style-seven .newsletter-widget .sec-title .text {
  margin-top: 18px;
}
.footer-style-seven .newsletter-widget .subscribe-form {
  position: relative;
  z-index: 99;
}
.footer-style-seven .newsletter-widget .subscribe-form .form-group {
  position: relative;
}
.footer-style-seven .newsletter-widget .subscribe-form .form-group input[type=text],
.footer-style-seven .newsletter-widget .subscribe-form .form-group input[type=email] {
  position: relative;
  display: block;
  color: #616670;
  font-size: 16px;
  height: 55px;
  padding: 0 20px;
  line-height: 55px;
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  background-color: var(--theme-color-light);
  font-family: var(--text-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .footer-style-seven .newsletter-widget .subscribe-form .form-group input[type=text],
  .footer-style-seven .newsletter-widget .subscribe-form .form-group input[type=email] {
    width: 100%;
  }
}
.footer-style-seven .newsletter-widget .subscribe-form .form-group a {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 55px;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 5px 5px 0;
  background-color: var(--theme-color1);
}
.footer-style-seven .contact-widget {
  position: relative;
}
@media (max-width: 767.98px) {
  .footer-style-seven .contact-widget {
    left: 0;
    margin-bottom: 40px;
  }
}
.footer-style-seven .contact-widget .widget-content .text {
  margin-bottom: 12px;
  color: var(--text-color);
}
.footer-style-seven .contact-widget .widget-content .contact-info li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 17px;
}
.footer-style-seven .contact-widget .widget-content .contact-info li i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}
.footer-style-seven .contact-widget .widget-content .contact-info li a {
  color: var(--text-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style-seven .contact-widget .widget-content .contact-info li a:hover {
  color: var(--theme-color1);
}
.footer-style-seven .footer-bottom {
  background-color: #F6F6F6;
  padding: 23px 0 14px;
}
@media (max-width: 575.98px) {
  .footer-style-seven .footer-bottom .inner-container {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media (max-width: 575.98px) {
  .footer-style-seven .footer-bottom .inner-container .footer-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 575.98px) {
  .footer-style-seven .footer-bottom .inner-container .footer-nav li {
    margin: 0 8px !important;
  }
}
@media (max-width: 575.98px) {
  .footer-style-seven .footer-bottom .inner-container .copyright-text {
    text-align: left;
  }
}
.footer-style-seven .footer-bottom .inner-container .copyright-text a:hover {
  color: var(--theme-color1);
}

.gallery-widget .image-block {
  padding-bottom: 20px !important;
}
.gallery-widget .image-block .image-box {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.gallery-widget .image-block .image-box a {
  display: block;
}
.gallery-widget .image-block .image-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: var(--theme-color1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.gallery-widget .image-block .image-box img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-widget .image-block .image-box i {
  z-index: 99;
}
.gallery-widget .image-block .image-box:hover:before {
  opacity: 0.6;
  visibility: visible;
  z-index: 9;
}
.gallery-widget .image-block .image-box:hover a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/***

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/***

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shop-sidebar {
  position: relative;
  display: block;
}
.shop-sidebar .sidebar-search {
  margin-bottom: 30px;
}
.shop-sidebar .sidebar-search .search-form .form-group {
  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(--theme-color-dark);
  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 {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.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-color1);
}
.shop-sidebar .category-widget .category-list li a:hover {
  color: var(--theme-color1);
}
.shop-sidebar .price-filters .widget-title {
  margin-bottom: 28px;
}
.shop-sidebar .post-widget {
  padding-bottom: 9px;
}
.shop-sidebar .post-widget .post {
  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-color1);
}
.shop-sidebar .post-widget .post:hover a {
  color: var(--theme-color1);
}

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

/*** 

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

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

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

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

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

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

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

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

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

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

.sidebar-service-list {
  margin: 0;
}
.sidebar-service-list li + li {
  margin-top: 10px;
}
.sidebar-service-list li a {
  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-color1);
  background-color: #0D0F10;
}
.sidebar-service-list li a:hover i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background-color: var(--theme-color1);
}
.sidebar-service-list li a i {
  height: 32px;
  width: 45px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #191825;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  border-radius: 15px;
}
.sidebar-service-list li.current a {
  color: var(--theme-color1);
  background-color: #0D0F10;
}
.sidebar-service-list li.current a i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background-color: var(--theme-color1);
}

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

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

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

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

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

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

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

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

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

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

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

/***

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

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

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

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

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

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

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

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

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

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

.blog-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-details__social-list a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.blog-details__social-list a:hover {
  color: var(--theme-color-light);
}
.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-color1);
  -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 {
  background-color: var(--theme-light-background);
  border-radius: 10px;
  color: var(--theme-light-background-text-color);
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.637;
  padding: 52px 50px;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .nav-links > div > a {
    padding: 30px;
  }
}
.nav-links > div > a:hover {
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}

/*** 

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

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

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

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

.sidebar__search-form {
  position: relative;
}
.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--theme-color2);
  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;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form button[type=submit] {
    width: 42px;
  }
}

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

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

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

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

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

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

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  font-size: 15px;
  color: var(--theme-color-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.team-details__progress-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 6px;
}

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

/***

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

***/
.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}
.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-details__info li .icon {
  height: 80px;
  width: 80px;
  background-color: #f3f3f3;
  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-color1);
}
.contact-details__info li:hover .icon span {
  color: var(--theme-color-light);
}
.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: 100px;
  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-color1);
}