.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--thm-white);
  margin-right: 30px;
  top: 15px;
}
.nav-logo img {
  width: 150px;
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 99;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all e 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  transform: translateX(0);
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}
.menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.mobile-menu-visible .menu-backdrop {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--thm-white);
  padding: 0;
  z-index: 5;
  box-shadow: -9px 0 14px 0 rgb(0 0 0/6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  color: #292b37;
  cursor: pointer;
  z-index: 10;
  transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
  transform: rotate(1turn);
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
.mobile-menu .navigation ul {
  padding: 0;
  margin: 0;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 60px 10px 25px;
  font-size: 16px;
  font-weight: 700;
  color: var(--thm-black);
  text-transform: capitalize;
  transition: all 0.5s ease;
  border: none;
}
.mobile-menu .navigation li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
  margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  transition: all 0.5s ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 15px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: var(--thm-white);
  background: var(--thm-primary);
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.5s ease;
  z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn i {
  transition: all 0.5s ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open i {
  transform: rotate(45deg);
  color: var(--thm-primary);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}
.mobile-menu .social-links ul {
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0 6px 10px;
}
.mobile-menu .social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: var(--thm-heading-font-color);
  transition: all 0.5s ease;
  border: 1px solid var(--thm-body-font-color);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.mobile-menu .social-links li a:hover {
  border-color: var(--thm-primary);
  background: var(--thm-primary);
  color: var(--thm-black);
}
.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: #FF9800;
  display: none;
  padding: 29px 0 30px;
  z-index: 5;
}
.mobile-menu .contact-info {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 25px 0;
}
.mobile-menu .contact-info .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: var(--thm-primary);
  border-radius: 50%;
}
.mobile-menu .contact-info .icon-box span {
  position: relative;
  display: inline-block;
  color: var(--thm-black);
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
}
.mobile-menu .contact-info p {
  margin: 0 0 0 15px;
  font-weight: 600;
}
.mobile-menu .contact-info p a {
  color: var(--thm-black);
}
.mobile-menu .contact-info p a:hover {
  color: var(--thm-primary);
}
@keyframes menu_sticky {
  0% {
    margin-top: -90px;
  }
  50% {
    margin-top: -50px;
  }
  to {
    margin-top: 0;
  }
}
.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background: #ffffff;
  animation: fadeInDown 1s ease-in-out 0s 1 normal none running;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
  z-index: 99;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  transition: all 0.25s ease-in-out;
}
.sticky-menu .navbar-wrap ul li a {
  padding: 35px 0;
}
.main-header {
  width: 100%;
  z-index: 99;
}
.main-header,
.menu-area__inner,
.menu-wrap {
  position: relative;
  display: block;
}
.menu-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.logo-box-one,
.logo-box-one a {
  position: relative;
}
.logo-box-one a {
  display: inline-block;
}
.navbar-wrap {
  position: relative;
}
.navbar-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 0 auto;
}
.navbar-wrap ul li {
  position: relative;
  display: block;
  list-style: none;
}
.navbar-wrap ul li + li {
  margin-left: 37px;
}
.navbar-wrap ul li a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--thm-body-font);
  padding: 29px 0 28px;
  z-index: 1;
}
.navbar-wrap > ul > li:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 4px;
  background: #ffffff;
  border-radius: 5px 5px 0 0;
  transition: transform 0.7s ease;
  transform: scaleX(0);
  transform-origin: left center;
  content: "";
}
.navbar-wrap > ul > li.active:after,
.navbar-wrap > ul > li:hover:after {
  transform: scale(1);
  transform-origin: left center;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
  color: #ffffff;
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
  display: none;
}
.navbar-wrap > ul > li.menu-item-has-children > a {
  margin-right: 20px;
}
.navbar-wrap > ul > li.menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  right: -20px;
  content: "\e915";
  font-weight: 700;
  font-family: icomoon !important;
  font-size: 15px;
  line-height: 15px;
  transition: 0.3s linear;
  transform: translateY(-50%);
}
.navbar-wrap > ul > li.menu-item-has-children.active > a:after {
  color: #ffffff;
}
.navbar-wrap ul li .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  min-width: 230px;
  border: 0 solid #f5f5f5;
  background: var(--thm-white);
  margin: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 30px 70px 0 hsla(216, 2%, 55%, 0.15);
  border-radius: 0;
  padding: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.navbar-wrap ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.navbar-wrap ul li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}
.navbar-wrap ul li .sub-menu li {
  margin-left: 0;
  text-align: left;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.navbar-wrap ul li .sub-menu li:last-child {
  border-bottom: none;
}
.navbar-wrap ul li .sub-menu li a {
  padding: 15px 15px 13px 25px;
  line-height: 1.4;
  font-weight: 500;
  color: #5d5d5d;
  background: var(--thm-white);
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li .sub-menu li a:hover {
  color: var(--thm-white);
  background: var(--thm-primary);
}
.main-header-one {
  position: relative;
  display: block;
  /* background: #011c39; */
  z-index: 11;
}
.main-header-one .menu-nav {
  display: block;
}
.main-header-one__outer {
  position: relative;
  display: block;
}
.main-header-one__outer .auto-container {
  max-width: 1950px;
  width: 100%;
}
.logo-box-one {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 304px;
  height: 135px;
  z-index: 1;
}
.logo-box-one,
.logo-box-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.logo-box-one__bg {
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: -1;
}
.logo-box-one__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* background: rgba(1, 28, 57, 0.99); */
  content: "";
  z-index: -2;
}
.main-header-one__inner,
.main-header-one__right,
.main-header-one__top {
  position: relative;
  display: block;
}
.main-header-one__top {
  padding: 15px 0 15px 50px;
  z-index: 1;
}
.main-header-one__top-pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -999999px;
  background-attachment: scroll;
  background-repeat: repeat-x;
  background-position: 50%;
  z-index: -1;
}
.main-header-one__top-pattern:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    #ff9040 -20%,
    rgba(0, 162, 255, 0.65) 1076%
  );
  content: "";
}
.main-header-one__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-contact-info,
.main-header-one__top-left {
  position: relative;
  display: block;
}
.header-contact-info ul,
.header-contact-info ul li {
  position: relative;
  display: flex;
  align-items: center;
}
.header-contact-info ul li {
  padding-right: 25px;
  margin-right: 25px;
}
.header-contact-info ul li:before {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 2px;
  width: 1px;
  background: #53545a;
  content: "";
}
.header-contact-info ul li:last-child:before {
  display: none;
}
.header-contact-info ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header-contact-info ul li .icon-box {
  position: relative;
  display: block;
  padding-right: 10px;
}
.header-contact-info ul li .icon-box span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
}
.header-contact-info ul li p {
  color: var(--thm-white);
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}
.header-contact-info ul li p a {
  color: var(--thm-white);
}
.header-contact-info ul li p a:hover {
  color: var(--thm-primary);
}
.main-header-one__top-right {
  position: relative;
  display: block;
  z-index: 1;
}
.main-header-one__top-right:before {
  position: absolute;
  top: -21px;
  left: 0;
  bottom: -20px;
  right: -320px;
  background: linear-gradient(90deg, #186265, rgba(24, 98, 101, 0));
  content: "";
  z-index: -1;
}
.header-social-links {
  position: relative;
  display: block;
  padding-left: 30px;
}
.header-social-links:before {
  top: -21px;
  border-bottom: 28px solid transparent;
}
.header-social-links:after,
.header-social-links:before {
  content: "";
  position: absolute;
  left: -25px;
  width: 25px;
  height: 28px;
  border-right: 25px solid var(--thm-secondary);
}
.header-social-links:after {
  bottom: -20px;
  border-top: 28px solid transparent;
}
.header-social-links ul {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 0;
}
.header-social-links ul li {
  position: relative;
  display: block;
  margin-right: 20px;
}
.header-social-links ul li:last-child {
  margin-right: 0;
}
.header-social-links ul li a {
  position: relative;
  display: block;
  color: var(--thm-white);
}
.header-social-links ul li a:hover {
  color: var(--thm-primary);
}
.header-social-links ul li a span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
}
.main-header-one__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content:center;
  padding-left: 51px;
  z-index: 1;
}
.main-header-one__bottom:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -99999px;
  background: #0d4250;
  content: "";
  z-index: -1;
}
.main-header-one__bottom-left {
  position: relative;
  display: block;
}
.main-header-one__bottom-right {
  position: relative;
  display: flex;
  align-items: center;
}
.main-header-one__bottom-right .search-box {
  position: relative;
  display: block;
}
.main-header-one__bottom-right .search-box a {
  position: relative;
  display: block;
  color: #011c39;
  font-size: 27px;
  line-height: 27px;
  font-weight: 700;
}
.main-header-one__bottom-right .btn-box {
  position: relative;
  display: block;
  margin-left: 26px;
}
.main-header-one__bottom-right .btn-box .thm-btn:after {
  background-color: var(--thm-white);
}
.sticky-menu .main-header-one__top {
  display: none;
}
.sticky-menu .logo-box-one {
  height: 94px;
}
.main-header-two,
.main-header-two__outer {
  position: relative;
  display: block;
}
.main-header-two__outer {
  padding-left: 420px;
}
.logo-box-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.logo-box-two:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100000px;
  bottom: 0;
  right: 0;
  border-bottom: 130px solid var(--thm-primary);
  border-right: 70px solid transparent;
  z-index: -1;
}
.logo-box-two a {
  position: relative;
  display: block;
}
.logo-box-two a img {
  width: 100%;
}
.main-header-two__inner {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 200px;
}
.main-header-two__top {
  position: relative;
  display: block;
  z-index: 1;
}
.main-header-two__top-pattern {
  position: absolute;
  top: 0;
  left: -99999px;
  bottom: 0;
  right: -99999px;
  background-attachment: scroll;
  background-repeat: repeat-x;
  background-position: 50%;
  z-index: -1;
}
.main-header-two__top-pattern:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    #121213 -20%,
    rgba(18, 18, 19, 0.6) 1076%
  );
  content: "";
  z-index: -2;
}
.main-header-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header-two__top-left,
.main-header-two__top-right {
  position: relative;
  display: block;
}
.main-header-two__top-right .inner {
  position: relative;
  display: flex;
  align-items: center;
}
.main-header-two__top-right .inner .header-social-links {
  padding-left: 0;
}
.main-header-two__top-right .inner .header-social-links:after,
.main-header-two__top-right .inner .header-social-links:before {
  display: none;
}
.main-header-two__top-right .inner .btn-box {
  position: relative;
  display: block;
  margin-left: 40px;
}
.main-header-two__top-right .inner .btn-box a {
  position: relative;
  display: inline-block;
  color: var(--thm-white);
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  padding: 0 40px;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
  z-index: 1;
}
.main-header-two__top-right .inner .btn-box a:hover {
  color: var(--thm-white);
}
.main-header-two__top-right .inner .btn-box a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0 100%, 6% 50%, 0 0);
  clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0 100%, 6% 50%, 0 0);
  background: var(--thm-primary);
  content: "";
  transition: all 0.2s linear;
  transition-delay: 0.1s;
  z-index: -1;
}
.main-header-two__top-right .inner .btn-box a:hover:before {
  background: #000;
}
.main-header-two__top-right .inner .btn-box a span {
  position: relative;
  display: inline-block;
  color: var(--thm-white);
  font-size: 15px;
  line-height: 15px;
  top: 1px;
  padding-left: 3px;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}
.main-header-two__top-right .inner .btn-box a:hover span {
  color: var(--thm-white);
}
.main-header-two__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 65px;
  z-index: 1;
}
.main-header-two__bottom:before {
  position: absolute;
  top: 0;
  left: -99999px;
  bottom: 0;
  right: -99999px;
  background: var(--thm-white);
  content: "";
  z-index: -1;
}
.main-header-two__bottom-left {
  position: relative;
  display: block;
}
.main-header-two .navbar-wrap ul li a {
  color: #062547;
  padding: 28px 0;
}
.main-header-two .navbar-wrap > ul > li.active > a,
.main-header-two .navbar-wrap > ul > li:hover > a {
  color: var(--thm-primary);
}
.main-header-two .navbar-wrap > ul > li.menu-item-has-children > a:after {
  content: "\e933";
}
.main-header-two
  .navbar-wrap
  > ul
  > li.menu-item-has-children.active
  > a:after {
  color: var(--thm-primary);
}
.main-header-two .navbar-wrap > ul > li:after {
  background: var(--thm-primary);
}
.main-header-two__bottom-right {
  position: relative;
  display: flex;
  align-items: center;
}
.main-header-two__bottom-right .search-box {
  position: relative;
  display: block;
  padding-right: 20px;
  margin-right: 20px;
}
.main-header-two__bottom-right .search-box:before {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 2px;
  width: 2px;
  background: #edeef0;
  content: "";
}
.main-header-two__bottom-right .search-box a {
  position: relative;
  display: inline-block;
  color: var(--thm-black);
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  top: 4px;
}
.main-header-two__bottom-right .search-box a:hover {
  color: var(--thm-primary);
}
.main-header__language-switcher {
  position: relative;
  display: block;
  margin-right: 25px;
  padding-right: 25px;
}
.main-header__language-switcher:before {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 1px;
  width: 2px;
  background: #efefef;
  content: "";
}
.main-header__language-switcher .language-switcher {
  position: relative;
  display: block;
}
.main-header__language-switcher .language-switcher form {
  position: relative;
  display: block;
  width: 35px;
}
.main-header__language-switcher .language-switcher form .select-box {
  position: relative;
  display: block;
}
.main-header__language-switcher .nice-select {
  background-color: #fff;
  border-radius: 0;
  color: var(--thm-black);
  font-size: 16px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  font-family: var(--thm-body-font);
}
.main-header__language-switcher .nice-select:after {
  right: 0;
  margin-top: -4px;
  border-bottom: 1px solid var(--thm-black);
  border-right: 1px solid var(--thm-black);
}
.main-header__language-switcher .nice-select .list {
  width: 65px;
  background-color: var(--thm-primary);
}
.main-header-two__bottom-right .contact-box {
  position: relative;
  display: flex;
  align-items: center;
}
.main-header-two__bottom-right .contact-box .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #010232;
  border-radius: 50%;
}
.main-header-two__bottom-right .contact-box .icon-box:before {
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  border: 1px solid #e6e5ea;
  border-radius: 50%;
  content: "";
}
.main-header-two__bottom-right .contact-box .icon-box span {
  position: relative;
  display: inline-block;
  color: var(--thm-primary);
  font-size: 15px;
  line-height: 15px;
}
.main-header-two__bottom-right .contact-box .text {
  position: relative;
  display: block;
  margin-left: 20px;
}
.main-header-two__bottom-right .contact-box .text p {
  margin: 0;
}
.main-header-two__bottom-right .contact-box .text p a {
  color: #020231;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.main-header-two__bottom-right .contact-box .text p a:hover {
  color: var(--thm-primary);
}
.sticky-menu .main-header-two__top {
  display: none;
}
.sticky-menu .logo-box-two {
  position: absolute;
  width: 400px;
  height: 80px;
}
.sticky-menu .logo-box-two:before {
  border-bottom: 80px solid var(--thm-primary);
  border-right: 40px solid transparent;
}
.main-header-three {
  position: absolute;
  top: 0;
  z-index: 3;
}
.main-header-three__inner {
  position: relative;
  display: block;
  padding-left: 110px;
}
.logo-box-three {
  position: absolute;
  top: 30px;
  left: -210px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 120px;
  background: var(--thm-primary);
  border-radius: 4px;
  z-index: 5;
}
.logo-box-three a {
  position: relative;
  display: inline-block;
}
.logo-box-three a img {
  width: 100%;
}
.main-header-three__top {
  position: relative;
  display: block;
  padding: 19px 0;
  z-index: 1;
}
.main-header-three__top-pattern {
  position: absolute;
  top: 0;
  left: -99999px;
  bottom: 0;
  right: -99999px;
  background-attachment: scroll;
  background-repeat: repeat-x;
  background-position: 50%;
  z-index: -1;
}
.main-header-three__top-pattern:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    #121213 -20%,
    rgba(18, 18, 19, 0.85) 1076%
  );
  content: "";
  z-index: -2;
}
.main-header-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-contact-info-style2,
.main-header-three__top-left {
  position: relative;
  display: block;
}
.header-contact-info-style2 ul,
.header-contact-info-style2 ul li {
  position: relative;
  display: flex;
  align-items: center;
}
.header-contact-info-style2 ul li {
  margin-right: 30px;
}
.header-contact-info-style2 ul li:last-child {
  margin-right: 0;
}
.header-contact-info-style2 ul li .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(var(--thm-primary-rgb), 0.1);
}
.header-contact-info-style2 ul li .icon-box span {
  position: relative;
  display: inline-block;
  color: var(--thm-primary);
  font-size: 20px;
  line-height: 20px;
}
.header-contact-info-style2 ul li .text-box {
  position: relative;
  display: block;
  margin-left: 15px;
}
.header-contact-info-style2 ul li .text-box p {
  color: rgba(var(--thm-white-rgb), 0.8);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.header-contact-info-style2 ul li .text-box h4 {
  color: var(--thm-white);
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  font-family: var(--thm-body-font);
}
.header-contact-info-style2 ul li .text-box h4 a {
  color: var(--thm-white);
  background: linear-gradient(90deg, currentcolor 0, currentcolor) 0 95% /0 1px no-repeat;
  color: inherit;
  transition: all 0.5s ease;
}
.header-contact-info-style2 ul li .text-box h4 a:hover {
  background-size: 100% 1px;
}
.main-header-three__top-right {
  position: relative;
  display: block;
}
.main-header-three__top-right .title {
  position: relative;
  display: block;
  margin-bottom: 6px;
}
.main-header-three__top-right .title p {
  color: rgba(var(--thm-white-rgb), 0.8);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.main-header-three__top-right .social-links {
  position: relative;
  display: block;
}
.main-header-three__top-right .social-links a {
  position: relative;
  display: inline-block;
  color: var(--thm-white);
}
.main-header-three__top-right .social-links a:hover {
  color: var(--thm-primary);
}
.main-header-three__top-right .social-links a + a {
  margin-left: 15px;
}
.main-header-three__top-right .social-links a span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
}
.main-header-three__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header-three__bottom-left {
  position: relative;
  display: block;
}
.main-header-three .navbar-wrap > ul > li:after {
  display: none;
}
.main-header-three .navbar-wrap > ul > li.menu-item-has-children > a:after {
  content: "\e933";
}
.main-header-three .navbar-wrap ul li a {
  color: var(--thm-white);
}
.main-header-three .navbar-wrap > ul > li.active > a,
.main-header-three
  .navbar-wrap
  > ul
  > li.menu-item-has-children.active
  > a:after,
.main-header-three .navbar-wrap > ul > li:hover > a {
  color: var(--thm-primary);
}
.main-header-three__bottom-right {
  position: relative;
  display: flex;
  align-items: center;
}
.main-header-three__bottom-right .search-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-right: 25px;
  margin-right: 25px;
}
.main-header-three__bottom-right .search-box:before {
  position: absolute;
  top: -2px;
  right: 0;
  bottom: -2px;
  width: 1.5px;
  background: rgba(var(--thm-white-rgb), 0.2);
  content: "";
}
.main-header-three__bottom-right .search-box a {
  color: var(--thm-white);
  font-size: 28px;
  line-height: 28px;
}
.main-header-three__bottom-right .search-box a:hover {
  color: var(--thm-primary);
}
.main-header-three__bottom-right .btn-box {
  position: relative;
  display: block;
}
.main-header-three__bottom-right .btn-box .thm-btn {
  padding-top: 5px;
  padding-bottom: 5px;
}
.main-header-three__bottom-right .btn-box .thm-btn:before {
  background: var(--thm-black);
}
.main-header-three__bottom-right .navSidebar-button-box {
  position: relative;
  display: block;
  line-height: 0;
  margin-right: 25px;
}
.main-header-three__bottom-right .navSidebar-button-box a {
  position: relative;
  display: inline-block;
  color: var(--thm-white);
}
.main-header-three__bottom-right .navSidebar-button-box a span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
}
.main-header-three__bottom-right .navSidebar-button-box a:hover {
  color: var(--thm-primary);
}
.sticky-menu .main-header-three__inner {
  position: relative;
  display: flex;
  padding-left: 0;
  align-items: center;
  justify-content: space-between;
}
.sticky-menu .main-header-three__top {
  display: none;
}
.sticky-menu .logo-box-three {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 94px;
}
.sticky-menu .main-header-three__bottom-left {
  margin-right: 50px;
}
.main-header-two.style4 {
  position: relative;
  display: block;
}
.main-header-two.style4 .main-header-two__top-right .inner .btn-box a {
  color: var(--thm-black);
}
.main-header-two.style4 .main-header-two__top-right .inner .btn-box a:hover {
  color: var(--thm-primary);
}
.main-header-two.style4 .main-header-two__top-right .inner .btn-box a span {
  color: var(--thm-black);
}
.main-header-two.style4
  .main-header-two__top-right
  .inner
  .btn-box
  a:hover
  span {
  color: var(--thm-white);
}
.main-header-two.style4 .main-header-two__top-pattern:before {
  background: linear-gradient(
    180deg,
    #01011d -20%,
    rgba(15, 15, 16, 0.65) 1076%
  );
}
.footer-one {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 10;
}
.footer-one__bg {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  z-index: -1;
}
.footer-one__bg,
.footer-one__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.footer-one__bg:before {
  background: var(--thm-bg-one);
  opacity: 0.95;
  content: "";
  z-index: -2;
}
.footer-main {
  padding: 90px 0 75px;
}
.footer-main,
.footer-one__top {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.footer-one__top {
  background: #fbe3bf;
  border-radius: 4px;
  padding: 29px 40px;
}
.footer-one__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-one__top-inner .logo-box {
  position: relative;
  display: block;
  padding-right: 42px;
}
.footer-one__top-inner .logo-box:before {
  position: absolute;
  top: -35px;
  right: 0;
  bottom: -34px;
  width: 2px;
  background: #dbbf51;
  content: "";
}
.footer-one__top-inner .logo-box a {
  position: relative;
  display: block;
}
.footer-one__top-inner .logo-box a img {
  width: 100%;
}
.footer-one__top-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* max-width: 950px; */
  width: 100%;
  flex: 1 1;
}
.footer-one__top-right .text {
  position: relative;
  display: block;
  flex: 1 1;
}
.footer-one__top-right .text p {
  color: var(--thm-secondary);
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  font-family: var(--thm-heading-font);
  margin: 0;
}
.footer-one__top-subscribe {
  position: relative;
  display: block;
  /* flex: 1 1; */
}
.footer-one__top-subscribe-form {
  position: relative;
  display: block;
  align-items: center;
  max-width: 485px;
  width: 100%;
}
.footer-one__top-subscribe-form input[type="email"],
.footer-one__top-subscribe-form input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 165px 0 20px;
  background: var(--thm-heading-font-color);
  border: 0 solid var(--thm-white);
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  border-radius: 4px;
  transition: all 0.5s ease;
  font-family: var(--thm-body-font);
  text-transform: none;
  outline: none;
}
.footer-one__top-subscribe-form input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}
.footer-one__top-subscribe-form input:-moz-placeholder,
.footer-one__top-subscribe-form input::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}
.footer-one__top-subscribe-form input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}
.footer-one__top-subscribe-form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
}
.footer-one__top-subscribe-form button.thm-btn:after {
  background: #ff9040;
}
.footer-one__top-subscribe-form button.thm-btn:before {
  background: var(--thm-white);
}
.footer-one__top-subscribe-form button.thm-btn {
  color: var(--thm-white);
}
.footer-one__top-subscribe-form button.thm-btn i {
  margin-left: 9px;
  font-size: 12px;
  font-weight: 700;
}
.footer-one__top-subscribe-form button.thm-btn:hover {
  color: var(--thm-secondary);
}
.footer-main__bottom {
  padding: 90px 0 0;
}
.footer-main__bottom,
.single-footer-widget,
.single-footer-widget .title {
  position: relative;
  display: block;
}
.single-footer-widget .title {
  margin-top: -8px;
}
.single-footer-widget .title h2 {
  color: #ff9040;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
.footer-widget__about {
  position: relative;
  display: block;
  max-width: 330px;
  width: 100%;
}
.footer-widget__about-inner {
  position: relative;
  display: block;
  margin-top: 28px;
}
.footer-widget__about-inner .text1 {
  color: #eaece8;
  font-weight: 500;
  margin-bottom: 14px;
}
.footer-widget__about-inner .text2 {
  color: var(--thm-white);
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.footer-widget__about-inner .text3 {
  color: #eaece8;
  font-weight: 500;
}
.footer-social-link {
  margin-top: 26px;
}
.footer-social-link,
.footer-social-link a {
  position: relative;
  display: flex;
  align-items: center;
}
.footer-social-link a {
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: var(--thm-secondary);
}
.footer-social-link a + a {
  margin-left: 10px;
}
.footer-social-link a span {
  position: relative;
  display: inline-block;
  color: var(--thm-white);
  font-size: 15px;
  line-height: 15px;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}
.footer-social-link a:hover span {
  color: var(--thm-primary);
}
.footer-widget__links,
.footer-widget__links-box {
  position: relative;
  display: block;
}
.footer-widget__links-box {
  margin-top: 29px;
}
.footer-widget__links-box ul {
  position: relative;
  display: block;
}
.footer-widget__links-box ul li {
  position: relative;
  display: block;
  margin-bottom: 14px;
}
.footer-widget__links-box ul li:last-child {
  margin-bottom: 0;
}
.footer-widget__links-box ul li a {
  position: relative;
  display: inline-block;
  color: #eaece8;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--thm-body-font);
}
.footer-widget__links-box ul li a:hover {
  color: var(--thm-primary);
}
.footer-widget__links-box ul li a:before {
  position: absolute;
  top: 7px;
  right: -23px;
  color: var(--thm-primary);
  font-size: 15px;
  line-height: 15px;
  font-family: icomoon !important;
  content: "\e936";
  transform: translateX(-10px);
  opacity: 0;
  transition: all 0.2s linear;
}
.footer-widget__links-box ul li a:hover:before {
  transform: translateX(0);
  opacity: 1;
}
.footer-widget__links.services {
  margin-left: 50px;
}
.footer-widget__contact,
.footer-widget__contact-box,
.footer-widget__links.services {
  position: relative;
  display: block;
}
.footer-widget__contact-box {
  margin-top: 35px;
}
.footer-widget__contact-box ul {
  position: relative;
  display: block;
}
.footer-widget__contact-box ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.footer-widget__contact-box ul li:last-child {
  margin-bottom: 0;
}
.footer-widget__contact-box ul li .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(var(--thm-primary-rgb), 0.1);
  border-radius: 50%;
  z-index: 1;
}
.footer-widget__contact-box ul li .icon-box span {
  position: relative;
  display: inline-block;
  color: #ff9040;
  font-size: 20px;
  line-height: 20px;
}
.footer-widget__contact-box ul li .content-box {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1 1;
}
.footer-widget__contact-box ul li .content-box p {
  color: #a3ac9a;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
}
.footer-widget__contact-box ul li .content-box h4 {
  color: #eaece8;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  font-family: var(--thm-body-font);
}
.footer-widget__contact-box ul li .content-box h4 a {
  color: #eaece8;
}
.footer-widget__contact-box ul li .content-box h4 a:hover {
  color: var(--thm-primary);
}
.footer-bottom {
  position: relative;
  display: block;
  background: #436d8d;
  padding: 16px 0;
}
.footer-bottom__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom__inner .copyright-text {
  position: relative;
  display: block;
}
.footer-bottom__inner .copyright-text p {
  color: var(--thm-white);
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}
.footer-bottom__inner .copyright-text p a {
  color: var(--thm-white);
}
.footer-bottom__inner .copyright-text p a:hover {
  color: var(--thm-primary);
}
.footer-bottom__inner .copyright-menu,
.footer-bottom__inner .copyright-menu ul {
  position: relative;
  display: block;
}
.footer-bottom__inner .copyright-menu ul li {
  position: relative;
  display: block;
  float: left;
  padding-right: 25px;
  margin-left: 20px;
}
.footer-bottom__inner .copyright-menu ul li:before {
  position: absolute;
  top: 11px;
  right: 0;
  width: 6px;
  height: 6px;
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 50%;
  content: "";
}
.footer-bottom__inner .copyright-menu ul li:last-child:before {
  display: none;
}
.footer-bottom__inner .copyright-menu ul li a {
  color: var(--thm-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
}
.footer-bottom__inner .copyright-menu ul li a:hover {
  color: var(--thm-primary);
}
.footer-bottom__inner .copyright-menu ul li a span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  top: 1px;
  margin-left: 2px;
  transform: rotate(-45deg);
  transition: all 0.3s linear;
  transition-delay: 0.1s;
}
.footer-bottom__inner .copyright-menu ul li a:hover span {
  transform: rotate(0deg);
}
.footer-one--two {
  position: relative;
  display: block;
  z-index: 1;
}
.footer-one--two .shape1 {
  position: absolute;
  left: 75px;
  bottom: 140px;
  z-index: -1;
}
.footer-one--two .shape2 {
  position: absolute;
  right: 190px;
  bottom: 95px;
  z-index: -1;
}
.footer-one--two .footer-one__bg:before {
  background: var(--thm-black);
}
.footer-one--two .footer-widget__about .logo-box {
  position: relative;
  display: block;
}
.footer-one--two .footer-widget__about .logo-box a {
  position: relative;
  display: inline-block;
}
.footer-one--two .footer-widget__about .logo-box a img {
  width: 100%;
}
.footer-one--two .footer-main__bottom {
  padding: 0;
}
.footer-one--two .footer-main {
  padding: 220px 0 120px;
}
.footer-one--two .footer-widget__about-inner .text1,
.footer-one--two .footer-widget__about-inner .text3 {
  color: rgba(var(--thm-white-rgb), 0.8);
}
.footer-one--two .footer-social-link a {
  border-radius: 2px;
  background: #3c4250;
}
.footer-one--two .single-footer-widget .title h2 {
  color: var(--thm-white);
}
.footer-one--two .footer-widget__links-box ul li a {
  color: rgba(var(--thm-white-rgb), 0.8);
}
.footer-one--two .footer-widget__links-box ul li a:hover {
  color: var(--thm-primary);
}
.single-footer__newsletter {
  position: relative;
  display: block;
  max-width: 305px;
  width: 100%;
}
.single-footer__newsletter-box {
  position: relative;
  display: block;
  margin-top: 29px;
}
.single-footer__newsletter-text1 {
  position: relative;
  display: block;
  margin-bottom: 26px;
}
.single-footer__newsletter-text1 p {
  color: rgba(var(--thm-white-rgb), 0.8);
  font-weight: 500;
}
.single-footer__newsletter-form,
.single-footer__newsletter-form-input {
  position: relative;
  display: block;
}
.single-footer__newsletter-form-input input[type="email"] {
  color: rgba(var(--thm-white-rgb), 0.8);
  font-size: 16px;
  height: 60px;
  width: 100%;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
  border: 2px solid rgba(var(--thm-white-rgb), 0.2);
  border-radius: 4px;
  outline: none;
}
.single-footer__newsletter-form-input
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(var(--thm-white-rgb), 0.8);
}
.single-footer__newsletter-form-input input[type="email"]:-moz-placeholder,
.single-footer__newsletter-form-input input[type="email"]::-moz-placeholder {
  color: rgba(var(--thm-white-rgb), 0.8);
}
.single-footer__newsletter-form-input
  input[type="email"]:-ms-input-placeholder {
  color: rgba(var(--thm-white-rgb), 0.8);
}
.single-footer__newsletter-btn {
  position: relative;
  display: block;
  margin-top: 20px;
}
.single-footer__newsletter-btn button {
  border: none;
  text-align: center;
}
.single-footer__newsletter-btn .thm-btn {
  justify-content: center;
  color: var(--thm-white);
  width: 100%;
}
.single-footer__newsletter-btn .thm-btn:hover {
  color: var(--thm-black);
}
.single-footer__newsletter-btn .thm-btn:before {
  background: var(--thm-white);
}
.footer-one--two .footer-bottom {
  background: #0a0a0a;
  padding: 16px 0;
  margin-bottom: 0;
}
.footer-one.style3 {
  position: relative;
  display: block;
}
.footer-one.style3 .footer-widget__about-inner {
  margin-top: 43px;
}
.footer-one.style3 .single-footer__newsletter-btn .thm-btn {
  color: var(--thm-black);
}
.footer-one.style3 .shape2 {
  right: 65px;
  bottom: 115px;
}
.footer-bottom__inner .social-links {
  position: relative;
  display: block;
  padding: 0 50px;
  line-height: 0;
  z-index: 1;
}
.footer-bottom__inner .social-links:before {
  position: absolute;
  top: -22px;
  left: 0;
  bottom: -22px;
  right: 0;
  background: #262523;
  content: "";
  z-index: -1;
}
.footer-bottom__inner .social-links a {
  position: relative;
  display: inline-block;
  color: var(--thm-white);
}
.footer-bottom__inner .social-links a + a {
  margin-left: 26px;
}
.footer-bottom__inner .social-links a:hover {
  color: var(--thm-primary);
}
.footer-bottom__inner .social-links a span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
}
.footer-one.style3 .footer-bottom {
  overflow: hidden;
}
.service-one {
  position: relative;
  display: block;
  padding: 70px 0 120px;
  background-color: var(--thm-body-background);
  z-index: 1;
}
.service-one__top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 58px;
}
.service-one__top .sec-title {
  padding-bottom: 0;
}
.service-one__top .btn-box {
  position: relative;
  display: block;
  top: -12px;
}
.service-one .row {
  --bs-gutter-x: 50px;
}
.service-one__single {
  position: relative;
  display: block;
  margin-bottom: 40px;
  padding-right: 20px;
  z-index: 1;
}
.service-one__single:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 150px;
  border: 1px solid var(--thm-primary);
  border-radius: 4px;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}
.service-one__single:hover:before {
  border: 1px solid var(--thm-secondary);
}
.service-one__single:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 21px;
  bottom: -20px;
  right: 0;
  border-radius: 4px;
  background: rgba(var(--thm-secondary-rgb), 0.06);
  transition: all 0.2s linear;
  transition-delay: 0.1s;
  z-index: -1;
}
.service-one__single:hover:after {
  background: rgba(var(--thm-secondary-rgb), 1);
}
.service-one__single-img {
  position: relative;
  display: block;
}
.service-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.service-one__single-img .inner:before {
  background: hsla(0, 0%, 100%, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.service-one__single:hover .service-one__single-img .inner:before {
  height: 100%;
  opacity: 0;
  transition: all 0.4s linear;
}
.service-one__single-img .inner img {
  width: 100%;
  transition: all 0.5s ease;
  transform: scale(1);
}
.service-one__single-img .inner .overlay-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}
.service-one__single-img .inner .overlay-icon img {
  width: 100%;
}
.service-one__single-content {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 19px 20px 40px;
  border-bottom-right-radius: 4px;
  margin-left: 20px;
}
.service-one__single-content h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 13px;
}
.service-one__single-content h3 a {
  color: var(--thm-heading-font-color);
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}
.service-one__single-content h3 a:hover {
  color: var(--thm-primary);
}
.service-one__single-content p {
  font-weight: 500;
  margin: 0;
}
.service-one__single-content .btn-box {
  position: relative;
  display: inline-block;
  line-height: 0;
  margin-top: 31px;
}
.service-one__single-content .btn-box a {
  color: var(--thm-secondary);
  line-height: 40px;
  font-family: var(--thm-body-font);
  font-weight: 600;
  border: 1px solid rgba(24, 98, 101, 0.2);
  border-radius: 4px;
  padding: 0 20px;
}
.service-one__single-content .btn-box a,
.service-one__single-content .btn-box a span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}
.service-one__single-content .btn-box a span {
  margin-left: 4px;
  top: 2px;
}
.service-one__single-content .btn-box a:hover {
  border-color: var(--thm-secondary);
  color: var(--thm-primary);
  background-color: var(--thm-secondary);
}
.service-one__single .service-one__single-content .btn-box a:hover span {
  color: var(--thm-primary);
}
.service-one .swiper-container {
  padding-left: 1px;
}
#service-one__pagination {
  position: relative;
  padding-top: 25px;
  z-index: 55;
}
#service-one__pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  background: #d0dadc;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}
#service-one__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--thm-secondary);
}
#service-one__pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -6px;
  border: 1px solid var(--thm-secondary);
  border-radius: 50%;
  transform: scaleX(0);
  transition: all 0.2s linear;
  transition-delay: 0.1s;
  content: "";
}
#service-one__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
#service-one__pagination .swiper-pagination-bullet:hover {
  transform: scaleX(1);
}
.services-two {
  display: block;
  padding: 120px 0 100px;
  z-index: 1;
}
.services-two,
.services-two .container {
  position: relative;
}
.services-two__bg {
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.services-two .shape1,
.services-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.services-two .shape1 {
  mix-blend-mode: soft-light;
  opacity: 0.5;
}
.services-two__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--thm-black-rgb), 0.8);
  content: "";
  z-index: -1;
}
.services-two .sec-title-two .sub-title {
  background: rgba(var(--thm-black-rgb), 0.6);
}
.services-two .sec-title-two h2 {
  color: var(--thm-white);
}
.services-two__single {
  position: relative;
  display: block;
  z-index: 1;
}
.services-two__single-img {
  position: relative;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  z-index: 2;
}
.services-two__single-img .number-box {
  position: absolute;
  right: 20px;
  bottom: -15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--thm-primary);
  border-radius: 50%;
  border: 2px solid var(--thm-white);
  overflow: hidden;
  color: var(--thm-white);
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.9s ease;
  z-index: 5;
}
.services-two__single:hover .services-two__single-img .number-box {
  transform: scale(1);
  opacity: 1;
}
.services-two__single-img .inner {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
}
.services-two__single-img .inner:before {
  background: hsla(0, 0%, 100%, 0.4);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.services-two__single:hover .services-two__single-img .inner:before {
  height: 100%;
  opacity: 0;
  transition: all 0.4s linear;
}
.services-two__single-img .inner img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}
.services-two__single:hover .services-two__single-img .inner img {
  transform: scale(1);
}
.services-two__single-content {
  position: relative;
  display: block;
  margin-top: -85px;
  overflow: hidden;
}
.services-two__single-content-inner {
  position: relative;
  display: block;
  padding: 107px 30px 35px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
}
.services-two__single-content-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-white);
  border-radius: 4px;
  content: "";
  z-index: -1;
}
.services-two__single-content-inner h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 9px;
}
.services-two__single-content-inner h3 a {
  color: var(--thm-black);
}
.services-two__single-content-inner h3 a:hover {
  color: var(--thm-primary);
}
.services-two__single-content-inner p {
  font-weight: 500;
  margin: 0 0 6px;
  font-size: 15px;
}
.services-two__single-content-inner .count-box {
  position: absolute;
  left: 30px;
  bottom: -15px;
  color: rgba(1, 28, 57, 0.06);
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  font-family: var(--thm-heading-font);
  opacity: 1;
  transform: translateY(0);
  transition: all 0.9s ease;
}
.services-two__single:hover .services-two__single-content-inner .count-box {
  opacity: 0;
  transform: translateY(30px);
}
.services-two__single-content .btn-box {
  position: relative;
  display: block;
  margin-top: -20px;
  margin-left: 30px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.9s ease;
  z-index: 2;
}
.services-two__single:hover .services-two__single-content .btn-box {
  opacity: 1;
  transform: translateY(0);
}
.services-two__single-content .btn-box .thm-btn {
  padding: 1px 20px 0;
  color: var(--thm-white);
}
.services-two__single-content .btn-box .thm-btn:before {
  background: var(--thm-black);
}
.services-two .swiper-nav-style1 {
  top: 45px;
}
.services-two__wrap {
  position: absolute;
  top: 55px;
  right: 190px;
  z-index: 100;
}
.services-two__wrap .swiper-counter {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  justify-content: space-between;
  width: 40px;
  z-index: 9;
}
.services-two__wrap .swiper-counter div {
  position: relative;
  display: inline-block;
  color: var(--thm-white);
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  font-family: var(--thm-heading-font);
}
.services-two__wrap .swiper-counter div#current2 {
  margin-right: 6px;
}
.services-two__wrap .swiper-counter div#total2 {
  position: relative;
  top: 15px;
  right: -5px;
  padding-left: 2px;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  font-family: var(--thm-heading-font);
}
.services-two__wrap .swiper-counter div#total2:before {
  content: "/";
  position: absolute;
  left: -10px;
  width: 0;
  height: 0;
  top: -5px;
}
.services-three {
  position: relative;
  display: block;
  padding: 120px 0 117px;
  z-index: 1;
}
.services-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 559px;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: -1;
}
.services-three__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--thm-black-rgb), 0.9);
  content: "";
  z-index: -2;
}
.services-three__top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 57px;
}
.services-three__top .sec-title-style3 {
  padding-bottom: 0;
}
.services-three__top .btn-box {
  position: relative;
  display: block;
  top: -13px;
}
.services-three__top .btn-box .thm-btn:before {
  background: var(--thm-white);
}
.services-three__top .btn-box .thm-btn:hover {
  color: var(--thm-black);
}
.services-three .sec-title-style3 .sub-title h5 {
  color: var(--thm-primary);
}
.services-three .sec-title-style3 h2 {
  color: var(--thm-white);
}
.services-three__single {
  margin-bottom: 30px;
}
.services-three__single,
.services-three__single-img {
  position: relative;
  display: block;
}
.services-three__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 1;
}
.services-three__single-img .inner .icon-box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--thm-white);
  border-top-left-radius: 5px;
  z-index: 5;
}
.services-three__single-img .inner .icon-box span {
  position: relative;
  display: inline-block;
  color: var(--thm-primary);
  font-size: 40px;
  line-height: 40px;
}
.services-three__single-img .inner .icon-box span.t5 {
  top: 5px;
}
.services-three__single-img .inner img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}
.services-three__single:hover .services-three__single-img .inner img {
  transform: scale(1);
}
.services-three__single-content {
  position: relative;
  display: block;
}
.services-three__single-content-inner {
  position: relative;
  display: block;
  background: var(--thm-white);
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(18, 18, 20, 0.06);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 26px 30px 31px;
  overflow: hidden;
  transition: all 0.4s linear;
  transition-delay: 0.1s;
}
.services-three__single:hover .services-three__single-content-inner {
  padding-bottom: 82px;
}
.services-three__single-content-inner h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.services-three__single-content-inner h2 a {
  color: var(--thm-black);
}
.services-three__single-content-inner h2 a:hover {
  color: var(--thm-primary);
}
.services-three__single-content-inner p {
  margin: 0;
}
.services-three__single-content-inner .count-box {
  position: absolute;
  right: 16px;
  bottom: -20px;
  color: rgba(var(--thm-black-rgb), 0.06);
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  font-family: var(--thm-heading-font);
}
.services-three__single-content-inner .btn-box {
  position: absolute;
  left: 2px;
  bottom: 0;
  right: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--thm-primary);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 6px 20px 5px 30px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.7s ease;
  transition-delay: 0.05s;
  z-index: 3;
}
.services-three__single:hover .services-three__single-content-inner .btn-box {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.services-three__single-content-inner .btn-box a {
  position: relative;
  display: block;
  color: var(--thm-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--thm-heading-font);
}
.services-three__single-content-inner .btn-box a i {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  top: 4px;
  padding-left: 8px;
}
.services-three__single-content-inner .btn-box .number-box {
  position: relative;
  display: block;
  color: rgba(var(--thm-black-rgb), 0.07);
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  font-family: var(--thm-heading-font);
  padding-left: 20px;
}
.services-three__single-content-inner .btn-box .number-box:before {
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 6px;
  width: 1px;
  background: rgba(var(--thm-black-rgb), 0.08);
  content: "";
}
#services-three__pagination {
  position: relative;
  padding-top: 15px;
  z-index: 55;
}
#services-three__pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  background: #d0dadc;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}
#services-three__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--thm-primary);
}
#services-three__pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -6px;
  border: 1px solid var(--thm-primary);
  border-radius: 50%;
  transform: scaleX(0);
  transition: all 0.2s linear;
  transition-delay: 0.1s;
  content: "";
}
#services-three__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
#services-three__pagination .swiper-pagination-bullet:hover {
  transform: scaleX(1);
}
.services-details-page {
  position: relative;
  display: block;
  background: var(--thm-white);
  padding: 120px 0;
}
.services-details-page__content {
  position: relative;
  display: block;
  margin-right: -24px;
}
.services-details-page__content-img1 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.services-details-page__content-img1 img {
  width: 100%;
}
.services-details-page__content-text1 {
  position: relative;
  display: block;
  margin-top: 40px;
}
.services-details-page__content-text1 .top-text {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.services-details-page__content-text1 .top-text .icon {
  position: relative;
  display: inline-block;
}
.services-details-page__content-text1 .top-text .icon span {
  position: relative;
  display: inline-block;
  color: var(--thm-primary);
  font-size: 50px;
  line-height: 50px;
}
.services-details-page__content-text1 .top-text .icon span.mt {
  top: 5px;
}
.services-details-page__content-text1 .top-text .title {
  position: relative;
  display: block;
  flex: 1 1;
  margin-left: 20px;
}
.services-details-page__content-text1 .top-text .title h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  text-transform: capitalize;
}
.services-details-page__content-text1 p {
  font-weight: 500;
}
.services-details-page__content-text1 p + p {
  margin-top: 13px;
}
.services-details-page__content-text2 {
  position: relative;
  display: block;
  margin-top: 35px;
}
.services-details-page__content-text2 .title-box {
  position: relative;
  display: block;
  margin-bottom: 26px;
}
.services-details-page__content-text2 .title-box h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 20px;
}
.services-details-page__content-text2 .title-box p {
  margin: 0;
  font-weight: 500;
}
.services-details-page__content-text2-single {
  position: relative;
  display: block;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 40px 10px 33px;
}
.services-details-page__content-text2-single .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: var(--thm-primary);
  border-radius: 50%;
  margin: 0 auto 13px;
  z-index: 1;
}
.services-details-page__content-text2-single .icon-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-color: var(--thm-black);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  transition: transform 0.4s ease;
  transform-origin: top center;
  transform: scale(0);
  z-index: -1;
}
.services-details-page__content-text2-single:hover .icon-box:before {
  transform: scale(1);
  transform-origin: bottom center;
}
.services-details-page__content-text2-single .icon-box span {
  position: relative;
  display: inline-block;
  color: var(--thm-black);
  font-size: 18px;
  line-height: 18px;
  transition: all 0.3s linear;
  transition-delay: 0.1s;
}
.services-details-page__content-text2-single:hover .icon-box span {
  color: #fff;
  transform: rotateY(0deg) scale(1.05);
}
.services-details-page__content-text2-single .text {
  position: relative;
  display: block;
}
.services-details-page__content-text2-single .text h4 {
  color: var(--thm-pragraph-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.services-details-page__content-text3 {
  position: relative;
  display: block;
  margin-top: 49px;
}
.services-details-page__content-text3 .title-box {
  position: relative;
  display: block;
}
.services-details-page__content-text3 .title-box h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 20px;
}
.services-details-page__content-text3 .title-box p {
  margin: 0;
  font-weight: 500;
}
.services-details-page__content-text3-img {
  position: relative;
  display: block;
  margin-top: 36px;
}
.services-details-page__content-text3-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.services-details-page__content-text3-img .inner img {
  width: 100%;
}
.services-details-page__content-text3-img-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.services-details-page__content-text3-img-video a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border: 2px solid var(--thm-primary);
  border-radius: 50%;
  color: var(--thm-primary);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  font-family: var(--thm-heading-font);
  z-index: 5;
}
.services-details-page__content-text3-img-video a:after,
.services-details-page__content-text3-img-video a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.9);
  animation: ripple 3s infinite;
  transition: all 0.4s ease;
  z-index: -1;
}
.services-details-page__content-text3-img-video a:after {
  animation-delay: 0.6s;
}
.services-details-page__content-text3-img-video a:hover {
  color: var(--thm-primary);
}
.services-details-page__content-text3-img .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.services-details-page__pagination {
  justify-content: space-between;
  margin-top: 100px;
}
.services-details-page__pagination,
.services-details-page__pagination .single-box {
  position: relative;
  display: flex;
  align-items: center;
}
.services-details-page__pagination .single-box .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  border: 1px solid rgba(var(--thm-primary-rgb), 0.5);
}
.services-details-page__pagination .single-box .icon-box span {
  position: relative;
  display: inline-block;
  color: var(--thm-primary);
  font-size: 45px;
  line-height: 45px;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}
.services-details-page__pagination .single-box:hover .icon-box span {
  transform: rotateY(180deg);
}
.services-details-page__pagination .single-box .icon-box span.fs {
  font-size: 35px;
}
.services-details-page__pagination .single-box .text-box {
  position: relative;
  display: block;
  flex: 1 1;
  margin-left: 25px;
}
.services-details-page__pagination .single-box .text-box p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  font-family: var(--thm-heading-font);
  margin-bottom: 14px;
}
.services-details-page__pagination .single-box .text-box p a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--thm-black);
}
.services-details-page__pagination .single-box .text-box p a:hover {
  color: var(--thm-primary);
}
.services-details-page__pagination .single-box .text-box p a span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  transform: rotate(-90deg);
  padding-bottom: 11px;
  bottom: 1px;
}
.services-details-page__pagination .single-box .text-box h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
}
.services-details-page__pagination .single-box .text-box h2 a {
  color: var(--thm-black);
  background: linear-gradient(90deg, currentcolor 0, currentcolor) 0 95% /0 1px no-repeat;
  color: inherit;
  transition: all 0.5s ease;
}
.services-details-page__pagination .single-box .text-box h2 a:hover {
  background-size: 100% 1px;
  color: var(--thm-primary);
}
.services-details-page__pagination .single-box.style2 {
  position: relative;
}
.services-details-page__pagination .single-box.style2 .text-box {
  margin-left: 0;
  text-align: right;
  margin-right: 20px;
}
.services-details-page__pagination .single-box.style2 .text-box p a {
  justify-content: flex-end;
}
.services-details-page__pagination .single-box.style2 .text-box p a span {
  transform: rotate(0deg);
  bottom: 1px;
  padding-bottom: 0;
  padding-left: 6px;
}
.about-one {
  position: relative;
  display: block;
  padding: 120px 0;
  z-index: 10;
}
.about-one__big-title {
  position: absolute;
  left: 0;
  bottom: 18px;
  right: 0;
  color: rgba(1, 28, 57, 0.05);
  font-size: 550px;
  line-height: 0.8em;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  font-family: var(--thm-heading-font);
  z-index: 1;
}
.about-one__img {
  position: relative;
  display: block;
}
.about-one__img .shape1 {
  position: absolute;
  bottom: 90px;
  right: 70px;
  z-index: 1;
}
.about-one__img .inner {
  position: relative;
  display: block;
}
.about-one__img .inner img {
  max-width: none;
  float: right;
}
.about-one__img .btn-box {
  position: absolute;
  bottom: -93px;
  right: -39px;
  display: block;
  z-index: 5;
}
.about-one__img .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  color: var(--thm-secondary);
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  font-family: var(--thm-body-font);
}
.about-one__img .btn-box a:hover {
  color: var(--thm-black);
  background: var(--thm-primary);
}
.about-one__img .btn-box .round-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.about-one__img .btn-box .round-text:before {
  position: absolute;
  top: -35px;
  left: -35px;
  bottom: -35px;
  right: -35px;
  border-radius: 50%;
  background: #246bbe;
  content: "";
}
.about-one__img .btn-box .round-text .curved-circle {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.about-one__content {
  position: relative;
  display: block;
  padding-left: 80px;
  z-index: 2;
}
.about-one__content-top {
  position: relative;
  display: block;
  margin-bottom: 36px;
}
.about-one__content-top .sec-title {
  padding-bottom: 20px;
}
.about-one__content-features,
.about-one__content-features ul {
  position: relative;
  display: block;
}
.about-one__content-features ul li {
  position: relative;
  display: block;
  background-color: rgb(255 152 0 / 23%);
  box-shadow: 0 4px 15px 0 rgb(13 66 80 / 19%);
  padding: 33px 29px 31px;
}
.about-one__content-features ul li + li {
  /* margin-top: 20px; */
}
.about-one__content-features ul li .inner {
  position: relative;
  display: flex;
  align-items: center;
}
.about-one__content-features ul li .inner .icon-box {
  position: relative;
  display: block;
  width: 80px;
  transition: all 0.5s linear;
  transition-delay: 0.1s;
  transform: scale(1);
}
.about-one__content-features ul li:hover .inner .icon-box {
  transform: scale(0.9);
}
.about-one__content-features ul li .inner .text-box {
  position: relative;
  display: block;
  margin-left: 25px;
  flex: 1 1;
}
.about-one__content-features ul li .inner .text-box h4 {
  color: var(--thm-secondary);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--thm-heading-font);
  margin-bottom: 14px;
}
.about-one__content-features ul li .inner .text-box p {
  margin: 0;
}
.about-two {
  position: relative;
  display: block;
  background-color: var(--thm-white);
  padding: 120px 0;
}
.about-two .shape1 {
  position: absolute;
  left: 135px;
  bottom: 120px;
  z-index: -1;
}
.about-two__img {
  position: relative;
  display: block;
  padding-left: 90px;
  padding-right: 100px;
  z-index: 1;
}
.about-two__experience-box {
  position: absolute;
  top: 35px;
  left: 0;
  height: 170px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 5px solid var(--thm-white);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 17px rgba(2, 2, 49, 0.13);
  z-index: 3;
}
.about-two__experience-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: -1;
}
.about-two__experience-box-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #011c39;
  border-radius: 4px;
  opacity: 0.8;
  z-index: -2;
  content: "";
}
.about-two__experience-box .inner {
  position: relative;
  display: block;
}
.about-two__experience-box .inner h2 {
  color: var(--thm-white);
  font-size: 48px;
  line-height: 0.8em;
  font-weight: 700;
  font-family: var(--thm-body-font);
  margin-bottom: 2px;
}
.about-two__experience-box .inner h2 .plus {
  position: absolute;
  top: -3px;
  right: -8px;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
}
.about-two__experience-box .inner .text {
  position: relative;
  display: block;
}
.about-two__experience-box .inner .text p {
  color: var(--thm-white);
  font-weight: 700;
}
.about-two__img1 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  max-width: 455px;
  width: 100%;
  z-index: 1;
}
.about-two__img1 img {
  width: 100%;
}
.about-two__video {
  position: absolute;
  bottom: -65px;
  right: 0;
  width: 240px;
  height: 180px;
  border: 5px solid var(--thm-white);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 17px rgba(2, 2, 49, 0.13);
  z-index: 2;
}
.about-two__video-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: -1;
}
.about-two__video-bg,
.about-two__video-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 4px;
}
.about-two__video-bg:before {
  background: #011c39;
  opacity: 0.8;
  content: "";
  z-index: -2;
}
.about-two__video-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.about-two__video-box,
.about-two__video-box a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-two__video-box a {
  position: relative;
  width: 50px;
  height: 50px;
  background: var(--thm-primary);
  border-radius: 50%;
  color: var(--thm-white);
  font-size: 15px;
  z-index: 5;
}
.about-two__video-box a:hover {
  color: var(--thm-black);
}
.about-two__video-box .round-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-two__video-box .round-text .curved-circle-2 {
  color: var(--thm-white);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--thm-body-font);
}
.about-two__content {
  position: relative;
  display: block;
  margin-left: 51px;
}
.about-two__content .sec-title-two {
  padding-bottom: 20px;
}
.about-two__content-text {
  position: relative;
  display: block;
}
.about-two__content-text p {
  margin: 0;
  font-weight: 500;
}
.about-two__content-list {
  margin-top: 25px;
}
.about-two__content-list,
.about-two__content-list ul,
.about-two__content-list ul li {
  position: relative;
  display: block;
}
.about-two__content-list ul li {
  padding-left: 35px;
  margin-bottom: 16px;
}
.about-two__content-list ul li:last-child {
  margin-bottom: 0;
}
.about-two__content-list ul li .icon-box {
  position: absolute;
  top: 2px;
  left: 0;
}
.about-two__content-list ul li .icon-box span {
  position: relative;
  display: inline-block;
  color: var(--thm-primary);
  font-size: 20px;
  line-height: 20px;
}
.about-two__content-list ul li p {
  color: #1c1f35;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  font-family: var(--thm-heading-font);
}
.about-two__content-bottom {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 59px;
}
.about-two__content-bottom .btn-box {
  position: relative;
  display: block;
}
.about-two__content-bottom .btn-box .thm-btn {
  color: var(--thm-white);
}
.about-two__content-bottom .btn-box .thm-btn:before {
  background: var(--thm-black);
}
.about-two__content-bottom .author-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 50px;
}
.about-two__content-bottom .author-box .img-box {
  position: relative;
  display: block;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.about-two__content-bottom .author-box .img-box img {
  width: 100%;
}
.about-two__content-bottom .author-box .text-box {
  position: relative;
  display: block;
  flex: 1 1;
  margin-left: 15px;
}
.about-two__content-bottom .author-box .text-box h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.about-two__content-bottom .author-box .text-box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.about-three {
  padding: 120px 0;
}
.about-three,
.about-three__img {
  position: relative;
  display: block;
  z-index: 1;
}
.about-three__img {
  padding-top: 30px;
}
.about-three__img .shape1 {
  position: absolute;
  top: 64px;
  left: 272px;
  z-index: -1;
}
.about-three__img:before {
  position: absolute;
  top: 0;
  left: -40px;
  bottom: -30px;
  width: 190px;
  background: var(--thm-primary);
  border-radius: 4px;
  content: "";
  z-index: -1;
}
.about-three__img1 {
  position: relative;
  display: block;
  max-width: 340px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  z-index: 2;
}
.about-three__img1 img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1);
}
.about-three__img2 {
  position: absolute;
  top: 140px;
  right: 0;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
}
.about-three__img2 img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1);
}
.about-three__img-icon-box {
  position: absolute;
  left: 260px;
  bottom: 10px;
  border-radius: 50%;
  z-index: 5;
}
.about-three__img-icon-box:before {
  position: absolute;
  top: -35px;
  left: -35px;
  bottom: -35px;
  right: -35px;
  background: var(--thm-primary);
  border-radius: 50%;
  content: "";
  z-index: -1;
}
.about-three__img-icon-box .round-text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.about-three__img-icon-box .round-text .curved-circle-3 {
  color: var(--thm-black);
  font-size: 16px;
  font-weight: 600;
}
.about-three__img-icon-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: #011c39;
  border-radius: 50%;
}
.about-three__content {
  position: relative;
  display: block;
  margin-left: 50px;
}
.about-three__content .sec-title-style3 {
  padding-bottom: 25px;
}
.about-three__content-text {
  position: relative;
  display: block;
}
.about-three__content-text p {
  font-weight: 500;
  margin: 0;
}
.about-three__content-list {
  position: relative;
  display: block;
  margin-top: 40px;
}
.about-three__content-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 42px;
}
.about-three__content-list li:last-child {
  margin-bottom: 0;
}
.about-three__content-list li .icon-box {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  z-index: 1;
}
.about-three__content-list li .icon-box:before {
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 60px solid #f3f3f3;
  border-left: 60px solid transparent;
  width: 60px;
  content: "";
}
.about-three__content-list li .icon-box span {
  position: relative;
  display: inline-block;
  color: var(--thm-black);
  font-size: 50px;
  line-height: 50px;
  transition: all 0.3s linear;
  transition-delay: 0.1s;
}
.about-three__content-list li:hover .icon-box span {
  color: var(--thm-primary);
  transform: rotateY(180deg);
}
.about-three__content-list li .text-box {
  position: relative;
  display: block;
  flex: 1 1;
  margin-left: 25px;
}
.about-three__content-list li .text-box h3 {
  color: var(--thm-black);
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.about-three__content-list li .text-box p {
  font-weight: 500;
}
.about-three__content-bottom {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 46px;
}
.about-three__content-bottom .btn-box {
  position: relative;
  display: block;
}
.about-three__content-bottom .btn-box .thm-btn:before {
  background: var(--thm-black);
}
.about-three__content-bottom .author-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 30px;
  flex: 1 1;
}
.about-three__content-bottom .author-box .img-box {
  position: relative;
  display: block;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.about-three__content-bottom .author-box .img-box img {
  width: 100%;
}
.about-three__content-bottom .author-box .text-box {
  position: relative;
  display: block;
  margin-left: 15px;
}
.about-three__content-bottom .author-box .text-box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.about-three__content-bottom .author-box .text-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.about-three__content-bottom .author-box .text-box h3 a {
  color: var(--thm-black);
}
.about-three__content-bottom .author-box .text-box h3 a:hover {
  color: var(--thm-primary);
}
