/* Purged style.css - unused rule sets removed based on cleanu template usage */

:root {
  --thm-font: 'Poppins', sans-serif;
  --thm-font-2: 'Open Sans', sans-serif;
  --thm-gray: #878c8f;
  --thm-gray-rgb: 135, 140, 143;
  --thm-base: #075f33;
  --thm-base-rgb: 7, 95, 51;
  --thm-black: #075f33;
  --thm-black-rgb: 7, 95, 51;
  --thm-gray-bg: #f1f3f2;
  --thm-primary: #ff5e15;
  --thm-primary-rgb: 255, 94, 21;
}

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

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

body {
  color: var(--thm-gray);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  font-family: var(--thm-font);
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--thm-black);
}

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-black);
  font-family: var(--thm-font);
  margin: 0;
}

p {
  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;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--thm-base);
  outline: none;
}

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

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

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

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

.thm-btn {
  position: relative;
  display: inline-block;
  border-radius: 35px;
  padding: 0px 50px 0px;
  line-height: 60px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  background: var(--thm-base);
  overflow: hidden;
  font-family: var(--thm-font);
  text-transform: capitalize;
  transition: all 0.5s ease-in-out 0.2s;
  z-index: 1;
}

.thm-btn:before {
  position: absolute;
  top: 125px;
  left: -50px;
  right: -50px;
  height: 170px;
  content: "";
  background: var(--thm-primary);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  border-radius: 50%;
  transition-duration: 800ms;
  transition: 1s all ease;
  z-index: 1;
}

.thm-btn:hover:before {
  top: 0%;
  left: -70px;
  right: -70px;
}

.thm-btn .txt {
  position: relative;
  z-index: 1;
}

.thm-btn:hover,
.thm-btn:focus {
  color: #ffffff;
}

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

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

.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 20px;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.styled-pagination li:last-child {
  margin-right: 0;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: transparent;
  border-radius: 50%;
  color: var(--thm-black);
  font-size: 16px;
  line-height: 60px;
  font-weight: 500;
  border: 1px solid #dee0e2;
  text-align: center;
  transition: all 500ms ease;
  font-family: var(--thm-font);
  z-index: 1;
}

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

.styled-pagination li.prev a,
.styled-pagination li.next a {
  border-radius: 50%;
  color: var(--thm-base);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

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

.styled-pagination li a span:before {
  position: relative;
  top: 1px;
  color: var(--thm-black);
  font-size: 17px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.styled-pagination li a:hover span:before,
.styled-pagination li.active a span:before {
  color: #ffffff;
}

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

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  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;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--thm-base);
  border: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.search-popup__content .thm-btn::before {
  border-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.search-popup__content .thm-btn i::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  background-color: transparent;
  margin-left: 0;
  z-index: 5;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--brote-primary);
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--brote-base);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--brote-white);
  color: var(--brote-base);
  cursor: pointer;
}

.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-black);
  opacity: 0.7;
  cursor: pointer;
}

.mobile-nav__content {
  position: relative;
  width: 300px;
  background-color: var(--thm-base);
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  z-index: 10;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.mobile-nav__close:hover {
  background-color: var(--thm-black);
}

.mobile-nav__close i:before {
  position: relative;
  display: inline-block;
  transform: rotate(45deg);
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 20px;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  line-height: 30px;
  color: #ffffff;
  font-size: 15px;
  font-family: var(--thm-font-2);
  font-weight: 500;
  height: 46px;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>ul>li>a {
  font-size: 14px;
  font-weight: 400;
}

.mobile-nav__content .main-menu__list>li>a.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--thm-primary);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--thm-black);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--thm-base);
}

.mobile-nav__content .home-showcase__title {
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 0px;
}

.mobile-nav__contact {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
}

.mobile-nav__contact li {
  position: relative;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--thm-black);
}

.mobile-nav__contact li>i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 0%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 10px;
}

.mobile-nav__social a:hover {
  color: var(--thm-base);
  background-color: #ffffff;
}

.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.main-header {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 99;
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-box {
  display: block;
  float: right;
  margin-left: auto;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
.main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  position: relative;
  padding-top: 42px;
  padding-bottom: 42px;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 42px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-family: var(--thm-font);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--thm-primary);
}

.main-menu .main-menu__list>li.dropdown>a,
.stricky-header .main-menu__list>li.dropdown>a {
  padding-right: 20px;
}

.main-menu .main-menu__list>li.dropdown>a:before {
  position: absolute;
  top: 1px;
  right: 2px;
  font-family: 'icomoon' !important;
  content: "\e907";
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.main-menu .main-menu__list>li.current.dropdown>a:before,
.main-menu .main-menu__list>li:hover.dropdown>a:before {
  color: var(--thm-primary);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transform-origin: top;
  transform-style: preserve-3d;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .3s;
  transition-property: all;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  z-index: 99;
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  transition: all 700ms ease;
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: 1px solid rgba(var(--thm-base-rgb, 53, 84, 209), 0.05);
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  display: flex;
  font-size: 15px;
  line-height: 30px;
  color: var(--thm-gray);
  letter-spacing: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  padding: 10px 25px;
  -webkit-transition: 500ms;
  transition: 500ms;
  font-family: var(--thm-font);
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  color: #ffffff;
  background-color: var(--thm-base);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

@media (max-width: 1199px) {
.stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 25px;
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--brote-black);
}

@media (min-width: 1200px) {
.main-menu .mobile-nav__toggler {
    display: none;
  }
}

.stricky-header.main-menu {
  background-color: #ffffff;
}

.stricky-header .main-menu-box {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stricky-header .main-menu__wrapper {
  background-color: #ffffff;
}

.stricky-header .main-menu__wrapper-inner {
  justify-content: space-between;
}

.stricky-header .phone-number-box-style1 {
  display: none;
}

.stricky-header .main-menu__list>li {
  padding-top: 48px;
  padding-bottom: 49px;
}

.stricky-header .main-menu__list>li+li {
  margin-left: 30px;
}

.stricky-header .main-menu-style1-right {
  margin-left: 30px;
}

.main-header-one {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
}

.main-header-one .auto-container {
  max-width: 1530px;
  width: 100%;
}

.main-header-one__inner {
  position: relative;
  display: block;
}

.main-header-one .main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header-one__left {
  position: relative;
  display: flex;
  align-items: center;
}

.logo-box-one {
  position: relative;
  display: block;
}

.logo-box-one a {
  position: relative;
  display: inline-block;
}

.logo-box-one a img {
  width: 100%;
}

.header-one-social-links {
  position: relative;
  display: block;
  line-height: 0;
  margin-left: 62px;
}

.header-one-social-links ul {
  position: relative;
  display: block;
}

.header-one-social-links ul li {
  position: relative;
  display: inline-block;
  margin-right: 16px;
}

.header-one-social-links ul li:last-child {
  margin-right: 0;
}

.header-one-social-links ul li a {
  position: relative;
  display: block;
}

.header-one-social-links ul li a span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.header-one-social-links ul li a:hover span::before {
  color: var(--thm-primary);
}

.main-header-one__middle {
  position: relative;
  display: block;
}

.stricky-header.stricky-header--one .main-menu__wrapper {
  background-color: var(--thm-base);
}

.stricky-header.stricky-header--one .main-header-one__right {
  display: none;
}

.main-header-two .auto-container {
  max-width: 1530px;
  width: 100%;
}

.main-header-two .main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header-two__left .header-one-social-links {
  margin-left: 40px;
}

.stricky-header.stricky-header--two .main-menu__wrapper {
  background-color: var(--thm-black);
}

.stricky-header.stricky-header--two .main-header-two__right {
  display: none;
}

.stricky-header.stricky-header--two .main-header-two__left .logo-box-two::before {
  display: none;
}

.main-header-three .auto-container {
  max-width: 1530px;
  width: 100%;
}

.main-header-three .main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}

.main-header-three .main-menu .main-menu__list>li>a {
  color: var(--thm-base);
}

.main-header-three .main-menu .main-menu__list>li.dropdown>a:before {
  color: var(--thm-base);
}

.main-header-three .main-menu .main-menu__list>li.current.dropdown>a:before,
.main-header-three .main-menu .main-menu__list>li:hover.dropdown>a:before {
  color: var(--thm-primary);
}

.main-header-three .main-menu .main-menu__list>li.current>a,
.main-header-three .main-menu .main-menu__list>li:hover>a,
.main-header-three .stricky-header .main-menu__list>li.current>a,
.main-header-three .stricky-header .main-menu__list>li:hover>a {
  color: var(--thm-primary);
}

.main-header-three .main-menu .main-menu__list>li>a::after {
  position: absolute;
  top: 30px;
  left: 5px;
  bottom: -39px;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 0;
  background: var(--thm-primary);
  transition: all 0.4s ease-in-out 0.3s;
  content: "";
}

.main-header-three .main-menu .main-menu__list>li:hover>a::after,
.main-header-three .main-menu .main-menu__list>li.current>a:after {
  transition: all 0.4s ease-in-out 0.3s;
  height: 38px;
}

.stricky-header.stricky-header--three .main-header-three__right .btn-box {
  display: none;
}

.stricky-header.stricky-header--three .logo-box-three::before {
  display: none;
}

.stricky-header.stricky-header--three .main-menu__wrapper {
  background-color: var(--thm-base);
}

.stricky-header.stricky-header--three .main-header-three__right .contact-box {
  margin-right: 0px;
  padding-left: 50px;
  margin-left: 25px;
}

.stricky-header.stricky-header--three .main-header-three__right .contact-box .icon span::before {
  color: #fff;
}

.stricky-header.stricky-header--three .main-header-three__right .contact-box .text p {
  color: #ffffff;
}

.stricky-header.stricky-header--three .main-header-three__right .contact-box .text a {
  color: #ffffff;
}

.stricky-header.stricky-header--three .main-header-three__right .contact-box .text a:hover {
  color: var(--thm-primary);
}

.stricky-header.stricky-header--three .main-header-three__right .header-search-box a {
  color: #ffffff;
}

.stricky-header.stricky-header--three .main-header-three__right .header-search-box a:hover {
  color: var(--thm-primary);
}

.stricky-header.stricky-header--three .logo-box-three {
  padding-left: 0px;
  padding-right: 25px;
}

.main-slider-one .shape1 {
  position: absolute;
  top: 290px;
  left: 40px;
  opacity: 0.2;
  z-index: 2;
}

.main-slider-one .shape2 {
  position: absolute;
  left: 700px;
  bottom: 10px;
  opacity: 0.2;
  z-index: 2;
}

.main-slider-one .shape3 {
  position: absolute;
  top: 200px;
  right: 50px;
  opacity: 0.2;
  z-index: 2;
}

.main-slider-one .shape4 {
  position: absolute;
  top: 130px;
  left: 260px;
  opacity: 0.3;
  z-index: 2;
}

.main-slider-one .shape5 {
  position: absolute;
  top: 200px;
  left: 850px;
  opacity: 0.3;
  z-index: 2;
  webkit-animation: animation1 5s ease-in infinite;
  animation: animation1 5s ease-in infinite;
}

.main-slider-one .shape6 {
  position: absolute;
  left: 200px;
  bottom: 70px;
  opacity: 0.3;
  z-index: 2;
  webkit-animation: animation1 5s ease-in infinite;
  animation: animation1 5s ease-in infinite;
}

.main-slider-one__content .title {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: 10;
}

.main-slider-one .swiper-slide-active .main-slider-one__content .title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.main-slider-one__content .title h2 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 700;
}

.main-slider-one__content .btn-box .thm-btn {
  background: var(--thm-primary);
}

.main-slider-two .shape1 {
  position: absolute;
  top: -130px;
  left: -30px;
  opacity: 0.07;
  z-index: 1;
}

.main-slider-two .shape2 {
  position: absolute;
  top: -70px;
  left: 0px;
  opacity: 0.4;
  z-index: 1;
}

.main-slider-two .shape3 {
  position: absolute;
  left: -270px;
  bottom: 0;
  opacity: 0.4;
  z-index: 1;
}

.main-slider-two .shape4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-left: -110px;
  opacity: 0.4;
  z-index: 1;
}

.main-slider-two .shape5 {
  position: absolute;
  bottom: 0;
  opacity: 0.4;
  z-index: 1;
  right: -110px;
}

.main-slider-two .shape6 {
  position: absolute;
  top: 70px;
  left: 290px;
  z-index: 1;
}

.main-slider-two .container {
  padding: 225px 30px 230px;
}

.main-slider-two__content .title {
  position: relative;
  display: block;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-two .swiper-slide-active .main-slider-two__content .title {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.main-slider-two__content .title h2 {
  color: var(--thm-black);
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 700;
}

.main-slider-two__content .btn-box .thm-btn {
  background: var(--thm-primary);
}

.main-slider-two__content .btn-box .thm-btn::before {
  background: var(--thm-base);
}

.main-slider-three .shape1 {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.05;
  z-index: -1;
}

.main-slider-three .shape2 {
  position: absolute;
  left: -200px;
  bottom: 30px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  z-index: -1;
  opacity: 0;
  transform: translateX(-100%);
}

.main-slider-three .swiper-slide-active .shape2 {
  opacity: 1;
  transform: translate(0);
  transition: all 1700ms ease;
  transition-delay: 2300ms;
}

.main-slider-three .shape3 {
  position: absolute;
  top: 170px;
  left: 240px;
  opacity: 0.7;
  z-index: -1;
}

.main-slider-three .shape4 {
  position: absolute;
  left: 200px;
  bottom: 75px;
  opacity: 0.55;
  z-index: -1;
}

.main-slider-three .shape5 {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  z-index: -1;
}

.main-slider-three .shape6 {
  position: absolute;
  top: 180px;
  left: 40px;
  opacity: 0.5;
  z-index: -1;
  webkit-animation: animation1 5s ease-in infinite;
  animation: animation1 5s ease-in infinite;
}

.main-slider-three__content .title {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-three .swiper-slide-active .main-slider-three__content .title {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.main-slider-three__content .title h2 {
  color: #ffffff;
  font-size: 70px;
  line-height: 1.2em;
  font-weight: 700;
  z-index: 5;
}

.main-slider-three__content .btn-box .thm-btn {
  background: var(--thm-primary);
}

.page-header {
  position: relative;
  display: block;
  padding: 288px 0px 209px;
  background: var(--thm-base);
  z-index: 1;
}

.page-header .shape1 {
  position: absolute;
  top: 230px;
  left: 40px;
  opacity: 0.2;
  z-index: -1;
}

.page-header .shape2 {
  position: absolute;
  top: 40px;
  left: 560px;
  z-index: -1;
  opacity: 0.2;
}

.page-header .shape3 {
  position: absolute;
  top: 220px;
  left: 330px;
  z-index: -1;
  opacity: 0.2;
}

.page-header .shape4 {
  position: absolute;
  left: 300px;
  bottom: 115px;
  z-index: -1;
  opacity: 0.2;
  webkit-animation: animation1 5s ease-in infinite;
  animation: animation1 5s ease-in infinite;
}

.page-header .shape5 {
  position: absolute;
  left: 670px;
  bottom: 30px;
  z-index: -1;
  opacity: 0.2;
}

.page-header .shape6 {
  position: absolute;
  left: 890px;
  bottom: 200px;
  z-index: -1;
  opacity: 0.2;
}

.page-header__inner {
  position: relative;
  display: block;
}

.page-header__inner h2 {
  color: #ffffff;
  font-size: 80px;
  line-height: 1em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.page-header__inner .thm-breadcrumb {
  position: relative;
  display: block;
}

.page-header__inner .thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
}

.page-header__inner .thm-breadcrumb li span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  top: 2px;
}

.page-header__inner .thm-breadcrumb li a {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.page-header__inner .thm-breadcrumb li a:hover {
  color: var(--thm-primary);
}

.about-one__experience-box .title-box {
  position: relative;
  display: block;
  margin-left: 23px;
  margin-top: -3px;
}

.about-one__experience-box .title-box h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}

.about-one__content-list li .text-box {
  position: relative;
  display: block;
}

.about-one__content-list li .text-box p {
  margin: 0px;
}

.about-one__content-text2-list li .text-box {
  position: relative;
  display: block;
}

.about-one__content-text2-list li .text-box p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.about-one__client-info-box .img-box {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}

.about-one__client-info-box .img-box img {
  width: 100%;
}

.about-one__client-info-box .title-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.about-one__client-info-box .title-box h2 {
  color: var(--thm-base);
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  text-transform: capitalize;
}

.about-one__client-info-box .title-box p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.cta-one .auto-container {
  max-width: 1400px;
  width: 100%;
}

.cta-one__inner .text-box {
  position: relative;
  display: block;
}

.cta-one__inner .text-box h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  text-transform: capitalize;
}

.cta-one__inner .btn-box .thm-btn {
  background: #ffffff;
}

.cta-one__inner .btn-box .thm-btn .txt {
  color: #000000;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.cta-one__inner .btn-box .thm-btn:hover .txt {
  color: #ffffff;
}

.features-one .shape1 {
  position: absolute;
  top: 90px;
  left: 280px;
  z-index: -1;
}

.features-one .shape2 {
  position: absolute;
  left: 50px;
  bottom: 500px;
  z-index: -1;
}

.features-one__single.style2 .text-box h3 a {
  color: #ffffff;
}

.features-one__single.style2 .text-box p {
  color: #ffffff;
}

.features-one__single .text-box {
  position: relative;
  display: block;
}

.features-one__single .text-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 2px;
}

.features-one__single .text-box h3 a {
  color: var(--thm-black);
}

.features-one__single .text-box p {
  margin: 0px;
}

.features-two__list li .inner {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 2px 30px 0px rgb(9, 24, 84, 0.08);
  padding: 67px 40px 36px;
  border-bottom-right-radius: 60px;
}

.features-two__list li .inner h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 17px;
}

.features-two__list li .inner h2 a {
  color: var(--thm-black);
}

.features-two__list li .inner p {
  font-size: 14px;
  line-height: 28px;
}

.features-two__list li.style3 .inner {
  background: var(--thm-base);
}

.features-two__list li.style3 .inner h2 a {
  color: #ffffff;
}

.features-two__list li.style3 .inner p {
  color: #ffffff;
}

.counter-one__single .inner {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  padding: 45px 15px 32px;
  margin-bottom: 30px;
  border-bottom-right-radius: 60px;
  z-index: 1;
}

.counter-one__single .inner::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scaleX(0.8) rotateX(0deg);
  transition: all 0.4s linear;
  background: var(--thm-primary);
  border-bottom-right-radius: 60px;
  opacity: 0;
  content: "";
  z-index: -1;
}

.counter-one__single:hover .inner::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.counter-one__single .text-box {
  position: relative;
  display: block;
}

.counter-one__single .text-box p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}

.counter-one__single .text-box h2 {
  color: #ffffff;
  font-size: 38px;
  line-height: 48px;
  font-weight: 500;
}

.portfolio-one .auto-container {
  max-width: 1880px;
  width: 100%;
}

.portfolio-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  border-bottom-left-radius: 0px;
  z-index: 1;
  border-top-right-radius: 100px;
}

.portfolio-one__single-img .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 1;
  transition: all 500ms ease;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 60%);
}

.portfolio-one__single-img .inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(var(--thm-black-rgb), 0.6);
  opacity: 0;
  z-index: 1;
  content: "";
}

.portfolio-one__single:hover .portfolio-one__single-img .inner::before {
  opacity: 1;
}

.portfolio-one__single-img .inner img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.portfolio-one__single:hover .portfolio-one__single-img .inner img {
  transform: scale(1);
}

.portfolio-one__single-img .inner .content-box {
  position: absolute;
  left: 0;
  bottom: 0px;
  background: var(--thm-base);
  padding: 33px 30px 30px;
  border-top-right-radius: 40px;
  width: 310px;
  z-index: 2;
}

.portfolio-one__single-img .inner .content-box p {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 3px;
}

.portfolio-one__single-img .inner .content-box h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  text-transform: capitalize;
}

.portfolio-one__single-img .inner .content-box h2 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.portfolio-one__single-img .inner .content-box h2 a:hover {
  color: var(--thm-primary);
}

.portfolio-one__single-img .inner .btn-box {
  position: absolute;
  bottom: 0px;
  left: 310px;
  z-index: 2;
}

.portfolio-one__single-img .inner .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--thm-primary);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.portfolio-one__single-img .inner .btn-box a:hover {
  background: var(--thm-primary);
}

.portfolio-one__single-img .inner .btn-box a span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.portfolio-one__single-img .inner .btn-box a:hover span::before {
  color: #ffffff;
}

.team-one .shape1 {
  position: absolute;
  left: 50px;
  bottom: 305px;
  z-index: -1;
}

.team-one .shape2 {
  position: absolute;
  top: 195px;
  right: 355px;
  z-index: -1;
}

.team-one .shape3 {
  position: absolute;
  right: 280px;
  bottom: 50px;
  z-index: -1;
}

.team-one .shape4 {
  position: absolute;
  top: 150px;
  right: 150px;
  z-index: -1;
}

.team-one .shape5 {
  position: absolute;
  bottom: 300px;
  right: 255px;
  z-index: -1;
}

.team-one .shape6 {
  position: absolute;
  top: 175px;
  left: 500px;
  webkit-animation: animation1 5s ease-in infinite;
  animation: animation1 5s ease-in infinite;
  z-index: -1;
}

.pricing-plan-one__single-inner .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.22;
  z-index: -1;
}

.pricing-plan-one__single-inner .table-content ul li .text-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 20px;
}

.pricing-plan-one__single-inner .table-content ul li .text-box p {
  color: #838691;
  font-size: 15px;
  line-height: 25px;
}

.slogan-one .auto-container {
  max-width: 1530px;
  width: 100%;
}

.testimonials-one__single .client-info .img-box {
  position: relative;
  display: block;
}

.testimonials-one__single .client-info .img-box .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 30px;
}

.testimonials-one__single .client-info .img-box .inner::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 5px solid #ffffff;
  border-top-left-radius: 30px;
  content: "";
}

.testimonials-one__single .client-info .img-box .inner img {
  width: 100%;
}

.testimonials-one__single .client-info .img-box .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--thm-primary);
}

.testimonials-one__single .client-info .img-box .icon span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
}

.testimonials-one__single .client-info .text-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 45px;
}

.testimonials-one__single .client-info .text-box .review-box {
  position: relative;
  display: block;
  margin-bottom: 3px;
}

.testimonials-one__single .client-info .text-box .review-box li {
  position: relative;
  display: inline-block;
}

.testimonials-one__single .client-info .text-box .review-box li span::before {
  position: relative;
  display: inline-block;
  color: #fab600;
  font-size: 15px;
}

.testimonials-one__single .client-info .text-box .text {
  position: relative;
  display: block;
}

.testimonials-one__single .client-info .text-box .text h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -0.02em;
}

.testimonials-one__single .client-info .text-box .text p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.testimonials-one__carousel.owl-carousel .owl-dots .owl-dot.active::before {
  transform: scale(1.0);
}

.testimonials-one__form {
  position: absolute;
  bottom: 0;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 2px 30px 0px rgb(9, 24, 84, 0.08);
  padding: 43px 40px 55px;
  max-width: 470px;
  width: 100%;
  z-index: 2;
}

.testimonials-one__form .title-box {
  position: relative;
  display: block;
}

.testimonials-one__form .title-box h2 {
  color: var(--thm-black);
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  text-transform: capitalize;
}

.testimonials-one__form .form-box {
  position: relative;
  margin-top: 37px;
}

.testimonials-one__form .form-box form {
  position: relative;
}

.testimonials-one__form .form-box form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.testimonials-one__form .form-box form .form-group input[type="text"],
.testimonials-one__form .form-box form .form-group input[type="email"],
.testimonials-one__form .form-box form .form-group input[type="tel"],
.testimonials-one__form .form-box form .form-group input[type="url"],
.testimonials-one__form .form-box form .form-group textarea,
.testimonials-one__form .form-box form .form-group select {
  position: relative;
  display: block;
  font-size: 15px;
  color: var(--thm-gray);
  font-weight: 400;
  text-transform: none;
  padding: 0px 20px 0px;
  width: 100%;
  height: 70px;
  background-color: #f4f5f8;
  border-radius: 5px;
  outline: none;
  border: none;
  font-family: var(--thm-font);
}

.testimonials-one__form .form-box form .form-group textarea {
  height: 140px;
  resize: none;
  padding-top: 19px;
}

.testimonials-one__form .form-box form .form-group .select-box {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
}

.testimonials-one__form .form-box form .form-group .nice-select {
  background: #f4f5f8;
  width: 100%;
  height: 70px;
  line-height: 70px;
  border: none;
  color: var(--thm-gray);
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  padding: 0px 20px 0px;
  border-radius: 5px;
  font-family: var(--thm-font);
}

.testimonials-one__form .form-box form .form-group .nice-select:after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  border-right: 2px solid rgba(0, 0, 0, 0.3);
  right: 23px;
  margin-top: 0px;
  top: 27px;
  z-index: 10;
}

.testimonials-one__form .form-box form .form-group .nice-select .list {
  background-color: rgba(255, 255, 255, 1.0);

}

.testimonials-one__form .form-box form .button-box {
  position: relative;
  display: block;
}

.testimonials-one__form .form-box form .button-box button {
  position: relative;
  z-index: 5;
}

.testimonials-one__form .form-box form .button-box button.thm-btn {
  background-color: var(--thm-black);
  position: relative;
  display: block;
  width: 100%;
  border-radius: 0;
  line-height: 65px;
  z-index: 5;
}

.testimonials-one__form .form-box form .button-box button.thm-btn::before {
  background: var(--thm-primary);
  color: #ffffff;
}

.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-one__single-img {
  position: relative;
  display: block;
}

.blog-one__single-img .date-box {
  position: absolute;
  left: 35px;
  bottom: -35px;
  background: var(--thm-base);
  border-radius: 6px;
  text-align: center;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.blog-one__single-img .date-box p {
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.blog-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 1;
}

.blog-one__single-img .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(var(--thm-black-rgb), 0.6);
  opacity: 0;
  z-index: 1;
  content: "";
}

.blog-one__single:hover .blog-one__single-img .inner::before {
  opacity: 1;
}

.blog-one__single-img .inner img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.blog-one__single:hover .blog-one__single-img .inner img {
  transform: scale(1);
}

.blog-one__single__content {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 60px 35px 29px;
  padding-right: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.blog-one__single__content .meta-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 22px;
}

.blog-one__single__content .meta-box li {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 30px;
  line-height: 0;
}

.blog-one__single__content .meta-box li:last-child {
  margin-right: 0px;
}

.blog-one__single__content .meta-box li .icon {
  position: relative;
  display: block;
}

.blog-one__single__content .meta-box li .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 15px;
  font-weight: 700;
}

.blog-one__single__content .meta-box li .text {
  position: relative;
  display: block;
  margin-left: 8px;
  margin-top: 0;
}

.blog-one__single__content .meta-box li .text p {
  font-size: 15px;
  font-weight: 600;
  font-family: var(--thm-font-2);
  margin: 0;
}

.blog-one__single__content .meta-box li .text p a {
  color: var(--thm-gray);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-one__single__content .meta-box li .text p a:hover {
  color: var(--thm-base);
}

.blog-one__single__content h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 21px;
}

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

.blog-one__single__content h2 a:hover {
  color: var(--thm-base);
}

.blog-one__single__content p {
  position: relative;
  margin: 0;
  margin-bottom: 34px;
}

.blog-one__single__content .bottom-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e4e4ea;
  padding-top: 20px;
}

.blog-one__single__content .bottom-box .read-more-btn {
  position: relative;
  display: block;
}

.blog-one__single__content .bottom-box .read-more-btn a {
  color: var(--thm-gray);
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-one__single__content .bottom-box .read-more-btn a:hover {
  color: var(--thm-base);
}

.blog-one__single__content .bottom-box .icon-box {
  position: relative;
  display: inline-block;
}

.blog-one__single__content .bottom-box .icon-box a {
  position: relative;
  color: var(--thm-gray);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(var(--thm-base-rgb), 1.0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 10px;
}

.blog-one__single__content .bottom-box .icon-box a:hover {
  color: #ffffff;
}

.blog-one__single__content .bottom-box .icon-box a span:before {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}

.footer-one {
  position: relative;
  display: block;
}

.footer-one__top-inner .shape6 {
  position: absolute;
  left: -325px;
  bottom: 25px;
  opacity: 0.55;
  z-index: -1;
}

.footer-one__top-inner .title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 58px;
}

.footer-one__top-inner .title h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.footer-one__top-inner form ul li .button-box {
  position: relative;
  display: block;
}

.footer-one__top-inner form ul li .button-box .footer-one__top-btn {
  color: var(--thm-gray);
  font-size: 16px;
  line-height: 60px;
  font-weight: 500;
  background: #ffffff;
  border-radius: 5px;
  padding: 0px 40px 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-one__top-inner form ul li .button-box .footer-one__top-btn:hover {
  background: var(--thm-primary);
  color: #ffffff;
}

.footer {
  position: relative;
  display: block;
  background: var(--thm-base);
  padding: 120px 0px 114px;
  overflow: hidden;
  z-index: 1;
}

.footer__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.04;
  z-index: -1;
}

.footer .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
  z-index: -1;
}

.footer .shape2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: -1;
}

.footer .shape3 {
  position: absolute;
  left: -10px;
  bottom: 30px;
  opacity: 0.35;
  z-index: -1;
}

.footer .shape4 {
  position: absolute;
  top: 60px;
  right: 75px;
  opacity: 0.35;
  z-index: -1;
}

.footer .shape5 {
  position: absolute;
  bottom: -20px;
  right: 450px;
  opacity: 0.35;
  z-index: -1;
}

.footer-widget__single {
  position: relative;
  display: block;
}

.footer-widget__single .title {
  position: relative;
  display: block;
  margin-bottom: 22px;
  margin-top: -8px;
}

.footer-widget__single .title h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-transform: capitalize;
}

.footer-widget__single-about {
  position: relative;
  display: block;
}

.footer-widget__single-about .text-box {
  position: relative;
  display: block;
}

.footer-widget__single-about .text-box p {
  color: rgba(255, 255, 255, 0.8);
}

.footer-widget__single-about .social-link {
  position: relative;
  display: block;
  margin-top: 29px;
}

.footer-widget__single-about .social-link li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.footer-widget__single-about .social-link li:last-child {
  margin-right: 0;
}

.footer-widget__single-about .social-link li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.footer-widget__single-about .social-link li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: var(--thm-primary);
  transform: scale(0.5);
  opacity: 0;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  content: "";
}

.footer-widget__single-about .social-link li a:hover::before {
  transform: scale(1);
  opacity: 1;
}

.footer-widget__single-about .social-link li a span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
}

.footer-widget__single-links {
  position: relative;
  display: block;
}

.footer-widget__single-links-list {
  position: relative;
  display: block;
}

.footer-widget__single-links-list li {
  position: relative;
  display: block;
  margin-bottom: 11px;
}

.footer-widget__single-links-list li:last-child {
  margin-bottom: 0;
}

.footer-widget__single-links-list li a {
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;

}

.footer-widget__single-links-list li a:hover {
  color: #ffffff;
}

.footer-widget__single-blog-list li .img-box {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.footer-widget__single-blog-list li .img-box img {
  width: 100%;
}

.footer-widget__single-blog-list li .img-box .overlay-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--thm-black-rgb), .80);
  border-radius: 5px;
  opacity: 0;
  transform: perspective(400px) scale(0);
  transform-origin: top;
  transition: all 0.5s ease-in-out 0s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.footer-widget__single-blog-list li:hover .img-box .overlay-icon {
  opacity: 1;
  transform: perspective(400px) scale(1.0);
  transition: all 0.3s ease-in-out 0.3s;
}

.footer-widget__single-blog-list li .img-box .overlay-icon a {
  color: #ffffff;
  font-size: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-widget__single-blog-list li .text-box {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1;
}

.footer-widget__single-blog-list li .text-box span {
  color: #ffb400;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.footer-widget__single-blog-list li .text-box p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}

.footer-widget__single-blog-list li .text-box p a {
  color: rgba(255, 255, 255, 0.8);
  transition: all 200ms linear;
  transition-delay: 0.1s;

}

.footer-widget__single-blog-list li .text-box p a:hover {
  color: #ffffff;
}

.footer-widget__single-newsletter .text-box {
  position: relative;
  display: block;
}

.footer-widget__single-newsletter .text-box p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
}

.footer-one__bottom {
  position: relative;
  display: block;
  background: var(--thm-base);
  padding: 25px 0px 24px;
}

.footer-one__bottom .bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-one__bottom .bottom-inner .copyright {
  position: relative;
  display: block;
}

.footer-one__bottom .bottom-inner .copyright p {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.footer-one__bottom-menu {
  position: relative;
  display: block;
}

.footer-one__bottom-menu li {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  margin-right: 5px;
}

.footer-one__bottom-menu li::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 0;
  width: 1px;
  background: #ffffff;
  content: "";
}

.footer-one__bottom-menu li:last-child:before {
  display: none;
}

.footer-one__bottom-menu li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-one__bottom-menu li a:hover {
  color: var(--thm-primary);
}

.feature-three .shape1 {
  position: absolute;
  top: 150px;
  right: 310px;
  z-index: -1;
}

.feature-three__single .shape1 {
  position: absolute;
  top: 45px;
  right: 10px;
  opacity: 0.5;
  z-index: 1;
}

.feature-three__single .shape2 {
  position: absolute;
  left: 0;
  bottom: 25px;
  opacity: 0.5;
  z-index: 1;
}

.feature-three__carousel.owl-carousel .owl-stage-outer .owl-item.active .feature-three__single::after {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.6s linear;
  opacity: 1;
}

.feature-three__carousel.owl-carousel .owl-stage-outer .owl-item.active .feature-three__single h2 a {
  color: #ffffff;
}

.feature-three__carousel.owl-carousel .owl-stage-outer .owl-item.active .feature-three__single p {
  color: #ffffff;
}

.feature-three__carousel.owl-carousel .owl-stage-outer .owl-item.active .feature-three__single .border-box::before {
  background: #96a7d8;
}

.about-two__img .shape1 {
  position: absolute;
  top: -23px;
  right: -23px;
  width: 180px;
  height: 180px;
  background: var(--thm-primary);
  z-index: -1;
}

.about-two__img .shape2 {
  position: absolute;
  right: -25px;
  bottom: -25px;
  z-index: -1;
}

.about-two__content-text2-single .img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  z-index: 1;
  margin-left: 10px;
  margin-bottom: 27px;
}

.about-two__content-text2-single .img-box::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-base);
  border-radius: 5px;
  border-bottom-left-radius: 30px;
  content: "";
  z-index: -1;
}

.about-two__content-text2-single .img-box::before {
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: 0;
  right: 0;
  background: #d9dee6;
  border-radius: 5px;
  content: "";
  z-index: -1;
}

.about-two__content-text2-single .img-box img {
  width: auto;
}

.about-two__content-text2-single .text-box {
  position: relative;
  display: block;
}

.about-two__content-text2-single .text-box h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.about-two__content-text2-single .text-box h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;

}

.about-two__content-text2-single .text-box h3 a:hover {
  color: var(--thm-primary);
}

.about-two__content-text2-single .text-box p {
  margin: 0;
}

.about-two__content-text3 .btn-box .thm-btn {
  background: var(--thm-primary);
}

.about-two__content-text3 .btn-box .thm-btn::before {
  background: var(--thm-base);
}

.about-two__client-info-box .img-box {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}

.about-two__client-info-box .img-box img {
  width: 100%;
}

.about-two__client-info-box .title-box {
  position: relative;
  display: block;
  margin-left: 25px;
}

.about-two__client-info-box .title-box h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  text-transform: capitalize;
}

.about-two__client-info-box .title-box p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.gallery-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  border-top-left-radius: 0px;
  z-index: 1;
}

.gallery-one__single-img .inner img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}

.gallery-one__single:hover .gallery-one__single-img .inner img {
  transform: scale(1.2);
}

.gallery-one__single-img .inner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.gallery-one__single:hover .gallery-one__single-img .inner::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.services-two .shape1 {
  position: absolute;
  top: 500px;
  left: 50px;
  opacity: 0.3;
  z-index: -1;
}

.services-two .shape2 {
  position: absolute;
  top: 150px;
  right: 310px;
  z-index: -1;
  opacity: 0.3;
}

.services-two .shape3 {
  position: absolute;
  top: 15px;
  left: 330px;
  z-index: -1;
  opacity: 0.3;
}

.services-two .shape4 {
  position: absolute;
  top: 50px;
  right: 750px;
  z-index: -1;
  webkit-animation: animation1 5s ease-in infinite;
  animation: animation1 5s ease-in infinite;
  opacity: 0.3;
}

.services-two .shape5 {
  position: absolute;
  top: -70px;
  right: -70px;
  z-index: -1;
  opacity: 0.3;
}

.services-two .shape6 {
  position: absolute;
  right: -10px;
  bottom: 135px;
  z-index: -1;
  opacity: 0.3;
}

.services-two__single .inner {
  position: relative;
  display: block;
  padding-left: 130px;
}

.services-two__single .inner .img-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #eef0f6;
  border: 8px solid #ffffff;
  box-shadow: 0px 2px 20px 0px rgb(9, 24, 84, 0.08);
}

.services-two__single .inner .img-box img {
  width: auto;
  transition: .5s ease;
  transform: scale(1.0);
}

.services-two__single:hover .inner .img-box img {
  transform: scale(1.05);
}

.services-two__single .inner .content-box {
  position: relative;
  display: block;
}

.services-two__single .inner .content-box h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.services-two__single .inner .content-box h2 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-two__single .inner .content-box h2 a:hover {
  color: var(--thm-primary);
}

.services-two__single .inner .content-box p {
  font-size: 14px;
  line-height: 26px
}

.testimonial-two__content .shape1 {
  position: absolute;
  top: -340px;
  left: -260px;
  width: 1210px;
  height: 1210px;
  border-radius: 50%;
  background: var(--thm-black);
}

.testimonial-two__img .inner {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
}

.testimonial-two__img .inner::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(255, 255, 255, 0.2);
  transition: all 500ms ease;
  border-radius: 50%;
  content: "";
}

#testimonial-two__thumb .swiper-slide-thumb-active .testimonial-two__img .inner::before {
  background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), .0);
}

.testimonial-two__img .inner>img {
  width: 105px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out 0.6s;
}

.testimonial-two__content-box-single .inner {
  position: relative;
  display: block;
  padding-left: 150px;
}

.testimonial-two__content-box-single .inner .icon-box {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.testimonial-two__content-box-single .inner .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
}

.testimonial-two__content-box-single .inner .img-box {
  position: absolute;
  top: 8px;
  left: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-two__content-box-single .inner .img-box img {
  width: 100%;
}

.testimonial-two__content-box-single .inner .content-box {
  position: relative;
  display: block;
}

.testimonial-two__content-box-single .inner .content-box h4 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.testimonial-two__content-box-single .inner .content-box .name {
  position: relative;
  display: block;
  margin-top: 27px;
}

.testimonial-two__content-box-single .inner .content-box .name h4 {
  color: #d0d2d0;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}

.testimonial-two__content-box-single .inner .content-box .name span {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.01em;
}

.banefits-two .shape1 {
  position: absolute;
  left: 50px;
  bottom: 230px;
  z-index: -1;
}

.banefits-two .shape2 {
  position: absolute;
  top: 208px;
  right: 275px;
  z-index: -1;
}

.banefits-two__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.banefits-two__single-img .inner::before {
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
  content: '';
  background-color: rgba(var(--thm-base-rgb), .60);
  transform: scaleY(1.0);
  opacity: 0;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  z-index: 1;
}

.banefits-two__single:hover .banefits-two__single-img .inner::before {
  opacity: 0.70;
  transform: scaleY(1.0);
}

.banefits-two__single-img .inner img {
  width: 100%;
  transform: scale(1.0);
  transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
}

.banefits-two__single:hover .banefits-two__single-img .inner img {
  transform: scale(1.1) rotate(1deg);
}

.contact-one .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: -1;
}

.contact-one__form .input-box .nice-select {
  background: rgba(255, 255, 255, .1);
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, .25);
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  padding-left: 30px;
  padding-right: 20px;
  border-radius: 0px;
}

.contact-one__form .input-box .nice-select:after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  right: 30px;
  margin-top: 0px;
  top: 19px;
  z-index: 10;
}

.contact-one__form .nice-select .list {
  background-color: var(--thm-primary);
}

.contact-one__form-btn .thm-btn {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 0px;
  line-height: 48px;
  width: 100%;
  font-size: 16px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.contact-one__form-btn .thm-btn:hover {
  border-color: var(--thm-primary);
}

.pricing-plan-two__single-inner .table-content ul li .text-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 20px;
}

.pricing-plan-two__single-inner .table-content ul li .text-box p {
  color: #838691;
  font-size: 15px;
  line-height: 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.pricing-plan-two__single:hover .pricing-plan-two__single-inner .table-content ul li .text-box p {
  color: #ffffff;
}

.pricing-plan-two__single-inner .table-footer .thm-btn {
  background: #fafbfa;
  border: 1px solid #f3f3f3;
}

.pricing-plan-two__single:hover .pricing-plan-two__single-inner .table-footer .thm-btn {
  background: var(--thm-primary);
  border-color: var(--thm-primary);
}

.pricing-plan-two__single-inner .table-footer .thm-btn:hover {
  border-color: var(--thm-primary);
}

.pricing-plan-two__single-inner .table-footer .thm-btn .txt {
  color: var(--thm-gray);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.pricing-plan-two__single:hover .pricing-plan-two__single-inner .table-footer .thm-btn .txt {
  color: #ffffff;
}

.poroduct-one__top .btn-box .thm-btn {
  border: 1px solid var(--thm-black);
  background: transparent;
}

.poroduct-one__top .btn-box .thm-btn:hover {
  border-color: var(--thm-primary);
}

.poroduct-one__top .btn-box .thm-btn .txt {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.poroduct-one__top .btn-box .thm-btn:hover .txt {
  color: #ffffff;
}

.poroduct-one__single-img .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fefefe;
  padding: 0px 10px 0px;
  overflow: hidden;
  height: 300px;
}

.poroduct-one__single-img .inner img {
  width: auto;
  transform: scale(1);
  transition: all 0.7s ease 0s;
}

.poroduct-one__single:hover .poroduct-one__single-img .inner img {
  transform: scale(1.1);
}

.poroduct-one__single-img .inner .overlay-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 70px;
  bottom: 30px;
  right: 70px;
  background: var(--thm-black);
  padding: 10px 25px 10px;
  transition: .6s;
  transform: perspective(400px) scaleY(0);
  transition-delay: 0.1s;
  transform-origin: bottom;
  z-index: 5;
}

.poroduct-one__single:hover .poroduct-one__single-img .inner .overlay-box {
  transform: perspective(400px) scaleY(1.0);
  transition-delay: 0.3s;
}

.poroduct-one__single-img .inner .overlay-box .title {
  position: relative;
  display: block;
}

.poroduct-one__single-img .inner .overlay-box .title h6 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.poroduct-one__single-img .inner .overlay-box .title h6 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.poroduct-one__single-img .inner .overlay-box .title h6 a:hover {
  color: #ffffff;
}

.poroduct-one__single-img .inner .overlay-box .icon {
  position: relative;
  display: block;
}

.poroduct-one__single-img .inner .overlay-box .icon ul {
  position: relative;
  display: block;
}

.poroduct-one__single-img .inner .overlay-box .icon ul li {
  position: relative;
  display: inline-block;
  margin-right: 11px;
}

.poroduct-one__single-img .inner .overlay-box .icon ul li:last-child {
  margin-right: 0px;
}

.poroduct-one__single-img .inner .overlay-box .icon ul li a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 15px;
}

.tabs-content__img .inner {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.tabs-content__img .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(var(--thm-primary-rgb), 0.4);
  opacity: 0;
  z-index: 1;
  content: "";
}

.tabs-content__img:hover .inner::before {
  opacity: 1;
}

.tabs-content__img .inner img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.tabs-content__img:hover .inner img {
  transform: scale(1);
}

.accordion-box .block .acc-btn.active {
  padding-bottom: 19px;
}

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

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

.accordion-box .block .acc-btn.active .icon-outer i:before {
  position: relative;
  font-size: 20px;
  font-family: 'icomoon' !important;
  font-weight: 700;
  margin: 0px;
  content: "\e92d";
}

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

.about-three__content-text2-single .img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  z-index: 1;
}

.about-three__content-text2-single .img-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-base);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  content: "";
  z-index: -1;
}

.about-three__content-text2-single .img-box img {
  width: auto;
}

.about-three__content-text3 .btn-box .thm-btn {
  background: var(--thm-primary);
}

.about-three__content-text3 .btn-box .thm-btn::before {
  background: var(--thm-base);
}

.about-three__client-info-box .img-box {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}

.about-three__client-info-box .img-box img {
  width: 100%;
}

.about-three__client-info-box .title-box {
  position: relative;
  display: block;
  margin-left: 25px;
}

.about-three__client-info-box .title-box h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  text-transform: capitalize;
}

.about-three__client-info-box .title-box p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.video-one__inner .shape1 {
  position: absolute;
  top: 0;
  left: -55px;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.work-process-one .shape1 {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  text-align: center;
}

.team-two .auto-container {
  max-width: 1530px;
  width: 100%;
}

.testimonial-three__single-bottom .img-box {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  z-index: 1;
}

.testimonial-three__single-bottom .img-box .round-one {
  position: absolute;
  top: 0px;
  left: -12px;
  bottom: -12px;
  right: 0;
  border-radius: 50%;
  background: var(--thm-base);
  z-index: -2;
}

.testimonial-three__single-bottom .img-box .round-one::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background-image: -moz-linear-gradient(145deg, rgb(255, 94, 21) 1%, rgb(255, 94, 21) 6%, rgb(247, 150, 35) 100%);
  background-image: -webkit-linear-gradient(145deg, rgb(255, 94, 21) 1%, rgb(255, 94, 21) 6%, rgb(247, 150, 35) 100%);
  background-image: -ms-linear-gradient(145deg, rgb(255, 94, 21) 1%, rgb(255, 94, 21) 6%, rgb(247, 150, 35) 100%);
  opacity: 0;
  transform: scaleY(0.7) rotateY(0deg);
  transition: all 0.4s linear;
  opacity: 0;
  content: "";
}

.testimonial-three__single:hover .testimonial-three__single-bottom .img-box .round-one::before {
  opacity: 1;
  transform: scaleY(1.0) rotateY(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.testimonial-three__single-bottom .img-box .round-two {
  position: absolute;
  top: 0px;
  left: -7px;
  bottom: -7px;
  right: 0;
  border-radius: 50%;
  background: #ffffff;
  z-index: -1;
}

.testimonial-three__single-bottom .img-box .inner {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-three__single-bottom .img-box img {
  width: 100%;
}

.testimonial-three__carousel.owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .3s;
  transition-property: all;
}

.portfolio-two__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.portfolio-two__single-img .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 1;
  content: "";
}

.portfolio-two__single:hover .portfolio-two__single-img .inner::before {
  opacity: 1;
}

.portfolio-two__single-img .overlay-content .text-box {
  position: relative;
  display: block;
}

.portfolio-two__carousel.owl-carousel .owl-stage-outer .owl-item.active .portfolio-two__single-img .overlay-content {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  opacity: 1;
}

.portfolio-two__carousel.owl-carousel .owl-stage-outer .owl-item.active .portfolio-two__single-img .overlay-content h2 {
  text-transform: capitalize;
  visibility: visible;
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}

.portfolio-two__carousel.owl-carousel .owl-stage-outer .owl-item.active .portfolio-two__single-img .overlay-content p {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 900ms;
}

.portfolio-two__carousel.owl-carousel .owl-stage-outer .owl-item.active .portfolio-two__single-img .inner::before {
  opacity: 1;
}

.portfolio-two__carousel.owl-carousel .owl-stage-outer .owl-item.active .portfolio-two__single-img img {
  transform: scale(1);
}

.services-details__list1 li .text-box {
  position: relative;
  display: block;
}

.services-details__list1 li .text-box p {
  margin: 0;
}

.services-details__video .img-box {
  position: relative;
  display: block;
}

.services-details__video .img-box img {
  width: 100%;
}

.services-details-text4 .img-box {
  position: relative;
  display: block;
}

.services-details-text4 .img-box img {
  width: 100%;
}

.services-details-text4 .content-box ul li .text-box {
  position: relative;
  display: block;
}

.services-details-text4 .content-box ul li .text-box p {
  margin: 0px;
}

.services-details-text6-single .text-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 15px;
}

.services-details-text6-single .text-box p {
  margin: 0;
}

.services-details__sidebar-single .title-box {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.services-details__sidebar-single .title-box h2 {
  color: var(--thm-black);
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  text-transform: capitalize;
}

.sidebar__category {
  position: relative;
  display: block;
  background-color: #f1f3f2;
  padding: 42px 30px 50px;
}

.sidebar__category-list {
  position: relative;
  display: block;
}

.sidebar__category-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.sidebar__category-list li:last-child {
  margin-bottom: 0px;
}

.sidebar__category-list li a {
  position: relative;
  display: block;
  color: var(--thm-black);
  font-size: 17px;
  line-height: 27px;
  font-weight: 700;
  text-transform: capitalize;
  background: #ffffff;
  padding: 18px 25px 17px;
  z-index: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar__category-list li a:hover,
.sidebar__category-list li a.active {
  color: #ffffff;
}

.sidebar__category-list li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  transform: perspective(400px) rotateX(90deg);
  transform-origin: bottom;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  background: var(--thm-base);
  border-radius: 0px;
}

.sidebar__category-list li a:hover::before,
.sidebar__category-list li a.active::before {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 300ms linear;
  transition-delay: 0.1s;
}

.sidebar__category-list li a span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-black);
  font-size: 22px;
  font-weight: 700;
  top: 3px;
  float: right;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar__category-list li a:hover span::before,
.sidebar__category-list li a.active span::before {
  color: #ffffff;
}

.sidebar__question-form .button-box {
  position: relative;
  display: block;
  padding-top: 5px;
}

.sidebar__question-form .button-box button {
  outline: none;
  border: none;
}

.sidebar__contact-box .number-box .text-box {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1;
}

.sidebar__contact-box .number-box .text-box a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar__contact-box .number-box .text-box a:hover {
  color: var(--thm-primary);
}

.job-one__content .title {
  position: relative;
  display: block;
  margin-bottom: 37px;
}

.job-one__content .title h2 {
  color: var(--thm-black);
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  text-transform: capitalize;
}

.job-one__content .text-box {
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.job-one__content .text-box p {
  margin: 0;
}

.team-details-top__client-info .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.team-details-top__client-info .img-box img {
  width: 100%;
}

.team-details-top__content .title-box {
  position: relative;
  display: block;
  margin-bottom: 38px;
}

.team-details-top__content .title-box h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-transform: capitalize;
}

.team-details-top__content .text-box {
  position: relative;
  display: block;
}

.team-details-top__content .text-box p {
  margin: 0;
}

.team-details-top__content-info-single ul li .title {
  position: relative;
  display: block;
  width: 95px;
}

.team-details-top__content-info-single ul li .title h5 {
  color: var(--thm-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
}

.team-details__middle-content .title {
  position: relative;
  display: block;
  margin-bottom: 42px;
}

.team-details__middle-content .title h2 {
  color: var(--thm-black);
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  text-transform: capitalize;
}

.team-details__middle-content .text-box {
  position: relative;
  display: block;
}

.team-details__middle-content .text-box p {
  margin: 0;
}

.portfolio-three__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.portfolio-three__single-img .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(var(--thm-black-rgb), 0.4);
  opacity: 0;
  z-index: 1;
  content: "";
}

.portfolio-three__single:hover .portfolio-three__single-img .inner::before {
  opacity: 1;
}

.portfolio-three__single-img .inner img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.portfolio-three__single:hover .portfolio-three__single-img .inner img {
  transform: scale(1);
}

.portfolio-three__single-img .inner .overlay-content {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 320px;
  padding: 25px 20px 17px;
  padding-right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.portfolio-three__single:hover .portfolio-three__single-img .inner .overlay-content {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.portfolio-three__single-img .inner .overlay-content::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0%, 84% 100%, 0 100%);
  content: "";
  z-index: -1;
}

.portfolio-three__single-img .inner .overlay-content .text-box {
  position: relative;
  display: block;
}

.portfolio-three__single-img .inner .overlay-content .text-box span {
  position: relative;
  display: inline-block;
  background: #f3f3f5;
  border-radius: 5px;
  color: var(--thm-gray);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 7px 20px 7px;
  margin-bottom: 7px;
}

.portfolio-three__single-img .inner .overlay-content .text-box h2 {
  font-size: 23px;
  line-height: 32px;
  font-weight: 700;
}

.portfolio-three__single-img .inner .overlay-content .text-box h2 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

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

.portfolio-three__single-img .inner .overlay-content .btn-box {
  position: relative;
  display: block;
}

.portfolio-three__single-img .inner .overlay-content .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--thm-base);
  z-index: 1;
}

.portfolio-three__single-img .inner .overlay-content .btn-box a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-primary);
  border-radius: 0px;
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.portfolio-three__single-img .inner .overlay-content .btn-box a:hover::before {
  transform: scale(1.0);
  opacity: 1;
}

.portfolio-three__single-img .inner .overlay-content .btn-box a span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
}

.appointment-page__form .title {
  position: relative;
  display: block;
  margin-bottom: 47px;
}

.appointment-page__form .title h2 {
  color: var(--thm-black);
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-transform: capitalize;
}

.appointment-page__form .form-group {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.appointment-page__form .form-group input[type="text"],
.appointment-page__form .form-group input[type="email"],
.appointment-page__form .form-group textarea {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 65px;
  border: 1px solid #e8e7e7;
  color: #707480;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  transition: all 500ms ease;
  font-family: var(--thm-font-2);
  outline: none;
}

.appointment-page__form .form-group input[type="text"]::-webkit-input-placeholder {
  color: #707480;
}

.appointment-page__form .form-group input[type="text"]:-moz-placeholder {
  color: #707480;
}

.appointment-page__form .form-group input[type="text"]::-moz-placeholder {
  color: #707480;
}

.appointment-page__form .form-group input[type="text"]:-ms-input-placeholder {
  color: #707480;
}

.appointment-page__form .form-group input[type="email"]::-webkit-input-placeholder {
  color: #707480;
}

.appointment-page__form .form-group input[type="email"]:-moz-placeholder {
  color: #707480;
}

.appointment-page__form .form-group input[type="email"]::-moz-placeholder {
  color: #707480;
}

.appointment-page__form .form-group input[type="email"]:-ms-input-placeholder {
  color: #707480;
}

.appointment-page__form .form-group textarea::-webkit-input-placeholder {
  color: #707480;
}

.appointment-page__form .form-group textarea:-moz-placeholder {
  color: #707480;
}

.appointment-page__form .form-group textarea::-moz-placeholder {
  color: #707480;
}

.appointment-page__form .form-group textarea:-ms-input-placeholder {
  color: #707480;
}

.appointment-page__form .form-group textarea {
  height: 180px;
  resize: none;
  padding-top: 14px;
}

.appointment-page__form .form-group .select-box {
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
}

.appointment-page__form .form-group .nice-select {
  background: #ffffff;
  width: 100%;
  height: 65px;
  line-height: 65px;
  border: 1px solid #e8e7e7;
  color: #707480;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
}

.appointment-page__form .form-group .nice-select:after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #707480;
  border-right: 2px solid #707480;
  right: 20px;
  margin-top: 0px;
  top: 25px;
  z-index: 10;
}

.appointment-page__form .form-group .nice-select .list {
  background-color: var(--thm-base);
  color: #ffffff;
}

.appointment-page__form .button-box {
  position: relative;
  display: block;
  margin-top: 15px;
}

.shop-page__top-inner .left {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-page__top-inner .left .left_icon {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-page__top-inner .left .left_icon a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: #f2f2f2;
  color: #262c48;
  font-size: 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-page__top-inner .left .left_icon a:hover,
.shop-page__top-inner .left .left_icon a.active {
  color: #ffffff;
  background: var(--thm-base);
}

.shop-page__top-inner .left .left_icon a+a {
  margin-left: 15px;
}

.shop-page__top-inner .left .left_text {
  position: relative;
  display: block;
  margin-left: 35px;
}

.shop-page__top-inner .left .left_text p {
  color: #6c6c6c;
  font-size: 16px;
  line-height: 26px;
}

.shop-page__top-inner .right .shorting .nice-select {
  background: #f3f3f3;
  width: 100%;
  height: 55px;
  line-height: 55px;
  border: 0px solid #6c6c6c;
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
}

.shop-page__top-inner .right .shorting .nice-select:after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #6c6c6c;
  border-right: 2px solid #6c6c6c;
  right: 20px;
  margin-top: 0px;
  top: 22px;
  z-index: 10;
}

.shop-page__top-inner .right .shorting .nice-select .list {
  background-color: var(--thm-base);
  color: #ffffff;
}

.shop-page__content .poroduct-one__single-img .inner {
  background: #f2f2f2;
}

.shop-page__content .styled-pagination {
  padding-top: 30px;
}

.shop-page__sidebar-single .title-box {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.shop-page__sidebar-single .title-box h2 {
  color: var(--thm-black);
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  text-transform: capitalize;
}

.shop-page__sidebar-single.sidebar__category {
  background-color: #f2f2f2;
}

.sidebar__product-list li .img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #ffffff;
}

.sidebar__product-list li .img-box img {
  width: auto;
}

.sidebar__tags {
  position: relative;
  display: block;
  background-color: #f2f2f2;
  padding: 41px 30px 40px;
  overflow: hidden;
}

.sidebar__tags-list {
  position: relative;
  display: block;
  margin-left: -5px;
  margin-right: -5px;
}

.sidebar__tags-list li {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0px 5px 0px;
  margin-bottom: 10px;
}

.sidebar__tags-list li a {
  position: relative;
  display: block;
  color: var(--thm-gray);
  font-size: 13px;
  font-weight: 500;
  background: #ffffff;
  padding: 3px 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__tags-list li a:hover {
  color: #ffffff;
  background: var(--thm-base);
}

.shop-details__img-box-img .img-box {
  position: relative;
  display: block;
}

.shop-details__img-box-img .img-box img {
  width: 100%;
}

.shop-details__img-box-img .img-box .overlay-content {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 65px;
  height: 30px;
  background: var(--thm-base);
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-details__img-box-img .img-box .overlay-content p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.shop-details__content-reveiw .left {
  position: relative;
  display: inline-block;
  color: #74787c;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 5px;
}

.blog-page {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 1;
}

.blog-page__content {
  position: relative;
  display: block;
}

.blog-page__content .blog-one__single-img .date-box {
  left: auto;
  right: 70px;
}

.blog-page__content .blog-one__single__content {
  box-shadow: none;
  padding: 40px 0px 0px;
  padding-right: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.blog-page__content .blog-one__single-img .inner {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.blog-page__content .blog-one__single__content h2 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 21px;
}

.blog-page__content .blog-one__single__content p {
  margin: 0;
  margin-bottom: 0px;
}

.blog-page__content .blog-one__single__content .text2 {
  margin: 0;
  margin-bottom: 0px;
  margin-top: 4px;
}

.blog-page__content .blog-one__single__content .bottom-box {
  position: relative;
  display: block;
  border-top: 0px solid #e4e4ea;
  padding-top: 0px;
  margin-top: 18px;
}

.blog-page__content .blog-one__single__content .bottom-box .read-more-btn a {
  text-transform: uppercase;
}

.blog-page__content .blog-one__single__content .bottom-box .read-more-btn a span:before {
  position: relative;
  display: inline-block;
  color: var(--thm-gray);
  font-size: 15px;
  font-weight: 700;
  top: 2px;
  margin-left: 11px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-page__content .blog-one__single__content .bottom-box .read-more-btn a:hover span:before {
  color: var(--thm-base);
}

.blog-page__content .styled-pagination {
  padding-top: 30px;
}

.shop-details__product-quantity-box input.quantity-spinner.form-control {
  position: relative;
  display: block;
  padding: 0;
  width: 50px;
  flex: none;
  height: 60px;
  color: var(--thm-black);
  font-size: 16px;
  font-weight: 500;
  outline: none;
  margin: 0 auto;
  text-align: center;
  border: none;
  font-family: var(--thm-font);
  z-index: 5;
  left: 50px;
}

.shop-details__product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn {
  position: relative;
  display: block;
  margin-left: 0px;
  background: #f1f3f2;
  color: var(--thm-black);
  cursor: pointer;
  height: 60px;
  width: 50px;
  margin: 0;
  padding: 0;
}

.shop-details__product-quantity-box .form-control {
  background: #f1f3f2;
}

.shop-details__product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
  position: absolute;
  top: 11px;
  left: 0px;
  right: 10px;
  width: 100%;
  height: 100%;
  font-family: 'icomoon' !important;
  content: "\e945";
  color: var(--thm-black);
  font-size: 15px;
  padding: 0;
  line-height: 60px;
  width: 35px;
  height: 35px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  transform: rotate(90deg);
}

.shop-details__product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
  position: absolute;
  top: 11px;
  left: 10px;
  width: 100%;
  height: 100%;
  font-family: 'icomoon' !important;
  content: "\e946";
  color: var(--thm-black);
  font-size: 15px;
  padding: 0;
  line-height: 60px;
  width: 35px;
  height: 35px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: rotate(90deg);
  font-weight: 700;
}

.single-review-box .img-box {
  position: absolute;
  top: 9px;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.single-review-box .img-box img {
  width: 100%;
  border-radius: 50%;
}

.single-review-box .text-box {
  position: relative;
  display: block;
  padding-left: 25px;
}

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

.single-review-box .text-box .review-box ul {
  position: relative;
  display: block;
}

.single-review-box .text-box .review-box ul li {
  position: relative;
  display: inline-block;
}

.single-review-box .text-box .review-box ul li i:before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 15px;
}

.single-review-box .text-box .review-box {
  padding: 0 0 10px;
}

.single-review-box .text-box h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 6px;
}

.single-review-box .text-box h5 span {
  color: #757575;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--thm-font-2);
}

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

.review-form .title-box {
  position: relative;
  display: block;
  padding-bottom: 24px;
}

.review-form .title-box h2 {
  font-size: 30px;
  font-weight: 600;
}

.shop-details__tab-reviews .review-form .button-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 35px;
}

.shop-details__tab-reviews .review-form .button-box .left {
  position: relative;
  display: block;
}

.shop-details__tab-reviews .review-form .button-box .left .thm-btn::before {
  z-index: -1;
}

.shop-details__tab-reviews .review-form .button-box .right {
  position: relative;
  display: block;
  padding-left: 20px;
}

.footer-one--three .footer-widget__single-blog-list li .text-box span {
  color: #000000;
}

.contact-one--two__img .inner {
  position: relative;
  display: block;
  clip-path: polygon(50% 0%, 100% 30%, 100% 100%, 0 100%, 0 30%);
}

.sidebar {
  position: relative;
  display: block;
}

.sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.sidebar-single .title-box {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.sidebar-single .title-box h2 {
  color: var(--thm-black);
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  text-transform: capitalize;
}

.sidebar__news {
  position: relative;
  display: block;
  background-color: #f1f3f2;
  padding: 42px 30px 50px;
}

.sidebar__news-list {
  position: relative;
  display: block;
  line-height: 0;
}

.sidebar__news-list li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.sidebar__news-list li:last-child {
  margin-bottom: 0;
}

.sidebar__news-list li .img-box {
  position: relative;
  display: block;
}

.sidebar__news-list li .img-box img {
  width: 100%;
}

.sidebar__news-list li .text-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 15px;
  margin-top: -12px;
}

.sidebar__news-list li .text-box h4 {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 11px;
}

.sidebar__news-list li .text-box h4 a {
  color: var(--thm-base);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar__news-list li .text-box h4 a:hover {
  color: var(--thm-primary);
}

.sidebar__news-list li .text-box span {
  color: var(--thm-gray);
  font-size: 12px;
  font-weight: 500;
}

.sidebar__newsletter-form .button-box {
  position: relative;
  display: block;
  margin-top: 20px;
}

.sidebar__newsletter-form .button-box .thm-btn {
  width: 100%;
  border-radius: 0px;
}

.contact-page__content .title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.contact-page__content .title h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  text-transform: capitalize;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 60px;
  border: 1px solid #dcdfe2;
  color: #999999;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  font-style: normal;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
  transition: all 500ms ease;
  font-family: var(--thm-font-2);
  outline: none;
}

.comment-form__input-box textarea {
  width: 100%;
  height: 200px;
  background-color: #ffffff;
  border: 1px solid #dcdfe2;
  outline: none;
  color: #999999;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 3px;
  padding: 12px 20px 20px;
  font-family: var(--thm-font-2);
  resize: none;
  height: 200px;
}

.blog-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 1;
}

.blog-details .blog-one__single {
  margin-bottom: 39px;
}

.blog-details .blog-one__single__content .meta-box {
  display: inline-block;
  background: #f2f2f2;
  padding: 25px 45px 25px;
  margin-top: -45px;
  margin-bottom: 19px;
  z-index: 5;
}

.blog-details .blog-one__single__content .meta-box li {
  margin-right: 15px;
}

.blog-details__content .blog-one__single-img .date-box {
  left: auto;
  right: 70px;
}

.blog-details__content .blog-one__single__content {
  box-shadow: none;
  padding: 0px 0px 0px;
  padding-right: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.blog-details__content .blog-one__single-img .inner {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.blog-details__content .blog-one__single__content h2 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 21px;
}

.blog-details__content .blog-one__single__content p {
  margin: 0;
  margin-bottom: 0px;
}

.blog-details__content .blog-one__single__content .text2 {
  margin: 0;
  margin-bottom: 0px;
  margin-top: 14px;
}

.blog-details__text1 .img-box {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.blog-details__text1 .img-box img {
  width: 100%;
}

.blog-details__text1 .text-box2 .text-box {
  position: relative;
  display: block;
}

.blog-details__text1 .text-box2 .text-box p {
  margin: 0;
}

.author-one .inner {
  position: relative;
  display: block;
  padding-left: 130px;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  position: relative;
  display: block;
  background: #fcfcfc;
  width: 100%;
  height: 60px;
  border: 1px solid #dcdfe2;
  color: var(--thm-gray);
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
  transition: all 500ms ease;
  font-family: var(--thm-font);
  outline: none;
}

.comment-form__input-box textarea {
  width: 100%;
  height: 200px;
  background-color: #fcfcfc;
  border: 1px solid #dcdfe2;
  outline: none;
  color: var(--thm-gray);
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  border-radius: 3px;
  padding: 12px 20px 20px;
  font-family: var(--thm-font);
  resize: none;
}

.cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb,
.cart-table-box .cart-table tbody tr .prod-column .column-box .title {
  display: table-cell;
  vertical-align: middle;
}

.cart-table-box .cart-table tbody tr .prod-column .column-box .title {
  padding-left: 20px;
}

.cart-table-box .cart-table tbody tr .prod-column .column-box .title h3 {
  color: #25283a;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--thm-font);
}

.cart-button-box .apply-coupon .inner {
  position: relative;
  display: block;
  padding-left: 270px;
}

.cart-button-box .apply-coupon .apply-coupon-button button.thm-btn::before {
  z-index: -1;
}

.cart-button-box .update-cart button.thm-btn::before {
  z-index: -1;
}

.cart-totals-form button.thm-btn {
  text-transform: capitalize;
}

.cart-totals-form button.thm-btn::before {
  z-index: -1;
}

.cart-area .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  display: none;
}

.checkout-area .form .title {
  position: relative;
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

.checkout-area .form .title h3 {
  color: var(--thm-black);
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--thm-font);
}

.checkout-area .form form .field-input .nice-select {
  border-radius: 0px;
  border: 1px solid #e0e0e0;
  color: rgba(var(--thm-gray-rgb), 0.5);
  font-size: 15px;
  font-weight: 400;
  height: 60px;
  line-height: 58px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  width: 100%;
}

.checkout-area .form form .field-input .nice-select:after {
  border-bottom: 2px solid var(--thm-black);
  border-right: 2px solid var(--thm-black);
}

.checkout-area__sidebar-single .title {
  position: relative;
  display: block;
  border-bottom: 1px solid #e4e2e0;
  padding-bottom: 11px;
}

.checkout-area__sidebar-single .title h3 {
  color: var(--thm-black);
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  font-family: var(--thm-font);
}

.checkout-area__sidebar-single ul li .text-box {
  position: relative;
  display: flex;
  align-items: center;
}

.checkout-area__sidebar-single ul li .text-box .img-box {
  position: relative;
  display: block;
  margin-right: 15px;
}

.checkout-area__sidebar-single ul li .text-box .img-box img {
  width: 100%;
}

.checkout-area__sidebar-single ul li .title-box {
  position: relative;
  display: block;
}

.checkout-area__sidebar-single ul li .title-box p {
  color: var(--thm-black);
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}

.checkout-area__sidebar-single ul li .title-box p span {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}

.checkout__payment-btn .thm-btn {
  width: 100%;
  text-align: center;
  border-radius: 0px;
  text-transform: none;
}

.checkout__payment-btn .thm-btn::before {
  z-index: -1;
}

.checkout__payment-btn .thm-btn::after {
  border-radius: 0;
}

.shop-page-title .title {
  color: var(--thm-black);
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 6px;
  text-transform: uppercase;
  font-family: var(--thm-font);
}

.login-register-area .form button.thm-btn::before {
  z-index: -1;
}

.cta-rating {
  background: #ffffff;
  border-radius: 10px;
  padding: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.6);
  position: relative;
  overflow: visible;
}

.cta-rating::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(204, 204, 202, 0.15), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.cta-rating__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #075f33;
}

.cta-rating__header .fa-star {
  font-size: 1.4rem;
}

.cta-rating__stars {
  position: relative;
  display: inline-block;
  color: #f1c40f;
  font-size: 2.4rem;
  line-height: 1;
}

.cta-rating__stars-background, .cta-rating__stars-foreground {
  display: flex;
  gap: 0.2rem;
}

.cta-rating__stars-background {
  color: #e0e0e0;
}

.cta-rating__stars-foreground {
  color: #f1c40f;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  transition: width 0.4s ease;
}

.cta-rating__value {
  margin-top: 0.75rem;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-weight: 600;
}

.cta-rating__score {
  font-size: 1.4rem;
  color: #075f33;
}

.cta-rating__count {
  font-size: 0.95rem;
  color: #7f8c8d;
}

.star:hover {
  transform: scale(1.2);
  color: #ffd700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.star.active {
  color: #ffd700;
  text-shadow: 0 0 15px rgba(255, 215, 0, 0.7);
}

.rating-display {
  margin-left: 15px;
  font-weight: bold;
  color: #212529; 
  font-size: 1.2rem;
}

.star:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
  transform: scale(1.15);
}

.rating-stars {
  font-size: 1.8rem;
  cursor: pointer;
  user-select: none;
  margin: 10px 0;
  display: inline-flex;
  align-items: center;
  gap: 25px; 
}

.star {
  color: #bbb; 
  transition: all 0.3s ease;
  margin: 0 3px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem !important;
  line-height: 1;
  cursor: pointer;
  transform-origin: center;
}

.star:focus-visible {
  outline: 2px solid #007bff;
  outline-offset: 2px;
  border-radius: 6px;
}

.star:hover, .star:focus-visible {
  transform: scale(1.15);
}

.copyright p a {
  color: #FFFFFF;
}

.page_header__inner_title {
  color: #ffffff;
  font-size: 3rem;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
  text-align: center;
}

.testimonials-one__form33 {
  position: relative;
  bottom: 0;
  display: block;
  background-color: #ffffff;
  
  padding: 43px 40px 55px;
  max-width: 1500px;
  width: 100%;
  
}

div.page-header__inner p {
  font-size: 1.5rem
}

.select2-container {box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}

.select2-container .select2-selection--single {box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}

.select2-container .select2-selection--single .select2-selection__rendered {display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

.select2-container .select2-selection--single .select2-selection__clear {position:relative}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {padding-right:8px;padding-left:20px}

.select2-container .select2-selection--multiple {box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}

.select2-container .select2-selection--multiple .select2-selection__rendered {display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}

.select2-container .select2-search--inline {float:left}

.select2-container .select2-search--inline .select2-search__field {box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {-webkit-appearance:none}

.select2-dropdown {background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}

.select2-results__option {padding:6px;user-select:none;-webkit-user-select:none}

.select2-results__option[aria-selected] {cursor:pointer}

.select2-container--open .select2-dropdown {left:0}

.select2-search--dropdown .select2-search__field {padding:4px;width:100%;box-sizing:border-box}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {-webkit-appearance:none}

.select2-container--default .select2-selection--single {background-color:#fff;border:1px solid #aaa;border-radius:4px}

.select2-container--default .select2-selection--single .select2-selection__rendered {color:#444;line-height:28px}

.select2-container--default .select2-selection--single .select2-selection__clear {cursor:pointer;float:right;font-weight:bold}

.select2-container--default .select2-selection--single .select2-selection__placeholder {color:#999}

.select2-container--default .select2-selection--single .select2-selection__arrow {height:26px;position:absolute;top:1px;right:1px;width:20px}

.select2-container--default .select2-selection--single .select2-selection__arrow b {border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {float:left}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {left:1px;right:auto}

.select2-container--default.select2-container--disabled .select2-selection--single {background-color:#eee;cursor:default}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {display:none}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}

.select2-container--default .select2-selection--multiple {background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {list-style:none}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {color:#999;margin-top:5px;float:left}

.select2-container--default .select2-selection--multiple .select2-selection__clear {cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}

.select2-container--default .select2-selection--multiple .select2-selection__choice {background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {color:#333}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {float:right}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {margin-left:5px;margin-right:auto}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {margin-left:2px;margin-right:auto}

.select2-container--default.select2-container--focus .select2-selection--multiple {border:solid black 1px;outline:0}

.select2-container--default.select2-container--disabled .select2-selection--multiple {background-color:#eee;cursor:default}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {display:none}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {border-top-left-radius:0;border-top-right-radius:0}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {border-bottom-left-radius:0;border-bottom-right-radius:0}

.select2-container--default .select2-search--dropdown .select2-search__field {border:1px solid #aaa}

.select2-container--default .select2-search--inline .select2-search__field {background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}

.select2-container--default .select2-results>.select2-results__options {max-height:200px;overflow-y:auto}

.select2-container--default .select2-results__option[role=group] {padding:0}

.select2-container--default .select2-results__option[aria-disabled=true] {color:#999}

.select2-container--default .select2-results__option[aria-selected=true] {background-color:#ddd}

.select2-container--default .select2-results__option .select2-results__option {padding-left:1em}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {padding-left:0}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {margin-left:-1em;padding-left:2em}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {margin-left:-2em;padding-left:3em}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {margin-left:-3em;padding-left:4em}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {margin-left:-4em;padding-left:5em}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {margin-left:-5em;padding-left:6em}

.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color:#5897fb;color:white}

.select2-container--default .select2-results__group {cursor:default;display:block;padding:6px}

.select2-container--classic .select2-selection--single {background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}

.select2-container--classic .select2-selection--single:focus {border:1px solid #5897fb}

.select2-container--classic .select2-selection--single .select2-selection__rendered {color:#444;line-height:28px}

.select2-container--classic .select2-selection--single .select2-selection__clear {cursor:pointer;float:right;font-weight:bold;margin-right:10px}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {color:#999}

.select2-container--classic .select2-selection--single .select2-selection__arrow {background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {float:left}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}

.select2-container--classic.select2-container--open .select2-selection--single {border:1px solid #5897fb}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {background:transparent;border:none}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {list-style:none;margin:0;padding:0 5px}

.select2-container--classic .select2-search--dropdown .select2-search__field {border:1px solid #aaa;outline:0}

.select2-container--classic .select2-search--inline .select2-search__field {outline:0;box-shadow:none}

.select2-container--classic .select2-dropdown {background-color:#fff;border:1px solid transparent}

.select2-container--classic .select2-results__option[role=group] {padding:0}

.select2-container--classic .select2-results__option[aria-disabled=true] {color:grey}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {background-color:#3875d7;color:#fff}

.select2-container--classic.select2-container--open .select2-dropdown {border-color:#5897fb}
