/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --thm-font: 'DM Sans', sans-serif;
  --thm-font-2: 'Lora', serif;
  --thm-reey-font: 'reeyregular';
  --thm-gray: #d0c9c9;
  --thm-gray-rgb: 208, 201, 201;
  --thm-black: #000000;
  --thm-black-rgb: 0, 0, 0;
}

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

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

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

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

body.locked {
  overflow: hidden;
}

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

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

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

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

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

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

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

p {
  margin: 0;
}

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

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

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

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

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


/***
=============================================
    Form Validation Styles
=============================================
***/
input:focus,
textarea:focus,
select:focus {
  border-color: var(--thm-base);
  outline: none;
}

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

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

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

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

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

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

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

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


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

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


/***
=============================================
    Rating Box 
=============================================
***/
.rating-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.rating-box ul {
  overflow: hidden;
}

.rating-box ul li {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  line-height: 0;
}

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

.rating-box ul li span {
  position: relative;
  display: inline-block;
  color: #d0c9c9;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}


/***
=============================================
   Sec Title 
=============================================
***/
.sec-title {
  position: relative;
  display: block;
  margin-top: -8px;
  padding-bottom: 57px;
}

.sec-title__tagline {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}

.sec-title__tagline p {
  position: relative;
  display: block;
  color: #d0c9c9;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  text-transform: none;
  font-family: var(--thm-font);
  letter-spacing: 0.2em;
}

.sec-title__tagline .border-box {
  position: relative;
  display: block;
  width: 60px;
  height: 1px;
  background: #737373;
  margin-left: 19px;
}

.sec-title__title {
  color: #ffffff;
  font-size: 55px;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: none;
}



/***
=============================================
   Thm Btn
=============================================
***/
.thm-btn {
  position: relative;
  display: inline-block;
  border-radius: 0px;
  padding: 14px 40px 13px;
  color: #d0c9c9;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  overflow: hidden;
  font-family: var(--thm-font);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}

.thm-btn:before {
  position: absolute;
  left: 46px;
  top: 0px;
  right: 95px;
  content: "";
  background: rgba(255, 255, 255, 0.08);
  height: 1px;
  content: "";
  z-index: 1;
  transition: all .5s ease;
}

.thm-btn:hover:before {
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 1.0);
}

.thm-btn:after {
  position: absolute;
  left: 91px;
  bottom: 0px;
  right: 50px;
  content: "";
  background: rgba(255, 255, 255, 0.08);
  height: 1px;
  content: "";
  z-index: 1;
  transition: all .5s ease;
}

.thm-btn:hover::after {
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 1.0);
}

.thm-btn .bdrl {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  transition: all .5s ease;
  z-index: -1;
}

.thm-btn:hover .bdrl {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background: rgba(255, 255, 255, 1.0);
}

.thm-btn .bdrr {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  transition: all .5s ease;
  z-index: -1;
}

.thm-btn:hover .bdrr {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background: rgba(255, 255, 255, 1.0);
}

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

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


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

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

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


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

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


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


/***
=============================================
   Scroll To Top
=============================================
***/
.scroll-to-top-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 43px;
}

.scroll-to-top {
  position: relative;
  display: block;
  color: #d0c9c9;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  display: none;
  cursor: pointer;
  letter-spacing: 0.2em;
  z-index: 999999999;
}

.scroll-to-top-box a {
  color: #ffffff;
}

.scroll-to-top-box .border-box {
  position: relative;
  display: block;
  width: 60px;
  height: 1px;
  background: #666666;
  margin-left: 13px;
}

/* Preloader Css*/
.handle-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--thm-black);
  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;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 30px;
  background: #fff;
  text-align: center;
  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 auto;

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

.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.30);
  font-family: var(--thm-font);
}

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

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

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

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

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


/**
animation: spinner 1s infinite linear;


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

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

.handle-preloader .animation-preloader .txt-loading .letters-loading {}

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

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


/* Animation preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes letters-loading {

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

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


@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;
  }
}
/*--------------------------------------------------------------
  # Mobile Nav
  --------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile-nav__content .main-menu__list>li>a.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: #ffffff;
}

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

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


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

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

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

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

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

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

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


.mobile-nav__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

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

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

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

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



/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

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

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

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

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

.main-menu-box {
  display: block;
}


/****
  .main-menu__right {
    position: relative;
    display: block;
    float: right;
  }
  
  .main-menu__search-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 23px 0;
  }
  
  .main-menu__search-box:before {
    position: absolute;
    top: 14px;
    bottom: 14px;
    left: -30px;
    content: "";
    width: 1px;
    background-color: var(--thm-white);
    opacity: .10;
  }
  
  .main-menu__search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    color: var(--thm-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .main-menu__search:hover {
    color: var(--thm-primary);
  }
  ***/


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

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

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

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

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

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

.main-menu .main-menu__list>li.current.dropdown>a:before,
.main-menu .main-menu__list>li:hover.dropdown>a:before {
  color: #ffffff;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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


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

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

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


/***
  .mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 0px;
  }
  
  @media (min-width: 1200px) {
    .mobile-nav__buttons {
      display: none;
    }
  }
  
  .mobile-nav__buttons a {
    font-size: 20px;
    color: var(--thm-base);
    cursor: pointer;
  }
  
  .mobile-nav__buttons a+a {
    margin-left: 10px;
  }
  
  .mobile-nav__buttons a:hover {
    color: var(--brote-base);
  }
  **/

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

.main-menu .mobile-nav__toggler:hover {
  color: var(--thm-base);
}

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

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

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

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

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

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

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

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

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

/***
=============================================
    xs Sidebar
=============================================
***/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  cursor: url(../images/icon/cross-out.png), pointer;
  z-index: 99999999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .6;
  visibility: visible;
  transition-delay: 0.0s;
  right: 100%;
  background-color: #000000;
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 365px;
  background-color: #000000;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
  z-index: 999999999;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  left: 0;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.sidebar-textwidget {
  padding: 70px 30px;
}

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

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

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

.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: all 200ms linear;
  transition-delay: 0.1s;
}

.xs-sidebar-group .widget-heading a:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

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

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  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: #ffffff;
}

.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: rgba(255, 255, 255, .7);
  margin: 0;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group.message-btn {
  position: relative;
}

.xs-sidebar-group .content-inner .form-inner .form-group.message-btn .thm-btn {
  position: relative;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.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: all 500ms ease;
  outline: none;
  border: none;
}

.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: #b0b0bd;
  line-height: 30px;
}

.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: #ffffff;
}

.sidebar-contact-info ul li a {
  color: #b0b0bd;
}

.xs-sidebar-group .content-inner .thm-social-link1 {
  overflow: hidden;
}

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

.thm-social-link1 ul {
  position: relative;
}

.thm-social-link1 ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

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

.thm-social-link1 ul li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: #ffffff;
  border-radius: 50%;
  transition: .5s;
  transform: scale(.5);
  opacity: 0;
  content: '';
  z-index: -1;
}

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

.thm-social-link1 ul li a:hover {
  color: #000000;
}

/***
=============================================
Main Header One
=============================================
***/
.main-header-one {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

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

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

.main-menu-one .auto-container {
  max-width: 1800px;
  width: 100%;
}

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

.main-header-one__middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

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

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

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

.header-logo {
  height: 40px;
  width: auto !important;
  filter: brightness(0) invert(1);
}

.main-header-one__right {
  position: relative;
  display: none;
  align-items: center;
}

.main-header-one__right .Reg-login-box {
  position: relative;
  display: block;
  margin-right: 23px;
}

.main-header-one__right .Reg-login-box li {
  position: relative;
  display: inline-block;
  padding-left: 3px;
  padding-right: 10px;
}

.main-header-one__right .Reg-login-box li::before {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 5px;
  width: 2px;
  background: #ffffff;
  transform: rotate(15deg);
  content: "";
}

.main-header-one__right .Reg-login-box li:last-child:before {
  display: none;
}

.main-header-one__right .Reg-login-box li a {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.035em;
  text-transform: capitalize;
}

.side-content-button-box {
  position: relative;
  display: block;
  line-height: 0;
}

.side-content-button-box a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
}

.side-content-button-box a span::before {
  position: relative;
  display: inline-block;
  font-size: 30px;
}

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

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

/***
=============================================
Main Slider One
=============================================
***/
.main-slider-one {
  position: relative;
  display: block;
  z-index: 5;
  overflow: hidden;
}

.main-slider-one .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  background-blend-mode: luminosity;
  opacity: 1;
  background-position: center center;
  background-attachment: scroll;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.main-slider-one .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.main-slider-one .image-layer::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.96);
  content: "";
  z-index: -1;
}

.main-slider-one .auto-container {
  max-width: 1650px;
  width: 100%;
}

.main-slider-one__single {
  position: relative;
  display: block;
  padding: 100px 0px 120px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  z-index: 2;
}

.main-slider-one__img {
  position: absolute;
  top: 120px;
  right: -75px;
  max-width: 500px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(80px);
  transform: perspective(400px) rotateY(0deg) translateX(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 1300ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
  z-index: 2;
}

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

.main-slider-one__img img {
  width: 100%;
}

.main-slider-one__content {
  position: relative;
  display: block;
  z-index: 5;
}

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

.main-slider .swiper-slide-active .main-slider-one__content .social-links {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.main-slider-one__content .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.main-slider-one__content .social-links li a {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: var(--thm-font);
  text-transform: capitalize;
}

.main-slider-one__content .title {
  position: relative;
  display: block;
  margin-top: 66px;
  padding-left: 165px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(80px);
  transform: perspective(400px) rotateY(0deg) translateX(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

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

.main-slider-one__content .title h1,
.main-slider-one__content .title h2 {
  color: #ffffff;
  font-size: 140px;
  line-height: 1.1em;
  font-weight: 500;
}

.main-slider-one__content .title h1 span,
.main-slider-one__content .title h2 span {
  position: relative;
  display: inline-block;
  top: 14px;
  background: url(../images/resources/main-slider-v1-text-bg.png) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100% 100%;
  transform: rotate(45deg);
}

.project-one__control-wrap {
  position: absolute;
  bottom: 40px;
  left: 160px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 0;
  line-height: 0;
  z-index: 100;
}

.project-one__control-wrap .swiper-counter {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  justify-content: space-between;
  width: 220px;
  z-index: 9;
}

.project-one__control-wrap .swiper-counter div {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--thm-font);
}

.project-one__control-wrap .swiper-counter div#current2 {
  margin-right: 6px;
}

.project-one__control-wrap .swiper-counter div#total2 {
  position: relative;
  right: 0px;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--thm-font);
}

.scroll-pagination {
  position: absolute;
  left: 200px;
  bottom: 42px;
  width: 150px;
}

.swiper-pagination {
  position: absolute;
  top: 0px;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  height: 4px;
  width: 100%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.swiper-pagination-progressbar-fill {
  background: rgba(255, 255, 255, 0.70) !important;
  top: 0px !important;
  height: 4px !important;
}


/***
=============================================
Brand One
=============================================
***/
.brand-one {
  position: relative;
  display: block;
  z-index: 7;
  margin-top: -233px;
  background: var(--thm-black);
}

.brand-one .auto-container {
  max-width: 1630px;
  width: 100%;
}

.brand-one__inner {
  position: relative;
  display: block;
}

.brand-one__inner ul {
  position: relative;
  display: block;
}

.brand-one__inner ul li {
  position: relative;
  display: inline-block;
  padding-right: 123px;
  margin-left: 85px;
}

.brand-one__inner ul li:last-child {
  padding-right: 0;
}

.brand-one__inner ul li:first-child {
  margin-left: 0;
}

.brand-one__inner ul li::before {
  position: absolute;
  top: -47px;
  right: 0;
  bottom: -48px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}

.brand-one__inner ul li:last-child:before {
  display: none;
}

.brand-one__inner ul li a {
  position: relative;
  display: block;
}

.brand-one__inner ul li a img,
.brand-one__inner ul li > img {
  width: auto;
  max-width: 100%;
  transition: .5s ease;
  transform: scale(1.03);
  opacity: 0.8;
}

.brand-one__inner ul li a:hover img,
.brand-one__inner ul li:hover > img {
  transform: scale(1);
  opacity: 1.0;
}


/***
=============================================
About One
=============================================
***/
.about-one {
  position: relative;
  display: block;
  background: var(--thm-black);
  padding: 253px 0px 104px;
  z-index: 1;
}

.about-one .big-title1 {
  position: absolute;
  top: 242px;
  left: -50px;
  z-index: -1;
}

.about-one .big-title1 h2 {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
  font-size: 250px;
  line-height: 0.9em;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--thm-font);
}

.about-one .big-title2 {
  position: absolute;
  right: -50px;
  bottom: 25px;
  z-index: -1;
}

.about-one .big-title2 h2 {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
  font-size: 250px;
  line-height: 0.9em;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--thm-font);
}

.about-one__inner {
  position: relative;
  display: block;
  text-align: center;
}

.about-one .sec-title__tagline {
  justify-content: center;
}

.about-one .sec-title__title span {
  color: transparent;
  -webkit-text-stroke: 1px #4d4d4d;
}

/***
=============================================
Advantages One
=============================================
***/
.advantages-one {
  position: relative;
  display: block;
  background: var(--thm-black);
  z-index: 1;
}

.advantages-one__inner {
  position: relative;
  display: block;
}

.advantages-one__inner ul li {
  position: relative;
}

.advantages-one__inner ul li:first-child .advantages-one__single {
  margin-left: -155px;
  margin-right: -165px;
}

.advantages-one__inner ul li:last-child .advantages-one__single {
  margin-right: -322px;
  margin-left: 322px;
}

.advantages-one__inner ul li:nth-child(2) .advantages-one__single {
  margin-left: 220px;
  padding-top: 118px;
  margin-right: -170px;
}

.advantages-one__single {
  position: relative;
  display: block;
}

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

.advantages-one__single-img .btn-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}

.advantages-one__single-img .btn-box a {
  color: #d0c9c9;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: var(--thm-font);
}

.advantages-one__single-img .btn-box .border-box {
  position: relative;
  display: block;
  width: 90px;
  height: 1px;
  background: rgba(255, 255, 255, .12);
  margin-left: 25px;
}

.advantages-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.advantages-one__single-img .inner img {
  width: auto;
}

.advantages-one__single-content {
  position: relative;
  display: block;
}

.advantages-one__single-content .tagline {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}

.advantages-one__single-content .tagline a {
  color: #d0c9c9;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.advantages-one__single-content .tagline .border-box {
  position: relative;
  display: block;
  width: 60px;
  height: 1px;
  background: #737373;
  margin-left: 19px;
}

.advantages-one__single-content .title-box {
  position: relative;
  display: block;
  margin-bottom: 34px;
}

.advantages-one__single-content .title-box h2 {
  color: #ffffff;
  font-size: 55px;
  line-height: 65px;
  font-weight: 500;
  text-transform: capitalize;
}

.advantages-one__single-content .title-box h2 span {
  position: relative;
  display: inline-block;
  padding-left: 45px;
}

.advantages-one__single-content p {
  margin: 0;
}

.advantages-one__single-content .btn-box {
  position: relative;
  display: block;
  margin-top: 41px;
}

/***
=============================================
Counter One
=============================================
***/
.counter-one {
  position: relative;
  display: block;
  background: var(--thm-black);
  padding: 146px 0px 120px;
  z-index: 1;
}

.counter-one .big-title {
  position: absolute;
  left: 0;
  bottom: 25px;
  right: 0;
  text-align: center;
  z-index: -1;
}

.counter-one .big-title h2 {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.04);
  font-size: 240px;
  line-height: 1em;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--thm-font);
}

.counter-one .auto-container {
  max-width: 1630px;
  width: 100%;
}

.counter-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 1;
}

.counter-one__single .border-box {
  position: absolute;
  top: -26px;
  left: 0;
  width: 120px;
  height: 200px;
  border: 1px solid #262626;
  background: transparent;
  z-index: -1;
}

.counter-one__content {
  position: relative;
  display: block;
  padding-left: 60px;
}

.counter-one__content h2 {
  color: #ffffff;
  font-size: 95px;
  font-weight: 400;
  line-height: 0.8em;
  margin-bottom: 13px;
}

.counter-one .odometer.odometer-auto-theme,
.counter-one .odometer.odometer-theme-default {
  font-family: var(--thm-font-2);
  line-height: 0.8em;
}

.counter-one__content h2 .k {
  position: relative;
  display: inline-block;
  right: 24px;
  top: 8px;
}

.counter-one__content p {
  color: #d0c9c9;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--thm-font);
}

/***
=============================================
Services One
=============================================
***/
.services-one {
  position: relative;
  display: block;
  padding: 0px 0px 120px;
  background: var(--thm-black);
  z-index: 1;
}

.services-one__left-content {
  position: relative;
  display: block;
  max-width: 460px;
  width: 100%;
}

.services-one__left-content .sec-title {
  padding-bottom: 25px;
}

.services-one__left-content-text {
  position: relative;
  display: block;
}

.services-one__left-content-text p {
  margin: 0;
}

.services-one__right-content {
  position: relative;
  display: block;
  margin-right: -155px;
  margin-left: 23px;
}

.services-one__right-content ul {
  position: relative;
  display: block;
}

.services-one__right-content ul li {
  position: relative;
  display: block;
  padding-top: 55px;
  padding-bottom: 55px;
}

.services-one__right-content ul li:last-child {
  padding-bottom: 0;
}

.services-one__right-content ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  right: -999999px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  content: "";
}

.services-one__right-content ul li .outer-box {
  position: relative;
  display: block;
}

.services-one__right-content ul li .outer-box .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  opacity: 1.0;
  transform: scaleY(1);
  transform-origin: bottom top;
  transition: all 0.7s ease;
}

.services-one__right-content ul li:hover .outer-box .inner {
  transition: all 0.7s ease;
  opacity: 0;
  transform: scaleY(0.9);
  transform-origin: top bottom;
}

.services-one__right-content ul li .left-content {
  position: relative;
  display: flex;
  align-items: center;
}

.services-one__right-content ul li .left-content .icon-box {
  position: relative;
  display: block;
}

.services-one__right-content ul li .left-content .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #d0c9c9;
  font-size: 65px;
}

.services-one__right-content ul li .left-content .title-box {
  position: relative;
  display: block;
  margin-left: 42px;
}

.services-one__right-content ul li .left-content .title-box h2 {
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  text-transform: capitalize;
}

.services-one__right-content ul li .right-content {
  position: relative;
  display: block;
}

.services-one__right-content ul li .right-content p {
  margin: 0;
}

.services-one__right-content ul li .outer-box .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.7s ease;
  opacity: 0;
  transform: scaleY(0.9);
  transform-origin: top bottom;
  transition: all 0.7s ease;
}

.services-one__right-content ul li:hover .outer-box .overlay-content {
  opacity: 1.0;
  transform: scaleY(1);
  transform-origin: bottom top;
}

.services-one__right-content ul li .outer-box .overlay-content .left-content {
  position: relative;
  display: flex;
  align-items: center;
}

.services-one__right-content ul li .outer-box .overlay-content .left-content .number-box {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.services-one__right-content ul li .outer-box .overlay-content .left-content .title-box2 {
  position: relative;
  display: block;
  margin-left: 62px;
}

.services-one__right-content ul li .outer-box .overlay-content .left-content .title-box2 h2 {
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
}

.services-one__right-content ul li .outer-box .overlay-content .right-content {
  position: relative;
  display: block;
}

.services-one__right-content ul li .outer-box .overlay-content .right-content .btn-box {
  position: relative;
  display: block;
}

.services-one__right-content ul li .outer-box .overlay-content .right-content .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  color: #d0c9c9;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.services-one__right-content ul li .outer-box .overlay-content .right-content .btn-box a span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 17px;
  top: -1px;
  padding-left: 11px;
}


/***
=============================================
Gallery One
=============================================
***/
.gallery-one {
  position: relative;
  display: block;
  background: var(--thm-black);
  padding: 0px 0px 60px;
  z-index: 1;
}

.gallery-one__single {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

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

.gallery-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.gallery-one__single-img .inner::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--thm-black-rgb), 0.25);
  content: "";
  z-index: 1;
}

.gallery-one__single-img .inner .btn-box {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  z-index: 5;
}

.gallery-one__single:hover .gallery-one__single-img .inner .btn-box {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.gallery-one__single-img .inner .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #18171c;
}

.gallery-one__single-img .inner .btn-box a span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
}

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

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

.gallery-one__single-content {
  position: relative;
  display: block;
  margin-left: 55px;
  padding-top: 60px;
}

.gallery-one__single-content .number-box {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  font-family: var(--thm-font-2);
  margin-bottom: 15px;
}

.gallery-one__single-content h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 22px;
}

.gallery-one__single-content h2 a {
  color: #d0c9c9;
}

.gallery-one__single-content p {
  margin: 0;
}

.gallery-one__single-content .btn-box {
  position: relative;
  display: block;
  margin-top: 24px;
}

.gallery-one__single-content .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  color: #d0c9c9;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.gallery-one__single-content .btn-box a span::before {
  position: relative;
  display: inline-block;
  color: #d0c9c9;
  font-size: 17px;
  line-height: 17px;
  top: -1px;
  padding-left: 13px;
}

/***
=============================================
Testimonials One
=============================================
***/
.testimonials-one {
  position: relative;
  display: block;
  background: var(--thm-black);
  padding: 0px 0px 0px;
  z-index: 1;
}

.testimonials-one__top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 72px;
}

.testimonials-one__top .sec-title {
  padding-bottom: 0px;
}

.testimonials-one__top .btn-box {
  position: relative;
  display: block;
  top: -4px;
}

.testimonials-one__inner {
  position: relative;
  display: block;
}

.testimonials-one__single {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 180px;
}

.testimonials-one__single .left-content {
  position: relative;
  display: block;
  padding-top: 30px;
}

.testimonials-one__single .left-content .icon-box {
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.testimonials-one__single .left-content .icon-box span::before {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.1);
  font-size: 70px;
  line-height: 70px;
  transform: rotate(0deg);
}

.testimonials-one__single .left-content .text-box {
  position: relative;
  display: block;
}

.testimonials-one__single .left-content .text-box p {
  color: #d0c9c9;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.testimonials-one__single .left-content .text-box span {
  color: #d0c9c9;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}


.testimonials-one__single .right-content {
  position: relative;
  display: block;
  margin-left: 80px;
  padding-top: 43px;
  flex: 1;
}

.testimonials-one__single .right-content::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, .15);
  content: "";
}

.testimonials-one__single .right-content .text-box {
  position: relative;
  display: block;
  max-width: 720px;
  width: 100%;
  padding-left: 75px;
  margin-bottom: 25px;
}

.testimonials-one__single .right-content .text-box::before {
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 9px;
  width: 1px;
  background: rgba(255, 255, 255, .15);
  content: "";
}

.testimonials-one__single .right-content .text-box p {
  margin: 0;
}

.testimonials-one__single .right-content .rating-box {
  position: relative;
  display: block;
  padding-left: 75px;
  margin-bottom: 52px;
}

.testimonials-one__single .right-content .img-box {
  position: relative;
  display: block;
  padding-left: 75px;
}

.testimonials-one__single .right-content .img-box img {
  width: auto;
}

.testimonials-one__carousel.owl-theme .owl-nav {
  margin-top: 0px;
  position: absolute;
  display: block;
  align-items: center;
  top: 0px;
  left: 0;
  z-index: 5;
}

.testimonials-one__carousel.owl-theme .owl-nav::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -155px;
  right: 0;
  background: var(--thm-black);
  content: "";
  z-index: -1;
}

.testimonials-one__carousel.owl-carousel .owl-nav button.owl-prev,
.testimonials-one__carousel.owl-carousel .owl-nav button.owl-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px solid #1a1a1a;
  border-radius: 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.testimonials-one__carousel.owl-carousel .owl-nav button.owl-prev:hover,
.testimonials-one__carousel.owl-carousel .owl-nav button.owl-next:hover {
  background: rgba(255, 255, 255, .05);
}

.testimonials-one__carousel.owl-carousel .owl-nav button.owl-prev span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  transform: rotate(-145deg);
}

.testimonials-one__carousel.owl-carousel .owl-nav button.owl-next span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  transform: rotate(-225deg);
}

.testimonials-one__carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 119px;
  right: 100px;
  z-index: 5;
}

.testimonials-one__carousel.owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 5px 5px;
  background: #ffffff;
  border-radius: 50%;
}

.testimonials-one__carousel.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  background: #ffffff;
  content: "";
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  transition: all 300ms linear;
  transition-delay: 0.1s;
}

.testimonials-one__carousel.owl-theme .owl-dots .owl-dot.active span::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}


/***
=============================================
Awards One
=============================================
***/
.awards-one {
  position: relative;
  display: block;
  background: #000000;
  padding: 120px 0px 0px;
  z-index: 1;
}

.awards-one__box {
  position: relative;
  display: block;
  z-index: 1;
}

.awards-one .border-box2 {
  position: absolute;
  top: 378px;
  left: -155px;
  right: -155px;
  height: 1px;
  background: rgba(255, 255, 255, .3);
  z-index: -1;
}

.awards-one .border-box2::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  content: "";
}

.awards-one .border-box2::after {
  position: absolute;
  top: -5px;
  right: 0;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  content: "";
}

.awards-one__inner {
  position: relative;
  display: block;
}

.awards-one__single {
  position: relative;
  display: block;
  overflow: hidden;
}

.awards-one__single-top {
  position: relative;
  display: block;
}

.awards-one__single-top .awards-one__single-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transform: perspective(400px) translateY(0px) scale(0);
  transform-style: preserve-3d;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: bottom center;
  text-align: center;
}

.awards-one__single:hover .awards-one__single-top .awards-one__single-content {
  transform: perspective(400px) translateY(0px) scale(1);
  transform-origin: bottom center;
}

.awards-one__single-icon {
  position: relative;
  display: block;
  margin-bottom: 60px;
  transform: perspective(400px) translateY(0px) scale(1);
  transform-style: preserve-3d;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.awards-one__single:hover .awards-one__single-icon {
  transform: perspective(400px) translateY(-100%) scale(1);
  transform-origin: bottom center;
}

.awards-one__single-icon span::before {
  position: relative;
  display: inline-block;
  color: #7b7b7b;
  font-size: 130px;
  line-height: 130px;
}

.awards-one__single-counter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
  background: #18171c;
  margin: 0 auto 68px;
}

.awards-one__single-counter::before {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  right: 10px;
  background: rgba(255, 255, 255, 0.05);
  content: "";
}

.awards-one__single-counter h3 {
  color: #d0c9c9;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.awards-one__single-bottom {
  position: relative;
  display: block;
  overflow: hidden;
}

.awards-one__single-content {
  position: relative;
  display: block;
  transform: perspective(400px) translateY(0px) scale(1);
  transform-style: preserve-3d;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  min-height: 130px;
}

.awards-one__single:hover .awards-one__single-content {
  transform: perspective(400px) translateY(-100%) scale(1);
  transform-origin: bottom center;
}

.awards-one__single-content span {
  position: relative;
  display: block;
  color: #d0c9c9;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 3px;
}

.awards-one__single-content h2 {
  color: #ffffff;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 14px;
}

.awards-one__single-content p {
  color: #d0c9c9;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.awards-one__single-bottom .overlay-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transform: perspective(400px) translateY(0px) scale(0);
  transform-style: preserve-3d;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: bottom center;
  text-align: center;
}

.awards-one__single:hover .awards-one__single-bottom .overlay-icon {
  transform: perspective(400px) translateY(0px) scale(1);
  transform-origin: bottom center;
}

.awards-one__single-bottom .overlay-icon span::before {
  position: relative;
  display: inline-block;
  color: #7b7b7b;
  font-size: 130px;
  line-height: 130px;
}


.awards-one__carousel.owl-theme .owl-nav {
  margin-top: 0px;
  position: absolute;
  display: flex;
  align-items: center;
  top: -155px;
  right: 0;
  z-index: 5;
}

.awards-one__carousel.owl-carousel .owl-nav button.owl-prev,
.awards-one__carousel.owl-carousel .owl-nav button.owl-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px solid #1a1a1a;
  border-radius: 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.awards-one__carousel.owl-carousel .owl-nav button.owl-prev:hover,
.awards-one__carousel.owl-carousel .owl-nav button.owl-next:hover {
  background: rgba(255, 255, 255, .05);
}

.awards-one__carousel.owl-carousel .owl-nav button.owl-prev span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  transform: rotate(-135deg);
}

.awards-one__carousel.owl-carousel .owl-nav button.owl-next span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  transform: rotate(-45deg);
}


/***
=============================================
Blog One
=============================================
***/
.blog-one {
  position: relative;
  display: block;
  background: var(--thm-black);
  padding: 0px 0px 111px;
  z-index: 1;
}

.blog-one__content {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
}

.blog-one__content .sec-title {
  padding-bottom: 32px;
}

.blog-one__content-text {
  position: relative;
  display: block;
}

.blog-one__content-text p {
  font-size: 18px;
  line-height: 26px;
}


.blog-one__content-right {
  position: relative;
  display: block;
  margin-right: -135px;
}

.blog-one__content-right-list {
  position: relative;
  display: block;
}

.blog-one__content-right-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 46px;
  margin-bottom: 46px;
}

.blog-one__content-right-list li:last-child {
  margin-bottom: 0;
}

.blog-one__content-right-list li::before {
  position: absolute;
  left: 20px;
  top: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, .2);
  content: "";
}

.blog-one__content-right-list li .left-content {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-one__content-right-list li .left-content .date-box {
  position: relative;
  display: block;
  transform: rotate(-90deg);
}

.blog-one__content-right-list li .left-content .date-box p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.blog-one__content-right-list li .left-content .text-box {
  position: relative;
  display: block;
  margin-left: 40px;
}

.blog-one__content-right-list li .left-content .text-box h2 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}

.blog-one__content-right-list li .left-content .text-box h2 a {
  color: #ffffff;
}

.blog-one__content-right-list li .left-content .text-box h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--thm-font);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.blog-one__content-right-list li .left-content .text-box h3 span {
  color: #d0c9c9;
  font-size: 18px;
}

.blog-one__content-right-list li .icon-box {
  position: relative;
  display: block;
}

.blog-one__content-right-list li .icon-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.3s;
  z-index: 1;
}

.blog-one__content-right-list li .icon-box a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #333333;
  border-radius: 50%;
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
  content: "";
}

.blog-one__content-right-list li .icon-box a:hover::before {
  transform: scale(1.0);
  opacity: 1;
}

.blog-one__content-right-list li .icon-box a span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 35px;
  transform: rotate(45deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.blog-one__content-right-list li .icon-box a:hover span::before {
  transform: rotate(-45deg);
}


/***
=============================================
Slogan One
=============================================
***/
.slogan-one {
  position: relative;
  display: block;
  background: var(--thm-black);
}

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

.slogan-one__inner {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, .25);
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  padding-top: 59px;
  padding-bottom: 60px;
}

.slogan-one__content-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.slogan-one__content-box .text-box h2 {
  color: #ffffff;
  font-size: 76px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.slogan-one__content-box .btn-box {
  position: relative;
  display: block;
}

/***
=============================================
Footer One
=============================================
***/
.footer-one {
  position: relative;
  display: block;
  background: #000000;
  padding: 122px 0px 0px;
  z-index: 1;
}

.footer {
  position: relative;
  display: block;
  padding-bottom: 52px;
}

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

.footer-one__inner .logo-box {
  position: relative;
  display: block;
  margin-bottom: 71px;
}

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

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

.footer-one__contact {
  position: relative;
  display: block;
  padding-bottom: 78px;
}

.footer-one__contact-bdr {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer-one__contact ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.footer-one__contact ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 110px;
}

.footer-one__contact ul li:last-child {
  margin-right: 0;
}

.footer-one__contact ul li .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
}

.footer-one__contact ul li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 23px;
}

.footer-one__contact ul li .text-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.footer-one__contact ul li .text-box p {
  color: #d0c9c9;
  font-size: 18px;
  margin-bottom: 3px;
}

.footer-one__contact ul li .text-box h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.footer-one__contact ul li .text-box h3 a {
  color: #ffffff;
}

.footer-one__menu {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 63px;
}

.footer-one__menu ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.footer-one__menu ul li {
  position: relative;
  display: inline-block;
  margin-right: 67px;
}

.footer-one__menu ul li:last-child {
  margin-right: 0px;
}

.footer-one__menu ul li a {
  color: #ffffff;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.footer-one__social-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
}

.footer-one__social-links ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.footer-one__social-links ul li {
  position: relative;
  display: inline-block;
  margin-right: 31px;
}

.footer-one__social-links ul li:last-child {
  margin-right: 0;
}

.footer-one__social-links ul li a {
  position: relative;
  display: block;
  color: #d0c9c9;
  font-size: 15px;
}

.footer-one__social-links .border-box {
  position: relative;
  display: block;
  width: 80px;
  height: 1px;
  background: #4d4d4d;
  margin-left: 40px;
}

.footer-one__copyright {
  position: relative;
  display: block;
  text-align: center;
  padding: 28px 0px 27px;
  margin-top: 62px;
  z-index: 1;
}

.footer-one__copyright::before {
  position: absolute;
  top: 0;
  left: -999999px;
  bottom: 0;
  right: -99999px;
  background: #030303;
  content: "";
  z-index: -1;
}

.footer-one__copyright p {
  color: #d0c9c9;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

