* {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  font-size: 100%;
  line-height: inherit
}

:root {
  --thm-font: "Teko", sans-serif;
  --thm-b-font: "Rubik", sans-serif;
  --thm-base: #ffaa17;
  --thm-base-rgb: 255, 170, 23;
  --thm-black: #222429;
  --thm-text: #686a6f;
  --thm-white: #ffffff
}

body {
  font-size: 16px;
  font-family: var(--thm-b-font);
  color: var(--thm-text);
  line-height: 2.125em;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  top: 0!important
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--thm-base)
}

.theme_color {
  color: var(--thm-base)
}

a:active, a:focus, a:hover, a:visited, button:active {
  text-decoration: none;
  outline: 0
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-weight: 400;
  margin: 0 0 20px;
  background: 0 0;
  line-height: 1.25em;
  font-family: var(--thm-font);
  color: var(--thm-black)
}

h1 {
  font-size: 140px
}

h2 {
  font-size: 70px
}

h3 {
  font-size: 60px
}

h4 {
  font-size: 40px
}

h5 {
  font-size: 30px
}

h6 {
  font-size: 26px
}

button, input {
  font-family: var(--thm-font)
}

textarea {
  overflow: hidden;
  resize: none
}

button {
  outline: 0!important;
  cursor: pointer
}

p {
  line-height: 2.125em;
  margin: 0 0 20px
}

.text {
  line-height: 2.125em;
  margin: 0 0
}

::-webkit-input-placeholder {
  color: inherit
}

::-moz-input-placeholder {
  color: inherit
}

::-ms-input-placeholder {
  color: inherit
}

.padding-top-100 {
  padding-top: 100px!important
}

.margin-top-100 {
  margin-top: 100px!important
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  overflow: hidden
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto
}

li, ul {
  list-style: none;
  padding: 0;
  margin: 0
}

figure {
  margin-bottom: 0
}

.theme-btn {
  display: inline-block;
  transition: all .3s ease
}

.theme-btn i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-left: 3px
}

.centered {
  text-align: center!important
}

.btn-style-one,input.btn-style-one {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .05em;
  background: var(--thm-base) !important;
  color: var(--thm-white) !important;
  border-radius: 5px;
  overflow: hidden;
  font-family: var(--thm-font) !important;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.btn-style-one .btn-title,input.btn-style-one {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: .1em;
  padding: 19px 50px 16px;
  z-index: 1
}

.btn-style-one:hover,input.btn-style-one:hover {
  background: var(--thm-base) !important;
  color: #fff !important;
}

.btn-style-one .btn-curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 26px;
  height: 100%;
  background: var(--thm-black);
  opacity: .2;
  z-index: 0;
  transform: skewX(-22deg);
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease
}

.btn-style-one:hover .btn-curve {
  opacity: 1;
  right: 0;
  width: 100%;
  transform: skewX(0)
}

.btn-style-two {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .05em;
  background: var(--thm-black);
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
  font-family: var(--thm-font);
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.btn-style-two .btn-title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  padding: 19px 50px 16px;
  z-index: 1;
  transition: .5s
}

.btn-style-two:hover {
  color: var(--thm-black)
}

.btn-style-two .btn-curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 26px;
  height: 100%;
  background: #fff;
  opacity: .2;
  z-index: 0;
  transform: skewX(-22deg);
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease
}

.btn-style-two:hover .btn-curve {
  opacity: 1;
  right: 0;
  width: 100%;
  transform: skewX(0)
}

.btn-style-three {
  background-color: var(--thm-base);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 22.5px 40px;
  font-family: var(--thm-font);
  display: inline-flex;
  align-items: center;
  line-height: 1
}

.btn-style-three:hover {
  background-color: var(--thm-black);
  color: #fff
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto
}

.fa {
  line-height: inherit
}

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: var(--thm-base);
  display: none;
  transition: all .3s ease
}

.scroll-to-top:hover {
  background: var(--thm-black);
  color: #fff
}

.main-header {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  z-index: 9999;
  background: 0 0
}

.main-header .header-upper {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  background: 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  z-index: 1;
  transition: all .3s ease
}

.main-header .header-upper .inner-container {
  position: relative;
  display: block;
  padding: 0 60px
}

.main-header .header-upper .logo-box {
  position: relative;
  float: left;
  padding: 15px 0;
  margin-right: 30px;
  z-index: 7
}

.main-header .header-upper .logo-box .logo {
  position: relative;
  display: block
}

.main-header .header-upper .logo-box .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  max-height: 80px;
  z-index: 1
}

.main-header .other-links {
  position: relative;
  float: right;
  z-index: 7
}

.main-header .other-links .link-box {
  position: relative;
  float: left;
  padding: 34px 0
}

.main-header .other-links .link-box .link {
  position: relative;
  display: block;
  padding-top: 4px;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding-left: 60px;
  color: #fff
}

.main-header .other-links .link-box .link .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 42px;
  background: url(../images/icons/chat-icon.png) left center no-repeat
}

.main-header .other-links .link-box .sub-text {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  font-family: var(--thm-font)
}

.main-header .other-links .link-box .number {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--thm-font)
}

.main-header .other-links .link-box .number:hover {
  text-decoration: underline
}

.main-header .other-links .call-us {
  position: relative
}

.main-header .other-links .search-btn {
  position: relative;
  float: left;
  padding: 40px 0;
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid rgba(255, 255, 255, .1)
}

.main-header .other-links .search-btn button {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  background: 0 0;
  line-height: 32px;
  color: #fff;
  cursor: pointer
}

.main-header .other-links .search-btn button span {
  vertical-align: middle
}

.main-header .nav-outer {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  text-align: center;
  width: 100%;
  z-index: 5
}

.main-header .nav-outer .main-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.main-menu .navbar-collapse {
  padding: 0;
  display: block!important
}

.main-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  font-family: var(--thm-font)
}

.main-menu .navigation>li {
  position: relative;
  float: left;
  padding: 30px 0;
  margin-right: 30px;
  transition: all .3s ease
}

.main-menu .navigation>li:last-child {
  margin-right: 0
}

.main-menu .navigation>li:last-child:after {
  display: none
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #fff;
  padding: 12px 0;
  opacity: 1;
  transition: all .3s ease
}

.main-menu .navigation li>a {
  display: flex!important;
  align-items: center;
  justify-content: space-between
}

.main-menu .navigation li>a>span {
  background-color: var(--thm-base);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 40px;
  top: -3px;
  position: relative
}

.main-menu .navigation>li.current>a, .main-menu .navigation>li:hover>a {
  color: #fff
}

.header-style-two .main-menu .navigation>li:hover>a, .header-style-two .main-menu .navigation>li>a {
  color: var(--thm-black)
}

.header-style-two .main-menu .navigation>li.current>a {
  color: #fff
}

.main-menu .navigation>li>a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  border-bottom: 2px solid var(--thm-base);
  transform: scaleX(0);
  transition: all .5s ease
}

.header-style-two .main-menu .navigation>li>a:before {
  border-bottom-color: #fff
}

.main-menu .navigation>li.current>a:before, .main-menu .navigation>li:hover>a:before {
  transform: scale(1)
}

.main-menu .navigation>li>ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 220px;
  z-index: 100;
  display: none;
  background: #fff;
  padding: 20px 0 15px;
  border-radius: 5px;
  transform: translateY(20px);
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0
}

.main-menu .navigation>li>ul>li {
  position: relative;
  padding: 0 25px;
  width: 100%;
  margin-bottom: 5px
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 5px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 20px;
  color: #171b27;
  letter-spacing: .03em;
  text-align: left;
  text-transform: uppercase;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.main-menu .navigation>li>ul>li:hover>a {
  color: var(--thm-base)
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 220px;
  z-index: 100;
  display: none;
  background: #fff;
  padding: 20px 0 15px;
  border-radius: 5px;
  transform: translateY(20px);
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  padding: 0 25px;
  width: 100%;
  margin-bottom: 5px
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 5px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 20px;
  color: #171b27;
  letter-spacing: .03em;
  text-align: left;
  text-transform: capitalize;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
  color: var(--thm-base)
}

.header-style-two .header-upper .logo-box .logo .main-logo {
  display: flex
}

.header-style-four .header-upper {
  background-color: #fff
}

.header-style-four .other-links .search-btn {
  border-color: #e9ebee
}

.header-style-four .main-header .header-upper {
  border-bottom: 0
}

.header-style-four .main-menu .navigation>li>a {
  color: #727479
}

.header-style-four .main-menu .navigation>li.current>a, .header-style-four .main-menu .navigation>li:hover>a, .header-style-four .other-links .link-box .number {
  color: var(--thm-black)
}

.header-style-four .other-links .search-btn button {
  color: var(--thm-black)
}

.header-style-four .other-links .link-box .link .icon {
  background-image: url(../images/icons/chat-icon-dark.png)
}

.header-style-four .other-links .link-box .sub-text {
  color: #727479
}

.main-header .other-links {
  display: flex;
  align-items: center
}

.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  transform: scale(1, 0);
  transform-origin: bottom center;
  transition: transform .7s ease
}

.search-popup.active {
  transform-origin: top center;
  transform: scale(1, 1)
}

.search-popup__overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: .7;
  cursor: none
}

.search-popup__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.search-popup__form {
  position: relative;
  z-index: 9991;
  width: 100%;
  padding: 15px;
  max-width: 600px;
  position: relative
}

.search-popup__form input {
  background-color: transparent;
  border: none;
  outline: 0;
  width: 100%;
  height: 60px;
  line-height: 30px;
  padding: 15px 30px;
  color: #272727;
  font-size: 14px;
  background-color: #fff;
  font-family: var(--thm-b-font);
  padding-left: 30px
}

.search-popup__form button[type=submit] {
  border: none;
  outline: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: var(--thm-base);
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all .4s ease
}

.search-popup__form button[type=submit]:hover {
  background-color: var(--thm-black);
  color: #fff
}

.cursor {
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  transition: .3s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 999999;
  transform: scale(1);
  visibility: hidden
}

.cursor {
  visibility: visible
}

.cursor.active {
  opacity: .5;
  transform: scale(0)
}

.cursor-follower {
  position: absolute;
  background-color: RGBA(255, 255, 255, .3);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  transition: .6s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 999999;
  visibility: hidden
}

.cursor-follower {
  visibility: visible
}

.cursor-follower.active {
  opacity: .7;
  transform: scale(1)
}

.cursor-follower.close-cursor:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  left: 48%;
  top: 12px;
  transform: rotate(-45deg);
  display: inline-block
}

.cursor-follower.close-cursor:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  right: 48%;
  top: 12px;
  transform: rotate(45deg)
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  line-height: 40px;
  cursor: pointer;
  margin-left: 0;
  color: var(--thm-base);
  margin: 40px 0 0;
  display: none
}

.mobile-nav-toggler .txt {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  display: none
}

img.lazy-image {
  background: url(../images/icons/image-bg.svg) center center no-repeat
}

.default-form {
  position: relative
}

.default-form .row {
  margin: 0 -15px
}

.default-form .form-group {
  position: relative;
  margin-bottom: 30px
}

.default-form .field-inner {
  position: relative;
  display: block
}

.default-form .field-inner .alt-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  font-size: 20px;
  color: #9b9fa6;
  z-index: 1;
  pointer-events: none
}

.default-form .form-group input[type=email], .default-form .form-group input[type=file], .default-form .form-group input[type=number], .default-form .form-group input[type=password], .default-form .form-group input[type=tel], .default-form .form-group input[type=text], .default-form .form-group input[type=url], .default-form .form-group textarea {
  position: relative;
  display: block;
  height: 70px;
  width: 100%;
  font-size: 14px;
  color: #686a6f;
  line-height: 40px;
  font-weight: 400;
  padding: 14px 30px;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  border-radius: 7px;
  font-family: var(--thm-b-font);
  transition: all .3s ease
}

.default-form .form-group ::placeholder {
  opacity: 1;
  color: inherit
}

.default-form .form-group textarea {
  height: 220px;
  resize: none
}

.contact-form .form-group button, .contact-form .form-group input[type=submit] {
  display: inline-block
}

.default-form .form-group input[type=email]:focus, .default-form .form-group input[type=file]:focus, .default-form .form-group input[type=number]:focus, .default-form .form-group input[type=password]:focus, .default-form .form-group input[type=tel]:focus, .default-form .form-group input[type=text]:focus, .default-form .form-group input[type=url]:focus, .default-form .form-group textarea:focus {
  border-color: var(--thm-base)
}

.default-form ::-webkit-input-placeholder {
  color: #aaa
}

.default-form ::-moz-input-placeholder {
  color: #aaa
}

.default-form ::-ms-input-placeholder {
  color: #aaa
}

.banner-section {
  position: relative;
  z-index: 1
}

.banner-carousel {
  position: relative;
  z-index: 1
}

.banner-carousel .slide-item {
  position: relative;
  display: block;
  background-color: var(--thm-black);
  color: #fff;
  overflow: hidden
}

.banner-three .banner-carousel .slide-item {
  background: 0 0
}

.banner-carousel .slide-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--thm-black);
  opacity: .6;
  z-index: 1
}

.banner-two .banner-carousel .slide-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/main-slider/slide-2-pattern-1.png);
  z-index: 10
}

.banner-two .banner-carousel .slide-item:before {
  opacity: .8
}

.banner-three .banner-carousel .slide-item:before {
  display: none
}

.banner-carousel .slide-item .left-top-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 350px;
  max-width: 100%;
  height: 100%;
  background: url(../images/main-slider/left-curve-line.png) left top no-repeat;
  z-index: 2;
  opacity: 0;
  transform: translateY(-100%)
}

.banner-carousel .active .left-top-line {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: .2s
}

.banner-carousel .slide-item .right-bottom-curve {
  position: absolute;
  right: 0;
  top: 0;
  width: 655px;
  max-width: 100%;
  height: 100%;
  background: url(../images/main-slider/right-curved-bg.png) right bottom no-repeat;
  z-index: 2;
  opacity: 0;
  transform: translateX(700px)
}

.banner-carousel .active .right-bottom-curve {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: 1.3s
}

.banner-carousel .slide-item .right-top-curve {
  position: absolute;
  right: 0;
  top: 0;
  width: 164px;
  max-width: 100%;
  height: 100%;
  background: url(../images/main-slider/right-white-curve.png) right top no-repeat;
  z-index: 2;
  opacity: 0;
  transform: translateX(200px)
}

.banner-carousel .active .right-top-curve {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: 1.8s
}

.banner-carousel .slide-item .round-shape-1 {
  position: absolute;
  left: -500px;
  bottom: -500px;
  width: 1000px;
  height: 1000px;
  background: rgba(255, 255, 255, .2);
  border-radius: 50%;
  z-index: 2;
  opacity: 0;
  transform: translateY(100%)
}

.banner-carousel .active .round-shape-1 {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: 1.5s
}

.banner-carousel .slide-item .shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 570px;
  max-width: 100%;
  height: 810px;
  background: url(../images/main-slider/b-2-shape-1.png) left top no-repeat;
  z-index: 2;
  opacity: 0;
  transform: translateY(-100%)
}

.banner-carousel .active .shape-1 {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: .2s
}

.banner-carousel .slide-item .shape-2 {
  position: absolute;
  left: 0;
  bottom: 55px;
  width: 333px;
  max-width: 100%;
  height: 366px;
  background: url(../images/main-slider/b-2-shape-2.png) left bottom no-repeat;
  z-index: 2;
  opacity: 0;
  transform: translateX(-500px)
}

.banner-carousel .active .shape-2 {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: .5s
}

.banner-carousel .slide-item .shape-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 824px;
  max-width: 100%;
  height: 424px;
  background: url(../images/main-slider/b-2-shape-3.png) right bottom no-repeat;
  z-index: 2;
  opacity: 0;
  transform: translateX(900px)
}

.banner-carousel .active .shape-3 {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: 1.8s
}

.banner-carousel .slide-item .shape-4 {
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
  max-width: 100%;
  height: 571px;
  background: url(../images/main-slider/b-2-shape-4.png) right top no-repeat;
  z-index: 2;
  opacity: 0;
  transform: translateX(200px)
}

.banner-carousel .active .shape-4 {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: 2.5s
}

.banner-carousel .slide-item .shape-5 {
  position: absolute;
  right: 0;
  top: 0;
  width: 306px;
  max-width: 100%;
  height: 904px;
  background: url(../images/main-slider/b-2-shape-5.png) right top no-repeat;
  z-index: 2;
  opacity: 0;
  transform: translateY(-1000px)
}

.banner-carousel .active .shape-5 {
  opacity: 1;
  transform: translate(0);
  transition: all 1.5s ease;
  transition-delay: 2.7s
}

.banner-carousel .slide-item .shape-6 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: url(../images/main-slider/b-2-shape-6.png) center center no-repeat;
  z-index: 3;
  opacity: 0;
  transform: scale(0)
}

.banner-carousel .active .shape-6 {
  opacity: 1;
  transform: scale(1);
  transition: all 1.5s ease;
  transition-delay: 2.7s
}

.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1)
}

.banner-carousel .active .slide-item .image-layer {
  transform: scale(1.15);
  transition: all 7s linear
}

.banner-carousel .content-box {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 950px;
  padding: 0 0;
  z-index: 11
}

.banner-carousel .content-box .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 150px 0 50px
}

.banner-carousel .content-box .inner {
  position: relative;
  display: block;
  max-width: 800px
}

.banner-two .banner-carousel .content-box .inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center
}

.banner-three .banner-carousel .content-box .inner {
  max-width: 550px
}

.banner-carousel .content-box .sub-title {
  display: block;
  font-size: 24px;
  line-height: 1.5em;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(80px);
  font-family: var(--thm-font)
}

.banner-carousel .active .content-box .sub-title {
  opacity: 1;
  transform: translate(0);
  transition: all .7s ease;
  transition-delay: .8s
}

.banner-carousel .content-box h1 {
  display: block;
  font-size: 140px;
  line-height: .85em;
  color: #fff;
  font-weight: 600;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
  transform: translateY(80px)
}

.banner-two .banner-carousel .content-box h1 {
  text-transform: capitalize
}

.banner-three .banner-carousel .content-box h1 {
  font-size: 120px;
  color: var(--thm-black);
  font-weight: 500
}

.banner-carousel .active .content-box h1 {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: 1.3s
}

.banner-three .banner-carousel .active .content-box h1 {
  transition-delay: .7s
}

.banner-carousel .content-box .text {
  position: relative;
  color: var(--thm-black);
  margin: 5px 0 0;
  opacity: 0;
  transform: translateY(80px)
}

.banner-carousel .active .content-box .text {
  opacity: 1;
  transform: translate(0);
  transition: all .7s ease;
  transition-delay: 1.2s
}

.banner-carousel .content-box .link-box {
  position: relative;
  display: block;
  padding-top: 50px;
  opacity: 0;
  transform: translateY(50px)
}

.banner-three .banner-carousel .content-box .link-box {
  padding-top: 45px
}

.banner-carousel .active .content-box .link-box {
  opacity: 1;
  transform: translate(0);
  transition: all .7s ease;
  transition-delay: 1.8s
}

.banner-carousel .slide-item .round-image {
  position: absolute;
  right: -200px;
  top: -100px;
  width: 850px;
  height: 850px;
  border-radius: 50%;
  z-index: 2
}

.banner-carousel .slide-item .round-image .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 850px;
  height: 850px;
  background-size: cover;
  background-position: left top;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  z-index: 2;
  opacity: 0;
  transform: translateX(100%);
  overflow: hidden
}

.banner-carousel .slide-item .round-image .image::before {
  content: '';
  position: absolute;
  opacity: .5;
  background-color: var(--thm-black);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%
}

.banner-carousel .active .round-image .image {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: .2s
}

.banner-carousel .slide-item .round-image:before {
  content: "";
  position: absolute;
  left: -100px;
  bottom: 120px;
  width: 100%;
  height: 100%;
  background: var(--thm-black);
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  transform: translateX(100%)
}

.banner-carousel .active .round-image:before {
  opacity: .1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: .7s
}

.banner-carousel .slide-item .round-image:after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -50px;
  width: 330px;
  height: 330px;
  background: url(../images/main-slider/b-3-shape.png) center center no-repeat;
  z-index: 3;
  opacity: 0;
  transform: translateY(100%)
}

.banner-carousel .active .round-image:after {
  opacity: 1;
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: 1s
}

.banner-carousel .owl-nav {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  width: 1200px;
  height: 110px;
  text-align: right
}

.banner-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #fff!important;
  padding: 0;
  margin: 0;
  line-height: 50px;
  text-align: center;
  opacity: .2;
  border-radius: 50%;
  transition: all .5s ease
}

.banner-carousel .owl-nav .owl-next {
  top: auto;
  bottom: 0
}

.banner-carousel .owl-nav .owl-next span {
  vertical-align: middle
}

.banner-carousel .owl-nav .owl-next:hover {
  opacity: 1
}

.banner-three .owl-nav, .banner-two .owl-nav {
  display: none
}

.banner-three {
  background-color: var(--thm-base)
}

.banner-one-page {
  margin-top: 117px
}

.banner-one-page .banner-carousel .content-box .inner {
  max-width: 100%
}

.banner-one-page .banner-carousel .content-box {
  height: 600px
}

@media (min-width:992px) {
  .banner-one-page .banner-carousel .content-box {
    height: 860px
  }
}

.banner-one-page .banner-carousel .content-box h1 {
  font-size: 46px;
  color: var(--thm-base)
}

.banner-one-page .banner-carousel .content-box h1 span {
  color: #fff;
  font-weight: 300
}

@media (min-width:600px) {
  .banner-one-page .banner-carousel .content-box h1 {
    font-size: 60px
  }
}

@media (min-width:768px) {
  .banner-one-page .banner-carousel .content-box h1 {
    font-size: 80px
  }
}

@media (min-width:992px) {
  .banner-one-page .banner-carousel .content-box h1 {
    font-size: 100px
  }
}

@media (min-width:1200px) {
  .banner-one-page .banner-carousel .content-box h1 {
    font-size: 150px
  }
}

.banner-one-page .banner-carousel .content-box .link-box {
  display: flex;
  align-items: center;
  justify-content: center
}

.banner-one-page .banner-carousel .content-box .content {
  padding-top: 0;
  padding-bottom: 0
}

.banner-one-page .banner-carousel .vid-link {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  z-index: 3;
  margin-left: 15px
}

@media (min-width:376px) {
  .banner-one-page .banner-carousel .vid-link {
    margin-left: 30px
  }
}

.banner-one-page .banner-carousel .vid-link .icon {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  color: var(--thm-black);
  background: #fff;
  border-radius: 50%;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease
}

.banner-one-page .banner-carousel .vid-link a:hover .icon {
  background: var(--thm-black);
  color: var(--thm-base)
}

.banner-one-page .banner-carousel .vid-link .ripple, .banner-one-page .banner-carousel .vid-link .ripple:after, .banner-one-page .banner-carousel .vid-link .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), .6);
  -o-box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), .6);
  box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), .6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite
}

.banner-one-page .banner-carousel .vid-link .ripple:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute
}

.banner-one-page .banner-carousel .vid-link .ripple:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute
}

.banner-one-page .banner-carousel .content-box .link-box {
  padding-top: 30px
}

.banner-one-page .banner-carousel .owl-nav {
  width: 100%;
  left: 0;
  margin-left: 0;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:376px) {
  .banner-one-page .banner-carousel .owl-nav {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media (min-width:768px) {
  .banner-one-page .banner-carousel .owl-nav {
    display: flex
  }
  .banner-one-page .banner-carousel .owl-nav {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width:992px) {
  .banner-one-page .banner-carousel .owl-nav {
    padding-left: 60px;
    padding-right: 60px
  }
}

.banner-one-page .banner-carousel .owl-nav .owl-next {
  position: relative;
  top: auto;
  right: auto
}

.banner-section-four {
  position: relative;
  margin-top: 44px
}

.banner-section-four .auto-container {
  padding-top: 350px;
  padding-bottom: 200px;
  position: relative;
  z-index: 22
}

.banner-section-four h2 {
  margin: 0;
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  line-height: 90px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(110px);
  transition-delay: 1s;
  transition: transform 2s ease, opacity 2s ease
}

.banner-section-four p {
  margin: 0;
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  color: rgba(255, 255, 255, .7);
  opacity: .7;
  margin-top: 40px;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(100px);
  transition-delay: 2.5s;
  transition: transform 2s ease, opacity 2s ease, color .5s ease, background .5s ease
}

.banner-section-four .btn-style-three {
  min-width: 220px;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(100px);
  transition-delay: 2.5s;
  transition: transform 2s ease, opacity 2s ease, color .5s ease, background .5s ease
}

.banner-section-four .btn-style-three:hover {
  background-color: #fff;
  color: var(--thm-black)
}

.banner-section-four__nav {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  z-index: 21
}

@media (max-width:425px) {
  .banner-section-four__nav {
    display: none
  }
}

.sec-title {
  position: relative;
  margin-bottom: 50px
}

.sec-title.centered {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 50px
}

.sec-title .upper-text {
  position: relative;
  display: inline-block;
  line-height: 1.6em;
  font-size: 16px;
  color: #9b9fa6;
  font-weight: 400;
  margin: 0 0 20px
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 70px;
  line-height: .9em;
  text-transform: uppercase;
  color: var(--thm-black);
  font-weight: 400;
  margin-bottom: 0
}

.sec-title h2 strong {
  font-weight: 700
}

.sec-title h2 .dot {
  color: var(--thm-base);
  padding-left: 7px
}

.sec-title .lower-text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 2.125em;
  font-weight: 400;
  color: var(--thm-text);
  padding: 30px 0 0
}

.sec-title-two {
  margin-bottom: 45px
}

.sec-title-two p {
  text-transform: uppercase;
  margin: 0;
  letter-spacing: .1em;
  font-size: 14px;
  font-weight: 600;
  color: var(--thm-base);
  line-height: 1
}

.sec-title-two h2 {
  margin: 0;
  font-size: 60px;
  color: var(--thm-black);
  font-weight: 800
}

.services-section {
  position: relative;
  padding: 120px 0 90px;
  background: var(--thm-black) url(../images/background/pattern-1.png) center top repeat;
  color: #fff
}

.services-section .sec-title {
  margin-bottom: 30px
}

.services-section .sec-title h2 {
  color: #fff
}

.services-section .sec-title .lower-text {
  color: #999b9f
}

.services-section .row {
  counter-reset: slides-num
}

.services-section .row .service-block {
  counter-increment: slides-num
}

.services-section .row .service-block .inner-box:before {
  content: "0"counter(slides-num) "";
  position: absolute;
  left: 45px;
  top: 50px;
  font-size: 50px;
  line-height: 1em;
  color: #fff;
  opacity: .07;
  font-family: var(--thm-font);
  font-weight: 300
}

.service-block {
  position: relative;
  margin-bottom: 30px
}

.service-block .inner-box {
  position: relative;
  display: block;
  padding: 50px 45px;
  background: #1c1e22;
  min-height: 100%;
  border-radius: 7px;
  overflow: hidden;
  transition: all .5s ease
}

.service-block .inner-box:hover {
  background: var(--thm-base)
}

.service-block .inner-box .bottom-curve {
  position: absolute;
  right: -70px;
  bottom: 0;
  width: 100px;
  height: 80%;
  background: var(--thm-black);
  opacity: .2;
  z-index: 0;
  transform: skewX(0) scaleX(0);
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease
}

.service-block .inner-box:hover .bottom-curve {
  transform: skewX(-35deg) scaleX(1)
}

.service-block .inner-box .count {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 1em;
  color: #fff;
  opacity: .07;
  margin-bottom: 40px
}

.service-block .inner-box .icon-box {
  position: absolute;
  right: 45px;
  top: 50px;
  color: var(--thm-base);
  font-size: 64px;
  line-height: 1em;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease
}

.service-block .inner-box:hover .icon-box {
  color: var(--thm-black)
}

.service-block .inner-box h6 {
  position: relative;
  margin: 0;
  margin-top: 90px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1em
}

.service-block .inner-box h6 a {
  color: #fff;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease
}

.service-block .inner-box:hover .count, .service-block .inner-box:hover h6, .service-block .inner-box:hover h6 a, .services-section .row .service-block .inner-box:hover:before {
  color: var(--thm-black)
}

.service-block .inner-box h6 a:hover {
  text-decoration: underline
}

.service-block-three {
  padding-top: 90px
}

.about-section {
  position: relative;
  padding: 90px 0;
  background: #fff
}

.about-section .image-column {
  position: relative;
  margin-bottom: 30px
}

.about-section .image-column .inner {
  position: relative;
  display: block
}

.about-section .image-column .inner:before {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 280px;
  background: var(--thm-base);
  border-radius: 8px
}

.about-section .image-column .image-block {
  position: relative;
  display: block;
  border-radius: 7px;
  overflow: hidden
}

.about-section .image-column .image-block img {
  display: block;
  width: 100%;
  border-radius: 7px
}

.about-section .image-column .image-block:nth-child(1) {
  margin-left: 110px
}

.about-section .image-column .image-block:nth-child(2) {
  margin-right: 140px;
  margin-top: -170px
}

.about-section .text-column {
  position: relative;
  margin-bottom: 30px
}

.about-section .text-column .inner {
  position: relative;
  display: block;
  padding-left: 60px
}

.about-section .text-column .sec-title {
  margin-bottom: 35px
}

.about-section .text-column .sec-title .lower-text {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0;
  font-family: var(--thm-font);
  color: var(--thm-base);
  line-height: 34px
}

.about-section .text-column .text {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.125em;
  font-family: var(--thm-b-font)
}

.about-section .text-column .text p {
  margin-bottom: 32px;
  line-height: 2.125em
}

.about-section .text-column .text ul {
  position: relative;
  float: left
}

.about-section .text-column .text ul li {
  position: relative;
  line-height: 1.7em;
  margin-bottom: 10px;
  padding-left: 35px
}

.about-section .text-column .text ul li:before {
  content: "\f107";
  font-family: Flaticon;
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--thm-base);
  font-weight: 400
}

.about-section .text-column .link-box {
  padding-top: 30px
}

.live-section {
  position: relative;
  padding: 120px 0 0;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, .05)
}

.live-section__one-page {
  border-top: 0
}

.live-section .main-image-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: -120px;
  z-index: 1
}

.live-section .main-image-box .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%)
}

.live-section .main-image-box .inner {
  position: relative;
  padding: 20px 0
}

.live-section .main-image-box .round-box {
  position: relative;
  display: block;
  float: right;
  right: -25px;
  width: 490px;
  height: 490px;
  border-radius: 50%
}

.live-section .main-image-box .round-box:before {
  content: "";
  position: absolute;
  left: -65px;
  top: -45px;
  width: 490px;
  height: 490px;
  background: var(--thm-black);
  opacity: .2;
  border-radius: 50%
}

.live-section .main-image-box .round-inner {
  position: relative;
  display: block;
  width: 490px;
  height: 490px;
  padding: 190px 80px 50px 70px;
  background: var(--thm-base);
  border-radius: 50%
}

.live-section .main-image-box .vid-link {
  position: absolute;
  left: 55px;
  top: 25px;
  width: 84px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease
}

.live-section .main-image-box .vid-link .icon {
  position: relative;
  display: block;
  width: 84px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: var(--thm-black);
  border-radius: 50%;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease
}

.live-section .main-image-box .vid-link a:hover .icon {
  background: #fff;
  color: var(--thm-base)
}

.live-section .main-image-box .vid-link .icon:before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 50%
}

.live-section .main-image-box .vid-link .ripple, .live-section .main-image-box .vid-link .ripple:after, .live-section .main-image-box .vid-link .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite
}

.live-section .main-image-box .vid-link .ripple:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute
}

.live-section .main-image-box .vid-link .ripple:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0)
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0)
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
  }
}

.live-section .main-image-box .title {
  position: relative
}

.live-section .main-image-box .title h3 {
  text-transform: uppercase;
  line-height: 1em
}

.live-section .main-image-box .more-link {
  position: relative;
  text-align: right
}

.live-section .main-image-box .more-link a {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  vertical-align: top;
  color: var(--thm-black);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--thm-font);
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  line-height: 1.25em
}

.live-section .main-image-box .more-link a:hover {
  color: rgba(0, 0, 0, .3)
}

.live-section .main-image-box .more-link a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid var(--thm-black);
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.live-section .main-image-box .more-link a:hover:before {
  border-color: rgba(0, 0, 0, .3);
  transform: scaleX(.5)
}

.live-section-two {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #18212e
}

.live-section-two .jarallax-img {
  filter: grayscale(100%);
  opacity: .25
}

.live-section-two .auto-container {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.live-section-two .sec-title-two {
  max-width: 557px;
  margin-bottom: 0
}

.live-section-two .sec-title-two h2 {
  color: #fff;
  font-weight: 700;
  font-size: 60px;
  margin-top: 10px
}

.live-section-two .button-block>a {
  width: 120px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 26px;
  background-color: var(--thm-base);
  transition: all .5s ease
}

.live-section-two .button-block>a:hover {
  background-color: #fff;
  color: var(--thm-black)
}

.we-do-section {
  position: relative;
  padding: 240px 0 90px;
  background: #fff url(../images/background/pattern-2.png) left top repeat
}

.we-do-section .sec-title {
  margin-bottom: 40px
}

.we-do-section .featured-block {
  position: relative;
  display: block;
  min-height: 117px;
  margin-bottom: 40px
}

.we-do-section .featured-block .image img {
  display: block;
  width: 100%;
  border-radius: 7px
}

.we-do-section .featured-block .text {
  position: relative;
  top: -5px;
  display: block;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 32px
}

.we-do-section .left-col {
  position: relative;
  margin-bottom: 30px
}

.we-do-section .left-col .inner {
  position: relative;
  display: block;
  padding-right: 67px
}

.we-do-section .right-col {
  position: relative;
  margin-bottom: 30px
}

.we-do-section .right-col .inner {
  position: relative;
  display: block
}

.accordion-box {
  position: relative
}

.accordion-box .block {
  position: relative;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 16px;
  -ms-box-shadow: 0 0 40px 5px rgba(0, 0, 0, .03);
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, .03)
}

.accordion-box .block.active-block {
  background-color: #fff;
  -ms-box-shadow: 0 0 40px 5px rgba(0, 0, 0, .05);
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, .05)
}

.accordion-box .block:last-child {
  margin-bottom: 0
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 20px 40px;
  padding-right: 60px;
  color: var(--thm-black);
  transition: all .5s ease;
  font-family: var(--thm-font)
}

.accordion-box .block .acc-btn .count {
  color: var(--thm-base);
  padding-right: 3px
}

.accordion-box .block .acc-btn:before {
  position: absolute;
  right: 35px;
  top: 20px;
  height: 30px;
  font-size: 15px;
  font-weight: 600;
  color: var(--thm-base);
  line-height: 30px;
  content: "\f116";
  font-family: Flaticon;
  transition: all .5s ease
}

.accordion-box .block .acc-btn.active {
  background-color: #fff
}

.accordion-box .block .acc-btn.active:before {
  color: var(--thm-black);
  content: "\f104"
}

.accordion-box .block .acc-content {
  position: relative;
  display: none
}

.accordion-box .block .content {
  position: relative;
  padding: 0 40px 30px
}

.accordion-box .block .acc-content.current {
  display: block
}

.accordion-box .block .content .text {
  display: block;
  position: relative;
  top: 0;
  display: block
}

.facts-section {
  position: relative;
  padding: 0 0 290px;
  background: #1c1e22;
  color: #fff;
  z-index: 2
}

.facts-section.alternate {
  background: var(--thm-black);
  padding-bottom: 50px
}

.facts-section .image-layer, .facts-section .jarallax-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  opacity: .3
}

.facts-section.alternate .image-layer {
  display: none
}

.fact-counter {
  position: relative
}

.fact-counter .column {
  position: relative;
  text-align: center;
  margin-bottom: 70px
}

.fact-counter .column .inner {
  position: relative;
  padding: 120px 0 0
}

.fact-counter .column .inner:before {
  position: absolute;
  content: "";
  left: -15px;
  right: -15px;
  top: 0;
  min-width: 100%;
  border-top: 4px solid var(--thm-base);
  transform: scaleX(0);
  transition: all .5s ease
}

.fact-counter .column:hover .inner:before {
  transform: scaleX(1)
}

.fact-counter .column .inner:after {
  position: absolute;
  content: "";
  right: -15px;
  top: 0;
  bottom: 7px;
  border-right: 1px solid rgba(255, 255, 255, .15)
}

.fact-counter .column:last-child .inner:after {
  display: none
}

.fact-counter .column .inner .content {
  position: relative;
  text-align: center
}

.fact-counter .column .inner .count-outer {
  position: relative;
  font-weight: 400;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0;
  display: block;
  font-family: var(--thm-font)
}

.fact-counter .column .inner .counter-title {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  font-family: var(--thm-font);
  text-transform: uppercase
}

.trusted-section {
  position: relative;
  padding: 0 0 60px;
  background: 0 0;
  z-index: 2
}

.trusted-section .outer-container {
  position: relative;
  margin-top: -240px
}

.trusted-section .row {
  margin: 0 -4px
}

.trusted-section .left-col {
  position: relative;
  padding: 0 4px;
  margin-bottom: 30px
}

.trusted-section .left-col .inner {
  position: relative;
  display: block
}

.trusted-section .col-header {
  position: relative;
  text-align: center
}

.trusted-section .col-header .header-inner {
  position: relative;
  padding: 75px 50px 20px;
  min-height: 240px;
  background: var(--thm-base);
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--thm-white);
  border-radius: 7px 7px 0 0;
  font-family: var(--thm-font)
}

.trusted-section .col-header .header-inner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -39px;
  width: 50px;
  height: 40px;
  background: url(../images/icons/curve-down-left.png) left top no-repeat
}

.trusted-section .features {
  position: relative
}

.trusted-section .feature {
  position: relative;
  display: block;
  padding: 20px 0;
  padding-left: 90px;
  border-bottom: 1px solid #e9ebee
}

.trusted-section .feature .count {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  text-align: center;
  background: rgba(var(--thm-base-rgb), .2);
  padding: 10px;
  line-height: 40px;
  padding-top: 12px;
  font-size: 30px;
  letter-spacing: 1px;
  color: var(--thm-base);
  text-transform: uppercase;
  border-radius: 50%;
  transition: all .5s ease;
  font-family: var(--thm-font)
}

.trusted-section .feature:hover .count {
  background-color: var(--thm-black);
  color: #fff
}

.trusted-section .feature h5 {
  font-weight: 400;
  margin: 0;
  line-height: 1.15em;
  color: var(--thm-black);
  margin-bottom: 10px
}

.trusted-section .feature .sub-text {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: .1em;
  color: var(--thm-text);
  text-transform: uppercase;
  line-height: 1.25em;
  font-family: var(--thm-font)
}

.trusted-section .right-col {
  position: relative;
  padding: 0 4px;
  margin-bottom: 30px;
  z-index: 3
}

.trusted-section .right-col .inner {
  position: relative;
  display: block;
  min-height: 260px;
  padding: 115px 0 0 110px;
  background: #fff;
  border-radius: 7px 0 0 0
}

.trusted-section .right-col .inner:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: -1px;
  width: 2000px;
  height: 100%;
  background: #fff
}

.trusted-section .featured-block-two {
  position: relative;
  display: block;
  margin-top: 30px;
  min-height: 170px
}

.trusted-section .featured-block-two .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px
}

.trusted-section .featured-block-two .image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  border-radius: 7px
}

.trusted-section .featured-block-two .text {
  position: relative;
  top: -5px;
  display: block;
  line-height: 1.5em
}

.trusted-section .featured-block-two .text ul {
  position: relative
}

.trusted-section .featured-block-two .text ul li {
  position: relative;
  line-height: 2.125em;
  margin-bottom: 12px;
  padding-left: 30px
}

.trusted-section .featured-block-two .text ul li:before {
  content: "\f107";
  font-family: Flaticon;
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--thm-base);
  font-weight: 400;
  font-size: 18px
}

.team-section {
  position: relative;
  padding: 120px 0 90px;
  background: 0 0;
  z-index: 2
}

.team-section .carousel-box {
  position: relative;
  margin: 0 -5px
}

.team-block {
  position: relative;
  margin-bottom: 30px
}

.team-block .inner-box {
  position: relative;
  display: block;
  text-align: center
}

.team-block .image-box {
  position: relative;
  display: block;
  overflow: hidden
}

.team-block .image-box img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all .5s ease;
  border-radius: 7px
}

.team-block .inner-box:hover .image-box img {
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0)
}

.team-block .image-box .social-links {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  padding: 0 5px;
  opacity: 0;
  transform: translateY(100px);
  transition: all .5s ease
}

.team-block .inner-box:hover .social-links {
  opacity: 1;
  transform: translateY(0)
}

.team-block .image-box .social-links li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px
}

.team-block .image-box .social-links li a {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  background: #fff;
  color: var(--thm-black);
  border-radius: 50%;
  transition: all .5s ease
}

.team-block .image-box .social-links li a span {
  vertical-align: middle;
  line-height: 44px
}

.team-block .image-box .social-links li a:hover {
  background: var(--thm-base)
}

.team-block .lower-box {
  position: relative;
  display: block;
  padding: 30px 0 0
}

.team-block .lower-box h5 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.05em;
  font-weight: 400;
  margin: 0
}

.team-block .lower-box h5 a {
  color: var(--thm-black)
}

.team-block .lower-box h5 a:hover {
  text-decoration: underline
}

.team-section .owl-theme .owl-nav {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 40px;
  display: none
}

.team-three {
  padding-top: 120px;
  padding-bottom: 90px
}

.team-three__about-two {
  background-image: url(../images/background/pattern-2.png)
}

.team-card-three {
  margin-bottom: 30px;
  border-radius: 8px;
  transition: all .5s ease
}

.team-card-three:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .04)
}

.team-card-three__inner {
  overflow: hidden;
  border-radius: 8px;
  position: relative
}

.team-card-three__image img {
  width: 100%;
  filter: grayscale(100%)
}

.team-card-three__content, .team-card-three__hover {
  border: 1px solid #e9ebee;
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
  transition: opacity .5s ease, visibility .5s ease, transform .5s ease
}

.team-card-three__content {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
  transform-origin: bottom center
}

.team-card-three:hover .team-card-three__content {
  opacity: 0;
  visibility: hidden;
  transform: scale(1, 0)
}

.team-card-three__hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: scale(1, 0);
  transform-origin: bottom center
}

.team-card-three:hover .team-card-three__hover {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1)
}

.team-card-three__social {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.team-card-three__social a {
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f4f5f8;
  font-size: 16px;
  color: var(--thm-black);
  transition: all .5s ease;
  margin-top: 15px;
  justify-content: center;
  align-items: center;
  text-align: center
}

.team-card-three__social a:hover {
  background-color: var(--thm-base);
  color: var(--thm-black)
}

.team-card-three__social li+li {
  margin-left: 10px
}

.team-card-three__name {
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  color: var(--thm-black);
  letter-spacing: .1em;
  line-height: 1
}

.parallax-section {
  position: relative;
  padding: 120px 0;
  background: #1c1e22;
  text-align: center;
  color: #fff;
  z-index: 1
}

.parallax-section .image-layer, .parallax-section .jarallax-img {
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: grayscale(30%);
  -ms-filter: grayscale(30%);
  -moz-filter: grayscale(30%);
  opacity: .3
}

.parallax-section .content-box {
  position: relative;
  max-width: 870px;
  margin: 0 auto
}

.parallax-section .content-box .icon-box {
  position: relative;
  display: block;
  width: 114px;
  height: 114px;
  line-height: 114px;
  text-align: center;
  color: var(--thm-black);
  font-size: 54px;
  border-radius: 50%;
  margin: 0 auto 50px
}

.parallax-section .content-box .icon-box:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 0;
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  opacity: .3;
  border-radius: 50%
}

.parallax-section .content-box .icon-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--thm-base);
  z-index: 1;
  border-radius: 50%
}

.parallax-section .content-box .icon-box span {
  position: relative;
  z-index: 2
}

.parallax-section .content-box h2 {
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0
}

.parallax-section .content-box h2 span {
  color: var(--thm-base)
}

.sponsors-section {
  position: relative;
  padding: 30px 0px 0;
  background: #fff
}

.sponsors-section__has-border-top {
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.sponsors-section__one-page {
  border-bottom: 1px solid #e9ebee
}

.sponsors-outer {
  position: relative
}
.sponsors-outer .owl-stage{
  display: flex;
  align-items: center;
}
.sponsors-outer .slide-item {
  display: block;
  text-align: center;
}
.sponsors-outer .image-box {
  position: relative;
  display: inline-block
}

.sponsors-outer .image-box img {
  max-width: 150px;
  display: inline-block;
  transition: all .3s ease;
  filter: grayscale(100);
  object-fit: cover!important
}

.sponsors-outer .image-box img:hover {
  filter: grayscale(0)
}

.sponsors-outer .owl-nav {
  position: relative;
  display: none
}

.agency-section {
  position: relative;
  padding: 120px 0 80px;
  background: #fff url(../images/background/pattern-2.png) left top repeat
}

.agency-section .sec-title {
  margin-bottom: 40px
}

.agency-section .featured-block {
  position: relative;
  display: block;
  padding-left: 230px;
  min-height: 117px;
  margin-bottom: 40px
}

.agency-section .featured-block .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px
}

.agency-section .featured-block .image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  border-radius: 7px
}

.agency-section .featured-block .text {
  position: relative;
  top: -5px;
  display: block;
  line-height: 1.7em;
  letter-spacing: .1em;
  margin-bottom: 32px
}

.agency-section .left-col {
  position: relative;
  margin-bottom: 30px
}

.agency-section .left-col .inner {
  position: relative;
  display: block;
  padding-right: 50px
}

.agency-section .right-col {
  position: relative;
  margin-bottom: 30px
}

.agency-section .right-col .inner {
  position: relative;
  display: block
}

.agency-section .right-col .text {
  position: relative;
  color: var(--thm-text);
  margin-bottom: 50px
}

.agency-section .featured-block-two {
  position: relative;
  display: block;
  min-height: 248px;
  padding-top: 20px
}

.agency-section .featured-block-two .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 242px;
  border-radius: 50%
}

.agency-section .featured-block-two .image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  border-radius: 50%
}

.agency-section .featured-block-two .text {
  position: relative;
  top: -5px;
  display: block;
  line-height: 1.5em;
  margin-bottom: 0
}

.agency-section .featured-block-two .text ul {
  position: relative
}

.agency-section .featured-block-two .text ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
  color: var(--thm-text)
}

.agency-section .featured-block-two .text ul li:before {
  content: "\f107";
  font-family: Flaticon;
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--thm-base);
  font-weight: 400;
  font-size: 18px
}

.news-section {
  position: relative;
  padding: 120px 0 90px
}

.news-section .more-box {
  position: relative;
  display: block;
  padding-top: 30px;
  text-align: center;
  padding-bottom: 10px
}

.news-block {
  position: relative;
  margin-bottom: 30px
}

.news-block .inner-box {
  position: relative;
  display: block;
  text-align: center
}

.news-block .image-box {
  position: relative;
  display: block;
  overflow: hidden
}

.news-block .image-box img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all .5s ease;
  border-radius: 7px
}

.news-block .inner-box:hover .image-box img {
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0)
}

.news-block .lower-box {
  position: relative;
  padding: 0 20px 0
}

.news-block .post-meta {
  position: relative;
  top: -27px;
  margin: 0 10px -3px
}

.news-block .post-meta ul {
  position: relative;
  display: block;
  padding: 10px 5px 0;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .05)
}

.news-block .post-meta ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px;
  font-size: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: var(--thm-font)
}

.news-block .post-meta ul li .fa {
  position: relative;
  color: var(--thm-base);
  font-size: 14px;
  padding-right: 3px;
  vertical-align: middle
}

.news-block .lower-box h5 {
  text-transform: uppercase;
  font-size: 34px;
  color: var(--thm-black);
  margin-bottom: 35px
}

.news-block .lower-box h5 a {
  color: var(--thm-black);
  transition: .5s
}

.news-block .lower-box h5 a:hover {
  color: var(--thm-base);
  text-decoration: underline
}

.news-block .lower-box .text {
  position: relative;
  top: -5px;
  color: var(--thm-text);
  display: block
}

.news-block .lower-box .link-box {
  position: relative;
  margin-top: 20px
}

.news-block .lower-box .link-box a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #d3d3d4;
  border-radius: 50%
}

.news-block .lower-box .link-box a span {
  font-weight: 700;
  vertical-align: middle
}

.news-block .lower-box .link-box a:hover {
  background: var(--thm-base);
  color: var(--thm-black)
}

.news-block-two {
  position: relative;
  margin-bottom: 40px
}

.news-block-two .inner-box {
  position: relative;
  display: block
}

.news-block-two .image-box {
  position: relative;
  display: block;
  overflow: hidden
}

.news-block-two .image-box img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all .5s ease;
  border-radius: 7px
}

.news-block-two .inner-box:hover .image-box img {
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0)
}

.news-block-two .lower-box {
  position: relative;
  padding: 30px 0 0
}

.news-block-two .post-meta {
  position: relative;
  display: block
}

.news-block-two .post-meta ul {
  position: relative;
  display: block
}

.news-block-two .post-meta ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 5px 0;
  font-size: 16px;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-family: var(--thm-font)
}

.news-block-two .post-meta ul li .fa {
  position: relative;
  top: -2px;
  color: var(--thm-base);
  font-size: 14px;
  padding-right: 3px;
  vertical-align: middle
}

.news-block-two .lower-box h4 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.1em;
  color: var(--thm-black);
  margin-bottom: 30px
}

.news-block-two .lower-box h4 a {
  color: var(--thm-black)
}

.news-block-two .lower-box h4 a:hover {
  color: var(--thm-base);
  text-decoration: underline
}

.news-block-two .lower-box .text {
  position: relative;
  top: -5px;
  display: block
}

.news-block-two .lower-box .link-box {
  position: relative;
  margin-top: 20px
}

.news-block-two .lower-box .link-box a {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--thm-black);
  letter-spacing: 1px;
  font-family: var(--thm-font)
}

.news-block-two .lower-box .link-box a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid var(--thm-base)
}

.news-block-two .lower-box .link-box a:hover {
  color: var(--thm-base)
}

.news-block-two .lower-box .link-box a:hover:before {
  border-color: var(--thm-black)
}

.news-block-two .image-box .vid-link {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  font-size: 24px;
  color: var(--thm-black);
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  z-index: 3
}

.news-block-two .image-box .vid-link .icon {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: var(--thm-black);
  background: var(--thm-base);
  border-radius: 50%;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease
}

.news-block-two .image-box .vid-link:hover .icon {
  background: var(--thm-black);
  color: var(--thm-base)
}

.news-block-three {
  position: relative;
  margin-bottom: 30px
}

.news-block-three .inner-box {
  position: relative;
  display: block;
  padding: 50px 50px 40px;
  background: #f4f5f8;
  border-radius: 7px
}

.news-block-three .quote-icon {
  position: relative;
  display: block;
  top: 30px;
  font-weight: 400;
  font-size: 150px;
  line-height: .4em;
  color: var(--thm-base);
  margin-bottom: 10px
}

.news-block-three .link-icon {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 40px;
  line-height: 1em;
  color: var(--thm-base);
  margin-bottom: 15px
}

.news-block-three .inner-box h4 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.1em;
  color: var(--thm-black);
  font-weight: 400;
  margin-bottom: 0
}

.news-block-three .inner-box h4 a {
  color: var(--thm-black)
}

.news-block-three .inner-box:hover h4 a {
  color: var(--thm-base);
  text-decoration: underline
}

.news-block-three .inner-box .text {
  position: relative;
  top: -5px;
  display: block;
  margin: 0
}

.news-block-three .over-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}

.news-two {
  padding-top: 120px;
  padding-bottom: 120px
}

.news-two__image {
  margin-bottom: 35px;
  background-color: var(--thm-base)
}

.news-two__image>img {
  width: 100%;
  transition: .5s ease;
  filter: grayscale(0);
  opacity: 1
}

.news-two__box:hover .news-two__image>img {
  filter: grayscale(100%);
  opacity: .7
}

.news-two__content {
  text-align: center
}

.news-two__content h3 {
  margin: 0;
  color: var(--thm-black);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.28;
  max-width: 466px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px
}

.news-two__content h3 a {
  color: inherit
}

.news-two__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0
}

.news-two__meta li {
  font-weight: 600;
  font-size: 16px;
  color: var(--thm-base);
  line-height: 1
}

.news-two__meta li a {
  color: inherit;
  transition: all .5s ease
}

.news-two__meta li a:hover {
  color: var(--thm-black)
}

.news-two__meta li::after {
  content: "-";
  margin-left: 10px;
  margin-right: 10px
}

.news-two__meta li:last-child::after {
  content: "";
  margin: 0
}

.call-to-section {
  position: relative;
  padding: 0;
  z-index: 1;
  padding-top: 100px
}

.call-to-section .shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 340px;
  max-width: 100%;
  height: 100%;
  background: url(../images/icons/call-to-shape-1.png) right top no-repeat;
  z-index: 1
}

.call-to-section .shape-2 {
  position: absolute;
  right: 170px;
  top: 0;
  width: 410px;
  height: 54px;
  background: url(../images/icons/call-to-shape-2.png) right top no-repeat;
  z-index: 0
}

.call-to-section .inner {
  position: relative;
  display: block;
  padding: 95px 95px 68px;
  background: var(--thm-base);
  color: var(--thm-black);
  border-radius: 7px;
  overflow: hidden;
  bottom: -60px;
  margin-top: -60px
}

.call-to-section h2 {
  position: relative;
  float: left;
  display: block;
  font-size: 60px;
  line-height: .85em;
  text-transform: uppercase;
  color: var(--thm-black);
  font-weight: 500;
  margin: 0 0 25px;
  z-index: 3
}

.call-to-section .link-box {
  position: relative;
  float: right;
  padding-top: 12px;
  z-index: 3
}

.main-footer {
  position: relative;
  color: #999b9f;
  background: var(--thm-black) url(../images/background/footer-bg.png) center top no-repeat
}

.main-footer .widgets-section {
  position: relative;
  padding: 170px 0 70px
}

.main-footer .column {
  position: relative;
  margin-bottom: 35px
}

.main-footer .footer-widget {
  position: relative
}

.main-footer .footer-logo {
  position: relative;
  margin-top: -10px;
  margin-bottom: 20px
}

.main-footer h6 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .03em;
  margin-bottom: 30px
}

.main-footer .logo-widget {
  position: relative
}

.main-footer .logo-widget .logo {
  position: relative;
  margin-bottom: 26px
}

.main-footer .logo-widget .logo img {
  height: 75px
}

.main-footer .logo-widget .text {
  position: relative;
  display: block;
  margin: 0 0 30px
}

.main-footer .links-widget ul li {
  position: relative;
  margin-bottom: 3px
}

.main-footer .links-widget ul li:last-child {
  margin: 0
}

.main-footer .links-widget ul li a {
  position: relative;
  color: #999b9f;
  line-height: 30px;
  text-transform: capitalize;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.main-footer .links-widget ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid var(--thm-base);
  transform: scaleX(0);
  transform-origin: left;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.main-footer .links-widget ul li a:hover:before {
  transform: scaleX(1)
}

.main-footer .links-widget ul li a:hover {
  color: #fff
}

.main-footer .social-links {
  position: relative
}

.main-footer .social-links li {
  position: relative;
  margin-right: 8px;
  display: inline-block
}

.main-footer .social-links li a {
  position: relative;
  display: block;
  color: #999b9f;
  font-size: 16px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #1c1e22;
  text-align: center;
  border-radius: 50%;
  transition: all .3s ease
}

.main-footer .social-links li a span {
  vertical-align: middle
}

.main-footer .social-links li a:hover {
  color: #fff;
  background: var(--thm-base)
}

.main-footer .info-widget ul li {
  position: relative;
  display: block;
  line-height: 32px;
  padding-left: 30px;
  margin-bottom: 5px
}

.main-footer .info-widget ul li.address {
  margin-bottom: 20px
}

.main-footer .info-widget ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 30px;
  font-size: 16px;
  color: var(--thm-base)
}

.main-footer .info-widget ul li:last-child {
  margin: 0
}

.main-footer .info-widget ul li a {
  position: relative;
  color: #999b9f;
  line-height: 28px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.main-footer .info-widget ul li a:hover {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--thm-base);
  text-decoration-color: var(--thm-base)
}

.main-footer .newsletter-widget .text {
  position: relative;
  display: block;
  margin: 25px 0 0;
  font-size: 14px;
  line-height: 32px
}

.main-footer .newsletter-form {
  position: relative
}

.main-footer .newsletter-form form {
  position: relative
}

.main-footer .newsletter-form .form-group {
  position: relative;
  margin: 0
}

.main-footer .newsletter-form .form-group input[type=email], .main-footer .newsletter-form .form-group input[type=tel], .main-footer .newsletter-form .form-group input[type=text] {
  position: relative;
  width: 100%;
  line-height: 30px;
  padding: 20px 60px 20px 25px;
  height: 70px;
  display: block;
  font-size: 18px;
  background: #1c1e22;
  color: #fff;
  border-radius: 5px;
  font-family: var(--thm-b-font);
  border: 1px solid #1c1e22;
  transition: all .3s ease;
  font-size: 14px
}

.main-footer .newsletter-form .form-group input[type=email]:focus, .main-footer .newsletter-form .form-group input[type=tel]:focus, .main-footer .newsletter-form .form-group input[type=text]:focus {
  border-color: var(--thm-base)
}

.newsletter-form .form-group input::-webkit-input-placeholder {
  color: #999b9f
}

.newsletter-form .form-group .theme-btn {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 44px;
  height: 44px;
  background: var(--thm-base);
  color: var(--thm-black);
  border-radius: 50%
}

.newsletter-form .form-group .theme-btn span {
  vertical-align: middle;
  font-size: 14px
}

.newsletter-form .form-group .theme-btn:hover {
  background: #fff;
  color: var(--thm-base)
}

.main-footer .footer-bottom {
  position: relative;
  text-align: center
}

.main-footer .footer-bottom .inner {
  position: relative;
  display: block;
  padding: 35px 0;
  line-height: 30px;
  color: #999b9f;
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.main-footer .footer-bottom .copyright {
  position: relative;
  line-height: 1.5em
}

.main-footer__two {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: var(--thm-black);
  padding-top: 120px
}

.main-footer__two .footer-widget {
  padding-bottom: 60px
}

.main-footer__two .footer-widget h3 {
  margin: 0;
  color: #fff;
  font-size: 80px;
  line-height: .78;
  text-transform: uppercase;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: .1em
}

.main-footer__two .footer-widget p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 35px
}

.main-footer__two .footer-widget p a, .main-footer__two .footer-widget p span {
  color: #999b9f;
  transition: all .5s ease
}

.main-footer__two .footer-widget p a:hover {
  color: var(--thm-base)
}

.main-footer__two .footer-widget p a+a {
  margin-left: 35px
}

.main-footer__two .footer-widget p span {
  margin-left: 35px
}

.main-footer__three {
  background-color: #18212e;
  padding-top: 100px
}

.main-footer__three .footer-widget {
  margin-bottom: 30px
}

.main-footer__three .footer-widget h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 50px
}

.main-footer__three .footer-widget p {
  margin: 0;
  font-size: 16px;
  line-height: 2.125;
  color: #959ca6;
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 30px
}

.main-footer__three .footer-widget__links {
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px
}

.main-footer__three .footer-widget__links li {
  flex: 0 0 50%;
  margin-top: 30px;
  line-height: 1
}

.main-footer__three .footer-widget__links li a {
  font-size: 16px;
  font-weight: 500;
  color: #959ca6;
  display: inline-block;
  line-height: 1;
  transition: all .5s ease;
  position: relative
}

.main-footer__three .footer-widget__links li a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: transform .5s ease
}

.main-footer__three .footer-widget__links li:hover a::before {
  transform: scale(1, 1)
}

.main-footer__three .footer-widget__links li a:hover {
  color: var(--thm-base)
}

.main-footer__three .btn-style-three:hover {
  background-color: #fff;
  color: var(--thm-black)
}

.main-footer__three .bottom-footer {
  background-color: #151d28;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 39.5px;
  padding-bottom: 39.5px;
  margin-top: 60px
}

.main-footer__three .bottom-footer .auto-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.main-footer__three .bottom-footer .left-content {
  display: flex;
  align-items: center
}

.main-footer__three .bottom-footer .left-content p {
  margin: 0;
  font-size: 16px;
  color: #959ca6;
  font-weight: 500;
  line-height: 41px;
  border-left: 1px solid rgba(255, 255, 255, .1);
  padding-left: 40px;
  margin-left: 40px
}

.main-footer__three .bottom-footer .social-links {
  display: flex;
  align-items: center
}

.main-footer__three .bottom-footer .social-links a {
  font-size: 20px;
  color: #959ca6;
  transition: all .5s ease
}

.main-footer__three .bottom-footer .social-links a:hover {
  color: var(--thm-base)
}

.main-footer__three .bottom-footer .social-links li+li {
  margin-left: 40px
}

.services-section-two {
  position: relative;
  padding: 120px 0 0;
  background: #fff
}

.services-section-two .sec-title {
  margin-bottom: 30px
}

.services-section-two .sec-title .column {
  margin-bottom: 20px
}

.services-section-two .sec-title .lower-text {
  padding-top: 0;
  margin-top: 0
}

.services-section-two .services {
  position: relative;
  z-index: 2;
  margin-bottom: -100px
}

.service-block-two {
  position: relative;
  margin-bottom: 30px
}

.service-block-two .inner-box {
  position: relative;
  display: block;
  padding: 50px 45px 40px;
  height: 400px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
  transition: all .5s ease
}

.service-block-two .inner-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .04);
  transition: all .5s ease
}

.service-block-two .inner-box:hover:before {
  background: var(--thm-black);
  bottom: -10px
}

.service-block-two .inner-box .bottom-curve {
  position: absolute;
  right: -70px;
  bottom: -10px;
  width: 120px;
  height: 120px;
  background: #fff;
  opacity: .1;
  z-index: 0;
  transform: skewX(0) scaleX(0);
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease
}

.service-block-two .inner-box:hover .bottom-curve {
  transform: skewX(-45deg) scaleX(1)
}

.service-block-two .inner-box .icon-box {
  position: relative;
  display: block;
  color: var(--thm-base);
  font-size: 64px;
  line-height: 1em;
  margin-bottom: 20px;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease
}

.service-block-two .inner-box:hover .icon-box {
  color: var(--thm-base)
}

.service-block-two .inner-box h5 {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--thm-black);
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1em;
  margin: 0
}

.service-block-two .inner-box h5 a {
  color: var(--thm-black);
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease
}

.service-block-two .inner-box:hover h5, .service-block-two .inner-box:hover h5 a {
  color: #fff
}

.service-block-two .inner-box h5 a:hover {
  text-decoration: underline
}

.service-block-two .text {
  position: relative;
  display: block;
  color: var(--thm-text);
  padding: 30px 0 0;
  z-index: 1
}

.service-block-two .inner-box:hover .text {
  color: #999b9f
}

.service-block-two .link-box {
  position: absolute;
  right: 3px;
  bottom: 8px;
  width: 30px;
  height: 30px;
  z-index: 1
}

.service-block-two .link-box a {
  position: relative;
  line-height: 30px;
  font-size: 20px;
  color: #fff
}

.featured-section {
  position: relative;
  padding: 200px 0 90px;
  background: #fff url(../images/background/pattern-2.png) left top repeat
}

.featured-section__about-two {
  background-color: #fff;
  background-image: none;
  padding-top: 50px;
  padding-bottom: 80px
}

.featured-section .left-col {
  position: relative;
  margin-bottom: 30px
}

.featured-section .left-col .inner {
  position: relative;
  display: block;
  padding-right: 30px
}

.featured-section .left-col .image-box {
  position: relative;
  display: block;
  border-radius: 7px;
  overflow: hidden
}

.featured-section .left-col .image-box:before {
  content: "";
  position: absolute;
  left: -90px;
  bottom: 0;
  width: 180px;
  height: 180px;
  background: var(--thm-base);
  z-index: 1;
  transform: skewX(45deg);
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease
}

.featured-section .left-col .image-box img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all .5s ease;
  border-radius: 7px
}

.featured-section .left-col .image-box:hover img {
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0)
}

.featured-section .right-col {
  position: relative
}

.featured-section .right-col .inner {
  position: relative;
  display: block
}

.featured-section .features {
  position: relative
}

.featured-section .feature {
  position: relative;
  margin-bottom: 30px
}

.featured-section .feature .inner-box {
  position: relative;
  display: block;
  padding-left: 15px
}

.featured-section .feature .inner-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  background: var(--thm-base);
  border-radius: 50%
}

.featured-section .feature h6 {
  font-size: 24px;
  text-transform: uppercase;
  left: 1px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--thm-black)
}

.featured-section .feature .text {
  position: relative;
  display: block;
  color: var(--thm-text);
  padding: 10px 0 0
}

.project-tab {
  position: relative
}

.project-tab .p-tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  visibility: hidden
}

.project-tab .p-tab.active-tab {
  position: relative;
  visibility: visible;
  z-index: 5
}

.project-tab .owl-theme .owl-nav {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  display: none
}

.features-section {
  position: relative;
  padding: 120px 0;
  background: #1c1e22;
  color: #fff;
  z-index: 1
}

.features-section .image-layer, .features-section .jarallax-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  opacity: .3;
  background-attachment: fixed
}

.features-section .content-box {
  position: relative;
  max-width: 700px
}

.features-section .content-box h2 {
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .01em;
  font-weight: 400;
  margin-bottom: 45px
}

.features-section .content-box h2 span {
  color: var(--thm-base);
  padding-left: 3px
}

.features-section .feature-block {
  position: relative;
  float: left;
  margin-bottom: 45px
}

.features-section .feature-block .inner {
  position: relative;
  display: block;
  padding-right: 80px;
  margin-right: 80px
}

.features-section .feature-block .inner:before {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
  border-right: 1px solid rgba(255, 255, 255, .15)
}

.features-section .feature-block:last-child .inner {
  padding-right: 0;
  margin-right: 0
}

.features-section .feature-block:last-child .inner:before {
  display: none
}

.features-section .feature-block .icon-box {
  position: relative;
  display: block;
  line-height: 1em;
  color: #fff;
  font-size: 60px;
  margin: 0 0 20px
}

.features-section .feature-block h6 {
  font-size: 24px;
  line-height: 1.25em;
  margin: 0 0;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff
}

.get-quote-section {
  position: relative;
  padding: 120px 0 90px;
  border-bottom: 1px solid #e9ebee
}

.get-quote-section .left-col {
  position: relative;
  margin-bottom: 30px
}

.get-quote-section .left-col .inner {
  position: relative;
  display: block;
  padding-right: 70px
}

.get-quote-section .featured-block {
  position: relative;
  display: block;
  padding-left: 320px;
  min-height: 186px;
  margin-bottom: 55px
}

.get-quote-section .featured-block .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 270px
}

.get-quote-section .featured-block .image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  border-radius: 7px
}

.get-quote-section .featured-block h4 {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px
}

.get-quote-section .featured-block .text {
  position: relative;
  display: block;
  margin-bottom: 32px
}

.get-quote-section .counter {
  position: relative;
  display: block;
  padding-top: 55px;
  border-top: 1px solid #e9ebee
}

.get-quote-section .counter .counter-text {
  position: relative;
  float: left
}

.get-quote-section .counter .counter-image {
  position: relative;
  float: right;
  padding-left: 55px
}

.get-quote-section .counter .counter-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 100%;
  background: var(--thm-base);
  border-radius: 7px
}

.get-quote-section .counter .counter-image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  border-radius: 7px
}

.get-quote-section .counter .count-box {
  position: relative;
  display: block;
  font-size: 60px;
  text-transform: uppercase;
  color: var(--thm-black);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: .02em;
  font-family: var(--thm-font)
}

.get-quote-section .counter .counter-title {
  position: relative;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--thm-text);
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: .05em;
  font-family: var(--thm-font)
}

.get-quote-section .right-col {
  position: relative;
  margin-bottom: 30px
}

.get-quote-section .right-col .inner {
  position: relative;
  display: block
}

.get-quote-section .form-box {
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
  padding: 50px 45px 40px;
  margin-top: -180px;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, .05);
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, .1);
  z-index: 5
}

.get-quote-section .form-box h4 {
  color: var(--thm-black);
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px
}

.get-quote-section .form-box h4 span {
  padding-left: 3px;
  color: var(--thm-base)
}

.get-quote-section .default-form .form-group {
  margin-bottom: 10px
}

.get-quote-section .default-form .theme-btn {
  display: block;
  width: 100%
}

.fluid-section {
  position: relative;
  padding: 0
}

.fluid-section .row {
  margin: 0
}

.fluid-section .column {
  padding: 0
}

.fluid-section .column .inner {
  position: relative;
  display: block;
  text-align: center;
  min-height: 100%;
  padding: 120px 20px;
  background: #1c1e22
}

.fluid-section .column:nth-child(2) .inner {
  background: var(--thm-base)
}

.fluid-section .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  opacity: .1
}

.fluid-section .content-box {
  position: relative;
  max-width: 620px;
  margin: 0 auto
}

.fluid-section h3 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  margin: 0 0;
  z-index: 3
}

.fluid-section .column:nth-child(2) h3 {
  color: var(--thm-black)
}

.fluid-section .link-box {
  position: relative;
  padding-top: 25px;
  z-index: 3
}

.call-to-section-two {
  position: relative;
  padding: 120px 0 90px;
  background-color: #2a2c30;
  background-image: url(../images/icons/cta-bg-1-1.png);
  color: #fff;
  z-index: 1
}

.call-to-section-two.alternate {
  background: var(--thm-base);
  background-image: url(../images/background/cta-2-bg-1-1.png)
}

.call-to-section-two .inner {
  position: relative;
  display: block
}

.call-to-section-two h2 {
  position: relative;
  float: left;
  display: block;
  font-size: 70px;
  line-height: .85em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  margin: 0 0 25px;
  z-index: 1
}

.call-to-section-two.alternate h2 {
  color: var(--thm-black)
}

.call-to-section-two .link-box {
  position: relative;
  float: right;
  padding-top: 25px;
  z-index: 1
}

.call-to-section-three {
  background-color: var(--thm-base);
  padding-top: 119px;
  padding-bottom: 119px
}

.call-to-section-three .jarallax-img {
  mix-blend-mode: luminosity;
  opacity: .1
}

.call-to-section-three .auto-container {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.call-to-section-three .auto-container h3 {
  margin: 0;
  font-size: 50px;
  font-weight: 800;
  color: #fff
}

.call-to-section-three .auto-container .btn-style-three {
  min-width: 220px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  color: var(--thm-black)
}

.call-to-section-three .auto-container .btn-style-three:hover {
  background-color: var(--thm-black);
  color: #fff
}

.services-section-three {
  position: relative;
  padding: 0 0 90px;
  background: #fff
}

.services-section-three .services {
  position: relative
}

.services-section-three__one-page {
  position: relative;
  padding: 120px 0 90px;
  background-color: var(--thm-black);
  background-image: url(../images/background/contact-bg-1-1.png);
  background-size: cover;
  color: #999b9f
}

.services-section-three__one-page .sec-title h2 {
  color: #fff
}

.services-section-three__one-page .service-block-two .inner-box {
  overflow: hidden;
  background-color: #1c1e22
}

.services-section-three__one-page .service-block-two .inner-box h5 a {
  color: #fff
}

.services-section-three__one-page .service-block-two .inner-box .bottom-curve, .services-section-three__one-page .service-block-two:hover .inner-box .icon-box, .services-section-three__one-page .service-block-two:hover .inner-box h5 a, .services-section-three__one-page .service-block-two:hover .text {
  color: #fff
}

.services-section-three__one-page .service-block-two .link-box {
  opacity: 0;
  transition: .5s
}

.services-section-three__one-page .service-block-two:hover .link-box {
  opacity: 1
}

.services-section-three__one-page .service-block-two .inner-box:hover::before {
  background-color: var(--thm-base)
}

.features-section-two {
  position: relative;
  padding: 0 0;
  background: #fff
}

.features-section-two .content-container {
  position: relative;
  display: block;
  padding: 120px 0 90px
}

.features-section-two .content-container:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: -2000px;
  background: #fff url(../images/background/pattern-2.png) right top repeat;
  border-radius: 0 7px 7px 0
}

.features-section-two .left-col {
  position: relative;
  margin-bottom: 30px
}

.features-section-two .left-col .inner {
  position: relative;
  display: block;
  padding-right: 40px
}

.features-section-two .sec-title {
  margin-bottom: 40px
}

.features-section-two .features {
  position: relative
}

.features-section-two .feature {
  position: relative;
  display: block;
  padding: 0 0 40px;
  margin-bottom: 47px;
  padding-left: 90px;
  min-height: 100px;
  border-bottom: 1px solid #e9ebee
}

.features-section-two .feature:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none
}

.features-section-two .feature .count {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  background: var(--thm-base);
  padding: 10px;
  line-height: 40px;
  font-size: 30px;
  letter-spacing: 1px;
  color: var(--thm-black);
  text-transform: uppercase;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  transition: .5s;
  font-family: var(--thm-font)
}

.features-section-two .feature:hover .count {
  background-color: var(--thm-black);
  color: #fff
}

.features-section-two .feature .count span {
  line-height: 1em;
  position: relative;
  top: 2px
}

.features-section-two .feature h5 {
  font-weight: 400;
  font-size: 24px;
  margin: 0;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 15px
}

.features-section-two .feature .sub-text {
  display: block;
  position: relative;
  top: 0;
  display: block
}

.features-section-two .right-col {
  position: relative;
  margin-bottom: 30px
}

.features-section-two .right-col .inner {
  position: relative;
  display: block
}

.features-section-two .right-col .image-box {
  position: relative;
  display: block
}

.features-section-two .right-col .image-box img {
  position: relative;
  display: block;
  width: auto;
  max-width: none;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all .3s ease;
  border-radius: 7px
}

.features-section-two .right-col .image-box:hover img {
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0)
}

.we-work-section {
  position: relative;
  padding: 120px 0 80px
}

.about-section-two {
  position: relative;
  padding: 120px 0 90px
}

.about-section-two .left-col {
  position: relative
}

.about-section-two .left-col .inner {
  position: relative;
  display: block;
  padding-right: 50px
}

.about-section-two .counter {
  position: relative;
  display: block
}

.about-section-two .right-col {
  position: relative;
  margin-bottom: 30px
}

.about-section-two .right-col .inner {
  position: relative;
  display: block;
  padding-left: 30px
}

.about-section-two .image-box {
  position: relative;
  display: block;
  margin-top: -240px;
  z-index: 5
}

.about-section-two .image-box .image {
  position: relative;
  display: block
}

.about-section-two .image-box .image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  border-radius: 7px
}

.counter-block {
  position: relative;
  margin-bottom: 30px
}

.counter-block .inner-box {
  position: relative;
  padding-left: 160px;
  min-height: 140px;
  padding-top: 42px
}

.counter-block input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0
}

.counter-block h4 {
  position: relative;
  line-height: 1.1em;
  font-size: 24px;
  color: var(--thm-black);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 0 0
}

.about-section-three {
  padding-top: 120px;
  padding-bottom: 120px
}

.about-section-three__image {
  position: relative;
  display: inline-block
}

.about-section-three__image img {
  position: relative
}

.about-section-three__image::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: 0;
  left: -30px;
  background-color: var(--thm-base)
}

.about-section-three__content .sec-title-two {
  margin-bottom: 35px
}

.about-section-three__content .sec-title-two h2 {
  margin-top: 10px
}

.about-section-three__name {
  position: relative;
  padding-top: 15px
}

.about-section-three__name>img {
  position: absolute;
  top: 0;
  left: 0
}

.about-section-three__name h3 {
  margin: 0;
  font-size: 20px;
  color: var(--thm-black);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  position: relative
}

.about-section-three__name p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .1;
  font-weight: 600;
  font-size: 14px;
  color: var(--thm-base);
  position: relative
}

@media (min-width:1200px) {
  [class*=col-]:nth-child(3) .counter-block {
    margin-left: 20px
  }
}

.get-quote-two {
  position: relative;
  padding: 120px 0 210px;
  background-color: var(--thm-black);
  background-image: url(../images/background/contact-bg-1-1.png);
  background-size: cover;
  color: #999b9f
}

.get-quote-two__one-page {
  padding-bottom: 120px
}

@media (max-width:991px) {
  .get-quote-two__one-page {
    padding-bottom: 70px!important
  }
}

.get-quote-two .sec-title {
  margin-bottom: 35px
}

.get-quote-two .sec-title h2 {
  color: #fff
}

.get-quote-two .left-col {
  position: relative;
  margin-bottom: 30px
}

.get-quote-two .left-col .inner {
  position: relative;
  display: block;
  max-width: 480px
}

.get-quote-two .left-col .text {
  position: relative;
  display: block;
  color: #999b9f;
  margin-bottom: 35px
}

.get-quote-two .info {
  position: relative;
  display: block
}

.get-quote-two .form-box form .form-group input, .get-quote-two .form-box form .form-group textarea {
  background-color: #fff;
  border-color: #fff
}

.get-quote-two .info ul li {
  position: relative;
  display: block;
  min-height: 60px;
  padding-left: 85px;
  line-height: 28px;
  padding-top: 5px;
  margin-bottom: 20px
}

.get-quote-two .info ul li strong {
  display: block;
  color: #fff;
  letter-spacing: .1em;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--thm-font);
  margin-top: -4px
}

.get-quote-two .info ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 30px;
  padding: 15px 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: var(--thm-base);
  border-radius: 50%;
  font-size: 16px;
  color: var(--thm-black)
}

.get-quote-two .info ul li:last-child {
  margin: 0
}

.get-quote-two .info ul li a {
  position: relative;
  color: #999b9f;
  line-height: 28px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.get-quote-two .info ul li a:hover {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--thm-base);
  text-decoration-color: var(--thm-base)
}

.get-quote-two .right-col {
  position: relative;
  margin-bottom: 10px
}

.get-quote-two .right-col .inner {
  position: relative;
  display: block
}

.get-quote-two .form-box {
  position: relative;
  display: block
}

.get-quote-two .form-box form .row {
  margin: 0 -10px
}

.get-quote-two .form-box form .form-group {
  padding: 0 10px;
  margin-bottom: 20px
}

.map-section {
  position: relative;
  padding: 0 0 120px
}

.map-section .map-container {
  position: relative;
  display: block;
  width: 100%;
  margin-top: -120px;
  border-radius: 7px;
  overflow: hidden;
  z-index: 3
}

.map-section__one-page {
  padding-bottom: 0
}

.map-section__one-page .map-container {
  margin-top: 0
}

.map-iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 450px
}

.map-section__one-page .map-iframe {
  height: 575px
}

.map-data {
  font-family: var(--thm-font);
  text-align: center;
  font-size: 20px;
  color: #222;
  font-weight: 300;
  letter-spacing: .05em;
  line-height: 1.7em
}

.map-data h6 {
  font-family: var(--thm-font);
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1em;
  color: #222;
  text-transform: uppercase;
  letter-spacing: .05em
}

.sponsors-section-two {
  position: relative;
  padding: 120px 0 90px;
  background: #fff;
  border-top: 1px solid #e9ebee
}

.sponsors-section-two .title-col {
  position: relative;
  margin-bottom: 30px
}

.sponsors-section-two .sec-title {
  margin-bottom: 0
}

.sponsors-section-two .logo-col {
  position: relative
}

.sponsors-section-two .logo-block {
  position: relative;
  margin-bottom: 30px
}

.sponsors-section-two .image-box img {
  max-width: 100%;
  width: auto;
  display: inline-block;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  opacity: .2
}

.sponsors-section-two .image-box img:hover {
  opacity: 1
}

.sponsors-section-three {
  padding-top: 120px;
  padding-bottom: 120px
}

.sponsors-section__about-two {
  background-color: var(--thm-base)
}

.page-banner {
  position: relative;
  padding: 0;
  color: #fff;
  background: var(--thm-black);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover
}

.page-banner .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%)
}

.page-banner .shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  max-width: 100%;
  height: 100%;
  background: url(../images/background/b-shape-1.png) right bottom no-repeat;
  z-index: 1
}

.page-banner .shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  max-width: 100%;
  height: 100%;
  background: url(../images/background/b-shape-2.png) right top no-repeat;
  z-index: 1
}

.page-banner .banner-inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 3
}

.page-banner .inner-container {
  position: relative;
  padding: 300px 0 120px
}

.page-banner h1 {
  position: relative;
  font-size: 100px;
  color: #fff;
  line-height: .9em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0
}

.page-banner .page-nav {
  position: relative;
  padding-top: 5px;
  text-align: center
}

.page-banner .bread-crumb {
  position: relative;
  display: inline-block
}

.page-banner .bread-crumb li {
  position: relative;
  float: left;
  font-size: 20px;
  line-height: 30px;
  color: #ccd6df;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: default;
  padding-right: 15px;
  margin-right: 15px;
  font-family: var(--thm-font)
}

.page-banner .bread-crumb li:before {
  position: absolute;
  right: -15px;
  width: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  content: "-"
}

.page-banner .bread-crumb li:last-child {
  padding-right: 0;
  margin-right: 0
}

.page-banner .bread-crumb li:last-child:before {
  display: none
}

.page-banner .bread-crumb li a {
  color: #fff;
  font-weight: 400;
  transition: all .3s ease
}

.page-banner .bread-crumb li a:hover, .page-banner .bread-crumb li.active {
  color: var(--thm-base)
}

.get-quote-three {
  position: relative;
  padding: 120px 0 100px;
  background: #fff
}

.get-quote-three .sec-title {
  margin-bottom: 40px
}

.get-quote-three .form-box {
  position: relative;
  display: block;
  max-width: 770px;
  margin: 0 auto;
  text-align: center
}

.get-quote-three .form-box form .row {
  margin: 0 -10px
}

.get-quote-three .form-box form .form-group {
  padding: 0 10px;
  margin-bottom: 20px
}

.contact-section {
  position: relative;
  padding: 120px 0 100px;
  background: #fff
}

.contact-section__one-page {
  padding-bottom: 0
}

.contact-section .map-box {
  position: relative;
  display: block;
  margin: 0 0 120px;
  border-radius: 7px;
  overflow: hidden
}

.contact-section .form-box {
  position: relative;
  display: block;
  max-width: 770px;
  margin: 0 auto;
  text-align: center
}

.contact-section .form-box form .row {
  margin: 0 -10px
}

.contact-section .form-box form .form-group {
  padding: 0 10px;
  margin-bottom: 20px
}

.contact-section .upper-info {
  position: relative;
  margin-bottom: 90px
}

.contact-section .info-block {
  position: relative;
  margin-bottom: 30px
}

.contact-section .info-block .inner-box {
  position: relative;
  display: block;
  height: 100%;
  min-height: 100%;
  padding: 45px 45px 40px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
  transition: all .5s ease
}

.contact-section .info-block .inner-box:hover {
  background: var(--thm-black)
}

.contact-section .info-block .inner-box h5 {
  font-size: 24px;
  text-transform: uppercase;
  color: var(--thm-black);
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1em;
  margin: 0
}

.contact-section .info-block .inner-box h5 a {
  color: var(--thm-black);
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease
}

.contact-section .info-block .inner-box:hover h5, .contact-section .info-block .inner-box:hover h5 a {
  color: #fff
}

.contact-section .info-block .inner-box .text {
  position: relative;
  display: block;
  color: var(--thm-text);
  padding: 30px 0 0;
  z-index: 1
}

.contact-section .info-block .inner-box .text a {
  position: relative;
  color: var(--thm-text)
}

.contact-section .info-block .inner-box:hover .text, .contact-section .info-block .inner-box:hover .text a {
  color: #999b9f
}

.contact-section .info-block .inner-box:hover .text a:hover, .contact-section .info-block .inner-box:hover h5 a:hover {
  text-decoration: underline;
  color: #fff
}

.post-control {
  position: relative
}

.post-control .inner {
  position: relative;
  display: block;
  padding: 50px 0;
  border-top: 1px solid #e9ebee;
  border-bottom: 1px solid #e9ebee
}

.post-control .control {
  position: relative;
  float: left;
  line-height: 30px;
  font-size: 24px;
  color: var(--thm-black);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--thm-font)
}

.post-control .control.next {
  float: right
}

.post-control .control a {
  display: block;
  line-height: 30px;
  font-size: 24px;
  color: var(--thm-black);
  font-weight: 400
}

.post-control .control a:hover {
  color: var(--thm-base)
}

.post-control .control .fa {
  position: relative;
  vertical-align: top;
  line-height: 30px;
  font-size: 18px
}

.side-menu__block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: transform .7s ease
}

.side-menu__block.active {
  transform: scale(1, 1)
}

.side-menu__block-overlay {
  width: 100%;
  height: 100%;
  background-color: var(--thm-black);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: .7
}

.side-menu__block-overlay .cursor-follower {
  background-color: rgba(8, 39, 64, .3)
}

.side-menu__block-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 520px;
  height: 100%;
  overflow-y: auto;
  background-color: #eceeef;
  z-index: 999999;
  padding: 40px 0;
  padding-top: 20px
}

@media (max-width:575px) {
  .side-menu__block-inner {
    max-width: 480px
  }
}

@media (max-width:480px) {
  .side-menu__block-inner {
    max-width: 400px
  }
}

@media (max-width:375px) {
  .side-menu__block-inner {
    max-width: 300px
  }
}

.side-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 40px
}

.mobile-nav__container {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px
}

.mobile-nav__container ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.mobile-nav__container li>a>span {
  background-color: var(--thm-base);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 40px;
  top: -3px;
  position: relative;
  margin-left: 5px
}

.mobile-nav__container li+li {
  margin-top: 10px
}

.mobile-nav__container li a {
  text-transform: uppercase;
  color: #9ca3a9;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  transition: all .5s ease;
  font-family: Teko, sans-serif;
  position: relative
}

.mobile-nav__container li a:hover {
  color: var(--thm-black)
}

.mobile-nav__container li.current-menu-item>a, .mobile-nav__container li.current>a {
  color: var(--thm-black)
}

.side-menu__social {
  display: flex;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 40px
}

.side-menu__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 57px;
  height: 57px;
  background-color: #fff;
  color: #9ca3a9;
  font-size: 16px;
  border-radius: 50%;
  transition: all .5s ease
}

.side-menu__social a+a {
  margin-left: 10px
}

.side-menu__social a:hover {
  background-color: #ffaa16;
  color: var(--thm-black)
}

.side-menu__content {
  padding-left: 100px;
  padding-right: 100px
}

.side-menu__content p {
  margin: 0;
  color: #9ca3a9
}

.side-menu__content p+p {
  margin-top: 30px
}

.side-menu__content p a {
  color: var(--thm-black);
  transition: all .5s ease
}

.side-menu__content p a:hover {
  color: #ffaa16;
  text-decoration: underline
}

.side-menu__sep {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #fff;
  margin-top: 70px;
  margin-bottom: 70px
}

.side-menu__text p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: .05em;
  color: #9ca3a9;
  margin: 0;
  margin-bottom: 25px
}

.side-menu__text a {
  font-size: 20px;
  color: #ff0143;
  line-height: 30px;
  font-weight: 400;
  transition: all .5s ease
}

.side-menu__text a:hover {
  color: var(--thm-base)
}

.side-menu__block__copy {
  text-transform: uppercase;
  font-size: 16px;
  color: #9ca3a9;
  font-weight: 400;
  letter-spacing: .2em
}

@media (max-width:575px) {
  .mobile-nav__container, .side-menu__content, .side-menu__top {
    padding-left: 50px;
    padding-right: 50px
  }
  .side-menu__sep {
    margin-top: 40px;
    margin-bottom: 40px;
    width: calc(100% - 100px)
  }
}

@media (max-width:480px) {
  .mobile-nav__container, .side-menu__content, .side-menu__top {
    padding-left: 25px;
    padding-right: 25px
  }
  .side-menu__sep {
    width: calc(100% - 50px)
  }
  .side-menu__social {
    margin-top: 40px
  }
  .side-menu__social a {
    width: 45px;
    height: 45px
  }
}

.style-switcher {
  font-family: Teko, sans-serif;
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 99999;
  background-color: #fff;
  width: 200px;
  text-align: center;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .04);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 25px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  transform: translateX(-100%);
  transition: transform .5s ease
}

.style-switcher.active {
  transform: translateX(0)
}

.style-switcher h3 {
  margin: 0;
  text-transform: uppercase;
  color: var(--thm-black);
  font-size: 30px;
  line-height: 1;
  font-family: Teko, sans-serif;
  margin-bottom: 20px
}

#switcher-toggler {
  position: absolute;
  top: 20px;
  left: 100%;
  font-size: 22px;
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: var(--thm-base);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: .5s
}

#switcher-toggler:hover {
  color: #fff;
  background-color: var(--thm-black)
}

.parallax-block {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px
}

.parallax-block .jarallax-img {
  filter: grayscale(100%)
}

@media (max-height:450px) {
  .parallax-block {
    padding-top: 120px;
    padding-bottom: 120px
  }
}

.parallax-block__content h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 100px;
  max-width: 537px;
  line-height: 1;
  margin-bottom: 25px
}

@media (min-width:1200px) {
  .parallax-block .container {
    max-width: 1200px
  }
}

[class*=portfolio-horizontal__shape-] {
  position: absolute;
  display: none;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: banner3Shake;
  animation-name: banner3Shake;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@media (min-width:992px) {
  [class*=portfolio-horizontal__shape-] {
    display: block
  }
}

@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg)
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg)
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg)
  }
}

.pricing-one {
  padding-top: 100px;
  padding-bottom: 70px
}

@media (min-width:992px) {
  .pricing-one {
    padding-top: 120px;
    padding-bottom: 90px
  }
}

.pricing-one [class*=col-] {
  margin-bottom: 30px
}

.pricing-card {
  background-color: #f4f5f8;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 50px;
  border-radius: 8px
}

.pricing-card__bottom {
  border-radius: 8px;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .04)
}

.pricing-card__icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 30px
}

.pricing-card__icon::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-base);
  opacity: .2;
  border-radius: 50%;
  content: '';
  transition: all .5s ease
}

.pricing-card:hover .pricing-card__icon::before {
  opacity: 1
}

@media (min-width:992px) {
  .pricing-card__icon {
    width: 130px;
    height: 130px
  }
}

.pricing-card__icon i {
  font-size: 50px;
  position: relative;
  color: var(--thm-base);
  transition: all .5s ease
}

.pricing-card:hover .pricing-card__icon i {
  color: var(--thm-black)
}

@media (min-width:992px) {
  .pricing-card__icon i {
    font-size: 64px
  }
}

.pricing-card__name {
  line-height: 1;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-family: var(--thm-font);
  letter-spacing: .1em;
  color: var(--thm-base);
  margin-bottom: 2px
}

.shop-page {
  padding-top: 100px;
  padding-bottom: 85px
}

@media (max-width:992px) {
  .shop-page {
    padding-top: 120px;
    padding-bottom: 105px
  }
}

.shop-search form {
  border-radius: 8px;
  position: relative;
  background-color: var(--thm-base)
}

.shop-search button[type=submit] {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: var(--thm-black);
  background-color: transparent;
  padding: 0;
  width: auto;
  height: auto;
  display: flex;
  align-items: center
}

.shop-search form input[type=search], .shop-search form input[type=text] {
  width: 100%;
  height: 70px;
  background-color: var(--thm-base);
  border-radius: 8px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  color: var(--thm-black);
  font-family: var(--thm-b-font)
}

.shop-search form ::placeholder {
  color: inherit;
  opacity: 1
}

.history-timeline {
  padding-bottom: 40px;
  padding-top: 90px
}

@media (min-width:1200px) {
  .history-timeline {
    padding-top: 0;
    padding-bottom: 120px;
    margin-top: -53.5px
  }
}

.history-timeline__year {
  width: 85px;
  height: 85px;
  background-color: var(--thm-base);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--thm-black);
  font-size: 30px;
  font-family: var(--thm-font);
  border-radius: 50%;
  padding-top: 2px;
  margin-bottom: 0;
  position: relative;
  z-index: 10
}

@media (min-width:992px) {
  .history-timeline__year {
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto
  }
}

@media (min-width:1200px) {
  .history-timeline__year {
    width: 107px;
    height: 107px;
    font-size: 40px
  }
}

.history-timeline__date {
  font-size: 20px;
  color: var(--thm-base);
  text-transform: uppercase;
  font-family: var(--thm-font);
  margin: 0;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  position: relative
}

@media (min-width:1200px) {
  .history-timeline__date::before {
    content: '';
    width: 23px;
    height: 23px;
    background-color: var(--thm-base);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -55px;
    transform: translateY(50%) translateX(-50%);
    z-index: 10
  }
}

.history-timeline__title {
  margin: 0;
  text-transform: uppercase;
  color: var(--thm-black);
  font-size: 40px;
  line-height: 1
}

.history-timeline__text {
  margin: 0;
  color: var(--thm-text);
  font-size: 16px;
  line-height: 34px;
  margin-top: 30px
}

.history-timeline__image {
  background-color: #222429;
  border-radius: 8px;
  display: inline-block;
  margin-top: 30px
}

@media (min-width:1200px) {
  .history-timeline__image {
    margin-top: 0
  }
}

.history-timeline__image img {
  max-width: 100%;
  border-radius: 8px;
  mix-blend-mode: luminosity
}

.history-timeline__card .row {
  position: relative;
  padding-top: 40px
}

@media (min-width:1200px) {
  .history-timeline__card .row {
    padding-top: 80px
  }
}

.history-timeline__card .row:last-child {
  padding-bottom: 0
}

@media (min-width:992px) {
  .history-timeline__card .row:nth-child(odd) {
    flex-direction: row-reverse
  }
}

@media (min-width:992px) {
  .history-timeline__card {
    position: relative
  }
  .history-timeline__card:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e9ebee;
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 50%
  }
}

.history-timeline__card {
  margin-bottom: 40px
}

@media (min-width:1200px) {
  .history-timeline__card {
    padding-bottom: 70px;
    margin-bottom: 0
  }
  .history-timeline__card:last-child {
    padding-bottom: 0
  }
  .history-timeline__card .row {
    margin-left: -55px;
    margin-right: -55px
  }
  .history-timeline__card .row [class*=col-] {
    padding-left: 55px;
    padding-right: 55px
  }
  .history-timeline__card .row:nth-child(even) .history-timeline__info {
    text-align: right
  }
  .history-timeline__card .row:nth-child(even) .history-timeline__date::before {
    left: auto;
    right: -55px;
    transform: translateY(50%) translateX(50%)
  }
  .history-timeline__card:nth-child(even) .row:nth-child(even) {
    flex-direction: row-reverse
  }
  .history-timeline__card:nth-child(even) .row {
    flex-direction: row
  }
  .history-timeline__card:nth-child(even) .row:nth-child(odd) .history-timeline__info {
    text-align: right
  }
  .history-timeline__card:nth-child(even) .row:nth-child(even) .history-timeline__info {
    text-align: left
  }
  .history-timeline__card:nth-child(even) .row:nth-child(even) .history-timeline__date::before {
    right: auto;
    left: -55px;
    transform: translateY(50%) translateX(-50%)
  }
  .history-timeline__card:nth-child(even) .row:nth-child(odd) .history-timeline__date::before {
    right: -55px;
    left: auto;
    transform: translateY(50%) translateX(50%)
  }
}

.fancybox-slide>* {
  width: 900px
}

.modular-text {
  position: relative;
  top: -5px;
  display: block;
  line-height: 1.5em;
  margin-bottom: 0
}

.modular-text ul {
  position: relative
}

.modular-text ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
  color: var(--thm-text)
}

.modular-text ul li:before {
  content: "\f107";
  font-family: Flaticon;
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--thm-base);
  font-weight: 400;
  font-size: 18px
}