
/* Nexella | IT Solutions & Technology HTML Template

Template Name: Nexella
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / Two /
5. Sticky Header 
6. Mobile Menu
7. Section Title
8. Page Title
10. Banner Section / Two 
11. About Section / Two 
12. Mission / 
13. Services Section / Two 
14. Process Section / Two 
15. Work Section / Two /
16. Testimonial Section / Two /
17. Why Choose Us / Two
18. Pricing Section
19. team Section / Two
20. Contact Sectiom / Two
21. News Section / Two
22. Marquee / Two / Three
23. Brand Section
24. Video Section
25. Main Footer /Two
**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("animate.css");
@import url("owl.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("jquery-ui.css");
@import url("linear.css");
@import url("select2.min.css");
@import url("fontawesome-free.css");
@import url("fontawesome.css");
@import url("flaticon.css");
@import url("flaticon-set-business.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
:root {
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-light: #070707;
  --theme-color-gray: #282828;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-color1: #1C1C1C;
  --theme-color1-rgb: 34, 36, 41;
  --theme-color2: #FCDB66;
  --theme-color2-rgb: 255, 170, 23;
  --theme-color3: #f4f5f8;
  --theme-color4: #0f0f0f;
  --theme-color5: #FFFFFF1A;
  --theme-color6: #070707;
  --theme-color7: #2B2B2B;
  --theme-color8: #B9BABA;
  --theme-color9: #111111;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --border-theme-color1: var(--theme-color5);
  --border-theme-color2: var(--theme-color6);
  --text-color-bg-theme-color1: #fff;
  --text-color-bg-theme-color2: #0f0f0f;
  --text-color-bg-theme-color3: #fff;
  --gradient-1: linear-gradient(180deg, #0C0C0C 1.56%, #1C1C1C 100%);
  --gradient-2: linear-gradient(to left, rgba(var(--theme-color2-rgb), 1) 0%, rgba(var(--theme-color2-rgb), 0.7) 100%);
  --gradient-3: linear-gradient(-135deg, rgba(23, 23, 23, 0) 50%, var(--theme-color2) 100%);
  --gradient-4: linear-gradient(215deg, rgb(252 219 102 / 83%) 3.09%, rgb(6, 6, 6) 33.06%, rgb(255 255 255 / 21%) 63.59%, rgb(252 219 102) 100.63%);
  --text-color: #A1A1A1;
  --headings-color: #fff;
  --headings-color-2: #000000;
  --link-color: #352f27;
  --link-hover-color: #5b8c51;
  --title-font: "Plus Jakarta Sans", sans-serif;
  --text-font: "Noto Sans", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 1.8;
  --body-font-weight: 400;
  --line-height-heading-h1: 1.2em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 46px;
  --h2-font-size: 46px;
  --h3-font-size: 34px;
  --h4-font-size: 30px;
  --h5-font-size: 18px;
  --h6-font-size: 14px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 600;
  --h4-font-weight: 600;
  --h5-font-weight: 500;
  --h6-font-weight: 600;
  --sec-title-subtitle-color: var(--theme-color-white);
  --sec-title-subtitle-font-size: 18px;
  --sec-title-subtitle-font-family: var(--title-font);
  --sec-title-subtitle-font-weight: 500;
  --sec-title-subtitle-line-height: 1.2em;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: 46px;
  --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: 1350px;
  --small-container-width: 1000px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

iframe {
  border: none !important;
}

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

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

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

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: var(--container-width);
  }
}
/*=== Default Form ===*/
.form-control, .input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}
.form-control::placeholder, .input-text::placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #686a6f;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #686a6f;
}

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

.tm-pricing-smart-switcher {
  color: var(--heading-color);
  font-size: 19px;
  letter-spacing: -0.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 55px;
}
.tm-pricing-smart-switcher .price-offer {
  color: var(--text-color-bg-theme-color2);
  background-color: #333;
  font-size: 12px;
  line-height: inherit;
  padding: 0.5px 12px;
  border-radius: 30px;
  margin-left: 15px;
  text-transform: uppercase;
}
.tm-pricing-smart-switcher .pricing-switcher-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tm-pricing-smart-switcher .pricing-switcher-btn .btn-toggle {
  width: 70px;
  height: 33px;
  border-radius: 17px;
  background-color: rgba(22, 28, 45, 0.15);
  position: relative;
  display: inline-block;
  margin: 0 1rem;
}
.tm-pricing-smart-switcher .pricing-switcher-btn .btn-toggle.secondary-active {
  background-color: var(--theme-color1);
}
.tm-pricing-smart-switcher .pricing-switcher-btn .btn-toggle.secondary-active span {
  right: 7px;
}
.tm-pricing-smart-switcher .pricing-switcher-btn .btn-toggle span {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  right: calc(100% - 27px);
  margin-left: 6px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 500px;
  pointer-events: none;
}

.tm-pricing-smart-switcher-button .switch-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}
.tm-pricing-smart-switcher-button .switch-buttons li {
  display: inline-block;
  margin-bottom: 0;
}
.tm-pricing-smart-switcher-button .switch-buttons li a {
  display: block;
  border: 1px solid #eee;
  outline: none;
  display: inline-block;
  padding: 0.9375rem 2.1875rem;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.4s ease;
  background-color: rgb(254, 253, 254);
  box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
}
.tm-pricing-smart-switcher-button .switch-buttons li a:hover, .tm-pricing-smart-switcher-button .switch-buttons li a.active {
  color: var(--text-color-bg-theme-color2);
  border-color: var(--theme-color2);
  background-color: var(--theme-color2);
}
.tm-pricing-smart-switcher-button .switch-buttons li a span.price-offer {
  color: #fff;
  background-color: #333;
  font-size: 12px;
  line-height: inherit;
  padding: 0.5px 12px;
  border-radius: 30px;
  margin-left: 15px;
  text-transform: uppercase;
}
.tm-pricing-smart-switcher-button .switch-buttons li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tm-pricing-smart-switcher-button .switch-buttons li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tm-switch-buttons-round-yes .tm-pricing-smart-switcher-button .switch-buttons li:first-child a {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.tm-switch-buttons-round-yes .tm-pricing-smart-switcher-button .switch-buttons li:last-child a {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.tm-pricing-smart-switcher-button.round-switch-btn .switch-buttons li:first-child a {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.tm-pricing-smart-switcher-button.round-switch-btn .switch-buttons li:last-child a {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.tm-pricing-plan-switcher {
  color: var(--heading-color);
  letter-spacing: -0.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 55px;
}
.tm-pricing-plan-switcher .price-offer {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  font-size: 12px;
  line-height: inherit;
  padding: 0.5px 12px;
  border-radius: 30px;
  margin-left: 15px;
  text-transform: uppercase;
}
.tm-pricing-plan-switcher .pricing-switcher-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tm-pricing-plan-switcher .pricing-switcher-btn .btn-toggle {
  width: 70px;
  height: 33px;
  border-radius: 17px;
  background-color: rgba(22, 28, 45, 0.15);
  position: relative;
  display: inline-block;
  margin: 0 1rem;
}
.tm-pricing-plan-switcher .pricing-switcher-btn .btn-toggle.secondary-active {
  background-color: var(--theme-color2);
}
.tm-pricing-plan-switcher .pricing-switcher-btn .btn-toggle.secondary-active span {
  right: 7px;
  background-color: var(--text-color-bg-theme-color2);
}
.tm-pricing-plan-switcher .pricing-switcher-btn .btn-toggle span {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  right: calc(100% - 27px);
  margin-left: 6px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 500px;
  pointer-events: none;
}

.tm-pricing-table .price-secondary {
  display: none !important;
}
.tm-pricing-table.show-secondary-price .price-normal {
  display: none;
}
.tm-pricing-table.show-secondary-price .price-secondary {
  display: flex !important;
}

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

@media (max-width: 1200px) {
  .tm-boxed-layout {
    padding-top: 15px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
    padding: 10px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-collapse {
    margin-right: 15px;
  }
  .tm-boxed-layout .navbar-header {
    padding: 15px 0;
  }
  .tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
    margin-right: 0;
  }
}
@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: false;
}
/*** 

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

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

/*** 

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

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

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

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

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

.title a {
  color: inherit;
}

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

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

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

.bg-color3 {
  background-color: var(--theme-color3) !important;
}

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

/*=======================
    Preloader
=======================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: var(--theme-color4);
}

.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 100px;
  margin-left: -50px;
  margin-top: -60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/logo.png);
  background-size: 84px;
  content: "";
}

.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  color: var(--theme-color1);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: none;
}

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

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

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

/*=== List Style Two ===*/
.list-style-two {
  position: relative;
}
.list-style-two li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
  padding-left: 30px;
  margin-bottom: 5px;
}
.list-style-two li i {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme-color2);
  font-size: 18px;
  line-height: 30px;
}
.list-style-two li a {
  display: inline-block;
  color: #ffffff;
  transition: all 300ms ease;
}
.list-style-two li a:hover {
  color: #ffffff;
}

/*=== List Style Three ===*/
.list-style-three {
  position: relative;
}
.list-style-three li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--theme-color1);
  padding-left: 25px;
  margin-bottom: 10px;
}
.list-style-three li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: var(--theme-color2);
}
.list-style-three li a {
  display: inline-block;
  color: #ffffff;
  transition: all 300ms ease;
}
.list-style-three li a:hover {
  color: #ffffff;
}

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

/*Social Icon Two*/
.social-icon-two li {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
.social-icon-two li a {
  position: relative;
  display: inline-block;
  line-height: 42px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  transition: all 300ms ease;
  background: rgb(43, 43, 43);
}
.social-icon-two li a:hover {
  color: var(--theme-color1);
  background-color: var(--bg-theme-color2);
}

/*Social Icon Three*/
.social-icon-three {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-icon-three li {
  position: relative;
  margin-left: 20px;
}

.social-icon-three li a {
  position: relative;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #2f3529;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

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

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

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

.styled-pagination {
  position: relative;
  margin: 0 auto;
  width: 100%;
  margin-top: 60px;
  border-radius: 10px;
  background-color: #f4f2f9;
}
.styled-pagination .swiper-pagination-progressbar-fill {
  background: var(--bg-theme-color2);
}
.styled-pagination .swiper-pagination-progressbar-fill::before {
  position: absolute;
  top: -7px;
  right: 0;
  height: 17px;
  width: 17px;
  background-color: var(--bg-theme-color2);
  border-radius: 50%;
  content: "";
  transform: none;
  display: none;
}

/*======================
    Owl Nav 
======================*/
.default-navs .owl-nav {
  display: flex;
  align-items: center;
}
.default-navs .owl-next,
.default-navs .owl-prev {
  display: block;
  margin: 0px 5px;
  height: 54px;
  width: 54px;
  color: var(--theme-color2);
  background-color: var(--theme-color4);
  border-radius: 50%;
  font-size: 16px;
  line-height: 54px;
  font-weight: 700;
  text-align: center;
  transition: all 500ms ease;
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  background: var(--theme-color2);
  color: var(--theme-color2);
}

/*======================
    Media Play Button 
======================*/
.play-now {
  position: relative;
  display: block;
  z-index: 9;
  transition: all 300ms ease;
  height: 120px;
  width: 120px;
}
.play-now:before {
  position: absolute;
  content: "";
  left: -35px;
  margin: auto;
  top: -35px;
  backdrop-filter: blur(30px);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
}
.play-now::after {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  padding: 1px;
  z-index: 2;
  border: 2px dashed rgba(255, 255, 255, 0.768627451);
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.play-now .icon {
  position: relative;
  display: inline-block;
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  background-color: var(--theme-color2);
  color: var(--bg-theme-color1);
  z-index: 1;
  padding-left: 5px;
  font-size: 20px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  transform-origin: center;
  z-index: 1;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 40%;
  left: 42%;
  height: 80px;
  width: 80px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: ripple 3s infinite;
}

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

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

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 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);
  }
}
/*========================
  Select2 Dropdown Plugin
========================*/
.select2-results__option {
  padding: 0 10px;
  color: #7c858c;
}

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

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

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

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

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  position: relative;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

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

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

.default-dots .owl-dots {
  position: relative;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.default-dots .owl-dots .owl-dot {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background-color: #cdcbcb;
  border: 2px solid #cdcbcb;
  margin-left: 5px;
}
.default-dots .owl-dots .owl-dot:first-child {
  margin-left: 0;
}
.default-dots .owl-dots .owl-dot.active {
  border: 2px solid var(--border-theme-color2);
  background-color: transparent;
}

.rotate {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-position: center center;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*** 

====================================================================
   Nexella button 
====================================================================

***/
.nexella-buton a {
  display: inline-block;
  border: 0;
  font-size: 18px;
  color: var(--bg-theme-color1);
  font-weight: 500;
  padding: 14px 44px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  background: var(--theme-color2);
  animation: 1s 1.6s fadeInUp both;
}
.nexella-buton a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: var(--text-color-bg-theme-color1);
  border-radius: 100px;
  transition: 0.5s;
  transform: scale(0);
}
.nexella-buton a:hover:before {
  transform: scale(1);
}
.nexella-buton a:hover {
  color: var(--bg-theme-color1);
}
.nexella-buton a i {
  position: absolute;
  right: -60px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  top: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  transition: 0.5s;
  background: var(--theme-color2);
  font-weight: var(--h3-font-weight);
  transform: rotate(-45deg);
}
.nexella-buton a:hover i {
  color: var(--bg-theme-color1);
  background: var(--text-color-bg-theme-color1);
  transform: scale(1);
}

/*** 

====================================================================
   Nexella button Style Two
====================================================================

***/
.nexella-buton.style_two a {
  background: transparent;
  border: 1px solid var(--text-color);
  padding: 7px 28px;
  color: var(--text-color);
}
.nexella-buton.style_two a::before {
  background: var(--theme-color1);
}
.nexella-buton.style_two a:hover {
  color: var(--theme-color3);
}
.nexella-buton.style_two a i {
  right: -51px;
  height: 50px;
  width: 50px;
  border: 1px solid var(--text-color);
  line-height: 50px;
  top: -1px;
  background: transparent;
}
.nexella-buton.style_two a:hover i {
  background: var(--theme-color1);
  color: var(--theme-color3);
}

.style_five a {
  padding: 14px 40px;
  font-size: 16px;
  margin-top: 31px;
}

/*** 

====================================================================
   Nexella button Style Three
====================================================================

***/
.nexella-buton-style-three a {
  display: inline-block;
  border: 0;
  font-size: 16px;
  color: var(--bg-theme-color3);
  font-weight: 500;
  padding: 14px 44px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  background: var(--bg-theme-color1);
  animation: 1s 1.6s fadeInUp both;
}
.nexella-buton-style-three a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: var(--theme-color2);
  border-radius: 100px;
  transition: 0.5s;
  transform: scale(0);
}
.nexella-buton-style-three a:hover:before {
  transform: scale(1);
}
.nexella-buton-style-three a:hover {
  color: var(--bg-theme-color1);
}
.nexella-buton-style-three a i {
  position: absolute;
  right: -58px;
  height: 58px;
  width: 58px;
  line-height: 58px;
  top: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  transition: 0.5s;
  background: var(--bg-theme-color1);
  font-weight: var(--h3-font-weight);
  transform: rotate(-45deg);
}
.nexella-buton-style-three a:hover i {
  color: var(--bg-theme-color1);
  background: var(--theme-color2);
  transform: scale(1);
}

.nexella-buton.style_four a {
  font-size: 16px;
  padding: 15px 41px;
}

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

/*** 

====================================================================
   Nexella Style button 
====================================================================

***/
.nexella-style-btn a {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 18px;
  color: var(--theme-color3);
  position: relative;
  z-index: 1;
}
.nexella-style-btn a::before {
  position: absolute;
  content: "";
  right: -35px;
  top: 62%;
  transform: translateY(-50%);
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  background: var(--theme-color1);
  z-index: -1;
  transition: 0.5s;
}
.nexella-style-btn a::after {
  position: absolute;
  content: "";
  right: -35px;
  top: 62%;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  line-height: 70px;
  border-radius: 50%;
  border: 2px solid var(--theme-color2);
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
}
.nexella-style-btn a:hover::after {
  opacity: 1;
  width: 70px;
  height: 70px;
}
.nexella-style-btn a:hover::before {
  opacity: 0;
}
.nexella-style-btn a:hover {
  color: var(--theme-color2);
}
.nexella-style-btn a img {
  margin-left: 18px;
}
.nexella-style-btn.two a::before {
  background: var(--theme-color4);
}

/*** 

====================================================================
    Animation 
====================================================================

***/
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-slow {
  animation-name: float-bob5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-3 {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}
@keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@keyframes float-bob6 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
/*--==============================================->
  <!-- Hosting Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
  animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}
.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes watermark-animate {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*** 

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

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

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

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

.main-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.main-header .header-lower {
  position: relative;
  transition: all 300ms ease;
  padding: 16px 50px;
}
.main-header .header-lower .logo-box {
  min-width: 340px;
  padding: 0;
  position: relative;
}

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

.main-menu {
  position: relative;
}

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

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

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

.main-menu .navigation > li {
  float: left;
  margin-right: 60px;
  padding: 25px 0px;
  position: relative;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li:before {
  background-color: var(--bg-theme-color2);
  bottom: 23px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transition: all 300ms ease;
  width: 0%;
}
.main-menu .navigation > li:hover:before, .main-menu .navigation > li.current:before {
  left: 0;
  width: 100%;
}
.main-menu .navigation > li > a {
  color: var(--theme-color3);
  display: flex;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  opacity: 1;
  padding: 0;
  position: relative;
  text-align: center;
  transition: all 300ms ease;
  font-family: var(--title-font);
}
.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-color2);
}
.main-menu .navigation > li.current > a {
  color: var(--theme-color2);
  font-weight: 700;
}
.main-menu .navigation > li.dropdown > a {
  margin-right: -14px;
  padding-right: 14px;
}
.main-menu .navigation > li.dropdown > a:after {
  content: "\f107";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
  height: 20px;
  line-height: 24px;
  margin-top: -3px;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  z-index: 5;
}
.main-menu .navigation > li.dropdown:hover > ul {
  margin-top: 0;
  opacity: 1;
  top: 100%;
  transition: all 300ms ease;
  visibility: visible;
}

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

.main-menu .navigation > li > ul > li > ul {
  background-color: #ffffff;
  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;
  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-color1);
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin: 0 30px;
  padding: 10px 0;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--theme-color2);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  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 .header-lower .outer-box {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  padding: 10px 0;
  position: relative;
}
.main-header .header-lower .outer-box .theme-btn {
  display: flex;
  font-size: 11px;
  margin-left: 30px;
  padding: 10px 40px;
}
.main-header .header-lower .outer-box .ui-btn-outer {
  margin-right: 40px;
}

.main-header .ui-btn {
  background: none;
  color: var(--text-color);
  display: block;
  font-size: 18px;
  line-height: 30px;
  margin-left: 26px;
  position: relative;
  font-weight: 500;
  text-align: center;
  transition: all 300ms ease;
}
.main-header .ui-btn:hover {
  color: var(--theme-color2);
}

.header-btn {
  line-height: 0;
}
.header-btn a {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  background: var(--theme-color2);
  border-radius: 30px;
  padding: 11px 31px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.header-btn a::before {
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  width: 0;
  transition: 0.5s;
  top: 0;
  background: var(--theme-color3);
  z-index: -1;
}
.header-btn a:hover:before {
  width: 100%;
  left: 0;
}
.header-btn a:hover {
  color: var(--theme-color1);
}
.header-btn a i {
  margin-left: 5px;
  font-size: 16px;
  transition: 0.5s;
  transform: rotate(-45deg);
}

.menubars {
  width: 30px;
  line-height: 5px;
  text-align: right;
  background: transparent;
  position: relative;
  z-index: 1;
  top: -3px;
  margin-left: 40px;
}
.menubars span {
  display: inline-block;
  width: 90%;
  height: 2px;
  background-color: var(--theme-color3);
  transition: all 300ms ease;
}
.menubars span:nth-child(2) {
  width: 100%;
}
.menubars span:nth-child(3) {
  width: 70%;
}

/*** 

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

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

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

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

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

.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,
.sticky-header .navbar-header {
  display: none;
}

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

/*** 

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

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color3);
  display: none;
  top: 0px;
  margin-left: 25px;
  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-color3);
  cursor: pointer;
  z-index: 10;
  transition: all 0.5s ease;
  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: flex;
  flex-direction: column;
  justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--bg-theme-color1);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  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;
  transition: all 0.4s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease 200ms;
  transform: translateX(0%);
}
.mobile-menu-visible .mobile-menu .close-btn {
  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-color2);
}
.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;
  transition: all 300ms ease;
}
.contact-list-one li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: var(--theme-color2);
}
.contact-list-one li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}

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

/*** 

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

***/
.sec-title {
  position: relative;
  margin-bottom: 40px;
}
.sec-title.text-center .sub-title:before {
  left: 50%;
  transform: translateX(-50%);
}
.sec-title .sub-title {
  position: relative;
  top: 0;
  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;
  letter-spacing: 1.3px;
  padding-top: 14px;
  margin-bottom: 28px;
  text-transform: capitalize;
}
.sec-title .sub-title img {
  margin-right: 10px;
  margin-top: -4px;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-position: center center;
}
.sec-title h1 {
  position: relative;
  font-size: 140px;
  line-height: 1em;
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  text-transform: uppercase;
}
.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: -9px;
  margin-bottom: 0;
}
.sec-title p {
  font-size: 18px;
  width: 80%;
  line-height: 28px;
  margin: 24px 0 0;
}
.sec-title span {
  font-weight: 300;
}
.sec-title .text {
  margin-top: 35px;
}
.sec-title.style_two .sub-title {
  padding-top: 0;
  margin-bottom: 24px;
}
.sec-title.style_two h2 {
  font-weight: 400;
  font-size: 42px;
  line-height: 52px;
}
.sec-title.style_two h2 span {
  font-weight: 700;
  font-size: 42px;
  color: var(--theme-color2);
}

.sec-title.style_color h2,
.sec-title.style_color h1 {
  color: var(--headings-color-2);
}
.sec-title.style_color .text {
  color: #AAB3BB;
}
.sec-title.style_color .sub-title {
  color: var(--headings-color-2);
}

p.sec-descrption {
  font-size: 18px;
  line-height: 28px;
}

/*** 

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

***/
.banner-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 950px;
  padding: 0 188px 0;
}
.banner-section .hero_upper {
  margin-top: -30px;
}
.banner-section .content-box {
  position: relative;
  z-index: 2;
}
.banner-section .content-box .title {
  font-size: 110px;
  font-weight: 700;
  color: #ffffff;
  line-height: 120px;
  margin-bottom: 40px;
  animation: 1s 1.6s fadeInUp both;
}
.banner-section .content-box .title span {
  font-weight: 300;
  color: var(--theme-color2);
}
.banner-section .banner_icon-bx {
  display: flex;
  align-items: center;
  gap: 30px;
  position: absolute;
  bottom: 118px;
  left: 30%;
}
.banner-section .banner_icon-bx .banner-icon {
  flex-shrink: 0;
}
.banner-section .banner_icon-bx .banner-text p {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  color: var(--bg-theme-color3);
  width: 46%;
}
.banner-section .hero-img {
  position: absolute;
  right: 10%;
  top: 24%;
  transform: translateY(-50%);
  z-index: -1;
}
.banner-section .hero-img img {
  max-width: inherit;
}
.banner-section .follow-us {
  text-align: center;
  display: flex;
  position: absolute;
  right: 50px;
  bottom: 70px;
}
.banner-section .follow-us .follow-title {
  margin-bottom: 10px;
  color: var(--bg-theme-color3);
  font-size: 14px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
.banner-section .follow-us .follow-title::before {
  position: absolute;
  content: "";
  border: 1px solid rgba(244, 245, 248, 0.7411764706);
  top: 13px;
  left: -90px;
  width: 80px;
}
.banner-section .follow-us .social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.banner-section .follow-us .social-links a {
  display: inline-block;
  color: var(--bg-theme-color3);
  text-decoration: none;
  font-size: 13px;
  transition: 0.3s;
}
.banner-section .follow-us .social-links :hover {
  color: var(--bg-theme-color2);
}
.banner-section .email-link {
  position: absolute;
  left: -15px;
  transform: translateY(50%);
  top: 60%;
}
.banner-section .email-link a {
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  color: var(--theme-color3);
  transform: rotate(-90deg);
  position: relative;
  z-index: 1;
}
.banner-section .email-line {
  position: absolute;
  left: 56px;
  top: 29%;
}

/*** 

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

***/
.banner-section.style_two {
  height: 950px;
}
.banner-section.style_two .hero_upper {
  margin-top: 84px;
}
.banner-section.style_two .content-box .title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 90px;
  line-height: 100px;
}
.banner-section.style_two .content-box .nexella-buton a {
  padding: 13px 44px;
  margin-left: 60px;
}
.banner-section.style_two .content-box .hero-campaign {
  position: absolute;
  right: 29%;
  top: 44%;
  transform: translateY(-50%);
}
.banner-section.style_two .content-box .hero-campaign span.campaign-badge {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  background: var(--theme-color2);
  color: var(--theme-color1);
  padding: 9px 29px;
  border-radius: 40px;
  display: inline-block;
  transform: rotate(-24deg);
}
.banner-section.style_two .content-box .hero-campaign span.campaign-badge::before {
  position: absolute;
  content: "";
  right: -24px;
  top: -14px;
  height: 24px;
  width: 26px;
  background: url(../images/home-2/icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(17deg);
}
.banner-section.style_two .content-box .hero-marketing-box {
  padding: 25px;
  display: flex;
  align-items: center;
  border-radius: 16px;
  width: 300px;
  gap: 20px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: -13%;
  bottom: 35%;
}
.banner-section.style_two .content-box .hero-marketing-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(97deg, rgba(255, 255, 255, 0.65), rgba(0, 0, 0, 0.31));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.banner-section.style_two .content-box .hero-marketing-box .marketing-icon {
  height: 70px;
  width: 70px;
  background: var(--theme-color2);
  border-radius: 10px;
  line-height: 70px;
  text-align: center;
  flex-shrink: 0;
}
.banner-section.style_two .content-box .hero-marketing-box h6.marketing-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
.banner-section.style_two .banner_icon-bx {
  display: flex;
  align-items: center;
  gap: 20px;
  position: inherit;
  bottom: 0;
  left: 0;
  animation: 1s 1.6s fadeInUp both;
  margin-bottom: 42px;
}
.banner-section.style_two .banner_icon-bx .banner-text p {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  color: var(--bg-theme-color3);
  width: 70%;
}
.banner-section.style_two .hero-thumb {
  position: absolute;
  right: 0;
  bottom: -16px;
}

/*** 

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

***/
.about-section {
  position: relative;
  padding: 120px 199px 100px;
  background: var(--theme-color4);
  z-index: 1;
}
.about-section .about-shape {
  position: absolute;
  left: 7%;
  margin: 0;
  bottom: 9%;
  text-align: center;
  z-index: -1;
}
.about-section .container-fluid {
  padding: 0;
}
.about-section .container-fluid .sec-title {
  position: relative;
  margin-bottom: 60px;
  margin-left: 30px;
}
.about-section .container-fluid .sec-title .sub-title {
  padding-top: 35px;
}
.about-section .container-fluid .sec-title .sub-title:before {
  top: 21px;
}
.about-section .container-fluid .about-icon-box {
  border-top-right-radius: 190px;
  border-bottom-right-radius: 190px;
  border-bottom-left-radius: 190px;
  background: #111111;
  display: flex;
  gap: 115px;
  padding: 70px 65px 70px;
  width: 760px;
  margin-left: -142px;
  position: relative;
}
.about-section .container-fluid .about-icon-box::before {
  position: absolute;
  content: "";
  left: 10px;
  top: -10px;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color2);
  border-top-right-radius: 190px;
  border-bottom-right-radius: 190px;
  border-bottom-left-radius: 190px;
  z-index: -1;
}
.about-section .container-fluid .about-icon-box .about-count {
  flex-shrink: 0;
}
.about-section .container-fluid .about-icon-box .about-count span.count-text {
  font-weight: 600;
  font-size: 90px;
  color: var(--theme-color2);
  line-height: 1;
  font-family: var(--title-font);
}
.about-section .container-fluid .about-icon-box .about-count span.plus {
  font-family: var(--sec-title-font-family);
  font-weight: 400;
  font-size: 34px;
  color: var(--theme-color2);
  position: relative;
  top: -54px;
  left: 6px;
}
.about-section .container-fluid .about-icon-box .about-count h6.counter-title {
  font-size: 18px;
  line-height: 24px;
  color: var(--theme-color3);
  margin-top: 10px;
  margin-left: 0;
}
.about-section .container-fluid .about-icon-box .about-content p {
  font-weight: 400;
  line-height: 26px;
  color: var(--text-color);
  margin: 13px 0 38px;
}
.about-section .container-fluid .about-icon-box .dance-sp.bounce-animate2 {
  position: absolute;
  bottom: 6%;
  left: 26%;
}
.about-section .bg-blur {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 119, 60, 0.54) 0%, rgba(255, 119, 60, 0) 100%);
  position: absolute;
  right: 0;
  bottom: 3%;
  height: 555px;
  width: 555px;
  z-index: -1;
  border-radius: 50%;
}
.about-section .bg-blur2 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 119, 60, 0.54) 0%, rgba(255, 119, 60, 0) 100%);
  position: absolute;
  left: 1%;
  bottom: 3%;
  height: 555px;
  width: 555px;
  z-index: -1;
  border-radius: 50%;
}
.about-section .about-shape2 {
  position: absolute;
  right: 5%;
  top: 14%;
  z-index: -1;
}

/*** 

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

***/
.about-section-two {
  position: relative;
  padding: 120px 0 130px;
  background: var(--theme-color-light);
  z-index: 1;
}
.about-section-two .about-shape {
  position: absolute;
  right: -13%;
  margin: 0;
  bottom: -21%;
  text-align: center;
  z-index: 1;
}
.about-section-two .about-shape img {
  width: 75%;
}
.about-section-two .image-column {
  position: relative;
}
.about-section-two .image-column .image-2 {
  position: absolute;
  bottom: -25px;
  right: 64px;
  z-index: 2;
}
.about-section-two .image-column .image-shape {
  position: absolute;
  bottom: 0;
  left: 2%;
}
.about-section-two .image-column .about-campaign {
  position: absolute;
  right: 24%;
  top: 67px;
}
.about-section-two .image-column .about-campaign span.campaign-badge {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  background: var(--theme-color2);
  color: var(--theme-color1);
  padding: 9px 29px;
  border-radius: 40px;
  display: inline-block;
}
.about-section-two .image-column .about-campaign span.campaign-badge::before {
  position: absolute;
  content: "";
  right: -24px;
  top: -14px;
  height: 24px;
  width: 26px;
  background: url(../images/home-2/icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(17deg);
}
.about-section-two .sec-title {
  position: relative;
  margin-bottom: 42px;
}
.about-section-two p.about-qute {
  line-height: 26px;
  padding-left: 30px;
  position: relative;
  width: 84%;
  margin-bottom: 40px;
}
.about-section-two p.about-qute::before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  height: 70px;
  width: 3px;
  background: var(--theme-color2);
}
.about-section-two .main-box {
  display: flex;
}
.about-section-two .main-box .icon-box {
  display: inline-block;
}
.about-section-two .main-box .icon-box .icon {
  float: left;
  margin-right: 20px;
  margin-top: 9px;
}
.about-section-two .main-box .icon-box .icon img {
  transition: 0.5s;
}
.about-section-two .main-box .icon-box h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}
.about-section-two .main-box .icon-box:hover .icon img {
  transform: scaleX(-1);
}
.about-section-two .main-box .icon-box.two {
  margin-left: 77px;
}
.about-section-two .about-icon-box {
  margin-left: 83px;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
.about-section-two .about-icon-box .about-count {
  display: flex;
}
.about-section-two .about-icon-box .about-count span.count-text {
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  color: var(--theme-color2);
}
.about-section-two .about-icon-box .about-count span.plus {
  font-family: var(--sec-title-font-family);
  font-weight: 400;
  font-size: 34px;
  position: relative;
  top: -54px;
  left: 6px;
  color: var(--theme-color2);
}
.about-section-two .about-icon-box .about-count h6.counter-title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 28px;
  margin-left: -8px;
}
.about-section-two .about-content p {
  font-weight: 400;
  line-height: 26px;
  color: var(--theme-color1);
  margin: 13px 0 38px;
}
.about-section-two .nexella-buton a {
  padding: 12px 33px;
  margin-top: 34px;
}
.about-section-two .about-shape2 {
  position: absolute;
  top: 17%;
  right: 6%;
  z-index: -1;
}
.about-section-two .buler-bg {
  position: absolute;
  left: 7%;
  bottom: 9%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 119, 60, 0.54) 0%, rgba(255, 119, 60, 0) 100%);
  height: 620px;
  width: 620px;
  z-index: 1;
}

/*======================================================
  Start Mission Section
========================================================*/
.mission-section {
  padding: 0 0 120px;
  background: var(--theme-color4);
}
.mission-section .icon-box {
  display: flex;
  gap: 20px;
}
.mission-section h4.icon-bx-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 28px;
  font-weight: var(--h5-font-weight);
}
.mission-section p.mission-description {
  line-height: 26px;
  margin-top: 28px;
  width: 85%;
}
.mission-section .mission-list-item {
  border-top: 1px solid var(--border-theme-color1);
  border-bottom: 1px solid var(--border-theme-color1);
  padding: 35px 0 35px;
  position: relative;
  z-index: 1;
}
.mission-section .mission-list-item::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  margin: auto;
  left: 0;
  height: 100%;
  width: 1px;
  background: var(--border-theme-color1);
  z-index: -1;
}
.mission-section .mission-list-item .mission-list {
  text-align: center;
}
.mission-section .mission-list-item .misssion-list-two {
  margin-top: 35px;
  border-top: 1px solid var(--border-theme-color1);
  padding-top: 35px;
  padding-top: 30px;
}
.mission-section .mission-list-item ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.mission-section .mission-list-item ul li {
  font-weight: var(--h5-font-weight);
  font-size: 24px;
  color: var(--theme-color3);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.5s;
}
.mission-section .mission-list-item ul li:hover {
  color: var(--theme-color2);
}

/*** 

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

***/
.services-section {
  position: relative;
  padding: 120px 0 120px 300px;
  z-index: 1;
}
.services-section .container-fluid {
  padding: 0;
}
.services-section .container-fluid .service_single_item {
  background: rgba(255, 255, 255, 0.08);
  padding: 60px 50px 60px;
  position: relative;
  z-index: 1;
}
.services-section .container-fluid .service_single_item::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 1px;
  background: var(--border-theme-color1);
  z-index: -1;
}
.services-section .container-fluid .service_single_item .service_icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
}
.services-section .container-fluid .service_single_item .service_icon img {
  width: inherit !important;
}
.services-section .container-fluid .service_single_item .service_content h4 {
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  margin: 50px 0 25px;
}
.services-section .container-fluid .service_single_item .service_content h4 span {
  font-weight: 300;
}
.services-section .container-fluid .service_single_item .service-btn a {
  display: block;
  color: var(--bg-theme-color3);
  border: 1px solid var(--border-theme-color1);
  border-radius: 30px;
  padding: 10px 30px;
  font-family: var(--sec-title-font-family);
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 40px;
}
.services-section .container-fluid .service_single_item .service-btn a::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--bg-theme-color2);
  z-index: -1;
  transition: 0.5s;
}
.services-section .container-fluid .service_single_item .service-btn a:hover:before {
  width: 100%;
  left: 0;
}
.services-section .container-fluid .service_single_item .service-btn a:hover {
  color: var(--bg-theme-color1);
  border: 1px solid var(--bg-theme-color2);
}
.services-section .container-fluid .service_single_item .service-btn a i {
  float: right;
  display: inline-block;
  transform: rotate(-45deg);
  font-size: 15px;
  transition: 0.5s;
}
.services-section .container-fluid .service-column .inner-column .owl-stage-outer {
  margin-left: 18px;
  margin-top: -40px;
}
.services-section .container-fluid .service-column .inner-column .default-navs .owl-nav {
  display: flex;
  align-items: center;
  position: absolute;
  top: -34%;
  right: 24%;
}
.services-section .container-fluid .service-column .inner-column .default-navs .owl-nav .owl-next,
.services-section .container-fluid .service-column .inner-column .default-navs .owl-nav .owl-prev {
  height: 64px;
  width: 64px;
  color: var(--theme-color2);
  background-color: transparent;
  border: 1px dashed var(--theme-color2);
  line-height: 64px;
}
.services-section .container-fluid .service-column .inner-column .default-navs .owl-nav .owl-next span.fa-solid.fa-arrow-right,
.services-section .container-fluid .service-column .inner-column .default-navs .owl-nav .owl-prev span.fa-solid.fa-arrow-right {
  transform: rotate(-45deg);
}
.services-section .container-fluid .service-column .inner-column .default-navs .owl-nav .owl-next span.fa-solid.fa-arrow-left,
.services-section .container-fluid .service-column .inner-column .default-navs .owl-nav .owl-prev span.fa-solid.fa-arrow-left {
  transform: rotate(45deg);
}
.services-section .container-fluid .service-column .inner-column .default-navs .owl-nav .owl-next:hover,
.services-section .container-fluid .service-column .inner-column .default-navs .owl-nav .owl-prev:hover {
  background: var(--bg-theme-color2);
  color: var(--bg-theme-color1);
}
.services-section .container-fluid .section-title-column {
  margin-left: -69px;
}
.services-section .container-fluid .section-title-column .sec-title {
  margin-bottom: 8px;
}
.services-section .service-bg-blur {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 119, 60, 0.54) 0%, rgba(255, 119, 60, 0) 100%);
  position: absolute;
  left: 7%;
  top: 0;
  height: 550px;
  width: 550px;
  z-index: -1;
  border-radius: 50%;
}

/*===========================
Start sass Icon Single Box
============================*/
.icon-single-box p {
  font-size: 18px;
  margin: 20px 0 34px;
}

/*** 

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

***/
.services-section-two {
  position: relative;
  padding: 115px 0 90px;
  z-index: 1;
}
.services-section-two .sec-title {
  margin-bottom: 0;
}
.services-section-two .sec-title .sub-title {
  padding-top: 0;
}
.services-section-two p.sec-descrption {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.services-section-two .service_single_item {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  margin-bottom: 30px;
}
.services-section-two .service_single_item::before, .services-section-two .service_single_item::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -0.1rem;
  background: conic-gradient(from var(--gradient-angle), var(--theme-color2), var(--theme-color1), var(--theme-color2), var(--theme-color1), var(--theme-color2));
  border-radius: inherit;
  -webkit-animation: rotate 2.5s linear infinite;
  animation: rotate 2.5s linear infinite;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}
.services-section-two .service_single_item:hover::before,
.services-section-two .service_single_item ::after {
  opacity: 1;
}
@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
.services-section-two .service_single_item .service-single-inner {
  background: linear-gradient(0deg, #0C0C0C 0%, #1C1C1C 98.44%);
  padding: 40px 30px 12px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}
.services-section-two .service_single_item .service_icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
}
.services-section-two .service_single_item .service_icon img {
  transition: all 400ms linear;
}
.services-section-two .service_single_item:hover .service_icon img {
  transform: scaleX(-1);
}
.services-section-two .service_single_item .service_content {
  padding-right: 85px;
}
.services-section-two .service_single_item .service_content h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  margin: 26px 0 28px;
  cursor: pointer;
  transition: 0.5s;
}
.services-section-two .service_single_item .service_content h4:hover {
  color: var(--theme-color2);
}
.services-section-two .service_single_item .service_content h4 span {
  font-weight: 300;
}
.services-section-two .service_single_item .service-no {
  position: absolute;
  top: 50px;
  right: 30px;
  font-weight: 500;
  font-size: 24px;
  color: rgba(161, 161, 161, 0.3607843137);
  transition: 0.5s;
}
.services-section-two .service_single_item:hover .service-no {
  color: var(--theme-color2);
}
.services-section-two .service_single_item .service-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.services-section-two .service_single_item .service-img:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear;
}
.services-section-two .service_single_item:hover .service-img:after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}
.services-section-two .buler-bg {
  position: absolute;
  right: 7%;
  bottom: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 119, 60, 0.54) 0%, rgba(255, 119, 60, 0) 100%);
  height: 620px;
  width: 620px;
  z-index: -1;
}
.services-section-two .shape {
  position: absolute;
  right: -13%;
  margin: 0;
  top: -23%;
  text-align: center;
  z-index: 1;
}
.services-section-two .shape img {
  width: 75%;
}

/*** 

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

***/
.testimonial-section {
  position: relative;
  padding: 120px 0 120px;
  background-color: var(--theme-color2);
  z-index: 1;
}
.testimonial-section .testi-shape2 {
  position: absolute;
  left: 0;
  mix-blend-mode: Luminosity;
  z-index: -1;
  bottom: 0;
}
.testimonial-section .sec-title {
  margin-bottom: 60px;
}
.testimonial-section .sec-title .sub-title {
  padding-top: 0;
}
.testimonial-section .tesimonial-img {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.testimonial-section .tesimonial-img::before {
  position: absolute;
  content: "";
  bottom: -2px;
  right: 111px;
  height: 50px;
  width: 50px;
  background: var(--theme-color2);
  z-index: 1;
}
.testimonial-section .tesimonial-img::after {
  position: absolute;
  content: "";
  bottom: 48px;
  right: 111px;
  height: 5px;
  width: 50px;
  background: var(--theme-color6);
  z-index: 1;
}

.testimonial-single_box {
  margin-top: 10px;
}
.testimonial-single_box .testimonial-author {
  padding-left: 50px;
  position: relative;
}
.testimonial-single_box .testimonial-author::before {
  position: absolute;
  left: 0;
  top: 18px;
  width: 40px;
  background: rgba(43, 43, 43, 0.4705882353);
  content: "";
  height: 1px;
}
.testimonial-single_box .testi_content p {
  color: var(--headings-color-2);
  font-size: 20px;
  line-height: 34px;
  margin: 50px 5px 41px 0;
}
.testimonial-single_box .testi-bio h4 {
  color: var(--headings-color-2);
  font-weight: var(--h5-font-weight);
  font-size: 26px;
  margin: 0 0 2px;
}
.testimonial-single_box .testi-bio p {
  font-size: 18px;
  color: var(--headings-color-2);
}

.counter_box {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 48px;
}
.counter_box .count-box {
  font-weight: 600;
  font-size: 80px;
  line-height: 90px;
  color: var(--headings-color-2);
}
.counter_box .count-box span.plus {
  top: -20px;
  position: relative;
  font-size: 50px;
}
.counter_box h6.counter-title {
  color: var(--headings-color-2);
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}

/* Testi Owl carousel*/
.tesimonail_list.default-navs .owl-nav {
  position: absolute;
  top: inherit;
  left: -37%;
  bottom: -44px;
}
.tesimonail_list.default-navs .owl-nav .owl-next {
  display: block;
  margin: 0;
  height: 50px;
  width: 50px;
  color: var(--theme-color1);
  background-color: var(--theme-color2);
  border-radius: 0;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  transition: all 500ms ease;
  margin-top: -99px;
}
.tesimonail_list.default-navs .owl-nav .owl-next:hover {
  background: var(--theme-color3);
}
.tesimonail_list.default-navs .owl-nav .owl-prev {
  display: block;
  margin: 0;
  height: 50px;
  width: 50px;
  color: var(--theme-color1);
  background-color: var(--theme-color3);
  border-radius: 0;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  transition: all 500ms ease;
}
.tesimonail_list.default-navs .owl-nav .owl-prev:hover {
  background: var(--theme-color2);
}

/*** 

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

***/
.testimonial-section-two {
  padding: 120px 0 120px 120px;
  backdrop-filter: blur(10px);
}
.testimonial-section-two .testimonial-single_box-two {
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
  border: 1.5px solid;
  border-image-source: var(--gradient-4);
  border-image-slice: 1;
  border-radius: 10px;
  color: var(--theme-color3);
  margin-right: 40px;
  overflow: hidden;
  border-radius: 10px 0 0 0;
}
.testimonial-section-two .testimonial-single_box-two::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background: var(--theme-color6);
  z-index: -1;
}
.testimonial-section-two .testimonial-single_box-two .tesimonial-thumb {
  flex-shrink: 0;
}
.testimonial-section-two .testimonial-single_box-two .testi_content {
  margin-left: 50px;
  margin-top: -7px;
}
.testimonial-section-two .testimonial-single_box-two .testi_content p {
  color: var(--text-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  margin: 37px 91px 0 0;
}
.testimonial-section-two .testimonial-single_box-two .testi_content .testi_aroow {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-section-two .testimonial-single_box-two .testi_content .testi_aroow span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 34px;
  color: var(--theme-color-white);
}
.testimonial-section-two .testimonial-single_box-two .testi_content .testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 25px;
  gap: 30px;
  padding-left: 70px;
}
.testimonial-section-two .testimonial-single_box-two .testi_content .testimonial-author .testi-bio h4 {
  margin: 0;
  color: var(--text-color-bg-theme-color1);
  position: relative;
  z-index: 1;
}
.testimonial-section-two .testimonial-single_box-two .testi_content .testimonial-author .testi-bio h4::before {
  position: absolute;
  content: "";
  left: -70px;
  top: 19px;
  width: 57px;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
  z-index: -1;
}
.testimonial-section-two .testimonial-single_box-two .testi_content .testimonial-author .testi-bio p {
  font-size: 18px;
  margin: 2px 0 0;
}
.testimonial-section-two .column-right {
  padding-left: 40px;
}
.testimonial-section-two .counter_box-testi {
  margin-top: 63px;
}
.testimonial-section-two .counter_box-testi .count-box {
  font-weight: 400;
  font-size: 70px;
  line-height: 56px;
  color: var(--headings-color-2);
  color: var(--theme-color2);
  display: inline-block;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(244, 245, 248, 0.4117647059);
  padding-bottom: 31px;
  font-family: var(--title-font);
}
.testimonial-section-two .counter_box-testi .count-box span.plus {
  top: -14px;
  position: relative;
  font-size: 50px;
}
.testimonial-section-two .counter_box-testi .count-box .counter-icn {
  margin-top: -14px;
  margin-left: 25px;
}
.testimonial-section-two .counter_box-testi h6.counter-title {
  font-size: 24px;
  font-weight: var(--h5-font-weight);
}
.testimonial-section-two .container-fluid {
  padding: 0;
  margin: 0;
}
.testimonial-section-two .default-navs .owl-nav {
  position: absolute;
  top: inherit;
  right: 41px;
  bottom: 0;
}
.testimonial-section-two .default-navs .owl-nav .owl-next {
  display: block;
  margin: 0;
  height: 50px;
  width: 50px;
  color: var(--theme-color1);
  background-color: var(--theme-color3);
  border-radius: 0;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  transition: all 500ms ease;
  margin-top: -99px;
}
.testimonial-section-two .default-navs .owl-nav .owl-prev {
  display: block;
  margin: 0;
  height: 50px;
  width: 50px;
  color: var(--theme-color1);
  background-color: var(--theme-color2);
  border-radius: 0;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  transition: all 500ms ease;
}
.testimonial-section-two .testi-sp {
  position: absolute;
  bottom: 11%;
  right: 5%;
  z-index: -1;
}

.owl-carousel .owl-item img {
  width: inherit;
}

/*** 

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

***/
.testimonial-section-three {
  padding: 97px 0 120px;
  background: var(--theme-color-light);
}
.testimonial-section-three .sec-title {
  margin-bottom: 60px;
}
.testimonial-section-three .column-right .counter_box-testi {
  float: right;
  margin-top: -7px;
}
.testimonial-section-three .column-right .counter_box-testi .count-box {
  font-weight: 500;
  font-size: 62px;
  line-height: 56px;
  color: var(--headings-color-2);
  color: var(--theme-color2);
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(244, 245, 248, 0.4117647059);
  padding-bottom: 14px;
  font-family: var(--title-font);
}
.testimonial-section-three .column-right .counter_box-testi .count-box span.plus {
  top: -22px;
  position: relative;
  font-size: 40px;
  font-weight: 600;
}
.testimonial-section-three .column-right .counter_box-testi .count-box .counter-icn {
  margin-top: -20px;
  margin-left: 12px;
  height: 60px;
}
.testimonial-section-three .column-right .counter_box-testi h6.counter-title {
  font-size: 24px;
  font-weight: var(--h5-font-weight);
}

.testimonial-single_box-three {
  position: relative;
  z-index: 1;
  margin: 1px 0;
}
.testimonial-single_box-three::before, .testimonial-single_box-three::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -0.1rem;
  background: conic-gradient(from var(--gradient-angle), var(--theme-color2), var(--theme-color1), var(--theme-color2), var(--theme-color1), var(--theme-color2));
  border-radius: inherit;
  -webkit-animation: rotate 2.5s linear infinite;
  animation: rotate 2.5s linear infinite;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  border-radius: 16px;
}
.testimonial-single_box-three:hover::before,
.testimonial-single_box-three ::after {
  opacity: 1;
}
@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
.testimonial-single_box-three .testi-inner {
  border: 1px solid var(--border-theme-color1);
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, #0C0C0C 0%, #1C1C1C 98.44%);
  padding: 40px 40px 15px;
  border-radius: 16px;
}
.testimonial-single_box-three .testimonial-author {
  position: absolute;
  right: 40px;
  top: 40px;
}
.testimonial-single_box-three .testi_aroow {
  margin: 64px 0 18px;
  filter: brightness(0) invert(0.4);
  transition: 0.5s;
}
.testimonial-single_box-three .testi_content p {
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
.testimonial-single_box-three .testi_content .testi-bio h4 {
  font-weight: 500;
  font-size: 24px;
  margin: 42px 0 3px;
}
.testimonial-single_box-three .testi_content .testi-bio p {
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 500;
}
.testimonial-single_box-three:hover .testi_aroow {
  margin: 64px 0 18px;
  filter: brightness(1) invert(0);
}

/*** 

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

***/
.process-section {
  position: relative;
  padding: 115px 0 80px;
  z-index: 1;
}
.process-section .sec-title .sub-title {
  padding-top: 0;
}
.process-section .process-shape {
  position: absolute;
  left: 9%;
  top: 20%;
  z-index: -1;
}
.process-section .process-shape2 {
  position: absolute;
  right: 10%;
  top: 19%;
  z-index: -1;
}

.process-border {
  position: relative;
}
.process-border::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  margin: auto;
  right: 0;
  width: 894px;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #fcdb66, #fcdb66 7px, transparent 4px, transparent 12px);
}

.process-single-box {
  padding: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 90px;
}
.process-single-box::before {
  content: "";
  position: absolute;
  top: -86px;
  left: 50%;
  width: 1.5px;
  height: 29px;
  background-image: repeating-linear-gradient(to bottom, #fcdb66 0 6px, transparent 6px 12px);
}
.process-single-box .process-thumb {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.process-single-box:hover .process-thumb {
  transform: rotateY(180deg);
}
.process-single-box .process-content {
  padding: 0 20px;
}
.process-single-box .process-content h4 {
  font-weight: 500;
  font-size: 28px;
  margin: 20px 0 11px;
}
.process-single-box h3.process-number {
  font-weight: 500;
  font-size: 16px;
  color: var(--theme-color1);
  position: absolute;
  top: -53px;
  left: 0;
  margin: auto;
  right: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  z-index: 1;
  background: var(--theme-color2);
}

/*** 

====================================================================
    Process Section Two
====================================================================

***/
.process-section-two {
  position: relative;
  padding: 135px 0 100px;
}
.process-section-two .sec-title {
  margin-bottom: 50px;
}
.process-section-two .sec-title .sub-title {
  padding-top: 0;
}
.process-section-two .process-bx {
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
.process-section-two .process-bx::before, .process-section-two .process-bx::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -0.1rem;
  background: conic-gradient(from var(--gradient-angle), var(--theme-color2), var(--theme-color1), var(--theme-color2), var(--theme-color1), var(--theme-color2));
  border-radius: inherit;
  -webkit-animation: rotate 2.5s linear infinite;
  animation: rotate 2.5s linear infinite;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}
.process-section-two .process-bx:hover::before,
.process-section-two .process-bx ::after {
  opacity: 1;
}
@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
.process-section-two .process-bx .process-conten {
  background: rgb(10, 10, 10);
  margin-bottom: 20px;
  border: 1px solid var(--border-theme-color1);
  padding: 33px 30px 33px;
  border-radius: 16px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.process-section-two .process-bx .process-conten h3 {
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-size: 26px;
  color: var(--theme-color3);
  margin: 0;
}
.process-section-two .process-bx .process-conten h3 span {
  color: var(--theme-color2);
  font-family: var(--title-font);
  margin-right: 58px;
  position: relative;
  transition: 0.5s;
}
.process-section-two .process-bx .process-conten h3 span::before {
  position: absolute;
  content: "";
  right: -30px;
  top: 3px;
  height: 30px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2901960784);
  transition: 0.5s;
}
.process-section-two .process-bx .process-conten h3 span::after {
  position: absolute;
  content: "";
  right: -64px;
  top: 17px;
  height: 1px;
  width: 50px;
  background: var(--theme-color2);
  opacity: 0;
  transition: 0.5s;
}
.process-section-two .process-bx .process-conten:hover span::before {
  opacity: 0;
}
.process-section-two .process-bx .process-conten:hover span::after {
  opacity: 1;
}
.process-section-two .process-bx .process-conten:hover span {
  margin-right: 80px;
}
.process-section-two .process-img {
  margin-left: 60px;
  margin-top: -17px;
  position: relative;
  z-index: 1;
}
.process-section-two .process-img .process-icon-box {
  position: absolute;
  top: 17%;
  right: 0;
  background: var(--theme-color2);
  text-align: center;
  border-radius: 16px;
  width: 200px;
  padding: 35px 0 20px;
}
.process-section-two .process-img .process-icon-box .process-count span.count-text {
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  color: var(--theme-color1);
}
.process-section-two .process-img .process-icon-box .process-count span.plus {
  font-family: var(--sec-title-font-family);
  font-weight: 400;
  font-size: 34px;
  position: relative;
  top: -31px;
  left: 6px;
  color: var(--theme-color1);
}
.process-section-two .process-img .process-icon-box .process-count h6.counter-title {
  font-size: 18px;
  line-height: 28px;
  margin-top: 24px;
  font-weight: 500;
  color: var(--theme-color1);
}
.process-section-two .process-img .process-sp {
  position: absolute;
  top: -16%;
  z-index: -1;
  right: -32%;
}

/*** 

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

***/
.work-section {
  position: relative;
  padding: 118px 0 90px;
  background: var(--theme-color-light);
  z-index: 1;
  margin-top: -1px;
}
.work-section .work-shapes {
  position: absolute;
  top: 2%;
  left: 28%;
  z-index: -1;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.work-section .sec-title {
  margin-bottom: 60px;
}
.work-section .work-bg-blur {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 119, 60, 0.54) 0%, rgba(255, 119, 60, 0) 100%);
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  height: 555px;
  width: 555px;
  z-index: -1;
  border-radius: 50%;
}

.work-single-box {
  background: var(--theme-color1);
  padding: 30px 30px 30px 212px;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-single-box .work-content h4 {
  font-size: 50px;
  line-height: 61px;
  margin-bottom: 40px;
  position: relative;
  padding-left: 20px;
}
.work-single-box .work-content h4::before {
  position: absolute;
  content: "";
  left: -100px;
  top: 29px;
  background: rgba(244, 245, 248, 0.4117647059);
  width: 100px;
  height: 1px;
}
.work-single-box .work-content h4 span {
  font-weight: 300;
}
.work-single-box .work-content p {
  margin-right: 50px;
  line-height: 26px;
}
.work-single-box .work-content span.work-date {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 18px;
  color: var(--theme-color2);
  margin: 9px 0 56px;
  display: inline-block;
}
.work-single-box .work-content .nexella-buton a {
  font-size: 16px;
  padding: 15px 43px;
}
.work-single-box h3.wokr-number {
  font-weight: 300;
  font-size: 40px;
  color: #A1A1A1;
  position: absolute;
  top: 83px;
  left: 50px;
}
.work-single-box .work-img {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.work-single-box .work-img .work-shape {
  position: absolute;
  bottom: -30px;
  left: -73px;
  transition: 0.5s;
  opacity: 0;
}
.work-single-box:hover .work-shape {
  opacity: 1;
  left: -50px;
  bottom: 0;
}

/*** 

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

***/
.work-section-two {
  background: var(--theme-color-light);
  padding: 115px 50px 120px;
  position: relative;
  z-index: 1;
}
.work-section-two .sec-title {
  margin-bottom: 50px;
}
.work-section-two .sec-title .sub-title {
  padding-top: 0;
}
.work-section-two .work-single-box-two {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  margin-bottom: 30px;
  margin: 0 0 50px;
}
.work-section-two .work-single-box-two::before, .work-section-two .work-single-box-two::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -0.1rem;
  background: conic-gradient(from var(--gradient-angle), var(--theme-color2), var(--theme-color1), var(--theme-color2), var(--theme-color1), var(--theme-color2));
  border-radius: inherit;
  -webkit-animation: rotate 2.5s linear infinite;
  animation: rotate 2.5s linear infinite;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}
.work-section-two .work-single-box-two:hover::before,
.work-section-two .work-single-box-two ::after {
  opacity: 1;
}
@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
.work-section-two .work-single-box-two .work-box-inner {
  background: linear-gradient(0deg, #0C0C0C 0%, #1C1C1C 98.44%);
  padding: 50px 20px 20px;
  border-radius: 16px;
}
.work-section-two .work-single-box-two .work-box-inner.style-two {
  padding: 20px 20px 50px !important;
  background: linear-gradient(0deg, #1C1C1C 0.69%, #0C0C0C 98.44%) !important;
}
.work-section-two .work-single-box-two .work-box-inner.style-two .work-content {
  margin-bottom: 0;
  margin-top: 60px;
}
.work-section-two .work-single-box-two .work-box-inner.style-two .work-content p {
  margin: 0;
}
.work-section-two .work-single-box-two .work-box-inner.style-two .work-buton a {
  top: inherit;
  bottom: -9%;
}
.work-section-two .work-single-box-two.bottom {
  transform: translateY(50px) !important;
}
.work-section-two .work-single-box-two .work-content {
  text-align: center;
  margin-bottom: 40px;
}
.work-section-two .work-single-box-two .work-content h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.5s;
}
.work-section-two .work-single-box-two .work-content h4:hover {
  color: var(--theme-color2);
}
.work-section-two .work-single-box-two .work-content p {
  font-weight: 400;
  font-size: 14px;
  color: var(--theme-color2);
  border: 1px solid var(--border-theme-color1);
  display: inline-block;
  border-radius: 20px;
  padding: 4px 20px;
}
.work-section-two .work-single-box-two .work-img {
  position: relative;
  z-index: 1;
}
.work-section-two .work-single-box-two .work-img:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear;
}
.work-section-two .work-single-box-two .work-img img {
  border-radius: 15px;
}
.work-section-two .work-single-box-two .work-img .work-buton a {
  display: inline-block;
  position: absolute;
  top: -30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: var(--theme-color7);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transform: rotate(-45deg);
  font-size: 16px;
  transition: all 400ms linear;
}
.work-section-two .work-single-box-two:hover .work-img:after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}
.work-section-two .work-single-box-two:hover .work-buton a {
  background: var(--theme-color2);
  color: var(--theme-color1);
}
.work-section-two .container-fluid {
  padding: 0;
  margin: 0;
}
.work-section-two .shape-1 {
  position: absolute;
  top: 13%;
  left: 13%;
  z-index: -1;
}
.work-section-two .shape-2 {
  position: absolute;
  top: 15%;
  right: 12%;
  z-index: -1;
}
.work-section-two .shape-2 img {
  filter: brightness(0) invert(1);
  opacity: 0.5;
}

/***

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

***/
.marquee-section {
  position: relative;
  background-color: var(--theme-color2);
  padding: 100px 0;
}

.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}
.marquee .marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}
.marquee .text {
  font-size: 24px;
  line-height: 1.3;
  color: var(--theme-color4);
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
}
.marquee .text:before {
  position: absolute;
  content: "";
  left: -85px;
  bottom: 0;
  height: 142px;
  width: 240px;
  border: 1px solid var(--theme-color1);
  border-radius: 100px;
}
.marquee .text h1 {
  color: var(--theme-color4);
  text-transform: uppercase;
  margin: 0 57px;
  position: relative;
  font-weight: 700;
  font-size: 70px;
  display: flex;
  align-items: center;
  border: 1px solid var(--theme-color1);
  padding: 28px 80px;
  border-radius: 100px;
}
@media (prefers-reduced-motion: reduce) {
  .marquee .marquee-group {
    animation-play-state: paused;
  }
}

/* Second marquee section Two */
.marquee-section-two {
  position: relative;
  background-color: var(--theme-color2);
  padding: 40px 0;
}

.marquee-two {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}
.marquee-two .marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}
.marquee-two .text {
  font-size: 34px;
  line-height: 1.2;
  color: var(--theme-color4);
  font-weight: 600;
  margin: 0 43px;
  position: relative;
  font-family: var(--title-font);
}
.marquee-two .text:before {
  content: "";
  position: absolute;
  left: -56px;
  top: 10px;
  height: 25px;
  width: 25px;
  background: url(../images/home-2/marque-icon.png);
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@media (prefers-reduced-motion: reduce) {
  .marquee-two .marquee-group {
    animation-play-state: paused;
  }
}

.marquee-three {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}
.marquee-three .marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}
.marquee-three .text {
  font-size: 80px;
  line-height: 1.2;
  color: var(--theme-color3);
  font-weight: 800;
  margin: 0 90px;
  position: relative;
  font-family: var(--title-font);
}
.marquee-three .text:before {
  content: "";
  content: "";
  position: absolute;
  left: -121px;
  top: 19px;
  height: 65px;
  width: 65px;
  background: url(../images/home-2/arrwo-icon.png);
  background-repeat: no-repeat;
}
@media (prefers-reduced-motion: reduce) {
  .marquee-three .marquee-group {
    animation-play-state: paused;
  }
}

/***

====================================================================
    Marquee Section Style Three
====================================================================

***/
.style_three {
  padding: 40px 0;
}
.style_three .marquee .text:before {
  display: none;
}
.style_three .marquee .text h1 {
  margin: 0 55px;
  font-weight: 800;
  font-size: 115px;
  border: 0;
  padding: 0;
  border-radius: 0;
}

.marquee-section-two.four {
  position: relative;
  background-color: var(--theme-color2);
  padding: 37px 0;
}

.marquee-two.four .text {
  font-size: 38px;
  margin: 0 75px;
  line-height: 2;
  text-transform: capitalize;
}
.marquee-two.four .text:before {
  left: -101px;
  top: 13px;
  height: 58px;
  width: 58px;
  background: url(../images/home-4/marque-shap.png);
  background-repeat: no-repeat;
}
@media (prefers-reduced-motion: reduce) {
  .marquee-two.four .marquee-group {
    animation-play-state: paused;
  }
}

.marquee-section-two.five {
  position: relative;
  background-color: var(--theme-color1);
  padding: 27px 0;
}

.marquee-two.five .text {
  font-size: 38px;
  margin: 0 75px;
  line-height: 2;
  text-transform: capitalize;
  font-size: 600;
  color: var(--theme-color3);
}
.marquee-two.five .text:before {
  left: -101px;
  top: 13px;
  height: 58px;
  width: 58px;
  background: url(../images/home-6/rotate.png);
  background-repeat: no-repeat;
}
@media (prefers-reduced-motion: reduce) {
  .marquee-two.five .marquee-group {
    animation-play-state: paused;
  }
}

/* Global keyframes — declared only once */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/***

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

***/
.team-section {
  position: relative;
  padding: 100px 0 90px;
  background: #0A0A0A;
}

.our-team-intro {
  margin-bottom: 10px;
}
.our-team-intro .team-culmn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.our-team-intro .team-des {
  font-size: 18px;
  line-height: 28px;
  width: 62%;
}
.our-team-intro .nexella-buton {
  margin-top: -18px;
  margin-right: 62px;
}
.our-team-intro .nexella-buton a {
  font-size: 16px;
  padding: 15px 40px;
  margin-top: -18px;
}

.team-single-box {
  position: relative;
  margin-bottom: 30px;
}
.team-single-box .inner-box {
  position: relative;
}
.team-single-box .inner-box:hover .image img {
  transform: scale(1.1);
}
.team-single-box .inner-box:hover .social-links {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-single-box .inner-box:hover .name a {
  color: var(--theme-color1);
}
.team-single-box .inner-box:hover .designation {
  color: var(--theme-color1);
}
.team-single-box .inner-box:hover .designation:before {
  background: var(--theme-color1);
}
.team-single-box .inner-box:hover .nexella-hover-bx {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.team-single-box .image-box {
  position: relative;
}
.team-single-box .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 1;
}
.team-single-box .image-box .image img {
  width: 100%;
  transition: all 400ms ease;
}
.team-single-box .info-box {
  padding: 32px 35px 36px;
  background: var(--theme-color7);
  width: 90%;
  left: 42px;
  position: relative;
  transition: all 300ms ease;
  z-index: 1;
}
.team-single-box .info-box .name {
  margin-bottom: 8px;
}
.team-single-box .info-box .name a {
  font-weight: 500;
  z-index: 2;
  font-size: 26px;
  transition: all 300ms ease;
  display: inline-block;
}
.team-single-box .info-box .designation {
  position: relative;
  display: block;
  z-index: 2;
  font-family: var(--title-font);
  transition: all 300ms ease;
  padding-left: 50px;
}
.team-single-box .info-box .designation::before {
  position: absolute;
  left: 0;
  top: 15px;
  width: 40px;
  content: "";
  height: 1px;
  background: var(--border-theme-color1);
  transition: all 300ms ease;
}
.team-single-box .info-box .nexella-hover-bx {
  background: var(--theme-color2);
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}
.team-single-box .info-box .hover-bx {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.team-single-box .info-box .hover-bx2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.team-single-box .info-box .hover-bx3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.team-single-box .info-box .hover-bx4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.team-single-box .share-icon {
  position: absolute;
  left: 42px;
  bottom: 0px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color-white);
  background-color: var(--theme-color2);
  transition: all 300ms ease;
  z-index: 3;
  color: var(--theme-color1);
}
.team-single-box .social-links {
  position: absolute;
  left: 42px;
  bottom: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transform: scaleY(0);
  transform-origin: bottom;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease;
}
.team-single-box .social-links a {
  position: relative;
  height: 50px;
  width: 50px;
  display: block;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: var(--theme-color3);
  transition: all 300ms ease;
  backdrop-filter: blur(10px);
  background: rgba(244, 245, 248, 0.1490196078);
  margin-bottom: 10px;
}
.team-single-box .social-links a:hover {
  color: var(--theme-color2);
}

/***

====================================================================
    team Section Two
====================================================================

***/
.team-section.style-two {
  background: var(--theme-color-light);
  padding: 100px 0 90px;
}
.team-section.style-two .our-team-intro {
  margin-bottom: -5px;
}
.team-section.style-two .outer-bx {
  max-width: 1635px;
  margin: auto;
}

.team-single-box-two {
  position: relative;
  margin-bottom: 30px;
  padding: 25px 20px 28px;
  border-radius: 20px;
  margin-top: 40px;
}
.team-single-box-two.bottom {
  transform: translateY(-40px);
}
.team-single-box-two .image-box {
  position: relative;
  z-index: 1;
}
.team-single-box-two .image-box figure {
  margin: 0;
}
.team-single-box-two .info-box {
  position: relative;
  transition: all 300ms ease;
  z-index: 1;
  margin-top: 8px;
}
.team-single-box-two .info-box .name {
  margin-bottom: 0;
}
.team-single-box-two .info-box .name a {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 22px;
  transition: all 300ms ease;
  display: inline-block;
  color: var(--theme-color-white);
  line-height: 0;
}
.team-single-box-two .info-box .designation {
  position: relative;
  display: block;
  z-index: 2;
  font-family: var(--title-font);
  transition: all 300ms ease;
  font-size: 15px;
  color: var(--theme-color3);
}
.team-single-box-two .share-icon {
  position: absolute;
  left: 20px;
  top: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  background-color: rgb(97, 97, 97);
  transition: all 300ms ease;
  z-index: 3;
  color: var(--theme-color3);
  transition: all 300ms ease;
}
.team-single-box-two .social-links {
  position: absolute;
  left: 20px;
  top: 70px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transform: scaleX(0);
  z-index: 3;
  visibility: visible;
  opacity: 1;
  transition: all 400ms ease;
}
.team-single-box-two .social-links a {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: var(--theme-color3);
  transition: all 300ms ease;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
}
.team-single-box-two .social-links a:hover {
  background: var(--theme-color2);
  color: var(--theme-color1);
}
.team-single-box-two:hover .share-icon {
  background: var(--theme-color1);
}
.team-single-box-two:hover .social-links {
  transform: scaleX(1);
  opacity: 1;
  visibility: visible;
}
.team-single-box-two:hover .info-box {
  margin-left: 20px;
}
.team-single-box-two:hover .name a {
  color: var(--theme-color1);
}
.team-single-box-two:hover .designation {
  color: var(--theme-color1);
}
.team-single-box-two:hover .designation:before {
  background: var(--theme-color1);
}
.team-single-box-two .nexella-hover-bx {
  background: var(--theme-color2);
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}
.team-single-box-two .hover-bx {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
  border-radius: 20px 0 0 20px;
}
.team-single-box-two .hover-bx2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.team-single-box-two .hover-bx3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.team-single-box-two .hover-bx4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 0 20px 20px 0;
}
.team-single-box-two:hover .nexella-hover-bx {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*** 

====================================================================
		Contact Sectiom
====================================================================

***/
.contact-section {
  padding: 85px 0 100px;
  position: relative;
  background: url(../images/main-home/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.contact-section .sec-title .sub-title {
  padding-top: 0;
}
.contact-section .sec-title {
  margin-bottom: 28px;
}
.contact-section .contact-sp {
  position: absolute;
  left: -12%;
  top: 24%;
  z-index: -1;
}

.contact-right-warp {
  margin-top: 37px;
  position: relative;
  z-index: 1;
}
.contact-right-warp .shape {
  position: absolute;
  right: 38%;
  bottom: -13px;
  z-index: -1;
}

.contact-desc {
  color: var(--theme-color7);
  width: 70%;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 70px;
}

.contact-info p {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 24px;
  margin: 0;
  color: var(--theme-color1);
}
.contact-info h4 {
  font-family: Plus Jakarta Sans;
  font-size: 34px;
  font-weight: 600;
  color: var(--theme-color1);
  margin-top: 8px;
}

.contact-forms {
  position: relative;
  margin-left: 80px;
  z-index: 1;
}
.contact-forms .service-info__badge {
  color: var(--theme-color-white);
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 33px;
}
.contact-forms .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-forms .form-group:last-child {
  margin-bottom: 0;
}
.contact-forms .form-group .select2-container--default .select2-selection--single,
.contact-forms .form-group input:not([type=submit]),
.contact-forms .form-group textarea,
.contact-forms .form-group select {
  position: relative;
  display: block;
  height: 55px;
  width: 100%;
  border-radius: 40px;
  padding: 21px 30px;
  font-size: 16px;
  color: var(--theme-color-white);
  background: rgba(255, 255, 255, 0.1);
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
  transition: all 300ms ease;
  backdrop-filter: blur(20px) !important;
}
.contact-forms .form-group ::-webkit-input-placeholder {
  color: var(--theme-color-white);
}
.contact-forms .form-group ::-moz-input-placeholder {
  color: var(--theme-color-white);
}
.contact-forms .form-group ::-ms-input-placeholder {
  color: var(--theme-color-white);
}
.contact-forms .form-group input:focus,
.contact-forms .form-group select:focus,
.contact-forms .form-group textarea:focus {
  border-color: var(--border-theme-color2);
}
.contact-forms .form-group textarea {
  height: 200px;
  resize: none;
}
.contact-forms .form-group input[type=submit],
.contact-forms .form-group .theme-btn {
  display: inline-block;
  border: 0;
  font-size: 16px;
  color: var(--theme-color1);
  font-weight: 500;
  padding: 15px 43px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  background: var(--theme-color2);
  animation: 1s 1.6s fadeInUp both;
  margin-top: 20px;
}
.contact-forms .form-group input[type=submit]:before,
.contact-forms .form-group .theme-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: var(--text-color-bg-theme-color1);
  border-radius: 100px;
  transition: 0.5s;
  transform: scale(0);
}
.contact-forms .form-group input[type=submit]:hover:before,
.contact-forms .form-group .theme-btn:hover:before {
  transform: scale(1);
}
.contact-forms .form-group input[type=submit]:hover,
.contact-forms .form-group .theme-btn:hover {
  color: var(--bg-theme-color1);
}
.contact-forms .form-group input[type=submit] i,
.contact-forms .form-group .theme-btn i {
  position: absolute;
  right: -59px;
  height: 59px;
  width: 59px;
  line-height: 58px;
  top: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  transition: 0.5s;
  background: var(--theme-color2);
  font-weight: var(--h3-font-weight);
  transform: rotate(-45deg);
}
.contact-forms .form-group input[type=submit]:hover i,
.contact-forms .form-group .theme-btn:hover i {
  color: var(--bg-theme-color1);
  background: var(--text-color-bg-theme-color1);
  transform: scale(1);
}
.contact-forms .contact-sps {
  position: absolute;
  top: 0%;
  left: 6%;
  z-index: -1;
}

/*** 

====================================================================
		Contact Sectiom
====================================================================

***/
.contact-section-two {
  padding: 93px 0 120px;
  position: relative;
  background: url(../images/home-2/contact-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.contact-section-two .sec-title .sub-title {
  padding-top: 0;
}
.contact-section-two .sec-title {
  margin-bottom: 28px;
}
.contact-section-two .contact-shape {
  position: absolute;
  right: 9%;
  bottom: 30%;
  z-index: -1;
}
.contact-section-two .contact-right-warp {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-left: 56px;
}
.contact-section-two .contact-right-warp .shape {
  position: absolute;
  right: 38%;
  bottom: -13px;
  z-index: -1;
}
.contact-section-two .contact-desc {
  color: var(--theme-color7);
  width: 70%;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 70px;
}
.contact-section-two .contact-info p {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 24px;
  margin: 0;
  color: var(--theme-color3);
}
.contact-section-two .contact-info h4 {
  font-size: 34px;
  font-weight: 600;
  color: var(--theme-color3);
  margin-top: 8px;
}
.contact-section-two .contact-btn {
  margin-top: 78px;
}
.contact-section-two .contact-btn a {
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--theme-color3);
  position: relative;
}
.contact-section-two .contact-btn a::before {
  position: absolute;
  content: "";
  right: 0;
  top: -22px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border: 2px solid var(--theme-color2);
  border-radius: 50%;
  transition: 0.5s;
  opacity: 0;
}
.contact-section-two .contact-btn a:hover:before {
  right: -25px;
  opacity: 1;
}
.contact-section-two .contact-btn a:hover {
  color: var(--theme-color2);
}
.contact-section-two .contact-btn a img {
  margin-left: 10px;
}
.contact-section-two .contact-forms-two {
  position: relative;
  z-index: 1;
  background-color: var(--theme-color2);
  border-radius: 40px;
  padding: 60px 80px 60px;
  margin-top: -162px;
}
.contact-section-two .contact-forms-two .service-info__badge {
  color: var(--theme-color4);
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact-section-two .contact-forms-two p.contact-des {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: rgba(28, 28, 28, 0.8509803922);
  margin-bottom: 42px;
}
.contact-section-two .contact-forms-two .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-section-two .contact-forms-two .form-group:last-child {
  margin-bottom: 0;
}
.contact-section-two .contact-forms-two .form-group .select2-container--default .select2-selection--single,
.contact-section-two .contact-forms-two .form-group input:not([type=submit]),
.contact-section-two .contact-forms-two .form-group textarea,
.contact-section-two .contact-forms-two .form-group select {
  position: relative;
  display: block;
  height: 50px;
  padding: 0 0 7px 0;
  width: 100%;
  border-radius: 0;
  font-size: 18px;
  color: var(--theme-color1);
  font-weight: 500;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1215686275);
  transition: all 300ms ease;
  background: transparent;
}
.contact-section-two .contact-forms-two .form-group ::-webkit-input-placeholder {
  color: var(--theme-color1);
}
.contact-section-two .contact-forms-two .form-group ::-moz-input-placeholder {
  color: var(--theme-color-white);
}
.contact-section-two .contact-forms-two .form-group ::-ms-input-placeholder {
  color: var(--theme-color-white);
}
.contact-section-two .contact-forms-two .form-group input:focus,
.contact-section-two .contact-forms-two .form-group select:focus,
.contact-section-two .contact-forms-two .form-group textarea:focus {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1215686275);
  background: transparent;
}
.contact-section-two .contact-forms-two .form-group textarea {
  height: 120px;
  resize: none;
  padding: 5px 0;
}
.contact-section-two .contact-forms-two .form-group input[type=submit],
.contact-section-two .contact-forms-two .form-group .theme-btn {
  display: block;
  border: 0;
  font-size: 18px;
  color: var(--theme-color3);
  font-weight: 500;
  padding: 18px 43px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  background: var(--theme-color4);
  animation: 1s 1.6s fadeInUp both;
  text-align: center;
  width: 100%;
  font-family: var(--title-font);
  overflow: hidden;
  margin-top: 20px;
}
.contact-section-two .contact-forms-two .form-group input[type=submit]:before,
.contact-section-two .contact-forms-two .form-group .theme-btn:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  background: var(--text-color-bg-theme-color1);
  border-radius: 100px;
  transition: 0.5s;
}
.contact-section-two .contact-forms-two .form-group input[type=submit]:hover:before,
.contact-section-two .contact-forms-two .form-group .theme-btn:hover:before {
  width: 100%;
  left: 0;
}
.contact-section-two .contact-forms-two .form-group input[type=submit]:hover,
.contact-section-two .contact-forms-two .form-group .theme-btn:hover {
  color: var(--bg-theme-color1);
}
.contact-section-two .contact-forms-two .contact-sps {
  position: absolute;
  top: 0%;
  left: 6%;
  z-index: -1;
}

/*** 

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

***/
.news-section {
  position: relative;
  z-index: 1;
  padding: 100px 0 80px;
  overflow: hidden;
  background: var(--theme-color-light);
}
.news-section .sec-title {
  margin-bottom: 60px;
}
.news-section .nexella-buton {
  margin-top: -28px;
  text-align: right;
  margin-right: 59px;
}
.news-section .news-sp1 {
  position: absolute;
  top: 28%;
  left: 0;
  z-index: -1;
}
.news-section .news-sp2 {
  position: absolute;
  top: 13%;
  right: 5%;
  z-index: -1;
}

.news-block {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.news-block .blog-single-box {
  position: relative;
  transition: all 300ms ease;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  background: var(--theme-color9);
  padding: 25px 25px 36px 25px;
  border-radius: 30px;
}
.news-block .blog-single-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}
.news-block .blog-single-box:hover .image img {
  transform: scale(1.1);
}
.news-block .blog-single-box.style_two {
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.news-block .blog-single-box.style_two .image {
  border-radius: 0;
}
.news-block .blog-single-box.style_two .image img {
  transform: scale(1);
}
.news-block .blog-single-box.style_two .content-box {
  margin-left: 0;
}
.news-block .blog-single-box.style_two .content-box .date {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 14px;
  border: 2px solid var(--border-theme-color1);
  padding: 1px 20px;
  border-radius: 40px;
  display: table;
}
.news-block .blog-single-box.style_two .content-box .title {
  font-weight: 500;
}
.news-block .blog-single-box.style_two .content-box .title span {
  font-weight: 500;
}
.news-block .blog-single-box.style_two .content-box .title strong {
  font-weight: 500;
}
.news-block .blog-single-box.style_two .content-box .blog-author {
  margin-top: 12px;
}
.news-block .blog-single-box.style_two .content-box .blog-author span {
  font-weight: 500;
  font-size: 18px;
  color: var(--theme-color3);
  font-family: var(--title-font);
}
.news-block .blog-single-box.style_two .content-box .blog-author span a {
  color: var(--theme-color2);
}
.news-block .image-box {
  position: relative;
}
.news-block .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 33px;
}
.news-block .image-box .image img {
  display: block;
  width: 100%;
  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;
  transition: all 400ms linear;
}
.news-block .content-box {
  margin-top: 30px;
  margin-left: 30px;
}
.news-block .content-box .date {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 16px;
  border: 2px solid var(--border-theme-color1);
  padding: 3px 20px;
  border-radius: 40px;
  display: table;
}
.news-block .content-box .title {
  margin: 12px 0 0;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-decoration: none;
  transition: 0.5s;
  position: relative;
  display: inline-block;
}
.news-block .content-box .title span {
  font-weight: 200;
  position: relative;
  z-index: 1;
}
.news-block .content-box .title span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--theme-color2);
  transition: all 400ms linear;
  z-index: -1;
}
.news-block .content-box .title:hover span::before {
  width: 100%;
}
.news-block .content-box .title strong {
  color: var(--theme-color3);
  position: relative;
  z-index: 1;
  font-weight: 700;
  transition: all 400ms linear;
}
.news-block .content-box .title strong::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--theme-color2);
  transition: all 400ms linear;
  z-index: -1;
}
.news-block .content-box .title:hover strong::before {
  width: 100%;
}
.news-block .content-box .title:hover strong {
  color: var(--theme-color2);
}
.news-block .content-box .title:hover {
  color: var(--theme-color2);
}
.news-block .content-box .text {
  margin-top: 20px;
}

/*** 

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

***/
.news-section.style_two {
  background: var(--theme-color-light);
  padding: 13px 0 150px;
  z-index: 1;
  overflow: hidden;
}

/***

====================================================================
    Why Choose US Section
====================================================================

***/
.why-choose-us-section {
  background-color: var(--theme-color-light);
  position: relative;
  z-index: 1;
  padding: 115px 0 105px;
}
.why-choose-us-section .sec-title {
  margin-bottom: 0;
}
.why-choose-us-section .sec-title .sub-title {
  padding-top: 0;
}
.why-choose-us-section .nexella-buton {
  text-align: right;
  margin-right: 60px;
}
.why-choose-us-section .nexella-buton a {
  font-size: 16px;
  padding: 14px 42px;
}
.why-choose-us-section .choose-single-box {
  border-bottom: 1px solid var(--border-theme-color1);
  margin-right: 48px;
  margin-bottom: 30px;
  padding-bottom: 4px;
}
.why-choose-us-section .choose-single-box .choose-icon i {
  display: inline-block;
  background: var(--theme-color1);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  color: var(--theme-color2);
  font-size: 26px;
  margin-bottom: 15px;
  transition: all 400ms linear;
  cursor: pointer;
}
.why-choose-us-section .choose-single-box .choose-content h4 {
  font-weight: 500;
  font-size: 26px;
  margin: 0 0 14px;
}
.why-choose-us-section .choose-single-box .choose-content p {
  line-height: 26px;
  font-size: 16px;
}
.why-choose-us-section .choose-single-box:nth-child(2) {
  border-bottom: 0;
}
.why-choose-us-section .choose-single-box:hover .choose-icon i {
  transform: scaleX(-1);
}
.why-choose-us-section .column-right {
  padding-left: 52px;
}
.why-choose-us-section .column-right .choose-single-box {
  margin-right: 0;
}
.why-choose-us-section .choose-thumb {
  margin-left: -10px;
  position: relative;
  z-index: 1;
  margin-top: -40px;
}
.why-choose-us-section .choose-thumb img {
  width: 100%;
}
.why-choose-us-section .choose-thumb .dote-shape {
  position: absolute;
  left: 20%;
  bottom: -22%;
  z-index: -1;
}
.why-choose-us-section .choose-shape {
  position: absolute;
  top: 53px;
  left: 5%;
  right: 0;
  text-align: center;
  z-index: -1;
}
.why-choose-us-section .choose-shape2 {
  position: absolute;
  top: -56%;
  right: 0;
  z-index: -1;
}
.why-choose-us-section .buler-bg {
  position: absolute;
  left: 35%;
  bottom: 5%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 119, 60, 0.54) 0%, rgba(255, 119, 60, 0) 100%);
  height: 577px;
  width: 577px;
  z-index: -1;
}

/***

====================================================================
    Why Choose US Section Two
====================================================================

***/
.why-choose-us-section-two {
  padding: 120px 0 45px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.why-choose-us-section-two .choose-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.why-choose-us-section-two .feature-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 25px;
  max-width: 645px;
}
.why-choose-us-section-two .feature-grid .feature-item {
  position: relative;
  background: #2B2523;
  border-radius: 999px;
}
.why-choose-us-section-two .feature-grid .feature-item::before, .why-choose-us-section-two .feature-grid .feature-item::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -0.1rem;
  background: conic-gradient(from var(--gradient-angle), var(--theme-color2), var(--theme-color1), var(--theme-color2), var(--theme-color1), var(--theme-color2));
  border-radius: inherit;
  -webkit-animation: rotate 2.5s linear infinite;
  animation: rotate 2.5s linear infinite;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  border-radius: 999px;
}
.why-choose-us-section-two .feature-grid .feature-item:hover::before,
.why-choose-us-section-two .feature-grid .feature-item ::after {
  opacity: 1;
}
@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
.why-choose-us-section-two .feature-grid .feature-item .featuer-list {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 24px;
  border-radius: 999px;
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 18px;
  color: var(--theme-color-white);
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.why-choose-us-section-two .nexella-buton {
  margin-top: 45px;
}
.why-choose-us-section-two .nexella-buton a {
  font-size: 16px;
  padding: 14px 43px;
}
.why-choose-us-section-two .btn-box {
  display: inline-block;
  margin-top: 283px;
  margin-left: -75px;
}

/*** 

====================================================================
    Skill Section 
====================================================================

***/
.skill-section {
  position: relative;
  padding: 120px 0 105px;
  background: url(../images/home-2/skill-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.skill-section .outer-box {
  max-width: 1627px;
  margin: 0 auto;
}
.skill-section .inner-column {
  margin-left: 5px;
  width: 81%;
}
.skill-section .sec-title {
  margin-bottom: 50px;
}
.skill-section .sec-title .sub-title {
  padding-top: 0;
}
.skill-section .skill-img {
  position: relative;
  z-index: 1;
}
.skill-section .skill-img .skill-icon-box {
  position: absolute;
  bottom: 0;
  right: 40px;
  background: var(--theme-color1);
  text-align: center;
  border-radius: 16px;
  width: 332px;
  padding: 34px 30px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.skill-section .skill-img .skill-icon-box .skill-coun-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: var(--theme-color2);
  border-radius: 50%;
  margin-top: -14px;
}
.skill-section .skill-img .skill-icon-box .skill-count {
  text-align: left;
}
.skill-section .skill-img .skill-icon-box .skill-count span.count-text {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  color: var(--theme-color3);
  font-family: var(--sec-title-font-family);
}
.skill-section .skill-img .skill-icon-box .skill-count span.plus {
  font-family: var(--sec-title-font-family);
  font-weight: 600;
  font-size: 30px;
  position: relative;
  top: 0px;
  left: 0;
  color: var(--theme-color3);
}
.skill-section .skill-img .skill-icon-box .skill-count h6.counter-title {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-color);
  font-family: var(--text-font);
}
.skill-section .skill-img .skill-img2 {
  position: absolute;
  top: 0;
  z-index: -1;
  right: 40px;
}
.skill-section .skill-img .skill-dot {
  position: absolute;
  top: 41px;
  left: 44%;
  z-index: -1;
}
.skill-section .skill-rotate {
  position: absolute;
  right: -14%;
  bottom: -37%;
  z-index: -1;
}
.skill-section .skill-sp2 {
  position: absolute;
  right: 9%;
  top: 15%;
}

/*================================
Progress Bar
=================================*/
.skills {
  position: relative;
  margin-bottom: 25px;
}
.skills .skill-item {
  position: relative;
  margin-bottom: 25px;
}
.skills .skill-item:last-child {
  margin-bottom: 0px;
}
.skills .skill-item .skill-header {
  position: relative;
  z-index: 3;
  margin-bottom: 12px;
}
.skills .skill-item .skill-header .skill-title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--theme-color3);
  font-family: var(--title-font);
}
.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 7px;
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 5px;
  background: #393939;
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 5px;
  width: 0px;
  transition: all 3000ms ease;
  background: var(--theme-color2);
  border-radius: 30px;
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 18px;
  color: var(--theme-color3);
}

/*===================================================
    Start Pricing Section
=====================================================*/
.pricing-section {
  background: url(../images/home-2/pricing-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0 70px;
  position: relative;
  z-index: 1;
}
.pricing-section .pricing-left-sp {
  position: absolute;
  top: 97%;
  left: 100px;
  z-index: -1;
}
.pricing-section .sec-title {
  margin-bottom: 60px;
}

.pricing-main-bx {
  position: relative;
  z-index: 1;
}
.pricing-main-bx::before, .pricing-main-bx::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -0.1rem;
  background: conic-gradient(from var(--gradient-angle), var(--theme-color2), var(--theme-color1), var(--theme-color2), var(--theme-color1), var(--theme-color2));
  border-radius: inherit;
  -webkit-animation: rotate 2.5s linear infinite;
  animation: rotate 2.5s linear infinite;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  border-radius: 15px;
}
.pricing-main-bx:hover::before,
.pricing-main-bx ::after {
  opacity: 1;
}
@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}

.pricing-single-bx {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  transition: all 300ms ease;
  background: linear-gradient(0deg, #0C0C0C 0%, #1C1C1C 98.44%);
  padding: 36px 40px 30px;
  border: 1px solid var(--border-theme-color1);
  border-radius: 15px;
  overflow: hidden;
}
.pricing-single-bx .inner-box {
  position: relative;
  transition: all 300ms ease;
}
.pricing-single-bx .inner-box h3.popular {
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 14px;
  background: #2B2B2B;
  display: inline-block;
  padding: 9px 21px;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 6px;
}
.pricing-single-bx .inner-box h4.title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
}
.pricing-single-bx .inner-box .price-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pricing-single-bx .inner-box .price-box h4 {
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: var(--theme-color2);
}
.pricing-single-bx .inner-box .price-box .validaty {
  margin-top: 13px;
  font-size: 18px;
}
.pricing-single-bx .inner-box p.pricing-text {
  line-height: 26px;
  margin: 0 29px 38px 0;
}
.pricing-single-bx .inner-box .pricing-btn a {
  display: block;
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 16px;
  color: var(--theme-color3);
  background: var(--theme-color1);
  padding: 13px 20px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pricing-single-bx .inner-box .pricing-btn a::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--theme-color2);
  z-index: -1;
  content: "";
  transition: 0.5s;
}
.pricing-single-bx .inner-box .pricing-btn a i {
  margin-left: 10px;
}
.pricing-single-bx .inner-box:hover .pricing-btn a {
  color: var(--theme-color1);
}
.pricing-single-bx .inner-box:hover .pricing-btn a::before {
  width: 100%;
  left: 0;
}
.pricing-single-bx .inner-box:hover .feature::after {
  opacity: 1;
  width: 100%;
  left: 0;
}
.pricing-single-bx .inner-box:hover .feature::before {
  opacity: 0;
}
.pricing-single-bx .feature {
  margin-top: 64px;
  position: relative;
}
.pricing-single-bx .feature::before {
  position: absolute;
  left: 0;
  top: -35px;
  background: #2B2B2B;
  width: 100%;
  height: 1px;
  content: "";
  transition: 0.5s;
}
.pricing-single-bx .feature::after {
  position: absolute;
  left: 50%;
  top: -35px;
  background: var(--theme-color2);
  width: 0%;
  height: 1px;
  content: "";
  opacity: 0;
  transition: 0.5s;
}
.pricing-single-bx .feature .feature-title {
  font-weight: 500;
  font-size: 20px;
}
.pricing-single-bx .feature ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.pricing-single-bx .feature ul li i {
  color: var(--theme-color2);
  font-size: 18px;
}
.pricing-single-bx .nexella-hover-bx {
  background: var(--theme-color1);
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}
.pricing-single-bx .hover-bx {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.pricing-single-bx .hover-bx2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.pricing-single-bx .hover-bx3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.pricing-single-bx .hover-bx4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.pricing-single-bx:hover .nexella-hover-bx {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pricing-img-column {
  position: relative;
  z-index: 1;
}
.pricing-img-column .pricing-shape {
  position: absolute;
  bottom: 14px;
  right: 35px;
  z-index: 1;
}

/*** 

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

***/
.brand-section {
  position: relative;
  padding: 20px 0 90px;
  background: var(--theme-color-light);
  margin-top: -1px;
}
.brand-section .owl-carousel .owl-item img {
  display: inline-block;
}
.brand-section .shape {
  bottom: -21px;
  position: absolute;
  right: 55px;
}

.sponsors-outer {
  background: var(--gradient-1);
  border: 1px solid var(--border-theme-color1);
  padding: 48px 40px 50px;
  border-radius: 15px;
}

.customar-service {
  justify-content: space-between;
}
.customar-service .customer-stats {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 20px;
  color: var(--theme-color3);
}
.customar-service .highlighted-number {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--theme-color2);
}
.customar-service .highlighted-number span {
  color: var(--bg-theme-color3);
}

.brand-carousel {
  position: relative;
  padding: 30px 0 0;
}

.brand-carousel .slide-item {
  position: relative;
  text-align: center;
  transition: all 300ms ease;
  margin: 1px;
}
.brand-carousel .slide-item::before, .brand-carousel .slide-item::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -0.1rem;
  background: conic-gradient(from var(--gradient-angle), var(--theme-color2), var(--theme-color1), var(--theme-color2), var(--theme-color1), var(--theme-color2));
  border-radius: inherit;
  -webkit-animation: rotate 2.5s linear infinite;
  animation: rotate 2.5s linear infinite;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  border-radius: 10px;
}
.brand-carousel .slide-item:hover::before,
.brand-carousel .slide-item ::after {
  opacity: 1;
}
@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
.brand-carousel .slide-item a {
  position: relative;
  display: block;
  padding: 39px 20px;
  transition: all 300ms ease;
  background: var(--theme-color4);
  border-radius: 10px;
}
.brand-carousel .slide-item:hover a {
  background: linear-gradient(0deg, #1C1C1C 0.69%, #0C0C0C 98.44%);
}

.brand-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  background-color: #ffffff;
  max-width: 110px;
  right: 0;
  margin: -13px auto 0;
}
.brand-carousel .owl-nav .owl-prev,
.brand-carousel .owl-nav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  width: 26px;
  background-color: var(--bg-theme-color3);
  color: #7c858c;
  font-size: 14px;
  margin: 0 3px;
  transition: all 300ms ease;
}
.brand-carousel .owl-nav .owl-prev:hover,
.brand-carousel .owl-nav .owl-next:hover {
  background-color: var(--bg-theme-color2);
  color: #ffffff;
}

.brand-carousel .owl-dots {
  display: none;
}

.faq-section {
  background: var(--theme-color-light);
  padding: 100px 0 105px;
}
.faq-section .image-column {
  position: relative;
  z-index: 1;
}
.faq-section .image-column .icon-sp {
  position: absolute;
  right: 102px;
  top: 0;
  width: 189px;
  height: 235px;
  border-radius: 15px;
  background: var(--theme-color2);
}

/* Accprdion */
.accordion li {
  list-style: none;
  padding: 0 0 35px;
}
.accordion li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  font-family: var(--title-font);
  color: var(--theme-color3) !important;
  background: linear-gradient(90deg, #0C0C0C 6.25%, #1C1C1C 93.75%);
  border: 1px solid var(--theme-color7);
  padding: 12px 18px 12px 35px;
  border-radius: 15px;
  z-index: 1;
}
.accordion li a span {
  position: relative;
}
.accordion li a span:before {
  position: absolute;
  content: "";
  top: -8px;
  right: -593px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid var(--theme-color7);
  background: var(--theme-color-light);
}
.accordion li a:before {
  width: 3px;
  height: 16px;
  background: var(--theme-color3);
  position: absolute;
  right: 36px;
  content: " ";
  top: 22px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.accordion li a:after {
  width: 16px;
  height: 3px;
  background: var(--theme-color3);
  position: absolute;
  right: 30px;
  content: " ";
  top: 28px;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.accordion li a.active {
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  padding: 28px 18px 12px 35px;
}
.accordion li a.active span:before {
  border: 1px solid var(--theme-color7);
  background: var(--theme-color-light);
}
.accordion li a.active:after {
  transform: rotate(0deg);
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  top: 43px;
}
.accordion li a.active:before {
  display: none;
}
.accordion li p {
  display: none;
  padding: 42px 98px 42px 38px;
  margin: 0;
  overflow: hidden;
  font-size: 18px;
  line-height: 28px;
  border: 1px solid var(--theme-color7);
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(90deg, #0C0C0C 6.25%, #1C1C1C 93.75%);
  position: relative;
}
.accordion li p::before {
  position: absolute;
  left: 35px;
  top: 0;
  width: 547px;
  height: 2px;
  background: var(--theme-color7);
  content: "";
}

.sidebar-area {
  background-color: var(--theme-color7);
}
.sidebar-area .offcanvas-header .btn-close {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: transition(all 300ms ease);
  transition: all 300ms ease;
  font-size: 22px;
  color: var(--theme-color3);
  background-color: transparent;
  opacity: 1;
  background-image: none;
  transition: transition(all 300ms ease);
  border: 1px solid var(--theme-color3);
}
.sidebar-area .offcanvas-header .btn-close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar-area .sidebar__body {
  margin-top: 30px;
}
.sidebar-area .sidebar__body .text-white {
  color: var(--theme-color3);
  margin-bottom: 20px;
}
.sidebar-area .sidebar__body .sidebar__text {
  color: var(--theme-text60);
}
.sidebar-area .sidebar__body .sidebar__contact-info li {
  list-style: none;
}
.sidebar-area .sidebar__body .sidebar__contact-info li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar-area .sidebar__body .sidebar__contact-info li i {
  display: inline-block;
  margin-right: 10px;
  color: var(--theme-color2);
  font-size: 18px;
}
.sidebar-area .sidebar__body .sidebar__contact-info li a {
  display: inline-block;
  color: var(--theme-text60);
}
.sidebar-area .sidebar__body .sidebar__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.sidebar-area .sidebar__body .sidebar__btns a {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 8px;
  color: var(--theme-color3);
  border: 1px solid var(--theme-color3);
}
.sidebar-area .sidebar__body .sidebar__btns a:hover {
  background-color: var(--theme-color3);
  color: var(--theme-color-light);
}
.sidebar-area .sidebar__body .sidebar__socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.sidebar-area .sidebar__body .sidebar__socials ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: var(--theme-color3);
  transition: all 300ms ease;
  border: 1px solid var(--theme-color3);
  color: var(--theme-color-light);
}
.sidebar-area .sidebar__body .sidebar__socials ul li a {
  display: inline-block;
  transition: all 300ms ease;
}
.sidebar-area .sidebar__body .sidebar__socials ul li:hover {
  background-color: var(--theme-color2);
  border: 1px solid var(--theme-color2);
}

/***

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

***/
.main-footer {
  background: url(../images/main-home/footer-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Widget Section */
.main-footer .widgets-section {
  position: relative;
  padding: 100px 0 56px;
}
.main-footer .widgets-section::before {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  content: "";
  height: 1px;
  background: var(--theme-color5);
}
.main-footer .widgets-section::after {
  position: absolute;
  left: 0;
  top: 44%;
  width: 100%;
  content: "";
  height: 1px;
  background: var(--theme-color5);
}
.main-footer .footer-column {
  position: relative;
  margin-bottom: 30px;
  padding-right: 55px;
}
.main-footer .footer-column:first-child {
  padding-right: 0;
}
.main-footer .footer-column:last-child {
  padding-right: 0;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .widget-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 18px;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 28px;
}

.footer-upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 165px;
}
.footer-upper .footer-title {
  font-weight: 800;
  font-size: 100px;
  line-height: 110px;
}
.footer-upper .footer-title span {
  color: rgb(97, 97, 97);
}
.footer-upper .footer-icon {
  height: 200px;
  width: 200px;
  line-height: 200px;
  background: var(--theme-color2);
  border-radius: 50%;
  text-align: center;
  float: right;
}

.main-footer .about-widget {
  position: relative;
}
.main-footer .about-widget .logo {
  position: relative;
  margin-bottom: 30px;
  max-width: 190px;
}
@media (max-width: 1199.98px) {
  .main-footer .about-widget .logo {
    margin-bottom: 30px;
  }
}
.main-footer .about-widget p.footer-des {
  line-height: 26px;
  color: var(--theme-color8);
  margin-bottom: 40px;
}

/*=== User LInks ===*/
.user-links {
  position: relative;
}
.user-links li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #8c8f94;
  font-weight: 400;
  margin-bottom: 14px;
}
.user-links li a {
  position: relative;
  display: block;
  transition: all 300ms ease;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-size: 16px;
  color: var(--theme-color3);
  margin-bottom: 32px;
}
.user-links li a:hover {
  color: var(--theme-color2);
}
.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 100%;
  height: 1px;
  background: var(--theme-color5);
  content: "";
  transition: all 300ms ease;
}
.user-links li a::after {
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 0;
  background: var(--theme-color2);
  content: "";
  transition: all 300ms ease;
  opacity: 0;
  height: 1px;
}
.user-links li a:hover::after {
  width: 100%;
  opacity: 1;
}
.user-links li a i {
  float: right;
}

/* Contact Widget */
.contact-widget {
  position: relative;
}
.contact-widget .widget-title {
  padding-bottom: 40px;
  margin-bottom: 0px;
}
.contact-widget .address {
  margin-bottom: 26px;
}
.contact-widget .address p {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 0;
}
.contact-widget .address a {
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin: 8px 0 0;
}

/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  width: 100%;
}
.footer-bottom .inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 1px;
}
.footer-bottom .copyright-text {
  position: relative;
  color: var(--theme-color3);
}
.footer-bottom .copyright-text a {
  color: rgb(161, 161, 161);
}
.footer-bottom .copyright-text a:hover {
  color: #ffffff;
}
.footer-bottom .footer-links-wrapper a {
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 16px;
  color: var(--theme-color3);
  margin-right: 35px;
}
.footer-bottom .footer-links-wrapper a:last-child {
  margin-right: 0;
}

.widgets-section.style_two::after {
  display: none;
}
.widgets-section.style_two::before {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
  width: 69%;
  background: rgba(186, 185, 185, 0.6901960784);
}
.widgets-section.style_two h2.footer-main-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
  margin-top: -5px;
  margin-bottom: 41px;
}

/*** 

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

***/
.page-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 196px 0 110px;
  min-height: 450px;
}
.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #131313;
  opacity: 0.8;
  content: "";
}
.page-title .title {
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 17px;
}
.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}

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

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

/***
=============================================
    Services Details
=============================================
***/
section.services-details {
  padding: 120px 0 120px;
  background: var(--theme-color1);
}

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

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

.service-list {
  background: var(--theme-color4);
  padding: 40px 40px;
}

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

.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 350px);
  gap: 20px;
}
.gallery .gallery-item {
  border-radius: 15px;
  overflow: hidden;
}
.gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery .item1 {
  grid-column: 1/span 8;
  grid-row: 1;
}
.gallery .item2 {
  grid-column: 9/span 4;
  grid-row: 1;
}
.gallery .item3 {
  grid-column: 1/span 4;
  grid-row: 2;
}
.gallery .item4 {
  grid-column: 5/span 8;
  grid-row: 2;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
section.project-details {
  background: var(--theme-color1);
  padding: 120px 0 120px;
}

h2.porject-title {
  font-size: 35px;
  margin: 70px 0 40px;
}

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

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

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

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

.project-details__details-box {
  position: relative;
  border-radius: 10px;
  background-color: var(--theme-color4);
  padding: 43px 50px 50px;
  z-index: 1;
}

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

.project-details__client {
  font-size: 16px;
  color: var(--theme-color2);
  line-height: 24px;
  margin: 0;
}

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

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

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

.project-details__pagination {
  position: relative;
  display: block;
}
.project-details__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project-details__pagination li a {
  font-size: 14px;
  color: #757873;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-details__pagination li a:hover {
  color: var(--theme-color1);
}
.project-details__pagination li a:hover i {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  border: 2px solid var(--theme-color2);
}
.project-details__pagination li .content {
  position: relative;
  display: block;
}
.project-details__pagination li.next {
  float: left;
  position: relative;
}
.project-details__pagination li.next i {
  position: relative;
  height: 52px;
  width: 52px;
  border: 2px solid rgba(255, 255, 255, 0.4784313725);
  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%;
  font-weight: 800;
  color: var(--theme-color2);
  font-size: 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 20px;
  z-index: 1;
}
.project-details__pagination li.next .content {
  text-align: left;
}
.project-details__pagination li.previous {
  position: relative;
  float: right;
}
.project-details__pagination li.previous i {
  position: relative;
  height: 52px;
  width: 52px;
  border: 2px solid rgba(255, 255, 255, 0.4784313725);
  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%;
  font-weight: 800;
  color: var(--theme-color2);
  font-size: 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-left: 20px;
  z-index: 1;
}
.project-details__pagination li.previous .content {
  text-align: right;
}

/***

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

***/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 100px;
  background: var(--theme-color1);
}

.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;
  align-items: center;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  display: flex;
  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: flex;
  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-color3);
}
.blog-details__meta li a i {
  color: var(--theme-color2);
  margin-right: 6px;
}

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

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

.blog-details__tags span {
  color: var(--theme-color3);
  font-size: 20px;
  margin-right: 14px;
  font-weight: var(--body-font-weight-bold);
}
.blog-details__tags a {
  position: relative;
  font-size: 16px;
  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-color3);
  color: var(--theme-color4);
  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-color4);
  background-color: var(--theme-color2);
  font-size: 15px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.blog-details__social-list a:hover {
  color: var(--theme-color1);
  background: var(--theme-color4);
}
.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--theme-color2);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.blog-details__social-list a + a {
  margin-left: 10px;
}

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

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

/* Nav Links */
.nav-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 53px;
}
@media only screen and (max-width: 767px) {
  .nav-links {
    flex-direction: column;
    gap: 20px;
  }
}
.nav-links .prev {
  display: flex;
  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: flex;
  align-items: center;
  height: 100%;
  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);
  padding: 52px 50px;
  border-radius: 10px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3490196078);
}
@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__search {
  position: relative;
  display: block;
  padding: 40px;
  background: var(--theme-color4);
  border-radius: 10px;
}

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

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 40px 30px;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color4);
  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;
  background: var(--theme-color1);
  border-radius: 10px;
}
@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:hover .sidebar__post-content a {
  color: var(--theme-color1);
}
.sidebar__post .sidebar__post-list li:hover .sidebar__post-content-meta {
  color: var(--theme-color1) !important;
}
.sidebar__post .sidebar__post-list li + li {
  margin-top: 11px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  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: var(--theme-color-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: #d1d5cf !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--theme-color2);
  font-size: 14px;
  padding-right: 3px;
}

.sidebar__category {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color4);
  border-radius: 10px;
  padding: 45px 40px 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: #f9f9f9;
  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: 5px;
  background: var(--theme-color1);
  margin-bottom: 12px;
}
.sidebar__category-list li a:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--theme-color1);
  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);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--theme-color4);
  border-radius: 5px;
  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-color4);
  padding: 46px 40px 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: var(--theme-color2);
  display: inline-block;
  padding: 5px 28px 5px;
  margin-left: 5px;
  border-radius: 30px;
}
.sidebar__tags-list a:hover {
  color: var(--theme-color1);
  background: var(--theme-color3);
}
.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

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

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

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

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

/*** 

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

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

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

/*=======================================
    Start Team Details
=========================================*/
.team-details {
  padding: 120px 0 120px;
  background: var(--theme-color1);
  position: relative;
  overflow: hidden;
}
.team-details .team-shape1 {
  position: absolute;
  left: 0;
  bottom: -44px;
}
@media only screen and (max-width: 1023px) {
  .team-details .team-shape1 {
    display: none;
  }
}
.team-details .team-shape2 {
  position: absolute;
  right: 0;
  top: -44px;
}
@media only screen and (max-width: 1023px) {
  .team-details .team-shape2 {
    display: none;
  }
}

.team-card {
  display: flex;
  background: var(--theme-color4);
  gap: 90px;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .team-card {
    gap: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .team-card {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .team-card {
    display: block;
  }
}
.team-card::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 10px;
  width: 100%;
  background: var(--theme-color2);
}
.team-card .team-img {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .team-card .team-img {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .team-card .team-img {
    margin-bottom: 20px;
  }
}
.team-card .team-info {
  padding: 0 40px 30px;
}
@media only screen and (max-width: 1023px) {
  .team-card .team-info {
    padding: 0 20px 30px;
  }
}
.team-card .team-info h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .team-card .team-info h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .team-card .team-info h2 {
    font-size: 30px;
  }
}
.team-card .team-info .designation {
  font-size: 17px;
  padding-left: 45px;
  margin: 8px 0 25px;
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .team-card .team-info .designation {
    font-size: 16px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .team-card .team-info .designation {
    width: 100%;
  }
}
.team-card .team-info .designation::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 12px;
  width: 35px;
  height: 1px;
  background: var(--text-color);
}
.team-card .team-info .team-desc {
  font-size: 17px;
  width: 87%;
  margin-bottom: 40px;
}
.team-card .team-info .contact-info .contact-box {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 599px) {
  .team-card .team-info .contact-info .contact-box {
    gap: 20px;
  }
}
.team-card .team-info .contact-info .contact-box .icon {
  height: 85px;
  width: 85px;
  line-height: 85px;
  text-align: center;
  border: 1px solid rgba(104, 104, 104, 0.2);
  flex-shrink: 0;
  border-radius: 50%;
}
.team-card .team-info .contact-info .contact-box .icon i {
  background: var(--theme-color1);
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: var(--theme-color2);
  font-size: 22px;
}
.team-card .team-info .contact-info .contact-box span {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  display: inline-block;
  margin-bottom: 11px;
}
.team-card .team-info .contact-info .contact-box p {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: var(--heading-color);
  font-family: var(--title-font);
  cursor: pointer;
}
@media only screen and (max-width: 599px) {
  .team-card .team-info .contact-info .contact-box p {
    font-size: 18px;
  }
}
.team-card .team-info .contact-info .contact-box:last-child {
  margin-bottom: 0;
}
.team-card .team-info .social-links {
  position: absolute;
  right: 110px;
  bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .team-card .team-info .social-links {
    right: 40px;
  }
}
.team-card .team-info .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--theme-color2);
  color: var(--theme-color-white);
  font-size: 16px;
  transition: 0.3s;
  margin-bottom: 10px;
  color: var(--theme-color4);
}
.team-card .team-info .social-links a:hover {
  background: var(--theme-color1);
  color: var(--theme-color-white);
}
.team-card .team-info .social-links a:last-child {
  margin-bottom: 0;
}

.team-info-details h2.team-info-title {
  font-size: 45px;
  font-weight: 600;
}
@media only screen and (max-width: 599px) {
  .team-info-details h2.team-info-title {
    font-size: 30px;
  }
}

.team-qualifications h2.team-qualify-title {
  font-size: 22px;
  font-weight: 500;
  margin: 50px 0 28px;
}
.team-qualifications .team-lists ul li {
  font-size: 17px;
  font-weight: 400;
  font-family: var(--text-font);
  position: relative;
  padding-left: 25px;
  margin-bottom: 22px;
}
.team-qualifications .team-lists ul li::before {
  position: absolute;
  left: 0;
  top: 8px;
  height: 9px;
  width: 9px;
  background: #686868;
  content: "";
  border-radius: 20px;
}

.team-contact-form {
  background: var(--theme-color4);
  padding: 80px 40px;
  margin-top: 120px;
  border-radius: 10px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .team-contact-form {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .team-contact-form {
    margin-top: 80px;
  }
}
.team-contact-form .form-box {
  margin-bottom: 25px;
}
.team-contact-form .form-box input {
  transition: 0.3s;
  outline: 0;
  width: 100%;
  height: 60px;
  background: var(--theme-color1);
  border-radius: 10px;
  padding: 0 30px;
  border: 0;
  color: var(--theme-color-white);
}
.team-contact-form .form-box input::placeholder {
  color: var(--theme-color-white);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 17px;
}
.team-contact-form .form-box textarea {
  width: 100%;
  height: 150px;
  border: 0;
  border-radius: 10px;
  padding: 25px 30px;
  background: var(--theme-color1);
  outline: 0;
  color: var(--theme-color-white);
}
.team-contact-form .form-box textarea::placeholder {
  color: var(--theme-color-white);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 17px;
}
.team-contact-form .contact-form {
  margin-top: 15px;
}
.team-contact-form .contact-form button {
  display: inline-block;
  font-family: var(--text-font);
  color: var(--theme-color4);
  background-color: var(--theme-color2);
  padding: 15px 40px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}
.team-contact-form .contact-form button::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color-white);
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.team-contact-form .contact-form button:hover::after {
  width: 100%;
  left: 0;
}

/***

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

***/
section.contact-details {
  background: var(--theme-color4);
  padding: 105px 0 120px;
}

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

.themes-btn {
  padding: 14px 35px;
  margin: 0 10px 0 0;
  transition: 0.5s;
}
.themes-btn:hover {
  background: var(--theme-color2);
  color: var(--theme-color1);
}

/*# sourceMappingURL=style.css.map */
