body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--thm-font);
}
*,
button {
  border: none;
}
.map-data,
body {
  font-weight: 400;
}
.btn-one-contact:after,
.btn-one-contact:before,
.btn-one:after,
.btn-one:before {
  position: absolute;
  top: 0;
  width: 50%;
  transition-duration: 0.8s;
  background-color: var(--thm-black);
  z-index: 2;
  content: "";
  bottom: 0;
}
.btn-one,
.btn-one-message,
.btn-two {
  text-transform: uppercase;
}
.preloader-close,
.scroll-top {
  right: 15px;
  text-align: center;
}
:root {
  --thm-font: "DM Sans", sans-serif;
  --thm-gray: #818891;
  --thm-gray-rgb: 129, 136, 145;
  --thm-primary: #eff7f8;
  --thm-primary-rgb: 239, 247, 248;
  --thm-black: #3270aa;
  --thm-black-rgb: 25, 24, 37;
  --thm-bg: #071422;
  --thm-bg-rgb: 7, 20, 34;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
}
.mobile-menu .navigation li.current > a:before,
body,
html {
  height: 100%;
}
body {
  color: var(--thm-gray);
  font-size: 18px;
  line-height: 32px;
}
.btn-one,
.map-data h6,
h3 {
  font-weight: 700;
}
button:focus {
  outline: 0;
}
button {
  cursor: pointer;
  background: 0 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--thm-primary);
  font-weight: 700;
  line-height: 1.25em;
  margin: 0;
}
h3 {
  font-size: 20px;
  line-height: 34px;
}
a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  border: none;
  transition: 0.4s;
  -webkit-transition: 0.4s ease-in-out;
}
::-moz-selection {
  background: var(--thm-black);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--thm-black);
  color: #fff;
  text-shadow: none;
}
::placeholder {
  color: #555;
  opacity: 1;
}
::-moz-placeholder {
  color: #555;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #555;
  opacity: 1;
}
.parallax-scene {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.fancybox-image,
.fancybox-spaceball {
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
img {
  max-width: 100%;
  height: auto;
  transition: 0.7s ease-in-out 0.1s;
}
.btn-one,
.btn-one-contact {
  background-color: var(--thm-base);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  z-index: 1;
}
.map-data {
  text-align: center;
  font-size: 14px;
  line-height: 1.8em;
  padding: 5px 10px;
}
.map-data a {
  color: #0b59d9;
  display: block;
}
.map-data h6 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
  color: #121212;
}
.checked-box1 label,
.checked-box2 label {
  padding-left: 30px;
  margin-bottom: 0;
  font-family: var(--thm-font);
  cursor: pointer;
  margin-right: 0;
}
i {
  font-style: normal;
}
li,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li,
ol {
  margin: 0;
  padding: 0;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.btn-one {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 5px 60px;
  color: #fff;
  font-size: 14px;
  line-height: 60px;
  letter-spacing: normal;
  letter-spacing: 0.1em;
  transition: 0.3s linear;
  font-family: var(--thm-font);
}
.btn-one-contact,
.btn-one-message {
  display: inline-block;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: normal;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
}
.btn-one-contact:before,
.btn-one:before {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.btn-one-contact:hover:after,
.btn-one-contact:hover:before,
.btn-one:hover:after,
.btn-one:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.btn-one-contact:after,
.btn-one:after {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.btn-one .txt,
.btn-one-contact .txt {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 3;
}
.btn-one-contact:focus,
.btn-one-contact:hover,
.btn-one:focus,
.btn-one:hover,
.styled-pagination li.next a:hover,
.styled-pagination li.prev a:hover,
.thm-social-link1 ul li a:hover {
  color: #fff;
}
.btn-one-contact {
  position: relative;
  padding: 5px 30px;
  transition: 0.3s linear;
  font-family: var(--thm-font);
}
.btn-one-message {
  background-color: #eb593d;
  position: relative;
  padding: 5px 60px;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.btn-two,
.btn-two span:before {
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.btn-one-message:hover {
  background-color: #3270aa;
  color: #fff;
  border-color: #3270aa;
}
.btn-two {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--thm-font-2);
  transition: 0.2s linear 0.1s;
}
.btn-two span {
  position: relative;
  top: 3px;
  display: inline-block;
  padding-right: 10px;
  line-height: 15px;
  transform: rotate(180deg);
}
.btn-two span:before {
  top: 3px;
  color: var(--thm-black);
  font-size: 25px;
  z-index: 1;
}
.btn-two span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear 0.1s;
}
.btn-two:hover span:after {
  transform: scale(1.1);
}
.btn-two:hover,
.serach-button-style1 .search-toggler:hover {
  color: var(--thm-base);
}
.checked-box1 {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 12px;
}
.checked-box1 label {
  position: relative;
  display: inline-block;
  color: #80868d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  min-height: 20px;
}
.checked-box2,
.checked-box2 label {
  min-height: 30px;
  position: relative;
}
.checked-box1 input[type="checkbox"],
.checked-box2 input[type="checkbox"],
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
  display: none;
}
.checked-box1 input[type="checkbox"] + label span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #80868d;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.checked-box1 label span:before,
.checked-box2 input[type="checkbox"] + label span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  left: 0;
  position: absolute;
}
.checked-box1 label span:before {
  font-family: icomoon !important;
  top: 0;
  bottom: 0;
  right: 0;
  content: "\e909";
  font-size: 12px;
  font-weight: 800;
  width: 20px;
  height: 20px;
  margin: 0;
  opacity: 0;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checked-box1 input[type="checkbox"]:checked + label span {
  border-color: #80868d;
}
.checked-box1 input[type="checkbox"]:checked + label span:before,
.checked-box2 input[type="checkbox"]:checked + label span:before {
  opacity: 1;
}
.checked-box2 {
  display: block;
}
.checked-box2 label {
  display: inline-block;
  color: #757575;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.mobile-menu .navigation li > a,
.search-popup h3,
.styled-pagination li a {
  font-weight: 600;
  text-transform: uppercase;
}
.checked-box2 input[type="checkbox"] + label span {
  top: 5px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  border-radius: 3px;
  transition: 0.3s;
}
.checked-box2 label span:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  color: var(--thm-base);
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.checked-box2 input[type="checkbox"]:checked + label span {
  border-color: #dedede;
}
.serach-button-style1,
.thm-social-link1 {
  position: relative;
  display: block;
}
.sec-title--style2,
.thm-social-link1 ul {
  position: relative;
}
.thm-social-link1 ul li {
  position: relative;
  float: left;
  margin-right: 10px;
}
.rating-box ul li:last-child,
.review-box > ul > li:last-child,
.single-box-case-info ul li:last-child,
.single-team-style1 .title-holder .social-links li:last-child,
.styled-pagination li:last-child,
.switcher #styleOptions li:last-child,
.thm-social-link1 ul li:last-child {
  margin-right: 0;
}
.thm-social-link1 ul li a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: var(--thm-primary);
  border: 0 solid var(--thm-base);
  color: var(--thm-black);
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  z-index: 1;
  transition: 0.5s;
}
.thm-social-link1 ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--thm-base);
  content: "";
  z-index: -1;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.thm-social-link1 ul li a:hover:before {
  transform: scaleX(1);
}
.parallax-bg-one {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.parallax-bg-one::before {
  background: rgba(18, 32, 0, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.owl-nav-style-one.owl-theme .owl-stage-outer {
  position: relative;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 15;
}
.owl-nav-style-one.owl-theme .owl-nav {
  position: relative;
  display: block;
  line-height: 0;
  z-index: 10;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 0;
  margin: 0;
  padding: 0;
  transition: 0.7s;
  z-index: 1;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-base);
  border-radius: 50%;
  transform: scale(0);
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  z-index: -1;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active,
.styled-pagination li a {
  background: var(--thm-primary);
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
  display: block;
  color: var(--thm-black);
}
.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
  transform: rotate(-180deg);
  margin-right: 0;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
  margin-left: 0;
  transform: rotate(0);
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active:before,
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover:before {
  transform: scale(1);
}
.owl-carousel.owl-dot-style1 .owl-dots {
  position: relative;
  text-align: center;
  line-height: 0;
  margin-top: 0 !important;
  display: block;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: rgba(var(--thm-base-rgb), 0.2);
  border: 0 solid #e0e0e0;
  margin: 0 5px;
  padding: 0;
  border-radius: 50%;
  transition: 0.1s linear 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: 50%;
  background: var(--thm-primary);
  transform: scale(0);
  transition: 0.5s;
}
@keyframes pulse {
  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(238, 238, 238, 0.3);
  }
}
@keyframes pulse2 {
  50% {
    box-shadow: 0 0 0 5px rgba(255, 231, 1, 0.1),
      0 0 0 20px rgba(255, 231, 1, 0.3);
  }
}
.rating-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.mobile-menu-visible,
.rating-box ul,
.xs-sidebar-group .content-inner .thm-social-link1 {
  overflow: hidden;
}
.rating-box ul li,
.single-team-style1 .title-holder .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.rating-box ul li a {
  font-size: 20px;
  font-weight: 400;
  transition: 0.2s linear 0.1s;
}
.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  background: #fff;
  width: 100%;
  min-width: 320px;
}
.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 10px;
}
.styled-pagination.pdtop0 {
  padding-top: 0;
}
.styled-pagination li {
  position: relative;
  display: inline-block;
  float: none;
  margin-right: 6px;
}
.styled-pagination li.prev a {
  transform: rotate(-180deg);
}
.styled-pagination li a span:before {
  position: relative;
  top: 5px;
  font-size: 25px;
}
.styled-pagination li.next a span.right,
.styled-pagination li.prev a span.left {
  position: relative;
  top: 0;
}
.styled-pagination li a {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 0;
  border: 1px solid var(--thm-primary);
  color: var(--thm-black);
  font-size: 18px;
  line-height: 53px;
  text-align: center;
  transition: 0.5s;
  font-family: var(--thm-font);
  z-index: 1;
}
.styled-pagination li.active a,
.styled-pagination li:hover a {
  color: #fff;
  border-color: var(--thm-base);
  background: var(--thm-base);
}
.styled-pagination li.next a,
.styled-pagination li.prev a {
  color: var(--thm-base);
  transition: 0.2s linear 0.1s;
}
.switcher {
  position: fixed;
  top: 320px;
  z-index: 99;
}
.switcher .switch_btn {
  position: absolute;
  top: 0;
  right: -50px;
  z-index: -1;
}
.switcher .switch_btn button {
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
  border-radius: 0;
  margin-left: 0;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.9);
}
.switcher .switch_menu {
  position: absolute;
  width: 220px;
  height: 30px;
  background: 0 0;
  display: none;
  top: 0;
  left: 60px;
  bottom: 0;
  margin: 10px 0;
}
.switcher #styleOptions li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 3px;
}
.switcher #styleOptions li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #fff;
}
.switcher #styleOptions li a.blue-color {
  background: #1266e3;
}
.switcher #styleOptions li a.pink-color {
  background: #e70887;
}
.switcher #styleOptions li a.violet-color {
  background: #6936d8;
}
.switcher #styleOptions li a.crimson-color {
  background: #ba0913;
}
.switcher #styleOptions li a.orange-color {
  background: orange;
}
.switcher #styleOptions li a.green-color {
  background: #95c41f;
}
.serach-button-style1 .search-toggler {
  position: relative;
  display: block;
  width: 120px;
  height: 50px;
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  transition: 0.5s;
}
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
.search-popup.popup-visible {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.search-popup .overlay-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  background-image: url(../images/icon/icon-cross.png);
  width: 40px;
  height: 40px;
  z-index: 5;
  transition: 0.5s;
}
.search-popup .search-form {
  position: relative;
  padding: 0 15px;
  max-width: 1024px;
  margin: 150px auto 100px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  z-index: 10;
}
.search-popup.popup-visible .search-form {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: 0.5s 0.5s;
  -moz-transition: 0.9s 0.5s;
  -webkit-transition: 0.9s 0.5s;
  -ms-transition: 0.9s 0.5s;
  -o-transition: 0.9s 0.5s;
}
.mobile-menu .navigation li > a,
.search-popup .recent-searches li a {
  line-height: 24px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.search-popup .search-form .form-group {
  margin-bottom: 30px;
}
.search-popup .search-form fieldset {
  position: relative;
  border-radius: 12px;
}
.search-popup .search-form fieldset input[type="search"] {
  position: relative;
  height: 70px;
  padding: 20px 250px 20px 30px;
  background: #fff;
  line-height: 30px;
  font-size: 24px;
  color: #233145;
  border-radius: 7px;
}
.search-popup .search-form fieldset input[type="submit"] {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  text-align: center;
  width: 220px;
  height: 70px;
  padding: 20px 10px;
  color: #fff !important;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0 7px 7px 0;
  background: var(--thm-base);
}
.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover,
.review-box > ul > li > i,
.scroll-top,
.serach-button-style1--instyle2 .search-toggler:hover {
  color: var(--thm-base);
}
.search-popup .search-form fieldset input[type="submit"]:hover {
  transform: translateY(0);
}
.search-popup h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-align: center;
  display: none;
}
.search-popup .recent-searches {
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: none;
}
.search-popup .recent-searches li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.search-popup .recent-searches li a {
  display: block;
  border: 1px solid #fff;
  padding: 7px 15px;
  color: #fff;
  border-radius: 3px;
  transition: 0.5s;
}
.search-popup .recent-searches li a:hover {
  border-color: var(--thm-base);
  background-color: var(--thm-base);
}
.serach-button-style1--instyle2 {
  margin-left: 30px;
}
.serach-button-style1--instyle2 .search-toggler {
  width: 50px;
  height: 50px;
  color: #818891;
  border-left: 0 solid;
}
.handle-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--thm-base);
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 9999999;
}
.preloader-close {
  position: fixed;
  top: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 30px;
  background: #fff;
  cursor: pointer;
  z-index: 99999999;
}
.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
.handle-preloader .animation-preloader .spinner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 45px;
  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
  border: 3px solid #fff;
}
.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: 15px;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  font-family: var(--thm-font);
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  position: absolute;
  top: 0;
  left: 0;
  animation: 4s infinite letters-loading;
  content: attr(data-text-preloader);
  opacity: 0;
  color: #fff;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  100%,
  75% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0);
  }
}
@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 30px;
    letter-spacing: 10px;
  }
}
.scroll-top {
  position: fixed;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #fff;
  font-size: 20px;
  line-height: 56px;
  font-weight: 700;
  text-transform: uppercase;
  display: none;
  cursor: pointer;
  transform: rotate(0);
  transition: 0.2s linear 0.1s;
  z-index: 999999999;
}
.scroll-top:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  z-index: -1;
  background: -webkit-radial-gradient(
    center ellipse,
    rgba(0, 0, 0, 0.25) 0,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0,
    rgba(0, 0, 0, 0) 80%
  );
}
.overlay-style-one,
.scroll-top:before {
  position: absolute;
  width: 100%;
  height: 100%;
}
.scroll-top:before {
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: 0 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: 3s infinite ripple;
  animation: 3s infinite ripple;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.nav-outer.style2 .mobile-nav-toggler .inner,
.scroll-top:hover,
.slogan-style2-content .button-box a {
  background-color: var(--thm-black);
}
.scroll-top:hover {
  color: #fff;
  border-color: var(--thm-black);
}
input:focus,
select:focus,
textarea:focus {
  border-color: #43c3ea;
  outline: 0;
}
#contact-form input[type="email"].error,
#contact-form input[type="text"].error,
#contact-form select.error,
#contact-form textarea.error {
  border-color: red;
}
.mobile-menu .navigation li,
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.overlay-style-one {
  top: 0;
  left: 0;
  background: rgba(218, 60, 34, 0.8);
  transition: 0.7s ease-in-out 0.1s;
  opacity: 0;
  z-index: 1;
}
.overlay-style-one .box {
  display: table;
  height: 100%;
  width: 100%;
}
.overlay-style-two:after,
.overlay-style-two:before {
  position: absolute;
  height: 50%;
  text-align: center;
  transition: 0.5s;
  background-color: rgba(18, 18, 18, 0.9);
  opacity: 0;
  width: 100%;
  content: "";
  left: 0;
}
.overlay-style-one .box .content,
.overlay-style-one .box .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.overlay-style-two {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.9s;
}
.overlay-style-two:before {
  top: 0;
  display: block;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
}
.overlay-style-two:after {
  bottom: 0;
  display: block;
  transform: perspective(400px) rotateX(90deg);
  transform-origin: bottom;
}
.review-box {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 16px;
}
.review-box > ul {
  display: block;
  overflow: hidden;
}
.review-box > ul > li {
  display: inline-block;
  float: none;
  margin: 0 1px;
}
.review-box > ul > li > i {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s linear 0.1s;
}
.review-box > ul > li:hover > i {
  color: var(--thm-primary);
}
@keyframes menu_sticky {
  0% {
    margin-top: -90px;
  }
  50% {
    margin-top: -74px;
  }
  100% {
    margin-top: 0;
  }
}
.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 30px 0;
}
.mobile-menu,
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
}
.nav-outer.style1 .mobile-nav-toggler,
.nav-outer.style3 .mobile-nav-toggler {
  padding: 30px 0;
}
.nav-outer.style2 .mobile-nav-toggler {
  padding: 25px 0;
}
.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
  background: var(--thm-base);
}
.mobile-menu {
  width: 300px;
  max-width: 100%;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  width: 100%;
  background-color: rgba(9, 16, 32, 0.9);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: 0.9s;
  -moz-transition: 0.9s;
  -webkit-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  z-index: 1;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.features-style2-single-box span,
.mobile-menu .nav-logo a,
.single-fact-counter .count-box span,
.xs-sidebar-group .content-inner .logo a {
  position: relative;
  display: inline-block;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #000;
  padding: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobile-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-menu .close-btn:hover {
  color: var(--thm-base);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  padding: 10px 25px;
  color: #fff;
  font-size: 15px;
  transition: 0.5s;
}
.mobile-menu .navigation li.dropdown .dropdown-btn,
.mobile-menu .navigation li > a:before {
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.mobile-menu .navigation li > a:before {
  content: "";
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid var(--thm-base);
  transition: 0.5s;
}
.mobile-menu .navigation li ul li > a {
  font-size: 15px;
  font-weight: 400;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  transition: 0.5s;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 50px 15px;
}
.xs-sidebar-group .xs-overlay,
.xs-sidebar-widget {
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0 1px 10px;
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: var(--thm-base);
  color: #fff;
  font-size: 16px;
  line-height: 41px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.mobile-menu .social-links li a:hover {
  color: var(--thm-base);
  background-color: #fff;
}
.xs-sidebar-group .xs-overlay {
  left: 0;
  height: 100%;
  opacity: 0;
  transition: 0.2s linear 0.1s;
  cursor: url(../images/icon/cross-out.png), pointer;
  z-index: 99999999;
}
.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.8;
  visibility: visible;
  transition-delay: 0.3s;
  right: 100%;
  background-color: #000;
}
.xs-sidebar-widget {
  left: -100%;
  bottom: 0;
  max-width: 365px;
  background-color: #2c2c2c;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: 0.7s 0.1s;
  opacity: 1;
  z-index: 999999999;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  transition: 0.5s 0.8s;
}
.sidebar-textwidget {
  padding: 70px 30px;
}
.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.3s 0.1s;
}
.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.7s 1.5s;
}
.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: 0;
  background-color: #000;
}
.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}
.xs-sidebar-group .widget-heading a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: 0.2s linear 0.1s;
}
.xs-sidebar-group .widget-heading a:hover {
  color: var(--thm-base);
  border-color: var(--thn-base);
}
.xs-sidebar-group .content-inner .logo {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 14px;
  margin-bottom: 30px;
}
.xs-sidebar-group .content-inner h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: var(--thm-base);
}
.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}
.xs-sidebar-group .content-inner .content-box .inner-text {
  position: relative;
  display: block;
  padding-top: 2px;
}
.xs-sidebar-group .content-inner .content-box p {
  color: #b0bcc2;
  margin: 0;
}
.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}
.case-deatils-text-box ul li:last-child,
.sidebar-contact-info ul li:last-child,
.single-fact-counter:last-child,
.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0;
}
.xs-sidebar-group .content-inner .form-inner .form-group input[type="email"],
.xs-sidebar-group .content-inner .form-inner .form-group input[type="text"],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  transition: 0.5s;
}
.sec-title h2,
.working-process__single .content-box h3 a,
.xs-sidebar-group .content-inner .form-inner .form-group button.btn-one {
  color: var(--thm-black);
}
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}
.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}
.sidebar-contact-info {
  position: relative;
  display: block;
  padding-top: 43px;
}
.sidebar-contact-info ul {
  position: relative;
  display: block;
  padding-bottom: 22px;
}
.sidebar-contact-info ul li {
  position: relative;
  display: block;
  color: #b0bcc2;
  line-height: 30px;
  margin-bottom: 6px;
}
.sidebar-contact-info ul li span {
  position: relative;
  display: inline-block;
  width: 25px;
}
.sidebar-contact-info ul li span:before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  top: 3px;
}
.sidebar-contact-info ul li a {
  color: #b0b0bd;
}
.sec-title {
  position: relative;
  display: block;
  margin-top: -6px;
  padding-bottom: 46px;
}
.sec-title .sub-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-title .sub-title .border-box {
  position: relative;
  display: block;
  margin-right: 10px;
  width: 18px;
  height: 2px;
  background: var(--thm-base);
}
.sec-title .sub-title h3 {
  color: var(--thm-gray);
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.sec-title h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 1.2em;
  min-height: 100px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  margin: 7px 0 0;
  font-display: swap;
}
.sec-title--style2 .sub-title {
  justify-content: flex-start;
}
.error-page-search-box .search-form button:hover,
.error-page-search-box .search-form input[type="text"]:focus + button,
.sec-title--style2 h2,
.single-team-style1 .title-holder .social-links li a:hover {
  color: #fff;
}
@keyframes slide5 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -200px 0;
  }
}
@-webkit-keyframes slide5 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -200px 0;
  }
}
.working-process-area {
  position: relative;
  display: block;
  background: var(--thm-primary);
  padding: 120px 0 70px;
  counter-reset: count;
}
.working-process__single {
  position: relative;
  display: block;
  padding: 0 20px;
  margin-bottom: 39px;
}
.working-process__single-inner {
  position: relative;
  display: block;
  max-width: 225px;
  width: 100%;
  margin: 0 auto;
}
.working-process__single .img-holder {
  position: relative;
  display: block;
  max-width: 190px;
  width: 100%;
  margin: 0 auto;
}
.working-process__single .img-holder .counting {
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  z-index: 5;
}
.working-process__single .img-holder .counting:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: var(--thm-black);
  font-size: 18px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  font-family: var(--thm-font);
  counter-increment: count;
  content: "0" counter(count);
  transition: 0.1s linear 0.1s;
}
.choose-img-box .inner,
.company-benefits-img-box .inner,
.working-process__single .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--thm-bg);
}
.working-process__single .img-holder .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-base);
  opacity: 0;
  transition: 0.7s ease-in-out 0.1s;
}
.working-process__single:hover .img-holder .inner:before {
  opacity: 0.5;
}
.working-process__single .img-holder .inner img {
  width: 100%;
  mix-blend-mode: luminosity;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  transition: 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}
.working-process__single:hover .img-holder .inner img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.working-process__single .content-box {
  position: relative;
  display: block;
  padding: 52px 0 0;
}
.working-process__single .content-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 26px;
}
.single-box-case-info ul li a:hover,
.single-team-style1 .title-holder h2 a:hover,
.working-process__single .content-box h3 a:hover {
  color: var(--thm-base);
}
.choose-content-box .inner-content .top-text p,
.choose-content-box .inner-content ul li .text p,
.choose-content-box .inner-content ul li:last-child,
.working-process__single .content-box p {
  margin: 0;
}
.case-stories-area {
  position: relative;
  display: block;
  background: #fff;
  padding: 120px 0 90px;
  z-index: 10;
}
.slogan-area__bg,
.slogan-area__bg:before,
.slogan-style2-content .button-box a::after,
.slogan-style2-content .button-box a::before {
  background-color: var(--thm-bg);
}
.case-stories__single {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.case-stories__single .img-box {
  position: relative;
  display: block;
  background: var(--thm-bg);
  z-index: 1;
}
.slogan-area .shape,
.slogan-area__bg {
  background-repeat: no-repeat;
  position: absolute;
}
.case-stories__single .img-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--thm-bg-rgb), 0.7);
  content: "";
  z-index: 1;
  transition: 0.3s ease-in-out 0.1s;
}
.case-stories__single:hover .img-box::before {
  opacity: 0;
}
.case-stories__single .img-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: rgba(var(--thm-base-rgb), 0.9);
  transform-origin: center;
  opacity: 0;
  transition: 0.7s ease-in-out 0.1s;
  z-index: 2;
}
.case-stories__single:hover .img-box:after {
  opacity: 0.9;
}
.case-stories__single .img-box img,
.company-benefits-content .bottom-content .img-box img,
.company-benefits-img-box .inner img {
  width: 100%;
  mix-blend-mode: luminosity;
}
.case-stories__single:hover .img-box img {
  transform: scale(1.02) rotate(0);
  mix-blend-mode: normal;
}
.case-stories__single .content-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 51px 60px 50px;
  z-index: 3;
}
.case-stories__single .content-box .top-text {
  position: relative;
  display: block;
}
.case-stories__single .content-box .top-text h2 {
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.case-stories__single .content-box .top-text .line {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background: var(--thm-base);
  margin-top: 9px;
  transition: 0.2s linear 0.1s;
}
.case-stories__single:hover .content-box .top-text .line {
  background: #fff;
}
.case-stories__single .content-box .bottom-text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 60px 50px;
}
.case-stories__single .content-box .bottom-text .icon,
.case-stories__single .content-box .bottom-text .text,
.choose-content-box .inner-content,
.choose-content-box .inner-content ul,
.choose-content-box .inner-content ul li .text,
.company-benefits-content,
.company-benefits-img-box,
.fact-counter-box,
.google-map-style1-area,
.single-fact-counter .inner {
  position: relative;
  display: block;
}
.case-stories__single .content-box .bottom-text .text p {
  color: #fff;
  margin: 0;
}
.case-stories__single .content-box .bottom-text .icon a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: var(--thm-black);
  font-size: 20px;
  text-align: center;
  z-index: 1;
}
.case-stories__single .content-box .bottom-text .icon a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.case-stories__single .content-box .bottom-text .icon a:hover::before,
.single-team-style1 .title-holder .social-links li a:hover::before {
  transform: scaleX(1);
}
.case-stories__single .content-box .bottom-text .icon a span::before {
  position: relative;
  display: inline-block;
  line-height: 50px;
}
.slogan-area {
  position: relative;
  display: block;
  /* padding: 108px 0 120px; */
  padding: 100px 0 100px;
  z-index: 10;
}
.slogan-area__bg {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-blend-mode: luminosity;
  z-index: 1;
}
.slogan-area__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.6;
  z-index: -1;
}
.slogan-area .shape {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-position: bottom right;
  background-size: auto;
  mix-blend-mode: color-dodge;
  z-index: 2;
}
.slogan-text-box {
  position: relative;
  display: block;
  z-index: 5;
}
.slogan-text-box h2 {
  color: #fff;
  font-size: 70px;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.slogan-text-box h2 span {
  position: relative;
  display: inline-block;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.slogan-btn-box {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 43px;
}
.experience-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  height: 170px;
  background-color: var(--thm-base);
  border-radius: 50%;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.experience-box:before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0;
  border-top: 30px solid var(--thm-base);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  transform: rotate(35deg);
}
.experience-box h2 {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
}
.experience-box p {
  color: #fff;
  line-height: 24px;
  margin: 8px 0 0;
}
.choose-area,
.slogan-style2-area {
  position: relative;
  display: block;
  background: #fff;
  z-index: 10;
}
.slogan-style2-content {
  position: relative;
  padding: 40px 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--thm-base);
  z-index: 100;
}
.error-content .big-title,
.slogan-style2-content .title {
  position: relative;
  display: block;
  z-index: 1;
}
.slogan-style2-content .title h2 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
.slogan-style2-content .button-box {
  position: relative;
  display: block;
  line-height: 0;
}
.slogan-style3-area {
  position: relative;
  display: block;
  background: var(--thm-base);
  padding: 53px 0;
  overflow: hidden;
  z-index: 10;
}
.slogan-style3__content {
  position: relative;
  display: block;
  text-align: center;
}
.slogan-style3__content h3 {
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
}
.company-benefits-area {
  position: relative;
  display: block;
  background: #fff;
  padding: 120px 0;
}
.single-fact-counter {
  position: relative;
  display: block;
  background: var(--thm-primary);
  padding: 36px 40px;
  border-radius: 20px;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  margin-bottom: 10px;
}
.single-fact-counter .count-box {
  position: relative;
  color: var(--thm-base);
  font-size: 44px;
  line-height: 40px;
  font-weight: 700;
  font-family: var(--thm-font);
  transition: 0.2s linear 0.1s;
}
.single-fact-counter .title {
  position: relative;
  display: block;
  padding-top: 11px;
}
.single-fact-counter .title h3 {
  color: var(--thm-black);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--thm-font);
}
.company-benefits-content .top-text {
  position: relative;
  display: block;
  margin-top: -11px;
  padding-bottom: 31px;
}
.company-benefits-content .top-text p {
  font-size: 20px;
  line-height: 36px;
  margin: 0;
}
.company-benefits-content ul {
  position: relative;
  display: block;
  padding-bottom: 54px;
}
.company-benefits-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--thm-black);
  font-size: 18px;
  font-weight: 500;
}
.company-benefits-content ul li + li {
  margin-top: 7px;
}
.company-benefits-content ul li span:before {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  color: var(--thm-base);
}
.company-benefits-content .bottom-content {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #d9e3e4;
  border-bottom: 1px solid #d9e3e4;
  padding-top: 30px;
  padding-bottom: 30px;
}
.company-benefits-content .bottom-content .img-box {
  position: relative;
  display: block;
  width: 145px;
  background-color: var(--thm-black);
}
.company-benefits-content .bottom-content .inner-text {
  position: relative;
  display: block;
  padding-left: 30px;
}
.company-benefits-content .bottom-content .inner-text p {
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}
.company-benefits-content .bottom-content .inner-text p span {
  color: var(--thm-base);
  font-weight: 700;
}
.company-benefits-img-box .shape-1 {
  position: absolute;
  top: 60px;
  right: -120px;
  width: 120px;
  height: 170px;
  background-color: var(--thm-base);
  -moz-transform: skew(-20deg, 0deg);
  -webkit-transform: skew(-20deg, 0deg);
  -o-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  animation: 20s linear infinite bgSlideReverse2;
  z-index: 1;
}
.company-benefits-img-box .shape-2 {
  position: absolute;
  top: 230px;
  right: -200px;
  width: 80px;
  height: 80px;
  background-color: var(--thm-black);
  -moz-transform: skew(-20deg, 0deg);
  -webkit-transform: skew(-20deg, 0deg);
  -o-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  z-index: 1;
}
.company-benefits-img-box .inner .logo-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 95px;
  height: 95px;
  background-color: var(--thm-base);
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-benefits-img-box .inner .logo-box img {
  width: auto;
}
.google-map-style1-area .auto-container {
  max-width: 100%;
  padding: 0;
}
.choose-content-box .sec-title--style2,
.features-style1__content .sec-title {
  padding-bottom: 36px;
}
.home1-page-map-outer {
  position: relative;
  display: block;
  z-index: 10;
}
.home1-page-map-outer .map-canvas {
  position: relative;
  width: 100%;
  height: 550px;
}
.choose-img-box {
  position: relative;
  display: block;
  padding-top: 120px;
  z-index: 1;
}
.choose-img-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1000000px;
  bottom: 0;
  right: 200px;
  background-color: var(--thm-base);
  z-index: -1;
}
.choose-img-box .border-box {
  position: absolute;
  top: 160px;
  left: -10px;
  bottom: 40px;
  width: 10px;
  background: #fff;
  animation: 2s infinite pulse5;
  -webkit-animation-duration: 2s;
}
.choose-img-box .inner img {
  width: 100%;
  transform: scale(1);
  transition: 2.7s;
  mix-blend-mode: luminosity;
}
.choose-img-box .inner:hover img {
  transform: scale(1.3);
  mix-blend-mode: normal;
}
.choose-content-box {
  position: relative;
  display: block;
  padding-top: 120px;
  padding-left: 70px;
}
.choose-content-box .sec-title--style2 h2,
.single-team-style1 .title-holder h2 a {
  color: var(--thm-black);
}
.choose-content-box .inner-content .top-text {
  position: relative;
  display: block;
  padding-bottom: 36px;
}
.choose-content-box .inner-content ul li {
  position: relative;
  display: block;
  margin-bottom: 36px;
}
.choose-content-box .inner-content ul li .inner {
  position: relative;
  display: block;
  padding-left: 80px;
}
.choose-content-box .inner-content ul li .inner .icon {
  position: absolute;
  top: 3px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--thm-base);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
}
.choose-content-box .inner-content ul li .text h3 {
  color: var(--thm-black);
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 11px;
}
.features-style1-area {
  position: relative;
  display: block;
  background: var(--thm-bg);
  padding: 120px 0;
}
.features-style1-img-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 270px;
}
.features-style1-img-bg {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 270px;
  margin-left: -80px;
  background-color: var(--thm-bg);
  background-blend-mode: luminosity;
}
.features-style1__content {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
}
.features-style1__content .inner-content,
.features-style1__content .inner-content ul {
  position: relative;
  display: block;
}
.features-style1__content .inner-content ul li {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 500;
  margin-bottom: 3px;
}
.features-style1__content .inner-content ul li span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 20px;
  line-height: 20px;
  top: 2px;
  padding-right: 10px;
}
.features-style1__content .inner-content .btn-box {
  position: relative;
  display: block;
  margin-top: 54px;
  line-height: 0;
}
.features-style1__items {
  position: relative;
  display: block;
  padding-top: 210px;
}
.features-style1__items ul {
  position: relative;
  display: flex;
}
.features-style1__items ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 1px;
  background: #fff;
  opacity: 0.1;
}
.features-style1__items ul li {
  position: relative;
  display: block;
  width: 50%;
  margin-right: 50px;
}
.features-style1__items ul li:last-child {
  margin-left: 50px;
  margin-right: 0;
}
.features-style1__items ul li .top {
  position: relative;
  display: block;
  padding-left: 85px;
}
.features-style1__items ul li .top .icon {
  position: absolute;
  top: 2px;
  left: 0;
}
.features-style1__items ul li .top .icon span:before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 65px;
}
.features-style1__items ul li .top .title {
  position: relative;
  display: block;
}
.features-style1__items ul li .top .title h3 {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}
.features-style1__items ul li .inner-text {
  position: relative;
  display: block;
  padding-top: 30px;
}
.case-deatils-text-box .text2,
.error-content .text p,
.features-style1__items ul li .inner-text p,
.features-style2-single-box .inner-title p,
.single-box-case-info p {
  margin: 0;
}
.features-style2-area {
  position: relative;
  display: block;
  background: #fff;
  padding: 120px 0 0;
  z-index: 10;
}
.features-style2-area__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 120px;
  background: var(--thm-primary);
  z-index: -1;
}
.features-style2__content {
  position: relative;
  display: block;
  padding: 89px 110px 70px;
  z-index: 1;
}
.features-style2__content .shape-1 {
  position: absolute;
  top: 60px;
  left: -100px;
  width: 120px;
  height: 170px;
  background-color: var(--thm-base);
  -moz-transform: skew(20deg, 0deg);
  -webkit-transform: skew(20deg, 0deg);
  -o-transform: skew(20deg, 0deg);
  -ms-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
  z-index: 2;
}
.features-style2__content .shape-2 {
  position: absolute;
  top: 230px;
  left: -170px;
  width: 80px;
  height: 80px;
  background-color: var(--thm-black);
  -moz-transform: skew(20deg, 0deg);
  -webkit-transform: skew(20deg, 0deg);
  -o-transform: skew(20deg, 0deg);
  -ms-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
  z-index: 2;
}
.features-style2__content-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: var(--thm-bg);
  background-blend-mode: luminosity;
  z-index: -1;
}
.features-style2__content-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-bg);
  opacity: 0.9;
}
.case-deatils-area,
.case-deatils-content,
.case-deatils__img-box,
.case-info-content,
.features-style2-single-box,
.features-style2__content .top-title,
.features-style2__content-inner,
.form-style1-box form,
.single-box-case-info,
.single-box-case-info ul {
  position: relative;
  display: block;
}
.features-style2__content .top-title {
  text-align: center;
  padding-bottom: 49px;
}
.features-style2__content .top-title h2 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}
.features-style2-single-box {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 49px 40px 38px;
  margin-bottom: 30px;
}
.features-style2-single-box span:before {
  color: var(--thm-base);
  font-size: 60px;
  line-height: 60px;
}
.features-style2-single-box .inner-title {
  position: relative;
  display: block;
  padding-top: 18px;
}
.features-style2-single-box .inner-title h3 {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 5px;
}
.case-deatils-area {
  background: #fff;
  padding: 120px 0;
  z-index: 10;
}
.case-deatils__img-box {
  overflow: hidden;
  background: var(--thm-bg);
}
.case-deatils__img-box img {
  width: 100%;
  mix-blend-mode: luminosity;
}
.case-info-content {
  background: #fff;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
  padding: 40px 80px 41px;
  margin: -30px 60px 0;
  z-index: 2;
}
.single-box-case-info h3 {
  color: var(--thm-black);
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
.single-box-case-info ul {
  padding-left: 50px;
  padding-top: 25px;
}
.single-box-case-info ul::before {
  position: absolute;
  top: 6px;
  left: 0;
  bottom: -18px;
  background: #d9e3e4;
  width: 1px;
  content: "";
}
.single-box-case-info ul li {
  position: relative;
  display: block;
  float: left;
  margin-right: 20px;
}
.single-box-case-info ul li a {
  position: relative;
  display: block;
  color: var(--thm-black);
  font-size: 20px;
  line-height: 20px;
}
.case-deatils-text-box {
  position: relative;
  display: block;
  margin-top: 80px;
}
.case-deatils-text-box h2 {
  color: var(--thm-black);
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin-bottom: 38px;
}
.case-deatils-text-box .text1 {
  position: relative;
  display: block;
  margin: 0 0 33px;
}
.case-deatils-text-box ul {
  position: relative;
  display: block;
  margin-top: 42px;
}
.case-deatils-text-box ul li {
  position: relative;
  display: block;
  color: var(--thm-bg);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 12px;
}
.case-deatils-text-box ul li span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 15px;
  line-height: 15px;
  top: 1px;
  padding-right: 14px;
}
.case-details-prew-next-button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0;
  border-top: 1px solid #d9e3e4;
  border-bottom: 1px solid #d9e3e4;
  margin-top: 114px;
}
.case-details-prew-next-button .single-btn {
  position: relative;
  display: flex;
  align-items: center;
}
.case-details-prew-next-button .single-btn a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: var(--thm-primary);
  border-radius: 50%;
  color: var(--thm-black);
  font-size: 20px;
  line-height: 54px;
  text-align: center;
  transition: 0.2s linear 0.1s;
}
.case-details-prew-next-button .single-btn a:hover {
  color: #fff;
  background-color: var(--thm-base);
}
.case-details-prew-next-button .single-btn.prew a {
  transform: rotate(180deg);
}
.case-details-prew-next-button .single-btn p {
  color: var(--thm-black);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.case-details-prew-next-button .single-btn.prew p {
  padding-left: 10px;
}
.case-details-prew-next-button .single-btn.next p {
  padding-right: 10px;
}
.form-style1-box {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  float: right;
  background: #f2f3fa;
  padding: 58px 60px 60px;
}
.form-style1-box .top-title {
  position: relative;
  display: block;
  padding-bottom: 43px;
}
.form-style1-box .top-title p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin: 0 0 11px;
}
.form-style1-box .top-title h2 {
  font-size: 28px;
  line-height: 34px;
}
.form-style1-box form .input-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.form-style1-box form input[type="email"],
.form-style1-box form input[type="text"],
.form-style1-box form textarea {
  position: relative;
  display: block;
  background: #fff;
  width: 100%;
  height: 60px;
  border: 1px solid #fff;
  color: #797989;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0;
  transition: 0.5s;
  font-family: var(--thm-font);
}
.form-style1-box form textarea {
  height: 133px;
  padding: 12px 30px 10px;
}
.form-style1-box form input[type="text"]::-webkit-input-placeholder {
  color: #797989;
}
.form-style1-box form input[type="text"]:-moz-placeholder {
  color: #797989;
}
.form-style1-box form input[type="text"]::-moz-placeholder {
  color: #797989;
}
.form-style1-box form input[type="text"]:-ms-input-placeholder {
  color: #797989;
}
.form-style1-box form input[type="email"]::-webkit-input-placeholder {
  color: #797989;
}
.form-style1-box form input[type="email"]:-moz-placeholder {
  color: #797989;
}
.form-style1-box form input[type="email"]::-moz-placeholder {
  color: #797989;
}
.form-style1-box form input[type="email"]:-ms-input-placeholder {
  color: #797989;
}
.form-style1-box form textarea::-webkit-input-placeholder {
  color: #797989;
}
.form-style1-box form textarea:-moz-placeholder {
  color: #797989;
}
.form-style1-box form textarea::-moz-placeholder {
  color: #797989;
}
.form-style1-box form textarea:-ms-input-placeholder {
  color: #797989;
}
.form-style1-box form .button-box {
  position: relative;
  display: block;
  padding-top: 10px;
}
.error-page-area {
  position: relative;
  display: block;
  padding: 112px 0 120px;
  background: #fff;
  z-index: 10;
}
.error-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-content .big-title h2 {
  color: var(--thm-base);
  font-size: 72px;
  line-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
}
.error-content .title {
  position: relative;
  display: block;
  padding-top: 29px;
  padding-bottom: 26px;
}
.error-content .title h2 {
  color: var(--thm-black);
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}
.error-content .text {
  position: relative;
  display: block;
  padding-bottom: 29px;
}
.error-page-search-box {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}
.error-page-search-box form.search-form {
  position: relative;
  display: block;
  width: 100%;
}
.error-page-search-box .search-form input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-left: 30px;
  padding-right: 60px;
  transition: 0.5s;
  font-family: var(--thm-font);
}
.error-page-search-box .search-form button {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: var(--thm-base);
  color: #fff;
  font-size: 16px;
  line-height: 10px;
  display: block;
  text-align: center;
  border: 0 solid #e1e1e1;
  transition: 0.5s;
}
.error-page-search-box .search-form button i {
  font-size: 16px;
}
.error-page-search-box .search-form input[type="text"]:focus {
  color: var(--thm-black);
  border-color: var(--thm-base);
}
.error-page-search-box .search-form input::-webkit-input-placeholder {
  color: var(--thm-gray);
}
.error-page-search-box .search-form input:-moz-placeholder {
  color: var(--thm-gray);
}
.error-page-search-box .search-form input::-moz-placeholder {
  color: var(--thm-gray);
}
.error-page-search-box .search-form input:-ms-input-placeholder {
  color: var(--thm-gray);
}
.error-content .btns-box {
  line-height: 0;
  padding-top: 30px;
}
.error-content .btns-box a {
  padding-left: 40px;
  padding-right: 40px;
}
.case-element-page02,
.news-element-page03,
.service-element-page02,
.team-element-page03 {
  position: relative;
  display: block;
  padding: 120px 0;
  background: #fff;
  overflow: hidden;
  z-index: 10;
}
.case-element-carousel.owl-carousel .owl-stage-outer,
.news-element-carousel.owl-carousel .owl-stage-outer,
.service-element-carousel.owl-carousel .owl-stage-outer,
.team-element-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding-bottom: 10px;
}
.service-element-carousel.pdb50.owl-carousel .owl-stage-outer {
  padding-bottom: 50px;
}
.case-element-carousel.owl-carousel .owl-stage-outer .owl-item,
.news-element-carousel.owl-carousel .owl-stage-outer .owl-item,
.service-element-carousel.owl-carousel .owl-stage-outer .owl-item,
.team-element-carousel.owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(0) scaleY(1.2);
  -ms-transform: perspective(400px) rotateX(0) scaleY(1.2);
  transform: perspective(400px) rotateX(0) scaleY(1.2);
  transition: 0.5s ease-in-out 0.1s;
}
.case-element-carousel.owl-carousel .owl-stage-outer .owl-item.active,
.news-element-carousel.owl-carousel .owl-stage-outer .owl-item.active,
.service-element-carousel.owl-carousel .owl-stage-outer .owl-item.active,
.team-element-carousel.owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0) scaleY(1);
  transform: perspective(400px) rotateX(0) scaleY(1);
  transition: 0.3s ease-in-out 0.1s;
}
.case-element-carousel.owl-nav-style-one.owl-theme .owl-nav,
.download-section,
.news-element-carousel.owl-nav-style-one.owl-theme .owl-nav,
.service-element-carousel.owl-nav-style-one.owl-theme .owl-nav,
.team-element-carousel.owl-nav-style-one.owl-theme .owl-nav {
  text-align: center;
}
.case-element-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"],
.news-element-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"],
.service-element-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"],
.team-element-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
  background: var(--thm-primary);
  border-radius: 50%;
  margin: 0 5px;
}
.single-service-style1.martop0 {
  margin-top: 0;
}
.team-style1-area {
  position: relative;
  display: block;
  background: #fff;
  padding: 120px 0 80px;
  z-index: 10;
}
.team-style1-area .auto-container {
  max-width: 1600px;
}
.single-team-style1 {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.single-team-style1 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 10px;
}
.single-team-style1 .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.single-team-style1 .img-holder .inner img {
  width: 370px;
  height: 450px;
  mix-blend-mode: luminosity;
  transition: 0.5s linear 0.2s;
}
.single-team-style1:hover .img-holder .inner img {
  transform: scale(1.1) rotate(0);
  opacity: 0.2;
  mix-blend-mode: normal;
  transition: 0.5s linear 0.1s;
}
.single-team-style1 .title-holder {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 24px 0 0;
  background-color: #fff;
  transform: perspective(400px) translateY(80px);
  transform-origin: bottom;
  transition: 0.2s linear 0.1s;
  z-index: 2;
}
.single-team-style1:hover .title-holder {
  transform: perspective(400px) translateY(0);
  transition: 0.7s linear 0.1s;
}
.single-team-style1 .title-holder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--thm-base);
  transform: scaleX(0);
  transition: 0.1s linear 0.5s;
}
.single-team-style1:hover .title-holder::before {
  transform: scaleX(1);
  transition: 0.9s linear 0.3s;
}
.single-team-style1 .title-holder h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 6px;
}
.single-team-style1 .title-holder h3 {
  color: var(--thm-gray);
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-family: var(--thm-font);
}
.single-team-style1 .title-holder .social-links {
  position: relative;
  display: block;
  margin-top: 27px;
}
.single-team-style1 .title-holder .social-links li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--thm-primary);
  color: var(--thm-black);
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  transition: 0.2s linear 0.1s;
  z-index: 1;
}
.single-team-style1 .title-holder .social-links li a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-base);
  content: "";
  z-index: -1;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.download-text h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to right, #ff7a18, #af002d, #3205f2);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 35px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  transition: color 0.3s;
  text-align: start;
}
.download-text h2:hover {
  color: #eb593d;
}
.download-buttons {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  margin-top: 20px;
}
.download-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  transition: background-color 0.3s, transform 0.2s;
  font-weight: 700;
  justify-content: center;
  width: 200px;
  height: 50px;
}
.stat-box,
.stat-box .icon {
  border-radius: 10px;
  display: flex;
}
.download-btn i {
  margin-right: 10px;
  font-size: 24px;
}
.download-btn.android {
  background-color: #3ddc84;
}
.download-btn.android:hover {
  background-color: #32c75b;
  transform: scale(1.05);
}
.download-btn.ios {
  background-color: #007aff;
}
.download-btn.ios:hover {
  background-color: #fff;
  transform: scale(1.05);
}
.download-btn:hover {
  cursor: pointer;
}
.stats-section {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
.stats-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.stat-box {
  width: 210px;
  height: 90px;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  box-sizing: border-box;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  background-color: rgba(235, 89, 61, 0.8);
}
.stat-box:hover {
  background-color: rgba(235, 89, 61, 0.95);
}
.stat-box .icon {
  background-color: #fff;
  padding: 10px;
  font-size: 30px;
  align-items: center;
  justify-content: center;
  color: #3270aa;
  min-width: 42px;
  height: 42px;
}
.stat-box .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  gap: 2px;
}
.stat-box .text .label {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}
.stat-box .text .number {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-top: 4px;
  transition: 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .stats-container {
    flex-direction: column;
    gap: 15px;
  }
  .stat-box {
    width: 100%;
    height: auto;
    padding: 12px 16px;
  }
  .stat-box .icon {
    font-size: 18px;
    padding: 8px;
  }
  .stat-box .text .label,
  .stat-box .text .label-two-lines span {
    font-size: 14px;
  }
  .stat-box .text .sub-label {
    font-size: 12px;
  }
  .stat-box .text .number {
    font-size: 18px;
  }
}


@media only screen and (max-width: 5000px) {

  .boxed_wrapper_box_page {
      overflow-x: hidden;
  }


}

/* Large Layout: 1200px. */
@media only screen and (min-width: 1200px) {}



/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /*** Header Style One Css ***/
  .main-logo-box {
      border-right: 0px solid;
  }


  .service-style1__title {
      padding-top: 100px;
      padding-right: 0px;
      padding-bottom: 100px;
      margin-right: 0px;
  }

  .service-style1__title:before {
      left: -1000000px;
      right: -100000px;
  }

  .service-style1__content {
      padding-top: 20px;
      padding-left: 0px;
  }



  .about-style1__image {
      max-width: 100%;
      margin-right: 0px;
  }

  .about-style1__image .shape-1 {
      display: none;
  }

  .about-style1__image .shape-2 {
      display: none;
  }

  .about-style1__content {
      padding-top: 50px;
      padding-left: 0px;
  }



  .company-benefits-img-box {
      padding-top: 60px;
  }

  .company-benefits-img-box .shape-1 {
      display: none;
  }

  .company-benefits-img-box .shape-2 {
      display: none;
  }



  .single-blog-style1 {
      max-width: 770px;
      margin: 0 auto;
      margin-bottom: 40px;
  }



  /*** Footer Area Css ***/
  .bottom-parallax,
  .parallax-visible .bottom-parallax {
      position: relative;
      height: auto;
      opacity: 1;
      visibility: visible;
      z-index: 10;
  }

  .bottom-parallax .footer-area {
      position: relative;
      top: 0px;
      left: 0px;
      width: 100%;
      height: auto;
  }

  .single-footer-widget.marbtm50 {
      margin-bottom: 50px;
  }

  .newsletter-form {
      max-width: 570px;
  }




  .logo-box-style2 {
      margin-right: 150px;
  }


  .about-style2__content {
      padding-bottom: 60px;
  }

  .about-style2__image {
      max-width: 770px;
  }


  .single-service-style2 .title-holder {
      padding: 44px 29px 50px;
  }

  .single-service-style2 .title-holder h3 {
      font-size: 22px;
  }



  .choose-img-box:before {
      left: -1000000px;
      right: -100000px;
  }

  .choose-content-box {
      padding-top: 60px;
      padding-left: 0px;
  }




  .features-style1-area {
      padding: 420px 0px 120px;
  }

  .features-style1-img-box {
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 370px;
  }

  .features-style1-img-bg {
      min-height: 370px;
      margin-left: 0px;
  }

  .features-style1__content {
      max-width: 100%;
      width: 100%;
  }

  .features-style1__items {
      padding-top: 70px;
  }



  .features-style2__content {
      padding: 89px 30px 70px;
  }

  .features-style2-single-box {
      padding: 49px 31px 38px;
  }



  .breadcrumb-area .shape-box {
      left: 0px;
  }



  .service-details__content .text-box4 .content-box {
      padding-top: 50px;
  }



  .about-style2__content--in-about-style3 {
      padding-top: 50px;
      padding-left: 0px;
      padding-bottom: 0;
  }



  .case-info-content {
      padding: 40px 80px 21px;
      margin: 0px 60px 0px;
      margin-top: -30px;
  }

  .single-box-case-info {
      margin-bottom: 20px;
  }

  .single-box-case-info ul {
      padding-left: 0px;
      padding-top: 11px;
  }

  .single-box-case-info ul::before {
      display: none;
  }



  .faq-style1-content--margintop {
      margin-top: 100px;
  }















}






/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

  /*** Header Style One Css ***/
  .main-logo-box {
      border-right: 0px solid;
  }


  .service-style1__title {
      padding-top: 100px;
      padding-right: 0px;
      padding-bottom: 100px;
      margin-right: 0px;
  }

  .service-style1__title:before {
      left: -1000000px;
      right: -100000px;
  }

  .service-style1__content {
      padding-top: 20px;
      padding-left: 0px;
  }



  .about-style1__image {
      max-width: 100%;
      margin-right: 0px;
  }

  .about-style1__image .shape-1 {
      display: none;
  }

  .about-style1__image .shape-2 {
      display: none;
  }

  .about-style1__content {
      padding-top: 50px;
      padding-left: 0px;
  }



  .slogan-text-box h2 {
      font-size: 45px;
  }



  .company-benefits-img-box {
      padding-top: 60px;
  }

  .company-benefits-img-box .shape-1 {
      display: none;
  }

  .company-benefits-img-box .shape-2 {
      display: none;
  }


  .company-benefits-content .bottom-content {
      align-items: center;
      flex-direction: column;
  }

  .company-benefits-content .bottom-content .inner-text {
      padding-top: 16px;
      padding-left: 0px;
      text-align: center;
  }



  .single-blog-style1 {
      max-width: 570px;
      margin: 0 auto;
      margin-bottom: 40px;
  }



  .slogan-style2-content {
      padding: 79px 80px 90px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
  }

  .slogan-style2-content .button-box {
      padding-top: 29px;
  }



  /*** Footer Area Css ***/
  .bottom-parallax,
  .parallax-visible .bottom-parallax {
      position: relative;
      height: auto;
      opacity: 1;
      visibility: visible;
      z-index: 10;
  }

  .bottom-parallax .footer-area {
      position: relative;
      top: 0px;
      left: 0px;
      width: 100%;
      height: auto;
  }

  .single-footer-widget.marbtm50 {
      margin-bottom: 50px;
  }

  .newsletter-form {
      max-width: 570px;
  }




  .logo-box-style2 {
      margin-right: 100px;
  }


  .about-style2__content {
      padding-bottom: 60px;
  }


  .choose-img-box:before {
      left: -1000000px;
      right: -100000px;
  }

  .choose-content-box {
      padding-top: 60px;
      padding-left: 0px;
  }



  .features-style1-area {
      padding: 420px 0px 120px;
  }

  .features-style1-img-box {
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 370px;
  }

  .features-style1-img-bg {
      min-height: 370px;
      margin-left: 0px;
  }

  .features-style1__content {
      max-width: 100%;
      width: 100%;
  }

  .features-style1__items {
      padding-top: 70px;
  }



  .breadcrumb-area .shape-box {
      left: 40px;
  }


  .service-details__content .text-box4 .content-box {
      padding-top: 40px;
  }

  .service-details__sidebar {
      padding-top: 100px;
  }


  .about-style2__content--in-about-style3 {
      padding-top: 50px;
      padding-left: 0px;
      padding-bottom: 0;
  }


  .case-info-content {
      padding: 40px 80px 21px;
      margin: 0px 60px 0px;
      margin-top: -30px;
  }

  .single-box-case-info {
      margin-bottom: 20px;
  }

  .single-box-case-info ul {
      padding-left: 0px;
      padding-top: 11px;
  }

  .single-box-case-info ul::before {
      display: none;
  }


  .faq-style1-content--margintop {
      margin-top: 100px;
  }



  .single-blog-style1--in-style2 {
      max-width: 100%;
  }

  .thm-sidebar-box {
      margin-top: 100px;
  }


  .contact-info-box {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 57px 100px 57px;
  }

  .contact-info-box .middle-box {
      padding: 30px 0 30px;
  }


}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

  .sec-title h2 {
      font-size: 50px;
      margin: 7px 0 0;
  }

  .sec-title h2 br {
      display: none;
  }

  /*** Header Style One Css ***/
  .main-logo-box {
      padding: 0;
      border-right: 0px solid;
      width: auto;
  }

  .header-right {
      display: none;
  }

  .header-left {
      position: relative;
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      padding: 0 20px;
  }



  .service-style1__title {
      padding-top: 100px;
      padding-right: 0px;
      padding-bottom: 100px;
      margin-right: 0px;
  }

  .service-style1__title:before {
      left: -1000000px;
      right: -100000px;
  }

  .service-style1__content {
      padding-top: 20px;
      padding-left: 0px;
  }



  .about-style1__image {
      max-width: 100%;
      margin-right: 0px;
  }

  .about-style1__image .shape-1 {
      display: none;
  }

  .about-style1__image .shape-2 {
      display: none;
  }

  .about-style1__content {
      padding-top: 50px;
      padding-left: 0px;
  }


  .slogan-style3__content h3 {
      animation: none;
  }




  .case-stories__single .content-box {
      padding: 33px 30px 40px;
  }

  .case-stories__single .content-box .top-text h2 {
      font-size: 20px;
      line-height: 28px;
      font-weight: 700;
  }

  .case-stories__single .content-box .top-text h2 br {}

  .case-stories__single .content-box .bottom-text .text p {
      font-size: 16px;
      line-height: 24px;
  }

  .case-stories__single .content-box .bottom-text .text p br {
      display: none;
  }

  .case-stories__single .content-box .bottom-text .icon {
      margin-top: 20px;
  }

  .case-stories__single .content-box .bottom-text {
      padding: 0 30px 40px;
  }


  .case-stories__single .img-box {
      height: 320px;
  }

  .case-stories__single .img-box img {
      height: 320px;
  }



  .slogan-text-box h2 {
      font-size: 35px;
  }

  .slogan-text-box h2 br {
      display: none;
  }

  .experience-box {
      display: none;
  }

  .slogan-text-box h2 span {
      display: none;
  }



  .fact-counter-box {
      text-align: center;
  }

  .company-benefits-img-box {
      padding-top: 60px;
  }

  .company-benefits-img-box .shape-1 {
      display: none;
  }

  .company-benefits-img-box .shape-2 {
      display: none;
  }

  .company-benefits-content {
      padding-top: 50px;
  }

  .company-benefits-content .bottom-content {
      align-items: center;
      flex-direction: column;
  }

  .company-benefits-content .bottom-content .inner-text {
      padding-top: 16px;
      padding-left: 0px;
      text-align: center;
  }



  .single-testimonial-style1 {
      padding: 50px 30px 0;
  }


  .single-blog-style1 .text-holder {
      padding: 32px 30px 40px;
  }

  .single-blog-style1 .text-holder .meta-info ul {
      flex-direction: column;
      align-items: flex-start;
  }

  .single-blog-style1 .text-holder .meta-info ul li {
      padding-right: 0px;
      margin-right: 0px;
  }

  .single-blog-style1 .text-holder .meta-info ul li:before {
      display: none;
  }



  .slogan-style2-content {
      padding: 81px 20px 90px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
  }

  .slogan-style2-content .title h2 {
      font-size: 30px;
      line-height: 40px;
      animation: none;
  }

  .slogan-style2-content .title h2 br {
      display: none;
  }

  .slogan-style2-content .button-box {
      padding-top: 30px;
  }



  /*** Footer Area Css ***/
  .bottom-parallax,
  .parallax-visible .bottom-parallax {
      position: relative;
      height: auto;
      opacity: 1;
      visibility: visible;
      z-index: 10;
  }

  .bottom-parallax .footer-area {
      position: relative;
      top: 0px;
      left: 0px;
      width: 100%;
      height: auto;
  }

  .single-footer-widget.marbtm50 {
      margin-bottom: 50px;
  }

  .single-footer-widget--company-info {
      max-width: 100%;
  }

  .newsletter-form {
      max-width: 100%;
  }

  .footer-bottom .bottom-inner {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
       padding: 10px 0px 10px;
  }

  .footer-bottom .bottom-inner .copyright {
      padding-top: 17px;
  }




  .header-style2__top {
      display: none;
  }

  .serach-button-style1--instyle2 {
      display: none;
  }

  .header-style2__right {
      display: none;
  }

  .header-style2__left {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      border-right: none;
      padding-right: 0px;
      width: 100%;
  }



  .about-style2__content {
      padding-bottom: 50px;
  }

  .about-style2__image .shape-1 {
      display: none;
  }

  .about-style2__image .shape-2 {
      display: none;
  }

  .about-style2__content .inner-content .top-text {
      align-items: flex-start;
      flex-direction: column;
  }

  .about-style2__content .inner-content .top-text .inner-title {
      width: 100%;
      padding-top: 22px;
  }



  .single-service-style2 .title-holder {
      padding: 44px 29px 50px;
  }

  .single-service-style2 .title-holder h3 {
      font-size: 22px;
  }


  .choose-img-box:before {
      left: -1000000px;
      right: -100000px;
  }

  .choose-content-box {
      padding-top: 60px;
      padding-left: 0px;
  }



  .features-style1-area {
      padding: 420px 0px 120px;
  }

  .features-style1-img-box {
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 370px;
  }

  .features-style1-img-bg {
      min-height: 370px;
      margin-left: 0px;
      background-position: center center;
  }

  .features-style1__content {
      max-width: 100%;
      width: 100%;
  }

  .features-style1__items {
      padding-top: 70px;
  }

  .features-style1__items ul {
      display: block;
  }

  .features-style1__items ul:before {
      display: none;
  }

  .features-style1__items ul li {
      width: 100%;
      margin-right: 0px;
  }

  .features-style1__items ul li:last-child {
      margin-top: 47px;
      margin-left: 0px;
  }



  .features-style2__content {
      padding: 89px 20px 70px;
  }

  .features-style2__content .top-title h2 br {
      display: none;
  }

  .features-style2__content .shape-1 {
      display: none;
  }

  .features-style2__content .shape-2 {
      display: none;
  }



  .single-testimonial-style1 .bottom-box .client-name h3 {
      font-size: 18px;
  }



  .breadcrumb-area .shape-box {
      display: none;
  }

  .breadcrumb-area .inner-content {
      padding: 119px 0 115px;
  }

  .breadcrumb-area .title h2 {
      font-size: 45px;
  }

  .breadcrumb-menu ul {
      align-items: flex-start;
      flex-direction: column;
      align-items: flex-start;
  }

  .breadcrumb-menu ul li {
      padding-right: 0px;
      margin-right: 0px;
  }

  .breadcrumb-menu ul li:before {
      display: none;
  }


  .service-details__content .text-box4 .content-box {
      padding-top: 40px;
  }

  .service-details__sidebar {
      padding-top: 100px;
  }

  .service-details__content .text-box2 {
      padding: 37px 30px 36px;
  }

  .view-all-service {
      padding: 30px 20px 30px;
  }

  .service-details-contact-info {
      padding: 60px 20px 60px;
  }

  .service-details-contact-info h2 {
      font-size: 18px;
  }

  .info-download-box ul li {
      padding: 25px 20px 25px;
  }


  .about-style2__content--in-about-style3 {
      padding-top: 50px;
      padding-left: 0px;
      padding-bottom: 0;
  }



  .case-info-content {
      padding: 40px 30px 21px;
      margin: 0px 30px 0px;
      margin-top: -30px;
  }

  .single-box-case-info {
      margin-bottom: 20px;
  }

  .single-box-case-info ul {
      padding-left: 0px;
      padding-top: 11px;
  }

  .single-box-case-info ul::before {
      display: none;
  }



  .faq-style1-content--margintop {
      margin-top: 100px;
  }



  .single-blog-style1--in-style2 {
      max-width: 100%;
  }

  .single-blog-style1--in-style2 .text-holder {
      padding: 32px 0px 0px;
  }

  .thm-sidebar-box {
      margin-top: 100px;
  }

  .single-sidebar-box {
      padding: 50px 20px 50px;
  }

  .sidebar-blog-post ul li .title-box h4 a br {
      display: none;
  }


  .blog-details-author {
      padding: 60px 40px 60px;
  }

  .blog-details-author .inner-box .img-box,
  .blog-details-author .inner-box .text {
      display: block;
  }

  .blog-details-author .inner-box .text {
      padding-top: 25px;
      padding-left: 0px;
  }

  .blog-details-author .inner-box .text h3 {
      margin-bottom: 14px;
  }


  .comment-box .inner-title {
      padding-bottom: 36px;
  }

  .comment-box .single-comment-box {
      padding-left: 0px;
      min-height: auto;
  }

  .comment-box .single-comment-box .img-holder {
      position: relative;
      top: 0px;
      left: 0;
  }

  .comment-box .single-comment-box .text-holder {
      padding-left: 0px;
      padding-top: 18px;
      min-height: auto;
  }

  .tag-social-share-box {
      flex-direction: column;
      justify-content: center;
      align-content: center;
      margin-top: 50px;
      margin-bottom: 50px;
  }

  .tag-social-share-box .post-social-share {
      padding-top: 20px;
  }

  .tag-box .tag-list li {
      margin-bottom: 5px;
  }



  .contact-info-box {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 57px 20px 57px;
  }

  .contact-info-box .middle-box {
      padding: 21px 0 32px;
  }




















}




@media only screen and (min-width: 768px) {

  .main-menu .navigation>li>ul,
  .main-menu .navigation>li>ul>li>ul,
  .main-menu .navigation>li .megamenu {
      display: block !important;
      visibility: hidden;
      opacity: 0;
  }


}



@media only screen and (max-width: 1199px) {


  .main-header .main-menu {
      position: relative;
      display: block;
      width: 100%;
      float: none;
  }

  .main-header .nav-outer .main-menu,
  .sticky-header {
      display: none !important;
  }

  .nav-outer .mobile-nav-toggler {
      display: block;
  }

  .mobile-nav-toggler .icon-bar {
      position: relative;
      display: block;
      background: #ffffff;
      height: 2px;
      width: 30px;
      margin: 7px 5px;
  }





}







@media only screen and (min-width: 1200px) and (max-width: 1400px) {

  /*** Header Style One Css ***/
  .main-menu .navigation>li {
      margin-right: 30px;
  }

  .phone-number-box1 {
      margin-right: 30px;
  }







}








@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /*** Main Slider Css ***/
  .main-slider .auto-container {
      padding: 0px 120px;
  }

  /*** Main Slider Style1 Css ***/
  .main-slider .owl-theme .owl-nav {
      padding: 0 30px;
  }

  .main-slider .owl-theme .owl-nav {
      right: 5%;
  }

  .main-slider .content .big-title h2 {
      font-size: 70px;
      line-height: 1.0em;
  }

  .main-slider .shape-box {
      left: -50px;
  }

  .main-slider .active .shape-box {
      right: 75%;
  }



  .main-slider.style2 .content .big-title h2 {
      font-size: 70px;
      line-height: 1.0em;
  }





}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  /*** Main Slider Css ***/
  .main-slider .auto-container {
      padding: 0px 120px;
  }


  /*** Main Slider Style1 Css ***/
  .main-slider .owl-theme .owl-nav {
      padding: 0 30px;
  }

  .main-slider .owl-theme .owl-nav {
      right: 5%;
  }

  .main-slider .content .big-title h2 {
      font-size: 70px;
      line-height: 1.0em;
  }

  .main-slider .shape-box {
      left: 50px;
  }



  .main-slider.style2 .slide {
      position: relative;
      display: block;
      padding-top: 120px;
      padding-bottom: 150px;
  }

  .main-slider.style2 .content .big-title h2 {
      font-size: 50px;
      line-height: 1.05em;
  }







}




@media only screen and (min-width: 500px) and (max-width: 767px) {
  .main-slider.style2 {
      margin-top: 0px;
  }

  /*** Main Slider Css ***/
  .main-slider .owl-theme .owl-nav {
      display: none;
  }

  .main-slider.style2 .owl-theme .owl-nav {
      display: none;
  }

  .main-slider .auto-container {
      padding: 0px 20px;
      padding-right: 20px;
  }


  /*** Main Slider Style1 Css ***/
  .main-slider .content .big-title h2 {
      font-size: 70px;
      line-height: 1.0em;
  }

  .main-slider .shape-box {
      left: -50px;
  }

  .main-slider .active .shape-box {
      right: 45%;
  }




  .main-slider.style2 .slide {
      position: relative;
      display: block;
      padding-top: 120px;
      padding-bottom: 150px;
  }

  .main-slider.style2 .content .big-title h2 {
      font-size: 40px;
      line-height: 1.05em;
  }








}



@media only screen and (max-width: 499px) {

  /*** Main Slider Css ***/
  .main-slider .owl-theme .owl-nav {
      display: none;
  }

  .main-slider.style2 .owl-theme .owl-nav {
      display: none;
  }

  .main-slider .auto-container {
      padding: 0px 20px;
      padding-right: 20px;
  }


  /*** Main Slider Style1 Css ***/
  .main-slider .content .big-title h2 {
      font-size: 40px;
      line-height: 1.2em;
  }

  .main-slider .content .big-title h2 .dotted {
      width: 8px;
      height: 8px;
  }

  .main-slider .shape-box {
      left: 0px;
  }

  .main-slider .active .shape-box {
      right: 45%;
  }

  .main-slider .content .btns-box {
      margin-top: 50px;
  }



  .main-slider.style2 .slide {
      position: relative;
      display: block;
      padding-top: 122px;
      padding-bottom: 150px;
  }

  .main-slider.style2 .content .big-title h2 {
      font-size: 50px;
      line-height: 1.05em;
  }












}







@media only screen and (max-width: 1199px) {
  .order-2 {
      -ms-flex-order: 2;
      order: 2;
  }

  .order-1 {
      -ms-flex-order: 1;
      order: 1;
  }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .order-box-2 {
      -ms-flex-order: 2;
      order: 2;
  }

  .order-box-1 {
      -ms-flex-order: 1;
      order: 1;
  }


}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .order-box-2 {
      -ms-flex-order: 2;
      order: 2;
  }

  .order-box-1 {
      -ms-flex-order: 1;
      order: 1;
  }


}