/*
Template Name: Creatino
Template URL: https://html.vecurosoft.com/Creatino
Description: Creatino - Creative Portfolio Agency HTML Template
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Variable
    1.2. Mixin
    1.3. Function
    1.4. Typography
    1.5. Extend
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
    2.6. Date & Time Picker
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Flaticon
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Popup Search
    4.6. Popup Side Menu
    4.7. Pagination
    4.8. Blog
    4.9. Comments
    4.10. Hero Area
    4.11. About
    4.12. Services
    4.13. Team
    4.14. Form Style
    4.15. Testimonial
    4.16. Skill Area
    4.17. Brand
    4.18. Accordion
    4.19. Project
    4.20. Features
    4.21. Contact
    4.22. Woocommerce
    4.23. Shop
    4.24. Simple Sections
    4.25. Event
05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Variable-------------------*/
:root {
  --theme-color: #3083FF;
  --theme-color2: #ff9c00;
  --theme-color3: #91ee6c;
  --theme-color4: #ffc564;
  --white-color: #fff;
  --title-color: #111111;
  --body-color: #111111;
  --title-font: "Instrument Sans", sans-serif;
  --title-font2: "Sora", sans-serif;
  --title-font3: "Arima", system-ui;
  --body-font: "Instrument Sans", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --flaticon: "Flaticon";
  --ripple-ani-duration: 5s;
}

.home-five {
  --theme-color: #f20000;
  --title-color: #000000;
  --body-color: #555555;
}

/*------------------- 1.2. Mixin -------------------*/
/*------------------- 1.3. Function -------------------*/
/*------------------- 1.4. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: 500;
}

td,
th {
  border-top: 1px solid var(--border-color);
  padding: 9px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

p {
  margin: 0 0 15px 0;
  color: var(--body-color);
  line-height: 1.7;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 48px;
}

.h2,
h2 {
  font-size: 36px;
}

.h3,
h3 {
  font-size: 30px;
}

.h4,
h4 {
  font-size: 24px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
}

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 42px;
  }
  .h2,
  h2 {
    font-size: 32px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .h1,
  h1 {
    font-size: 38px;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
  .h4,
  h4 {
    font-size: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 32px;
  }
  .h2,
  h2 {
    font-size: 24px;
  }
  .h3,
  h3 {
    font-size: 22px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .h1,
  h1 {
    font-size: 24px;
  }
  .h2,
  h2 {
    font-size: 22px;
  }
}
/*------------------- 1.5. Extend -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    --bs-gutter-x: .75rem;
    max-width: calc(1220px + var(--bs-gutter-x) * 2);
  }
  .home-five .container-xxl,
  .home-five .container-xl,
  .home-five .container-lg,
  .home-five .container-md,
  .home-five .container-sm,
  .home-five .container,
  .home-four .container-xxl,
  .home-four .container-xl,
  .home-four .container-lg,
  .home-four .container-md,
  .home-four .container-sm,
  .home-four .container {
    --bs-gutter-x: .75rem;
    max-width: calc(1295px + var(--bs-gutter-x) * 2);
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0:not(.default) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0:not(.default) .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1600px) {
  .custom-container {
    max-width: 1620px;
  }
  .vs-container {
    max-width: 1565px;
    margin-left: 0;
    margin-right: auto;
    /* Hight Resoulation devices */
  }
}
@media (min-width: 1600px) and (min-width: 1921px) {
  .vs-container {
    margin-left: auto;
  }
}
@media (min-width: 1600px) and (max-width: 1920px) {
  .home-four .container-style2,
  .home-five .container-style2,
  .container-style2 {
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
    overflow: hidden;
    max-width: calc(1586px + var(--bs-gutter-x));
  }
}
@media (max-width: 1599.99px) {
  .d-none-xxxl {
    display: none !important;
  }
  .vs-container {
    max-width: 100%;
  }
}
.carousel-container {
  max-width: 1320px;
  padding: 0 50px;
  margin: 0 auto;
  overflow: hidden;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .carousel-container {
    max-width: 1200px;
    padding: 0 45px;
  }
}
@media (max-width: 1199px) {
  .carousel-container {
    max-width: 980px;
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .carousel-container {
    max-width: 740px;
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .carousel-container {
    max-width: 560px;
    padding: 0 25px;
  }
}
@media (max-width: 576px) {
  .carousel-container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.carousel-container .slick-list {
  overflow: visible;
}
.carousel-container .slick-slide {
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.carousel-container .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.container-style1 {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: unset;
}

.container-style2 {
  max-width: 1690px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: unset;
}

.container-style3 {
  max-width: 1552px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-style4 {
  max-width: 1530px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-style5 {
  max-width: 1350px;
  margin: 0 auto;
}

.container-style6 {
  max-width: 1650px;
  padding: 0 15px;
  margin: 0 auto;
}

/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.gx-2px {
  --bs-gutter-x: 2px;
}

@media (min-width: 1399px) {
  .gx-20 {
    --bs-gutter-x: 20px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
/*------------------- 2.3. Input -------------------*/
.form-select,
.form-control {
  border-radius: 0;
  height: 60px;
  padding: 0 30px;
  padding-right: 60px;
  border: 1px solid #e3e3e3;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 5px;
  font-weight: 400;
}
.form-select:focus,
.form-control:focus {
  outline: 0;
  box-shadow: none;
  background-color: var(--white-color);
  border-color: #e3e3e3;
}
.form-select::-moz-placeholder,
.form-control::-moz-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.form-select::placeholder,
.form-control::placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.form-select.style3, .form-select.style2,
.form-control.style3,
.form-control.style2 {
  height: 60px;
  color: var(--title-color);
  font-size: 14px;
  border-radius: 9999px;
  border: 2px solid #e5e9ee;
  padding-left: 30px;
  transition: all ease 0.4s;
}
.form-select.style3 ~ i, .form-select.style2 ~ i,
.form-control.style3 ~ i,
.form-control.style2 ~ i {
  font-size: 16px;
  top: 22px;
  color: var(--title-color);
  right: calc(var(--bs-gutter-x) + 15px);
}
.form-select.style3::-moz-placeholder, .form-select.style2::-moz-placeholder,
.form-control.style3::-moz-placeholder,
.form-control.style2::-moz-placeholder {
  color: var(--title-color);
}
.form-select.style3::-webkit-input-placeholder, .form-select.style2::-webkit-input-placeholder,
.form-control.style3::-webkit-input-placeholder,
.form-control.style2::-webkit-input-placeholder {
  color: var(--title-color);
}
.form-select.style3:-ms-input-placeholder, .form-select.style2:-ms-input-placeholder,
.form-control.style3:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder {
  color: var(--title-color);
}
.form-select.style3::placeholder, .form-select.style2::placeholder,
.form-control.style3::placeholder,
.form-control.style2::placeholder {
  color: var(--title-color);
}
.form-select.style3:focus, .form-select.style2:focus,
.form-control.style3:focus,
.form-control.style2:focus {
  border-color: var(--theme-color);
  box-shadow: 0px 5px 40px 0px rgba(39, 71, 125, 0.1);
}
.form-select.style3,
.form-control.style3 {
  background-color: transparent;
  border: 2px solid #dee4eb;
  background-color: var(--white-color);
}
.form-select.style3:focus,
.form-control.style3:focus {
  border-color: var(--theme-color);
  background-color: var(--white-color);
}

textarea.form-control.style3,
textarea.form-control.style2 {
  border-radius: 20px;
}

.form-select {
  cursor: pointer;
  background-position: right 1.3rem center;
}

.form-control.shadow,
.form-select.shadow {
  box-shadow: 0px 10px 38px 2px rgba(0, 0, 0, 0.05) !important;
}

input.form-control::-webkit-outer-spin-button,
input.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.form-control[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control {
  min-height: 150px;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  color: var(--theme-color);
  border-color: var(--theme-color);
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: 1px;
  width: 15px;
  height: 15px;
  padding-left: 0.5px;
  font-size: 0.29rem;
  line-height: 14.9px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0.6em;
  text-transform: capitalize;
  margin-top: -0.3em;
  display: block;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

.form-group > i {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 18px;
  color: var(--theme-color);
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.form-control.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}

.color-select input {
  display: none;
}
.color-select input ~ label {
  margin: 0;
  padding: 5px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  vertical-align: middle;
  transition: all ease 0.4s;
}
.color-select input ~ label span {
  display: inline-block;
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.color-select input ~ label:before {
  display: none;
}
.color-select input:checked ~ label {
  background-color: var(--white-color);
  box-shadow: 0px 10px 42.75px 2.25px rgba(0, 0, 0, 0.2);
}

.quantity {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.quantity input {
  width: 85px;
  height: 55px;
  text-align: center;
  border: 1px solid var(--secondary-color);
  color: var(--title-color);
  font-weight: 600;
  font-size: 18px;
  padding-left: 0;
  padding-right: 30px;
  /* Firefox */
}
.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
}
.quantity .qut-btn {
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 0;
  line-height: 1;
  color: var(--title-color);
  font-size: 14px;
  border: none;
  background-color: transparent;
}
.quantity .qut-btn.quantity-minus {
  top: 30px;
}
.quantity .qut-btn:hover {
  color: var(--theme-color);
}

/* Extra small devices */
@media (max-width: 576px) {
  .form-select,
  .form-control {
    padding-right: 30px;
    padding-left: 15px;
  }
}
/*------------------- 2.4. Slick Slider -------------------*/
.slick-track {
  min-width: 100%;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: var(--title-color);
  width: 20px;
  height: 8px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  opacity: 0.3;
  transition: all ease 0.4s;
}
.slick-dots button:hover {
  background-color: var(--theme-color);
  opacity: 1;
}
.slick-dots .slick-active button {
  background-color: var(--theme-color);
  opacity: 1;
  width: 40px;
}

.slick-arrow {
  --arrow-horizontal: -130px;
  position: absolute;
  left: var(--arrow-horizontal);
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: none;
  background-color: var(--white-color);
  color: var(--theme-color);
  text-align: center;
  z-index: 4;
  border-radius: 50%;
  box-shadow: 0px 6px 37px 0px rgba(7, 204, 236, 0.2);
  transform: translateY(-50%);
}
.slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.slick-arrow.slick-next {
  left: auto;
  right: var(--arrow-horizontal);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.slide-nav1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.slide-nav1 .slick-arrow {
  position: relative;
  --arrow-horizontal: 0;
  top: auto;
  transform: none;
  box-shadow: none;
  background-color: #faf9f9;
  opacity: 1;
  visibility: visible;
  font-size: 22px;
  order: 1;
}
.slide-nav1 .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.slide-nav1 .slick-arrow.slick-next {
  order: 3;
}
.slide-nav1 .slick-dots {
  order: 2;
  margin: 0 20px;
}
.slide-nav1 .slick-dots button {
  border-radius: 0;
  background-color: var(--title-color);
  opacity: 1;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.slide-nav1 .slick-dots button:hover {
  background-color: var(--theme-color);
}
.slide-nav1 .slick-dots li:last-child button {
  margin-right: 0;
}
.slide-nav1 .slick-dots .slick-active button {
  width: 160px;
  background-color: var(--theme-color);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .slide-nav1 {
    margin-top: 10px;
  }
  .slide-nav1 .slick-dots .slick-active button {
    width: 35px;
    background-color: var(--theme-color);
  }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  height: 100%;
  transition: all ease 0.8s;
}
.vs-menu-wrapper .mobile-logo {
  padding-bottom: 25px;
  padding-top: 40px;
  display: inline-block;
  margin-left: -54px;
}
.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  line-height: 1;
  line-height: 36px;
  font-size: 18px;
  z-index: 1;
  background-color: var(--theme-color);
  margin-left: 0;
}
.vs-menu-wrapper .vs-menu-toggle i {
  color: var(--white-color);
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  color: var(--white-color);
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 349px;
  background-color: var(--white-color);
  border-right: 3px solid var(--theme-color);
  height: 100%;
  margin-left: auto;
  position: relative;
  right: -1000px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 99;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  right: 0;
  opacity: 1;
  visibility: visible;
  transition: all ease 1s;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: 58vh;
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.vs-mobile-menu .new-label {
  margin-left: 5px;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.vs-mobile-menu ul li {
  border-bottom: 1px solid #ddd;
  list-style-type: none;
}
.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.vs-mobile-menu ul li:nth-child(2) a::before, .vs-mobile-menu ul li:last-child a::before {
  display: none;
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 17px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
}
.vs-mobile-menu ul li.vs-active > a {
  color: var(--theme-color);
}
.vs-mobile-menu ul li.vs-active > a:before {
  transform: rotate(90deg);
}
.vs-mobile-menu ul li ul li {
  padding-left: 20px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: #fff;
  box-shadow: 0 0 20px -8px rgba(7, 204, 236, 0.3);
  border-radius: 50%;
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a:after {
  content: "\f068";
}
.vs-mobile-menu > ul {
  padding: 0 40px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.mobile-menu-form {
  width: 100%;
  max-width: 265px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
.mobile-menu-form input {
  height: 35px;
  border: none;
  background: var(--white-color);
  border-radius: 5px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09);
}
.mobile-menu-form input:focus {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09);
}
.mobile-menu-form input::-moz-placeholder {
  color: var(--smoke-color);
  color: var(--theme-color);
}
.mobile-menu-form input::-webkit-input-placeholder {
  color: var(--smoke-color);
  color: var(--theme-color);
}
.mobile-menu-form input:-ms-input-placeholder {
  color: var(--smoke-color);
  color: var(--theme-color);
}
.mobile-menu-form input::placeholder {
  color: var(--smoke-color);
  color: var(--theme-color);
}
.mobile-menu-form button {
  border: none;
  background-color: transparent;
  color: var(--theme-color);
  position: absolute;
  right: 13px;
  top: 3px;
}

.vs-menu-wrapper.v2 .vs-mobile-menu ul li.vs-active > a {
  color: var(--theme-color2);
}
.vs-menu-wrapper.v2 .vs-menu-area {
  border-color: var(--theme-color2);
}
.vs-menu-wrapper.v2 .vs-menu-toggle {
  background-color: var(--theme-color2);
}
.vs-menu-wrapper.v2 .mobile-menu-form input,
.vs-menu-wrapper.v2 .mobile-menu-form button {
  color: var(--theme-color2);
}
.vs-menu-wrapper.v2 .mobile-menu-form input::placeholder,
.vs-menu-wrapper.v2 .mobile-menu-form button::placeholder {
  color: var(--theme-color2);
}
.vs-menu-wrapper.v2 ul li a:hover {
  color: var(--theme-color2);
}

.vs-menu-wrapper.v3 .vs-mobile-menu ul li.vs-active > a {
  color: var(--theme-color3);
}
.vs-menu-wrapper.v3 .vs-menu-area {
  border-color: var(--theme-color3);
}
.vs-menu-wrapper.v3 .vs-menu-toggle {
  background-color: var(--theme-color3);
}
.vs-menu-wrapper.v3 .mobile-menu-form input,
.vs-menu-wrapper.v3 .mobile-menu-form button {
  color: var(--theme-color3);
}
.vs-menu-wrapper.v3 .mobile-menu-form input::placeholder,
.vs-menu-wrapper.v3 .mobile-menu-form button::placeholder {
  color: var(--theme-color3);
}
.vs-menu-wrapper.v3 ul li a:hover {
  color: var(--theme-color3);
}

.vs-menu-wrapper.v4 .vs-mobile-menu ul li.vs-active > a {
  color: var(--theme-color4);
}
.vs-menu-wrapper.v4 .vs-menu-area {
  border-color: var(--theme-color4);
}
.vs-menu-wrapper.v4 .vs-menu-toggle {
  background-color: var(--theme-color4);
}
.vs-menu-wrapper.v4 .mobile-menu-form input,
.vs-menu-wrapper.v4 .mobile-menu-form button {
  color: var(--theme-color4);
}
.vs-menu-wrapper.v4 .mobile-menu-form input::placeholder,
.vs-menu-wrapper.v4 .mobile-menu-form button::placeholder {
  color: var(--theme-color4);
}
.vs-menu-wrapper.v4 ul li a:hover {
  color: var(--theme-color4);
}

.vs-menu-toggle {
  position: relative;
  right: -10px;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  display: inline-block;
  border-radius: 50%;
  background-color: unset;
}

.vs-mobile-menu > ul > li > a::before {
  content: "\f107";
  position: absolute;
  font-family: var(--icon-font);
  right: 2px;
  top: 18px;
  display: inline-block;
  font-size: 14px;
  transition: all 300ms ease;
}

@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .vs-mobile-menu > ul {
    padding: 0 20px;
  }
}
.bounce-y {
  animation: bounce-y 10s infinite linear;
}

@keyframes bounce-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
/*------------------- 2.6. Date & Time Picker -------------------*/
.xdsoft_datetimepicker {
  z-index: 1080;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 300px;
}

.xdsoft_datetimepicker .xdsoft_current {
  color: var(--theme-color);
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background-color: var(--smoke-color);
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  background-color: var(--white-color);
}
.preloader .vs-btn {
  padding: 10px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.preloader-inner img {
  display: block;
  margin: 0 auto 5px auto;
}

.beat-loader {
  stroke: var(--theme-color);
  stroke-dasharray: 175;
  stroke-dashoffset: 350;
  animation: draw 1.4s linear;
  animation-iteration-count: infinite;
}

.preloader.v2 .vs-btn {
  background-color: var(--theme-color4);
}
.preloader.v2 .beat-loader {
  stroke: var(--theme-color4);
}

.preloader.v5 .vs-btn {
  background-color: var(--theme-color2);
}
.preloader.v5 .beat-loader {
  stroke: var(--theme-color2);
}

.preloader.v3 .vs-btn {
  background-color: var(--theme-color3);
  color: var(--title-color);
}
.preloader.v3 .beat-loader {
  stroke: var(--theme-color3);
}

.preloader.v4 .vs-btn {
  background-color: var(--theme-color);
}
.preloader.v4 .beat-loader {
  stroke: var(--theme-color);
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  position: relative;
  display: inline-block;
  border: none;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  padding: 19.5px 48px;
  border-radius: 9999px;
  --icon-shape: 40px;
  --icon-size: 30px;
}
.vs-btn i {
  display: inline-block;
}
.vs-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.vs-btn:hover:before,
.vs-btn:hover i {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.vs-btn.style3, .vs-btn.style2 {
  margin-left: calc(var(--icon-shape) / 2);
}
.vs-btn.style3:before, .vs-btn.style2:before {
  content: "";
  position: absolute;
  left: calc(var(--icon-shape) / -2);
  top: 50%;
  width: var(--icon-shape);
  height: var(--icon-shape);
  margin-top: calc(var(--icon-shape) / -2);
  background-color: var(--white-color);
  border-radius: 50%;
  box-shadow: inset 0px 5px 5px 0px rgba(7, 204, 236, 0.3);
  transition: inherit;
}
.vs-btn.style3 i, .vs-btn.style2 i {
  position: absolute;
  left: calc(var(--icon-size) / -2);
  top: 50%;
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  margin-top: calc(var(--icon-size) / -2);
  border-radius: 50%;
  background-color: var(--theme-color);
  font-size: 14px;
  transition: inherit;
}
.vs-btn.style2:hover, .vs-btn.style3 {
  background-color: var(--title-color);
}
.vs-btn.style2:hover:before, .vs-btn.style3:before {
  box-shadow: inset 0px 5px 5px 0px rgba(39, 71, 125, 0.3);
}
.vs-btn.style2:hover i, .vs-btn.style3 i {
  background-color: var(--title-color);
}
.vs-btn.style3:hover {
  background-color: var(--theme-color);
}
.vs-btn.style3:hover:before {
  box-shadow: inset 0px 5px 5px 0px rgba(7, 204, 236, 0.3);
}
.vs-btn.style3:hover i {
  background-color: var(--theme-color);
}
.vs-btn.style4 {
  background-color: var(--white-color);
  box-shadow: 0px 15px 42.75px 2.25px rgba(39, 71, 125, 0.07);
  color: var(--body-color);
}
.vs-btn.style4.active, .vs-btn.style4:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  box-shadow: none;
}
.vs-btn.hover-white:hover {
  background-color: var(--white-color);
  color: var(--title-color);
}
.vs-btn.hover-white i {
  color: var(--white-color);
}
.vs-btn.style5 {
  padding: 14.5px 29px;
}
.vs-btn.style6, .vs-btn.style5 {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.vs-btn.style6:hover, .vs-btn.style5:hover {
  background-color: var(--theme-color4);
  color: var(--white-color);
}
.vs-btn.style7 {
  background-color: var(--theme-color4);
}
.vs-btn.style7:hover {
  background-color: var(--theme-color2);
}
.vs-btn.style8 {
  background-color: var(--title-color);
}
.vs-btn.style8:hover {
  background-color: var(--theme-color2);
}
.vs-btn.style9 {
  background-color: transparent;
  border: 2px solid var(--white-color);
  padding: 16.5px 48px;
}
.vs-btn.style9:hover {
  background-color: var(--white-color);
  color: var(--title-color);
  border-color: transparent;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.icon-btn {
  z-index: 1;
  display: inline-block;
  position: relative;
  transition: 0s;
}
.icon-btn i {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: var(--white-color);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  transition: all ease 0.4s;
  z-index: 2;
  box-shadow: 0px 5px 10px 0px rgba(39, 71, 125, 0.1);
}
.icon-btn.has-badge {
  margin-right: 7px;
}
.icon-btn .badge {
  right: 0;
  transition: all ease 0.4s;
}
.icon-btn:hover i {
  background-color: var(--theme-color);
  box-shadow: none;
  color: var(--white-color);
}
.icon-btn:hover .badge {
  background-color: var(--title-color);
  color: var(--white-color);
}
.icon-btn.style2 i {
  background-color: var(--theme-color);
  color: var(--white-color);
  box-shadow: none;
}
.icon-btn.style2 i:hover {
  background-color: var(--title-color);
}
.icon-btn.style2:before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  bottom: -8px;
  right: -8px;
  z-index: -1;
  border-radius: 50%;
  background-color: var(--white-color);
}
.icon-btn.style3 i {
  background-color: rgba(7, 204, 236, 0.2);
  color: var(--title-color);
  box-shadow: none;
}
.icon-btn.style3.active i, .icon-btn.style3:hover i {
  background-color: var(--title-color);
  color: var(--white-color);
}
.icon-btn.style4 i {
  background-color: var(--theme-color);
  color: var(--white-color);
  box-shadow: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
}
.icon-btn.style4 i:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.play-btn2 {
  display: inline-block;
  position: relative;
  z-index: 1;
  --icon-size: 112px;
}
.play-btn2 > i {
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: var(--icon-font-size, 2em);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.play-btn2:after, .play-btn2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-color);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn2:after {
  animation-delay: 2s;
}
.play-btn2:hover > i, .play-btn2:hover::before, .play-btn2:hover::after {
  background-color: var(--title-color);
  color: var(--white-color);
}
.play-btn2.style2:before, .play-btn2.style2:after {
  border: 2px solid var(--white-color);
  background-color: transparent;
  animation-name: ripple-md;
}
.play-btn2.style3 {
  --icon-size: 64px;
}
.play-btn2.style3:after, .play-btn2.style3:before {
  background-color: var(--white-color);
}
.play-btn2.style3 i {
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: 1.2em;
  transition: all ease 0.4s;
}
.play-btn2.style3:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.play-btn2.style4:before, .play-btn2.style4:after,
.play-btn2.style4 i {
  background-color: transparent;
  border: 2px solid var(--white-color);
  transition: all ease 0.4s;
}
.play-btn2.style4:hover:before, .play-btn2.style4:hover:after {
  border-color: var(--theme-color);
}
.play-btn2.style4:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.link-btn {
  font-weight: 500;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  letter-spacing: 0.03em;
}
.link-btn i {
  margin-left: 7px;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: var(--theme-color);
}
.link-btn:hover::before {
  width: 100%;
}
.link-btn.style2::before {
  width: 100%;
}
.link-btn.style2:hover::before {
  width: 20%;
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  background-color: var(--theme-color);
  color: var(--white-color);
  visibility: hidden;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  transition: all ease 0.8s;
  /* Small devices */
}
.scroll-btn:focus, .scroll-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.scroll-btn i {
  line-height: inherit;
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .scroll-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}

.scroll-bottom.v2 i {
  color: var(--theme-color2);
}
.scroll-bottom.v2 i:hover {
  background-color: var(--theme-color2);
}

.scroll-bottom.v3 i {
  color: var(--theme-color3);
}
.scroll-bottom.v3 i:hover {
  background-color: var(--theme-color3);
}

.scroll-bottom.v4 i {
  color: var(--theme-color4);
}
.scroll-bottom.v4 i:hover {
  background-color: var(--theme-color4);
}

.ripple-icon {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.ripple-icon:after, .ripple-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  animation: ripple-sm 4s infinite ease-in-out;
  z-index: -1;
  border-radius: 50%;
}
.ripple-icon:after {
  animation-delay: 1.2s;
}
.ripple-icon i {
  width: 70px;
  height: 70px;
  background-color: var(--white-color);
  color: var(--theme-color);
  border: 4px solid rgba(7, 204, 236, 0.3);
  display: inline-block;
  text-align: center;
  line-height: 65px;
  font-size: 2em;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.ripple-icon:hover:not(.hover-default) i {
  background-color: transparent;
  color: var(--white-color);
  border-color: var(--white-color);
}
.ripple-icon.hover-style2:hover i {
  background-color: var(--white-color);
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.ripple-icon.style2 i {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 22px;
}
.ripple-icon.style2:hover i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 9999;
}
.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}

.scroll-bottom {
  display: inline-block;
}
.scroll-bottom i {
  width: 60px;
  height: 70px;
  background-color: var(--white-color);
  color: var(--theme-color);
  line-height: 70px;
  text-align: center;
  right: 60px;
  bottom: 0;
  font-size: 1.2em;
  box-shadow: 0 -5px 50px 0 rgba(0, 0, 0, 0.1);
  transition: all ease 0.4s;
}
.scroll-bottom:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.scroll-bottom.show {
  bottom: 0;
}

.search-btn2 {
  border: none;
  padding: 0;
  background-color: transparent;
  color: var(--title-color);
  font-weight: 600;
  font-size: 14px;
}
.search-btn2 i {
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.search-btn2:hover {
  color: var(--theme-color2);
}

.sec-bottom-btn {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 30px;
}

/* Medium devices */
@media (max-width: 992px) {
  .play-btn.style4 {
    --icon-size: 90px;
    --icon-font-size: 22px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .play-btn > i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.2em;
  }
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
  .scroll-bottom {
    right: 15px;
  }
  .scroll-bottom i {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .scroll-bottom.show {
    bottom: 15px;
  }
}
.btn-style1 {
  position: relative;
  background-color: var(--theme-color);
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  height: 48px;
  line-height: 46px;
  padding: 0 30px;
  border-radius: 50px;
  display: inline-block;
  overflow: hidden;
  border: 1px solid transparent;
  z-index: 9;
  cursor: pointer;
}
.btn-style1:hover {
  color: var(--white-color);
}

.btn-style2 {
  position: relative;
  border: 1px solid var(--title-color);
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  height: 48px;
  line-height: 46px;
  padding: 0 30px;
  border-radius: 50px;
  display: inline-block;
  z-index: 9;
  overflow: hidden;
  cursor: pointer;
}
.btn-style2:hover {
  color: var(--white-color);
  border-color: transparent;
}
.btn-style2:hover::before {
  width: 100%;
}
.btn-style2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--theme-color);
  border-radius: 50px;
  z-index: -1;
  transition: all 300ms ease;
}

.btn-style2.v2 {
  border-color: var(--white-color);
  color: var(--white-color);
}
.btn-style2.v2:hover {
  border-color: transparent;
}

.btn-style3 {
  position: relative;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: rgb(17, 17, 17);
  background-color: unset;
  height: 48px;
  line-height: 46px;
  padding: 0 30px;
  border: 1px solid var(--title-color);
  border-radius: 50px;
  z-index: 9;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}
.btn-style3:hover {
  color: var(--white-color);
  border-color: transparent;
}
.btn-style3:hover::before {
  width: 100%;
}
.btn-style3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--theme-color2);
  border-radius: 50px;
  z-index: -1;
  transition: all 300ms ease;
}

.btn-style3.v2 {
  border-color: var(--white-color);
  color: var(--white-color);
}
.btn-style3.v2:hover {
  border-color: transparent;
}

.btn-style4 {
  position: relative;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: rgb(17, 17, 17);
  background-color: unset;
  height: 48px;
  line-height: 46px;
  padding: 0 30px;
  border: 1px solid var(--title-color);
  border-radius: 50px;
  z-index: 9;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}
.btn-style4:hover {
  border-color: transparent;
}
.btn-style4:hover::before {
  width: 100%;
}
.btn-style4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--theme-color3);
  border-radius: 50px;
  z-index: -1;
  transition: all 300ms ease;
}

.btn-style4.v2 {
  border-color: var(--white-color);
}
.btn-style4.v2:hover {
  border-color: transparent;
}

.btn-style4.v1 {
  border-color: var(--white-color);
  color: var(--white-color);
}
.btn-style4.v1:hover {
  border-color: transparent;
  color: var(--title-color);
}

.btn-style5 {
  position: relative;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: rgb(17, 17, 17);
  height: 48px;
  line-height: 46px;
  padding: 0 30px;
  border: 1px solid var(--title-color);
  z-index: 9;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}
.btn-style5:hover {
  border-color: transparent;
}
.btn-style5:hover::before {
  width: 100%;
}
.btn-style5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--theme-color4);
  z-index: -1;
  transition: all 300ms ease;
}

.btn-style5.v2 {
  border-color: var(--white-color);
  color: var(--white-color);
}
.btn-style5.v2:hover {
  color: rgb(17, 17, 17);
  border-color: transparent;
}

.btn-style6 {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  height: 48px;
  line-height: 46px;
  padding: 0 30px;
  border-radius: 50px;
  background-color: unset;
  display: inline-block;
  overflow: hidden;
  border: 1px solid var(--title-color);
  z-index: 9;
  cursor: pointer;
}
.btn-style6:hover {
  color: var(--white-color);
  border-color: transparent;
}
.btn-style6:hover::before {
  width: 100%;
}
.btn-style6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--theme-color);
  z-index: -1;
  transition: all 300ms ease;
}

/*------------------- 3.3. Titles -------------------*/
.title-area {
  position: relative;
  margin-bottom: 58px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .title-area {
    margin-bottom: 40px;
  }
}
.title-area .sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 6px;
  display: inline-block;
}
.title-area .title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 0;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .title-area .title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 992px) {
  .title-area .title {
    font-size: 43px;
  }
}
@media (max-width: 767px) {
  .title-area .title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0;
  }
}
@media (max-width: 416px) {
  .title-area .title {
    font-size: 29px;
    line-height: 39px;
  }
}
.title-area p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 23px 0 0;
}

.title-area.text-white .title {
  color: var(--white-color);
}

.title-area2 {
  position: relative;
}
.title-area2 .sub-title {
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  color: rgb(17, 17, 17);
  display: inline-block;
  margin-bottom: 13px;
}
.title-area2 .title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 0;
  font-weight: 500;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .title-area2 .title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 992px) {
  .title-area2 .title {
    font-size: 43px;
  }
}
@media (max-width: 767px) {
  .title-area2 .title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0;
  }
}
@media (max-width: 416px) {
  .title-area2 .title {
    font-size: 27px;
    line-height: 37px;
  }
}
.title-area2 p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 14px 0 0;
}

.text-white .sub-title,
.text-white .title,
.text-white p {
  color: var(--white-color) !important;
}

.title-area3 {
  position: relative;
  margin-bottom: 58px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .title-area3 {
    margin-bottom: 40px;
  }
}
.title-area3 .sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(17, 17, 17);
  margin-bottom: 10px;
  display: inline-block;
}
.title-area3 .title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 0;
  color: rgb(17, 17, 17);
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .title-area3 .title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 992px) {
  .title-area3 .title {
    font-size: 43px;
    line-height: 53px;
  }
}
@media (max-width: 767px) {
  .title-area3 .title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0;
  }
}
@media (max-width: 416px) {
  .title-area3 .title {
    font-size: 27px;
    line-height: 37px;
  }
}
.title-area3 .title span {
  color: var(--theme-color3);
}
.title-area3 p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 24px 0 0;
}

/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
  overflow: hidden;
}
.image-scale-hover img {
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.image-scale-hover:hover img {
  transform: scale(1.2);
}

.sub-plus {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--white-color);
  font-size: 18px;
  color: #e4e4e4;
  display: inline-block;
  border-radius: 50%;
  transition: all ease 0.4s;
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index-n1 {
  z-index: -1;
}

.media-body {
  flex: 1;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.35em 0.55em;
  border-radius: 50%;
}

.phone-box .box-icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 22px;
  border-radius: 50%;
  z-index: 1;
  margin-right: 20px;
  transition: all ease 0.4s;
}
.phone-box .box-icon:after, .phone-box .box-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  border-radius: inherit;
  z-index: -1;
  animation: ripple infinite 3s ease-in-out;
  transition: all ease 0.4s;
}
.phone-box .box-icon:after {
  animation-delay: 1.8s;
}
.phone-box .box-icon:hover, .phone-box .box-icon:hover:after, .phone-box .box-icon:hover:before {
  background-color: var(--title-color);
}

.title-divider {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.title-divider:before, .title-divider:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background-color: var(--theme-color);
  border-radius: 4px;
}
.title-divider:after {
  width: 10px;
  left: 85px;
  background-color: var(--title-color);
}

.star-rating {
  overflow: hidden;
  position: relative;
  width: 90px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 14px;
}
.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: var(--yellow-color);
  font-weight: 300;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--yellow-color);
  letter-spacing: 3px;
}

.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100;
}

.parallax {
  position: fixed;
  top: 0;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  width: 100%;
  /* BG behaviour */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vs-surface {
  position: relative;
  overflow: hidden;
}
.vs-surface:after, .vs-surface:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.vs-surface:after {
  background: #fff;
  z-index: 2;
}
.vs-surface.animated:before {
  background: #ddd;
  animation: vssurface 2s cubic-bezier(0.8, 0, 0.18, 1) both;
  z-index: 2;
}
.vs-surface.animated:after {
  animation: vssurfaceBack 2s cubic-bezier(0.8, 0, 0.18, 1) both;
}

.has-new-label {
  position: relative;
}

.new-label {
  font-size: 12px;
  background-color: var(--error-color);
  color: var(--white-color);
  line-height: 1;
  padding: 3px 5px 3px 5px;
  border-radius: 4px;
  text-transform: capitalize;
  position: relative;
  top: -1px;
  font-weight: 500;
  margin-left: 5px;
}

/* Large devices */
@media (max-width: 1199px) {
  .text-center.text-xl-start .title-divider:before, .text-center.text-xl-start .title-divider:after {
    left: 50%;
    margin-left: -45px;
  }
  .text-center.text-xl-start .title-divider:after {
    margin-left: 40px;
  }
}
/*------------------- 3.6. Font -------------------*/
.font-flaticon {
  font-family: var(--flaticon);
}

.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.font-subtitle {
  font-family: var(--subtitle-font);
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

.fs-xs {
  font-size: 14px;
}

.fs-20 {
  font-size: 20px;
}

.fs-12 {
  font-size: 12px;
}

/* Large devices */
@media (max-width: 1199px) {
  .fs-20 {
    font-size: 18px;
  }
}
/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

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

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

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

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

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

.bg-light2 {
  background-color: #f5f7ff;
}

[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-top-right {
  background-position: top right;
  background-size: auto;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-box1 {
  --shape-size: 545px;
}

.bg-box-shape1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: var(--shape-size);
  z-index: -1;
}

.bg-box-shape2 {
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: left bottom;
  height: calc(100% - var(--shape-size));
}

.bg-box-shape3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 685px;
}

.icon-shape1 {
  position: absolute;
  left: 0%;
  top: 62%;
}

.icon-shape2 {
  position: absolute;
  top: -220px;
  right: 80px;
}

.icon-shape3 {
  position: absolute;
  bottom: -150px;
  left: 100px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .icon-shape3 {
    display: none;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .bg-box-shape2 {
    background-size: cover;
    background-position: right top;
  }
}
/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-title {
  color: var(--title-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-light {
  color: var(--light-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: var(--theme-color);
}

.text-reset:hover {
  color: var(--theme-color) !important;
}

.text-white-light {
  color: rgba(255, 255, 255, 0.8);
}

.hover-white:not(.vs-btn):hover {
  color: var(--white-color) !important;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay=theme]:before {
  background-color: var(--theme-color);
}

[data-overlay=theme3]:before {
  background-color: var(--theme-color3);
}

[data-overlay=title]:before {
  background-color: var(--title-color);
}

[data-overlay=white]:before {
  background-color: var(--white-color);
}

[data-overlay=dark]:before {
  background-color: var(--dark-color);
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation, .play-btn2:after, .play-btn2:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ripple-md {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.6;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}
@keyframes ripple-sm {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}
@keyframes ripple-xs {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes vssurface {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes vssurfaceBack {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
/*------------------- 3.11. Flaticon -------------------*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after,
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.flaticon-blood-pressure:before {
  content: "\f101";
}

.flaticon-computer-mouse:before {
  content: "\f102";
}

.flaticon-discuss:before {
  content: "\f103";
}

.flaticon-ecg:before {
  content: "\f104";
}

.flaticon-electrocardiogram:before {
  content: "\f105";
}

.flaticon-group:before {
  content: "\f106";
}

.flaticon-healthcare:before {
  content: "\f107";
}

.flaticon-injection:before {
  content: "\f108";
}

.flaticon-laboratory-equipment:before {
  content: "\f109";
}

.flaticon-medical-equipment:before {
  content: "\f10a";
}

.flaticon-medical-kit:before {
  content: "\f10b";
}

.flaticon-medical-mask:before {
  content: "\f10c";
}

.flaticon-medical-results:before {
  content: "\f10d";
}

.flaticon-medical-symbol:before {
  content: "\f10e";
}

.flaticon-quality-of-life:before {
  content: "\f10f";
}

.flaticon-quotation:before {
  content: "\f110";
}

.flaticon-quote:before {
  content: "\f111";
}

.flaticon-security:before {
  content: "\f112";
}

.flaticon-stethoscope-1:before {
  content: "\f113";
}

.flaticon-stethoscope:before {
  content: "\f114";
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
/*------------------- 4.2. Header  -------------------*/
.header-layout1 {
  position: relative;
  z-index: 99999;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-layout1 {
    padding-top: 20px;
  }
}

.header-top {
  position: relative;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-top {
    display: none;
  }
}
.header-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: var(--theme-color);
  z-index: -1;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .header-top::before {
    height: 99px;
  }
}

.header1-logo {
  position: relative;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .header1-logo {
    max-width: 162px;
  }
}

.header-top-info {
  padding: 13px 50px;
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .header-top-info {
    padding: 13px 0px;
  }
}
@media (max-width: 1199px) {
  .header-top-info {
    padding: 13px 28px;
  }
}
@media (max-width: 576px) {
  .header-top-info {
    padding: 13px 16px;
  }
}

.top-left {
  display: flex;
  align-items: center;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .top-left {
    flex-wrap: wrap;
  }
}
.top-left span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin: 0 139px 0 0;
  color: var(--white-color);
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .top-left span {
    margin: 0 22px 0 0;
  }
}
@media (max-width: 992px) {
  .top-left span {
    margin: 0 34px 0 0;
  }
}
@media (max-width: 767px) {
  .top-left span {
    margin-bottom: 10px;
  }
}
@media (max-width: 416px) {
  .top-left span {
    line-height: 23px;
  }
}

.header-contact {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header-contact li {
  margin-right: 33px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .header-contact li {
    margin-bottom: 5px;
  }
}
.header-contact li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.header-contact li a {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0;
}
.header-contact li a i {
  margin-right: 9px;
}

.top-right {
  display: flex;
  align-items: center;
  justify-content: right;
  flex-wrap: wrap;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1399px) {
  .top-right {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .top-right {
    justify-content: left;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .top-right {
    margin-top: 10px;
  }
}

.support-list {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.support-list li {
  margin-right: 32px;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .support-list li {
    margin-right: 23px;
  }
}
@media (max-width: 576px) {
  .support-list li {
    margin-right: 17px;
  }
}
.support-list li:last-child {
  margin-right: 0;
}
.support-list li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  display: inline-block;
}

.social-links {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 80px;
  display: flex;
  align-items: center;
  /* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .social-links {
    margin: 0 0 0 42px;
  }
}
@media (max-width: 767px) {
  .social-links {
    margin: 0 0 0 59px;
  }
}
@media (max-width: 576px) {
  .social-links {
    margin: 0 0 0 36px;
  }
}
@media (max-width: 416px) {
  .social-links {
    margin: 15px 0 0 0;
  }
}
.social-links li {
  margin-right: 10px;
}
.social-links li:last-child {
  margin-right: 0;
}
.social-links li a {
  font-size: 12px;
  color: var(--white-color);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #468ffe;
}
.social-links li a:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.vs-mobile-menu ul .vs-item-has-children > a:after {
  display: none;
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  padding: 15px 0;
  transition: all ease 0.8s;
  z-index: 99999;
}
.will-sticky .sticky-active.active {
  top: 0;
  padding: 0;
}
.will-sticky .sticky-active.active .header-bottom4 .one {
  display: none;
}
.will-sticky .sticky-active.active .header-bottom4 .two {
  display: inline-block;
}
.will-sticky .sticky-active.active .header-top {
  display: none;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.will-sticky .sticky-active.active .header-top::before {
  display: none;
}
.will-sticky .sticky-active.active .main-menu a {
  color: var(--title-color) !important;
}
.will-sticky .sticky-active.active .ser-btn {
  color: var(--title-color);
}
.will-sticky .sticky-active.active .header1-logo .one {
  display: none;
}
.will-sticky .sticky-active.active .header1-logo .two {
  display: inline-block;
}
.will-sticky .sticky-active.active .header-bottom {
  border-radius: 0 0 24px 24px;
}
.will-sticky .sticky-active.active .header-bottom .main-menu a {
  color: var(--title-color) !important;
}
.will-sticky .sticky-active.active .header-bottom .main-menu a:hover {
  color: var(--theme-color) !important;
}
.will-sticky .sticky-active .header-main-three {
  padding-top: 13px;
}
.will-sticky .sticky-active .header-main-two {
  background-color: unset;
  padding: 0;
  box-shadow: unset;
}

.header-bottom2 .main-menu > ul > li > a::before {
  content: "\f107";
  position: absolute;
  font-family: var(--icon-font);
  right: -14px;
  top: 0px;
  display: inline-block;
  font-size: 14px;
  transition: all 300ms ease;
}

.header-bottom2 .main-menu {
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-bottom2 .main-menu {
    display: none !important;
  }
}
.header-bottom2 .main-menu ul li {
  position: relative;
}
.header-bottom2 .main-menu ul li:hover .mega-menu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header-bottom2 .main-menu ul li:nth-child(2) a::before {
  display: none;
}
.header-bottom2 .main-menu a {
  display: block;
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-bottom2 .main-menu a {
    font-size: 14px;
  }
}
.header-bottom2 .main-menu a:hover::before {
  transform: rotate(180deg);
}
.header-bottom2 .main-menu > ul > li {
  margin: 0 20px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-bottom2 .main-menu > ul > li {
    margin: 0 10px;
  }
}
.header-bottom2 .main-menu .mega-menu-wrap {
  position: static;
}
.header-bottom2 .main-menu ul.mega-menu {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 600px;
  padding: 20px 15px 23px 15px;
  left: 50%;
  top: 82px;
  transform: translateX(-50%);
  border: 0;
}
.header-bottom2 .main-menu ul.mega-menu::before {
  left: 50%;
}
.header-bottom2 .main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.header-bottom2 .main-menu ul.mega-menu li li {
  padding: 4px 0;
}
.header-bottom2 .main-menu ul.mega-menu li a {
  display: inline-block;
  color: var(--title-color);
  padding: 0;
  white-space: nowrap;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--p_color);
  transition: color 0.2s linear;
  position: relative;
  display: inline-block;
}
.header-bottom2 .main-menu ul.mega-menu li a:hover {
  color: var(--theme-color);
}
.header-bottom2 .main-menu ul.mega-menu > li > span {
  display: block;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-bottom: 1px solid #999;
}
.header-bottom2 .main-menu ul.mega-menu > li > span::after, .header-bottom2 .main-menu ul.mega-menu > li > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}
.header-bottom2 .main-menu ul.mega-menu > li > span::after {
  width: calc(100% - 20px);
  left: 20px;
}
.header-bottom2 .main-menu ul.mega-menu > li > span:hover {
  padding-left: 0;
}
.header-bottom2 .main-menu .menu-pages {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  width: 100%;
  max-width: var(--main-container, 1295px);
  background-color: var(--white-color);
  padding: 20px 10px 0 10px;
  margin-top: 70px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
}
.header-bottom2 .main-menu .menu-pages > li {
  width: 100%;
  padding: 0 10px 20px 10px;
}
.header-bottom2 .main-menu .menu-pages img {
  width: 100%;
}
.header-bottom2 .main-menu .menu-pages a {
  text-align: center;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 0 10px 0;
  transition: all ease 0.4s;
  background-color: var(--title-color);
  color: var(--white-color);
}
.header-bottom2 .main-menu .menu-pages a img {
  display: block;
  margin: 0 0 8px 0;
}
.header-bottom2 .main-menu .menu-pages a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.main-menu > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-menu > ul > li > a {
  position: relative;
}

.header-bottom {
  position: relative;
  background-color: var(--white-color);
  border-radius: 24px;
  padding: 0 50px 0;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .header-bottom {
    padding: 24px 28px;
    border-radius: 10px;
  }
}
@media (max-width: 416px) {
  .header-bottom {
    padding: 24px 19px;
  }
}

.header-btn-box {
  position: relative;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-btn-box {
    display: none;
  }
}

.header-layout2 {
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 3px solid rgb(255, 157, 0);
  z-index: 99;
}
.header-layout2 .sticky-active.active {
  background-color: rgb(248, 245, 240);
  padding: 0 !important;
}

.header-bottom2 {
  position: relative;
}
.header-bottom2 .main-menu > ul > li > a {
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  border-radius: 5px;
}
.header-bottom2 .main-menu > ul > li > a:hover {
  background-color: rgb(255, 157, 0);
  color: var(--white-color);
}
.header-bottom2 .main-menu > ul > li > a::before {
  right: 8px;
}
.header-bottom2 .main-menu > ul > li {
  padding: 25px 0 23px !important;
}
.header-bottom2 .main-menu > ul > li {
  margin: 0 2px;
}
.header-bottom2 .main-menu .sub-menu li a:hover,
.header-bottom2 .main-menu .mega-menu li a:hover {
  color: var(--theme-color2) !important;
}
.header-bottom2 .vs-menu-toggle {
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-bottom2 .vs-menu-toggle {
    display: inline-block !important;
  }
}
.header-bottom2 .main-menu ul.sub-menu {
  top: 100%;
}
.header-bottom2 .main-menu ul.mega-menu {
  left: 50%;
  top: 85px;
}
.header-bottom2 .mega-menu {
  left: -28%;
}
.header-bottom2 .mega-menu a:hover span {
  color: var(--theme-color2);
}
.header-bottom2 .mega-menu a span {
  transition: all 0.3s ease;
}

.header-contact2 {
  position: relative;
  padding-left: 66px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .header-contact2 {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .header-contact2 {
    display: none;
  }
}
.header-contact2:hover i {
  transform: scale(1.1) rotate(360deg);
}
.header-contact2 i {
  position: absolute;
  top: 3px;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: rgb(255, 157, 0);
  color: var(--white-color);
  font-size: 20px;
  transition: all 300ms ease;
}
.header-contact2 small {
  color: rgb(17, 17, 17);
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
}
.header-contact2 .nmbr {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: rgb(17, 17, 17);
  display: block;
}

.header-main2 {
  position: relative;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-main2 {
    padding: 15px 0;
  }
}

.header-layout3 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header-layout3 .sticky-active.active {
  background-color: var(--white-color);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
  z-index: 99999;
}
.header-layout3 .sticky-active.active .header-top3 {
  display: none;
}

.header-top3 {
  position: relative;
  background-color: rgb(17, 17, 17);
  padding: 17px 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-top3 {
    display: none;
  }
}

.top-left3 {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top-left3 span {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--white-color);
  padding-right: 101px;
  display: inline-block;
}
.top-left3 span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 2px;
  height: 22px;
  background-color: #212121;
  /* Medium devices */
}
@media (max-width: 992px) {
  .top-left3 span::before {
    display: none;
  }
}

.header-contact3 {
  position: relative;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.header-contact3 li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--white-color);
  margin-right: 44px;
}
.header-contact3 li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
  width: 2px;
  height: 22px;
  background-color: #212121;
}
.header-contact3 li:last-child {
  margin-right: 0;
}
.header-contact3 li:hover a {
  color: var(--theme-color3);
}
.header-contact3 li:hover a i {
  color: var(--theme-color3);
}
.header-contact3 li i {
  color: #585858;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-links6 {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  /* Medium devices */
}
@media (max-width: 992px) {
  .social-links6 {
    justify-content: left;
    margin-top: 10px;
  }
}
.social-links6 li {
  position: relative;
  margin-right: 28px;
}
.social-links6 li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  width: 2px;
  height: 22px;
  background-color: #212121;
}
.social-links6 li:last-child {
  margin-right: 0;
}
.social-links6 li:last-child::before {
  display: none;
}
.social-links6 li a {
  color: var(--white-color);
  font-size: 12px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #292929;
  display: inline-block;
}
.social-links6 li a:hover {
  color: var(--theme-color3);
  border-color: var(--theme-color3);
}

.header-contact5 {
  position: relative;
  display: flex;
  align-items: center;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-contact5 {
    display: none;
  }
}
.header-contact5 i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color3);
  transition: all 300ms ease;
  font-size: 20px;
  margin-right: 16px;
}
.header-contact5 .nmbr {
  position: relative;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: var(--white-color);
}

.header-main3 {
  position: relative;
  border-bottom: 2px solid #f5f5f5;
  padding: 15px 0;
}
.header-main3 .main-menu .sub-menu li a:hover {
  color: var(--theme-color3) !important;
}
.header-main3 .sub-menu li a:hover,
.header-main3 .mega-menu li a:hover {
  color: var(--theme-color3) !important;
}
.header-main3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 513px;
  background-color: rgb(38, 38, 38);
  border-radius: 0 0 0 40px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .header-main3::before {
    width: 310px;
  }
}
@media (max-width: 1199px) {
  .header-main3::before {
    display: none;
  }
}
.header-main3 .main-menu > ul > li {
  padding: 37px 0 34px;
}
.header-main3 .main-menu > ul > li .sub-menu li a:hover {
  color: var(--theme-color3);
}
.header-main3 .main-menu > ul > li > a:hover {
  color: var(--theme-color3) !important;
}
.header-main3 .will-sticky .sticky-active.active .main-menu a:hover {
  color: var(--theme-color3);
}
.header-main3 .mega-menu a:hover span {
  color: var(--theme-color3);
}
.header-main3 .mega-menu a span {
  transition: all 0.3s ease;
}

.vs-menu-toggle.v3,
.vs-menu-toggle.v4 {
  position: absolute;
  right: 7px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-menu-toggle.v3,
  .vs-menu-toggle.v4 {
    display: inline-block !important;
  }
}

.header-layout4 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header-layout4 .sticky-active.active {
  background-color: var(--white-color);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
  z-index: 99999;
}
.header-layout4 .sticky-active.active .header-bottom4 {
  padding-bottom: 15px;
  background-color: var(--white-color);
}

.header-top4 {
  position: relative;
  background-color: rgb(17, 17, 17);
  padding: 16px 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-top4 {
    display: none;
  }
}

.social-links9 {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.social-links9 li {
  margin-right: 10px;
}
.social-links9 li:last-child {
  margin-right: 0;
}
.social-links9 li a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #292929;
  display: inline-block;
  color: #bfbfbf;
  font-size: 14px;
  border-radius: 50%;
}
.social-links9 li a:hover {
  background-color: rgb(255, 196, 100);
  color: var(--title-color);
}

.top-left4 {
  position: relative;
  display: flex;
  align-items: center;
}
.top-left4 .sub-title {
  color: #a3a3a3;
  font-weight: 500;
  display: inline-block;
  margin-left: 182px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .top-left4 .sub-title {
    margin-left: 30px;
  }
}
.top-left4 .sub-title img {
  position: relative;
  top: -1px;
  margin-right: 11px;
}

.header-contact4 {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 201px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .header-contact4 {
    margin-right: 0;
  }
}
.header-contact4 li {
  padding: 0 20px;
}
.header-contact4 li:first-child {
  padding-left: 0;
}
.header-contact4 li:last-child {
  padding-right: 0;
}
.header-contact4 li a {
  font-weight: 500;
  line-height: 16px;
  line-height: 28px;
  color: #a3a3a3;
}

.header-main4 {
  position: relative;
}

.quote-box {
  position: absolute;
  top: -72px;
  right: 0;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .quote-box {
    position: static;
  }
}
@media (max-width: 1199px) {
  .quote-box {
    display: none;
  }
}
.quote-box .sub-title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: rgb(17, 17, 17);
  display: inline-block;
  background-color: rgb(255, 196, 100);
  width: 140px;
  height: 131px;
  line-height: 11em;
  text-align: center;
  padding-top: 2px;
  /* Medium Large devices */
}
.quote-box .sub-title::before {
  content: "";
  position: absolute;
  bottom: 53px;
  left: 0;
  width: 63px;
  height: 2px;
  background-color: var(--white-color);
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .quote-box .sub-title::before {
    display: none;
  }
}
@media (max-width: 1399px) {
  .quote-box .sub-title {
    height: 50px;
    line-height: 50px;
    padding-top: 0;
  }
}

.header-bottom4 {
  margin-top: 12px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .header-bottom4 .one {
    display: none;
  }
  .header-bottom4 .two {
    display: inline-block !important;
  }
}
@media (max-width: 1199px) {
  .header-bottom4 {
    margin-top: 0;
    background-color: var(--white-color);
    padding: 20px 0;
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
  }
}
.header-bottom4 .main-menu > ul > li {
  padding: 17px 0 20px;
}
.header-bottom4 .main-menu ul.sub-menu {
  top: 64px;
  left: -27px;
}
.header-bottom4 .main-menu ul.mega-menu {
  top: 69px;
}
.header-bottom4 .two {
  display: none;
}
.header-bottom4 .menu-box {
  position: relative;
  z-index: 99;
}
.header-bottom4 .mega-menu {
  top: 60px;
}
.header-bottom4 .mega-menu a:hover span {
  color: var(--theme-color4);
}
.header-bottom4 .mega-menu a span {
  transition: all 0.3s ease;
}

.header-contact3.v2 {
  margin-left: 66px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .header-contact3.v2 {
    margin-left: 0;
  }
}
.header-contact3.v2 li {
  color: #a3a3a3;
}
.header-contact3.v2 li:last-child::before {
  display: none;
}
.header-contact3.v2 li:hover a {
  color: var(--theme-color4);
}
.header-contact3.v2 li:hover a i {
  color: var(--theme-color4);
}

.main-menu.v4 {
  margin-right: 131px;
}

.main-menu.v4 ul li a:hover {
  color: var(--theme-color4);
}

.main-menu.v4 ul.sub-menu,
.main-menu.v4 ul.mega-menu {
  border-color: var(--theme-color4);
}

/*------------------- 4.3. Footer  -------------------*/
.footer-layout1 {
  position: relative;
  z-index: 99;
}

.footer-top {
  border-bottom: 1px solid #262729;
  padding-bottom: 37px;
}

.widget-area {
  padding: 38px 0 20px;
}

.footer-box {
  position: relative;
  background-color: rgb(14, 15, 17);
  border-radius: 50px;
  max-width: 1820px;
  margin: 0 auto;
  padding: 110px 0 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .footer-box {
    padding: 70px 0 0;
    border-radius: 10px;
  }
}

.widget-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: var(--white-color);
  margin-bottom: 14px;
}

.footer-widget {
  margin-bottom: 50px;
}

.footer-widget.v2 {
  margin-bottom: 44px;
}

.footer-contact {
  text-align: right;
  /* Small devices */
}
@media (max-width: 767px) {
  .footer-contact {
    text-align: left;
    margin-top: 20px;
  }
}
.footer-contact .nmbr {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 0;
  color: var(--white-color);
  /* Medium devices */
}
@media (max-width: 992px) {
  .footer-contact .nmbr {
    font-size: 33px;
  }
}

.widget_about {
  position: relative;
}
.widget_about p {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 47px;
  opacity: 1;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .widget_about p {
    font-size: 40px;
    line-height: 54px;
  }
}
@media (max-width: 992px) {
  .widget_about p {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 47px;
  }
}
@media (max-width: 416px) {
  .widget_about p {
    font-size: 26px;
    line-height: 37px;
  }
}
.widget_about .about-btn svg path {
  transition: all 300ms ease;
}
.widget_about .about-btn:hover svg {
  transform: scale(1);
}
.widget_about .about-btn:hover svg path {
  fill: var(--white-color);
}

.footer-links {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-links li {
  margin-bottom: 9px;
}
.footer-links li:last-child {
  margin-bottom: 0;
}
.footer-links li a {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.74;
}
.footer-links li a:hover {
  color: var(--theme-color);
  opacity: 1;
}

.social-links2 {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin: 21px 0 0;
}
.social-links2 li {
  margin-bottom: 16px;
}
.social-links2 li:last-child {
  margin-bottom: 0;
}
.social-links2 li a {
  color: var(--white-color);
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  display: flex;
  align-items: center;
  background-color: #212224;
  border-radius: 50px;
  max-width: 170px;
}
.social-links2 li a:hover {
  background-color: #111723;
}
.social-links2 li a:hover i {
  background-color: var(--theme-color);
}
.social-links2 li a i {
  border: 1px solid #343537;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  margin-right: 14px;
  transition: all 0.3s ease;
}

.copyright-wrap {
  background-color: var(--theme-color);
  padding: 77px 0 22px;
  margin-top: -54px;
  /* Small devices */
}
@media (max-width: 767px) {
  .copyright-wrap {
    padding-bottom: 10px;
  }
}

.footer-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Small devices */
}
@media (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    align-items: baseline;
  }
}
.footer-bottom p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .footer-bottom p {
    margin-bottom: 15px !important;
  }
}

.footer-layout2 {
  position: relative;
}

.footer-content2 {
  position: relative;
}
.footer-content2 .title {
  font-size: 110px;
  line-height: 88px;
  color: var(--white-color);
  font-weight: 600;
  margin-bottom: 0;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .footer-content2 .title {
    font-size: 88px;
  }
}
@media (max-width: 992px) {
  .footer-content2 .title {
    font-size: 78px;
  }
}
@media (max-width: 416px) {
  .footer-content2 .title {
    font-size: 52px;
  }
}

.footer-btn2 {
  text-align: right;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .footer-btn2 {
    text-align: left;
    margin-top: 30px;
  }
}
@media (max-width: 416px) {
  .footer-btn2 {
    margin-top: 20px;
  }
}

.footer-box2 {
  position: relative;
  background-color: rgb(14, 15, 17);
  border-radius: 50px;
  max-width: 1820px;
  margin: 0 auto;
  padding: 99px 0 0;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .footer-box2 {
    padding: 80px 0 0;
    border-radius: 20px;
  }
}
@media (max-width: 416px) {
  .footer-box2 {
    padding: 56px 0 0;
  }
}

.footer-top2 {
  position: relative;
  border-bottom: 1px solid #262729;
  padding-bottom: 32px;
}

.widget_about2 {
  position: relative;
}
.widget_about2 p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: #b8b8b8;
  max-width: 307px;
  padding: 23px 0 26px;
}

.social-links5 {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.social-links5 li {
  margin-right: 20px;
}
.social-links5 li:last-child {
  margin-right: 0;
}
.social-links5 li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--white-color);
  border-radius: 50%;
  display: inline-block;
  font-size: 17px;
}
.social-links5 li a:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}

.widget-title2 {
  position: relative;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 22px;
  border-bottom: 2px solid #212121;
  padding-bottom: 10px;
  color: var(--white-color);
}

.widget_contact2 {
  position: relative;
}
.widget_contact2 p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 11px;
  color: #b8b8b8;
  text-transform: capitalize;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .widget_contact2 p br {
    display: none;
  }
}
.widget_contact2 .nmbr {
  font-size: 18px;
  line-height: 28px;
  color: #b8b8b8;
  font-weight: 400;
  display: block;
  margin-bottom: 11px;
}
.widget_contact2 .nmbr:last-child {
  margin-bottom: 0;
}
.widget_contact2 .nmbr:hover {
  color: var(--theme-color2);
}

.widget_shadule .shadule,
.widget_shadule small {
  color: #b8b8b8;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
}
.widget_shadule small {
  margin-left: 12px;
}

.footer-widget.v2 {
  margin-right: 76px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .footer-widget.v2 {
    margin-right: 82px;
  }
}

.footer-links.v2 {
  position: relative;
}
.footer-links.v2 li a {
  color: #b8b8b8;
}
.footer-links.v2 li a:hover {
  color: var(--theme-color2);
}

.widget-area2 {
  position: relative;
  padding: 79px 0 48px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .widget-area2 {
    padding: 79px 0 20px;
  }
}
.widget-area2::before {
  content: "";
  position: absolute;
  bottom: -21px;
  right: -19px;
  width: 251px;
  height: 466px;
  background-image: url(../img/bg/ligtning.png);
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .widget-area2::before {
    display: none;
  }
}

.copyright-wrap2 {
  position: relative;
}
.copyright-wrap2 p {
  position: relative;
  /* Medium devices */
}
@media (max-width: 992px) {
  .copyright-wrap2 p {
    margin-bottom: 15px !important;
  }
}
.copyright-wrap2 p a:hover {
  color: var(--theme-color2);
}
.copyright-wrap2 p,
.copyright-wrap2 .terms {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: rgb(17, 17, 17);
}
.copyright-wrap2 p a:hover,
.copyright-wrap2 .terms a:hover {
  color: var(--theme-color2);
}
.copyright-wrap2 .terms {
  position: relative;
}
.copyright-wrap2 .terms:hover {
  color: var(--theme-color2);
}

.footer-bottom2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 0 16px;
  flex-wrap: wrap;
  /* Small devices */
}
@media (max-width: 767px) {
  .footer-bottom2 {
    flex-direction: column;
    align-items: baseline;
  }
}

.footer-bottom3.v2 {
  position: relative;
  /* Medium devices */
}
@media (max-width: 992px) {
  .footer-bottom3.v2 {
    display: flex;
    flex-wrap: wrap;
  }
}

.footer-layout3 {
  position: relative;
  background-image: url(../img/bg/footer3-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.widget-area3 {
  position: relative;
  padding: 114px 0 47px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .widget-area3 {
    padding: 80px 0 0;
  }
}

.footer-content3 {
  position: relative;
  margin-right: 30px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .footer-content3 {
    margin-right: 0;
  }
}
.footer-content3 .title {
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 0;
  color: var(--white-color);
  font-weight: 500;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .footer-content3 .title {
    font-size: 69px;
    line-height: 79px;
  }
}
@media (max-width: 992px) {
  .footer-content3 .title {
    font-size: 47px;
    line-height: 57px;
  }
}
@media (max-width: 576px) {
  .footer-content3 .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 416px) {
  .footer-content3 .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.footer-content3 .title span {
  color: var(--theme-color3);
  font-family: var(--title-font3);
}

.social-links8 {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.social-links8 li {
  margin-right: 10px;
}
.social-links8 li:last-child {
  margin-right: 0;
}
.social-links8 li a {
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  background-color: unset;
  border: 1px solid #323232;
  color: var(--white-color);
  border-radius: 50%;
  display: inline-block;
  font-size: 17px;
}
.social-links8 li a:hover {
  background-color: var(--theme-color3);
  color: rgb(17, 17, 17);
}

.footer-links3 {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .footer-links3 {
    margin-bottom: 40px;
  }
}
.footer-links3 li {
  margin-bottom: 9px;
}
.footer-links3 li:last-child {
  margin-bottom: 0;
}
.footer-links3 li a {
  color: #c1c1c1;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.74;
}
.footer-links3 li a:hover {
  color: var(--theme-color3);
  opacity: 1;
}

.footer-contact-link3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .footer-contact-link3 {
    display: unset;
  }
}

.footer-btn3 {
  position: relative;
  width: 238px;
  height: 238px;
  line-height: 238px;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  /* Medium devices */
}
@media (max-width: 992px) {
  .footer-btn3 {
    display: none;
  }
}
.footer-btn3:hover {
  background-color: var(--theme-color3);
  border-color: transparent;
}
.footer-btn3:hover img {
  filter: brightness(0);
}

.footer-btn-box3 {
  text-align: right;
}

.copyright-wrap3 {
  position: relative;
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.1);
}
.copyright-wrap3 .terms:hover {
  color: var(--theme-color3) !important;
}
.copyright-wrap3 p,
.copyright-wrap3 .terms {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: #bfbfbf;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 992px) {
  .copyright-wrap3 p,
  .copyright-wrap3 .terms {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .copyright-wrap3 p,
  .copyright-wrap3 .terms {
    margin-bottom: 10px;
  }
}
.copyright-wrap3 p a:hover,
.copyright-wrap3 .terms a:hover {
  color: var(--theme-color3);
  text-decoration: underline;
}
.copyright-wrap3 .terms {
  margin-bottom: 0 !important;
}
.copyright-wrap3 .terms:hover {
  color: var(--theme-color2);
}

.footer-bottom3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0 16px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .footer-bottom3 {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .footer-bottom3 {
    flex-wrap: wrap;
  }
}

.footer-layout4 {
  position: relative;
}

.terms.v2:hover {
  color: var(--theme-color4) !important;
}

.footer-top4 {
  position: relative;
  background-color: rgb(31, 31, 31);
  z-index: 9;
  /* Large devices */
}
@media (max-width: 1199px) {
  .footer-top4 {
    padding: 30px 30px;
    border-radius: 10px;
  }
}

.footer-logo4 {
  position: relative;
  background-color: var(--theme-color4);
  display: inline-block;
  padding: 38px 34px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .footer-logo4 {
    display: none;
  }
}

.footer-contact4 {
  position: relative;
  padding-left: 68px;
  display: inline-block;
  /* Large devices */
}
@media (max-width: 1199px) {
  .footer-contact4 {
    margin-bottom: 40px;
  }
}
.footer-contact4 i {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 18px;
  color: var(--white-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #353535;
  border-radius: 50%;
  text-align: center;
}
.footer-contact4 .sub-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #c5c5c5;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .footer-contact4 .sub-title {
    font-size: 15px;
  }
}
.footer-contact4 .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--white-color);
  margin-bottom: 0;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .footer-contact4 .title {
    font-size: 17px;
  }
}

.contact-area4 {
  margin: 0 16px 0 26px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .contact-area4 {
    margin: 0;
  }
}
.contact-area4 .row {
  position: relative;
  /* Large devices */
}
@media (max-width: 1199px) {
  .contact-area4 .row {
    margin-bottom: -40px;
  }
}

.widget-area4 {
  position: relative;
  background-color: var(--title-color);
  padding: 141px 0 30px;
  margin-top: -46px;
}

.widget-title4 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 35px;
  line-height: 28px;
  padding-bottom: 10px;
}
.widget-title4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 69px;
  height: 4px;
  background-color: rgb(255, 157, 0);
}

.widget_about4 {
  position: relative;
}
.widget_about4 p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 22px;
  color: #c1c1c1;
}

.social-links8.v2 li a:hover {
  background-color: var(--theme-color4);
}

.gallery-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -14px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .gallery-box {
    justify-content: unset;
  }
}
.gallery-box img {
  margin-bottom: 14px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .gallery-box img {
    margin-right: 10px;
  }
}
@media (max-width: 416px) {
  .gallery-box img {
    margin-right: 6px;
  }
}

.footer-contact-link4 {
  margin-left: 64px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .footer-contact-link4 {
    margin-left: 0;
  }
}
.footer-contact-link4 .footer-links li a:hover {
  color: var(--theme-color4);
}

.copyright-wrap3.v2 {
  background-color: #1f1f1f;
}
.copyright-wrap3.v2 p a:hover {
  color: var(--theme-color4);
}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  width: max-content;
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none;
  background-color: var(--white-color);
  box-shadow: 0px 15px 42.75px 2.25px rgba(39, 71, 125, 0.07);
  padding: 48px 100px;
  border-radius: 9999px;
}
.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 13px;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li:after {
  content: "/";
  position: absolute;
  right: 0;
  color: var(--title-color);
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}
.breadcumb-menu li i,
.breadcumb-menu a i,
.breadcumb-menu span i {
  margin-right: 10px;
  font-size: 0.8rem;
  position: relative;
  top: -1px;
}
.breadcumb-menu li:hover, .breadcumb-menu li.active,
.breadcumb-menu a:hover,
.breadcumb-menu a.active,
.breadcumb-menu span:hover,
.breadcumb-menu span.active {
  color: var(--theme-color);
}

.breadcumb-title {
  font-size: 60px;
  margin-top: -0.3em;
}

.breadcumb-menu-wrap {
  position: relative;
  width: max-content;
  margin-left: auto;
  margin-top: 95px;
  margin-bottom: -60px;
  --icon-size: 44px;
  --shape-size: 60px;
}
.breadcumb-menu-wrap > i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: calc(var(--icon-size) / -2);
  margin-left: calc(var(--icon-size) / -2);
  z-index: 1;
}
.breadcumb-menu-wrap > i:before {
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  background-color: var(--theme-color);
  font-size: 18px;
  border-radius: 50%;
  transition: inherit;
  color: var(--white-color);
  text-align: center;
  display: inline-block;
}
.breadcumb-menu-wrap > i:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--shape-size);
  height: var(--shape-size);
  margin: calc(var(--shape-size) / -2) 0 0 calc(var(--shape-size) / -2);
  background-color: var(--white-color);
  border-radius: 50%;
  transition: inherit;
  z-index: -1;
  box-shadow: inset 0px 5px 5px 0px rgba(7, 204, 236, 0.3);
}

.breadcumb-wrapper {
  padding-bottom: 0.05px;
  padding-top: 160px;
  margin-bottom: 60px;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-wrapper {
    padding-top: 100px;
  }
  .breadcumb-title {
    font-size: 48px;
  }
  .breadcumb-menu {
    padding: 25px 60px;
  }
  .breadcumb-menu-wrap {
    margin-top: 60px;
    margin-bottom: -38.25px;
  }
  .breadcumb-wrapper {
    margin-bottom: 39px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .breadcumb-menu-wrap {
    margin-left: auto;
    margin-right: auto;
    left: 15px;
  }
  .breadcumb-title {
    font-size: 36px;
  }
  .breadcumb-wrapper {
    padding-top: 88px;
    text-align: center;
  }
  .breadcumb-menu-wrap {
    margin-top: 80px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .breadcumb-title {
    font-size: 30px;
  }
  .breadcumb-menu {
    padding: 25px 30px;
    border-radius: 20px;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
  }
  .breadcumb-menu-wrap {
    left: 7.5px;
  }
}
/*------------------- 4.5. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--theme-color);
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  transform: rotate(90deg);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform ease 0.4s;
  /* Large devices */
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: 2px solid var(--theme-color);
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}
.popup-search-box form input::-moz-placeholder {
  color: #fff;
}
.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}
.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}
.popup-search-box form input::placeholder {
  color: #fff;
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.popup-search-box form button:hover {
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.6. Popup Side Menu  -------------------*/
/*------------------- 4.7. Pagination  -------------------*/
.pagination {
  position: relative;
  justify-content: center;
  margin-bottom: 0;
  margin: 0 auto;
  flex-wrap: wrap;
}
.pagination .page-item .page-link {
  position: relative;
  border: 0;
  padding: 0;
  background-color: unset;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--body-color);
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  /* Extra small devices */
}
.pagination .page-item .page-link:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
@media (max-width: 416px) {
  .pagination .page-item .page-link {
    width: 41px;
    height: 41px;
    line-height: 41px;
  }
}

/*------------------- 4.8. Blog  -------------------*/
.blog-style1 {
  position: relative;
}

.title-area.blog {
  display: flex;
  justify-content: space-between;
  /* Medium devices */
}
@media (max-width: 992px) {
  .title-area.blog {
    flex-direction: column;
    align-items: baseline;
  }
}
.title-area.blog .sub-title {
  margin-top: 9px;
}
.title-area.blog .title {
  position: relative;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .title-area.blog .title {
    font-size: 31px;
    line-height: 46px;
  }
}
.title-area.blog p {
  margin-top: 9px;
}

.blog-card {
  position: relative;
}
.blog-card:hover .blog-img::before {
  opacity: 1;
  visibility: visible;
}
.blog-card:hover .blog-img img {
  transform: scale(1.1);
}

.blog-btn {
  max-width: 393px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .blog-btn {
    max-width: 499px;
  }
}
.blog-btn p {
  margin-bottom: 36px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .blog-btn p {
    margin-bottom: 20px;
  }
}

.blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.blog-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 300ms ease;
  border-radius: 15px;
}
.blog-img img {
  width: 100%;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.blog-content {
  position: relative;
  padding: 22px 0 0;
}
.blog-content .title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 24px;
  font-weight: 500;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .blog-content .title {
    font-size: 23px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .blog-content .title {
    font-size: 27px;
    line-height: 38px;
  }
}
@media (max-width: 416px) {
  .blog-content .title {
    font-size: 24px;
    line-height: 34px;
  }
}
.blog-content .title a:hover {
  color: var(--theme-color);
}

.blog-meta {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.blog-meta li {
  color: #4f4f4f;
  /* Large devices */
}
@media (max-width: 1199px) {
  .blog-meta li {
    font-size: 16px;
  }
}
.blog-meta li:hover a {
  color: var(--theme-color);
}
.blog-meta .one {
  position: relative;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 50px;
  height: 32px;
  line-height: 30px;
  padding: 0 16px;
  margin-right: 84px;
  transition: all 0.3s ease;
  /* Large devices */
}
@media (max-width: 1199px) {
  .blog-meta .one {
    margin-right: 30px;
  }
}
.blog-meta .one:hover {
  background-color: var(--theme-color);
  border-color: transparent;
}
.blog-meta .one:hover a {
  color: var(--white-color);
}
.blog-meta .one::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -65px;
  width: 44px;
  height: 2px;
  background-color: #dbdbdb;
  /* Large devices */
}
@media (max-width: 1199px) {
  .blog-meta .one::before {
    display: none;
  }
}

.swiper.blog-swiper {
  padding: 0 !important;
}
.swiper.blog-swiper .swiper-slide {
  text-align: left;
}

.blog-style2 {
  position: relative;
}
.blog-style2 .row {
  margin-bottom: -40px;
}

.blog-card2 {
  position: relative;
  margin-bottom: 50px;
}
.blog-card2:hover .date {
  opacity: 1;
  visibility: visible;
}
.blog-card2:hover .blog-img2::before {
  opacity: 1;
  visibility: visible;
}
.blog-card2:hover .blog-img2 img {
  transform: scale(1.1);
}

.blog-content2 {
  position: relative;
  margin-top: 22px;
}
.blog-content2 .title2 {
  margin-bottom: 0;
}
.blog-content2 .title2 a {
  font-size: 24px;
  line-height: 34px;
  display: inline-block;
  font-weight: 500;
  /* Large devices */
}
@media (max-width: 1199px) {
  .blog-content2 .title2 a {
    font-size: 23px;
  }
}
.blog-content2 .title2 a:hover {
  color: var(--theme-color2);
}

.blog-img2 {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}
.blog-img2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 300ms ease;
}
.blog-img2 img {
  border-radius: 18px;
  width: 100%;
  transition: all 0.3s ease;
}

.blog-btn2 {
  margin-top: 22px;
}

.date {
  position: absolute;
  right: -9px;
  bottom: 62px;
  width: 156px;
  height: 79px;
  border-radius: 14px;
  background-color: var(--theme-color2);
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0 18px;
  transform: rotate(90deg);
  transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.date .title {
  font-size: 35px;
  line-height: 45px;
  color: var(--white-color);
  margin: 0 9px 0 0;
  transform: rotate(-90deg);
}
.date span {
  position: relative;
  top: -4px;
  font-size: 18px;
  color: var(--white-color);
  display: inline-block;
  border-bottom: 1px solid var(--white-color);
  font-weight: 500;
  padding-bottom: 5px;
}

.blog-style3 {
  position: relative;
}
.blog-style3 .row {
  margin-bottom: -40px;
}

.blog-title3 {
  position: relative;
  margin-bottom: 58px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .blog-title3 {
    margin-bottom: 40px;
  }
}
.blog-title3 .row {
  margin-bottom: 0;
}

.blog-block3 {
  position: relative;
  margin-bottom: 40px;
}
.blog-block3:hover .blog-img3::before {
  opacity: 1;
  visibility: visible;
}
.blog-block3:hover .blog-img3 img {
  transform: scale(1.1);
}

.blog-btn3 {
  text-align: right;
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-btn3 {
    text-align: left;
    margin-top: 20px;
  }
}

.blog-img3 {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.blog-img3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 300ms ease;
}
.blog-img3 img {
  width: 100%;
  transition: all 0.3s ease;
  border-radius: 15px;
}

.blog-content3 {
  position: relative;
  padding: 22px 0 0;
}
.blog-content3 .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 23px;
  color: rgb(17, 17, 17);
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-content3 .title {
    font-size: 25px;
    line-height: 32px;
  }
}
.blog-content3 .title a:hover {
  color: var(--theme-color3);
}

.blog-meta-box3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .blog-meta-box3 {
    flex-wrap: wrap;
  }
}

.blog-meta3 {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.blog-meta3 li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgb(17, 17, 17);
}
.blog-meta3 li a {
  height: 37px;
  line-height: 37px;
  padding: 0 24px;
  border-radius: 50px;
  border: 1px solid #e7e7e7;
  display: inline-block;
  margin-right: 18px;
}
.blog-meta3 li a:hover {
  background-color: var(--theme-color3);
  border-color: transparent;
}

.more-btn {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transform: rotate(45deg);
  border: 1px solid rgb(17, 17, 17);
  /* Extra small devices */
}
@media (max-width: 416px) {
  .more-btn {
    margin-top: 20px;
  }
}
.more-btn:hover {
  background-color: var(--theme-color3);
  border-color: transparent;
}

.blog-style4 {
  position: relative;
}
.blog-style4 .row {
  margin-bottom: -40px;
}

.team-title4.blog4 .row {
  margin-bottom: 0;
}

.blog-block4 {
  position: relative;
  background-color: rgb(248, 248, 248);
  margin-bottom: 40px;
}
.blog-block4:hover .blog-img4::before {
  opacity: 1;
  visibility: visible;
}

.blog-img4 {
  position: relative;
  border-radius: 0 0 98px 0;
}
.blog-img4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 300ms ease;
  border-radius: 0 0px 97px 0;
}
.blog-img4 img {
  width: 100%;
  transition: all 0.3s ease;
  border-radius: 0 0 98px 0;
}

.date-box {
  position: absolute;
  bottom: -32px;
  right: 30px;
  background-color: var(--theme-color4);
  width: 80px;
  text-align: center;
  padding: 10px 0 11px;
  z-index: 9;
}
.date-box .title {
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
  color: rgb(17, 17, 17);
  margin-bottom: 0;
}
.date-box .sub-title {
  font-size: 18px;
  font-weight: 500;
  color: rgb(17, 17, 17);
  text-transform: uppercase;
}

.blog-content4 {
  position: relative;
  padding: 13px 31px 28px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .blog-content4 {
    padding: 23px 20px 28px;
  }
}
.blog-content4 .sub-title {
  font-size: 16px;
  font-weight: 600;
  color: #4d4d4d;
  display: inline-block;
  margin-bottom: 21px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .blog-content4 .sub-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.blog-content4 .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 0;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .blog-content4 .title {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .blog-content4 .title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 416px) {
  .blog-content4 .title {
    font-size: 21px;
    line-height: 31px;
  }
}
.blog-content4 .title:hover a {
  color: var(--theme-color4);
}

.blog-style5 {
  position: relative;
}
.blog-style5 .blog-card {
  margin-bottom: 70px;
}
.blog-style5 .row {
  margin-bottom: -70px;
}

.blog-style6 {
  position: relative;
}

.blog-card6 {
  position: relative;
  margin-bottom: 58px;
}
.blog-card6:hover .blog-img6::before {
  opacity: 1;
  visibility: visible;
}

.blog-img6 {
  position: relative;
  border-radius: 20px;
}
.blog-img6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 300ms ease;
  border-radius: 15px;
}
.blog-img6 img {
  width: 100%;
  transition: all 0.3s ease;
  border-radius: 20px;
}

.blog-btn6 {
  position: absolute;
  bottom: -45px;
  right: 30px;
  width: 94px;
  height: 90px;
  line-height: 88px;
  text-align: center;
  background-color: var(--white-color);
  border-radius: 10px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  display: inline-block;
  font-size: 40px;
  z-index: 9;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .blog-btn6 {
    bottom: 30px;
  }
}
@media (max-width: 416px) {
  .blog-btn6 {
    display: none;
  }
}
.blog-btn6 i {
  transform: rotate(45deg);
}
.blog-btn6:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.blog-content6 {
  position: relative;
  padding: 22px 0 0;
}
.blog-content6 .title {
  font-size: 39px;
  line-height: 49px;
  font-weight: 500;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .blog-content6 .title {
    font-size: 29px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .blog-content6 .title {
    font-size: 27px;
    line-height: 39px;
  }
}
@media (max-width: 416px) {
  .blog-content6 .title {
    font-size: 24px;
    line-height: 34px;
  }
}
.blog-content6 .title a:hover {
  color: var(--theme-color);
}

.blog-list6 {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.blog-list6 li {
  position: relative;
  margin-right: 36px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .blog-list6 li {
    margin-right: 17px;
  }
}
.blog-list6 li:last-child {
  margin-right: 0;
}
.blog-list6 li:last-child::before {
  display: none;
}
.blog-list6 li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
  width: 2px;
  height: 23px;
  background-color: #ededed;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .blog-list6 li::before {
    display: none;
  }
}
.blog-list6 li a {
  font-size: 18px;
  font-weight: 400;
  color: rgb(17, 17, 17);
  /* Extra small devices */
}
@media (max-width: 416px) {
  .blog-list6 li a {
    font-size: 15px;
  }
}
.blog-list6 li a i {
  margin-right: 12px;
}

.pagination.v3 {
  justify-content: left;
}

.blog-detail {
  position: relative;
}

.para4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #505050;
  margin: 25px 0 0;
}

.detail-list2.v2 {
  margin-bottom: 42px;
}

.blog-det-img {
  position: relative;
  margin-bottom: 52px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .blog-det-img {
    margin-bottom: 35px;
  }
}
.blog-det-img img {
  width: 100%;
}

.blog-title {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 13px;
  font-weight: 500;
  color: rgb(17, 17, 17);
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .blog-title {
    font-size: 28px;
  }
}
@media (max-width: 416px) {
  .blog-title {
    font-size: 24px;
    line-height: 34px;
  }
}

.blockquot {
  position: relative;
  background-color: var(--theme-color);
  border-radius: 14px;
  padding: 52px 83px;
  margin: 36px 0 52px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .blockquot {
    padding: 52px 37px;
  }
}
@media (max-width: 416px) {
  .blockquot {
    padding: 39px 25px 34px;
  }
}
.blockquot .one {
  position: absolute;
  top: 0;
  right: 0;
}
.blockquot .two {
  position: absolute;
  top: 8px;
  left: 0;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .blockquot .two {
    position: static;
    margin-bottom: 20px;
  }
}
.blockquot p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 12px;
  padding-bottom: 23px;
  color: var(--white-color);
  border-bottom: 2px solid #3e8bff;
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .blockquot p {
    font-size: 27px;
  }
}
@media (max-width: 576px) {
  .blockquot p {
    font-size: 23px;
    line-height: 33px;
  }
}
@media (max-width: 416px) {
  .blockquot p {
    font-size: 20px;
  }
}
.blockquot .name {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: var(--white-color);
  font-weight: 600;
}
.blockquot .name span {
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
}

.quote-content {
  position: relative;
  padding-left: 88px;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .quote-content {
    padding-left: 70px;
  }
}
@media (max-width: 576px) {
  .quote-content {
    padding-left: 0;
  }
}

.social-box.v2 {
  margin: 51px 0 77px;
}

.comment-img {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  border-radius: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Crect width='100%25' height='100%25' rx='100' ry='100' fill='none' stroke='%233083FF' stroke-width='1' stroke-dasharray='8%2C13' stroke-linecap='round' fill-opacity='0.1' /%3E%3C/svg%3E");
  border-radius: 100px;
  background-color: rgba(48, 131, 255, 0.1);
}
.comment-img img {
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 100%;
}

.coment-content {
  display: flex;
  gap: 25px;
  margin-bottom: 54px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .coment-content {
    flex-direction: column;
    padding-left: 0;
  }
}
.coment-content .sub-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  display: block;
  color: #4f4f4f;
}
.coment-content .name {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 10px;
  color: rgb(17, 17, 17);
}
.coment-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: #4f4f4f;
}

.reply-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  height: 41px;
  line-height: 41px;
  padding: 0 22px;
  border-radius: 50px;
  color: #525358;
  background-color: #e2edff;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .reply-btn {
    position: static;
    margin-top: 20px;
  }
}
.reply-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.comment-box {
  position: relative;
}
.comment-box .title {
  margin-bottom: 58px;
}

.coment-content.v2 {
  margin-left: 145px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .coment-content.v2 {
    margin-left: 80px;
  }
}
@media (max-width: 767px) {
  .coment-content.v2 {
    margin-left: 50px;
  }
}

.blog-form {
  position: relative;
  margin-top: 102px;
}
.blog-form .title {
  margin-bottom: 38px;
}

.blog-form.v2 .form-group.v2 {
  margin: 4px 0 37px;
}
.blog-form.v2 .form-group.v2 label {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #747476;
  padding-left: 27px;
  margin-bottom: 0;
}
.blog-form.v2 .form-group.v2 label::before {
  top: 5px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 2px solid rgb(95, 96, 98);
}

/*------------------- 4.9. Comments  -------------------*/
/*------------------- 4.10. Hero Area  -------------------*/
.banner-style1 {
  position: relative;
  padding: 204px 0 159px;
  margin: -54px 0 0;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1399px) {
  .banner-style1 {
    padding: 242px 0 159px;
  }
}
@media (max-width: 1199px) {
  .banner-style1 {
    padding: 230px 0 100px;
    margin: -123px 0 0;
  }
}
@media (max-width: 767px) {
  .banner-style1 {
    padding: 210px 0 80px;
  }
}
.banner-style1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url(../img/bg/lines1-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-content {
  position: relative;
}
.banner-content .sub-title {
  position: relative;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  display: inline-block;
  border: 1px solid rgba(48, 131, 255, 0.4);
  border-radius: 50px;
  padding: 8px 45px 5px;
  margin-bottom: 28px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .banner-content .sub-title {
    font-size: 17px;
  }
}
@media (max-width: 416px) {
  .banner-content .sub-title {
    font-size: 14px;
  }
}
.banner-content .sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--theme-color);
  border-radius: 50%;
}
.banner-content .sub-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--theme-color);
  border-radius: 50%;
}
.banner-content .title {
  font-size: 95px;
  font-weight: 400;
  line-height: 98px;
  margin-bottom: 21px;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .banner-content .title {
    font-size: 83px;
    line-height: 93px;
  }
}
@media (max-width: 992px) {
  .banner-content .title {
    font-size: 73px;
    line-height: 83px;
  }
}
@media (max-width: 767px) {
  .banner-content .title {
    font-size: 63px;
    line-height: 73px;
  }
}
@media (max-width: 576px) {
  .banner-content .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 416px) {
  .banner-content .title {
    font-size: 34px;
    line-height: 43px;
  }
}
.banner-content .title span {
  font-weight: 600;
}
.banner-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 52px;
  max-width: 453px;
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .banner-content p {
    max-width: 475px;
  }
}
@media (max-width: 1199px) {
  .banner-content p {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .banner-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 33px;
  }
}

.banner-img {
  /* Medium Large devices */
  /* Large devices */
}
.banner-img img {
  transform-origin: left;
  object-fit: cover;
  max-width: inherit;
}
@media (max-width: 1399px) {
  .banner-img {
    right: 33px;
  }
}
@media (max-width: 1199px) {
  .banner-img {
    display: none;
  }
}
.banner-img .one {
  position: absolute;
  top: 50px;
  right: 0;
}

.warranty-box {
  position: absolute;
  bottom: -56px;
  right: 0;
  width: 340px;
  text-align: center;
  border: 1px solid rgba(48, 131, 255, 0.1019607843);
  border-radius: 18px;
  padding: 72px 0 76px;
  background-color: var(--white-color);
  z-index: 99;
}
.warranty-box::before {
  content: "";
  position: absolute;
  bottom: 39px;
  left: 50%;
  width: 104px;
  height: 104px;
  transform: translateX(-50%);
  background-image: url(../img/icon/shape.png);
}
.warranty-box::after {
  content: "";
  position: absolute;
  border-top: 20px solid var(--theme-color);
  border-right: 20px solid transparent;
  top: 14px;
  right: 14px;
  transform: rotate(90deg);
}
.warranty-box .title {
  font-weight: 600;
  font-size: 90px;
  line-height: 100px;
  margin-bottom: 8px;
  color: var(--theme-color);
}
.warranty-box p {
  position: relative;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 88px;
}
.warranty-box p::before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  width: 66px;
  height: 1px;
  background-color: #000000;
}
.warranty-box span {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
}

.banner-style2 {
  position: relative;
  background-color: rgb(248, 245, 240);
  padding: 211px 0 83px;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .banner-style2 {
    padding: 187px 0 70px;
  }
}
@media (max-width: 576px) {
  .banner-style2 {
    padding: 167px 0 70px;
  }
}

.banner-img2 {
  position: absolute;
  top: 24px;
  left: 0;
  border-radius: 50%;
  z-index: 99;
  /* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .banner-img2 {
    top: 13px;
  }
}
@media (max-width: 767px) {
  .banner-img2 {
    top: 8px;
  }
}
@media (max-width: 416px) {
  .banner-img2 {
    position: static;
    margin-bottom: 20px;
  }
}
.banner-img2::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 0;
  width: 64px;
  height: 184px;
  background-image: url(../img/shape/groups.png);
  z-index: -1;
  /* Large devices */
}
@media (max-width: 1199px) {
  .banner-img2::before {
    display: none;
  }
}

.banner-content2 {
  position: relative;
  padding-left: 120px;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .banner-content2 {
    padding-left: 87px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .banner-content2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .banner-content2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 416px) {
  .banner-content2 {
    margin-bottom: 20px;
    padding-left: 0;
  }
}
.banner-content2 .title {
  font-size: 95px;
  line-height: 110px;
  font-weight: 600;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .banner-content2 .title {
    font-size: 87px;
    line-height: 100px;
  }
}
@media (max-width: 1199px) {
  .banner-content2 .title {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 992px) {
  .banner-content2 .title {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .banner-content2 .title {
    font-size: 46px;
    line-height: 56px;
  }
}
@media (max-width: 576px) {
  .banner-content2 .title {
    font-size: 29px;
    line-height: 39px;
  }
}
@media (max-width: 416px) {
  .banner-content2 .title {
    font-size: 31px;
    line-height: 40px;
  }
}
.banner-content2 .title img {
  margin-left: 26px;
  /* Small devices */
}
@media (max-width: 767px) {
  .banner-content2 .title img {
    display: none;
  }
}

.banner-btn-box2 {
  position: relative;
  margin-left: 56px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .banner-btn-box2 {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .banner-btn-box2 {
    margin-left: 0;
    display: flex;
  }
}
.banner-btn-box2 p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgb(17, 17, 17);
  max-width: 272px;
  margin-bottom: 0;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .banner-btn-box2 p {
    max-width: 319px;
  }
}

.banner-btn2 {
  margin-bottom: 37px;
  display: inline-block;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .banner-btn2 {
    margin: 0 30px 0 0;
  }
}
@media (max-width: 416px) {
  .banner-btn2 {
    display: none;
  }
}

.banner-style3 {
  position: relative;
  background-image: url(../img/hero/bg3.png);
  padding: 272px 0 147px;
  background-repeat: no-repeat;
  background-size: cover;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .banner-style3 {
    padding: 170px 0 80px;
  }
}
@media (max-width: 767px) {
  .banner-style3 {
    padding: 156px 0 58px;
  }
}

.banner-content3 {
  position: relative;
}
.banner-content3 .title {
  font-size: 124px;
  line-height: 134px;
  font-weight: 500;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .banner-content3 .title {
    font-size: 99px;
    line-height: 97px;
  }
}
@media (max-width: 1199px) {
  .banner-content3 .title {
    font-size: 76px;
    line-height: 86px;
  }
}
@media (max-width: 992px) {
  .banner-content3 .title {
    font-size: 65px;
    line-height: 75px;
  }
}
@media (max-width: 767px) {
  .banner-content3 .title {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (max-width: 576px) {
  .banner-content3 .title {
    font-size: 51px;
    line-height: 55px;
  }
}
@media (max-width: 416px) {
  .banner-content3 .title {
    font-size: 38px;
    line-height: 46px;
  }
}
.banner-content3 .title br {
  /* Large devices */
}
@media (max-width: 1199px) {
  .banner-content3 .title br {
    display: none;
  }
}
.banner-content3 .title span {
  position: relative;
  font-family: var(--title-font3);
  color: var(--theme-color3);
  -webkit-text-stroke: 1px #000;
  line-height: 16px;
  display: inline;
}
.banner-content3 .title span::before {
  content: "";
  position: absolute;
  top: 20px;
  right: -251px;
  width: 27px;
  height: 32px;
  background-image: url(../img/icon/lines.png);
  /* Large devices */
}
@media (max-width: 1199px) {
  .banner-content3 .title span::before {
    display: none;
  }
}

.para {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(17, 17, 17);
  /* Large devices */
}
@media (max-width: 1199px) {
  .para {
    max-width: 600px;
  }
}

.slide-nmbr {
  font-size: 18px;
  font-weight: 400;
  color: rgb(17, 17, 17);
  /* Large devices */
}
@media (max-width: 1199px) {
  .slide-nmbr {
    display: none;
  }
}

.banner-inner3 {
  position: relative;
  margin-bottom: 57px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .banner-inner3 {
    margin-bottom: 20px;
  }
}

.banner-img3::before {
  content: "";
  position: absolute;
  top: 49px;
  left: 38px;
  width: 389px;
  height: 251px;
  background-image: url(../img/event/shape1-1.png);
  z-index: -1;
}

.exp-box3 {
  position: absolute;
  bottom: -280px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(230, 255, 220);
  border-radius: 50px 0 50px 0;
  padding: 35px 28px 38px;
  width: 354px;
}
.exp-box3 img {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  margin-bottom: 19px;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.exp-content3 {
  position: relative;
  margin-left: 36px;
  padding-left: 66px;
}
.exp-content3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 172px;
  background-color: #d2e7c8;
}
.exp-content3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 106px;
  background-color: #262626;
}
.exp-content3 .sub-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 40px;
  display: inline-block;
}
.exp-content3 .title {
  font-family: var(--title-font3);
  font-size: 80px;
  line-height: 60px;
  font-weight: 600;
  color: rgb(17, 17, 17);
  margin-bottom: 2px;
}
.exp-content3 .title span {
  font-size: 24px;
  line-height: 34px;
  font-family: var(--title-font);
  display: inline-block;
  font-weight: 400;
  text-transform: capitalize;
  margin-left: 5px;
}
.exp-content3 small {
  font-size: 30px;
  line-height: 40px;
  display: inline-block;
  font-style: italic;
  color: rgb(17, 17, 17);
  font-weight: 500;
}

.banner-style4 {
  position: relative;
  padding: 214px 0 0;
  overflow: hidden;
  /* Large devices */
}
@media (max-width: 1199px) {
  .banner-style4 {
    padding: 160px 0 80px;
  }
}
.banner-style4 .swiper-slide {
  display: unset;
}

.anim-img {
  position: absolute;
  top: 271px;
  right: 181px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .anim-img {
    top: 318px;
    right: 40px;
  }
}
@media (max-width: 1199px) {
  .anim-img {
    display: none;
  }
}

.banner-img4 {
  position: relative;
  padding-bottom: 47px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .banner-img4 {
    display: none;
  }
}
.banner-img4 img {
  width: 100%;
}

.banner-content4 {
  position: relative;
  margin: 33px 0 0 105px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .banner-content4 {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .banner-content4 {
    padding: 0 20px;
  }
}
.banner-content4 .title {
  font-size: 100px;
  line-height: 110px;
  margin-bottom: 15px;
  font-weight: 500;
  color: rgb(17, 17, 17);
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .banner-content4 .title {
    font-size: 79px;
    line-height: 83px;
    margin-bottom: 29px;
  }
}
@media (max-width: 1199px) {
  .banner-content4 .title {
    font-size: 69px;
    line-height: 77px;
  }
}
@media (max-width: 767px) {
  .banner-content4 .title {
    font-size: 62px;
    line-height: 67px;
  }
}
@media (max-width: 576px) {
  .banner-content4 .title {
    font-size: 47px;
    line-height: 55px;
  }
}
@media (max-width: 416px) {
  .banner-content4 .title {
    font-size: 37px;
    line-height: 47px;
  }
}
.banner-content4 .sub-title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: rgb(17, 17, 17);
  display: inline-block;
  margin-bottom: 47px;
  /* Small devices */
}
@media (max-width: 767px) {
  .banner-content4 .sub-title {
    font-size: 21px;
    margin-bottom: 32px;
  }
}

.banner-contact4 {
  position: relative;
  font-size: 50px;
  line-height: 60px;
  display: flex;
  align-items: center;
  font-family: var(--title-font2);
  font-weight: 500;
  color: rgb(17, 17, 17);
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .banner-contact4 {
    font-size: 36px;
  }
}
@media (max-width: 416px) {
  .banner-contact4 {
    font-size: 26px;
  }
}
.banner-contact4 i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color4);
  color: var(--white-color);
  font-size: 30px;
  margin-right: 15px;
}

.banner-btn4 {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 805px;
  justify-content: space-between;
  margin-top: 51px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .banner-btn4 {
    max-width: 693px;
    margin-top: 32px;
  }
}
@media (max-width: 992px) {
  .banner-btn4 {
    display: block;
  }
}
.banner-btn4 p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: rgb(17, 17, 17);
  max-width: 308px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .banner-btn4 p {
    margin-top: 20px;
    max-width: 500px;
  }
}

.banner-slider4 {
  position: relative;
  z-index: 10;
}
.banner-slider4 .swiper-pagination.v2 {
  bottom: 0;
}
.banner-slider4 .swiper-pagination.v2 .swiper-pagination-bullet {
  border: 0;
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.9);
}
.banner-slider4 .swiper-pagination-bullet-active {
  background-color: var(--white-color) !important;
}

/*------------------- 4.11. About  -------------------*/
.about-style1 {
  position: relative;
}
.about-style1::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 318px;
  height: 459px;
  background-image: url(../img/about/star.png);
}

.about-img {
  position: relative;
  overflow: hidden;
  /* Medium devices */
}
@media (max-width: 992px) {
  .about-img {
    margin-bottom: 50px;
  }
}
.about-img .year {
  position: absolute;
  top: 109px;
  right: 65px;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  transform: rotate(-90deg);
  /* Medium devices */
}
@media (max-width: 992px) {
  .about-img .year {
    display: none;
  }
}
.about-img .year::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 2px;
  background-color: #888888;
}
.about-img .year small {
  font-size: 18px;
  margin-left: 94px;
  display: inline-block;
}
.about-img img {
  position: relative;
  object-fit: cover;
  transition: all 500ms ease;
  /* Medium devices */
}
@media (max-width: 992px) {
  .about-img img {
    width: 100%;
  }
}

.exp-box {
  position: absolute;
  bottom: 21px;
  right: 54px;
  display: inline-block;
  z-index: 99;
  padding: 88px 67px 45px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .exp-box {
    display: none;
  }
}
.exp-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/about/shape2-1.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
.exp-box .title {
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 32px;
  line-height: 42px;
}
.exp-box span {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.about-content {
  position: relative;
}
.about-content .title-area {
  position: relative;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .about-content .title-area {
    margin-bottom: 45px;
  }
}
.about-content .title-area .title {
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .about-content .title-area .title {
    font-size: 49px;
  }
}
@media (max-width: 1199px) {
  .about-content .title-area .title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 576px) {
  .about-content .title-area .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 416px) {
  .about-content .title-area .title {
    font-size: 25px;
    line-height: 35px;
  }
}

.about-counter {
  position: relative;
  display: inline-block;
  /* Medium devices */
}
@media (max-width: 992px) {
  .about-counter {
    margin-right: 30px;
  }
}
.about-counter::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -43px;
  width: 2px;
  height: 179px;
  background-color: #f3f3f3;
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-counter::before {
    display: none;
  }
}
.about-counter .counterr {
  position: relative;
  font-size: 130px;
  line-height: 96px;
  font-weight: 700;
  margin-bottom: 16px;
  display: inline-block;
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-counter .counterr {
    font-size: 110px;
  }
}
.about-counter sub {
  position: absolute;
  top: 0;
  right: 32px;
  font-size: 40px;
  font-weight: 600;
  line-height: 30px;
  display: block;
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-counter sub {
    font-size: 30px;
    top: 5px;
    right: 45px;
  }
}
.about-counter .sub-title {
  display: block;
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin-bottom: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .about-counter .sub-title {
    font-size: 17px;
  }
}

.about-inner {
  margin-left: 94px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .about-inner {
    margin-left: 0px;
  }
}
@media (max-width: 576px) {
  .about-inner {
    margin: 20px 0;
  }
}
.about-inner p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
  max-width: 296px;
}

.about-list {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.about-list li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  padding-left: 21px;
}
.about-list li:last-child {
  margin-bottom: 0;
}
.about-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #1f1f1f;
  border-radius: 10px;
}

.about-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 59px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .about-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .about-info {
    display: unset;
  }
}

.about-style2 {
  position: relative;
}

.title-area2.about2 {
  margin: 0;
}
.title-area2.about2 .sub-title {
  margin-bottom: 0;
  background-color: var(--white-color);
  padding-right: 15px;
}
.title-area2.about2 .sub-title::before {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #f3f3f3;
  z-index: -1;
}

.about-content2 {
  position: relative;
  margin-top: 5px;
}
.about-content2 .title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 0;
  font-weight: 500;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .about-content2 .title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 992px) {
  .about-content2 .title {
    font-size: 43px;
  }
}
@media (max-width: 767px) {
  .about-content2 .title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0;
  }
}
@media (max-width: 416px) {
  .about-content2 .title {
    font-size: 27px;
    line-height: 37px;
  }
}

.about-info2 {
  position: relative;
  display: flex;
  align-items: center;
  margin: 53px 0 63px;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .about-info2 {
    align-items: unset;
  }
}
@media (max-width: 767px) {
  .about-info2 {
    margin: 53px 0 35px;
  }
}
@media (max-width: 576px) {
  .about-info2 {
    flex-wrap: wrap;
  }
}

.about-counter2 {
  position: relative;
  display: inline-block;
  margin-right: 37px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .about-counter2 {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.about-counter2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -99px;
  width: 5px;
  height: 155px;
  background-color: var(--theme-color2);
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .about-counter2::before {
    right: -68px;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .about-counter2::before {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 5px;
  }
}
.about-counter2 .counterr,
.about-counter2 sub {
  font-size: 110px;
  line-height: 82px;
  font-weight: 600;
  margin-bottom: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .about-counter2 .counterr,
  .about-counter2 sub {
    font-size: 96px;
  }
}
.about-counter2 sub {
  position: absolute;
  top: 0;
  right: -43px;
  /* Small devices */
}
@media (max-width: 767px) {
  .about-counter2 sub {
    right: -20px;
  }
}
.about-counter2 .sub-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  margin-top: 12px;
}

.about-inner2 {
  margin-left: 90px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .about-inner2 {
    margin-left: 61px;
  }
}
@media (max-width: 576px) {
  .about-inner2 {
    margin: 0;
  }
}
.about-inner2 img {
  margin-bottom: 16px;
}
.about-inner2 p {
  font-size: 18px;
  line-height: 28px;
  max-width: 375px;
  font-weight: 400;
  margin-bottom: 0;
}

.about-img2 {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  /* Medium devices */
}
@media (max-width: 992px) {
  .about-img2 {
    max-width: 100%;
    margin-top: 50px;
  }
  .about-img2 img {
    width: 100%;
  }
}
.about-img2::before {
  content: "";
  position: absolute;
  top: 70px;
  left: -55px;
  width: 110px;
  height: 55px;
  background-image: url(../img/about/triangel1.svg);
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-img2::before {
    display: none;
  }
}
.about-img2::after {
  content: "";
  position: absolute;
  bottom: 118px;
  left: -16px;
  width: 44px;
  height: 53px;
  background-image: url(../img/about/triangel2.svg);
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-img2::after {
    display: none;
  }
}

.exp-box2 {
  position: absolute;
  bottom: 50px;
  right: -80px;
  background-color: var(--theme-color2);
  border-radius: 18px;
  max-width: 220px;
  padding: 23px 30px 48px;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .exp-box2 {
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 416px) {
  .exp-box2 {
    display: none;
  }
}
.exp-box2::before {
  content: "";
  position: absolute;
  border-top: 20px solid var(--white-color);
  border-right: 20px solid transparent;
  bottom: 20px;
  right: 20px;
  transform: rotate(180deg);
}
.exp-box2 .sub-title {
  color: var(--white-color);
  text-decoration: underline;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  margin-bottom: 48px;
}
.exp-box2 .title {
  font-size: 30px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 2px;
}
.exp-box2 p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  color: var(--white-color);
}

.about-style3 {
  position: relative;
}

.about-img3 {
  position: relative;
  z-index: 9;
  margin: 21px 0 21px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .about-img3 {
    margin: 0;
  }
}
.about-img3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #eaeaea;
  border-radius: 18px;
  transform: rotate(-4deg);
  z-index: -1;
  /* Medium devices */
}
@media (max-width: 992px) {
  .about-img3::before {
    display: none;
  }
}
.about-img3 img {
  width: 100%;
}
.about-img3 .one {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -63px;
  width: unset;
  /* Medium devices */
}
@media (max-width: 992px) {
  .about-img3 .one {
    display: none;
  }
}

.about-content3 {
  position: relative;
  border-left: 2px solid #f3f3f3;
  margin-left: 56px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .about-content3 {
    border: 0;
  }
}
@media (max-width: 992px) {
  .about-content3 {
    margin: 50px 0 0;
  }
}
.about-content3 .title-area3 {
  border-bottom: 2px solid #f3f3f3;
  margin-bottom: 35px;
  padding: 0 0 43px 59px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .about-content3 .title-area3 {
    padding: 0;
    border-bottom: 0;
  }
}
@media (max-width: 416px) {
  .about-content3 .title-area3 {
    margin-bottom: 20px;
  }
}

.about-list-box3 {
  padding-left: 59px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-list-box3 {
    padding-left: 0;
  }
}

.about-list3 {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .about-list3 {
    margin-bottom: 20px;
  }
}
.about-list3 li {
  position: relative;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: rgb(17, 17, 17);
  padding-left: 27px;
  margin-bottom: 17px;
  /* Small devices */
}
.about-list3 li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about-list3 li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 6px;
  }
}
.about-list3 li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid var(--theme-color3);
  border-radius: 50%;
}

.about-video {
  position: absolute;
  top: 50%;
  right: -56px;
  transform: translateY(-50%);
  z-index: 9;
  /* Medium devices */
}
@media (max-width: 992px) {
  .about-video {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.spinner-btn {
  display: inline-block;
  z-index: 99;
  background-color: unset;
  border: 0;
  width: 160px;
  height: 160px;
}
.spinner-btn a {
  display: inline-block;
}
.spinner-btn img:first-child {
  width: unset;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-btn .two {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
}

.about-style4 {
  position: relative;
}

.about-img4 {
  position: relative;
}
.about-img4 img {
  position: relative;
  /* Medium devices */
}
@media (max-width: 992px) {
  .about-img4 img {
    width: 100%;
  }
}

.video-box2 {
  position: absolute;
  bottom: 32px;
  right: 0;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .video-box2 {
    right: 32px;
  }
}
@media (max-width: 992px) {
  .video-box2 {
    display: none;
  }
}

.play-now3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 59px;
  height: 59px;
  line-height: 59px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  backdrop-filter: blur(10px);
  background: rgba(17, 17, 17, 0.5);
  color: var(--white-color);
}
.play-now3 .ripple,
.play-now3 .ripple:before,
.play-now3 .ripple:after {
  height: 58px;
  width: 58px;
}
.play-now3:hover {
  color: var(--theme-color4);
}

.about-content4 {
  position: relative;
  margin-left: 31px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .about-content4 {
    margin: 50px 0 0;
  }
}
.about-content4 .nav-tabs .nav-item.show .nav-link,
.about-content4 .nav-tabs .nav-link.active,
.about-content4 .nav-tabs .nav-link {
  padding: 0;
  border: 0;
  background-color: unset;
}
.about-content4 .nav-tabs {
  border-bottom: 2px solid #f3f3f3;
  padding-bottom: 15px;
  margin-bottom: 33px;
}
.about-content4 .nav-tabs .nav-link {
  color: #a0a0a0;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-right: 46px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .about-content4 .nav-tabs .nav-link {
    font-size: 22px;
    margin-right: 35px;
  }
}
.about-content4 .nav-tabs .nav-link:last-child {
  margin-right: 0;
}
.about-content4 .nav-tabs .nav-link.active {
  color: rgb(17, 17, 17);
}

.tabs-content {
  position: relative;
}
.tabs-content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgb(17, 17, 17);
  margin-bottom: 19px;
}

.about-list4 {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 37px;
}
.about-list4 li {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: rgb(17, 17, 17);
  padding-left: 20px;
  margin-bottom: 0;
}
.about-list4 li:last-child {
  margin-bottom: 0;
}
.about-list4 li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  background-color: var(--theme-color4);
  border-radius: 50%;
}

/*------------------- 4.12. Services  -------------------*/
.service-style1 {
  position: relative;
  background-color: var(--body-color);
  padding: 90px 0 60px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .service-style1 {
    padding: 80px 0;
  }
}
.service-style1 .row {
  margin-bottom: -40px;
}
.service-style1 .row .col-xl-4:last-child .ser-block::before {
  display: none;
}

.ser-block {
  position: relative;
  padding: 2px 0 0 93px;
  margin-bottom: 40px;
  /* Extra small devices */
}
.ser-block::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 1px;
  height: 70px;
  background-color: #1d1d1d;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .ser-block::before {
    display: none;
  }
}
.ser-block:hover .ser-icon {
  background-color: var(--theme-color);
}
@media (max-width: 416px) {
  .ser-block {
    padding-left: 0;
  }
}

.ser-icon {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--theme-color);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .ser-icon {
    position: static;
    margin-bottom: 20px;
  }
}

.ser-content {
  position: relative;
}
.ser-content .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: var(--white-color);
  margin-bottom: 8px;
}
.ser-content p {
  color: #c2c2c2;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  max-width: 282px;
}

.ser-info {
  position: relative;
  border: 1px solid #292929;
  padding: 60px 119px 52px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .ser-info {
    padding: 60px 38px 52px;
  }
}

.service-style2 {
  position: relative;
  background-image: url(../img/bg/ser-bg.jpg);
}

.service-content2 {
  position: relative;
  margin-right: 50px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .service-content2 {
    margin: 0 0 50px;
  }
}
.service-content2 .title-area .title {
  font-size: 130px;
  line-height: 130px;
  font-weight: 400;
  margin-bottom: 14px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .service-content2 .title-area .title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 992px) {
  .service-content2 .title-area .title {
    font-size: 43px;
    line-height: 53px;
  }
}
@media (max-width: 767px) {
  .service-content2 .title-area .title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0;
  }
}
@media (max-width: 416px) {
  .service-content2 .title-area .title {
    font-size: 35px;
    line-height: 45px;
  }
}
.service-content2 .title-area .title span {
  font-weight: 600;
}
.service-content2 .title-area p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 52px;
  max-width: 533px;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .service-content2 .title-area p {
    margin: 16px 0 28px;
  }
}
@media (max-width: 416px) {
  .service-content2 .title-area p {
    font-size: 16px;
  }
}

.service-style3 {
  position: relative;
}
.service-style3 .swiper-wrapper {
  align-items: end;
  height: 714px;
  /* Small devices */
}
@media (max-width: 767px) {
  .service-style3 .swiper-wrapper {
    height: 488px;
    align-items: unset;
  }
}
.service-style3 .swiper-slide {
  height: auto;
  /* Small devices */
}
@media (max-width: 767px) {
  .service-style3 .swiper-slide {
    height: unset;
  }
}
.service-style3 .swiper-slide.swiper-slide-active .ser-block-content3 {
  opacity: 1;
  visibility: visible;
}
.service-style3 .swiper-slide.swiper-slide-active .ser-img3 img {
  height: 622px !important;
  object-fit: cover;
  /* Small devices */
}
@media (max-width: 767px) {
  .service-style3 .swiper-slide.swiper-slide-active .ser-img3 img {
    height: 400px !important;
  }
}
.service-style3 .swiper-slide.swiper-slide-next .ser-block-content3 {
  opacity: 1;
  visibility: visible;
}

.service-block3 {
  position: relative;
  height: 100%;
  width: 100%;
}
.service-block3:hover .ser-img3 img {
  transform: scale(1.1);
  border-radius: 15px;
}

.service-block3.v2 {
  margin-right: 62px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .service-block3.v2 {
    margin-right: 38px;
  }
}
@media (max-width: 1199px) {
  .service-block3.v2 {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .service-block3.v2 {
    margin-bottom: 20px;
  }
}

.ser-img3 {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.ser-img3 img {
  width: 100%;
  border-radius: 15px;
  transition: all 0.3s ease;
  height: 320px !important;
}
.ser-img3 .drag {
  position: absolute;
  top: 32px;
  left: 34px;
  font-size: 18px;
  font-weight: 500;
  line-height: 45px;
  display: inline-block;
  padding: 0 24px;
  height: 45px;
  border-radius: 50px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5019607843);
}

.ser-block-content3 {
  position: relative;
  padding: 15px 0 0;
  opacity: 0;
  visibility: hidden;
  /* Small devices */
}
@media (max-width: 767px) {
  .ser-block-content3 {
    opacity: 1;
    visibility: visible;
  }
}
.ser-block-content3 .sub-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 9px;
  display: block;
  text-align: left;
}
.ser-block-content3 .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 0;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .ser-block-content3 .title {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .ser-block-content3 .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .ser-block-content3 .title {
    font-size: 28px;
  }
}
@media (max-width: 416px) {
  .ser-block-content3 .title {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (max-width: 416px) {
  .ser-block-content3 .title {
    font-size: 23px;
  }
}
.ser-block-content3 .title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ser-block-content3 .title a img {
  width: unset;
}
.ser-block-content3 .title a:hover {
  color: var(--theme-color);
}

.ser-content3 {
  position: relative;
}
.ser-content3 .title-area {
  position: absolute;
  top: 7px;
  right: 28%;
  max-width: 477px;
  margin-bottom: 75px;
  z-index: 9;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .ser-content3 .title-area {
    right: 25%;
  }
}
@media (max-width: 1199px) {
  .ser-content3 .title-area {
    right: 16%;
  }
}
@media (max-width: 992px) {
  .ser-content3 .title-area {
    right: -1%;
    max-width: 359px;
  }
}
@media (max-width: 767px) {
  .ser-content3 .title-area {
    position: static;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 416px) {
  .ser-content3 .title-area {
    font-size: 29px;
  }
}
.ser-content3 .title-area .title {
  /* Medium devices */
}
@media (max-width: 992px) {
  .ser-content3 .title-area .title {
    font-size: 37px;
  }
}

.ser-img3.v3 {
  height: 216px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .ser-img3.v3 {
    height: 199px;
  }
}
@media (max-width: 1199px) {
  .ser-img3.v3 {
    height: 162px;
  }
}
@media (max-width: 992px) {
  .ser-img3.v3 {
    height: 219px;
  }
}
.ser-img3.v3 img {
  object-fit: cover;
  border-radius: 12px;
  height: 100%;
}

.ser-pagination {
  margin-top: 83px;
  /* Small devices */
}
@media (max-width: 767px) {
  .ser-pagination {
    margin-top: 62px;
  }
}
.ser-pagination .swiper-pagination.v4 .swiper-pagination-bullet {
  background-color: #888888;
  width: 195px !important;
  border-radius: 0;
  height: 1px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .ser-pagination .swiper-pagination.v4 .swiper-pagination-bullet {
    width: 151px !important;
  }
}
@media (max-width: 767px) {
  .ser-pagination .swiper-pagination.v4 .swiper-pagination-bullet {
    width: 103px !important;
  }
}
@media (max-width: 416px) {
  .ser-pagination .swiper-pagination.v4 .swiper-pagination-bullet {
    width: 51px !important;
  }
}
.ser-pagination .swiper-pagination.v4 .swiper-pagination-bullet:last-child {
  width: 643px !important;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1399px) {
  .ser-pagination .swiper-pagination.v4 .swiper-pagination-bullet:last-child {
    width: 554px !important;
  }
}
@media (max-width: 1199px) {
  .ser-pagination .swiper-pagination.v4 .swiper-pagination-bullet:last-child {
    width: 346px !important;
  }
}
@media (max-width: 992px) {
  .ser-pagination .swiper-pagination.v4 .swiper-pagination-bullet:last-child {
    width: 151px !important;
  }
}
@media (max-width: 767px) {
  .ser-pagination .swiper-pagination.v4 .swiper-pagination-bullet:last-child {
    width: 103px !important;
  }
}
.ser-pagination .swiper-pagination.v4 .swiper-pagination-bullet-active {
  background-color: var(--title-color);
}

.service-style4 {
  position: relative;
}

.service-content4 {
  position: relative;
  display: flex;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .service-content4 {
    flex-wrap: wrap;
  }
}

.service-block4 {
  position: relative;
  text-align: center;
  padding: 75px 0;
  width: 352px;
  border: 1px solid #ececec;
  border-radius: 50%;
  height: 352px;
  margin-left: -27px;
  transition: all 0.3s ease;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
.service-block4:first-child {
  margin-left: 0;
}
.service-block4:nth-child(3) {
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 992px) {
  .service-block4:nth-child(3) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .service-block4:nth-child(3) {
    margin-right: 15px;
  }
}
.service-block4:last-child {
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1399px) {
  .service-block4:last-child {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .service-block4:last-child {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .service-block4:last-child {
    margin-left: 0;
  }
}
.service-block4:hover {
  border-color: var(--theme-color2);
  background-color: var(--white-color);
  z-index: 9;
}
.service-block4:hover .icon {
  transform: scale(1.1);
}
.service-block4:hover .icon path,
.service-block4:hover .icon rect {
  fill: var(--theme-color2);
}
@media (max-width: 1399px) {
  .service-block4 {
    margin: 0 0 20px 30px;
  }
}
@media (max-width: 1199px) {
  .service-block4 {
    padding: 52px 0;
    width: 310px;
    height: 310px;
    margin: 0 0 20px 15px;
  }
}
@media (max-width: 992px) {
  .service-block4 {
    width: 48%;
    height: 20%;
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  .service-block4 {
    width: 100%;
    margin-left: 0;
  }
}
.service-block4 .icon {
  margin-bottom: 40px;
  transition: all 0.3s ease;
  /* Large devices */
}
@media (max-width: 1199px) {
  .service-block4 .icon {
    margin-bottom: 24px;
  }
}
.service-block4 .icon .icon path,
.service-block4 .icon .icon rect {
  transition: all 0.3s ease;
}
.service-block4 .title {
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 12px;
  color: rgb(17, 17, 17);
}
.service-block4 span {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  color: rgb(17, 17, 17);
}

.service-style5 {
  position: relative;
  background-color: rgb(248, 245, 240);
  overflow: hidden;
}

.ser-title5 {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 58px;
  flex-wrap: wrap;
  /* Medium devices */
}
@media (max-width: 992px) {
  .ser-title5 {
    margin-bottom: 50px;
  }
}

.ser-title-btn {
  position: relative;
  /* Small devices */
}
@media (max-width: 767px) {
  .ser-title-btn {
    margin-top: 15px;
  }
}

.ser-card5 {
  position: relative;
  width: 100%;
  padding: 30px 0;
  display: flex;
  align-items: center;
  background-color: var(--white-color);
  border-radius: 18px;
  border: 1px solid #e4e3e1;
  margin-left: 88px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .ser-card5 {
    margin-left: 23px;
  }
}
@media (max-width: 992px) {
  .ser-card5 {
    margin-left: 0;
    padding: 30px 30px;
  }
}

.ser-img5 {
  position: relative;
  margin-left: -23px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 992px) {
  .ser-img5 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .ser-img5 {
    display: none;
  }
}

.ser-card-contnt5 {
  position: relative;
  max-width: 318px;
  margin-left: 46px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .ser-card-contnt5 {
    max-width: 316px;
    margin-left: 21px;
  }
}
@media (max-width: 767px) {
  .ser-card-contnt5 {
    max-width: 100%;
    margin-left: 0;
  }
}
.ser-card-contnt5 .title {
  position: relative;
  color: rgb(17, 17, 17);
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 19px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .ser-card-contnt5 .title {
    font-size: 23px;
    line-height: 32px;
  }
}
.ser-card-contnt5 p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgb(17, 17, 17);
  margin-bottom: 29px;
}

.service-list5 {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 82px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .service-list5 {
    margin-bottom: 34px;
  }
}
.service-list5 li {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: rgb(17, 17, 17);
  padding-left: 23px;
  margin-bottom: 9px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .service-list5 li {
    font-size: 16px;
  }
}
.service-list5 li:last-child {
  margin-bottom: 0;
}
.service-list5 li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  border: 1px solid var(--theme-color2);
}

.postition-text {
  position: absolute;
  top: 48%;
  left: -28%;
  display: flex;
  align-items: center;
  transform: rotate(90deg);
  /* Large devices */
}
@media (max-width: 1199px) {
  .postition-text {
    display: none;
  }
}
.postition-text .title {
  font-size: 110px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 120px;
  color: rgb(239, 236, 231);
}
.postition-text img {
  margin: 0 52px;
}

.ser-tabs {
  position: relative;
  /* Medium devices */
}
@media (max-width: 992px) {
  .ser-tabs {
    margin-bottom: 50px;
  }
}
.ser-tabs::before {
  content: "";
  position: absolute;
  top: 0;
  right: -41px;
  width: 2px;
  height: 100%;
  background-color: #fadfb4;
  /* Large devices */
}
@media (max-width: 1199px) {
  .ser-tabs::before {
    display: none;
  }
}
.ser-tabs .nav-tabs {
  border: 0;
  display: block;
}
.ser-tabs .nav-tabs .nav-item {
  margin-bottom: 25px;
}
.ser-tabs .nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}
.ser-tabs .nav-tabs .nav-link {
  position: relative;
  padding: 0;
  background-color: unset;
  border: 1px solid #e1ddda;
  border-radius: 14px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  font-family: var(--title-font);
  padding: 33px 23px 32px;
  width: 100%;
  text-align: left;
  z-index: 9;
  color: var(--title-color);
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .ser-tabs .nav-tabs .nav-link {
    font-size: 23px;
    padding: 33px 16px 32px;
  }
}
@media (max-width: 1199px) {
  .ser-tabs .nav-tabs .nav-link {
    font-size: 18px;
    padding: 24px 12px 24px;
  }
}
@media (max-width: 992px) {
  .ser-tabs .nav-tabs .nav-link {
    font-size: 24px;
    padding: 24px 22px 24px;
  }
}
@media (max-width: 576px) {
  .ser-tabs .nav-tabs .nav-link {
    font-size: 22px;
  }
}
@media (max-width: 416px) {
  .ser-tabs .nav-tabs .nav-link {
    font-size: 19px;
    line-height: 25px;
    padding: 20px 22px 20px;
  }
}
.ser-tabs .nav-tabs .nav-link.active {
  position: relative;
  border-color: var(--theme-color2);
}
.ser-tabs .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  top: 0;
  right: -42px;
  width: 2px;
  height: 100%;
  background-color: var(--theme-color2);
  transition: all 0.3s ease;
  /* Large devices */
}
@media (max-width: 1199px) {
  .ser-tabs .nav-tabs .nav-link.active::after {
    display: none;
  }
}
.ser-tabs .nav-tabs .nav-link.active::before {
  width: 100%;
}

.service-style6 {
  position: relative;
}
.service-style6 .row .col-lg-7 .row {
  margin-bottom: -66px;
}

.ser-block6 {
  position: relative;
  padding-left: 75px;
  margin-bottom: 66px;
}

.ser-icon6 {
  position: absolute;
  top: 8px;
  left: 0;
}
.ser-icon6::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -17px;
  width: 2px;
  height: 40px;
  background-color: #f3f3f3;
}

.ser-content6 {
  position: relative;
}
.ser-content6 .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 9px;
  color: rgb(17, 17, 17);
}
.ser-content6 p {
  font-size: 18px;
  font-weight: 400;
  color: rgb(17, 17, 17);
  margin-bottom: 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .ser-content6 p {
    font-size: 15px;
  }
}

.service-style7 {
  position: relative;
  background-image: url(../img/bg/ser7-bg.jpg);
}
.service-style7 .row {
  margin-bottom: -40px;
}

.ser-title-box7 {
  margin-bottom: 70px;
}
.ser-title-box7 .ser-btn7 {
  position: relative;
  /* Medium devices */
}
@media (max-width: 992px) {
  .ser-title-box7 .ser-btn7 {
    margin-bottom: 20px;
  }
}
.ser-title-box7 .row {
  margin-bottom: 0;
}

.ser-title7 {
  position: relative;
}
.ser-title7 .title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 0;
  color: rgb(17, 17, 17);
  text-align: right;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .ser-title7 .title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 992px) {
  .ser-title7 .title {
    font-size: 43px;
    text-align: left;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .ser-title7 .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 416px) {
  .ser-title7 .title {
    font-size: 27px;
    line-height: 37px;
  }
}

.title-inner7 {
  position: relative;
  top: -11px;
  margin-left: 64px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .title-inner7 {
    margin-left: 0;
  }
}
.title-inner7::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -44px;
  transform: translateY(-50%);
  width: 2px;
  height: 156px;
  background-color: #ececec;
  /* Medium devices */
}
@media (max-width: 992px) {
  .title-inner7::before {
    display: none;
  }
}
.title-inner7 .sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(17, 17, 17);
  margin-bottom: 10px;
  display: inline-block;
  /* Medium devices */
}
@media (max-width: 992px) {
  .title-inner7 .sub-title {
    display: none;
  }
}
.title-inner7 p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 35px 0 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .title-inner7 p {
    margin-top: 10px;
  }
}

.ser-card7 {
  position: relative;
  background-color: rgb(255, 255, 255);
  border-radius: 14px;
  padding: 34px 28px 40px;
  overflow: hidden;
  margin-bottom: 40px;
}
.ser-card7:hover::before {
  height: 100%;
}
.ser-card7:hover .ser-icon7::before {
  display: none;
}
.ser-card7:hover .ser-icon7::after {
  display: inline-block;
}
.ser-card7::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--theme-color3);
  transition: all 300ms ease;
  border-right: 14px;
}

.ser-icon7 {
  position: relative;
  display: inline-block;
  z-index: 9;
  width: 107px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin-bottom: 24px;
}
.ser-icon7::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 107px;
  height: 100px;
  background-image: url(../img/icon/cloud.png);
  z-index: -1;
  transition: all 3s ease;
}
.ser-icon7::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 107px;
  height: 100px;
  background-image: url(../img/icon/cloud2.png);
  z-index: -1;
  display: none;
  transition: all 3s ease;
}

.ser-content7 {
  position: relative;
}
.ser-content7 .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: rgb(17, 17, 17);
  margin-bottom: 14px;
}
.ser-content7 p {
  font-size: 18px;
  line-height: 28px;
  color: rgb(17, 17, 17);
  margin-bottom: 42px;
}

.ser-btn7 {
  position: relative;
  display: flex;
  align-items: center;
}
.ser-btn7 span {
  position: relative;
  top: -3px;
  font-size: 16px;
  font-weight: 500;
  color: rgb(17, 17, 17);
  display: inline-block;
  border-bottom: 2px solid #888888;
  padding-bottom: 2px;
  margin-right: 10px;
}
.ser-btn7 i {
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  border: 1px solid rgb(17, 17, 17);
  border-radius: 50%;
  transform: rotate(45deg);
  color: var(--title-color);
}

.service-banner {
  position: relative;
}

.ser-banner-img {
  position: relative;
}
.ser-banner-img img {
  width: 100%;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .ser-banner-img img {
    height: 441px;
    object-fit: cover;
  }
}
@media (max-width: 576px) {
  .ser-banner-img img {
    height: 380px;
  }
}

.ser-banner-content {
  position: absolute;
  bottom: 113px;
  left: 120px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .ser-banner-content {
    left: 30px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 416px) {
  .ser-banner-content {
    left: 20px;
  }
}
.ser-banner-content::before {
  content: "";
  position: absolute;
  top: -176px;
  left: -39px;
  width: 399px;
  height: 223px;
  background-image: url(../img/event/shape2-1.png);
  /* Large devices */
}
@media (max-width: 1199px) {
  .ser-banner-content::before {
    display: none;
  }
}
.ser-banner-content .sub-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  color: var(--white-color);
}
.ser-banner-content .title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 48px;
  color: var(--white-color);
  max-width: 578px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .ser-banner-content .title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 992px) {
  .ser-banner-content .title {
    font-size: 43px;
  }
}
@media (max-width: 767px) {
  .ser-banner-content .title {
    font-size: 31px;
    line-height: 45px;
    margin-right: 30px;
  }
}
@media (max-width: 416px) {
  .ser-banner-content .title {
    font-size: 24px;
    line-height: 37px;
  }
}
.ser-banner-content .btn-style4.v2:hover {
  color: var(--title-color);
}

.service-style8 {
  position: relative;
}
.service-style8 .swiper-button-prev2 {
  margin-right: 14px;
}

.para3 {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: rgb(17, 17, 17);
  max-width: 360px;
  margin-left: auto;
  /* Small devices */
}
@media (max-width: 767px) {
  .para3 {
    max-width: 100%;
    margin-top: 20px;
  }
}

.sec-title8 {
  position: relative;
  margin-bottom: 58px;
}

.ser-card8 {
  position: relative;
  text-align: left;
  transition: all 300ms ease;
  width: 100%;
  height: 100%;
}
.ser-card8:hover .ser-content8 {
  opacity: 0;
  visibility: hidden;
}
.ser-card8:hover .ser-content8.v3 {
  opacity: 1;
  visibility: visible;
}
.ser-card8 img {
  width: unset !important;
}

.ser-img8 {
  position: relative;
  width: 100%;
}
.ser-img8 img {
  width: 100% !important;
}

.ser-content8 {
  width: 100%;
  background-color: var(--theme-color4);
  transition: all 300ms ease;
}

.ser-btn8 {
  font-size: 18px;
  font-weight: 400;
  color: rgb(17, 17, 17);
  display: flex;
  align-items: center;
  padding: 0 24px 19px;
}
.ser-btn8 img {
  margin-left: 9px;
  width: unset !important;
}

.ser-title8 {
  position: relative;
  padding: 23px 24px 19px;
  height: 103px;
  margin-bottom: 17px;
  transition: all 300ms ease;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .ser-title8 {
    height: 114px;
  }
}
.ser-title8::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffca72;
}
.ser-title8 .title {
  position: relative;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 0;
  color: rgb(17, 17, 17);
}

.ser-list8 {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin: 32px 0 75px;
  transition: all 300ms ease;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .ser-list8 {
    margin-top: 34px;
  }
}
.ser-list8 li {
  position: relative;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #504027;
  margin-bottom: 9px;
  padding-left: 21px;
}
.ser-list8 li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgb(17, 17, 17);
}
.ser-list8 li:last-child {
  margin-bottom: 0;
}

.ser-card8.v1 .ser-list8 {
  margin-bottom: 109px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .ser-card8.v1 .ser-list8 {
    margin-bottom: 113px;
  }
}

.ser-list-box8 {
  position: relative;
  padding: 0 24px 19px;
}

.ser-btn-box8 {
  text-align: right;
  margin-top: 60px;
  /* Small devices */
}
@media (max-width: 767px) {
  .ser-btn-box8 {
    text-align: left;
  }
}

.ser-content8.v3 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: visible;
  z-index: 9;
  height: 100%;
  transition: all 400ms ease;
}
.ser-content8.v3 .ser-title8 {
  height: unset;
}
.ser-content8.v3 .ser-btn8 {
  padding: 0;
}

.ser-swiper-btn {
  position: absolute;
  bottom: 12px;
  left: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .ser-swiper-btn {
    display: none;
  }
}
.ser-swiper-btn .swiper-button-next,
.ser-swiper-btn .swiper-button-prev,
.ser-swiper-btn .swiper-button-next2,
.ser-swiper-btn .swiper-button-prev2 {
  position: static;
  color: rgb(23, 25, 28);
  width: 43px !important;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border: 1px solid rgb(23, 25, 28);
  display: inline-block !important;
}
.ser-swiper-btn .swiper-button-next::after,
.ser-swiper-btn .swiper-button-prev::after,
.ser-swiper-btn .swiper-button-next2::after,
.ser-swiper-btn .swiper-button-prev2::after {
  display: none;
}
.ser-swiper-btn .swiper-button-prev {
  margin-right: 11px;
}

.service-style9 {
  position: relative;
  z-index: 9;
  margin-top: -30px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .service-style9 {
    padding-top: 120px;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .service-style9 {
    padding-top: 80px;
  }
}

.ser-card9 {
  position: relative;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(70px);
  padding: 50px 24px 26px;
  text-align: left;
  transition: all 0.3s ease;
  width: 100%;
}
.ser-card9:hover {
  background-color: var(--theme-color4);
}
.ser-card9:hover img {
  filter: brightness(0);
  transform: scale(1.1) rotate(360deg);
}
.ser-card9:hover .title {
  color: rgb(17, 17, 17);
}
.ser-card9:hover p {
  color: #4f4127;
}
.ser-card9 .one {
  filter: brightness(15);
}
.ser-card9 img {
  margin-bottom: 30px;
  width: unset !important;
  transition: all 300ms ease;
}
.ser-card9 .title {
  font-size: 23px;
  font-weight: 500;
  line-height: 28px;
  color: var(--white-color);
  margin-bottom: 11px;
}
.ser-card9 p {
  font-size: 18px;
  line-height: 28px;
  color: #cbcbcb;
  margin-bottom: 0;
}

.ser-swiper-btn9 {
  position: relative;
  height: 100%;
  /* Large devices */
}
@media (max-width: 1199px) {
  .ser-swiper-btn9 {
    display: none;
  }
}
.ser-swiper-btn9 .ser-swiper-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.service-detail {
  position: relative;
}

.ser-detail-content {
  position: relative;
}
.ser-detail-content .ser-title {
  font-size: 114px;
  font-weight: 500;
  margin-bottom: 58px;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .ser-detail-content .ser-title {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .ser-detail-content .ser-title {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .ser-detail-content .ser-title {
    font-size: 56px;
    line-height: 66px;
  }
}
@media (max-width: 576px) {
  .ser-detail-content .ser-title {
    font-size: 45px;
    line-height: 51px;
  }
}
@media (max-width: 416px) {
  .ser-detail-content .ser-title {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.ser-detail-content .one {
  margin-bottom: 28px;
}
.ser-detail-content .title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 11px;
  color: rgb(17, 17, 17);
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .ser-detail-content .title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 992px) {
  .ser-detail-content .title {
    font-size: 43px;
    line-height: 53px;
  }
}
@media (max-width: 767px) {
  .ser-detail-content .title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 416px) {
  .ser-detail-content .title {
    font-size: 27px;
    line-height: 37px;
  }
}
.ser-detail-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: rgb(17, 17, 17);
}
.ser-detail-content .paragraph {
  margin: 25px 0 54px;
}

.detail-content {
  position: relative;
  margin-bottom: 58px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .detail-content {
    margin-bottom: 30px;
  }
}
.detail-content .title2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 52px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .detail-content .title2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 416px) {
  .detail-content .title2 {
    font-size: 24px;
    line-height: 34px;
  }
}

.detail-list {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .detail-list {
    margin-bottom: 40px;
  }
}
.detail-list li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 27px;
}
.detail-list li:last-child {
  margin-bottom: 0;
}
.detail-list li img {
  position: absolute;
  top: 5px;
  left: 0;
}
.detail-list li h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 8px;
  color: rgb(17, 17, 17);
  /* Extra small devices */
}
@media (max-width: 416px) {
  .detail-list li h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
/*------------------- 4.13. Team  -------------------*/
.team-style1 {
  position: relative;
}

.team2-title {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 22px;
  margin-bottom: 70px;
  flex-wrap: wrap;
  /* Small devices */
}
@media (max-width: 767px) {
  .team2-title {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 50px;
  }
}
.team2-title .title-area {
  max-width: 535px;
  /* Small devices */
}
@media (max-width: 767px) {
  .team2-title .title-area {
    margin-bottom: 30px !important;
  }
}

.team-card {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  overflow: hidden;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  -moz-animation: aboutFlexSlide;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-delay: 0s;
  -webkit-animation: aboutFlexSlide;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation: aboutFlexSlide;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-delay: 0s;
  /* Medium devices */
  /* Small devices */
}
.team-card.active {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}
.team-card.active .team-content {
  opacity: 1;
  visibility: visible;
  position: static;
  padding-left: 20px;
  left: 0;
}
.team-card.active .team-img:before {
  display: none;
}
.team-card.active .social-links3 {
  opacity: 1;
  visibility: visible;
}
.team-card.active .team-img .name {
  display: none;
}
.team-card.active:hover .team-content {
  position: static;
}
.team-card:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .team-card {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .team-card {
    display: block;
  }
}
.team-card:hover {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  /* Medium devices */
}
@media (max-width: 992px) {
  .team-card:hover {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.team-card:hover .team-content {
  position: relative;
  opacity: 1;
  visibility: visible;
  left: 25px;
  z-index: 99;
  /* Medium devices */
}
@media (max-width: 992px) {
  .team-card:hover .team-content {
    left: 0;
    position: static;
  }
}
.team-card:hover .social-links3 {
  opacity: 1;
  visibility: visible;
}
.team-card:hover .team-img::before {
  opacity: 0;
  visibility: hidden;
}
.team-card:hover .team-img .name {
  display: none;
}

.team2-img {
  position: relative;
  display: inline-block;
  height: 100%;
  transition: all 0.3s ease;
  /* Small devices */
}
@media (max-width: 767px) {
  .team2-img {
    width: 100%;
  }
}
.team2-img > img {
  width: 100%;
  height: 100%;
  transition: all 500ms ease;
  object-fit: cover;
  border-radius: 18px;
}
.team2-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 131, 255, 0.74);
  transition: all 0.3s ease;
  border-radius: 18px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .team2-img::before {
    display: none;
  }
}
.team2-img .name {
  position: absolute;
  bottom: 33px;
  left: 31px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 500;
  color: var(--white-color);
  transition: all 0.3s ease;
  /* Large devices */
}
@media (max-width: 1199px) {
  .team2-img .name {
    left: 19px;
    line-height: 23px;
    font-size: 16px;
  }
}

.social-links3 {
  position: absolute;
  top: 30px;
  left: 34px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.social-links3 li {
  margin-bottom: 12px;
}
.social-links3 li:last-child {
  margin-bottom: 0;
}
.social-links3 li a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #d7dfea;
  display: inline-block;
  transition: all 0.3s ease;
}
.social-links3 li a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.team-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 100%;
  transition: all 500ms ease;
  z-index: -1;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 992px) {
  .team-content {
    opacity: 1;
    visibility: visible;
    position: static;
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .team-content {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.team-content .sub-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2px;
  line-height: 28px;
  display: inline-block;
}
.team-content .title {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 23px;
  font-weight: 500;
  max-width: 300px;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .team-content .title {
    font-size: 50px;
    line-height: 61px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .team-content .title {
    max-width: 100%;
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 416px) {
  .team-content .title {
    font-size: 38px;
    line-height: 53px;
  }
}
.team-content .title a:hover {
  color: var(--theme-color);
}

.team-list {
  position: relative;
  list-style: none;
  margin-bottom: 60px;
  padding-left: 0;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .team-list {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .team-list {
    margin-bottom: 30px;
  }
}
.team-list li {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-left: 21px;
}
.team-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border: 1px solid #e7e7e7;
  border-radius: 50px;
}
.team-list li:last-child {
  margin-bottom: 0;
}

.team2-info {
  display: flex;
  height: 438px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .team2-info {
    height: auto;
    display: block;
  }
}

.team-card.active {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes aboutFlexSlide {
  0% {
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
  50% {
    -webkit-box-flex: 3;
    flex-grow: 3;
  }
  100% {
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
}
@keyframes aboutFlexSlide {
  0% {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  50% {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  100% {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.team-style2 {
  position: relative;
}
.team-style2 .row .col-lg-6 .row {
  margin-bottom: -47px;
}

.team-info2 {
  position: relative;
  margin-right: 102px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .team-info2 {
    margin-right: 55px;
  }
}
@media (max-width: 1199px) {
  .team-info2 {
    margin-right: 0;
  }
}

.team-block2 {
  position: relative;
  width: 200px;
  margin-bottom: 43px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .team-block2 {
    width: 100%;
  }
}
.team-block2:hover .social-links4 {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-block2:hover .share-icon {
  background-color: var(--theme-color2);
}
.team-block2:hover .team-img2::before {
  background-color: var(--theme-color2);
}

.team-img2 {
  position: relative;
  z-index: 9;
  padding: 0px 0px 0;
  overflow: hidden;
  /* Large devices */
}
.team-img2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #fef5e4;
  z-index: -1;
  transition: all 0.3s ease;
  /* Large devices */
}
@media (max-width: 1199px) {
  .team-img2::before {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .team-img2 {
    text-align: center;
  }
}
.team-img2 img {
  /* Large devices */
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .team-img2 img {
    width: 100%;
  }
}

.flip-social {
  /* Large devices */
}
@media (max-width: 1199px) {
  .flip-social {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--white-color);
    border-radius: 50px;
    height: 50px;
    padding: 0 12px;
    border: 1px solid var(--theme-color2);
    display: inline-flex;
    align-items: center;
  }
}

.share-icon {
  position: absolute;
  left: 24px;
  bottom: 9px;
  right: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: var(--white-color);
  background-color: rgb(17, 17, 17);
  transition: all 300ms ease;
  border-radius: 50px;
  z-index: 3;
  display: inline-block;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .share-icon {
    bottom: 0;
    left: 75px;
    position: static;
    margin-right: 8px;
  }
}
@media (max-width: 992px) {
  .share-icon {
    left: 99px;
  }
}
@media (max-width: 767px) {
  .share-icon {
    left: 54px;
  }
}
@media (max-width: 576px) {
  .share-icon {
    left: 149px;
  }
}
@media (max-width: 416px) {
  .share-icon {
    left: 69px;
  }
}
.share-icon:hover {
  color: var(--white-color);
}

.social-links4 {
  position: absolute;
  bottom: 0;
  left: 12px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  transform: scaleY(0);
  transform-origin: right;
  border-radius: 10px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease;
  background-color: var(--white-color);
  border-radius: 50px;
  height: 50px;
  padding: 0 12px 0 52px;
  border: 1px solid var(--theme-color2);
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .social-links4 {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: unset;
    background-color: unset;
    border: 0;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .social-links4 {
    left: 88px;
  }
}
@media (max-width: 767px) {
  .social-links4 {
    left: 42px;
  }
}
@media (max-width: 576px) {
  .social-links4 {
    left: 137px;
  }
}
@media (max-width: 416px) {
  .social-links4 {
    left: 57px;
  }
}
.social-links4 a {
  position: relative;
  line-height: 16px;
  font-size: 15px;
  color: var(--theme-color-light);
  border-radius: 50px;
  border-radius: 50px;
  transition: all 300ms ease;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: var(--white-color);
  background-color: rgb(17, 17, 17);
  margin-right: 8px;
}
.social-links4 a:last-child {
  margin-right: 0;
}
.social-links4 a:hover {
  background-color: var(--theme-color2);
}

.team-block-content2 {
  position: relative;
  text-align: center;
  margin-top: 16px;
}
.team-block-content2 .name {
  margin-bottom: 2px;
}
.team-block-content2 .name a {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
.team-block-content2 .name a:hover {
  color: var(--theme-color2);
}
.team-block-content2 .designation {
  line-height: 24px;
  display: inline-block;
  margin-bottom: 0;
  color: #4f4f4f;
}

.team-content2 {
  position: relative;
}
.team-content2 .title-area2 {
  margin-bottom: 124px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .team-content2 .title-area2 {
    margin-bottom: 35px;
  }
}
.team-content2 .title-area2 .title {
  position: relative;
  /* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .team-content2 .title-area2 .title {
    font-size: 43px;
    line-height: 53px;
  }
}
@media (max-width: 767px) {
  .team-content2 .title-area2 .title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 416px) {
  .team-content2 .title-area2 .title {
    font-size: 26px;
    line-height: 35px;
  }
}

.team-btn2 {
  position: relative;
  color: rgb(17, 17, 17);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  display: flex;
  align-items: end;
  opacity: 0.74;
}
.team-btn2:hover {
  color: var(--theme-color2);
}
.team-btn2:hover svg path {
  fill: rgb(255, 157, 0);
}
.team-btn2 svg {
  margin-right: 23px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .team-btn2 svg {
    display: none;
  }
}

.custom-pagination {
  text-align: center;
  display: flex;
  margin-left: 60px;
}

.custom-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}
.custom-dot:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.custom-dot.active {
  border-color: #fff;
}
.custom-dot.active:before {
  opacity: 1;
  visibility: visible;
}

.choose-us-content .swiper-button-next {
  margin-left: 60px;
}

.team-style3 {
  position: relative;
  background-image: url(../img/bg/ser7-bg.jpg);
}
.team-style3 .row {
  margin-bottom: -40px;
}

.para2.v2 {
  max-width: unset;
}

.team-card3 {
  position: relative;
  margin-bottom: 40px;
}
.team-card3:hover .social-links7,
.team-card3:hover .share-icon2 {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-card3:hover .team-img3 {
  border-color: rgb(230, 255, 220);
  transition: all 0.3s ease;
  border-radius: 28px;
}

.share-icon2 {
  position: absolute;
  left: 30px;
  top: 23px;
  right: 16px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  background-color: rgb(223, 250, 212);
  transition: all 300ms ease;
  border-radius: 50px;
  z-index: 3;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .share-icon2 {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
  }
}

.social-links7 {
  position: absolute;
  top: 67px;
  left: -22px;
  margin-bottom: 0;
  align-items: center;
  transform: scaleY(0);
  transform-origin: top;
  border-radius: 10px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease;
  padding: 0 12px 0 52px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .social-links7 {
    top: 58px;
  }
}
.social-links7 a {
  position: relative;
  line-height: 16px;
  font-size: 20px;
  border-radius: 50px;
  border-radius: 50px;
  transition: all 300ms ease;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: rgb(223, 250, 212);
  margin-top: 6px;
  display: block;
  /* Extra small devices */
}
.social-links7 a:last-child {
  margin-right: 0;
}
@media (max-width: 416px) {
  .social-links7 a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
  }
}
.social-links7 a:hover {
  background-color: var(--theme-color3);
}

.team-img3 {
  position: relative;
  height: 100%;
  transition: all 0.3s ease;
  border: 10px solid transparent;
  border-radius: 18px;
  overflow: hidden;
}
.team-img3 img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}

.team-content3 {
  position: relative;
  margin-top: 22px;
  padding: 0 10px;
}
.team-content3 .title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 3px;
  font-weight: 500;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .team-content3 .title {
    font-size: 24px;
    line-height: 34px;
  }
}
.team-content3 .title a {
  color: rgb(17, 17, 17);
  display: inline-block;
}
.team-content3 .title a:hover {
  color: var(--theme-color3);
}
.team-content3 .sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  color: rgb(17, 17, 17);
  /* Extra small devices */
}
@media (max-width: 416px) {
  .team-content3 .sub-title {
    font-size: 16px;
    line-height: 26px;
  }
}

.team-style4 {
  position: relative;
  background-image: url(../img/bg/team-bg4.jpg);
}
.team-style4 .row {
  margin-bottom: -40px;
}

.team-btn4 {
  text-align: right;
  /* Small devices */
}
@media (max-width: 767px) {
  .team-btn4 {
    text-align: left;
    margin-top: 30px;
  }
}

.team-title4 {
  position: relative;
  margin-bottom: 58px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .team-title4 {
    margin-bottom: 40px;
  }
}
.team-title4 .row {
  margin-bottom: 0;
}

.team-card4 {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  overflow: hidden;
}
.team-card4:hover .team-content4 {
  background-color: var(--theme-color4);
}
.team-card4:hover .team-content4 span {
  margin-bottom: 24px;
}
.team-card4:hover .social-links10 {
  opacity: 1;
  visibility: visible;
  transform: scale(1.1);
  height: auto;
  display: flex;
}
.team-card4:hover img {
  transform: scale(1.1);
}
.team-card4 img {
  width: 100%;
  transition: all 0.3s ease;
}

.team-content4 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: var(--white-color);
  width: 257px;
  margin: 0 auto;
  padding: 18px 0 17px;
  transition: all 300ms ease;
}
.team-content4 .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 4px;
  /* Medium Large devices */
}
.team-content4 .title a {
  color: rgb(17, 17, 17);
}
@media (max-width: 1399px) {
  .team-content4 .title {
    font-size: 22px;
    margin-right: 0;
  }
}
.team-content4 span {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  color: #4f4f4f;
  transition: all 300ms ease;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .team-content4 span {
    font-size: 16px;
  }
}

.social-links10 {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  transform: scaleY(0.5);
  display: none;
}
.social-links10 li {
  margin-right: 10px;
}
.social-links10 li:last-child {
  margin-right: 0;
}
.social-links10 li a {
  font-size: 12px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  border: 1px solid #e0ae59;
  border-radius: 50%;
}
.social-links10 li a:hover {
  background-color: rgb(17, 17, 17);
  color: var(--theme-color4);
}

.team-style5 {
  position: relative;
}
.team-style5 .row {
  margin-bottom: -62px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .team-style5 .row {
    margin-bottom: -40px;
  }
}

.para2.v2 {
  max-width: unset;
}

.team-card5 {
  position: relative;
  margin-bottom: 62px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .team-card5 {
    margin-bottom: 40px;
  }
}
.team-card5:hover .social-links11 {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-card5:hover .share-icon5 {
  background-color: #b4d3ff;
  color: var(--white-color);
}
.team-card5:hover .team-img3 {
  border: 10px solid rgb(230, 255, 220);
  transition: all 0.3s ease;
  border-radius: 28px;
}
.team-card5:hover .team-img5 img {
  transform: scale(1.1);
}

.share-icon5 {
  position: absolute;
  left: 30px;
  top: 23px;
  right: 16px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  background-color: var(--white-color);
  color: var(--theme-color);
  transition: all 300ms ease;
  border-radius: 50px;
  z-index: 3;
  display: inline-block;
}

.social-links11 {
  position: absolute;
  top: 67px;
  left: -22px;
  margin-bottom: 0;
  align-items: center;
  transform: scaleY(0);
  transform-origin: top;
  border-radius: 10px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease;
  padding: 0 12px 0 52px;
}
.social-links11 a {
  position: relative;
  line-height: 16px;
  font-size: 20px;
  border-radius: 50px;
  border-radius: 50px;
  transition: all 300ms ease;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  margin-top: 6px;
  display: block;
}
.social-links11 a:last-child {
  margin-right: 0;
}

.team-img5 {
  position: relative;
  height: 100%;
  transition: all 0.3s ease;
  z-index: 99;
  overflow: hidden;
  border-radius: 18px;
}
.team-img5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eef5ff;
  border-radius: 18px;
  z-index: -1;
}
.team-img5 img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  transition: all 0.3s ease;
}

.team-content5 {
  position: relative;
  margin-top: 22px;
}
.team-content5 .title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 3px;
  font-weight: 500;
  /* Large devices */
}
@media (max-width: 1199px) {
  .team-content5 .title {
    font-size: 24px;
    line-height: 34px;
  }
}
.team-content5 .title a {
  color: rgb(17, 17, 17);
  display: inline-block;
}
.team-content5 .title a:hover {
  color: var(--theme-color);
}
.team-content5 .sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  color: rgb(17, 17, 17);
}

.team-style6 {
  position: relative;
}

.team-info6 {
  position: relative;
  margin-left: 77px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .team-info6 {
    margin-left: 0;
  }
}

.team-img6 {
  position: relative;
  /* Medium devices */
}
@media (max-width: 992px) {
  .team-img6 {
    margin-bottom: 50px;
  }
}
.team-img6 img {
  width: 100%;
}

.team-content6 {
  position: relative;
}
.team-content6 .name {
  position: relative;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 4px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .team-content6 .name {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 992px) {
  .team-content6 .name {
    font-size: 43px;
    line-height: 53px;
  }
}
@media (max-width: 767px) {
  .team-content6 .name {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
  }
}
@media (max-width: 416px) {
  .team-content6 .name {
    font-size: 30px;
    line-height: 37px;
  }
}
.team-content6 .designation {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  display: inline-block;
  color: #4f4f4f;
  margin-bottom: 19px;
}
.team-content6 p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
  color: rgb(17, 17, 17);
}

.team-contact6 {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-top: 35px;
}
.team-contact6 li {
  margin-bottom: 17px;
}
.team-contact6 li:last-child {
  margin-bottom: 0;
}
.team-contact6 li a {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  color: rgb(17, 17, 17);
}
.team-contact6 li a i {
  color: var(--theme-color);
  margin-right: 13px;
}

.social-links12 {
  position: relative;
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin: 42px 0 89px;
}
.social-links12 li {
  margin-right: 20px;
}
.social-links12 li:last-child {
  margin-right: 0;
}
.social-links12 li a {
  font-size: 20px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  background-color: #ebf3ff;
  border-radius: 8px;
  display: inline-block;
}
.social-links12 li a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.team-form6 {
  position: relative;
}
.team-form6 label {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: rgb(17, 17, 17);
  margin-bottom: 34px;
}
.team-form6 input,
.team-form6 textarea {
  height: 70px;
  width: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #5f6062;
  padding: 0 30px;
}
.team-form6 input::placeholder,
.team-form6 textarea::placeholder {
  color: #5f6062;
}
.team-form6 textarea {
  height: 182px;
  padding-top: 17px;
}

.team-style7 {
  position: relative;
  background-image: url(../img/bg/team7-1.jpg);
  margin-bottom: 120px;
}

.team-content7 {
  position: relative;
  margin-right: 105px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .team-content7 {
    margin: 0 0 50px;
  }
}

/*------------------- 4.14. Form Style  -------------------*/
/*------------------- 4.15. Testimonial  -------------------*/
.main-section {
  position: relative;
  background-color: rgb(248, 248, 248);
}

.testimonial-style1 {
  position: relative;
}
.testimonial-style1::before {
  content: "";
  position: absolute;
  top: 25%;
  right: 30%;
  width: 190px;
  height: 155px;
  background-image: url(../img/testimonial/comas.png);
}

.testimonial-content {
  position: relative;
  margin-right: 9px;
}
.testimonial-content .title-area {
  margin-bottom: 51px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .testimonial-content .title-area {
    margin-bottom: 27px;
  }
}
.testimonial-content .swiper {
  padding: 0 !important;
}
.testimonial-content .swiper-slide {
  text-align: left;
}

.testi-auther-content {
  position: relative;
  text-align: left;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .testi-auther-content {
    margin-bottom: 20px;
  }
}
.testi-auther-content .name {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 2px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .testi-auther-content .name {
    font-size: 24px;
    line-height: 31px;
  }
}
.testi-auther-content .designation {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  display: inline-block;
}

.testi-auther {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .testi-auther {
    flex-direction: column;
    align-items: baseline;
  }
}

.rating {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}
.rating li {
  font-size: 19px;
  color: #FFA600;
  margin-right: 5px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .rating li {
    margin-bottom: 2px;
  }
}
.rating li:last-child {
  margin-right: 0;
}

.rating-area .review {
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  color: #626262;
}

.swiper-slide-thumb-active .tabs-img::before {
  display: none;
}

.swiper.thumbGallery {
  width: 150px;
  margin-left: auto;
  margin-right: 0;
  border-radius: 100px;
  background-color: var(--white-color);
  padding: 35px 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .swiper.thumbGallery {
    width: 100%;
    padding: 30px 25px;
    border-radius: 10px;
    margin-top: 40px;
  }
}
.swiper.thumbGallery .swiper-wrapper {
  display: flex;
  flex-direction: column;
  /* Small devices */
}
@media (max-width: 767px) {
  .swiper.thumbGallery .swiper-wrapper {
    flex-direction: row;
  }
}
.swiper.thumbGallery .swiper-wrapper .swiper-slide {
  width: 100% !important;
  margin-bottom: 20px;
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .swiper.thumbGallery .swiper-wrapper .swiper-slide {
    width: 15% !important;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .swiper.thumbGallery .swiper-wrapper .swiper-slide {
    margin-right: 15px !important;
    width: 24% !important;
  }
}
@media (max-width: 416px) {
  .swiper.thumbGallery .swiper-wrapper .swiper-slide {
    width: 28% !important;
  }
}
.swiper.thumbGallery .swiper-wrapper .swiper-slide:last-child {
  margin-bottom: 0;
}

.tabs-img {
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
.tabs-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 131, 255, 0.8);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.testi-tab-content {
  text-align: right;
  /* Small devices */
}
@media (max-width: 767px) {
  .testi-tab-content {
    text-align: left;
  }
}
.testi-tab-content .hover-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  display: inline-block;
  padding-top: 120px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 992px) {
  .testi-tab-content .hover-content {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .testi-tab-content .hover-content {
    padding-top: 30px;
  }
}

.test-slid-content {
  position: relative;
}
.test-slid-content p {
  font-size: 24px;
  line-height: 34px;
  margin: 0px 0 61px;
  text-align: left;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .test-slid-content p {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0 42px;
  }
}
@media (max-width: 992px) {
  .test-slid-content p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .test-slid-content p {
    font-size: 17px;
    line-height: 27px;
  }
}
@media (max-width: 416px) {
  .test-slid-content p {
    margin: 0px 0 32px;
  }
}

.testi-slider {
  position: relative;
}
.testi-slider .slick-dots button {
  width: 195px;
  height: 2px;
  border-radius: 0;
  background: linear-gradient(90deg, #3083FF 0%, #FF00FB 100%);
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .testi-slider .slick-dots button {
    width: 214px !important;
  }
}
@media (max-width: 1199px) {
  .testi-slider .slick-dots button {
    width: 173px !important;
  }
}
@media (max-width: 992px) {
  .testi-slider .slick-dots button {
    width: 151px !important;
  }
}
@media (max-width: 767px) {
  .testi-slider .slick-dots button {
    width: 172px !important;
  }
}
@media (max-width: 576px) {
  .testi-slider .slick-dots button {
    width: 140px !important;
  }
}
@media (max-width: 416px) {
  .testi-slider .slick-dots button {
    display: none;
  }
}
.testi-slider .slick-dots {
  position: relative;
  top: -105px;
}
.testi-slider .slick-dots li:last-child button {
  width: 377px;
}

.swiper-pagination.v1 {
  position: relative;
  top: -190px;
  display: flex;
}
.swiper-pagination.v1 .swiper-pagination-bullet {
  width: 195px;
  height: 2px;
  border-radius: 0;
  background: linear-gradient(90deg, #3083FF 0%, #FF00FB 100%);
  transition: all 0.3s ease;
  margin-top: 0;
  /* Medium Large devices */
  /* Large devices */
}
.swiper-pagination.v1 .swiper-pagination-bullet:last-child {
  width: 302px;
}
@media (max-width: 1399px) {
  .swiper-pagination.v1 .swiper-pagination-bullet {
    width: 213px !important;
  }
}
@media (max-width: 1199px) {
  .swiper-pagination.v1 .swiper-pagination-bullet {
    display: none;
  }
}

.testimonial-style2 {
  position: relative;
  background-color: rgb(248, 245, 240);
  overflow: hidden;
}

.postition-text2 {
  position: absolute;
  top: 43%;
  left: -16%;
  display: flex;
  align-items: center;
  transform: rotate(90deg);
  /* Large devices */
}
@media (max-width: 1199px) {
  .postition-text2 {
    display: none;
  }
}
.postition-text2 .title {
  font-size: 110px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 120px;
  color: rgb(239, 236, 231);
}
.postition-text2 img {
  margin: 0 52px;
}

.testi-slider-content2 {
  position: relative;
}

.testi-img2 {
  position: relative;
  margin-bottom: 70px;
  display: inline-block;
  /* Medium devices */
}
@media (max-width: 992px) {
  .testi-img2 {
    margin-bottom: 45px;
  }
}
.testi-img2 img:last-child {
  position: absolute;
  top: 65px;
  left: 160px;
  width: 120px;
  z-index: 9;
  height: 120px;
  margin: -60px 0 0 -60px;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.test-slider2 {
  position: relative;
  text-align: left;
  padding-bottom: 72px;
}
.test-slider2 p {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
  color: rgb(17, 17, 17);
  margin: 25px 0 32px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .test-slider2 p {
    font-size: 20px;
    line-height: 30px;
  }
}

.testi-auther2 {
  position: relative;
}
.testi-auther2 .name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 0;
}
.testi-auther2 .designation {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
}

.testi-counter2 {
  position: relative;
  display: inline-block;
}
.testi-counter2:first-child {
  margin-right: 95px;
  /* Medium Large devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .testi-counter2:first-child {
    margin-right: 43px;
  }
}
@media (max-width: 576px) {
  .testi-counter2:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 416px) {
  .testi-counter2:first-child {
    margin: 20px 0 0;
  }
}
.testi-counter2 .counterr,
.testi-counter2 sub,
.testi-counter2 span {
  font-size: 110px;
  line-height: 92px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: var(--title-font2);
  /* Large devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .testi-counter2 .counterr,
  .testi-counter2 sub,
  .testi-counter2 span {
    font-size: 91px;
  }
}
@media (max-width: 576px) {
  .testi-counter2 .counterr,
  .testi-counter2 sub,
  .testi-counter2 span {
    font-size: 75px;
  }
}
@media (max-width: 576px) {
  .testi-counter2 .counterr,
  .testi-counter2 sub,
  .testi-counter2 span {
    font-size: 75px;
    line-height: 85px;
  }
}
.testi-counter2 sub {
  position: absolute;
  top: 0;
  right: 59px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .testi-counter2 sub {
    right: 16px;
  }
}
@media (max-width: 576px) {
  .testi-counter2 sub {
    right: 42px;
  }
}
.testi-counter2 .sub-title {
  font-size: 24px;
  line-height: 34px;
  color: rgb(17, 17, 17);
  font-weight: 500;
  margin-top: 7px;
  display: inline-block;
  /* Large devices */
}
@media (max-width: 1199px) {
  .testi-counter2 .sub-title {
    font-size: 17px;
    line-height: 25px;
  }
}

.counter-box {
  position: relative;
  padding-left: 80px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .counter-box {
    padding-left: 68px;
  }
}
@media (max-width: 576px) {
  .counter-box {
    padding-left: 56px;
  }
}
.counter-box sub {
  right: 25px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .counter-box sub {
    right: -10px;
  }
}
@media (max-width: 576px) {
  .counter-box sub {
    right: 19px;
  }
}
.counter-box span {
  position: absolute;
  top: 0;
  left: 0;
}

.testi-counter2.v1 {
  /* Extra small devices */
}
@media (max-width: 416px) {
  .testi-counter2.v1 {
    margin-top: 20px;
  }
}
.testi-counter2.v1::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: -50px;
  width: 2px;
  height: 51px;
  background-color: var(--theme-color2);
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .testi-counter2.v1::before {
    left: -25px;
  }
}
@media (max-width: 1199px) {
  .testi-counter2.v1::before {
    display: none;
  }
}

.testi-info2 {
  border-top: 2px solid #ece9e4;
  padding: 36px 0 0 71px;
  display: flex;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .testi-info2 {
    padding-left: 30px;
  }
}
@media (max-width: 992px) {
  .testi-info2 {
    padding-left: 0;
  }
}

.testi-content2 {
  position: relative;
  margin-left: 36px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .testi-content2 {
    margin-left: 0;
    margin-top: 50px;
  }
}
.testi-content2::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 2px;
  height: 526px;
  background-color: #ede9e6;
  /* Medium devices */
}
@media (max-width: 992px) {
  .testi-content2::before {
    display: none;
  }
}
.testi-content2 .title-area2 {
  margin-bottom: 31px;
  padding-left: 71px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .testi-content2 .title-area2 {
    padding-left: 30px;
  }
}
@media (max-width: 992px) {
  .testi-content2 .title-area2 {
    padding-left: 0;
  }
}

.testimonial-style3 {
  position: relative;
}

.testi-content3 {
  position: relative;
  margin-right: 86px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 992px) {
  .testi-content3 {
    margin: 0 80px 50px 0;
  }
}
@media (max-width: 767px) {
  .testi-content3 {
    margin-right: 0;
  }
}

.testi-inner3 {
  position: relative;
  padding-left: 127px;
  margin-bottom: 62px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .testi-inner3 {
    padding-left: 101px;
  }
}
@media (max-width: 416px) {
  .testi-inner3 {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.testi-inner3 p {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: rgb(17, 17, 17);
}
.testi-inner3 p::before {
  content: "";
  position: absolute;
  top: -26px;
  right: -3px;
  width: 27px;
  height: 32px;
  background-image: url(../img/icon/lines.png);
  /* Large devices */
}
@media (max-width: 1199px) {
  .testi-inner3 p::before {
    display: none;
  }
}

.testi-icon3 {
  position: absolute;
  top: 18px;
  left: 0;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .testi-icon3 {
    position: relative;
    top: 0;
    display: inline-block;
    margin-bottom: 20px;
  }
}
.testi-icon3::after {
  content: "";
  position: absolute;
  top: -12px;
  right: -4px;
  width: 30px;
  height: 30px;
  background-color: var(--theme-color3);
  border-radius: 50%;
}

.testi-img3 {
  position: relative;
  text-align: right;
}
.testi-img3 img {
  width: 100%;
}

.testi-img-content3 {
  position: absolute;
  bottom: 51px;
  left: -26px;
  text-align: center;
  width: 280px;
  height: 216px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  padding: 45px 34px 45px;
  background-color: var(--white-color);
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .testi-img-content3 {
    left: 26px;
  }
}
@media (max-width: 576px) {
  .testi-img-content3 {
    left: 16px;
  }
}
@media (max-width: 416px) {
  .testi-img-content3 {
    display: none;
  }
}
.testi-img-content3 .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 14px;
  font-weight: 600;
  color: rgb(17, 17, 17);
}
.testi-img-content3 p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: rgb(17, 17, 17);
}

.testi-icon4 {
  position: absolute;
  top: 9px;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color3);
}
.testi-icon4 img {
  width: unset;
}

.testimonial-style4 {
  position: relative;
  height: 100%;
  display: inline-block;
  width: 100%;
}
.testimonial-style4 .swiper-slide {
  text-align: left;
}

.testi-title4 {
  position: relative;
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 52px;
  margin-bottom: 53px;
  /* Small devices */
}
@media (max-width: 767px) {
  .testi-title4 {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.testi-title4 .title-area3 .sub-title {
  position: relative;
  /* Small devices */
}
@media (max-width: 767px) {
  .testi-title4 .title-area3 .sub-title {
    display: none;
  }
}
.testi-title4 .title-area3 .title {
  position: relative;
  /* Small devices */
}
@media (max-width: 767px) {
  .testi-title4 .title-area3 .title {
    margin-top: 10px;
  }
}

.testi-card4 {
  position: relative;
  width: 100%;
}
.testi-card4 img {
  width: unset !important;
}
.testi-card4 p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgb(17, 17, 17);
  max-width: 332px;
  margin: 38px 0 36px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .testi-card4 p {
    max-width: 100%;
  }
}

.testi-auther4 {
  position: relative;
  padding: 0 0 2px 88px;
}
.testi-auther4::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 73px;
  width: 2px;
  height: 50px;
  background-color: #f3f3f3;
}
.testi-auther4 img {
  position: absolute;
  top: 0;
  left: 0;
}
.testi-auther4 .name {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 500;
  color: rgb(17, 17, 17);
}
.testi-auther4 .designation {
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  margin-bottom: 0;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .testi-auther4 .designation {
    font-size: 17px;
  }
}

.testimonial-style5 {
  position: relative;
}
.testimonial-style5 .swiper-slide {
  align-items: unset;
  /* Small devices */
}
@media (max-width: 767px) {
  .testimonial-style5 .swiper-slide {
    display: block;
  }
}
.testimonial-style5 .swiper-pagination {
  top: auto;
  right: 0;
  bottom: 20px;
  left: auto;
  width: unset;
}

.testi-title5 {
  position: relative;
  border-bottom: 2px solid #f3f3f3;
  padding-bottom: 20px;
  margin-bottom: 69px;
}

.testi-img4 {
  position: relative;
  /* Small devices */
}
@media (max-width: 767px) {
  .testi-img4 {
    margin-bottom: 40px;
  }
}

.testi-content5 {
  position: relative;
  text-align: left;
  max-width: 560px;
  margin: 16px auto 0 162px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1399px) {
  .testi-content5 {
    margin: 16px auto 0 95px;
  }
}
@media (max-width: 1199px) {
  .testi-content5 {
    margin: 16px auto 0 52px;
  }
}
@media (max-width: 992px) {
  .testi-content5 {
    max-width: 337px;
  }
}
@media (max-width: 767px) {
  .testi-content5 {
    margin: 0;
    max-width: unset;
  }
}
.testi-content5 img {
  position: absolute;
  top: -4px;
  left: -124px;
  width: unset !important;
  height: unset !important;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1399px) {
  .testi-content5 img {
    left: -74px;
  }
}
@media (max-width: 1199px) {
  .testi-content5 img {
    left: -39px;
  }
}
@media (max-width: 767px) {
  .testi-content5 img {
    left: 0;
  }
}
.testi-content5 p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: rgb(17, 17, 17);
  margin-bottom: 67px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .testi-content5 p {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .testi-content5 p {
    font-size: 23px;
    line-height: 35px;
  }
}
@media (max-width: 992px) {
  .testi-content5 p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .testi-content5 p {
    font-size: 23px;
    line-height: 37px;
  }
}
@media (max-width: 576px) {
  .testi-content5 p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 416px) {
  .testi-content5 p {
    font-size: 18px;
    line-height: 28px;
  }
}

.testi-auther5 {
  position: relative;
}
.testi-auther5 .name {
  font-size: 24px;
  line-height: 28px;
  color: rgb(17, 17, 17);
  margin-bottom: 7px;
  font-family: var(--title-font);
  font-weight: 500;
}
.testi-auther5 .designation {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  display: inline-block;
  color: #4f4f4f;
}

.ser-swiper-btn.testi5 {
  left: 44%;
  bottom: 14px;
  z-index: 9;
  /* Medium devices */
}
@media (max-width: 992px) {
  .ser-swiper-btn.testi5 {
    left: 55%;
  }
}
.ser-swiper-btn.testi5 .swiper-button-next,
.ser-swiper-btn.testi5 .swiper-button-prev {
  color: #dedede;
  border-color: #dedede;
  transition: all 0.3s ease;
  z-index: 9;
}
.ser-swiper-btn.testi5 .swiper-button-next:hover,
.ser-swiper-btn.testi5 .swiper-button-prev:hover {
  color: rgb(17, 17, 17);
  border-color: rgb(17, 17, 17);
}

.rating-box5 {
  position: relative;
  max-width: 310px;
  margin-left: auto;
  padding-left: 37px;
  /* Small devices */
}
@media (max-width: 767px) {
  .rating-box5 {
    margin-right: auto;
    margin: 30px 0 0;
    padding-left: 0;
  }
}
.rating-box5 p {
  font-size: 18px;
  line-height: 28px;
  color: rgb(17, 17, 17);
  margin-bottom: 0;
}

.rating-list5 {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: end;
  /* Medium devices */
}
@media (max-width: 992px) {
  .rating-list5 {
    justify-content: left;
  }
}
.rating-list5 li {
  color: rgb(255, 184, 0);
  margin-right: 4px;
}
.rating-list5 li:last-child {
  margin-right: 0;
}

.testimonial-style6 {
  position: relative;
  background-color: #f8f8f8;
}

.testimonial-style7 {
  position: relative;
  background: rgb(248, 248, 248);
}
.testimonial-style7::before {
  content: "";
  position: absolute;
  top: 24%;
  right: 30%;
  width: 190px;
  height: 155px;
  background-image: url(../img/testimonial/comas.png);
}

/*------------------- 4.16. Skill Area  -------------------*/
.side-menu {
  position: relative;
  margin: 40px 0 0 34px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .side-menu {
    margin: 14px 0 0;
  }
}
@media (max-width: 992px) {
  .side-menu {
    margin-top: 50px;
  }
}
.side-menu p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 85px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .side-menu p {
    margin-bottom: 40px;
  }
}

.menu-title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 17px;
  color: rgb(17, 17, 17);
}

.menu-widget {
  position: relative;
  margin-bottom: 53px;
}

.recent-posts-widget {
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  padding: 27px 30px;
}
.recent-posts-widget .post {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 424.99px) {
  .recent-posts-widget .post {
    flex-direction: column;
    align-items: start;
  }
}
.recent-posts-widget .post:not(:last-of-type) {
  margin-bottom: 32px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .recent-posts-widget .post:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.recent-posts-widget .post .post-thumb {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .recent-posts-widget .post .post-thumb {
    width: 70px;
    height: 70px;
  }
}
.recent-posts-widget .post .post-content .post-date {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.recent-posts-widget .post .post-content .post-title {
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 500;
  line-height: 140%;
  margin-top: 10px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 1024px) {
  .recent-posts-widget .post .post-content .post-title {
    font-size: 20px;
  }
}
.recent-posts-widget .post .post-content .post-title a {
  line-height: inherit;
}
.recent-posts-widget .post .post-content .post-title a:hover {
  color: var(--theme-color);
}

.menu-form .form-group {
  position: relative;
  margin-bottom: 0;
}
.menu-form .form-group input {
  height: 64px;
  width: 100%;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #e7e7e7;
  padding: 0 24px;
}
.menu-form .form-group input::placeholder {
  color: #d5d5d5;
  font-family: var(--title-font);
}
.menu-form .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  width: 82px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 14px;
  background-color: var(--theme-color);
  border: 0;
  display: inline-block;
  color: var(--white-color);
  font-size: 24px;
}

.feature-ser {
  position: relative;
  list-style: none;
  margin-bottom: 0;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  padding: 27px 30px 16px;
}
.feature-ser li {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  border-bottom: 2px solid #f3f3f3;
  padding-bottom: 11px;
  margin-bottom: 17px;
}
.feature-ser li:last-child {
  border: 0;
  margin-bottom: 0;
}
.feature-ser li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feature-ser li a:hover {
  color: var(--theme-color);
}

.inquirie-box {
  position: relative;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  padding: 27px 30px 30px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .inquirie-box {
    padding: 27px 23px 30px;
  }
}

.inquirie-content {
  position: relative;
  padding: 13px 0 11px 101px;
  margin-bottom: 30px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .inquirie-content {
    padding: 0;
  }
}
.inquirie-content img {
  position: absolute;
  top: 0;
  left: 0;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .inquirie-content img {
    position: static;
    margin-bottom: 15px;
  }
}
.inquirie-content .name {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: rgb(17, 17, 17);
  margin-bottom: 0;
}
.inquirie-content .designation {
  font-size: 16px;
  font-weight: 400;
  color: #cfcfcf;
}

.menu-contact {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.menu-contact li {
  position: relative;
  padding-left: 65px;
  margin-bottom: 22px;
}
.menu-contact li:last-child {
  margin-bottom: 0;
}
.menu-contact li i {
  position: absolute;
  top: 4px;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color);
  border-radius: 50%;
  background-color: #ebf3ff;
}
.menu-contact li .sub-title {
  font-size: 14px;
  font-weight: 500;
  color: #4e4e4e;
  display: block;
}
.menu-contact li .nmbr {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  display: inline-block;
  color: rgb(17, 17, 17);
  /* Large devices */
}
@media (max-width: 1199px) {
  .menu-contact li .nmbr {
    font-size: 16px;
  }
}

.tag-list {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.tag-list li {
  margin: 0 7px 10px 0;
}
.tag-list li a {
  font-size: 18px;
  font-weight: 400;
  color: #4f4f4f;
  display: inline-block;
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  height: 41px;
  line-height: 41px;
  padding: 0 22px;
}
.tag-list li a:hover {
  background-color: var(--theme-color);
  border-color: transparent;
  color: var(--white-color);
}

.side-menu.mt-0 {
  position: relative;
  /* Medium devices */
}
@media (max-width: 992px) {
  .side-menu.mt-0 {
    margin-top: 50px !important;
  }
}

p {
  opacity: 0.74;
}

a {
  color: inherit;
}

.layout2 .title {
  font-family: var(--title-font2);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next {
  top: auto;
  bottom: 16px;
  left: 0;
  width: 168px !important;
  /* Extra small devices */
}
.swiper-button-next::after {
  display: none;
}
@media (max-width: 416px) {
  .swiper-button-next {
    width: 118px !important;
  }
}

.swiper-pagination.v2 {
  top: auto;
  bottom: 25px;
  left: 0;
}
.swiper-pagination.v2 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid #262729;
  background-color: unset;
}
.swiper-pagination.v2 .swiper-pagination-bullet-active {
  background-color: var(--white-color);
}

.swiper-pagination.testi2 {
  text-align: left;
}
.swiper-pagination.testi2 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 157, 0, 0.9);
  margin: 0 7px;
}
.swiper-pagination.testi2 .swiper-pagination-bullet-active {
  background-color: var(--theme-color2);
}

.main-style1 {
  position: relative;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .main-style1 {
    background-color: rgb(17, 17, 17);
    margin: 120px 0 0;
  }
}
@media (max-width: 992px) {
  .main-style1 {
    margin: 80px 0 0;
  }
}
.main-style1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 649px;
  background-color: rgb(17, 17, 17);
  z-index: -1;
  /* Large devices */
}
@media (max-width: 1199px) {
  .main-style1::before {
    display: none;
  }
}

.ser-swiper-btn.v2 .swiper-button-next,
.ser-swiper-btn.v2 .swiper-button-prev {
  color: #323232;
  border-color: #323232;
  transition: all 0.3s ease;
}
.ser-swiper-btn.v2 .swiper-button-next.active,
.ser-swiper-btn.v2 .swiper-button-prev.active {
  color: var(--white-color);
  border-color: var(--white-color);
}

.pagination {
  position: relative;
  margin-top: 90px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .pagination {
    margin-top: 50px;
  }
}
.pagination .page-item {
  margin-right: 10px;
}
.pagination .page-item:last-child {
  margin-right: 0;
}
.pagination .page-item:last-child .page-link {
  line-height: 44px;
}
.pagination .page-item:first-child .page-link {
  line-height: 44px;
}
.pagination .page-item .page-link {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid var(--title-color);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.pagination .page-item .page-link:hover {
  border-color: transparent;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.grid-item {
  overflow: hidden;
}

.grid-item img {
  width: 100%;
  height: auto;
  display: block;
}

.isotop-gallery {
  position: relative;
  text-align: center;
  margin-bottom: 61px;
  /* Small devices */
}
@media (max-width: 767px) {
  .isotop-gallery {
    margin-bottom: 30px;
  }
}
.isotop-gallery .isotop.active {
  background-color: var(--theme-color);
  border-color: transparent;
  color: var(--white-color);
}
.isotop-gallery button {
  background-color: unset;
  padding: 0;
  border: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  height: 45px;
  line-height: 43px;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 0 24px;
  /* Small devices */
}
@media (max-width: 767px) {
  .isotop-gallery button {
    margin-bottom: 10px;
  }
}
.isotop-gallery button:hover {
  border-color: #dedede;
}

.scroll-bottom.style2:hover {
  background-color: var(--theme-color2);
}

.swiper-container {
  margin: 0;
  overflow: hidden;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide {
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}

.copy {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  letter-spacing: 0.06em;
}

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

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

.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);
  }
}
.main-nav {
  position: relative;
  background: #fff;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.menu-item {
  position: relative;
  padding: 0 !important;
}
.menu-item a::before {
  display: none !important;
}
.menu-item a:hover .anim img {
  transform: scale(1.1);
}
.menu-item a .anim {
  overflow: hidden;
  margin-bottom: 10px;
}
.menu-item a .anim img {
  transition: all 0.3s ease;
}

.menu-item:hover .mega-menu {
  display: block;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: -216%;
  margin-left: -308px;
  width: 1229px;
  background: var(--white-color);
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  transform-origin: top center;
  box-shadow: 0 -4px 40px 0 rgba(4, 73, 89, 0.1);
  border: 1px solid #ddd !important;
  z-index: 9;
  transition: all 300ms ease;
  transform-origin: 0 0 0;
  pointer-events: none;
  backdrop-filter: blur(25px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mega-menu-grid {
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.mega-item {
  position: relative;
  text-align: center;
  font-size: 14px;
  background: #f3f3f3;
  padding: 10px 10px 10px;
  border: 1px solid #ddd !important;
  border-radius: 5px;
  transition: all 0.7s ease;
  width: 100%;
}
.mega-item:hover {
  width: 100%;
  transition: all 300ms ease;
  transform: translateY(-7px);
}
.mega-item:hover img {
  width: 100%;
}

.mega-item img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 10px;
}

/*------------------- 4.17. Brand  -------------------*/
.brand-style1 {
  position: relative;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 70px 0 71px;
  margin-top: 22px;
  height: 210px;
}

.brand-img {
  text-align: center;
}
.brand-img > img {
  transition: all 500ms ease;
}
.brand-img > img:hover {
  transform: scale(0.9);
}

.brand-style2 {
  position: relative;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 86px 0 71px;
  margin-top: 125px;
  /* Small devices */
}
@media (max-width: 767px) {
  .brand-style2 {
    padding: 70px 0 60px;
  }
}

.brand-title2 {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--white-color);
  padding: 0 21px;
  white-space: nowrap;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .brand-title2 {
    padding: 0 8px;
  }
}
.brand-title2 .sub-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: rgb(17, 17, 17);
  /* Extra small devices */
}
@media (max-width: 416px) {
  .brand-title2 .sub-title {
    font-size: 17px;
  }
}

.brand-style3 {
  position: relative;
  background-color: var(--title-color);
  padding: 31px 0 22px;
  margin-top: -7px;
}

.brand-img3 {
  text-align: center;
}
.brand-img3 > img {
  transition: all 500ms ease;
}
.brand-img3 > img:hover {
  transform: scale(0.9);
}

/*------------------- 4.17. Brand  -------------------*/
.page-banner {
  position: relative;
  background-image: url(../img/bg/page1-1.jpg);
  padding: 164px 0 167px;
  margin-top: -57px;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .page-banner {
    margin-top: -123px;
    padding: 251px 0 142px;
  }
}
@media (max-width: 992px) {
  .page-banner {
    margin-top: -123px;
    padding: 215px 0 96px;
  }
}
@media (max-width: 416px) {
  .page-banner {
    padding: 195px 0 71px;
  }
}

.page-banner-link {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-banner-link li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  line-height: 28px;
  margin-right: 16px;
  text-transform: capitalize;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .page-banner-link li {
    font-size: 14px;
  }
}
.page-banner-link li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -12px;
}
.page-banner-link li:last-child {
  margin-right: 0;
}
.page-banner-link li:last-child::before {
  display: none;
}
.page-banner-link li a:hover {
  color: var(--white-color);
}

.page-banner-content {
  position: relative;
  text-align: center;
}
.page-banner-content .title {
  font-size: 90px;
  line-height: 124px;
  font-weight: 600;
  font-family: var(--title-font2);
  color: var(--white-color);
  margin-bottom: 0;
  text-transform: capitalize;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .page-banner-content .title {
    font-size: 90px;
    line-height: 100px;
  }
}
@media (max-width: 992px) {
  .page-banner-content .title {
    font-size: 56px;
    line-height: 80px;
  }
}
@media (max-width: 576px) {
  .page-banner-content .title {
    font-size: 44px;
    line-height: 59px;
  }
}
@media (max-width: 416px) {
  .page-banner-content .title {
    font-size: 30px;
    line-height: 40px;
  }
}

/*------------------- 4.18. Accordion  -------------------*/
.according-box {
  position: relative;
  border-radius: 0;
}

.vs-accordion .accordion-item {
  padding: 24px 0 23px;
  border-bottom: 2px solid #e8e8e8;
  z-index: 99;
  /* Small devices */
}
.vs-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.vs-accordion .accordion-item:first-child {
  border-top: 2px solid #e8e8e8;
}
@media (max-width: 767px) {
  .vs-accordion .accordion-item {
    padding: 19px 0 17px;
  }
}
.vs-accordion .accordion-header {
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vs-accordion .accordion-item.active {
  border-color: e8e8e8;
}
.vs-accordion .accordion-button {
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  color: #0C0C1D;
  font-family: var(--body-font);
  padding: 0;
  border: 0;
  box-shadow: unset;
  text-align: left;
  justify-content: space-between;
}
.vs-accordion .accordion-button::after {
  display: none;
}
.vs-accordion .accordion-button:hover {
  color: var(--theme-color);
}
.vs-accordion .accordion-button span {
  font-size: 18px;
  font-weight: 400;
  margin-right: 53px;
  display: inline-block;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .vs-accordion .accordion-button span {
    font-size: 18px;
    margin-right: 25px;
  }
}
.vs-accordion .accordion-button .title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 24px;
}
.vs-accordion .accordion-button:not(.collapsed) {
  background-color: unset;
}
.vs-accordion .accordion-button.v2 {
  font-size: 40px;
  padding: 20px 0px 16px;
}
.vs-accordion .accordion-button.v2::before {
  top: 35px;
}
.vs-accordion .accordion-collapse {
  border: none;
}
.vs-accordion .accordion-body {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding: 37px 0 21px;
  text-align: left;
  margin-left: 81px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .vs-accordion .accordion-body {
    margin-left: 0px;
  }
}
@media (max-width: 992px) {
  .vs-accordion .accordion-body {
    margin-left: 81px;
  }
}
@media (max-width: 767px) {
  .vs-accordion .accordion-body {
    margin-left: 0px;
  }
}
.vs-accordion .accordion-body p {
  margin-bottom: 0;
}
.vs-accordion .accordion-body p:last-child {
  margin-bottom: 0;
}

.faq-content {
  position: relative;
  margin-right: 70px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .faq-content {
    margin: 0 0 50px;
  }
}
.faq-content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: -1px;
  margin-bottom: 39px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .faq-content .title {
    margin-bottom: 19px;
  }
}
@media (max-width: 416px) {
  .faq-content .title {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 17px;
  }
}
.faq-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 62px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .faq-content p {
    margin-bottom: 32px;
  }
}

.accordion-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #e4ecf9;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .accordion-icon {
    position: static;
    margin-bottom: 20px;
  }
}

.accordion-content {
  position: relative;
  padding: 5px 0 3px 185px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .accordion-content {
    padding-left: 0;
  }
}
.accordion-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  max-width: 348px;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .accordion-content p {
    max-width: 353px;
  }
}
@media (max-width: 416px) {
  .accordion-content p {
    font-size: 16px;
  }
}

/*------------------- 4.19. Project  -------------------*/
/*------------------- 4.20. Features  -------------------*/
/*------------------- 4.21. Contact  -------------------*/
/*------------------- 4.22. Woocommerce  -------------------*/
.process-style1 {
  position: relative;
}
.process-style1 .row {
  margin-bottom: -40px;
}

.process-block {
  position: relative;
  height: 350px;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  transition: all 0.3s ease;
  margin-bottom: 40px;
}
.process-block:hover {
  background: var(--theme-color);
  border-color: transparent;
}
.process-block:hover .title {
  color: var(--white-color);
}
.process-block:hover span {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.process-block:hover .process-icon {
  background-color: var(--white-color);
  transform: scale(1.1);
}
.process-block:hover .process-icon i,
.process-block:hover .process-icon svg {
  color: var(--theme-color);
}
.process-block img {
  position: absolute;
  top: 28px;
  left: 33px;
}
.process-block .title {
  position: absolute;
  bottom: 29px;
  left: 34px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 0;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .process-block .title {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .process-block .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 416px) {
  .process-block .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.process-block .title a:hover {
  color: var(--white-color);
}
.process-block span {
  position: absolute;
  right: 33px;
  bottom: 40px;
  height: 34px;
  width: 66px;
  line-height: 34px;
  background-color: var(--theme-color);
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
}

.process2-icon {
  position: absolute;
  top: 30px;
  right: 33px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  transition: all 300ms ease;
}
.process2-icon svg,
.process2-icon i {
  font-size: 40px;
  color: #cacaca;
}

.our-approach-section {
  position: relative;
}
.our-approach-section .row {
  /* Large devices */
}
@media (max-width: 1199px) {
  .our-approach-section .row {
    align-items: flex-start !important;
  }
}

.approach-content {
  padding-top: 17px;
}
.approach-content .title-area {
  position: relative;
  /* Medium devices */
}
@media (max-width: 992px) {
  .approach-content .title-area {
    max-width: 500px;
  }
}

.approach-block {
  position: relative;
  padding-left: 71px;
  margin-bottom: 37px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .approach-block {
    padding-left: 0;
  }
}
.approach-block:last-child {
  margin-bottom: 0;
}
.approach-block.active .approach-icon {
  background-color: var(--theme-color);
}
.approach-block .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 13px;
}
.approach-block p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 400;
}

.approach-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5edf9;
  border-radius: 50%;
  transition: all 0.3s ease;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .approach-icon {
    position: static;
    margin-bottom: 20px;
  }
}

.approach-info {
  position: relative;
  margin-top: 42px;
}
.approach-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  height: 143px;
  border: 1px dotted #dbdbdb;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .approach-info::before {
    display: none;
  }
}

.approach-img {
  position: relative;
  margin: 19px 19px 19px 110px;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .approach-img {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .approach-img {
    margin-top: 50px;
  }
}
.approach-img::before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: -19px;
  width: 575px;
  height: 545px;
  background-image: url(../img/event/approach.png);
  /* Large devices */
}
@media (max-width: 1199px) {
  .approach-img::before {
    display: none;
  }
}
.approach-img::after {
  content: "";
  position: absolute;
  top: -19px;
  right: -19px;
  width: 575px;
  height: 545px;
  background-image: url(../img/event/approach1-2.png);
  z-index: -1;
  /* Large devices */
}
@media (max-width: 1199px) {
  .approach-img::after {
    display: none;
  }
}
.approach-img img {
  position: relative;
  width: 100%;
}

.funfact-style1 {
  position: relative;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 62px 0 59px;
}
.funfact-style1 .row {
  margin-bottom: -30px;
}

.funfact-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -30px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .funfact-info {
    display: block;
  }
}

.funfact-counter {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.funfact-counter::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -55px;
  width: 2px;
  height: 50px;
  background-color: #f3f3f3;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .funfact-counter::before {
    display: none;
  }
}
.funfact-counter .sub-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  display: inline-block;
  margin-left: 25px;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .funfact-counter .sub-title {
    line-height: 23px;
    margin-left: 14px;
  }
}
@media (max-width: 992px) {
  .funfact-counter .sub-title {
    font-size: 17px;
    line-height: 26px;
  }
}
.funfact-counter .counterr,
.funfact-counter sub,
.funfact-counter span {
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 69px;
  display: inline-block;
  bottom: 0;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .funfact-counter .counterr,
  .funfact-counter sub,
  .funfact-counter span {
    font-size: 52px;
  }
}
@media (max-width: 992px) {
  .funfact-counter .counterr,
  .funfact-counter sub,
  .funfact-counter span {
    font-size: 46px;
  }
}
@media (max-width: 576px) {
  .funfact-counter .counterr,
  .funfact-counter sub,
  .funfact-counter span {
    font-size: 60px;
  }
}

.funfact-counter.v2::before {
  display: none;
}

.choose-us-section {
  position: relative;
  background-color: #0e0f11;
}
.choose-us-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg/bg2-1.png);
}

.choose-us-content {
  position: relative;
  max-width: 553px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 992px) {
  .choose-us-content {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .choose-us-content {
    margin-bottom: 50px;
  }
}
.choose-us-content .title-area {
  padding: 0 0 141px 0;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .choose-us-content .title-area {
    padding: 0 0 114px 0;
  }
}
.choose-us-content .title-area .title {
  margin-bottom: 120px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .choose-us-content .title-area .title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .choose-us-content .title-area .title {
    max-width: 400px;
  }
}
.choose-us-content .title-area p {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
  color: #c0c2c1;
  /* Large devices */
}
@media (max-width: 1199px) {
  .choose-us-content .title-area p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
  }
}

.choose-img-content {
  position: relative;
  margin-left: 66px;
  text-align: left;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .choose-img-content {
    margin-left: 58px;
  }
}
@media (max-width: 1199px) {
  .choose-img-content {
    margin-left: 0px;
  }
}
.choose-img-content .title {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  line-height: 74px;
  margin-bottom: 0;
  color: var(--white-color);
  padding-bottom: 33px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .choose-img-content .title {
    font-size: 27px;
  }
}
@media (max-width: 416px) {
  .choose-img-content .title {
    font-size: 20px;
    padding-bottom: 5px;
    line-height: 37px;
  }
}
.choose-img-content .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 1px;
  background-color: #262729;
}
.choose-img-content .title span {
  font-size: 64px;
  font-weight: 400;
  margin-right: 17px;
  display: inline-block;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .choose-img-content .title span {
    font-size: 47px;
    margin-right: 9px;
  }
}
.choose-img-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: #c0c0c0;
  padding: 23px 0 35px;
}

.choose-us-img {
  position: relative;
}

.sm-banner {
  position: relative;
  background-color: #f8f8f8;
  /* Medium devices */
}
@media (max-width: 992px) {
  .sm-banner {
    padding: 80px 0;
  }
}

.customer-img {
  position: relative;
  display: flex;
  align-items: center;
}
.customer-img .one {
  margin-left: -35px;
}

.plus-btn {
  position: relative;
  width: 58px;
  height: 58px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color);
  display: inline-block;
  font-size: 25px;
  color: var(--white-color);
  border: 2px solid var(--white-color);
  margin-left: -35px;
}
.plus-btn:hover {
  color: var(--white-color);
}

.customer-content {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 27px;
  margin-top: 22px;
}
.customer-content .title {
  position: absolute;
  top: 20px;
  left: -17px;
  transform: rotate(-90deg);
  font-size: 17px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 0;
}
.customer-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  max-width: 148px;
}

.sm-banner-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  /* Medium devices */
}
@media (max-width: 992px) {
  .sm-banner-info {
    padding-left: 0;
  }
}
.sm-banner-info .main-title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 0;
  max-width: 470px;
  /* Large devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .sm-banner-info .main-title {
    font-size: 34px;
    line-height: 41px;
    max-width: 333px;
  }
}
@media (max-width: 576px) {
  .sm-banner-info .main-title {
    margin-top: 40px;
    max-width: 100%;
  }
}
@media (max-width: 416px) {
  .sm-banner-info .main-title {
    font-size: 30px;
    line-height: 39px;
  }
}

.error {
  position: relative;
  background-color: var(--theme-color);
  width: 82px;
  height: 300px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .error {
    display: none;
  }
}
.error::before {
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  width: 82px;
  height: 300px;
  background-color: rgba(48, 131, 255, 0.1);
}
.error::after {
  content: "";
  position: absolute;
  top: 0;
  left: -28px;
  width: 82px;
  height: 300px;
  background-color: rgba(48, 131, 255, 0.1);
}

.sm-btn {
  font-size: 61px;
  transform: rotate(-45deg);
  width: 160px;
  height: 160px;
  line-height: 158px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  display: inline-block;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .sm-btn {
    width: 130px;
    height: 130px;
    line-height: 128px;
  }
}
@media (max-width: 767px) {
  .sm-btn {
    margin-top: 40px;
  }
}
.sm-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.sm-img {
  position: relative;
  transform: translateX(-50%);
  left: 53px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .sm-img {
    display: none;
  }
}
.sm-img img {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  margin-bottom: 19px;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.marquee-style1 {
  position: relative;
  z-index: 999;
  margin-bottom: 100px;
}
.marquee-style1 .swiper-slide {
  /* Extra small devices */
}
@media (max-width: 416px) {
  .marquee-style1 .swiper-slide {
    text-align: left;
  }
}

.marquee-list {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.marquee-list div {
  margin-bottom: 0;
  display: flex;
  margin-right: 0 !important;
}
.marquee-list div a {
  font-size: 165px;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  color: var(--title-color);
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
.marquee-list div a:hover {
  color: var(--theme-color);
}
.marquee-list div a:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}
@media (max-width: 1399px) {
  .marquee-list div a {
    font-size: 95px;
  }
}
@media (max-width: 1199px) {
  .marquee-list div a {
    font-size: 74px;
  }
}
@media (max-width: 992px) {
  .marquee-list div a {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .marquee-list div a {
    font-size: 44px;
  }
}
@media (max-width: 576px) {
  .marquee-list div a {
    font-size: 32px;
  }
}
@media (max-width: 416px) {
  .marquee-list div a {
    font-size: 24px;
  }
}

.marquee-btn {
  font-size: 42px;
  width: 144px;
  height: 144px;
  line-height: 142px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  display: inline-block;
  transform: rotate(-45deg);
  margin: 0 60px;
  transition: all 0.3s ease;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .marquee-btn {
    width: 110px;
    height: 110px;
    line-height: 108px;
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .marquee-btn {
    width: 80px;
    height: 80px;
    line-height: 78px;
    margin: 0 30px;
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .marquee-btn {
    width: 90px;
    height: 90px;
    line-height: 88px;
    font-size: 32px;
  }
}
@media (max-width: 416px) {
  .marquee-btn {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 19px;
    margin: 0 10px;
  }
}

.contact-style1 {
  position: relative;
  padding: 60px 0;
}
.contact-style1::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 25px;
  width: 208px;
  height: 176px;
  background-image: url(../img/icon/twiste.png);
}

.contact-content {
  position: relative;
  background-color: rgb(248, 245, 240);
  border-radius: 18px;
  margin-left: 50px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .contact-content {
    margin-left: 0;
  }
}

.contact-title {
  position: relative;
  border-bottom: 2px solid #edeae5;
  margin-bottom: 31px;
  padding: 36px 42px 24px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .contact-title {
    padding: 32px 24px 24px;
  }
}
.contact-title p {
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 0;
  max-width: 270px;
}
.contact-title .one {
  position: absolute;
  top: 39px;
  right: 40px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .contact-title .one {
    display: none;
  }
}

.contact2-form {
  position: relative;
  padding: 0 42px 44px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .contact2-form {
    padding: 0 24px 33px;
  }
}
.contact2-form .form-group {
  position: relative;
  margin-bottom: 0;
  margin-bottom: 25px;
}
.contact2-form .form-group i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: -1px;
  color: var(--title-color);
}
.contact2-form .form-group input,
.contact2-form .form-group select {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  background-color: unset;
  border: 0;
  width: 100%;
  border-bottom: 2px solid #ede9e6;
  padding-bottom: 5px;
  outline: none;
  padding-left: 0;
}
.contact2-form .form-group input::placeholder,
.contact2-form .form-group select::placeholder {
  color: #858482;
  font-size: 18px;
}
.contact2-form .form-group .nice-select {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #ede9e6;
  font-size: 18px;
  color: #858482;
  margin-bottom: 20px;
  padding-left: 0;
}
.contact2-form .form-group .nice-select .list {
  width: 100%;
  z-index: 99;
}
.contact2-form .form-group .btn-style3 {
  border-radius: 50px;
  background-color: unset;
  border: 1px solid var(--title-color);
  color: rgb(17, 17, 17);
  width: inherit;
}
.contact2-form .form-group .btn-style3:hover {
  color: var(--white-color);
  border-color: transparent;
}
.contact2-form .form-group.v2 {
  margin-bottom: 43px;
}

.portfolio-style1 {
  position: relative;
}
.portfolio-style1 .swiper.blog-swiper {
  padding-bottom: 90px !important;
  /* Large devices */
}
@media (max-width: 1199px) {
  .portfolio-style1 .swiper.blog-swiper {
    padding-bottom: 0 !important;
  }
}
.portfolio-style1 .swiper.blog-swiper .work-swiper-btn {
  right: auto;
  left: 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .portfolio-style1 .swiper.blog-swiper .work-swiper-btn {
    display: inline-block;
    position: static;
    display: flex;
    margin-top: 40px;
  }
  .portfolio-style1 .swiper.blog-swiper .work-swiper-btn::before {
    display: none;
  }
}
.portfolio-style1 .swiper-pagination.v2 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .portfolio-style1 .swiper-pagination.v2 {
    position: static;
    margin-top: 20px;
  }
}

.portfolio-card {
  position: relative;
  width: 100%;
}
.portfolio-card:hover .portfolio-img::before {
  opacity: 1;
  visibility: visible;
}
.portfolio-card:hover .portfolio-img img {
  transform: scale(1.1);
}
.portfolio-card:hover .portfolio-content,
.portfolio-card:hover .portfolio-btn,
.portfolio-card:hover .industrial {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.portfolio-img {
  position: relative;
  overflow: hidden;
  border-radius: 17px;
}
.portfolio-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.portfolio-img img {
  width: 100%;
  border-radius: 17px;
  transition: all 0.3s ease;
}

.industrial {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  display: inline-block;
  color: var(--white-color);
  border: 1px solid #b2b7bb;
  height: 37px;
  padding: 0 24px;
  backdrop-filter: blur(10px);
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.portfolio-btn {
  position: absolute;
  top: 31px;
  right: 27px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid var(--white-color);
  display: inline-block;
  border-radius: 50%;
  color: var(--white-color);
  opacity: 0;
  visibility: hidden;
  transform: rotate(45deg);
}
.portfolio-btn:hover {
  background-color: var(--theme-color2);
  border-color: transparent;
  color: var(--white-color);
}

.portfolio-content {
  position: absolute;
  bottom: 29px;
  right: -15px;
  background-color: var(--theme-color2);
  width: 394px;
  padding: 26px 31px 22px;
  border: 5px solid var(--white-color);
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  /* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .portfolio-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .portfolio-content {
    right: auto;
    left: 23px;
    width: 500px;
  }
}
@media (max-width: 576px) {
  .portfolio-content {
    width: 406px;
  }
}
@media (max-width: 416px) {
  .portfolio-content {
    width: 246px;
    padding: 26px 20px 22px;
  }
}
.portfolio-content .title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 7px;
  color: rgb(17, 17, 17);
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .portfolio-content .title {
    font-size: 21px;
  }
}
@media (max-width: 416px) {
  .portfolio-content .title {
    font-size: 20px;
  }
}
.portfolio-content .title a:hover {
  color: var(--white-color);
}
.portfolio-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: rgb(17, 17, 17);
  opacity: 0.74;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .portfolio-content p {
    font-size: 21px;
  }
}
@media (max-width: 416px) {
  .portfolio-content p {
    font-size: 14px;
    line-height: 24px;
  }
}

.pagination-swiper .custom-pagination {
  /* Large devices */
}
@media (max-width: 1199px) {
  .pagination-swiper .custom-pagination {
    margin-left: 0;
  }
}
.pagination-swiper .swiper-pagination {
  position: absolute;
  right: -58px;
  width: 1095px;
  margin-left: auto;
  margin-bottom: -10px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .pagination-swiper .swiper-pagination {
    width: 1089px;
  }
}
.pagination-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #666666 !important;
  width: 183px;
  height: 2px;
  margin-right: -5px;
  border: 0;
  border-radius: 0;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .pagination-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 158px;
  }
}
@media (max-width: 992px) {
  .pagination-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 123px;
  }
}
@media (max-width: 767px) {
  .pagination-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 92px;
  }
}
@media (max-width: 576px) {
  .pagination-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 75px;
  }
}
@media (max-width: 416px) {
  .pagination-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 49px;
  }
}
.pagination-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4c4c4c !important;
}

.contact-style2 {
  position: relative;
  z-index: 9;
  padding: 113px 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .contact-style2 {
    padding: 80px 0;
  }
}
.contact-style2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg/contact-bg2.jpg);
  z-index: -1;
}

.contact-content2 {
  position: relative;
  padding-left: 25px;
  /* Small devices */
}
@media (max-width: 767px) {
  .contact-content2 {
    padding: 0;
  }
}
.contact-content2 .row {
  margin-bottom: -30px;
}

.contact-title2 {
  position: relative;
}
.contact-title2 .title-area2 .sub-title {
  position: relative;
  padding-left: 85px;
}
.contact-title2 .title-area2 .sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: rgb(255, 255, 255);
}

.contact-block2 {
  position: relative;
  margin-bottom: 30px;
}
.contact-block2:hover .contact-icon2 {
  background-color: var(--theme-color2);
}
.contact-block2:hover .contact-icon2 .icon path {
  fill: var(--white-color);
}

.icon-box {
  position: relative;
  z-index: 99;
  display: inline-block;
}
.icon-box::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100px;
  height: 100px;
  border-radius: 6px;
  background-color: #3a3a3a;
  z-index: -1;
}

.contact-icon2 {
  position: relative;
  width: 92px;
  height: 92px;
  line-height: 92px;
  text-align: center;
  border-radius: 6px;
  margin: 0 8px 8px 0;
  background-color: rgb(248, 218, 162);
  transition: all 0.3s ease;
  z-index: 999;
}
.contact-icon2 .icon path {
  fill: var(--title-color);
  transition: all 0.3s ease;
}

.block-content2 {
  position: relative;
}
.block-content2 .title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: var(--white-color);
  margin: 31px 0 11px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .block-content2 .title {
    line-height: 34px;
  }
}
.block-content2 p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: var(--white-color);
  max-width: 280px;
  opacity: 0.74;
}

.contact-img2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.contact-img2 img {
  height: 100%;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .contact-img2 img {
    max-width: 60%;
    object-fit: cover;
  }
}
@media (max-width: 1199px) {
  .contact-img2 img {
    max-width: 55%;
  }
}
@media (max-width: 992px) {
  .contact-img2 img {
    display: none;
  }
}

.play-now {
  position: absolute;
  top: 120px;
  left: 296px;
  width: 128px;
  height: 128px;
  line-height: 128px;
  text-align: center;
  border-radius: 50%;
  backdrop-filter: blur(14px);
  display: inline-block;
  font-size: 32px;
  color: var(--white-color);
  border: 1px solid #ffffff;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .play-now {
    left: 195px;
  }
}
@media (max-width: 1199px) {
  .play-now {
    top: 90px;
  }
}
@media (max-width: 992px) {
  .play-now {
    display: none;
  }
}
.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  height: 125px;
  width: 125px;
}
.play-now:hover {
  color: #ff9d00;
}

.our-approach-style2 {
  position: relative;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 32px;
}

.approach-content2 {
  position: relative;
  margin-top: 7px;
}
.approach-content2 .title-area2 {
  max-width: 486px;
  margin-bottom: 47px;
}

.approach-info2 {
  position: relative;
  display: flex;
  margin-bottom: 57px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .approach-info2 {
    flex-wrap: wrap;
  }
}
.approach-info2 .about-counter2 {
  margin-right: 54px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .approach-info2 .about-counter2 {
    margin-right: -10px;
  }
}
@media (max-width: 576px) {
  .approach-info2 .about-counter2 {
    margin: 0 0 10px;
  }
}
.approach-info2 .about-counter2 .counterr {
  position: relative;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .approach-info2 .about-counter2 .counterr {
    font-size: 90px;
  }
}
@media (max-width: 576px) {
  .approach-info2 .about-counter2 .counterr {
    font-size: 75px;
  }
}
.approach-info2 .about-counter2::before {
  display: none;
}
.approach-info2 .about-counter2 sub {
  right: 5px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .approach-info2 .about-counter2 sub {
    right: 40px;
  }
}
@media (max-width: 576px) {
  .approach-info2 .about-counter2 sub {
    font-size: 75px;
    line-height: 85px;
    right: 31%;
  }
}

.approach-list {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 50px;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .approach-list {
    margin-left: 45px;
  }
}
@media (max-width: 576px) {
  .approach-list {
    margin: 0 0 0 0;
  }
}
.approach-list::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  width: 2px;
  height: 184px;
  background-color: #f3f3f3;
  /* Large devices */
}
@media (max-width: 1199px) {
  .approach-list::before {
    display: none;
  }
}
.approach-list li {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  padding-left: 34px;
  margin-bottom: 21px;
}
.approach-list li:last-child {
  margin-bottom: 0;
}
.approach-list li img {
  position: absolute;
  top: 2px;
  left: 0;
}

.approach-img2 {
  position: relative;
  /* Medium devices */
}
@media (max-width: 992px) {
  .approach-img2 {
    margin-top: 50px;
  }
}
.approach-img2 img {
  width: 100%;
}

.pricing-style1 {
  position: relative;
}
.pricing-style1 .row {
  margin-bottom: -30px;
}

.price-title-box {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 2px solid #f3f3f3;
  padding-bottom: 36px;
  margin-bottom: 69px;
  /* Small devices */
}
@media (max-width: 767px) {
  .price-title-box {
    flex-wrap: wrap;
  }
}
.price-title-box::before {
  content: "";
  position: absolute;
  top: 30%;
  right: 25%;
  width: 195px;
  height: 71px;
  background-image: url(../img/icon/twister.png);
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .price-title-box::before {
    right: 29%;
  }
}
@media (max-width: 992px) {
  .price-title-box::before {
    display: none;
  }
}

.pricing-title {
  position: relative;
}
.pricing-title .sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  margin-bottom: 5px;
}
.pricing-title .title {
  font-size: 110px;
  font-weight: 600;
  line-height: 120px;
  margin-bottom: 0;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .pricing-title .title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 992px) {
  .pricing-title .title {
    font-size: 43px;
  }
}
@media (max-width: 767px) {
  .pricing-title .title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0;
  }
}
@media (max-width: 416px) {
  .pricing-title .title {
    font-size: 27px;
    line-height: 37px;
  }
}

.pricing-tabs {
  position: relative;
  top: -24px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .pricing-tabs {
    top: 0;
  }
}
@media (max-width: 767px) {
  .pricing-tabs {
    margin-top: 30px;
  }
}
.pricing-tabs .nav-tabs {
  border: 1px solid #e7e7e7;
  max-width: 257px;
  border-radius: 50px;
  padding: 8px 9px;
}
.pricing-tabs .nav-tabs .nav-link {
  height: 62px;
  line-height: 62px;
  padding: 0 29px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  background-color: unset;
  border: 0;
}
.pricing-tabs .nav-tabs .nav-link.active {
  background-color: var(--theme-color2);
  color: var(--white-color);
  border: 0;
}

.pricing-card {
  position: relative;
  border: 1px solid #e7e7e7;
  border-radius: 18px;
  margin-bottom: 30px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .pricing-card {
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .pricing-card {
    height: unset;
  }
}
@media (max-width: 992px) {
  .pricing-card {
    height: 480px;
  }
}

.basic-content {
  position: relative;
  padding: 31px 33px 16px;
  border-bottom: 2px solid #f3f3f3;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .basic-content {
    padding: 31px 20px 16px;
  }
}
@media (max-width: 992px) {
  .basic-content {
    padding: 31px 33px 16px;
  }
}
.basic-content .sub-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  display: inline-block;
  color: rgb(17, 17, 17);
  width: 100%;
}

.price {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #f3f3f3;
  padding: 13px 30px 13px 39px;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .price {
    padding: 13px 20px 13px 20px;
  }
}
@media (max-width: 992px) {
  .price {
    padding: 13px 30px 13px 39px;
  }
}
.price .title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 0;
  font-weight: 500;
  color: rgb(17, 17, 17);
}

.empty {
  position: relative;
  width: 37px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--theme-color2);
  margin-left: 9px;
}
.empty::before {
  content: "";
  position: absolute;
  top: 0;
  left: -9px;
  width: 37px;
  height: 38px;
  border: 1px solid var(--theme-color2);
  border-radius: 50%;
}

.empty2 {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--theme-color2);
  margin-left: 9px;
  z-index: 9;
  top: -7px;
}
.empty2::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -9px;
  width: 32px;
  height: 32px;
  border: 1px solid var(--theme-color2);
  border-radius: 50%;
  z-index: -1;
}
.empty2::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 48px;
  height: 48px;
  border: 6px solid var(--white-color);
  border-radius: 50%;
  z-index: -1;
}

.price-list-box {
  position: relative;
  padding: 31px 38px 26px;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .price-list-box {
    padding: 31px 20px 26px;
  }
}
@media (max-width: 992px) {
  .price-list-box {
    padding: 31px 38px 26px;
  }
}

.price-list {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 41px;
}
.price-list li {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  padding-left: 32px;
  margin-bottom: 14px;
}
.price-list li:last-child {
  margin-bottom: 0;
}
.price-list li i {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 14px;
  color: #888888;
}

.price-hover {
  height: 100%;
  border: 9px solid transparent;
  z-index: 9;
}
.price-hover::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 37px;
  height: 37px;
  background-color: var(--white-color);
  z-index: 9;
}
.price-hover::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgb(29, 27, 35);
  z-index: 9;
  border-radius: 0 18px 0 0;
}

.price-hover-img {
  position: relative;
  height: 100%;
}
.price-hover-img img {
  width: 100%;
  height: 100%;
}
.price-hover-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.5);
  border-radius: 12px;
}

.price-hover-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  width: 100%;
  margin-top: 13px;
}
.price-hover-content .nmbr {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 21px;
  color: var(--white-color);
}
.price-hover-content .nmbr a:hover {
  color: var(--theme-color2);
}
.price-hover-content .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: var(--white-color);
  font-family: var(--title-font);
  margin: 25px 0 14px;
}
.price-hover-content p {
  font-size: 18px;
  line-height: 28px;
  color: var(--white-color);
  max-width: 230px;
  margin: 0 auto;
  margin-bottom: 66px;
}
.price-hover-content .btn-style3 {
  border-color: var(--white-color);
  color: var(--white-color);
}
.price-hover-content .btn-style3:hover {
  border-color: transparent;
}

.choose-us-section2 {
  position: relative;
  background-color: rgb(17, 17, 17);
}

.choose-content2 {
  position: relative;
}
.choose-content2 .title-area3 {
  margin-bottom: 52px;
}
.choose-content2 .btn-style4 {
  margin-top: 62px;
}

.choose-block2 {
  position: relative;
  margin-right: 65px;
  /* Small devices */
}
@media (max-width: 767px) {
  .choose-block2 {
    margin-right: 0;
  }
}
.choose-block2 img {
  margin-bottom: 22px;
}
.choose-block2 .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 14px;
}
.choose-block2 p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: var(--white-color);
}

.choose-block2.v1 {
  position: relative;
  /* Small devices */
}
@media (max-width: 767px) {
  .choose-block2.v1 {
    margin-bottom: 40px;
  }
}
.choose-block2.v1::before {
  content: "";
  position: absolute;
  top: 0;
  right: -35px;
  width: 2px;
  height: 97px;
  background-color: #1d1d1d;
  /* Small devices */
}
@media (max-width: 767px) {
  .choose-block2.v1::before {
    display: none;
  }
}

.choose-img2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.choose-img2 img {
  height: 100%;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .choose-img2 img {
    max-width: 590px;
    object-fit: cover;
  }
}
@media (max-width: 1199px) {
  .choose-img2 img {
    display: none;
  }
}

.work-style1 {
  position: relative;
}

.work-title {
  position: relative;
  margin-bottom: 58px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .work-title {
    margin-bottom: 50px;
  }
}
.work-title .row {
  margin-bottom: 0;
}
.work-title .title-area3 {
  position: relative;
  /* Medium devices */
}
@media (max-width: 992px) {
  .work-title .title-area3 {
    margin-bottom: 10px !important;
  }
}

.work-card {
  position: relative;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .work-card {
    padding-bottom: 13px;
  }
}
@media (max-width: 1199px) {
  .work-card {
    padding-bottom: 0;
  }
}
.work-card:hover .work-img img {
  transform: scale(1.1);
}

.para2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
  color: rgb(17, 17, 17);
  max-width: 242px;
}

.work-img {
  position: relative;
  overflow: hidden;
  border-radius: 17px;
  z-index: 9;
}
.work-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 300ms ease;
}
.work-img .sub-title {
  position: absolute;
  top: 32px;
  right: 34px;
  font-size: 18px;
  font-weight: 500;
  line-height: 45px;
  display: inline-block;
  padding: 0 24px;
  height: 45px;
  border-radius: 50px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5019607843);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9;
}
.work-img img {
  border-radius: 17px;
  transition: all 0.3s ease;
}

.work-content {
  position: relative;
  padding: 30px 0 0;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.3s ease;
  width: 100%;
  overflow: hidden;
  /* Small devices */
}
@media (max-width: 767px) {
  .work-content {
    padding: 30px 15px;
  }
}
.work-content .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 0;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .work-content .title {
    font-size: 22px;
    line-height: 23px;
  }
}
@media (max-width: 416px) {
  .work-content .title {
    text-align: left;
  }
}
.work-content .title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .work-content .title a {
    display: block;
  }
}
.work-content .title a:hover {
  color: var(--theme-color3);
}
.work-content .title a img {
  width: unset;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .work-content .title a img {
    margin-top: 15px;
  }
}

.swiper.work-swiper .swiper-slide-active .work-img::before {
  opacity: 1;
  visibility: visible;
}
.swiper.work-swiper .swiper-slide-active .work-img .sub-title {
  opacity: 1;
  visibility: visible;
}
.swiper.work-swiper .swiper-slide-active .work-content {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}

.work-swiper-btn {
  position: absolute;
  bottom: 0;
  right: 300px;
  width: 193px;
  height: 48px;
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  background-color: var(--white-color);
  z-index: 9;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .work-swiper-btn {
    right: 29px;
  }
}
@media (max-width: 1199px) {
  .work-swiper-btn {
    display: none;
  }
}
.work-swiper-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 83px;
  height: 2px;
  background-color: #f3f3f3;
}
.work-swiper-btn .swiper-button-next,
.work-swiper-btn .swiper-button-prev {
  position: static;
  display: unset;
  font-size: 20px;
  width: 100%;
  margin: 0;
  height: unset;
  color: rgb(17, 17, 17);
}
.work-swiper-btn .swiper-button-next::after,
.work-swiper-btn .swiper-button-prev::after {
  display: none;
}
.work-swiper-btn .swiper-button-next {
  text-align: right;
}

.work-btn {
  position: relative;
  /* Medium devices */
}
@media (max-width: 992px) {
  .work-btn {
    text-align: left !important;
    margin-top: 20px;
  }
}

.funfact-style2 {
  position: relative;
}
.funfact-style2::before {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 155px;
  height: 172px;
  background-image: url(../img/icon/circle2-1.png);
  /* Medium devices */
}
@media (max-width: 992px) {
  .funfact-style2::before {
    display: none;
  }
}
.funfact-style2::after {
  content: "";
  position: absolute;
  bottom: 140px;
  right: 0;
  width: 46px;
  height: 106px;
  background-image: url(../img/icon/circle2-2.png);
  /* Medium devices */
}
@media (max-width: 992px) {
  .funfact-style2::after {
    display: none;
  }
}
.funfact-style2 .row .col-lg-3:last-child .funfact-card2 {
  border-right: 0;
}
.funfact-style2 .title-area3 {
  position: relative;
  /* Small devices */
}
@media (max-width: 767px) {
  .funfact-style2 .title-area3 {
    text-align: left !important;
  }
}

.funfact-info2 {
  position: relative;
  border-top: 2px solid #f5f5f5;
}

.funfact-card2 {
  position: relative;
  padding: 51px 0 0;
  border-right: 2px solid #f5f5f5;
}
.funfact-card2 .title2 {
  position: relative;
  display: inline-block;
}
.funfact-card2 .title2 .counterr {
  font-size: 80px;
  line-height: 76px;
  font-weight: 600;
  color: rgb(17, 17, 17);
  margin-bottom: 24px;
  font-family: var(--title-font3);
}
.funfact-card2 .title2 span {
  position: absolute;
  top: 0;
  right: -44px;
  font-size: 80px;
  line-height: 76px;
  font-weight: 600;
  font-family: var(--title-font3);
}
.funfact-card2 .sub-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 14px;
  display: block;
}
.funfact-card2 p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: rgb(17, 17, 17);
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .funfact-card2 p {
    padding-right: 10px;
  }
}
@media (max-width: 992px) {
  .funfact-card2 p {
    max-width: 289px;
  }
}

.experience-banner {
  position: relative;
}

.video-box {
  position: relative;
  background-color: var(--theme-color3);
  max-width: 340px;
  border-radius: 0 0 18px 18px;
  text-align: center;
  padding: 70px 0 51px;
  margin-bottom: 105px;
  /* Small devices */
}
@media (max-width: 767px) {
  .video-box {
    margin-bottom: 65px;
  }
}
.video-box .sub-title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
  color: rgb(17, 17, 17);
  font-weight: 600;
  display: block;
}

.play-now2 {
  position: relative;
  width: 130px;
  height: 130px;
  line-height: 110px;
  text-align: center;
  border-radius: 50%;
  background-color: rgb(17, 17, 17);
  color: var(--white-color);
  display: inline-block;
  font-size: 30px;
  border: 10px solid #84d765;
  margin-bottom: 42px;
}
.play-now2:hover {
  color: var(--theme-color3);
}

.exp-banner-content {
  position: relative;
}
.exp-banner-content .title-area3 .title {
  font-size: 80px;
  line-height: 90px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .exp-banner-content .title-area3 .title {
    font-size: 52px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  .exp-banner-content .title-area3 .title {
    font-size: 52px;
    line-height: 61px;
  }
}
@media (max-width: 576px) {
  .exp-banner-content .title-area3 .title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 416px) {
  .exp-banner-content .title-area3 .title {
    font-size: 33px;
    line-height: 43px;
  }
}

.feature-style1 {
  position: relative;
}

.feature-content {
  position: relative;
  /* Medium devices */
}
@media (max-width: 992px) {
  .feature-content {
    margin-bottom: 50px;
  }
}
.feature-content .title-area {
  margin-bottom: 250px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .feature-content .title-area {
    margin-bottom: 30px;
  }
}

.feature-info {
  margin: 37px 0 0 31px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .feature-info {
    margin: 0;
  }
}

.feature-counter-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 81px;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .feature-counter-info {
    margin-bottom: 55px;
    margin-bottom: 37px;
  }
}
@media (max-width: 576px) {
  .feature-counter-info {
    flex-wrap: wrap;
  }
}
.feature-counter-info p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: rgb(17, 17, 17);
  max-width: 287px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .feature-counter-info p {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.feature-counter {
  position: relative;
}
.feature-counter .counterr,
.feature-counter sub {
  font-size: 110px;
  line-height: 82px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: var(--title-font2);
  /* Medium devices */
}
@media (max-width: 992px) {
  .feature-counter .counterr,
  .feature-counter sub {
    font-size: 90px;
  }
}
.feature-counter sub {
  position: absolute;
  top: 0;
  right: 5px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .feature-counter sub {
    right: 45px;
  }
}
.feature-counter .sub-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  margin-top: 12px;
  color: #585858;
}

.feature-list {
  position: relative;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.feature-list li {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(17, 17, 17);
  padding-bottom: 11px;
  margin-bottom: 14px;
  border-bottom: 2px solid #f3f3f3;
  /* Extra small devices */
  /* Extra small devices */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .feature-list li {
    font-size: 22px;
  }
}
@media (max-width: 416px) {
  .feature-list li {
    font-size: 17px;
  }
}
.feature-list li span {
  width: 80px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  background-color: #fff7ea;
}

.contact-us-banner {
  position: relative;
  background-image: url(../img/bg/cont-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-us-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 100%;
  background-color: var(--theme-color4);
}

.cont-banner-content {
  position: relative;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .cont-banner-content {
    margin-left: 20px;
  }
}
@media (max-width: 416px) {
  .cont-banner-content {
    margin-left: 13px;
  }
}
.cont-banner-content .title-area {
  position: relative;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .cont-banner-content .title-area {
    text-align: center;
  }
}
.cont-banner-content .title-area .sub-title {
  margin-bottom: 23px;
}
.cont-banner-content .title-area .sub-title small {
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  color: rgb(17, 17, 17);
  padding: 0 16px;
  background-color: var(--theme-color4);
  display: inline-block;
  border-radius: 50px;
  margin-left: 8px;
}
.cont-banner-content .title-area .title span {
  color: var(--theme-color4);
}

.contact-banner-btn {
  position: relative;
  text-align: right;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .contact-banner-btn {
    text-align: left;
    padding: 40px 0 0 20px;
  }
}
@media (max-width: 416px) {
  .contact-banner-btn {
    padding-left: 13px;
  }
}
.contact-banner-btn .btn-style5 {
  border-color: var(--theme-color4);
  margin-right: 10px;
  /* Extra small devices */
}
.contact-banner-btn .btn-style5:last-child {
  margin-right: 0;
}
@media (max-width: 416px) {
  .contact-banner-btn .btn-style5 {
    width: 100%;
    text-align: center;
  }
}

.process-style2 {
  position: relative;
}

.process-img2 {
  position: relative;
  margin-bottom: 56px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .process-img2 {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .process-img2 {
    margin-bottom: 40px;
  }
}
.process-img2 img {
  position: relative;
  margin-right: 13px;
  /* Large devices */
}
.process-img2 img:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .process-img2 img {
    width: 100%;
    height: 510px;
    object-fit: cover;
  }
}
.process-img2 .one {
  top: 35px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .process-img2 .one {
    top: 0;
    display: none;
  }
}
.process-img2 .two {
  top: 56px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .process-img2 .two {
    top: 0;
    display: none;
  }
}

.process-list2 {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.process-list2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 29px;
  height: 140px;
  border: 1px dotted #eeeeee;
}
.process-list2 li {
  position: relative;
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  color: rgb(17, 17, 17);
  padding-left: 85px;
  margin-bottom: 28px;
  background-color: var(--white-color);
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .process-list2 li {
    font-size: 20px;
    padding: 11px 0 11px 85px;
  }
  .process-list2 li br {
    display: none;
  }
}
@media (max-width: 416px) {
  .process-list2 li {
    font-size: 18px;
    line-height: 26px;
  }
}
.process-list2 li:first-child {
  margin-bottom: 45px;
  /* Small devices */
}
@media (max-width: 767px) {
  .process-list2 li:first-child {
    margin-bottom: 28px;
  }
}
.process-list2 li:nth-child(2) {
  /* Extra small devices */
}
@media (max-width: 416px) {
  .process-list2 li:nth-child(2) {
    margin-bottom: 15px;
  }
}
.process-list2 li:last-child {
  margin-bottom: 0;
}
.process-list2 li span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 18px;
  font-weight: 500;
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  display: inline-block;
  transition: all 0.3s ease;
}
.process-list2 .active span {
  border-color: rgb(17, 17, 17);
}

.process-content2 {
  position: relative;
  margin-left: 108px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .process-content2 {
    margin-left: 0;
  }
}

.approach-style3 {
  position: relative;
}
.approach-style3 .container {
  max-width: 1650px;
  padding: 0 15px;
  margin: 0 auto;
}

.approach-content3 {
  position: relative;
  margin-left: 109px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .approach-content3 {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .approach-content3 {
    margin-top: 50px;
  }
}
.approach-content3 .title-area p {
  max-width: 486px;
  /* Small devices */
}
@media (max-width: 767px) {
  .approach-content3 .title-area p {
    font-size: 16px;
  }
}

.approach-box3 {
  position: relative;
  background-image: url(../img/bg/approach-bg.jpg);
  z-index: 9;
  /* Large devices */
}
@media (max-width: 1199px) {
  .approach-box3 {
    background-image: unset;
    padding: 0 !important;
  }
}
.approach-box3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 32, 32, 0.8);
  z-index: -1;
  /* Large devices */
}
@media (max-width: 1199px) {
  .approach-box3::before {
    display: none;
  }
}

.approach-img3 {
  position: absolute;
  top: 100px;
  left: 0;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .approach-img3 {
    top: 117px;
  }
}
@media (max-width: 1199px) {
  .approach-img3 {
    position: static;
  }
}
.approach-img3 img {
  position: relative;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .approach-img3 img {
    max-width: 81%;
  }
}
@media (max-width: 1199px) {
  .approach-img3 img {
    max-width: 100%;
  }
}

.project-style1 {
  position: relative;
}
.project-style1 .swiper {
  padding-bottom: 44px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .project-style1 .swiper {
    padding-bottom: 0;
  }
}
.project-style1 .swiper-button-prev2 {
  margin-right: 11px;
}

.project-title {
  position: relative;
  margin-bottom: 58px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .project-title {
    margin-bottom: 40px;
  }
}
.project-title .ser-swiper-btn {
  left: auto;
  right: 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .project-title .ser-swiper-btn {
    display: none;
  }
}

.project-card {
  position: relative;
  z-index: 99;
  width: 100%;
  text-align: left;
}
.project-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.4);
}
.project-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-image: url(../img/event/project1-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 300ms ease;
}
.project-card img {
  width: 100%;
}
.project-card:hover::after {
  height: 100%;
}
.project-card:hover .industri {
  opacity: 1;
  visibility: visible;
}
.project-card:hover .project-btn {
  margin-top: 24px;
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.industri {
  position: absolute;
  top: 34px;
  left: 30px;
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  height: 40px;
  line-height: 38px;
  border: 1px solid var(--white-color);
  padding: 0 14px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.project2-content {
  position: absolute;
  bottom: 34px;
  left: 30px;
  z-index: 99;
  width: 342px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 416px) {
  .project2-content {
    left: 20px;
  }
}
@media (max-width: 416px) {
  .project2-content {
    left: 30px;
  }
}
.project2-content .title {
  margin-bottom: 0;
}
.project2-content .title a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--white-color);
  font-family: var(--title-font);
  display: inline-block;
  /* Large devices */
  /* Extra small devices */
}
.project2-content .title a:hover {
  color: var(--theme-color4);
}
@media (max-width: 1199px) {
  .project2-content .title a {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 416px) {
  .project2-content .title a {
    font-size: 24px;
    line-height: 34px;
    width: 232px;
  }
}

.project-btn {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  height: 0;
}
.project-btn:hover {
  color: var(--white-color);
}
.project-btn i {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid var(--white-color);
  margin-left: 10px;
}

.swiper-pagination.v3 {
  bottom: -6px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .swiper-pagination.v3 {
    display: none;
  }
}
.swiper-pagination.v3 .swiper-pagination-bullet {
  width: 83px;
  height: 2px;
  background-color: #888888;
  border-radius: 0;
}
.swiper-pagination.v3 .swiper-pagination-bullet-active {
  background-color: rgb(17, 17, 17);
}

.marquee-style2 {
  position: relative;
  background-color: #242424;
  margin-top: 10px;
}

.marquee-list2 {
  position: relative;
  margin-right: 0;
  padding: 23px 0 23px;
  overflow: hidden;
}

.marquee-content2 {
  font-size: 37px;
  line-height: 44px;
  font-weight: 400;
  margin: 0;
  color: var(--white-color);
  margin-right: 0;
  display: flex;
  align-items: center;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .marquee-content2 {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .marquee-content2 {
    font-size: 31px;
  }
}
@media (max-width: 992px) {
  .marquee-content2 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .marquee-content2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .marquee-content2 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .marquee-content2 {
    font-size: 20px;
  }
}
@media (max-width: 416px) {
  .marquee-content2 {
    font-size: 27px;
  }
}
.marquee-content2 img {
  margin-left: 27px;
  width: unset;
}

.video-banner {
  position: relative;
  background-image: url(../img/bg/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.video-box3 {
  position: relative;
}

.video-btn {
  position: relative;
  display: flex;
  align-items: center;
  padding: 47px 0 47px 175px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .video-btn {
    display: block;
    padding: 0 0 20px 0;
  }
}
.video-btn i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  color: var(--white-color);
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 130px;
  text-align: center;
  background-color: #a5b8d6;
  border-radius: 50%;
  z-index: 99;
  border: 10px solid #7e99c4;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .video-btn i {
    position: static;
    margin-bottom: 20px;
  }
}
.video-btn span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--white-color);
  display: inline-block;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .video-btn span {
    font-size: 16px;
    line-height: 26px;
  }
}

.video-content {
  position: relative;
}
.video-content .title {
  font-size: 50px;
  line-height: 60px;
  color: var(--white-color);
  font-weight: 500;
  margin: 202px 0 0;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .video-content .title {
    margin: 150px 0 0;
  }
}
@media (max-width: 767px) {
  .video-content .title {
    font-size: 39px;
    line-height: 50px;
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .video-content .title {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (max-width: 416px) {
  .video-content .title {
    margin-top: 0px;
  }
}
@media (max-width: 416px) {
  .video-content .title {
    font-size: 27px;
    line-height: 37px;
  }
}

.sm-banner2 {
  position: relative;
  background-color: var(--title-color);
  /* Medium devices */
}
@media (max-width: 992px) {
  .sm-banner2 {
    padding: 80px 0;
  }
}

.sm-banner-info.v2 .customer-content .title {
  color: var(--white-color);
}
.sm-banner-info.v2 .customer-content p {
  color: #c1c1c1;
}
.sm-banner-info.v2 .main-title {
  color: var(--white-color);
}
.sm-banner-info.v2 .sm-btn {
  color: var(--white-color);
  border-color: #292929;
}

.faq-style2 {
  position: relative;
}

.faq-content2 {
  position: relative;
  margin-right: 84px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .faq-content2 {
    margin-right: 0;
  }
}
.faq-content2 .title-area {
  margin-bottom: 84px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .faq-content2 .title-area {
    margin-bottom: 40px;
  }
}
.faq-content2 .nav-tabs {
  position: relative;
  border-bottom: 0;
  display: block;
  /* Small devices */
}
@media (max-width: 767px) {
  .faq-content2 .nav-tabs {
    margin-bottom: 50px;
  }
}
.faq-content2 .nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}
.faq-content2 .nav-tabs .nav-item .nav-link {
  padding: 0;
  border: 0;
  background-color: unset;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: rgb(17, 17, 17);
  font-family: var(--title-font);
  border-bottom: 2px solid #f3f3f3;
  padding-bottom: 14px;
  margin-bottom: 51px;
  display: block;
  width: 100%;
  text-align: left;
  transition: all 0.3s ease;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .faq-content2 .nav-tabs .nav-item .nav-link {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 28px;
  }
}
@media (max-width: 416px) {
  .faq-content2 .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    line-height: 24px;
  }
}
.faq-content2 .nav-tabs .nav-item .nav-link.active {
  border-color: var(--theme-color);
}

.faq-collapes {
  position: relative;
  margin-left: 61px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .faq-collapes {
    margin-left: 0;
  }
}

.according-box2 {
  position: relative;
}
.according-box2 .vs-accordion .accordion-item {
  border: 1px solid #e7e7e7;
  padding: 28px 40px 28px;
  margin-bottom: 24px;
  border-radius: 18px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .according-box2 .vs-accordion .accordion-item {
    padding: 28px 21px 28px;
  }
}
@media (max-width: 576px) {
  .according-box2 .vs-accordion .accordion-item {
    padding: 18px 21px 18px;
  }
}
.according-box2 .vs-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.according-box2 .vs-accordion .accordion-item .accordion-button {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .according-box2 .vs-accordion .accordion-item .accordion-button {
    font-size: 20px;
    line-height: 16px;
  }
}
@media (max-width: 576px) {
  .according-box2 .vs-accordion .accordion-item .accordion-button {
    line-height: 30px;
  }
}
.according-box2 .vs-accordion .accordion-item .accordion-button i {
  font-size: 18px;
}
.according-box2 .vs-accordion .accordion-item .accordion-body {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgb(17, 17, 17);
  margin-left: 0;
  padding: 17px 0 0;
  max-width: 488px;
}

.portfolio-style2 {
  position: relative;
}
.portfolio-style2 .row {
  margin-bottom: -44px;
}

.portfolio-card.v2 {
  position: relative;
  margin-bottom: 44px;
}
.portfolio-card.v2:hover .industrial,
.portfolio-card.v2:hover .portfolio-content,
.portfolio-card.v2:hover .portfolio-btn {
  opacity: 1;
  visibility: visible;
}
.portfolio-card.v2 .portfolio-btn:hover {
  background: var(--theme-color);
}
.portfolio-card.v2 .portfolio-content {
  background-color: var(--theme-color);
}
.portfolio-card.v2 .portfolio-content .title,
.portfolio-card.v2 .portfolio-content p {
  color: var(--white-color);
}

.pagination.v2 {
  margin-top: 60px;
}

.contact-style3 {
  position: relative;
}
.contact-style3 .row {
  margin-bottom: -40px;
}

.contact-block3 {
  position: relative;
  text-align: center;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  padding: 84px 0 83px;
  margin: 44px 0 40px;
  z-index: 99;
  transition: all 0.3s ease;
  height: 240px;
}
.contact-block3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg/cont3-1.png);
  z-index: -1;
}
.contact-block3:hover::before {
  display: none;
}
.contact-block3:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.contact-block3 i {
  position: absolute;
  top: -45px;
  left: 0;
  width: 90px;
  height: 90px;
  line-height: 88px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  border: 1px solid #e7e7e7;
  color: #292c31;
  background-color: var(--white-color);
  transition: all 0.3s ease;
}
.contact-block3 .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 7px;
  line-height: 34px;
  color: rgb(17, 17, 17);
}
.contact-block3 .nmbr {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  display: inline-block;
  color: #4d4d4d;
}
.contact-block3 .nmbr:hover {
  color: var(--theme-color);
}
.contact-block3 p {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  color: #4d4d4d;
}

.project-detail {
  position: relative;
}

.pro-detail-info {
  position: relative;
  margin-bottom: 62px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .pro-detail-info {
    margin-bottom: 32px;
  }
}

.detail-img {
  position: relative;
  /* Small devices */
}
.detail-img img {
  width: 100%;
}
@media (max-width: 767px) {
  .detail-img {
    margin-bottom: 20px;
  }
}

.pro-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #f3f3f3;
  padding-bottom: 77px;
  margin-bottom: 35px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .pro-title {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    padding-bottom: 40px;
  }
}
.pro-title .title {
  position: relative;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 0;
  font-weight: 500;
  color: rgb(17, 17, 17);
  max-width: 531px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .pro-title .title {
    font-size: 40px;
    line-height: 52px;
    max-width: 650px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .pro-title .title {
    font-size: 43px;
    line-height: 53px;
  }
}
@media (max-width: 767px) {
  .pro-title .title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0;
  }
}
@media (max-width: 416px) {
  .pro-title .title {
    font-size: 27px;
    line-height: 37px;
  }
}
.pro-title p {
  font-size: 18px;
  line-height: 28px;
  color: rgb(17, 17, 17);
  max-width: 485px;
  margin: 5px 0 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .pro-title p {
    max-width: 650px;
  }
}

.inner-content2 {
  position: relative;
  margin-bottom: 30px;
}
.inner-content2 .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 2px;
}
.inner-content2 .sub-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #4f4f4f;
}

.detail-content2 {
  position: relative;
}
.detail-content2 .title-area {
  margin: 58px 0 42px;
}

.detail-list2 {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin: 30px 0 0;
}
.detail-list2 li {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 15px;
  padding-left: 32px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .detail-list2 li {
    font-size: 17px;
    line-height: 27px;
  }
}
.detail-list2 li:last-child {
  margin-bottom: 0;
}
.detail-list2 li img {
  position: absolute;
  top: 8px;
  left: 0;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .detail-list2 li img {
    top: 4px;
  }
}

.prev-btn {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: rgb(17, 17, 17);
  display: inline-block;
  /* Extra small devices */
}
.prev-btn:hover {
  color: var(--theme-color);
}
@media (max-width: 576px) {
  .prev-btn {
    font-size: 15px;
  }
}
.prev-btn i {
  margin-right: 16px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .prev-btn i {
    margin-right: 6px;
  }
}

.prev-btn.v2 i {
  margin: 0 0 0 16px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .prev-btn.v2 i {
    margin-left: 6px;
  }
}

.social-links13 {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .social-links13 {
    margin: 15px 0;
  }
}
.social-links13 li {
  margin-right: 8px;
}
.social-links13 li:last-child {
  margin-right: 0;
}
.social-links13 li a {
  width: 34px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #888888;
}
.social-links13 li a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
}

.social-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  padding: 24px 0;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .social-box {
    display: block;
  }
}

.project-style2 {
  position: relative;
}

.project-img2 {
  position: relative;
  border-radius: 14px;
  width: 100%;
}
.project-img2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(48, 131, 255, 0.7);
  border-radius: 14px;
  transition: all 300ms ease;
}
.project-img2:hover::before {
  height: 100%;
}
.project-img2:hover .inta-btn {
  opacity: 1;
  visibility: visible;
}
.project-img2 img {
  width: 100%;
}

.inta-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: var(--theme-color);
  background-color: var(--white-color);
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
}

/*------------------- 4.23. Shop  -------------------*/
/*------------------- 4.24. Simple Sections -------------------*/
/*------------------- 4.25. Event -------------------*/
/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-lg-30 {
  padding-top: 30px;
}

/* Medium devices */
@media (max-width: 992px) {
  .no-pl-md {
    padding-left: 0;
  }
  .pt-lg-30 {
    padding-top: 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .no-pt-sm {
    padding-top: 0;
  }
}
.mb {
  /* Small devices */
}
@media (max-width: 767px) {
  .mb {
    margin-bottom: 42px !important;
  }
}

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.5rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-6 {
  margin-bottom: 6px;
}

.mr-135 {
  margin-right: 135px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.space,
.space-top {
  padding-top: 120px;
}

.space,
.space-bottom {
  padding-bottom: 120px;
}

.space-md,
.space-md-top {
  padding-top: 100px;
}

.space-md,
.space-md-bottom {
  padding-bottom: 100px;
}

/* Medium devices */
@media (max-width: 992px) {
  .space,
  .space-top {
    padding-top: 80px;
  }
  .space,
  .space-bottom {
    padding-bottom: 80px;
  }
  .space-md,
  .space-md-top {
    padding-top: 80px;
  }
  .space-md,
  .space-md-bottom {
    padding-bottom: 80px;
  }
}

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