/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigation
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&amp;display=swap");

/*== Default Css ==*/

:root {
  --thm-font: "Outfit", sans-serif;
  --thm-font-2: "Lora", serif;
  --thm-primary-color: #00c486;
  --thm-primary-color-rgb: 0, 196, 134;
  --thm-secondary-color: #ed746c;
  --thm-secondary-color-rgb: 237, 116, 108;

  --thm-body-font-color: #6a726f;
  --thm-body-font-size: 17px;
  --thm-body-line-height: 28px;
  --thm-body-font-weight: 400;

  --thm-heading-font-color: #062a26;
  --thm-white: #ffffff;
  --thm-black: #062a26;
  --thm-black-bg: #062a26;
  --thm-gray-bg: #edf4f2;

  --thm-border-color: #dde6e3;
  --thm-border-radius: 10px;
}

body {
  font-family: var(--thm-font);
  color: var(--thm-body-font-color);
  font-size: var(--thm-body-font-size);
  line-height: var(--thm-body-line-height);
  font-weight: var(--thm-body-font-weight);
}

.body-bg-1 {
  background-color: #ffffff;
}

p {
  font-family: var(--thm-font);
  color: var(--thm-body-font-color);
  font-size: var(--thm-body-font-size);
  line-height: var(--thm-body-line-height);
  font-weight: var(--thm-body-font-weight);
  margin: 0;
}

a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

section {
  position: relative;
  display: block;
  z-index: 1;
}

body.locked {
  overflow: hidden;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--thm-heading-font-color);
  font-family: var(--thm-font-2);
  font-weight: 700;
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.fancybox-slide .fancybox-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

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

ol,
li {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}

#contact-form input[type="text"].error {
  border-color: red;
}

#contact-form input[type="email"].error {
  border-color: red;
}

#contact-form select.error {
  border-color: red;
}

#contact-form textarea.error {
  border-color: red;
}

#contact-form label.error {
  display: none !important;
}

/*=============== scrollbar-Css 
::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: var(--thm-secondary-color);
    border-radius: 10px;
}

::-webkit-scrollbar,
::-webkit-scrollbar {
    width: 8px;
    background-color: var(--thm-secondary-color);
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: linear-gradient(0deg, var(--thm-primary-color) 0%, var(--thm-secondary-color) 47.60%, var(--thm-black) 99.23%);
}

.xs-sidebar-widget::-webkit-scrollbar {
    width: 0px;
}

=============*/

.rating-box-style1 {
  position: relative;
  display: block;
}

.rating-box-style1 ul {
  position: relative;
  display: flex;
}

.rating-box-style1 ul li {
  position: relative;
  display: block;
  line-height: 0;
}

.rating-box-style1 ul li + li {
  padding-left: 5px;
}

.rating-box-style1 ul li span {
  position: relative;
  display: inline-block;
  color: var(--thm-primary-color);
  font-size: 16px;
  cursor: pointer;
}

/** Thm Social Link **/
.thm-social-link {
  position: relative;
  display: block;
  padding-top: 30px;
}

.thm-social-link ul {
  position: relative;
  display: block;
}

.thm-social-link ul li {
  position: relative;
  float: left;
  margin-right: 10px;
}

.thm-social-link ul li:last-child {
  margin-right: 0;
}

.thm-social-link ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: var(--thm-black);
  border-radius: 5px;
  color: var(--thm-white);
  font-size: 18px;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.thm-social-link ul li a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(var(--thm-primary-color-rgb), 1);
  border-radius: 5px;
  content: "";
  opacity: 0;
  transform: scale(0.5);
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.thm-social-link ul li:hover a:before {
  opacity: 1;
  transform: scale(1);
}

.thm-social-link ul li:hover a {
  color: #ffffff;
}

/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
  position: fixed;
  top: 0;
  left: 0%;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  cursor: url(../images/icon/cross-out.png), pointer;
  z-index: 99999999;

  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: left right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.95;
  visibility: visible;
  right: 100%;
  background: var(--thm-black);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left center;
}

.xs-sidebar-widget {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  max-width: 460px;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  overflow-y: auto;

  transition-timing-function: ease-out;
  transition: 0.5s;

  visibility: hidden;
  opacity: 1;
  z-index: 999999999;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  transition-timing-function: ease-in;
  transition: 0.5s;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 300ms ease 100ms;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 900ms ease 500ms;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: 0;
  background-color: #000000;
}

.sidebar-textwidget {
  padding: 50px 45px;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--thm-black);
  border-radius: 50%;
  color: var(--thm-black);
  font-size: 20px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--thm-primary-color);
  border-color: var(--thm-primary-color);
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  display: block;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
}

.xs-sidebar-group .content-inner .logo a {
  position: relative;
  display: inline-block;
}

.xs-sidebar-group .content-inner h3 {
  color: var(--thm-black);
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--thm-font);
  margin-bottom: 22px;
}

.xs-sidebar-group .content-inner h3 span {
  color: var(--thm-base);
  font-size: 25px;
  font-weight: 900;
}

.xs-sidebar-group .content-inner .content-box {
  position: relative;
  display: block;
  padding-top: 33px;
  padding-bottom: 47px;
}

.xs-sidebar-group .content-inner .content-box .inner-text {
  position: relative;
  display: block;
}

.xs-sidebar-group .content-inner .content-box p {
  color: var(--thm-black);
}

.xs-sidebar-group .content-inner .sidebar-contact-info {
  position: relative;
  display: block;
}

.xs-sidebar-group .content-inner .sidebar-contact-info h3 {
  color: var(--thm-black);
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 27px;
}

.sidebar-contact-info ul {
  position: relative;
  display: block;
}

.sidebar-contact-info ul li {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.sidebar-contact-info ul li:last-child {
  margin-bottom: 0;
}

.sidebar-contact-info ul li .inner {
  position: relative;
  display: block;
  padding-left: 0;
}

/***
.sidebar-contact-info ul li .inner .icon {
    position: absolute;
    top: 0px;
    left: 0;
}
.sidebar-contact-info ul li .inner .icon span {
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 27px;
    line-height: 27px;
    font-weight: 500;
}
.sidebar-contact-info ul li .inner .icon span.map-marker {
    color: var(--thm-base);
    position: relative;
    top: 8px;
    font-size: 32px;
}
**/

.sidebar-contact-info ul li .inner .text {
  position: relative;
  display: block;
}

.sidebar-contact-info ul li .inner .text p {
  color: var(--thm-black);
  line-height: 24px;
}

.sidebar-contact-info ul li .inner .text p a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar-contact-info ul li .inner .text p a:hover {
  color: var(--thm-base);
  text-shadow: -0.45px -0.45px 0 var(--thm-base), 0.45px 0.45px var(--thm-base);
}

.xs-sidebar-group .content-inner .side-content-newsletter-box {
  position: relative;
  display: block;
  padding-top: 49px;
}

.xs-sidebar-group .content-inner .side-content-newsletter-box h3 {
  color: var(--thm-black);
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 24px;
}

.side-content-newsletter-box .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  background-color: rgb(248, 248, 248);
  border: 1px solid #e3dfdf;
  padding-left: 30px;
  padding-right: 20px;
  border-radius: 6px;
  font-family: var(--thm-font);
}

.side-content-newsletter-box .form-group button {
  margin-top: 30px;
}

/*== Review Css ======*/
.review-box {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 15px;
}

.review-box ul {
  display: block;
  overflow: hidden;
}

.review-box ul li {
  display: inline-block;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

.review-box ul li:last-child {
  margin-right: 0px;
}

.review-box ul li i {
  color: #fbaf02;
  font-size: 15px;
}

/*== Section Title Css ======*/
.sec-title {
  position: relative;
  display: block;
  margin-top: -10px;
  padding-bottom: 46px;
}

.sec-title.withtext {
  padding-bottom: 52px;
}

.sec-title .sub-title {
  position: relative;
  display: block;
  margin-bottom: 11px;
}

.sec-title .sub-title h4 {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  color: var(--thm-primary-color);
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--thm-font);
}

.sec-title .sub-title h4::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border-left: 10px solid var(--thm-primary-color);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.sec-title .sub-title h4::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 12px;
  width: 10px;
  height: 10px;
  border-left: 10px solid var(--thm-primary-color);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.sec-title h2 {
  color: var(--thm-heading-font-color);
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 500;
  text-transform: none;
}

.sec-title .text {
  position: relative;
  display: block;
  padding-top: 13px;
}

/*== Btn One Css ======*/
.btn-box {
  position: relative;
  display: block;
}

.btn-one {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  background-color: transparent;
  color: var(--thm-white);
  font-size: 14px;
  line-height: 40px;
  font-family: var(--thm-font);
  font-weight: 600;
  border-radius: 6px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 2;
}

.btn-one:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  transform: scaleX(1);
  transition-duration: 800ms;
  background-color: var(--thm-primary-color);
  z-index: -1;
}

.btn-one:hover:after {
  transform: scaleX(0);
  transition-duration: 1500ms;
}

.btn-one:before {
  position: absolute;
  top: 0px;
  left: -10px;
  bottom: 0;
  right: 100%;
  content: "";
  background: var(--thm-black);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  border-radius: 0%;
  transition-duration: 800ms;
  z-index: 1;
}

.btn-one:hover:before {
  right: 0px;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.btn-one .txt {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 1;
}

.btn-one:hover,
.btn-one:focus {
  color: #ffffff;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
  -moz-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
  box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
}

.btn-one i {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin-right: 10px;
  top: 0px;
  z-index: 1;
}

/*== Btn Two Css ======*/
.btn-two {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--thm-base);
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: var(--thm-font-3);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.btn-two span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--thm-black);
  font-size: 18px;
  margin-left: 10px;
  transition: border-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.btn-two:hover span {
  color: #ffffff;
}

.btn-two span:after {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--thm-base);
  border-radius: 50%;
  content: "";
  opacity: 0;
  transform: scale(0.5);
  transform-style: preserve-3d;
  z-index: -1;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
}

.btn-two:hover span:after {
  opacity: 1;
  transform: scale(1);
}

.btn-two:hover {
  color: var(--thm-base);
  letter-spacing: normal;
}

/*== Owl Dot Style One Css ======*/
.owl-carousel.owl-dot-style1 .owl-dots {
  position: relative;
  text-align: center;
  line-height: 0;
  margin-top: 56px !important;
  display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: #d0dbd8;
  border: 0px solid #d8d8d8;
  margin: 0px 10px;
  padding: 0px;
  border-radius: 0%;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border-radius: 0px;
  background-color: var(--thm-primary-color);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: left right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  transition: all 900ms ease;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left right;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
  display: none;
}

/*== Owl Dot Style Two Css ======*/
.owl-carousel.owl-dot-style2 .owl-dots {
  position: relative;
  text-align: center;
  line-height: 0;
  margin-top: 30px !important;
  display: block;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 5px solid #ffffff;
  margin: 0px 5px;
  padding: 0px;
  border-radius: 50%;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  border: 1px solid var(--thm-base);
  border-radius: 50%;
  transform: scale(0);
  transition: all 500ms ease;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot.active {
  border: 5px solid #1a1c23;
  background-color: var(--thm-base);
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot.active:before {
  transform: scale(1);
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot span {
  display: none;
}

/*== Owl Nav Style One Css ======*/
.owl-nav-style-one.owl-theme .owl-stage-outer {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}

.owl-nav-style-one.owl-theme .owl-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 120px;
  margin: 0;
  z-index: 10;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  background-color: transparent;
  border: 1px solid var(--thm-border-color);
  border-radius: 6px;
  margin: 0 5px;
  padding: 0;
  transition: all 700ms ease 3s;
  z-index: 1;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background-color: var(--thm-black);
  border-radius: 4px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(0deg) scale(0);
  -ms-transform: perspective(400px) rotateX(0deg) scale(0);
  transform: perspective(400px) rotateX(0deg) scale(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
  -ms-transform: perspective(400px) rotateX(0deg) scale(1);
  transform: perspective(400px) rotateX(0deg) scale(1);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
  position: relative;
  display: block;
  color: var(--thm-black);
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
  transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
  transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover span {
  color: var(--thm-primary-color);
}

/*== Scrool To Top Css ======*/
.scroll-to-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  transform: rotate(0deg);
  z-index: 99999999999;
}

.scroll-to-top .visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.scroll-to-top .scroll-top-inner {
  opacity: 0;
  visibility: hidden;
}

.scroll-to-top .scroll-top-inner {
  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-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.scroll-to-top .scroll-bar {
  width: 50px;
  height: 4px;
  margin-right: 10px;
  position: relative;
  display: none;
}

.scroll-to-top .scroll-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--thm-primary-color);
  opacity: 1;
}

.scroll-to-top .scroll-bar .bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: var(--thm-secondary-color);
}

.scroll-to-top .scroll-bar-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background-color: rgb(16, 57, 52);
  border-radius: 6px;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text:hover {
  transform: scale(1);
}

.scroll-to-top--style2 {
  position: relative;
  top: -5px;
  right: 0;
  bottom: 0;
  transform: rotate(0deg);
}

.scroll-to-top--style2 .scroll-bar {
  display: none;
}

.scroll-to-top--style2 .scroll-bar-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--thm-font-2);
  transition: all 500ms ease;
}

.scroll-to-top--style2 .scroll-bar-text span {
  position: relative;
  top: 8px;
  display: inline-block;
  padding-left: 1px;
  font-size: 30px;
}

/*== Styled Pagination Css ======*/
.styled-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}

.styled-pagination.pdtop60 {
  padding-top: 60px;
}

.styled-pagination li {
  position: relative;
  display: block;
  float: left;
}

.styled-pagination li + li {
  margin-left: 10px;
}

.styled-pagination li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 6px;
  background: transparent;
  border: 1px solid var(--thm-border-color);
  color: #a5b1ad;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  font-family: var(--thm-font-2);
  text-align: center;
  text-transform: uppercase;
  transition: all 500ms ease;
  z-index: 1;
}

.styled-pagination li a span:before {
  position: relative;
  top: 0px;
  color: var(--thm-black);
  font-size: 16px;
  font-weight: 100;
  transition: all 500ms ease;
}

.styled-pagination li:hover a span::before,
.styled-pagination li.active a span::before {
  color: var(--thm-white);
}

.styled-pagination li.prev a span:before {
  position: relative;
  display: inline-block;
}

.styled-pagination li.next a span:before {
  position: relative;
  display: inline-block;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
  color: #ffffff;
  border-color: var(--thm-primary-color);
  background: var(--thm-primary-color);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  width: 55px;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: #ffffff;
}

/*== checked Css Css ======*/
.checked-box1 {
  position: relative;
  display: block;
  min-height: 26px;
}

.checked-box1 input[type="checkbox"] {
  display: none;
}

.checked-box1 label {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  color: var(--thm-body-font-color);
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  cursor: pointer;
  font-family: var(--thm-font);
}

.checked-box1 input[type="checkbox"] + label span {
  position: absolute;
  display: block;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #c3cadb;
  cursor: pointer;
  border-radius: 8px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checked-box1 label span:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  background: var(--thm-primary-color);
  border-radius: 50%;
  margin: 3px auto 0px;
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checked-box1 input[type="checkbox"]:checked + label span {
  border-color: #c3cadb;
}

.checked-box1 input[type="checkbox"]:checked + label span:before {
  transform: scale(1);
}

/*== checked Css Css ======*/
.checked-box2 {
  position: relative;
  display: block;
  min-height: 28px;
}

.checked-box2 input[type="checkbox"] {
  display: none;
}

.checked-box2 label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  color: var(--thm-body-font-color);
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  cursor: pointer;
  font-family: var(--thm-font);
}

.checked-box2 input[type="checkbox"] + label span {
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid var(--thm-border-color);
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checked-box2 label span:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--thm-primary-color);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checked-box2 input[type="checkbox"]:checked + label span {
  border-color: var(--thm-primary-color);
}

.checked-box2 input[type="checkbox"]:checked + label span:before {
  transform: scale(1);
}

/*== Accordion Box Css ======*/
.accordion-box {
  position: relative;
  display: block;
}

.accordion-box .block {
  position: relative;
  display: block;
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.accordion-box .block:last-child {
  margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
  position: relative;
  display: block;
  cursor: pointer;
  background: #ffffff;
  padding-top: 9px;
  padding-left: 55px;
  padding-bottom: 9px;
  padding-right: 20px;
  border: 1px solid #d4d4d4;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
  background: #ffffff;
  border-bottom: 1px solid transparent;
}

.accordion-box .block .acc-btn h3 {
  color: var(--thm-black);
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--thm-font);
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h3 {
  color: var(--thm-base);
}

.accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 20px;
  color: var(--thm-black);
  font-size: 18px;
  text-align: left;
  line-height: 20px;
  cursor: pointer;
  transform: translateY(-50%) rotate(0deg);
  transition: all 500ms ease;
  z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer {
  color: var(--thm-base);
  transform: translateY(-50%) rotate(0deg);
}

.accordion-box .block .acc-btn .icon-outer i:before {
  font-weight: 700;
}

.accordion-box .block .acc-btn.active .icon-outer i:before {
  content: "\e90b";
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding-top: 1px;
  padding-left: 55px;
  padding-bottom: 21px;
  padding-right: 20px;
  border: 1px solid #d4d4d4;
  border-top: 1px solid transparent;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .acc-content p {
  margin: 0;
}

/*== Accordion Box Style 1 Css ======*/
.accordion-box-style1 {
  position: relative;
  display: block;
}

.accordion-box-style1 .accordion {
  position: relative;
  display: block;
  margin-bottom: 31px;
}

.accordion-box-style1 .accordion:last-child {
  margin-bottom: 0;
}

.accordion-box-style1 .accordion .accord-btn {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 80px;
  transition: all 500ms ease;
  z-index: 1;
}

.accordion-box-style1 .accordion .accord-btn h4 {
  color: var(--thm-black);
  font-size: 21px;
  line-height: 31px;
  transition: all 500ms ease;
}

.accordion-box-style1 .accordion .accord-btn.active h4 {
  color: var(--thm-primary-color);
}

.accordion-box-style1 .accordion .accord-btn::after {
  font-family: "icomoon" !important;
  position: absolute;
  content: "\e969";
  top: 50%;
  left: 0px;
  margin-top: 2px;
  width: 55px;
  height: 55px;
  border: 1px solid var(--thm-border-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--thm-black);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  transform: translateY(-50%);
  transition: all 500ms ease 0s;
}

.accordion-box-style1 .accordion .accord-btn.active {
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.accordion-box-style1 .accordion .accord-btn.active:after {
  color: #ffffff;
  content: "\e96c";
  border-color: var(--thm-primary-color);
  background-color: var(--thm-primary-color);
}

.accordion-box-style1 .accordion .accord-content {
  position: relative;
  padding-top: 29px;
  padding-left: 80px;
  padding-bottom: 0px;
  padding-right: 0px;
  display: none;
  margin-top: -8px;
}

.accordion-box-style1 .accordion .accord-content.collapsed {
  display: block;
}

.accordion-box-style1 .accordion .accord-content p {
  margin: 0;
}

/*== Accordion Box Style 2 Css ======*/
.accordion-box-style2 {
  position: relative;
  display: block;
  padding-top: 33px;
}

.accordion-box-style2 .accordion {
  position: relative;
  display: block;
  background: transparent;
}

.accordion-box-style2 li + li {
  margin-top: 20px;
}

.accordion-box-style2 .accordion:last-child {
  margin-bottom: 0;
}

.accordion-box-style2 .accordion .accord-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid var(--thm-border-color);
  padding: 16px 30px 17px;
  transition: all 500ms ease 0s;
  z-index: 1;
}

.accordion-box-style2 .accordion .accord-btn:hover,
.accordion-box-style2 .accordion .accord-btn.active {
  border: 1px solid var(--thm-primary-color);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.accordion-box-style2 .accordion .accord-btn h4 {
  font-size: 19px;
  line-height: 29px;
  transition: all 500ms ease;
}

.accordion-box-style2 .accordion .accord-btn:hover h4,
.accordion-box-style2 .accordion .accord-btn.active h4 {
  color: var(--thm-white);
}

.accordion-box-style2 .accordion .accord-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: var(--thm-primary-color);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.accordion-box-style2 .accordion .accord-btn:hover:before,
.accordion-box-style2 .accordion .accord-btn.active:before {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.accordion-box-style2 .accordion .accord-btn .icon-box {
  position: relative;
  display: block;
  line-height: 0;
}

.accordion-box-style2 .accordion .accord-btn .icon-box span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f0ebf5;
  color: var(--thm-black);
  font-size: 15px;
  line-height: 15px;
  font-weight: 900;
  transition: all 500ms ease;
}

.accordion-box-style2 .accordion .accord-btn:hover .icon-box span,
.accordion-box-style2 .accordion .accord-btn.active .icon-box span {
  background-color: var(--thm-white);
  color: var(--thm-black);
  transform: rotate(90deg);
}

.accordion-box-style2 .accordion .accord-content {
  position: relative;
  display: none;
  border: 1px solid var(--thm-border-color);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 33px 30px 33px;
}

.accordion-box-style2 .accordion .accord-content.collapsed {
  display: block;
}

.accordion-box-style2 .accordion .accord-btn.active {
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.accordion-box-style2 .accordion .accord-content p {
  margin: 0;
}

/*== Search Popup Css ======*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 300px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
  z-index: 9999;
}

.search-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-popup__overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  height: 300px;
  background-color: var(--thm-primary-color);
  opacity: 1;
  cursor: pointer;
}

.search-popup__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  background-color: var(--thm-black);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--thm-white);
  font-size: 24px;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
  background-color: #000000;
  padding: 10px;
  z-index: 10;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background-color: #fff;
  color: var(--thm-black);
  font-size: 16px;
  border: none;
  outline: none;
  padding-left: 30px;
  padding-right: 80px;
}

.search-popup__content .thm-btn {
  position: absolute;
  top: 0;
  right: 0px;
  padding: 0;
  width: 60px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 0;
  background-color: var(--thm-black);
  border: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
}

.search-popup__content .thm-btn i {
  background-color: transparent;
  margin-left: 0;
}

.search-popup__content .thm-btn:hover {
  color: #ffffff;
  background-color: var(--thm-primary-color);
}

/* Preloader */
.handle-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 9999999;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto 45px auto;
  animation: spinner 1s infinite linear;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  position: relative;
  display: inline-block;
  font-family: var(--thm-font-3);
  font-weight: 700;
  letter-spacing: 15px;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  animation-delay: 0.1s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  animation-delay: 0.2s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  animation-delay: 0.3s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  animation-delay: 0.4s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  animation-delay: 0.5s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  animation-delay: 0.6s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  animation-delay: 0.7s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(9):before {
  animation-delay: 0.8s;
}

.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.7);
}

/* AnimaciĆĀ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

.loader-wrap .layer-one {
  position: absolute;
  left: 0%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer-two {
  position: absolute;
  left: 33.3333%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer-three {
  position: absolute;
  left: 66.6666%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--thm-black);
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}

@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 40px;
    letter-spacing: 10px;
  }
}

@-webkit-keyframes pulse10 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ee212b;
    box-shadow: 0 0 0 0 #ee212b;
  }

  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
  }

  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
  }
}

@keyframes pulse10 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ee212b;
    box-shadow: 0 0 0 0 #ee212b;
  }

  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
  }

  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
  }
}

/*------------------------------------------
    Revolution Style1 Css
--------------------------------------------*/
.revolution-style1 {
  padding: 140px 0px 100px;
}

.revolution-style1 .container {
  max-width: 1160px;
}

.revolution-style1 .row {
  --bs-gutter-x: 70px;
}

.revolution-style1__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.revolution-style1__single-img {
  position: relative;
  display: block;
}

.revolution-style1__single-img .count-text {
  position: absolute;
  top: 30px;
  left: -40px;
  z-index: 3;
}

.revolution-style1__single-img .count-text h2 {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 72px;
  line-height: 1em;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px var(--thm-secondary-color);
}

.revolution-style1__single-img .count-text h2:before {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: var(--thm-secondary-color);
  white-space: nowrap;
  content: attr(data-hover);
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.revolution-style1__single-img:hover .count-text h2:before {
  width: 100%;
}

.revolution-style1__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--thm-border-radius);
  z-index: 1;
}

.revolution-style1__single-img .inner::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8995973389355743) 0%,
    rgba(0, 0, 0, 0.5046393557422969) 35%,
    rgba(0, 0, 0, 0) 70%
  );
  content: "";
  z-index: 1;
}

.revolution-style1__single-img .inner img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease-in-out 0.1s;
}

.revolution-style1__single:hover .revolution-style1__single-img .inner img {
  transform: scale(1.08) rotate(0deg);
}

.revolution-style1__single-img .overlay-content {
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 0;
  transform: translateY(27px);
  z-index: 5;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
  transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
}

.revolution-style1__single:hover
  .revolution-style1__single-img
  .overlay-content {
  transform: translateY(-25px);
}

.revolution-style1__single-img .overlay-content .icon {
  position: relative;
  display: block;
  line-height: 0;
  margin-bottom: 13px;
}

.revolution-style1__single-img .overlay-content .icon a {
  color: var(--thm-white);
}

.revolution-style1__single-img .overlay-content .icon a:hover {
  color: var(--thm-primary-color);
}

.revolution-style1__single-img .overlay-content .icon a span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
}

.revolution-style1__single-img .overlay-content .text-box {
  position: relative;
  display: block;
}

.revolution-style1__single-img .overlay-content .text-box h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 7px;
}

.revolution-style1__single-img .overlay-content .text-box h2 a {
  color: var(--thm-white);
}

.revolution-style1__single-img .overlay-content .text-box h2 a:hover {
  color: var(--thm-primary-color);
}

.revolution-style1__single-img .overlay-content .text-box p {
  color: #a3a0a7;
  font-size: 13px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--thm-font-2);
}

.revolution-style1__single-img .overlay-content .btn-box {
  position: relative;
  display: block;
  margin-top: 23px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.revolution-style1__single:hover
  .revolution-style1__single-img
  .overlay-content
  .btn-box {
  margin-top: 13px;
}

.revolution-style1__single-img .overlay-content .btn-box a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--thm-white);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: capitalize;
}

.revolution-style1__single-img .overlay-content .btn-box a:hover {
  color: var(--thm-primary-color);
}

.revolution-style1__single-img .overlay-content .btn-box a span {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  font-size: 32px;
  line-height: 32px;
}

/*------------------------------------------
    Welcome Style1 Css
--------------------------------------------*/
.welcome-style1 {
  padding: 60px 0px 60px;
  background-color: var(--thm-white);
}

.welcome-style1__top-title {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 46px;
}

.welcome-style1__top-title .sec-title {
  padding-bottom: 0px;
}

.welcome-style1__top-title .text {
  position: relative;
  display: block;
  top: -6px;
}

.welcome-style1__img {
  position: relative;
  display: block;
  max-width: 750px;
}

.welcome-style1__img-single {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  z-index: 1;
  height: 350px;
}

.welcome-style1__img-single::before {
  content: "";
  /* position: absolute; */
  top: 0;
  left: 0;
  height: 50%;
  bottom: 0;
  right: 0;
  background: -moz-linear-gradient(
    90deg,
    rgb(6, 42, 38) 0%,
    rgba(6, 42, 38, 0) 75%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgb(6, 42, 38) 0%,
    rgba(6, 42, 38, 0) 75%
  );
  background: -ms-linear-gradient(
    90deg,
    rgb(6, 42, 38) 0%,
    rgba(6, 42, 38, 0) 75%
  );
  z-index: 2;
}

.welcome-style1__img-single img {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.welcome-style1__img-single:hover img {
  -webkit-transform: scale(1.06) translateY(8px);
  transform: scale(1.06) translateY(8px);
}

.welcome-style1__img-single .overlay-btn {
  position: absolute;
  left: 15px;
  bottom: 15px;
  right: 15px;
  z-index: 5;
}

.welcome-style1__img-single .overlay-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  color: var(--thm-white);
  font-size: 24px;
  line-height: 34px;
  font-family: var(--thm-font-2);
  font-weight: 500;
  border-radius: 6px;
  background-color: rgb(255, 255, 255, 0.302);
  padding: 10px 25px 10px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.welcome-style1__img-single .overlay-btn:hover a {
  color: var(--thm-black);
}

.welcome-style1__img-single .overlay-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--thm-white);
  opacity: 0;
  transform: translateY(70px);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}

.welcome-style1__img-single .overlay-btn:hover a::before {
  opacity: 1;
  transform: translateY(0px);
}

.welcome-style1__img-single .overlay-btn a span {
  position: relative;
  display: inline-block;
  color: var(--thm-primary-color);
  font-size: 50px;
  opacity: 0;
  transform: translateX(50px);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
  transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
}

.welcome-style1__img-single .overlay-btn:hover a span {
  opacity: 1;
  transform: translateY(0px);
}

.welcome-style1__content {
  position: relative;
  display: block;
}

.welcome-style1__content .sec-title {
  padding-bottom: 25px;
}

.welcome-style1__content .sec-title .sub-title {
  margin-bottom: 4px;
}

.welcome-style1__content .sec-title .sub-title h4 {
  padding-left: 0;
}

.welcome-style1__content .sec-title .sub-title h4::before {
  display: none;
}

.welcome-style1__content .sec-title .sub-title h4::after {
  display: none;
}

.welcome-style1__content .sec-title h2 {
  font-size: 30px;
}

.welcome-style1__content .text {
  position: relative;
  display: block;
}

.welcome-style1__content .text p {
  margin: 0;
}

.welcome-style1__content .list-item {
  position: relative;
  display: block;
  padding-top: 24px;
}

.welcome-style1__content .list-item ul {
  position: relative;
  display: block;
}

.welcome-style1__content .list-item ul li {
  position: relative;
  display: block;
  padding-left: 20px;
}

.welcome-style1__content .list-item ul li + li {
  margin-top: 10px;
}

.welcome-style1__content .list-item ul li .round-box {
  position: absolute;
  top: 7px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--thm-primary-color);
  background-color: transparent;
}

.welcome-style1__content .list-item ul li a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--thm-black);
  font-size: 17px;
  line-height: 27px;
  font-family: var(--thm-font);
}

.welcome-style1__content .list-item ul li a i {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  top: 1px;
  margin-left: 6px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.welcome-style1__content .list-item ul li a i.arrow-hover {
  margin-left: -5px;
  opacity: 0;
  transform: translateX(-7px);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.welcome-style1__content .list-item ul li a:hover i.arrow-hover {
  opacity: 1;
  transform: translateX(0px);
}

.welcome-style1__content .list-item ul li a:hover i {
  color: var(--thm-primary-color);
}

.welcome-style1__content .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 105px;
  border: 2px solid var(--thm-primary-color);
  border-radius: 50%;
  margin-top: 43px;
}

.welcome-style1__content .icon-box span {
  color: var(--thm-black);
  font-size: 55px;
}

.welcome-style1__content .big-round {
  position: absolute;
  left: -140px;
  bottom: -95px;
  width: 305px;
  height: 305px;
  border-radius: 50%;
  border: 1px solid var(--thm-border-color);
  background-color: transparent;
  z-index: -2;
}

/*** 
=============================================
    Why Choose Style1      
=============================================
***/
.why-choose-style1 {
  background-color: var(--thm-white);
  padding: 60px 0px 20px;
}

.why-choose-style1__inner {
  position: relative;
  display: block;
  padding-top: 80px;
  z-index: 2;
}

.why-choose-style1__inner ul {
  position: relative;
  display: block;
}

.why-choose-style1__inner ul li {
  position: relative;
  display: block;
}

.why-choose-style1__inner ul li + li {
  margin-top: 50px;
}

.why-choose-style1__list {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-style1__list .number-box {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
}

.why-choose-style1__list .number-box h2 {
  color: #edf4f2;
  font-size: 48px;
  line-height: 70px;
  font-weight: 600;
}

.why-choose-style1__list .content-box {
  position: relative;
  display: block;
  border-radius: 6px;
  background-color: var(--thm-gray-bg);
  padding: 20px 30px 20px;
  padding-right: 75px;
}

.why-choose-style1__list .content-box .title {
  position: relative;
  display: block;
}

.why-choose-style1__list .content-box .title h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.why-choose-style1__list .content-box .btn-box {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
}

.why-choose-style1__list .content-box .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background-color: var(--thm-black);
  color: var(--thm-primary-color);
  font-size: 22px;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
}

.why-choose-style1__list .content-box .btn-box a:hover {
  color: var(--thm-white);
  background-color: var(--thm-primary-color);
}

.why-choose-style1__list .number-box.box1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}

.why-choose-style1__list .content-box.box1 {
  padding: 20px 75px 20px;
  padding-right: 30px;
}

.why-choose-style1__list .content-box .btn-box.box1 {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: auto;
  width: 50px;
}

.why-choose-style1__list .content-box .btn-box a i.arrow1 {
  transform: rotate(90deg);
}

.why-choose-style1__list .content-box .btn-box a i.arrow2 {
  transform: rotate(45deg);
}

.why-choose-style1__list .content-box .btn-box a i.arrow3 {
  transform: rotate(180deg);
}

.why-choose-style1__list .content-box .btn-box a i.arrow4 {
  transform: rotate(224deg);
}

.why-choose-style1__list .content-box .btn-box a i.arrow5 {
  transform: rotate(-90deg);
}

.why-choose-style1__img {
  position: relative;
  display: block;
  width: 640px;
  height: 640px;
  margin: 0px 0px -150px -135px;
  z-index: 1;
}

.why-choose-style1__img::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  right: 10px;
  bottom: 0;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--thm-border-color);
  margin: 0 auto;
  z-index: -1;
}

.why-choose-style1__img::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 10px;
  right: 0px;
  bottom: 0;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--thm-border-color);
  margin: 0 auto;
  z-index: -1;
}

.why-choose-style1__img .inner {
  position: relative;
  display: block;
  width: 350px;
  margin: 0 auto;
  padding-top: 50px;
}

.why-choose-style1__img .inner img {
  width: auto;
}

/*** 
=============================================
    Why Choose Style2      
=============================================
***/
.why-choose-style2 {
  background-color: var(--thm-white);
  padding: 120px 0px 120px;
}

.why-choose-style2 .auto-container {
  max-width: 1800px;
  padding-left: 0px;
  padding-right: 0px;
}

.why-choose-style2__inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 951px;
  width: 100%;
  margin: 0 auto;
  z-index: -1;
}

.why-choose-style2__inner ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.why-choose-style2__inner ul li {
  position: relative;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #dde6e3;
}

.why-choose-style2 .auto-container .row {
  --bs-gutter-x: 0px;
}

.why-choose-style2__single {
  position: relative;
  display: block;
  padding-left: 100px;
}

.why-choose-style2__single .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
  overflow: hidden;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--thm-border-color);
  padding-top: 45px;
  padding-left: 100px;
}

.why-choose-style2__single .icon-box img {
  width: auto;
}

.why-choose-style2__single .icon-box .count-text {
  position: absolute;
  top: 50%;
  left: -70px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--thm-border-color);
  text-align: right;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 12px;
}

.why-choose-style2__single .icon-box .count-text h2 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 1em;
  font-weight: 500;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px #dde6e3;
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.why-choose-style2__single:hover .icon-box .count-text h2 {
  -webkit-text-stroke: 1px var(--thm-primary-color);
}

.why-choose-style2__single .icon-box .count-text h2:before {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: var(--thm-primary-color);
  white-space: nowrap;
  content: attr(data-hover);
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.why-choose-style2__single:hover .icon-box .count-text h2:before {
  width: 100%;
}

.why-choose-style2__single .content-box {
  position: relative;
  display: block;
  padding-top: 130px;
}

.why-choose-style2__single .content-box h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 8px;
}

.why-choose-style2__single .content-box h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.why-choose-style2__single .content-box h3 a:hover {
  color: var(--thm-primary-color);
}

.why-choose-style2__single .content-box p {
  margin: 0;
}

.choose-style2-carousel.owl-nav-style-one.owl-theme .owl-nav {
  position: absolute;
  top: -115px;
  right: 330px;
}

/*** 
=============================================
    Why Choose Style3      
=============================================
***/
.why-choose-style3 {
  background-color: var(--thm-black-bg);
  padding: 60px 0px 60px;
}

.why-choose-style3 .sec-title h2 {
  color: var(--thm-white);
}

.why-choose-style3__single {
  position: relative;
  display: block;
  border-radius: 6px;
  background-color: #103934;
  border: 1px solid #23423f;
  padding: 84px 39px 31px;
  margin-bottom: 30px;
  transition: border-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.why-choose-style3__single:hover {
  border-color: transparent;
}

.why-choose-style3__single::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  opacity: 0;
  border-radius: 6px;
  border: 1px solid var(--thm-primary-color);
  transform: perspective(400px) scaleX(0.7);
  transform-origin: center;
  z-index: -1;
}

.why-choose-style3__single:hover::before {
  opacity: 1;
  transform: perspective(400px) scaleX(1);
  transition: border-color 0.5s ease;
  transition: all 0.5s ease;
}

.why-choose-style3__single .icon-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  background-color: #062a26;
  border: 1px solid #23423f;
  border-top-left-radius: 6px;
  top: -1px;
  left: -1px;
  transition: border-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.why-choose-style3__single:hover .icon-box {
  border-color: transparent;
}

.why-choose-style3__single .icon-box::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  opacity: 0;
  border-top-left-radius: 6px;
  border: 1px solid var(--thm-primary-color);
  transform: perspective(400px) scaleX(0.7);
  transform-origin: center;
  z-index: -1;
}

.why-choose-style3__single:hover .icon-box::before {
  opacity: 1;
  transform: perspective(400px) scaleX(1);
  transition: border-color 0.5s ease;
  transition: all 0.5s ease;
}

.why-choose-style3__single .title-box {
  position: relative;
  display: block;
  padding-top: 33px;
}

.why-choose-style3__single .title-box h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 8px;
}

.why-choose-style3__single .title-box h3 a {
  color: var(--thm-white);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.why-choose-style3__single .title-box h3 a:hover {
  color: var(--thm-primary-color);
}

.why-choose-style3__single .title-box p {
  color: #a5b1ad;
}

.why-choose-style3__single .count-box {
  position: absolute;
  top: 19px;
  right: 36px;
}

.why-choose-style3__single .count-box h1 {
  color: transparent;
  -webkit-text-stroke: 1px #29544f;
  font-size: 100px;
  line-height: 1.1em;
  font-weight: 500;
}

.why-choose-style3--style2 {
  background-color: var(--thm-white);
  padding-bottom: 120px;
}

.why-choose-style3--style2 .sec-title h2 {
  color: var(--thm-black);
}

.why-choose-style3__single--style2 {
  background-color: var(--thm-white);
  border: 1px solid var(--thm-border-color);
  margin-bottom: 0px;
}

.why-choose-style3__single--style2 .icon-box {
  background-color: var(--thm-gray-bg);
  border: 1px solid var(--thm-border-color);
}

.why-choose-style3__single--style2 .icon-box img {
  width: auto;
}

.why-choose-style3__single--style2 .title-box h3 a {
  color: var(--thm-black);
}

.why-choose-style3__single--style2 .title-box p {
  color: var(--thm-body-font-color);
}

.why-choose-style3__single--style2 .count-box h1 {
  -webkit-text-stroke: 1px #dde6e3;
}

.why-choose-style3--style2-carousel.owl-nav-style-one.owl-theme .owl-nav {
  position: absolute;
  top: -115px;
  right: 0;
}

/*------------------------------------------
    Industries Serve Style1 Css
--------------------------------------------*/
.industries-serve-style1 {
  background-color: var(--thm-black-bg);
  padding: 60px 0px 60px;
}

.industries-serve-style1-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  width: calc((100% - 230px) / 2);
  z-index: 0;
}

.industries-serve-style1-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: rgb(6, 42, 38);
  background: linear-gradient(
    270deg,
    rgba(6, 42, 38, 0) 0%,
    rgba(6, 42, 38, 0) 21%,
    rgba(6, 42, 38, 0.7819502801120448) 68%,
    rgba(6, 42, 38, 1) 100%
  );
  z-index: -1;
}

.industries-serve-style1 .sec-title h2 {
  color: var(--thm-white);
}

.industries-serve-style1 .sec-title .text p {
  color: var(--thm-white);
}

.industries-serve-style1__content {
  position: relative;
  display: block;
  margin-right: 70px;
}

.industries-serve-style1__content-list {
  position: relative;
  display: block;
  overflow: hidden;
}

.industries-serve-style1__content-list ul {
  position: relative;
  display: block;
  /* border-right: 1px solid rgb(255, 255, 255, 0.1); */
}

.industries-serve-style1__content-list ul li {
  position: relative;
  display: flex;
  align-items: center;
  /* border-bottom: 1px solid rgb(255, 255, 255, 0.1); */
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.industries-serve-style1__content-list ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.industries-serve-style1__content-list ul li .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  overflow: hidden;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid rgb(255, 255, 255, 0.1);
  font-size: 50px;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
}

.industries-serve-style1__content-list ul li:hover .icon-box {
  background-color: #000000;
  border-color: #000000;
}

.industries-serve-style1__content-list ul li .title-box {
  position: relative;
  display: block;
  flex: 1;
  padding-left: 30px;
}

.industries-serve-style1__content-list ul li .title-box h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  font-family: var(--thm-font-2);
  margin-bottom: 8px;
}

.industries-serve-style1__content-list ul li .title-box h3 a {
  color: var(--thm-white);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.industries-serve-style1__content-list ul li .title-box h3 a:hover {
  color: var(--thm-primary-color);
}

.industries-serve-style1__content-list ul li .title-box p {
  color: var(--thm-white);
}

.industries-serve-style1__content-list ul li .btn-box {
  position: relative;
  display: block;
  padding-right: 40px;
  line-height: 0;
  transition: background-color 0.6s ease;
  transition: all 0.6s ease;
}

.industries-serve-style1__content-list ul li .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--thm-primary-color);
  color: var(--thm-white);
  font-size: 35px;
  opacity: 0;
  transform: translateX(50px);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.industries-serve-style1__content-list ul li:hover .btn-box a {
  opacity: 1;
  transform: translateX(0px);
}

.industries-serve-style1__highlight {
  position: relative;
  display: block;
  text-align: right;
  padding-top: 152px;
  z-index: 3;
}

.industries-serve-style1__highlight .title {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.industries-serve-style1__highlight .title h3 {
  color: var(--thm-white);
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.industries-serve-style1__highlight ul {
  position: relative;
  display: block;
}

.industries-serve-style1__highlight ul li {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  background-color: var(--thm-white);
  padding: 16px 25px 16px;
  padding-right: 110px;
}

.industries-serve-style1__highlight ul li + li {
  margin-top: 10px;
}

.industries-serve-style1__highlight ul li .text {
  position: relative;
  display: block;
}

.industries-serve-style1__highlight ul li .text p {
  color: var(--thm-black);
}

.industries-serve-style1__highlight ul li .number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: 80px;
  height: 50px;
  border-radius: 6px;
  background-color: var(--thm-black);
}

.industries-serve-style1__highlight ul li .number h4 {
  color: var(--thm-white);
  font-size: 17px;
  line-height: 21px;
  font-family: var(--thm-font);
  font-weight: 400;
}

.industries-serve-style1__highlight .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 40px;
}

.industries-serve-style1__highlight .btn-box .btn-one:before {
  background: var(--thm-primary-color);
}

.industries-serve-style1__highlight .btn-box .btn-one::after {
  border-radius: 6px;
  background: transparent;
  border: 2px solid var(--thm-primary-color);
}

/*------------------------------------------
    Industries Style2 Css
--------------------------------------------*/
.industries-style2 {
  background-color: var(--thm-black-bg);
  padding: 120px 0px 150px;
}

.industries-style2 .sec-title h2 {
  color: var(--thm-white);
}

.industries-style2 .sec-title .text p {
  color: #a5b1ad;
}

.industries-style2__content {
  position: relative;
  display: block;
}

.industries-style2__content ul {
  position: relative;
  display: block;
  padding-top: 33px;
}

.industries-style2__content ul li {
  position: static;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 31px;
  border-bottom: 1px solid #23423f;
}

.industries-style2__content ul li:last-child {
  border-bottom: 0px solid transparent;
  padding-bottom: 0px;
}

.industries-style2__content ul li + li {
  margin-top: 33px;
}

.industries-style2__content ul li .left {
  position: relative;
  display: block;
}

.industries-style2__content ul li .left p {
  color: #a5b1ad;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--thm-font);
  font-weight: 700;
  text-transform: uppercase;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.industries-style2__content ul li:hover .left p {
  color: var(--thm-white);
}

.industries-style2__content ul li.cs-hover_tab.active .left p {
  color: var(--thm-white);
}

.industries-style2__content ul li .left .title {
  position: relative;
  display: block;
  margin-top: 6px;
}

.industries-style2__content ul li .left .title h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.industries-style2__content ul li .left .title h3 a {
  color: var(--thm-white);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.industries-style2__content ul li:hover .left .title h3 a {
  color: var(--thm-primary-color);
}

.industries-style2__content ul li.cs-hover_tab.active .left .title h3 a {
  color: var(--thm-primary-color);
}

.industries-style2__content ul li .right {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-align: right;
  min-height: 50px;
}

.industries-style2__content ul li .right .title {
  position: relative;
  display: block;
  padding-right: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.industries-style2__content ul li:hover .right .title {
  padding-right: 50px;
}

.industries-style2__content ul li.cs-hover_tab.active .right .title {
  padding-right: 50px;
}

.industries-style2__content ul li .right .title h6 {
  font-size: 14px;
  line-height: 24px;
  font-family: var(--thm-font);
  font-weight: 700;
  text-transform: uppercase;
}

.industries-style2__content ul li .right .title h6 a {
  color: #a5b1ad;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.industries-style2__content ul li:hover .right .title h6 a {
  color: var(--thm-white);
}

.industries-style2__content ul li.cs-hover_tab.active .right .title h6 a {
  color: var(--thm-white);
}

.industries-style2__content ul li .right .round-box {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--thm-primary-color);
  transform: scale(1);
  transition: all 200ms linear;
  transition-delay: 0.8s;
}

.industries-style2__content ul li:hover .right .round-box {
  transform: scale(0);
}

.industries-style2__content ul li.cs-hover_tab.active .right .round-box {
  transform: scale(0);
}

.industries-style2__content ul li .right .icon-box {
  position: absolute;
  top: 0px;
  right: 0px;
}

.industries-style2__content ul li .right .icon-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background-color: var(--thm-primary-color);
  color: var(--thm-white);
  font-size: 16px;
  transform: translateX(50px);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.industries-style2__content ul li:hover .right .icon-box a {
  transform: translateX(0px);
}

.industries-style2__content ul li.cs-hover_tab.active .right .icon-box a {
  transform: translateX(0px);
}

.industries-style2__content ul li .right .icon-box a:hover {
  background-color: var(--thm-white);
  color: var(--thm-primary-color);
}

.industries-style2__content-single-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 370px;
  height: 515px;
  overflow: hidden;
  border-radius: 6px;
}

.industries-style2__content-single__overlay-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  pointer-events: none;
  -webkit-animation: inactiveImageAnimation 1s forwards ease;
  animation: inactiveImageAnimation 1s forwards ease;
}

.cs-hover_tab.active .industries-style2__content-single__overlay-bg {
  -webkit-animation: activeImageAnimation 1s forwards ease;
  animation: activeImageAnimation 1s forwards ease;
}

@keyframes inactiveImageAnimation {
  0% {
    clip-path: inset(0 0 0 0);
  }

  100% {
    clip-path: inset(0 0 0 100%);
  }
}

@keyframes activeImageAnimation {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}

.industries-style2__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.industries-style2__img img {
  width: 100%;
}

/*------------------------------------------
    How Its Work Style1 Css
--------------------------------------------*/
.how-its-work-style1 {
  background-color: var(--thm-white);
  padding: 60px 0px 60px;
}

.how-its-work-style1 .sec-title.withtext {
  padding-bottom: 92px;
}

.how-its-work-style1__single {
  position: relative;
  display: block;
  padding: 0 30px;
}

.how-its-work-style1__single .img-box {
  position: relative;
  display: block;
  width: 200px;
  margin: 0 auto;
  z-index: 1;
}

.how-its-work-style1__single .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid var(--thm-primary-color);
  transform: rotate(135deg);
  z-index: -1;
}

.how-its-work-style1__single .icon-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  left: -40px;
  width: 80px;
  height: 80px;
  border-radius: 6px;
  background-color: var(--thm-white);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  z-index: 3;
}

.how-its-work-style1__single .icon-box span {
  position: relative;
  display: inline-block;
  font-size: 45px;
}

.how-its-work-style1__single .img-box .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.how-its-work-style1__single .img-box .inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-black);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
  transition: all 0.5s ease;
}

.how-its-work-style1__single:hover .img-box .inner::before {
  opacity: 0.4;
}

.how-its-work-style1__single .img-box .inner img {
  width: 100%;
  transform: scale(1);
  transition: all 1500ms ease;
}

.how-its-work-style1__single:hover .img-box .inner img {
  transform: scale(1.05) rotate(0deg);
}

.how-its-work-style1__single .img-box .inner .count-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  right: -75px;
  bottom: -75px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--thm-black);
  padding-left: 30px;
  padding-bottom: 57px;
  z-index: 3;
}

.how-its-work-style1__single .img-box .inner .count-box h3 {
  color: var(--thm-white);
  font-size: 24px;
  line-height: 34px;
  font-family: var(--thm-font-2);
  font-weight: 500;
}

.how-its-work-style1__single .content-box {
  position: relative;
  display: block;
  padding-top: 63px;
  z-index: 3;
}

.how-its-work-style1__single .content-box h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 13px;
}

.how-its-work-style1__single .content-box h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.how-its-work-style1__single .content-box h3 a:hover {
  color: var(--thm-primary-color);
}

.how-its-work-style1__single .content-box p {
  margin: 0;
}

.how-its-work-style1__consult {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 620px;
  border-radius: 6px;
  background-color: var(--thm-white);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.12);
  margin: 52px auto 0;
  padding: 0px 40px 0px;
  padding-right: 0;
}

.how-its-work-style1__consult .text {
  position: relative;
  display: block;
}

.how-its-work-style1__consult .text p {
  color: var(--thm-black);
}

.how-its-work-style1__consult .btn-box {
  position: relative;
  display: block;
  margin-left: auto;
}

.how-its-work-style1__consult .btn-box .btn-one {
  padding-top: 8px;
  padding-bottom: 7px;
}

/*------------------------------------------
    How Its Work Style2 Css
--------------------------------------------*/
.how-its-work-style2 {
  background-color: var(--thm-white);
  padding: 120px 0px 90px;
}

.how-its-work-style2 ul li:nth-child(2) {
  padding-top: 50px;
}

.how-its-work-style2__single {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.how-its-work-style2__single-shape1 {
  position: absolute;
  top: -15px;
  right: -70px;
}

.how-its-work-style2__single-shape2 {
  position: absolute;
  top: 120px;
  right: -70px;
}

.how-its-work-style2__single .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: var(--thm-gray-bg);
}

.how-its-work-style2__single .icon-box::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border-radius: 50%;
  background-color: var(--thm-white);
  border: 4px dotted var(--thm-border-color);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.how-its-work-style2__single .icon-box img {
  width: auto;
}

.how-its-work-style2__single .count-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 105px;
  left: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--thm-border-color);
}

.how-its-work-style2__single .count-box2 {
  top: 55px;
}

.how-its-work-style2__single .count-box h4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}

.how-its-work-style2__single .title-box {
  position: relative;
  display: block;
  padding-top: 53px;
}

.how-its-work-style2__single .title-box h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 13px;
}

.how-its-work-style2__single .title-box h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.how-its-work-style2__single .title-box h3 a:hover {
  color: var(--thm-primary-color);
}

/*** 
=============================================
Pricing Style1  
=============================================
***/
.pricing-style1 {
  background-color: var(--thm-gray-bg);
  padding: 120px 0px 70px;
}

.switcher-tabs-box {
  position: relative;
  display: block;
}

.tab-btn-box-style2 {
  position: absolute;
  top: -110px;
  right: 0;
}

.tab-btn-box-style2 .tab-btns {
  position: relative;
  display: flex;
  align-items: center;
  width: 220px;
  height: 50px;
  border: 1px solid #cad8d4;
  border-radius: 6px;
  overflow: hidden;
}

.tab-btn-box-style2 .tab-btns li {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #93a09c;
  font-size: 14px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.tab-btn-box-style2 .tab-btns li:before {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0;
  background: #cad8d4;
  content: "";
  z-index: -1;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.tab-btn-box-style2 .tab-btns li.active-btn:before {
  width: 100%;
}

.tab-btn-box-style2 .tab-btns li.active-btn {
  color: #062a26;
}

.switcher-tabs-box .tabs-content {
  position: relative;
}

.switcher-tabs-box .tabs-content .tab {
  position: relative;
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: all 250ms ease-in-out;
}

.switcher-tabs-box .tabs-content .tab.active-tab {
  display: block;
  opacity: 1;
  transform: translateY(0px);
}

.pricing-style1__single {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background-color: var(--thm-white);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
  padding: 25px 40px 18px;
  margin-bottom: 50px;
  z-index: 1;
}

.pricing-style1__single::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: var(--thm-black);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: left right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.pricing-style1__single:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: bottom center;
}

.pricing-style1__single .value-box {
  position: relative;
  display: block;
}

.pricing-style1__single .value-box h2 {
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 600;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.pricing-style1__single:hover .value-box h2 {
  color: var(--thm-white);
}

.pricing-style1__single .value-box h2 sup {
  font-size: 28px;
  top: -21px;
}

.pricing-style1__single .value-box h2 sub {
  color: #a5b1ad;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--thm-font);
  font-weight: 700;
  text-transform: uppercase;
  bottom: 1px;
  left: -25px;
}

.pricing-style1__single .title-box {
  position: relative;
  display: block;
  background-color: var(--thm-gray-bg);
  border-bottom-right-radius: 6px;
  padding: 13px 40px 13px;
  margin-left: -40px;
  margin-top: 30px;
}

.pricing-style1__single .title-box h3 {
  font-size: 24px;
  line-height: 34px;
  font-family: var(--thm-font-2);
  font-weight: 500;
}

.pricing-style1__single .title-box .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 60px;
  background-color: var(--thm-primary-color);
  border-bottom-right-radius: 6px;
  font-size: 45px;
  z-index: 1;
}

.pricing-style1__single .title-box .icon::before {
  content: "";
  position: absolute;
  top: -24px;
  right: 0;
  width: 70px;
  height: 25px;
  background-color: var(--thm-primary-color);
  clip-path: polygon(49% 89%, 100% 0, 100% 100%, 0 100%, 0 0);
  z-index: -1;
}

.pricing-style1__single .list-item {
  position: relative;
  display: block;
  padding-top: 32px;
  border-bottom: 1px solid #dde6e3;
  margin-bottom: 17px;
  padding-bottom: 33px;
  transition: border-color 0.5s ease;
  transition: all 0.5s ease;
}

.pricing-style1__single:hover .list-item {
  border-color: #1a433e;
}

.pricing-style1__single .list-item ul {
  position: relative;
  display: block;
}

.pricing-style1__single .list-item ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing-style1__single .list-item ul li + li {
  margin-top: 12px;
}

.pricing-style1__single .list-item ul li .text {
  position: relative;
  display: block;
}

.pricing-style1__single .list-item ul li .text p {
  margin: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.pricing-style1__single:hover .list-item ul li .text p {
  color: #a5b1ad;
}

.pricing-style1__single .list-item ul li .icon-box {
  position: relative;
  display: block;
  line-height: 0;
}

.pricing-style1__single .list-item ul li .icon-box span {
  position: relative;
  display: inline-block;
  color: var(--thm-primary-color);
  font-size: 24px;
}

.pricing-style1__single .list-item .btn-box {
  position: relative;
  display: block;
  padding-top: 30px;
}

.pricing-style1__single .list-item .btn-box a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--thm-font);
  font-weight: 600;
  text-transform: uppercase;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.pricing-style1__single:hover .list-item .btn-box a {
  color: var(--thm-white);
}

.pricing-style1__single .list-item .btn-box a:hover {
  color: var(--thm-primary-color);
}

.pricing-style1__single .list-item .btn-box a span {
  margin-left: 6px;
}

.pricing-style1__single .bottom-text {
  position: relative;
  display: block;
}

.pricing-style1__single .bottom-text p {
  color: var(--thm-black);
  font-size: 17px;
  line-height: 27px;
  font-family: var(--thm-font);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.pricing-style1__single:hover .bottom-text p {
  color: var(--thm-white);
}

.pricing-style1__single .bottom-text p sup {
  color: var(--thm-primary-color);
  font-size: 18px;
  top: 1px;
}

/*** 
=============================================
    Slogan Style1      
=============================================
***/
.slogan-style1 {
  border-radius: 6px;
  background-color: var(--thm-black);
  padding: 60px 0px 60px;
  margin: 0px 20px 0px;
}

.slogan-style1__inner {
  position: relative;
  display: block;
}

.slogan-style1__inner .big-title {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.slogan-style1__inner .big-title h2 {
  color: var(--thm-white);
  font-size: 46px;
  line-height: 1.2em;
  font-weight: 500;
}

.slogan-style1__inner .text {
  position: relative;
  display: block;
}

.slogan-style1__inner .text p {
  color: var(--thm-white);
}

.slogan-style1__inner .highlights-box {
  position: relative;
  display: block;
  padding-top: 34px;
}

.slogan-style1__inner .highlights-box ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slogan-style1__inner .highlights-box ul li {
  position: relative;
  display: flex;
  align-items: center;
}

.slogan-style1__inner .highlights-box ul li + li {
  margin-left: 40px;
}

.slogan-style1__inner .highlights-box ul li .icon {
  position: relative;
  display: block;
  line-height: 0;
  margin-right: 10px;
}

.slogan-style1__inner .highlights-box ul li .icon span {
  position: relative;
  display: inline-block;
  color: var(--thm-primary-color);
  font-size: 20px;
}

.slogan-style1__inner .highlights-box ul li h4 {
  color: var(--thm-white);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.slogan-style1__inner .contact-communicate {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 41px;
}

.slogan-style1__inner .contact-communicate .contact-box {
  position: relative;
  display: block;
  text-align: left;
}

.slogan-style1__inner .contact-communicate .contact-box.box1 {
  text-align: right;
}

.slogan-style1__inner .contact-communicate .contact-box p {
  color: var(--thm-primary-color);
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.slogan-style1__inner .contact-communicate .contact-box a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--thm-white);
  font-size: 17px;
  line-height: 27px;
  font-family: var(--thm-font);
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.slogan-style1__inner .contact-communicate .contact-box a:hover {
  color: var(--thm-primary-color);
}

.slogan-style1__inner .contact-communicate .contact-box a i {
  position: relative;
  top: 2px;
  font-size: 12px;
  margin-left: 6px;
  font-weight: 100;
}

.slogan-style1__inner .contact-communicate .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0px 25px 0px;
}

.slogan-style1__inner .contact-communicate .icon-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--thm-white);
  border: 1px solid var(--thm-black);
  font-size: 30px;
  z-index: 1;
}

.slogan-style1__inner .contact-communicate .icon-box a.box1 {
  margin-left: -15px;
  z-index: 4;
}

/*** 
=============================================
    Slogan Style1      
=============================================
***/
.slogan-style2 {
  border-radius: 0px;
  margin: 0px 0px 0px;
}

/*** 
=============================================
    Award Style1     
=============================================
***/
.award-style1 {
  background-color: var(--thm-gray-bg);
  padding: 120px 0px 70px;
}

.award-style1__single {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background-color: var(--thm-white);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
  padding: 20px 30px 20px;
  padding-right: 20px;
  margin-bottom: 50px;
  z-index: 2;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.award-style1__single:hover {
  transform: translateY(-5px);
}

.award-style1__single .row {
  --bs-gutter-x: 20px;
}

.award-style1__single-shape1 {
  position: absolute;
  top: 0;
  left: 75px;
  z-index: -1;
}

.award-style1__single-content {
  position: relative;
  display: block;
  padding-top: 20px;
}

.award-style1__single-content .icon {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.award-style1__single-content .icon img {
  width: auto;
}

.award-style1__single-content .category-box {
  position: relative;
  display: block;
}

.award-style1__single-content .category-box p {
  color: var(--thm-primary-color);
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.award-style1__single-content .title {
  position: relative;
  display: block;
  margin-top: 4px;
}

.award-style1__single-content .title h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.award-style1__single-content .title h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.award-style1__single-content .title h3 a:hover {
  color: var(--thm-primary-color);
}

.award-style1__single-content .year {
  position: relative;
  display: block;
  margin-top: 16px;
}

.award-style1__single-content .year h4 {
  color: var(--thm-body-font-color);
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.award-style1__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.award-style1__single-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-black);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
  transition: all 0.5s ease;
}

.award-style1__single:hover .award-style1__single-img::before {
  opacity: 0.4;
}

.award-style1__single-img img {
  width: 100%;
  transform: scale(1);
  transition: all 1500ms ease;
}

.award-style1__single:hover .award-style1__single-img img {
  transform: scale(1.05) rotate(0deg);
}

/*** 
=============================================
    Team Style1  
=============================================
***/
.team-style1 {
  background-color: var(--thm-white);
  padding: 120px 0px 120px;
}

.team-style1__single {
  position: relative;
  display: block;
}

.team-style1__single.instyle--2 {
  margin-bottom: 30px;
}

.team-style1__single .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  z-index: 1;
}

.team-style1__single .img-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-black);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
  transition: all 0.5s ease;
}

.team-style1__single:hover .img-box::before {
  opacity: 0.5;
}

.team-style1__single .img-box img {
  width: 100%;
  transform: scale(1);
  transition: all 1500ms ease;
}

.team-style1__single:hover .img-box img {
  transform: scale(1.05) rotate(0deg);
}

.team-style1__single .img-box .overlay-content {
  position: absolute;
  left: 15px;
  bottom: 15px;
  right: 15px;
  border-radius: 6px;
  background-color: var(--thm-white);
  padding: 12px 25px 0px;
  padding-right: 0;
  z-index: 3;
}

.team-style1__single .img-box .overlay-content .title {
  position: relative;
  display: block;
  margin-bottom: 11px;
}

.team-style1__single .img-box .overlay-content .title h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.team-style1__single .img-box .overlay-content .title h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-style1__single .img-box .overlay-content .title h3 a:hover {
  color: var(--thm-primary-color);
}

.team-style1__single .img-box .overlay-content .border-line {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--thm-border-color);
}

.team-style1__single .img-box .overlay-content .sub-title {
  position: relative;
  display: block;
  padding: 9px 0px 9px;
}

.team-style1__single .img-box .overlay-content .sub-title .text {
  position: relative;
  display: block;
}

.team-style1__single .img-box .overlay-content .sub-title .text p {
  margin: 0;
}

.team-style1__single .img-box .overlay-content .sub-title .social-share-box {
  position: absolute;
  right: 0;
  bottom: 0;
  border-left: 1px solid var(--thm-border-color);
  transition: border-color 0.5s ease;
  transition: all 0.5s ease;
}

.team-style1__single
  .img-box
  .overlay-content
  .sub-title
  .social-share-box:hover {
  border-color: transparent;
}

.team-style1__single
  .img-box
  .overlay-content
  .sub-title
  .social-share-box
  span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: transparent;
  color: var(--thm-primary-color);
  font-size: 20px;
  line-height: 45px;
  cursor: pointer;
  border-bottom-right-radius: 6px;
  transition: all 0.3s;
}

.team-style1__single
  .img-box
  .overlay-content
  .sub-title
  .social-share-box:hover
  span {
  color: #ffffff;
  background-color: var(--thm-primary-color);
}

.team-style1__single .img-box .overlay-content .sub-title .social-share-box ul {
  position: absolute;
  right: 0px;
  bottom: 45px;
  white-space: nowrap;
  transform: translateX(100px);
  padding-bottom: 75px;
  opacity: 0;
  transition: all 0.3s;
}

.team-style1__single
  .img-box
  .overlay-content
  .sub-title
  .social-share-box:hover
  ul {
  opacity: 1;
  transform: translateX(0px);
}

.team-style1__single
  .img-box
  .overlay-content
  .sub-title
  .social-share-box
  ul
  li {
  position: relative;
  display: block;
}

.team-style1__single
  .img-box
  .overlay-content
  .sub-title
  .social-share-box
  ul
  li
  + li {
  margin-top: 10px;
}

.team-style1__single
  .img-box
  .overlay-content
  .sub-title
  .social-share-box
  ul
  li
  a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: #ffffff;
  border-radius: 6px;
  color: var(--thm-black);
  font-size: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.team-style1__single
  .img-box
  .overlay-content
  .sub-title
  .social-share-box
  ul
  li
  a:hover {
  color: #ffffff;
}

.team-style1__single
  .img-box
  .overlay-content
  .sub-title
  .social-share-box
  ul
  li
  a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: var(--thm-primary-color);
  content: "";
  opacity: 0;
  transform: scale(0.5);
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.team-style1__single
  .img-box
  .overlay-content
  .sub-title
  .social-share-box
  ul
  li:hover
  a:before {
  opacity: 1;
  border-radius: 6px;
  transform: scale(1);
}

.team-style1__btn {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 53px;
  line-height: 0;
}

.team-style1__btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--thm-font);
  font-weight: 600;
  text-transform: uppercase;
}

.team-style1__btn a:hover {
  color: var(--thm-primary-color);
}

.team-style1__btn a i {
  font-size: 12px;
  font-weight: 400;
  margin-left: 4px;
}

.team-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
  position: absolute;
  top: -115px;
  right: -5px;
}

.team-style1.instyle--2 {
  padding-bottom: 90px;
}

/*** 
===========================
    Team Style2      
===========================
***/
.team-style2 {
  background-color: var(--thm-white);
  padding: 120px 0px 90px;
}

.team-style2__single {
  position: relative;
  display: block;
  margin-bottom: 80px;
}

.team-style2__single .img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.team-style2__single .img-box .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.team-style2__single .img-box .inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-black);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
  transition: all 0.5s ease;
}

.team-style2__single:hover .img-box .inner::before {
  opacity: 0.5;
}

.team-style2__single .img-box .inner img {
  width: 100%;
  transform: scale(1);
  transition: all 1500ms ease;
}

.team-style2__single:hover .img-box .inner img {
  transform: scale(1.05) rotate(0deg);
}

.team-style2__single .img-box .inner .social-share-box {
  position: absolute;
  top: 0;
  left: 0;
  transition: border-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}

.team-style2__single .img-box .inner .social-share-box span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--thm-black-bg);
  color: var(--thm-white);
  font-size: 20px;
  line-height: 60px;
  cursor: pointer;
  border-bottom-right-radius: 6px;
  transition: all 0.3s;
  z-index: 1;
}

.team-style2__single .img-box .inner .social-share-box:hover span {
  color: #ffffff;
  background-color: var(--thm-primary-color);
}

.team-style2__single .img-box .inner .social-share-box ul {
  position: absolute;
  top: 70px;
  left: 10px;
  white-space: nowrap;
  transform: translateX(-70px);
  opacity: 0;
  transition: all 0.3s;
}

.team-style2__single .img-box .inner .social-share-box:hover ul {
  opacity: 1;
  transform: translateX(0px);
}

.team-style2__single .img-box .inner .social-share-box ul li {
  position: relative;
  display: block;
}

.team-style2__single .img-box .inner .social-share-box ul li + li {
  margin-top: 10px;
}

.team-style2__single .img-box .inner .social-share-box ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: #ffffff;
  border-radius: 6px;
  color: var(--thm-black);
  font-size: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.team-style2__single .img-box .inner .social-share-box ul li a:hover {
  color: #ffffff;
}

.team-style2__single .img-box .inner .social-share-box ul li a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: var(--thm-primary-color);
  content: "";
  opacity: 0;
  transform: scale(0.5);
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.team-style2__single .img-box .inner .social-share-box ul li:hover a:before {
  opacity: 1;
  border-radius: 6px;
  transform: scale(1);
}

.team-style2__single .img-box .overlay-content {
  position: absolute;
  left: 0px;
  bottom: -50px;
  right: 0px;
  border-radius: 5px;
  background-color: var(--thm-gray-bg);
  padding: 12px 25px 7px;
  padding-right: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}

.team-style2__single:hover .img-box .overlay-content {
  background-color: var(--thm-white);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}

.team-style2__single .img-box .overlay-content .title {
  position: relative;
  display: block;
  margin-bottom: 11px;
}

.team-style2__single .img-box .overlay-content .title h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.team-style2__single .img-box .overlay-content .title h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-style2__single .img-box .overlay-content .title h3 a:hover {
  color: var(--thm-primary-color);
}

.team-style2__single .img-box .overlay-content .border-line {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #cad8d4;
}

.team-style2__single .img-box .overlay-content .text {
  position: relative;
  display: block;
  padding-top: 8px;
}

.team-style2__single .img-box .overlay-content .text p {
  margin: 0;
}

/*** 
=============================================
    Case Style1      
=============================================
***/
.case-style1 {
  background-color: var(--thm-white);
  padding: 120px 0px 120px;
}

.case-style1 .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-right: -30px;
}

.case-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}

.case-style1__single {
  position: relative;
  display: block;
}

.case-style1__single .img-box {
  position: relative;
  display: block;
}

.case-style1__single .img-box .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  z-index: 1;
}

.case-style1__single .img-box .inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-black);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
  transition: all 0.5s ease;
}

.case-style1__single:hover .img-box .inner::before {
  opacity: 0.9;
}

.case-style1__single .img-box .inner img {
  width: 100%;
  transform: scale(1);
  transition: all 1500ms ease;
}

.case-style1__single:hover .img-box .inner img {
  transform: scale(1.05) rotate(0deg);
}

.case-style1__single .img-box .inner .overlay-icon {
  position: absolute;
  top: 40px;
  right: 40px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(20deg) translateX(100%);
  -ms-transform: perspective(400px) rotateX(20deg) translateX(100%);
  transform: perspective(400px) rotateX(20deg) translateX(100%);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  z-index: 2;
}

.case-style1__single:hover .img-box .inner .overlay-icon {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg) translateX(0%);
  -ms-transform: perspective(400px) rotateX(0deg) translateX(0%);
  transform: perspective(400px) rotateX(0deg) translateX(-0%);
  transition-delay: 0.3s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
}

.case-style1__single .img-box .inner .overlay-icon a {
  position: relative;
  display: inline-block;
  color: var(--thm-white);
  font-size: 32px;
  line-height: 32px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.case-style1__single .img-box .inner .overlay-icon a:hover {
  color: var(--thm-primary-color);
}

.case-style1__single .img-box .overlay-content {
  position: absolute;
  left: 10px;
  bottom: 15px;
  right: 10px;
  transform: scaleY(0);
  transition: all 400ms ease 200ms;
  z-index: 2;
}

.case-style1__single:hover .img-box .overlay-content {
  transform: scaleY(1);
  transition: all 300ms linear;
  transition-delay: 0.1s;
}

.case-style1__single .img-box .overlay-content .category-box {
  position: absolute;
  right: 0px;
  bottom: 101px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: var(--thm-primary-color);
  padding: 8px 20px 8px;
}

.case-style1__single .img-box .overlay-content .category-box p {
  color: var(--thm-white);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--thm-font);
  font-weight: 700;
  text-transform: uppercase;
}

.case-style1__single .img-box .overlay-content .title-box {
  position: relative;
  display: block;
  border-radius: 6px 0px 6px 6px;
  background-color: var(--thm-white);
  padding: 17px 25px 16px;
}

.case-style1__single .img-box .overlay-content .title-box h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.case-style1__single .img-box .overlay-content .title-box h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.case-style1__single .img-box .overlay-content .title-box h3 a:hover {
  color: var(--thm-primary-color);
}

.case-style1.instyle--2 {
  padding: 92px 0px 0px;
}

.case-style1.instyle--2 .container {
  margin-right: 0px;
}

.case-style1.instyle--2 .title {
  position: relative;
  display: block;
  padding-bottom: 41px;
}

.case-style1.instyle--2 .title h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.case-style1-carousel--style2.owl-nav-style-one.owl-theme .owl-nav {
  position: absolute;
  top: -105px;
  right: -5px;
}

/*** 
=============================================
    Case Style2      
=============================================
***/
.case-style2 {
  background-color: var(--thm-white);
  padding: 120px 0px 112px;
}

.case-style2__single {
  position: relative;
  display: block;
  margin-bottom: 80px;
}

.case-style2__single .img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.case-style2__single .img-box .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.case-style2__single .img-box .inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-black);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
  transition: all 0.5s ease;
}

.case-style2__single:hover .img-box .inner::before {
  opacity: 0.9;
}

.case-style2__single .img-box .inner img {
  width: 100%;
  transform: scale(1);
  transition: all 1500ms ease;
}

.case-style2__single:hover .img-box .inner img {
  transform: scale(1.05) rotate(0deg);
}

.case-style2__single .img-box .overlay-content {
  position: absolute;
  left: 0px;
  bottom: -50px;
  right: 25px;
  z-index: 2;
}

.case-style2__single .img-box .overlay-content .category-box {
  position: absolute;
  right: 0px;
  top: -40px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: var(--thm-primary-color);
  padding: 8px 20px 8px;
}

.case-style2__single .img-box .overlay-content .category-box p {
  color: var(--thm-white);
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.case-style2__single .img-box .overlay-content .title-box {
  position: relative;
  display: block;
  border-radius: 6px 0px 6px 6px;
  background-color: var(--thm-white);
  border: 1px solid var(--thm-border-color);
  padding: 17px 25px 16px;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
}

.case-style2__single:hover .img-box .overlay-content .title-box {
  border-color: var(--thm-white);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}

.case-style2__single .img-box .overlay-content .title-box h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.case-style2__single .img-box .overlay-content .title-box h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.case-style2__single .img-box .overlay-content .title-box h3 a:hover {
  color: var(--thm-primary-color);
}

.case-style2__btn {
  position: relative;
  display: block;
  padding-top: 15px;
}

.case-style2__btn.mtminus {
  padding-top: 0;
  margin-top: -80px;
}

.case-style2__btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--thm-font);
  font-weight: 600;
  text-transform: uppercase;
}

.case-style2__btn a:hover {
  color: var(--thm-primary-color);
}

.case-style2__btn a i {
  margin-left: 4px;
}

.case-style2-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {
  padding-bottom: 100px;
}

.case-style2-carousel.owl-nav-style-one.owl-theme .owl-nav {
  position: absolute;
  top: -115px;
  right: 0;
}

/*** 
===============================
    Single Case Studies     
===============================
***/
.single-case-studies {
  background-color: var(--thm-white);
  padding: 120px 0px 112px;
}

.single-case-studies__sidebar {
  position: relative;
  display: block;
  margin-right: 30px;
}

.single-case-studies__sidebar .project-info {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background-color: var(--thm-gray-bg);
  padding: 33px 40px 40px;
}

.single-case-studies__sidebar .project-info .title {
  position: relative;
  display: block;
  border-bottom: 1px solid #cad8d4;
  padding-bottom: 11px;
}

.single-case-studies__sidebar .project-info .title h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.single-case-studies__sidebar .project-info ul {
  position: relative;
  display: block;
  padding-top: 33px;
}

.single-case-studies__sidebar .project-info ul li {
  position: relative;
  display: block;
}

.single-case-studies__sidebar .project-info ul li + li {
  margin-top: 19px;
}

.single-case-studies__sidebar .project-info ul li p {
  margin: 0;
}

.single-case-studies__sidebar .project-info ul li h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 5px;
}

.single-case-studies__sidebar .project-info .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 32px;
}

.single-case-studies__sidebar .project-info .btn-box .btn-one {
  display: block;
  text-align: center;
}

.single-case-studies__sidebar .social-links {
  position: relative;
  display: block;
  padding-top: 43px;
}

.single-case-studies__sidebar .social-links .text {
  position: relative;
  display: block;
}

.single-case-studies__sidebar .social-links .text p {
  color: #a5b1ad;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--thm-font);
  font-weight: 700;
  text-transform: uppercase;
}

.single-case-studies__sidebar .social-links ul {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 18px;
}

.single-case-studies__sidebar .social-links ul li {
  position: relative;
  display: block;
}

.single-case-studies__sidebar .social-links ul li + li {
  margin-left: 10px;
}

.single-case-studies__sidebar .social-links ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  background: transparent;
  border: 1px solid var(--thm-border-color);
  border-radius: 6px;
  color: var(--thm-black);
  font-size: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.single-case-studies__sidebar .social-links ul li:hover a {
  color: #ffffff;
  border-color: var(--thm-primary-color);
  background-color: var(--thm-primary-color);
}

.single-case-studies__content {
  position: relative;
  display: block;
  margin-top: -9px;
}

.single-case-studies__content .title {
  position: relative;
  display: block;
}

.single-case-studies__content .title h2 {
  font-size: 46px;
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: 21px;
}

.single-case-studies__content .title p {
  margin: 0;
}

.single-case-studies__content .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  margin: 42px 0px 42px;
}

.single-case-studies__content .img-box img {
  width: 100%;
}

.single-case-studies__content .text-box {
  position: relative;
  display: block;
}

.single-case-studies__content .text-box p {
  margin: 0;
}

.single-case-studies__content > ul {
  position: relative;
  display: block;
  padding-top: 34px;
}

.single-case-studies__content > ul > li {
  position: relative;
  display: block;
  padding-left: 100px;
}

.single-case-studies__content > ul > li + li {
  margin-top: 36px;
}

.single-case-studies__content > ul > li > .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background-color: var(--thm-white);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  font-size: 40px;
}

.single-case-studies__content > ul > li > .content-box {
  position: relative;
  display: block;
}

.single-case-studies__content > ul > li > .content-box > .text {
  position: relative;
  display: block;
}

.single-case-studies__content > ul > li > .content-box > .text > h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 18px;
}

.single-case-studies__content > ul > li > .content-box > .text > p {
  margin: 0;
}

.single-case-studies__content > ul > li > .content-box > ul {
  position: relative;
  display: block;
  padding-top: 15px;
}

.single-case-studies__content > ul > li > .content-box > ul > li {
  position: relative;
  display: flex;
  align-items: center;
}

.single-case-studies__content > ul > li > .content-box > ul > li + li {
  margin-top: 14px;
}

.single-case-studies__content > ul > li > .content-box > ul > li > .icon {
  position: relative;
  display: block;
  line-height: 0;
}

.single-case-studies__content > ul > li > .content-box > ul > li > .icon > i {
  position: relative;
  display: inline-block;
  color: var(--thm-primary-color);
  font-size: 15px;
}

.single-case-studies__content > ul > li > .content-box > ul > li > .text {
  position: relative;
  display: block;
  padding-left: 15px;
}

.single-case-studies__content > ul > li > .content-box > ul > li > .text > p {
  color: var(--thm-black);
}

/*** 
=============================================
    Get In Touch Style1      
=============================================
***/
.get-in-touch-style1 {
  background-color: var(--thm-gray-bg);
  padding: 120px 0 120px;
}

.get-in-touch-style1__shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.get-in-touch-style1__form {
  position: relative;
  display: block;
}

.get-in-touch-style1__form form {
  position: relative;
  display: block;
}

.get-in-touch-style1__form-left {
  position: relative;
  display: block;
  border-top: 1px solid var(--thm-border-color);
}

.get-in-touch-style1__form-right {
  position: relative;
  display: block;
  border-top: 1px solid var(--thm-border-color);
}

.get-in-touch-style1__form form .form-group {
  position: relative;
  display: block;
}

.get-in-touch-style1__form form .form-group .input-box {
  position: relative;
  display: block;
}

.get-in-touch-style1__form form .form-group input[type="text"],
.get-in-touch-style1__form form .form-group input[type="email"],
.get-in-touch-style1__form form .form-group textarea {
  position: relative;
  display: block;
  background: transparent;
  border-top: none !important;
  border: 1px solid var(--thm-border-color);
  width: 100%;
  height: 75px;
  color: var(--thm-body-font-color);
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0px;
  transition: all 500ms ease;
  font-family: var(--thm-font);
}

.get-in-touch-style1__form form .form-group input[type="text"]:focus,
.get-in-touch-style1__form form .form-group input[type="email"]:focus,
.get-in-touch-style1__form form .form-group textarea:focus {
  border: 1px solid var(--thm-primary-color);
  outline: none;
}

.get-in-touch-style1__form form .form-group textarea {
  height: 300px;
  padding-top: 22px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}

.get-in-touch-style1__form form input[type="text"]::-webkit-input-placeholder {
  color: var(--thm-body-font-color);
}

.get-in-touch-style1__form form input[type="text"]:-moz-placeholder {
  color: var(--thm-body-font-color);
}

.get-in-touch-style1__form form input[type="text"]::-moz-placeholder {
  color: var(--thm-body-font-color);
}

.get-in-touch-style1__form form input[type="text"]:-ms-input-placeholder {
  color: var(--thm-body-font-color);
}

.get-in-touch-style1__form form input[type="email"]::-webkit-input-placeholder {
  color: var(--thm-body-font-color);
}

.get-in-touch-style1__form form input[type="email"]:-moz-placeholder {
  color: var(--thm-body-font-color);
}

.get-in-touch-style1__form form input[type="email"]::-moz-placeholder {
  color: var(--thm-body-font-color);
}

.get-in-touch-style1__form form input[type="email"]:-ms-input-placeholder {
  color: var(--thm-body-font-color);
}

.get-in-touch-style1__form form textarea::-webkit-input-placeholder {
  color: var(--thm-body-font-color);
}

.get-in-touch-style1__form form textarea:-moz-placeholder {
  color: var(--thm-body-font-color);
}

.get-in-touch-style1__form form textarea::-moz-placeholder {
  color: var(--thm-body-font-color);
}

.get-in-touch-style1__form form textarea:-ms-input-placeholder {
  color: var(--thm-body-font-color);
}

.get-in-touch-style1__form form .button-box {
  position: relative;
  display: block;
  padding-top: 40px;
}

.get-in-touch-style1__form form .button-box button {
  margin-top: 23px;
}

.employers-employee-phone-email-box {
  position: relative;
  display: block;
  padding-top: 80px;
}

.employers-employee-phone-email-box .row {
  --bs-gutter-x: 0px;
}

.employers-employee-phone-email-box .single-box {
  position: relative;
  display: block;
}

.employers-employee-phone-email-box .single-box .title {
  position: relative;
  display: block;
  border-radius: 6px 6px 0px 0px;
  background-color: var(--thm-black-bg);
  padding: 13px 0px 13px;
}

.employers-employee-phone-email-box .single-box .title.title2 {
  background-color: #103934;
}

.employers-employee-phone-email-box .single-box .title h3 {
  color: var(--thm-white);
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-transform: capitalize;
}

.employers-employee-phone-email-box .single-box ul {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0px 0px 0px 6px;
  background-color: var(--thm-white);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
  padding: 14px 50px 13px;
}

.employers-employee-phone-email-box .single-box-style2 ul {
  border-left: 1px solid var(--thm-border-color);
  border-radius: 0px 0px 6px 0px;
}

.employers-employee-phone-email-box .single-box ul li {
  position: relative;
  display: block;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid var(--thm-border-color);
}

.employers-employee-phone-email-box .single-box ul li + li {
  margin-left: 30px;
}

.employers-employee-phone-email-box .single-box ul li:last-child {
  border-right: 0px solid transparent;
  padding-right: 0;
}

.employers-employee-phone-email-box .single-box ul li .icon {
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 0;
}

.employers-employee-phone-email-box .single-box ul li .icon span {
  position: relative;
  display: inline-block;
  color: var(--thm-primary-color);
  font-size: 24px;
}

.employers-employee-phone-email-box .single-box ul li a {
  position: relative;
  display: inline-block;
  color: var(--thm-body-font-color);
  font-size: 17px;
  line-height: 27px;
  font-family: var(--thm-font);
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.employers-employee-phone-email-box .single-box ul li a:hover {
  color: var(--thm-primary-color);
}

/*** 
======================
    Video Style1    
======================
***/
.video-style1 {
  position: relative;
  display: block;
}

.video-style1__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: local;
  background-position: center center;
}

.video-style1__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(0, 0, 0, 0.36);
}

.video-style1__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(6, 42, 38) 0%,
    rgba(6, 42, 38, 0) 80%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(6, 42, 38) 0%,
    rgba(6, 42, 38, 0) 80%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(6, 42, 38) 0%,
    rgba(6, 42, 38, 0) 80%
  );
}

.video-style1__inner {
  position: relative;
  display: block;
  padding: 137px 0px 143px;
}

.video-style1__round-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: transparent;
  transform: translateY(-50%);
  z-index: 5;
}

.video-style1__round-text-box .inner {
  position: relative;
  display: block;
  width: 170px;
  height: 170px;
}

.video-style1__curved-circle-top {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  color: var(--thm-white);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--thm-font);
  word-spacing: 2px;
  letter-spacing: 1px;
}

.video-style1__inner .overlay-video-btn {
  position: absolute;
  top: 35px;
  left: 35px;
  bottom: 35px;
  right: 35px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--thm-white);
}

.video-style1__inner .overlay-video-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--thm-white);
  font-size: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.video-style1__inner .overlay-video-btn a:hover {
  color: var(--thm-primary-color);
}

.video-style1__title {
  position: relative;
  display: block;
  margin-left: 205px;
}

.video-style1__title h2 {
  color: var(--thm-white);
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 500;
}

.video-style1__title .border-line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgb(255, 255, 255, 0.35);
  margin: 26px 0px 33px;
}

.video-style1__title p {
  color: #d6d6d6;
  font-size: 19px;
  line-height: 29px;
}

/*** 
===================
    Faq Style1    
===================
***/
.faq-style1 {
  background-color: var(--thm-white);
  padding: 120px 0px 120px;
}

.faq-style1__img {
  position: relative;
  display: block;
  margin-right: 40px;
}

.faq-style1__img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  margin-right: 50px;
}

.faq-style1__img .inner::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  opacity: 1;
  z-index: 2;
}

.faq-style1__img .inner:hover::before {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.faq-style1__img .inner img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.03);
}

.faq-style1__img .inner:hover img {
  transform: scale(1);
}

.faq-style1__img .overlay-content {
  position: absolute;
  right: 0;
  bottom: 70px;
  border-radius: 6px;
  background-color: var(--thm-black-bg);
  text-align: center;
  padding: 40px 30px 40px;
  z-index: 3;
}

.faq-style1__img .overlay-content .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 6px;
  background-color: var(--thm-white);
  font-size: 30px;
  margin: 0 auto 22px;
}

.faq-style1__img .overlay-content h3 {
  color: var(--thm-white);
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 8px;
}

.faq-style1__img .overlay-content p {
  color: #a5b1ad;
}

.faq-style1__img .overlay-content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 32px;
}

.faq-style1__img .overlay-content .btn-box .btn-one:hover {
  color: var(--thm-black);
}

.faq-style1__img .overlay-content .btn-box .btn-one::before {
  background: var(--thm-gray-bg);
}

.faq-style1__content {
  position: relative;
  display: block;
}

.faq-style1__content .accordion-box-style1 .accordion {
  margin-bottom: 20px;
}

.faq-style1__content .accordion-box-style1 .accordion:last-child {
  margin-bottom: 0px;
}

.faq-style1__content .accordion-box-style1 .accordion .accord-btn {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid var(--thm-border-color);
  padding-left: 70px;
  height: 60px;
}

.faq-style1__content .accordion-box-style1 .accordion .accord-btn.active {
  background-color: var(--thm-black-bg);
  border-color: var(--thm-black-bg);
}

.faq-style1__content .accordion-box-style1 .accordion .accord-btn h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.faq-style1__content .accordion-box-style1 .accordion .accord-btn.active h4 {
  color: var(--thm-white);
}

.faq-style1__content .accordion-box-style1 .accordion .accord-btn::after {
  content: "\e923";
  top: 50%;
  left: 10px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 6px;
  background-color: #edf4f2;
  color: #a8b4b0;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  transform: translateY(-50%);
  margin-top: 0px;
}

.faq-style1__content .accordion-box-style1 .accordion .accord-btn.active {
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.faq-style1__content
  .accordion-box-style1
  .accordion
  .accord-btn.active::after {
  content: "\e922";
  color: #ffffff;
  font-size: 20px;
  border-color: transparent;
  background-color: var(--thm-primary-color);
  transform: rotate(90deg) translateY(-50%);
  left: -10px;
  margin-top: -20px;
}

.faq-style1__content .accordion-box-style1 .accordion .accord-content {
  border-radius: 6px;
  background-color: #edf4f2;
  padding: 22px 30px 22px;
  margin-top: 10px;
}

.faq-style1__content .btn-box {
  position: relative;
  display: block;
  padding-top: 30px;
}

.faq-style1__content .btn-box a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--thm-font);
  font-weight: 600;
  text-transform: uppercase;
}

.faq-style1__content .btn-box a:hover {
  color: var(--thm-primary-color);
}

.faq-style1__content .btn-box a i {
  margin-left: 6px;
}

/*================================
     Scrolling Text Style1 
================================*/
.scrolling-text-style1 {
  background-color: var(--thm-primary-color);
  padding: 18px 0px 18px;
}

.scrolling-text-style1 .inner {
  position: relative;
  display: block;
}

.scrolling-text-style1 .inner ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: fit-content;
}

.scrolling-text-style1 .inner ul li {
  position: relative;
  display: block;
  white-space: nowrap;
  float: left;
  color: var(--thm-white);
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--thm-font-2);
  margin-left: 100px;
  transition: all 0.4s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.scrolling-text-style1 .inner ul li:before {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: var(--thm-black);
  white-space: nowrap;
  content: attr(data-hover);
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.scrolling-text-style1 .inner ul li:hover:before {
  width: 100%;
}

/*================================
     Featurs Style1
================================*/
.featurs-style1 {
  background-color: var(--thm-black-bg);
  padding: 120px 0 120px;
}

.featurs-style1 .sec-title h2 {
  color: var(--thm-white);
}

.featurs-style1 .sec-title .text p {
  color: #a5b1ad;
}

.features-style1__inner {
  position: relative;
  display: block;
}

.tab-box-style1 {
  position: relative;
  display: block;
}

.features-style1-tab__button {
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.features-style1-tab__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1000px;
  right: -1000px;
  bottom: 0;
  height: 1px;
  background-color: #23423f;
}

.features-style1-tab__button .tabs-button-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.features-style1-tab__button .tabs-button-box li {
  position: relative;
  display: block;
}

.features-style1-tab__button .tabs-button-box li + li {
  margin-left: 20px;
}

.features-style1-tab__button .tabs-button-box li span {
  position: relative;
  display: inline-block;
  color: var(--thm-white);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--thm-font);
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 6px;
  background-color: #23423f;
  padding: 15px 40px 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.features-style1-tab__button .tabs-button-box li:hover span,
.features-style1-tab__button .tabs-button-box li.active-btn-item span {
  color: var(--thm-black);
  background-color: var(--thm-white);
}

.tab-box-style1 .tabs-content-box {
  position: relative;
  display: block;
}

.tab-box-style1 .tab-content-box-item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.tab-box-style1 .tab-content-box-item.tab-content-box-item-active {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.tab-box-style1 .tab-content-box-item .features-style1__content-tab-item {
  opacity: 0;
  transform: translateY(0px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.tab-box-style1
  .tab-content-box-item.tab-content-box-item-active
  .features-style1__content-tab-item {
  opacity: 1;
  transform: translateY(0px);
}

.features-style1__single {
  position: relative;
  display: block;
}

.features-style1__img-tab-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  max-width: 530px;
  margin-right: 40px;
}

.features-style1__img-tab-item::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  opacity: 1;
  z-index: 2;
}

.features-style1__img-tab-item:hover::before {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.features-style1__img-tab-item img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.03);
}

.features-style1__img-tab-item:hover img {
  transform: scale(1);
}

.features-style1__content-tab-item {
  position: relative;
  display: block;
}

.features-style1__content-tab-item .content-box {
  position: relative;
  display: block;
}

.features-style1__content-tab-item .title-box {
  position: relative;
  display: block;
}

.features-style1__content-tab-item .title-box h2 {
  color: var(--thm-white);
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: 23px;
}

.features-style1__content-tab-item .title-box p {
  color: #a5b1ad;
}

.features-style1__content-tab-item .list-item {
  position: relative;
  display: block;
  padding-top: 25px;
}

.features-style1__content-tab-item .list-item ul {
  position: relative;
  display: block;
}

.features-style1__content-tab-item .list-item ul li {
  position: relative;
  display: block;
  padding-left: 30px;
}

.features-style1__content-tab-item .list-item ul li + li {
  margin-top: 7px;
}

.features-style1__content-tab-item .list-item ul li .icon {
  position: absolute;
  top: 2px;
  left: 0;
}

.features-style1__content-tab-item .list-item ul li .icon i {
  color: var(--thm-primary-color);
  font-size: 23px;
}

.features-style1__content-tab-item .list-item ul li .text {
  position: relative;
  display: block;
}

.features-style1__content-tab-item .list-item ul li .text p {
  color: #a5b1ad;
}

.features-style1__content-tab-item .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 36px;
}

.features-style1__content-tab-item .btn-box .btn-one:hover {
  color: var(--thm-black);
}

.features-style1__content-tab-item .btn-box .btn-one:before {
  background: var(--thm-white);
}

/*================================
     Job Opening Style1
================================*/
.job-opening-style1 {
  background-color: var(--thm-white);
  padding: 120px 0px 90px;
}

.job-opening-style1__form {
  position: relative;
  display: block;
  padding-bottom: 39px;
}

.job-opening-style1__form form {
  position: relative;
  display: block;
}

.job-opening-style1__form form .form-group {
  position: relative;
  display: block;
  width: 100%;
}

.job-opening-style1__form form .form-group .input-box {
  position: relative;
  display: block;
}

.job-opening-style1__form form .form-group .input-box .icon {
  position: absolute;
  top: 17px;
  left: 20px;
  bottom: 0;
}

.job-opening-style1__form form .form-group .input-box .icon i {
  position: relative;
  display: inline-block;
  color: #a5b1ad;
  font-size: 16px;
}

.job-opening-style1__form form .form-group input[type="text"] {
  position: relative;
  display: block;
  border-radius: 6px;
  background: transparent;
  border: 1px solid var(--thm-border-color);
  width: 100%;
  height: 60px;
  color: var(--thm-body-font-color);
  font-size: 17px;
  font-family: var(--thm-font);
  font-weight: 400;
  font-style: normal;
  padding-left: 43px;
  padding-right: 20px;
  transition: all 500ms ease;
}

.job-opening-style1__form form .form-group input[type="text"]:focus {
  border: 1px solid var(--thm-primary-color);
  outline: none;
}

.job-opening-style1__form
  form
  .form-group
  input[type="text"]::-webkit-input-placeholder {
  color: var(--thm-body-font-color);
}

.job-opening-style1__form form .form-group input[type="text"]:-moz-placeholder {
  color: var(--thm-body-font-color);
}

.job-opening-style1__form
  form
  .form-group
  input[type="text"]::-moz-placeholder {
  color: var(--thm-body-font-color);
}

.job-opening-style1__form
  form
  .form-group
  input[type="text"]:-ms-input-placeholder {
  color: var(--thm-body-font-color);
}

.job-opening-style1__form form .form-group .nice-select {
  position: relative;
  display: block;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid var(--thm-border-color);
  width: 100%;
  height: 60px;
  color: var(--thm-body-font-color);
  font-size: 17px;
  font-family: var(--thm-font);
  font-weight: 400;
  line-height: 58px;
  padding-left: 43px;
  padding-right: 20px;
  transition: all 500ms ease;
}

.job-opening-style1__form form .form-group .nice-select::after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--thm-border-color);
  border-right: 2px solid var(--thm-border-color);
  right: 22px;
  margin-top: 0px;
  top: 21px;
  z-index: 10;
}

.job-opening-style1__form .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 30px;
}

.job-opening-style1__form .btn-box .btn-one {
  display: block;
  width: 100%;
}

.job-opening-style1__form .btn-box .btn-one::before {
  background: var(--thm-primary-color);
}

.job-opening-style1__form .btn-box .btn-one::after {
  background: var(--thm-black);
}

.job-opening-style1-info_inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 18px;
}

.job-opening-style1-info_inner .left-box {
  position: relative;
  display: block;
}

.job-opening-style1-info_inner .left-box p {
  color: #6a6b74;
  margin: 0;
}

.job-opening-style1-info_inner .right-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 200px;
}

.job-opening-style1-info_inner .right-box .text {
  position: relative;
  display: block;
  width: 75px;
  text-align: left;
}

.job-opening-style1-info_inner .right-box .text p {
  color: var(--thm-black);
  margin: 0;
}

.job-opening-style1-info_inner .right-box .select-box {
  width: 125px;
}

.job-opening-style1-info_inner .right-box .nice-select {
  position: relative;
  display: block;
  height: 55px;
  line-height: 55px;
  background: transparent;
  border: 0px solid transparent !important;
  color: #6a6b74;
  font-family: var(--thm-font);
  border-radius: 0px;
  font-size: 17px;
  font-weight: 400;
  padding-left: 0px;
  padding-right: 0px;
}

.job-opening-style1-info_inner .right-box .nice-select:after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #6a6b74;
  border-right: 2px solid #6a6b74;
  right: 3px;
  margin-top: 0px;
  top: 23px;
  z-index: 10;
}

.job-opening-style1-info_inner .right-box .nice-select .list {
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 0px 0 0px;
  margin-top: 10px;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scale(1) translateY(-30px);
  -ms-transform: scale(1) translateY(-30px);
  transform: scale(1) translateY(-30px);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  height: 0;
  width: 200px;
  left: auto !important;
}

.job-opening-style1-info_inner .right-box .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  height: auto;
}

.job-opening-style1-info_inner .right-box .nice-select .option {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 40px;
  min-height: 40px;
}

.single-job-post {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid var(--thm-border-color);
  padding: 80px 30px 24px;
  margin-bottom: 30px;
}

.single-job-post .category-box {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid var(--thm-border-color);
  padding: 0px 15px 0px;
}

.single-job-post .category-box p {
  color: var(--thm-black);
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.single-job-post .top-box {
  position: relative;
  display: block;
}

.single-job-post .top-box .icon {
  position: relative;
  display: block;
  padding-bottom: 22px;
}

.single-job-post .top-box .icon img {
  width: auto;
}

.single-job-post .top-box .title-box {
  position: relative;
  display: block;
}

.single-job-post .top-box .title-box h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 9px;
}

.single-job-post .top-box .title-box h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-job-post .top-box .title-box h3 a:hover {
  color: var(--thm-primary-color);
}

.single-job-post .top-box .title-box p {
  margin: 0;
}

.single-job-post .top-box .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 22px;
}

.single-job-post .top-box .btn-box .btn-one {
  color: var(--thm-black);
  line-height: 30px;
  display: block;
}

.single-job-post .top-box .btn-box .btn-one:hover {
  color: var(--thm-white);
}

.single-job-post .top-box .btn-box .btn-one::before {
  background: var(--thm-primary-color);
}

.single-job-post .top-box .btn-box .btn-one::after {
  background: var(--thm-gray-bg);
}

.single-job-post .bottom-box {
  position: relative;
  display: block;
  padding-top: 24px;
}

.single-job-post .bottom-box ul {
  position: relative;
  display: block;
}

.single-job-post .bottom-box ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 9px;
}

.single-job-post .bottom-box ul li:first-child {
  padding-top: 0;
}

.single-job-post .bottom-box ul li + li {
  border-top: 1px solid var(--thm-border-color);
  margin-top: 9px;
}

.single-job-post .bottom-box ul li .icon {
  position: relative;
  display: block;
  line-height: 0;
  color: #a5b1ad;
  font-size: 16px;
}

.single-job-post .bottom-box ul li .text {
  position: relative;
  display: block;
  padding-left: 9px;
}

.single-job-post .bottom-box ul li .text p {
  margin: 0;
}

/*** 
============================
    Solution Detail Page     
============================
***/
.solution-detail-page {
  background-color: var(--thm-white);
  padding: 120px 0px 120px;
}

.solution-detail-page-content {
  position: relative;
  display: block;
  margin-top: -9px;
}

.solution-detail-page-content .intro-box {
  position: relative;
  display: block;
}

.solution-detail-page-content .intro-title-box {
  position: relative;
  display: block;
  padding-bottom: 39px;
}

.solution-detail-page-content .intro-title-box h2 {
  font-size: 46px;
  line-height: 1.2em;
  font-weight: 500;
}

.solution-detail-page-content .intro-img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.solution-detail-page-content .intro-img-box img {
  width: 100%;
}

.solution-detail-page-content .text1 {
  position: relative;
  display: block;
  padding-top: 42px;
}

.solution-detail-page-content .text1 p {
  margin: 0;
}

.solution-detail-page-content .text2 {
  position: relative;
  display: block;
  padding-top: 25px;
}

.solution-detail-page-content .text2 p {
  color: var(--thm-black);
  font-size: 20px;
  line-height: 30px;
  font-family: var(--thm-font-2);
  font-weight: 500;
  font-style: italic;
}

.solution-detail-page-content .text3 {
  position: relative;
  display: block;
  padding-top: 25px;
}

.solution-detail-page-content .text3 p {
  margin: 0;
}

.solution-detail-highlighs-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid var(--thm-border-color);
  padding: 40px 0px 40px;
  margin-top: 42px;
}

.solution-detail-highlighs-box::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  bottom: 90px;
  width: 1px;
  background-color: var(--thm-border-color);
}

.single-highlighs-box {
  position: relative;
  display: block;
  padding: 0px 40px 0px;
  padding-right: 35px;
}

.single-highlighs-box .icon {
  position: relative;
  display: inline-block;
}

.single-highlighs-box .icon img {
  width: auto;
}

.single-highlighs-box .title-box {
  position: relative;
  display: block;
  padding-top: 23px;
}

.single-highlighs-box .title-box h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 13px;
}

.single-highlighs-box .title-box h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-highlighs-box .title-box h3 a:hover {
  color: var(--thm-primary-color);
}

.single-highlighs-box .title-box p {
  margin: 0;
}

.solution-detail-highlighs-box .swiper-container {
  padding-bottom: 50px;
}

#solution-detail-highlighs-box-pagination {
  position: absolute;
  left: 40px !important;
  bottom: 0px;
  right: 40px !important;
  height: 10px !important;
  border: 1px solid var(--thm-border-color);
  border-radius: 6px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: auto !important;
  top: auto !important;
  background: transparent;
}

#solution-detail-highlighs-box-pagination .swiper-pagination-progressbar-fill {
  background: var(--thm-border-color) !important;
  top: 2px !important;
  height: 4px !important;
  border-radius: 10px !important;
  left: 5px;
  right: 5px;
  width: auto;
}

.service-advantages {
  position: relative;
  display: block;
  padding-top: 52px;
}

.service-advantages-title {
  position: relative;
  display: block;
}

.service-advantages-title h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 23px;
}

.service-advantages-title p {
  margin: 0;
}

.service-advantages .service-advantages__inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  margin-top: 32px;
}

.service-advantages .service-advantages__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  z-index: -1;
}

.service-advantages .service-advantages__tab {
  position: relative;
  display: block;
  padding: 50px;
}

.service-advantages .service-advantages-tab__button {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background-color: var(--thm-white);
  width: 270px;
  z-index: 3;
}

.service-advantages .service-advantages-tab__button .tabs-button-box {
  position: relative;
  display: block;
  padding: 33px 30px 15px;
}

.service-advantages .service-advantages-tab__button .tabs-button-box li {
  position: relative;
  display: block;
  border-bottom: 1px solid #e4e7ee;
  padding-bottom: 17px;
}

.service-advantages
  .service-advantages-tab__button
  .tabs-button-box
  li:last-child {
  border-bottom: 0px solid;
}

.service-advantages .service-advantages-tab__button .tabs-button-box li + li {
  margin-top: 17px;
}

.service-advantages .service-advantages-tab__button .tabs-button-box li h4 {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--thm-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.service-advantages
  .service-advantages-tab__button
  .tabs-button-box
  li
  h4:hover,
.service-advantages
  .service-advantages-tab__button
  .tabs-button-box
  li.active-btn-item
  h4 {
  color: var(--thm-primary-color);
}

.service-advantages
  .service-advantages-tab__button
  .tabs-button-box
  li
  h4
  span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  top: 1px;
  opacity: 0;
  margin-left: 10px;
  transform: translateX(-10px);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.service-advantages
  .service-advantages-tab__button
  .tabs-button-box
  li
  h4
  span.arrow-hover {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.service-advantages
  .service-advantages-tab__button
  .tabs-button-box
  li
  h4:hover
  span.arrow-hover,
.service-advantages
  .service-advantages-tab__button
  .tabs-button-box
  li.active-btn-item
  h4
  span.arrow-hover {
  opacity: 1;
  transform: translateX(0px);
}

.service-advantages__tab .tabs-content-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 600px;
  width: 100%;
  z-index: 1;
}

.service-advantages__tab .tabs-content-box .tab-content-box-item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.service-advantages__tab
  .tabs-content-box
  .tab-content-box-item.tab-content-box-item-active {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.service-advantages__tab
  .tab-content-box-item
  .service-advantages__content-tab-item {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.service-advantages__tab
  .tab-content-box-item.tab-content-box-item-active
  .service-advantages__content-tab-item {
  opacity: 1;
  transform: translateY(0px);
}

.service-advantages .service-advantages__shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -1;
}

.service-advantages .service-advantages__content-tab-item {
  position: relative;
  display: block;
  padding-top: 163px;
  padding-left: 200px;
  padding-right: 45px;
}

.service-advantages .service-advantages__content-tab-item__inner {
  position: relative;
  display: block;
}

.service-advantages .service-advantages__content-tab-item__inner h3 {
  color: var(--thm-white);
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 13px;
}

.service-advantages .service-advantages__content-tab-item__inner p {
  color: #a5b1ad;
}

.service-advantages .service-advantages__content-tab-item__inner .btn-box {
  position: relative;
  display: block;
  padding-top: 20px;
}

.service-advantages .service-advantages__content-tab-item__inner .btn-box a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--thm-white);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--thm-font);
  font-weight: 600;
  text-transform: uppercase;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.service-advantages .service-advantages__content-tab-item__inner .btn-box a i {
  margin-left: 10px;
}

.service-advantages
  .service-advantages__content-tab-item__inner
  .btn-box
  a:hover {
  color: var(--thm-primary-color);
}

/*===== Sidebar =====*/
.solution-detail-page-sidebar {
  position: relative;
  display: block;
  border-radius: 6px;
  background-color: var(--thm-white);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.12);
  padding: 10px 10px 10px;
  margin-left: 20px;
}

.solution-detail-page-sidebar .services-box {
  position: relative;
  display: block;
}

.solution-detail-page-sidebar .services-box > .title {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: var(--thm-gray-bg);
  padding: 12px 20px 12px;
}

.solution-detail-page-sidebar .services-box > .title > .icon {
  position: relative;
  display: block;
  line-height: 0;
}

.solution-detail-page-sidebar .services-box > .title > .icon > i {
  position: relative;
  display: inline-block;
  color: var(--thm-primary-color);
  font-size: 20px;
}

.solution-detail-page-sidebar .services-box > .title h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-left: 8px;
}

.solution-detail-page-sidebar .services-box > .list-box {
  position: relative;
  display: block;
  padding: 27px 20px 32px;
}

.solution-detail-page-sidebar .services-box > .list-box > ul {
  position: relative;
  display: block;
}

.solution-detail-page-sidebar .services-box > .list-box > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--thm-border-color);
  margin-bottom: 13px;
  padding-bottom: 12px;
}

.solution-detail-page-sidebar .services-box > .list-box > ul > li:last-child {
  border-bottom: 0px solid transparent;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.solution-detail-page-sidebar .services-box > .list-box > ul > li .text {
  position: relative;
  display: flex;
  align-items: center;
}

.solution-detail-page-sidebar .services-box > .list-box > ul > li .text h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.solution-detail-page-sidebar .services-box > .list-box > ul > li .text h5 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.solution-detail-page-sidebar
  .services-box
  > .list-box
  > ul
  > li:hover
  .text
  h5
  a,
.solution-detail-page-sidebar
  .services-box
  > .list-box
  > ul
  > li.active
  .text
  h5
  a {
  color: var(--thm-primary-color);
}

.solution-detail-page-sidebar
  .services-box
  > .list-box
  > ul
  > li
  .text
  h5
  > a
  i {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  top: 1px;
  margin-left: 7px;
  opacity: 0;
  transform: translateX(-7px);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.solution-detail-page-sidebar
  .services-box
  > .list-box
  > ul
  > li
  .text
  h5
  > a
  i.arrow-hover {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.solution-detail-page-sidebar
  .services-box
  > .list-box
  > ul
  > li:hover
  .text
  h5
  a
  i.arrow-hover,
.solution-detail-page-sidebar
  .services-box
  > .list-box
  > ul
  > li.active
  .text
  h5
  a
  i.arrow-hover {
  opacity: 1;
  transform: translateX(0px);
}

.solution-detail-page-sidebar .services-box > .list-box > ul > li > .icon {
  position: relative;
  display: block;
}

.solution-detail-page-sidebar .services-box > .list-box > ul > li > .icon i {
  position: relative;
  display: inline-block;
  color: #a5b1ad;
  font-size: 12px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.solution-detail-page-sidebar .services-box > .list-box > ul > li:hover .icon i,
.solution-detail-page-sidebar
  .services-box
  > .list-box
  > ul
  > li.active
  .icon
  i {
  opacity: 0;
}

.solution-detail-page-sidebar .downloads-box {
  position: relative;
  display: block;
  padding-bottom: 50px;
}

.solution-detail-page-sidebar .downloads-box > .title {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: var(--thm-gray-bg);
  padding: 12px 20px 12px;
}

.solution-detail-page-sidebar .downloads-box > .title > .icon {
  position: relative;
  display: block;
  line-height: 0;
}

.solution-detail-page-sidebar .downloads-box > .title > .icon > i {
  position: relative;
  display: inline-block;
  color: var(--thm-primary-color);
  font-size: 20px;
}

.solution-detail-page-sidebar .downloads-box > .title h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-left: 8px;
}

.solution-detail-page-sidebar .downloads-box .list-box {
  position: relative;
  display: block;
  padding: 35px 20px 0px;
}

.solution-detail-page-sidebar .downloads-box .list-box ul {
  position: relative;
  display: block;
}

.solution-detail-page-sidebar .downloads-box .list-box ul li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--thm-border-color);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.solution-detail-page-sidebar .downloads-box .list-box ul li:last-child {
  border-bottom: 0px solid transparent;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.solution-detail-page-sidebar .downloads-box .list-box ul li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid var(--thm-border-color);
  font-size: 24px;
  font-weight: 600;
}

.solution-detail-page-sidebar .downloads-box .list-box ul li .text {
  position: relative;
  display: block;
  padding-left: 20px;
}

.solution-detail-page-sidebar .downloads-box .list-box ul li .text h5 {
  font-size: 20px;
  line-height: 17px;
  font-weight: 500;
}

.solution-detail-page-sidebar .downloads-box .list-box ul li .text .btn {
  position: relative;
  display: inline-block;
  padding: 0;
}

.solution-detail-page-sidebar .downloads-box .list-box ul li .text .btn a {
  position: relative;
  display: flex;
  align-items: center;
  color: #a5b1ad;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--thm-font);
  font-weight: 600;
  text-transform: uppercase;
}

.solution-detail-page-sidebar .downloads-box .list-box ul li .text .btn a i {
  font-weight: 700;
  margin-right: 8px;
}

.solution-detail-page-sidebar
  .downloads-box
  .list-box
  ul
  li
  .text
  .btn
  a:hover {
  color: var(--thm-primary-color);
}

.solution-detail-page-sidebar .banner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background-color: #062a26;
  padding: 40px 30px 40px;
  margin: 0px 20px 20px;
  z-index: 1;
}

.solution-detail-page-sidebar .banner-box__shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.solution-detail-page-sidebar .banner-box .logo {
  position: relative;
  display: block;
}

.solution-detail-page-sidebar .banner-box .logo a {
  position: relative;
  display: inline-block;
}

.solution-detail-page-sidebar .banner-box .logo a img {
  width: auto;
}

.solution-detail-page-sidebar .banner-box .title {
  position: relative;
  display: block;
  padding-top: 20px;
}

.solution-detail-page-sidebar .banner-box .title h3 {
  color: var(--thm-white);
  font-size: 30px;
  line-height: 44px;
  font-weight: 500;
  font-style: italic;
}

.solution-detail-page-sidebar .banner-box .title h3 span {
  padding-left: 50px;
}

.solution-detail-page-sidebar .banner-box .text {
  position: relative;
  display: block;
  padding-top: 16px;
}

.solution-detail-page-sidebar .banner-box .text p {
  color: #a5b1ad;
}

.solution-detail-page-sidebar .banner-box .btn-box {
  position: relative;
  display: inline-block;
  line-height: 0;
  padding-top: 27px;
}

.solution-detail-page-sidebar .banner-box .btn-box .btn-one:before {
  background: #a5b1ad;
}

/*** 
==============================
    Essential Guide Style1     
==============================
***/
.essential-guide-style1 {
  background-color: var(--thm-white);
  padding: 120px 0px 70px;
}

.single-essential-guide-style1 {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.single-essential-guide-style1 .img-box {
  position: relative;
  display: block;
  padding-right: 70px;
}

.single-essential-guide-style1 .img-box .icon-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 40px;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: var(--thm-black-bg);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 40px;
}

.single-essential-guide-style1 .img-box .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.single-essential-guide-style1 .img-box .inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-black);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
  transition: all 0.5s ease;
}

.single-essential-guide-style1:hover .img-box .inner::before {
  opacity: 0.7;
}

.single-essential-guide-style1 .img-box .inner img {
  width: 100%;
  transform: scale(1);
  transition: all 1500ms ease;
}

.single-essential-guide-style1:hover .img-box .inner img {
  transform: scale(1.05) rotate(0deg);
}

.single-essential-guide-style1 .img-box .overlay-title {
  position: absolute;
  left: 0;
  bottom: 15px;
  right: 45px;
  background-color: var(--thm-white);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 13px 25px 13px;
  padding-right: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
}

.single-essential-guide-style1:hover .img-box .overlay-title {
  background-color: var(--thm-primary-color);
  box-shadow: transparent;
}

.single-essential-guide-style1 .img-box .overlay-title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: var(--thm-white);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
  width: 70px;
}

.single-essential-guide-style1:hover .img-box .overlay-title::after {
  background-color: var(--thm-primary-color);
}

.single-essential-guide-style1 .img-box .overlay-title .arrow-right {
  position: absolute;
  top: -44px;
  right: -77px;
  width: 119px;
  height: 146px;
  opacity: 1;
  transform: translateX(0);
  transition: width 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
}

.single-essential-guide-style1:hover .img-box .overlay-title .arrow-right {
  opacity: 0;
  transform: translateX(-50px);
}

.single-essential-guide-style1 .img-box .overlay-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -45px;
  bottom: 0;
  width: 45px;
  height: 90px;
  background-color: transparent;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  transform: translateY(-50%);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}

.single-essential-guide-style1:hover .img-box .overlay-title::before {
  background-color: var(--thm-primary-color);
}

.single-essential-guide-style1 .img-box .overlay-title h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.single-essential-guide-style1 .img-box .overlay-title h3 a {
  color: var(--thm-black);
  transition: all 300ms linear;
  transition-delay: 0.1s;
}

.single-essential-guide-style1:hover .img-box .overlay-title h3 a {
  color: var(--thm-white);
}

/*** 
===========================
    Growth Rate Style1     
===========================
***/
.growth-rate-style1 {
  background-color: var(--thm-white);
  padding: 120px 0px 167px;
}

.growth-rate-style1__content {
  position: relative;
  display: block;
}

.growth-rate-style1 .sec-title.withtext {
  padding-bottom: 32px;
}

.growth-rate-style1 .sec-title .text {
  padding-top: 19px;
}

.growth-rate-style1 .btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

.growth-rate-style1 .btn-box .btn-one::before {
  background: var(--thm-primary-color);
}

.growth-rate-style1 .btn-box .btn-one::after {
  background: var(--thm-black);
}

.growth-rate-style1__growth {
  position: relative;
  display: block;
}

.progress-levels-outer-box {
  position: relative;
  display: block;
}

.progress-levels-outer-box .inner-title {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 32px;
}

.progress-levels-outer-box .inner-title::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--thm-primary-color);
}

.progress-levels-outer-box .inner-title h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.progress-levels-outer-box .inner-content {
  position: relative;
  display: block;
}

.progress-levels-outer-box .inner-content .value-box {
  position: absolute;
  top: 0;
  left: -1px;
  bottom: -35px;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.progress-levels-outer-box .inner-content .value-box .single-box {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 20%;
  height: 100%;
  border-left: 1px solid var(--thm-border-color);
}

.progress-levels-outer-box .inner-content .value-box .single-box p {
  position: relative;
  left: -10px;
  top: 30px;
}

.progress-levels-outer-box .inner-content .value-box .single-box.first p {
  left: -5px;
}

.progress-levels-outer-box .inner-content .value-box .single-box-right {
  width: 0;
}

.progress-levels-outer-box .inner-content .value-box .single-box-right p {
  left: -15px;
}

.progress-levels-outer-box .inner-content .progress-levels {
  position: relative;
  display: block;
}

.progress-levels-outer-box .inner-content .progress-levels .progress-box {
  position: relative;
  display: block;
  margin-top: 15px;
}

.progress-levels-outer-box .inner-content .progress-levels .progress-box .top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 13px;
  padding-top: 22px;
  padding-left: 20px;
}

.progress-levels-outer-box
  .inner-content
  .progress-levels
  .progress-box
  .top
  h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
}

.progress-levels-outer-box
  .inner-content
  .progress-levels
  .progress-box
  .skill-percent {
  position: relative;
}

.progress-levels-outer-box
  .inner-content
  .progress-levels
  .progress-box
  .count-text {
  position: relative;
  color: var(--thm-black);
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  float: none;
  font-family: var(--thm-font-2);
}

.progress-levels-outer-box
  .inner-content
  .progress-levels
  .progress-box
  .percent {
  position: relative;
  color: var(--thm-black);
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  display: inline-block;
  float: none;
  margin-left: -3px;
  font-family: var(--thm-font-2);
}

.progress-levels-outer-box .inner-content .progress-levels .progress-box .bar {
  position: relative;
  display: block;
}

.progress-levels-outer-box
  .inner-content
  .progress-levels
  .progress-box
  .bar
  .bar-innner {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: var(--thm-gray-bg);
  border-radius: 0px;
}

.progress-levels-outer-box
  .inner-content
  .progress-levels
  .progress-box
  .bar
  .bar-fill {
  position: absolute;
  top: 0%;
  left: 0px;
  bottom: 0%;
  width: 0px;
  height: 8px;
  border-radius: 0px;
  transition: all 2000ms ease 300ms;
  background-image: -moz-linear-gradient(
    180deg,
    rgb(0, 196, 134) 0%,
    rgb(243, 243, 244) 100%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(0, 196, 134) 0%,
    rgb(243, 243, 244) 100%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(0, 196, 134) 0%,
    rgb(243, 243, 244) 100%
  );
}

.progress-levels-outer-box
  .inner-content
  .progress-levels
  .progress-box
  .bar
  .bar-fill:before {
  content: "\e9be";
  font-family: "icomoon" !important;
  position: absolute;
  top: -9px;
  right: -14px;
  color: var(--thm-primary-color);
  font-size: 25px;
}

.progress-levels-outer-box--style2
  .inner-content
  .progress-levels
  .progress-box
  .bar
  .bar-fill {
  background-image: -moz-linear-gradient(
    180deg,
    rgb(228, 73, 46) 0%,
    rgb(243, 243, 244) 100%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(228, 73, 46) 0%,
    rgb(243, 243, 244) 100%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(228, 73, 46) 0%,
    rgb(243, 243, 244) 100%
  );
}

/*** 
===========================
    Find Job Candidate      
===========================
***/
.find-job-candidate {
  position: relative;
  display: block;
  padding: 440px 0 60px;
}

.find-job-candidate__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  z-index: -1;
}

.find-job-candidate__inner {
  position: relative;
  display: block;
  border-radius: 6px;
  background-color: var(--thm-white);
  padding: 10px 30px 10px;
  padding-right: 10px;
}

.find-job-candidate__inner form {
  position: relative;
  display: block;
}

.find-job-candidate__inner form ul {
  max-width: 770px;
  width: 100%;
  --bs-gutter-x: 0px;
}

.find-job-candidate__inner form ul li {
  position: relative;
  display: block;
}

.find-job-candidate__inner form ul li + li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
  width: 1px;
  background-color: var(--thm-border-color);
}

.find-job-candidate__inner form ul li + li {
  padding-left: 30px;
}

.find-job-candidate__inner form ul li .input-box {
  position: relative;
  display: block;
}

.find-job-candidate__inner form ul li:first-child .input-box {
  border-left: 0px solid transparent;
}

.find-job-candidate__inner form ul li .input-box .icon-box {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0px;
  bottom: 0;
  background-color: transparent;
}

.find-job-candidate__inner form ul li .input-box .icon-box span {
  position: relative;
  display: inline-block;
  color: var(--thm-primary-color);
  font-size: 20px;
  line-height: 20px;
}

.find-job-candidate__inner form input[type="text"] {
  position: relative;
  display: block;
  background: transparent;
  border: 0px solid transparent;
  width: 100%;
  height: 50px;
  color: var(--thm-body-font-color);
  font-size: 17px;
  font-weight: 400;
  font-family: var(--thm-font);
  font-style: normal;
  padding-left: 25px;
  padding-right: 0px;
  border-radius: 0px;
}

.find-job-candidate__inner form input[type="text"]::-webkit-input-placeholder {
  color: var(--thm-body-font-color);
}

.find-job-candidate__inner form input[type="text"]::-moz-placeholder {
  color: var(--thm-body-font-color);
}

.find-job-candidate__inner form input[type="text"]::-moz-placeholder {
  color: var(--thm-body-font-color);
}

.find-job-candidate__inner form input[type="text"]::-ms-input-placeholder {
  color: var(--thm-body-font-color);
}

.find-job-candidate__inner form .btn-box {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.find-job-candidate__inner form .btn-box .btn-one {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 30px;
}

.find-job-candidate__inner form .btn-box button + button {
  margin-left: 7px;
}

/*** 
===========================
    Job Details Page    
===========================
***/
.job-details-page {
  background-color: var(--thm-white);
  padding: 120px 0px 120px;
}

.job-details-page-content {
  position: relative;
  display: block;
}

.job-details-page-content .title-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  background-color: var(--thm-gray-bg);
  padding: 40px 40px 40px;
}

.job-details-page-content .title-section .left-box {
  position: relative;
  display: flex;
  align-items: center;
}

.job-details-page-content .title-section .left-box .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 6px;
  background-color: var(--thm-white);
}

.job-details-page-content .title-section .left-box .icon-box img {
  width: auto;
}

.job-details-page-content .title-section .left-box .content-box {
  position: relative;
  display: block;
  padding-left: 30px;
}

.job-details-page-content .title-section .left-box .content-box .category-box {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid var(--thm-border-color);
  padding: 0px 15px 0px;
  margin-bottom: 8.41px;
}

.job-details-page-content
  .title-section
  .left-box
  .content-box
  .category-box
  p {
  color: var(--thm-black);
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.job-details-page-content .title-section .left-box .content-box h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 5px;
}

.job-details-page-content .title-section .left-box .content-box h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.job-details-page-content .title-section .left-box .content-box h3 a:hover {
  color: var(--thm-primary-color);
}

.job-details-page-content .title-section .left-box .content-box p {
  color: #6a6b74;
}

.job-details-page-content .title-section .right-box {
  position: relative;
  display: block;
}

.job-details-page-content .title-section .right-box ul {
  position: relative;
  display: block;
}

.job-details-page-content .title-section .right-box ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #a5b1ad;
  font-size: 22px;
  cursor: pointer;
}

.job-details-page-content .title-section .right-box ul li + li {
  margin-top: 10px;
}

.job-details-page-content .title-section .right-box ul li .overlay-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -155px;
  width: 155px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6a6b74;
  font-size: 17px;
  line-height: 27px;
  font-family: var(--thm-font);
  font-weight: 400;
  border-radius: 6px;
  background-color: var(--thm-white);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transition: all 0.3s;
}

.job-details-page-content .title-section .right-box ul li:hover .overlay-box {
  opacity: 1;
}

.job-details-page-content .job-description {
  position: relative;
  display: block;
  padding-top: 47px;
}

.job-details-page-content .job-description h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 23px;
}

.job-details-page-content .job-description p {
  margin: 0;
}

.job-details-page-content .job-description p + p {
  margin-top: 19px;
}

.job-details-page-content .job-responsibilities {
  position: relative;
  display: block;
  padding-top: 32px;
}

.job-details-page-content .job-responsibilities h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 23px;
}

.job-details-page-content .job-responsibilities .list-item {
  position: relative;
  display: block;
}

.job-details-page-content .job-responsibilities .list-item li {
  position: relative;
  display: block;
  padding-left: 25px;
}

.job-details-page-content .job-responsibilities .list-item li + li {
  margin-top: 15px;
}

.job-details-page-content .job-responsibilities .list-item li .icon-box {
  position: absolute;
  top: 6px;
  left: 0;
  line-height: 0;
}

.job-details-page-content .job-responsibilities .list-item li .icon-box i {
  position: relative;
  display: inline-block;
  font-size: 16px;
}

.job-details-page-content .job-responsibilities .list-item li .text-box {
  position: relative;
  display: block;
}

.job-details-page-content .job-responsibilities .list-item li .text-box p {
  margin: 0;
}

.job-details-page-content .job-requirements {
  position: relative;
  display: block;
  padding-top: 37px;
}

.job-details-page-content .job-requirements h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 24px;
}

.job-details-page-content .job-requirements .list-item {
  position: relative;
  display: block;
}

.job-details-page-content .job-requirements .list-item li {
  position: relative;
  display: block;
  padding-left: 25px;
}

.job-details-page-content .job-requirements .list-item li + li {
  margin-top: 15px;
}

.job-details-page-content .job-requirements .list-item li .icon-box {
  position: absolute;
  top: 6px;
  left: 0;
  line-height: 0;
}

.job-details-page-content .job-requirements .list-item li .icon-box i {
  position: relative;
  display: inline-block;
  font-size: 16px;
}

.job-details-page-content .job-requirements .list-item li .text-box {
  position: relative;
  display: flex;
  align-items: center;
}

.job-details-page-content .job-requirements .list-item li .text-box .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 140px;
  width: 100%;
}

.job-details-page-content .job-requirements .list-item li .text-box .title h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.job-details-page-content
  .job-requirements
  .list-item
  li
  .text-box
  .title
  span {
  color: var(--thm-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.job-details-page-content .job-requirements .list-item li .text-box .text {
  position: relative;
  display: block;
  padding-left: 30px;
}

.job-details-page-content .job-requirements .list-item li .text-box .text p {
  margin: 0;
}

.job-details-page-content .share-link-box {
  position: relative;
  display: block;
  border-top: 1px solid var(--thm-border-color);
  padding-top: 40px;
  margin-top: 62px;
}

.job-details-page-content .share-link-box ul {
  position: relative;
  display: block;
}

.job-details-page-content .share-link-box ul li {
  position: relative;
  display: block;
  float: left;
}

.job-details-page-content .share-link-box ul li + li {
  margin-left: 30px;
}

.job-details-page-content .share-link-box ul li a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--thm-white);
  font-size: 18px;
  line-height: 28px;
  font-family: var(--thm-font-2);
  font-weight: 500;
  border-radius: 6px;
  background-color: #3b5999;
  padding: 13px 35px 13px;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
}

.job-details-page-content .share-link-box ul li a.bg1 {
  background-color: #55acee;
}

.job-details-page-content .share-link-box ul li a.bg2 {
  background-color: #0077b5;
}

.job-details-page-content .share-link-box ul li a.bg3 {
  background-color: #25d366;
}

.job-details-page-content .share-link-box ul li:hover a {
  color: var(--thm-white);
  background-color: var(--thm-black-bg);
}

.job-details-page-content .share-link-box ul li a i {
  margin-right: 10px;
}

.job-details-page-content .share-link-box .btn-box {
  position: relative;
  display: inline-block;
  line-height: 0;
  padding-top: 30px;
}

.job-details-page-content .share-link-box .btn-box .btn-one {
  color: var(--thm-black);
}

.job-details-page-content .share-link-box .btn-box .btn-one:hover {
  color: var(--thm-white);
}

.job-details-page-content .share-link-box .btn-box .btn-one::after {
  background-color: var(--thm-gray-bg);
}

.job-details-page-sidebar {
  position: relative;
  display: block;
  padding-left: 30px;
}

.job-details-page-sidebar-btn {
  position: relative;
  display: block;
  line-height: 0;
}

.job-details-page-sidebar-btn .btn-one {
  display: block;
  text-align: center;
}

.job-details-page-sidebar-btn .btn-one::after {
  background-color: var(--thm-black-bg);
}

.job-details-page-sidebar-btn .btn-one::before {
  background-color: var(--thm-primary-color);
}

.job-details-page-sidebar-job-details {
  position: relative;
  display: block;
  padding-top: 40px;
}

.job-details-page-sidebar-job-details .list-item {
  position: relative;
  display: block;
  border-radius: 6px;
  border: 1px solid var(--thm-border-color);
  padding: 34px 30px 32px;
}

.job-details-page-sidebar-job-details .list-item li {
  position: relative;
  display: block;
  border-bottom: 1px solid var(--thm-border-color);
  padding-bottom: 17px;
  margin-bottom: 19px;
}

.job-details-page-sidebar-job-details .list-item li:last-child {
  border-bottom: 0px solid transparent;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.job-details-page-sidebar-job-details .list-item li h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 4px;
}

.job-details-page-sidebar-job-details .list-item li p {
  margin: 0;
}

.job-details-page-sidebar-job-details .list-item li p a {
  color: var(--thm-body-font-color);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.job-details-page-sidebar-job-details .list-item li p a:hover {
  color: var(--thm-primary-color);
}

.job-details-page-sidebar__newsletter {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  padding: 33px 30px 40px;
  margin-top: 50px;
  z-index: 1;
}

.job-details-page-sidebar__newsletter-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  z-index: -1;
}

.job-details-page-sidebar__newsletter-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(6, 42, 38, 0.9);
}

.job-details-page-sidebar__newsletter .title-box {
  position: relative;
  display: block;
}

.job-details-page-sidebar__newsletter .title-box h3 {
  color: var(--thm-white);
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 3px;
}

.job-details-page-sidebar__newsletter .title-box p {
  color: #a5b1ad;
}

.job-details-page-sidebar__form {
  position: relative;
  display: block;
  padding-top: 22px;
}

.job-details-page-sidebar__form form {
  position: relative;
  display: block;
}

.job-details-page-sidebar__form form .form-group {
  position: relative;
  display: block;
}

.job-details-page-sidebar__form form .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  color: var(--thm-body-font-color);
  font-size: 17px;
  font-weight: 400;
  border-radius: 6px;
  border: 1px solid var(--thm-border-color);
  background: var(--thm-white);
  padding-left: 20px;
  padding-right: 10px;
}

.job-details-page-sidebar__form .checked-box1 {
  padding-top: 12px;
}

.job-details-page-sidebar__form .checked-box1 label {
  position: relative;
  padding-left: 25px;
  color: #a5b1ad;
  font-size: 15px;
  line-height: 26px;
  font-family: var(--thm-font);
  font-weight: 400;
  cursor: pointer;
}

.job-details-page-sidebar__form
  .checked-box1
  input[type="checkbox"]
  + label
  span {
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid rgb(255, 255, 255, 0.2);
  border-radius: 4px;
}

.job-details-page-sidebar__form .checked-box1 label span:before {
  top: -1px;
  width: 9px;
  height: 9px;
  border-radius: 4px;
}

.job-details-page-sidebar__form
  .checked-box1
  input[type="checkbox"]:checked
  + label
  span {
  border-color: var(--thm-primary-color);
}

.job-details-page-sidebar__form .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 25px;
}

.job-details-page-sidebar__form .btn-box .btn-one::before {
  background-color: #a5b1ad;
}

/*** 
======================
    Job Form Css      
======================
***/
.place-job-form {
  background-color: var(--thm-white);
  padding: 120px 0 120px;
}

.place-job-form-box {
  position: relative;
  display: block;
}

.company-details-form {
  position: relative;
  display: block;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid var(--thm-border-color);
  padding: 40px 30px 30px;
}

.company-details-form .title-box {
  position: relative;
  display: block;
  padding-left: 75px;
  margin-bottom: 35px;
}

.company-details-form .title-box .icon {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 55px;
  line-height: 55px;
}

.company-details-form .title-box .title {
  position: relative;
  display: block;
}

.company-details-form .title-box .title {
  position: relative;
  display: block;
}

.company-details-form .title-box .title h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 3px;
}

.company-details-form .title-box .title p {
  margin: 0;
}

.company-details-form .row {
  --bs-gutter-x: 20px;
}

.company-details-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.company-details-form .form-group .input-box {
  position: relative;
  display: block;
}

.company-details-form .form-group input[type="text"],
.company-details-form .form-group input[type="email"],
.company-details-form .form-group textarea {
  position: relative;
  display: block;
  border-radius: 6px;
  background: transparent;
  border: 1px solid var(--thm-border-color);
  width: 100%;
  height: 55px;
  color: var(--thm-body-font-color);
  font-size: 17px;
  font-family: var(--thm-font);
  font-weight: 400;
  font-style: normal;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 500ms ease;
}

.company-details-form .form-group input[type="text"]:focus,
.company-details-form .form-group input[type="email"]:focus,
.company-details-form .form-group textarea:focus {
  border: 1px solid var(--thm-primary-color);
  outline: none;
}

.company-details-form .form-group textarea {
  height: 130px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.company-details-form input[type="text"]::-webkit-input-placeholder {
  color: var(--thm-body-font-color);
}

.company-details-form input[type="text"]:-moz-placeholder {
  color: var(--thm-body-font-color);
}

.company-details-form input[type="text"]::-moz-placeholder {
  color: var(--thm-body-font-color);
}

.company-details-form input[type="text"]:-ms-input-placeholder {
  color: var(--thm-body-font-color);
}

.company-details-form input[type="email"]::-webkit-input-placeholder {
  color: var(--thm-body-font-color);
}

.company-details-form input[type="email"]:-moz-placeholder {
  color: var(--thm-body-font-color);
}

.company-details-form input[type="email"]::-moz-placeholder {
  color: var(--thm-body-font-color);
}

.company-details-form input[type="email"]:-ms-input-placeholder {
  color: var(--thm-body-font-color);
}

.company-details-form textarea::-webkit-input-placeholder {
  color: var(--thm-body-font-color);
}

.company-details-form textarea:-moz-placeholder {
  color: var(--thm-body-font-color);
}

.company-details-form textarea::-moz-placeholder {
  color: var(--thm-body-font-color);
}

.company-details-form textarea:-ms-input-placeholder {
  color: var(--thm-body-font-color);
}

.company-details-form .form-group .nice-select {
  position: relative;
  display: block;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid var(--thm-border-color);
  width: 100%;
  height: 55px;
  color: var(--thm-body-font-color);
  font-size: 17px;
  font-family: var(--thm-font);
  font-weight: 400;
  line-height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 500ms ease;
}

.company-details-form .form-group .nice-select:focus {
  border: 1px solid var(--thm-primary-color);
}

.company-details-form .form-group .nice-select:after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--thm-border-color);
  border-right: 2px solid var(--thm-border-color);
  right: 22px;
  margin-top: 0px;
  top: 21px;
  z-index: 10;
}

.company-details-form .button-box {
  position: relative;
  display: block;
  line-height: 0;
}

.company-details-form .button-box .btn-one {
  display: block;
  padding-top: 7px;
  padding-bottom: 8px;
  width: 100%;
}

.company-details-form .button-box .btn-one::before {
  background-color: var(--thm-primary-color);
}

.company-details-form .button-box .btn-one::after {
  background-color: var(--thm-black);
}

.job-details-form {
  margin-top: 30px;
}

/*** 
===========================
    Apply Now Form Css      
===========================
***/
.apply-now-form {
  position: relative;
  display: block;
  padding-bottom: 100px;
}

.company-details-form .form-group--2 input[type="text"],
.company-details-form .form-group--2 input[type="email"],
.company-details-form .form-group--2 textarea {
  padding-right: 120px;
}

.company-details-form .form-group--2 button {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  line-height: 0;
}

.company-details-form .form-group--2 button.btn-one {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 24px;
}

.company-details-form .form-group--2 button.btn-one::before {
  background: var(--thm-primary-color);
}

.company-details-form .form-group--2 button.btn-one::after {
  background: var(--thm-black);
}

.apply-now-details-form {
  border-radius: 0px;
  border: 0px solid transparent;
  padding: 30px 0px 0px;
}

.apply-now-details-form--2 {
  position: relative;
  display: block;
  padding: 10px 0px 0px;
}

.apply-now-details-form--2 button.btn-one {
  display: block;
  width: 100%;
}

.apply-now-details-form--2 button.btn-one::before {
  background-color: var(--thm-primary-color);
}

.apply-now-details-form--2 button.btn-one::after {
  background-color: var(--thm-black-bg);
}

/*** 
=======================
    Page Bnnner Css      
=======================
***/
.page-banner {
  background-color: var(--thm-white);
}

.page-banner.pdt {
  padding-top: 120px;
}

.page-banner__inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background-color: var(--thm-gray-bg);
  padding: 61px 70px 70px;
}

.page-banner__shape {
  position: absolute;
  right: 0;
  bottom: 0;
}

.page-banner__content {
  position: relative;
  display: block;
}

.page-banner__content .sub-title {
  position: relative;
  display: block;
}

.page-banner__content .sub-title h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.page-banner__content .big-title {
  position: relative;
  display: block;
  color: var(--thm-black);
  font-size: 90px;
  line-height: 1.2em;
  font-family: var(--thm-font-2);
  font-weight: 500;
  text-transform: capitalize;
}

.page-banner__content .title-box {
  position: relative;
  display: block;
}

.page-banner__content .title-box h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 18px;
}

.page-banner__content .title-box p {
  margin: 0;
}

.page-banner__content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 32px;
}

.page-banner__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 570px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom-left-radius: 275px;
  z-index: 1;
}

/*** 
=============================================
    case page one Css     
=============================================
***/
.case-page-one {
  background-color: var(--thm-white);
  padding: 120px 0px 120px;
}

.project-menu-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background-color: var(--thm-gray-bg);
  text-align: center;
  margin-bottom: 60px;
}

.project-filter {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.project-filter li {
  position: relative;
  display: flex;
  float: left;
  margin: 0 15px 0px;
}

.project-filter li:first-child {
  margin-left: 0;
}

.project-filter li:last-child {
  margin-right: 0;
}

.project-filter li .filter-text {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  color: #93a09c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 1;
  font-family: var(--thm-font);
}

.project-filter li .filter-text:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 2px;
  content: "";
  background: var(--thm-primary-color);
  transform: scaleX(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.project-filter li:hover .filter-text:before,
.project-filter li.active .filter-text:before {
  transform: scaleX(1);
}

.project-filter li:hover .filter-text,
.project-filter li.active .filter-text {
  color: var(--thm-primary-color);
}

.project-filter li .count {
  display: none;
}

.case-page-one .case-style1__single {
  margin-bottom: 30px;
}

.case-page-one .styled-pagination {
  padding-top: 30px;
}

/*** 
=============================
    case page Two Css     
=============================
***/
.case-style2__single--2 {
  margin-bottom: 82px;
}

/*** 
============================
    case page Three Css     
============================
***/
.case-style1__single--2 .img-box .overlay-content {
  left: 30px;
  bottom: 30px;
  right: 30px;
}

.case-style1__single--2 .img-box .overlay-content .title-box h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.case-style1__single--2 .img-box .overlay-content .category-box {
  bottom: 113px;
}

.case-page-three .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 30px;
}

/*** 
=============================================
    Coming Soon Page Style1      
=============================================
***/
.coming-soon-page-style1 {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 10;
}

.coming-soon-page-style1__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: var(--thm-black);
  background-blend-mode: luminosity;
  z-index: -1;
}

.coming-soon-page-style1__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, #000000 5%, rgba(0, 0, 0, 0.5) 100%);
}

.coming-soon-page-style1__content {
  position: relative;
  display: block;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.coming-soon-page-style1__content .inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.coming-soon-page-style1__content .big-title {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 80px;
  line-height: 1.1em;
  font-family: var(--thm-font-2);
  font-weight: 700;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px var(--thm-white);
  word-spacing: 15px;
}

.timer-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 57px 0 42px;
  z-index: 2;
}

.timer-box .countdown-timer li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 170px;
  height: 170px;
  margin: 0px 15px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-color: var(--thm-base);
  border-radius: 50%;
}

.timer-box .countdown-timer li span.days,
.timer-box .countdown-timer li span.hours,
.timer-box .countdown-timer li span.minutes,
.timer-box .countdown-timer li span.seconds {
  color: #ffffff;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  font-family: var(--thm-font);
}

.timer-box .countdown-timer li span.timeRef {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 11px;
  font-family: var(--thm-font);
}

.coming-soon-page-style1__content .inner .text {
  position: relative;
  display: block;
  padding-bottom: 60px;
}

.coming-soon-page-style1__content .inner .text p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.subscribe-box-style1 {
  position: relative;
  display: block;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}

.subscribe-box-style1 form {
  position: relative;
  display: block;
  width: 100%;
}

.subscribe-box-style1 form input[type="email"] {
  position: relative;
  display: block;
  max-width: 560px;
  width: 100%;
  height: 70px;
  border-radius: 7px;
  background: #ffffff;
  border: 1px solid #ffffff !important;
  color: var(--thm-gray);
  font-size: 18px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 500ms ease 0s;
  font-family: var(--thm-font);
}

.subscribe-box-style1 form button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 195px;
  background: var(--thm-primary-color);
  border-radius: 7px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  border: 0px solid #e1e1e1 !important;
  transition: all 500ms ease 0s;
}

.subscribe-box-style1 form input[type="email"]:focus {
  color: var(--thm-black);
}

.subscribe-box-style1 form input[type="email"]:focus + button,
.subscribe-box-style1 form button:hover {
  color: var(--thm-black);
}

.subscribe-box-style1 form input::-webkit-input-placeholder {
  color: #444444;
}

.subscribe-box-style1 form input:-moz-placeholder {
  color: #444444;
}

.subscribe-box-style1 form input::-moz-placeholder {
  color: #444444;
}

.subscribe-box-style1 form input:-ms-input-placeholder {
  color: #444444;
}

/*** 
=============================================
    Error Page Css      
=============================================
***/
.error-page {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
}

.error-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}

.error-content {
  position: relative;
  display: block;
}

.error-content .big-title {
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.error-content .big-title h2 {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 280px;
  line-height: 1.1em;
  font-family: var(--thm-font-2);
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px var(--thm-white);
}

.error-content .big-title h2::before {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: var(--thm-white);
  white-space: nowrap;
  content: attr(data-hover);
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.error-content .big-title h2:hover::before {
  width: 100%;
}

.error-content .title {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.error-content .title h2 {
  color: #ffffff;
  font-size: 44px;
  line-height: 1.2em;
}

.error-content .text {
  position: relative;
  display: block;
}

.error-content .text p {
  color: #ffffff;
}

.error-content .btns-box {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 33px;
}

/*==========================*/
.is-animetion {
  margin-top: 0.5em;
}

.is-animetion span {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px var(--thm-primary-color);
  display: inline-block;
  float: left;
  -webkit-animation: wave-text 2s ease-in-out infinite;
  animation: wave-text 2s ease-in-out infinite;
}

.is-animetion span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.is-animetion span:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.is-animetion span:nth-of-type(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.is-animetion span:nth-of-type(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.is-animetion span:nth-of-type(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.is-animetion span:nth-of-type(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.is-animetion span:nth-of-type(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.is-animetion span:nth-of-type(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  margin-left: 20px;
}

.is-animetion span:nth-of-type(9) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.is-animetion span:nth-of-type(10) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  margin-left: 20px;
}

.is-animetion span:nth-of-type(11) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  margin-left: 20px;
}

.is-animetion span:nth-of-type(12) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.is-animetion span:nth-of-type(13) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.is-animetion span:nth-of-type(14) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.is-animetion span:nth-of-type(15) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.is-animetion span:nth-of-type(16) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.is-animetion span:nth-of-type(17) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  margin-left: 20px;
}

.is-animetion span:nth-of-type(18) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.is-animetion span:nth-of-type(19) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.is-animetion span:nth-of-type(20) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.is-animetion span:nth-of-type(21) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 2s;
}

.is-animetion span:nth-of-type(22) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 2.1s;
}

.is-animetion-style2 span:nth-of-type(6) {
  margin-left: 20px;
}

.is-animetion-style2 span:nth-of-type(8) {
  margin-left: 0px;
}

.is-animetion-style2 span:nth-of-type(10) {
  margin-left: 0px;
}

.is-animetion-style2 span:nth-of-type(11) {
  margin-left: 0px;
}

.is-animetion-style2 span:nth-of-type(17) {
  margin-left: 0px;
}

.is-animetion-style3 span:nth-of-type(4) {
  margin-left: 20px;
}

.is-animetion-style3 span:nth-of-type(6) {
  margin-left: 0px;
}

.is-animetion-style3 span:nth-of-type(8) {
  margin-left: 0px;
}

.is-animetion-style3 span:nth-of-type(10) {
  margin-left: 0px;
}

.is-animetion-style3 span:nth-of-type(11) {
  margin-left: 0px;
}

.is-animetion-style3 span:nth-of-type(13) {
  margin-left: 20px;
}

.is-animetion-style3 span:nth-of-type(17) {
  margin-left: 0px;
}

@-webkit-keyframes fill {
  from {
    -webkit-text-fill-color: var(--thm-primary-color);
  }

  to {
    -webkit-text-fill-color: var(--thm-secondary-color);
  }
}

.scrolling-text-style1 .inner ul li:hover span {
  -webkit-text-stroke: 1px var(--thm-secondary-color);
  -webkit-text-fill-color: var(--thm-primary-color);
  -webkit-animation: fill 0.5s infinite alternate;
}

@-webkit-keyframes wave-text {
  00% {
    transform: translateY(0em);
  }

  60% {
    transform: translateY(-0.6em);
  }

  100% {
    transform: translateY(0em);
  }
}

@keyframes wave-text {
  00% {
    transform: translateY(0em);
  }

  60% {
    transform: translateY(-0.6em);
  }

  100% {
    transform: translateY(0em);
  }
}

/* Cursor */
.cursor {
  position: fixed;
  background-color: var(--thm-primary-color);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: none;
}

.cursor::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  bottom: -7px;
  right: -7px;
  border: 1px solid var(--thm-primary-color);
  border-radius: 50%;
}

.cursor.active {
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cursor.menu-active {
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cursor.hovered {
  opacity: 1;
}

.cursor-follower {
  position: fixed;
  background-color: var(--thm-primary-color);
  opacity: 0.3;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
  display: none;
}

.cursor-follower.active {
  opacity: 0.1;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.cursor-follower.menu-active {
  opacity: 1;
  -webkit-transform: scale(3);
  transform: scale(3);
}

.cursor-follower.hovered {
  opacity: 1;
}

/* Cursor End */

#ui-datepicker-div.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #777;
  color: #252525;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  border-radius: 0px;
  width: 270px;
  padding: 5px;
  z-index: 999 !important;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: #151515 none repeat scroll 0 0;
  border: 2px solid #252525;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}

.ui-datepicker td a {
  color: #000000 !important;
  text-align: center;
  background-image: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #333333 !important;
  background: #333333 !important;
  color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
  right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  background: #fff;
  border: none;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
}

.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
  background: #43c3ea;
  color: #fff;
  border-color: #43c3ea;
}

.text2 {
  position: relative;
  display: block;
  text-align: left;
  padding-top: 13px;
  color: #fff;
  font-family: var(--thm-font);
}
.p2 {
  color: #fff;
}
.align-right {
  text-align: right;
}

.button2 {
  background: var(--thm-primary-color);
  padding: 10px 20px;
  border: 2px solid #fff; /* You can change the color */
  border-radius: 5px; /* Optional: adds rounded corners */
  color: #fff; /* Text color */
  text-decoration: none; /* Remove underline if it's a link */
  display: inline-block; /* Ensures padding works well on links */
  font-weight: 600; /* Optional: bold text */
}
.button2:hover {
  background: #fff;
  color: var(--thm-primary-color);
  border-color: var(--thm-primary-color);
}

.space {
  padding-left: 200px;
}
.color {
  color: var(--thm-border-color);
}

.text-center {
  text-align: center;
}

.img-size {
  width: 80px;
  height: 80px;
}

.white {
  color: #fff;
}
/*--------------------------------------------------
# End Css 
----------------------------------------------------*/
.h1,
h1 {
  font-size: 40px;
}
.h2,
h2 {
  font-size: 35px;
}
.h3,
h3 {
  font-size: 30px;
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 35px;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
}
.industries-serve-style1__content-list ul li .title-box h3 {
  color: #fff;
}
.button2 {
  background-color: var(--thm-primary-color);
  color: #fff;
  border: none;
  padding: 10px 16px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.button2 .whatsapp-icon {
  font-size: 20px;
  color: #fff;
  transition: color 0.3s ease;
}

.button2:hover .whatsapp-icon {
  color: #25d366; /* WhatsApp green */
}

/* Footer Responsive Styles */
@media (max-width: 768px) {
  .footer-main .container {
    padding: 0 15px;
  }

  .footer-main .row {
    flex-direction: column;
  }

  .footer-main .col-xl-3,
  .footer-main .col-xl-6,
  .footer-main .col-lg-6,
  .footer-main .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0px;
    padding: 0 15px;
  }

  .single-footer-widget img {
    width: 200px !important;
    height: 80px !important;
    margin-bottom: 15px !important;
    margin-left: 30%;
  }

  .single-footer-widget .title h3 {
    font-size: 18px;
    margin-bottom: 0px;
    text-align: center;
  }

  .footer-widget-meeting-info .text p {
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
  }

  .footer-widget-meeting-info .btn-box {
    text-align: center;
    margin-top: 15px;
  }

  .footer-widget-links ul {
    text-align: center;
    padding: 0;
  }

  .footer-widget-links ul li {
    margin-bottom: 0px;
  }

  .footer-widget-links ul li a {
    font-size: 14px;
    padding: 8px 0;
    display: inline-block;
  }

  .footer-widget-contact-info ul {
    padding: 0;
  }

  .footer-widget-contact-info ul li {
    margin-bottom: 20px;
    text-align: center;
  }

  .footer-widget-contact-info .text h6 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .footer-widget-contact-info .text p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  .footer-widget-contact-info .text p i {
    font-size: 16px !important;
    margin-right: 6px !important;
  }

  .footer-widget-contact-info .btn-box {
    text-align: center;
    margin-top: 15px;
  }

  .footer-bottom .bottom-inner {
    text-align: center;
    padding: 20px 15px;
  }

  .copyright-text p {
    font-size: 12px;
    margin: 0;
  }

  .space {
    margin-top: 0px;
  }

  .marbtm {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .single-footer-widget img {
    width: 180px !important;
    height: 70px !important;
  }

  .single-footer-widget .title h3 {
    font-size: 16px;
  }

  .footer-widget-meeting-info .text p {
    font-size: 16px;
  }

  .footer-widget-links ul li a {
    font-size: 16px;
  }

  .footer-widget-contact-info .text h6 {
    font-size: 15px;
  }

  .footer-widget-contact-info .text p {
    font-size: 12px;
  }

  .footer-widget-contact-info .text p i {
    font-size: 14px !important;
  }

  .copyright-text p {
    font-size: 11px;
  }

  .footer-main .col-xl-3,
  .footer-main .col-xl-6,
  .footer-main .col-lg-6,
  .footer-main .col-md-6 {
    margin-bottom: 0px;
    padding: 0 10px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .single-footer-widget img {
    width: 220px !important;
    height: 90px !important;
  }

  .footer-widget-meeting-info .text p {
    font-size: 15px;
  }

  .footer-widget-links ul li a {
    font-size: 15px;
  }

  .footer-widget-contact-info .text p {
    font-size: 14px;
  }
}

/* Additional utility styles for better responsive behavior */
.footer-main .row {
  display: flex;
  flex-wrap: wrap;
}

.single-footer-widget {
  height: auto;
  min-height: auto;
}

.footer-widget-meeting-info,
.footer-widget-links,
.footer-widget-contact-info {
  width: 100%;
}

.slogan-style1__inner .highlights-box {
  position: relative;
  display: block;
  padding: 34px 20px 20px; /* Added horizontal padding for responsiveness */
  box-sizing: border-box; /* Ensures padding doesn’t affect width */
  width: 100%;
  max-width: 1200px; /* Limits max width for large screens */
  margin: 0 auto; /* Centers the container */
}

.slogan-style1__inner .highlights-box ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; /* Allows items to wrap on smaller screens */
  /* gap: 20px; Adds consistent spacing, replaces margin-left */
  padding: 0; /* Resets default padding */
  margin: 0; /* Resets default margin */
}

.slogan-style1__inner .highlights-box ul li {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 200px; /* Ensures readability on medium screens */
}

.slogan-style1__inner .highlights-box ul li + li {
  margin-left: 0; /* Removed, as gap handles spacing */
}

.slogan-style1__inner .highlights-box ul li .icon {
  position: relative;
  display: block;
  line-height: 0;
  margin-right: 10px;
  flex-shrink: 0; /* Prevents icon from shrinking */
  width: 30px; /* Fixed size for consistency */
  height: 30px;
}

.slogan-style1__inner .highlights-box ul li .icon span {
  position: relative;
  display: inline-block;
  color: var(--thm-primary-color);
  font-size: 20px;
}

.slogan-style1__inner .highlights-box ul li h4 {
  color: var(--thm-white);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 0; /* Ensures no extra spacing */
}

/* Media query for tablets and smaller */
@media (max-width: 768px) {
  .slogan-style1__inner .highlights-box ul {
    flex-direction: column; /* Stack items vertically */
    align-items: center;
  }

  .slogan-style1__inner .highlights-box ul li {
    min-width: 100%; /* Full width for smaller screens */
    justify-content: center; /* Centers icon and text */
  }
}

/* Media query for small screens */
@media (max-width: 480px) {
  .slogan-style1__inner .highlights-box {
    padding: 20px 10px; /* Reduced padding for small screens */
  }

  .slogan-style1__inner .highlights-box ul li .icon {
    width: 24px; /* Smaller icon size */
    height: 24px;
    margin-right: 8px; /* Reduced spacing */
  }

  .slogan-style1__inner .highlights-box ul li .icon span {
    font-size: 16px; /* Smaller icon font size */
  }

  .slogan-style1__inner .highlights-box ul li h4 {
    font-size: 16px; /* Smaller text size */
    line-height: 24px;
  }
}

.align-right {
  align-items: right;
}

.whatsapp-button {
  background-color: #25d366;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.whatsapp-button:hover {
  background-color: #128c7e;
}

.contact-email {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-email i {
  color: #007bff;
  font-size: 20px;
}

.nav-center {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.right-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}


/* Default styles for desktop and larger screens */
.why-choose-style1__list {
  display: flex; /* Use flexbox for alignment */
  align-items: center; /* Vertically align items */
  /* Add any existing desktop specific styles here, e.g., margin, padding */
}

/* Ensure numbers are on the right for desktop for the left column */
.col-xl-4:first-child .why-choose-style1__list .number-box,
.col-lg-4:first-child .why-choose-style1__list .number-box {
  text-align: right; /* Numbers on the right for the first column */
  padding-right: 20px; /* Space between number and text */
  flex-shrink: 0; /* Prevent shrinking */
}

/* Ensure text is on the left for desktop for the left column */
.col-xl-4:first-child .why-choose-style1__list .content-box,
.col-lg-4:first-child .why-choose-style1__list .content-box {
  text-align: left; /* Text on the left for the first column */
  flex-grow: 1; /* Allow content to take available space */
}

/* Ensure numbers are on the right for desktop for the right column */
.col-xl-4:last-child .why-choose-style1__list .number-box,
.col-lg-4:last-child .why-choose-style1__list .number-box {
  text-align: left; /* Numbers on the left for the last column (as per your original HTML for 02, 04, 06) */
  padding-left: 20px; /* Space between number and text */
  flex-shrink: 0; /* Prevent shrinking */
  order: 2; /* Ensure it comes after content-box on desktop */
}

/* Ensure text is on the left for desktop for the right column */
.col-xl-4:last-child .why-choose-style1__list .content-box,
.col-lg-4:last-child .why-choose-style1__list .content-box {
  text-align: right; /* Text on the right for the last column (as per your original HTML for 02, 04, 06) */
  flex-grow: 1; /* Allow content to take available space */
  order: 1; /* Ensure it comes before number-box on desktop */
}

.welcome-style1__img-single {
    height: auto;
}
.why-choose-style1__list .number-box h2 {
    color: #010101;
}
/* Media Query for Mobile View */
@media (max-width: 767.98px) { /* Adjust breakpoint as needed for typical mobile devices */
  .logo-box-style1 a img {
    margin-left: 20px;
}
  .why-choose-style1__list {
      flex-direction: row; /* Keep items in a row */
      justify-content: flex-start; /* Align content to the start */
      align-items: flex-start; /* Align items to the top if they have different heights */
  }

  .why-choose-style1__list .number-box {
      order: 1; /* Put number-box first (left) for ALL list items on mobile */
      text-align: left; /* Numbers on the left for mobile */
      padding-right: 10px; /* Adjust spacing for mobile */
      padding-left: 0 !important; /* Reset any desktop-specific left padding */
  }

  .why-choose-style1__list .content-box {
      order: 2; /* Put content-box second (right) for ALL list items on mobile */
      text-align: center !important; /* Text on the right (relative to number) for mobile */
      flex-grow: 1; /* Allow content to take available space */
      padding:20px !important;
  }

  /* Column Adjustment for Mobile: Make columns full width and stack them */
  .why-choose-style1 .row .col-xl-4,
  .why-choose-style1 .row .col-lg-4 {
      width: 100%; /* Make columns full width on mobile */
      max-width: 100%; /* Ensure it doesn't exceed 100% */
      flex: 0 0 100%; /* Bootstrap 4/5 flex shorthand */
      margin-bottom: 20px; /* Add some spacing between sections */
  }

  /* Image adjustments for mobile - Centered */
  .why-choose-style1__img {
      width: 100%; /* Make image container full width */
      text-align: center; /* Align content (the image) to the center */
      margin-bottom: 30px; /* Add space below the image */
  }

  .why-choose-style1__img img {
      max-width: 100%; /* Ensure the image doesn't overflow */
      height: auto; /* Maintain aspect ratio */
      display: block; /* Important for margin: auto to work */
      margin-left: auto; /* Center the image horizontally */
      margin-right: auto; /* Center the image horizontally */
  }
  .why-choose-style1__img {
      margin: 0;
  }
  .why-choose-style1__list .content-box .title h4 {
    font-size: 16px;
  }
  /* Revert specific desktop orders if any global reset is needed */
  .col-xl-4:last-child .why-choose-style1__list .number-box {
      order: 1; /* Ensure numbers are left on mobile, overriding desktop's order: 2 */
  }
  .col-xl-4:last-child .why-choose-style1__list .content-box {
      order: 2; /* Ensure text is right on mobile, overriding desktop's order: 1 */
  }

    .slogan-style1__inner .contact-communicate .contact-box.box1, .slogan-style1__inner .contact-communicate .contact-box {
      text-align: center;
    }
        .how-its-work-style1__single {
        margin-bottom: 0px;
    }
    .fact-counter-style1,.footer-main {
        padding: 60px 0px 60px;
    }
    .about-style3__content {
        padding-top: 0px;
    }
    .fact-counter-style1, .footer-main {
        padding: 60px 0px 0px;
    }
    .single-footer-widget {
        margin-bottom: 20px;
    }
    .menu-contact{display: none;}
        .why-choose-style1__inner {
          padding-top: 0px;
        }
}

.main-menu-style1 .main-menu__wrapper-inner {
    justify-content: center;
}
.main-header-style1__box-bottom {
     margin-left: 0px;
}
.main-menu-style1 {
  border-radius: 0px;
}

.menu-whatsapp{
  color: white !important;
}
.menu-whatsapp:hover{
  color: #000 !important;
  border: #000 solid 1px !important;
}