/*===============================================
Template Name: Solvet - IT Solutions & Technology HTML5 Template
Author:  https://www.templatemonster.com/authors/drtheme/
Description: Description
Version: 1.0.0
Text Domain: Solvet
Tags:  agency, ai, business, chatgpt, cyber security, education, it agency, it services, it solutions, security, software, software company, tech, technology, technology company
================================================*/
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TWO / Three / Four / Five
5. Sticky Header 
6. Mobile Menu
7. Section Title
8. Page Title
9. Main Slider
10. Banner Section / Two / Three / Four
11. Features Section / Two / Three / Four / Five / Six
12. About Section / Two / Three / Four / Five / Six
13. Services Section / Two / Three / Four / Five
14. Map Section
15. Call To Action / Two / Three / Four / Five
16. Locations Section / Two
17. Offer Section / Two / Three / Four
18. FAQ's Sectiom / Two
19. Work Section
20. Fun Fact Section / Two
21. Project Section / Two / Three
22. Testimonial Section / Two / Three / Four
23. Why Choose Us / Two / Three
24. Industries Section
25. Pricing Section
26. team Section / Two
27. Contact Sectiom / Two / Three / Four
28. News Section / Two
29. Clients Section
30. Main Footer
**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Space+Grotesk:wght@300..700&display=swap");
@import url("animate.css");
@import url("swiper.min.css");
/*@import url("magnific.css");*/
/*@import url("linear.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");*/
@import url("odometer-theme-default.css");
@import url("cusor-text.css");
/*@import url("nice-select.css");*/
:root {
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-light: #f8f5f0;
  --theme-color-gray: #f6f6f6;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-color1: #1a2540;
  --theme-color1-rgb: 34, 36, 41;
  --theme-color2: #bca861;
  --theme-color2-rgb: 255, 170, 23;
  --theme-color3: #e0fff1;
  --theme-color4: #e3f0ff;
  --theme-bg-color1: #f8f9f5;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --border-theme-color1: var(--theme-color1);
  --border-theme-color2: var(--theme-color2);
  --border-theme-color3: var(--theme-color3);
  --text-color-bg-theme-color1: #fff;
  --text-color-bg-theme-color2: #0f0f0f;
  --text-color-bg-theme-color3: #fff;
  --gradient-1: linear-gradient(to bottom, #ffffff, #e0fff1);
  --gradient-2: linear-gradient(
    313.49deg,
    #fff4dd 2.4%,
    #f1ffde 49.55%,
    #e7ffd8 82.23%
  );
  --gradient-3: linear-gradient(180deg, rgba(12, 35, 24, 0) 40%, #0c2318 100%);
  --gradient-4: linear-gradient(180deg, rgba(12, 35, 24, 0) 30%, #0c2318 70%);
  --gradient-5: linear-gradient(
    270deg,
    rgba(12, 35, 24, 0) 41.35%,
    #0c2318 90%
  );
  --gradient-6: linear-gradient(180deg, rgba(12, 35, 24, 0) 30%, #0c2318 95%);
  --text-color: #616161;
  --heading-color: #09001d;
  --link-color: #0c2318;
  --link-hover-color: #5b8c51;
  --text-font: "Nunito", sans-serif;
  --title-font: "Space Grotesk", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 28px;
  --body-font-weight: 400;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 45px;
  --h2-font-size: 40px;
  --h3-font-size: 31.2px;
  --h4-font-size: 23.2px;
  --h5-font-size: 18px;
  --h6-font-size: 14px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 700;
  --h6-font-weight: 700;
  --sec-title-subtitle-color: var(--theme-color2);
  --sec-title-subtitle-font-size: 13px;
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 700;
  --sec-title-subtitle-line-height: 1.2em;
  --sec-title-color: var(--heading-color);
  --sec-title-font-size: 50px;
  --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(--heading-color);
  --theme-black: #222429;
  --container-width: 1350px;
  --main-container-width: 1320px;
  --small-container-width: 1000px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
}

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

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

::-webkit-selection {
  background: var(--theme-color2); /* 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;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

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

html {
  overflow-y: scroll;
  scrollbar-color: var(--theme-color2) #000;
  scrollbar-width: thin;
}

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(--heading-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(--heading-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: #09001d;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

label {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

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

/*
 *	boxed-layout.scss
 * -----------------------------------------------
*/
.tm-boxed-layout {
  background-color: #0c2318;
  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;
  }
}
/*** 

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

/*** 

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

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

/*** 

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

***/
.boxed {
  position: relative;
  /*width: calc(100% - 80px);
  margin: 0 40px 0;*/
  height: 100%;
  left: 0;
  z-index: 5;
}
@media only screen and (max-width: 1439px) {
  .boxed {
    width: calc(100% - 40px);
    margin: 0 20px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .boxed {
    width: calc(100% - 40px);
    margin: 0 20px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .boxed {
    width: calc(100% - 0px);
    margin: 0;
  }
}

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

.main-container {
  position: static;
  max-width: var(--main-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;
}

/*==========================
	Prelaoder
===========================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}
.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  color: var(--theme-color-black);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  content: "Loading";
  text-transform: uppercase;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.preloader .loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -75px 0 0 -50px;
  border-radius: 50%;
  border: 3px solid #bca861;
  border-top-color: #1a2540;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.preloader .loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #bca861;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.preloader .loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9ed98;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*=======================
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;
}

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

/*=== 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 {
  position: relative;
  display: flex;
}
.social-icon-two li {
  position: relative;
  display: flex;
  margin-left: 10px;
}
.social-icon-two li:first-child {
  margin-left: 0;
}
.social-icon-two li a {
  position: relative;
  display: block;
  line-height: 40px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  border-radius: 50%;
  background-color: #2c2e33;
  transition: all 300ms ease;
}
.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;
}

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

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  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);
  }
}
.play-now-two {
  height: 92px;
  width: 92px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 12px;
  border: 0.5px solid var(--border-theme-color1);
  color: #ffffff;
  transition: all 300ms ease;
  animation: zoom-one 3s infinite linear;
}
.play-now-two:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 62px;
  width: 62px;
  border-radius: 50%;
  background-color: var(--bg-theme-color1);
  content: "";
}
.play-now-two i {
  position: relative;
}
.play-now-two:hover {
  color: #ff9205;
  background-color: #ffffff;
}

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

/***===========================
  Main Header style one
=========================***/
.main-header {
  position: relative;
  z-index: 999;
}

.main-header .header-lower.style_inner-header {
  background: var(--theme-color2);
  padding: 7px 105px 7px 100px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .main-header .header-lower.style_inner-header {
    padding: 7px 50px 7px 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-header .header-lower.style_inner-header {
    padding: 7px 40px 7px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-header .header-lower.style_inner-header {
    padding: 7px 30px 7px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .main-header .header-lower.style_inner-header {
    padding: 7px 30px 7px 30px;
  }
}
.main-header .header-lower.style_inner-header .main-menu .navigation {
  background: transparent;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.7215686275);
  border-radius: 40px;
}
.main-header .header-lower.style_inner-header .main-menu .navigation li > a {
  color: rgba(255, 255, 255, 0.8196078431);
}
.main-header
  .header-lower.style_inner-header
  .main-menu
  .navigation
  li
  > a:hover {
  background: transparent;
}
.main-header
  .header-lower.style_inner-header
  .main-menu
  .navigation
  li.current
  > a {
  background: transparent;
}
.main-header
  .header-lower.style_inner-header
  .main-menu
  .navigation
  li
  > ul
  > li
  > a {
  color: var(--theme-color2);
}

.main-header .header-lower {
  position: relative;
  transition: all 300ms ease;
  padding: 4px 65px 0 60px;
  z-index: 1;
}
@media only screen and (max-width: 1700px) {
  .main-header .header-lower {
    padding: 6px 70px 0 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-header .header-lower {
    padding: 6px 0 0 45px;
  }
}
@media only screen and (max-width: 599px) {
  .main-header .header-lower {
    padding: 6px 0 0 10px;
  }
}
.main-header .header-lower.style_two {
  background: var(--theme-color3);
  padding: 6px 65px 12px 60px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-header .header-lower.style_two {
    background: var(--theme-color2);
  }
}
@media only screen and (max-width: 424px) {
  .main-header .header-lower.style_two {
    background: var(--theme-color2);
  }
}
.main-header .header-lower.style_two::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 96%;
  width: 335px;
  border-radius: 0 50px 50px 0;
  background: var(--theme-color2);
  z-index: -1;
}
@media only screen and (max-width: 1439px) {
  .main-header .header-lower.style_two::before {
    width: 300px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .main-header .header-lower.style_two::before {
    width: 250px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-header .header-lower.style_two::before {
    display: none;
  }
}
@media only screen and (max-width: 424px) {
  .main-header .header-lower.style_two::before {
    display: none;
  }
}
.main-header .header-lower.style_two::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 96%;
  width: 400px;
  border-radius: 50px 0 0 50px;
  background: var(--theme-color2);
  z-index: -1;
}
@media only screen and (max-width: 1439px) {
  .main-header .header-lower.style_two::after {
    width: 351px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .main-header .header-lower.style_two::after {
    width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-header .header-lower.style_two::after {
    width: 365px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-header .header-lower.style_two::after {
    width: 286px;
  }
}
@media only screen and (max-width: 1023px) {
  .main-header .header-lower.style_two::after {
    width: 368px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-header .header-lower.style_two::after {
    display: none;
  }
}
@media only screen and (max-width: 424px) {
  .main-header .header-lower.style_two::after {
    display: none;
  }
}
.main-header .header-lower.style_two .main-box .nav-outer {
  gap: 285px;
}
@media only screen and (max-width: 1439px) {
  .main-header .header-lower.style_two .main-box .nav-outer {
    gap: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-header .header-lower.style_two .main-box .nav-outer {
    gap: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .main-header .header-lower.style_two .main-box .nav-outer {
    gap: 30px !important;
  }
}
.main-header .header-lower.style_two .navigation {
  background: transparent;
}
.main-header .header-lower.style_two .main-menu .navigation > li > a {
  color: var(--heading-color);
  display: flex;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--text-font);
  opacity: 1;
  position: relative;
  text-align: center;
  transition: all 300ms ease;
  padding: 11px 28px 11px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .main-header .header-lower.style_two .main-menu .navigation > li > a {
    padding: 11px 22px 11px;
    font-size: 15px;
  }
}
.main-header .header-lower.style_two .navigation > li > a:hover {
  color: var(--theme-color2);
  background: transparent;
}
.main-header .header-lower.style_two .navigation > li.current > a {
  background: transparent;
  border-radius: 10px 0 0 10px;
}
.main-header .header-lower.style_two .outer-box .theme-btn {
  background-color: var(--theme-color3);
  padding: 14px 42px;
}
.main-header .header-lower.style_two .outer-box .theme-btn i {
  top: 0;
  background-color: var(--theme-color3);
}
@media only screen and (max-width: 1199px) {
  .main-header .header-lower.style_three {
    /*padding: 6px 30px 0 30px;*/
  }
  .main-header .header-lower.style_three {
    padding: 6px 30px 0 30px;
  }
}
.main-header .header-lower.style_three .main-box {
  margin: 0 23px 0;
  border-bottom: 1px solid rgba(248, 249, 245, 0.3098039216);
  backdrop-filter: blur(4px);
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .main-header .header-lower.style_three .main-box {
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .main-header .header-lower.style_three .main-box {
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .main-header .header-lower.style_three .main-box .outer-box {
    padding: 10px 56px 10px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .main-header .header-lower.style_three .main-box .outer-box {
    padding: 10px 0 10px 0;
  }
}
.main-header .header-lower.style_three .main-box .logo-box {
  padding: 0px 0 15px 0;
  position: relative;
  top: 5px;
}
.main-header .header-lower.style_three .main-menu .navigation {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7215686275);
}
.main-header .header-lower.style_three .main-menu .navigation li a {
  color: var(--theme-color-white);
}
.main-header .header-lower.style_three .main-menu .navigation li ul li a {
  color: var(--bg-theme-color1);
}
.main-header .header-lower .logo-box {
  /*min-width: 280px;*/
  padding: 24px 0 24px 0;
  position: relative;
}

.main-header .logo {
  display: block;
  position: relative;
}
.main-header .logo img {
  width: 300px;
  max-width: 300px;
  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 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  gap: 110px;
}

.main-menu {
  position: relative;
}

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

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

.main-menu .navigation {
  margin: 0px;
  position: relative;
  background: var(--theme-color-white);
  border-radius: 40px;
}

.main-menu .navigation > li {
  float: left;
  padding: 0;
  position: relative;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li > a {
  color: #686868;
  display: flex;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--title-font);
  opacity: 1;
  position: relative;
  text-align: center;
  transition: all 300ms ease;
  padding: 11px 28px 11px;
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li > a:hover {
  color: var(--theme-color-white);
  background: #bca861;
}
.main-menu .navigation > li:last-child a:hover {
  /*border-radius: 0 10px 10px 0;*/
  border-radius: 40px;
}
.main-menu .navigation > li.current > a {
  background: var(--theme-color2);
  color: var(--theme-color-white);
  border-radius: 10px 0 0 10px;
}
.main-menu .navigation > li.dropdown > a:after {
  content: "\f107";
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 300;
  height: 20px;
  line-height: 20px;
  margin-top: 0;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  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: 230px;
  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 > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 11px;
  font-weight: 900;
  z-index: 5;
}
.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: 260px;
  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 50px 10px 0;
  position: relative;
  gap: 40px;
}
@media only screen and (max-width: 1439px) {
  .main-header .header-lower .outer-box {
    gap: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-header .header-lower .outer-box {
    padding: 10px 25px 10px 0;
  }
}
.main-header .header-lower .outer-box .theme-btn {
  display: inline-block;
  font-family: var(--text-font);
  color: #1a2540;
  background-image: linear-gradient(
    to right,
    #bca861 30%,
    #f9ed98 50%,
    #b19e53 70%
  );
  /*color: var(--heading-color);
  background-color: var(--theme-color-white);*/
  padding: 14px 40px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}
.main-header .header-lower .outer-box .theme-btn i {
  display: inline-block;
  right: -56px;
  font-size: 16px;
  font-weight: 400;
  top: 2px;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  /*background-color: var(--theme-color-white);*/
  background-image: linear-gradient(
    to right,
    #bca861 30%,
    #f9ed98 50%,
    #b19e53 70%
  );
  color: #1a2540;
  transition: all 300ms ease;
}
.main-header .header-lower .outer-box .theme-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #bca861;
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.main-header .header-lower .outer-box .theme-btn:hover::after {
  width: 100%;
  left: 0;
}
.main-header .header-lower .outer-box .theme-btn:hover {
  color: var(--theme-color-white);
}
.main-header .header-lower .outer-box .theme-btn:hover i {
  background: #bca861;
  color: #ffffff;
}
.main-header .header-lower .outer-box .ui-btn-outer {
  align-items: center;
  border-right: 1px solid #e6e8ed;
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
  padding: 6px 0;
  padding-right: 30px;
}

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

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

/***============================
Sticky Header
================================***/
.sticky-header {
  background: #ffffff;
  -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: 16px 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}

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

.sticky-header .logo {
  padding: 10px 0;
}
.sticky-header .logo img {
  /*max-height: 80px;*/
}
.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 > a {
  color: var(--theme-color1);
  padding: 0 13px 0;
  background: transparent;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after {
  right: -16px;
}

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

/*** 

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

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color-white);
  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);
}

.sidebar-area {
  background-color: var(--theme-color1);
}
.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-color-light);
  background-color: transparent;
  opacity: 1;
  background-image: none;
  transition: transition(all 300ms ease);
  border: 1px solid var(--theme-color-white);
}
.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-color-white);
  margin-bottom: 20px;
}
.sidebar-area .sidebar__body .sidebar__text {
  color: var(--theme-color-white);
}
.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-color-white);
}
.sidebar-area .sidebar__body .sidebar__contact-info li a {
  display: inline-block;
  color: var(--theme-color-white);
}
.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-color-white);
  border: 1px solid var(--theme-color-white);
}
.sidebar-area .sidebar__body .sidebar__btns a:hover {
  background-color: var(--theme-color2);
}
.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: 35px;
  text-align: center;
  border-radius: 50%;
  transition: all 300ms ease;
  border: 1px solid var(--theme-color-white);
}
.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);
}

/*** 

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

***/
.sec-title {
  margin-bottom: 50px;
}
.sec-title-new {
  margin-bottom: 0px;
}
.contact-form-box {
  padding-top: 0px;
}
.sec-title .section-sub-title .sub-title {
  font-family: var(--title-font);
  color: #1a2540;
  border-radius: 30px;
  font-weight: 500;
  font-size: 18px;
  padding-left: 40px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 599px) {
  .sec-title .section-sub-title .sub-title {
    font-size: 16px;
  }
  .sec-title .section-sub-title .sub-title::before {
    display: block;
  }
}
.sec-title .section-sub-title .sub-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid var(--theme-color2);
}
.sec-title .section-sub-title .sub-title::after {
  position: absolute;
  content: "";
  left: 6px;
  top: 8px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: var(--theme-color2);
}
.sec-title .section-title .title {
  color: var(--heading-color);
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  margin: 0;
}
.sec-title .section-title .title span {
  color: var(--theme-color2);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-title .section-title .title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-title .section-title .title {
    font-size: 30px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 599px) {
  .sec-title .section-title .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sec-title .section-title .title {
    font-size: 32px;
    line-height: 45px;
  }
}
.sec-title .section-desc p {
  font-size: 18px;
  line-height: 28px;
  width: 80%;
  margin: 15px 0 0;
}
.sec-title.two .section-sub-title .sub-title {
  color: var(--theme-color-white);
}
.sec-title.two .section-sub-title .sub-title::before {
  border: 2px solid var(--theme-color-white);
}
.sec-title.two .section-sub-title .sub-title::after {
  background: var(--theme-color-white);
}

/*** =============================
    Banner Section
==================================***/
.banner-section {
  position: relative;
  height: 950px;
  z-index: 1;
  margin-top: -95px;
}
@media only screen and (max-width: 1023px) {
  .banner-section {
    height: 830px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 424px) {
  .banner-section {
    height: 730px;
    overflow: hidden;
  }
}
.banner-section .banner-content-wrap {
  position: relative;
  z-index: 1;
}
.banner-section .banner-content-wrap .banner-title h1 {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 72px;
  line-height: 82px;
  margin: 0;
}
.banner-section .banner-content-wrap .banner-title h1 span {
  color: var(--theme-color2);
}
@media only screen and (max-width: 1439px) {
  .banner-section .banner-content-wrap .banner-title h1 {
    font-size: 65px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-section .banner-content-wrap .banner-title h1 {
    font-size: 55px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 424px) {
  .banner-section .banner-content-wrap .banner-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.banner-section .banner-content-wrap .banner-desc {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: var(--heading-color);
  width: 80%;
  margin: 18px 0 0;
}
@media only screen and (max-width: 1439px) {
  .banner-section .banner-content-wrap .banner-desc {
    font-size: 18px;
    width: 77%;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-section .banner-content-wrap .banner-desc {
    width: 93%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section .banner-content-wrap .banner-desc {
    width: 59%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .banner-content-wrap .banner-desc {
    width: 59%;
  }
}
@media only screen and (max-width: 599px) {
  .banner-section .banner-content-wrap .banner-desc {
    width: 75%;
  }
}
@media only screen and (max-width: 424px) {
  .banner-section .banner-content-wrap .banner-desc {
    width: 87%;
  }
}
.banner-section .banner-content-wrap .banner-btn a {
  display: inline-block;
  font-family: var(--text-font);
  color: #1a2540;
  background-image: linear-gradient(
    to right,
    #bca861 30%,
    #f9ed98 50%,
    #b19e53 70%
  );
  /*color: var(--theme-color-white);
  background-color: var(--theme-color2);*/
  padding: 14px 40px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}
.banner-section .banner-content-wrap .banner-btn a:hover {
  color: #ffffff;
}
.banner-section .banner-content-wrap .banner-btn a i {
  display: inline-block;
  right: -56px;
  font-size: 16px;
  font-weight: 400;
  top: 2px;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  /*background: var(--theme-color2);*/
  background-image: linear-gradient(
    to right,
    #bca861 30%,
    #f9ed98 50%,
    #b19e53 70%
  );
  transition: all 300ms ease;
}
.banner-section .banner-content-wrap .banner-btn a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #1a2540;
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.banner-section .banner-content-wrap .banner-btn a:hover::after {
  width: 100%;
  left: 0;
}
.banner-section .banner-content-wrap .banner-btn a:hover i {
  background: #1a2540;
  color: #ffffff;
}
.banner-section .banner-content-wrap .banner-autor-info {
  padding-top: 50px;
  position: relative;
}
.banner-section .banner-content-wrap .banner-autor-info .auto-info .ratting-bx {
  margin-left: 18px;
}
.banner-section .banner-content-wrap .banner-autor-info .auto-info .ratting li {
  display: inline-block;
  margin-right: 5px;
}
.banner-section
  .banner-content-wrap
  .banner-autor-info
  .auto-info
  .ratting
  li
  i {
  color: #ffd06a;
  font-size: 15px;
}
.banner-section
  .banner-content-wrap
  .banner-autor-info
  .auto-info
  .autor-img-box {
  display: flex;
  margin-left: 15px;
  margin-top: 45px;
}
.banner-section
  .banner-content-wrap
  .banner-autor-info
  .auto-info
  .autor-img-box
  .author-image {
  margin-left: -15px;
}
.banner-section
  .banner-content-wrap
  .banner-autor-info
  .auto-info
  .autor-img-box
  .autor-number {
  font-family: var(--title-font);
  color: var(--heading-color);
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  margin-top: 4px;
}
@media only screen and (max-width: 424px) {
  .banner-section
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .autor-img-box
    .autor-number {
    font-size: 15px;
  }
}
.banner-section
  .banner-content-wrap
  .banner-autor-info
  .auto-info
  .autor-img-box
  .autor-number
  span {
  font-family: var(--title-font);
  font-size: 24px;
}
@media only screen and (max-width: 1023px) {
  .banner-section
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .autor-img-box
    .autor-number
    span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-section
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .autor-img-box
    .autor-number
    span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 424px) {
  .banner-section
    .banner-content-wrap
    .banner-autor-info
    .auto-info
    .autor-img-box
    .autor-number
    span {
    font-size: 13px;
  }
}
.banner-section .banner-thumb-wrapper {
  position: relative;
  z-index: 1;
}
.banner-section .banner-shape1 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1439px) {
  .banner-section .banner-shape1 {
    right: 35px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-section .banner-shape1 {
    right: -47px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section .banner-shape1 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .banner-shape1 {
    display: none;
  }
}
.banner-section .banner-thumb {
  position: relative;
  margin-bottom: -90px;
  text-align: right;
  margin-right: -15px;
}
@media only screen and (max-width: 1700px) {
  .banner-section .banner-thumb {
    margin-right: -10px;
  }
}
@media only screen and (max-width: 1439px) {
  .banner-section .banner-thumb {
    margin-right: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section .banner-thumb {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .banner-thumb {
    display: none;
  }
}
.banner-section .hero-main-stats {
  background-color: #2800fd;
  color: #fff;
  border-radius: 12px;
  align-items: center;
  position: absolute;
  bottom: 155px;
  right: -60px;
  width: 303px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 26px 0 5px 30px;
  text-align: left;
}
@media only screen and (max-width: 1439px) {
  .banner-section .hero-main-stats {
    right: 49px;
  }
}
.banner-section .hero-main-stats .stat-box {
  position: relative;
}
.banner-section .hero-main-stats .stat-box::before {
  position: absolute;
  left: 42%;
  top: 30px;
  content: "";
  background: url(../images/main-home/line1.png);
  background-repeat: no-repeat;
  width: 135px;
  height: 1px;
}
.banner-section .hero-main-stats .stat-box::after {
  position: absolute;
  left: 0;
  top: 50px;
  content: "";
  background: url(../images/main-home/line2.png);
  background-repeat: no-repeat;
  width: 80px;
  height: 1px;
}
.banner-section .hero-main-stats .stat-box .percentage {
  font-size: 42px;
  font-weight: 700;
  font-family: var(--text-font);
  color: var(--theme-color-white);
  margin-bottom: 0;
  line-height: 38px;
}
.banner-section .hero-main-stats .stat-box .labels {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--text-font);
  color: var(--theme-color-white);
  margin-left: 107px;
}
.banner-section.banner-style_three {
  height: 918px;
  /*margin-top: -100px;*/
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  .banner-section.banner-style_three {
    height: 818px;
  }
}
.banner-section.banner-style_three .banner-content-wrap {
  position: relative;
  z-index: 1;
  margin-top: 113px;
}
.banner-section.banner-style_three .banner-content-wrap .banner-title h1 {
  color: var(--theme-color-white);
}
.banner-section.banner-style_three .banner-content-wrap .banner-desc {
  color: var(--theme-color-white);
  width: 41%;
}
@media only screen and (max-width: 1023px) {
  .banner-section.banner-style_three .banner-content-wrap .banner-desc {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section.banner-style_three .banner-content-wrap .banner-desc {
    width: 61%;
  }
}
@media only screen and (max-width: 424px) {
  .banner-section.banner-style_three .banner-content-wrap .banner-desc {
    width: 89%;
  }
}
.banner-section.banner-style_three
  .banner-content-wrap
  .autor-img-box
  .autor-number {
  color: var(--theme-color-white) !important;
}

/*** =============================
    Banner Section Two
==================================***/
.banner-section-two {
  position: relative;
  height: 885px;
  z-index: 1;
  background: url(../images/home-2/Banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-section-two {
    height: 785px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-section-two {
    height: 650px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section-two {
    height: 650px;
  }
}
.banner-section-two .banner-content-wrap {
  position: relative;
  z-index: 1;
}
.banner-section-two .banner-content-wrap .banner-title .sub-title {
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  border-radius: 20px;
  color: var(--theme-color-white);
  padding: 12px 23px;
  font-weight: 500;
  font-size: 17px;
  line-height: 14px;
  margin-bottom: 23px;
}
.banner-section-two .banner-content-wrap .banner-title h1 {
  color: var(--theme-color-white);
  font-weight: 700;
  font-size: 68px;
  line-height: 82px;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-section-two .banner-content-wrap .banner-title h1 {
    font-size: 55px;
    line-height: 69px;
  }
}
@media only screen and (max-width: 424px) {
  .banner-section-two .banner-content-wrap .banner-title h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
.banner-section-two .banner-content-wrap .banner-title h1 span {
  color: var(--theme-color-white);
  font-weight: 400;
}
.banner-section-two .banner-content-wrap .banner-desc {
  font-weight: 500;
  font-size: 22px;
  color: var(--theme-color-white);
  width: 80%;
  margin: 20px 0 49px;
  line-height: 30px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-section-two .banner-content-wrap .banner-desc {
    width: 93%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-section-two .banner-content-wrap .banner-desc {
    width: 55%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-section-two .banner-content-wrap .banner-desc {
    font-size: 19px;
    width: 85%;
  }
}
.banner-section-two .banner-content-wrap .banner-btn a {
  display: inline-block;
  font-family: var(--text-font);
  color: var(--heading-color);
  background-color: var(--theme-color3);
  padding: 14px 40px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}
.banner-section-two .banner-content-wrap .banner-btn a i {
  transform: rotate(-45deg);
  display: inline-block;
  right: -58px;
  font-size: 16px;
  font-weight: 400;
  top: 0;
  height: 58px;
  width: 58px;
  line-height: 56px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  background-color: var(--theme-color3);
  transition: all 300ms ease;
}
.banner-section-two .banner-content-wrap .banner-btn a::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;
}
.banner-section-two .banner-content-wrap .banner-btn a:hover::after {
  width: 100%;
  left: 0;
}
.banner-section-two .banner-content-wrap .banner-btn a:hover i {
  background: var(--theme-color-white);
  transform: rotate(0deg);
}

.video-button-wrapper {
  position: relative;
  width: 190px;
  height: 190px;
  margin-left: 129px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .video-button-wrapper {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .video-button-wrapper {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .video-button-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .video-button-wrapper {
    display: none;
  }
}
.video-button-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 190px;
  background: rgba(255, 255, 255, 0.5294117647);
  border-radius: 100%;
}
.video-button-wrapper svg text {
  fill: var(--theme-color-white);
  font-size: 16px;
  font-family: var(--text-font);
  letter-spacing: 1px;
  font-weight: 500;
}
.video-button-wrapper svg .rotate-text {
  animation: rotateText 10s linear infinite;
  transform-origin: center;
}
.video-button-wrapper a.video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--theme-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 2;
  color: var(--theme-color-white);
  font-size: 28px;
}

@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.banner {
  padding: 0 40px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner {
    padding: 0 15px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .banner {
    padding: 0 10px 0;
  }
}
.banner::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 87%;
  background: var(--theme-color4);
  z-index: -1;
}

section.category-section {
  padding: 120px 0 97px;
}
section.category-section .category-text {
  margin-top: 20px;
}
section.category-section .category-text h4 {
  font-size: 18px;
  font-weight: 400;
  color: #686868;
}
section.category-section .category-text h4 a {
  display: inline-block;
  text-transform: uppercase;
  color: var(--heading-color);
}
section.category-section .category-text h4 a:hover {
  color: var(--theme-color2);
}

.category-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
}
.category-card .icon-box {
  border-radius: 15px;
  text-align: center;
  background: url(../images/main-home/catagory-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px 30px 35px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 424px) {
  .category-card .icon-box {
    margin-bottom: 0;
  }
}
.category-card .icon-box .icon {
  transition: 0.5s;
  background: linear-gradient(360deg, #e3f0ff 0%, #ffffff 100%);
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 40px;
  display: inline-block;
  text-align: center;
}
.category-card .icon-box .icon img {
  filter: brightness(0);
  transition: 0.5s;
}
.category-card .icon-box:hover .icon {
  background: linear-gradient(360deg, #fff 0%, #e3f0ff 100%);
}
.category-card .icon-box:hover .icon img {
  transform: rotateY(180deg);
  filter: brightness(1);
}
.category-card .icon-box .title {
  font-weight: 400;
  font-size: 18px;
  font-family: var(--title-font);
}

/*=========================================
Service Section
===========================================*/
.service-section {
  padding: 120px 0 90px;
  position: relative;
}
.service-section .service-single-box {
  position: relative;
  z-index: 1;
  background-image: url(../images/main-home/service-sp1.png);
  background-repeat: no-repeat;
  padding: 43px 30px 30px;
  margin-bottom: 30px;
  transition: all 300ms ease;
  overflow: hidden;
}
.service-section .service-single-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background-image: url("../images/main-home/service-sp.png");
  background-repeat: no-repeat;
  border-radius: 20px;
  right: 50%;
  top: 0;
  z-index: -1;
  transition: 0.5s;
}
.service-section .service-single-box:hover::before {
  width: 100%;
  right: 0;
}
.service-section .service-single-box .service-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  transition: all 300ms ease;
}
.service-section .service-single-box .service-title h3 {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  margin: 30px 0 31px;
  transition: all 300ms ease;
}
@media only screen and (max-width: 1023px) {
  .service-section .service-single-box .service-title h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .service-section .service-single-box .service-title h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 599px) {
  .service-section .service-single-box .service-title h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.service-section .service-single-box .service-thumb {
  position: relative;
  overflow: hidden;
}
.service-section .service-single-box .service-thumb::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 1;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 300ms ease;
}
.service-section .service-single-box .service-thumb figure {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .service-section .service-single-box .service-thumb img {
    width: 100%;
  }
}
.service-section .service-single-box:hover .service-title {
  color: var(--theme-color-white);
}
.service-section .service-single-box:hover .service-icon {
  transform: scale(-1) rotate(180deg);
}
.service-section .service-single-box:hover .service-thumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
@media only screen and (max-width: 767px) {
  .service-section .service-single-box {
    background-size: cover;
    background-position: bottom;
    border-radius: 20px;
  }
  .service-section .service-single-box::before {
    background-size: cover;
    background-position: bottom;
  }
}
.service-section .service-shape1 {
  right: 9%;
  position: absolute;
  top: 16%;
}
.service-section.inner-style {
  /*background: linear-gradient(180deg, #FFFFFF 0%, #EFE5FF 100%);*/
  background: linear-gradient(180deg, #ffffff 0%, #bca8613d 100%);
  padding: 120px 0 400px;
}
.service-section.inner-style-two {
  background: linear-gradient(180deg, #ffffff 0%, #efe5ff 100%);
}

.service-single-box.style-two {
  background-image: url(../images/inner-image/service-img-bg.png);
  padding: 20px 20px 20px;
  gap: 40px;
}
@media only screen and (max-width: 1023px) {
  .service-single-box.style-two {
    display: block !important;
    background-size: cover;
    padding: 20px 20px 50px;
    border-radius: 25px;
  }
  .service-single-box.style-two .service-thumb img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-single-box.style-two {
    gap: 20px;
  }
  .service-single-box.style-two .service-thumb {
    flex-shrink: 0.8;
  }
}
.service-single-box.style-two::before {
  display: none;
}
.service-single-box.style-two .services-content {
  margin-top: -15px;
}
.service-single-box.style-two .service-title h3 {
  margin: 28px 0 31px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .service-single-box.style-two .service-title h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-single-box.style-two .service-title h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1023px) {
  .service-single-box.style-two .service-title h3 {
    font-size: 25px;
    line-height: 38px;
  }
}
.service-single-box.style-two .service-btn {
  margin-top: 40px;
}
.service-single-box.style-two .service-btn a {
  border: 1px solid rgba(104, 104, 104, 0.2);
  border-radius: 60px;
  padding: 12px 32px;
  color: #686868;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.service-single-box.style-two .service-btn a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color2);
  z-index: -1;
  border-radius: 45px;
  transition: 0.5s;
}
.service-single-box.style-two .service-btn a i {
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}
.service-single-box.style-two:hover .service-btn a {
  color: var(--theme-color-white);
}
.service-single-box.style-two:hover .service-btn a::after {
  width: 100%;
  left: 0;
}

/*=========================================
Service Section Two
===========================================*/
.service-section-two {
  padding: 120px 0 90px;
  position: relative;
  background-image: url(../images/home-2/service-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .service-section-two {
    padding: 100px 0 70px;
  }
}
.service-section-two .service-single-box {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  transition: all 300ms ease;
  overflow: hidden;
  text-align: center;
}
.service-section-two .service-single-box .service-thumb {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.service-section-two .service-single-box .service-thumb::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 1;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 300ms ease;
  border-radius: 50%;
}
.service-section-two .service-single-box .service-thumb figure {
  margin: 0;
}
.service-section-two .service-single-box .service-thumb img {
  border-bottom: 10px solid var(--theme-color2);
  border-radius: 51%;
  transition: all 300ms ease;
}
.service-section-two .service-single-box .service-content {
  background: var(--theme-color-white);
  padding: 160px 25px 26px;
  position: relative;
  z-index: 1;
  margin-top: -115px;
}
.service-section-two .service-single-box .service-content::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  content: "";
  z-index: -1;
  background: var(--theme-color2);
  transition: all 300ms ease;
}
.service-section-two .service-single-box .service-content .service-title h3 {
  margin: 0;
}
.service-section-two .service-single-box .service-content .service-title h3 a {
  display: inline-block;
  transition: all 300ms ease;
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  transition: all 300ms ease;
  margin-bottom: 18px;
}
.service-section-two .service-single-box .service-content p {
  font-size: 17px;
  line-height: 28px;
  transition: all 300ms ease;
}
@media only screen and (max-width: 767px) {
  .service-section-two .service-single-box .service-content p {
    margin: 0 100px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .service-section-two .service-single-box .service-content p {
    margin: 0 100px 15px;
  }
}
@media only screen and (max-width: 424px) {
  .service-section-two .service-single-box .service-content p {
    margin: 0 0 20px;
  }
}
.service-section-two .service-single-box .service-content .service-btn {
  border-top: 1px solid rgba(104, 104, 104, 0.1490196078);
  padding-top: 22px;
  transition: all 300ms ease;
}
.service-section-two .service-single-box .service-content .service-btn a {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color1);
  font-family: var(--text-font);
}
.service-section-two .service-single-box .service-content .service-btn a i {
  font-size: 11px;
  font-weight: 600;
  margin-left: 2px;
}
.service-section-two .service-single-box .service-content .service-content-sp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  filter: brightness(0.1);
  opacity: 0.4;
  z-index: -1;
  transition: all 300ms ease;
}
.service-section-two .service-single-box:hover .service-thumb img {
  border-bottom: 10px solid var(--theme-color3);
}
.service-section-two .service-single-box:hover .service-content::before {
  height: 100%;
}
.service-section-two
  .service-single-box:hover
  .service-content
  .service-title
  h3 {
  color: var(--theme-color-white);
}
.service-section-two .service-single-box:hover .service-content p {
  color: var(--theme-color-white);
}
.service-section-two .service-single-box:hover .service-content .service-btn {
  border-top: 1px solid rgb(78, 78, 78);
}
.service-section-two .service-single-box:hover .service-content .service-btn a {
  color: var(--theme-color-white);
}
.service-section-two
  .service-single-box:hover
  .service-content
  .service-content-sp {
  filter: brightness(1);
  opacity: 1;
}
.service-section-two .service-single-box:hover .service-thumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.service-section-two .service-shape1 {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 1439px) {
  .service-section-two .service-shape1 {
    display: none;
  }
}
.service-section-two .service-shape2 {
  right: 8%;
  position: absolute;
  top: 18%;
  z-index: -1;
}
@media only screen and (max-width: 1439px) {
  .service-section-two .service-shape2 {
    display: none;
  }
}

/*=========================================
    Service Section Three
===========================================*/
.service-section-three {
  padding: 120px 0 170px;
  position: relative;
  background: var(--theme-color4);
}
@media only screen and (max-width: 1023px) {
  .service-section-three {
    padding: 100px 0 150px;
  }
}
@media only screen and (max-width: 599px) {
  .service-section-three {
    padding: 100px 0 70px;
  }
}
.service-section-three .service-single-box {
  position: relative;
  z-index: 1;
  background: var(--theme-color-white);
  padding: 25px 25px 30px;
  margin-bottom: 30px;
  transition: all 300ms ease;
  overflow: hidden;
  border-radius: 15px;
}
.service-section-three .service-single-box::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 100%;
  background: url(../images/background/service-box-hover2.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
}
.service-section-three .service-single-box:hover::before {
  height: 100%;
}
.service-section-three .service-single-box .service-thumb {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .service-section-three .service-single-box .service-thumb img {
    width: 100%;
  }
}
.service-section-three .service-single-box .service-thumb::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 1;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 300ms ease;
}
.service-section-three .service-single-box .service-thumb figure {
  margin: 0;
}
.service-section-three .service-single-box .service-thumb .service-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  transition: all 300ms ease;
  bottom: 0;
  left: 15px;
}
.service-section-three .service-single-box .service-title h3 {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  margin: 40px 0 0;
  transition: all 300ms ease;
}
@media only screen and (max-width: 1023px) {
  .service-section-three .service-single-box .service-title h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
.service-section-three .service-single-box:hover .service-title h3,
.service-section-three .service-single-box:hover .service-title p {
  color: var(--theme-color-white);
}
p.text_ser {
  padding-top: 10px;
}
.service-section-three .service-single-box:hover .service-icon {
  transform: scale(-1) rotate(180deg);
  filter: brightness(0) invert(1);
}
.service-section-three .service-single-box:hover .service-thumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.service-section-three .service-single-box img.box-sp {
  position: absolute;
  right: 25px;
  bottom: 3px;
  z-index: -1;
}
.service-section-three .service-bg-bular {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(
    30% 0%,
    67% 0%,
    95% 0,
    100% 100%,
    100% 100%,
    0 100%,
    0 100%,
    5% 0
  );
  height: 80px;
  width: 69%;
  background: var(--theme-color-white);
}
@media only screen and (max-width: 599px) {
  .service-section-three .service-bg-bular {
    display: none;
  }
}

/*=========================================
    Service Section Four
===========================================*/
.service-section-four {
  /*background: url(../images/home-3/service-bg.png);*/
  background: url(../images/background/background_services.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0 80px;
  /*margin-top: -80px;*/
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .service-section-four {
    margin-top: 0;
    padding: 100px 0 60px;
  }
}

.service-single-boxs {
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: linear-gradient(293.21deg, #FFFFFF 5.4%, #E0FFF1 94.6%);*/
  background: linear-gradient(293.21deg, #ffffff 5.4%, #fffef4 94.6%);
  border-radius: 15px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-single-boxs {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .service-single-boxs {
    display: block;
  }
}
.service-single-boxs .service-box-contents {
  margin: 0 60px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .service-single-boxs .service-box-contents {
    margin: 0 45px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-single-boxs .service-box-contents {
    padding: 40px 45px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .service-single-boxs .service-box-contents {
    margin: 40px 45px 30px;
  }
}
.service-single-boxs .service-box-contents span {
  background: #1a2540;
  color: #ffffff;
  border: 1px solid rgba(104, 104, 104, 0.2);
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px 5px;
  transition: all 300ms ease;
  text-transform: uppercase;
  line-height: 20px;
}
.service-single-boxs .service-box-contents .service-title h3 {
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  margin: 28px 0 40px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .service-single-boxs .service-box-contents .service-title h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-single-boxs .service-box-contents .service-title h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 1023px) {
  .service-single-boxs .service-box-contents .service-title h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.service-single-boxs .service-box-contents p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
@media only screen and (max-width: 1023px) {
  .service-single-boxs .service-box-contents p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
}
.service-single-boxs .service-box-contents .service-sp {
  position: absolute;
  right: -60px;
  bottom: -94px;
}
@media only screen and (max-width: 1199px) {
  .service-single-boxs .service-box-contents .service-sp {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .service-single-boxs .service-box-contents .pt-100 {
    padding-top: 40px !important;
  }
}
.service-single-boxs .service-thumb {
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .service-single-boxs .service-thumb {
    flex-shrink: 0.2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-single-boxs .service-thumb img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .service-single-boxs .service-thumb img {
    width: 100%;
  }
}

/*=====================================
    Start About Section
=======================================*/
.about-section {
  background: url(../images/main-home/about-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0 105px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .about-section {
    padding: 120px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section {
    padding: 120px 0 120px;
  }
}
.about-section .sec-title {
  margin-bottom: 45px;
}
.about-section .sec-title .section-desc p {
  font-size: 18px;
  line-height: 28px;
  width: 92%;
  margin: 16px 0 0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .about-section .sec-title .section-desc p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .sec-title .section-desc p {
    width: 75%;
  }
}
@media only screen and (max-width: 424px) {
  .about-section .sec-title .section-desc p {
    font-size: 16px;
    width: 100%;
  }
}
.about-section .about-thumb-wrapper {
  position: relative;
  margin-left: -60px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .about-section .about-thumb-wrapper {
    margin-left: -10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-section .about-thumb-wrapper {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about-section .about-thumb-wrapper {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .about-thumb-wrapper {
    margin-left: 0;
  }
}
.about-section .about-thumb-wrapper .about-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-section .about-thumb-wrapper .about-thumb::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.about-section .about-thumb-wrapper .about-thumb:hover::before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.about-section .about-thumb-wrapper .about-thumb .about-img {
  position: absolute;
  top: 5px;
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .about-section .about-thumb-wrapper .about-thumb .about-img {
    right: 23%;
  }
}
@media only screen and (max-width: 1023px) {
  .about-section .about-thumb-wrapper .about-thumb .about-img {
    right: 13%;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .about-thumb-wrapper .about-thumb .about-img {
    right: 5%;
  }
}
@media only screen and (max-width: 599px) {
  .about-section .about-thumb-wrapper .about-thumb .about-img {
    right: 0;
    width: 38%;
  }
}
.about-section .about-thumb-wrapper .about-shape-dot {
  position: absolute;
  bottom: 70px;
  left: 92px;
  animation: bounceleft 6s linear infinite;
}
.about-section .about-right-wrapper {
  margin-left: 88px;
}
@media only screen and (max-width: 1700px) {
  .about-section .about-right-wrapper {
    margin-left: 0;
  }
}
.about-section .about-item-box {
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  display: grid;
  position: relative;
  margin-bottom: 70px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-section .about-item-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 424px) {
  .about-section .about-item-box {
    display: block;
  }
}
.about-section .about-item-box::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -25px;
  width: 88%;
  border: 1px dashed rgba(104, 104, 104, 0.3019607843);
}
.about-section .about-item-box .about-list li {
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--text-color);
  margin-bottom: 14px;
}
.about-section .about-item-box .about-list li img {
  margin-right: 18px;
  margin-top: -4px;
}
@media only screen and (max-width: 424px) {
  .about-section .about-item-box .about-list li {
    display: block;
    font-size: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .about-section .about-item-box .about-list li {
    font-size: 14px;
  }
}
.about-section .about-item-box .about-list:last-child {
  margin-left: -25px;
}
@media only screen and (max-width: 424px) {
  .about-section .about-item-box .about-list:last-child {
    margin-left: 0;
  }
}
.about-section .about-shape1 {
  position: absolute;
  z-index: 1;
  right: -62px;
  bottom: -6px;
  opacity: 0.2;
  animation: bounceleft 8s linear infinite;
  filter: brightness(0);
}
.about-section.inner-style {
  /*background: linear-gradient(180deg, #FFFFFF 0%, #E0FFF1 100%);*/
  background: linear-gradient(180deg, #ffffff 0%, #bca8613d 100%);
}
.about-section.inner-style .about-shape1 {
  opacity: 1;
  filter: brightness(1);
}
@media only screen and (max-width: 1199px) {
  .about-section.inner-style .about-shape1 {
    display: none;
  }
}

/*=====================================
    Start About Section Two
=======================================*/
.about-section-two {
  background: url(../images/home-2/about-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0 105px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .about-section-two {
    padding: 120px 0 55px;
  }
}
@media only screen and (max-width: 1023px) {
  .about-section-two {
    padding: 100px 0 35px;
  }
}
.about-section-two .sec-title {
  margin-bottom: 45px;
}
.about-section-two .sec-title .section-desc p {
  width: 92%;
  margin: 17px 0 67px;
}
@media only screen and (max-width: 1199px) {
  .about-section-two .sec-title .section-desc p {
    width: 70%;
  }
}
@media only screen and (max-width: 599px) {
  .about-section-two .sec-title .section-desc p {
    width: 93%;
  }
}
.about-section-two .about-thumb-wrapper {
  position: relative;
}
.about-section-two .about-thumb-wrapper .about-thumb {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .about-section-two .about-thumb-wrapper .about-thumb {
    margin-bottom: 30px;
  }
}
.about-section-two .about-thumb-wrapper .since-box {
  position: absolute;
  bottom: -5%;
  right: 110px;
}
@media only screen and (max-width: 1199px) {
  .about-section-two .about-thumb-wrapper .since-box {
    bottom: 8%;
    right: inherit;
    left: 42%;
  }
}
@media only screen and (max-width: 767px) {
  .about-section-two .about-thumb-wrapper .since-box {
    left: 55%;
  }
}
@media only screen and (max-width: 424px) {
  .about-section-two .about-thumb-wrapper .since-box {
    display: none;
  }
}
.about-section-two .about-thumb-wrapper .since-box .content-box {
  position: relative;
  background: #fff;
  width: 200px;
  padding: 35px 0 15px;
  text-align: center;
}
.about-section-two .about-thumb-wrapper .since-box .content-box::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 200px;
  background-color: #3c00ff;
  left: -25px;
  bottom: 0;
}
.about-section-two .about-thumb-wrapper .since-box .content-box::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 25px;
  background-color: #3c00ff;
  left: -25px;
  bottom: -25px;
}
.about-section-two .about-thumb-wrapper .since-box .content-box span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color1);
  font-family: var(--title-font);
  margin: 33px 0 5px;
}
.about-section-two .about-thumb-wrapper .since-box .content-box h2 {
  font-size: 34px;
  font-weight: 600;
  color: var(--theme-color1);
}
.about-section-two .about-thumb-wrapper .about-shape-dot {
  position: absolute;
  bottom: -55px;
  left: 0;
  animation: bounceleft 6s linear infinite;
  opacity: 0.4;
  opacity: 0.5;
}
@media only screen and (max-width: 1199px) {
  .about-section-two .about-thumb-wrapper .about-shape-dot {
    display: none;
  }
}
.about-section-two .about-right-wrapper {
  margin-left: 89px;
}
@media only screen and (max-width: 1439px) {
  .about-section-two .about-right-wrapper {
    margin-left: 0;
  }
}
.about-section-two .about-item-box {
  position: relative;
}
.about-section-two .about-item-box .icon-box {
  display: flex;
  gap: 25px;
  margin-right: 87px;
  margin-bottom: 37px;
}
.about-section-two .about-item-box .icon-box .icon {
  flex-shrink: 0;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background: var(--theme-color-white);
  border-radius: 50%;
  margin-top: -25px;
}
.about-section-two .about-item-box .icon-box .icon svg {
  transition: 0.5s;
}
.about-section-two .about-item-box .icon-box .icon-box-content h4 {
  font-size: 22px;
  font-weight: 500;
  color: #3a3b4e;
  margin-bottom: 14px;
}
.about-section-two .about-item-box .icon-box .icon-box-content p {
  font-size: 18px;
  line-height: 28px;
  color: var(--text-color);
}
@media only screen and (max-width: 1199px) {
  .about-section-two .about-item-box .icon-box .icon-box-content p {
    width: 71%;
  }
}
@media only screen and (max-width: 599px) {
  .about-section-two .about-item-box .icon-box .icon-box-content p {
    width: 88%;
  }
}
@media only screen and (max-width: 424px) {
  .about-section-two .about-item-box .icon-box .icon-box-content p {
    width: 100%;
  }
}
.about-section-two .about-item-box .icon-box:hover .icon svg {
  filter: brightness(0);
  transform: scaleX(-1);
}
.about-section-two .slider-sid-text {
  position: absolute;
  top: 37%;
  right: -8%;
  transform: rotate(90deg);
}
@media only screen and (max-width: 1023px) {
  .about-section-two .slider-sid-text {
    right: -18%;
  }
}
@media only screen and (max-width: 767px) {
  .about-section-two .slider-sid-text {
    display: none;
  }
}
.about-section-two .slider-sid-text h1 {
  font-size: 210px;
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(8, 3, 1);
  color: transparent;
  -webkit-mask-image: linear-gradient(
    -75deg,
    rgba(185, 28, 28, 0.15) 50%,
    rgba(9, 0, 29, 0.2392156863) 50%,
    rgba(255, 255, 255, 0.15) 70%
  );
  -webkit-mask-size: 200%;
}
.about-section-two .about-shape1 {
  position: absolute;
  z-index: -1;
  left: -5px;
  bottom: -6px;
  animation: bounceleft 8s linear infinite;
}
@media only screen and (max-width: 1700px) {
  .about-section-two .about-shape1 {
    display: none;
  }
}

/*=====================================
    Start About Section Three
=======================================*/
.about-section-three {
  padding: 120px 0 200px;
  position: relative;
  overflow: hidden;
  /*background: linear-gradient(180deg, #FFFFFF 0%, #EFE5FF 100%);*/
  background: #ffffff;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .about-section-three {
    padding: 100px 0 100px;
  }
}
.about-section-three .sec-title {
  margin-bottom: 45px;
}
.about-section-three .sec-title .section-desc p {
  font-size: 18px;
  line-height: 28px;
  width: 59%;
  margin: 16px 0 108px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about-section-three .sec-title .section-desc p {
    width: 69%;
  }
}
@media only screen and (max-width: 767px) {
  .about-section-three .sec-title .section-desc p {
    width: 90%;
  }
}
.about-section-three .about-thumb-wrapper {
  position: absolute;
  right: 10%;
  top: 130px;
  /*z-index: -1;*/
}
@media only screen and (max-width: 1439px) {
  .about-section-three .about-thumb-wrapper {
    right: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-section-three .about-thumb-wrapper {
    right: -11%;
    top: 30%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about-section-three .about-thumb-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .about-section-three .about-thumb-wrapper {
    display: none;
  }
}
/*.about-section-three .about-thumb-wrapper .about-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}*/
/*.about-section-three .about-thumb-wrapper .about-thumb::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.about-section-three .about-thumb-wrapper .about-thumb:hover::before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}*/
@media only screen and (max-width: 1199px) {
  .about-section-three .about-thumb-wrapper .about-thumb img {
    width: 76%;
  }
}
/*.about-section-three .about-shape1 {
  position: absolute;
  z-index: 1;
  right: -62px;
  bottom: -6px;
  opacity: 0.2;
  animation: bounceleft 8s linear infinite;
  filter: brightness(0);
}*/

.about-main-box .about-box-inner {
  display: flex;
  /*align-items: end;*/
  gap: 35px;
}
@media only screen and (max-width: 599px) {
  .about-main-box .about-box-inner {
    display: block;
  }
}
.about-main-box .about-content .about-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 0;
  padding: 0;
  margin-bottom: 55px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .about-main-box .about-content .about-list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-main-box .about-content .about-list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 599px) {
  .about-main-box .about-content .about-list {
    margin-top: 30px;
  }
}
.about-main-box .about-content .about-list li {
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--text-color);
  margin-right: -20px;
}
.about-main-box .about-content .about-list li img {
  margin-right: 18px;
  margin-top: -4px;
}

.Solvet-button a {
  display: inline-block;
  font-family: var(--text-font);
  color: #1a2540;
  background-image: linear-gradient(
    to right,
    #bca861 30%,
    #f9ed98 50%,
    #b19e53 70%
  );
  /*color: var(--theme-color-white);
  background-color: var(--theme-color2);*/
  padding: 14px 40px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}
.Solvet-button a:hover {
  color: #ffffff;
}
.Solvet-button a i {
  display: inline-block;
  right: -56px;
  font-size: 16px;
  font-weight: 400;
  top: 2px;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  background: var(--theme-color2);
  transition: all 300ms ease;
  transform: rotate(-45deg);
}
.Solvet-button a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color1);
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.Solvet-button a:hover::after {
  width: 100%;
  left: 0;
}
.Solvet-button a:hover i {
  background: var(--theme-color1);
  transform: rotate(0deg);
}
/*bottom con p*/
.Solvet-button p {
  display: inline-block;
  font-family: var(--text-font);
  color: #1a2540;
  background-image: linear-gradient(
    to right,
    #bca861 30%,
    #f9ed98 50%,
    #b19e53 70%
  );
  /*color: var(--theme-color-white);
  background-color: var(--theme-color2);*/
  padding: 14px 40px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}
.Solvet-button p:hover {
  color: #ffffff;
}
.Solvet-button p i {
  display: inline-block;
  right: -56px;
  font-size: 16px;
  font-weight: 400;
  top: 2px;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  background: var(--theme-color2);
  transition: all 300ms ease;
  transform: rotate(-45deg);
}
.Solvet-button p::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color1);
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.Solvet-button p:hover::after {
  width: 100%;
  left: 0;
}
.Solvet-button p:hover i {
  background: var(--theme-color1);
  transform: rotate(0deg);
}

/* ======================================
   Jounrney Section
====================================== */
.journey-section {
  position: relative;
  z-index: 1;
  /*background: linear-gradient(180deg, #FFFFFF 0%, #EFE5FF 100%);*/
  background: linear-gradient(180deg, #ffffff 0%, #bca8613d 100%);
  padding: 0 0 103px;
}
.journey-section .sec-title {
  margin-bottom: 67px;
}
.journey-section .bg-bular {
  position: absolute;
  bottom: 14%;
  right: 27%;
  height: 550px;
  width: 570px;
  /*background: radial-gradient(50% 50% at 50% 50%, rgba(107, 55, 255, 0.44) 0%, rgba(107, 55, 255, 0) 100%);*/
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgb(219 198 126 / 97%) 0%,
    rgba(107, 55, 255, 0) 100%
  );
  z-index: -1;
}
.journey-section .journey-shape1 {
  position: absolute;
  left: 8%;
  bottom: 18%;
  z-index: -1;
  animation: bounceleft 8s linear infinite;
  filter: brightness(1);
  opacity: 0.5;
}
.journey-section.style_two {
  padding: 120px 0 103px;
}

/* ======================================
   Review Grid
====================================== */
.journey-right-warp {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin-right: 10px;
}
@media only screen and (max-width: 599px) {
  .journey-right-warp {
    display: block;
  }
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .review-grid {
    margin-left: 15px;
    margin-top: 20px;
  }
}
.review-grid .review-card {
  background: url(../images/revew-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  padding: 60px 20px 20px;
}
.review-grid .review-card .iocn {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: inline-block;
}
.review-grid .review-card .stars li {
  display: inline-block;
  color: #ffd06a;
  font-size: 16px;
  margin: 18px 0 10px;
}
.review-grid .review-card p {
  color: #666;
  font-weight: 500;
}

.counter-main-bx {
  background: linear-gradient(0deg, #ffffff 0%, #dec47d 100%);
  /*background: linear-gradient(0deg, #FFFFFF 0%, #E0FFF1 100%);*/
  padding: 54px 0 50px;
  border-radius: 15px;
  width: 267px;
}
@media only screen and (max-width: 1439px) {
  .counter-main-bx {
    width: 220px;
  }
}
@media only screen and (max-width: 1199px) {
  .counter-main-bx {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .counter-main-bx {
    width: 97%;
    margin-left: 15px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 424px) {
  .counter-main-bx {
    width: 96%;
  }
}
.counter-main-bx .counter-item {
  text-align: center;
  border-bottom: 1px solid rgba(97, 97, 97, 0.3215686275);
  margin-bottom: 44px;
  padding-bottom: 41px;
}
.counter-main-bx .counter-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.counter-main-bx .counter-item .counter-content h1 {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
}
@media only screen and (max-width: 424px) {
  .counter-main-bx .counter-item .counter-content h1 {
    font-size: 35px;
  }
}
.counter-main-bx .counter-item .counter-content p {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  margin: 12px 10px 0;
}

/*=========================================
 Portfolio Section 
===========================================*/
.portfolio-section {
  padding: 118px 50px 155px;
  position: relative;
  background: linear-gradient(
    182deg,
    rgba(224, 255, 241, 0.1411764706) 0%,
    #e0fff1 100%
  );
}
@media only screen and (max-width: 424px) {
  .portfolio-section {
    padding: 95px 15px 125px;
  }
}
.portfolio-section .portfolio-single-box {
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, #ffffff 0%, #e0fff1 100%);
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    100% 100%,
    50px 100%,
    0 calc(100% - 50px)
  );
  padding: 25px 25px 30px;
  margin-bottom: 30px;
  transition: all 300ms ease;
  overflow: hidden;
  border-radius: 18px;
  border-top: 10px solid #efe5ff;
}
.portfolio-section .portfolio-single-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background-image: url("../images/main-home/service-hover-sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  right: 50%;
  top: 0;
  z-index: -1;
  transition: 0.5s;
}
.portfolio-section .portfolio-single-box:hover::before {
  width: 100%;
  right: 0;
}
.portfolio-section .portfolio-single-box .portfolio-content {
  margin: 34px 0 12px 20px;
}
.portfolio-section
  .portfolio-single-box
  .portfolio-content
  .portfolio-title
  h3 {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  margin: 11px 0 0;
  transition: all 300ms ease;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .portfolio-section
    .portfolio-single-box
    .portfolio-content
    .portfolio-title
    h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .portfolio-section
    .portfolio-single-box
    .portfolio-content
    .portfolio-title
    h3 {
    font-size: 22px;
  }
}
.portfolio-section .portfolio-single-box .portfolio-content p {
  border: 1px solid rgba(104, 104, 104, 0.2);
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding: 2px 20px;
  transition: all 300ms ease;
}
.portfolio-section .portfolio-single-box .portfolio-thumb {
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .portfolio-section .portfolio-single-box .portfolio-thumb img {
    width: 100%;
  }
}
.portfolio-section .portfolio-single-box .portfolio-thumb::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 1;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 300ms ease;
}
.portfolio-section .portfolio-single-box .portfolio-thumb figure {
  margin: 0;
}
.portfolio-section .portfolio-single-box:hover .portfolio-title h3 {
  color: var(--theme-color-white);
}
.portfolio-section .portfolio-single-box:hover .portfolio-content p {
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  color: #fff;
}
.portfolio-section .portfolio-single-box:hover .portfolio-thumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.portfolio-section .portfolio-single-box:hover {
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 50px),
    calc(100% - 42px) 100%,
    0% 100%,
    0% 100%
  );
}
.portfolio-section .port-shape1 {
  left: 0;
  position: absolute;
  top: -36%;
  filter: brightness(0.1);
  opacity: 0.5;
}
.portfolio-section .port-shape2 {
  top: 18%;
  position: absolute;
  right: 6%;
  opacity: 0.6;
}
.portfolio-section .pagination-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: 0;
  width: 120px;
  height: 125px;
  background: var(--theme-color-white);
  border-radius: 120px 120px 0 0;
}
.portfolio-section .pagination-btn a {
  height: 90px;
  width: 90px;
  line-height: 90px;
  background: var(--theme-color2);
  display: inline-block;
  border-radius: 50%;
  font-size: 35px;
  color: var(--theme-color-white);
  transform: rotate(-45deg);
  font-weight: 600;
  margin-top: 16px;
  transition: 0.5s;
}
.portfolio-section .pagination-btn a:hover {
  transform: rotate(0deg);
  background: var(--heading-color);
  color: var(--theme-color-white);
}

/*=========================================
    Portfolio Section Two
===========================================*/
.portfolio-section-two {
  padding: 118px 0 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .portfolio-section-two {
    padding: 100px 0 38px;
  }
}
.portfolio-section-two::before {
  background: url(../images/home-2/porject-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  height: 646px;
  width: 100%;
  content: "";
}
@media only screen and (max-width: 1199px) {
  .portfolio-section-two::before {
    height: 626px;
  }
}
@media only screen and (max-width: 1023px) {
  .portfolio-section-two::before {
    height: 507px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .portfolio-section-two::before {
    height: 643px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-section-two::before {
    height: 646px;
  }
}
@media only screen and (max-width: 599px) {
  .portfolio-section-two::before {
    height: 622px;
  }
}
@media only screen and (max-width: 424px) {
  .portfolio-section-two::before {
    height: 650px;
  }
}
.portfolio-section-two::after {
  background: url(../images/home-2/project-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 290px;
  width: 100%;
  content: "";
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .portfolio-section-two::after {
    bottom: -1px;
  }
}
@media only screen and (max-width: 424px) {
  .portfolio-section-two::after {
    height: 330px;
  }
}
.portfolio-section-two .portfolio-single-box {
  transition: all 300ms ease;
  overflow: hidden;
  text-align: center;
  margin-top: 12px;
  padding: 0 12px 0;
}
.portfolio-section-two .portfolio-single-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 317px;
  background: var(--theme-color3);
}
@media only screen and (max-width: 1023px) {
  .portfolio-section-two .portfolio-single-box::before {
    height: 216px;
  }
}
.portfolio-section-two .portfolio-single-box .portfolio-thumb {
  position: relative;
  overflow: hidden;
  line-height: 0;
  z-index: 1;
}
.portfolio-section-two .portfolio-single-box .portfolio-thumb::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 1;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 300ms ease;
}
.portfolio-section-two .portfolio-single-box .portfolio-thumb::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, rgba(63, 0, 255, 0) 42.96%, #3f00ff 100%);
  transition: all 300ms ease;
}
.portfolio-section-two .portfolio-single-box .portfolio-thumb figure {
  margin: 0;
}
.portfolio-section-two .portfolio-single-box .portfolio-thumb figure img {
  width: 100%;
}
.portfolio-section-two .portfolio-single-box .portfolio-thumb:hover::after {
  height: 100%;
}
.portfolio-section-two .portfolio-single-box .portfolio-content {
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.portfolio-section-two
  .portfolio-single-box
  .portfolio-content
  .portfolio-title
  h3 {
  margin: 0;
}
.portfolio-section-two
  .portfolio-single-box
  .portfolio-content
  .portfolio-title
  h3
  a {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin: 11px 0 0;
  transition: all 300ms ease;
  color: var(--theme-color-white);
}
@media only screen and (max-width: 1023px) {
  .portfolio-section-two
    .portfolio-single-box
    .portfolio-content
    .portfolio-title
    h3
    a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-section-two
    .portfolio-single-box
    .portfolio-content
    .portfolio-title
    h3
    a {
    font-size: 18px;
  }
}
.portfolio-section-two .portfolio-single-box .portfolio-content p {
  border: 1px solid rgb(104, 104, 104);
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding: 2px 20px;
  transition: all 300ms ease;
  color: rgba(255, 255, 255, 0.7215686275);
  margin-bottom: 12px;
  text-transform: uppercase;
}
.portfolio-section-two .portfolio-single-box:hover .portfolio-content p {
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  color: #fff;
}
.portfolio-section-two .portfolio-single-box:hover .portfolio-thumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.portfolio-section-two
  .swiper-slide.swiper-slide-active
  .portfolio-thumb::after {
  height: 100%;
}
.portfolio-section-two .right-icon-box {
  margin-left: 8px;
  position: relative;
}
.portfolio-section-two .right-icon-box p {
  width: 100%;
  color: rgba(255, 255, 255, 0.6509803922);
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .portfolio-section-two .right-icon-box p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-section-two .right-icon-box p {
    width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .portfolio-section-two .right-icon-box p {
    width: 65%;
  }
}
@media only screen and (max-width: 1439px) {
  .portfolio-section-two .slider-arrow-box {
    display: none;
  }
}
.portfolio-section-two .slider-arrow-box .slider-prev {
  position: absolute;
  top: 50%;
  transform: translateY(34%);
  width: 90px;
  height: 55px;
  background-color: var(--theme-color3);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  left: -31px;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
  transition: all 300ms ease;
}
.portfolio-section-two .slider-arrow-box .slider-prev:hover {
  background: var(--theme-color2);
  color: var(--theme-color-white);
}
.portfolio-section-two .slider-arrow-box .slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(34%);
  width: 90px;
  height: 55px;
  background-color: var(--theme-color3);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  right: -31px;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
  transition: all 300ms ease;
}
.portfolio-section-two .slider-arrow-box .slider-next:hover {
  background: var(--theme-color2);
  color: var(--theme-color-white);
}

/*================================
    Start Portfolio Section Three
=================================*/
.portfolio-section-three {
  padding: 120px 0 60px;
}
@media only screen and (max-width: 1023px) {
  .portfolio-section-three {
    padding: 100px 0 0px;
  }
}

.portfolio_menu {
  display: inline-block;
  background: rgb(188 168 97 / 18%);
  padding: 15px 30px 15px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .portfolio_menu {
    padding: 15px 15px 15px;
    border-radius: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .portfolio_menu {
    padding: 25px 15px 15px;
    border-radius: 10px;
  }
}
.portfolio_menu ul li {
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  border: 1px solid rgba(97, 97, 97, 0.2901960784);
  border-radius: 20px;
  font-size: 16px;
  padding: 4px 25px;
}
@media only screen and (max-width: 1023px) {
  .portfolio_menu ul li {
    padding: 4px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio_menu ul li {
    padding: 4px 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 599px) {
  .portfolio_menu ul li {
    margin-bottom: 10px;
  }
}
.portfolio_menu ul li.current_menu_item {
  color: var(--theme-color3);
  background: var(--theme-color2);
}

/* Case Study single box */
.portfolio-single-box-three {
  margin-bottom: 60px;
  background: linear-gradient(180deg, #f4f0e4 0%, #bca8613d 100%);
  padding: 15px 15px 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 1023px) {
  .portfolio-single-box-three {
    margin-bottom: 30px;
  }
}
.portfolio-single-box-three.left {
  margin-right: 17px;
}
@media only screen and (max-width: 1023px) {
  .portfolio-single-box-three.left {
    margin-right: 0;
  }
}
.portfolio-single-box-three.right {
  margin-left: 17px;
}
@media only screen and (max-width: 1023px) {
  .portfolio-single-box-three.right {
    margin-left: 0;
  }
}
.portfolio-single-box-three .portfolio-thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
}
.portfolio-single-box-three .portfolio-thumb img {
  /*transition: 0.5s;
  width: 100%;
  transform: scale(1.1);*/
}
.portfolio-single-box-three:hover .portfolio-thumb img {
  /*transform: scale(1.2) skew(-10deg);*/
}
.portfolio-single-box-three .portfolio-content {
  padding: 50px 0 0 35px;
  transition: 0.5s;
}
.portfolio-single-box-three .portfolio-content p {
  display: inline-block;
  margin: 0;
  border: 1px solid rgba(97, 97, 97, 0.2901960784);
  border-radius: 20px;
  font-size: 14px;
  padding: 2px 20px;
}
.portfolio-single-box-three .portfolio-content h3 {
  /*margin: 0;*/
  margin-top: 50px;
  padding-top: 10px;
  height: 80px;
}
.portfolio-single-box-three .portfolio-content h3 a {
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 35px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: var(--heading-color);
  backdrop-filter: blur(10px);
  margin: 24px 0 0;
}
@media only screen and (max-width: 1023px) {
  .portfolio-single-box-three .portfolio-content h3 a {
    font-size: 28px;
  }
}
.portfolio-single-box-three .portfolio-content h3 a:hover {
  color: var(--theme-color2);
}

.why-choose-section {
  position: relative;
  padding: 120px 0 103px;
  overflow: hidden;
}
.why-choose-section .choose-thumb {
  position: relative;
  z-index: 1;
}
.why-choose-section .choose-thumb .choose-shpe {
  position: absolute;
  bottom: 0;
  left: 68px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .why-choose-section .choose-thumb .choose-shpe {
    left: 50px;
    right: 50px;
  }
}
.why-choose-section .why-choose-wrapper {
  margin-left: 89px;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .why-choose-section .why-choose-wrapper {
    margin-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .why-choose-section .why-choose-wrapper {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .why-choose-section .why-choose-wrapper {
    margin-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .why-choose-section .why-choose-wrapper {
    margin-left: 0;
  }
}
@media only screen and (max-width: 424px) {
  .why-choose-section .why-choose-wrapper {
    margin-left: 0;
  }
}
.why-choose-section .why-choose-wrapper::before {
  content: "";
  position: absolute;
  left: 43px;
  top: 116px;
  margin: auto;
  width: 1px;
  height: 492px;
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(104, 104, 104, 0.3019607843) 0 7px,
    transparent 7px 14px
  );
  z-index: -1;
}
.why-choose-section .choose-single-box {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 424px) {
  .why-choose-section .choose-single-box {
    gap: 20px;
  }
}
.why-choose-section .choose-single-box .choose-icon {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  background: linear-gradient(360deg, #ffffff 0%, #e0fff1 100%);
  flex-shrink: 0;
}
.why-choose-section .choose-single-box .choose-content {
  background: linear-gradient(270deg, #ffffff 0%, #e0fff1 100%);
  padding: 47px 20px 24px 30px;
  border-radius: 15px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .why-choose-section .choose-single-box .choose-content {
    padding: 47px 68px 24px 30px;
  }
}
@media only screen and (max-width: 424px) {
  .why-choose-section .choose-single-box .choose-content {
    padding: 32px 15px 10px 20px;
  }
}
.why-choose-section .choose-single-box .choose-content::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  transition: 0.5s;
  background: linear-gradient(90deg, #ffffff 0%, #efe5ff 100%);
  z-index: -1;
}
.why-choose-section .choose-single-box .choose-content h3 {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 424px) {
  .why-choose-section .choose-single-box .choose-content h3 {
    font-size: 20px;
  }
}
.why-choose-section .choose-single-box .choose-content p {
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .why-choose-section .choose-single-box .choose-content p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 424px) {
  .why-choose-section .choose-single-box .choose-content p {
    font-size: 15px;
  }
}
.why-choose-section .choose-single-box:hover .choose-content::before {
  width: 100%;
}

/*====================================
    Video Section
======================================*/
.video-section {
  background: linear-gradient(
    176deg,
    rgba(195, 11, 11, 0) 0%,
    rgba(224, 255, 241, 0.19) 100%
  );
}

.vedio-wrapper {
  background: url(../images/main-home/video-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 630px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  margin-top: -195px;
}
@media only screen and (max-width: 424px) {
  .vedio-wrapper {
    height: 400px;
  }
}
.vedio-wrapper::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 32px;
  margin: auto;
  content: "";
  width: 95%;
  height: 90%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.vedio-wrapper .video-bg-buler {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  height: 648px;
  width: 648px;
  backdrop-filter: blur(10px);
  position: relative;
  left: 0;
  bottom: -336px;
  right: 0;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  display: flex;
}
@media only screen and (max-width: 424px) {
  .vedio-wrapper .video-bg-buler {
    height: 350px;
    width: 350px;
    bottom: -186px;
  }
}
.vedio-wrapper .video-bg-buler .video-icon {
  position: relative;
  left: 0;
  right: 0;
  bottom: 181px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 424px) {
  .vedio-wrapper .video-bg-buler .video-icon {
    bottom: 60px;
  }
}
.vedio-wrapper .video-bg-buler .video-icon h5.video-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--theme-color-white);
}
@media only screen and (max-width: 424px) {
  .vedio-wrapper .video-bg-buler .video-icon h5.video-title {
    font-size: 15px;
  }
}
.vedio-wrapper .video-bg-buler .popup-video_new {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.3490196078);
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  border-radius: 50%;
  color: var(--heading-color);
  font-size: 21px;
  margin-bottom: 33px;
}
@media only screen and (max-width: 424px) {
  .vedio-wrapper .video-bg-buler .popup-video_new {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
}
.vedio-wrapper .video-bg-buler .popup-video_new::before {
  position: absolute;
  left: -18px;
  top: -18px;
  content: "";
  height: 135px;
  width: 135px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
@media only screen and (max-width: 424px) {
  .vedio-wrapper .video-bg-buler .popup-video_new::before {
    left: -10px;
    top: -10px;
    height: 90px;
    width: 90px;
  }
}

.vedio-wrapper-two {
  background: url(../images/about/video_aanko.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 630px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -315px;
}
@media only screen and (max-width: 424px) {
  .vedio-wrapper-two {
    height: 400px;
  }
}
.vedio-wrapper-two .video-button {
  margin-top: 190px;
}
.vedio-wrapper-two .popup-video_new {
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.3490196078);
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  border-radius: 50%;
  color: var(--heading-color);
  font-size: 21px;
}
@media only screen and (max-width: 424px) {
  .vedio-wrapper-two .popup-video_new {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
}
.vedio-wrapper-two .popup-video_new::before {
  position: absolute;
  left: -18px;
  top: -18px;
  content: "";
  height: 135px;
  width: 135px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
@media only screen and (max-width: 424px) {
  .vedio-wrapper-two .popup-video_new::before {
    left: -10px;
    top: -10px;
    height: 90px;
    width: 90px;
  }
}

.marquee-section {
  position: relative;
  padding: 41px 0 38px;
  z-index: 1;
  background-color: var(--theme-color2);
}
.marquee-section .marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 0px;
}
.marquee-section .marquee .marquee-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 0px;
  min-width: 93%;
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
}
.marquee-section .marquee .marquee-block h3 {
  font-size: 40px;
  color: var(--theme-color-white);
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marquee-section .marquee .marquee-block h3 span {
  display: inline-block;
  margin: 0 50px;
  transition: 0.5s;
  animation: rotateme 18s linear infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/*** 

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

***/
.process-section {
  position: relative;
  padding: 115px 0 82px;
  z-index: 1;
  background: url(../images/home-2/prosess-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .process-section {
    padding: 100px 0 60px;
  }
}
.process-section .other-box {
  margin-left: 295px;
}
@media only screen and (max-width: 1439px) {
  .process-section .other-box {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .process-section .other-box {
    margin-left: 20px;
  }
}
.process-section .process-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.process-section .process-shape2 {
  position: absolute;
  right: 4%;
  top: 18%;
  z-index: -1;
  opacity: 0.6;
}

.process-border {
  position: relative;
}
.process-border::before {
  content: "";
  position: absolute;
  left: 21px;
  bottom: 234px;
  margin: auto;
  right: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    var(--theme-color2),
    var(--theme-color2) 7px,
    transparent 4px,
    transparent 12px
  );
}
@media only screen and (max-width: 1199px) {
  .process-border::before {
    bottom: 228px;
  }
}
@media only screen and (max-width: 1023px) {
  .process-border::before {
    bottom: 254px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .process-border::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .process-border::before {
    display: none;
  }
}

.process-single-box {
  padding: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .process-single-box {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .process-single-box {
    padding: 0 99px 0;
  }
}
@media only screen and (max-width: 599px) {
  .process-single-box {
    padding: 0 30px 0;
  }
}
.process-single-box .process-thumb {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .process-single-box .process-thumb {
    display: block;
  }
}
.process-single-box:hover .process-thumb {
  transform: scaleX(-1);
}
.process-single-box .process-number {
  background: url(../images/home-2/prosess-nam-sp.png);
  background-repeat: no-repeat;
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: var(--text-color);
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  margin: 30px 0 0;
  transition: 0.5s;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .process-single-box .process-number {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .process-single-box .process-number {
    display: inline-block;
  }
}
.process-single-box .process-content {
  margin-right: 35px;
}
@media only screen and (max-width: 1439px) {
  .process-single-box .process-content {
    margin-right: 0;
  }
}
.process-single-box .process-content h4 {
  font-weight: 500;
  font-size: 26px;
  margin: 33px 0 18px;
  color: var(--theme-color1);
}
.process-single-box .process-content p {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 1199px) {
  .process-single-box .process-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1023px) {
  .process-single-box .process-content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .process-single-box .process-content p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .process-single-box .process-content p {
    font-size: 16px;
  }
}
.process-single-box:hover .process-number {
  transform: scale3d(1.3, 1.3, 1.3);
}

.right-icon-box {
  margin-left: -63px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .right-icon-box {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .right-icon-box {
    margin-left: 0;
  }
}
.right-icon-box .icon {
  display: inline-block;
}
.right-icon-box p {
  font-size: 18px;
  margin-top: 29px;
  line-height: 28px;
  width: 60%;
}
@media only screen and (max-width: 1023px) {
  .right-icon-box p {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .right-icon-box p {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .right-icon-box p {
    width: 58%;
  }
}
@media only screen and (max-width: 599px) {
  .right-icon-box p {
    width: 100%;
  }
}

/*=============================
    Start Team Section
===============================*/
.team-section {
  background: url(../images/background/background_why_choose_us.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 0 120px;
  position: relative;
}
.team-section .other-box {
  margin-left: 295px;
}
@media only screen and (max-width: 1439px) {
  .team-section .other-box {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-section .other-box {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .team-section .other-box {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .team-section .other-box {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.team-section .sec-title.two {
  margin-left: 535px;
  position: absolute;
  margin-top: 4px;
}
@media only screen and (max-width: 1700px) {
  .team-section .sec-title.two {
    margin-top: 74px;
  }
}
@media only screen and (max-width: 1023px) {
  .team-section .sec-title.two {
    margin-top: 74px;
    margin-left: 455px;
  }
  .team-section .sec-title.two .title {
    font-size: 35px;
    line-height: 49px;
  }
}
@media only screen and (max-width: 767px) {
  .team-section .sec-title.two {
    margin-top: 0;
    position: inherit !important;
    margin-left: 0 !important;
  }
  .team-section .sec-title.two .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .team-section .sec-title.two .title {
    font-size: 25px;
    line-height: 35px;
  }
}

.team-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: self-end;
  gap: 80px;
}
@media only screen and (max-width: 1023px) {
  .team-wrapper {
    gap: 30px;
  }
}
.team-wrapper .main-profile {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  clip-path: polygon(0% 0%, 88% 0%, 100% 8%, 100% 100%, 12% 100%, 0% 92%);
  padding-bottom: 35px;
}
@media only screen and (max-width: 599px) {
  .team-wrapper .main-profile {
    max-width: 400px !important;
  }
}
.team-wrapper .main-profile img {
  width: 100%;
  border-radius: 20px;
  cursor: pointer;
  aspect-ratio: 424 / 523;
}
.team-wrapper .main-profile h3 {
  font-size: 28px;
  font-weight: 600;
  color: var(--theme-color-white);
  margin-bottom: 4px;
  margin-top: 34px;

}
.team-wrapper .main-profile p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4705882353);
  margin: 0;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.team-wrapper .main-profile p::before {
  position: absolute;
  content: "";
  left: -40px;
  top: 12px;
  height: 1px;
  width: 30px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.4705882353);
}
.team-wrapper .main-profile p::after {
  position: absolute;
  content: "";
  right: -40px;
  top: 12px;
  height: 1px;
  width: 30px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.4705882353);
}
.team-wrapper .swiper {
  width: 1050px;
}
@media only screen and (max-width: 1700px) {
  .team-wrapper .swiper {
    width: 830px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .team-wrapper .swiper {
    width: 635px;
  }
}
@media only screen and (max-width: 1023px) {
  .team-wrapper .swiper {
    width: 490px;
  }
}
@media only screen and (max-width: 767px) {
  .team-wrapper .swiper {
    width: 390px;
  }
}
@media only screen and (max-width: 599px) {
  .team-wrapper .swiper {
    width: 560px;
  }
}
@media only screen and (max-width: 424px) {
  .team-wrapper .swiper {
    width: 500px;
  }
}
.team-wrapper .swiper .swiper-wrapper {
  display: flex;
}
.team-wrapper .swiper .swiper-wrapper .team-slide {
  cursor: pointer;
}

.slider-warpper {
  position: relative;
}
.slider-warpper .team-arrow-box {
  right: 0;
  z-index: 1;
  position: absolute;
  top: -170px;
}
.slider-warpper .team-arrow-box .slider-prev,
.slider-warpper .team-arrow-box .slider-next {
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  color: var(--theme-color-white);
  border: 1px dashed var(--theme-color-white);
  display: inline-block;
  transition: 0.5s;
  border-radius: 50%;
  background: transparent;
  transform: rotate(45deg);
}
.slider-warpper .team-arrow-box .slider-prev:hover,
.slider-warpper .team-arrow-box .slider-next:hover {
  color: var(--theme-color-white);
  border: 1px solid var(--theme-color-white);
  background: var(--theme-color-white);
  color: var(--theme-color2);
}
.slider-warpper .team-arrow-box .slider-next {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1023px) {
  .slider-warpper .team-arrow-box {
    top: -116px;
  }
}
@media only screen and (max-width: 424px) {
  .slider-warpper .team-arrow-box {
    display: none;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .team-section {
    flex-direction: column;
    align-items: center;
  }
  .team-section .main-profile {
    width: 100%;
    max-width: 300px;
  }
}
/*==================================
    Start Team Section Two
====================================*/
.team-section-two {
  /*background: linear-gradient(180deg, #FFFFFF 0%, #EFE5FF 100%);*/
  background: linear-gradient(180deg, #ffffff 0%, #bca8613d 100%);
  padding: 120px 0 90px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team-section-two .team-shape1 {
  position: absolute;
  top: 54px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  text-align: center;
}

.team-single-box-two {
  background: #fff;
  clip-path: polygon(0% 0%, 88% 0%, 100% 8%, 100% 100%, 12% 100%, 0% 92%);
  margin-bottom: 30px;
}
.team-single-box-two.upper {
  margin-top: 70px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .team-single-box-two.upper {
    margin-top: 0;
  }
}
.team-single-box-two .team-thumb {
  position: relative;
  overflow: hidden;
}
.team-single-box-two .team-thumb::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 1;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 300ms ease;
}
@media only screen and (max-width: 767px) {
  .team-single-box-two .team-thumb img {
    width: 100%;
  }
}
.team-single-box-two:hover .team-thumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.team-single-box-two .team-conent {
  text-align: center;
  padding: 25px 0 15px;
}
.team-single-box-two .team-conent h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  transition: 0.5s;
}
.team-single-box-two .team-conent h4:hover {
  color: var(--theme-color2);
}
.team-single-box-two .team-conent p {
  display: inline-block;
  margin-top: 9px;
  position: relative;
  z-index: 1;
  font-size: 17px;
}
.team-single-box-two .team-conent p::before {
  position: absolute;
  top: 13px;
  content: "";
  left: -45px;
  width: 35px;
  height: 1px;
  background: rgba(104, 104, 104, 0.4117647059);
}
.team-single-box-two .team-conent p::after {
  position: absolute;
  top: 13px;
  content: "";
  right: -45px;
  width: 35px;
  height: 1px;
  background: rgba(104, 104, 104, 0.4117647059);
}

/*====================================
testimonial section 
======================================*/
.testimonial-section {
  /*background: linear-gradient(180deg, #FFFFFF 0%, #EFE5FF 100%);*/
  padding: 0 0 315px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial-section .testi-bg-buler {
  position: absolute;
  top: 22%;
  left: 0;
  right: 0;
  margin: auto;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(107, 55, 255, 0.44) 0%,
    rgba(107, 55, 255, 0) 100%
  );
  height: 570px;
  width: 570px;
  z-index: -1;
}
.testimonial-section .single-testi-box {
  background: linear-gradient(0deg, #f7f5f5 0%, #cab67082 100%);
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 32%);
  /*background: linear-gradient(0deg, #FFFFFF 0%, #EFE5FF 100%);*/
  border-radius: 20px;
  padding: 60px 50px 52px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .testimonial-section .single-testi-box {
    padding: 60px 35px 52px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-section .single-testi-box {
    padding: 30px 20px 25px;
  }
}
@media only screen and (max-width: 424px) {
  .testimonial-section .single-testi-box {
    padding: 40px 20px 25px;
  }
}
.testimonial-section .single-testi-box .testi-arrow {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 42px;
}
.testimonial-section .single-testi-box .testi-arrow h3 {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-section .single-testi-box .testi-arrow h3 {
    font-size: 22px;
  }
}
.testimonial-section .single-testi-box .testi-desc p {
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  color: #616161;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-section .single-testi-box .testi-desc p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 424px) {
  .testimonial-section .single-testi-box .testi-desc p {
    font-size: 15px;
    line-height: 26px;
  }
}
.testimonial-section .single-testi-box .testi-autor {
  margin-right: -50px;
  margin-top: -22px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-section .single-testi-box .testi-autor {
    display: none;
  }
}
.testimonial-section .single-testi-box .testi-autor-content {
  margin-top: 50px;
  padding-left: 70px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-section .single-testi-box .testi-autor-content {
    margin-top: 22px;
  }
}
.testimonial-section .single-testi-box .testi-autor-content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  width: 57px;
  height: 1px;
  background-color: rgba(97, 97, 97, 0.2588235294);
}
.testimonial-section .single-testi-box .testi-autor-content .autor-title {
  color: var(--theme-color1);
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 2px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-section .single-testi-box .testi-autor-content .autor-title {
    font-size: 22px;
  }
}
.testimonial-section .single-testi-box .testi-autor-content .autor-des {
  display: inline-block;
  color: var(--theme-color2);
  font-size: 18px;
}
.testimonial-section .single-testi-box .testi-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-section .single-testi-box .testi-shape {
    display: none;
  }
}
@media only screen and (max-width: 424px) {
  .testimonial-section .single-testi-box .testi-shape {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .swiper.testi-active {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 424px) {
  .swiper.testi-active {
    padding: 0 10px;
  }
}
/*====================================
    Testimonial section  Two
======================================*/
.testimonial-section-two {
  background: url(../images/home-2/testi-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 0 120px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .testimonial-section-two {
    padding: 100px 0 100px;
  }
}
.testimonial-section-two .single-testi-box {
  background: rgba(9, 0, 29, 0.6);
  padding: 24px 35px 48px;
  position: relative;
  z-index: 1;
  border: 1px solid;
  border-image-source: linear-gradient(
    115.53deg,
    rgba(255, 255, 255, 0.05) 32.87%,
    #3f00ff 63.95%,
    rgba(255, 255, 255, 0.05) 95.03%
  );
  border-image-slice: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .testimonial-section-two .single-testi-box {
    padding: 24px 40px 48px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-section-two .single-testi-box {
    padding: 24px 24px 44px;
  }
}
.testimonial-section-two .single-testi-box .testi-arrow {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 80px;
  justify-content: space-between;
}
.testimonial-section-two .single-testi-box .testi-arrow .arrow {
  top: 20px;
  position: relative;
}
.testimonial-section-two .single-testi-box .testi-desc p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6980392157);
  margin-right: 13px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .testimonial-section-two .single-testi-box .testi-desc p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-section-two .single-testi-box .testi-desc p {
    font-size: 16px;
  }
}
.testimonial-section-two .single-testi-box .testi-autor-content {
  margin-top: 28px;
  padding-left: 55px;
  position: relative;
}
.testimonial-section-two .single-testi-box .testi-autor-content::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 16px;
  width: 35px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6588235294);
}
.testimonial-section-two .single-testi-box .testi-autor-content .autor-title {
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 2px;
}
.testimonial-section-two .single-testi-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;
}
.testimonial-section-two .single-testi-box .hover-bx {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.testimonial-section-two .single-testi-box .hover-bx2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.testimonial-section-two .single-testi-box .hover-bx3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.testimonial-section-two .single-testi-box .hover-bx4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.testimonial-section-two .single-testi-box:hover .nexella-hover-bx {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  .testimonial-section-two .swiper.testi-active-two {
    padding: 0 15px 0;
  }
}

/*====================================
    testimonial section Three
======================================*/
.testimonial-section-three {
  /*background: linear-gradient(180deg, #FFFFFF 0%, #E0FFF1 100%);*/
  background: #ffffff;
  padding: 120px 0 120px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .testimonial-section-three {
    padding: 100px 0 100px;
  }
}
.testimonial-section-three .sec-title {
  margin-bottom: 40px;
}
.testimonial-section-three .sec-title .section-desc p {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .testimonial-section-three .sec-title .section-desc p {
    font-size: 15px;
  }
}
.testimonial-section-three .customar-author h3 {
  font-weight: 500;
  font-size: 22px;
  border-top: 1px solid rgba(9, 0, 29, 0.1803921569);
  padding-top: 21px;
  margin-top: 25px;
}
.testimonial-section-three .single-testi-box {
  gap: 50px;
  background: linear-gradient(0deg, #ffffff 0%, #bca86142 100%);
  position: relative;
  z-index: 1;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .testimonial-section-three .single-testi-box {
    gap: 20px;
  }
}
.testimonial-section-three .single-testi-box .testi-img {
  flex-shrink: 0;
}
@media only screen and (max-width: 599px) {
  .testimonial-section-three .single-testi-box .testi-img {
    display: none;
  }
}
.testimonial-section-three .single-testi-box .testi-inner-box {
  margin-top: 60px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-section-three .single-testi-box .testi-inner-box {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .testimonial-section-three .single-testi-box .testi-inner-box {
    padding: 0 30px 30px;
  }
}
.testimonial-section-three .single-testi-box .testi-arrow {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 42px;
}
.testimonial-section-three .single-testi-box .testi-arrow h3 {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .testimonial-section-three .single-testi-box .testi-arrow h3 {
    font-size: 24px;
  }
}
.testimonial-section-three .single-testi-box .testi-desc p {
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  color: #616161;
}
@media only screen and (max-width: 1439px) {
  .testimonial-section-three .single-testi-box .testi-desc p {
    font-size: 17px;
    line-height: 30px;
  }
}
.testimonial-section-three .single-testi-box .testi-autor-content {
  margin-top: 50px;
  padding-left: 70px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .testimonial-section-three .single-testi-box .testi-autor-content {
    padding-left: 0;
  }
}
.testimonial-section-three .single-testi-box .testi-autor-content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  width: 57px;
  height: 1px;
  background-color: rgba(97, 97, 97, 0.2588235294);
}
.testimonial-section-three .single-testi-box .testi-autor-content .autor-title {
  color: var(--theme-color1);
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 2px;
}
.testimonial-section-three .single-testi-box .testi-autor-content .autor-des {
  display: inline-block;
  font-size: 18px;
  margin: 5px 0 0;
}
.testimonial-section-three .single-testi-box::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  /*background: var(--theme-color3);*/
  background: #ffffff;
}

.testi-arrow-box {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.testi-arrow-box .slider-prev {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  background: #bca861;
  display: block;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.testi-arrow-box .slider-prev:hover {
  background: var(--theme-color2);
  color: var(--theme-color-white);
}
.testi-arrow-box .slider-next {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--theme-color-white);
  /*background: var(--theme-color2);*/
  background: #1a2540;
  display: block;
  position: relative;
  right: 50px;
}

/*=========================================
 blog Section 
===========================================*/
.blog-section {
  padding: 120px 0 90px;
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #bca8612b 100%);
  z-index: 1;
}
.blog-section .blog-single-box {
  position: relative;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 18%);
  /*background: linear-gradient(0deg, #FFFFFF 0%, #E0FFF1 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 50px 100%, 0 calc(100% - 50px));*/
  padding: 25px 25px 30px;
  margin-bottom: 30px;
  transition: all 300ms ease;
  overflow: hidden;
  border-radius: 18px;
}
.blog-section .blog-single-box::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 100%;
  /*background: var(--theme-color2);*/
  background-image: linear-gradient(
    to right,
    #bca861 30%,
    #f9ed98 50%,
    #b19e53 70%
  );
  border-radius: 15px;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
}
.blog-section .blog-single-box:hover::before {
  height: 100%;
}
.blog-section .blog-single-box .blog-content {
  margin: 34px 15px 12px 20px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-section .blog-single-box .blog-content {
    margin: 34px 0 12px 0;
  }
}
.blog-section .blog-single-box .blog-content .blog-title h3 {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  margin: 11px 0 0;
  transition: all 300ms ease;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blog-section .blog-single-box .blog-content .blog-title h3 {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-section .blog-single-box .blog-content .blog-title h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-section .blog-single-box .blog-content .blog-title h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-section .blog-single-box .blog-content .blog-title h3 {
    font-size: 24px;
    line-height: 33px;
    margin-right: 94px;
  }
}
@media only screen and (max-width: 424px) {
  .blog-section .blog-single-box .blog-content .blog-title h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.blog-section .blog-single-box .blog-content p {
  border: 1px solid rgba(104, 104, 104, 0.2);
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding: 2px 20px;
  transition: all 300ms ease;
}
.blog-section .blog-single-box .blog-content .bog-btn {
  text-align: right;
  margin-top: 40px;
}
.blog-section .blog-single-box .blog-content .bog-btn a {
  border: 1px solid rgba(104, 104, 104, 0.2);
  border-radius: 60px;
  padding: 8px 32px;
  text-align: left;
  color: #686868;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.blog-section .blog-single-box .blog-content .bog-btn a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color-white);
  z-index: -1;
  border-radius: 45px;
  transition: 0.5s;
}
.blog-section .blog-single-box:hover .bog-btn a {
  color: var(--theme-color2);
  border: 1px solid #fff;
}
.blog-section .blog-single-box:hover .bog-btn a::after {
  width: 100%;
  left: 0;
}
.blog-section .blog-single-box .blog-thumb {
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-section .blog-single-box .blog-thumb img {
    width: 100%;
  }
}
.blog-section .blog-single-box .blog-thumb::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 1;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 300ms ease;
}
.blog-section .blog-single-box .blog-thumb figure {
  margin: 0;
}
.blog-section .blog-single-box:hover .blog-title h3 {
  color: var(--theme-color-white);
}
.blog-section .blog-single-box:hover .blog-content p {
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  color: #fff;
}
.blog-section .blog-single-box:hover .blog-thumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.blog-section .blog-single-box .blog-sp {
  position: absolute;
  bottom: -34px;
  left: 0;
  z-index: -1;
}
.blog-section .blog-single-box.style_inner .blog-thumb img {
  width: 100%;
}
.blog-section .blog-shape1 {
  right: 0;
  top: 4%;
  position: absolute;
  left: 0;
  margin: auto;
  text-align: center;
  display: block;
  z-index: -1;
}
.blog-section .blog-shape2 {
  position: absolute;
  top: 17%;
  left: 3%;
  opacity: 0.6;
}

/*=========================================
     blog Section Two
===========================================*/
.blog-section-two {
  padding: 120px 0 120px;
  position: relative;
  /*background: url(../images/home-2/blog-bg.jpg);*/
  background: linear-gradient(180deg, #ffffff 0%, #bca8613d 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .blog-section-two {
    padding: 100px 0 100px;
  }
}
.blog-section-two .blog-single-box {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
  background: var(--theme-color-white);
  padding: 0 0 30px 40px;
  /* margin-bottom: 30px; */
  transition: all 300ms ease;
  overflow: hidden;
}
.blog-section-two .blog-single-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 40px;
  height: 5px;
  background: var(--theme-color2);
  z-index: -1;
}
.blog-section-two .blog-single-box .blog-thumb {
  position: relative;
  overflow: hidden;
}
.blog-section-two .blog-single-box .blog-thumb::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 1;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 300ms ease;
}
.blog-section-two .blog-single-box .blog-thumb figure {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .blog-section-two .blog-single-box .blog-thumb img {
    width: 100%;
  }
}
.blog-section-two .blog-single-box .blog-content {
  margin: 36px 0 12px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-section-two .blog-single-box .blog-content {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-section-two .blog-single-box .blog-content {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section-two .blog-single-box .blog-content {
    margin-right: 124px;
  }
}
@media only screen and (max-width: 599px) {
  .blog-section-two .blog-single-box .blog-content {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 424px) {
  .blog-section-two .blog-single-box .blog-content {
    margin-right: 30px;
  }
}
.blog-section-two .blog-single-box .blog-content .blog-title h3 {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  transition: all 300ms ease;
  margin-bottom: 19px;
  color: var(--heading-color);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-section-two .blog-single-box .blog-content .blog-title h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.blog-section-two .blog-single-box .blog-content .blog-title h3:hover {
  color: var(--theme-color2);
}
.blog-section-two .blog-single-box .blog-content p {
  font-size: 18px;
  margin: 0;
  transition: all 300ms ease;
  line-height: 28px;
  border: none;
  padding: 0;
  color: var(--text-color);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-section-two .blog-single-box .blog-content p {
    font-size: 15px;
  }
}
.blog-section-two .blog-single-box .blog-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: sans-serif;
  font-size: 16px;
  position: absolute;
  top: 38%;
  left: 7px;
  transform: translateY(-50%);
}
.blog-section-two .blog-single-box .blog-meta .blog-date {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.blog-section-two .blog-single-box .blog-meta .divider {
  display: block;
  width: 1px;
  height: 30px;
  background-color: #555;
  margin: 8px 0;
}
.blog-section-two .blog-single-box .blog-meta .blog-category {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.blog-section-two .blog-single-box:hover .blog-thumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.blog-section-two .blog-shape1 {
  right: 2%;
  bottom: 2%;
  position: absolute;
  z-index: -1;
}
.blog-section-two .right-icon-box {
  margin-left: 0;
}
.blog-section-two .right-icon-box p {
  width: 100%;
}

.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.blog-pagination::before {
  position: absolute;
  left: 20%;
  top: 60px;
  width: 68%;
  height: 1px;
  background: rgba(104, 104, 104, 0.2);
  content: "";
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-pagination::before {
    left: 28%;
    width: 56%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-pagination::before {
    display: none;
  }
}
.blog-pagination .slider-prev,
.blog-pagination .slider-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-color-white);
  border-radius: 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  transition: all 300ms ease;
  margin-left: 12px;
}
.blog-pagination .slider-prev:hover,
.blog-pagination .slider-next:hover {
  background: var(--theme-color2);
  color: var(--theme-color-white);
}

.main-footer {
  background: url(../images/main-home/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 36px;
}
.main-footer::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 100px;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 1px;
}
@media only screen and (max-width: 424px) {
  .main-footer::before {
    bottom: 120px;
  }
}
.main-footer .main-footer-section {
  position: relative;
  z-index: 1;
  padding-bottom: 86px;
}
.main-footer .main-footer-section .footer-widget-content {
  padding-right: 45px;
}
.main-footer .main-footer-section .footer-widget-content .footer-desc {
  color: rgba(255, 255, 255, 0.7098039216);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  padding: 36px 0 82px;
  font-family: var(--text-font);
}
.main-footer .main-footer-section .footer-widget-content.social {
  padding-right: 0px;
}
.main-footer .main-footer-section .footer-widget-content .footer-social li {
  display: inline-block;
  display: inline-block;
  margin-right: 7px;
}
.main-footer .main-footer-section .footer-widget-content .footer-social li a {
  display: inline-block;
  color: var(--theme-color-white);
  background: rgba(255, 255, 255, 0.1);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  text-align: center;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  font-size: 15px;
}
.main-footer
  .main-footer-section
  .footer-widget-content
  .footer-social
  li
  a::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 5px;
  background-color: var(--theme-color2);
  transition: all 300ms ease;
}
.main-footer
  .main-footer-section
  .footer-widget-content
  .footer-social
  li
  a:hover::before {
  transform: scale(1);
}
.main-footer .main-footer-section .footer-widget-content .footer-title {
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 28px;
  margin: 2px 0 40px;
}
@media only screen and (max-width: 424px) {
  .main-footer .main-footer-section .footer-widget-content .footer-title {
    font-size: 24px;
    margin: 20px 0 40px;
  }
}
.main-footer .main-footer-section .footer-widget-content .footer-menu li a {
  display: flex;
  justify-content: space-between;
  color: var(--theme-color-white);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 10px;
  margin-bottom: 12px;
  transition: 0.5s;
}
.main-footer .main-footer-section .footer-widget-content .footer-menu li a i {
  display: inline-block;
  font-weight: 400;
}
.main-footer
  .main-footer-section
  .footer-widget-content
  .footer-menu
  li
  a:hover {
  color: var(--theme-color2);
}
.main-footer .main-footer-section .footer-widget-content .location {
  color: var(--theme-color-white);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 10px;
}
.main-footer .main-footer-section .footer-widget-content .location span {
  display: block;
  color: #a1a1a1;
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 10px;
}
.main-footer
  .main-footer-section
  .footer-widget-content
  .contact-info
  .email-text
  a {
  display: block;
  color: #a1a1a1;
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 10px;
}
.main-footer
  .main-footer-section
  .footer-widget-content
  .contact-info
  .email-address
  a {
  display: inline-block;
  color: var(--theme-color-white);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
}
.main-footer .main-footer-section .footer-shape {
  position: absolute;
  top: 10px;
  right: -265px;
  animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
.main-footer .main-footer-section .footer-shape2 {
  position: absolute;
  bottom: -40px;
  left: -220px;
  animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}
.main-footer .footer-bottom {
  position: relative;
  z-index: 1;
  padding: 38px 0 0;
}
.main-footer .footer-bottom .copyright-text {
  color: var(--theme-color-white);
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-footer .footer-bottom .copyright-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 424px) {
  .main-footer .footer-bottom .copyright-text {
    font-size: 14px;
  }
}
.main-footer .footer-bottom .copyright-text a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6784313725);
}
.main-footer .footer-bottom .footer-bottom-menu {
  text-align: right;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-footer .footer-bottom .footer-bottom-menu {
    text-align: left;
  }
}
@media only screen and (max-width: 424px) {
  .main-footer .footer-bottom .footer-bottom-menu {
    text-align: left;
  }
}
.main-footer .footer-bottom .footer-bottom-menu ul li {
  display: inline-block;
  margin-left: 43px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-footer .footer-bottom .footer-bottom-menu ul li {
    margin-left: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-footer .footer-bottom .footer-bottom-menu ul li {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 424px) {
  .main-footer .footer-bottom .footer-bottom-menu ul li {
    margin-left: 0;
    margin-right: 20px;
  }
}
.main-footer .footer-bottom .footer-bottom-menu ul li a {
  color: var(--theme-color-white);
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 16px;
  transition: 0.5s;
}
@media only screen and (max-width: 424px) {
  .main-footer .footer-bottom .footer-bottom-menu ul li a {
    font-size: 15px;
  }
}
.main-footer .footer-bottom .footer-bottom-menu ul li a:hover {
  color: var(--theme-color2);
}
.main-footer.footer_two {
  background: url(../images/background/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .main-footer.footer_two {
    padding: 100px 0 36px;
  }
}
.main-footer.footer_two::before {
  display: none;
}
.main-footer.footer_two .footer-bottom {
  position: relative;
  z-index: 1;
  padding: 20px 0 20px;
  background: #1a2540;
  /*background: linear-gradient(90deg, #09001D 0%, #140537 49.77%, #09001D 100%);*/
  margin: 20px 15px 0;
}
.main-footer.footer_two .footer-sp1 {
  position: absolute;
  right: 6%;
  top: 32%;
  z-index: -1;
}

.footer-newsletter {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 100px;
  margin-bottom: 100px;
}
.footer-newsletter .container-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer-newsletter .container-card {
    display: block;
  }
}
.footer-newsletter .newsletter-title {
  font-size: 45px;
  font-weight: 700;
  color: var(--theme-color-white);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-newsletter .newsletter-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 424px) {
  .footer-newsletter .newsletter-title {
    font-size: 35px;
  }
}
.footer-newsletter .newsletter-form {
  display: flex;
  align-items: center;
  border-radius: 50px;
  overflow: hidden;
  padding: 20px;
  flex: 1;
  max-width: 648px;
  height: 80px;
  background: rgba(224, 255, 241, 0.1490196078);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-newsletter .newsletter-form {
    max-width: 460px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-newsletter .newsletter-form {
    max-width: 440px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-newsletter .newsletter-form {
    max-width: 100%;
    height: 65px;
  }
}
.footer-newsletter .newsletter-form input {
  flex: 1;
  border: none;
  padding: 0 15px;
  font-size: 16px;
  background: transparent;
  color: #fff;
  font-weight: 500;
}
.footer-newsletter .newsletter-form input::placeholder {
  color: #ccc;
}
.footer-newsletter .newsletter-form input:focus {
  outline: none;
}
.footer-newsletter .newsletter-form .submit-btn {
  background: var(--theme-color3);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .footer-newsletter .newsletter-form .submit-btn {
    width: 40px;
    height: 40px;
  }
}
.footer-newsletter .newsletter-form .submit-btn span {
  font-size: 18px;
  color: var(--theme-color1);
}
.footer-newsletter .newsletter-form .submit-btn:hover {
  background: var(--theme-color2);
  transform: rotate(90deg);
  color: var(--theme-color-white);
}
.footer-newsletter .newsletter-form .submit-btn:hover span {
  color: var(--theme-color-white);
}

/*===================================================
    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: 60px 0 90px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .pricing-section {
    padding: 60px 0 70px;
  }
}
.pricing-section .pricing-left-sp {
  position: absolute;
  top: 8%;
  left: 4%;
  z-index: -1;
}
.pricing-section .pricing-right-sp {
  position: absolute;
  top: 16%;
  right: 8%;
  z-index: -1;
  opacity: 0.5;
}

.pricing-main-bx .pricing-popular {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  background: var(--theme-color2);
  color: var(--theme-color-white);
  padding: 26px 0;
  opacity: 0;
  transition: all 300ms ease;
  position: relative;
  bottom: -30px;
  z-index: 1;
}
.pricing-main-bx .pricing-popular.active-pb {
  bottom: 0;
  opacity: 1;
}
.pricing-main-bx:hover .pricing-popular {
  opacity: 1;
  bottom: 0;
}

.pricing-single-bx {
  position: relative;
  background: url(../images/home-2/pricing-box-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  z-index: 1;
  transition: all 300ms ease;
  padding: 40px 40px 24px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pricing-single-bx {
    padding: 35px 25px 15px;
  }
}
.pricing-single-bx .inner-box {
  position: relative;
  transition: all 300ms ease;
}
.pricing-single-bx .inner-box h4.title {
  font-size: 26px;
  font-weight: 500;
  margin: 30px 0 10px;
}
.pricing-single-bx .inner-box p.pricing-text {
  line-height: 28px;
  font-size: 18px;
}
.pricing-single-bx .inner-box .price-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 28px 0 6px;
}
.pricing-single-bx .inner-box .price-box h4 {
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  color: var(--theme-color1);
  font-family: var(--text-font);
}
.pricing-single-bx .inner-box .price-box .validaty {
  margin-top: -15px;
  font-size: 18px;
  font-family: var(--title-font);
}
.pricing-single-bx .inner-box .pricing-btn a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: var(--theme-color1);
  background: var(--theme-color-white);
  padding: 14px 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-color-white);
}
.pricing-single-bx .inner-box:hover .pricing-btn a::before {
  width: 100%;
  left: 0;
}
.pricing-single-bx .feature {
  margin-top: 64px;
  position: relative;
}
.pricing-single-bx .feature .feature-title {
  font-weight: 500;
  font-size: 20px;
}
.pricing-single-bx .feature ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  font-family: var(--text-font);
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .pricing-single-bx .feature ul li {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-single-bx .feature ul li {
    font-size: 15px;
    margin-bottom: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pricing-single-bx .feature ul li {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

.faq-section {
  /*background: url(../images/home-2/faq-bg.png);*/
  background: linear-gradient(180deg, #ffffff 0%, #bca8613d 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 0 90px;
}
@media only screen and (max-width: 1023px) {
  .faq-section {
    padding: 100px 0 72px;
  }
}
.faq-section .right-icon-box {
  margin-left: 0;
}
.faq-section .right-icon-box p {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .faq-section .right-icon-box p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .faq-section .right-icon-box p {
    width: 60%;
  }
}

.image-column {
  position: relative;
  z-index: 1;
}
.image-column .pricing-sp {
  position: absolute;
  bottom: -33px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: -1;
}

/* Accprdion */
.accordion {
  margin-left: 40px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .accordion {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion {
    margin-left: 0;
    margin-top: 30px;
  }
}
.accordion li {
  list-style: none;
  padding: 0 0 27px;
}
.accordion li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--theme-color1) !important;
  padding: 17px 18px 17px 30px;
  z-index: 1;
  border: 1px solid rgba(104, 104, 104, 0.2);
  font-size: 22px;
}
.accordion li a.active {
  border-bottom: 0;
}
.accordion li p {
  display: none;
  padding: 30px 45px 50px 30px;
  margin: 0;
  overflow: hidden;
  font-size: 18px;
  line-height: 28px;
  border: 1px solid rgba(104, 104, 104, 0.2);
  border-top: 0;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .accordion li p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion li p {
    padding: 30px 60px 50px 30px;
    font-size: 16px;
  }
}
.accordion li p::before {
  position: absolute;
  left: 35px;
  top: 0;
  width: 547px;
  height: 2px;
  background: var(--theme-color7);
  content: "";
}

/*==========================================
  educate Search Popup Css
=========================================*/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: var(--theme-color2);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  backdrop-filter: blur(5px);
}

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background: var(--theme-color2);
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid var(--theme-color2);
  border-left: 3px solid #393939;
  border-top: 3px solid #fff;
  border-right: 3px solid #393939;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-popup .close-search i {
  position: relative;
  font-size: 30px;
  color: #fff;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  padding-right: 100px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}

.search-popup .form-group input::placeholder {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  transition: 0.5s;
}

.search-popup .form-group button i {
  transition: 0.5s;
}

.search-popup .form-group button:hover i {
  color: #f00;
}

.search-popup .form-group input {
  border-radius: 5px;
  border: 2px solid #f5f5f5;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #fff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .close-search.style-two i {
  font-size: 20px;
  color: #181d4e;
  transition: 0.5s;
}

.search-popup .close-search.style-two i:hover {
  color: #f00;
}

.search-box-btn.search-box-outer {
  color: var(--theme-color-white);
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
}
.search-box-btn.search-box-outer i {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 500ms ease;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--theme-color-white);
}

.contact-section {
  padding: 120px 0 120px;
  /*background-image: url(../images/home-3/contact-bg.jpg);*/
  background: linear-gradient(180deg, #ffffff 0%, #bca8613d 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .contact-section {
    padding: 100px 0 100px;
  }
}
.contact-section .contact-werpppar {
  /*position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;*/
}
@media only screen and (max-width: 1700px) {
  .contact-section .contact-werpppar {
    left: -15%;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .contact-section .contact-werpppar {
    left: -25%;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-section .contact-werpppar {
    left: -27%;
  }
}
@media only screen and (max-width: 1023px) {
  .contact-section .contact-werpppar {
    left: -40%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-section .contact-werpppar {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-section .contact-werpppar {
    display: none;
  }
}
.contact-section .contact-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  line-height: 0;
}
.contact-section .contact-thumb::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.contact-section .contact-thumb:hover::before {
  height: 200%;
  transition: all 600ms linear;
  background-color: transparent;
}
.contact-section .contact-thumb figure {
  margin: 0;
}
.contact-section .contact-thumb figure img {
  width: 100%;
}

.contact-section .contact-form-box .form-box {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  position: relative;
}
.contact-section .contact-form-box .form-box input {
  transition: 0.3s;
  outline: 0;
  width: 100%;
  height: 60px;
  background: transparent;
  border-radius: 10px;
  padding: 0 25px;
  border: 1px solid #686868;
}
.contact-section .contact-form-box .form-box input::placeholder {
  color: var(--text-color);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
}
.contact-section .contact-form-box .form-box .option-box {
  width: 100%;
}
.contact-section .contact-form-box .form-box .option-box .wide {
  color: var(--text-color);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #686868;
  background: transparent;
  width: 100%;
  padding: 13px 30px 13px 30px;
  border-radius: 5px;
}
.contact-section .contact-form-box .form-box .option-box select {
  transition: 0.3s;
  outline: 0;
  width: 100%;
  height: 60px;
  border: 1px solid #686868;
  border-radius: 10px;
  padding: 0 25px;
  background: transparent;
}
.contact-section .contact-form-box .form-box textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #686868;
  border-radius: 10px;
  padding: 25px 20px;
  background: transparent;
  outline: 0;
}
.contact-section .contact-form-box .form-box textarea::placeholder {
  color: var(--text-color);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
}
.contact-section .contact-form-box .contact-form {
  margin-top: 15px;
}
.contact-section .contact-form-box .contact-form button {
  display: inline-block;
  font-family: var(--text-font);
  color: #ffffff;
  background-image: linear-gradient(
    to right,
    #bca861 30%,
    #f9ed98 50%,
    #b19e53 70%
  );
  /*color: var(--theme-color-white);
  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;
}
.contact-section .contact-form-box .contact-form button i {
  display: inline-block;
  right: -56px;
  font-size: 16px;
  font-weight: 400;
  top: 2px;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  background: var(--theme-color2);
  transition: all 300ms ease;
  transform: rotate(-45deg);
}
.contact-section .contact-form-box .contact-form button::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color1);
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.contact-section .contact-form-box .contact-form button:hover::after {
  width: 100%;
  left: 0;
}
.contact-section .contact-form-box .contact-form button:hover i {
  background: var(--theme-color1);
  transform: rotate(0deg);
}

/*** 

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

***/

.page-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0 110px;
  min-height: 250px;
}
.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;
}

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

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

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

.blog-details-area {
  padding: 120px 0 120px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .blog-details-area {
    padding: 100px 0 90px;
  }
}
.blog-details-area.style-two {
  background: linear-gradient(180deg, #ffffff 0%, #efe5ff 100%);
  padding: 120px 0 90px;
}
.blog-details-area .blog-details-thumb {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-details-area .blog-details-thumb {
    margin-bottom: 30px;
  }
}
.blog-details-area .blog-details-thumb img {
  width: 100%;
  transition: 0.5s;
}
.blog-details-area .blog-details-thumb img:hover {
  transform: scale(1.2) skew(-10deg);
}
.blog-details-area .blog-details-content {
  padding: 27px 36px 20px;
  border: 1px solid rgba(34, 34, 34, 0.1333333333);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-area .blog-details-content {
    padding: 27px 10px 20px;
  }
}
.blog-details-area .blog-details-content .meta-blog .mate-text {
  padding-left: 36px;
  position: relative;
}
.blog-details-area .blog-details-content .meta-blog .mate-text::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  left: 5px;
  top: 11px;
  background: var(--theme-color2);
}
.blog-details-area .blog-details-content .meta-blog > span {
  display: inline-block;
  margin-right: 28px;
  font-weight: 500;
}
.blog-details-area .blog-details-content .meta-blog > span i {
  display: inline-block;
  color: var(--theme-color2);
  padding-right: 9px;
}
.blog-details-area .blog-details-content .meta-blog > span img {
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.blog-details-area .blog-details-content .blog-details-title {
  font-size: 32px;
  margin: 12px 0 19px;
}
.blog-details-area .blog-details-content .blog-details-desc {
  font-size: 17px;
  margin-bottom: 25px;
}
.blog-details-area .blog-details-content .blog-details-author-talk {
  display: flex;
  gap: 26px;
  background: rgb(188 168 97 / 14%);
  padding: 41px 51px 40px;
  margin-top: 48px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blog-details-area .blog-details-content .blog-details-author-talk {
    padding: 41px 20px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-details-area .blog-details-content .blog-details-author-talk {
    padding: 41px 15px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-details-area .blog-details-content .blog-details-author-talk {
    padding: 41px 10px 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-area .blog-details-content .blog-details-author-talk {
    padding: 41px 10px 40px;
  }
}
.blog-details-area
  .blog-details-content
  .blog-details-author-talk
  .blog-details-quote
  img {
  position: relative;
  top: 8px;
  color: var(--heading-color);
}
@media only screen and (max-width: 767px) {
  .blog-details-area
    .blog-details-content
    .blog-details-author-talk
    .blog-details-quote {
    display: none;
  }
}
.blog-details-area
  .blog-details-content
  .blog-details-author-talk
  .blog-details-author-title
  p {
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
  color: var(--heading-color);
}
.blog-details-area
  .blog-details-content
  .blog-details-author-talk
  .blog-details-author-title
  span {
  margin-left: 58px;
  display: inline-block;
  color: var(--heading-color);
  position: relative;
}
.blog-details-area
  .blog-details-content
  .blog-details-author-talk
  .blog-details-author-title
  span::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: -58px;
  top: 12px;
  background: var(--theme-color2);
}
.blog-details-area .blog-details-content .blog-details-title {
  font-size: 28px;
  margin: 54px 0 16px;
}
.blog-details-area .blog-details-content .blog-details-desc {
  font-size: 17px;
  margin-bottom: 25px;
}
.blog-details-area .blog-details-content .blog-details-desc.two {
  width: 95%;
}
.blog-details-area .blog-details-content .blog-details-list-item {
  margin-bottom: 40px;
}
.blog-details-area .blog-details-content .blog-details-list-item ul li {
  margin-bottom: 10px;
  font-size: 17px;
}
.blog-details-area .blog-details-content .blog-details-list-item ul li i {
  display: inline-block;
  color: var(--theme-color2);
  font-size: 18px;
  margin-right: 16px;
}
.blog-details-area .blog-details-content .blog-details-title.two {
  font-size: 28px;
  margin: 38px 0 16px;
}
.blog-details-area .blog-details-content .blog-details-desc {
  font-size: 17px;
  margin-bottom: 25px;
}
.blog-details-area .blog-details-content .blog-details-desc.three {
  width: 100%;
}
.blog-details-area .blog-details-socila-box {
  border: 1px solid rgba(34, 34, 34, 0.1333333333);
  border-top: transparent;
  padding: 19px 35px 18px;
  border-radius: 0 0 5px 5px;
}
.blog-details-area .blog-details-socila-box .blog-details-category span a {
  display: inline-block;
  background: #f6f6ee;
  padding: 6px 16px;
  font-weight: 500;
  color: var(--heading-color);
  border-radius: 3px;
  margin-right: 7px;
  transition: 0.5s;
}
.blog-details-area
  .blog-details-socila-box
  .blog-details-category
  span
  a.active-class {
  background: var(--theme-color2);
  color: var(--theme-color-white);
}
.blog-details-area
  .blog-details-socila-box
  .blog-details-category
  span
  a:hover {
  background: var(--theme-color2);
  color: var(--theme-color-white);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-details-area .blog-details-socila-box .blog-details-category span a {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-details-area .blog-details-socila-box .blog-details-category span a {
    margin-bottom: 10px;
  }
}
.blog-details-area .blog-details-socila-box .blog-details-social-icon {
  text-align: right;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-area .blog-details-socila-box .blog-details-social-icon {
    text-align: left;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .blog-details-area .blog-details-socila-box .blog-details-social-icon {
    text-align: left;
    margin-top: 20px;
  }
}
.blog-details-area .blog-details-socila-box .blog-details-social-icon ul li {
  display: inline-block;
}
.blog-details-area
  .blog-details-socila-box
  .blog-details-social-icon
  ul
  li
  a
  i {
  display: inline-block;
  background: var(--theme-color2);
  color: var(--theme-color-white);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 13px;
  margin-left: 5px;
}
.blog-details-area
  .blog-details-socila-box
  .blog-details-social-icon
  ul
  li:nth-child(2)
  i {
  background: #00aae8;
}
.blog-details-area
  .blog-details-socila-box
  .blog-details-social-icon
  ul
  li:nth-child(3)
  i {
  background: #016eaf;
}
.blog-details-area
  .blog-details-socila-box
  .blog-details-social-icon
  ul
  li:nth-child(4)
  i {
  background: #b7071c;
}
.blog-details-area .blog-details-post {
  margin-top: 40px;
}
.blog-details-area .blog-details-post .swiper.blog-details-active {
  overflow: hidden;
  position: relative;
}
.blog-details-area
  .blog-details-post
  .swiper.blog-details-active
  .econet-blog-details-arrow-box
  .slider-prev {
  color: var(--theme-color2);
  background: transparent;
  display: inline-block;
  font-size: 13px;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 70px;
  top: 35px;
  z-index: 5;
  border: 0;
}
.blog-details-area
  .blog-details-post
  .swiper.blog-details-active
  .econet-blog-details-arrow-box
  .slider-prev
  i {
  display: inline-block;
  font-weight: 400;
}
@media only screen and (max-width: 1700px) {
  .blog-details-area
    .blog-details-post
    .swiper.blog-details-active
    .econet-blog-details-arrow-box
    .slider-prev {
    display: block;
  }
}
.blog-details-area
  .blog-details-post
  .swiper.blog-details-active
  .econet-blog-details-arrow-box
  .slider-next {
  display: inline-block;
  font-size: 13px;
  transition: all 0.3s ease 0s;
  color: var(--theme-color2);
  background: transparent;
  position: absolute;
  right: 70px;
  top: 35px;
  z-index: 5;
  border: 0;
}
.blog-details-area
  .blog-details-post
  .swiper.blog-details-active
  .econet-blog-details-arrow-box
  .slider-next
  i {
  display: inline-block;
  font-weight: 400;
}
@media only screen and (max-width: 1700px) {
  .blog-details-area
    .blog-details-post
    .swiper.blog-details-active
    .econet-blog-details-arrow-box
    .slider-next {
    display: block;
  }
}
.blog-details-area
  .blog-details-post
  .swiper.blog-details-active
  .blog-nav-buttons
  button#prevBtn {
  color: var(--heading-color);
  background: transparent;
  font-size: 18px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  top: 36px;
  left: 90px;
}
.blog-details-area
  .blog-details-post
  .swiper.blog-details-active
  .blog-nav-buttons
  button#nextBtn {
  color: var(--heading-color);
  background: transparent;
  font-size: 18px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  top: 36px;
  right: 90px;
}
.blog-details-area .blog-details-post .blog-post-box {
  display: flex;
  background: var(--theme-color4);
  align-items: center;
  padding: 84px 21px 31px 43px;
  gap: 23px;
  margin: 0 13px;
}
.blog-details-area .blog-details-post .blog-post-box.style-two {
  text-align: right;
  padding: 85px 49px 31px 21px;
}
.blog-details-area .blog-details-post .blog-post-box .blog-post-thumb {
  flex-shrink: 0;
}
.blog-details-area .blog-details-post .blog-post-box .blog-post-content a {
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  color: var(--heading-color);
  font-weight: 600;
  transition: 0.5s;
}
.blog-details-area .blog-details-post .blog-post-box .blog-post-content p {
  font-size: 14px;
  margin: 0;
  color: var(--theme-color2);
}
.blog-details-area .single-comment-area {
  background: var(--theme-color4);
  padding: 49px 41px 56px;
  margin-top: 61px;
  border-radius: 5px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-area .single-comment-area {
    padding: 49px 10px 56px;
  }
}
.blog-details-area .single-comment-area .blog-details-comment-title h4 {
  font-size: 28px;
  margin: 0 0 28px;
}
.blog-details-area .single-comment-area .blog-details-comment {
  margin-bottom: 19px;
  position: relative;
  border: 1px solid rgba(34, 34, 34, 0.0784313725);
  padding: 29px 29px 25px;
}
.blog-details-area .single-comment-area .blog-details-comment.style-two {
  margin-left: 105px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-details-area .single-comment-area .blog-details-comment.style-two {
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-details-area .single-comment-area .blog-details-comment.style-two {
    margin-left: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-area .single-comment-area .blog-details-comment.style-two {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 599px) {
  .blog-details-area .single-comment-area .blog-details-comment.style-two {
    margin-left: 0;
  }
}
.blog-details-area
  .single-comment-area
  .blog-details-comment
  .blog-details-comment-reply {
  position: absolute;
  right: 22px;
  top: 21px;
}
@media only screen and (max-width: 599px) {
  .blog-details-area
    .single-comment-area
    .blog-details-comment
    .blog-details-comment-reply {
    top: 63px;
  }
}
.blog-details-area
  .single-comment-area
  .blog-details-comment
  .blog-details-comment-reply
  a {
  background: var(--theme-color2);
  padding: 3px 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-color-white);
  border-radius: 2px;
  display: inline-block;
}
.blog-details-area
  .single-comment-area
  .blog-details-comment
  .blog-details-comment-thumb {
  float: left;
  margin-right: 30px;
}
.blog-details-area
  .single-comment-area
  .blog-details-comment
  .blog-details-comment-content {
  overflow: hidden;
}
.blog-details-area
  .single-comment-area
  .blog-details-comment
  .blog-details-comment-content
  h2 {
  font-size: 20px;
  margin-top: 0;
  display: inline-block;
  font-weight: 700;
  margin-right: 30px;
}
.blog-details-area
  .single-comment-area
  .blog-details-comment
  .blog-details-comment-content
  p {
  font-size: 15px;
  margin: 13px 0 0;
}
.blog-details-area
  .single-comment-area
  .blog-details-comment
  .blog-details-comment-content.style-two {
  margin-left: 105px;
}
.blog-details-area .blog-details-contact .blog-details-contact-title h4 {
  font-size: 23px;
  font-weight: 600;
  padding-bottom: 31px;
}
.blog-details-area .blog-details-contact .contact-input-box input {
  background: var(--theme-color-white);
  border: transparent;
  width: 100%;
  height: 60px;
  padding: 22px;
  outline: 0;
  margin-bottom: 11px;
}
.blog-details-area .blog-details-contact .contact-input-box textarea {
  background: var(--theme-color-white);
  border: transparent;
  width: 100%;
  height: 170px;
  padding: 12px 22px 0;
  outline: 0;
  margin-top: 11px;
  margin-bottom: 20px;
}
.blog-details-area .blog-details-contact .input-check-box input span {
  font-size: 15px;
  margin-left: 7px;
}
.blog-details-area .blog-details-contact .blog-details-submi-button button {
  background: var(--theme-color2);
  color: var(--theme-color-white);
  text-transform: uppercase;
  border: transparent;
  padding: 12px 26px;
  font-size: 15px;
  margin-top: 34px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 2px solid var(--theme-color2);
  border-radius: 5px;
  font-weight: 500;
}
.blog-details-area
  .blog-details-contact
  .blog-details-submi-button
  button::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color-white);
  transition: 0.5s;
  z-index: -1;
  border-radius: 5px;
}
.blog-details-area
  .blog-details-contact
  .blog-details-submi-button
  button:hover {
  color: var(--theme-color2);
}
.blog-details-area
  .blog-details-contact
  .blog-details-submi-button
  button:hover::before {
  width: 100%;
  left: 0;
}
.blog-details-area .widget-sidber {
  border-radius: 5px;
  background-color: rgb(188 168 97 / 14%);
  padding: 32px 41px 29px;
  margin-bottom: 27px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blog-details-area .widget-sidber {
    padding: 32px 20px 29px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-details-area .widget-sidber {
    padding: 32px 15px 29px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-details-area .widget-sidber {
    padding: 32px 40px 29px;
    margin-top: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-area .widget-sidber {
    padding: 32px 40px 29px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-area .widget-sidber {
    margin-top: 30px;
  }
}
.blog-details-area .widget-sidber .widget_search {
  position: relative;
}
.blog-details-area .widget-sidber .widget_search input {
  border-radius: 4px;
  padding-left: 20px !important;
  height: 60px;
  width: 100% !important;
  position: relative;
  color: var(--heading-color);
  outline: 0 !important;
  border: transparent !important;
}
.blog-details-area .widget-sidber .widget_search button {
  border: 0;
  font-size: 16px;
  position: absolute;
  right: 14px;
  top: 20px;
  color: var(--heading-color);
  background: transparent;
  opacity: 0.7;
}
.blog-details-area .widget-sidber .widget-sidber-content h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 46px;
  position: relative;
}
.blog-details-area .widget-sidber .widget-sidber-content h4::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 2px;
  left: 0;
  bottom: -8px;
  background: var(--theme-color2);
}
.blog-details-area .widget-sidber .widget-category ul li a {
  background: var(--theme-color-white);
  padding: 14px 26px;
  width: 100%;
  display: inline-block;
  margin-bottom: 14px;
  color: var(--heading-color);
  font-weight: 500;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.blog-details-area .widget-sidber .widget-category ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color2);
  z-index: -1;
  border-radius: 5px;
  transition: 0.5s;
}
.blog-details-area .widget-sidber .widget-category ul li a img {
  margin-right: 12px;
  transition: 0.5s;
}
.blog-details-area .widget-sidber .widget-category ul li a:hover img {
  filter: brightness(0) invert(1);
}
.blog-details-area .widget-sidber .widget-category ul li a:hover {
  color: var(--theme-color-white);
}
.blog-details-area .widget-sidber .widget-category ul li a:hover::before {
  width: 100%;
  left: 0;
}
.blog-details-area .widget-sidber .widget-category ul li a:hover i {
  opacity: 1;
  color: var(--theme-color-white);
}
.blog-details-area .widget-sidber .widget-category ul li a i {
  background: rgb(26 37 64 / 88%);
  color: #ffffff;
  display: inline-block;
  float: right;
  font-size: 15px;
  transition: 0.5s;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 5px;
  /*color: var(--heading-color);
  display: inline-block;
  float: right;
  font-size: 17px;
  opacity: 0;
  transition: 0.5s;*/
}
.blog-details-area .widget-sidber .sidber-widget-recent-post {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 19px;
}
.blog-details-area
  .widget-sidber
  .sidber-widget-recent-post
  .recent-widget-thumb {
  flex-shrink: 0;
}
.blog-details-area
  .widget-sidber
  .sidber-widget-recent-post
  .recent-widget-content
  a {
  transition: 0.5s;
  color: var(--heading-color) !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  width: 95%;
  display: inline-block;
}
.blog-details-area
  .widget-sidber
  .sidber-widget-recent-post
  .recent-widget-content
  a:hover {
  color: var(--theme-color2) !important;
}
.blog-details-area
  .widget-sidber
  .sidber-widget-recent-post
  .recent-widget-content
  p {
  font-size: 14px;
  margin: 0;
  color: var(--theme-color2) !important;
}
.blog-details-area .widget-sidber .widget-catefories-tags a {
  display: inline-block;
  color: var(--heading-color);
  font-weight: 500;
  background: var(--theme-color-white);
  padding: 6px 19px;
  margin: 6px 3px;
  position: relative;
  z-index: 1;
  font-size: 15px;
}
.blog-details-area .widget-sidber .widget-catefories-tags a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color2);
  transition: 0.5s;
  z-index: -1;
}
.blog-details-area .widget-sidber .widget-catefories-tags a:hover::before {
  width: 100%;
  left: 0;
}
.blog-details-area .widget-sidber .widget-catefories-tags a:hover {
  color: var(--theme-color-white);
}

.blog-single-box-2column {
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, #ffffff 0%, #e0fff1 100%);
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    100% 100%,
    50px 100%,
    0 calc(100% - 50px)
  );
  padding: 25px 25px 30px;
  margin-bottom: 30px;
  transition: all 300ms ease;
  overflow: hidden;
  border-radius: 18px;
}
.blog-single-box-2column::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 100%;
  background: var(--theme-color2);
  border-radius: 15px;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
}
.blog-single-box-2column:hover::before {
  height: 100%;
}
.blog-single-box-2column .blog-content {
  margin: 34px 15px 12px 20px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-single-box-2column .blog-content {
    margin: 34px 0 12px 0;
  }
}
.blog-single-box-2column .blog-content .blog-title h3 {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  margin: 11px 0 0;
  transition: all 300ms ease;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blog-single-box-2column .blog-content .blog-title h3 {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-single-box-2column .blog-content .blog-title h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-single-box-2column .blog-content .blog-title h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-single-box-2column .blog-content .blog-title h3 {
    font-size: 24px;
    line-height: 33px;
    margin-right: 94px;
  }
}
@media only screen and (max-width: 424px) {
  .blog-single-box-2column .blog-content .blog-title h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.blog-single-box-2column .blog-content p {
  border: 1px solid rgba(104, 104, 104, 0.2);
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding: 2px 20px;
  transition: all 300ms ease;
}
.blog-single-box-2column .blog-content .bog-btn {
  text-align: right;
  margin-top: 40px;
}
.blog-single-box-2column .blog-content .bog-btn a {
  border: 1px solid rgba(104, 104, 104, 0.2);
  border-radius: 60px;
  padding: 8px 32px;
  text-align: left;
  color: #686868;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.blog-single-box-2column .blog-content .bog-btn a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color-white);
  z-index: -1;
  border-radius: 45px;
  transition: 0.5s;
}
.blog-single-box-2column:hover .bog-btn a {
  color: var(--theme-color2);
  border: 1px solid #fff;
}
.blog-single-box-2column:hover .bog-btn a::after {
  width: 100%;
  left: 0;
}
.blog-single-box-2column .blog-thumb {
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-single-box-2column .blog-thumb img {
    width: 100%;
  }
}
.blog-single-box-2column .blog-thumb::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 1;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 300ms ease;
}
.blog-single-box-2column .blog-thumb figure {
  margin: 0;
}
.blog-single-box-2column:hover .blog-title h3 {
  color: var(--theme-color-white);
}
.blog-single-box-2column:hover .blog-content p {
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  color: #fff;
}
.blog-single-box-2column:hover .blog-thumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.blog-single-box-2column .blog-sp {
  position: absolute;
  bottom: -34px;
  left: 0;
  z-index: -1;
}
.blog-single-box-2column.style_inner .blog-thumb img {
  width: 100%;
}

.services-details-area {
  padding: 120px 0 0;
  /*widget-sidber scss*/
  /*sidber contact*/
}
.services-details-area .services-details-thumb img {
  width: 100%;
}
.services-details-area .services-details-content {
  padding-top: 18px;
}
.services-details-area .services-details-content .services-details-title {
  font-size: 45px;
  font-weight: 600;
  margin-top: 27px;
}
@media only screen and (max-width: 599px) {
  .services-details-area .services-details-content .services-details-title {
    font-size: 30px;
  }
}
.services-details-area .services-details-content h4.services-details-title2 {
  /*font-size: 35px;*/
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 599px) {
  .services-details-area .services-details-content h4.services-details-title2 {
    font-size: 30px;
  }
}
.services-details-area .services-details-content .services-details-desc {
  font-size: 17px;
  margin-top: 18px;
}
.services-details-area .service-details-icon-box {
  background: var(--theme-color4);
  padding: 32px 27px 18px;
  margin-top: 27px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .services-details-area .service-details-icon-box {
    padding: 32px 10px 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .services-details-area .service-details-icon-box {
    padding: 32px 5px 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .services-details-area .service-details-icon-box {
    padding: 32px 5px 18px;
  }
}
.services-details-area .service-details-icon-box .service-details-icon-thumb {
  float: left;
  margin-right: 25px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .services-details-area .service-details-icon-box .service-details-icon-thumb {
    margin-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .services-details-area .service-details-icon-box .service-details-icon-thumb {
    margin-right: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .services-details-area .service-details-icon-box .service-details-icon-thumb {
    margin-right: 8px;
  }
}
.services-details-area
  .service-details-icon-box
  .service-details-box-content
  h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 11px;
}
.services-details-area .service-details-icon-box P {
  display: flex;
}
.services-details-area .services-details-text {
  background: var(--theme-color2);
  display: flex;
  align-items: center;
  padding: 32px 39px;
  gap: 65px;
  border-radius: 5px;
  margin-top: 55px;
  margin-bottom: 41px;
}
.services-details-area .services-details-text .service-details-text-icon {
  position: relative;
}
.services-details-area
  .services-details-text
  .service-details-text-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 49px;
  right: -29px;
  top: 1px;
  background: rgba(246, 246, 238, 0.3803921569);
}
.services-details-area .services-details-text .service-details-text-content p {
  font-size: 22px;
  line-height: 30px;
  color: var(--theme-color-white);
  font-weight: 400;
  font-style: italic;
  width: 90%;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .services-details-area
    .services-details-text
    .service-details-text-content
    p {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .services-details-area
    .services-details-text
    .service-details-text-content
    p {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .services-details-area
    .services-details-text
    .service-details-text-content
    p {
    width: 100%;
  }
}
.services-details-area .services-details-title {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 600;
}
.services-details-area .services-details-desc {
  font-size: 17px;
  margin-top: 24px;
}
.services-details-area .single-testi-box-service {
  gap: 50px;
  background: linear-gradient(0deg, #ffffff 0%, #bca86142 100%);
  position: relative;
  z-index: 1;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .services-details-area .single-testi-box-service {
    gap: 20px;
  }
}
.services-details-area .single-testi-box-service .testi-img {
  flex-shrink: 0;
}
@media only screen and (max-width: 599px) {
  .services-details-area .single-testi-box-service .testi-img {
    display: none;
  }
}
.services-details-area .single-testi-box-service .testi-inner-box {
  margin-top: 60px;
}
@media only screen and (max-width: 1199px) {
  .services-details-area .single-testi-box-service .testi-inner-box {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .services-details-area .single-testi-box-service .testi-inner-box {
    padding: 0 30px 30px;
  }
}
.services-details-area .single-testi-box-service .testi-arrow {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 42px;
}
.services-details-area .single-testi-box-service .testi-arrow h3 {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .services-details-area .single-testi-box-service .testi-arrow h3 {
    font-size: 24px;
  }
}
.services-details-area .single-testi-box-service .testi-desc p {
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  color: #616161;
}
@media only screen and (max-width: 1439px) {
  .services-details-area .single-testi-box-service .testi-desc p {
    font-size: 17px;
    line-height: 30px;
  }
}
.services-details-area .single-testi-box-service .testi-autor-content {
  margin-top: 50px;
  padding-left: 70px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .services-details-area .single-testi-box-service .testi-autor-content {
    padding-left: 0;
  }
}
.services-details-area .single-testi-box-service .testi-autor-content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  width: 57px;
  height: 1px;
  background-color: rgba(97, 97, 97, 0.2588235294);
}
.services-details-area
  .single-testi-box-service
  .testi-autor-content
  .autor-title {
  color: var(--theme-color1);
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 2px;
}
.services-details-area
  .single-testi-box-service
  .testi-autor-content
  .autor-des {
  display: inline-block;
  font-size: 18px;
  margin: 5px 0 0;
}
.services-details-area .single-testi-box-service::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  background: #ffffff;
}
.services-details-area .testi-active-inner .testi-arrow-box {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.services-details-area .testi-active-inner .testi-arrow-box .slider-prev {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  background: #bca86194;
  display: block;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.services-details-area .testi-active-inner .testi-arrow-box .slider-prev:hover {
  background: var(--theme-color2);
  color: var(--theme-color-white);
}
.services-details-area .testi-active-inner .testi-arrow-box .slider-next {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--theme-color-white);
  background: var(--theme-color2);
  display: block;
  position: relative;
  right: 50px;
}
.services-details-area h2.gallery-title {
  font-size: 35px;
  font-weight: 600;
  margin: 80px 0 40px;
}
.services-details-area .gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 350px);
  gap: 20px;
}
.services-details-area .gallery .gallery-item {
  border-radius: 15px;
  overflow: hidden;
}
.services-details-area .gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.services-details-area .gallery .item1 {
  grid-column: 1 / span 8;
  grid-row: 1;
}
.services-details-area .gallery .item2 {
  grid-column: 9 / span 4;
  grid-row: 1;
}
.services-details-area .gallery .item3 {
  grid-column: 1 / span 4;
  grid-row: 2;
}
.services-details-area .gallery .item4 {
  grid-column: 5 / span 8;
  grid-row: 2;
}
.services-details-area .single-benifits-box {
  margin-top: 22px;
}
.services-details-area .single-benifits-box .benifits-thumb img {
  width: 100%;
}
.services-details-area .single-benifits-box .benifits-content {
  border-radius: 5px;
  filter: drop-shadow(0px 5px 30px rgba(117, 117, 117, 0.1));
  background-color: var(--theme-color-white);
  padding: 30px 31px 23px;
  width: 92%;
  margin: auto;
  margin-top: -28px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .services-details-area .single-benifits-box .benifits-content {
    padding: 30px 20px 23px;
    width: 100%;
  }
}
.services-details-area .single-benifits-box .benifits-content h4 {
  font-size: 22px;
  margin: 0;
  margin-bottom: 14px;
  font-weight: 500;
}
.services-details-area .single-benifits-box .benifits-content ul li {
  line-height: 32px;
}
.services-details-area .single-benifits-box .benifits-content ul li i {
  display: inline-block;
  color: var(--theme-color2);
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 8px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .services-details-area .single-benifits-box {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .services-details-area .single-benifits-box {
    margin-bottom: 30px;
  }
}
.services-details-area .widget-sidber {
  border-radius: 10px;
  /*background-color: var(--theme-color4);*/
  background-color: rgb(188 168 97 / 14%);
  padding: 32px 30px 29px;
  margin-bottom: 27px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .services-details-area .widget-sidber {
    padding: 25px 20px 21px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .services-details-area .widget-sidber {
    padding: 25px 20px 21px;
  }
}
@media only screen and (max-width: 767px) {
  .services-details-area .widget-sidber {
    margin-top: 30px;
  }
}
.services-details-area .widget-sidber .widget-sidber-content h4 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 46px;
  position: relative;
}
.services-details-area .widget-sidber .widget-sidber-content h4::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  left: 0;
  bottom: -8px;
  background: var(--theme-color2);
}
.services-details-area .widget-sidber .widget-category ul li a {
  background: var(--theme-color-white);
  padding: 11px 12px 11px 25px;
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
  color: var(--text-color);
  font-weight: 500;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  line-height: 40px;
  font-size: 17px;
}
.services-details-area .widget-sidber .widget-category ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color2);
  z-index: -1;
  border-radius: 10px;
  transition: 0.5s;
}
.services-details-area .widget-sidber .widget-category ul li a:hover {
  color: var(--theme-color-white);
}
.services-details-area .widget-sidber .widget-category ul li a:hover::before {
  width: 100%;
  left: 0;
}
.services-details-area .widget-sidber .widget-category ul li a i {
  background: rgb(26 37 64 / 88%);
  color: #ffffff;
  display: inline-block;
  float: right;
  font-size: 15px;
  transition: 0.5s;
  text-align: center;
  /*background: #E3F0FF;*/
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 5px;
}
.services-details-area .widget-sidber .widget-sidber-download-button a {
  display: inline-block;
  background: var(--theme-color-white);
  width: 100%;
  color: var(--text-color);
  padding: 18px 25px;
  border-radius: 5px;
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 500;
}
.services-details-area .widget-sidber .widget-sidber-download-button a span i {
  float: right;
  display: inline-block;
  font-size: 16px;
}
.services-details-area .widget-sidber-contact-box {
  background-image: url(../images/inner-image/sidebar-img.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  padding: 52px 30px 60px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .services-details-area .widget-sidber-contact-box {
    padding: 45px 20px 44px;
  }
}
.services-details-area .widget-sidber-contact-box .video-icons a {
  display: inline-block;
  line-height: 75px;
  height: 75px;
  width: 75px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--theme-color-white);
  background: #6b3afe;
  position: relative;
  z-index: 1;
}
.services-details-area .widget-sidber-contact-box .video-icons a::before {
  position: absolute;
  content: "";
  left: -12px;
  top: -12px;
  height: 100px;
  width: 100px;
  border: 1px solid #ad9ed9;
  line-height: 100px;
  border-radius: 100%;
}
.services-details-area .widget-sidber-contact-box .widget-sidber-contact-text {
  font-size: 20px;
  color: var(--theme-color-white);
  font-weight: 600;
  margin: 0;
  padding: 48px 0 12px;
}
.services-details-area
  .widget-sidber-contact-box
  .widget-sidber-contact-number {
  font-size: 28px;
  color: var(--theme-color-white);
  font-weight: 500;
  margin: 0 0 18px;
}
.services-details-area .widget-sidber-contact-box .widget-sidber-contact-gmail {
  font-size: 18px;
  color: var(--theme-color-white);
  font-weight: 500;
  margin: 0;
}
.services-details-area
  .widget-sidber-contact-box
  .widget-sidber-contact-gmail
  i {
  display: inline-block;
  font-size: 17px;
  color: var(--theme-color-white);
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.services-details-area .widget-sidber-contact-box .widget-sidber-contact-btn a {
  display: block;
  font-size: 17px;
  color: var(--text-color);
  font-weight: 500;
  text-decoration: none;
  background: var(--theme-color-white);
  padding: 12px 16px 12px;
  border-radius: 10px;
  margin-top: 41px;
  transition: 0.5s;
  border: 2px solid var(--theme-color-white);
  text-align: center;
}
.services-details-area
  .widget-sidber-contact-box
  .widget-sidber-contact-btn
  a:hover {
  background: transparent;
  color: var(--theme-color-white);
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .services-details-area
    .widget-sidber-contact-box
    .widget-sidber-contact-btn
    a {
    padding: 16px 70px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .services-details-area
    .widget-sidber-contact-box
    .widget-sidber-contact-btn
    a {
    padding: 16px 80px 15px;
  }
}

.breadcumb-area {
  position: relative;
  /*background-image: url(../images/inner-image/breadcumb-bg.jpg);*/
  background-image: url(../images/banner_internos/banner_aanko.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 180px 0 185px;
}
.breadcumb-area:before {
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 60%);
  position: absolute;
}
.breadcumb-content ul li {
  color: #fff !important;
  z-index: 9;
  position: relative;
}
.breadcumb-area .breadcumb-content .breadcumb-title h4 {
  font-size: 55px;
  font-weight: 700;
  color: var(--theme-color-white);
  margin: 0 0 15px;
}
.breadcumb-area .breadcumb-content ul li {
  display: inline-block;
  margin: 0 25px;
  color: var(--theme-color-white);
}
.breadcumb-area .breadcumb-content ul li a {
  display: inline-block;
  font-size: 20px;
  color: var(--theme-color-white);
  font-weight: 400;
  position: relative;
}
.breadcumb-area .breadcumb-content ul li a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  right: -30px;
  top: 13px;
  background: var(--theme-color-white);
  transform: rotate(31deg);
}
.breadcumb-area .breadcumb-content ul li a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  right: -30px;
  top: 18px;
  background: var(--theme-color-white);
  transform: rotate(-35deg);
}

.blog-single-box-grid {
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, #ffffff 0%, #e0fff1 100%);
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    100% 100%,
    50px 100%,
    0 calc(100% - 50px)
  );
  padding: 25px 25px 30px;
  margin-bottom: 30px;
  transition: all 300ms ease;
  overflow: hidden;
  border-radius: 18px;
}
.blog-single-box-grid::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 100%;
  background: var(--theme-color2);
  border-radius: 15px;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
}
.blog-single-box-grid:hover::before {
  height: 100%;
}
.blog-single-box-grid .blog-content {
  margin: 34px 15px 12px 20px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-single-box-grid .blog-content {
    margin: 34px 0 12px 0;
  }
}
.blog-single-box-grid .blog-content .blog-title h3 {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  margin: 11px 0 0;
  transition: all 300ms ease;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blog-single-box-grid .blog-content .blog-title h3 {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-single-box-grid .blog-content .blog-title h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-single-box-grid .blog-content .blog-title h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-single-box-grid .blog-content .blog-title h3 {
    font-size: 24px;
    line-height: 33px;
    margin-right: 94px;
  }
}
@media only screen and (max-width: 424px) {
  .blog-single-box-grid .blog-content .blog-title h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.blog-single-box-grid .blog-content p {
  border: 1px solid rgba(104, 104, 104, 0.2);
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding: 2px 20px;
  transition: all 300ms ease;
}
.blog-single-box-grid .blog-content .bog-btn {
  text-align: right;
  margin-top: 40px;
}
.blog-single-box-grid .blog-content .bog-btn a {
  border: 1px solid rgba(104, 104, 104, 0.2);
  border-radius: 60px;
  padding: 8px 32px;
  text-align: left;
  color: #686868;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.blog-single-box-grid .blog-content .bog-btn a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color-white);
  z-index: -1;
  border-radius: 45px;
  transition: 0.5s;
}
.blog-single-box-grid:hover .bog-btn a {
  color: var(--theme-color2);
  border: 1px solid #fff;
}
.blog-single-box-grid:hover .bog-btn a::after {
  width: 100%;
  left: 0;
}
.blog-single-box-grid .blog-thumb {
  position: relative;
  overflow: hidden;
}
.blog-single-box-grid .blog-thumb img {
  width: 100%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-single-box-grid .blog-thumb img {
    width: 100%;
  }
}
.blog-single-box-grid .blog-thumb::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 1;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 300ms ease;
}
.blog-single-box-grid .blog-thumb figure {
  margin: 0;
}
.blog-single-box-grid:hover .blog-title h3 {
  color: var(--theme-color-white);
}
.blog-single-box-grid:hover .blog-content p {
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  color: #fff;
}
.blog-single-box-grid:hover .blog-thumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.blog-single-box-grid .blog-sp {
  position: absolute;
  bottom: -34px;
  left: 0;
  z-index: -1;
}

/*=======================================
    Start Team Details
=========================================*/
.team-details {
  padding: 120px 0 120px;
  background: linear-gradient(180deg, #ffffff 0%, #efe5ff 100%);
  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-color-white);
  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: #efe5fe;
}
.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;
}
.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: 18px;
  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: linear-gradient(180deg, #ffffff 0%, #efe5ff 100%);
  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: 18px;
  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(--heading-color);
  color: var(--theme-color-white);
  font-size: 16px;
  transition: 0.3s;
  margin-bottom: 10px;
}
.team-card .team-info .social-links a:hover {
  background: #bca861;
  color: #fff;
}
.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-list ul li {
  font-size: 17px;
  font-weight: 400;
  font-family: var(--text-font);
  position: relative;
  padding-left: 25px;
  margin-bottom: 22px;
}
.team-qualifications .team-list 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-color-white);
  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-color4);
  border-radius: 10px;
  padding: 0 30px;
  border: 0;
}
.team-contact-form .form-box input::placeholder {
  color: var(--text-color);
  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-color4);
  outline: 0;
}
.team-contact-form .form-box textarea::placeholder {
  color: var(--text-color);
  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-color-white);
  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-color1);
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.team-contact-form .contact-form button:hover::after {
  width: 100%;
  left: 0;
}

.portfolio-details {
  padding: 120px 0 120px;
  /*widget-sidber scss*/
}
.portfolio-details .portfolio-details-thumb img {
  width: 100%;
}
.portfolio-details .portfolio-details-content {
  padding-top: 18px;
}
.portfolio-details .portfolio-details-content .portfolio-details-title {
  font-size: 45px;
  font-weight: 600;
  margin-top: 27px;
}
.portfolio-details .portfolio-details-content h4.portfolio-details-title2 {
  font-size: 35px;
  font-weight: 600;
}
.portfolio-details .portfolio-details-content .portfolio-details-desc {
  font-size: 17px;
  margin-top: 18px;
}
.portfolio-details .portfolio-details-icon-box {
  background: var(--theme-color4);
  padding: 32px 27px 18px;
  margin-top: 27px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .portfolio-details .portfolio-details-icon-box {
    padding: 32px 10px 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .portfolio-details .portfolio-details-icon-box {
    padding: 32px 5px 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .portfolio-details .portfolio-details-icon-box {
    padding: 32px 5px 18px;
  }
}
.portfolio-details .portfolio-details-icon-box .portfolio-details-icon-thumb {
  float: left;
  margin-right: 25px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .portfolio-details .portfolio-details-icon-box .portfolio-details-icon-thumb {
    margin-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .portfolio-details .portfolio-details-icon-box .portfolio-details-icon-thumb {
    margin-right: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .portfolio-details .portfolio-details-icon-box .portfolio-details-icon-thumb {
    margin-right: 8px;
  }
}
.portfolio-details
  .portfolio-details-icon-box
  .portfolio-details-box-content
  h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 11px;
}
.portfolio-details .portfolio-details-icon-box P {
  display: flex;
}
.portfolio-details .portfolio-details-text {
  background: var(--theme-color2);
  display: flex;
  align-items: center;
  padding: 32px 39px;
  gap: 65px;
  border-radius: 5px;
  margin-top: 55px;
  margin-bottom: 41px;
}
.portfolio-details .portfolio-details-text .portfolio-details-text-icon {
  position: relative;
}
.portfolio-details
  .portfolio-details-text
  .portfolio-details-text-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 49px;
  right: -29px;
  top: 1px;
  background: rgba(246, 246, 238, 0.3803921569);
}
.portfolio-details .portfolio-details-text .portfolio-details-text-content p {
  font-size: 22px;
  line-height: 30px;
  color: var(--theme-color-white);
  font-weight: 400;
  font-style: italic;
  width: 90%;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .portfolio-details .portfolio-details-text .portfolio-details-text-content p {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .portfolio-details .portfolio-details-text .portfolio-details-text-content p {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .portfolio-details .portfolio-details-text .portfolio-details-text-content p {
    width: 100%;
  }
}
.portfolio-details .portfolio-details-title {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 600;
}
.portfolio-details .portfolio-details-desc {
  font-size: 17px;
  margin-top: 24px;
}
.portfolio-details h2.gallery-title {
  font-size: 35px;
  font-weight: 600;
  margin: 80px 0 40px;
}
.portfolio-details .gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 350px);
  gap: 20px;
}
.portfolio-details .gallery .gallery-item {
  border-radius: 15px;
  overflow: hidden;
}
.portfolio-details .gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.portfolio-details .gallery .item1 {
  grid-column: 1 / span 8;
  grid-row: 1;
}
.portfolio-details .gallery .item2 {
  grid-column: 9 / span 4;
  grid-row: 1;
}
.portfolio-details .gallery .item3 {
  grid-column: 1 / span 4;
  grid-row: 2;
}
.portfolio-details .gallery .item4 {
  grid-column: 5 / span 8;
  grid-row: 2;
}
.portfolio-details .project-details-right {
  background: var(--theme-color4);
  padding: 30px 41px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .portfolio-details .project-details-right {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-details .project-details-right {
    margin-top: 30px;
  }
}
.portfolio-details .project-details-right .project-details-info {
  border-bottom: 1px solid rgba(134, 134, 129, 0.3215686275);
  padding-bottom: 5px;
  padding-top: 15px;
}
.portfolio-details .project-details-right .project-details-info p {
  margin-bottom: 0;
}
.portfolio-details .project-details-right .project-details-info h6 {
  font-size: 18px;
  font-weight: 600;
}
.portfolio-details .project-details-right .project-details-info:last-child {
  border-bottom: none;
}
.portfolio-details .widget-sidber-contact-box {
  background-image: url(../images/inner-image/sidebar-img.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  padding: 52px 30px 60px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .portfolio-details .widget-sidber-contact-box {
    padding: 48px 30px 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .portfolio-details .widget-sidber-contact-box {
    padding: 48px 25px 40px;
  }
}
.portfolio-details .widget-sidber-contact-box .video-icons a {
  display: inline-block;
  line-height: 75px;
  height: 75px;
  width: 75px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--theme-color-white);
  background: #6b3afe;
  position: relative;
  z-index: 1;
}
.portfolio-details .widget-sidber-contact-box .video-icons a::before {
  position: absolute;
  content: "";
  left: -12px;
  top: -12px;
  height: 100px;
  width: 100px;
  border: 1px solid #ad9ed9;
  line-height: 100px;
  border-radius: 100%;
}
.portfolio-details .widget-sidber-contact-box .widget-sidber-contact-text {
  font-size: 20px;
  color: var(--theme-color-white);
  font-weight: 600;
  margin: 0;
  padding: 48px 0 12px;
}
.portfolio-details .widget-sidber-contact-box .widget-sidber-contact-number {
  font-size: 28px;
  color: var(--theme-color-white);
  font-weight: 500;
  margin: 0 0 18px;
}
.portfolio-details .widget-sidber-contact-box .widget-sidber-contact-gmail {
  font-size: 18px;
  color: var(--theme-color-white);
  font-weight: 500;
  margin: 0;
}
.portfolio-details .widget-sidber-contact-box .widget-sidber-contact-gmail i {
  display: inline-block;
  font-size: 17px;
  color: var(--theme-color-white);
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.portfolio-details .widget-sidber-contact-box .widget-sidber-contact-btn a {
  display: block;
  font-size: 17px;
  color: var(--text-color);
  font-weight: 500;
  text-decoration: none;
  background: var(--theme-color-white);
  padding: 12px 16px 12px;
  border-radius: 10px;
  margin-top: 41px;
  transition: 0.5s;
  border: 2px solid var(--theme-color-white);
  text-align: center;
}
.portfolio-details
  .widget-sidber-contact-box
  .widget-sidber-contact-btn
  a:hover {
  background: transparent;
  color: var(--theme-color-white);
}

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

/*Estilos añadidos*/
.banner {
  padding: 0 0px 0;
  position: relative;
  z-index: 1;
}
.service-section-three {
  background: #f9f9f9;
}
.service-section-three .service-single-box {
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 18%);
}
.banner-btn a {
  display: inline-block;
  font-family: var(--text-font);
  color: #1a2540;
  background-image: linear-gradient(
    to right,
    #bca861 30%,
    #f9ed98 50%,
    #b19e53 70%
  );
  padding: 14px 40px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}
.banner-btn a:hover {
  color: #ffffff;
}
.banner-btn a:hover::after {
  width: 100%;
  left: 0;
}
.banner-btn a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #1a2540;
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.header-lower.style_three {
  background-color: #1a2540;
}
/*header top*/
.constor-header-top {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0px 0;
  background: #1a2540;
  border-bottom: 1px solid rgb(255 255 255 / 47%);
  height: 57px;
}
.top-info a {
  color: #fff;
  text-decoration: none !important;
  padding-left: 20px;
}
.top-info a i {
  padding-right: 5px;
}
ul.footer-social li {
  display: inline-block;
}
ul.footer-social li a {
  padding-right: 20px;
  color: #fff;
}
.main-box {
  text-align: center;
}
.main-header .constor-header-top .main-box-new {
  margin: 0 70px 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0px;
  position: relative;
  top: 0px;
  transition: all 300ms ease;
}
.top-social {
  position: relative;
  left: 70px;
}
.top-info {
  padding-top: 10px;
}
.services-details-area {
  margin-bottom: 60px;
}
.widget-catefories-tags a {
  display: inline-block;
  color: var(--heading-color);
  font-weight: 500;
  background: #ffffff;
  padding: 6px 15px;
  margin: 6px 3px;
  position: relative;
  z-index: 1;
  font-size: 15px;
}
.widget-catefories-tags a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #bca861;
  transition: 0.5s;
  z-index: -1;
}
.content_btn_ser {
  text-align: center;
}
.text_company {
  margin-bottom: -40px;
}
p.company {
  color: #1a2540;
}
.bog-btn {
  margin-top: 30px;
  margin-top: auto;
}

a.link_sectors:hover .bog-btn p {
  color: #fff;
}
.meta-blog {
  margin-bottom: -50px;
}
.quote-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #1a2540;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-circle i {
  color: #1a2540;
  font-size: 35px;
}
.testimonial-section-new {
  /* padding: 0 0 60px !important; */
  padding: 0 !important;
  overflow: visible;
}
img.logo-reviews {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 20px;
}
.team-section-two-img {
  margin-top: -70px;
}
.all_color_service {
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 18%);
  margin-bottom: 20px;
}
.all_color_service {
  padding: 50px 30px 50px 30px;
  text-align: center;
}
.service_top_image {
  position: relative;
}
.service-item i {
  font-size: 30px;
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: linear-gradient(to right, #bca861 30%, #f9ed98 50%, #b19e53 70%);
  border-radius: 5px 5px 5px 5px;
  color: #fff;
}
.service-item h3 {
  padding: 15px 0 10px;
}
.text_box.all_icon_color p {
  padding-bottom: 3px;
  margin: 0px;
  font-size: 22px;
}
.row_info {
  margin-bottom: 80px;
}
.all_color_service:hover i {
  /*background-color: #bca861;*/
  background: #1a2540;
}
p.title_menu {
  display: none;
}
.sticky-header.fixed-header .main-menu .navigation {
  border: 1px solid #000 !important;
}
.sticky-header.fixed-header.animated.slideInDown {
  width: 100%;
  padding: 4px 65px 0 60px;
}
.sticky-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0px;
  position: relative;
  top: 0px;
  transition: all 300ms ease;
  width: 100%;
}
.sticky-header .inner-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.sticky-header .nav-outer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  gap: 50px;
}
.sticky-header .main-menu .navigation > li {
  margin: 0;
  margin-left: 40px;
  padding: 10px 0;
}
.menu-btn-new a.btn-style-one {
  display: inline-block;
  font-family: var(--text-font);
  color: #1a2540;
  background-image: linear-gradient(
    to right,
    #bca861 30%,
    #f9ed98 50%,
    #b19e53 70%
  );
  padding: 14px 40px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}
.menu-btn-new .theme-btn i {
  display: inline-block;
  right: -56px;
  font-size: 16px;
  font-weight: 400;
  top: 2px;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  background-image: linear-gradient(
    to right,
    #bca861 30%,
    #f9ed98 50%,
    #b19e53 70%
  );
  color: #1a2540;
  transition: all 300ms ease;
}
.menu-btn-new .theme-btn:hover::after {
  width: 100%;
  left: 0;
}
.menu-btn-new .theme-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #bca861;
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.menu-btn-new .theme-btn:hover i {
  background: #bca861;
}
ul.accordion li a,
ul.accordion p {
  background: #fff;
}
.team-card-new::before {
  background: rgb(188 168 97 / 18%);
}
.team-card-new {
  padding: 50px;
}
.contact-info-new .icon i {
  background: linear-gradient(
    to right,
    #bca861 30%,
    #f9ed98 50%,
    #b19e53 70%
  ) !important;
  color: #1a2540 !important;
}
img.img_contact {
  border-radius: 15px;
}
.team-card-new .team-info .social-links {
  bottom: 155px;
}
.team-card-new .team-info .social-links a {
  margin-bottom: 30px;
  background: #1a2540 !important;
  color: #ffffff;
}
.team-card-new .team-info .social-links a:hover {
  background: #bca861 !important;
}
.contact-section .contact-werpppar {
  width: 100%;
}
.contact-section-page {
  background: #ffffff !important;
  padding: 120px 0 10px;
}
.top-social i,
.top-info i {
  font-size: 23px;
}
.top-info a {
  font-size: 18px;
}
.contact-info-new a {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: var(--heading-color);
  font-family: var(--title-font);
  cursor: pointer;
  text-decoration: none !important;
}
.contact-info-new a:hover {
  text-decoration: none !important;
}
.service-section-three .slider-arrow-box .slider-prev {
  position: absolute;
  top: 40%;
  transform: translateY(34%);
  width: 90px;
  height: 55px;
  color: #1a2540;
  background-image: linear-gradient(
    to right,
    #bca861 30%,
    #f9ed98 50%,
    #b19e53 70%
  );
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  left: -31px;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
  transition: all 300ms ease;
}
.service-section-three .slider-arrow-box .slider-next {
  position: absolute;
  top: 40%;
  transform: translateY(34%);
  width: 90px;
  height: 55px;
  color: #1a2540;
  background-image: linear-gradient(
    to right,
    #bca861 30%,
    #f9ed98 50%,
    #b19e53 70%
  );
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  right: -31px;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
  transition: all 300ms ease;
}
.service-section-three .slider-arrow-box .slider-prev:hover,
.service-section-three .slider-arrow-box .slider-next:hover {
  background: #1a2540;
  color: #ffffff;
}
.contenedor {
  height: 160px;
  width: 100%;
  margin-top: 0px;
  overflow: auto;
  box-sizing: border-box;
  text-align: left;
  padding-right: 20px;
  margin-bottom: 70px;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.contenedor::-webkit-scrollbar {
  -webkit-appearance: none;
}

.contenedor::-webkit-scrollbar:vertical {
  width: 10px;
}

.contenedor::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}

.contenedor::-webkit-scrollbar:horizontal {
  height: 10px;
  scrollbar-height: 10px;
}

.contenedor::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
  height: 50px;
}

.contenedor::-webkit-scrollbar-track {
  border-radius: 10px;
}
.team-slide {
  width: 332px;
  height: 432px;
  /* height: 100%; */
  aspect-ratio: 83 / 108;
  border-radius: 20px;
}
p.text_blog {
  border: none !important;
  font-size: 18px !important;
  padding-top: 10px !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
}
p.link_blog {
  text-align: center;
  font-size: 18px !important;
}
.blog-details-author-talk {
  display: flex;
  gap: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #bca8613d 100%);
  padding: 41px 51px 40px;
  margin-top: 48px;
}
.blog-details-author-talk .blog-details-quote img {
  position: relative;
  top: 8px;
  color: #1a2540;
}
.blog-details-author-talk .blog-details-author-title p {
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
  color: var(--heading-color);
}
.blog-details-author-talk .blog-details-author-title span::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: -58px;
  top: 12px;
  background: #1a2540;
}
.blog-details-author-talk .blog-details-author-title span {
  margin-left: 58px;
  display: inline-block;
  color: var(--heading-color);
  position: relative;
}
.blog-details-list-item li {
  margin-bottom: 10px;
}
.blog-details-list-item li i {
  color: #1a2540;
  padding-right: 5px;
}
img.logo_details {
  width: 35px;
  position: relative;
  display: inline-block;
}
p.company {
  position: relative;
  display: inline-block;
  color: #1a2540;
  font-size: 18px !important;
  font-weight: 700;
}
strong.subtitle_ser {
  color: #000;
  font-weight: 700;
}
.about-section .about-right-wrapper {
  margin-left: 40px;
  width: 648px;
}
section.video-section {
  height: 840px;
  margin-top: 200px;
  margin-bottom: -100px;
}
.img_leaders {
  width: 312px;
  height: 370px;
}
.contact-section-info {
  padding-top: 10px;
  padding-bottom: 90px;
}
h1.text-anime-3,
p.banner-desc {
  text-shadow: 4px 4px 4px #000000;
}
img.img_about_mini,
img.about_big_aanko {
  width: 100%;
  border-radius: 15px;
}
i.icon_journey {
  font-size: 100px;
  color: rgb(26 37 64 / 72%);
}
.title_content_journey {
  margin-bottom: 20px !important;
}
ul.list_stars_reviews i {
  color: #ffc107 !important;
  font-size: 25px;
  padding: 5px;
}
p.text_sectors {
  /* height: 100px; */
}
ul.social_footer li a {
  padding-left: 15px;
}
.website {
  color: #ffffffad !important;
  text-align: center;
}
.webdeve {
  text-align: right;
}
.mobile_logo_area {
  display: none;
}
.car-contact {
  padding: 0px;
  padding-top: 30px;
}
.car-contact .team-info {
  padding: 0 30px 20px;
}
.banner-section.banner-style_three:before {
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  position: absolute;
}
.main-menu .navigation > li:first-child > a:hover {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.main-menu .navigation > li:nth-last-child(2):hover > a {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.btn-aanko {
  display: inline-flex;
  align-items: center;
  border: 2px solid #1a2540;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* celda del icono */
.btn-aanko .icon {
  background: #1a2540;
  color: #fff;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* celda del texto */
.btn-aanko .text {
  padding: 10px 18px;
  color: #000;
  background: #fff;
}

/* hover */
.btn-aanko:hover {
  border-color: #1a2540;
}

.btn-aanko:hover .icon {
  background: #1a2540;
}

.btn-aanko:hover .text {
  color: #000;
}
.content_btn_aanko {
  margin-top: -25px;
  margin-bottom: 50px;
}
.aanko_pdf {
  margin-top: 20px;
}
/*efectos hover cortina*/
/*efecto solo*/
.contact-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  line-height: 0;
}
.contact-thumb::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.contact-thumb:hover::before {
  height: 200%;
  transition: all 600ms linear;
  background-color: transparent;
}
.contact-thumb figure {
  margin: 0;
}
.contact-thumb figure img {
  /* width: 100%; */
}
/*end*/
.swiper-slide.contact-thumb {
  cursor: pointer !important;
}
.aanko_pdf a {
  border: 1px solid #fff;
}
a.link_sectors:hover .Solvet-button p {
  background: #1a2540 !important;
}
a.link_sectors:hover .Solvet-button p i {
  background: #1a2540;
  color: #ffffff;
  transform: rotate(0deg);
}
.content_btn_leaders {
  text-align: center;
  margin-top: -20px;
  padding-bottom: 2px;
}
p.link_leaders {
  color: #1a2540;
  text-decoration: underline;
  font-size: 17px;
}
p.link_leaders:hover {
  color: #bca861;
  text-decoration: underline;
  font-size: 18px !important;
}
a.link_leaders:hover p.link_leaders {
  color: #bca861;
}
.leader-card::before {
  background: rgb(188 168 97 / 25%);
}
.seccion-leaders {
  background: linear-gradient(180deg, #ffffff 0%, #bca8613d 100%);
}
.team-card .team-info {
  padding: 30px 40px 30px;
}
.team-card .team-img {
  text-align: center;
  padding-left: 20px !important;
}
img.img_leader_details {
  padding: 25px;
}
.btn_leader-content {
  margin-top: 35px;
}
.team-img.contact-thumb {
  /*margin-top: -15%;*/
}
.leader-card {
  gap: 40px;
}
.leader-card::before {
  display: none;
}
img.img_leader_details {
  padding: 0px;
}
.leader-card {
  display: flex !important;
  align-items: flex-start !important;
  position: relative !important;
  background: var(--theme-color-white) !important;
  gap: 40px !important;
}
.leader-card .team-img {
  padding-top: 35px;
}
.testimonial-section .single-testi-box .testi-autor {
  margin-right: -50px;
  margin-top: -22px;
}
.testi-autor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 35px;
  border: 2px dotted #d6d3cd;
  border-radius: 50px 0 0 50px;
}
.testi-autor {
  display: inline-flex;
}

/* Imagen dentro */
.logo_re_row {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
img.logo_re_row {
  right: 20px;
  position: relative;
  /*opacity: 0.4;*/
}
.topsr.ossos {
  text-align: right;
}

.fb-item {
  position: relative;
}

/* Popup estilo tooltip */
.fb-popup {
  position: absolute;
  left: 50px;
  top: 200%;
  transform: translateY(-50%);
  background: #bca861;
  padding: 12px 14px;
  border-radius: 8px;
  width: 300px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
  z-index: 999;
  display: none;
}

/* activo */
.fb-item.active .fb-popup {
  display: block;
  opacity: 1;
  visibility: visible;
}
.fb-popup p,
.fb-popup span {
  color: #ffffff;
}
.fb-popup p {
  padding-top: 10px;
}
/* cerrar */
.popup-close {
  position: absolute;
  top: 4px;
  right: 8px;
  cursor: pointer;
  font-size: 28px;
  font-weight: 700;
}
.info_link_contact {
  bottom: 50px !important;
}

/* responsive */
@media (max-width: 768px) {
  .fb-popup {
    left: -250%;
    top: 54px;
    transform: none;
    width: 200px;
  }
  .fb-popup-footer {
    left: -35%;
    top: 54px;
    transform: none;
    width: 200px;
  }

  .fb-popup::before {
    left: 20px;
    top: -6px;
    transform: rotate(45deg);
  }
  .info_link_contact {
    bottom: 85px !important;
  }
}
.text-cursiva {
  font-style: italic;
}
p.city {
  color: rgba(255, 255, 255, 0.7098039216);
  margin-top: -20px;
}
.section-error p {
  font-size: 20px;
}
.portfolio-thumb {
  position: relative;
  overflow: hidden;
}

/* imagen */
.portfolio-thumb img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

/* overlay */
.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(25 36 64 / 66%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
}

/* icono */
.portfolio-overlay i {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
}

/* texto */
.portfolio-overlay span {
  color: #fff;
  font-size: 26px;
  padding-top: 10px;
  letter-spacing: 1px;
}

/* hover */
.portfolio-thumb:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-thumb:hover img {
  transform: scale(1.1);
}
span.lb-caption {
  font-size: 22px !important;
  top: 10px;
  position: relative;
}
span.lb-caption p {
  color: #4ae;
  padding-top: 5px;
  font-size: 18px !important;
}
.text_company_new {
  border: 1px solid rgba(97, 97, 97, 0.2901960784);
  border-radius: 15px;
  padding: 2px 20px;
  width: 300px;
  position: relative;
}
.lb-disable-scrolling {
  overflow-y: hidden !important;
}
p.text_ser {
  height: 150px;
}
p.text_margin {
  margin-bottom: -40px !important;
}
ul.list_city_footer {
  margin-bottom: 30px;
}
ul.list_city_footer li {
  color: #fff;
}
.swiper-wrapper-logos {
  height: 270px;
  background: #ffffff !important;
  padding-top: 10px;
}
.content_logo_services {
  background: #fff;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 18%);
}
.accordion_ser {
  margin-left: 0px;
}
.accordion_ser {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion_ser li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #222;
}
.accordion_ser li a i {
  transition: transform 0.3s ease;
}
.accordion_ser li p {
  display: none;
}
.accordion_ser li.active p {
  display: block;
}
.accordion_ser li.active a i {
  transform: rotate(180deg);
}
.table-wrapper {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  border: 1px solid #bca861;
}

table {
  width: 100%;
  border-collapse: collapse;
}

tr:nth-child(odd) {
  background-color: white;
}

th {
  background-color: #bca861;
  color: white;
  font-weight: bold;
  padding: 12px 15px;
  text-align: left;
  font-size: 14px;
  border-right: 1px solid #bca861;
}

td {
  padding: 12px 15px;
  border-bottom: 1px solid #bca861;
  font-size: 13px;
  color: #333;
}

td:nth-child(2) {
  border-right: 1px solid #bca861;
  border-left: 1px solid #bca861;
}
.portfolio-logos {
  background-image: none;
  padding: 20px 20px 20px !important;
  gap: 20px !important;
  background-color: #fff !important;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 18%) !important;
  margin-bottom: 20px !important;
}
.portfolio-logos {
  display: flex;
  align-items: stretch !important;
}
.portfolio-logos .service-thumb {
  width: 250px;
  min-width: 250px;
  height: 250px;
  border: 1px solid rgb(188 168 97 / 26%);
  overflow: hidden;
}
.portfolio-logos .service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-logos img.logo_portfolio {
  width: 70px;
}
.portfolio-logos .service-title h3 {
  font-size: 20px !important;
  margin: 10px 0 15px !important;

  display: -webkit-box;
  -webkit-line-clamp: 2; /* máximo 2 líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.portfolio-logos .services-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0;
}
.content_btn_ser_logo {
  text-align: left;
}
.content_logo {
  text-align: center;
}
img.logo_big_portfolio {
  border: 1px solid rgb(188 168 97 / 26%);
}
ul.list_portfolio {
  margin-left: 30px;
}
.content_portadas_portfolio img {
  margin-bottom: 20px;
}
.content_img_portfolio img {
  width: 100%;
}
.logo_mountain {
  width: 300px !important;
}
.content_img_port {
  margin-top: 20px;
}
.content_img_port img {
  margin-right: 20px;
}
span.sigbol {
  color: #000;
  font-weight: 900;
  padding-right: 8px;
  font-size: 20px;
}
.content_text_sectors {
    margin-top: -70px;
}
.content_sectors {
    margin-top: 20px;
}
.content_sectors img {
    width: 250px;
}
/*.acc-content {
    padding-left: 35px;
}*/
.acc-content {
    padding: 30px 45px 50px 30px;
    margin: 0;
    overflow: hidden;
    font-size: 18px;
    line-height: 28px;
    border: 1px solid rgba(104, 104, 104, 0.2);
    border-top: 0;
    position: relative;
}
.accordion_sectors li p.blog-details-desc {
  border: none;
  display: block !important;
  padding: 0px;
}
ul.accordion.accordion_ser.accordion_sectors li.active a.active {
    border: 1px solid rgba(104, 104, 104, 0.2);
}
.content_logo_drop img {
  width: 230px;
}
.accordion .acc-content{
    display: none;
}

.accordion li.active .acc-content{
    display: block;
}

















@media (max-width: 991px) {
  p.text_ser {
    height: 200px !important;
  }
  img.img_port_ {
    width: 100%;
    margin-bottom: 20px;
  }
  ul.list_portfolio {
    margin-left: 0px;
  }
  .portfolio-logos img.logo_portfolio {
    margin-top: 20px;
  }
  .portfolio-logos .service-thumb,
  .logo_mountain {
    width: 100% !important;
  }
  .table-row {
    flex-direction: column;
  }
  .testimonial-section .single-testi-box .testi-autor-content .autor-title {
    font-size: 17px;
  }
  .testimonial-section .single-testi-box .testi-autor-content {
    padding-left: 55px;
  }
  img.logo_re_row {
    width: 96px;
    max-width: 96px;
  }
  .testimonial-section .single-testi-box .testi-autor-content::before {
    width: 45px;
  }
  .testimonial-section .single-testi-box .testi-autor-content .autor-des {
    font-size: 15px;
  }
  .leader-card {
    display: block !important;
  }
  .content_btn_footer {
    /*right: -10%;*/
    position: relative;
    text-align: center;
  }
  .about-section .about-right-wrapper {
    margin-left: 40px;
    width: 100%;
  }
  .outer-box-new {
    display: none;
  }
  .content_about_page {
    margin-left: 0px !important;
  }
  section.video-section {
    height: 100%;
    margin-top: 200px;
    margin-bottom: 0px;
  }
  .constor-header-top {
    display: none;
  }
  .text-anime-3 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .about-image img {
    width: 100%;
  }
  .header-lower.style_three {
    background-color: #1a2540 !important;
    position: relative !important;
    width: 100% !important;
  }
  .logo-box {
    display: none;
  }
  p.title_menu {
    color: #fff;
    position: relative;
    top: 10px;
    display: block;
  }
  .mobile_logo_area {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mobile-nav-toggler {
    display: flex !important;
    gap: 20px !important;
    align-items: center !important;
  }
  .main-header .header-lower.style_three {
    padding: 0px 5px 0 30px;
  }
  .banner-section.banner-style_three .banner-content-wrap {
    margin-top: 0px;
  }
  .banner-section.banner-style_three {
    height: 650px;
  }
  .sticky-header.fixed-header .logo {
    display: none;
  }
  .sticky-header {
    background: #1a2540;
  }
  .mobile-nav-toggler span {
    color: #fff;
  }
  .breadcumb-area {
    padding: 50px 0 55px;
  }
  .sticky-header .nav-outer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    gap: 0px;
  }
  .sticky-header.fixed-header.animated.slideInDown {
    width: 100%;
    padding: 5px 15px 0 5px;
  }
  .contact-box {
    display: block !important;
  }
  .btn_contact_us a {
    padding: 14px 20px;
  }
  .team-card-new {
    padding: 0px;
  }
  .service-section-three .slider-arrow-box .slider-next,
  .service-section-three .slider-arrow-box .slider-prev {
    /*display: none;*/
  }
  html {
    overflow-x: hidden;
  }
  i.icon_journey {
    font-size: 60px;
    color: #bca861;
  }
  .team-card.team-card-new {
    padding-top: 40px;
  }
  .team-wrapper .main-profile {
    max-width: 100% !important;
  }
  .webdeve,
  .journey-img {
    text-align: center;
  }
  .menu-btn {
    display: none !important;
  }
  .service-thumb img {
    width: 100%;
  }
  .counter-main-bx .counter-item .counter-content h1 {
    font-size: 30px;
  }
  .counter-main-bx .counter-item .counter-content p {
    font-size: 13px;
  }
  .content_btn_footer {
    right: 70px;
    position: relative;
  }
  .img_leaders {
    height: 100%;
  }
  .mobile-nav-toggler {
    display: flex !important;
    margin-left: 0px;
  }
  .main-header .main-menu {
    display: none;
  }
  .main-footer .main-footer-section .footer-widget-content {
    padding-right: 0px;
  }
  .service-section-three .slider-arrow-box .slider-prev {
    position: absolute;
    top: initial;
    transform: translateY(34%);
    width: 90px;
    height: 55px;
    color: #ffffff;
    background-image: linear-gradient(
      to right,
      #bca861 30%,
      #f9ed98 50%,
      #b19e53 70%
    );
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    left: 65px;
    z-index: 1;
    font-size: 20px;
    font-weight: 600;
    transition: all 300ms ease;
  }
  .service-section-three .slider-arrow-box .slider-next {
    position: absolute;
    top: inherit;
    transform: translateY(34%);
    width: 90px;
    height: 55px;
    color: #ffffff;
    background-image: linear-gradient(
      to right,
      #bca861 30%,
      #f9ed98 50%,
      #b19e53 70%
    );
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    right: 65px;
    z-index: 1;
    font-size: 20px;
    font-weight: 600;
    transition: all 300ms ease;
  }
  .btn_view_ser {
    margin-top: 70px;
  }
  .content_btn_aanko {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .text_company_new {
    width: 100%;
  }
  .portfolio-single-box-three .portfolio-content {
    padding: 30px 0 0 5px;
  }
  .portfolio-single-box-three .portfolio-content h3 {
    font-size: 22px;
  }
  span.lb-caption {
    font-size: 14px !important;
  }
  span.lb-caption p {
    color: #4ae;
    padding-top: 5px;
    font-size: 12px !important;
    margin-top: -5px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  p.text_ser {
    height: 250px !important;
  }
}

@media (max-width: 992px) {
  .content_btn_aanko {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .about-thumb-wrapper {
    display: none;
  }
  .about-section-three .about-thumb-wrapper {
    top: 35%;
  }
  .about-section-three .about-thumb-wrapper .about-thumb img {
    width: 70%;
  }
  .service-title h3 {
    /* height: 50px; */
  }
  .service-title p {
    height: 120px;
  }
  i.icon_journey {
    font-size: 70px;
    color: #bca861;
  }
  /* .team-slide {
    height: 100%;
  } */
  .contact-section .contact-werpppar {
    width: 100%;
  }
  p.text_blog {
    height: 65px;
  }
  .content_btn_footer {
    right: 70px;
    position: relative;
  }
  .team-card {
    margin-left: 0px !important;
  }
  .mobile-nav-toggler {
    display: none;
    margin-left: 0px;
  }
  .main-header .main-box .nav-outer {
    gap: 50px !important;
  }
  .main-menu .navigation > li > a {
    padding: 11px 20px 11px !important;
  }
  .sticky-header.fixed-header .main-menu .navigation > li > a {
    padding: 11px 7px 11px !important;
  }
  .sticky-header .main-menu .navigation > li > a {
    padding: 0 5px 0;
  }
  .outer-box {
    position: relative;
    left: -35px;
  }
}

@media (max-width: 1200px) {
  .content_btn_aanko {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .sticky-header .main-menu .navigation > li > a {
    padding: 0 0px 0;
  }
  .img_leaders {
    height: 100%;
  }
  .about-section .about-right-wrapper {
    margin-left: 40px;
    width: 100%;
  }
  .sticky-header .main-menu .navigation > li {
    margin: 0;
    margin-left: 10px;
    padding: 15px 0;
  }
  .service-title h3 {
    /* height: 65px; */
  }
  p.text_ser {
    height: 115px;
  }
  .about-section-three .about-thumb-wrapper {
    right: 0% !important;
  }
  /* .team-slide {
    height: 100%;
  } */
  .team-card-new {
    padding: 10px;
    padding-top: 30px;
  }
  .blog-section .blog-single-box .blog-content p {
    padding: 2px 15px;
  }
  .content_btn_footer {
    right: 10%;
    position: relative;
  }
  .team-card {
    display: flex;
    background: var(--theme-color-white);
    gap: 90px;
    align-items: center;
    position: relative;
    margin-left: 0px;
  }
  .contact-form-box {
    position: relative;
    top: 0px;
  }
  .about-section-three .about-thumb-wrapper {
    right: -12% !important;
  }
  p.text_blog {
    height: 70px;
  }
}

@media (max-width: 1400px) {
  .sticky-header .main-menu .navigation > li > a {
    padding: 0 8px 0;
  }
  .about-main-box .about-content .about-list {
    grid-template-columns: repeat(1, 1fr);
  }
  /* .team-slide {
    height: 100%;
  } */
  .content_btn_footer {
    right: 10%;
    position: relative;
  }
}
