/*
Template Name: Tronix
Template URL: https://onertheme.com/html/tronix/
Description: IT Service And Technology HTML Template
Author: onertheme
Author URI: https://themeforest.net/user/onertheme
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slider
    2.5. Mobile Menu
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
    
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.00. Popup Search
    4.00. Popup Side Menu
    4.00. Contact
    4.00. About
    4.00. Team
    4.00. Testimonial
    4.00. Counter
    4.00. Blog
    4.00. Brand
    4.00. Simple Sections
    4.00. Why
    4.00. Faq
    4.00. Service
    4.00. Process
    4.00. Feature
    4.00. Gallery
    4.00. Skill
    4.00. Price
    4.00. Case

05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
@use "sass:math";
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #ee8601;
  --title-color: #1C1C25;
  --body-color: #7B7E86;
  --smoke-color: #EFF1F5;
  --smoke-color2: rgba(14, 89, 242, 0.1);
  --black-color: #000000;
  --black-color2: #080E1C;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --light-color: #8D96AD;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --ot-border-color: #EAEBEE;
  --title-font: 'Outfit', sans-serif;
  --body-font: 'Hanken Grotesk', sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 70px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--title-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;
  border: 1px solid var(--ot-border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--ot-border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  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 {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

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;
}

.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: 500;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 60px;
  line-height: 1.18;
}

.h2,
h2 {
  font-size: 48px;
  line-height: 1.208;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 30px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 20px;
  line-height: 1.5;
}

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}

/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media (min-width: 1560px) {
  .ot-container2 {
    width: 100%;
    max-width: 1560px;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .ot-container2 .container {
    --main-container: 1220px;
  }
  .ot-container3 {
    width: 100%;
    max-width: 1560px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .ot-container3 .container {
    --main-container: 1220px;
  }
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .ot-container3,
  .ot-container2 {
    margin-right: auto;
  }
}

@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
}

@media only screen and (min-width: 1300px) {
  .ot-container {
    --main-container: 1720px;
  }
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.container-gallery {
  max-width: 1840px;
}

/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          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);
}

@media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 24px;
  }
  .gx-44 {
    --bs-gutter-x: 44px;
  }
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.g-0 {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}

.gx-0 {
  --bs-gutter-x: 0;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.g-40 {
  --bs-gutter-y: 40px;
  --bs-gutter-x: 40px;
}

.gy-20 {
  --bs-gutter-y: 20px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gy-10 {
  --bs-gutter-y: 10px;
}

@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .g-40 {
    --bs-gutter-x: 24px;
  }
}

@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}

/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 55px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid var(--smoke-color);
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 27px;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--smoke-color);
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: var(--body-color);
}

select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: var(--body-color);
}

select::-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: var(--body-color);
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form-select.style2,
select.style2 {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E");
}

textarea.form-control,
textarea {
  min-height: 154px;
  padding-top: 16px;
  padding-bottom: 17px;
}

textarea.form-control.style2,
textarea.style2 {
  min-height: 100px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
  color: var(--body-color);
}

.form-group > i.fa-envelope {
  padding-top: 1px;
}

.form-group > i.fa-comment {
  margin-top: -2px;
}

.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--white-color);
}

.form-group.has-label > i {
  top: 50px;
}

[class*="col-"].form-group > i {
  right: calc((var(--bs-gutter-x) / 2) + 25px);
}

.form-rounded-10 .form-control,
.form-rounded-10 .form-select {
  border-radius: 10px !important;
}

.form-rounded-10 .ot-btn {
  border-radius: 10px;
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

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(--white-color);
  background-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: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--ot-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: 30px;
  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: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  -webkit-transition: all 0.2s ease;
  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.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.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;
}

.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

.line-input {
  position: relative;
  margin-bottom: 0;
}

.line-input label {
  color: var(--body-color);
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  pointer-events: none;
}

.line-input input,
.line-input textarea {
  color: var(--light-color);
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #1B2F5F;
  padding: 8px 0;
  width: 100%;
  background-color: transparent;
  margin-bottom: 18px;
}

.line-input input::-moz-placeholder,
.line-input textarea::-moz-placeholder {
  color: var(--light-color);
}

.line-input input::-webkit-input-placeholder,
.line-input textarea::-webkit-input-placeholder {
  color: var(--light-color);
}

.line-input input:-ms-input-placeholder,
.line-input textarea:-ms-input-placeholder {
  color: var(--light-color);
}

.line-input input::-webkit-input-placeholder, .line-input textarea::-webkit-input-placeholder {
  color: var(--light-color);
}

.line-input input::-moz-placeholder, .line-input textarea::-moz-placeholder {
  color: var(--light-color);
}

.line-input input:-ms-input-placeholder, .line-input textarea:-ms-input-placeholder {
  color: var(--light-color);
}

.line-input input::-ms-input-placeholder, .line-input textarea::-ms-input-placeholder {
  color: var(--light-color);
}

.line-input input::placeholder,
.line-input textarea::placeholder {
  color: var(--light-color);
}

.line-input input:focus,
.line-input textarea:focus {
  border-bottom: 1px solid var(--theme-color);
  background-color: transparent;
  color: var(--light-color);
}

.line-input input:valid,
.line-input textarea:valid {
  border-bottom: 1px solid var(--theme-color);
  background-color: transparent;
  color: var(--light-color);
}

.line-input input:focus ~ label, .line-input input:valid ~ label,
.line-input textarea:focus ~ label,
.line-input textarea:valid ~ label {
  top: -6px;
}

[class*="col-"].line-input label {
  left: calc((var(--bs-gutter-x) / 2) + 0);
}

/*------------------- 2.4. Slick Slider -------------------*/
.swiper-wrapper.row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.ot-slider.has-shadow {
  padding-left: 12px;
  padding-right: 12px;
  margin: -25px -12px;
}

.ot-slider.has-shadow .swiper-wrapper {
  padding: 25px 0;
}

.swiper-fade .swiper-slide {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.swiper-fade .swiper-slide-prev {
  opacity: 0;
}

.swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 40px 0 16px 0;
  line-height: 20px;
  height: 20px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 20px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  opacity: 1;
  background-color: transparent;
  position: relative;
  border: 2px solid #CEDCE9;
  cursor: pointer;
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  background-color: var(--theme-color);
  opacity: 0;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--theme-color);
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
  inset: 4px;
}

.slider-area {
  position: relative;
}

.slider-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--theme-color);
  color: var(--white-color);
  position: absolute;
  top: 50%;
  border: none;
  left: var(--pos-x, -120px);
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 56px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 56px) / -2);
  z-index: 3;
  border-radius: 99px;
}

.slider-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}

.slider-arrow.slider-next {
  right: var(--pos-x, -120px);
  left: auto;
}

.slider-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.arrow-margin .slider-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap {
  position: relative;
}

.arrow-wrap .slider-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .arrow-wrap .slider-arrow {
    display: none;
  }
}

.arrow-wrap:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slider-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -70px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .slider-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -17px;
  }
}

.icon-box .slider-arrow:not(:last-child) {
  margin-right: 8px;
}

/* Medium devices */
@media (max-width: 991px) {
  .slider-arrow {
    --icon-size: 40px;
    line-height: 38px;
    margin-right: 40px;
    font-size: 14px;
  }
  .slider-arrow.slider-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slider-arrow {
    margin-right: 0;
  }
}

.slick-3d-active {
  margin-left: -12%;
  margin-right: -12%;
}

.slick-3d-active .slick-list {
  padding-left: 30% !important;
  padding-right: 30% !important;
}

.slick-3d-active .slick-track {
  max-width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  -webkit-perspective: 100px;
          perspective: 100px;
}

.slick-3d-active .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.slick-3d-active .slick-3d-next,
.slick-3d-active .slick-3d-prev,
.slick-3d-active .slick-3d-next2,
.slick-3d-active .slick-3d-prev2 {
  display: block;
}

.slick-3d-active .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}

.slick-3d-active .slick-3d-next {
  opacity: 1;
  -webkit-transform: translate3d(50%, 0, -21px);
          transform: translate3d(50%, 0, -21px);
  z-index: 1;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.slick-3d-active .slick-3d-next2 {
  opacity: 1;
  -webkit-transform: translate3d(40%, 0, -23px);
          transform: translate3d(40%, 0, -23px);
  z-index: 0;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.slick-3d-active .slick-3d-prev {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, -21px);
          transform: translate3d(-50%, 0, -21px);
}

.slick-3d-active .slick-3d-prev .testi-card {
  box-shadow: none;
}

.slick-3d-active .slick-3d-prev2 {
  opacity: 1;
  -webkit-transform: translate3d(-40%, 0, -23px);
          transform: translate3d(-40%, 0, -23px);
}

/*------------------- 2.5. Mobile Menu -------------------*/
.ot-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.ot-menu-wrapper .mobile-logo {
  padding-bottom: 50px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--smoke-color2);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
          clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
}

.ot-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.ot-menu-wrapper .ot-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}

.ot-menu-wrapper .ot-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.ot-menu-wrapper .ot-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.ot-menu-wrapper.ot-body-visible {
  opacity: 1;
  visibility: visible;
}

.ot-menu-wrapper.ot-body-visible .ot-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.ot-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.ot-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.ot-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.ot-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

.ot-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px;
}

.ot-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
}

.ot-mobile-menu ul li.ot-active > a {
  color: var(--theme-color);
}

.ot-mobile-menu ul li.ot-active > a:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ot-mobile-menu ul li ul li {
  padding-left: 20px;
}

.ot-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.ot-mobile-menu ul .ot-item-has-children > a {
  position: relative;
}

.ot-mobile-menu ul .ot-item-has-children > a .ot-mean-expand {
  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: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

.ot-mobile-menu ul .ot-item-has-children > a .ot-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}

.ot-mobile-menu ul .ot-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}

.ot-mobile-menu ul .ot-item-has-children.ot-active > a .ot-mean-expand:before {
  content: "\f068";
}

.ot-mobile-menu ul .ot-item-has-children.ot-active > a:after {
  content: "\f068";
}

.ot-mobile-menu > ul {
  padding: 0 40px;
}

.ot-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.ot-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 5px;
}

.ot-menu-toggle:hover {
  background-color: var(--title-color);
}

@media (max-width: 400px) {
  .ot-menu-wrapper .ot-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .ot-mobile-menu > ul {
    padding: 0 20px;
  }
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--title-color);
}

.preloader .ot-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}

.preloader-inner img {
  display: block;
  margin: 0 auto 0 auto;
}

.loader {
  width: 48px;
  height: 48px;
  border: 3px dotted #fff;
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  -webkit-animation: rotation 2s linear infinite;
          animation: rotation 2s linear infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted var(--theme-color);
  border-style: solid solid dotted;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-animation: rotationBack 1s linear infinite;
          animation: rotationBack 1s linear infinite;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

/*------------------- 3.2. Buttons -------------------*/
.ot-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 19.5px 35px;
  min-width: 170px;
  border-radius: 30px;
}

.ot-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--title-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}

.ot-btn i {
  font-size: 0.95em;
}

.ot-btn:hover, .ot-btn.active {
  color: var(--white-color);
  box-shadow: none;
}

.ot-btn:hover::before, .ot-btn.active::before {
  width: 100%;
}

.ot-btn.style2 {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  padding: 20px 40px;
  box-shadow: none;
}

.ot-btn.style2:hover {
  color: var(--title-color);
  border-color: var(--white-color);
}

.ot-btn.style2:hover:before, .ot-btn.style2:hover:after {
  background-color: var(--white-color);
}

.ot-btn.style3:hover {
  color: var(--title-color);
}

.ot-btn.style3:hover:before, .ot-btn.style3:hover:after {
  background-color: var(--white-color);
}

.ot-btn.style4 {
  background-color: var(--title-color);
  color: var(--white-color);
}

.ot-btn.style4:hover {
  color: var(--white-color);
}

.ot-btn.style4:hover:before, .ot-btn.style4:hover:after {
  background-color: var(--theme-color);
}

.ot-btn.style5 {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.ot-btn.style5:hover {
  color: var(--theme-color);
}

.ot-btn.style5:hover:before, .ot-btn.style5:hover:after {
  background-color: var(--white-color);
}

.ot-btn.style6 {
  background-color: var(--title-color);
}

.ot-btn.style6:hover {
  color: var(--theme-color);
}

.ot-btn.style6:hover:before, .ot-btn.style6:hover:after {
  background-color: var(--white-color);
}

.ot-btn.btn-fw {
  width: 100%;
}

.ot-btn.btn-fw:before, .ot-btn.btn-fw:after {
  display: none;
}

.ot-btn.btn-fw:hover {
  background-color: var(--title-color);
}

.ot-btn.btn-sm {
  padding: 14.5px 25px;
  min-width: 145px;
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 55px);
  height: var(--btn-size, 55px);
  line-height: var(--btn-size, 54px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--icon-bg, rgba(14, 89, 242, 0.1));
  color: var(--theme-color);
  text-align: center;
  border-radius: 99px;
  border: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}

.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 55px);
  height: var(--icon-size, 55px);
  line-height: var(--icon-size, 55px);
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: var(--icon-font-size, 1.2em);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn:after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.play-btn:hover i {
  background-color: var(--title-color);
}

.play-btn:hover:after, .play-btn:hover::before {
  border-color: var(--title-color);
}

.play-btn.style2:before, .play-btn.style2:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}

.play-btn.style2 > i {
  border: 1px solid var(--white-color);
  background-color: transparent;
}

.play-btn.style3 > i {
  --icon-size: 40px;
  font-size: 14px;
  border: 1px solid;
  background-color: var(--theme-color);
  color: var(--white-color);
}

.play-btn.style3:before, .play-btn.style3:after {
  background-color: var(--white-color);
}

.play-btn.style3:hover > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.play-btn.style3:hover:before, .play-btn.style3:hover:after {
  background-color: var(--white-color);
}

.link-btn {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: capitalize;
  color: var(--theme-color);
}

.link-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.link-btn.style-black {
  color: var(--title-color);
}

.link-btn.style-black i {
  color: var(--theme-color);
}

.link-btn:hover {
  color: var(--theme-color);
}

.link-btn:hover::before {
  width: 100%;
}

.link-btn:hover .fa-arrow-up-right {
  -webkit-transform: rotate(-315deg);
      -ms-transform: rotate(-315deg);
          transform: rotate(-315deg);
}

.line-btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--title-color);
}

.line-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}

.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--title-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.line-btn:hover {
  color: var(--theme-color);
}

.line-btn:hover::before {
  background-color: var(--theme-color);
  width: 45px;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
      -ms-transform: translateY(45px);
          transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}

.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}

.scroll-top svg path {
  fill: none;
}

.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 8px);
  margin-top: -0.26em;
  text-transform: capitalize;
}

.sub-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--title-font);
  letter-spacing: 0.05em;
  color: var(--title-color);
  margin-bottom: 27px;
  text-transform: uppercase;
  margin-top: -0.58em;
}

.sub-title .text {
  position: relative;
  padding: 0 0 0 23px;
}

.sub-title .text:before, .sub-title .text:after {
  content: '';
  height: 8px;
  width: 8px;
  position: absolute;
  top: 5px;
  background-color: var(--theme-color);
  box-shadow: 0px 3px 11px rgba(14, 89, 242, 0.4);
  border-radius: 1px;
}

.sub-title .text:before {
  left: 0;
}

.sub-title .text:after {
  right: 0;
  display: none;
}

.sub-title.icon-white .text:before, .sub-title.icon-white .text:after {
  background-color: var(--white-color);
  box-shadow: none;
}

.title-area.text-center .sub-title .text {
  padding-right: 23px;
}

.title-area.text-center .sub-title .text:after {
  display: block;
}

.title-area[class*="-start"] .sub-title .text {
  padding-right: 0;
}

.title-area[class*="-start"] .sub-title .text:after {
  display: none;
}

.box-title {
  font-size: 24px;
  line-height: 1.333;
  font-weight: 500;
  margin-top: -0.28em;
}

.box-title a {
  color: inherit;
}

.box-title a:hover {
  color: var(--theme-color);
}

.box-subtitle {
  margin-bottom: 8px;
}

.box-title2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: -0.35em;
}

.box-title2 a {
  color: inherit;
}

.box-title2 a:hover {
  color: var(--theme-color);
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 8px);
  position: relative;
  z-index: 2;
}

.title-area .sec-title {
  margin-bottom: 22px;
}

.title-area.mb-0 .sec-title {
  margin-bottom: -0.24em;
}

.title-area .ot-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}

.mb-37 {
  margin-bottom: 37px;
}

hr.title-line {
  margin-top: 0;
  background-color: var(--ot-border-color);
  opacity: 1;
}

.sec-btn {
  text-align: center;
}

.sec-btn,
.title-line {
  margin-bottom: var(--section-title-space);
}

.shadow-title {
  font-family: var(--title-font);
  font-size: 74px;
  font-weight: 900;
  line-height: 1;
  background-image: -webkit-linear-gradient(top, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
  background-image: linear-gradient(180deg, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: -0.55em 0 -0.45em -0.25em;
}

.shadow-title.color2 {
  background-image: -webkit-linear-gradient(top, #232C47 0%, rgba(20, 29, 56, 0) 91.15%);
  background-image: linear-gradient(180deg, #232C47 0%, rgba(20, 29, 56, 0) 91.15%);
}

.shadow-title.color3 {
  background-image: -webkit-linear-gradient(top, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%);
  background-image: linear-gradient(180deg, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%);
}

.title-area2 {
  padding: 50px 100px;
}

.title-area2 .subtitle {
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: -0.4em;
  margin-bottom: 5px;
  display: block;
}

.title-area2 .title {
  color: var(--white-color);
  max-width: 430px;
  margin-bottom: -0.26em;
}

@media (max-width: 1700px) {
  .title-area2 {
    padding: 50px 50px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px;
  }
  .shadow-title {
    font-size: 64px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 36px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 55px;
  }
  .title-area2 .title {
    max-width: 300px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .shadow-title {
    font-size: 60px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }
  .sub-title.h4 {
    font-size: 22px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .title-area2 {
    text-align: center;
  }
  .title-area2 .title {
    max-width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .shadow-title {
    font-size: 52px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .shadow-title {
    font-size: 40px;
  }
  .title-area2 {
    padding: 40px 20px;
  }
}

/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.shape-mockup.z-index-3 {
  z-index: 3;
  pointer-events: none;
}

.shape-mockup.z-index-1 {
  z-index: 1;
  pointer-events: none;
}

.shape-mockup .svg-img {
  height: 110px;
  width: 110px;
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index-3 {
  z-index: 3;
}

.z-index-n1 {
  z-index: -1;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          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.25em 0.45em;
  font-size: 0.7em;
  border-radius: 50%;
  top: 8px;
  right: 8px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ot-social a {
  display: inline-block;
  width: var(--icon-size, 45px);
  height: var(--icon-size, 45px);
  line-height: var(--icon-size, 45px);
  background-color: var(--smoke-color2);
  color: var(--body-color);
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  border-radius: 99px;
}

.ot-social a:last-child {
  margin-right: 0;
}

.ot-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.ot-social.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}

.bg-mask {
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.box-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.box-text {
  line-height: 24px;
  margin-bottom: -0.45em;
}

.btn-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  /* Small devices */
}

.btn-group.style2 {
  gap: 20px 70px;
  /* Small devices */
}

@media (max-width: 767px) {
  .btn-group.style2 {
    gap: 20px 30px;
  }
}

@media (max-width: 767px) {
  .btn-group {
    gap: 20px;
  }
}

.ot-bg-img {
  position: absolute;
  inset: 0;
}

.ot-bg-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.fw-extralight {
  font-weight: 100;
}

.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-16 {
  font-size: 16px !important;
}

.fs-xs {
  font-size: 14px;
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-smoke2 {
  background-color: var(--smoke-color2) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-black2 {
  background-color: var(--black-color2) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.gradient-body {
  background-image: -webkit-linear-gradient(349.38deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
  background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
}

.gr-bg1 {
  background-image: -webkit-linear-gradient(10deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 23.81%, rgba(198, 241, 255, 0.3) 45.3%, rgba(248, 242, 222, 0.3) 68.4%, rgba(212, 179, 253, 0.3) 99.5%);
  background-image: linear-gradient(80deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 23.81%, rgba(198, 241, 255, 0.3) 45.3%, rgba(248, 242, 222, 0.3) 68.4%, rgba(212, 179, 253, 0.3) 99.5%);
}

.gr-bg2 {
  background-image: -webkit-linear-gradient(349.38deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
  background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
}

.gr-bg3 {
  background-image: -webkit-linear-gradient(339.41deg, rgba(236, 207, 254, 0.4) 0%, rgba(255, 221, 221, 0.5) 46.79%, rgba(247, 255, 229, 0.7) 100%);
  background-image: linear-gradient(110.59deg, rgba(236, 207, 254, 0.4) 0%, rgba(255, 221, 221, 0.5) 46.79%, rgba(247, 255, 229, 0.7) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.gr-bg4 {
  background-image: -webkit-linear-gradient(344.56deg, rgba(255, 229, 133, 0.4) 0%, rgba(189, 255, 199, 0.4) 48.48%, rgba(223, 109, 223, 0.4) 100%);
  background-image: linear-gradient(105.44deg, rgba(255, 229, 133, 0.4) 0%, rgba(189, 255, 199, 0.4) 48.48%, rgba(223, 109, 223, 0.4) 100%);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.background-image,
[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-center {
  background-size: auto;
  background-position: top center;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.bg-bottom-right {
  background-size: auto;
  background-position: bottom right;
}

.bg-top-right {
  background-size: auto;
  background-position: top right;
}

.bg-top-left {
  background-size: auto;
  background-position: top left;
}

/*------------------- 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-white {
  color: var(--white-color) !important;
}

.text-light {
  color: var(--light-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);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
  z-index: 2;
}

[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="title"]:before {
  background-color: var(--title-color);
}

[data-overlay="smoke"]:before {
  background-color: var(--smoke-color);
}

[data-overlay="white"]:before {
  background-color: var(--white-color);
}

[data-overlay="black"]:before {
  background-color: var(--black-color);
}

[data-overlay="overlay1"]:before {
  background-color: #080E1C;
}

[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-btn:after, .play-btn:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
          animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
          animation-name: ripple;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}

@-webkit-keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2.8);
            transform: scale(2.8);
    opacity: 0;
  }
}

@keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2.8);
            transform: scale(2.8);
    opacity: 0;
  }
}

.fancy-animation {
  -webkit-animation: morph 8s ease-in-out infinite;
          animation: morph 8s ease-in-out infinite;
}

@-webkit-keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
          animation: movingX 8s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.moving {
  -webkit-animation: moving 8s linear infinite;
          animation: moving 8s linear infinite;
}

@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
          animation: jumpAni 7s linear infinite;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
          animation: jumpReverseAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.spin {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.pulse {
  -webkit-animation: pulse 8s linear infinite;
          animation: pulse 8s linear infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.bg-color-ani,
.color-animate {
  -webkit-animation: bgColor 6s linear infinite;
          animation: bgColor 6s linear infinite;
}

@-webkit-keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }
  25% {
    background-color: #81F24C;
  }
  50% {
    background-color: #41F27D;
  }
  75% {
    background-color: #0500FF;
  }
  100% {
    background-color: #F2BA4C;
  }
}

@keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }
  25% {
    background-color: #81F24C;
  }
  50% {
    background-color: #41F27D;
  }
  75% {
    background-color: #0500FF;
  }
  100% {
    background-color: #F2BA4C;
  }
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
          animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
  --animation-name: fadein;
}

.swiper-slide-active .scalein {
  --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
  --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
  --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
  --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
  --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
  --animation-name: rollinright;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
            transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
            transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.wp-block-categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.wp-block-categories a {
  display: block;
  background-color: transparent;
  margin: 0;
  padding: 19px 45px 19px 0;
  font-size: 16px;
  line-height: 1.313;
  color: var(--body-color);
  border-radius: 0;
  border-bottom: 1px solid var(--ot-border-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before,
.wp-block-categories a::before {
  content: "\f061";
  position: absolute;
  right: 0;
  top: 19px;
  font-family: var(--icon-font);
  font-weight: 500;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: var(--theme-color);
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.wp-block-categories li {
  display: block;
  position: relative;
}

.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span,
.wp-block-categories li > span {
  color: var(--body-color);
  text-align: center;
  position: absolute;
  right: 0;
  top: 14px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  pointer-events: none;
  min-width: 20px;
  text-align: right;
}

.widget_nav_menu .menu > li:last-child > a,
.widget_nav_menu > ul > li:last-child > a,
.widget_meta .menu > li:last-child > a,
.widget_meta > ul > li:last-child > a,
.widget_pages .menu > li:last-child > a,
.widget_pages > ul > li:last-child > a,
.widget_archive .menu > li:last-child > a,
.widget_archive > ul > li:last-child > a,
.widget_categories .menu > li:last-child > a,
.widget_categories > ul > li:last-child > a,
.wp-block-categories .menu > li:last-child > a,
.wp-block-categories > ul > li:last-child > a {
  border-bottom: none;
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.wp-block-categories a:hover {
  color: var(--theme-color);
}

.widget_nav_menu a:hover ~ span,
.widget_meta a:hover ~ span,
.widget_pages a:hover ~ span,
.widget_archive a:hover ~ span,
.widget_categories a:hover ~ span,
.wp-block-categories a:hover ~ span {
  color: var(--theme-color);
}

.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .sub-menu,
.widget_archive .children,
.widget_categories .sub-menu,
.widget_categories .children,
.wp-block-categories .sub-menu,
.wp-block-categories .children {
  margin-left: 10px;
}

.wp-block-categories {
  list-style: none;
  padding: 0;
}

.wp-block-categories > li:last-child > a {
  border-bottom: none;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.wp-block-archives a:not(:hover) {
  color: inherit;
}

.ot-blog ul.wp-block-archives li {
  margin: 5px 0;
}

.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  margin-bottom: 40px;
  position: relative;
  border-radius: 15px;
  border: 1px solid #EAEBEE;
}

.widget[data-overlay]:before {
  z-index: -1;
}

.widget select,
.widget input,
.widget .form-select,
.widget .form-control,
.widget textarea {
  background-color: var(--white-color);
  border-radius: 20px;
}

.widget textarea {
  min-height: 120px;
}

.widget .form-group > i {
  background-color: var(--white-color);
}

.widget.bg-smoke {
  border: none;
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.12em 0 27px 0;
}

.widget-form {
  --bs-gutter-x: 20px;
}

.widget .search-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget .search-form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  padding-right: 25px;
  border: 1px solid #EAEBEE;
  box-shadow: 0px 7px 24px rgba(0, 0, 0, 0.09);
}

.widget .search-form input:focus {
  border-color: var(--theme-color);
}

.widget .search-form button {
  border: none;
  font-size: 16px;
  font-size: 500;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  padding: 0;
  width: 55px;
  height: 100%;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.widget .search-form button:hover {
  background-color: var(--title-color);
}

.widget-availability .info {
  background-color: var(--white-color);
  border-radius: 15px;
  padding: 14px 20px;
  margin-bottom: 15px;
}

.widget-availability .info:last-child {
  margin-bottom: 0;
}

.widget-availability .info i {
  margin-right: 4px;
}

.widget-availability .info.closed {
  color: var(--theme-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  padding: 10px 20px 12px 20px;
  margin-right: 6px;
  margin-bottom: 10px;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 99px;
  border: 1px solid var(--ot-border-color);
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
  border-color: var(--theme-color);
}

.wp-block-tag-cloud,
.tagcloud {
  margin-right: -10px;
  margin-bottom: -10px;
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 320px;
}

.sidebar-gallery .gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
}

.sidebar-gallery .gallery-btn:hover {
  color: var(--theme-color);
}

.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.sidebar-gallery .gallery-thumb:before {
  content: '';
  height: calc(100% - 14px);
  width: calc(100% - 14px);
  background-color: var(--title-color);
  opacity: 0.6;
  position: absolute;
  top: 7px;
  left: 7px;
  border: 1px solid var(--white-color);
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: inherit;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sidebar-gallery .gallery-thumb img {
  width: 100%;
}

.sidebar-gallery .gallery-thumb:hover:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.sidebar-gallery .gallery-thumb:hover .gallery-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sidebar-gallery .wp-block-image {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  width: 100% !important;
}

.sidebar-gallery .wp-block-image img {
  width: 100%;
}

.recent-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-post .media-img {
  margin-right: 15px;
  width: 80px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}

.recent-post .media-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.recent-post .media-img:after {
  content: '\f0c1';
  font-family: var(--icon-font);
  position: absolute;
  inset: 0;
  text-align: center;
  line-height: 85px;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--theme-color);
  border-radius: inherit;
  pointer-events: none;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.recent-post .post-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 8px 0;
  font-family: var(--title-font);
}

.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 14px;
  color: var(--body-color);
}

.recent-post .recent-post-meta a i {
  margin-right: 6px;
  color: var(--theme-color);
}

.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}

.recent-post:hover .media-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.recent-post:hover .media-img:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.sidebar-area {
  position: relative;
  margin-bottom: -10px;
}

.sidebar-area select,
.sidebar-area input {
  background-color: var(--white-color);
}

.sidebar-area .widget_nav_menu > ul,
.sidebar-area .widget_nav_menu .menu,
.sidebar-area .widget_meta > ul,
.sidebar-area .widget_meta .menu,
.sidebar-area .widget_pages > ul,
.sidebar-area .widget_pages .menu,
.sidebar-area .widget_archive > ul,
.sidebar-area .widget_archive .menu,
.sidebar-area .widget_categories > ul,
.sidebar-area .widget_categories .menu,
.sidebar-area .wp-block-categories > ul,
.sidebar-area .wp-block-categories .menu {
  margin: -22px 0 -22px 0;
}

.sidebar-area .wp-block-categories {
  margin: -22px 0 -22px 0;
}

.sidebar-area .sidebar-gallery {
  margin-bottom: 0 !important;
}

.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}

.project-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  right: 0;
}

.project_info {
  background-color: var(--theme-color);
  border: none;
}

.project_info .widget_title {
  color: var(--white-color);
  margin-bottom: 15px;
}

.project_info .box-text {
  color: var(--white-color);
  margin-bottom: 35px;
}

.project_info .box-link {
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 26px;
  margin-bottom: -0.3em;
}

.project_info .box-link i {
  width: 18px;
  position: relative;
  top: 3px;
}

.project_info .box-link a {
  color: inherit;
}

.project_info .box-link a:hover {
  color: var(--title-color);
}

@media (min-width: 1200px) {
  .sidebar-shop .widget {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .sidebar-shop .widget {
    margin-bottom: 24px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .project_info {
    --widget-padding-x: 20px;
  }
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 28px 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .widget {
    padding: 20px;
    border-radius: 10px;
  }
}

@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 14px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}

.footer-widget {
  margin-bottom: 50px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}

.footer-widget .form-group > i {
  color: var(--theme-color);
  top: 18px;
}

.footer-widget .sidebar-gallery {
  max-width: 287px;
  gap: 11px;
}

.footer-widget .sidebar-gallery .gallery-thumb {
  border-radius: 5px;
}

.footer-widget .widget_title {
  max-width: 270px;
  color: var(--white-color);
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 37px;
}

.footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
  margin-top: -4px;
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul, .footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -4px;
}

.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 15px;
  font-family: var(--body-font);
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  border-bottom: none;
  position: relative;
}

.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  display: none;
}

.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}

.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}

.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.footer-widget .recent-post {
  max-width: 300px;
  margin-bottom: 20px;
}

.footer-widget .recent-post .media-img {
  max-width: 65px;
  border-radius: 12px;
}

.footer-widget .recent-post .media-img:after {
  line-height: 74px;
}

.footer-widget .recent-post .post-title {
  font-size: 18px;
  color: var(--white-color);
  font-weight: 500;
}

.footer-widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.footer-widget .recent-post .recent-post-meta a {
  color: var(--white-color);
  font-weight: 400;
  line-height: 1.2;
}

.footer-widget .recent-post .recent-post-meta i {
  margin-right: 8px;
  color: var(--white-color);
}

.footer-widget .recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}

.footer-widget .recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}

.footer-widget .sidebar-gallery {
  max-width: 250px;
}

.about-logo {
  margin-bottom: 15px;
}

.ot-widget-about {
  max-width: 315px;
}

.ot-widget-about .about-logo {
  margin-bottom: 40px;
}

.ot-widget-about .about-text {
  margin-bottom: 30px;
  margin-top: -0.9em;
}

.footer-text {
  margin-top: -0.45em;
  margin-bottom: 25px;
}

.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-box .social-title {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 0;
}

.icon-group a {
  color: var(--white-color);
  font-size: 18px;
  margin-right: 17px;
}

.icon-group a:last-child {
  margin-right: 0;
}

.newsletter-form {
  position: relative;
  max-width: 465px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.newsletter-form .ot-btn {
  min-width: 145px;
  padding: 21px 20px;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }
  .ot-widget-about .about-text {
    margin-bottom: 20px;
  }
  .social-box.mb-30 {
    margin-bottom: 25px;
  }
}

/*------------------- 4.2. Header  -------------------*/
.ot-header {
  position: relative;
  z-index: 41;
}

.ot-header .icon-btn {
  border-radius: 99px;
}

.ot-header .menu-area {
  position: relative;
  z-index: 2;
}

.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  -webkit-animation: stickyAni 0.4s ease-in-out;
          animation: stickyAni 0.4s ease-in-out;
}

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--body-font);
  color: #ee8601;
  text-transform: capitalize;
}

.main-menu a:hover {
  color: #f7b452;
}

.main-menu > ul > li {
  margin: 0 16px;
}

.main-menu > ul > li > a {
  padding: 39px 0;
}

.main-menu > ul > li > a:hover {
  color: #f7b452;
}

.main-menu > ul > li.active > a {
  color: #f7b452;
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li.menu-item-has-children > a:after {
  content: url("../img/favicon-small.png");
  display: inline-block;
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 600;
  top: 0;
  font-size: 0.9em;
  color: #ee8601;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-menu ul li.menu-item-has-children > a:hover:after {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  color: #f7b452;
}

.main-menu ul li:last-child {
  margin-right: 0 !important;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
}

.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 9;
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 230px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}

.main-menu ul.sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px;
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f054";
  float: right;
  top: 1px;
  display: inline-block;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0;
  text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
  content: url("../img/favicon-small.png");
  position: absolute;
  top: 6px;
  left: 10px;
  font-family: var(--icon-font);
  max-width: 14px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 900;
  opacity: 0;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-menu ul.sub-menu li a:hover {
  padding-left: 21px;
}

.main-menu ul.sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 13px;
  }
}

.simple-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 24px;
  position: relative;
}

.simple-icon:has(.badge) {
  padding-right: 8px;
}

.simple-icon .badge {
  top: -8px;
  right: 0;
  font-size: 12px;
}

.header-button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.header-button .ot-btn {
  margin-left: 10px;
}

.header-button .icon-btn .badge {
  font-size: 12px;
  top: 0;
  right: 0;
}

.header-button .icon-btn:hover .badge {
  background-color: var(--title-color);
}

.social-links .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: var(--body-color);
}

.social-links a {
  font-size: 16px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
}

.social-links a:last-child {
  margin-right: 0 !important;
}

.social-links a:hover {
  color: var(--theme-color);
}

.header-logo {
  padding-top: 5px;
  padding-bottom: 5px;
}
  .header-logo img {
    max-width: 160px;
	  max-height: 90px;
  }

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.header-links li:not(:last-child) {
  margin: 0 45px 0 0;
}

.header-links li:not(:last-child):after {
  content: '';
  height: 22px;
  width: 1px;
  background-color: var(--body-color);
  position: absolute;
  top: 0px;
  right: -25px;
  margin-top: 2px;
  opacity: 0.4;
}

.header-links li > i {
  margin-right: 6px;
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--body-color);
}

.header-links a:hover {
  color: var(--theme-color);
}

.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}

.header-links .social-links a {
  font-size: 14px;
}

.header-links2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links2 > ul > li {
  display: inline-block;
  position: relative;
  font-weight: 400;
}

.header-links2 > ul > li:not(:last-child) {
  margin: 0 50px 0 0;
}

.header-links2 > ul > li > i {
  margin-right: 6px;
}

.header-links2 li,
.header-links2 span,
.header-links2 p,
.header-links2 a {
  color: var(--body-color);
}

.header-links2 a:hover {
  color: var(--theme-color);
}

.header-links2 .fa-envelope {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

.links-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.links-menu li {
  display: inline-block;
  margin-right: 25px;
  color: var(--body-color);
}

.links-menu li:last-child {
  margin-right: 0;
}

.links-menu li a {
  color: inherit;
}

.links-menu li a:hover {
  color: var(--theme-color);
}

.header-notice {
  margin: 0;
}

.header-notice a {
  color: inherit;
}

.header-notice a:hover {
  color: var(--title-color);
}

.header-top {
  padding: 13px 0;
  background-color: var(--theme-color);
  --body-color: #fff;
}

.header-top a:hover {
  color: var(--title-color);
}

/* Header 1 ---------------------------------- */
.call-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}

.call-btn .icon-btn {
  --btn-size: 45px;
  background-color: var(--white-color);
}

.call-btn .icon-btn:hover {
  color: var(--theme-color);
}

.call-btn .box-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--title-color);
}

.call-btn .box-subtitle {
  display: block;
  margin-bottom: 6px;
  margin-top: -0.2em;
}

.header-layout1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-layout1 .header-top {
  --body-color: #1C1C25;
  background-color: transparent;
  border-bottom: 1px solid #BDC7ED;
}

.header-layout1 .header-top a:hover {
  color: var(--theme-color);
}

.header-layout1 .menu-area {
  position: relative;
  z-index: 2;
  background-color: #242424;
}

.header-layout1 .header-logo {
  position: relative;
  z-index: 2;
}

.header-layout1 .ot-menu-toggle {
  margin-left: auto;
}

.header-layout1 .sticky-wrapper.sticky {
  background-color: #242424;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout1 .header-button .ot-btn {
    margin-left: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-layout1 .header-logo h2 {
    font-size: 36px;
  }
  .header-layout1 .header-logo img {
    max-width: 160px;
	  max-height: 50px;
  }
}

/* Header 2 ---------------------------------- */
.header-layout2 .menu-area {
  background-color: var(--white-color);
}

.header-layout2 .header-top {
  padding: 15px 0;
}

.header-layout2 .header-button {
  margin-left: 25px;
}

.header-layout2 .ot-btn {
  padding: 17px 25px;
  min-width: 154px;
}

.header-layout2 .ot-menu-toggle {
  margin-left: auto;
}

.header-layout2 .header-logo {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout2 .header-button .ot-btn {
    display: none;
  }
}

/* Header 3 ---------------------------------- */
.dropdown-link {
  position: relative;
}

.dropdown-link > a {
  color: var(--body-color);
}

.dropdown-toggle::after {
  content: "\f078";
  border: none;
  font-family: var(--icon-font);
  vertical-align: middle;
  font-weight: 400;
  margin-left: 6px;
  margin-top: -1px;
}

.dropdown-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  top: calc(100% + 6px) !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  text-align: center;
  border-color: var(--ot-border-color);
}

.dropdown-menu li {
  padding-right: 0;
  margin-right: 0;
}

.dropdown-menu li:after {
  display: none;
}

.dropdown-menu li a {
  display: block;
}

.dropdown-menu a {
  color: var(--title-color) !important;
}

.dropdown-menu a:hover {
  color: var(--theme-color) !important;
}

.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background-color: var(--white-color);
  z-index: -1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid var(--ot-border-color);
  border-left: 1px solid var(--ot-border-color);
}

.header-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  gap: 15px;
}

.header-icons .icon-btn {
  font-size: 18px;
}

.header-icons .icon-btn .badge {
  font-size: 12px;
  top: 0;
  right: 0;
}

.header-icons .icon-btn:hover .badge {
  background-color: var(--title-color);
}

.header-layout3 .menu-area {
  position: relative;
  z-index: 2;
  background-color: var(--theme-color);
}

.header-layout3 .header-top {
  --body-color: #54595F;
  background-color: #FBF8F5;
  border-bottom: 1px solid var(--ot-border-color);
}

.header-layout3 .header-top .header-links li:not(:last-child):after {
  width: 1px;
  opacity: 0.45;
}

.header-layout3 .ot-menu-toggle {
  background-color: var(--theme-color);
  border-radius: 0;
  height: 60px;
  width: 60px;
}

.header-layout3 .icon-btn {
  border: none;
  background-color: var(--smoke-color2);
}

.header-layout3 .icon-btn:hover {
  background-color: var(--theme-color);
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  --ot-border-color: #152B54;
  --body-color: #8A99B4;
  position: relative;
  z-index: 2;
  background-color: var(--title-color);
  overflow: hidden;
}

.footer-wrapper .ot-social a {
  background-color: #15284C;
  color: var(--white-color);
  border-radius: 99pc;
}

.footer-wrapper .ot-social a:hover {
  background-color: var(--theme-color);
}

.footer-wrapper .social-links a {
  margin: 0 30px 0 0;
}

.widget-area {
  padding-top: var(--section-space);
  padding-bottom: 40px;
}

.footer-bottom {
  border-top: 1px solid var(--ot-border-color);
}

.footer-contact {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

.footer-contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.footer-contact-wrap .divider {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1px;
      -ms-flex: 0 0 1px;
          flex: 0 0 1px;
  background-color: var(--ot-border-color);
}

.footer-contact .icon-btn {
  --btn-size: 85px;
  font-size: 36px;
  color: var(--white-color);
  background-color: #ee8601;
}

.footer-contact .box-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white-color);
}

.footer-contact .box-text {
  max-width: 175px;
}

.footer-contact .fa-phone-volume {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-contact {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    padding: 20px 0;
  }
  .footer-contact-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 40px 0;
  }
  .footer-contact-wrap .divider {
    display: none;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .footer-contact {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-links ul {
  padding: 0;
  margin: 0;
}

.footer-links li {
  font-family: var(--body-font);
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}

.footer-links li:after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: var(--body-color);
  position: absolute;
  top: 50%;
  right: 0;
  margin: -10px 0;
}

.footer-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.footer-links li:last-child:after {
  display: none;
}

.footer-links a {
  font-family: inherit;
  color: var(--body-color);
}

.footer-links a:hover {
  color: var(--theme-color);
}

.copyright-wrap {
  padding: 10px 0;
  background-color: #ee8601;
}

.copyright-wrap .copyright-text {
  color: var(--white-color);
}

.copyright-wrap .copyright-text a {
  color: var(--white-color);
}

.copyright-wrap .copyright-text a:hover {
  color: var(--theme-color);
}

.copyright-text {
  margin: 0;
}

.copyright-text a {
  color: var(--theme-color);
}

.copyright-text a:hover {
  color: var(--white-color);
}

.ot-widget-contact {
  max-width: 265px;
}

.footer-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  padding-left: 60px;
}

.footer-newsletter .newsletter-title {
  max-width: 425px;
  margin-bottom: 0;
}

.schedule-info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.schedule-info:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.ot-widget-schedule {
  width: 280px;
  max-width: 100%;
}

.ot-widget-schedule .title {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}

.newsletter-widget {
  max-width: 290px;
}

.newsletter-widget .newsletter-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.newsletter-widget .newsletter-form .ot-btn {
  width: 100%;
}

.newsletter-widget .form-group {
  margin-bottom: 0;
}

.newsletter-widget .icon-btn {
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 0;
  min-width: 56px;
  padding: 0;
}

.newsletter-widget .icon-btn:hover {
  background-color: var(--title-color);
}

.newsletter-widget .footer-text {
  margin-bottom: 25px;
}

.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  gap: 10px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .newsletter-form {
    max-width: 460px;
  }
}

.newsletter-form .form-group {
  margin-bottom: 0;
  width: 100%;
}

.newsletter-form .form-group > i {
  color: var(--theme-color);
}

.newsletter-form input {
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  width: 100%;
}

.newsletter-form input:focus {
  background-color: var(--white-color);
  color: var(--body-color);
}

.newsletter-form .ot-btn {
  min-width: 150px;
}

.newsletter-form .newsletter-btn {
  display: inline-block;
  border: none;
  background-color: var(--theme-color);
  color: var(--title-color);
  width: 55px;
  height: 55px;
  line-height: 55px;
  min-width: 55px;
}

.newsletter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--theme-color);
  padding: 50px;
  border-radius: 25px;
  /* Medium devices */
}

.newsletter-wrap .newsletter-title {
  margin-top: -0.24em;
  margin-bottom: -0.24em;
  max-width: 390px;
  color: var(--white-color);
  font-weight: 600;
}

.newsletter-wrap .newsletter-text {
  margin-bottom: -0.5em;
  max-width: 400px;
}

.newsletter-wrap .form-control {
  border-radius: 10px;
}

.newsletter-wrap .ot-btn {
  border-radius: 10px;
}

@media (max-width: 991px) {
  .newsletter-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 25px 0;
  }
  .newsletter-wrap .newsletter-form {
    max-width: 100%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .newsletter-wrap {
    padding: 40px;
  }
  .newsletter-wrap .newsletter-title {
    font-size: 30px;
  }
  .newsletter-wrap .newsletter-text {
    font-size: 16px;
  }
  .footer-wrapper .newsletter-form {
    max-width: 400px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .newsletter-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
  }
  .newsletter-wrap .newsletter-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-wrapper .newsletter-form {
    max-width: 550px;
    gap: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .newsletter-wrap {
    padding: 40px 20px;
  }
  .newsletter-wrap .newsletter-title {
    font-size: 24px;
  }
  .newsletter-wrap .newsletter-form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-wrapper .newsletter-form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-wrapper .widget-area {
    padding-top: var(--section-space-mobile);
    padding-bottom: 30px;
  }
  .copyright-text {
    text-align: center;
  }
}

/* footer 2 ---------------------------------- */
.footer-layout2 {
  background-color: var(--title-color);
  /* Medium devices */
}

.footer-layout2 .border-top {
  border-top: 1px solid var(--ot-border-color) !important;
}

@media (max-width: 991px) {
  .footer-layout2 .widget-wrapper {
    padding: 80px 0 45px 0;
  }
}

.footer-layout2 .widget-border {
  width: 1px !important;
  background-color: var(--ot-border-color);
  /* Medium devices */
}

@media (max-width: 991px) {
  .footer-layout2 .widget-border {
    display: none;
  }
}

.footer-layout2 .widget {
  margin-bottom: 0;
  padding: 100px 0;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .footer-layout2 .widget {
    padding: 80px 0;
  }
}

@media (max-width: 991px) {
  .footer-layout2 .widget {
    padding: 0;
    margin-bottom: 45px;
  }
}

.footer-layout2 .social-card,
.footer-layout2 .contact-form1 {
  background: #061430;
  border: 1px solid #152B54;
  box-shadow: 0px 8px 60px rgba(5, 15, 36, 0.76);
}

.info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.info-box:last-child {
  margin-bottom: 0;
}

.info-box_icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  line-height: 32px;
  font-size: 14px;
  background-color: rgba(14, 89, 242, 0.1);
  color: var(--theme-color);
  border-radius: 6px;
  text-align: center;
  margin-right: 10px;
}

.info-box_text {
  display: block;
  color: var(--body-color);
  margin-top: -0.45em;
  margin-bottom: -0.45em;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.info-box_link {
  display: inline-block;
  color: var(--body-color);
}

.info-box_link:hover {
  color: var(--theme-color);
}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 33px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
}

.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 3px;
  list-style: none;
  position: relative;
}

.breadcumb-menu li:after {
  content: "\f054";
  position: relative;
  margin-left: 7px;
  font-weight: 500;
  font-size: 14px;
  color: inherit;
  font-family: var(--icon-font);
}

.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
  color: var(--theme-color);
}

.breadcumb-menu li:last-child:after {
  display: none;
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 500;
  font-size: 14px;
  color: var(--title-color);
  text-transform: uppercase;
}

.breadcumb-title {
  margin: -0.20em 0 -0.18em 0;
  line-height: 1.1;
  font-weight: 500;
}

.breadcumb-wrapper {
  background-color: var(--smoke-color2);
  padding: 50px 0 225px 0;
  overflow: hidden;
  text-align: center;
	margin-top: 95px;
  background-position: bottom center;
}
@media (max-width: 577px) {

.breadcumb-wrapper {
  background-color: var(--smoke-color2);
  padding: 50px 0 225px 0;
  overflow: hidden;
  text-align: center;
	margin-top: 55px;
  background-position: bottom center;
}
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-wrapper {
    padding: 250px 0 250px 0;
  }
  .breadcumb-menu {
    margin: 25px 0 -0.5em 0;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 210px 0 210px 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .breadcumb-title {
    font-size: 34px;
  }
}

/*------------------- 4.5. Pagination  -------------------*/
.wp-block-query-pagination-numbers,
.ot-pagination {
  margin-bottom: 30px;
}

.wp-block-query-pagination-numbers ul,
.ot-pagination ul {
  margin: 0;
  padding: 0;
}

.wp-block-query-pagination-numbers li,
.ot-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}

.wp-block-query-pagination-numbers li:last-child,
.ot-pagination li:last-child {
  margin-right: 0;
}

.wp-block-query-pagination-numbers li:first-child,
.ot-pagination li:first-child {
  margin-left: 0;
}

.wp-block-query-pagination-numbers span,
.wp-block-query-pagination-numbers a,
.ot-pagination span,
.ot-pagination a {
  display: inline-block;
  text-align: center;
  position: relative;
  border: none;
  color: var(--title-color);
  background-color: var(--smoke-color);
  width: 55px;
  height: 55px;
  line-height: 55px;
  z-index: 1;
  font-size: 18px;
  font-weight: 500;
  border-radius: 99px;
}

.wp-block-query-pagination-numbers span.active, .wp-block-query-pagination-numbers span:hover,
.wp-block-query-pagination-numbers a.active,
.wp-block-query-pagination-numbers a:hover,
.ot-pagination span.active,
.ot-pagination span:hover,
.ot-pagination a.active,
.ot-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.wp-block-query-pagination-next {
  display: inline-block;
  text-align: center;
  position: relative;
  border: none;
  color: var(--title-color);
  background-color: var(--smoke-color2);
  min-width: 56px;
  height: 56px;
  line-height: 56px;
  z-index: 1;
  font-size: 16px;
  padding: 0 20px;
  font-weight: 500;
  border-radius: 12px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.wp-block-query-pagination-next.active, .wp-block-query-pagination-next:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

/* Small devices */
@media (max-width: 767px) {
  .wp-block-query-pagination-numbers span,
  .wp-block-query-pagination-numbers a,
  .ot-pagination span,
  .ot-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

/*------------------- 4.6. Blog  -------------------*/
blockquote {
  font-size: 24px;
  line-height: 1.56;
  padding: 60px;
  font-weight: 400;
  display: block;
  position: relative;
  background-color: var(--smoke-color);
  margin: 35px 0 45px 0;
  color: var(--title-color);
  font-family: var(--title-font);
  border-radius: 15px;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  blockquote {
    padding: 45px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  blockquote {
    padding: 30px;
    border-radius: 10px;
    font-size: 18px;
  }
}

blockquote p {
  font-size: inherit;
  font-family: inherit;
  margin-top: -0.3em;
  margin-bottom: 9px;
  line-height: inherit;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
}

blockquote p a {
  color: inherit;
}

blockquote .icon-btn {
  --btn-size: 80px;
  font-size: 40px;
  background-color: var(--theme-color);
  color: var(--white-color);
  margin-bottom: 30px;
  /* Small devices */
}

@media (max-width: 767px) {
  blockquote .icon-btn {
    --btn-size: 60px;
    font-size: 30px;
  }
}

blockquote cite {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  font-family: var(--title-font);
  white-space: nowrap;
  color: var(--theme-color);
  margin-top: 25px;
  margin-bottom: 10px;
}

blockquote .desig {
  display: block;
  font-size: 16px;
  color: var(--body-color);
  margin-bottom: -0.45em;
}

.blog-meta {
  display: block;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  font-size: 16px;
  color: var(--body-color);
  font-family: var(--body-font);
  position: relative;
  margin-right: 24px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .blog-meta span,
  .blog-meta a {
    margin-right: 20px;
  }
}

.blog-meta span i,
.blog-meta a i {
  margin-right: 6px;
  color: var(--theme-color);
}

.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}

.blog-meta .author img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

.blog-meta a:hover {
  color: var(--theme-color);
}

.blog-audio,
.blog-img,
.blog-video {
  line-height: 1px;
}

.blog-audio img,
.blog-img img,
.blog-video img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-title a {
  color: inherit;
}

.blog-title a:hover {
  color: var(--theme-color);
}

.ot-blog {
  margin-bottom: 30px;
}

.blog-inner-title {
  margin-top: -0.25em;
  margin-bottom: 25px;
  font-weight: 500;
}

.blog-inner-title i {
  color: var(--theme-color);
  margin-right: 4px;
}

@media (min-width: 1300px) {
  .search-active-wrap,
  .blog-author,
  .search-wrap,
  .blog-single,
  .ot-comments-wrap,
  .ot-comment-form {
    margin-right: 36px;
  }
  .project-content {
    margin-right: 30px;
  }
  .page-single {
    margin-right: 6px;
  }
}

.blog-single {
  position: relative;
  margin-bottom: 40px;
  border-radius: 15px;
  box-shadow: 0px 9px 60px rgba(8, 20, 44, 0.07);
  overflow: hidden;
}

.blog-single .blog-title {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 500;
}

.blog-single .blog-text {
  margin-bottom: 27px;
}

.blog-single .blog-meta {
  margin: -0.35em 0 16px 0;
}

.blog-single .blog-content {
  margin: 0 0 0 0;
  padding: 50px 50px 46px 50px;
  position: relative;
}

.blog-single .blog-content .blog-single {
  padding: 20px;
}

.blog-single .blog-audio {
  line-height: 1;
}

.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
  position: relative;
  overflow: hidden;
  background-color: var(--smoke-color);
  margin-bottom: 0;
  border-radius: 15px 15px 0 0;
}

.blog-single .blog-img .slider-arrow {
  --pos-x: 30px;
  --icon-size: 44px;
  border: none;
  background-color: var(--white-color);
  color: var(--theme-color);
  box-shadow: none;
  visibility: visible;
  opacity: 1;
}

.blog-single .blog-img .slider-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.blog-single .blog-img .play-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}

.blog-single .line-btn {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: -1px;
}

.share-links-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--title-color);
  margin: 0 15px 0 0;
  display: inline-block;
  text-transform: capitalize;
}

.share-links {
  padding: 35px 0 30px 0;
  border-bottom: 1px solid var(--ot-border-color);
}

.share-links > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  --bs-gutter-y: 15px;
}

.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
  display: inline-block;
}

.share-links .ot-social {
  display: inline-block;
}

.share-links .ot-social a {
  --icon-size: 40px;
  font-size: 14px;
  border-radius: 99px;
}

.blog-author {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--smoke-color);
  border-radius: 15px;
  gap: 30px;
  overflow: hidden;
}

.blog-author .auhtor-img {
  width: 190px;
  min-height: 100%;
  border-radius: 15px;
  overflow: hidden;
  /* Small devices */
}

@media (max-width: 767px) {
  .blog-author .auhtor-img {
    width: 100%;
  }
}

.blog-author .auhtor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-author .author-name {
  font-size: 24px;
  margin-top: -0.2em;
  margin-bottom: 3px;
}

.blog-author .author-desig {
  display: block;
  color: var(--theme-color);
  margin-bottom: 15px;
}

.blog-author .author-text {
  margin-bottom: -0.4em;
}

.blog-author .media-body {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

/* Small devices */
@media (max-width: 767px) {
  .blog-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
  }
}

.blog-details .blog-single {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0 !important;
}

.blog-details .blog-audio,
.blog-details .blog-img,
.blog-details .blog-video {
  border-radius: 15px;
  margin-bottom: 40px;
}

.blog-details .blog-title {
  margin-bottom: 30px;
}

.blog-details .blog-content {
  padding: 0 !important;
}

.blog-details .blog-content > p:last-child {
  margin-bottom: 0;
}

.blog-content .wp-block-search .wp-block-search__input {
  box-shadow: none;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .share-links {
    --blog-space-x: 20px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-single .blog-title {
    font-size: 34px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-single .blog-content {
    padding: 40px 40px 36px 40px;
  }
  .blog-single .blog-title {
    font-size: 30px;
    line-height: 1.3;
  }
  .share-links {
    --blog-space-x: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .blog-single {
    border-radius: 10px;
  }
  .blog-single .blog-content {
    padding: 30px 20px 26px 30px;
  }
  .blog-single .blog-audio,
  .blog-single .blog-video,
  .blog-single .blog-img {
    border-radius: 10px 10px 0 0;
  }
  .blog-single .blog-title {
    font-size: 24px;
    line-height: 1.35;
  }
  .blog-single .blog-text {
    margin-bottom: 22px;
  }
  .blog-single .blog-bottom {
    padding-top: 15px;
  }
  .blog-details .blog-audio,
  .blog-details .blog-img,
  .blog-details .blog-video {
    border-radius: 10px;
    margin-bottom: 35px;
  }
  .blog-details .blog-title {
    margin-bottom: 25px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .share-links-title {
    margin: 0 15px 10px 0;
  }
}

/*------------------- 4.7. Comments  -------------------*/
.ot-comment-form {
  margin-bottom: 30px;
  padding: 60px;
  border-radius: 15px;
  background-color: var(--smoke-color);
  position: relative;
}

.ot-comment-form .row {
  --bs-gutter-x: 20px;
}

.ot-comment-form .blog-inner-title {
  margin-bottom: 0px;
}

.ot-comment-form .form-title {
  margin-top: -0.35em;
}

.ot-comment-form .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}

.ot-comment-form .form-text {
  margin-bottom: 25px;
}

.blog-comment-area {
  margin-bottom: 25px;
}

.ot-comment-form,
.ot-comments-wrap {
  margin-top: 60px;
  /* Small devices */
}

@media (max-width: 767px) {
  .ot-comment-form,
  .ot-comments-wrap {
    border-radius: 10px;
  }
}

.ot-comment-form:has(#wp-temp-form-div),
.ot-comments-wrap:has(#wp-temp-form-div) {
  padding: 0;
  box-shadow: none;
  display: none;
}

.ot-comments-wrap {
  margin-bottom: 30px;
}

.ot-comments-wrap .description p:last-child {
  margin-bottom: -0.5em;
}

.ot-comments-wrap .comment-respond {
  margin: 30px 0;
}

.ot-comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ot-comments-wrap li {
  margin: 0;
}

.ot-comments-wrap .ot-post-comment {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid var(--ot-border-color);
}

.ot-comments-wrap .ot-post-comment ol,
.ot-comments-wrap .ot-post-comment ul,
.ot-comments-wrap .ot-post-comment dl {
  margin-bottom: 1rem;
}

.ot-comments-wrap .ot-post-comment ol ol,
.ot-comments-wrap .ot-post-comment ol ul,
.ot-comments-wrap .ot-post-comment ul ol,
.ot-comments-wrap .ot-post-comment ul ul {
  margin-bottom: 0;
}

.ot-comments-wrap ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ot-comments-wrap ul.comment-list ul ul,
.ot-comments-wrap ul.comment-list ul ol,
.ot-comments-wrap ul.comment-list ol ul,
.ot-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}

.ot-comments-wrap .comment-avater {
  width: 110px;
  height: 110px;
  margin-right: 25px;
  overflow: hidden;
  border-radius: 15px;
}

.ot-comments-wrap .comment-avater img {
  width: 100%;
}

.ot-comments-wrap .comment-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -6px;
  position: relative;
}

.ot-comments-wrap .commented-on {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 400;
  color: var(--body-color);
}

.ot-comments-wrap .commented-on i {
  color: var(--theme-color);
  margin-right: 7px;
  font-size: 0.9rem;
}

.ot-comments-wrap .name {
  margin-bottom: 15px;
  font-size: 18px;
}

.ot-comments-wrap .comment-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ot-comments-wrap .text {
  margin-bottom: 12px;
}

.ot-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 80px;
}

.ot-comments-wrap .reply_and_edit {
  margin-top: 12px;
  margin-bottom: -0.46em;
}

.ot-comments-wrap .reply_and_edit a {
  margin-right: 15px;
}

.ot-comments-wrap .reply_and_edit a:last-child {
  margin-right: 0;
}

.ot-comments-wrap .reply-btn {
  font-weight: 500;
  font-size: 16px;
  color: var(--theme-color);
  display: inline-block;
}

.ot-comments-wrap .reply-btn i {
  margin-right: 6px;
}

.ot-comments-wrap .reply-btn:hover {
  color: var(--title-color);
}

.ot-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}

.form-submit input[type="submit"] {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.form-submit input[type="submit"]:hover {
  background-color: var(--title-color);
}

.wp-block-post-comments-form textarea,
.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]) {
  border: 1px solid var(--ot-border-color);
}

.wp-block-comment-author-name {
  font-weight: 600;
}

ul.comment-list .ot-comment-item:last-child > .ot-post-comment {
  border-bottom: none;
  padding-bottom: 0;
}

ul.comment-list .children .ot-comment-item > .ot-post-comment {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--ot-border-color);
}

ul.comment-list:has(> .ot-comment-item ~ .ot-comment-item):first-child > .ot-post-comment {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--ot-border-color);
}

.ot-comments-wrap.ot-comment-form {
  margin: 0;
}

.comment-respond .must-log-in {
  margin-bottom: 0;
  margin-top: 8px;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .ot-comment-form {
    padding: 40px 20px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .ot-comments-wrap .children {
    margin-left: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .ot-comment-form {
    padding: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .ot-comment-form {
    padding: 40px 20px;
  }
  .ot-comments-wrap .ot-post-comment {
    display: block;
  }
  .ot-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .ot-comments-wrap .comment-top {
    display: block;
  }
  .ot-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .ot-comments-wrap .children {
    margin-left: 40px;
  }
  .ot-comments-wrap .children {
    margin-left: 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .ot-comment-form {
    --blog-space-x: 20px;
  }
}

/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.ot-hero-wrapper {
  position: relative;
  z-index: 2;
}

.ot-hero-bg {
  position: absolute;
  inset: 0;
}

.ot-hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Hero 1 ---------------------------------- */
.hero-title {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.167;
  margin-bottom: 31px;
  margin-top: -0.22em;
}

.hero-title .title1,
.hero-title .title2 {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
}

.hero-title .title1 span,
.hero-title .title2 span {
  font-weight: 300;
  color: #ee8601;
}

.hero-text {
  margin-bottom: 42px;
}

.hero-1 {
  background-color: var(--white-color);
}

.hero-1 .hero-circle {
  position: absolute;
  width: 1203px;
  height: 1202px;
  left: -228px;
  top: -500px;
  background: -webkit-radial-gradient(50% 50%, 50% 50%, #242424 0%, rgba(36, 36, 36, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #242424 0%, rgba(36, 36, 36, 0) 100%);
  -webkit-filter: blur(750px);
          filter: blur(750px);
}

.hero-1 .hero-shape1 {
  position: absolute;
  width: 1003px;
  height: 1002px;
  right: 10%;
  top: -450px;
  background: -webkit-linear-gradient(180.51deg, #242424 20.04%, rgba(36, 36, 36, 0.27) 90.71%);
  background: linear-gradient(269.49deg, #242424 20.04%, rgba(36, 36, 36, 0.27) 90.71%);
  mix-blend-mode: color-burn;
  -webkit-filter: blur(175px);
          filter: blur(175px);
  opacity: 0.4;
  /* Medium Large devices */
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .hero-1 .hero-shape1 {
    opacity: 0.1;
  }
}

@media (max-width: 1299px) {
  .hero-1 .hero-shape1 {
    display: none;
  }
}

.hero-1 .hero-img {
  position: absolute;
  top: 320px;
  right: 13%;
  z-index: 2;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .hero-1 .hero-img {
    right: 3%;
  }
}

.hero-1 .hero-img img {
  border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  -webkit-animation: heroMorph 5s linear infinite;
          animation: heroMorph 5s linear infinite;
}

.hero-1 .hero-img:before, .hero-1 .hero-img:after {
  position: absolute;
  content: "";
  top: -80px;
  width: 580px;
  height: 580px;
  border: 2px solid var(--white-color);
  border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  -webkit-animation: heroMorph 5s linear infinite;
          animation: heroMorph 5s linear infinite;
  display: block;
  z-index: -1;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .hero-1 .hero-img:before, .hero-1 .hero-img:after {
    top: -50px;
  }
}

.hero-1 .hero-img:before {
  left: -38px;
}

.hero-1 .hero-img:after {
  right: -80px;
  border-color: var(--theme-color);
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .hero-1 .hero-img:after {
    right: -20px;
  }
}

@-webkit-keyframes heroMorph {
  0%, 100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
            transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
            transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
            transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
            transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}

@keyframes heroMorph {
  0%, 100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
            transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
            transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
            transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
            transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}

.watch-btn .text {
  font-weight: 500;
  color: var(--title-color);
  margin-left: 20px;
}

.watch-btn:hover .text {
  color: var(--theme-color);
}

.hero-style1 {
  position: relative;
  z-index: 6;
  padding: 355px 0 195px 0;
}

.hero-style1 .sub-title {
  margin-bottom: 33px;
}

.hero-style1 .title-img {
  position: absolute;
  bottom: 72%;
  right: 5%;
}

.hero-style1 .hero-text {
  max-width: 570px;
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 56px;
  }
  .hero-style1 {
    padding: 250px 0 170px 0;
    max-width: 380px;
  }
  .hero-1 .hero-img {
    top: 260px;
    max-width: 520px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-1 .hero-img {
    position: relative;
    top: 0;
    left: 0;
    max-width: 560px;
    text-align: center;
    margin: 50px auto 0 auto;
  }
  .hero-1 .hero-circle {
    max-width: 100%;
  }
  .hero-style1 {
    padding: 200px 0 40px 0;
    text-align: center;
    max-width: 100%;
  }
  .hero-style1 .title1,
  .hero-style1 .title2 {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style1 .hero-text {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style1 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-title {
    font-size: 50px;
  }
  .hero-1 {
    overflow: hidden;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-title {
    font-size: 42px;
    line-height: 1.24;
    margin-bottom: 35px;
  }
  .hero-1 .hero-img {
    margin: 0 12px 10px 12px;
  }
  .hero-1 .hero-img:before, .hero-1 .hero-img:after {
    display: none;
  }
}

@media (max-width: 390px) {
  .hero-title {
    font-size: 36px;
    line-height: 1.3;
  }
}

@media (max-width: 330px) {
  .hero-title {
    font-size: 32px;
  }
}

/* Hero 2 --------------------------------------*/
.hero-2 {
  overflow: hidden;
}

.hero-2 .hero-img {
  position: absolute;
  bottom: 0;
  right: 7%;
  /* Extra large devices */
  /* Medium Large devices */
}

@media (max-width: 1500px) {
  .hero-2 .hero-img {
    right: 1%;
  }
}

@media (max-width: 1299px) {
  .hero-2 .hero-img {
    max-width: 60%;
  }
}

.hero-style2 {
  position: relative;
  z-index: 6;
  padding: 240px 0;
}

.hero-style2 .hero-title {
  color: var(--white-color);
}

.hero-style2 .sub-title {
  margin-bottom: 33px;
  color: var(--white-color);
}

.hero-style2 .sub-title .text:before {
  background-color: var(--white-color);
}

.hero-style2 .hero-text {
  font-size: 18px;
  max-width: 640px;
  color: var(--white-color);
}

.hero-style2 .watch-btn .text {
  color: var(--white-color);
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-style2 {
    padding: 190px 0;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-style2 {
    padding: 135px 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-style2 {
    text-align: center;
    padding: 100px 0 40px 0;
  }
  .hero-style2 .hero-title .title1,
  .hero-style2 .hero-title .title2 {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style2 .hero-text {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-2 .hero-img {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: 650px;
    margin: 0 auto;
  }
  .hero-3 .hero-style2 {
    padding: 100px 0 100px 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-2 .hero-img {
    max-width: calc(100% - 24px);
    margin: 0 auto;
  }
}

/*------------------- 4.9. Error  -------------------*/
.error-content {
  text-align: center;
}

.error-img {
  text-align: center;
  margin-bottom: 45px;
}

.error-title {
  margin-bottom: 20px;
}

.error-text {
  margin-bottom: 35px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/* Medium devices */
@media (max-width: 991px) {
  .error-title {
    margin-bottom: 15px;
  }
  .error-img {
    margin-bottom: 30px;
  }
  .error-text {
    margin-bottom: 25px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .error-title {
    margin-bottom: 10px;
  }
}

/*------------------- 4.00. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.popup-search-box .search-content {
  background-color: var(--white-color);
  height: 350px;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: visibility 0.8s step-end, -webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
  transition: visibility 0.8s step-end, -webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end;
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end, -webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
}

.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%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: var(--theme-color);
}

.popup-search-box button.searchClose:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popup-search-box form {
  display: block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s;
  /* 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: var(--title-color);
  border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
  color: var(--title-color);
}

.popup-search-box form input::-webkit-input-placeholder {
  color: var(--title-color);
}

.popup-search-box form input:-ms-input-placeholder {
  color: var(--title-color);
}

.popup-search-box form input::-ms-input-placeholder {
  color: var(--title-color);
}

.popup-search-box form input::placeholder {
  color: var(--title-color);
}

.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: var(--theme-color);
  font-size: 24px;
  right: 12px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
          transform: scale(1.001);
}

.popup-search-box form button:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.popup-search-box.show {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

.popup-search-box.show .search-content {
  -webkit-transition: visibility 0.8s step-start, -webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
  transition: visibility 0.8s step-start, -webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start;
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start, -webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.popup-search-box.show form {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/*------------------- 4.00. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 20px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 650px;
  margin-left: auto;
  padding: 80px 60px 40px 130px;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
  -webkit-clip-path: ellipse(100% 100% at 100% 50%);
          clip-path: ellipse(100% 100% at 100% 50%);
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}

.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidemenu-wrapper .widget .newsletter-form input {
  border-radius: 99px;
  border: 1px solid var(--ot-border-color);
}

.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.sidemenu-wrapper.show .sidemenu-content .widget {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.sidemenu-wrapper.show .sidemenu-content .widget:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.sidemenu-wrapper.show .sidemenu-content .widget:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/*------------------- 4.00. Contact  -------------------*/
/* Contact Sec 1 --------------------------------- */
.contact-form1 {
  padding: 70px;
  background-color: #0C1836;
  border-radius: 15px;
  background-size: auto;
  background-repeat: repeat-x;
  background-position: bottom center;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .contact-form1 {
    padding: 40px;
    border-radius: 10px;
  }
}

@media (max-width: 375px) {
  .contact-form1 {
    padding: 45px 20px;
  }
}

.contact-form1 .box-title {
  color: var(--white-color);
  margin-bottom: 10px;
}

.contact-form1 .box-text {
  margin-bottom: 15px;
  color: var(--light-color);
}

.contact-form1 label {
  color: var(--white-color);
}

.contact-form1 textarea.form-control, .contact-form1 textarea {
  min-height: 130px;
}

/* Contact Page ---------------------------------- */
.contact-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  /* Medium devices */
  /* Extra small devices */
}

.contact-feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 80px 0;
  border: 1px solid var(--ot-border-color);
  border-radius: 15px;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}

.contact-feature-wrap .divider {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1px;
      -ms-flex: 0 0 1px;
          flex: 0 0 1px;
  background-color: var(--ot-border-color);
}

@media (max-width: 1199px) {
  .contact-feature-wrap {
    padding: 50px 0;
  }
  .contact-feature-wrap .divider {
    display: none;
  }
}

@media (max-width: 991px) {
  .contact-feature-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px 0;
    padding: 50px 50px;
  }
}

@media (max-width: 575px) {
  .contact-feature-wrap {
    padding: 40px;
  }
}

@media (max-width: 375px) {
  .contact-feature-wrap {
    padding: 40px 20px;
  }
}

@media (max-width: 991px) {
  .contact-feature {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}

@media (max-width: 575px) {
  .contact-feature {
    gap: 15px;
  }
}

.contact-feature .icon-btn {
  --btn-size: 80px;
  font-size: 24px;
}

.contact-feature .box-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact-feature .box-text {
  max-width: 165px;
}

.contact-feature .box-text a {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: inherit;
}

.contact-feature .box-text a:hover {
  color: var(--theme-color);
}

/*------------------- 4.00. About  -------------------*/
/* About 1 ---------------------------------- */
.img-box1 {
  position: relative;
  z-index: 2;
  text-align: right;
  width: 100%;
  margin-left: 80px;
  /* Medium Large devices */
  padding-bottom: 120px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .img-box1 {
    margin-left: 15px;
  }
}

.img-box1 .img1 img {
  border-radius: 30px;
  -webkit-transform: rotate(-8deg) translate(-65px, 25px);
      -ms-transform: rotate(-8deg) translate(-65px, 25px);
          transform: rotate(-8deg) translate(-65px, 25px);
  /* Small devices */
}

@media (max-width: 767px) {
  .img-box1 .img1 img {
    -webkit-transform: rotate(-5deg) translate(0, 0);
        -ms-transform: rotate(-5deg) translate(0, 0);
            transform: rotate(-5deg) translate(0, 0);
  }
}

.img-box1 .img2 {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  box-shadow: 0px 4px 46px rgba(168, 173, 181, 0.49);
  border-radius: 30px;
  background-color: var(--white-color);
  padding: 10px;
  /* Extra small devices */
}

.img-box1 .img2 img {
  border-radius: 20px;
}

@media (max-width: 575px) {
  .img-box1 .img2 {
    width: 65%;
    padding: 6px;
  }
}

.img-box1 .shape1 {
  position: absolute;
  top: 0;
  right: -130px;
  z-index: -1;
  -webkit-animation: jumpReverseAni 4s linear infinite;
          animation: jumpReverseAni 4s linear infinite;
}

.img-box1 .shape1 img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.img-box1 .circle {
  position: absolute;
  width: 927px;
  height: 927px;
  left: 115px;
  top: 0;
  background: -webkit-radial-gradient(50% -22.22%, 136.71% 136.71%, #4268F0 0%, rgba(13, 106, 244, 0) 100%);
  background: radial-gradient(136.71% 136.71% at 50% -22.22%, #4268F0 0%, rgba(13, 106, 244, 0) 100%);
  opacity: 0.34;
  -webkit-filter: blur(400px);
          filter: blur(400px);
  z-index: -2;
}

@media (max-width: 1199px) {
  .img-box1 {
    pointer-events: none;
    margin-left: 55px;
  }
}

@media (max-width: 991px) {
  .img-box1 {
    margin-left: 0;
    margin-top: -30px;
  }
}

@media (max-width: 767px) {
  .img-box1 {
    margin: 40px auto 0 auto;
    max-width: 95%;
    padding-bottom: 90px;
  }
}

.dot-list {
  display: inline-block;
}

.dot-list ul {
  margin: -0.6em 0 -0.68em 0;
  padding: 0 0 0 18px;
}

.dot-list li {
  list-style: square;
  font-size: 18px;
  font-family: var(--body-font);
  line-height: 34px;
  color: var(--title-color);
}

.about-sec1 {
  overflow: hidden;
  margin-top: -190px;
  padding-top: 190px;
}

/* About 2 ---------------------------------- */
.img-box3 {
  position: relative;
  z-index: 2;
  margin-right: 25px;
  text-align: right;
  padding-bottom: 32px;
  /* Large devices */
}

.img-box3 .shape1 {
  position: absolute;
  bottom: 0;
  left: -41px;
  z-index: -1;
  /* Medium devices */
}

.img-box3 .shape1 img {
  border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  -webkit-animation: heroMorph 5s linear infinite;
          animation: heroMorph 5s linear infinite;
}

@media (max-width: 991px) {
  .img-box3 .shape1 {
    left: 0;
  }
}

@media (max-width: 1199px) {
  .img-box3 {
    margin-right: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .dot-list.style-center {
    text-align: left;
    margin-left: 100px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .dot-list.style-center {
    margin-left: 40px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .dot-list.style-center {
    margin-left: 10px;
  }
}

/* About 3 ------------------------------------ */
.img-box4 {
  margin-left: -180px;
  position: relative;
  padding-bottom: 55px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
}

.img-box4 .img1 img,
.img-box4 .img2 img {
  border-radius: 20px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .img-box4 .img1 img,
  .img-box4 .img2 img {
    border-radius: 10px;
  }
}

.img-box4 .img2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.img-box4 .about-award {
  position: absolute;
  bottom: 0;
  left: 70px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .img-box4 .about-award {
    left: 20px;
  }
}

@media (max-width: 1500px) {
  .img-box4 {
    margin-left: -80px;
  }
}

@media (max-width: 1399px) {
  .img-box4 {
    margin-left: -40px;
  }
  .img-box4 .img2 {
    max-width: 50%;
  }
}

@media (max-width: 1199px) {
  .img-box4 {
    margin-left: 0;
  }
}

.about-award {
  background: #F4F7FC;
  box-shadow: 0px 4px 63px rgba(50, 67, 102, 0.16);
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  max-width: 305px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .about-award {
    padding: 15px;
    max-width: 260px;
    border-radius: 10px;
  }
}

.about-award .box-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--theme-color);
  box-shadow: 0px 4px 20px rgba(14, 89, 242, 0.33);
  border-radius: inherit;
  gap: 18px;
  padding: 40px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .about-award .box-content {
    padding: 25px;
  }
}

.about-award .box-icon {
  font-size: 48px;
  color: var(--white-color);
}

.about-award .box-number {
  font-size: 36px;
  font-weight: bold;
  color: var(--white-color);
  margin-bottom: 10px;
}

.about-award .box-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--white-color);
  text-transform: uppercase;
  color: var(--white-color);
  display: block;
}

.about-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  gap: 20px;
  /* Extra small devices */
}

.about-feature-wrap {
  max-width: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .about-feature-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .about-feature-wrap {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

@media (max-width: 575px) {
  .about-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.about-feature .box-title {
  font-size: 20px;
  margin: 0;
}

.bg-left-full {
  background-size: auto;
  background-position: left top;
  background-repeat: repeat-y;
  /* Hight Resoulation devices */
}

@media (min-width: 1922px) {
  .bg-left-full {
    background-position: center center;
  }
}

/* About 4 --------------------------------*/
.img-box6 img {
  width: 100%;
  border-radius: 40px;
  /* Small devices */
}

@media (max-width: 767px) {
  .img-box6 img {
    border-radius: 20px;
  }
}

.about-content-box {
  background-color: var(--white-color);
  box-shadow: 0px 3px 66px rgba(23, 22, 36, 0.07);
  border-radius: 15px;
  padding: 40px;
  /* Medium devices */
  /* Small devices */
}

.about-content-box .btn-group {
  gap: 40px;
}

@media (max-width: 991px) {
  .about-content-box {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .about-content-box {
    padding: 40px 20px;
  }
}

.about-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
  max-width: 420px;
  text-align: left;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .about-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 22px;
  }
}

.about-media .icon-btn {
  font-size: 22px;
}

.about-media .box-title {
  margin-bottom: 10px;
}

.call-btn.style2 {
  gap: 20px;
  text-align: left;
}

.call-btn.style2 .icon-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.call-btn.style2 .box-icon {
  position: relative;
  z-index: 2;
}

.call-btn.style2 .box-icon:after, .call-btn.style2 .box-icon:before {
  content: '';
  position: absolute;
  inset: -12px;
  background: -webkit-linear-gradient(left, rgba(233, 232, 247, 0.8) 0%, white 100%);
  background: linear-gradient(90deg, rgba(233, 232, 247, 0.8) 0%, white 100%);
  border-radius: 99px;
  z-index: -1;
  -webkit-animation: spin 15s linear infinite;
          animation: spin 15s linear infinite;
}

.call-btn.style2 .box-icon:before {
  inset: -13px;
  background: -webkit-linear-gradient(left, #CBC7F1 0%, rgba(226, 234, 243, 0) 100%);
  background: linear-gradient(90deg, #CBC7F1 0%, rgba(226, 234, 243, 0) 100%);
  z-index: -2;
}

/*------------------- 4.00. Team  -------------------*/
/* Team global ---------------------------------- */
.ot-team {
  position: relative;
}

.ot-team .box-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.ot-team .box-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.ot-team .box-desig {
  font-size: 14px;
  display: block;
  color: var(--theme-color);
}

.ot-team .ot-social {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.ot-team .ot-social a {
  --icon-size: 37px;
  font-size: 14px;
  background-color: var(--smoke-color2);
  color: var(--theme-color);
  border-radius: 99px;
}

.ot-team .ot-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.ot-team .box-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 2px;
}

/* Team Card ---------------------------------- */
.team-card {
  text-align: center;
}

.team-card .box-desig {
  margin-bottom: 12px;
}

.team-card .box-content {
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 30px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.team-card .ot-social {
  padding-top: 20px;
  border-top: 1px solid var(--ot-border-color);
  display: inline-block;
}

.team-card:hover .box-content {
  bottom: 12px;
  left: 12px;
  right: 12px;
  visibility: visible;
  opacity: 1;
}

/* Team Box ---------------------------------- */
.team-social {
  display: block;
  margin-bottom: -0.5em;
}

.team-social a {
  font-size: 14px;
  color: var(--white-color);
  text-transform: uppercase;
}

.team-social a:hover {
  color: var(--title-color);
}

.team-social a:after {
  content: '';
  height: 1px;
  width: 10px;
  background-color: var(--white-color);
  display: inline-block;
  margin: 0 9px 0 12px;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}

.team-social a:last-child:after {
  display: none;
}

.team-box {
  border-radius: 10px;
}

.team-box .box-img {
  border-radius: 10px;
  position: relative;
}

.team-box .box-img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: var(--theme-color);
  border-radius: inherit;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-box .box-desig {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--white-color);
}

.team-box .box-title {
  font-size: 30px;
  font-weight: 500;
  color: var(--white-color);
}

.team-box .box-title a:hover {
  color: var(--title-color);
}

.team-box .box-content {
  padding: 40px 15px 40px 40px;
  position: absolute;
  bottom: -40px;
  left: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0.2s bottom;
          transition-delay: 0.2s bottom;
  visibility: hidden;
  opacity: 0;
}

.team-box:hover .box-img:after {
  width: 100%;
}

.team-box:hover .box-content {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}

/* Team Grid ---------------------------------- */
.box-line-ani {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1px;
      -ms-flex: 0 0 1px;
          flex: 0 0 1px;
  background-color: var(--ot-border-color);
}

.box-line-ani:after {
  content: '';
  height: 45px;
  width: 1px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: lineMove 10s linear infinite;
          animation: lineMove 10s linear infinite;
}

.team-grid {
  text-align: center;
}

.team-grid-area {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --bs-gutter-x: 0;
  --bs-gutter-y: 30px;
}

.team-grid-area .box-line-ani {
  /* Medium devices */
}

@media (max-width: 991px) {
  .team-grid-area .box-line-ani {
    display: none;
  }
}

.team-grid-area .box-line-ani:last-child {
  display: none;
}

.team-grid-area .box-line-ani:nth-child(4):after {
  -webkit-animation: lineMovealt 10s linear infinite;
          animation: lineMovealt 10s linear infinite;
}

.team-grid .box-img {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 30px auto;
}

.team-grid .box-img:after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: -webkit-linear-gradient(314.57deg, #020814 0%, rgba(2, 8, 20, 0) 100%);
  background: linear-gradient(135.43deg, #020814 0%, rgba(2, 8, 20, 0) 100%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
}

.team-grid .box-desig {
  display: block;
  margin-bottom: -.45em;
}

.team-grid .ot-social {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-grid .ot-social a {
  --icon-size: 35px;
  background-color: var(--white-color);
  margin-right: 3px;
}

.team-grid .ot-social a:last-child {
  margin-right: 0;
}

.team-grid .ot-social a:hover {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}

.team-grid:hover .box-img:after {
  opacity: 1;
}

.team-grid:hover .ot-social {
  opacity: 1;
  visibility: visible;
  top: calc(50% - 15px);
}

/* Team Details ---------------------------------- */
.about-card {
  -webkit-box-flex: 590px;
  -webkit-flex: 590px;
      -ms-flex: 590px;
          flex: 590px;
  /* Medium devices */
}

.about-card-wrap {
  box-shadow: 0px 9px 60px rgba(8, 20, 44, 0.07);
  border-radius: 15px;
  border: 1px solid var(--ot-border-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding: 100px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .about-card-wrap {
    padding: 60px;
  }
}

@media (max-width: 1199px) {
  .about-card-wrap {
    padding: 40px;
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .about-card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 60px;
  }
}

@media (max-width: 767px) {
  .about-card-wrap {
    padding: 40px;
  }
}

@media (max-width: 375px) {
  .about-card-wrap {
    padding: 20px;
  }
}

.about-card-img {
  -webkit-box-flex: 380px;
  -webkit-flex: 380px;
      -ms-flex: 380px;
          flex: 380px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .about-card-img {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

.about-card-img img {
  border-radius: 15px;
  width: 100%;
}

@media (max-width: 991px) {
  .about-card {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

.about-card_title {
  font-size: 40px;
  margin-bottom: 15px;
  margin-top: -0.2em;
  /* Small devices */
}

@media (max-width: 767px) {
  .about-card_title {
    font-size: 34px;
  }
}

.about-card_desig {
  color: var(--theme-color);
  margin-bottom: 22px;
  margin-top: -0.5em;
}

.about-card_text {
  margin-bottom: 22px;
  margin-top: 25px;
}

.about-card .ot-social a {
  --icon-size: 36px;
  font-size: 14px;
  background-color: var(--white-color);
  box-shadow: 0px 7px 23px rgba(0, 0, 0, 0.09);
  border-radius: 99px;
}

.about-card .ot-social a:hover {
  background-color: var(--theme-color);
}

.team-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.team-info-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 10px;
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid var(--ot-border-color);
  /* Small devices */
}

@media (max-width: 767px) {
  .team-info-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.team-info .icon-btn {
  --btn-size: 50px;
  background-color: var(--white-color);
  color: var(--theme-color);
  box-shadow: 0px 10px 35px rgba(35, 31, 80, 0.13);
}

.team-info .box-text {
  margin-bottom: 8px;
}

.team-info .box-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

/* Extra small devices */
@media (max-width: 575px) {
  .team-info ul li b {
    max-width: 140px;
  }
}

.team-contact-form {
  padding: 50px;
  background-color: var(--smoke-color);
  /* Extra small devices */
}

.team-contact-form textarea {
  height: 120px;
}

.team-contact-form .form-title {
  margin-top: -0.3em;
  margin-bottom: 25px;
}

@media (max-width: 575px) {
  .team-contact-form {
    padding: 40px 20px;
  }
}

/*------------------- 4.00. Testimonial  -------------------*/
/* Testimonial Card ---------------------------------- */
.testi-card {
  position: relative;
  background-color: var(--smoke-color);
  border-radius: 10px;
  overflow: hidden;
}

.testi-card .box-text {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 43px 40px;
  background-color: var(--white-color);
  border-radius: 10px 10px 0 0;
  /* Extra small devices */
}

.testi-card .box-text u {
  color: var(--title-color);
  font-weight: 500;
}

@media (max-width: 575px) {
  .testi-card .box-text {
    font-size: 16px;
    line-height: 26px;
  }
}

.testi-card .box-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 35px 40px;
}

.testi-card .box-img {
  width: 67px;
  min-width: 67px;
  border-radius: 99px;
}

.testi-card .box-img img {
  border-radius: inherit;
}

.testi-card .box-title {
  margin-top: 0;
  margin-bottom: 4px;
}

.testi-card .box-desig {
  color: var(--theme-color);
}

/* Extra small devices */
@media (max-width: 575px) {
  .testi-card .box-text {
    padding: 30px;
  }
  .testi-card .box-profile {
    padding: 30px 10px 30px 30px;
  }
  .testi-card .box-title {
    font-size: 22px;
  }
}

/* Testimonial Box ---------------------------------- */
.testi-box-slide {
  max-width: 690px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.testi-box .box-img {
  margin-bottom: 35px;
}

.testi-box .box-img > img {
  border-radius: 99px;
}

.testi-box .box-heading {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  /* Small devices */
}

@media (max-width: 767px) {
  .testi-box .box-heading {
    font-size: 28px;
  }
}

.testi-box .box-title {
  font-size: 22px;
  margin-bottom: 4px;
}

.testi-box .box-desig {
  display: block;
  margin-bottom: -0.35em;
}

.testi-box .box-desig a {
  color: var(--theme-color);
}

.testi-box .box-text {
  font-size: 18px;
  line-height: 28px;
  margin-top: -0.45em;
  margin-bottom: 48px;
  /* Small devices */
}

@media (max-width: 767px) {
  .testi-box .box-text {
    margin-bottom: 36px;
  }
}

/* Testimonial Grid ---------------------------------- */
.testi-img1 {
  margin-right: 60px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .testi-img1 {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.testi-img1 img {
  width: 100%;
  border-radius: 15px;
  /* Small devices */
}

@media (max-width: 767px) {
  .testi-img1 img {
    border-radius: 10px;
  }
}

.testi-grid-area {
  position: relative;
}

.testi-grid-area .icon-box {
  position: absolute;
  bottom: 25px;
  left: 335px;
  width: 55px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-grid-area .icon-box {
    display: none;
  }
}

.testi-grid-area .icon-box .slider-arrow {
  --icon-size: 55px;
  background-color: var(--white-color);
  box-shadow: 0px 3px 15px #EEEFF1;
  color: var(--theme-color);
}

.testi-grid-area .icon-box .slider-arrow:first-child {
  margin-bottom: 10px;
}

.testi-grid-area .icon-box .slider-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.testi-grid .box-text {
  font-size: 18px;
  line-height: 28px;
  margin: -0.35em 0 30px 0;
  /* Small devices */
}

@media (max-width: 767px) {
  .testi-grid .box-text {
    font-size: 16px;
  }
}

.testi-grid .box-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
  margin-top: 0;
}

.testi-grid .box-desig {
  font-size: 14px;
  color: var(--theme-color);
}

.testi-grid .box-img {
  width: 60px;
  border-radius: 99px;
  overflow: hidden;
}

.testi-grid .box-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  box-shadow: 0px 3px 15px #EEEFF1;
  border-radius: 15px;
  background-color: var(--white-color);
  padding: 30px;
  width: 100%;
  max-width: 280px;
  position: relative;
  /* Small devices */
}

@media (max-width: 767px) {
  .testi-grid .box-profile {
    border-radius: 10px;
  }
}

.testi-grid .box-profile:after {
  content: '';
  height: 20px;
  width: 5px;
  border-radius: 9px;
  background-color: var(--theme-color);
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}

/*------------------- 4.00. Counter  -------------------*/
/* Counter 1 ---------------------------------- */
.counter-card {
  --border-color: #D4D4D4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

.counter-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 0 var(--section-space) 0;
  border-top: 1px solid var(--ot-border-color);
  /* Medium devices */
}

@media (max-width: 991px) {
  .counter-card-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 80px 0;
    gap: 24px;
  }
}

@media (max-width: 1199px) {
  .counter-card {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .counter-card {
    -webkit-box-flex: calc(50% - 24px);
    -webkit-flex: calc(50% - 24px);
        -ms-flex: calc(50% - 24px);
            flex: calc(50% - 24px);
  }
}

@media (max-width: 575px) {
  .counter-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 16px;
  }
}

.counter-card .box-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: var(--theme-color);
  border-radius: 99px;
  text-align: center;
}

.counter-card .box-number {
  font-size: 44px;
  color: var(--title-color);
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: -0.15em;
}

.counter-card .box-text {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}

.counter-sec-border {
  border-top: 1px solid var(--ot-border-color);
  border-bottom: 1px solid var(--ot-border-color);
  padding: 100px 0;
  /* Medium devices */
}

@media (max-width: 991px) {
  .counter-sec-border {
    padding: 80px 0;
  }
}

/*------------------- 4.00. Blog  -------------------*/
/* Blog Card ---------------------------------- */
.blog-card {
  background-color: var(--white-color);
  box-shadow: 0px 9px 60px rgba(8, 20, 44, 0.07);
  border-radius: 15px;
  padding: 10px;
}

.blog-card .blog-img {
  border-radius: 15px;
  margin-bottom: 27px;
  overflow: hidden;
}

.blog-card .blog-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-card .box-title {
  margin-bottom: 17px;
}

.blog-card .box-title a {
  background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
  background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blog-card .box-title a:hover {
  background-size: 100% 2px;
}

.blog-card .box-text {
  margin-bottom: 22px;
}

.blog-card .blog-meta {
  margin: -0.4em 0 20px 0;
}

.blog-card .link-btn {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: -0.1em;
}

.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-card .box-title {
    font-size: 22px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .blog-card .box-title {
    font-size: 24px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-card {
    border-radius: 10px;
  }
  .blog-card .blog-img {
    border-radius: 10px;
  }
}

@media (max-width: 360px) {
  .blog-card .box-title {
    font-size: 21px;
  }
}

/* Blog Box ---------------------------------- */
.blog-box {
  border-radius: 20px;
  background-color: var(--white-color);
  border: 1px solid #E3E8F4;
}

.blog-box .blog-img {
  border-radius: 20px;
  margin: -1px;
  overflow: hidden;
}

.blog-box .blog-img img {
  border-radius: inherit;
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-box .blog-content {
  padding: 40px;
}

.blog-box .box-title {
  font-size: 30px;
  margin-bottom: 16px;
}

.blog-box .box-title a {
  background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
  background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blog-box .box-title a:hover {
  background-size: 100% 2px;
}

.blog-box .blog-meta {
  margin: -0.3em 0 22px 0;
}

.blog-box .blog-meta span > i,
.blog-box .blog-meta a > i {
  color: var(--theme-color);
}

.blog-box .ot-btn {
  margin-top: 35px;
  background-color: var(--smoke-color2);
  color: var(--theme-color);
}

.blog-box .ot-btn::before {
  background-color: var(--theme-color);
}

.blog-box .ot-btn:hover {
  color: var(--white-color);
}

.blog-box:hover .blog-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-box {
    border-radius: 10px;
  }
  .blog-box .blog-img {
    border-radius: 10px;
  }
  .blog-box .blog-content {
    padding: 30px;
  }
  .blog-box .box-title {
    font-size: 24px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .blog-box .blog-content {
    padding: 30px 20px 20px 20px;
  }
}

/*------------------- 4.00. Brand  -------------------*/
/* Brand 1 ---------------------------------- */
.brand-grid {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 170px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: var(--ot-border-color) !important;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

.brand-grid-wrap {
  --ot-border-color: #E3E8F4;
  border: 1px solid var(--ot-border-color);
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  /* Small devices */
}

@media (max-width: 767px) {
  .brand-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 10px;
  }
}

@media (max-width: 1199px) {
  .brand-grid {
    height: 120px;
  }
}

@media (max-width: 991px) {
  .brand-grid {
    height: 100px;
    padding: 15px;
  }
}

.brand-grid:nth-child(4n) {
  border-right: none;
}

.brand-grid:nth-last-child(-n + 4) {
  border-bottom: none;
}

@media (max-width: 767px) {
  .brand-grid {
    padding: 20px;
  }
  .brand-grid:nth-child(2n) {
    border-right: none;
  }
  .brand-grid:nth-last-child(-n + 4) {
    border-bottom: 1px solid;
  }
  .brand-grid:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}

.brand-grid:hover {
  box-shadow: 0px 14px 43px rgba(147, 151, 160, 0.15);
}

/* Brand 2 ---------------------------------- */
.brand-slider1 {
  padding: 100px 0;
  border-bottom: 1px solid #D9DEE8;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .brand-slider1 {
    padding: 80px 0;
  }
}

@media (max-width: 991px) {
  .brand-slider1 {
    padding: 60px 0;
  }
}

.brand-card {
  height: 42px;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*------------------- 4.00. Simple Sections  -------------------*/
.check-list ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}

.check-list li {
  font-family: var(--body-font);
  margin-bottom: 11px;
}

.check-list li:last-child {
  margin-bottom: 0;
}

.check-list li > i {
  color: var(--theme-color);
  margin-right: 5px;
}

.social-card {
  padding: 40px;
  border: 1px solid var(--ot-border-color);
  border-radius: 15px;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .social-card {
    border-radius: 10px;
  }
}

@media (max-width: 575px) {
  .social-card {
    padding: 40px 10px;
  }
}

.social-card .box-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}

.social-card .ot-social {
  margin-bottom: 22px;
}

.social-card .ot-social a {
  --icon-size: 40px;
  border-radius: 99px;
  color: var(--theme-color);
}

.social-card .ot-social a:hover {
  color: var(--white-color);
}

.social-card .box-link {
  color: var(--body-color);
  text-decoration: underline;
  display: block;
  margin-bottom: -0.25em;
}

.newsletter-area {
  border: 1px solid var(--ot-border-color);
  border-radius: 25px;
  padding: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .newsletter-area {
    padding: 60px;
  }
}

.newsletter-area .box-title {
  font-size: 30px;
  max-width: 400px;
  margin-bottom: -0.3em;
}

.newsletter-area .box-content {
  min-width: 545px;
  max-width: 100%;
}

.newsletter-area .newsletter-form {
  max-width: 100%;
}

.newsletter-area .newsletter-form input {
  width: 100% !important;
  box-shadow: 0px 6px 26px #E4E8F1;
  border-radius: 20px;
}

.newsletter-area .box-text {
  margin-top: 10px;
}

.newsletter-area .ot-btn {
  border-radius: 20px;
  min-width: 145px;
  margin-left: -155px;
}

/* Large devices */
@media (max-width: 1199px) {
  .newsletter-area .box-content {
    min-width: 430px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .newsletter-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
    text-align: center;
  }
  .newsletter-area .box-title {
    max-width: 100%;
  }
  .newsletter-area .box-content {
    min-width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .newsletter-area {
    padding: 45px 20px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .newsletter-area .newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsletter-area .ot-btn {
    margin-left: 0;
  }
}

.newsletter-area2 {
  text-align: center;
}

.newsletter-area2 .newsletter-form {
  max-width: 800px;
  margin: 0 auto 30px auto;
  /* Small devices */
}

@media (max-width: 767px) {
  .newsletter-area2 .newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bg-img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.bg-img img {
  width: 100%;
  height: 100%;
}

.ot-video {
  position: relative;
  border-radius: 10px;
}

.ot-video img {
  border-radius: inherit;
}

.ot-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-15 {
  border-radius: 15px;
  /* Small devices */
}

@media (max-width: 767px) {
  .rounded-15 {
    border-radius: 10px;
  }
}

.rounded-20 {
  border-radius: 20px;
  /* Small devices */
}

@media (max-width: 767px) {
  .rounded-20 {
    border-radius: 10px;
  }
}

.cta-sec2 {
  max-width: 1680px;
  border-radius: 30px 30px 0 30px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  /* Medium devices */
}

@media (max-width: 991px) {
  .cta-sec2 {
    border-radius: 20px 20px 0 0;
    padding-top: 80px;
  }
}

.img-box2 {
  margin-top: 30px;
  text-align: center;
}

.cta-texts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  background-color: var(--theme-color);
  padding: 22px 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  /* Medium devices */
}

@media (max-width: 991px) {
  .cta-texts {
    left: 0;
  }
}

.cta-texts .line {
  width: 132px;
  height: 1px;
  background-color: var(--white-color);
}

.cta-texts .text {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white-color);
}

/* Small devices */
@media (max-width: 767px) {
  .cta-texts {
    padding: 18px 30px;
    gap: 10px 20px;
  }
  .cta-texts .line {
    width: 80px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .cta-texts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.newsticker-area {
  background-color: var(--title-color);
  padding: 37px 0;
  text-align: center;
}

.newsticker-area .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.newsticker-area .swiper-slide {
  width: auto;
}

.newsticker-title {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: var(--white-color);
  text-transform: uppercase;
}

.newsticker-title:hover {
  color: var(--theme-color);
}

.shape-circle {
  --circle-size: 90px;
  background-color: #B6DCFD;
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 999px;
}

.shape-circle.circle2 {
  --circle-size: 110px;
  background-color: #DFDDFF;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 30px;
}

/* Large devices */
@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }
  p.mb-45 {
    margin-bottom: 38px;
  }
}

/*------------------- 4.00. Why -------------------*/
/* Why 1 ---------------------------------- */
.call-text {
  margin-left: 6px;
  text-align: left;
  /* Small devices */
}

@media (max-width: 767px) {
  .call-text {
    margin-left: 0;
  }
}

.call-text .box-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 5px;
}

.call-text .box-text {
  display: block;
  font-weight: 500;
}

/* Why 2 ---------------------------------- */
.feature-box {
  background-color: var(--white-color);
  border: 1px solid #E7EAF1;
  border-radius: 10px;
  padding: 45px;
  background-size: auto;
  background-position: top right;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.feature-box .box-subtitle {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-top: -0.5em;
  margin-bottom: 18px;
}

.feature-box .box-title {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 22px;
}

.feature-box .box-img {
  margin-top: 50px;
  height: 195px;
}

.feature-box .link-btn {
  font-size: 18px;
  color: var(--title-color);
}

.feature-box .link-btn i {
  color: var(--theme-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.feature-box .link-btn:hover {
  color: var(--theme-color);
}

.feature-box .link-btn:hover i {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.feature-box:hover {
  box-shadow: 0px 29px 52px rgba(28, 33, 48, 0.1);
}

/* Large devices */
@media (max-width: 1199px) {
  .feature-box {
    padding: 30px;
  }
  .feature-box .box-title {
    font-size: 26px;
  }
  .feature-box .box-img {
    height: 166px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .feature-box {
    padding: 45px;
  }
  .feature-box .box-img {
    height: auto;
  }
  .feature-box .box-title {
    font-size: 30px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .feature-box {
    padding: 35px;
  }
  .feature-box .box-title {
    font-size: 26px;
  }
}

/* why 3 --------------------------------*/
.img-box5 {
  margin-right: -90px;
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1399px) {
  .img-box5 {
    margin-right: -30px;
  }
}

@media (max-width: 991px) {
  .img-box5 {
    margin: 40px auto 0 auto;
  }
}

/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */
.accordion-card {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--smoke-color);
  text-align: left;
  position: relative;
  z-index: 3;
}

.accordion-card:not(:last-child) {
  margin-bottom: 24px;
}

.accordion-card .accordion-button {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  border: 0;
  border-color: var(--ot-border-color);
  color: var(--title-color);
  background-color: transparent;
  border-radius: 0;
  padding: 12px 45px 12px 30px;
  min-height: 56px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.accordion-card .accordion-button:after {
  content: "\f06e";
  height: 100%;
  width: auto;
  line-height: 1;
  background-color: transparent;
  background-image: none;
  font-family: var(--icon-font);
  color: var(--theme-color);
  font-weight: 500;
  font-size: 1em;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-card .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-radius: 0;
  background-color: var(--theme-color);
  color: var(--white-color);
}

.accordion-card .accordion-button:not(.collapsed):after {
  content: '\f070';
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  color: var(--white-color);
}

.accordion-card .accordion-collapse {
  border: none;
}

.accordion-card .accordion-body {
  border-radius: 0;
  border: none;
  padding: 23px 30px 30px 30px;
}

.accordion-card .faq-text {
  margin-bottom: -0.48em;
}

.faq-img1 {
  position: relative;
  margin-right: 36px;
  z-index: 2;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .faq-img1 {
    margin-right: 0;
  }
}

.faq-img1 .img1 {
  border-radius: 999px;
  border: 2px dashed var(--theme-color);
  padding: 30px;
}

.faq-img1 .img1 img {
  width: 100%;
  border-radius: 999px;
}

.faq-img1 .shape1 {
  position: absolute;
  inset: -50px -120px -60px -150px;
  z-index: -1;
}

.faq-img1 .shape1 img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* Large devices */
@media (max-width: 1199px) {
  .faq-img1 {
    margin-bottom: 40px;
  }
  .faq-img1 .img1 img {
    max-height: 600px;
    object-fit: cover;
    object-position: top center;
  }
  .faq-img1 .shape1 {
    inset: -50px -80px -20px -80px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .faq-img1 .img1 {
    padding: 20px;
  }
  .accordion-card .accordion-button {
    font-size: 16px;
  }
}

/*------------------- 4.00. Service -------------------*/
/* Service Card ---------------------------------- */
.service-card {
  background-color: var(--white-color);
  position: relative;
  z-index: 2;
  padding: 40px;
  border: 1px solid var(--ot-border-color);
  border-radius: 10px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-card .box-icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--smoke-color2);
  margin-bottom: 50px;
}

.service-card .box-title {
  margin-bottom: 17px;
}

.service-card .box-text {
  margin-bottom: 17px;
}

.service-card .box-btn {
  font-size: 18px;
  display: block;
  margin-bottom: -0.45em;
}

.service-card .box-btn i {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-card .box-btn i:hover {
  -webkit-transform: rotate(-315deg);
      -ms-transform: rotate(-315deg);
          transform: rotate(-315deg);
}

.service-card:hover {
  box-shadow: 0px 9px 75px rgba(8, 20, 44, 0.09);
}

.service-card:hover .box-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.service-sec1 {
  position: relative;
  z-index: 3;
  background-position: top center;
  background-size: auto;
  padding-top: 340px;
  /* Hight Resoulation devices */
  /* Medium Large devices */
}

@media (min-width: 1922px) {
  .service-sec1 {
    background-size: 100% 748px;
  }
}

@media (max-width: 1299px) {
  .service-sec1 {
    padding-top: 300px;
  }
}

/* Service Box ---------------------------------- */
.service-box {
  background-color: #F2F7FB;
  border-radius: 15px;
  padding: 50px 40px;
}

.service-box .box-icon {
  margin: 20px 0;
}

.service-box .box-title {
  margin-bottom: 17px;
}

.service-box .link-btn {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: -0.2em;
}

/* Large devices */
@media (max-width: 1199px) {
  .service-box {
    padding: 40px 30px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .service-box {
    border-radius: 10px;
  }
}

/* Service Details ---------------------------------- */
.page-title {
  font-size: 32px;
  margin-bottom: 25px;
}

.page-img {
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 15px;
  /* Small devices */
}

.page-img img {
  width: 100%;
}

@media (max-width: 767px) {
  .page-img {
    border-radius: 10px;
  }
}

.page-single {
  margin-bottom: 30px;
}

/*------------------- 4.00. Process -------------------*/
/* Process Card ---------------------------------- */
.process-card {
  max-width: 370px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.process-card .box-number {
  font-size: 40px;
  font-weight: bold;
  color: #E7EAF0;
}

.process-card .box-title {
  margin-bottom: 12px;
}

.process-card .box-line {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1px;
      -ms-flex: 0 0 1px;
          flex: 0 0 1px;
  background-color: var(--ot-border-color);
}

.process-card .box-line:after {
  content: '';
  height: 45px;
  width: 1px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: lineMove 10s linear infinite;
          animation: lineMove 10s linear infinite;
}

.process-card-wrap:nth-child(2) .box-line:after {
  -webkit-animation: lineMovealt 10s linear infinite;
          animation: lineMovealt 10s linear infinite;
}

.process-card .box-text {
  margin-bottom: 22px;
}

.process-card:hover .box-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@-webkit-keyframes lineMove {
  0% {
    bottom: 0;
  }
  50% {
    bottom: calc(100% - 45px);
  }
  100% {
    bottom: 0;
  }
}

@keyframes lineMove {
  0% {
    bottom: 0;
  }
  50% {
    bottom: calc(100% - 45px);
  }
  100% {
    bottom: 0;
  }
}

@-webkit-keyframes lineMovealt {
  0% {
    bottom: calc(100% - 45px);
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: calc(100% - 45px);
  }
}

@keyframes lineMovealt {
  0% {
    bottom: calc(100% - 45px);
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: calc(100% - 45px);
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .process-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .process-card .box-line {
    width: 100%;
    height: 1px;
  }
  .process-card .box-line:after {
    height: 1px;
    width: 45px;
    -webkit-animation: lineMoveX 10s linear infinite;
            animation: lineMoveX 10s linear infinite;
  }
  .process-card-wrap:nth-child(2) .box-line:after {
    -webkit-animation: lineMovealtX 10s linear infinite;
            animation: lineMovealtX 10s linear infinite;
  }
}

@-webkit-keyframes lineMoveX {
  0% {
    left: 0;
  }
  50% {
    left: calc(100% - 45px);
  }
  100% {
    left: 0;
  }
}

@keyframes lineMoveX {
  0% {
    left: 0;
  }
  50% {
    left: calc(100% - 45px);
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lineMovealtX {
  0% {
    left: calc(100% - 45px);
  }
  50% {
    left: 0;
  }
  100% {
    left: calc(100% - 45px);
  }
}

@keyframes lineMovealtX {
  0% {
    left: calc(100% - 45px);
  }
  50% {
    left: 0;
  }
  100% {
    left: calc(100% - 45px);
  }
}

/* Small devices */
@media (max-width: 767px) {
  .process-card {
    margin: 0 auto;
    max-width: 480px;
  }
}

/* Process Card ---------------------------------- */
.process-box {
  text-align: center;
  position: relative;
}

.process-box-wrap {
  position: relative;
}

.process-box-wrap:after {
  content: '';
  background-image: url('data:image/svg+xml,<svg width="95" height="36" viewBox="0 0 95 36" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M94.4675 31.6302C91.4005 25.5905 89.4349 19.3071 87.1029 12.9857C86.4967 11.3358 84.2223 12.3039 84.3518 13.8356C84.5638 16.4312 85.0585 19.0163 85.7563 21.5606C80.829 16.8542 74.7456 12.8797 69.1486 9.78142C61.6429 5.62903 53.3667 2.62985 44.9202 1.10078C30.9158 -1.43341 11.2876 0.650706 1.1597 11.9052C0.5804 12.5528 1.50089 13.4321 2.18496 13.1283C9.13048 10.0995 15.2727 6.79462 22.9098 5.6463C30.3861 4.52494 38.306 4.83373 45.6743 6.5439C53.4621 8.35551 60.608 11.8599 67.2728 16.2319C72.8439 19.8914 77.5176 24.4112 82.4902 28.6696C77.8136 28.5226 73.0822 29.1985 69.1492 31.007C66.837 32.0717 67.9602 35.5867 70.4512 35.2246C74.2323 34.6765 77.7843 33.6621 81.6548 33.6325C85.2437 33.6017 88.6851 34.1801 92.1935 34.8642C93.8778 35.2001 95.198 33.068 94.4675 31.6302Z" fill="%23E1E6F5"/></svg>');
  background-repeat: no-repeat;
  height: 36px;
  width: 96px;
  position: absolute;
  top: 30px;
  right: -48px;
}

.process-box-wrap:nth-child(even) {
  margin-top: 60px;
}

.process-box-wrap:nth-child(even):after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.process-box-wrap:last-child:after {
  display: none;
}

.process-box .box-icon {
  position: relative;
  width: 130px;
  height: 130px;
  line-height: 130px;
  background-color: var(--white-color);
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 0px 77px 10px rgba(170, 170, 170, 0.13);
  margin: 0 auto 30px auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.process-box .box-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.process-box .box-number {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--white-color);
  background-color: var(--theme-color);
  border: 5px solid var(--white-color);
  border-radius: 99px;
  height: 45px;
  width: 45px;
  line-height: 34px;
  text-align: center;
}

.process-box .box-text {
  max-width: 285px;
  margin: 0 auto -0.5em auto;
}

.process-box:hover .box-icon {
  background-color: var(--theme-color);
}

.process-box:hover .box-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* Medium devices */
@media (max-width: 991px) {
  .process-box-wrap:nth-child(even):after {
    display: none;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .process-box-wrap {
    margin-bottom: 40px;
  }
  .process-box-wrap:after {
    display: none;
  }
  .process-box-wrap:nth-child(even) {
    margin-top: 0;
  }
  .process-box-wrap:last-child {
    margin-bottom: 0;
  }
}

/*------------------- 4.00. Feature -------------------*/
/* Feature List ---------------------------------- */
.feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.feature-list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
}

.feature-list-line {
  height: 100px;
  width: 1px;
  background-color: var(--ot-border-color);
}

.feature-list-line:last-child {
  display: none;
}

.feature-list .box-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}

.feature-list .box-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: var(--smoke-color2);
  border-radius: 99px;
}

.feature-list .box-text {
  font-size: 14px;
}

/* Large devices */
@media (max-width: 1199px) {
  .feature-list {
    display: block;
    text-align: center;
    padding: 15px 5px;
  }
  .feature-list-line {
    height: 155px;
  }
  .feature-list .box-icon {
    margin: 0 auto 15px auto;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .feature-list {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    padding: 15px 8px;
  }
  .feature-list-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .feature-list-line {
    display: none;
  }
  .feature-list:nth-child(1), .feature-list:nth-child(5) {
    border-right: 1px solid var(--ot-border-color);
  }
  .feature-list:nth-child(1), .feature-list:nth-child(3) {
    border-bottom: 1px solid var(--ot-border-color);
  }
}

/*------------------- 4.00. Gallery -------------------*/
/* Gallery Card -------------------------------*/
.gallery-card {
  /* Small devices */
}

@media (max-width: 767px) {
  .gallery-card {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.gallery-card .box-img {
  position: relative;
  z-index: 2;
  border-radius: 15px;
  overflow: hidden;
}

.gallery-card .box-img img {
  width: 100%;
}

.gallery-card .box-img:after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 15px;
  background-color: var(--theme-color);
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.gallery-card .icon-btn {
  font-size: 18px;
  position: absolute;
  top: calc(50% - 27.5px);
  left: calc(50% - 27.5px);
  z-index: 3;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  background-color: var(--white-color);
  color: var(--theme-color);
}

.gallery-card .icon-btn:hover {
  background-color: var(--title-color);
}

.gallery-card .box-content {
  padding: 70px 50px 70px 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  /* Extra large devices */
  /* Extra small devices */
}

@media (max-width: 1500px) {
  .gallery-card .box-content {
    padding: 60px 50px 60px 60px;
  }
}

@media (max-width: 575px) {
  .gallery-card .box-content {
    padding: 60px 50px 50px 60px;
  }
}

.gallery-card .box-title {
  margin-bottom: 0;
  color: var(--white-color);
  margin-bottom: -0.34em;
}

.gallery-card .box-title a:hover {
  color: var(--title-color);
}

.gallery-card .box-subtitle {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white-color);
}

.gallery-card:hover .box-img:after {
  opacity: 0.85;
  inset: 30px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .gallery-card:hover .box-img:after {
    inset: 20px;
  }
}

.gallery-card:hover .box-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.gallery-card:hover .icon-btn {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.gallery-card.style2 .box-img img {
  min-height: 250px;
  object-fit: cover;
}

.gallery-card.style2 .box-content {
  padding: 40px 20px 32px 40px;
}

.gallery-card.style2:hover .box-img:after {
  inset: 0;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .gallery-card.style2:hover .box-img:after {
    inset: 0;
  }
}

#gallerySlider1 .swiper-slide-active .gallery-card .box-img:after {
  opacity: 0.85;
  inset: 30px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  #gallerySlider1 .swiper-slide-active .gallery-card .box-img:after {
    inset: 20px;
  }
}

#gallerySlider1 .swiper-slide-active .gallery-card .box-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

#gallerySlider1 .swiper-slide-active .gallery-card .icon-btn {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* Project Details --------------------*/
.project-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

.project-meta-wrap {
  margin-top: 43px;
  margin-bottom: 60px;
  padding: 40px 0;
  border-top: 1px solid var(--ot-border-color);
  border-bottom: 1px solid var(--ot-border-color);
  /* Large devices */
}

@media (max-width: 1199px) {
  .project-meta-wrap {
    margin-top: 28px;
    margin-bottom: 45px;
  }
}

.project-meta .icon-btn {
  --btn-size: 70px;
  font-size: 22px;
}

.project-meta .box-text {
  margin-bottom: 10px;
  margin-top: -0.4em;
}

.project-meta .box-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: -0.34em;
  max-width: 210px;
}

.project-details .page-tags {
  margin-top: -0.5em;
  margin-bottom: 4px;
}

.project-details .page-tags a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--body-color);
}

.project-details .page-tags a:hover {
  color: var(--theme-color);
}

.project-details .page-img {
  border-radius: 30px;
  margin-bottom: 60px;
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1199px) {
  .project-details .page-img {
    border-radius: 15px;
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .project-details .page-img {
    border-radius: 10px;
  }
}

.project-details .page-title {
  font-size: 60px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .project-details .page-title {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .project-details .page-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .project-details .page-title {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .project-details .page-title {
    font-size: 30px;
  }
}

/*------------------- 4.00. Skill -------------------*/
.skill-feature {
  text-align: left;
}

.skill-feature:not(:last-child) {
  margin-bottom: 30px;
}

.skill-feature .box-title,
.skill-feature .progress-value {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: -0.5em;
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: uppercase;
}

.skill-feature .progress {
  position: relative;
  height: 16px;
  background-color: var(--white-color);
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border: 1px solid #D5E0F5;
  overflow: visible;
  border-radius: 99px;
}

.skill-feature .progress-bar {
  background-color: var(--theme-color);
  height: 5px;
  margin: 5px;
  border-radius: inherit;
  overflow: visible;
  position: relative;
}

.skill-feature .progress-value {
  position: absolute;
  top: -30px;
  right: -8px;
}

.video-btn {
  width: 50px;
  width: 50px;
  line-height: 50px;
  background-color: rgba(14, 89, 242, 0.7);
  color: var(--white-color);
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 5px;
}

.video-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.ot-video .video-btn {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}

.skill-img {
  -webkit-filter: drop-shadow(0px 4px 28px rgba(0, 0, 0, 0.22));
          filter: drop-shadow(0px 4px 28px rgba(0, 0, 0, 0.22));
}

.skill-img > img {
  border-radius: 15px;
  /* Small devices */
}

@media (max-width: 767px) {
  .skill-img > img {
    border-radius: 10px;
  }
}

.skill-img .ot-video {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 10px 0 10px 0;
  padding: 8px 0 0 8px;
  background-color: var(--white-color);
  /* Extra small devices */
}

@media (max-width: 575px) {
  .skill-img .ot-video {
    max-width: 55%;
  }
}

.bg-lines {
  background-image: -webkit-repeating-linear-gradient(right, transparent 256px, transparent 726px, var(--ot-border-color) 726px, var(--ot-border-color) 727px);
  background-image: repeating-linear-gradient(to left, transparent 256px, transparent 726px, var(--ot-border-color) 726px, var(--ot-border-color) 727px);
  background-position: center center;
}

/*------------------- 4.00. Price -------------------*/
/* Price Card ---------------------------------- */
.price-card {
  padding: 60px 86px 60px 70px;
  background-color: var(--white-color);
  border: 1px solid var(--theme-color);
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .price-card {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .price-card {
    padding: 50px 150px 50px 100px;
  }
}

@media (max-width: 767px) {
  .price-card {
    padding: 50px;
  }
}

.price-card .box-header {
  position: relative;
  z-index: 2;
  width: 160px;
}

.price-card .box-header:before {
  content: '';
  position: absolute;
  top: 22px;
  left: 25px;
  width: 140px;
  height: 140px;
  background-color: var(--theme-color);
  opacity: 0.06;
  border-radius: 999px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.price-card .box-img {
  margin-bottom: 15px;
}

.price-card .box-price {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  color: var(--title-color);
}

.price-card .box-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: var(--body-color);
  max-width: 128px;
  margin-top: 15px;
  margin-bottom: -0.3em;
}

.price-card .check-list {
  margin-bottom: 25px;
}

.price-card .ot-btn {
  background-color: var(--smoke-color2);
  color: var(--title-color);
}

.price-card .ot-btn:before {
  background-color: var(--theme-color);
}

.price-card .ot-btn:hover {
  color: var(--white-color);
}

@media (max-width: 575px) {
  .price-card {
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .price-card .box-header {
    width: 100%;
  }
  .price-card .box-title {
    max-width: 100%;
  }
}

.price-card:hover {
  border-color: transparent;
  box-shadow: 0px 9px 75px rgba(30, 44, 72, 0.09);
}

.price-card:hover .box-header:before {
  top: 45px;
}

/* Price Box ---------------------------------- */
.price-box {
  padding: 40px;
  margin-left: -1px;
  position: relative;
  z-index: 2;
	min-height: 400px;
	margin-top: 15px;
	margin-bottom: 10px;
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
  /* Large devices */
}

@media (max-width: 1299px) {
  .price-box {
    padding: 30px;
  }
}

@media (max-width: 1199px) {
  .price-box {
    padding: 50px;
  }
}

@media (max-width: 375px) {
  .price-box {
    padding: 30px;
  }
}

.price-box:before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid var(--ot-border-color);
  border-radius: inherit;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.price-box-wrap:first-child .price-box {
  border-radius: 15px 0 0 15px;
}

.price-box-wrap:last-child .price-box {
  border-radius: 0 15px 15px 0;
}

.price-box .box-img {
  margin-bottom: 35px;
}

.price-box .box-price {
  margin-bottom: 10px;
  color: var(--title-color);
}

.price-box .box-price .price {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  color: var(--title-color);
}

.price-box .box-title {
  font-size: 25px;
  margin-bottom: 25px;
}

.price-box .check-list {
  margin-bottom: 25px;
}

.price-box .check-list li {
  margin-bottom: 4px;
}

.price-box .check-list li i {
  color: inherit;
}

.price-box .ot-btn {
  margin-top: 40px;
}

.price-box:hover {
  border-radius: 15px !important;
}

.price-box:hover:before {
  top: -40px;
  bottom: -40px;
}

@media (max-width: 1199px) {
  .price-box {
    border-radius: 0 !important;
    margin-bottom: -1px;
  }
  .price-box:hover {
    border-radius: 0 !important;
  }
  .price-box:before {
    inset: 0 !important;
  }
}

/*------------------- 4.00. Case -------------------*/
/* Case card ------------------------------ */
.case-img-group {
  max-width: 230px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .case-img-group {
    max-width: 100%;
  }
}

.case-card {
  background-color: #EFF3FB;
  border-radius: 20px;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.case-card .box-content {
  max-width: 370px;
}

.case-card .box-title {
  font-size: 30px;
  margin-bottom: 30px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .case-card .box-title {
    font-size: 26px;
  }
}

.case-card .ot-btn {
  margin-top: 40px;
}

/* Large devices */
@media (max-width: 1199px) {
  .case-card .box-content {
    max-width: 270px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .case-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-radius: 10px;
    gap: 35px;
  }
  .case-card .box-img {
    width: 100%;
  }
  .case-card .box-img img {
    width: 100%;
  }
  .case-card .box-content {
    max-width: 100%;
  }
  .case-card .box-title {
    margin-bottom: 25px;
  }
  .case-card .ot-btn {
    margin-top: 35px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .case-card {
    padding: 25px;
  }
}

/*=================================
    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;
}

.pb-60 {
  padding-bottom: 60px;
}

/*-- 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;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mt-n1 {
  margin-top: -.25rem;
}

.mt-n2 {
  margin-top: -.45rem;
}

.mt-n3 {
  margin-top: -0.8rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -.25rem;
}

.mb-n2 {
  margin-bottom: -.45rem;
}

.mb-n3 {
  margin-bottom: -0.8rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space20,
.space-top {
  padding-top: 20px;
}

.space20,
.space-bottom {
  padding-bottom: 20px;
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
}

/*# sourceMappingURL=style.css.map */

.text-justify{
	text-align: justify;
}




.wrp {
  width:100%;
  margin:20px auto;
  text-align:center;
    z-index:99999;
}

.bt {
  cursor:pointer;
  border:1px solid #369;
  background:#369;
  text-align:center;
  padding:5px 10px;
  color:#fff;
  display:inline-block;
  text-decoration: none;
}

.wf-modal {
  text-align: left;
  .tit {
    font-size: 20px;
    margin:0;
  }
  .close .bt {
    position:absolute;
    right:5px;
    top:5px;
    background:none;
    color:#ccc;
    padding:5px 10px;
    border:0;
    &:before {
      content: "";
      font-family:'fontAwesome'
    }
  }
  &:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  &:target:before {
    display: block;
  }
  &:target {
    .wf-dialog-modal {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      transform: translate(0, 0);
      top: 20%;
    }
  }
}
.wf-dialog-modal {
  background: #fefefe;
  border: 1px solid #333;
  border-radius: 5px;
  position: fixed;
  top: 10%;
  z-index: 11;
  width: 80%;
	height: 60%;
	overflow-y: scroll;
    z-index:99999;
	padding-bottom: 25px;
  -webkit-transform: translate(0, 500%);
  -moz-transform: translate(0, 500%);
  transform: translate(0, 500%);

  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.wf-content-modal {
  padding:10px;
    z-index:99999;
}
.wf-header-modal,
.wf-footer-modal {
  padding:10px;
}
.wf-header-modal {
  border-bottom: 1px solid #eee
}
.wf-footer-modal {
  border-top: 1px solid #eee;
  text-align: right;
	padding-bottom: 25px;
}
