/* Enfinix - Business Consulting HTML Template

Template Name: Enfinix
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TWO / Three
5. Sticky Header 
6. Mobile Menu
7. Section Title
8. Main Slider
9. Banner Section / Two
10. About Section / Two / Three / Four
11. Services Section / Two / Three
12. Projects Section / Two
13. Process Section
14. Testimonial Section / Two / Three
15. team Section
16. FAQ's Sectiom / Two
17. Fun Fact Section
18. Work Section / Two
19. Why Choose Us / Two
20. Offer Section
21. Features Section / Two / Three / Four
22. Video Section / Two / Three
23. Call To Action / Two / Three / Four
24. Contact Info Section
25. Contact Section / Two
26. Map Section
27. Clients Section
28. News Section / Two / Three
29. Main Footer
**********************************************/
@import url("../../../css2");
@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("jquery-ui.css");
@import url("flaticon-agency.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
:root {
  --theme-color1: #e9b700;
  --theme-color2: #121923;
  --theme-color3: #1105f4;
  --theme-color4: #b5090d;
  --theme-color-light: #ffffff;
  --theme-color-dark: #0E102A;
  --theme-color-white: #ffffff;
  --theme-color-gray: #f6f6f6;
  --theme-color1-rgb: 233, 183, 0;
  --theme-color2-rgb: 18, 25, 35;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --border-theme-color1: var(--theme-color1);
  --border-theme-color2: var(--theme-color2);
  --border-theme-color3: var(--theme-color3);
  --text-color-bg-theme-color1: #fff;
  --text-color-bg-theme-color2: #fff;
  --text-color-bg-theme-color3: #fff;
  --text-color-bg-theme-color4: #fff;
  --text-color: #6a6a6a;
  --headings-color: var(--theme-color2);
  --link-color: var(--theme-color1);
  --link-hover-color: var(--theme-color1);
  --text-font: "Roboto", sans-serif;
  --title-font: "DM Sans", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 30px;
  --body-font-weight: 500;
  --body-font-weight-bold: 700;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 90px;
  --h2-font-size: 46px;
  --h3-font-size: 36px;
  --h4-font-size: 24px;
  --h5-font-size: 22px;
  --h6-font-size: 20px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 700;
  --h6-font-weight: 700;
  --sec-title-subtitle-color: var(--theme-color1);
  --sec-title-subtitle-font-size: 14px;
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 500;
  --sec-title-subtitle-line-height: 1.2em;
  --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: #f8f6f1;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #222429;
  --container-width: 1200px;
  --small-container-width: 1000px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
}

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

::-moz-selection {
  background: var(--theme-color1); /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: var(--theme-color1); /* Safari */
  color: #fff;
  text-shadow: none;
}

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

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

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

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

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

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

section {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

pre,
ul,
ol,
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 {
    max-width: var(--container-width);
  }
}
/*=== Default Form ===*/
.form-control {
  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 {
  color: #686a6f;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #686a6f;
}
.form-control::-ms-input-placeholder {
  color: #686a6f;
}

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

/*
 *	boxed-layout.scss
 * -----------------------------------------------
*/
/*** 

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

.blockquote-one {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #242323;
  font-weight: 700;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 20px 40px;
}
.blockquote-one::before {
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 4px;
  background-color: var(--bg-theme-color2);
  content: "";
  border-radius: 5px;
}

.title a {
  color: inherit;
}

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

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

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

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

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

/*=======================
    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: 110px;
  margin-left: -55px;
  margin-top: -70px;
  height: 110px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s infinite linear;
          animation: pulse 1s infinite linear;
  background-image: url(../Parsyol_Logo/preloader-parsyol-asfalt-yol-makinalari.webp);
  content: "";
}

.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
  margin-top: 0;
  padding-top: 10px;
  color: var(--theme-color1);
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: none;
  transition: none;
  border-top: 2px solid var(--border-theme-color4);
  content: "Loading";
}

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color2);
  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-color1);
  color: #ffffff;
}

/*=== List Style One ===*/

/*=== List Style Two ===*/

/*=== List Style Three ===*/

/*Social Icon One*/

/*Social Icon Two*/
.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-icon-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
.social-icon-two li:first-child {
  margin-left: 0;
}
.social-icon-two li a {
  position: relative;
  display: block;
  line-height: 42px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  border-radius: 50%;
  background-color: var(--bg-theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-two li a:hover {
  color: #ffffff;
  background-color: var(--bg-theme-color2);
}

/*Social Icon Three*/

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

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

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

/*======================
    Media Play Button 
======================*/

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

/*==========================
	Default Tabs
===========================*/

/*========================
  Select2 Dropdown Plugin
========================*/
.select2-results__option {
  padding: 0 10px;
  color: #7c858c;
}

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

/*================================
    Progress Bar
=================================*/

.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}
.theme-btn .btn-title {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*Btn Style One*/
.btn-style-one {
  background: var(--bg-theme-color1);
  border-radius: 0px;
  color: #ffffff;
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  padding: 15px 50px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-style-one:hover {
  background: var(--bg-theme-color2);
  color: #ffffff;
}
.btn-style-one:hover .btn-title {
  color: #ffffff;
}
.btn-style-one.light {
  background-color: #ffffff;
  color: var(--theme-color1);
}
.btn-style-one.light:before {
  background-color: #e8e8e8;
}
.btn-style-one.light:hover .btn-title {
  color: var(--theme-color1);
}

/*Btn Style two*/
.btn-style-two {
  border-radius: 0;
  position: relative;
  font-size: 13px;
  line-height: 24px;
  padding: 15px 50px;
  font-weight: 700;
  letter-spacing: 0.1em;
  overflow: hidden;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--bg-theme-color1);
}
.btn-style-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--bg-theme-color2);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-two:hover:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn-style-two:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/*Btn Style Three*/

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

/*** 

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

***/

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

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

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


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

.main-header .header-lower {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .header-lower .logo-box {
  padding: 12px 0;
  position: relative;
}

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

.main-menu {
  position: relative;
}

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

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

.main-menu .navigation > li {
  float: left;
  margin-right: 55px;
  padding: 25px 0px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li:before {
  position: absolute;
  left: 50%;
  bottom: 23px;
  height: 2px;
  width: 0%;
  background-color: var(--bg-theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:hover:before, .main-menu .navigation > li.current:before {
  left: 0;
  width: 100%;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: var(--theme-color-white);
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li > a:hover {
  color: var(--theme-color-white);
}
.main-menu .navigation > li.current > a {
  color: var(--theme-color-white);
  font-weight: 700;
}
.main-menu .navigation > li.dropdown > a {
  padding-right: 14px;
  margin-right: -14px;
}
.main-menu .navigation > li.dropdown > a:after {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 24px;
  font-size: 12px;
  z-index: 5;
  font-family: "Font Awesome 6 Pro";
  margin-top: -2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

.main-menu .navigation > li > ul > li > ul {
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 100%;
  margin-top: 10px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 0px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  width: 220px;
  z-index: 100;
}
.main-menu .navigation > li > ul > li > ul > li {
  border-bottom: 1px solid #ebf1f5;
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  color: var(--theme-color2);
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 30px;
  padding: 10px 0;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--theme-color1);
}

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

.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.main-header .outer-box .theme-btn {
  margin-left: 40px;
  font-size: 12px;
  text-transform: uppercase;
}

.main-header .info-btn {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 8px 0;
  padding-left: 60px;
  color: var(--theme-color-white);
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
  line-height: 20px;
  margin-left: 30px;
}
.main-header .info-btn small {
  color: var(--theme-color-white);
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.main-header .info-btn i {
  background-color: var(--bg-theme-color1);
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  height: 50px;
  left: 0;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}
.main-header .info-btn:hover {
  color: var(--bg-theme-color2);
}

/*** 

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

***/
.header-style-one .container-fluid {
  padding: 0 50px;
}
.header-style-one .header-lower {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.header-style-one .logo {
  min-height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-one .main-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-style-one .main-box .nav-outer {
  width: auto;
}

/*** 

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

***/
.header-style-two {
  position: relative;
}
.header-style-two .info-btn-two {
  color: #181818;
  display: block;
  font-size: 16px;
  font-family: var(--title-font);
  font-weight: 700;
  line-height: 22px;
  padding-left: 60px;
  position: relative;
  text-align: left;
  white-space: nowrap;
}
.header-style-two .info-btn-two i {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  font-size: 16px;
  height: 46px;
  left: 0;
  line-height: 46px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 46px;
}
.header-style-two .info-btn-two small {
  color: #343248;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.header-style-two .main-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  padding-right: 60px;
}
@media only screen and (max-width: 1439px) {
  .header-style-two .main-box {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-style-two .main-box {
    padding-right: 20px;
  }
}
.header-style-two .main-box .logo-box {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 60px;
  min-height: 105px;
  padding: 20px 80px;
  position: relative;
}
@media only screen and (max-width: 1700px) {
  .header-style-two .main-box .logo-box {
    padding-left: 40px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1439px) {
  .header-style-two .main-box .logo-box {
    padding: 20px 30px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-style-two .main-box .logo-box {
    padding: 15px 30px;
    margin-right: 0;
    min-height: auto;
  }
}
.header-style-two .main-box .nav-outer {
  width: auto;
  margin-right: auto;
}
.header-style-two .main-box .outer-box .theme-btn {
  margin-left: 40px;
  padding: 10px 50px;
  font-size: 14px;
  line-height: 30px;
}
@media only screen and (max-width: 1199px) {
  .header-style-two .main-box .outer-box .theme-btn {
    padding: 10px 30px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-style-two .main-box .outer-box .theme-btn {
    display: none;
  }
}
@media only screen and (max-width: 1439px) {
  .header-style-two .main-menu .navigation > li {
    margin-right: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-style-two .main-menu .navigation > li {
    margin-right: 35px;
  }
}
.header-style-two .main-menu .navigation > li a {
  color: var(--theme-color2);
}
.header-style-two .main-menu .navigation > li:not(.current) > a {
  color: #717070;
  font-weight: 600;
}
.header-style-two .mobile-nav-toggler {
  color: var(--theme-color1);
}

/*** 

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

***/

/*** 

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

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

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

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

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

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

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

.sticky-header .main-menu .navigation > li:before {
  display: none;
}

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

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

/*** 

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

.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-color-white);
  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-color2);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

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

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
  color: var(--theme-color-white);
}
.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-color-white);
}
.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: #ffffff;
  -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: 50px;
  z-index: 2;
}
.sec-title .sub-title {
  position: relative;
  top: -8px;
  font-size: var(--sec-title-subtitle-font-size);
  color: var(--sec-title-subtitle-color);
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-title h1 {
  position: relative;
  font-size: 60px;
  line-height: 1em;
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
}
.sec-title h2 {
  position: relative;
  font-size: var(--sec-title-font-size);
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  margin-top: -5px;
  margin-bottom: 0;
}
.sec-title .text {
  margin-top: 30px;
}

.sec-title .row .text {
  max-width: 480px;
  width: 100%;
}

.sec-title.light h3,
.sec-title.light h2,
.sec-title.light h1 {
  color: #fff;
}
.sec-title.light .sub-title,
.sec-title.light .text {
  color: #8f8f8f;
}

/*** 

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

***/

/*** 

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

***/
.banner-section {
  overflow: hidden;
  position: relative;
}
.banner-section .slide-item {
  position: relative;
}
.banner-section .slide-item .bg-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.banner-section .slide-item .bg-image:before {
  background-image: url(../images/main-slider/banner-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.banner-section .slide-item .bg-image:after {
  background-image: url(../images/main-slider/banner-bg.png);
  background-repeat: no-repeat;
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.banner-section .content-box {
  padding: 285px 0 120px;
  position: relative;
  text-align: center;
}
@media (max-width: 599px) {
  .banner-section .content-box {
    padding: 180px 0 100px;
  }
}
.banner-section .content-box .banner-text {
  color: var(--theme-color-white);
  bottom: 10%;
  font-size: 17px;
  height: 91px;
  line-height: 30px;
  margin-left: auto;
  margin-right: -200px;
  position: relative;
  width: 407px;
}
@media (max-width: 1599.98px) {
  .banner-section .content-box .banner-text {
    margin-right: -100px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section .content-box .banner-text {
    margin-right: -50px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section .content-box .banner-text {
    margin-right: 0px;
  }
}
@media (max-width: 414.98px) {
  .banner-section .content-box .banner-text {
    display: none;
  }
}
.banner-section .content-box .sub-title {
  border-bottom: 1px solid var(--theme-color1);
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  position: relative;
  text-transform: capitalize;
}
.banner-section .content-box .title {
  color: #ffffff;
  font-size: 90px;
  font-weight: 700;
  line-height: 110px;
  letter-spacing: -0.04em;
  margin-bottom: 35px;
}
.banner-section .content-box .btn-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-section .content-box .btn-box .theme-btn {
  margin: 0 5px;
}

/* Animate 1 */

.owl-carousel .animate-3,
.owl-carousel .animate-2,
.owl-carousel .animate-1 {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.owl-carousel .active .animate-3,
.owl-carousel .active .animate-2,
.owl-carousel .active .animate-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.owl-carousel .active .animate-2 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.owl-carousel .active .animate-3 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.banner-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  max-width: 1400px;
  padding: 0 15px;
  margin: 0px auto;
  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;
}
.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev {
  display: block;
  margin: 10px 0;
  height: 50px;
  width: 50px;
  color: var(--theme-color1);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  opacity: 0.2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover {
  opacity: 1;
}

.banner-two-carousel .owl-nav {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  margin: 0px auto;
  max-width: 1400px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 41%;
}
.banner-two-carousel .owl-nav .owl-next,
.banner-two-carousel .owl-nav .owl-prev {
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  color: var(--theme-color1);
  display: block;
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 10px 0;
  opacity: 0.6;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 50px;
}
.banner-two-carousel .owl-nav .owl-next:hover,
.banner-two-carousel .owl-nav .owl-prev:hover {
  opacity: 1;
}

.banner-two-carousel {
  overflow: hidden;
  position: relative;
}
.banner-two-carousel .slide-item {
  position: relative;
}
.banner-two-carousel .slide-item .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-two-carousel .slide-item .bg-image:before {
  background-image: linear-gradient(91deg, #000000 0%, rgba(0, 0, 0, 0.3) 40%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.banner-two-carousel .content-box {
  position: relative;
  text-align: left;
}
.banner-two-carousel .content-box .title {
  font-size: 76px;
  line-height: 90px;
  color: var(--theme-color-white);
  font-family: "Outfit", Sans-serif;
  font-weight: 800;
  letter-spacing: -1.8px;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .banner-two-carousel .content-box .title {
    margin-bottom: 20px;
  }
}
.banner-two-carousel .content-box .title span {
  color: var(--theme-color2);
}
.banner-two-carousel .content-box .btn-box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .banner-two-carousel .content-box .btn-box {
    margin-bottom: 30px;
  }
}

/*** 

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

***/

/*** 

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

***/
/*** 

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

***/
/*** 

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

***/
/*** 

====================================================================
    About Section One
====================================================================

***/
.about-section-one {
  background-image: url(../images/background/about1-bg.jpg);
  background-repeat: no-repeat;
  padding: 120px 0 85px;
  position: relative;
}

.about-section-one .content-column {
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
.about-section-one .content-column .inner-column {
  position: relative;
}
.about-section-one .content-column .sec-title {
  margin-bottom: 40px;
}
.about-section-one .content-column .content-box {
  padding-right: 200px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about-section-one .content-column .content-box {
    padding-right: 0;
  }
}
.about-section-one .content-column .info-box {
  background-color: #F4F5F8;
  border-top: 7px solid var(--border-theme-color1);
  max-width: 170px;
  padding: 30px 30px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 767px) {
  .about-section-one .content-column .info-box {
    margin-bottom: 30px;
    position: relative;
  }
}
.about-section-one .content-column .info-box:hover {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.about-section-one .content-column .info-box .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.about-section-one .content-column .info-box .read-more {
  font-size: 12px;
  line-height: 30px;
  color: #808287;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.about-section-one .content-column .info-box .read-more i {
  margin-left: 10px;
  color: var(--theme-color2);
  font-size: 16px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.about-section-one .content-column .info-box .read-more:hover {
  color: var(--theme-color2);
}
.about-section-one .content-column .info-box .read-more:hover i {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  opacity: 0;
}
.about-section-one .content-column .btm-box {
  margin-top: 10px;
}

/* About Block */
.about-block-one {
  border-bottom: 1px solid #e6e8ed;
  margin-bottom: 30px;
  min-height: 120px;
  padding-left: 85px;
  padding-bottom: 30px;
  position: relative;
}
.about-block-one:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-block-one .icon {
  color: var(--theme-color1);
  font-size: 64px;
  left: 0;
  position: absolute;
  top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-block-one:hover .icon {
  color: var(--theme-color2);
  -webkit-transform: rotateY(-190deg);
          transform: rotateY(-190deg);
}
.about-block-one .title {
  margin-bottom: 10px;
  position: relative;
  top: -3px;
}
.about-block-one .text {
  margin-top: 5px;
}

.about-section-one .image-column {
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .about-section-one .image-column {
    margin-bottom: 80px;
  }
}
.about-section-one .image-column .inner-column {
  margin-left: -105px;
  padding-right: 70px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .about-section-one .image-column .inner-column {
    margin-left: 0;
    padding-right: 1px;
  }
}
.about-section-one .image-column .image-1 {
  margin-bottom: 0px;
  max-width: 400px;
  position: relative;
}
.about-section-one .image-column .image-1:before {
  background-color: var(--bg-theme-color1);
  content: "";
  height: 110px;
  position: absolute;
  right: -40px;
  top: 0;
  width: 20px;
}
@media only screen and (max-width: 1199px) {
  .about-section-one .image-column .image-1:before {
    display: none;
  }
}
.about-section-one .image-column .image-1 img {
  width: 100%;
}
.about-section-one .image-column .image-2 {
  bottom: 0;
  margin-bottom: 0;
  position: absolute;
  right: 75px;
}
@media only screen and (max-width: 1023px) {
  .about-section-one .image-column .image-2 {
    right: 0;
  }
}
.about-section-one .image-column .image-2 img {
  border: 10px solid var(--theme-color-light);
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .about-section-one .image-column .image-2 {
    display: none;
  }
}

.about-section-one .experience {
  background: #ffffff;
  bottom: -70px;
  -webkit-box-shadow: 0 15px 60px rgba(0, 0, 0, 0.08);
          box-shadow: 0 15px 60px rgba(0, 0, 0, 0.08);
  color: var(--theme-color1);
  font-size: 18px;
  left: 160px;
  line-height: 26px;
  min-height: 120px;
  min-width: 290px;
  padding: 20px 20px 20px 120px;
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .about-section-one .experience {
    bottom: 0;
    left: 0;
    position: absolute;
  }
}
.about-section-one .experience .icon {
  height: 80px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 80px;
}
.about-section-one .experience strong {
  color: var(--theme-color2);
  display: block;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 7px;
  position: relative;
}

/*** 

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

***/

/*** 

====================================================================
        About Section Five
====================================================================

***/
.about-section-three {
  padding: 120px 0 70px;
  position: relative;
}
.about-section-three:before {
  background-image: url(../images/icons/pattern-7.png);
  background-position: center left;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: -210px;
  position: absolute;
  top: -390px;
  width: 100%;
  z-index: -1;
}
.about-section-three .content-column {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.about-section-three .content-column .inner-column {
  position: relative;
}
.about-section-three .content-column .btn-box {
  position: relative;
}
.about-section-three .content-column .btn-box .theme-btn {
  margin-right: 20px;
}
.about-section-three .content-column .btn-box .info-btn {
  color: var(--theme-color1);
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 8px 0;
  padding-left: 60px;
  position: relative;
  text-align: left;
}
.about-section-three .content-column .btn-box .info-btn small {
  font-size: 12px;
  font-weight: 400;
  color: #808287;
}
.about-section-three .content-column .btn-box .info-btn i {
  background-color: var(--bg-theme-color3);
  border-radius: 50%;
  color: var(--theme-color2);
  font-size: 18px;
  height: 50px;
  left: 0;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}
.about-section-three .content-column .btn-box .info-btn:hover {
  color: var(--theme-color2);
}
.about-section-three .content-column .list-style-home3 {
  border-bottom: 1px solid #e6e8ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.about-section-three .content-column .list-style-home3 li {
  color: var(--theme-color2);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-right: 20px;
  position: relative;
  width: 50%;
}
.about-section-three .content-column .list-style-home3 li:before {
  color: var(--theme-color1);
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
}
.about-section-three .image-column {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.about-section-three .image-column .inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.about-section-three .image-column .inner-column:before {
  -webkit-animation: zoom-one 5s infinite linear;
          animation: zoom-one 5s infinite linear;
  border-radius: 50%;
  border: 50px solid var(--border-theme-color1);
  content: "";
  height: 380px;
  left: -150px;
  position: absolute;
  top: 80px;
  width: 380px;
}
@media only screen and (max-width: 1199px) {
  .about-section-three .image-column .inner-column:before {
    display: none;
  }
}
.about-section-three .image-column .image-1 {
  margin-bottom: 0;
  position: relative;
}
.about-section-three .image-column .image-2 {
  border: 10px solid #ffffff;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.08);
  max-width: 300px;
  position: absolute;
  right: 88px;
  top: 60px;
}
@media only screen and (max-width: 1199px) {
  .about-section-three .image-column .image-2 {
    display: none;
  }
}
.about-section-three .image-box {
  position: relative;
  display: inline-block;
}
.about-section-three .image-box:after {
  position: absolute;
  left: -70px;
  top: 75px;
  width: 203px;
  height: 200px;
  background-image: url(../images/icons/icon-dots-2.png);
  content: "";
}
.about-section-three .image-box .image {
  position: relative;
  padding-top: 30px;
  padding-right: 30px;
  z-index: 1;
  margin-bottom: 0;
}
.about-section-three .image-box .image:before {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 180px;
  height: 166px;
  border: 4px solid var(--border-theme-color2);
  content: "";
}
.about-section-three .image-box .image img {
  position: relative;
  max-width: 100%;
  z-index: 3;
}
.about-section-three .image-box .experience {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 170px;
  width: 205px;
  padding: 85px 18px 20px;
  overflow: hidden;
  z-index: 2;
}
.about-section-three .image-box .experience:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: var(--bg-theme-color2);
  border-top: 15px solid #ffffff;
  content: "";
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.about-section-three .image-box .experience strong {
  position: relative;
  font-size: 26px;
  line-height: 1em;
  font-weight: 700;
  font-family: var(--title-font);
}
.about-section-three .image-box .experience .text {
  position: relative;
  top: -2px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: var(--theme-color1);
}

/*** 

====================================================================
        About Section Four
====================================================================

***/

/*** 

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

***/
.services-section {
  position: relative;
  padding: 120px 0 90px;
  z-index: 1;
}
.services-section:before {
  background-color: #F8F8F8;
  background-image: url(../images/background/service-bg-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 555px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.service-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-block .inner-box {
  position: relative;
  background-color: #ffffff;
  padding: 15px;
  border: 1px solid #e6e8ed;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-box:hover {
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.service-block .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.service-block .inner-box:hover .image-box .image:after {
  left: 0;
  right: 0;
  opacity: 0;
}
.service-block .image-box {
  position: relative;
}
.service-block .image-box .image {
  overflow: hidden;
  margin-bottom: 0;
}
.service-block .image-box .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .image-box .image: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;
}
.service-block .content-box {
  position: relative;
  padding: 35px 25px 15px;
}
.service-block .content-box .title {
  margin-bottom: 14px;
}
.service-block .content-box .title:hover {
  color: var(--theme-color2);
}
.service-block .content-box .text {
  position: relative;
  margin-bottom: 0;
}
.service-block .content-box .read-more {
  font-size: 12px;
  line-height: 30px;
  color: #808287;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  margin-top: 15px;
}
.service-block .content-box .read-more i {
  margin-left: 10px;
  color: var(--theme-color2);
  font-size: 16px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.service-block .content-box .read-more:hover {
  color: var(--theme-color2);
}
.service-block .content-box .read-more:hover i {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  opacity: 0;
}

.services-section .bottom-text {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 15px 45px;
  position: relative;
  text-transform: capitalize;
}

.services-section .bottom-text .theme-btn.small {
  font-size: 12px;
  font-weight: 600;
  padding: 16px 38px;
}

/*** 

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

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

.service-block-two {
  margin-bottom: 30px;
}
.service-block-two .inner-box {
  position: relative;
  background: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-height: 4px;
  z-index: 2;
  background-color: var(--bg-theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
}
.service-block-two .inner-box:hover .image-box .image:before,
.service-block-two .inner-box:hover .content-box {
  opacity: 0;
  visibility: hidden;
}
.service-block-two .inner-box:hover .hover-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.service-block-two .inner-box:hover .hover-content .icon {
  color: var(--theme-color-white);
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.service-block-two .inner-box:hover .hover-content .title {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.service-block-two .inner-box:hover .hover-content .text {
  opacity: 0.7;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.service-block-two .inner-box .image-box {
  position: relative;
  min-height: 304px;
}
.service-block-two .inner-box .image-box .image {
  position: relative;
  margin-bottom: 0;
  background-color: var(--theme-color2);
}
.service-block-two .inner-box .image-box .image:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  background-color: #fff;
  content: "";
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.service-block-two .inner-box .image-box .image img {
  width: 100%;
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-box .content-box {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  padding: 16px 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.service-block-two .inner-box .content-box .icon {
  background-color: var(--theme-color1);
  bottom: 100%;
  color: var(--theme-color-white);
  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;
  height: 64px;
  position: absolute;
  right: 0;
  width: 64px;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-box .content-box .title {
  color: var(--theme-color2);
  margin-bottom: 0;
}
.service-block-two .inner-box .hover-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 35px 30px 20px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.service-block-two .inner-box .hover-content::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0e0f11;
  opacity: 0.9;
  content: "";
  border-bottom: 4px solid var(--theme-color1);
}
.service-block-two .inner-box .hover-content .icon {
  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;
  height: 64px;
  width: 64px;
  color: var(--theme-color2);
  font-size: 32px;
  background-color: var(--theme-color1);
  margin-bottom: 25px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-box .hover-content .title {
  color: var(--theme-color-light);
  margin-bottom: 18px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-box .hover-content .text {
  color: var(--theme-color-light);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
        Projects Section 
====================================================================

***/

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

/***

====================================================================
    Project Section Two
====================================================================

***/

/***

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

***/

/*** 

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

***/

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

/*** 

====================================================================
	Testimonial Section Three
====================================================================

***/

/***

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

***/
.team-section {
  background-image: url(../images/background/about1-bg.jpg);
  background-repeat: no-repeat;
  padding: 120px 0 80px;
  position: relative;
}

/*** 

====================================================================
    Map Section
====================================================================

***/
.map-section {
  position: relative;
  z-index: 1;
}
.map-section .map {
  position: relative;
  min-height: 492px;
  width: 100%;
  display: block;
}
.map-section.alternate .map {
  min-height: 490px;
}

/*** 

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

***/

.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  background-color: var(--theme-color-light);
  margin-bottom: 10px;
  border: 1px solid transparent;
}
.accordion-box .block.active-block {
  background-color: #fafafc;
  border: 1px solid #ecf0f4;
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
}
.accordion-box .block .acc-btn {
  background-color: var(--bg-theme-color4);
  border-radius: 5px;
  color: var(--theme-color2);
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  padding: 15px 20px;
  padding-right: 70px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn .icon {
  border-radius: 50%;
  color: var(--theme-color2);
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 40px;
}
.accordion-box .block .acc-btn.active {
  background-color: #fafafc;
}
.accordion-box .block .acc-btn.active .icon:before {
  content: "\f107";
}
.accordion-box .block .acc-content {
  display: none;
  position: relative;
}
.accordion-box .block .acc-content .content {
  padding: 20px 30px 20px 30px;
  position: relative;
}
.accordion-box .block .acc-content .content .text {
  color: var(--text-color);
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}
.accordion-box .block .acc-content.current {
  background-color: #fafafc;
  display: block;
}

/***

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

***/

/*** 

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

***/
.fun-fact-section {
  padding: 120px 0 180px;
  position: relative;
}
.fun-fact-section .bg-image {
  background-position: center top;
  height: 455px;
  top: 0;
}
.fun-fact-section .bg-image:before {
  background-color: #0E102A;
  content: "";
  height: 455px;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
}

.counter-block {
  margin-bottom: 50px;
  margin-top: 75px;
  position: relative;
}
.counter-block .inner {
  background-color: #fff;
  background-image: url(../images/icons/pattern-1.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  min-height: 200px;
  margin-bottom: 70px;
  margin-top: -170px;
  padding: 5px 40px 40px;
  position: relative;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .counter-block .inner {
    margin-top: -130px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-block .inner {
    margin-bottom: 100px;
  }
}
.counter-block .inner:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.counter-block .inner:hover .icon {
  background-color: var(--theme-color3);
  border-radius: 50%;
  color: var(--theme-color-white);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.counter-block .icon {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color-white);
  display: block;
  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: 62px;
  font-weight: 600;
  height: 115px;
  margin: -75px auto 0;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 115px;
  z-index: 1;
}
.counter-block .count-box {
  font-family: var(--title-font);
  font-size: 46px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.counter-block .count-box .count-text {
  color: var(--theme-color2);
  font-size: 46px;
  font-weight: 700;
  line-height: 1em;
}
.counter-block .counter-title {
  background-color: var(--theme-color-gray);
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  padding: 10px 10px;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}

/*** 

====================================================================
    Work Section
====================================================================

***/

/*** 

====================================================================
    Work Section Two
====================================================================

***/

/*** 

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

***/

/*** 

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

***/

/***

==================================================================
    Offer Section
==================================================================

***/

/*** 

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

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

/*** 

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

***/

/*** 

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

***/

/*** 

====================================================================
    Video Section TWO
====================================================================

***/

/*** 

====================================================================
    Video Section Three
====================================================================

***/

/*** 

====================================================================
    Video Section Four
====================================================================

***/

/*** 

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

***/

/*** 

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

***/
.call-to-action-three {
  padding: 90px 0 40px;
  position: relative;
  z-index: 2;
}
.call-to-action-three .bg-shape {
  background-image: url(../ankara-ostim-asfalt-makineleri-asvalt-yenimahalle-vogele-finiser.webp);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 62.9%;
}
@media (max-width: 1199.98px) {
  .call-to-action-three .bg-shape {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  .call-to-action-three .bg-shape {
    display: none;
  }
}
.call-to-action-three .bg-image {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 61.1%;
}
.call-to-action-three .bg-image:before {
  background-color: var(--theme-color2);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}
@media (max-width: 991.98px) {
  .call-to-action-three .bg-image {
    width: 100%;
  }
}
.call-to-action-three .sec-title {
  margin-bottom: 40px;
}
.call-to-action-three .sec-title h2 {
  font-size: 40px;
}
@media (max-width: 767.98px) {
  .call-to-action-three .sec-title h2 {
    font-size: 34px;
  }
  .call-to-action-three .sec-title h2 br {
    display: none;
  }
}
.call-to-action-three .title-column .inner-column {
  padding-right: 40px;
}
@media (max-width: 991.98px) {
  .call-to-action-three .title-column .inner-column {
    padding: 0;
    text-align: center;
  }
}
.call-to-action-three .btn-column {
  margin-bottom: 40px;
}
.call-to-action-three .btn-column .inner-column {
  text-align: right;
  padding-top: 20px;
}
@media (max-width: 991.98px) {
  .call-to-action-three .btn-column .inner-column {
    text-align: center;
    padding-top: 0;
  }
}

/***

====================================================================
    Contact Info Section
====================================================================

***/

/***

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

***/

/*** 

====================================================================
        Contact Sectiom Two
====================================================================

***/

/*** 

====================================================================
    Contact Section Three
====================================================================

***/

/*** 

====================================================================
    Contact Section Four
====================================================================

***/

/*** 

====================================================================
    Contact Section Five
====================================================================

***/

/*** 

====================================================================
    Map Section
====================================================================

***/
.map-section {
  position: relative;
  z-index: 1;
}
.map-section .map {
  position: relative;
  min-height: 492px;
  width: 100%;
  display: block;
}
.map-section.alternate .map {
  min-height: 490px;
}

/*** 

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

***/

/*** 

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

***/
.news-section {
  background-color: var(--theme-color-light);
  overflow: hidden;
  padding: 120px 0 90px;
  position: relative;
}

.news-block {
  position: relative;
  margin-bottom: 30px;
}
.news-block .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.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 img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-block .inner-box:hover .content-box {
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}
.news-block .image-box {
  position: relative;
}
.news-block .image-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 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 .content-box {
  background-color: var(--theme-color-light);
  border-radius: 10px 0 10px 10px;
  /* margin-left: 30px; */
  margin-top: -65px;
  padding: 30px 40px;
  position: relative;
  min-width: 100% !important;
}
.news-block .content-box .date {
  background-color: var(--theme-color1);
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--theme-color-light);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 10px;
  padding: 5px 20px;
  position: relative;
  z-index: 1;
}
.news-block .content-box .title {
  font-weight: 800;
  margin-bottom: 7px;
  margin-top: 15px;
}
.news-block .content-box .title:hover {
  color: var(--theme-color1);
}
.news-block .content-box .text {
  margin-bottom: 15px;
}
.news-block .content-box .read-more {
  color: #0f0f0f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 25px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.news-block .content-box .read-more i {
  font-size: 16px;
  margin-right: 10px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.news-block .content-box .read-more:hover {
  color: var(--theme-color2);
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
}
.news-block .content-box .read-more:hover i {
  opacity: 0;
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

/*** 

====================================================================
    News Section Two
====================================================================

***/

/*** 

====================================================================
    News Section Three
====================================================================

***/

/***

====================================================================
    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__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-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(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
}
.product-discription .tab-btn-box .tab-btns li:last-child {
  margin-bottom: 0;
}

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

@media only screen and (max-width: 767px) {
  .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;
  }
}
/***

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

***/

/***

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

***/

/***

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

***/

/***

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

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

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

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

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

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

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

.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;
  color: var(--theme-color2);
  font-weight: 700;
  margin-bottom: 5px;
}

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

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

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

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/

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

/*** 

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

***/
@-webkit-keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.page-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 110px 0 110px;
  min-height: 250px;
}
@media only screen and (max-width: 767px) {
  .page-title {
    padding: 70px 0 60px;
  }
}
.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #131313;
  opacity: 0.6;
  content: "";
}
.page-title .title-outer {
  text-align: center;
}
.page-title .title {
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .page-title .title {
    font-size: 54px;
    margin-bottom: 10px;
  }
}
.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-color1);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-breadcrumb li a:hover {
  color: #ffffff;
}

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

/***
=============================================
    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-btn {
  position: relative;
  display: block;
}
.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;
}

.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: #f5faff;
  border-radius: 15px;
  padding: 19px 40px;
}
.sidebar-service-list li a:hover {
  color: var(--theme-color2);
}
.sidebar-service-list li a:hover i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background-color: var(--theme-color2);
}
.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-color2);
}
.sidebar-service-list li.current a i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background-color: var(--theme-color2);
}

.service-details-help {
  position: relative;
  display: block;
  padding: 57px 55px 50px;
  margin-top: 0px;
  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: #d1ab03;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/

/***

====================================================================
    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;
  font-weight: var(--body-font-weight-bold);
}

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

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

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

/* Nav Links */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 53px;
}
@media only screen and (max-width: 767px) {
  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.nav-links .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: calc(50% - 15px);
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .nav-links .prev {
    width: 100%;
  }
}
.nav-links .prev .thumb {
  margin-right: 20px;
}
.nav-links .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .nav-links .next {
    width: 100%;
  }
}
.nav-links .next .thumb {
  margin-left: 20px;
}
.nav-links > div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nav-links > div .thumb {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.nav-links > div .thumb a {
  display: inline-block;
}
.nav-links > div > a {
  display: inline-block;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  font-size: 20px;
  line-height: 1.637;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  padding: 52px 50px;
  border-radius: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .nav-links > div > a {
    padding: 30px;
  }
}
.nav-links > div > a:hover {
  color: var(--text-color-bg-theme-color1);
  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__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__category {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  border-radius: 10px;
  padding: 45px 30px 38px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__category {
    padding: 30px 15px 30px;
  }
}
.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}
.sidebar__category-list {
  margin: 0;
}
.sidebar__category-list li + li {
  margin-top: 4px;
}
.sidebar__category-list li a {
  color: #757873;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 10px;
}
.sidebar__category-list li a:hover {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li a:hover span {
  color: #ffcd1e;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-color2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}
.sidebar__category-list li.active a {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  border-radius: 10px;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: #ffcd1e;
}

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

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

/*** 

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

***/

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/

/***

====================================================================
        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;
  border-radius: 50%;
  background-color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .icon span {
  color: var(--text-color-bg-theme-color2);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li:hover .icon {
  background-color: var(--theme-color1);
}
.contact-details__info li:hover .icon span {
  color: var(--text-color-bg-theme-color1);
}
.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;
}

/***

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

***/
.main-footer {
  background-color: #181818;
  background-image: url(../images/background/bg-1.png);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.main-footer .upper-box {
  position: relative;
  padding: 50px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-footer .upper-box .contact-info {
  position: relative;
  margin-bottom: 30px;
}
.main-footer .upper-box .contact-info.logo-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 1023px) {
  .main-footer .upper-box .contact-info.logo-box {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
}
.main-footer .upper-box .contact-info .logo {
  margin: 0 auto;
  max-width: 148px;
}
@media only screen and (max-width: 1023px) {
  .main-footer .upper-box .contact-info {
    text-align: center !important;
  }
}
.main-footer .upper-box .contact-info:last-child {
  text-align: right;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.main-footer .upper-box .contact-info .inner-box {
  position: relative;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .main-footer .upper-box .contact-info .inner-box {
    text-align: center !important;
  }
}
.main-footer .upper-box .contact-info .title {
  font-size: 14px;
  color: #7f7f7f;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.main-footer .upper-box .contact-info .text {
  font-size: 22px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
}
.main-footer .upper-box .contact-info .text a {
  color: inherit;
  font-weight: inherit;
}
.main-footer .upper-box .contact-info .text a:hover {
  color: var(--bg-theme-color2);
}
.main-footer .widgets-section {
  position: relative;
  padding: 80px 0 30px;
}
.main-footer .footer-column {
  position: relative;
  margin-bottom: 50px;
}
.main-footer .footer-widget {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main-footer .footer-widget {
    text-align: center;
  }
}
.main-footer .widget-title {
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.main-footer .text {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .main-footer .about-widget {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .main-footer .contacts-widget .social-icon-two {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*=== User LInks ===*/
.user-links {
  position: relative;
}
.user-links li {
  color: #7f7f7f;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0px;
  position: relative;
}
.user-links li:last-child {
  margin-bottom: 0;
}
.user-links li a {
  color: inherit;
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover {
  color: #FFFFFF;
}
.user-links li a:before {
  background-color: var(--bg-theme-color2);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 0;
}
.user-links li a:hover:before {
  width: 100%;
}

/* Subscribe Form */

/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  background-color: #111111;
}
.footer-bottom .inner-container {
  position: relative;
  padding: 30px 15px;
  text-align: center;
}
.footer-bottom .copyright-text {
  color: #7f7f7f;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
}
.footer-bottom .copyright-text p {
  margin-bottom: 0;
}
.footer-bottom .copyright-text a {
  color: inherit;
}
.footer-bottom .copyright-text a:hover {
  color: #ffffff;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}