 /*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
 :root {
   --austry-font: 'Manrope', sans-serif;
   --austry-white: #ffffff;
   --austry-white-rgb: 255, 255, 255;
   --austry-base: #cd212a;
   --austry-base-rgb: 252, 129, 27;
   --austry-black: #13223c;
   --austry-black-rgb: 19, 34, 60;
   --austry-extra: #eff1f5;
   --austry-extra-rgb: 239, 241, 245;
   --austry-gray: #333;
   --austry-gray-rgb: 118, 120, 124;
   --austry-bdr-color: #dfe3ea;
   --austry-bdr-color-rgb: 233, 227, 234;
   --austry-letter-spacing: -0.04em;
   --austry-letter-spacing-two: 0.1em;
 }

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

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

 body {
   font-family: var(--austry-font);
   color: var(--austry-gray);
   font-size: 16px;
   line-height: 30px;
   font-weight: 500;
 }

 body.locked {
   overflow: hidden;
 }

 a {
   color: #2262a1;
   font-weight: 800;
 }

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

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

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

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

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

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   color: var(--austry-black);
   margin: 0;
 }

 p {
   margin: 0;
 }

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

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

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

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

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

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

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

 .list-unstyled {
   padding-left: 0;
 }

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

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

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

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

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

 .section-separator {
   border-color: var(--austry-border);
   border-width: 1px;
   margin-top: 0;
   margin-bottom: 0;
 }

 #particles-js {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   background-position: 50% 50%;
   opacity: 0.4;
   z-index: -1;
 }

 .section-title {
   position: relative;
   display: block;
   margin-top: -10px;
   margin-bottom: 49px;
 }

 .section-title__tagline {
  position: relative;
  display: flex;
  font-size: 16px;
  line-height: 16px;
  color: #9f9f9f;
  font-weight: 600;
  justify-content: center;
  align-items: center;
 }
 .contact-one .section-title__tagline {
  position: relative;
  display: flex;
  font-size: 16px;
  line-height: 16px;
  color: #9f9f9f;
  font-weight: 600;
  justify-content: flex-start;
  align-items: center;
 }

 .contact-one .section-title__tagline::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0 !important;
  margin: 0;
  height: 2px;
  width: 30px;
  background-color: var(--austry-base);
 }
 .section-title__tagline::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0 !important;
  right: 0;
  margin: 0 auto;
  height: 2px;
  width: 30px;
  background-color: var(--austry-base);
 }

 .section-title__title {
  margin: 0;
  color: var(--austry-black);
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  letter-spacing: var(--austry-letter-spacing);
  margin-top: 10px;
 }

 .thm-btn {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   -webkit-appearance: none;
   appearance: none;
   outline: none !important;
   font-weight: 800;
   font-size: 12px;
   color: var(--austry-white);
   text-transform: uppercase;
   letter-spacing: var(--austry-letter-spacing-two);
   background-color: var(--austry-black);
   padding: 12px 49px 12px;
   -webkit-transition: all 0.5s linear;
   transition: all 0.5s linear;
   overflow: hidden;
   z-index: 1;
 }

 .thm-btn:after {
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: var(--austry-base);
   -webkit-transition-delay: .1s;
   transition-delay: .1s;
   -webkit-transition-timing-function: ease-in-out;
   transition-timing-function: ease-in-out;
   -webkit-transition-duration: .4s;
   transition-duration: .4s;
   -webkit-transition-property: all;
   transition-property: all;
   opacity: 1;
   -webkit-transform-origin: top;
   transform-origin: top;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transform: scalex(0);
   transform: scalex(0);
   z-index: -1;
 }

 .thm-btn:hover:after {
   opacity: 1;
   -webkit-transform: scalex(1);
   transform: scalex(1);
 }

 .thm-btn:hover {
   color: var(--austry-white);
 }

 .thm-btn-two {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   -webkit-appearance: none;
   appearance: none;
   outline: none !important;
   font-weight: 500;
   font-size: 18px;
   color: var(--austry-white);
   background-color: var(--austry-base);
   border-radius: 3px;
   padding: 17px 61px 16px;
   -webkit-transition: all 0.5s linear;
   transition: all 0.5s linear;
   overflow: hidden;
   z-index: 1;
 }

 .thm-btn-two:after {
   position: absolute;
   content: "";
   top: 0;
   left: -202px;
   right: -1px;
   bottom: -10px;
   height: 100px;
   background-color: var(--austry-primary);
   -webkit-transition-delay: .1s;
   transition-delay: .1s;
   -webkit-transition-timing-function: ease-in-out;
   transition-timing-function: ease-in-out;
   -webkit-transition-duration: .4s;
   transition-duration: .4s;
   -webkit-transition-property: all;
   transition-property: all;
   opacity: 1;
   -webkit-transform-origin: top;
   transform-origin: top;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transform: scaleY(0);
   transform: scaleY(0);
   transform: rotate(109deg);
   z-index: -1;
 }

 .thm-btn-two:hover:after {
   opacity: 1;
   -webkit-transform: scaleY(1);
   transform: scaleY(1);
 }

 .thm-btn-two:hover {
   color: var(--austry-base);
 }

 .thm-btn-three {
   position: relative;
   display: inline-block;
   font-size: 18px;
   color: var(--austry-white);
   font-weight: 400;
   background-color: var(--austry-base);
   padding: 11.5px 35px 11.5px;
   border-radius: 2px;
   overflow: hidden;
   -webkit-transition: all 0.5s linear;
   transition: all 0.5s linear;
   z-index: 1;
 }

 .thm-btn-three:hover {
   color: var(--austry-black);
 }

 .thm-btn-three:after {
   position: absolute;
   bottom: -17px;
   right: -28px;
   height: 47px;
   width: 47px;
   border-radius: 50%;
   background-color: var(--austry-primary);
   content: "";
   -webkit-transition: all 0.5s linear;
   transition: all 0.5s linear;
   z-index: -1;
 }

 .thm-btn-three:hover:after {
   width: 100%;
   height: 100%;
   border-radius: 2px;
   bottom: 0;
   right: 0;
 }

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

 .bootstrap-select>.dropdown-toggle {
   -webkit-box-shadow: none !important;
   box-shadow: none !important;
 }

 .bootstrap-select .dropdown-toggle:focus,
 .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
   outline: none !important;
 }

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

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

 .bootstrap-select .dropdown-menu>li.selected>a {
   background: var(--austry-base);
   color: var(--austry-white);
 }

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

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

 .preloader {
   position: fixed;
   background-color: #fff;
   background-position: center center;
   background-repeat: no-repeat;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 99999;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   text-align: center;
 }

 .preloader__image {
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   -webkit-animation-name: flipInY;
   animation-name: flipInY;
   -webkit-animation-duration: 2s;
   animation-duration: 2s;
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
   background-image: url(../images/loader.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 60px auto;
   width: 100%;
   height: 100%;
 }

 /* scroll to top */
 .scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #cd212a;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  text-align: center;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
 }

 .scroll-to-top i {
   color: var(--austry-white);
   font-size: 18px;
   line-height: 50px;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
 }

 .scroll-to-top:hover {
   background-color: var(--austry-base);
 }

 .scroll-to-top:hover i {
   color: var(--austry-white);
 }



 /** xs sidebar **/
 .xs-sidebar-group .xs-overlay {
   left: 0%;
   top: 0;
   position: fixed;
   height: 100%;
   opacity: 0;
   width: 100%;
   visibility: hidden;
   -webkit-transition: all .4s ease-in .8s;
   -o-transition: all .4s ease-in .8s;
   transition: all .4s ease-in .8s;
   cursor: url(../images/icon/cross-out.html),
     pointer;
   z-index: 999;
 }

 .xs-sidebar-group.isActive .xs-overlay {
   opacity: .8;
   visibility: visible;
   -webkit-transition: all .8s ease-out 0s;
   -o-transition: all .8s ease-out 0s;
   transition: all .8s ease-out 0s;
   right: 100%;
 }

 .xs-sidebar-group .widget-heading {
   position: absolute;
   top: 0;
   right: 0;
   padding: 25px;
 }

 .xs-sidebar-group .widget-heading a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 30px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   border: 2px solid #fff;
   border-radius: 50%;
   color: #fff;
   font-size: 16px;
   font-weight: 400;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .xs-sidebar-group .widget-heading a:hover {
   color: var(--austry-base);
   border-color: var(--austry-base);
 }

 .xs-sidebar-widget {
   position: fixed;
   left: -100%;
   top: 0;
   bottom: 0;
   width: 100%;
   max-width: 360px;
   z-index: 999999;
   overflow: hidden;
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;
   -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
   -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
   transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
   visibility: hidden;
   opacity: 0;
 }

 .xs-sidebar-group.isActive .xs-sidebar-widget {
   opacity: 1;
   visibility: visible;
   left: 0;
   background-color: var(--austry-black);
   -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
   -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
   transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
 }

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

 .sidebar-widget-container {
   position: relative;
   top: 150px;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all .3s ease-in .3s;
   -o-transition: all .3s ease-in .3s;
   transition: all .3s ease-in .3s;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
 }

 .xs-sidebar-group.isActive .sidebar-widget-container {
   top: 0px;
   opacity: 1;
   visibility: visible;
   -webkit-transition: all 1s ease-out 1.2s;
   -o-transition: all 1s ease-out 1.2s;
   transition: all 1s ease-out 1.2s;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
 }

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

 .xs-bg-black {
   background-color: #000000;
 }

 .xs-sidebar-group .content-inner .logo {
   position: relative;
   max-width: 172px;
   width: 100%;
   margin-bottom: 30px;
 }

 .xs-sidebar-group .content-inner h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 30px;
   color: #fff;
   font-weight: 600;
   text-transform: uppercase;
   margin-bottom: 15px;
 }

 .xs-sidebar-group .content-inner .content-box {
   margin-bottom: 30px;
   padding-right: 15px;
 }

 .xs-sidebar-group .content-inner .content-box p {
   color: #ffffff;
 }

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

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

 .xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
 .xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
 .xs-sidebar-group .content-inner .form-inner .form-group textarea {
   position: relative;
   display: block;
   width: 100%;
   height: 50px;
   font-size: 15px;
   padding: 10px 20px;
   color: #848484;
   border: none;
   outline: none;
   transition: all 500ms ease;
 }

 .xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
   border: none;
   outline: none;
   background-color: var(--austry-white);
   color: var(--austry-black);
   display: inline-block;
   font-size: 16px;
   font-weight: 600;
   padding: 13px 45px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
   color: var(--austry-white);
 }

 .xs-sidebar-group .content-inner .form-inner .form-group textarea {
   resize: none;
   height: 120px;
 }

 .xs-sidebar-group .content-inner .form-inner .form-group input:focus,
 .xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
   border-color: #00224f;
 }


 /*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
 .main-header {
   position: relative;
   display: block;
   width: 100%;
   transition: all 500ms ease;
   z-index: 991;
 }

 .main-header__top {
   position: relative;
   display: block;
   z-index: 1;
 }

 .main-header__top-wrapper {
   position: relative;
   display: block;
 }

 .main-header__top-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   padding-left: 60px;
   padding-right: 363px;
   background-color: #3d3d3d;
   z-index: 1;
 }

 .main-header__top-left {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
 }

 .main-header__top-text {
   font-size: 12px;
   line-height: 12px;
 }

 .main-header__social {
   position: relative;
   display: flex;
   align-items: center;
   padding: 11.5px 40px 11.5px;
   margin-left: 30px;
 }

 .main-header__social a {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 15px;
   color: #fff;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-header__social a:hover {
   color: var(--austry-base);
 }

 .main-header__social a+a {
   margin-left: 18px;
 }

 .main-header__contact-list {
   position: relative;
   display: flex;
   align-items: center;
   padding: 4px 0;
 }

 .main-header__contact-list li {
   position: relative;
   display: flex;
   align-items: center;
 }

 .main-header__contact-list li+li {
   margin-left: 30px;
 }

 .main-header__contact-list li .icon {
   position: relative;
   display: flex;
   align-items: center;
   top: 1px;
 }

 .main-header__contact-list li .icon i {
   font-size: 13px;
   color: #fff;
 }

 .main-header__contact-list li .text {
   margin-left: 10px;
 }

 .main-header__contact-list li .text p {
   font-size: 12px;
   font-weight: 500;
   color: #fff;
 }

 .main-header__contact-list li .text p a {
   color: #fff;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-header__contact-list li .text p a:hover {
   color: var(--austry-base);
 }

 .main-header__top-right {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
 }

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

 .main-menu__wrapper {
   position: relative;
   display: block;
   padding: 0px 0px 0px;
   z-index: 1;
 }

 .main-menu__btn {
   position: absolute;
   bottom: 0;
   right: 0;
   z-index: 2;
   display: none;
 }

 .main-menu__btn a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   background-color: var(--austry-base);
   font-size: 12px;
   color: var(--austry-white);
   text-transform: uppercase;
   letter-spacing: var(--austry-letter-spacing-two);
   font-weight: 800;
   padding-left: 81px;
   padding-right: 60px;
   padding-top: 18px;
   padding-bottom: 17px;
   clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu__btn a:hover {
   background-color: var(--austry-black);
 }

 .main-menu__call {
   position: absolute;
   top: -40px;
   right: 0;
   background-color: #fdfdfd;
   display: flex;
   align-items: center;
   z-index: 5;
   padding: 10px 60px;
   display: none;
 }

 .main-menu__call-icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 42px;
   width: 42px;
   background-color: var(--austry-base);
   border-radius: 50%;
   font-size: 18px;
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu__call-icon:hover {
   background-color: var(--austry-black);
 }

 .main-menu__call-content {
   margin-left: 10px;
 }

 .main-menu__call-sub-title {
   font-size: 12px;
   line-height: 12px;
 }

 .main-menu__call-number {
   font-size: 16px;
   font-weight: 800;
   line-height: 20px;
   margin-top: 2px;
 }

 .main-menu__call-number a {
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu__call-number a:hover {
   color: var(--austry-base);
 }

 .main-menu__wrapper-inner {
   position: relative;
   display: block;
   z-index: 1;
 }

 .main-menu__wrapper-inner-content {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   background-color: #fff;
   padding-left: 60px;
   padding-right: 137px; 
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
   z-index: 1;
 }

 .main-menu__wrapper-inner-content:before {
   content: "";
   position: absolute;
   top: -1px;
   right: -1px;
   /* border-top: 100px solid #f5f5f5;
  border-right: 0px solid transparent;
  border-left: 65px solid transparent; */
   z-index: -1;
 }

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

 .main-menu__logo {
   position: relative;
   display: block;
   padding: 22px 0;
 }

 .main-menu__logo img {
   width: 150px;
 }

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

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

 .main-menu__search-cart-box {
   position: relative;
   display: flex;
   align-items: center;
   margin-left: 140px;
   padding: 38px 0;
 }

 .main-menu__search-cart-box:before {
   content: "";
   position: absolute;
   top: 25px;
   bottom: 25px;
   left: -30px;
   width: 1px;
   background-color: #777575;
 }

 .main-menu__search-box {
   position: relative;
   display: block;
 }

 .main-menu__search {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 24px;
   color: #f54b4b;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu__search:hover {
   color: var(--austry-base);
 }

 .main-menu__cart-box {
   position: relative;
   display: block;
   margin-left: 30px;
 }

 .main-menu__cart {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 24px;
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu__cart:hover {
   color: var(--austry-base);
 }

 .stricky-header .main-menu__btn {
   display: none;
 }

 .stricky-header .main-menu__call {
   display: none;
 }

 .stricky-header .main-menu__wrapper-inner-content {
   padding-left: 60px;
   padding-right: 60px;
   margin-right: 0;
 }

 .stricky-header .main-menu__wrapper-inner-content:before {
   display: none;
 }

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



 @media (min-width: 1200px) {

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

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

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

 .main-menu .main-menu__list>li>a,
 .stricky-header .main-menu__list>li>a {
   font-size: 16px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   color: #333;
   font-weight: 500;
   position: relative;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

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

 .main-menu .main-menu__list>li>a::before,
 .stricky-header .main-menu__list>li>a::before {
   content: "";
   height: 2px;
   border-radius: 0px;
   background-color: var(--austry-base);
   position: absolute;
   bottom: 3px;
   left: 0px;
   right: 0px;
   transition: transform 500ms ease;
   transform: scale(0, 1);
   transform-origin: left center;
   z-index: 1;
 }

 .main-menu .main-menu__list>li.current>a::before,
 .main-menu .main-menu__list>li:hover>a::before,
 .stricky-header .main-menu__list>li.current>a::before,
 .stricky-header .main-menu__list>li:hover>a::before {
   transform: scale(1, 1);
   transform-origin: right center;
 }

 .main-menu .main-menu__list>li>ul,
 .main-menu .main-menu__list>li>ul>li>ul,
 .stricky-header .main-menu__list>li>ul,
 .stricky-header .main-menu__list>li>ul>li>ul {
   position: absolute;
   top: 100%;
   left: 0;
   min-width: 250px;
   padding: 0 0 10px 0;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   opacity: 0;
   visibility: hidden;
   -webkit-transform-origin: top center;
   transform-origin: top center;
   -webkit-transform: scaleY(0) translateZ(100px);
   transform: scaleY(0) translateZ(100px);
   -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
   z-index: 99;
   background-color: #fff;
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
 }

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

 .main-menu .main-menu__list>li:hover>ul,
 .main-menu .main-menu__list>li>ul>li:hover>ul,
 .stricky-header .main-menu__list>li:hover>ul,
 .stricky-header .main-menu__list>li>ul>li:hover>ul {
   opacity: 1;
   visibility: visible;
   -webkit-transform: scaleY(1) translateZ(0px);
   transform: scaleY(1) translateZ(0px);
 }

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

 .main-menu .main-menu__list>li>ul>li+li,
 .main-menu .main-menu__list>li>ul>li>ul>li+li,
 .stricky-header .main-menu__list>li>ul>li+li,
 .stricky-header .main-menu__list>li>ul>li>ul>li+li {
   border-top: none;
   margin-top: 6px;
 }

 .main-menu .main-menu__list>li>ul>li>a,
 .main-menu .main-menu__list>li>ul>li>ul>li>a,
 .stricky-header .main-menu__list>li>ul>li>a,
 .stricky-header .main-menu__list>li>ul>li>ul>li>a {
   position: relative;
   font-size: 15px;
   line-height: 23px;
   color: var(--austry-black);
   font-weight: 500;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding: 5px 15px 5px;
   -webkit-transition: 500ms;
   transition: 500ms;
 }

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

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

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


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

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

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

 .stricky-header .main-menu__inner {
   -webkit-box-shadow: none;
   box-shadow: none;
   padding-right: 0;
   max-width: 1170px;
   width: 100%;
   margin: 0 auto;
 }

 .mobile-nav__buttons {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-left: auto;
   margin-right: 10px;
 }

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

 .mobile-nav__buttons a {
   font-size: 20px;
   color: var(--austry-base);
   cursor: pointer;
 }

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

 .mobile-nav__buttons a:hover {
   color: var(--austry-base);
 }

 .main-menu .mobile-nav__toggler {
   position: relative;
   display: inline-block;
   font-size: 20px;
   color: #272728;
   cursor: pointer;
   -webkit-transition: 500ms;
   transition: 500ms;
 }

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

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

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

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

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

 .mobile-nav__overlay {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #000000;
   opacity: 0.5;
   cursor: pointer;
 }

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

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

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

 .mobile-nav__close {
   position: absolute;
   top: 20px;
   right: 15px;
   font-size: 18px;
   color: var(--austry-white);
   cursor: pointer;
 }

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

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

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

 .mobile-nav__content .main-menu__list>li>a>.main-menu-border {
   display: none !important;
 }

 .mobile-nav__content .main-menu__list>li>a,
 .mobile-nav__content .main-menu__list>li>ul>li>a,
 .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   line-height: 30px;
   color: #ffffff;
   font-size: 14px;
   font-family: var(--austry-font);
   font-weight: 500;
   height: 46px;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-transition: 500ms;
   transition: 500ms;
 }

 .mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
   color: var(--austry-base);
 }

 .mobile-nav__content .main-menu__list li a.expanded {
   color: var(--austry-base);
 }

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

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

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

 .mobile-nav__content .main-menu__list li.cart-btn span {
   position: relative;
   top: auto;
   right: auto;
   -webkit-transform: translate(0, 0);
   transform: translate(0, 0);
 }

 .mobile-nav__content .main-menu__list li.cart-btn i {
   font-size: 16px;
 }

 .mobile-nav__top {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin-bottom: 30px;
 }

 .mobile-nav__top .main-menu__login a {
   color: var(--austry-text-dark);
 }

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

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

 .mobile-nav__social a {
   font-size: 16px;
   color: var(--austry-white);
   -webkit-transition: 500ms;
   transition: 500ms;
 }

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

 .mobile-nav__social a:hover {
   color: var(--austry-base);
 }

 .mobile-nav__contact {
   margin-bottom: 0;
   margin-top: 20px;
   margin-bottom: 20px;
 }

 .mobile-nav__contact li {
   color: var(--austry-text-dark);
   font-size: 14px;
   font-weight: 500;
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
 }

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

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

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

 .mobile-nav__contact li>i {
   width: 30px;
   height: 30px;
   border-radius: 50%;
   background-color: var(--austry-base);
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   text-align: center;
   font-size: 11px;
   margin-right: 10px;
   color: #fff;
 }

 .mobile-nav__container .main-logo,
 .mobile-nav__container .topbar__buttons,
 .mobile-nav__container .main-menu__language,
 .mobile-nav__container .main-menu__login {
   display: none;
 }

 /*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
 .main-header-two {
   position: relative;
   display: block;
   transition: all 500ms ease;
   z-index: 999;
 }

 .main-header-two__top {
   position: relative;
   display: block;
   background-color: var(--austry-base);
   z-index: 1;
 }

 .main-header-two__top-wrapper {
   position: relative;
   display: block;
   padding-left: 60px;
 }

 .main-header-two__top-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   z-index: 1;
 }

 .main-header-two__top-left {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
 }

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

 .main-header-two__contact-list li {
   position: relative;
   display: flex;
   align-items: center;
 }

 .main-header-two__contact-list li+li {
   margin-left: 30px;
 }

 .main-header-two__contact-list li .icon {
   position: relative;
   display: flex;
   align-items: center;
 }

 .main-header-two__contact-list li .icon i {
   font-size: 13px;
   color: var(--austry-white);
 }

 .main-header-two__contact-list li .text {
   margin-left: 10px;
 }

 .main-header-two__contact-list li .text p {
   font-size: 12px;
   font-weight: 500;
   color: var(--austry-white);
 }

 .main-header-two__contact-list li .text p a {
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-header-two__contact-list li .text p a:hover {
   color: var(--austry-black);
 }

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

 .main-header-two__social {
   position: relative;
   display: flex;
   align-items: center;
   margin-right: 40px;
 }

 .main-header-two__social a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 15px;
   color: var(--austry-white);
   -webkit-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   transition: all 0.2s linear;
   z-index: 1;
 }

 .main-header-two__social a:hover {
   color: var(--austry-black);
 }

 .main-header-two__social a+a {
   margin-left: 18px;
 }

 .main-header-two__btn {
   font-size: 10px;
   color: var(--austry-base);
   padding: 4px 60px 4px;
 }

 .main-header-two__btn:hover {
   color: var(--austry-base);
 }

 .main-header-two__btn:after {
   background-color: var(--austry-white);
 }


 .main-menu-two__wrapper {
   position: relative;
   display: block;
   padding: 0 60px 0;
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
   z-index: 1;
 }

 .main-menu-two__wrapper-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   z-index: 1;
 }

 .main-menu-two__left {
   position: relative;
   display: flex;
   align-items: center;
 }

 .main-menu-two__logo {
   position: relative;
   display: block;
   margin-right: 170px;
   padding: 32px 0;
 }

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

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

 .main-menu-two__search-cart-btn-box {
   position: relative;
   display: flex;
   align-items: center;
   padding: 23.5px 0;
 }

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

 .main-menu-two__search-box:before {
   content: "";
   position: absolute;
   top: -12px;
   bottom: -12px;
   left: -30px;
   width: 1px;
   background-color: var(--austry-bdr-color);
 }

 .main-menu-two__search {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 24px;
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu-two__search:hover {
   color: var(--austry-base);
 }

 .main-menu-two__cart-box {
   position: relative;
   display: block;
   margin-left: 30px;
 }

 .main-menu-two__cart {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 24px;
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu-two__cart:hover {
   color: var(--austry-base);
 }

 .main-menu-two__call {
   position: relative;
   display: flex;
   align-items: center;
   margin-left: 30px;
   z-index: 5;
 }

 .main-menu-two__call-icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 53px;
   width: 53px;
   background-color: var(--austry-base);
   border-radius: 50%;
   font-size: 20px;
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu-two__call-icon:hover {
   background-color: var(--austry-black);
 }

 .main-menu-two__call-content {
   margin-left: 10px;
 }

 .main-menu-two__call-sub-title {
   font-size: 12px;
   line-height: 12px;
 }

 .main-menu-two__call-number {
   font-size: 16px;
   font-weight: 800;
   line-height: 20px;
   margin-top: 2px;
 }

 .main-menu-two__call-number a {
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu-two__call-number a:hover {
   color: var(--austry-base);
 }


 .main-menu-two .main-menu__list>li>a,
 .stricky-header.main-menu-two .main-menu__list>li>a {
   color: var(--austry-gray);
 }

 .main-menu-two .main-menu__list>li.current>a,
 .main-menu-two .main-menu__list>li:hover>a,
 .stricky-header.main-menu-two .main-menu__list>li.current>a,
 .stricky-header.main-menu-two .main-menu__list>li:hover>a {
   color: var(--austry-black);
   text-shadow: 1px 0 0 rgba(19, 34, 60, .8);
 }

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



 /*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
 .main-header-three {
   background: transparent;
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0;
   width: 100%;
   transition: all 500ms ease;
   z-index: 999;
 }

 .main-menu-three__wrapper {
   position: relative;
   display: block;
   box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
 }

 .main-menu-three__wrapper-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 0 60px 0;
 }

 .main-menu-three__logo {
   position: relative;
   display: block;
   padding: 32px 0;
 }

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

 .main-menu-three__search-cart-box {
   position: relative;
   display: flex;
   align-items: center;
   padding: 38px 0;
 }

 .main-menu-three__search-cart-box:before {
   content: "";
   position: absolute;
   top: 25px;
   bottom: 25px;
   left: -30px;
   width: 1px;
   background-color: rgba(var(--austry-white-rgb), .10);
 }

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

 .main-menu-three__search {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 24px;
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu-three__search:hover {
   color: var(--austry-base);
 }

 .main-menu-three__cart-box {
   position: relative;
   display: block;
   margin-left: 30px;
 }

 .main-menu-three__cart {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 24px;
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu-three__cart:hover {
   color: var(--austry-base);
 }

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

 .main-menu-three .main-menu__list>li>a,
 .stricky-header.main-menu-three .main-menu__list>li>a {
   color: var(--austry-white);
 }

 .main-menu-three .main-menu__list>li>a::before,
 .stricky-header.main-menu-three .main-menu__list>li>a::before {
   content: "";
   height: 2px;
   border-radius: 0px;
   background-color: var(--austry-white);
   position: absolute;
   bottom: 3px;
   left: 0px;
   right: 0px;
   transition: transform 500ms ease;
   transform: scale(0, 1);
   transform-origin: left center;
   z-index: 1;
 }

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

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

 .stricky-header .main-menu-three__wrapper {
   box-shadow: none;
 }

 /*--------------------------------------------------------------
# Main Header Four
--------------------------------------------------------------*/
 .main-header-four {
   background: transparent;
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0;
   width: 100%;
   transition: all 500ms ease;
   z-index: 999;
 }

 .main-header-four__top {
   position: relative;
   display: block;
   background-color: var(--austry-black);
 }

 .main-header-four__top-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   padding: 4px 0;
   z-index: 1;
 }

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

 .main-header-four__social a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 15px;
   color: var(--austry-white);
   -webkit-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   transition: all 0.2s linear;
   z-index: 1;
 }

 .main-header-four__social a:hover {
   color: var(--austry-base);
 }

 .main-header-four__social a+a {
   margin-left: 18px;
 }

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

 .main-header-four__contact-list li {
   position: relative;
   display: flex;
   align-items: center;
 }

 .main-header-four__contact-list li+li {
   margin-left: 30px;
 }

 .main-header-four__contact-list li .icon {
   position: relative;
   display: flex;
   align-items: center;
 }

 .main-header-four__contact-list li .icon i {
   font-size: 13px;
   color: var(--austry-base);
 }

 .main-header-four__contact-list li .text {
   margin-left: 10px;
 }

 .main-header-four__contact-list li .text p {
   font-size: 12px;
   font-weight: 500;
   color: var(--austry-white);
 }

 .main-header-four__contact-list li .text p a {
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-header-four__contact-list li .text p a:hover {
   color: var(--austry-base);
 }

 .stricky-header.main-menu-four {
   background-color: var(--austry-black);
 }

 .main-menu-four__wrapper {
   position: relative;
   display: block;
   box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
 }

 .main-menu-four__wrapper-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   z-index: 1;
 }

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

 .main-menu-four__logo {
   position: relative;
   display: block;
   padding: 37px 0;
 }

 .main-menu-four__right {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
 }

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

 .main-menu-four__search-cart-box {
   position: relative;
   display: flex;
   align-items: center;
   margin-left: 70px;
   padding: 43px 0;
 }

 .main-menu-four__search-cart-box:before {
   content: "";
   position: absolute;
   top: 30px;
   bottom: 30px;
   left: -30px;
   width: 1px;
   background-color: rgba(var(--austry-white-rgb), .10);
 }

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

 .main-menu-four__search {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 24px;
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu-four__search:hover {
   color: var(--austry-base);
 }

 .main-menu-four__cart-box {
   position: relative;
   display: block;
   margin-left: 30px;
 }

 .main-menu-four__cart {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 24px;
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu-four__cart:hover {
   color: var(--austry-base);
 }

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

 .main-menu-four .main-menu__list>li,
 .stricky-header.main-menu-four .main-menu__list>li {
   padding-top: 40px;
   padding-bottom: 40px;
 }

 .main-menu-four .main-menu__list>li>a,
 .stricky-header.main-menu-four .main-menu__list>li>a {
   color: var(--austry-white);
 }

 .main-menu-four .main-menu__list>li.current>a,
 .main-menu-four .main-menu__list>li:hover>a,
 .stricky-header.main-menu-four .main-menu__list>li.current>a,
 .stricky-header.main-menu-four .main-menu__list>li:hover>a {
   color: var(--austry-white);
   text-shadow: 1px 0 0 rgba(255, 255, 255, .8);
 }

 /*--------------------------------------------------------------
# Main Header Five
--------------------------------------------------------------*/
 .main-header-five {
   position: relative;
   display: block;
   transition: all 500ms ease;
   z-index: 999;
 }

 .main-header-five__top {
   position: relative;
   display: block;
   background-color: var(--austry-black);
 }

 .main-header-five__top-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   padding: 3px 0;
 }

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

 .main-header-five__time-list li {
   position: relative;
   display: flex;
   align-items: center;
 }

 .main-header-five__time-list li .icon {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 14px;
   color: var(--austry-base);
 }

 .main-header-five__time-list li .text {
   margin-left: 10px;
 }

 .main-header-five__time-list li .text p {
   font-size: 12px;
   color: #959ca9;
 }

 .main-header-five__top-menu-and-social {
   position: relative;
   display: flex;
   align-items: center;
 }

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

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

 .main-header-five__top-menu li+li {
   margin-left: 15px;
 }

 .main-header-five__top-menu li a {
   font-size: 12px;
   color: #959ca9;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-header-five__top-menu li a:hover {
   color: var(--austry-white);
 }

 .main-header-five__social {
   position: relative;
   display: flex;
   align-items: center;
   margin-left: 30px;
 }

 .main-header-five__social a {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 14px;
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-header-five__social a:hover {
   color: var(--austry-base);
 }

 .main-header-five__social a+a {
   margin-left: 23px;
 }

 .main-header-five__middle {
   position: relative;
   display: block;
   background-color: var(--austry-base);
 }

 .main-header-five__middle-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   padding: 20px 0 52px;
   z-index: 1;
 }

 .main-header-five__logo {
   position: relative;
   display: block;
   padding: 9px 0;
 }

 .main-header-five__contact-and-btn-box {
   position: relative;
   display: flex;
   align-items: center;
 }

 .main-header-five__contact-list {
   position: relative;
   display: flex;
   align-items: center;
   padding: 6px 0;
 }

 .main-header-five__contact-list li {
   position: relative;
   display: flex;
   align-items: center;
 }

 .main-header-five__contact-list li+li {
   margin-left: 30px;
 }

 .main-header-five__contact-list li .icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 42px;
   width: 42px;
   border: 1px solid var(--austry-white);
   border-radius: 50%;
   font-size: 15px;
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-header-five__contact-list li:hover .icon {
   background-color: var(--austry-white);
   color: var(--austry-base);
 }

 .main-header-five__contact-list li .content {
   margin-left: 10px;
 }

 .main-header-five__contact-list li .content p {
   font-size: 12px;
   font-weight: 700;
   color: var(--austry-white);
   line-height: 12px;
 }

 .main-header-five__contact-list li .content h4 {
   font-size: 16px;
   font-weight: 700;
   line-height: 20px;
   margin-top: 4px;
 }

 .main-header-five__contact-list li .content h4 a {
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-header-five__contact-list li .content h4 a:hover {
   color: var(--austry-black);
 }

 .main-header-five__btn-box {
   position: relative;
   display: block;
   margin-left: 40px;
 }

 .main-header-five__btn:hover {
   color: var(--austry-base);
 }

 .main-header-five__btn:after {
   background-color: var(--austry-white);
 }

 .main-menu-five {
   margin-top: -32px;
 }

 .stricky-header.main-menu-five {
   margin-top: 0;
 }

 .stricky-header .main-menu-five__wrapper-inner {
   box-shadow: none;
   padding: 0 0px 0;
 }

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

 .main-menu-five__wrapper-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
   padding: 0 40px 0;
   z-index: 1;
 }

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

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

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

 .main-menu-five__search-cart-box {
   position: relative;
   display: flex;
   align-items: center;
 }

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

 .main-menu-five__search {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 24px;
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu-five__search:hover {
   color: var(--austry-base);
 }

 .main-menu-five__cart-box {
   position: relative;
   display: block;
   margin-left: 30px;
 }

 .main-menu-five__cart {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 24px;
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu-five__cart:hover {
   color: var(--austry-base);
 }

 .main-menu-five .main-menu__list>li,
 .stricky-header.main-menu-five .main-menu__list>li {
   padding-top: 20px;
   padding-bottom: 20px;
 }

 .main-menu-five .main-menu__list>li>a,
 .stricky-header.main-menu-five .main-menu__list>li>a {
   color: var(--austry-gray);
 }

 .main-menu-five .main-menu__list>li.current>a,
 .main-menu-five .main-menu__list>li:hover>a,
 .stricky-header.main-menu-five .main-menu__list>li.current>a,
 .stricky-header.main-menu-five .main-menu__list>li:hover>a {
   color: var(--austry-black);
   text-shadow: 1px 0 0 rgba(19, 34, 60, .8);
 }

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

 .main-menu-five .main-menu__list>li>a::before,
 .stricky-header.main-menu-five .main-menu__list>li>a::before {
   bottom: -20px;
 }

 /*--------------------------------------------------------------
# Navigations Six
--------------------------------------------------------------*/
 .main-header-six {
   position: relative;
   display: block;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 999;
 }

 .main-menu-six__wrapper {
   position: relative;
   display: block;
   background-color: var(--austry-black);
 }

 .main-menu-six__wrapper .container {
   max-width: 1400px;
 }

 .main-menu-six__wrapper-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .main-menu-six__logo {
   position: relative;
   display: block;
   padding: 32px 0;
 }

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

 .main-menu-six__search-cart-box {
   position: relative;
   display: flex;
   align-items: center;
   padding: 38px 0;
 }

 .main-menu-six__search-cart-box:before {
   content: "";
   position: absolute;
   top: 25px;
   bottom: 25px;
   left: -30px;
   width: 1px;
   background-color: rgba(var(--austry-white-rgb), .10);
 }

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

 .main-menu-six__search {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 24px;
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu-six__search:hover {
   color: var(--austry-base);
 }

 .main-menu-six__cart-box {
   position: relative;
   display: block;
   margin-left: 30px;
 }

 .main-menu-six__cart {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 24px;
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu-six__cart:hover {
   color: var(--austry-base);
 }

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

 .main-menu-six .main-menu__list>li>a,
 .stricky-header.main-menu-six .main-menu__list>li>a {
   color: #959ca9;
 }

 .main-menu-six .main-menu__list>li>a::before,
 .stricky-header.main-menu-six .main-menu__list>li>a::before {
   content: "";
   height: 2px;
   border-radius: 0px;
   background-color: var(--austry-base);
   position: absolute;
   bottom: 3px;
   left: 0px;
   right: 0px;
   transition: transform 500ms ease;
   transform: scale(0, 1);
   transform-origin: left center;
   z-index: 1;
 }

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

 .stricky-header.main-menu-six {
   background-color: var(--austry-base);
 }

 /*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
 .search-popup {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   z-index: 9999;
   padding-left: 20px;
   padding-right: 20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-transform: translateY(-110%);
   transform: translateY(-110%);
   -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
   transition: opacity 500ms ease, -webkit-transform 500ms ease;
   transition: transform 500ms ease, opacity 500ms ease;
   transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
 }

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

 .search-popup__overlay {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: var(--austry-black);
   opacity: 0.75;
   cursor: pointer;
 }

 .search-popup__content {
   width: 100%;
   max-width: 560px;
 }

 .search-popup__content form {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   position: relative;
   background-color: #fff;
   border-radius: 0;
   overflow: hidden;
 }

 .search-popup__content form input[type="search"],
 .search-popup__content form input[type="text"] {
   width: 100%;
   background-color: #fff;
   font-size: 16px;
   border: none;
   outline: none;
   height: 66px;
   padding-left: 30px;
 }

 .search-popup__content .thm-btn {
   padding: 0;
   width: 68px;
   height: 68px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   text-align: center;
   position: absolute;
   top: 0;
   right: -1px;
   border-radius: 0;
   background-color: var(--austry-base);
   border: 0;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .search-popup__content .thm-btn:after {
   background-color: var(--austry-black);
 }

 .search-popup__content .thm-btn i {
   height: auto;
   width: auto;
   background-color: transparent;
   border-radius: 50%;
   color: var(--austry-white);
   font-size: 22px;
   line-height: inherit;
   text-align: center;
   top: 0;
   margin-right: 0;
   padding-left: 0;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .search-popup__content .thm-btn:hover i {
   color: var(--austry-white);
 }

 /*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
 .main-slider {
   position: relative;
   display: block;
 }

 .main-slider .swiper-slide {
   position: relative;
   background-color: #101c30;
 }

 .main-slider .container {
   position: relative;
   padding-top: 176px;
   padding-bottom: 190px;
   z-index: 30;
 }

 .image-layer {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   -webkit-transform: scale(1);
   transform: scale(1);
   -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
   transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
   transition: transform 7000ms ease, opacity 1500ms ease-in;
   transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
   z-index: 1;
 }

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

 .image-layer:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(16, 28, 48, .50);
   z-index: 1;
 }

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

 .main-slider__title {
   position: relative;
   font-size: 70px;
   color: var(--austry-white);
   font-weight: 800;
   line-height: 80px;
   letter-spacing: -0.06em;
   margin-bottom: 27px;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(-120px);
   transform: translateY(-120px);
   -webkit-transition-delay: 1000ms;
   transition-delay: 1000ms;
   -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
 }

 .main-slider__text {
   font-size: 18px;
   color: var(--austry-white);
   font-weight: 500;
   padding-bottom: 39px;
   line-height: 36px;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(120px);
   transform: translateY(120px);
   -webkit-transition-delay: 1000ms;
   transition-delay: 1000ms;
   -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
 }

 .main-slider .swiper-slide-active .main-slider__text {
   visibility: visible;
   opacity: .90;
   -webkit-transform: translateY(0) translateX(0);
   transform: translateY(0) translateX(0);
 }

 .main-slider__btn-box {
   position: relative;
   display: flex;
   justify-content: flex-start;
   align-items: center;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(120px);
   transform: translateY(120px);
   -webkit-transition-delay: 1000ms;
   transition-delay: 1000ms;
   -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
 }

 .main-slider__btn {
   background-color: #2262a1;
   border: 1px solid #fff;
 }

 .main-slider__btn:hover {
   color: var(--austry-base);
 }

 .main-slider__btn:after {
   background-color: var(--austry-white);
 }

 .main-slider .swiper-slide-active .main-slider__title,
 .main-slider .swiper-slide-active .main-slider__btn-box {
   visibility: visible;
   opacity: 1;
   -webkit-transform: translateY(0) translateX(0);
   transform: translateY(0) translateX(0);
 }


 #main-slider-pagination {
   z-index: 10;
   bottom: 60px;
   left: 50%;
   width: 100%;
   max-width: 1200px;
   -webkit-transform: translate(-50%, calc(-50% + 95px));
   transform: translate(-50%, calc(0% + 0px));
   text-align: left;
   display: flex;
   align-items: center;
   padding: 0 15px;
 }

 #main-slider-pagination .swiper-pagination-bullet {
   margin: 0;
 }

 #main-slider-pagination .swiper-pagination-bullet {
   position: relative;
   display: inline-block;
   width: 7px;
   height: 7px;
   border-radius: 50%;
   background-color: rgba(var(--austry-white-rgb), .50);
   border: 0;
   opacity: 1;
   -webkit-transition: all 300ms ease;
   transition: all 300ms ease;
   padding: 3px;
 }

 #main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
   margin-left: 5px;
 }

 #main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
   background-color: rgba(var(--austry-white-rgb), 1);
 }

 .main-slider__nav {
   position: absolute;
   top: 41%;
   left: 50%;
   z-index: 100;
   transform: translateY(-50%) translateX(-50%);
   display: flex;
   align-items: flex-end;
   flex-direction: column;
   max-width: 1200px;
   width: 100%;
   padding: 0 15px;
   height: 0;
   line-height: 0;
 }


 .main-slider__nav .swiper-button-next,
 .main-slider__nav .swiper-button-prev {
   position: relative;
   top: auto;
   left: auto;
   right: auto;
   bottom: auto;
   z-index: 100;
   width: 63px;
   height: 63px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 18px;
   color: rgba(var(--austry-white-rgb), .20);
   background-color: transparent;
   border: 2px solid #cd212a99;
   border-radius: 50%;
   margin: 0;
   text-align: center;
   transition: all 500ms ease;
   padding: 22px 0;
 }

 .main-slider__nav .swiper-button-next:hover,
 .main-slider__nav .swiper-button-prev:hover {
   color: rgba(var(--austry-white-rgb), 1);
   border: 2px solid rgba(var(--austry-white-rgb), 1);
 }

 .main-slider__nav .swiper-button-next::after,
 .main-slider__nav .swiper-button-prev::after {
   display: none;
 }

 .main-slider__nav .swiper-button-prev {
   margin-bottom: 10px;
 }

 .main-slider__nav .swiper-button-prev i {
   position: relative;
   display: inline-block;
   color: #ffffff7a;
 }

 .icon-right-arrow {
   color: #414141;
 }


 /*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
 .main-slider-two {
   position: relative;
   display: block;
   z-index: 1;
 }

 .main-slider-two .swiper-slide {
   position: relative;
   background-color: var(--austry-black);
 }

 .main-slider-two .container {
   position: relative;
   padding-top: 180px;
   padding-bottom: 180px;
   z-index: 30;
 }

 .image-layer-two {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   -webkit-transform: scale(1);
   transform: scale(1);
   -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
   transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
   transition: transform 7000ms ease, opacity 1500ms ease-in;
   transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
   z-index: 1;
 }

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

 .image-layer-two:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(19, 34, 60, .40);
   z-index: 1;
 }

 .main-slider-two__content {
   position: relative;
   display: block;
   text-align: center;
   z-index: 1;
 }

 .main-slider-two__icon {
   position: relative;
   display: block;
   margin-bottom: 17px;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(-120px);
   transform: translateY(-120px);
   -webkit-transition-delay: 1000ms;
   transition-delay: 1000ms;
   -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
 }

 .main-slider-two__icon img {
   width: auto;
 }

 .main-slider-two__sub-title {
   font-size: 18px;
   color: var(--austry-white);
   font-weight: 700;
   line-height: 18px;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(-120px);
   transform: translateY(-120px);
   -webkit-transition-delay: 1000ms;
   transition-delay: 1000ms;
   -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
 }

 .main-slider-two__title {
   position: relative;
   font-size: 90px;
   color: var(--austry-white);
   font-weight: 800;
   line-height: 100px;
   letter-spacing: -0.06em;
   margin-top: 13px;
   margin-bottom: 44px;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(-120px);
   transform: translateY(-120px);
   -webkit-transition-delay: 1000ms;
   transition-delay: 1000ms;
   -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
 }

 .main-slider-two__btn-box {
   position: relative;
   display: block;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(120px);
   transform: translateY(120px);
   -webkit-transition-delay: 1000ms;
   transition-delay: 1000ms;
   -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
 }

 .main-slider-two .swiper-slide-active .main-slider-two__title,
 .main-slider-two .swiper-slide-active .main-slider-two__sub-title,
 .main-slider-two .swiper-slide-active .main-slider-two__icon,
 .main-slider-two .swiper-slide-active .main-slider-two__btn-box {
   visibility: visible;
   opacity: 1;
   -webkit-transform: translateY(0) translateX(0);
   transform: translateY(0) translateX(0);
 }

 .main-slider-two__nav {
   position: absolute;
   top: 50%;
   left: 50%;
   z-index: 100;
   transform: translateY(-50%) translateX(-50%);
   display: flex;
   align-items: center;
   justify-content: space-between;
   max-width: 100%;
   width: 100%;
   padding: 0 100px;
   height: 0;
   line-height: 0;
 }


 .main-slider-two__nav .swiper-button-next,
 .main-slider-two__nav .swiper-button-prev {
   position: relative;
   top: auto;
   left: auto;
   right: auto;
   bottom: auto;
   z-index: 100;
   width: 63px;
   height: 63px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 18px;
   color: rgba(var(--austry-white-rgb), .20);
   background-color: transparent;
   border: 2px solid rgba(var(--austry-white-rgb), .20);
   border-radius: 50%;
   margin: 0;
   text-align: center;
   transition: all 500ms ease;
   padding: 22px 0;
 }

 .main-slider-two__nav .swiper-button-next:hover,
 .main-slider-two__nav .swiper-button-prev:hover {
   color: rgba(var(--austry-white-rgb), 1);
   border: 2px solid rgba(var(--austry-white-rgb), 1);
 }

 .main-slider-two__nav .swiper-button-next::after,
 .main-slider-two__nav .swiper-button-prev::after {
   display: none;
 }

 .main-slider-two__nav .swiper-button-prev i {
   position: relative;
   display: inline-block;
 }

 .main-slider-two #main-slider-pagination {
   text-align: center;
   justify-content: center;
 }

 /*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
 .main-slider-three {
   position: relative;
   display: block;
   z-index: 1;
 }

 .main-slider-three .swiper-slide {
   position: relative;
 }

 .main-slider-three .container {
   position: relative;
   padding-top: 283px;
   padding-bottom: 190px;
   z-index: 30;
 }

 .main-slider-three__bg-color {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   width: 50%;
   background-color: var(--austry-base);
   z-index: -1;
 }

 .image-layer-three {
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   width: 50%;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   -webkit-transform: scale(1);
   transform: scale(1);
   -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
   transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
   transition: transform 7000ms ease, opacity 1500ms ease-in;
   transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
   z-index: 1;
 }

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

 .main-slider-three__shape-1 {
   position: absolute;
   bottom: -30px;
   left: 0;
   opacity: 0.08;
   z-index: -1;
 }

 .main-slider-three__shape-1 img {
   width: auto;
 }

 .main-slider-three__content {
   position: relative;
   display: block;
   margin-left: -192px;
   z-index: 1;
 }

 .main-slider-three__sub-title {
   position: relative;
   display: inline-block;
   font-size: 18px;
   color: var(--austry-white);
   font-weight: 500;
   line-height: 18px;
   text-transform: uppercase;
   letter-spacing: var(--austry-letter-spacing-two);
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(-120px);
   transform: translateY(-120px);
   -webkit-transition-delay: 1000ms;
   transition-delay: 1000ms;
   -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
 }

 .main-slider-three__sub-title:before {
   content: "";
   position: absolute;
   bottom: -3px;
   left: 0;
   right: 0;
   height: 1px;
   background-color: var(--austry-white);
 }

 .main-slider-three__title {
   position: relative;
   font-size: 90px;
   color: var(--austry-white);
   font-weight: 800;
   line-height: 90px;
   text-transform: uppercase;
   margin-top: 21px;
   margin-bottom: 40px;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(-120px);
   transform: translateY(-120px);
   -webkit-transition-delay: 1000ms;
   transition-delay: 1000ms;
   -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
 }

 .main-slider-three__title span {
   color: var(--austry-black);
 }

 .main-slider-three__btn-box {
   position: relative;
   display: block;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(120px);
   transform: translateY(120px);
   -webkit-transition-delay: 1000ms;
   transition-delay: 1000ms;
   -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
 }

 .main-slider-three__btn:hover {
   color: var(--austry-base);
 }

 .main-slider-three__btn:after {
   background-color: var(--austry-white);
 }

 .main-slider-three .swiper-slide-active .main-slider-three__title,
 .main-slider-three .swiper-slide-active .main-slider-three__sub-title,
 .main-slider-three .swiper-slide-active .main-slider-three__btn-box {
   visibility: visible;
   opacity: 1;
   -webkit-transform: translateY(0) translateX(0);
   transform: translateY(0) translateX(0);
 }

 .main-slider-three__nav {
   position: absolute;
   top: 48%;
   left: 50%;
   z-index: 100;
   transform: translateY(-50%) translateX(-50%);
   display: flex;
   align-items: flex-end;
   flex-direction: column;
   max-width: 100%;
   width: 100%;
   padding: 0 60px;
   height: 0;
   line-height: 0;
 }


 .main-slider-three__nav .swiper-button-next,
 .main-slider-three__nav .swiper-button-prev {
   position: relative;
   top: auto;
   left: auto;
   right: auto;
   bottom: auto;
   z-index: 100;
   width: 63px;
   height: 63px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 18px;
   color: rgba(var(--austry-white-rgb), .20);
   background-color: transparent;
   border: 2px solid rgba(var(--austry-white-rgb), .20);
   border-radius: 50%;
   margin: 0;
   text-align: center;
   transition: all 500ms ease;
   padding: 22px 0;
 }

 .main-slider-three__nav .swiper-button-next:hover,
 .main-slider-three__nav .swiper-button-prev:hover {
   color: rgba(var(--austry-white-rgb), 1);
   border: 2px solid rgba(var(--austry-white-rgb), 1);
 }

 .main-slider-three__nav .swiper-button-next::after,
 .main-slider-three__nav .swiper-button-prev::after {
   display: none;
 }

 .main-slider-three__nav .swiper-button-prev {
   margin-bottom: 10px;
 }

 .main-slider-three__nav .swiper-button-prev i {
   position: relative;
   display: inline-block;
 }

 /*--------------------------------------------------------------
# Main Slider Four
--------------------------------------------------------------*/
 .main-slider-four {
   position: relative;
   display: block;
 }

 .main-slider-four .swiper-slide {
   position: relative;
   background-color: #13223c;
 }

 .main-slider-four .container {
   position: relative;
   padding-top: 320px;
   padding-bottom: 225px;
   z-index: 30;
 }

 .image-layer-four {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   -webkit-transform: scale(1);
   transform: scale(1);
   -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
   transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
   transition: transform 7000ms ease, opacity 1500ms ease-in;
   transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
   z-index: 1;
 }

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

 .image-layer-four:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(19, 34, 60, .60);
   z-index: 1;
 }

 .main-slider-four__shape-1 {
   position: absolute;
   bottom: 0;
   left: 0;
   mix-blend-mode: soft-light;
   opacity: .20;
   z-index: 1;
 }

 .main-slider-four__shape-1 img {
   width: auto;
 }

 .main-slider-four__shape-2 {
   position: absolute;
   top: 38px;
   left: 225px;
   mix-blend-mode: soft-light;
   opacity: .20;
   z-index: 1;
 }

 .main-slider-four__shape-2 img {
   width: auto;
 }

 .main-slider-four__shape-3 {
   position: absolute;
   top: 38px;
   left: 325px;
   mix-blend-mode: lighten;
   opacity: .10;
   z-index: 1;
 }

 .main-slider-four__shape-3 img {
   width: auto;
 }

 .main-slider-four__shape-4 {
   position: absolute;
   bottom: 0;
   right: 0;
   border-top: 110px solid transparent;
   border-right: 635px solid var(--austry-base);
   z-index: 1;
 }

 .main-slider-four__shape-5 {
   position: absolute;
   bottom: 0;
   right: 0;
   border-top: 60px solid transparent;
   border-right: 635px solid var(--austry-white);
   z-index: 1;
 }

 .main-slider-four__content {
   position: relative;
   display: block;
 }

 .main-slider-four__title {
   position: relative;
   font-size: 90px;
   color: var(--austry-white);
   font-weight: 800;
   line-height: 90px;
   letter-spacing: -0.06em;
   margin-bottom: 27px;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(-120px);
   transform: translateY(-120px);
   -webkit-transition-delay: 1000ms;
   transition-delay: 1000ms;
   -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
 }

 .main-slider-four__title span {
   color: var(--austry-base);
 }

 .main-slider-four__text {
   font-size: 18px;
   color: var(--austry-white);
   font-weight: 500;
   padding-bottom: 39px;
   line-height: 36px;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(120px);
   transform: translateY(120px);
   -webkit-transition-delay: 1000ms;
   transition-delay: 1000ms;
   -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
 }

 .main-slider-four .swiper-slide-active .main-slider-four__text {
   visibility: visible;
   opacity: .90;
   -webkit-transform: translateY(0) translateX(0);
   transform: translateY(0) translateX(0);
 }

 .main-slider-four__btn-box {
   position: relative;
   display: block;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(120px);
   transform: translateY(120px);
   -webkit-transition-delay: 1000ms;
   transition-delay: 1000ms;
   -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
 }

 .main-slider-four__btn {
   background-color: var(--austry-base);
 }

 .main-slider-four__btn:hover {
   color: var(--austry-base);
 }

 .main-slider-four__btn:after {
   background-color: var(--austry-white);
 }

 .main-slider-four .swiper-slide-active .main-slider-four__title,
 .main-slider-four .swiper-slide-active .main-slider-four__btn-box {
   visibility: visible;
   opacity: 1;
   -webkit-transform: translateY(0) translateX(0);
   transform: translateY(0) translateX(0);
 }

 .main-slider-four__nav {
   position: absolute;
   top: 44%;
   left: 50%;
   z-index: 100;
   transform: translateY(-50%) translateX(-50%);
   display: flex;
   align-items: flex-end;
   flex-direction: column;
   max-width: 1200px;
   width: 100%;
   padding: 0 15px;
   height: 0;
   line-height: 0;
 }


 .main-slider-four__nav .swiper-button-next,
 .main-slider-four__nav .swiper-button-prev {
   position: relative;
   top: auto;
   left: auto;
   right: auto;
   bottom: auto;
   z-index: 100;
   width: 63px;
   height: 63px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 18px;
   color: rgba(var(--austry-white-rgb), .20);
   background-color: transparent;
   border: 2px solid rgba(var(--austry-white-rgb), .20);
   border-radius: 50%;
   margin: 0;
   text-align: center;
   transition: all 500ms ease;
   padding: 22px 0;
 }

 .main-slider-four__nav .swiper-button-next:hover,
 .main-slider-four__nav .swiper-button-prev:hover {
   color: rgba(var(--austry-white-rgb), 1);
   border: 2px solid rgba(var(--austry-white-rgb), 1);
 }

 .main-slider-four__nav .swiper-button-next::after,
 .main-slider-four__nav .swiper-button-prev::after {
   display: none;
 }

 .main-slider-four__nav .swiper-button-prev {
   margin-bottom: 10px;
 }

 .main-slider-four__nav .swiper-button-prev i {
   position: relative;
   display: inline-block;
 }

 /*--------------------------------------------------------------
# Main Slider Five
--------------------------------------------------------------*/
 .main-slider-five {
   position: relative;
   display: block;
   margin-top: -38px;
   z-index: 1;
 }

 .main-slider-five .swiper-slide {
   position: relative;
   background-color: #eff1f5;
 }

 .main-slider-five .container {
   position: relative;
   padding-top: 206px;
   padding-bottom: 185px;
   z-index: 30;
 }

 .image-layer-five {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   width: 64%;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   -webkit-transform: scale(1);
   transform: scale(1);
   -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
   transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
   transition: transform 7000ms ease, opacity 1500ms ease-in;
   transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
   z-index: 1;
 }

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

 .image-layer-five:before {
   content: "";
   position: absolute;
   top: 0;
   left: -1px;
   width: 532px;
   bottom: 0;
   background-image: -moz-linear-gradient(0deg, rgb(239, 241, 245) 0%, rgba(239, 241, 245, 0) 100%);
   background-image: -webkit-linear-gradient(0deg, rgb(239, 241, 245) 0%, rgba(239, 241, 245, 0) 100%);
   background-image: -ms-linear-gradient(0deg, rgb(239, 241, 245) 0%, rgba(239, 241, 245, 0) 100%);
   z-index: 1;
 }

 .main-slider-five__shape-1 {
   position: absolute;
   bottom: -70px;
   left: 0;
   z-index: 1;
 }

 .main-slider-five__shape-1 img {
   width: auto;
 }

 .main-slider-five__content {
   position: relative;
   display: block;
 }

 .main-slider-five__title {
   position: relative;
   font-size: 90px;
   color: var(--austry-black);
   font-weight: 800;
   line-height: 90px;
   letter-spacing: -0.06em;
   margin-bottom: 17px;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(-120px);
   transform: translateY(-120px);
   -webkit-transition-delay: 1000ms;
   transition-delay: 1000ms;
   -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
 }

 .main-slider-five__text {
   font-size: 18px;
   color: var(--austry-gray);
   font-weight: 500;
   padding-bottom: 29px;
   line-height: 36px;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(120px);
   transform: translateY(120px);
   -webkit-transition-delay: 1000ms;
   transition-delay: 1000ms;
   -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
 }

 .main-slider-five .swiper-slide-active .main-slider-five__text {
   visibility: visible;
   opacity: .90;
   -webkit-transform: translateY(0) translateX(0);
   transform: translateY(0) translateX(0);
 }

 .main-slider-five__btn-box {
   position: relative;
   display: block;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(120px);
   transform: translateY(120px);
   -webkit-transition-delay: 1000ms;
   transition-delay: 1000ms;
   -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
 }

 .main-slider-five__btn {
   background-color: var(--austry-base);
 }

 .main-slider-five__btn:hover {
   color: var(--austry-base);
 }

 .main-slider-five__btn:after {
   background-color: var(--austry-white);
 }

 .main-slider-five .swiper-slide-active .main-slider-five__title,
 .main-slider-five .swiper-slide-active .main-slider-five__btn-box {
   visibility: visible;
   opacity: 1;
   -webkit-transform: translateY(0) translateX(0);
   transform: translateY(0) translateX(0);
 }

 .main-slider-five__nav {
   position: absolute;
   top: 42%;
   left: 50%;
   z-index: 100;
   transform: translateY(-50%) translateX(-50%);
   display: flex;
   align-items: flex-end;
   flex-direction: column;
   max-width: 1200px;
   width: 100%;
   padding: 0 15px;
   height: 0;
   line-height: 0;
 }


 .main-slider-five__nav .swiper-button-next,
 .main-slider-five__nav .swiper-button-prev {
   position: relative;
   top: auto;
   left: auto;
   right: auto;
   bottom: auto;
   z-index: 100;
   width: 63px;
   height: 63px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 18px;
   color: rgba(var(--austry-white-rgb), .20);
   background-color: transparent;
   border: 2px solid rgba(var(--austry-white-rgb), .20);
   border-radius: 50%;
   margin: 0;
   text-align: center;
   transition: all 500ms ease;
   padding: 22px 0;
 }

 .main-slider-five__nav .swiper-button-next:hover,
 .main-slider-five__nav .swiper-button-prev:hover {
   color: rgba(var(--austry-white-rgb), 1);
   border: 2px solid rgba(var(--austry-white-rgb), 1);
 }

 .main-slider-five__nav .swiper-button-next::after,
 .main-slider-five__nav .swiper-button-prev::after {
   display: none;
 }

 .main-slider-five__nav .swiper-button-prev {
   margin-bottom: 10px;
 }

 .main-slider-five__nav .swiper-button-prev i {
   position: relative;
   display: inline-block;
 }

 .main-slider-five #main-slider-pagination .swiper-pagination-bullet {
   background-color: rgba(var(--austry-white-rgb), .50);
 }

 .main-slider-five #main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
   background-color: rgba(var(--austry-white-rgb), 1);
 }

 /*--------------------------------------------------------------
# Main Slider Six
--------------------------------------------------------------*/
 .main-slider-six {
   position: relative;
   display: block;
   background-color: var(--austry-black);
 }

 .main-slider-six__wrap {
   position: relative;
   display: block;
   max-width: 1400px;
   width: 100%;
   padding: 0 15px;
   margin: 0 auto;
   z-index: 2;
 }

 .main-slider-six__social {
   position: absolute;
   left: -190px;
   top: 247px;
   z-index: 2;
   display: flex;
   align-items: center;
   transform: rotate(-90deg);
 }

 .main-slider-six__social li {
   position: relative;
   display: block;
 }

 .main-slider-six__social li+li {
   margin-left: 50px;
 }

 .main-slider-six__social li a {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: 0.2em;
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-slider-six__social li a:hover {
   color: var(--austry-base);
 }

 .main-slider-six__start-and-close-time {
   position: absolute;
   right: -120px;
   top: 243px;
   z-index: 2;
   display: flex;
   align-items: center;
   transform: rotate(-270deg);
 }

 .main-slider-six__start-and-close-time li {
   position: relative;
   display: block;
 }

 .main-slider-six__start-and-close-time li+li {
   margin-left: 25px;
 }

 .main-slider-six__start-and-close-time li a {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: 0.2em;
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-slider-six__start-and-close-time li a:hover {
   color: var(--austry-base);
 }

 .main-slider-six .swiper-slide {
   position: relative;
 }

 .main-slider-six .container {
   position: relative;
   padding-top: 183px;
   padding-bottom: 200px;
   z-index: 30;
 }

 .image-layer-six {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   -webkit-transform: scale(1);
   transform: scale(1);
   -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
   transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
   transition: transform 7000ms ease, opacity 1500ms ease-in;
   transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
   z-index: 1;
 }

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

 .image-layer-six:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(14, 26, 47, .50);
   z-index: 1;
 }

 .main-slider-six__content {
   position: relative;
   display: block;
   text-align: center;
 }

 .main-slider-six__title {
   position: relative;
   font-size: 70px;
   color: var(--austry-white);
   font-weight: 800;
   line-height: 83px;
   letter-spacing: 0.1em;
   text-transform: uppercase;
   margin-bottom: 25px;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(-120px);
   transform: translateY(-120px);
   -webkit-transition-delay: 1000ms;
   transition-delay: 1000ms;
   -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
 }

 .main-slider-six__btn-box {
   position: relative;
   display: block;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(120px);
   transform: translateY(120px);
   -webkit-transition-delay: 1000ms;
   transition-delay: 1000ms;
   -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease;
   transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
 }

 .main-slider-six__btn {
   background-color: var(--austry-base);
 }

 .main-slider-six__btn:hover {
   color: var(--austry-base);
 }

 .main-slider-six__btn:after {
   background-color: var(--austry-white);
 }

 .main-slider-six .swiper-slide-active .main-slider-six__title,
 .main-slider-six .swiper-slide-active .main-slider-six__btn-box {
   visibility: visible;
   opacity: 1;
   -webkit-transform: translateY(0) translateX(0);
   transform: translateY(0) translateX(0);
 }

 .main-slider-six #main-slider-pagination {
   justify-content: center;
 }





 /*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
 .about-one {
   position: relative;
   display: block;
   padding: 120px 0 120px;
   z-index: 1;
 }

 .about-one__shape-1 {
   position: absolute;
   top: 0;
   right: 0;
   opacity: .10;
 }

 .about-one__shape-1 img {
   width: auto;
 }

 .about-one__left {
   position: relative;
   display: block;
   margin-right: 100px;
 }

 .about-one__img-box {
   position: relative;
   display: block;
 }

 .about-one__img {
   position: relative;
   display: block;
 }

 .about-one__img img {
   width: 100%;
   border-radius: 0px 60px 0 0;
 }

 .about-one__img-2 {
   position: absolute;
   bottom: -130px;
   right: -100px;
   background-color: rgb(16, 28, 48);
   box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.1);
   display: none;
 }

 .about-one__img-2 img {
   width: auto;
   border: 15px solid var(--austry-white);
 }

 .about-one__experience {
   position: absolute;
   top: 250px;
   right: -68px;
   max-width: 160px;
   background-color: #2262a1;
   width: 100%;
   text-align: center;
   padding: 30px 0 34px;
   border: 8px solid #fff;
   display: none;
 }

 .about-one__experience:before {
   position: absolute;
   top: -40px;
   right: 0;
   content: "";
   border-right: 60px solid transparent;
   border-bottom: 40px solid #2262a1a8;
 }

 .about-one__experience-count-box {
   position: relative;
   display: block;
 }

 .about-one__experience-count-box h3 {
   font-size: 50px;
   font-weight: 700;
   line-height: 50px !important;
   font-family: var(--austry-font) !important;
   color: var(--austry-white);
 }

 .about-one__experience-text {
   line-height: 24px;
   text-transform: uppercase;
   letter-spacing: 0.1em;
   color: var(--austry-white);
 }

 .about-one__right {
   position: relative;
   display: block;
   margin-left: 40px;
 }

 .about-one__btn-box {
   margin: 30px 0 0 0;
 }

 .about-one__right .section-title {
   margin-bottom: 31px;
 }

 .about-one__points-box {
   position: relative;
   display: block;
   margin-top: 36px;
   margin-bottom: 40px;
 }

 .about-one__points-box li {
   position: relative;
   display: block;
 }

 .about-one__points-box li+li {
   margin-top: 34px;
 }

 .about-one__points-title {
   position: relative;
   display: inline-block;
   padding-bottom: 4px;
   margin-bottom: 20px;
   border-bottom: 1px solid var(--austry-bdr-color);
 }

 .about-one__points-title p {
   font-size: 24px;
   font-weight: 800;
   line-height: 30px;
   letter-spacing: -0.04em;
   color: var(--austry-black);
 }

 .about-one__points-content {
   position: relative;
   display: flex;
   align-items: center;
 }

 .about-one__points-icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   max-width: 70px;
   height: 70px;
   background-color: var(--austry-base);
   width: 100%;
   margin-right: 20px;
 }

 .about-one__points-icon span {
   position: relative;
   display: inline-block;
   font-size: 50px;
   color: var(--austry-white);
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
 }

 .about-one__points-icon:hover span {
   transform: scale(.9);
 }

 /*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
 .counter-one {
   position: relative;
   display: block;
   padding-bottom: 90px;
   z-index: 1;
   overflow: hidden;
 }

 .counter-one .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .counter-one__single {
   position: relative;
   display: block;
   background-color: var(--austry-base);
   margin-left: 70px;
   padding: 34px 25px 38px;
   padding-left: 100px;
   margin-bottom: 30px;
 }

 .counter-one__icon-box {
   position: absolute;
   left: -81px;
   top: -11px;
 }

 .counter-one__shape {
   position: relative;
   display: block;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   opacity: 1;
 }

 .counter-one__shape img {
   width: auto;
 }

 .counter-one__single:hover .counter-one__shape {
   opacity: 0;
 }

 .counter-one__shape-2 {
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .counter-one__shape-2 img {
   width: auto;
 }

 .counter-one__single:hover .counter-one__shape-2 {
   opacity: 1;
 }

 .counter-one__icon {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translateX(-50%) translateY(-50%);
 }

 .counter-one__icon span {
   position: relative;
   display: inline-block;
   font-size: 62px;
   color: var(--austry-black);
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
 }

 .counter-one__single:hover .counter-one__icon span {
   transform: scale(.9);
   color: var(--austry-base);
 }

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

 .counter-one__count-box {
   position: relative;
   display: flex;
   align-items: center;
 }

 .counter-one__count-box h3 {
   font-size: 50px;
   font-weight: 800;
   line-height: 50px !important;
   letter-spacing: -0.04em;
   color: var(--austry-white);
   font-family: var(--austry-font) !important;
 }

 .counter-one__plus {
   font-size: 50px;
   font-weight: 800;
   line-height: 50px !important;
   letter-spacing: -0.04em;
   color: var(--austry-white);
   font-family: var(--austry-font) !important;
   position: relative;
 }

 .counter-one__text {
   font-size: 18px;
   font-weight: 500;
   line-height: 23px;
   color: var(--austry-white);
   margin-top: 6px;
 }

 /*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/

.service-ul
{
  padding: 0 0 0 20px;
}
.service-ul li
{
  list-style: none;
  line-height: 30px;
  position: relative;
  padding: 0 0 0 20px;
}
.service-ul li i
{
  font-size: 20px;
  color: #cd212a;
  position: absolute;
  margin: 7px 0 0 0;
  left: -10px;
}



 .services-one {
   position: relative;
   display: block;
   background-color: var(--austry-extra);
   overflow: hidden;
   padding: 120px 0 120px;
   z-index: 1;
 }

 .services-one__bg-shape-1 {
   position: absolute;
   left: 0;
   bottom: -30px;
   opacity: .04;
   z-index: -1;
 }

 .services-one__bg-shape-1 img {
   width: auto;
 }

 .services-one__bg-shape-2 {
   position: absolute;
   right: 0;
   bottom: 0;
   opacity: .04;
   z-index: -1;
 }

 .services-one__bg-shape-2 img {
   width: auto;
 }

 .services-one__bottom {
   position: relative;
   display: block;
 }

 .services-one__carousel {
   position: relative;
   display: block;
 }

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

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

 .services-one__img {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .services-one__img:before {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   content: "";
   background: rgba(19, 34, 60, .30);
   transition: all 900ms ease;
   -moz-transition: all 900ms ease;
   -webkit-transition: all 900ms ease;
   -ms-transition: all 900ms ease;
   -o-transition: all 900ms ease;
   transition: -webkit-transform 0.5s ease;
   transition: transform 0.5s ease;
   transition: transform 0.5s ease, -webkit-transform 0.5s ease;
   -webkit-transform: scale(0, 1);
   -ms-transform: scale(0, 1);
   transform: scale(0, 1);
   -webkit-transform-origin: right center;
   -ms-transform-origin: right center;
   transform-origin: right center;
   background-position: center center;
   z-index: 1;
 }

 .services-one__single:hover .services-one__img:before {
   -webkit-transform: scale(1, 1);
   -ms-transform: scale(1, 1);
   transform: scale(1, 1);
   -webkit-transform-origin: left center;
   -ms-transform-origin: left center;
   transform-origin: left center;
 }

 .services-one__img img {
   width: 100%;
   -webkit-transform: scale(1);
   transform: scale(1);
   -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
   transition: opacity 500ms ease, -webkit-transform 500ms ease;
   transition: transform 500ms ease, opacity 500ms ease;
   transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
 }

 .services-one__single:hover .services-one__img img {
   transform: scale(1.05);
 }

 .services-one__shape-1 {
   position: absolute;
   top: 0;
   left: 0;
   width: 80px;
   height: 80px;
   background-color: var(--austry-base);
   z-index: 1;
 }

 .services-one__icon {
   position: absolute;
   top: 20px;
   left: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 80px;
   height: 80px;
   background-color: var(--austry-black);
   z-index: 1;
 }

 .services-one__icon span {
   position: relative;
   display: inline-block;
   font-size: 45px;
   color: var(--austry-white);
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
 }

 .services-one__single:hover .services-one__icon span {
   transform: scale(.9);
   color: var(--austry-base);
 }

 .services-one__arrow {
   position: absolute;
   right: 20px;
   bottom: -24px;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 50px;
   height: 50px;
   background-color: var(--austry-base);
   font-size: 21px;
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 1;
 }

 .services-one__arrow:hover {
   background-color: var(--austry-black);
   color: var(--austry-white);
 }

 .services-one__arrow:before {
   position: absolute;
   top: 0;
   left: -20px;
   content: "";
   border-left: 20px solid transparent;
   border-bottom: 26px solid #eb7615;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .services-one__arrow:hover:before {
   border-bottom: 26px solid var(--austry-black);
 }

 .services-one__content {
   position: relative;
   display: block;
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
   padding: 22px 30px 26px;
 }

 .services-one__title {
   font-size: 20px;
   font-weight: 800;
   line-height: 30px;
 }

 .services-one__title a {
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .services-one__title a:hover {
   color: var(--austry-base);
 }

 .services-one__carousel.owl-carousel .owl-stage-outer {
   overflow: visible;
 }

 .services-one__carousel.owl-carousel .owl-item {
   opacity: 0;
   visibility: hidden;
   transition: opacity 500ms ease, visibility 500ms ease;
 }

 .services-one__carousel.owl-carousel .owl-item.active {
   opacity: 1;
   visibility: visible;
 }

 .services-one__carousel.owl-theme .owl-nav {
   position: absolute;
   top: -167px;
   right: 0;
 }

 .services-one__carousel.owl-theme .owl-nav .owl-next {
   height: 63px;
   width: 63px;
   line-height: 63px;
   border-radius: 50%;
   color: #c9cdd5;
   border: 2px solid #c3c8d0;
   background-color: transparent;
   font-size: 20px;
   margin: 0;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .services-one__carousel.owl-theme .owl-nav .owl-prev {
   height: 63px;
   width: 63px;
   line-height: 63px;
   border-radius: 50%;
   color: #c9cdd5;
   border: 2px solid #c3c8d0;
   background-color: transparent;
   font-size: 20px;
   margin: 0;
   text-align: center;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .services-one__carousel.owl-theme .owl-nav .owl-next {
   margin-left: 5px;
 }

 .services-one__carousel.owl-theme .owl-nav .owl-prev {
   margin-right: 5px;
 }

 .services-one__carousel.owl-theme .owl-nav .owl-next span,
 .services-one__carousel.owl-theme .owl-nav .owl-prev span {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .services-one__carousel.owl-theme .owl-nav .owl-next:hover,
 .services-one__carousel.owl-theme .owl-nav .owl-prev:hover {
   border: 2px solid var(--austry-base);
   color: var(--austry-base);
 }

 /*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
 .project-one {
   position: relative;
   display: block;
   padding: 120px 0 150px;
   z-index: 1;
 }

 .project-one .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .project-one__main-tab-box {
   position: relative;
   display: block;
 }

 .project-one__left {
   position: relative;
   display: block;
   z-index: 5;
 }

 .project-one__main-tab-box .tab-buttons {
   position: relative;
   display: block;
 }

 .project-one__main-tab-box .tab-buttons .tab-btn {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   background-color: var(--austry-extra);
   padding: 21px 30px 21px;
   padding-right: 35px;
   cursor: pointer;
   z-index: 1;
 }

 .project-one__main-tab-box .tab-buttons .tab-btn:before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   width: 4px;
   left: 0;
   background-color: var(--austry-base);
   transition: all 0.3s ease;
   transform: scaleY(0);
 }

 .project-one__main-tab-box .tab-buttons .tab-btn.active-btn:before {
   transform: scaleY(1);
 }

 .project-one__main-tab-box .tab-buttons .tab-btn+.tab-btn {
   margin-top: 10px;
 }

 .project-one__main-tab-box .tab-buttons .tab-btn p {
   font-size: 18px;
   color: var(--austry-black);
   font-weight: 700;
   line-height: 18px;
   letter-spacing: var(--austry-letter-spacing);
 }

 .project-one__main-tab-box .tab-buttons .tab-btn span {
   font-size: 12px;
   color: var(--austry-black);
   font-weight: 700;
   line-height: 12px;
   letter-spacing: var(--austry-letter-spacing);
 }

 .project-one__right {
   position: relative;
   display: block;
   margin-right: -300px;
   z-index: 1;
 }

 .project-one__main-tab-box .tabs-content {
   position: relative;
   display: block;
 }

 .project-one__main-tab-box .tabs-content .tab {
   position: relative;
   display: none;
   -webkit-transform: translateY(35px);
   -ms-transform: translateY(35px);
   transform: translateY(35px);
   -webkit-transition: all 600ms ease;
   -moz-transition: all 600ms ease;
   -ms-transition: all 600ms ease;
   -o-transition: all 600ms ease;
   transition: all 600ms ease;
   z-index: 10;
 }

 .project-one__main-tab-box .tabs-content .tab.active-tab {
   display: block;
   margin-top: 0px;
   -webkit-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
 }

 .project-one__main-tab-content {
   position: relative;
   display: block;
 }

 .project-one__carousel {
   position: relative;
   display: block;
 }

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

 .project-one__img-box {
   position: relative;
   display: block;
 }

 .project-one__img {
   position: relative;
   display: block;
   overflow: hidden;
   z-index: 1;
 }

 .project-one__img:before {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   content: "";
   background-color: rgba(var(--austry-black-rgb), .30);
   -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
   -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
   transform: perspective(400px) rotateX(90deg) scaleY(0.5);
   -webkit-transform-origin: center;
   -ms-transform-origin: center;
   transform-origin: center;
   transition-delay: .1s;
   transition-timing-function: ease-in-out;
   transition-duration: .5s;
   transition-property: all;
   z-index: 1;
 }

 .project-one__single:hover .project-one__img:before {
   -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
   -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
   transform: perspective(400px) rotateX(0deg) scaleY(1.0);
 }

 .project-one__img img {
   width: 100%;
   -webkit-transform: scale(1);
   transform: scale(1);
   transition: all 500ms ease
 }

 .project-one__single:hover .project-one__img img {
   transform: scale(1.05);
 }

 .project-one__content-box {
   position: absolute;
   bottom: -30px;
   right: 40px;
   background-color: var(--austry-black);
   padding-left: 40px;
   padding-right: 100px;
   padding-top: 39px;
   padding-bottom: 34px;
   z-index: 2;
 }

 .project-one__sub-title {
   font-size: 12px;
   color: var(--austry-base);
   text-transform: uppercase;
   font-weight: 600;
   letter-spacing: var(--austry-letter-spacing-two);
   line-height: 12px;
 }

 .project-one__title {
   font-size: 24px;
   font-weight: 700;
   line-height: 30px;
   letter-spacing: var(--austry-letter-spacing);
   margin-top: 7px;
 }

 .project-one__title a {
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .project-one__title a:hover {
   color: var(--austry-base);
 }

 .project-one__arrow {
   position: absolute;
   top: -50px;
   right: 0;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   transform: scale(0);
   z-index: 1;
 }

 .project-one__single:hover .project-one__arrow {
   transform: scale(1);
 }

 .project-one__arrow a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 50px;
   width: 50px;
   color: var(--austry-white);
   background-color: var(--austry-base);
   font-size: 17px;
 }

 .project-one__carousel.owl-carousel .owl-stage-outer {
   overflow: visible;
 }

 .project-one__carousel.owl-carousel .owl-item {
   opacity: 0;
   visibility: hidden;
   transition: opacity 500ms ease, visibility 500ms ease;
 }

 .project-one__carousel.owl-carousel .owl-item.active {
   opacity: 1;
   visibility: visible;
 }

 .project-one__carousel.owl-carousel .owl-dots {
   position: absolute;
   bottom: -17px;
   left: -300px;
   right: 0;
   text-align: center;
   margin: 0 !important;
   display: flex;
   align-items: center;
   justify-content: flex-start;
 }

 .project-one__carousel.owl-carousel .owl-dots .owl-dot {
   position: relative;
   display: inline-block;
   width: 7px;
   height: 7px;
   border-radius: 50%;
   background-color: rgba(var(--austry-black-rgb), .50);
   margin: 0px 2.5px;
   padding: 0px;
   transition: all 100ms linear;
   transition-delay: 0.1s;
 }

 .project-one__carousel.owl-carousel .owl-dot.active {
   background-color: rgba(var(--austry-base-rgb), 1);
 }

 .project-one__carousel.owl-carousel .owl-dot:focus {
   outline: none;
 }

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


 /*--------------------------------------------------------------
# Trusted One
--------------------------------------------------------------*/
 .trusted-one {
   position: relative;
   display: block;
   text-align: center;
   padding: 80px 0 80px;
   background-color: #101c30;
   z-index: 1;
 }

 .trusted-one__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: .20;
   mix-blend-mode: luminosity;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   z-index: -1;
 }

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

 .trusted-one__inner h5 {
  color: #fff;
  line-height: 33px;
  font-weight: 100;
  margin: 0 0 40px 0;
  font-size: 18px;
 }

 .trusted-one__video-link {
   position: relative;
   display: inline-block;
   z-index: 3;
 }

 .trusted-one__video-icon {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 118px;
   height: 118px;
   line-height: 118px;
   text-align: center;
   font-size: 30px;
   color: var(--austry-white);
   background-color: var(--austry-base);
   border-radius: 50%;
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
 }

 .trusted-one__video-icon:hover {
   background-color: var(--austry-white);
   color: var(--austry-base);
 }

 .trusted-one__video-icon:before {
   position: absolute;
   top: -17px;
   left: -17px;
   right: -17px;
   bottom: -17px;
   content: "";
   background-color: var(--austry-white);
   border-radius: 50%;
   opacity: 0.05;
   z-index: 1;
 }

 .trusted-one__video-link .ripple,
 .trusted-one__video-icon .ripple:before,
 .trusted-one__video-icon .ripple:after {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 150px;
   height: 150px;
   border-radius: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -ms-box-shadow: 0 0 0 0 rgba(var(--austry-white-rgb), 0.6);
   -o-box-shadow: 0 0 0 0 rgba(var(--austry-white-rgb), 0.6);
   -webkit-box-shadow: 0 0 0 0 rgba(var(--austry-white-rgb), 0.6);
   box-shadow: 0 0 0 0 rgba(var(--austry-white-rgb), 0.6);
   -webkit-animation: ripple 3s infinite;
   animation: ripple 3s infinite;
 }

 .trusted-one__video-icon .ripple:before {
   -webkit-animation-delay: 0.9s;
   animation-delay: 0.9s;
   content: "";
   position: absolute;
 }

 .trusted-one__video-icon .ripple:after {
   -webkit-animation-delay: 0.6s;
   animation-delay: 0.6s;
   content: "";
   position: absolute;
 }

 .trusted-one__title {
   font-size: 50px;
   font-weight: 800;
   color: var(--austry-white);
   line-height: 60px !important;
   padding-top: 80px;
   letter-spacing: var(--austry-letter-spacing);
   padding-bottom: 20px;
 }

 .trusted-one__title>span {
   position: relative;
   display: inline-block;
   font-family: var(--austry-font) !important;
   z-index: 1;
 }

 .trusted-one__title>span:before {
   position: absolute;
   bottom: -20px;
   left: -20px;
   right: -35px;
   content: "";
   height: 92px;
   background-repeat: no-repeat;
   background-position: center;
   background-image: url(../images/shapes/trusted-one-shape-1.png);
   z-index: -1;
   animation-name: zoom-fade-2;
   animation-duration: 5s;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
   -webkit-animation-name: zoom-fade-2;
   -webkit-animation-duration: 5s;
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-timing-function: linear;
   -moz-animation-name: zoom-fade-2;
   -moz-animation-duration: 5s;
   -moz-animation-iteration-count: infinite;
   -moz-animation-timing-function: linear;
   -ms-animation-name: zoom-fade-2;
   -ms-animation-duration: 5s;
   -ms-animation-iteration-count: infinite;
   -ms-animation-timing-function: linear;
   -o-animation-name: zoom-fade-2;
   -o-animation-duration: 5s;
   -o-animation-iteration-count: infinite;
   -o-animation-timing-function: linear;
 }

 .trusted-one__btn {
   background-color: var(--austry-base);
 }

 .trusted-one__btn:hover {
   color: var(--austry-black);
 }

 .trusted-one__btn::after {
   background-color: var(--austry-white);
 }

 /*--------------------------------------------------------------
# Best Construction
--------------------------------------------------------------*/
 .best-construction {
   position: relative;
   display: block;
   background-color: var(--austry-extra);
 }

 .best-construction__shape-1 {
   position: absolute;
   left: 0;
   bottom: 0;
   opacity: 0.05;
 }

 .best-construction__shape-1 img {
   width: auto;
 }

 .best-construction__left {
   position: relative;
   display: block;
   margin-right: 70px;
   padding: 60px 0 0px;
   z-index: 1;
 }

 .best-construction__left::before {
   content: "";
   position: absolute;
   top: -60px;
   left: -100000px;
   height: 60px;
   right: -97px;
   background-color: var(--austry-extra);
 }

 .best-construction__left .section-title {
   margin-bottom: 31px;
 }

 .best-construction__title {
   font-size: 20px;
   font-weight: 800;
   line-height: 30px;
   text-transform: uppercase;
   color: var(--austry-base);
   margin-bottom: 32px;
 }

 .best-construction__progress {
   position: relative;
   display: block;
   width: 100%;
   margin-top: 33px;
 }

 .best-construction__progress-single {
   position: relative;
   display: block;
 }

 .best-construction__progress-title {
   font-size: 16px;
   font-weight: 800;
   line-height: 28px;
   color: var(--austry-black);
   margin-bottom: 2px;
 }

 .best-construction__progress .bar {
   position: relative;
   width: 100%;
   height: 13px;
   background-color: var(--austry-white);
   margin-bottom: 12px;
 }

 .best-construction__progress .bar-inner {
   position: relative;
   display: block;
   width: 0px;
   height: 13px;
   background: var(--austry-base);
   -webkit-transition: all 1500ms ease;
   -ms-transition: all 1500ms ease;
   -o-transition: all 1500ms ease;
   -moz-transition: all 1500ms ease;
   transition: all 1500ms ease;
 }

 .best-construction__progress .count-text {
   position: absolute;
   right: 0px;
   bottom: 20px;
   color: var(--austry-gray);
   line-height: 24px;
   font-size: 16px;
   text-align: center;
   font-weight: 400;
   opacity: 0;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .best-construction__progress .bar-inner.counted .count-text {
   opacity: 1;
 }

 .best-construction__progress .bar.marb-0 {
   margin-bottom: 0;
 }

 .best-construction__right {
   position: relative;
   display: block;
   margin-left: -3px;
   margin-right: -375px;
 }

 .best-construction__img-box {
   position: relative;
   display: block;
 }

 .best-construction__img {
   position: relative;
   display: block;
 }

 .best-construction__img img {
   width: 100%;
 }

 .best-construction__name {
   position: absolute;
   bottom: 300px;
   left: -169px;
   background-color: var(--austry-base);
   padding: 16px 55px 16px;
   transform: rotate(90deg);
 }

 .best-construction__name p {
   font-size: 18px;
   font-weight: 800;
   line-height: 28px;
   letter-spacing: 0.2em;
   color: var(--austry-white);
   text-transform: uppercase;
 }

 /*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
 .team-one {
   position: relative;
   display: block;
   padding: 120px 0 104px;
   z-index: 1;
 }

 .team-one .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .team-one__single {
   position: relative;
   display: block;
   margin-bottom: 43px;
 }

 .team-one__img-box {
   position: relative;
   display: block;
 }

 .team-one__img {
   position: relative;
   display: block;
   overflow: hidden;
   z-index: 1;
 }

 .team-one__img:before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   content: "";
   background-color: rgba(var(--austry-black-rgb), .30);
   width: 0%;
   transform: translateY(100%);
   border-radius: var(--austry-bdr-radius);
   transition: all 500ms ease;
   z-index: 1;
 }

 .team-one__single:hover .team-one__img:before {
   transform: translateY(0);
   width: 100%;
 }

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

 .team-one__single:hover .team-one__img img {
   transform: scale(1.1) rotate(2deg);
 }

 .team-one__content {
   position: absolute;
   bottom: -18px;
   left: 0;
   right: 135px;
   background-color: var(--austry-white);
   padding-top: 26px;
   clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%);
   z-index: 2;
 }

 .team-one__info {
   position: relative;
   display: block;
 }

 .team-one__sub-title {
   font-size: 12px;
   font-weight: 500;
   line-height: 18px;
   letter-spacing: var(--austry-letter-spacing-two);
   text-transform: uppercase;
   color: var(--austry-gray);
 }

 .team-one__name {
   font-size: 20px;
   font-weight: 800;
   line-height: 24px;
   letter-spacing: var(--austry-letter-spacing);
 }

 .team-one__name a {
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .team-one__name a:hover {
   color: var(--austry-base);
 }

 .team-one__social {
   position: absolute;
   right: 0;
   bottom: 0;
   display: flex;
   align-items: center;
   background-color: var(--austry-base);
   padding: 3px 30px 2px;
   padding-left: 43px;
   clip-path: polygon(0 0, 100% 0%, 100% 100%, 14% 100%);
   transform-origin: center;
   transform-style: preserve-3d;
   transform: scale(0, 1);
   transition: transform 0.4s linear;
   transform-origin: right center;
   z-index: 3;
 }

 .team-one__single:hover .team-one__social {
   transform: scale(1, 1);
   transform-origin: right center;
   transition-delay: 500ms;
 }

 .team-one__social a {
   font-size: 12px;
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .team-one__social a:hover {
   color: var(--austry-black);
 }

 .team-one__social a+a {
   margin-left: 19px;
 }

 /*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
 .brand-one {
   position: relative;
   display: block;
   padding: 80px 0 100px;
 }

 .brand-one .section-title__title {
   margin: 15px 0 40px 0;
 }

 .brand-one .section-title__tagline {
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .brand-one .section-title__tagline::before {
   content: "";
   position: absolute;
   bottom: -10px;
   left: 0;
   right: 0;
   margin: 0 auto;
   height: 2px;
   width: 30px;
   background-color: var(--austry-base);
 }



 .brand-one__title {
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   width: 1170px;
   text-align: center;
   margin: 0 auto;
 }


 .brand-one .swiper-slide {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
 }

 .brand-one .swiper-slide img {
   -webkit-transition: 500ms;
   transition: 500ms;
   opacity: 1;
   max-width: 100%;
   border: 1px solid #ccc;
 }

 .brand-one .swiper-slide img:hover {
   opacity: 0.6;
 }

 .brand-one__nav {
   position: absolute;
   bottom: 40px;
   left: 50%;
   z-index: 100;
   transform: translateY(0) translateX(-50%);
   display: flex;
   align-items: flex-end;
   height: 0;
   line-height: 0;
 }


 .brand-one__nav .swiper-button-next,
 .brand-one__nav .swiper-button-prev {
   position: relative;
   top: auto;
   left: auto;
   right: auto;
   bottom: auto;
   z-index: 100;
   width: 25px;
   height: 25px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 17px;
   color: #fff;
   border: 0;
   background-color: #cd212a;
   border-radius: 0;
   margin: 0;
   text-align: center;
   transition: all 500ms ease;
   padding: 12px 0;
 }

 .brand-one__nav .swiper-button-next:hover,
 .brand-one__nav .swiper-button-prev:hover {
   color: var(--austry-white);
   background-color: var(--austry-base);
 }

 .brand-one__nav .swiper-button-next::after,
 .brand-one__nav .swiper-button-prev::after {
   display: none;
 }

 .brand-one__nav .swiper-button-prev {
   margin-right: 5px;
 }

 /*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
 .testimonial-one {
   position: relative;
   display: block;
   background-color: var(--austry-base);
   padding: 120px 0 140px;
   overflow: hidden;
   z-index: 1;
 }

 .testimonial-one__bg {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   width: 45.9%;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   mix-blend-mode: luminosity;
   opacity: .10;
   z-index: -1;
 }

 .testimonial-one__shape-1 {
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   width: 53.4%;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   opacity: .25;
   z-index: -1;
 }

 .testimonial-one__left {
   position: relative;
   display: block;
   z-index: 5;
 }

 .testimonial-one__left .section-title__tagline {
   color: var(--austry-black);
 }

 .testimonial-one__left .section-title__tagline::before {
   background-color: var(--austry-black);
 }

 .testimonial-one__left .section-title__title {
   color: var(--austry-white);
 }

 .testimonial-one__right {
   position: relative;
   display: block;
   margin-top: 20px;
   z-index: 1;
 }

 .testimonial-one__carousel {
   position: relative;
   display: block;
 }

 .testimonial-one__single {
   position: relative;
   display: block;
   background-color: var(--austry-white);
   z-index: 1;
 }

 .testimonial-one__single:before {
   content: "";
   position: absolute;
   left: 15px;
   right: 15px;
   top: -10px;
   height: 10px;
   background-color: rgba(var(--austry-white-rgb), .25);
 }

 .testimonial-one__single:after {
   content: "";
   position: absolute;
   left: 35px;
   right: 35px;
   top: -20px;
   height: 20px;
   background-color: rgba(var(--austry-white-rgb), .10);
 }

 .testimonial-one__single-inner {
   position: relative;
   display: block;
   padding: 50px 50px 45px;
   z-index: 1;
 }

 .testimonial-one__single-inner:before {
   content: "";
   position: absolute;
   left: 15px;
   right: 15px;
   bottom: -10px;
   height: 10px;
   background-color: rgba(var(--austry-white-rgb), .25);
 }

 .testimonial-one__single-inner:after {
   content: "";
   position: absolute;
   left: 35px;
   right: 35px;
   bottom: -20px;
   height: 20px;
   background-color: rgba(var(--austry-white-rgb), .10);
 }

 .testimonial-one__client-info {
   position: relative;
   display: flex;
   margin-left: 28px;
   margin-bottom: 21px;
 }

 .testimonial-one__client-img {
   position: relative;
   display: block;
   width: 100px;
 }

 .testimonial-one__client-img img {
   width: 100%;
 }

 .testimonial-one__quote {
   position: absolute;
   bottom: 20px;
   left: -30px;
   height: 40px;
   width: 40px;
   background-color: var(--austry-base);
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--austry-white);
   font-size: 15px;
 }

 .testimonial-one__quote:before {
   content: "";
   position: absolute;
   bottom: -20px;
   left: 0;
   border-bottom: 20px solid transparent;
   border-right: 30px solid #ffc290;
 }

 .testimonial-one__content {
   margin-left: 20px;
 }

 .testimonial-one__rating {
   position: relative;
   display: flex;
   align-items: center;
   margin-bottom: 16px;
 }

 .testimonial-one__rating span {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 15px;
   color: var(--austry-base);
 }

 .testimonial-one__rating span+span {
   margin-left: 4px;
 }

 .testimonial-one__client-name {
   font-size: 24px;
   font-weight: 800;
   line-height: 24px;
   letter-spacing: var(--austry-letter-spacing);
   margin-bottom: 3px;
 }

 .testimonial-one__client-sub-title {
   font-size: 14px;
   line-height: 24px;
 }

 .testimonial-one__carousel.owl-carousel .owl-stage-outer {
   overflow: visible;
 }

 .testimonial-one__carousel.owl-carousel .owl-item {
   opacity: 0;
   visibility: hidden;
   transition: opacity 500ms ease, visibility 500ms ease;
 }

 .testimonial-one__carousel.owl-carousel .owl-item.active {
   opacity: 1;
   visibility: visible;
 }

 .testimonial-one__carousel.owl-theme .owl-nav {
   position: absolute;
   bottom: 16px;
   left: -498px;
   margin: 0;
 }

 .testimonial-one__carousel.owl-theme .owl-nav .owl-next {
   height: 60px;
   width: 60px;
   line-height: 60px;
   border-radius: 50%;
   background-color: transparent;
   color: rgba(var(--austry-black-rgb), .20);
   border: 2px solid rgba(var(--austry-black-rgb), .20);
   font-size: 20px;
   margin: 0;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
   height: 60px;
   width: 60px;
   line-height: 60px;
   border-radius: 50%;
   background-color: transparent;
   color: rgba(var(--austry-black-rgb), .20);
   border: 2px solid rgba(var(--austry-black-rgb), .20);
   font-size: 20px;
   margin: 0;
   text-align: center;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   position: relative;
   display: inline-block;
 }

 .testimonial-one__carousel.owl-theme .owl-nav .owl-next {
   margin-left: 5px;
 }

 .testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
   margin-right: 5px;
 }

 .testimonial-one__carousel.owl-theme .owl-nav .owl-next span,
 .testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,
 .testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
   color: rgba(var(--austry-white-rgb), 1);
   border: 2px solid rgba(var(--austry-white-rgb), 1);
 }

 /*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/
 .news-one {
   position: relative;
   display: block;
   padding: 90px 0 50px;
   z-index: 1;
 }

 .news-one .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .news-one__single {
   position: relative;
   display: block;
   margin-bottom: 30px;
   padding: 0 20px;
 }

 .news-one__img-box {
   position: relative;
   display: block;
 }

 .news-one__img {
   position: relative;
   display: block;
   overflow: hidden;
   z-index: 1;
 }

 .news-one__img:before {
   position: absolute;
   content: "";
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: rgba(var(--austry-black-rgb), .30);
   -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
   visibility: hidden;
   opacity: 0;
   -webkit-transform: translatex(-70%);
   transform: translatex(-70%);
   z-index: 1;
 }

 .news-one__single:hover .news-one__img:before {
   visibility: visible;
   -webkit-transform: translatex(0%);
   transform: translatex(0%);
   opacity: 1;
 }

 .news-one__img img {
   width: 100%;
   transition: all 500ms ease;
 }

 .news-one__single:hover .news-one__img img {
   transform: scale(1.05);
 }

 .news-one__date {
   position: absolute;
   top: 20px;
   left: 20px;
   background-color: var(--austry-base);
   padding: 10px 15px 12px;
   z-index: 2;
 }

 .news-one__date p {
   font-size: 11px;
   font-weight: 700;
   color: var(--austry-white);
   line-height: 11px;
   text-transform: uppercase;
 }

 .news-one__meta {
   position: absolute;
   bottom: -18px;
   left: 50px;
   right: 50px;
   display: flex;
   align-items: center;
   background-color: var(--austry-extra);
   justify-content: center;
   padding: 3px 35px 3px;
   z-index: 2;
 }

 .news-one__meta li {
   position: relative;
   display: flex;
   align-items: center;
 }

 .news-one__meta li+li {
   margin-left: 24px;
 }

 .news-one__meta li:before {
   content: "";
   position: absolute;
   top: 11px;
   right: -12px;
   bottom: 10px;
   width: 1px;
   background-color: var(--austry-gray);
   transform: rotate(15deg);
 }

 .news-one__meta li:last-child:before {
   display: none;
 }

 .news-one__meta li a {
   font-size: 12px;
   font-weight: 600;
   color: var(--austry-gray);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .news-one__meta li a:hover {
   color: var(--austry-base);
 }

 .news-one__meta li a i {
   font-size: 13px;
   color: var(--austry-base);
   margin-right: 2px;
 }

 .news-one__content {
   position: relative;
   display: block;
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
   text-align: center;
   padding: 41px 50px 35px;
 }

 .news-one__title {
   font-size: 20px;
   font-weight: 800;
   line-height: 30px;
 }

 .news-one__title a {
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .news-one__title a:hover {
   color: var(--austry-base);
 }

 .news-one__bottom {
   position: relative;
   display: block;
   margin-top: 10px;
 }

 .news-one__bottom a {
   font-size: 12px;
   font-weight: 700;
   text-transform: uppercase;
   color: var(--austry-gray);
   position: relative;
   display: inline-block;
   border-bottom: 2px solid var(--austry-gray);
   line-height: 12px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .news-one__bottom a:hover {
   color: var(--austry-base);
   border-bottom: 2px solid var(--austry-base);
 }

 /*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
 .site-footer {
   position: relative;
   display: block;
   background-color: var(--austry-black);
   z-index: 1;
   overflow: hidden;
 }

 .site-footer__img {
   position: absolute;
   bottom: 0;
   right: 0;
   mix-blend-mode: darken;
   opacity: .10;
   z-index: -1;
 }

 .site-footer__img img {
   width: auto;
 }

 .site-footer__top {
   position: relative;
   display: block;
   padding-top: 100px;
   padding-bottom: 70px;
 }

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

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

 .footer-widget__logo a img {
   width: 200px;
   border-radius: 3px;
 }

 .footer-widget__about-text-box {
   position: relative;
   display: block;
   margin-top: 20px;
   margin-bottom: 20px;
 }

 .footer-widget__about-text {
   font-size: 14px;
   font-weight: 500;
   line-height: 25px;
   color: #c7c7c7;
 }

 .footer-widget__about-btn-box {
   position: relative;
   display: block;
 }

 .footer-widget__about-btn {
   background-color: #2262a1;
   padding: 7px 40px 7px;
 }

 .footer-widget__about-btn:hover {
   color: var(--austry-base);
 }

 .footer-widget__about-btn::after {
   background-color: var(--austry-white);
 }

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

 .footer-widget__title-box {
   position: relative;
   display: block;
   margin-bottom: 27px;
 }

 .footer-widget__title {
   font-size: 17px;
   color: var(--austry-white);
   font-weight: 800;
   line-height: 20px;
 }

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

 .footer-widget__links-list li {
   position: relative;
   display: block;
   color: #fff;
 }

 .footer-widget__links-list li+li {
   margin-top: 10px;
 }

 .footer-widget__links-list li a {
   position: relative;
   display: inline-block;
   font-size: 15px;
   color: #cccccd;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 1;
 }

 .footer-widget__links-list li:hover a {
   color: var(--austry-white);
 }

 .footer-widget__links-list li a:before {
   content: "";
   position: absolute;
   bottom: 5px;
   left: 0;
   right: 0;
   height: 2px;
   background-color: var(--austry-base);
   transition: transform 500ms ease;
   transform: scale(0, 1);
   transform-origin: left center;
   z-index: -1;
 }

 .footer-widget__links-list li:hover a:before {
   transform: scale(1, 1);
   transform-origin: right center;
 }

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

 .footer-widget__contact-text {
   font-size: 15px;
   color: #959ca9;
   line-height: 26px;
   padding-top: 3px;
 }

 .footer-widget__Contact-list {
   position: relative;
   display: block;
   margin-top: 22px;
 }

 .footer-widget__Contact-list li {
   position: relative;
   display: flex;
   align-items: baseline;
 }

 .footer-widget__Contact-list li+li {
   margin-top: 1px;
 }

 .footer-widget__Contact-list li .icon {
   position: relative;
   margin-right: 20px;
   display: flex;
   align-items: center;
   top: 2px;
 }

 .footer-widget__Contact-list li .icon span {
   font-size: 15px;
   color: #ffffff;
   position: relative;
   background: #cd212a;
   width: 25px;
   height: 25px;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 3px;
 }

 .footer-widget__Contact-list li .text p {
   font-size: 15px;
   font-weight: 200;
   line-height: 30px;
   color: #fff;
 }

 .footer-widget__Contact-list li .text p a {
   color: var(--austry-white);
 }

 .footer-widget__Contact-list li .text p a:hover {
   color: var(--austry-base);
   transition: all 500ms ease;
 }

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

 .footer-widget__newsletter-form-box {
   position: relative;
   display: block;
   padding-top: 10px;
 }

 .footer-widget__newsletter-form {
   position: relative;
   display: block;
 }

 .footer-widget__newsletter-form-input-box {
   position: relative;
   display: block;
 }

 .footer-widget__newsletter-form-input-box input[type="email"] {
   height: 69px;
   width: 100%;
   background-color: transparent;
   outline: none;
   font-size: 14px;
   color: #959ca9;
   font-weight: 500;
   border: 1px solid var(--austry-white);
   padding-right: 70px;
   padding-left: 30px;
 }

 .footer-widget__newsletter-btn {
   position: absolute;
   top: 10px;
   right: 10px;
   bottom: 10px;
   width: 49px;
   border: none;
   background-color: var(--austry-base);
   border-radius: 0;
   padding: 0;
   margin: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .footer-widget__newsletter-btn:hover {
   background-color: #101c30;
 }

 .footer-widget__newsletter-btn img {
   width: auto;
 }

 .site-footer__social {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   justify-content: flex-end;
   margin-top: 30px;
 }

 .site-footer__social a {
   position: relative;
   height: 45px;
   width: 45px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   text-align: center;
   color: var(--austry-white);
   background-color: #101c30;
   font-size: 15px;
   border-radius: 50%;
   overflow: hidden;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 1;
 }

 .site-footer__social a:hover {
   color: var(--austry-base);
   background-color: var(--austry-white);
 }

 .site-footer__social a:after {
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   right: 0;
   height: 100%;
   background-color: var(--austry-white);
   -webkit-transition-delay: .1s;
   transition-delay: .1s;
   -webkit-transition-timing-function: ease-in-out;
   transition-timing-function: ease-in-out;
   -webkit-transition-duration: .4s;
   transition-duration: .4s;
   -webkit-transition-property: all;
   transition-property: all;
   opacity: 1;
   -webkit-transform-origin: top;
   transform-origin: top;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transform: scaleY(0);
   transform: scaleY(0);
   z-index: -1;
 }

 .site-footer__social a:hover:after {
   opacity: 1;
   -webkit-transform: scaleY(1);
   transform: scaleY(1);
 }

 .site-footer__social a+a {
   margin-left: 10px;
 }

 .site-footer__bottom {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   padding: 28px 0;
   box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.1);
   z-index: 1;
 }

 .site-footer__bottom-text {
   font-size: 14px;
   color: #959ca9;
 }

 .site-footer__bottom-text a {
  color: #fff;
  transition: all 500ms ease;
  font-weight: 200;
 }

 .site-footer__bottom-text a:hover {
   color: var(--austry-base);
 }

 .site-footer__bottom-menu {
   position: relative;
   display: flex;
   align-items: center;
 }

 .site-footer__bottom-menu li {
   position: relative;
   display: block;
 }

 .site-footer__bottom-menu li:before {
   content: "";
   position: absolute;
   top: 10px;
   bottom: 10px;
   right: -17px;
   width: 1px;
   background-color: #959ca9;
   transform: rotate(15deg);
 }

 .site-footer__bottom-menu li:last-child:before {
   display: none;
 }

 .site-footer__bottom-menu li+li {
   margin-left: 35px;
 }

 .site-footer__bottom-menu li a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   color: #959ca9;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .site-footer__bottom-menu li a:hover {
   color: var(--austry-base);
 }

 /*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
 .services-two {
   position: relative;
   display: block;
   padding: 120px 0 90px;
   z-index: 1;
 }

 .services-two__shape-1 {
   position: absolute;
   bottom: 0;
   left: 0;
   opacity: .50;
   z-index: -1;
 }

 .services-two__shape-1 img {
   width: auto;
 }

 .services-two__shape-2 {
   position: absolute;
   bottom: 0;
   right: 0;
   opacity: .50;
   z-index: -1;
 }

 .services-two__shape-2 img {
   width: auto;
 }

 .services-two__top {
   position: relative;
   display: block;
   margin-bottom: 49px;
 }

 .services-two__top .section-title {
   margin-bottom: 0;
 }

 .services-two__left {
   position: relative;
   display: block;
 }

 .services-two__right {
   position: relative;
   display: block;
   margin-top: 40px;
 }

 .services-two__single {
   position: relative;
   display: block;
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
   margin-bottom: 30px;
 }

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

 .services-two__img {
   position: relative;
   display: block;
   overflow: hidden;
   background-color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 1;
   border-radius: 8px 8px 0 0;
 }

 .services-two__img img {
   width: 100%;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .services-two__single:hover .services-two__img img {
   transform: scale(1.05);
   opacity: .5;
 }

 .services-two__icon {
   position: absolute;
   left: 30px;
   bottom: -20px;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 80px;
   height: 80px;
   background-color: var(--austry-base);
   z-index: 2;
 }

 .services-two__icon span {
   position: relative;
   display: inline-block;
   font-size: 48px;
   color: var(--austry-white);
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
 }

 .services-two__single:hover .services-two__icon span {
   transform: scale(.9);
 }

 .services-two__content {
   position: relative;
   display: block;
   padding: 36px 30px 31px;
   z-index: 1;
 }

 .services-two__content:before {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   content: "";
   background-color: #2262a1;
   transform: scaleX(0.7) rotateX(20deg);
   opacity: 0;
   transition: all 0.4s linear;
   z-index: -1;
 }

 .services-two__single:hover .services-two__content:before {
   transform: scaleX(1.0) rotateX(0deg);
   transition: all 0.4s linear;
   opacity: 1;
 }

 .services-two__sub-title {
   font-size: 14px;
   font-weight: 600;
   line-height: 18px;
   text-transform: uppercase;
   letter-spacing: var(--austry-letter-spacing-two);
   color: #cd212a;
 }

 .services-two__title {
   font-size: 24px;
   font-weight: 800;
   line-height: 32px;
   letter-spacing: var(--austry-letter-spacing);
 }

 .services-two__title a {
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .services-two__single:hover .services-two__title a {
   color: var(--austry-white);
 }

 .services-two__text {
   font-weight: 400;
   margin-top: 4px;
   margin-bottom: 6px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .services-two__single:hover .services-two__text {
   color: #fff;
 }

 .services-two__learn-more {
   position: relative;
   display: block;
 }

 .services-two__learn-more a {
   position: relative;
   display: inline-block;
   font-size: 12px;
   font-weight: 700;
   line-height: 22px;
   text-transform: uppercase;
   letter-spacing: var(--austry-letter-spacing-two);
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .services-two__single:hover .services-two__learn-more a {
   color: var(--austry-base);
 }


 /*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
 .about-two {
   position: relative;
   display: block;
   background-color: var(--austry-extra);
   padding: 120px 0 120px;
   z-index: 1;
 }

 .about-two__shape-1 {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   z-index: -1;
 }

 .about-two__shape-1 img {
   width: auto;
 }

 .about-two__left {
   position: relative;
   display: block;
   margin-left: 100px;
   margin-right: 100px;
 }

 .about-two__img-box {
   position: relative;
   display: block;
 }

 .about-two__img {
   position: relative;
   display: block;
   z-index: 1;
 }

 .about-two__img:before {
   content: "";
   position: absolute;
   top: 20px;
   left: -20px;
   bottom: -20px;
   width: 20px;
   background-color: #7bb33e;
 }

 .about-two__img:after {
   content: "";
   position: absolute;
   bottom: -20px;
   right: 20px;
   left: -20px;
   height: 20px;
   background-color: #7bb33e;
 }

 .about-two__img img {
   width: 100%;
 }

 .about-two__small-img {
   position: absolute;
   top: 75px;
   right: -70px;
   z-index: 1;
 }

 .about-two__small-img img {
   width: auto;
 }

 .about-two__big-text {
   font-size: 60px;
   font-weight: 800;
   text-transform: uppercase;
   letter-spacing: 0.2em;
   color: transparent;
   -webkit-text-stroke: 2px var(--austry-white);
   position: absolute;
   bottom: 125px;
   right: -50px;
   transform: rotate(90deg);
   opacity: .40;
   z-index: 1;
 }

 .about-two__progress {
   position: absolute;
   max-width: 350px;
   bottom: 80px;
   left: -100px;
   width: 100%;
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
   padding: 30px 40px 40px;
   z-index: 1;
 }

 .about-two__progress-single {
   position: relative;
   display: block;
 }

 .about-two__progress-title {
   font-size: 14px;
   font-weight: 800;
   line-height: 24px;
   color: var(--austry-black);
   margin-bottom: 3px;
 }

 .about-two__progress .bar {
   position: relative;
   width: 100%;
   height: 4px;
   background-color: var(--austry-extra);
   margin-bottom: 19px;
 }

 .about-two__progress .bar-inner {
   position: relative;
   display: block;
   width: 0px;
   height: 4px;
   background: #7bb33e;
   -webkit-transition: all 1500ms ease;
   -ms-transition: all 1500ms ease;
   -o-transition: all 1500ms ease;
   -moz-transition: all 1500ms ease;
   transition: all 1500ms ease;
 }

 .about-two__progress .count-text {
   position: absolute;
   right: 0px;
   bottom: 12px;
   color: var(--austry-gray);
   line-height: 14px;
   font-size: 14px;
   text-align: center;
   font-weight: 500;
   opacity: 0;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .about-two__progress .bar-inner.counted .count-text {
   opacity: 1;
 }

 .about-two__progress .bar.marb-0 {
   margin-bottom: 0;
 }

 .about-two__big-text-two {
   position: absolute;
   top: 159px;
   left: -266px;
   font-size: 60px;
   line-height: 60px;
   color: var(--austry-white);
   font-weight: 800;
   z-index: 1;
   text-transform: uppercase;
   letter-spacing: 0.4em;
   transform: rotate(90deg);
 }

 .about-two__right {
   position: relative;
   display: block;
 }

 .about-two__right .section-title {
   margin-bottom: 31px;
 }

 .about-two__text-1 {
   font-size: 22px;
   font-weight: 700;
   color: var(--austry-base);
   line-height: 32px;
 }

 .about-two__text-2 {
   padding-top: 30px;
   padding-bottom: 41px;
 }

 .about-two__points-box {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
 }

 .about-two__points-img {
   position: relative;
   display: block;
   width: 135px;
 }

 .about-two__points-img img {
   width: 100%;
   border-radius: 50%;
 }

 .about-two__points {
   position: relative;
   display: block;
   margin-left: 30px;
 }

 .about-two__points li {
   position: relative;
   display: flex;
   align-items: center;
 }

 .about-two__points li+li {
   margin-top: 6px;
 }

 .about-two__points li .icon {
   position: relative;
   display: inline-block;
 }

 .about-two__points li .icon i {
   position: relative;
   display: inline-block;
   font-size: 18px;
   color: var(--austry-base);
 }

 .about-two__points li .text {
   margin-left: 8px;
 }

 .about-two__points li .text p {
   font-size: 18px;
   font-weight: 800;
   line-height: 28px;
   color: var(--austry-black);
   letter-spacing: var(--austry-letter-spacing);
 }

 .about-two__btn-and-call-box {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   margin-top: 50px;
 }

 .about-two__btn {
   background-color: var(--austry-base);
 }

 .about-two__btn:hover {
   color: var(--austry-white);
 }

 .about-two__btn:after {
   background-color: var(--austry-black);
 }

 .about-two__call-box {
   position: relative;
   display: flex;
   align-items: center;
   margin-left: 20px;
 }

 .about-two__call-box-icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 53px;
   width: 53px;
   border-radius: 50%;
   background-color: var(--austry-black);
   font-size: 20px;
   color: var(--austry-base);
 }

 .about-two__call-box-content {
   margin-left: 10px;
 }

 .about-two__call-sub-title {
   font-size: 12px;
   line-height: 12px;
 }

 .about-two__number {
   font-size: 16px;
   font-weight: 800;
   line-height: 16px;
   margin-top: 6px;
 }

 .about-two__number a {
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .about-two__number a:hover {
   color: var(--austry-base);
 }

 /*--------------------------------------------------------------
# Process One
--------------------------------------------------------------*/
 .process-one {
   position: relative;
   display: block;
   background-color: var(--austry-black);
   counter-reset: count;
   overflow: hidden;
   padding: 120px 0 90px;
   z-index: 1;
 }

 .process-one .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .process-one .section-title__title {
   color: var(--austry-white);
 }

 .process-one__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   mix-blend-mode: luminosity;
   opacity: 0.06;
   z-index: -1;
 }

 .process-one__single {
   position: relative;
   display: block;
   margin-bottom: 21px;
 }

 .process-one__icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 107px;
   width: 107px;
   background-color: var(--austry-base);
   border-radius: 50%;
 }

 .process-one__icon span {
   position: relative;
   display: inline-block;
   font-size: 65px;
   color: var(--austry-white);
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
 }

 .process-one__single:hover .process-one__icon span {
   transform: scale(.9);
 }

 .process-one__count {
   position: absolute;
   top: 50%;
   width: 42px;
   height: 42px;
   background-color: var(--austry-white);
   border-radius: 50%;
   transform: translateY(-50%);
   right: -35px;
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
 }

 .process-one__count:before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   font-size: 16px;
   line-height: 42px;
   font-weight: 800;
   counter-increment: count;
   content: "0"counter(count);
   transition: all 200ms linear;
   transition-delay: 0.1s;
   color: var(--austry-black);
   text-align: center;
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
 }

 .process-one__title {
   font-size: 24px;
   color: var(--austry-white);
   font-weight: 800;
   line-height: 24px;
   margin-top: 27px;
   margin-bottom: 19px;
   letter-spacing: var(--austry-letter-spacing);
 }

 .process-one__text {
   color: #959ca9;
 }

 /*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
 .project-two {
   position: relative;
   display: block;
   padding: 120px 0 120px;
   z-index: 1;
 }

 .project-two__shape-1 {
   position: absolute;
   top: 20px;
   left: 0;
   right: 0;
   opacity: 0.05;
   z-index: -1;
 }

 .project-two__shape-1 img {
   width: auto;
 }

 .project-two .section-title {
   margin-bottom: 109px;
 }

 .project-two .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .project-two__carousel {
   position: relative;
   display: block;
   max-width: 370px;
   width: 100%;
   margin: 0 auto;
 }

 .project-two__carousel.owl-carousel .owl-stage-outer .owl-item.active .project-two__single {
   transform: translateY(-60px);
 }

 .project-two__single {
   position: relative;
   display: block;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .project-two__single:hover {
   transform: translateY(-60px);
 }

 .project-two__img {
   position: relative;
   display: block;
   overflow: hidden;
   z-index: 1;
 }

 .project-two__img:before {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   content: "";
   background-color: rgba(var(--austry-black-rgb), .30);
   -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
   -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
   transform: perspective(400px) rotateX(90deg) scaleY(0.5);
   -webkit-transform-origin: center;
   -ms-transform-origin: center;
   transform-origin: center;
   transition-delay: .1s;
   transition-timing-function: ease-in-out;
   transition-duration: .5s;
   transition-property: all;
   z-index: 1;
 }

 .project-two__single:hover .project-two__img:before {
   -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
   -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
   transform: perspective(400px) rotateX(0deg) scaleY(1.0);
 }

 .project-two__carousel.owl-carousel .owl-stage-outer .owl-item.active .project-two__img:before {
   -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
   -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
   transform: perspective(400px) rotateX(0deg) scaleY(1.0);
 }

 .project-two__img img {
   width: 100%;
   -webkit-transform: scale(1);
   transform: scale(1);
   transition: all 500ms ease
 }

 .project-two__single:hover .project-two__img img {
   transform: scale(1.05);
 }

 .project-two__carousel.owl-carousel .owl-stage-outer .owl-item.active .project-two__img img {
   transform: scale(1.05);
 }

 .project-two__arrow {
   position: absolute;
   top: 40px;
   right: 40px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   transform: scale(0);
   z-index: 2;
 }

 .project-two__single:hover .project-two__arrow {
   transform: scale(1);
   transition-delay: 500ms;
 }

 .project-two__arrow a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 70px;
   width: 70px;
   background-color: var(--austry-base);
   color: var(--austry-white);
   font-size: 18px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .project-two__arrow a:hover {
   background-color: var(--austry-black);
 }

 .project-two__content {
   position: relative;
   display: block;
   background-color: var(--austry-extra);
   padding: 34px 40px 32px;
   z-index: 1;
 }

 .project-two__content:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: var(--austry-black);
   background-repeat: no-repeat;
   background-position: bottom left;
   -webkit-transform: scale(1, 0);
   transform: scale(1, 0);
   -webkit-transform-origin: bottom center;
   transform-origin: bottom center;
   -webkit-transition: -webkit-transform 500ms ease;
   transition: -webkit-transform 500ms ease;
   transition: transform 500ms ease;
   transition: transform 500ms ease, -webkit-transform 500ms ease;
   z-index: -1;
 }

 .project-two__single:hover .project-two__content:before {
   -webkit-transform: scale(1, 1);
   transform: scale(1, 1);
 }

 .project-two__carousel.owl-carousel .owl-stage-outer .owl-item.active .project-two__content:before {
   -webkit-transform: scale(1, 1);
   transform: scale(1, 1);
 }

 .project-two__sub-title {
   font-size: 14px;
   line-height: 14px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .project-two__single:hover .project-two__sub-title {
   color: var(--austry-base);
 }

 .project-two__carousel.owl-carousel .owl-stage-outer .owl-item.active .project-two__sub-title {
   color: var(--austry-base);
 }

 .project-two__title {
   font-size: 24px;
   font-weight: 800;
   line-height: 34px;
   letter-spacing: var(--austry-letter-spacing);
   margin-top: 9px;
 }

 .project-two__title a {
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .project-two__single:hover .project-two__title a {
   color: var(--austry-white);
 }

 .project-two__carousel.owl-carousel .owl-stage-outer .owl-item.active .project-two__title a {
   color: var(--austry-white);
 }

 .project-two__carousel.owl-carousel .owl-stage-outer {
   overflow: visible;
 }

 .project-two__carousel.owl-carousel .owl-dots {
   position: absolute;
   bottom: 13px;
   left: 0;
   right: 0;
   text-align: center;
   margin: 0 !important;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .project-two__carousel.owl-carousel .owl-dots .owl-dot {
   position: relative;
   display: inline-block;
   width: 7px;
   height: 7px;
   border-radius: 50%;
   background-color: rgba(var(--austry-black-rgb), .50);
   margin: 0px 2.5px;
   padding: 0px;
   transition: all 100ms linear;
   transition-delay: 0.1s;
 }

 .project-two__carousel.owl-carousel .owl-dot.active {
   background-color: rgba(var(--austry-base-rgb), 1);
 }

 .project-two__carousel.owl-carousel .owl-dot:focus {
   outline: none;
 }

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

 /*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
 .brand-two {
   position: relative;
   display: block;
   padding: 92px 0 100px;
 }

 .brand-two__title {
   color: var(--austry-black);
   font-size: 20px;
   font-weight: 800;
   letter-spacing: var(--austry-letter-spacing);
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   max-width: 1170px;
   width: 100%;
   text-align: center;
   margin: 0 auto;
   margin-top: -3px;
 }

 .brand-two__title:before {
   position: absolute;
   top: 50%;
   bottom: 0;
   left: 0;
   content: "";
   height: 1px;
   background-color: #dfe3ea;
   max-width: 453px;
   width: 100%;
   transform: translateY(-50%);
 }

 .brand-two__title:after {
   position: absolute;
   top: 50%;
   bottom: 0;
   right: 0;
   content: "";
   height: 1px;
   background-color: #dfe3ea;
   max-width: 453px;
   width: 100%;
   transform: translateY(-50%);
 }

 .brand-two .swiper-slide {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
 }

 .brand-two .swiper-slide img {
   -webkit-transition: 500ms;
   transition: 500ms;
   opacity: 0.15;
   max-width: 100%;
 }

 .brand-two .swiper-slide img:hover {
   opacity: 0.5;
 }

 /*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
 .counter-two {
   position: relative;
   display: block;
   background-color: var(--austry-base);
   overflow: hidden;
   padding: 120px 0 120px;
   z-index: 1;
 }

 .counter-two__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   mix-blend-mode: multiply;
   opacity: .10;
   z-index: -1;
 }

 .counter-two__left {
   position: relative;
   display: block;
 }

 .counter-two__left .section-title {
   margin-bottom: 21px;
 }

 .counter-two__left .section-title__tagline {
   color: var(--austry-white);
 }

 .counter-two__left .section-title__tagline::before {
   background-color: var(--austry-white);
 }

 .counter-two__left .section-title__title {
   color: var(--austry-white);
 }

 .counter-two__text-1 {
   font-size: 16px;
   font-weight: 600;
   color: var(--austry-white);
 }

 .counter-two__btn-box {
   position: relative;
   display: block;
   margin-top: 31px;
 }

 .counter-two__btn:hover {
   color: var(--austry-base);
 }

 .counter-two__btn:after {
   background-color: var(--austry-white);
 }

 .counter-two__right {
   position: relative;
   display: block;
   margin-left: 70px;
 }

 .counter-two__counter {
   position: relative;
   display: block;
 }

 .counter-two__counter:before {
   content: "";
   position: absolute;
   top: 11px;
   bottom: 4px;
   left: 50%;
   width: 1px;
   background-color: #fff;
 }

 .counter-two__counter:after {
   content: "";
   position: absolute;
   left: 0;
   top: 50%;
   right: 0;
   height: 1px;
   background-color: #fff;
 }

 .counter-two__counter li {
   position: relative;
   display: inline-block;
   max-width: 190px;
   width: 100%;
   margin-bottom: 122px;
   margin-right: 116px;
 }

 .counter-two__counter li:nth-child(2) {
   margin-right: 0;
 }

 .counter-two__counter li:nth-child(3) {
   margin-bottom: 0;
 }

 .counter-two__counter li:nth-child(4) {
   margin-bottom: 0;
   margin-right: 0;
 }

 .counter-two__single {
   position: relative;
   display: block;
 }

 .counter-two__count-box {
   position: relative;
   display: flex;
   align-items: center;
 }

 .counter-two__count-box h3 {
   font-size: 70px;
   color: var(--austry-white);
   font-weight: 800;
   line-height: 70px;
   letter-spacing: var(--austry-letter-spacing);
   margin-bottom: 10px;
 }

 .counter-two__plus {
   font-size: 70px;
   color: var(--austry-white);
   font-weight: 800;
   line-height: 70px;
   letter-spacing: var(--austry-letter-spacing);
 }

 .counter-two__text-2 {
   font-size: 20px;
   color: var(--austry-white);
 }


 /*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
 .why-choose-one {
   position: relative;
   display: block;
   z-index: 1;
 }

 .why-choose-one__shape-1 {
   position: absolute;
   top: 80px;
   right: -170px;
   z-index: -1;
 }

 .why-choose-one__shape-1 img {
   width: auto;
 }

 .why-choose-one__left {
   position: relative;
   display: block;
   margin-left: -375px;
   margin-right: 70px;
 }

 .why-choose-one__img {
   position: relative;
   display: block;
 }

 .why-choose-one__img:before {
   content: "";
   position: absolute;
   top: 120px;
   bottom: 0;
   right: -20px;
   width: 20px;
   background-color: var(--austry-base);
 }

 .why-choose-one__img img {
   width: 100%;
 }

 .why-choose-one__right {
   position: relative;
   display: block;
   margin-left: 30px;
   padding-top: 120px;
 }

 .why-choose-one__right .section-title {
   margin-bottom: 31px;
 }

 .why-choose-one__points-box {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   margin-top: 43px;
 }

 .why-choose-one__points {
   position: relative;
   display: block;
 }

 .why-choose-one__points li {
   position: relative;
   display: flex;
   align-items: center;
 }

 .why-choose-one__points li+li {
   margin-top: 50px;
 }

 .why-choose-one__points li .icon {
   position: relative;
   display: inline-block;
   z-index: 1;
 }

 .why-choose-one__points li .icon:before {
   content: "";
   position: absolute;
   bottom: 6px;
   right: -14px;
   height: 38px;
   width: 38px;
   background-color: rgba(var(--austry-base-rgb), .10);
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
   z-index: -1;
 }

 .why-choose-one__points li:hover .icon:before {
   transform: scale(1.2);
 }

 .why-choose-one__points li .icon span {
   position: relative;
   display: inline-block;
   font-size: 64px;
   color: var(--austry-base);
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
 }

 .why-choose-one__points li:hover .icon span {
   transform: scale(.9);
 }

 .why-choose-one__points li .text {
   margin-left: 30px;
 }

 .why-choose-one__points li .text p {
   font-size: 22px;
   color: var(--austry-black);
   font-weight: 800;
   line-height: 30px;
   letter-spacing: var(--austry-letter-spacing);
 }

 .why-choose-one__points-two {
   margin-left: 80px;
 }

 .why-choose-one__btn-box {
   position: relative;
   display: block;
   margin-top: 47px;
 }

 /*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/
 .team-two {
   position: relative;
   display: block;
   padding: 120px 0 90px;
   z-index: 1;
 }

 .team-two__shape-2 {
   position: absolute;
   bottom: -66px;
   left: 0;
   right: 0;
   height: 90px;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   opacity: .10;
   z-index: -1;
 }

 .team-two .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .team-two__single {
   position: relative;
   display: block;
   margin-bottom: 33px;
 }

 .team-two__img-box {
   position: relative;
   display: block;
 }

 .team-two__img {
   position: relative;
   display: block;
   overflow: hidden;
   z-index: 1;
 }

 .team-two__img:before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   content: "";
   background-color: rgba(var(--austry-black-rgb), .30);
   width: 0%;
   transform: translateY(100%);
   transition: all 500ms ease;
   z-index: 1;
 }

 .team-two__single:hover .team-two__img:before {
   transform: translateY(0);
   width: 100%;
 }

 .team-two__img img {
   width: 100%;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .team-two__single:hover .team-two__img img {
   transform: scale(1.05);
 }

 .team-two__social {
   position: absolute;
   left: 0;
   bottom: -60px;
   text-align: center;
   padding: 25px 21px 27px;
   background-color: var(--austry-base);
   transform: scaleY(0.0);
   transform-origin: center;
   transform-style: preserve-3d;
   -webkit-transition: all 0.4s linear;
   -o-transition: all 0.4s linear;
   transition: all 0.4s linear;
   transform-origin: bottom center;
   z-index: 2;
 }

 .team-two__single:hover .team-two__social {
   transform: scaleY(1.0);
   -webkit-transition-delay: 500ms;
   -moz-transition-delay: 500ms;
   -ms-transition-delay: 500ms;
   -o-transition-delay: 500ms;
   transition-delay: 500ms;
 }

 .team-two__social li+li {
   margin-top: 34px;
 }

 .team-two__social li a {
   font-size: 18px;
   color: var(--austry-white);
   display: flex;
   align-items: center;
   justify-content: center;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .team-two__social li a:hover {
   color: var(--austry-black);
 }

 .team-two__content {
   position: relative;
   display: block;
   text-align: right;
   margin-top: 18px;
 }

 .team-two__name {
   font-size: 20px;
   font-weight: 800;
   line-height: 20px;
   letter-spacing: var(--austry-letter-spacing);
   margin-bottom: 7px;
 }

 .team-two__name a {
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .team-two__name a:hover {
   color: var(--austry-base);
 }

 .team-two__sub-title {
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: var(--austry-letter-spacing-two);
   line-height: 12px;
 }

 .team-two__social-two {
   position: absolute;
   left: 0;
   top: -18px;
 }

 .team-two__social-two li a {
   font-size: 18px;
   color: var(--austry-white);
   background-color: var(--austry-base);
   display: flex;
   align-items: center;
   justify-content: center;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   height: 60px;
   width: 60px;
 }

 .team-two__social-two li a:hover {
   color: var(--austry-black);
 }

 /*--------------------------------------------------------------
# News Two
--------------------------------------------------------------*/
 .news-two {
   position: relative;
   display: block;
   background-color: var(--austry-extra);
   padding: 120px 0 90px;
   z-index: 1;
 }

 .news-two__shape-1 {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   opacity: .03;
   z-index: -1;
 }

 .news-two .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .news-two__left {
   position: relative;
   display: block;
   margin-bottom: 30px;
 }

 .news-two__left-img {
   position: relative;
   display: block;
   overflow: hidden;
   z-index: 1;
 }

 .news-two__left-img:before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background: rgb(16, 28, 48);
   background: linear-gradient(0deg, rgba(16, 28, 48, 1) 0%, rgba(16, 28, 48, 0) 100%);
   z-index: 1;
 }

 .news-two__left-img img {
   width: 100%;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .news-two__left-img:hover img {
   transform: scale(1.05);
 }

 .news-two__left-img-content {
   position: absolute;
   left: 60px;
   bottom: 51px;
   z-index: 2;
 }

 .news-two__left-meta {
   position: relative;
   display: flex;
   align-items: center;
 }

 .news-two__left-meta li {
   position: relative;
   display: block;
 }

 .news-two__left-meta li+li {
   margin-left: 26px;
 }

 .news-two__left-meta li:before {
   content: "";
   position: absolute;
   top: 11px;
   right: -12px;
   bottom: 10px;
   width: 1px;
   background-color: var(--austry-white);
   transform: rotate(15deg);
 }

 .news-two__left-meta li:last-child:before {
   display: none;
 }

 .news-two__left-meta li a {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 13px;
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .news-two__left-meta li a:hover {
   color: var(--austry-base);
 }

 .news-two__left-meta li a i {
   font-size: 14px;
   padding-right: 3px;
 }

 .news-two__left-title {
   font-size: 24px;
   font-weight: 800;
   line-height: 36px;
   margin-top: 12px;
 }

 .news-two__left-title a {
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .news-two__left-title a:hover {
   color: var(--austry-base);
 }

 .news-two__right {
   position: relative;
   display: block;
   margin-bottom: 30px;
 }

 .news-two__list {
   position: relative;
   display: block;
 }

 .news-two__list>li {
   position: relative;
   display: block;
 }

 .news-two__list>li+li {
   margin-top: 30px;
 }

 .news-two__single {
   position: relative;
   display: flex;
   align-items: center;
 }

 .news-two__img {
   position: relative;
   display: block;
   width: 210px;
   overflow: hidden;
   background-color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 1;
 }

 .news-two__img img {
   width: 100%;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .news-two__single:hover .news-two__img img {
   transform: scale(1.05);
   opacity: .5;
 }

 .news-two__content {
   position: relative;
   display: block;
   border: 1px solid var(--austry-bdr-color);
   border-left: 0;
   padding: 32px 40px 34px;
   max-width: 360px;
   width: 100%;
 }

 .news-two__meta {
   position: relative;
   display: flex;
   align-items: center;
   margin-bottom: 15px;
 }

 .news-two__meta>li {
   position: relative;
   display: block;
 }

 .news-two__meta>li+li {
   margin-left: 25px;
 }

 .news-two__meta>li:before {
   content: "";
   position: absolute;
   top: 11px;
   right: -12px;
   bottom: 10px;
   width: 1px;
   background-color: var(--austry-gray);
   transform: rotate(15deg);
 }

 .news-two__meta>li:last-child:before {
   display: none;
 }

 .news-two__meta>li>a {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 13px;
   color: var(--austry-gray);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .news-two__meta>li>a>i {
   color: var(--austry-base);
   font-size: 14px;
   padding-right: 3px;
 }

 .news-two__meta>li>a:hover {
   color: var(--austry-base);
 }

 .news-two__title {
   font-size: 20px;
   font-weight: 800;
   line-height: 30px;
 }

 .news-two__title a {
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .news-two__title a:hover {
   color: var(--austry-base);
 }

 /*--------------------------------------------------------------
# About three
--------------------------------------------------------------*/
 .about-three {
   position: relative;
   display: block;
   padding: 60px 0 120px;
   z-index: 1;
 }

 .about-three__shape-1 {
   position: absolute;
   left: 0;
   top: 212px;
   opacity: .60;
   z-index: -1;
 }

 .about-three__shape-1 img {
   width: auto;
 }

 .about-three .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .about-three .section-title {
   margin-bottom: 41px;
 }

 .about-three__left {
   position: relative;
   display: block;
   line-height: 32px; 
 }
 .about-three__left p { 
   line-height: 32px; 
 }

 .about-three__text-1 {
   font-size: 24px;
   font-weight: 800;
   line-height: 34px;
   letter-spacing: var(--austry-letter-spacing);
   color: #2262a1;
 }

 .about-three__text-2 {
   margin-top: 33px;
   margin-bottom: 36px;
   text-align: justify;
 }

 .about-three__points-box {
   position: relative;
   display: flex;
 }

 .about-three__points {
   position: relative;
   display: block;
 }

 .about-three__points-2 {
   margin-left: 37px;
 }

 .about-three__points-3 {
   margin-top: 12px;
 }

 .about-three__points li {
   position: relative;
   display: flex;
   align-items: center;
 }

 .about-three__points li+li {
   margin-top: 12px;
 }

 .about-three__points li .icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 18px;
   height: 18px;
   background-color: var(--austry-base);
   border-radius: 50%;
 }

 .about-three__points li .icon span {
   position: relative;
   display: inline-block;
   font-size: 10px;
   color: var(--austry-white);
 }

 .about-three__points li .text {
   position: relative;
   display: block;
   margin-left: 10px;
 }

 .about-three__points li .text p {
   font-size: 18px;
   font-weight: 800;
   line-height: 28px;
   color: var(--austry-black);
   letter-spacing: var(--austry-letter-spacing);
 }

 .about-three__btn-box-and-help-line {
   position: relative;
   display: flex;
   align-items: center;
   margin-top: 47px;
 }

 .about-three__btn-box {
   position: relative;
   display: block;
 }

 .about-three__help-line {
   position: relative;
   display: flex;
   align-items: center;
   margin-left: 30px;
 }

 .about-three__help-line .icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 53px;
   height: 53px;
   background-color: var(--austry-base);
   border-radius: 50%;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .about-three__help-line .icon:hover {
   background-color: var(--austry-black);
 }

 .about-three__help-line .icon span {
   position: relative;
   display: inline-block;
   font-size: 20px;
   color: var(--austry-white);
 }

 .about-three__help-line-content {
   position: relative;
   display: block;
   margin-left: 10px;
 }

 .about-three__help-line-sub-title {
   font-size: 12px;
   font-weight: 500;
   line-height: 22px;
 }

 .about-three__help-line-number {
   font-size: 16px;
   font-weight: 800;
   line-height: 19px;
 }

 .about-three__help-line-number a {
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .about-three__help-line-number a:hover {
   color: var(--austry-base);
 }

 .about-three__right {
   position: relative;
   display: block;
   margin-left: 50px;
   margin-top: 8px;
 }

 .about-three__img-box {
   position: relative;
   display: block;
 }

 .about-three__img {
   position: relative;
   display: block;
 }

 .about-three__img img {
   width: 100%;
 }

 .about-three__img-2 {
   position: absolute;
   bottom: 40px;
   right: -107px;
   box-shadow: 9.83px 6.883px 40px 0px rgba(0, 0, 0, 0.17);
 }

 .about-three__img-2 img {
   width: auto;
   border: 10px solid var(--austry-white);
     display: none;
 }

 .about-three__experience {
   position: absolute;
   top: 48px;
   left: -47px;
   max-width: 210px;
   width: 100%;
   background-color: #2262a1;
   box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.08);
   padding: 17px 36px 41px;
 }

 .about-three__experience:before {
   position: absolute;
   top: -46px;
   left: -1px;
   content: "";
   border-left: 48px solid transparent;
   border-bottom: 48px solid #eff1f5;
 }

 .about-three__experience-count-box {
   position: relative;
   display: block;
 }

 .about-three__experience-count-box h3 {
   font-size: 60px;
   font-weight: 800;
   line-height: 60px !important;
   font-family: var(--austry-font) !important;
   letter-spacing: var(--austry-letter-spacing);
   color: #fff;
 }

 .about-three__experience-plus {
   position: relative;
   font-size: 60px;
   font-weight: 800;
   line-height: 60px !important;
   font-family: var(--austry-font) !important;
   letter-spacing: var(--austry-letter-spacing);
   color: #fff;
   top: 17px;
   left: -5px;
 }

 .about-three__experience-text {
   font-weight: 600;
   color: var(--austry-white);
   line-height: 24px;
   margin-top: -2px;
 }

 /*--------------------------------------------------------------
# Counter three
--------------------------------------------------------------*/
 .counter-three {
   position: relative;
   display: block;
   padding-top: 30px;
 }

 .counter-three .row {
   --bs-gutter-x: 0;
 }

 .counter-three__single {
   position: relative;
   display: block;
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
   padding: 20px 40px 32px;
   margin-bottom: 30px;
   z-index: 1;
   border: 1px solid #13223c;
 }

 .counter-three__single:before {
   position: absolute;
   top: -30px;
   right: 0;
   content: "";
   border-left: 30px solid transparent;
   border-bottom: 30px solid #e5e7eb;
 }

 .counter-three__single:after {
   position: absolute;
   bottom: 0;
   right: -30px;
   content: "";
   border-right: 30px solid transparent;
   border-top: 30px solid var(--austry-base);
 }

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

 .counter-three__count-box h3 {
   font-size: 50px;
   font-weight: 800;
   line-height: 50px !important;
   font-family: var(--austry-font) !important;
   letter-spacing: var(--austry-letter-spacing);
   color: var(--austry-black);
 }

 .counter-three__plus {
   font-size: 50px;
   font-weight: 800;
   line-height: 50px !important;
   font-family: var(--austry-font) !important;
   letter-spacing: var(--austry-letter-spacing);
   color: var(--austry-black);
   position: relative;
   top: 13px;
   left: -3px;
 }

 .counter-three__title {
   font-size: 19px;
   font-weight: 400;
   line-height: 26px;
   letter-spacing: 0;
   color: #fff;
   margin-bottom: 18px;
 }

 .counter-three__text {
   font-size: 14px;
   line-height: 26px;
 }

 .counter-three__icon {
   position: absolute;
   right: 30px;
   bottom: 30px;
   z-index: -1;
 }

 .counter-three__icon span {
   position: relative;
   display: inline-block;
   font-size: 96px;
   color: #cd212a;
   opacity: .5;
 }

 .counter-three__single-2 {
   background-color: var(--austry-black);
   margin-top: -30px;
 }

 .counter-three__single-2::before {
   display: none;
 }

 .counter-three__single-2::after {
   display: none;
 }

 .counter-three__single-2 .counter-three__count-box h3 {
   color: var(--austry-white);
 }

 .counter-three__single-2 .counter-three__plus {
   color: var(--austry-white);
 }

 .counter-three__single-2 .counter-three__icon span {
   color: #cd212a;
 }

 .counter-three__single-4 {
   background-color: var(--austry-black);
   margin-top: -30px;
 }

 .counter-three__single-4::before {
   display: none;
 }

 .counter-three__single-4::after {
   display: none;
 }

 .counter-three__single-4 .counter-three__count-box h3 {
   color: var(--austry-white);
 }

 .counter-three__single-4 .counter-three__plus {
   color: var(--austry-white);
 }

 .counter-three__single-4 .counter-three__icon span {
   color: #cd212a;
 }

 /*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
 .services-three {
   position: relative;
   display: block;
   padding: 90px 0 0;
   z-index: 2;
 }

 .services-three .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .services-three__single {
   position: relative;
   display: block;
   margin-bottom: 30px;
 }

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

 .services-three__img {
   position: relative;
   display: block;
 }

 .services-three__img img {
   width: 100%;
 }

 .services-three__icon {
   position: absolute;
   bottom: 0;
   right: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 80px;
   height: 80px;
   background-color: var(--austry-black);
   z-index: 1;
 }

 .services-three__icon span {
   position: relative;
   display: inline-block;
   font-size: 48px;
   color: var(--austry-white);
 }

 .services-three__content {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   background-image: -moz-linear-gradient(90deg, rgba(232, 162, 70, 0) 0%, rgb(232, 162, 70) 100%);
   background-image: -webkit-linear-gradient(90deg, rgba(232, 162, 70, 0) 0%, rgb(232, 162, 70) 100%);
   background-image: -ms-linear-gradient(90deg, rgba(232, 162, 70, 0) 0%, rgb(232, 162, 70) 100%);
   padding: 32px 40px 67px;
   opacity: 0;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   -webkit-transform-origin: top;
   transform-origin: top;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transform: scalex(0);
   transform: scalex(0);
 }

 .services-three__single:hover .services-three__content {
   opacity: 1;
   -webkit-transform: scalex(1);
   transform: scalex(1);
 }

 .services-three__text {
   color: var(--austry-white);
 }

 .services-three__learn-more {
   position: relative;
   display: block;
   margin-top: 20px;
 }

 .services-three__learn-more a {
   font-size: 14px;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: var(--austry-letter-spacing-two);
   color: var(--austry-white);
 }

 .services-three__learn-more a i {
   position: relative;
   margin-left: 8px;
 }

 .services-three__title-box {
   position: relative;
   display: block;
   background-color: var(--austry-base);
   padding: 19px 30px 19px;
   margin-right: 40px;
 }

 .services-three__title {
   font-size: 22px;
   font-weight: 800;
   line-height: 32px;
   letter-spacing: var(--austry-letter-spacing);
 }

 .services-three__title a {
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .services-three__title a:hover {
   color: var(--austry-black);
 }

 /*--------------------------------------------------------------
# Solution one
--------------------------------------------------------------*/
 .solution-one {
   position: relative;
   display: block;
   background-color: var(--austry-black);
   overflow: hidden;
   padding: 90px 0 90px;
   margin: 0 0 90px 0;
   z-index: 1;
 }

 .solution-one__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-size: cover;
   background-size: cover;
   mix-blend-mode: luminosity;
   opacity: .10;
   z-index: -1;
 }

 .solution-one .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .solution-one .section-title__tagline {
   color: #959ca9;
 }

 .solution-one .section-title__title {
   color: var(--austry-white);
 }

 .solution-one .section-title {
   margin-bottom: 60px;
 }

 .solution-one__single {
   position: relative;
   display: flex;
   padding-right: 43px;
   margin-bottom: 21px;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
 }

 .solution-one__icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 115px;
   height: 115px;
   background-color: var(--austry-white);
   border-radius: 50%;
   margin-left: 10px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .solution-one__icon:hover {
   background-color: var(--austry-base);
 }

 .solution-one__icon::before {
   content: "";
   position: absolute;
   top: -10px;
   left: -10px;
   right: -10px;
   bottom: -10px;
   border: 1px solid #424e63;
   border-radius: 50%;
 }

 .solution-one__icon i {
   position: relative;
   display: inline-block;
   font-size: 64px;
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .solution-one__icon:hover span {
   color: var(--austry-white);
 }

 .solution-one__title {
   font-size: 34px;
   font-weight: 800;
   line-height: 30px;
   letter-spacing: var(--austry-letter-spacing);
   margin-top: 32px;
   margin-bottom: 22px;
 }

 .solution-one__title a {
   color: var(--austry-base);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .solution-one__title a:hover {
   color: var(--austry-white);
 }

 .solution-one__text {
  color: #fff;
  font-weight: 200;
 }

 /*--------------------------------------------------------------
# Project Three
--------------------------------------------------------------*/
 .project-three {
   position: relative;
   display: block;
   padding: 120px 0 120px;
   z-index: 1;
 }

 .project-three__top {
   position: relative;
   display: block;
   margin-bottom: 49px;
 }

 .project-three__top .section-title {
   margin-bottom: 0;
 }

 .project-three__bottom {
   position: relative;
   display: block;
 }

 .project-three__bottom .container {
   max-width: 1730px;
 }

 .project-three__carousel {
   position: relative;
   display: block;
 }

 .project-three__single {
   position: relative;
   display: block;
 }

 .project-three__img-box {
   position: relative;
   display: block;
 }

 .project-three__img {
   position: relative;
   display: block;
   overflow: hidden;
   z-index: 1;
 }

 .project-three__img:before {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   content: "";
   background-color: rgba(var(--austry-black-rgb), .30);
   -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
   -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
   transform: perspective(400px) rotateX(90deg) scaleY(0.5);
   -webkit-transform-origin: center;
   -ms-transform-origin: center;
   transform-origin: center;
   transition-delay: .1s;
   transition-timing-function: ease-in-out;
   transition-duration: .5s;
   transition-property: all;
   z-index: 1;
 }

 .project-three__single:hover .project-three__img:before {
   -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
   -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
   transform: perspective(400px) rotateX(0deg) scaleY(1.0);
 }

 .project-three__img img {
   width: 100%;
   -webkit-transform: scale(1);
   transform: scale(1);
   transition: all 500ms ease
 }

 .project-three__single:hover .project-three__img img {
   transform: scale(1.05);
 }

 .project-three__arrow-box {
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: 2;
 }

 .project-three__arrow {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 80px;
   height: 80px;
   background-color: var(--austry-base);
   font-size: 29px;
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 1;
 }

 .project-three__arrow:hover {
   background-color: var(--austry-white);
   color: var(--austry-black);
 }

 .project-three__arrow i {
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .project-three__arrow:hover i {
   color: var(--austry-black);
 }

 .project-three__content {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: var(--austry-black);
   padding: 32px 50px 40px;
   background-position: bottom left;
   -webkit-transform: scale(1, 0);
   transform: scale(1, 0);
   -webkit-transform-origin: bottom center;
   transform-origin: bottom center;
   -webkit-transition: -webkit-transform 500ms ease;
   transition: -webkit-transform 500ms ease;
   transition: transform 500ms ease;
   transition: transform 500ms ease, -webkit-transform 500ms ease;
   z-index: 2;
 }

 .project-three__single:hover .project-three__content {
   -webkit-transform: scale(1, 1);
   transform: scale(1, 1);
   transition-delay: 500ms;
 }

 .project-three__sub-title {
   font-size: 14px;
   font-weight: 500;
   line-height: 24px;
   color: var(--austry-base);
 }

 .project-three__title {
   font-size: 26px;
   font-weight: 800;
   line-height: 31px;
   letter-spacing: var(--austry-letter-spacing);
   margin-top: 4px;
 }

 .project-three__title a {
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .project-three__title a:hover {
   color: var(--austry-base);
 }

 .project-three__arrow-box-2 {
   position: absolute;
   bottom: 0;
   right: 0;
 }

 .project-three__arrow-2 {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 80px;
   height: 80px;
   background-color: var(--austry-base);
   font-size: 28px;
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .project-three__arrow-2:hover {
   background-color: var(--austry-white);
   color: var(--austry-black);
 }

 .project-three__arrow-2 i {
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .project-three__arrow-2:hover i {
   color: var(--austry-black);
 }

 .project-three__more-project-and-btn {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   max-width: 670px;
   width: 100%;
   border: 2px solid var(--austry-base);
   margin: 0 auto;
   padding: 1px 1px 1px;
   padding-left: 34px;
   margin-top: 60px;
 }

 .project-three__more-project-text {
   font-weight: 600;
 }

 .project-three__more-project-btn-box {
   position: relative;
   display: block;
 }

 .project-three__carousel.owl-theme .owl-nav {
   position: absolute;
   top: -145px;
   right: 267px;
   margin: 0;
 }

 .project-three__carousel.owl-theme .owl-nav .owl-next {
   height: 50px;
   width: 50px;
   line-height: 50px;
   color: var(--austry-white);
   background-color: var(--austry-black);
   font-size: 15px;
   margin: 0;
   border-radius: 0;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .project-three__carousel.owl-theme .owl-nav .owl-prev {
   height: 50px;
   width: 50px;
   line-height: 50px;
   color: var(--austry-white);
   background-color: var(--austry-black);
   border-radius: 0;
   font-size: 15px;
   margin: 0;
   text-align: center;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .project-three__carousel.owl-theme .owl-nav .owl-next {
   margin-left: 5px;
 }

 .project-three__carousel.owl-theme .owl-nav .owl-prev {
   margin-right: 5px;
 }

 .project-three__carousel.owl-theme .owl-nav .owl-next:hover,
 .project-three__carousel.owl-theme .owl-nav .owl-prev:hover {
   background-color: var(--austry-base);
   color: var(--austry-white);
 }

 /*--------------------------------------------------------------
# Team Three
--------------------------------------------------------------*/
 .team-three {
   position: relative;
   display: block;
   background-color: var(--austry-extra);
   overflow: hidden;
   padding: 120px 0 90px;
   z-index: 1;
 }

 .team-three__bg-shape {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 0.03;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   z-index: -1;
 }

 .team-three .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .team-three__single {
   position: relative;
   display: block;
   margin-bottom: 30px;
 }

 .team-three__img-box {
   position: relative;
   display: block;
 }

 .team-three__img {
   position: relative;
   display: block;
   overflow: hidden;
   z-index: 1;
 }

 .team-three__img:before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   content: "";
   background-color: rgba(var(--austry-black-rgb), .30);
   width: 0%;
   transform: translateY(100%);
   border-radius: var(--austry-bdr-radius);
   transition: all 500ms ease;
   z-index: 1;
 }

 .team-three__single:hover .team-three__img:before {
   transform: translateY(0);
   width: 100%;
 }

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

 .team-three__single:hover .team-three__img img {
   transform: scale(1.1) rotate(2deg);
 }

 .team-three__content {
   position: relative;
   display: block;
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
   padding: 24px 30px 26px;
 }


 .team-three__sub-title {
   font-size: 12px;
   font-weight: 500;
   line-height: 21px;
   text-transform: uppercase;
   letter-spacing: var(--austry-letter-spacing-two);
   color: var(--austry-base);
 }

 .team-three__name {
   font-size: 24px;
   font-weight: 800;
   line-height: 30px;
   letter-spacing: var(--austry-letter-spacing);
 }

 .team-three__name a {
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .team-three__name a:hover {
   color: var(--austry-base);
 }

 .team-three__social {
   position: absolute;
   right: 0;
   bottom: 0;
   display: flex;
   align-items: center;
   background-color: var(--austry-base);
   padding: 10px 26px 8px;
   transform: scaleX(0.0);
   transform-origin: center;
   transform-style: preserve-3d;
   -webkit-transition: all 0.4s linear;
   -o-transition: all 0.4s linear;
   transition: all 0.4s linear;
   transform-origin: right center;
   z-index: 3;
 }

 .team-three__single:hover .team-three__social {
   transform: scaleX(1.0);
   transform-origin: left center;
   transition-delay: 300ms;
 }

 .team-three__social a {
   font-size: 12px;
   line-height: 12px;
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .team-three__social a:hover {
   color: var(--austry-black);
 }

 .team-three__social a+a {
   margin-left: 16px;
 }

 /*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
 .testimonial-three {
   position: relative;
   display: block;
   background-color: var(--austry-base);
   padding: 120px 0 120px;
   z-index: 1;
 }

 .testimonial-three__bg {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   width: 49.6%;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   mix-blend-mode: luminosity;
   opacity: .15;
   z-index: -1;
 }

 .testimonial-three .section-title__tagline {
   color: var(--austry-black);
 }

 .testimonial-three .section-title__tagline::before {
   background-color: var(--austry-black);
 }

 .testimonial-three .section-title__title {
   color: var(--austry-white);
 }

 .testimonial-three__left {
   position: relative;
   display: block;
   z-index: 5;
 }

 .testimonial-three__btn-box {
   position: relative;
   display: block;
 }

 .testimonial-three__btn:hover {
   color: var(--austry-black);
 }

 .testimonial-three__btn:after {
   background-color: var(--austry-white);
 }

 .testimonial-three__right {
   position: relative;
   display: block;
   margin-left: 100px;
   margin-top: 52px;
 }

 .testimonial-three__carousel {
   position: relative;
   display: block;
 }

 .testimonial-three__single {
   position: relative;
   display: block;
   background-color: var(--austry-extra);
   z-index: 1;
 }

 .testimonial-three__single::before {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: 5px;
   background-color: var(--austry-black);
   -webkit-transition-delay: .1s;
   transition-delay: .1s;
   -webkit-transition-timing-function: ease-in-out;
   transition-timing-function: ease-in-out;
   -webkit-transition-duration: .4s;
   transition-duration: .4s;
   -webkit-transition-property: all;
   transition-property: all;
   opacity: 1;
   -webkit-transform-origin: top;
   transform-origin: top;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transform: scalex(0);
   transform: scalex(0);
 }

 .testimonial-three__single:hover:before {
   opacity: 1;
   -webkit-transform: scalex(1);
   transform: scalex(1);
 }

 .testimonial-three__single-inner {
   position: relative;
   display: block;
   padding: 40px 40px 56px;
   padding-right: 50px;
   z-index: 1;
 }

 .testimonial-three__img {
   position: absolute;
   top: -56px;
   right: 67px;
   z-index: -1;
 }

 .testimonial-three__img img {
   width: auto;
 }

 .testimonial-three__icon {
   position: absolute;
   bottom: 29px;
   right: 29px;
   opacity: 0.03;
   z-index: -1;
 }

 .testimonial-three__icon img {
   width: auto;
 }

 .testimonial-three__client-info {
   position: relative;
   display: flex;
   margin-bottom: 23px;
 }

 .testimonial-three__content {
   position: relative;
   display: block;
 }

 .testimonial-three__rating {
   position: relative;
   display: flex;
   align-items: center;
   margin-bottom: 7px;
 }

 .testimonial-three__rating span {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 16px;
   color: var(--austry-base);
 }

 .testimonial-three__rating span+span {
   margin-left: 4px;
 }

 .testimonial-three__client-name {
   font-size: 24px;
   font-weight: 800;
   line-height: 24px;
   letter-spacing: var(--austry-letter-spacing);
   margin-bottom: 5px;
 }

 .testimonial-three__client-sub-title {
   font-size: 12px;
   line-height: 24px;
   font-weight: 500;
   text-transform: uppercase;
   letter-spacing: var(--austry-letter-spacing-two);
 }

 .testimonial-three__text {
   font-size: 18px;
   line-height: 32px;
 }

 .testimonial-three__carousel.owl-carousel .owl-stage-outer {
   overflow: visible;
 }

 .testimonial-three__carousel.owl-carousel .owl-item {
   opacity: 0;
   visibility: hidden;
   transition: opacity 500ms ease, visibility 500ms ease;
 }

 .testimonial-three__carousel.owl-carousel .owl-item.active {
   opacity: 1;
   visibility: visible;
 }

 /*--------------------------------------------------------------
# News Three
--------------------------------------------------------------*/
 .news-three {
   position: relative;
   display: block;
   padding: 120px 0 90px;
   z-index: 1;
 }

 .news-three .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .news-three__single {
   position: relative;
   display: block;
   margin-bottom: 30px;
 }

 .news-three__img-box {
   position: relative;
   display: block;
 }

 .news-three__img {
   position: relative;
   display: block;
   overflow: hidden;
   z-index: 1;
 }

 .news-three__img:before {
   position: absolute;
   content: "";
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: rgba(var(--austry-black-rgb), .40);
   -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
   visibility: hidden;
   opacity: 0;
   -webkit-transform: translatex(-70%);
   transform: translatex(-70%);
   z-index: 1;
 }

 .news-three__single:hover .news-three__img:before {
   visibility: visible;
   -webkit-transform: translatex(0%);
   transform: translatex(0%);
   opacity: 1;
 }

 .news-three__img img {
   width: 100%;
   transition: all 500ms ease;
 }

 .news-three__single:hover .news-three__img img {
   transform: scale(1.05);
 }

 .news-three__date {
   position: absolute;
   top: 20px;
   right: 20px;
   background-color: var(--austry-base);
   padding: 10px 15px 12px;
   z-index: 2;
 }

 .news-three__date p {
   font-size: 11px;
   font-weight: 700;
   color: var(--austry-white);
   line-height: 11px;
   text-transform: uppercase;
 }

 .news-three__title-box {
   position: absolute;
   left: 40px;
   bottom: 31px;
   right: 40px;
   z-index: 2;
 }

 .news-three__title {
   font-size: 24px;
   font-weight: 800;
   line-height: 36px;
 }

 .news-three__title a {
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .news-three__title a:hover {
   color: var(--austry-base);
 }

 /*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/

.client-1
{
  margin: 40px 0 0 0;
}
.client-2
{
  margin: 50px 0 0 0;
}
 .brand-three {
   position: relative;
   display: block;
   padding: 100px 0 100px; 
   z-index: 1;
 }

 .brand-three .swiper-slide {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
 }

 .brand-three .swiper-slide img {
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 1;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
 }

 .brand-three .swiper-slide img:hover {
   opacity: 0.5;
 }


 /*--------------------------------------------------------------
# About Four
--------------------------------------------------------------*/
 .about-four {
   position: relative;
   display: block;
   padding: 120px 0 120px;
   z-index: 3;
 }

 .about-four__left {
   position: relative;
   display: block;
   margin-right: 47px;
   margin-top: 20px;
 }

 .about-four__img-box {
   position: relative;
   display: block;
 }

 .about-four__img:before {
   content: "";
   position: absolute;
   top: -20px;
   left: 20px;
   right: 128px;
   height: 20px;
   background-color: var(--austry-base);
   clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
 }

 .about-four__img img {
   width: 100%;
 }

 .about-four__video-link {
   margin: 0 0 0 50px;
 }

 .about-four__video-link:before {}

 .about-four__video-icon {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 100px;
   height: 100px;
   line-height: 118px;
   text-align: center;
   font-size: 30px;
   color: var(--austry-base);
   background-color: var(--austry-extra);
   border-radius: 50%;
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   z-index: 1;
 }

 .about-four__video-icon:hover {
   background-color: var(--austry-white);
   color: var(--austry-white);
 }

 .about-four__video-icon:before {
   position: absolute;
   top: 10px;
   left: 10px;
   right: 10px;
   bottom: 10px;
   content: "";
   background-color: var(--austry-white);
   border-radius: 50%;
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   z-index: -1;
 }

 .about-four__video-icon:hover:before {
   background-color: var(--austry-base);
 }

 .about-four__video-link .ripple,
 .about-four__video-icon .ripple:before,
 .about-four__video-icon .ripple:after {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 100px;
   height: 100px;
   border-radius: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   box-shadow: 0 0 0 0 #cd212a;
   -webkit-animation: ripple 3s infinite;
   animation: ripple 3s infinite;
 }

 .about-four__video-icon .ripple:before {
   -webkit-animation-delay: 0.9s;
   animation-delay: 0.9s;
   content: "";
   position: absolute;
 }

 .about-four__video-icon .ripple:after {
   -webkit-animation-delay: 0.6s;
   animation-delay: 0.6s;
   content: "";
   position: absolute;
 }

 .about-four__right {
   position: relative;
   display: block;
 }

 .about-four__right .section-title {
   margin-bottom: 31px;
 }

 .about-four__text {
   padding-bottom: 41px;
 }

 .about-four__points {
   position: relative;
   display: flex;
   align-items: center;
 }

 .about-four__points li {
   position: relative;
   display: block;
 }

 .about-four__points li:last-child {
   margin-left: 15px;
 }

 .about-four__icon-box {
   position: relative;
   display: flex;
   align-items: center;
   margin-bottom: 18px;
 }

 .about-four__icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 18px;
   width: 18px;
   background-color: var(--austry-base);
   border-radius: 50%;
   font-size: 10px;
   color: var(--austry-white);
 }

 .about-four__icon-text {
   font-size: 18px;
   font-weight: 800;
   color: var(--austry-black);
   line-height: 18px;
   margin-left: 15px;
 }

 .about-four__bottom {
   position: relative;
   display: flex;
   align-items: center;
   margin-top: 54px;
   z-index: 2;
 }

 .about-four__bottom-left {
   position: relative;
   display: block;
   max-width: 310px;
   width: 100%;
   margin-top: -6px;
 }

 .about-four__bottom-text-box {
   position: relative;
   display: block;
   border-bottom: 1px solid var(--austry-bdr-color);
   margin-bottom: 45px;
   padding-bottom: 38px;
 }

 .about-four__bottom-text {
   font-size: 20px;
   font-weight: 800;
   line-height: 32px;
   color: var(--austry-black);
 }

 .about-four__btn-box {
   position: relative;
   display: block;
 }

 .about-four__btn {
   background-color: var(--austry-base);
 }

 .about-four__btn:after {
   background-color: var(--austry-black);
 }

 .about-four__bottom-right {
   position: relative;
   display: block;
   margin-left: 43px;
 }

 .about-four__project-completed {
   position: relative;
   display: block;
   background-color: var(--austry-extra);
   padding: 30px 40px 31px;
 }

 .about-four__project-completed:before {
   content: "";
   position: absolute;
   top: -4px;
   left: 0;
   right: 0;
   height: 4px;
   background-color: var(--austry-base);
 }

 .about-four__project-completed-icon {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 62px;
   color: var(--austry-base);
 }

 .about-four__project-completed-count-box {
   position: relative;
   display: block;
   margin-top: 12px;
 }

 .about-four__project-completed-count-box h3 {
   font-size: 40px;
   font-weight: 800;
   letter-spacing: var(--austry-letter-spacing);
   line-height: 40px;
   margin-bottom: 9px;
 }

 .about-four__project-completed-count-box p {
   line-height: 20px;
 }

 /*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
 .feature-one {
   position: relative;
   display: block;
   z-index: 2;
 }

 .feature-one__shape-1 {
   position: absolute;
   bottom: 185px;
   right: 34px;
   opacity: 0.08;
   z-index: -1;
 }

 .feature-one__shape-1 img {
   width: auto;
 }

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

 .feature-one__single-one-inner {
   position: relative;
   display: block;
 }

 .feature-one__single-one-content {
   position: relative;
   display: block;
   background-color: var(--austry-base);
   padding: 50px 50px 76px;
   z-index: 1;
 }

 .feature-one__single-one-shape {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   z-index: -1;
 }

 .feature-one__single-one-icon {
   position: relative;
   display: inline-block;
 }

 .feature-one__single-one-icon span {
   font-size: 64px;
   color: var(--austry-white);
   position: relative;
   display: inline-block;
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
 }

 .feature-one__single-one:hover .feature-one__single-one-icon span {
   transform: scale(.9);
 }

 .feature-one__single-one-title {
   font-size: 30px;
   font-weight: 800;
   line-height: 36px;
   letter-spacing: var(--austry-letter-spacing);
   margin-top: 17px;
   margin-bottom: 24px;
 }

 .feature-one__single-one-title a {
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }


 .feature-one__single-one-title a:hover {
   color: var(--austry-black);
 }

 .feature-one__single-one-text {
   color: var(--austry-white);
 }

 .feature-one__single-one-btn-box {
   position: relative;
   display: block;
   text-align: right;
 }

 .feature-one__single-one-btn {
   background-color: var(--austry-white);
   color: var(--austry-black);
 }

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

 .feature-one__content {
   position: relative;
   display: block;
   background-color: var(--austry-black);
   padding: 44px 40px 139px;
   overflow: hidden;
   z-index: 1;
 }

 .feature-one__content-bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   opacity: .40;
   -webkit-transform: scale(1);
   transform: scale(1);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: -1;
 }

 .feature-one__single:hover .feature-one__content-bg {
   transform: scale(1.05);
 }

 .feature-one__icon {
   position: relative;
   display: block;
 }

 .feature-one__icon span {
   position: relative;
   display: inline-block;
   font-size: 64px;
   color: var(--austry-base);
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
 }

 .feature-one__single:hover .feature-one__icon span {
   transform: scale(.9);
 }

 .feature-one__title {
   font-size: 24px;
   font-weight: 800;
   line-height: 24px;
   letter-spacing: var(--austry-letter-spacing);
   margin-top: 20px;
   margin-bottom: 18px;
 }

 .feature-one__title a {
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .feature-one__title a:hover {
   color: var(--austry-base);
 }

 .feature-one__text {
   color: var(--austry-white);
   opacity: .80;
 }

 /*--------------------------------------------------------------
# Project Four
--------------------------------------------------------------*/
 .project-four {
   position: relative;
   display: block;
   padding: 60px 0 30px;
   margin: 40px 0 100px 0;
   z-index: 1;
 }

 .project-four__bg-box {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 600px;
   background-color: var(--austry-black);
   z-index: -1;
 }

 .project-four__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   mix-blend-mode: overlay;
   opacity: .10;
   z-index: -1;
 }

 .project-four .container {
   max-width: 1720px;
 }

 .project-four .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .project-four .section-title__title {
   color: var(--austry-white);
 }

 .project-four__carousel {
   position: relative;
   display: block;
 }

 .project-four__single {
   position: relative;
   display: block;
 }

 .project-four__img {
   position: relative;
   display: block;
   overflow: hidden;
   z-index: 1;
 }

 .project-four__img img {
   border: 10px solid #fff;
 }

 .project-four__img:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgb(13, 26, 48);
   background: linear-gradient(0deg, rgba(13, 26, 48, 1) 5%, rgba(13, 26, 48, 0) 100%);
   z-index: 1;
 }

 .project-four__img:after {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   content: "";
   background-color: rgba(var(--austry-black-rgb), .30);
   -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
   -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
   transform: perspective(400px) rotateX(90deg) scaleY(0.5);
   -webkit-transform-origin: center;
   -ms-transform-origin: center;
   transform-origin: center;
   transition-delay: .1s;
   transition-timing-function: ease-in-out;
   transition-duration: .5s;
   transition-property: all;
   z-index: 1;
 }

 .project-four__single:hover .project-four__img:after {
   -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
   -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
   transform: perspective(400px) rotateX(0deg) scaleY(1.0);
 }

 .project-four__img img {
   width: 100%;
   -webkit-transform: scale(1);
   transform: scale(1);
   transition: all 500ms ease
 }

 .project-four__single:hover .project-four__img img {
   transform: scale(1.05);
 }

 .project-four__content {
   position: absolute;
   left: 50px;
   bottom: 37px;
   right: 20px;
   z-index: 2;
 }

 .project-four__sub-title {
   position: relative;
   display: inline-block;
   font-size: 14px;
   color: var(--austry-white);
   line-height: 14px;
 }

 .project-four__sub-title:before {
   content: "";
   position: absolute;
   top: -10px;
   left: 0;
   height: 2px;
   width: 25px;
   background-color: var(--austry-base);
 }

 .project-four__title {
   font-size: 23px;
   font-weight: 600;
   line-height: 32px;
 }

 .project-four__title a {
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .project-four__title a:hover {
   color: var(--austry-base);
 }

 .project-four__arrow {
   position: absolute;
   top: 40px;
   right: 40px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   transform: scale(0);
   z-index: 2;
 }

 .project-four__single:hover .project-four__arrow {
   transform: scale(1);
   transition-delay: 500ms;
 }

 .project-four__arrow a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 52px;
   width: 52px;
   background-color: var(--austry-base);
   border-radius: 50%;
   font-size: 15px;
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .project-four__arrow a:hover {
   background-color: var(--austry-white);
   color: var(--austry-base);
 }

 .project-four__carousel.owl-carousel .owl-dots {
   position: absolute;
   bottom: -47px;
   left: 0;
   right: 0;
   text-align: center;
   margin: 0 !important;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .project-four__carousel.owl-carousel .owl-dots .owl-dot {
   position: relative;
   display: inline-block;
   width: 25px;
   height: 5px;
   border-radius: 0;
   background-color: #2262a1;
   margin: 0px 2.5px;
   padding: 0px;
   transition: all 100ms linear;
   transition-delay: 0.1s;
 }

 .project-four__carousel.owl-carousel .owl-dot.active {
   background-color: #cd212a;
 }

 .project-four__carousel.owl-carousel .owl-dot:focus {
   outline: none;
 }

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

 /*--------------------------------------------------------------
# Counter Four
--------------------------------------------------------------*/
 .counter-four {
   position: relative;
   display: block;
   padding: 10px 0 150px 0;
   z-index: 1;
 }

 .counter-four__single {
   position: relative;
   display: block;
   border: 2px solid var(--austry-base);
   padding: 13px 12px 13px;
   margin-bottom: 30px;
 }

 .counter-four__single-inner {
   position: relative;
   display: flex;
   align-items: center;
   padding: 25px 15px 40px;
   background-color: #fff9f9;
   overflow: hidden;
   z-index: 1;
 }

 .counter-four__shape-1 {
   position: absolute;
   top: -21px;
   right: -164px;
   opacity: 0.08;
   z-index: -1;
 }

 .counter-four__shape-1 img {
   width: auto;
 }

 .counter-four__icon {
   position: relative;
   display: flex;
   align-items: center;
 }

 .counter-four__icon span {
   position: relative;
   display: inline-block;
   font-size: 55px;
   color: var(--austry-base);
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
 }

 .counter-four__single:hover .counter-four__icon span {
   transform: scale(.9);
 }

 .counter-four__content {
   margin-left: 20px;
 }

 .counter-four__content h3 {
   font-size: 50px;
   font-weight: 800;
   line-height: 50px;
   letter-spacing: -0.02em;
   margin-bottom: 7px;
 }

 .counter-four__content p {
   font-size: 20px;
   line-height: 30px;
   color: #555555;
 }

 .counter-four__bottom {
   position: relative;
   display: block;
   padding-top: 11px;
 }

 .counter-four__text {
   font-size: 18px;
   font-weight: 700;
 }

 .counter-four__text a {
   position: relative;
   display: inline-block;
   color: var(--austry-black);
 }

 .counter-four__text a:before {
   content: "";
   position: absolute;
   bottom: 3px;
   left: 0;
   right: 0;
   height: 2px;
   background-color: var(--austry-base);
 }

 /*--------------------------------------------------------------
# Testimonial Four
--------------------------------------------------------------*/
 .testimonial-four {
   position: relative;
   display: block;
   z-index: 1;
 }

 .testimonial-four__big-img {
   position: absolute;
   top: -134px;
   right: 280px;
   z-index: 2;
 }

 .testimonial-four__big-img img {
   width: auto;
 }

 .testimonial-four__experience {
   position: absolute;
   top: 310px;
   right: -98px;
   background-color: var(--austry-white);
   max-width: 235px;
   width: 100%;
   display: flex;
   align-items: center;
   padding: 33px 30px 35px;
   box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
 }

 .testimonial-four__experience:before {
   content: "";
   position: absolute;
   bottom: -20px;
   left: 50px;
   border-top: 20px solid white;
   border-right: 44px solid transparent;
   border-left: 2px solid transparent;
 }

 .testimonial-four__experience-year {
   font-size: 60px;
   font-weight: 800;
   color: var(--austry-base);
   letter-spacing: var(--austry-letter-spacing);
   line-height: 60px;
 }

 .testimonial-four__experience-text {
   font-size: 18px;
   line-height: 24px;
   margin-left: 15px;
 }

 .testimonial-four__wrap {
   position: relative;
   display: block;
   padding: 120px 0px 118px;
   overflow: hidden;
   background-color: var(--austry-extra);
   z-index: 1;
 }

 .testimonial-four__bg-one {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   width: 26.3%;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   mix-blend-mode: luminosity;
   opacity: 0.06;
   z-index: -1;
 }

 .testimonial-four__shape-1 {
   position: absolute;
   top: -40px;
   right: 0;
   opacity: 0.05;
   z-index: -1;
 }

 .testimonial-four__shape-1 img {
   width: auto;
 }

 .testimonial-four__left {
   position: relative;
   display: block;
 }

 .testimonial-one__slider {
   position: relative;
   display: block;
 }

 #testimonial-four__thumb {
   width: 245px;
   margin-right: auto;
   margin-left: 0;
 }

 .testimonial-four__img-holder {
   position: relative;
   display: block;
   overflow: hidden;
   transition: all 500ms ease;
   width: 76px;
   cursor: pointer;
 }

 .testimonial-four__img-holder:before {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background-color: rgba(var(--austry-black-rgb), .30);
   border-radius: 50%;
   content: "";
   z-index: 1;
   transition: all 500ms ease;
 }

 #testimonial-four__thumb .swiper-slide-thumb-active .testimonial-four__img-holder:before {
   background-color: rgba(var(--austry-base-rgb), .0);
 }

 .testimonial-four__img-holder>img {
   width: 76px;
   border-radius: 50%;
   transition: all 0.5s ease-in-out 0.6s;
 }


 .testimonial-one__main-content {
   position: relative;
   display: block;
   margin-top: 60px;
 }

 .testimonial-four__client-info {
   position: relative;
   display: flex;
 }

 .testimonial-four__client-img {
   position: relative;
   display: block;
   width: 154px;
   border-radius: 50%;
 }

 .testimonial-four__client-img img {
   width: 100%;
   border-radius: 50%;
 }

 .testimonial-four__client-content {
   position: relative;
   display: block;
   max-width: 470px;
   width: 100%;
   margin-left: 45px;
 }

 .testimonial-four__client-text {
   font-size: 18px;
   line-height: 24px;
   font-weight: 700;
   color: #333;
 }

 .testimonial-four__client-text_p {
   font-size: 15px;
   line-height: 24px;
   font-weight: 300;
   color: #333;
 }

 .testimonial-four__client-details {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-top: 22px;
 }

 .testimonial-four__client-title-box {
   position: relative;
   display: block;
 }

 .testimonial-four__client-rating {
   position: relative;
   display: flex;
   align-items: center;
 }

 .testimonial-four__client-rating i {
   position: relative;
   display: inline-block;
   font-size: 13px;
   color: var(--austry-base);
 }

 .testimonial-four__client-rating i+i {
   margin-left: 2px;
 }

 .testimonial-four__client-name {
   font-size: 16px;
   font-weight: 800;
   line-height: 24px;
   letter-spacing: var(--austry-letter-spacing);
   margin-top: 8px;
   margin-bottom: 9px;
 }

 .testimonial-four__client-sub-title {
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: var(--austry-letter-spacing-two);
   line-height: 12px;
 }

 .testimonial-four__quote {
   position: relative;
   display: flex;
   align-items: center;
 }

 .testimonial-four__quote span {
   font-size: 67px;
   color: var(--austry-base);
 }

 .testimonial-four__nav {
   position: absolute;
   top: -123px;
   right: 0;
   display: flex;
   align-items: center;
   z-index: 100;
 }

 .testimonial-four__nav .swiper-button-next,
 .testimonial-four__nav .swiper-button-prev {
   position: relative;
   top: auto;
   left: auto;
   right: auto;
   bottom: auto;
   width: 52px;
   height: 52px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 15px;
   color: var(--austry-black);
   background-color: var(--austry-white);
   border-radius: 50%;
   margin: 0;
   text-align: center;
   opacity: 1;
   transition: all 500ms ease;
   z-index: 100;
 }


 .testimonial-four__nav .swiper-button-next:hover,
 .testimonial-four__nav .swiper-button-prev:hover {
   color: var(--austry-white);
   background-color: var(--austry-black);
 }

 .testimonial-four__nav .swiper-button-next {
   margin-left: 10px;
 }

 .testimonial-four__nav .swiper-button-next i,
 .testimonial-four__nav .swiper-button-prev i {
   position: relative;
   display: flex;
   align-items: center;
 }

 .testimonial-four__nav .swiper-button-next::after,
 .testimonial-four__nav .swiper-button-prev::after {
   display: none;
 }

 /*--------------------------------------------------------------
# Services Four
--------------------------------------------------------------*/
 .services-four {
   position: relative;
   display: block;
   padding: 120px 0 90px;
 }

 .services-four .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .services-four__single {
   position: relative;
   display: block;
   margin-bottom: 30px;
 }

 .services-four__single-inner {
   position: relative;
   display: block;
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
   border: 1px solid var(--austry-bdr-color);
 }

 .services-four__img {
   position: relative;
   display: block;
   overflow: hidden;
   z-index: 1;
 }

 .services-four__img:before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background: rgb(255, 255, 255);
   background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
   z-index: 1;
 }

 .services-four__img:after {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   content: "";
   background: rgba(19, 34, 60, .30);
   transition: all 900ms ease;
   -moz-transition: all 900ms ease;
   -webkit-transition: all 900ms ease;
   -ms-transition: all 900ms ease;
   -o-transition: all 900ms ease;
   transition: -webkit-transform 0.5s ease;
   transition: transform 0.5s ease;
   transition: transform 0.5s ease, -webkit-transform 0.5s ease;
   -webkit-transform: scale(1, 0);
   -ms-transform: scale(1, 0);
   transform: scale(1, 0);
   -webkit-transform-origin: top center;
   -ms-transform-origin: top center;
   transform-origin: top center;
   z-index: 1;
 }

 .services-four__single:hover .services-four__img:after {
   -webkit-transform: scale(1, 1);
   -ms-transform: scale(1, 1);
   transform: scale(1, 1);
   -webkit-transform-origin: bottom center;
   -ms-transform-origin: bottom center;
   transform-origin: bottom center;
 }

 .services-four__img img {
   width: 100%;
   transform: scale(1);
   transition: transform 500ms ease;
 }

 .services-four__single:hover .services-four__img img {
   transform: scale(1.05);
 }

 .services-four__icon {
   position: absolute;
   bottom: 0;
   right: 40px;
   background-color: var(--austry-base);
   height: 100px;
   width: 100px;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 2;
 }

 .services-four__icon span {
   position: relative;
   display: inline-block;
   font-size: 63px;
   color: var(--austry-white);
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
 }

 .services-four__single:hover .services-four__icon span {
   transform: scale(.9);
 }

 .services-four__content {
   position: relative;
   display: block;
   padding: 0 50px 44px;
   margin-top: -3px;
   z-index: 2;
 }

 .services-four__title {
   font-size: 24px;
   font-weight: 800;
   line-height: 24px;
   letter-spacing: var(--austry-letter-spacing);
   margin-bottom: 28px;
 }

 .services-four__title a {
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .services-four__title a:hover {
   color: var(--austry-base);
 }

 .services-four__btn-box {
   position: relative;
   display: block;
   text-align: right;
 }

 .services-four__btn {
   background-color: var(--austry-bdr-color);
   color: var(--austry-gray);
 }

 /*--------------------------------------------------------------
# We Provide
--------------------------------------------------------------*/
 .we-provide {
   position: relative;
   display: block;
   z-index: 1;
 }

 .we-provide__wrap {
   position: relative;
   display: block;
   overflow: hidden;
   z-index: 1;
 }

 .we-provide__left {
   position: relative;
   display: block;
   width: 50%;
   float: left;
 }

 .we-provide__left-wrap {
   position: relative;
   display: block;
   overflow: hidden;
   z-index: 1;
 }

 .we-provide__left-img {
   position: relative;
   display: block;
   width: 49.4%;
   float: left;
   min-height: 472px;
 }

 .we-provide__left-img-bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   z-index: -1;
 }

 .we-provide__trusted {
   position: absolute;
   top: 31px;
   right: -74px;
   z-index: 2;
   height: 219px;
   width: 219px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   text-align: center;
 }

 .we-provide__trusted-shape-1 {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   z-index: -1;
 }

 .we-provide__trusted p {
   font-size: 14px;
   text-transform: uppercase;
   letter-spacing: var(--austry-letter-spacing-two);
   line-height: 14px;
   margin-bottom: 3px;
 }

 .we-provide__trusted h3 {
   font-size: 40px;
   font-weight: 800;
   line-height: 40px;
   letter-spacing: var(--austry-letter-spacing);
 }

 .we-provide__left-content {
   position: relative;
   display: block;
   width: 50.6%;
   float: right;
   background-color: var(--austry-base);
   padding: 102px 100px 145px;
   padding-right: 85px;
 }

 .we-provide__left-title {
   font-size: 40px;
   font-weight: 800;
   line-height: 42px;
   color: var(--austry-white);
   letter-spacing: var(--austry-letter-spacing);
 }

 .we-provide__btn-box {
   position: relative;
   display: block;
   margin-top: 45px;
 }

 .we-provide__btn:hover {
   color: var(--austry-base);
 }

 .we-provide__btn:after {
   background-color: var(--austry-white);
 }

 .we-provide__right {
   position: relative;
   display: block;
   width: 50%;
   float: right;
   text-align: center;
   background-color: var(--austry-black);
   padding: 145px 15px 147px;
   z-index: 1;
 }

 .we-provide__right-bg {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   opacity: .50;
   z-index: -1;
 }

 .we-provide__right-title {
   font-size: 50px;
   color: var(--austry-white);
   font-weight: 800;
   line-height: 60px;
   letter-spacing: var(--austry-letter-spacing);
 }


 /*--------------------------------------------------------------
# Brand Four
--------------------------------------------------------------*/
 .brand-four {
   position: relative;
   display: block;
   z-index: 1;
 }

 .brand-four__inner {
   position: relative;
   display: block;
   border-bottom: 1px solid var(--austry-bdr-color);
   padding: 69px 0 74px;
 }

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

 .brand-four__title p {
   font-size: 16px;
   font-weight: 800;
   color: var(--austry-black);
   line-height: 28px;
 }

 .brand-four__main-contet {
   position: relative;
   display: block;
   margin-top: 19px;
 }

 .brand-four .swiper-slide {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
 }

 .brand-four .swiper-slide img {
   -webkit-transition: 500ms;
   transition: 500ms;
   opacity: 0.15;
   max-width: 100%;
 }

 .brand-four .swiper-slide img:hover {
   opacity: 0.5;
 }

 /*--------------------------------------------------------------
# News Four
--------------------------------------------------------------*/
 .news-four {
   position: relative;
   display: block;
   padding: 120px 0 90px;
 }

 .news-four .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .news-four__single {
   position: relative;
   display: block;
   margin-bottom: 57px;
 }

 .news-four__img {
   position: relative;
   display: block;
   overflow: hidden;
   z-index: 1;
 }

 .news-four__img:before {
   position: absolute;
   content: "";
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: rgba(var(--austry-black-rgb), .30);
   -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
   visibility: hidden;
   opacity: 0;
   -webkit-transform: translatex(-70%);
   transform: translatex(-70%);
   z-index: 1;
 }

 .news-four__single:hover .news-four__img:before {
   visibility: visible;
   -webkit-transform: translatex(0%);
   transform: translatex(0%);
   opacity: 1;
 }

 .news-four__img img {
   width: 100%;
   transition: all 500ms ease;
 }

 .news-four__single:hover .news-four__img img {
   transform: scale(1.05);
 }

 .news-four__content {
   position: relative;
   display: block;
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
   padding: 30px 40px 46px;
   margin-top: -30px;
   margin-left: 15px;
   margin-right: 15px;
   z-index: 2;
 }

 .news-four__date-and-meta {
   position: relative;
   display: flex;
   align-items: center;
 }

 .news-four__date {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   background-color: var(--austry-base);
   padding: 11px 15px 11px;
 }

 .news-four__date p {
   font-size: 11px;
   color: var(--austry-white);
   font-weight: 700;
   line-height: 11px;
 }

 .news-four__meta {
   position: relative;
   display: flex;
   align-items: center;
   margin-left: 20px;
 }

 .news-four__meta .icon {
   position: relative;
   display: flex;
   align-items: center;
 }

 .news-four__meta .icon i {
   font-size: 12px;
   color: var(--austry-base);
 }

 .news-four__meta .text {
   margin-left: 3px;
 }

 .news-four__meta .text p {
   font-size: 13px;
 }

 .news-four__meta .text p a {
   color: var(--austry-gray);
 }

 .news-four__title {
   font-size: 20px;
   font-weight: 800;
   line-height: 30px;
   margin-top: 13px;
   margin-bottom: 13px;
 }

 .news-four__title a {
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .news-four__title a:hover {
   color: var(--austry-base);
 }

 .news-four__arrow {
   position: absolute;
   right: 40px;
   bottom: -26px;
 }

 .news-four__arrow a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 52px;
   width: 52px;
   background-color: var(--austry-black);
   border-radius: 50%;
   font-size: 15px;
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .news-four__arrow a:hover {
   background-color: var(--austry-base);
 }

 /*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
 .cta-one {
   position: relative;
   display: block;
   background-color: #2262a1;
   overflow: hidden;
   z-index: 1;
 }

 .cta-one__shape-1 {
   position: absolute;
   bottom: -30px;
   left: 0;
   opacity: .15;
   z-index: -1;
 }

 .cta-one__shape-1 img {
   width: auto;
 }

 .cta-one__shape-2 {
   position: absolute;
   top: -170px;
   right: -30px;
   opacity: .15;
   z-index: -1;
 }

 .cta-one__shape-2 img {
   width: auto;
 }

 .cta-one__inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   padding: 60px 0 60px;
 }

 .cta-one__inner .cta-one__inner_text {
   width: 70%;
 }

 .cta-one__inner .cta-one__inner_text h5 {
   color: #fff;
   letter-spacing: 0;
   line-height: 30px;
   margin: 20px 0 0 0;
 }



 .cta-one__title {
   font-size: 40px;
   font-weight: 800;
   color: var(--austry-white);
   letter-spacing: var(--austry-letter-spacing);
   line-height: 50px;
 }

 .cta-one__btn:hover {
   color: var(--austry-base);
 }

 .cta-one__btn:after {
   background-color: var(--austry-white);
 }

 /*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
 .feature-two {
   position: relative;
   display: block;
   padding: 70px 0; 
   z-index: 1;
 }

 .feature-two__single {
   position: relative;
   display: block;
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
   padding: 36px 40px 36px;
   margin-bottom: 30px;
   z-index: 1;
   border-radius: 12px 12px 0 0;
 }

 .feature-two__single:before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: var(--austry-base);
   visibility: hidden;
   -webkit-transform-origin: top center;
   transform-origin: top center;
   -webkit-transform: scaleY(0) translateZ(100px);
   transform: scaleY(0) translateZ(100px);
   -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
   z-index: -1;
   border-radius: 12px 12px 0 0;
 }

 .feature-two__single:hover:before {
   visibility: visible;
   -webkit-transform: scaleY(1) translateZ(0px);
   transform: scaleY(1) translateZ(0px);
 }
 .feature-two__single:hover p {
  color: #fff;
 }

 .feature-two__title {
   font-size: 22px;
   font-weight: 800;
   line-height: 26px;
   letter-spacing: var(--austry-letter-spacing);
   margin-bottom: 16px;
 }

 .feature-two__title a {
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .feature-two__single:hover .feature-two__title a {
   color: var(--austry-white);
 }

 .feature-two__text {
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .feature-two__single:hover .feature-two__text {
   color: var(--austry-white);
 }
 .feature-two__single:hover .feature-two__text a {
   color: #fff;
 }

 /*--------------------------------------------------------------
# About Five
--------------------------------------------------------------*/
 .about-five {
   position: relative;
   display: block;
   padding: 0 0 120px;
 }

 .about-five__left {
   position: relative;
   display: block;
   margin-left: -51px;
   margin-right: 51px;
 }

 .about-five__img-box {
   position: relative;
   display: block;
 }

 .about-five__img {
   position: relative;
   display: block;
 }

 .about-five__img:before {
   content: "";
   position: absolute;
   left: 10px;
   bottom: 3px;
   height: 56px;
   width: 56px;
   background-color: var(--austry-base);
   border-radius: 50%;
   animation-name: zoomInOut;
   animation-duration: 3s;
   animation-iteration-count: infinite;
   animation-timing-function: ease-in-out;

   -webkit-animation-name: zoomInOut;
   -webkit-animation-duration: 3s;
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-timing-function: ease-in-out;

   -moz-animation-name: zoomInOut;
   -moz-animation-duration: 3s;
   -moz-animation-iteration-count: infinite;
   -moz-animation-timing-function: ease-in-out;

   -ms-animation-name: zoomInOut;
   -ms-animation-duration: 3s;
   -ms-animation-iteration-count: infinite;
   -ms-animation-timing-function: ease-in-out;

   -o-animation-name: zoomInOut;
   -o-animation-duration: 3s;
   -o-animation-iteration-count: infinite;
   -o-animation-timing-function: ease-in-out;
 }

 .about-five__img img {
   width: 100%;
   border-radius: 50%;
 }

 .about-five__img-2 {
   position: absolute;
   bottom: -57px;
   right: -20px;
 }

 .about-five__img-2 img {
   width: auto;
   border-radius: 50%;
 }

 .about-five__right {
   position: relative;
   display: block;
 }

 .about-five__right .section-title {
   margin-bottom: 31px;
 }

 .about-five__text {
   padding-bottom: 35px;
 }

 .about-five__points {
   position: relative;
   display: block;
 }

 .about-five__points li {
   position: relative;
   display: flex;
   align-items: center;
 }

 .about-five__points li+li {
   margin-top: 3px;
 }

 .about-five__points li .icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 18px;
   width: 18px;
   background-color: var(--austry-base);
   border-radius: 50%;
   font-size: 10px;
   color: var(--austry-white);
 }

 .about-five__points li .text {
   margin-left: 10px;
 }

 .about-five__points li .text p {
   font-size: 18px;
   font-weight: 800;
   color: var(--austry-black);
   letter-spacing: var(--austry-letter-spacing);
 }

 .about-five__feature-icon-box {
   position: relative;
   display: flex;
   align-items: center;
   border-top: 1px solid var(--austry-bdr-color);
   border-bottom: 1px solid var(--austry-bdr-color);
   padding-top: 18px;
   padding-bottom: 18px;
   margin-top: 36px;
   margin-bottom: 41px;
 }

 .about-five__feature-icon-box li {
   position: relative;
   display: flex;
   align-items: center;
 }

 .about-five__feature-icon-box li+li {
   margin-left: 65px;
 }

 .about-five__feature-icon-box li .icon {
   position: relative;
   display: flex;
   align-items: center;
 }

 .about-five__feature-icon-box li .icon span {
   position: relative;
   display: inline-block;
   font-size: 64px;
   color: var(--austry-base);
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
 }

 .about-five__feature-icon-box li:hover .icon span {
   transform: scale(.9);
 }

 .about-five__feature-icon-box li .text {
   margin-left: 20px;
 }

 .about-five__feature-icon-box li .text p {
   font-size: 20px;
   line-height: 24px;
   color: var(--austry-black);
   font-weight: 800;
   letter-spacing: var(--austry-letter-spacing);
 }

 /*--------------------------------------------------------------
# Services Five
--------------------------------------------------------------*/
 .services-five {
   position: relative;
   display: block;
   padding: 70px 0 90px;
   z-index: 1;
 }

 .services-five__bg-box {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 100%;
   background-color: #fbfbfb;
   z-index: -1;
 }

 .services-five__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   mix-blend-mode: luminosity;
   opacity: .10;
   z-index: -1;
 }

 .services-five .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .services-five__single {
   position: relative;
   display: block;
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
   margin-bottom: 30px;
 }

 .services-five__img {
   position: relative;
   display: block;
   overflow: hidden;
   background-color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 1;
 }

 .services-five__img img {
   width: 100%;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .services-five__single:hover .services-five__img img {
   transform: scale(1.05);
   opacity: .5;
 }

 .services-five__icon {
   position: absolute;
   top: -42px;
   left: 50px;
   height: 108px;
   width: 108px;
   background-color: var(--austry-base);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 3;
 }

 .services-five__icon span {
   position: relative;
   display: inline-block;
   font-size: 64px;
   color: var(--austry-white);
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
 }

 .services-five__single:hover .services-five__icon span {
   transform: scale(.9);
 }

 .services-five__content-box {
   position: relative;
   display: block;
   z-index: 2;
 }

 .services-five__content {
   position: relative;
   display: block;
   border: 1px solid var(--austry-bdr-color);
   border-top: 0;
   padding: 83px 50px 47px;
   background-color: rgb(255, 255, 255);
   margin-top: -60px;
   clip-path: polygon(0 0, 100% 22%, 100% 100%, 0% 100%);
   z-index: 2;
 }

 .services-five__title {
   font-size: 24px;
   font-weight: 800;
   line-height: 24px;
   letter-spacing: var(--austry-letter-spacing);
 }

 .services-five__title a {
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .services-five__title a:hover {
   color: var(--austry-base);
 }

 .services-five__text {
   padding-top: 28px;
   padding-bottom: 16px;
 }

 .services-five__btn {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 12px;
   font-weight: 800;
   text-transform: uppercase;
   letter-spacing: var(--austry-letter-spacing-two);
   color: var(--austry-gray);
   line-height: 12px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .services-five__btn span {
   font-size: 15px;
   padding-left: 11px;
 }

 .services-five__btn:hover {
   color: var(--austry-base);
 }

 /*--------------------------------------------------------------
# FAQ One
--------------------------------------------------------------*/
 .faq-one {
   position: relative;
   display: block;
   padding: 100px 0;
   z-index: 1;
 }

 .feature-two__shape-1 {
   position: absolute;
   top: 0;
   right: 0;
   z-index: -1;
 }

 .feature-two__shape-1 img {
   width: auto;
 }

 .faq-one__left {
   position: relative;
   display: block;
   margin-right: 62px;
 }

 .faq-one__left .section-title {
   margin-bottom: 15px;
 }

 .faq-one__icon-box {
   position: relative;
   display: flex;
   align-items: center;
 }

 .faq-one__icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 52px;
   width: 52px;
   background-color: var(--austry-base);
   font-size: 15px;
   color: var(--austry-white);
   border-radius: 50%;
 }

 .faq-one__icon-text {
   position: relative;
   display: block;
   max-width: 425px;
   width: 100%;
   margin-left: 20px;
 }

 .faq-one__icon-text p {
   font-size: 18px;
   font-weight: 800;
   color: var(--austry-black);
   letter-spacing: var(--austry-letter-spacing);
 }

 .faq-one__text {
   padding-top: 15px;
 }

 .faq-one__right {
   position: relative;
   display: block;
 }

 .faq-one-accrodion .accrodion {
   position: relative;
   display: block;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   background-color: var(--austry-white);
   border: 0;
 }

 .faq-one-accrodion .accrodion.active {
   box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
 }

 .faq-one-accrodion .accrodion:before {
   position: absolute;
   top: 0px;
   left: 0px;
   bottom: 0px;
   width: 3px;
   content: "";
   background-color: var(--austry-base);
   transform: scaleY(0);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 1;
 }

 .faq-one-accrodion .accrodion.active:before {
   transform: scaleY(1);
 }

 .faq-one-accrodion .accrodion-title {
   position: relative;
   display: block;
   cursor: pointer;
   padding: 21px 40px 21px;
   padding-right: 15px;
   background-color: var(--austry-extra);
   transition: all 200ms linear;
   transition-delay: 0.1s;
 }

 .faq-one-accrodion .accrodion.active .accrodion-title {
   background-color: transparent;
 }

 .faq-one-accrodion .accrodion-title h4 {
   margin: 0;
   font-size: 18px;
   font-weight: 800;
   line-height: 28px;
   color: var(--austry-black);
   font-family: var(--austry-font);
   position: relative;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .faq-one-accrodion .accrodion+.accrodion {
   margin-top: 10px;
 }

 .faq-one-accrodion .accrodion.active .accrodion-title h4 {
   color: var(--austry-base);
 }

 .faq-one-accrodion .accrodion-title h4::before {
   content: "\f105";
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   font-size: 15px;
   color: var(--austry-black);
   background-color: var(--austry-white);
   position: absolute;
   top: 50%;
   right: 0;
   height: 40px;
   width: 40px;
   border-radius: 50%;
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
   content: "\f107";
   color: var(--austry-white);
   background-color: var(--austry-black);
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .faq-one-accrodion .accrodion-content {
   position: relative;
   padding: 3px 40px 34px;
   padding-right: 45px;
 }

 .faq-one-accrodion .accrodion-content p {
   margin: 0;
   line-height: 30px;
 }

 /*--------------------------------------------------------------
# Team Five
--------------------------------------------------------------*/
 .team-five {
   position: relative;
   display: block;
   padding: 120px 0 90px;
   z-index: 1;
 }

 .team-five__bg-box {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 480px;
   background-color: var(--austry-black);
   z-index: -1;
 }

 .team-five__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   mix-blend-mode: luminosity;
   opacity: .08;
   z-index: -1;
 }

 .team-five .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .team-five .section-title__title {
   color: var(--austry-white);
 }

 .team-five .row {
   --bs-gutter-x: 70px;
 }

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

 .team-five__shape-1 {
   position: absolute;
   bottom: 0;
   right: -30px;
   z-index: -1;
 }

 .team-five__shape-1 img {
   width: auto;
 }

 .team-five__img {
   position: relative;
   display: block;
   overflow: hidden;
   z-index: 1;
 }

 .team-five__img:before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   content: "";
   background-color: rgba(var(--austry-black-rgb), .30);
   width: 0%;
   transform: translateY(100%);
   border-radius: var(--austry-bdr-radius);
   transition: all 500ms ease;
   z-index: 1;
 }

 .team-five__single:hover .team-five__img:before {
   transform: translateY(0);
   width: 100%;
 }

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

 .team-five__single:hover .team-five__img img {
   transform: scale(1.1) rotate(2deg);
 }

 .team-five__content {
   position: relative;
   display: block;
   overflow: hidden;
   margin-top: -70px;
   margin-right: -30px;
   z-index: 2;
 }

 .team-five__founder {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: var(--austry-base);
   max-width: 100px;
   width: 100%;
   padding: 9px 0;
   float: right;
   z-index: 3;
 }

 .team-five__founder:before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: -2px;
   width: 2px;
   background-color: var(--austry-white);
 }

 .team-five__founder p {
   font-size: 12px;
   color: var(--austry-white);
   font-weight: 600;
   line-height: 12px;
   text-transform: uppercase;
   letter-spacing: var(--austry-letter-spacing-two);
 }

 .team-five__name {
   position: relative;
   display: block;
   background-color: var(--austry-black);
   padding: 28px 40px 28px;
   padding-right: 87px;
   max-width: 300px;
   width: 100%;
   float: right;
   z-index: 3;
 }

 .team-five__name h3 {
   font-size: 24px;
   font-weight: 700;
   line-height: 24px;
   letter-spacing: var(--austry-letter-spacing);
 }

 .team-five__name h3 a {
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .team-five__name h3 a:hover {
   color: var(--austry-base);
 }

 .team-five__social {
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: var(--austry-white);
   padding: 8.5px 30px 8.5px;
   z-index: 2;
   right: 101px;
   top: 0;
   transform: scaleX(0.0);
   transform-origin: center;
   transform-style: preserve-3d;
   -webkit-transition: all 0.4s linear;
   -o-transition: all 0.4s linear;
   transition: all 0.4s linear;
   transform-origin: right center;
 }

 .team-five__single:hover .team-five__social {
   transform: scaleX(1.0);
   transform-origin: left center;
   transition-delay: 500ms;
 }

 .team-five__social a {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 13px;
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .team-five__social a:hover {
   color: var(--austry-base);
 }

 .team-five__social a+a {
   margin-left: 15px;
 }

 /*--------------------------------------------------------------
# Project Five
--------------------------------------------------------------*/
 .project-five {
   position: relative;
   display: block;
   background-color: var(--austry-base);
   padding: 120px 0 120px;
   z-index: 1;
 }

 .project-five__bg {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   width: 80%;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   mix-blend-mode: plus-lighter;
   opacity: .10;
   z-index: -1;
 }

 .project-five__left {
   position: relative;
   display: block;
   z-index: 5;
 }

 .project-five__left .section-title {
   margin-bottom: 21px;
 }

 .project-five__left .section-title__tagline {
   color: var(--austry-white);
 }

 .project-five__left .section-title__tagline::before {
   background-color: var(--austry-white);
 }

 .project-five__left .section-title__title {
   color: var(--austry-white);
 }

 .project-five__text {
   color: var(--austry-white);
   margin-right: 70px;
 }

 .project-five__right {
   position: relative;
   display: block;
   margin-right: -400px;
   z-index: 1;
 }

 .project-five__right:before {
   content: "";
   position: absolute;
   top: -120px;
   bottom: -120px;
   left: 100px;
   right: -100000000px;
   background-color: var(--austry-black);
   z-index: -1;
 }

 .project-five__carousel {
   position: relative;
   display: block;
 }

 .project-five__single {
   position: relative;
   display: block;
 }

 .project-five__img {
   position: relative;
   display: block;
   overflow: hidden;
   z-index: 1;
 }

 .project-five__img:before {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   content: "";
   background-color: rgba(var(--austry-black-rgb), .30);
   -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
   -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
   transform: perspective(400px) rotateX(90deg) scaleY(0.5);
   -webkit-transform-origin: center;
   -ms-transform-origin: center;
   transform-origin: center;
   transition-delay: .1s;
   transition-timing-function: ease-in-out;
   transition-duration: .5s;
   transition-property: all;
   z-index: 1;
 }

 .project-five__single:hover .project-five__img:before {
   -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
   -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
   transform: perspective(400px) rotateX(0deg) scaleY(1.0);
 }

 .project-five__img img {
   width: 100%;
   -webkit-transform: scale(1);
   transform: scale(1);
   transition: all 500ms ease
 }

 .project-five__single:hover .project-five__img img {
   transform: scale(1.05);
 }

 .project-five__content {
   position: absolute;
   left: 20px;
   right: 20px;
   bottom: 20px;
   background-color: var(--austry-white);
   text-align: center;
   padding: 24px 0;
   z-index: 2;
 }

 .project-five__content:before {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   content: "";
   background-color: var(--austry-base);
   transform: scaleX(0.7) rotateX(20deg);
   opacity: 0;
   transition: all 0.4s linear;
   z-index: -1;
 }

 .project-five__single:hover .project-five__content:before {
   transform: scaleX(1.0) rotateX(0deg);
   transition: all 0.4s linear;
   opacity: 1;
 }

 .project-five__title {
   font-size: 20px;
   font-weight: 800;
   line-height: 30px;
   letter-spacing: var(--austry-letter-spacing);
 }

 .project-five__title a {
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .project-five__single:hover .project-five__title a {
   color: var(--austry-white);
 }

 .project-five__carousel.owl-carousel .owl-dots {
   position: absolute;
   bottom: 147px;
   left: -402px;
   right: 0;
   text-align: left;
   margin: 0 !important;
   display: flex;
   align-items: center;
 }

 .project-five__carousel.owl-carousel .owl-dots .owl-dot {
   position: relative;
   display: inline-block;
   width: 7px;
   height: 7px;
   border-radius: 50%;
   background-color: rgba(var(--austry-black-rgb), .30);
   margin: 0px 3px;
   padding: 0px;
   transition: all 100ms linear;
   transition-delay: 0.1s;
 }

 .project-five__carousel.owl-carousel .owl-dot.active {
   background-color: rgba(var(--austry-white-rgb), 1);
 }

 .project-five__carousel.owl-carousel .owl-dot:focus {
   outline: none;
 }

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

 /*--------------------------------------------------------------
# Brand Five
--------------------------------------------------------------*/
 .brand-five {
   position: relative;
   display: block;
   padding: 100px 0 100px;
   z-index: 1;
 }

 .brand-five .swiper-slide {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
 }

 .brand-five .swiper-slide img {
   -webkit-transition: 500ms;
   transition: 500ms;
   opacity: 0.15;
   max-width: 100%;
 }

 .brand-five .swiper-slide img:hover {
   opacity: 0.5;
 }

 /*--------------------------------------------------------------
# Testimonial Five
--------------------------------------------------------------*/
 .testimonial-five {
   position: relative;
   display: block;
   background-color: var(--austry-extra);
   padding: 120px 0 130px 0;
   z-index: 1;
 }

 .testimonial-five__shape-1 {
   position: absolute;
   top: 0;
   right: 0;
   mix-blend-mode: luminosity;
   opacity: .10;
   z-index: -1;
 }

 .testimonial-five__shape-1 img {
   width: auto;
 }

 .testimonial-five__dot {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: 95px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: bottom center;
   opacity: .10;
   z-index: -1;
 }

 .testimonial-five:before {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: 95px;
   background-color: var(--austry-white);
   z-index: -1;
 }

 .testimonial-five__left {
   position: relative;
   display: block;
 }

 .testimonial-five__left-img {
   position: relative;
   display: block;
 }

 .testimonial-five__left-img img {
   width: 100%;
 }

 .testimonial-five__video-link {
   position: absolute;
   bottom: 0px;
   left: 0px;
   z-index: 2;
 }

 .testimonial-five__video-icon {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 95px;
   height: 95px;
   line-height: 95px;
   text-align: center;
   font-size: 30px;
   color: var(--austry-white);
   background-color: var(--austry-base);
   border-radius: 0;
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   z-index: 1;
 }

 .testimonial-five__video-icon:hover {
   background-color: var(--austry-white);
   color: var(--austry-base);
 }

 .testimonial-five__video-link .ripple,
 .testimonial-five__video-icon .ripple:before,
 .testimonial-five__video-icon .ripple:after {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 95px;
   height: 95px;
   border-radius: 0;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -ms-box-shadow: 0 0 0 0 rgba(var(--austry-base-rgb), 0.6);
   -o-box-shadow: 0 0 0 0 rgba(var(--austry-base-rgb), 0.6);
   -webkit-box-shadow: 0 0 0 0 rgba(var(--austry-base-rgb), 0.6);
   box-shadow: 0 0 0 0 rgba(var(--austry-base-rgb), 0.6);
   -webkit-animation: ripple 3s infinite;
   animation: ripple 3s infinite;
 }

 .testimonial-five__video-icon .ripple:before {
   -webkit-animation-delay: 0.9s;
   animation-delay: 0.9s;
   content: "";
   position: absolute;
 }

 .testimonial-five__video-icon .ripple:after {
   -webkit-animation-delay: 0.6s;
   animation-delay: 0.6s;
   content: "";
   position: absolute;
 }

 .testimonial-five__right {
   position: relative;
   display: block;
   margin-left: 70px;
 }

 .testimonial-five__right .section-title {
   margin-bottom: 37px;
 }

 .testimonial-five__carousel {
   position: relative;
   display: block;
 }

 .testimonial-five__single {
   position: relative;
   display: block;
   margin-bottom: 30px;
 }

 .testimonial-five__quote-box {
   position: relative;
   display: flex;
 }

 .testimonial-five__quote-icon {
   position: relative;
   display: block;
 }

 .testimonial-five__quote-icon i {
   position: relative;
   display: inline-block;
   font-size: 45px;
   color: #cd212a;
 }

 .testimonial-five__quote-text-box {
   margin-left: 25px;
   margin-top: 0px;
 }

 .testimonial-five__client-info {
   position: relative;
   display: flex;
   align-items: center;
   margin-top: 21px;
 }

 .testimonial-five__client-img {
   position: relative;
   display: block;
   width: 70px;
 }

 .testimonial-five__client-img:before {
   content: "";
   position: absolute;
   top: 10px;
   right: -10px;
   bottom: -10px;
   width: 10px;
   background-color: var(--austry-base);
 }

 .testimonial-five__client-img:after {
   content: "";
   position: absolute;
   left: 10px;
   right: -10px;
   bottom: -10px;
   height: 10px;
   background-color: var(--austry-base);
 }

 .testimonial-five__client-img img {
   width: 100%;
 }

 .testimonial-five__client-content {
   margin-left: 70px;
 }

 .testimonial-five__rating {
   position: relative;
   display: flex;
   align-items: center;
 }

 .testimonial-five__rating i {
   font-size: 15px;
   color: var(--austry-base);
 }

 .testimonial-five__rating i+i {
   margin-left: 2px;
 }

 .testimonial-five__client-name {
   font-size: 20px;
   font-weight: 800;
   line-height: 20px;
   letter-spacing: var(--austry-letter-spacing);
   margin-top: 11px;
   margin-bottom: 8px;
 }

 .testimonial-five__client-sub-title {
   font-size: 14px;
   line-height: 14px;
 }

 .testimonial-five__carousel.owl-theme .owl-nav {
   position: absolute;
   bottom: -83px;
   right: 0px;
   margin-top: 0px !important;
 }

 .testimonial-five__carousel.owl-theme .owl-nav .owl-next {
   height: 50px;
   width: 50px;
   line-height: 50px;
   border-radius: 0;
   color: var(--austry-white);
   border: 0;
   background-color: var(--austry-base);
   font-size: 15px;
   margin: 0;
   text-align: center;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .testimonial-five__carousel.owl-theme .owl-nav .owl-prev {
   height: 50px;
   width: 50px;
   line-height: 50px;
   border-radius: 0;
   color: var(--austry-black);
   border: 0;
   background-color: var(--austry-white);
   font-size: 15px;
   margin: 0;
   text-align: center;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .testimonial-five__carousel.owl-theme .owl-nav .owl-prev {
   margin: 0;
   top: -30px;
   right: -20px;
   position: relative;
 }

 .testimonial-five__carousel.owl-theme .owl-nav .owl-next span,
 .testimonial-five__carousel.owl-theme .owl-nav .owl-prev span {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .testimonial-five__carousel.owl-theme .owl-nav .owl-next:hover,
 .testimonial-five__carousel.owl-theme .owl-nav .owl-prev:hover {
   color: var(--austry-white);
   background-color: var(--austry-black);
 }

 /*--------------------------------------------------------------
# News Five
--------------------------------------------------------------*/
 .news-five {
   position: relative;
   display: block;
   padding: 120px 0 90px;
 }

 .news-five .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .news-five__single {
   position: relative;
   display: block;
   margin-bottom: 30px;
 }

 .news-five__img {
   position: relative;
   display: block;
   overflow: hidden;
   z-index: 1;
 }

 .news-five__img:before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background: rgb(16, 28, 48);
   background: linear-gradient(0deg, rgba(16, 28, 48, 0.927608543417367) 0%, rgba(16, 28, 48, 0) 100%);
   z-index: 1;
 }

 .news-five__img:after {
   position: absolute;
   content: "";
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: rgba(var(--austry-black-rgb), .30);
   -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
   visibility: hidden;
   opacity: 0;
   -webkit-transform: translatex(-70%);
   transform: translatex(-70%);
   z-index: 1;
 }

 .news-five__single:hover .news-five__img:after {
   visibility: visible;
   -webkit-transform: translatex(0%);
   transform: translatex(0%);
   opacity: 1;
 }

 .news-five__img img {
   width: 100%;
   transition: all 500ms ease;
 }

 .news-five__single:hover .news-five__img img {
   transform: scale(1.05);
 }

 .news-five__title-box {
   position: absolute;
   left: 40px;
   bottom: 31px;
   z-index: 2;
 }

 .news-five__title {
   font-size: 24px;
   line-height: 36px;
   font-weight: 800;
 }

 .news-five__title a {
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .news-five__title a:hover {
   color: var(--austry-base);
 }

 .news-five__date {
   position: absolute;
   top: 20px;
   right: 20px;
   background-color: var(--austry-base);
   padding: 11px 15px 11px;
   z-index: 2;
 }

 .news-five__date p {
   font-size: 11px;
   font-weight: 700;
   color: var(--austry-white);
   text-transform: uppercase;
   line-height: 11px;
 }

 /*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
 .cta-two {
   position: relative;
   display: block;
   z-index: 1;
 }

 .cta-two__shape-1 {
   position: absolute;
   top: 0;
   bottom: 0;
   left: -375px;
   width: 60.5%;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   mix-blend-mode: color-dodge;
   opacity: .20;
   z-index: -1;
 }

 .cta-two__inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   background-color: var(--austry-base);
   flex-wrap: wrap;
   padding-right: 70px;
   padding-top: 62px;
   padding-bottom: 62px;
   z-index: 1;
 }

 .cta-two__inner:before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: -100000000px;
   right: 0;
   background-color: var(--austry-base);
   z-index: -1;
 }

 .cta-two__title {
   font-size: 40px;
   font-weight: 800;
   color: var(--austry-white);
   line-height: 48px;
   letter-spacing: var(--austry-letter-spacing);
 }

 .cta-two__btn:hover {
   color: var(--austry-base);
 }

 .cta-two__btn:after {
   background-color: var(--austry-white);
 }


 /*--------------------------------------------------------------
# Feature Three
--------------------------------------------------------------*/
 .feature-three {
   position: relative;
   display: block;
   background-color: var(--austry-base);
   counter-reset: count;
   padding: 200px 0 70px;
   margin-top: -100px;
   z-index: 1;
 }

 .feature-three__bg {
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   left: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   mix-blend-mode: color-burn;
   opacity: .12;
   z-index: -1;
 }

 .feature-three__single {
   position: relative;
   display: block;
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
   padding: 40px 40px 26px;
   margin-bottom: 30px;
   z-index: 1;
 }

 .feature-three__single:before {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   content: "";
   background-color: var(--austry-black);
   transform: scaleX(0.7) rotateX(20deg);
   opacity: 0;
   transition: all 0.4s linear;
   z-index: -1;
 }

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

 .feature-three__count-and-icon {
   position: relative;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   margin-bottom: 23px;
 }

 .feature-three__count {
   position: relative;
   display: block;
   width: 40px;
   height: 40px;
   top: -7px;
 }

 .feature-three__count:before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   font-size: 50px;
   line-height: 50px;
   font-weight: 300;
   counter-increment: count;
   content: "0"counter(count);
   transition: all 200ms linear;
   transition-delay: 0.1s;
   color: var(--austry-extra);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .feature-three__single:hover .feature-three__count:before {
   color: var(--austry-white);
   opacity: .10;
 }

 .feature-three__icon {
   position: relative;
   display: block;
 }

 .feature-three__icon span {
   position: relative;
   display: inline-block;
   font-size: 64px;
   color: var(--austry-base);
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
 }

 .feature-three__single:hover .feature-three__icon span {
   transform: scale(.9);
 }

 .feature-three__title {
   font-size: 20px;
   font-weight: 800;
   line-height: 20px;
   letter-spacing: var(--austry-letter-spacing);
   margin-bottom: 8px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .feature-three__single:hover .feature-three__title {
   color: var(--austry-white);
 }

 .feature-three__text {
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .feature-three__single:hover .feature-three__text {
   color: #959ca9;
 }

 /*--------------------------------------------------------------
# About Six
--------------------------------------------------------------*/
 .about-six {
   position: relative;
   display: block;
   padding: 120px 0 120px;
   z-index: 1;
 }

 .about-six__left {
   position: relative;
   display: block;
   margin-left: 108px;
   margin-right: 8px;
   z-index: 1;
 }

 .about-six__left:before {
   content: "";
   position: absolute;
   top: -120px;
   bottom: -202px;
   left: -10000000px;
   right: 362px;
   background-color: var(--austry-extra);
   z-index: -1;
 }

 .about-six__img-box {
   position: relative;
   display: block;
 }

 .about-six__img {
   position: relative;
   display: block;
 }

 .about-six__img:before {
   content: "";
   position: absolute;
   top: 0;
   left: -47px;
   height: 244px;
   width: 17px;
   background-color: var(--austry-base);
 }

 .about-six__img:after {
   content: "";
   position: absolute;
   bottom: -34px;
   right: 111px;
   height: 34px;
   width: 31px;
   background-color: var(--austry-base);
 }

 .about-six__img img {
   width: 100%;
 }

 .about-six__img-two {
   position: absolute;
   bottom: -82px;
   left: -108px;
   z-index: 2;
 }

 .about-six__img-two img {
   width: auto;
 }

 .about-six__big-text {
   position: absolute;
   top: 251px;
   left: -501px;
   font-size: 80px;
   line-height: 80px;
   color: var(--austry-white);
   font-weight: 400;
   z-index: 5;
   text-transform: uppercase;
   letter-spacing: 0.4em;
   transform: rotate(90deg);
 }

 .about-six__bg-img {
   position: absolute;
   top: -120px;
   bottom: -200px;
   left: -487px;
   width: 88.6%;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: top center;
   z-index: -1;
   mix-blend-mode: luminosity;
   opacity: .10;
 }

 .about-six__right {
   position: relative;
   display: block;
   margin-left: 70px;
 }

 .about-six__right .section-title {
   margin-bottom: 32px;
 }

 .about-six__text-1 {
   font-size: 20px;
   color: var(--austry-base);
   text-transform: uppercase;
   font-weight: 800;
   padding-bottom: 31px;
 }

 .about-six__progress {
   position: relative;
   display: block;
   width: 100%;
   margin-top: 33px;
   margin-bottom: 40px;
 }

 .about-six__progress-single {
   position: relative;
   display: block;
 }

 .about-six__progress-title {
   font-size: 16px;
   font-weight: 800;
   line-height: 28px;
   color: var(--austry-black);
   margin-bottom: 2px;
 }

 .about-six__progress .bar {
   position: relative;
   width: 100%;
   height: 13px;
   background-color: var(--austry-extra);
 }

 .about-six__progress .bar-inner {
   position: relative;
   display: block;
   width: 0px;
   height: 13px;
   background: var(--austry-base);
   -webkit-transition: all 1500ms ease;
   -ms-transition: all 1500ms ease;
   -o-transition: all 1500ms ease;
   -moz-transition: all 1500ms ease;
   transition: all 1500ms ease;
 }

 .about-six__progress .count-text {
   position: absolute;
   right: 0px;
   bottom: 17px;
   color: var(--austry-gray);
   line-height: 24px;
   font-size: 16px;
   text-align: center;
   font-weight: 400;
   opacity: 0;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .about-six__progress .bar-inner.counted .count-text {
   opacity: 1;
 }

 .about-six__person-and-btn-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
 }

 .about-six__person {
   position: relative;
   display: flex;
   align-items: center;
 }

 .about-six__person-img-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 88px;
   width: 88px;
   border: 2px solid var(--austry-base);
   border-radius: 50%;
   padding: 8px;
 }

 .about-six__person-img {
   position: relative;
   display: block;
   width: 67px;
 }

 .about-six__person-img img {
   width: 100%;
   border-radius: 50%;
 }

 .about-six__person-content {
   margin-left: 20px;
 }

 .about-six__person-name {
   font-size: 20px;
   font-weight: 800;
   line-height: 20px;
   letter-spacing: var(--austry-letter-spacing);
   margin-bottom: 3px;
 }

 .about-six__person-title {
   font-size: 14px;
   line-height: 20px;
 }

 .about-six__btn-box {
   position: relative;
   display: block;
 }

 /*--------------------------------------------------------------
# Services Six
--------------------------------------------------------------*/
 .services-six {
   position: relative;
   display: block;
   padding: 120px 0 90px;
   z-index: 1;
 }

 .services-six .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .services-six__single {
   position: relative;
   display: block;
   border: 1px solid var(--austry-bdr-color);
   padding: 35px 50px 10px;
   background-color: rgb(255, 255, 255);
   margin-bottom: 30px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 1;
 }

 .services-six__single:hover {
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
 }

 .services-six__single:before {
   content: "";
   position: absolute;
   top: -1px;
   left: -1px;
   right: -1px;
   height: 6px;
   background-color: var(--austry-bdr-color);
   z-index: 1;
 }

 .services-six__single:after {
   content: "";
   position: absolute;
   top: -1px;
   left: -1px;
   right: -1px;
   height: 6px;
   background-color: var(--austry-base);
   transition: transform 500ms ease;
   transform: scale(0, 1);
   transform-origin: left center;
   z-index: 1;
 }

 .services-six__single:hover:after {
   transform: scale(1, 1);
   transform-origin: right center;
 }

 .services-six__icon {
   position: relative;
   display: inline-block;
   z-index: 1;
 }

 .services-six__icon img {
   width: 70px;
 }

 .services-six__icon:before {
   content: "";
   position: absolute;
   bottom: 5px;
   right: -20px;
   height: 44px;
   width: 44px;
   background-color: rgba(var(--austry-base-rgb), .10);
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
   z-index: -1;
 }

 .services-six__single:hover .services-six__icon:before {
   transform: scale(1.2);
 }

 .services-six__icon span {
   position: relative;
   display: inline-block;
   font-size: 64px;
   color: var(--austry-base);
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
 }

 .services-six__single:hover .services-six__icon span {
   transform: scale(.9);
 }

 .services-six__title {
   font-size: 24px;
   font-weight: 800;
   line-height: 30px;
   letter-spacing: var(--austry-letter-spacing);
   margin-top: 14px;
   margin-bottom: 22px;
 }

 .services-six__title a {
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .services-six__title a:hover {
   color: var(--austry-base);
 }

 .services-six__text {
   padding-bottom: 31px;
 }

 .services-six__btn {
   position: relative;
   display: block;
 }

 .services-six__btn a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: var(--austry-letter-spacing-two);
   font-weight: 800;
   color: var(--austry-gray);
   border: 1px solid var(--austry-bdr-color);
   padding: 6px 30px 6px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .services-six__btn a span {
   font-size: 19px;
 }

 .services-six__single:hover .services-six__btn a {
   background-color: var(--austry-base);
   border: 1px solid var(--austry-base);
   color: var(--austry-white);
 }

 /*--------------------------------------------------------------
# Project Six
--------------------------------------------------------------*/
 .project-six {
   position: relative;
   display: block;
   padding: 0 0 15px;
   z-index: 1;
 }

 .project-six .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .project-six .container {
   max-width: 1176px;
 }

 .project-six__carousel {
   position: relative;
   display: block;
 }

 .project-six__carousel.owl-carousel .owl-stage-outer {
   overflow: visible;
 }

 .project-six__single {
   position: relative;
   display: block;
 }

 .project-six__img {
   position: relative;
   display: block;
   overflow: hidden;
   z-index: 1;
 }

 .project-six__img:before {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   content: "";
   background-color: rgba(var(--austry-black-rgb), .30);
   -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
   -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
   transform: perspective(400px) rotateX(90deg) scaleY(0.5);
   -webkit-transform-origin: center;
   -ms-transform-origin: center;
   transform-origin: center;
   transition-delay: .1s;
   transition-timing-function: ease-in-out;
   transition-duration: .5s;
   transition-property: all;
   z-index: 1;
 }

 .project-six__single:hover .project-six__img:before {
   -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
   -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
   transform: perspective(400px) rotateX(0deg) scaleY(1.0);
 }

 .project-six__img img {
   width: 100%;
   -webkit-transform: scale(1);
   transform: scale(1);
   transition: all 500ms ease
 }

 .project-six__single:hover .project-six__img img {
   transform: scale(1.05);
 }

 .project-six__content {
   position: absolute;
   bottom: 0;
   left: 20px;
   right: 20px;
   background-color: var(--austry-black);
   padding: 60px 50px 50px;
   background-repeat: no-repeat;
   background-position: bottom left;
   -webkit-transform: scale(1, 0);
   transform: scale(1, 0);
   -webkit-transform-origin: bottom center;
   transform-origin: bottom center;
   -webkit-transition: -webkit-transform 500ms ease;
   transition: -webkit-transform 500ms ease;
   transition: transform 500ms ease;
   transition: transform 500ms ease, -webkit-transform 500ms ease;
   z-index: 2;
 }

 .project-six__single:hover .project-six__content {
   -webkit-transform: scale(1, 1);
   transform: scale(1, 1);
   transition-delay: 500ms;
 }

 .project-six__sub-title {
   font-size: 14px;
   line-height: 20px;
   margin-bottom: 1px;
   position: relative;
   display: inline-block;
 }

 .project-six__sub-title:before {
   content: "";
   position: absolute;
   top: -15px;
   left: 0;
   height: 2px;
   width: 42px;
   background-color: var(--austry-base);
 }

 .project-six__title {
   font-size: 24px;
   font-weight: 800;
   line-height: 30px;
 }

 .project-six__title a {
   color: var(--austry-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .project-six__title a:hover {
   color: var(--austry-base);
 }

 /*--------------------------------------------------------------
# Benefits One
--------------------------------------------------------------*/
 .benefits-one {
   position: relative;
   display: block;
   background-color: var(--austry-black);
   overflow: hidden;
   z-index: 1;
 }

 .benefits-one__shape-1 {
   position: absolute;
   bottom: -53px;
   left: 0;
   opacity: 0.05;
   z-index: -1;
 }

 .benefits-one__shape-1 img {
   width: auto;
 }

 .benefits-one .row {
   --bs-gutter-x: 0px;
 }

 .benefits-one__left {
   position: relative;
   display: block;
   margin-right: 145px;
   padding-top: 120px;
 }

 .benefits-one .section-title {
   margin-bottom: 31px;
 }

 .benefits-one .section-title__tagline {
   color: #959ca9;
 }

 .benefits-one .section-title__title {
   color: var(--austry-white);
 }

 .benefits-one__text-1 {
   color: #959ca9;
   padding-bottom: 34px;
 }

 .benefits-one__points-box {
   position: relative;
   display: flex;
   align-items: center;
 }

 .benefits-one__points-img {
   position: relative;
   display: block;
   width: 198px;
 }

 .benefits-one__points-img img {
   width: 100%;
 }

 .benefits-one__points {
   position: relative;
   display: block;
   margin-left: 30px;
 }

 .benefits-one__points li {
   position: relative;
   display: flex;
   align-items: center;
 }

 .benefits-one__points li+li {
   margin-top: 4px;
 }

 .benefits-one__points li .icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 16px;
   width: 16px;
   background-color: var(--austry-base);
   border-radius: 50%;
   color: var(--austry-black);
   font-size: 10px;
 }

 .benefits-one__points li .text {
   margin-left: 10px;
 }

 .benefits-one__points li .text p {
   font-size: 16px;
   font-weight: 600;
   color: var(--austry-white);
 }

 .benefits-one__right {
   position: relative;
   display: block;
 }

 .benefits-one__img {
   position: relative;
   display: block;
 }

 .benefits-one__img img {
   max-width: none;
   float: left;
 }

 .benefits-one__counter-box {
   position: absolute;
   bottom: 0;
   left: 0;
   max-width: 358px;
   width: 100%;
   z-index: 2;
 }

 .benefits-one__counter {
   position: relative;
   display: block;
 }

 .benefits-one__counter li {
   position: relative;
   display: block;
   width: 100%;
 }

 .benefits-one__counter-single {
   position: relative;
   display: flex;
   align-items: center;
   background-color: var(--austry-white);
   padding: 38px 48px 38px;
 }

 .benefits-one__counter li:last-child .benefits-one__counter-single {
   background-color: var(--austry-base);
 }

 .benefits-one__counter-icon {
   position: relative;
   display: flex;
   align-items: center;
 }

 .benefits-one__counter-icon span {
   position: relative;
   display: inline-block;
   font-size: 64px;
   color: var(--austry-base);
 }

 .benefits-one__counter-content {
   margin-left: 18px;
 }

 .benefits-one__counter-content h3 {
   font-size: 34px;
   font-weight: 800;
   line-height: 34px;
 }

 .benefits-one__counter-text {
   font-size: 14px;
   text-transform: uppercase;
   letter-spacing: var(--austry-letter-spacing-two);
   line-height: 20px;
   margin-top: 7px;
 }

 .benefits-one__counter li:first-child {
   margin-left: 358px;
 }

 .benefits-one__counter li:last-child .benefits-one__counter-icon span {
   color: var(--austry-white);
 }

 .benefits-one__counter li:last-child .benefits-one__counter-content h3 {
   color: var(--austry-white);
 }

 .benefits-one__counter li:last-child .benefits-one__counter-text {
   color: var(--austry-white);
 }

 /*--------------------------------------------------------------
# Team Six
--------------------------------------------------------------*/
 .team-six {
   position: relative;
   display: block;
   padding: 120px 0px 0px;
   z-index: 2;
 }

 .team-six .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .team-six__single {
   position: relative;
   display: block;
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
   margin-bottom: 30px;
   z-index: 1;
 }

 .team-six__img {
   position: relative;
   display: block;
   overflow: hidden;
   z-index: 1;
 }

 .team-six__img:before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   content: "";
   background-color: rgba(var(--austry-black-rgb), .30);
   width: 0%;
   transform: translateY(100%);
   border-radius: var(--austry-bdr-radius);
   transition: all 500ms ease;
   z-index: 1;
 }

 .team-six__single:hover .team-six__img:before {
   transform: translateY(0);
   width: 100%;
 }

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

 .team-six__single:hover .team-six__img img {
   transform: scale(1.1) rotate(2deg);
 }

 .team-six__content {
   position: relative;
   display: block;
   padding: 28px 30px 35px;
 }

 .team-six__sub-title {
   font-size: 12px;
   color: var(--austry-base);
   text-transform: uppercase;
   letter-spacing: var(--austry-letter-spacing-two);
   line-height: 12px;
 }

 .team-six__name {
   font-size: 20px;
   font-weight: 800;
   line-height: 20px;
   letter-spacing: var(--austry-letter-spacing);
   margin-top: 7px;
   margin-bottom: 18px;
 }

 .team-six__name a {
   color: var(--austry-black);
 }

 .team-six__hover-content {
   position: absolute;
   padding: 28px 30px 40px;
   bottom: 0;
   left: 0;
   right: 0;
   transform: translateY(-66%);
   transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
   visibility: hidden;
   opacity: 0;
   background-color: var(--austry-white);
   transition-delay: 300ms;
   z-index: 2;
 }

 .team-six__single:hover .team-six__hover-content {
   visibility: visible;
   transform: translateY(0%);
   opacity: 1;
 }

 .team-six__hover-sub-title {
   font-size: 12px;
   color: var(--austry-base);
   text-transform: uppercase;
   letter-spacing: var(--austry-letter-spacing-two);
   line-height: 12px;
 }

 .team-six__hover-name {
   font-size: 20px;
   font-weight: 800;
   line-height: 20px;
   letter-spacing: var(--austry-letter-spacing);
   margin-top: 7px;
   margin-bottom: 18px;
 }

 .team-six__hover-name a {
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .team-six__hover-name a:hover {
   color: var(--austry-base);
 }

 .team-six__social {
   position: relative;
   display: flex;
   -webkit-box-align: center;
   align-items: center;
   margin-top: 14px;
 }

 .team-six__social a {
   position: relative;
   display: -webkit-box;
   display: flex;
   -webkit-box-align: center;
   align-items: center;
   -webkit-box-pack: center;
   justify-content: center;
   text-align: center;
   color: var(--austry-white);
   background-color: var(--austry-black);
   border-radius: 50%;
   font-size: 15px;
   height: 40px;
   width: 40px;
   transform: rotate(0);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 1;
 }

 .team-six__social a:hover {
   color: var(--austry-white);
   background-color: var(--austry-base);
   transform: rotate(360deg);
 }

 .team-six__social a:before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   content: "";
   background-color: var(--austry-base);
   border-radius: 50%;
   transform: scale(0);
   transform-origin: center;
   transform-style: preserve-3d;
   transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
   z-index: -1;
 }

 .team-six__social a:hover:before {
   transform: scaleX(1);
 }

 .team-six__social a+a {
   margin-left: 10px;
 }

 /*--------------------------------------------------------------
# Reward
--------------------------------------------------------------*/
 .reward {
   position: relative;
   display: block;
   padding: 60px 0 50px;
   background-color: var(--austry-extra);
   z-index: 1;
 }

 .reward__bg-box {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 100%;
   background-color: #1e1e1e;
   z-index: -1;
 }

 .reward__bg {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   mix-blend-mode: luminosity;
   opacity: .10;
   z-index: -1;
 }

 .reward__top {
   position: relative;
   display: block;
   margin-bottom: 80px;
 }

 .reward__top .section-title__tagline {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 16px;
   color: #fff;
   font-weight: 400;
 }

 .reward__top .we-serve {
   margin: 0 auto;
   justify-content: center;
 }

 .reward__top .section-title__title {
   color: #fff !important;
 }

 .reward__top .section-title__tagline::before {
   content: "";
   position: absolute;
   bottom: -10px;
   left: 0;
   right: 0;
   margin: 0 auto;
   height: 2px;
   width: 30px;
   background-color: var(--austry-base);
 }

 .reward__top-left {
   position: relative;
   display: block;
 }

 .reward__top-left .section-title {
   margin-bottom: 0;
 }

 .reward__top-right {
   position: relative;
   display: block;
   margin-left: 70px;
   margin-top: 15px;
 }

 .reward__top-text
 {
  color: #fff;
 }

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

 .reward__single {
   position: relative;
   display: block;
   margin-bottom: 25px;
 }

 .reward__img-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 188px;
   width: 188px;
   border-radius: 50%;
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
   margin: 0 auto;
   z-index: 1;
   border: 4px solid #d62328;
 }

 .reward__img {
  position: relative;
  display: flex;
  border-radius: 50%;
  mix-blend-mode: darken;
  justify-content: center;
  align-items: center;
 }

 .reward__img img {
   width: 60%;
   border-radius: 50%;
 }

 .reward__content {
   position: relative;
   display: block;
   text-align: center;
   padding: 26px 0 0;
 }

 .reward__title {
   font-size: 20px;
   color: var(--austry-white);
   font-weight: 800;
   letter-spacing: var(--austry-letter-spacing);
   margin-bottom: 16px;
 }

 .reward__text {
   color: #fff;
 }

 /*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
 .why-choose-two {
   position: relative;
   display: block;
   padding: 70px 0 80px;
   background-color: var(--austry-white);
   overflow: hidden;
   z-index: 1;
 }

 .why-choose-two__shape-1 {
   position: absolute;
   bottom: -100px;
   right: -30px;
   mix-blend-mode: luminosity;
   opacity: 0.05;
   z-index: -1;
 }

 .why-choose-two__shape-1 img {
   width: auto;
 }

 .why-choose-two__left {
   position: relative;
   display: block;
   margin-left: 0px;
   padding: 0 70px 0 0;
 }

 .why-choose-two__img-box {
   position: relative;
   display: block;
   margin: 30px 0 0 0;
 }

 .why-choose-two__img-one {
   position: relative;
   display: block;
 }

 .why-choose-two__img-one img {
   width: 90%;
 }

 .why-choose-two__text {
   margin: 10px 0 0 0;
 }

 .why-choose-two__img-two {
   position: absolute;
   bottom: -120px;
   right: -330px;
   z-index: 1;
 }

 .why-choose-two__img-two img {
   width: auto;
 }

 .why-choose-two__right {
   position: relative;
   display: block;
   margin: 30px 0 40px 0px;
 }

 .why-choose-two__right .section-title {
   margin-bottom: 31px;
 }

 .why-choose-two__points {
   position: relative;
   display: block;
   margin-top: 44px;
 }

 .why-choose-two__points li {
   position: relative;
   display: flex;
   align-items: center;
   border-bottom: 1px solid var(--austry-bdr-color);
   margin-bottom: 15px;
   padding-bottom: 10px;
 }

 .why-choose-two__points li:last-child {
   margin-bottom: 0;
 }

 .why-choose-two__points li .icon {
   position: relative;
   font-size: 20px;
   color: #cd212a;
   border: 1px solid #ccc;
   width: 50px;
   height: 50px;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .why-choose-two__points li .icon span {
   position: relative;
   display: inline-block;
   font-size: 40px;
   color: var(--austry-base);
   transition: all 500ms linear;
   transition-delay: 0.1s;
 }

 .why-choose-two__points li:hover .icon span {
   transform: scale(.9);
 }

 .why-choose-two__points li .content {
   margin-left: 48px;
 }

 .why-choose-two__points li .content h4 {
   font-size: 20px;
   font-weight: 600;
   letter-spacing: var(--austry-letter-spacing);
 }

 /*--------------------------------------------------------------
# News Six
--------------------------------------------------------------*/
 .news-six {
   position: relative;
   display: block;
   padding: 120px 0 90px;
   z-index: 1;
 }

 .news-six__bg-box {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 517px;
   background-color: var(--austry-extra);
   z-index: -1;
 }

 .news-six__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   opacity: 0.03;
   z-index: -1;
 }

 .news-six .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .news-six__single {
   position: relative;
   display: block;
   margin-bottom: 30px;
 }

 .news-six__img-box {
   position: relative;
   display: block;
 }

 .news-six__img {
   position: relative;
   display: block;
   overflow: hidden;
   z-index: 1;
 }

 .news-six__img:before {
   position: absolute;
   content: "";
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: rgba(var(--austry-black-rgb), .30);
   -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
   visibility: hidden;
   opacity: 0;
   -webkit-transform: translatex(-70%);
   transform: translatex(-70%);
   z-index: 1;
 }

 .news-six__single:hover .news-six__img:before {
   visibility: visible;
   -webkit-transform: translatex(0%);
   transform: translatex(0%);
   opacity: 1;
 }

 .news-six__img img {
   width: 100%;
   transition: all 500ms ease;
 }

 .news-six__single:hover .news-six__img img {
   transform: scale(1.05);
 }

 .news-six__date {
   position: absolute;
   top: 20px;
   left: 20px;
   background-color: var(--austry-base);
   padding: 10px 15px 12px;
   z-index: 2;
 }

 .news-six__date p {
   font-size: 11px;
   font-weight: 700;
   color: var(--austry-white);
   line-height: 11px;
   text-transform: uppercase;
 }

 .news-six__meta {
   position: absolute;
   bottom: -18px;
   left: 50px;
   right: 50px;
   display: flex;
   align-items: center;
   background-color: var(--austry-extra);
   justify-content: center;
   padding: 3px 35px 3px;
   z-index: 2;
 }

 .news-six__meta li {
   position: relative;
   display: flex;
   align-items: center;
 }

 .news-six__meta li+li {
   margin-left: 24px;
 }

 .news-six__meta li:before {
   content: "";
   position: absolute;
   top: 11px;
   right: -12px;
   bottom: 10px;
   width: 1px;
   background-color: var(--austry-gray);
   transform: rotate(15deg);
 }

 .news-six__meta li:last-child:before {
   display: none;
 }

 .news-six__meta li a {
   font-size: 12px;
   font-weight: 600;
   color: var(--austry-gray);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .news-six__meta li a:hover {
   color: var(--austry-base);
 }

 .news-six__meta li a i {
   font-size: 13px;
   color: var(--austry-base);
   margin-right: 2px;
 }

 .news-six__content {
   position: relative;
   display: block;
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
   text-align: center;
   padding: 41px 50px 35px;
 }

 .news-six__title {
   font-size: 20px;
   font-weight: 800;
   line-height: 30px;
 }

 .news-six__title a {
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .news-six__title a:hover {
   color: var(--austry-base);
 }

 .news-six__bottom {
   position: relative;
   display: block;
   margin-top: 10px;
 }

 .news-six__bottom a {
   font-size: 12px;
   font-weight: 700;
   text-transform: uppercase;
   color: var(--austry-gray);
   position: relative;
   display: inline-block;
   border-bottom: 2px solid var(--austry-gray);
   line-height: 12px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .news-six__bottom a:hover {
   color: var(--austry-base);
   border-bottom: 2px solid var(--austry-base);
 }

 /*--------------------------------------------------------------
# CTA Three
--------------------------------------------------------------*/
 .cta-three {
   position: relative;
   display: block;
 }

 .cta-three__inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   background-color: var(--austry-base);
   padding: 50px 80px 50px;
   overflow: hidden;
   z-index: 1;
 }

 .cta-three__inner:before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 20px;
   width: 20px;
   background-color: var(--austry-black);
   opacity: .10;
   z-index: -1;
 }

 .cta-three__shape-1 {
   position: absolute;
   bottom: -30px;
   right: 0;
   opacity: .10;
   z-index: -1;
 }

 .cta-three__shape-1 img {
   width: auto;
 }

 .cta-three__title {
   font-size: 40px;
   font-weight: 800;
   color: var(--austry-white);
   line-height: 50px;
   letter-spacing: var(--austry-letter-spacing);
 }

 .cta-three__btn:hover {
   color: var(--austry-base);
 }

 .cta-three__btn:after {
   background-color: var(--austry-white);
 }

 /*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
 .page-header {
   position: relative;
   display: block;
   background-color: #101c30;
   z-index: 1;
 }

 .page-header-bg {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   opacity: .50;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   z-index: -1;
 }

 .page-header__shape-1 {
   position: absolute;
   bottom: -1px;
   left: 0;
   height: 69px;
   background-color: var(--austry-white);
   max-width: 1376px;
   width: 100%;
   clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%);
   z-index: 1;
 }

 .page-header__inner {
   position: relative;
   display: block;
   padding: 148px 0 212px;
   z-index: 15;
 }

 .page-header__inner h1 {
   font-size: 50px;
   color: var(--austry-white);
   line-height: 50px;
   margin-bottom: 6px;
   font-weight: 800;
   letter-spacing: -0.06em;
 }

 .thm-breadcrumb__box {
   position: absolute;
   bottom: 0;
   right: 0;
   z-index: 1;
 }

 .thm-breadcrumb__box:after {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   right: -10000000px;
   left: 99%;
   background-color: #2262a1;
   z-index: -1;
 }

 .thm-breadcrumb {
   position: relative;
   display: block;
   background-color: #2262a1;
   padding-left: 80px;
   z-index: 1;
 }

 .thm-breadcrumb::before {
   content: '';
   width: 100000px;
   height: 70px;
   position: absolute;
   right: 94%;
   bottom: -1px;
   background-color: #fff;
   transform: skewX(45deg);
 }

 .thm-breadcrumb li {
   position: relative;
   display: inline-block;
   font-size: 13px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   font-weight: 300;
   text-transform: uppercase;
   color: var(--austry-white);
   letter-spacing: 0.1em;
 }

 .thm-breadcrumb li+li {
   margin-left: 4px;
 }

 .thm-breadcrumb li a {
   position: relative;
   display: inline-block;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   color: var(--austry-white);
   padding: 8px 0 7px;
 }

 .thm-breadcrumb li:hover a {
   color: var(--austry-black);
   opacity: 1;
 }

 .thm-breadcrumb li span {
   font-size: 12px;
 }

 /*--------------------------------------------------------------
# About Seven
--------------------------------------------------------------*/
 .about-seven {
   position: relative;
   display: block;
   padding: 120px 0 120px;
   z-index: 1;
 }

 .about-seven__left {
   position: relative;
   display: block;
   margin-left: -60px;
   margin-right: 330px;
 }

 .about-seven__img-box {
   position: relative;
   display: block;
 }

 .about-seven__img {
   position: relative;
   display: block;
 }

 .about-seven__img:before {
   content: "";
   position: absolute;
   top: 0;
   right: -47px;
   width: 17px;
   height: 90px;
   background-color: var(--austry-base);
 }

 .about-seven__img:after {
   content: "";
   position: absolute;
   bottom: -120px;
   right: 0px;
   width: 17px;
   height: 90px;
   background-color: var(--austry-base);
 }

 .about-seven__img img {
   width: 100%;
 }

 .about-seven__img-2 {
   position: absolute;
   top: 120px;
   right: -330px;
 }

 .about-seven__img-2 img {
   width: auto;
 }

 .about-seven__right {
   position: relative;
   display: block;
   margin-left: 70px;
 }

 .about-seven__right .section-title {
   margin-bottom: 32px;
 }

 .about-seven__text-1 {
   font-size: 20px;
   color: var(--austry-base);
   font-weight: 800;
   text-transform: uppercase;
   line-height: 30px;
   padding-bottom: 33px;
 }

 .about-seven__points-box {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   margin-top: 43px;
   margin-bottom: 21px;
 }

 .about-seven__points {
   position: relative;
   display: block;
   max-width: 230px;
   width: 100%;
 }

 .about-seven__points li {
   position: relative;
   display: flex;
   align-items: center;
 }

 .about-seven__points li+li {
   margin-top: 3px;
 }

 .about-seven__points li .icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 18px;
   width: 18px;
   background-color: var(--austry-base);
   border-radius: 50%;
   font-size: 10px;
   color: var(--austry-white);
 }

 .about-seven__points li .text {
   margin-left: 10px;
 }

 .about-seven__points li .text p {
   font-size: 18px;
   font-weight: 800;
   color: var(--austry-black);
   letter-spacing: var(--austry-letter-spacing);
 }

 .about-seven__progress {
   position: relative;
   display: block;
   margin-left: 21px;
 }

 .about-seven__progress-single {
   position: relative;
   display: flex;
   align-items: center;
 }

 .about-seven__progress-box {
   position: relative;
   display: inline-block;
 }

 .about-seven__progress-box canvas {
   transform: rotate(90deg);
 }

 .about-seven__progress-box span {
   position: absolute;
   top: 50%;
   left: 50%;
   display: block;
   transform: translateY(-50%) translateX(-50%);
   font-size: 20px;
   font-weight: 600;
   line-height: 1;
   color: var(--austry-black);
 }

 .about-seven__progress h3 {
   margin: 0;
   font-size: 18px;
   line-height: 26px;
   font-weight: 800;
   color: var(--austry-black);
   letter-spacing: var(--austry-letter-spacing);
   margin-left: 20px;
 }


 /*--------------------------------------------------------------
# Brand Six
--------------------------------------------------------------*/
 .brand-six {
   position: relative;
   display: block;
   padding: 100px 0 160px;
   border-top: 1px solid var(--austry-bdr-color);
   z-index: 1;
 }

 .brand-six .swiper-slide {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
 }

 .brand-six .swiper-slide img {
   -webkit-transition: 500ms;
   transition: 500ms;
   opacity: 0.15;
   max-width: 100%;
 }

 .brand-six .swiper-slide img:hover {
   opacity: 0.5;
 }

 /*--------------------------------------------------------------
# About Page Team
--------------------------------------------------------------*/
 .about-page-team {
   position: relative;
   display: block;
 }

 .about-page-team__bg-box {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 480px;
   background-color: var(--austry-black);
   z-index: -1;
 }

 .about-page-team__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   mix-blend-mode: luminosity;
   opacity: .10;
   z-index: -1;
 }

 .about-page-team .section-title__tagline {
   color: #949ca9;
 }

 .about-page-team .section-title__title {
   color: var(--austry-white);
 }

 /*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
 .team-page {
   position: relative;
   display: block;
   padding: 120px 0 90px;
 }

 /*--------------------------------------------------------------
# Services Page One
--------------------------------------------------------------*/
 .services-page-one {
   position: relative;
   display: block;
   padding: 120px 0 90px;
 }

 .services-page-one .services-one__single {
   margin-bottom: 30px;
 }

 /*--------------------------------------------------------------
# Services Page Two
--------------------------------------------------------------*/
 .services-page-two {
   position: relative;
   display: block;
   padding: 120px 0 90px;
 }

 .services-page-two .services-two__icon {
   background-color: #cd212a;
 }

 .services-page-two .services-two__single:hover .services-two__learn-more a {
   color: #fff;
 }

 /*--------------------------------------------------------------
# Services Page Three
--------------------------------------------------------------*/
 .services-page-three {
   position: relative;
   display: block;
   padding: 120px 0 90px;
 }

 .services-page-three .services-three__title-box {
   background-color: #e8a246;
 }

 /*--------------------------------------------------------------
# Services Page Four
--------------------------------------------------------------*/
 .services-page-four {
   position: relative;
   display: block;
   padding: 120px 0 90px;
 }

 .services-page-four .services-four__icon {
   background-color: #ff4040;
 }

 .services-page-four .services-four__title a:hover {
   color: #ff4040;
 }

 .services-page-four .services-four__btn:hover {
   color: var(--austry-white);
 }

 .services-page-four .services-four__btn:after {
   background-color: #ff4040;
 }

 /*--------------------------------------------------------------
# Services Page Five
--------------------------------------------------------------*/
 .services-page-five {
   position: relative;
   display: block;
   padding: 120px 0 90px;
 }

 .services-page-five .services-five__icon {
   background-color: #46a6bb;
 }

 .services-page-five .services-five__title a:hover {
   color: #46a6bb;
 }

 .services-page-five .services-five__btn:hover {
   color: #46a6bb;
 }

 /*--------------------------------------------------------------
# Services Page Six
--------------------------------------------------------------*/
 .services-page-six {
   position: relative;
   display: block;
   padding: 120px 0 90px;
 }

 .services-page-six .services-six__single:after {
   background-color: #ffaa17;
 }

 .services-page-six .services-six__icon span {
   color: #ffaa17;
 }

 .services-page-six .services-six__icon:before {
   background-color: rgba(255, 170, 23, .10);
 }

 .services-page-six .services-six__single:hover .services-six__btn a {
   background-color: #ffaa17;
   border: 1px solid #ffaa17;
 }

 /*--------------------------------------------------------------
# Project Page One
--------------------------------------------------------------*/
 .project-page-one {
   position: relative;
   display: block;
   padding: 120px 0 90px;
 }

 .project-page-one .project-six__single {
   margin-bottom: 30px;
 }

 .project-page-one .project-six__sub-title:before {
   background-color: #ffaa17;
 }

 .project-page-one .project-six__title a:hover {
   color: #ffaa17;
 }

 /*--------------------------------------------------------------
# Project Page Two
--------------------------------------------------------------*/
 .project-page-two {
   position: relative;
   display: block;
   padding: 120px 0 90px;
 }

 .project-page-two .project-two__single {
   margin-bottom: 30px;
 }

 .project-page-two .project-two__single:hover {
   transform: translateY(-60px);
 }

 .project-page-two .project-two__arrow a {
   background-color: #7bb33e;
 }

 .project-page-two .project-two__single:hover .project-two__sub-title {
   color: #7bb33e;
 }

 /*--------------------------------------------------------------
# Project Page Three
--------------------------------------------------------------*/
 .project-page-three {
   position: relative;
   display: block;
   padding: 120px 0 90px;
 }

 .project-page-three .project-four__single {
   margin-bottom: 30px;
 }

 .project-page-three .project-four__sub-title:before {
   background-color: #ff4040;
 }

 .project-page-three .project-four__arrow a {
   background-color: #ff4040;
 }

 .project-page-three .project-four__arrow a:hover {
   background-color: var(--austry-white);
 }

 .project-page-three .project-four__title a:hover {
   color: #ff4040;
 }

 /*--------------------------------------------------------------
# News Details
--------------------------------------------------------------*/
 .news-details {
   position: relative;
   display: block;
   padding: 70px 0 30px;
   z-index: 1;
   /* background: var(--austry-extra); */
 }

 .news-details__left {
   position: relative;
   display: block;
 }

 .news-details__img {
   position: relative;
   display: block;
 }

 .news-details__img img {
   width: 100%;
   height: 500px;
   object-fit: cover;
 }

 .news-details__date {
   position: absolute;
   top: 20px;
   left: 20px;
   background-color: var(--austry-base);
   padding: 10px 15px 11px;
   z-index: 1;
 }

 .news-details__content .head-5 {
   font-size: 22px;
   font-weight: 800;
   margin: 10px 0;
 }
 .news-details__content .head-4 {
   font-size: 20px;
   font-weight: 800;
   margin: 10px 0;
 }

 .news-details__date p {
   font-size: 15px;
   font-weight: 700;
   color: var(--austry-white);
   line-height: 12px;
   text-transform: uppercase;
 }

 .news-details__content {
   position: relative;
   display: block;
   margin-top: 21px;
 }

 .news-details__meta {
   position: relative;
   display: flex;
   align-items: center;
 }

 .news-details__meta li {
   position: relative;
   display: block;
 }

 .news-details__meta li::before {
   content: "";
   position: absolute;
   top: 11px;
   left: -15px;
   height: 10px;
   width: 1px;
   background-color: var(--austry-gray);
   transform: rotate(15deg);
 }

 .news-details__meta li:first-child::before {
   display: none;
 }

 .news-details__meta li+li {
   margin-left: 30px;
 }

 .news-details__meta li a {
   font-size: 14px;
   color: var(--austry-gray);
   font-weight: 500;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .news-details__meta li a:hover {
   color: var(--austry-base);
 }

 .news-details__meta li a i {
   color: var(--austry-base);
 }

 .news-details__title {
   font-size: 32px;
   line-height: 36px;
   margin-top: 5px;
   margin-bottom: 14px;
   font-weight: 800;
 }

 .ul-blog li
 {
list-style: decimal;
 }

 .news-details__text-1{
   margin-top: 10px;
   margin-bottom: 10px;
 }
 .news-details__text-2{
   margin-top: 20px;
   margin-bottom: 20px;
 }

 .news-details__bottom {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 30px 0 30px;
   margin-top: 51px;
   border-top: 1px solid var(--austry-bdr-color);
 }

 .news-details__bottom p {
   margin: 0;
 }

 .news-details__tags span {
   color: var(--austry-black);
   font-size: 20px;
   margin-right: 6px;
   font-weight: 800;
 }

 .news-details__tags a {
   position: relative;
   color: var(--austry-white);
   font-size: 12px;
   background-color: var(--austry-base);
   display: inline-block;
   padding: 8px 20px 7px;
   font-weight: 800;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   text-transform: uppercase;
   letter-spacing: 0.1em;
 }

 .news-details__tags a:hover {
   background-color: var(--austry-black);
   color: var(--austry-white);
 }

 .news-details__tags a+a {
   margin-left: 7px;
 }

 .news-details__social-list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
 }

 .news-details__social-list a {
   position: relative;
   height: 43px;
   width: 43px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   text-align: center;
   color: var(--austry-black);
   background-color: var(--austry-extra);
   font-size: 14px;
   border-radius: 50%;
   overflow: hidden;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 1;
 }

 .news-details__social-list a:hover {
   color: var(--austry-white);
 }

 .news-details__social-list a:after {
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   right: 0;
   height: 100%;
   background-color: var(--austry-base);
   -webkit-transition-delay: .1s;
   transition-delay: .1s;
   -webkit-transition-timing-function: ease-in-out;
   transition-timing-function: ease-in-out;
   -webkit-transition-duration: .4s;
   transition-duration: .4s;
   -webkit-transition-property: all;
   transition-property: all;
   opacity: 1;
   -webkit-transform-origin: top;
   transform-origin: top;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transform: scalex(0);
   transform: scalex(0);
   z-index: -1;
 }

 .news-details__social-list a:hover:after {
   opacity: 1;
   -webkit-transform: scalex(1);
   transform: scalex(1);
 }

 .news-details__social-list a+a {
   margin-left: 10px;
 }

 .news-details__pagenation-box {
   position: relative;
   display: block;
   overflow: hidden;
   margin-bottom: 51px;
 }

 .news-details__pagenation {
   position: relative;
   display: block;
 }

 .news-details__pagenation li {
   position: relative;
   float: left;
   font-size: 24px;
   color: var(--austry-black);
   font-weight: 800;
   background-color: var(--austry-extra);
   line-height: 29px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   max-width: 370px;
   width: 100%;
   padding-left: 60px;
   padding-right: 46px;
   padding-top: 54px;
   padding-bottom: 55px;
 }

 .news-details__pagenation li+li {
   margin-left: 30px;
 }

 .news-details__pagenation li:hover {
   background-color: var(--austry-base);
   color: var(--austry-white);
 }

 /*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
 .comment-one__title,
 .comment-form__title {
   margin: 0;
   color: var(--austry-black);
   font-size: 36px;
   margin-bottom: 52px;
   font-weight: 800;
   letter-spacing: var(--austry-letter-spacing);
 }

 .comment-one__single {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   align-items: center;
   border-bottom: 1px solid var(--austry-bdr-color);
   padding-bottom: 60px;
   margin-bottom: 58px;
 }

 .comment-one__content {
   position: relative;
   margin-left: 45px;
 }

 .comment-one__content h3 {
   margin: 0;
   font-size: 20px;
   color: var(--austry-black);
   margin-bottom: 24px;
   font-weight: 800;
 }

 .comment-one__btn {
   padding: 8px 29px 7px;
   position: absolute;
   top: -12px;
   right: 0;
   font-size: 12px;
   font-weight: 800;
   color: var(--austry-white);
   background-color: var(--austry-black);
 }

 .comment-one__btn:hover {
   color: var(--austry-white);
 }

 .comment-one__btn:before {
   background-color: var(--austry-black);
 }

 .comment-one__image {
   position: relative;
   display: block;
   border-radius: 50%;
 }

 .comment-one__image img {
   border-radius: 50%;
 }

 .comment-form .comment-form__title {
   margin-top: -7px;
 }

 .comment-one__form .row {
   --bs-gutter-x: 20px;
 }

 .comment-form__input-box {
   position: relative;
   display: block;
   margin-bottom: 20px;
   background-color: var(--austry-extra);
 }

 .comment-form__input-box input[type="text"],
 .comment-form__input-box input[type="email"] {
   height: 55px;
   width: 100%;
   border: none;
   background-color: var(--austry-extra);
   padding-left: 30px;
   padding-right: 30px;
   outline: none;
   font-size: 15px;
   color: var(--austry-gray);
   display: block;
   font-weight: 500;
 }

 .comment-form__input-box textarea {
   font-size: 15px;
   color: var(--austry-gray);
   height: 170px;
   width: 100%;
   background-color: var(--austry-extra);
   padding: 25px 30px 30px;
   border: none;
   outline: none;
   margin-bottom: 0px;
   font-weight: 500;
 }

 .comment-form__btn {
   border: none;
   background-color: var(--austry-base);
 }

 .comment-form__btn:after {
   background-color: var(--austry-black);
 }

 .comment-form__input-box.text-message-box {
   height: 170px;
 }

 /*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
 @media (max-width: 991px) {
   .sidebar {
     margin-top: 50px;
   }
 }

 .sidebar__single+.sidebar__single {
   margin-top: 30px;
 }

 .sidebar__title {
   margin: 0;
   font-size: 20px;
   margin-bottom: 8px;
   font-weight: 800;
 }

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

 .sidebar__search-form {
   position: relative;
 }

 .sidebar__search-form input[type="search"] {
   display: block;
   border: none;
   outline: none;
   background-color: var(--austry-base);
   color: var(--austry-white);
   font-size: 18px;
   font-weight: 500;
   padding-left: 50px;
   height: 84px;
   width: 100%;
   padding-right: 80px;
 }

 .sidebar__search-form ::-webkit-input-placeholder {
   color: var(--austry-white);
   opacity: 1;
 }

 .sidebar__search-form :-ms-input-placeholder {
   color: var(--austry-white);
   opacity: 1;
 }

 .sidebar__search-form ::-ms-input-placeholder {
   color: var(--austry-white);
   opacity: 1;
 }

 .sidebar__search-form ::placeholder {
   color: var(--austry-white);
   opacity: 1;
 }

 .sidebar__search-form :-ms-input-placeholder {
   color: var(--austry-white);
 }

 .sidebar__search-form ::-ms-input-placeholder {
   color: var(--austry-white);
 }

 .sidebar__search-form button[type="submit"] {
   background-color: transparent;
   color: var(--austry-white);
   font-size: 22px;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   width: 72px;
   outline: none;
   border: none;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 0;
 }

 .sidebar__post {
   position: relative;
   display: block;
   padding: 46px 30px 30px;
   background-color: var(--austry-extra);
   overflow: hidden;
   z-index: 1;
 }

 .sidebar__post .sidebar__title {
   margin-left: 20px;
 }

 .sidebar__post-list {
   margin: 0;
 }

 .sidebar__post-list li {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 19px 20px 20px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .sidebar__post-list li:hover {
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
 }

 .sidebar__post-list li+li {
   margin-top: 10px;
 }

 .sidebar__post-image {
   margin-right: 16px;
 }

 .sidebar__post-image>img {
   width: 70px;
 }

 .sidebar__post-content {
   position: relative;
   top: -3px;
 }

 .sidebar__post-content h3 {
   margin: 0;
   font-size: 18px;
   font-weight: 800;
   line-height: 22px;
 }

 .sidebar__post-content-meta {
   font-size: 14px;
   font-weight: 500;
   color: var(--austry-gray) !important;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .sidebar__post-content-meta i {
   color: var(--austry-base);
   font-size: 14px;
   padding-right: 4px;
 }

 .sidebar__post-content h3 a {
   color: var(--austry-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   display: block;
   margin-top: 6px;
 }

 .sidebar__category {
   position: relative;
   display: block;
   background-color: var(--austry-extra);
   padding: 46px 30px 36px;
   overflow: hidden;
   z-index: 1;
 }

 .sidebar__category .sidebar__title {
   padding-left: 20px;
   margin-bottom: 9px;
 }

 .sidebar__category-list {
   margin: 0;
 }

 .sidebar__category-list li+li {
   margin-top: 4px;
 }

 .sidebar__category-list li a {
   color: var(--austry-gray);
   font-size: 16px;
   position: relative;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   display: block;
   background: none;
   padding: 7px 20px 7px;
   font-weight: 600;
 }

 .sidebar__category-list li a:hover {
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
   color: var(--austry-black);
 }

 .sidebar__category-list li.active a {
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
   color: var(--austry-black);
 }

 .sidebar__category-list li a span {
   position: absolute;
   top: 50%;
   right: 20px;
   -webkit-transform: translateY(-50%) scale(0);
   transform: translateY(-50%) scale(0);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   color: var(--austry-base);
   text-align: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   font-size: 15px;
 }

 .sidebar__category-list li a:hover span {
   color: var(--austry-base);
   -webkit-transform: translateY(-50%) scale(1);
   transform: translateY(-50%) scale(1);
 }

 .sidebar__category-list li.active a span {
   -webkit-transform: translateY(-50%) scale(1);
   transform: translateY(-50%) scale(1);
   color: var(--austry-base);
 }

 .sidebar__tags {
   position: relative;
   display: block;
   background: var(--austry-extra);
   padding: 46px 45px 50px;
   overflow: hidden;
   z-index: 1;
 }

 .sidebar__tags .sidebar__title {
   margin-left: 5px;
   margin-bottom: 25px;
 }

 .sidebar__tags-list {
   margin-top: -10px;
 }

 .sidebar__tags-list a {
   font-size: 12px;
   color: var(--austry-black);
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
   background: var(--austry-white);
   display: inline-block;
   padding: 8px 20px 7px;
   margin-left: 7px;
   font-weight: 800;
   text-transform: uppercase;
   letter-spacing: 0.1em;
 }

 .sidebar__tags-list a+a {
   margin-left: 7px;
   margin-top: 10px;
 }

 .sidebar__tags-list a:hover {
   color: var(--austry-white);
   background: var(--austry-base);
 }

 /*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
 .project-details {
   position: relative;
   display: block;
   padding: 120px 0 120px;
   z-index: 1;
 }

 .project-details__img {
   position: relative;
   display: block;
 }

 .project-details__img img {
   width: 100%;
   border-radius: 12px;
   margin: 0 0 30px 0;
 }

 .project-details__content {
   position: relative;
   display: block;
   margin-top: 30px;
 }

 .project-details__content-left {
   position: relative;
   display: block;
   text-align: justify;
 }

 .project-details__title-1 {
   font-size: 36px;
   font-weight: 800;
   line-height: 46px;
   letter-spacing: var(--austry-letter-spacing);
 }

 .project-details__text-1 {
   line-height: 32px;
   margin-top: 20px;
   margin-bottom: 10px;
 }

 .project-details__text-2 {
   line-height: 32px;
   padding: 6px 0;
 }

 .project-details__title-2 {
   font-size: 36px;
   font-weight: 800;
   line-height: 46px;
   letter-spacing: var(--austry-letter-spacing);
   margin-top: 41px;
   margin-bottom: 20px;
 }

 .project-details__text-3 {
   line-height: 32px;
 }

 .project-details__text-4 {
   font-size: 24px;
   font-weight: 800;
   line-height: 34px;
   color: var(--austry-base);
   letter-spacing: var(--austry-letter-spacing);
   margin-top: 28px;
   margin-bottom: 34px;
 }

 .project-details__text-5 {
   line-height: 32px;
 }

 .project-details__img-and-points {
   position: relative;
   display: flex;
   align-items: center;
   margin-top: 48px;
 }

 .project-details__img-2 {
   position: relative;
   display: block;
   width: 350px;
 }

 .project-details__img-2 img {
   width: 100%;
 }

 .project-details__points-list {
   position: relative;
   display: block;
   margin-left: 30px;
 }

 .project-details__points-list li {
   position: relative;
   display: flex;
   align-items: center;
 }

 .project-details__points-list li+li {
   margin-top: 10px;
 }

 .project-details__points-list li .icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 16px;
   height: 16px;
   background-color: var(--austry-base);
   border-radius: 50%;
 }

 .project-details__points-list li .icon span {
   position: relative;
   display: inline-block;
   font-size: 9px;
   color: var(--austry-white);
 }

 .project-details__points-list li .text {
   margin-left: 14px;
 }

 .project-details__points-list li .text p {
   font-weight: 800;
   color: var(--austry-black);
 }

 .project-details__content-right {
   position: relative;
   display: block;
   margin-top: 10px;
   text-align: justify;
 }

 .project-details__info {
   position: relative;
   display: block;
   background-color: var(--austry-black);
   padding: 43px 50px 50px;
 }

 .project-details__info::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 3px;
   background-color: var(--austry-base);
 }

 .project-details__info-list {
   position: relative;
   display: block;
 }

 .project-details__info-list li {
   position: relative;
   display: block;
 }

 .project-details__info-list li+li {
   margin-top: 24px;
 }

 .project-details__info-list li p {
   font-weight: 600;
   color: #959ca9;
   font-size: 16px;
   line-height: 24px;
 }

 .project-details__info-list li h4 {
   font-size: 16px;
   font-weight: 600;
   line-height: 24px;
   color: var(--austry-white);
 }

 .project-details__info-list li h4 a {
   color: var(--austry-base);
 }

 .project-details__social {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   margin-top: 24px;
 }

 .project-details__social a {
   position: relative;
   height: 43px;
   width: 43px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   text-align: center;
   color: var(--austry-white);
   background-color: #101c30;
   font-size: 15px;
   border-radius: 50%;
   overflow: hidden;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 1;
 }

 .project-details__social a:hover {
   color: var(--austry-base);
   background-color: var(--austry-white);
 }

 .project-details__social a:after {
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   right: 0;
   height: 100%;
   background-color: var(--austry-white);
   -webkit-transition-delay: .1s;
   transition-delay: .1s;
   -webkit-transition-timing-function: ease-in-out;
   transition-timing-function: ease-in-out;
   -webkit-transition-duration: .4s;
   transition-duration: .4s;
   -webkit-transition-property: all;
   transition-property: all;
   opacity: 1;
   -webkit-transform-origin: top;
   transform-origin: top;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transform: scaleY(0);
   transform: scaleY(0);
   z-index: -1;
 }

 .project-details__social a:hover:after {
   opacity: 1;
   -webkit-transform: scaleY(1);
   transform: scaleY(1);
 }

 .project-details__social a+a {
   margin-left: 10px;
 }

 .project-details__pagination-box {
   position: relative;
   display: block;
   text-align: center;
   border-top: 1px solid var(--austry-bdr-color);
   border-bottom: 1px solid var(--austry-bdr-color);
   padding: 30px 0 30px;
   margin-top: 58px;
 }

 .project-details__pagination li {
   display: inline-block;
 }

 .project-details__pagination li.next {
   float: left;
   position: relative;
 }

 .project-details__pagination li a {
   font-size: 18px;
   color: var(--austry-black);
   font-weight: 700;
   display: flex;
   align-items: center;
   transition: all 500ms ease;
 }

 .project-details__pagination li.next i {
   position: relative;
   height: 63px;
   width: 63px;
   border: 2px solid rgba(var(--austry-black-rgb), .20);
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   color: rgba(var(--austry-black-rgb), .20);
   font-size: 20px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   margin-right: 20px;
   z-index: 1;
 }

 .project-details__pagination li.previous {
   position: relative;
   float: right;
 }

 .project-details__pagination li.previous i {
   position: relative;
   height: 63px;
   width: 63px;
   border: 2px solid rgba(var(--austry-black-rgb), .20);
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   color: rgba(var(--austry-black-rgb), .20);
   font-size: 20px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   margin-left: 20px;
   z-index: 1;
 }

 .project-details__pagination li a:hover i {
   color: var(--austry-base);
   border: 2px solid var(--austry-base);
 }

 /*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
 .services-details {
   position: relative;
   display: block;
   padding: 120px 0 30px;
   z-index: 1;
 }

 .services-details__left {
   position: relative;
   display: block;
 }

 .service-details__category {
   position: relative;
   display: block;
 }

 .service-details__category-list {
   position: relative;
   display: block;
 }

 .service-details__category-list li {
   position: relative;
   display: block;
 }

 .service-details__category-list li+li {
   margin-top: 10px;
 }

 .service-details__category-list li a {
   color: var(--austry-black);
   font-size: 16px;
   font-weight: 800;
   position: relative;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   display: block;
   background: none;
   padding: 9px 30px 14px;
   border: 1px solid transparent;
   background-color: var(--austry-extra);
   letter-spacing: -0.02em;
   z-index: 1;
 }

 .service-details__category-list li:hover a {
   color: var(--austry-black);
 }

 .service-details__category-list li.active a {
   color: var(--austry-black);
 }

 .service-details__category-list li a::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   width: 2px;
   background-color: var(--austry-base);
   transform: scaleY(0);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   opacity: 0;
 }

 .service-details__category-list li:hover a::before {
   opacity: 1;
   transform: scaleY(1);
 }

 .service-details__category-list li.active a::before {
   opacity: 1;
   transform: scaleY(1);
 }

 .service-details__category-list li a:after {
   position: absolute;
   bottom: 0px;
   top: 0px;
   left: 0;
   right: 0px;
   content: "";
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05), inset 2.993px 0.209px 0px 0px rgba(252, 129, 27, 0.004);
   transform: scaleX(0);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: -1;
 }

 .service-details__category-list li:hover a:after {
   transform: scaleX(1);
 }

 .service-details__category-list li.active a:after {
   transform: scaleX(1);
 }

 .service-details__category-list li a span {
   position: absolute;
   top: 50%;
   right: 30px;
   -webkit-transform: translateY(-50%) scale(1);
   transform: translateY(-50%) scale(1);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   color: var(--austry-black);
   text-align: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   font-size: 17px;
 }

 .service-details__category-list li a:hover span {
   color: var(--austry-base);
   -webkit-transform: translateY(-50%) scale(1);
   transform: translateY(-50%) scale(1);
 }

 .service-details__category-list li.active a span {
   -webkit-transform: translateY(-50%) scale(1);
   transform: translateY(-50%) scale(1);
   color: var(--austry-base);
 }
 .services-details__text-2
 {
  padding: 10px 0;
 }

 .service-details__need-help {
   position: relative;
   display: block;
   padding: 60px 50px 66px;
   margin-top: 30px;
   text-align: center;
   z-index: 1;
   background-color: var(--austry-base);
 }

 .service-details__need-help-bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   background-color: #cd212a;
   opacity: 0.10;
   background-blend-mode: luminosity;
   z-index: -1;
 }

 .service-details__need-help-icon {
   position: relative;
   height: 106px;
   width: 106px;
   border: 10px solid rgba(var(--austry-white-rgb), .10);
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   border-radius: 50%;
   margin: 0 auto 28px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 1;
 }

 .service-details__need-help-icon:before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   content: "";
   background-color: var(--austry-black);
   border-radius: 50%;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: -1;
 }

 .service-details__need-help-icon:hover:before {
   background-color: var(--austry-white);
 }

 .service-details__need-help-icon span {
   font-size: 30px;
   color: var(--austry-extra);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .service-details__need-help-icon:hover span {
   color: var(--austry-base);
 }

 .service-details__need-help-title {
   font-size: 28px;
   color: var(--austry-white);
   line-height: 34px;
   font-weight: 800;
   letter-spacing: var(--austry-letter-spacing);
 }

 .service-details__need-help-contact {
   position: relative;
   display: block;
   margin-top: 40px;
 }

 .service-details__need-help-contact p {
   font-size: 12px;
   color: var(--austry-white);
   margin: 0;
   line-height: 12px;
   font-weight: 800;
   margin-bottom: 2px;
   text-transform: uppercase;
   letter-spacing: 0.1em;
 }

 .service-details__need-help-contact a {
   font-size: 20px;
   color: var(--austry-white);
   font-weight: 800;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .service-details__need-help-contact a:hover {
   color: var(--austry-black);
 }

 .services-details__right {
   position: relative;
   display: block;
   margin-bottom: 60px;
 }
 .services-details__right h4 { 
   padding: 15px 0;
 }

 .services-details__img {
   position: relative;
   display: block;
   padding: 0;
 }

 .services-details__img img {
   width: 100%;
   border-radius: 12px 12px 0 0;
   height: 400px;
   object-fit: cover;
 }

 .services-details__title-1 {
   font-size: 34px;
   font-weight: 800;
   line-height: 44px;
   letter-spacing: var(--austry-letter-spacing);
   margin-top: 20px;
   margin-bottom: 21px;
 }

 .services-details__text-1 {
   line-height: 30px;
   margin: 10px 0;
   text-align: justify;
 }

 .services-details__text-box {
  position: relative;
  display: block;
  background-color: #cccccc5c;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  padding: 17px 35px 23px;
  margin-top: 20px;
  margin-bottom: 20px;
 }

 .services-details__text-box::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   width: 6px;
   background-color: var(--austry-base);
 }

 .services-details__text-box-text {
   font-size: 22px;
   font-weight: 700;
   line-height: 30px;
   letter-spacing: var(--austry-letter-spacing);
   color: var(--austry-black);
 }

 .service-details__benefit {
   position: relative;
   display: block;  
 }

 .service-details__benefit-img {
   position: relative;
   display: block;
 }

 .service-details__benefit-img img {
   width: 100%;
 }

 .service-details__benefit-content {
   position: relative;
   display: block;
   margin-top: -3px;
 }

 .service-details__benefit-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
 }

 .service-details__benefit-text {
   padding-top: 19px;
   padding-bottom: 29px;
   font-weight: 800;
   color: var(--austry-base);
 }

 .service-details__benefit-points {
  position: relative;
  display: block;
  margin: 20px 0 0 20px;
 }

 .service-details__benefit-points li {
   position: relative;
   display: flex;
   align-items: center;
   line-height: 36px;
 }

 .service-details__benefit-points li .icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 15px;
   width: 15px;
   border-radius: 50%;
   background-color: var(--austry-base);
   font-size: 9px;
   color: var(--austry-white);
 }

 .service-details__benefit-points li .text {
   margin-left: 10px;
 }

 .service-details__benefit-points li .text p {
   font-size: 16px;
   font-weight: 800;
   color: var(--austry-black);
 }

 .service-details__faq {
   position: relative;
   display: block;
 }

 /*--------------------------------------------------------------
# FaQ Page
--------------------------------------------------------------*/
 .faq-page {
   position: relative;
   display: block;
   background-color: var(--austry-extra);
   padding: 120px 0 90px;
   z-index: 1;
 }

 .faq-page__bg {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: 423px;
   opacity: 0.05;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   z-index: -1;
 }

 .faq-page__single {
   position: relative;
   display: block;
   margin-bottom: 30px;
 }

 .faq-page .faq-one-accrodion .accrodion-title {
   background-color: var(--austry-white);
 }

 .faq-page .faq-one-accrodion .accrodion-title h4::before {
   background-color: var(--austry-extra);
 }

 /*--------------------------------------------------------------
# Contact Two
--------------------------------------------------------------*/
 .contact-one {
   position: relative;
   display: block;
   padding: 120px 0 120px;
 }

 .contact-one__left {
   position: relative;
   display: block;
   margin: 30px 0 40px 0px;
 }


 .contact-one__form {
   position: relative;
   display: block;
 }

 .contact-one__form .row {
   --bs-gutter-x: 20px;
 }

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

 .contact-form__input-box input[type="text"],
 .contact-form__input-box input[type="email"] {
   height: 55px;
   width: 100%;
   border: none;
   background-color: var(--austry-extra);
   padding-left: 30px;
   padding-right: 30px;
   outline: none;
   font-size: 15px;
   color: var(--austry-gray);
   display: block;
   font-weight: 500;
 }

 .contact-form__input-box textarea {
   font-size: 15px;
   color: var(--austry-gray);
   height: 168px;
   width: 100%;
   background-color: var(--austry-extra);
   padding: 15px 30px 30px;
   border: none;
   outline: none;
   margin-bottom: 0px;
   font-weight: 500;
 }

 .contact-form__input-box.text-message-box {
   height: 168px;
 }

 .contact-form__btn {
   display: block;
   border: none;
   background-color: var(--austry-base);
 }

 .contact-form__btn::after {
   background-color: var(--austry-black);
 }

 .contact-one__right {
   position: relative;
   display: block;
 }

 .contact-one__right .service-details__need-help {
   margin-top: 0;
   margin-bottom: 0;
 }

 /*--------------------------------------------------------------
# News Page
--------------------------------------------------------------*/
 .news-page {
   position: relative;
   display: block;
   padding: 120px 0 90px;
   z-index: 1;
 }

 /*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
 .our-clients {
   position: relative;
   display: block;
   padding: 108px 0 90px;
   z-index: 1;
 }

 .our-clients__top {
   position: relative;
   display: block;
   text-align: center;
   margin-bottom: 60px;
 }

 .our-clients__title {
   font-size: 50px;
   font-weight: 800;
   line-height: 60px;
   letter-spacing: var(--austry-letter-spacing);
 }

 .our-clients__btn-box {
   position: relative;
   display: block;
   margin-top: 39px;
 }

 .our-clients__btn {
   background-color: var(--austry-base);
 }

 .our-clients__btn::after {
   background-color: var(--austry-black);
 }

 .our-clients__single {
   position: relative;
   display: block;
   background-color: var(--austry-extra);
   text-align: center;
   margin-bottom: 30px;
   padding: 64px 0 65px;
   z-index: 1;
 }

 .our-clients__single::before {
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: var(--austry-black);
   -webkit-transition-delay: .1s;
   transition-delay: .1s;
   -webkit-transition-timing-function: ease-in-out;
   transition-timing-function: ease-in-out;
   -webkit-transition-duration: .4s;
   transition-duration: .4s;
   -webkit-transition-property: all;
   transition-property: all;
   opacity: 1;
   -webkit-transform-origin: top;
   transform-origin: top;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transform: scalex(0);
   transform: scalex(0);
   z-index: -1;
 }

 .our-clients__single:hover::before {
   opacity: 1;
   -webkit-transform: scalex(1);
   transform: scalex(1);
 }

 .our-clients__img {
   position: relative;
   display: block;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   opacity: 1;
 }

 .our-clients__img img {
   width: auto;
 }

 .our-clients__single:hover .our-clients__img {
   opacity: 0;
 }

 .our-clients__img-2 {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translateX(-50%) translateY(-50%);
   opacity: 0;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 1;
 }

 .our-clients__img-2 img {
   width: auto;
 }

 .our-clients__single:hover .our-clients__img-2 {
   opacity: 1;
 }

 /*--------------------------------------------------------------
# Contact Info
--------------------------------------------------------------*/
 .contact-info {
   position: relative;
   display: block;
   padding: 120px 0 90px;
   z-index: 3;
 }

 .contact-info__single {
  position: relative;
  display: block;
  padding: 30px 50px 58px;
  margin-bottom: 80px;
  transition: all 500ms ease;
  background: #2262a1de;
  border-radius: 10px 10px 0 0;
 }

 .contact-info__single:hover {
   border: 1px solid var(--austry-base);
 }

 .contact-info__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: var(--austry-letter-spacing);
  margin-bottom: 13px;
  color: #fff;
 }

 .contact-info__text {
   color: #fff;
 }

 .contact-info__text a {
   color: #fff;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .contact-info__text a:hover {
   color: var(--austry-base);
 }

 .contact-info__btn-box {
  position: absolute;
  bottom: -36px;
  right: -1px;
 }

 .contact-info__btn-box:before {
   content: "";
   position: absolute;
   right: 0px;
   top: -30px;
   width: 1px;
   height: 30px;
   background-color: var(--austry-bdr-color);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .contact-info__single:hover .contact-info__btn-box:before {
   background-color: var(--austry-base);
 }

 .contact-info__btn {
   position: relative;
   display: block;
 }

 .contact-info__btn:before {
   content: "";
   position: absolute;
   top: -14px;
   left: -15px;
   right: 1px;
   height: 1px;
   z-index: 2; 
 }

 .contact-info__btn:after {
   content: "";
   position: absolute;
   top: -18px;
   left: -4px;
   height: 31px;
   width: 1px;
   z-index: 2; 
   transform: rotate(-45deg);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .contact-info__single:hover .contact-info__btn:after {
   background-color: var(--austry-base);
 }

 .contact-info__btn a {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 12px;
   color: #fff;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 0.1em;
   line-height: 12px;
   background-color: #cd212a;
   width: 160px;
   height: 36px;
   padding-left: 53px;
   padding-right: 44px;
   clip-path: polygon(0 0, 100% 0%, 100% 100%, 16% 100%);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .contact-info__single:hover .contact-info__btn a {
   background-color: var(--austry-base);
   color: var(--austry-white);
 }

 .contact-info__icon {
   position: absolute;
   right: 39px;
   bottom: 13px;
 }

 .contact-info__icon span {
   position: relative;
   display: inline-block;
   font-size: 62px;
   color: #fff;
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
 }

 .contact-info__single:hover .contact-info__icon span {
   transform: scale(.9);
 }

 /*--------------------------------------------------------------
# Contact Page Form
--------------------------------------------------------------*/
 .contact-page-form {
   position: relative;
   display: block;
   padding: 90px 0 60px;
   z-index: 1;
 }

 .contact-page-form__shape-1 {
   position: absolute;
   bottom: -105px;
   right: 0;
   mix-blend-mode: luminosity;
   opacity: 0.05;
   z-index: -1;
 }

 .contact-page-form__shape-1 img {
   width: auto;
 }

 .contact-page-form .container {
   max-width: 800px;
 }

 .contact-page-form .section-title__tagline::before {
   left: 50%;
   transform: translateX(-50%);
 }

 .contact-page-form__form-box {
   position: relative;
   display: block;
 }

 .contact-page-form__form-box .row {
   --bs-gutter-x: 20px;
 }

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

 .contact-page-form__input-box input[type="text"],
 .contact-page-form__input-box input[type="email"] {
   height: 55px;
   width: 100%;
   border: none;
   background-color: var(--austry-extra);
   padding-left: 30px;
   padding-right: 30px;
   outline: none;
   font-size: 15px;
   color: var(--austry-gray);
   display: block;
   font-weight: 500;
 }

 .contact-page-form__input-box textarea {
   font-size: 15px;
   color: var(--austry-gray);
   height: 168px;
   width: 100%;
   background-color: var(--austry-extra);
   padding: 15px 30px 30px;
   border: none;
   outline: none;
   margin-bottom: 0px;
   font-weight: 500;
 }

 .contact-page-form__input-box.text-message-box {
   height: 168px;
 }

 .contact-page-form__btn {
   display: block;
   border: none;
   background-color: var(--austry-base);
   margin: 0 auto;
 }

 .contact-page-form__btn::after {
   background-color: var(--austry-black);
 }

 /*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
 .contact-page-google-map {
   position: relative;
   display: block;
   background-color: var(--austry-extra);
   z-index: 1;
 }

 .contact-page-google-map:before {
   content: "";
   position: absolute;
   top: 0px;
   left: 50%;
   right: 0;
   transform: translateX(-50%);
   max-width: 1170px;
   width: 100%;
   height: 60px;
   background-color: var(--austry-white);
   z-index: 1;
 }

 .google-map__two {
   position: relative;
   display: block;
   border: none;
   height: 660px;
   width: 100%;
   mix-blend-mode: luminosity;
 }




 .stricky-fixed .main-menu__search-box {
   right: 30px;
 }

 .stricky-fixed .main-menu__search-cart-box:before {
   left: -60px;
 }







 /*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/


 @media only screen and (min-width : 1601px) and (max-width : 1920px) {}

 @media only screen and (min-width : 1481px) and (max-width : 1600px) {}

 @media only screen and (min-width : 1366px) and (max-width : 1480px) {

  .contact-one { 
    padding: 70px 0 60px;
}

  .news-page { 
    padding: 80px 0 30px; 
}

   .main-menu__search-cart-box:before {
     left: -180px;
   }

   .main-menu__logo {
     margin: 0 0px 0 70px;
   }

   .main-menu__search-box {
     right: 160px;
   }

   .main-header__top-inner {
     padding-left: 20px;
     padding-right: 20px;
     justify-content: flex-start;
   }

   .main-menu__right {
     flex: 1;
     justify-content: space-around;
   }

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

   .counter-four {
     padding: 10px 0 40px 0;
   }

   .project-four__bg-box {
     height: 500px;
   }

   .about-one__img-2 {
     bottom: -160px;
   }

   .about-one__experience {
     top: 130px;
   }




 }

 @media only screen and (min-width : 1200px) and (max-width : 1365px) {

   .counter-four {
     padding: 10px 0 40px 0;
   }

   .project-four__bg-box {
     height: 500px;
   }

   .project-four__img img {
     border: 10px solid #fff;
   }


 }

 @media only screen and (min-width : 1024px) and (max-width : 1199px) {

  .contact-one__left { 
    margin: 50px auto 0;
  }
 

  .brand-three { 
    padding: 50px 0; 
}

.contact-one { 
  padding: 30px 0 50px;
}
   .project-four__bg-box {
     height: 500px;
   }
   .news-page { 
    padding: 60px 0 20px; 
}


   .project-four__img img {
     border: 10px solid #fff;
   }

   .about-one__right {
     margin: 200px auto 0;
   }

   .about-one__left {
     max-width: 640px;
     margin: 0 auto 0;
   }


 }

 @media only screen and (min-width : 768px) and (max-width : 1023px) {

  .testimonial-five__left-img img {
 display: none;
}

.testimonial-five { 
  padding: 0px 0 130px 0; 
}

  .contact-one__left { 
    margin: 80px 40px;
}

  .contact-one { 
    padding: 20px 0 50px;
}

  .brand-three { 
    padding: 40px 0; 
}


  .news-page { 
    padding: 60px 0 10px; 
}

  .news-one__single { 
    padding: 0;
  }

   .about-one__img-2 {
     right: -60px;
   }


   .project-four__bg-box {
     height: 550px;
   }

   .project-four__img img {
     border: 10px solid #fff;
   }



 }

 @media only screen and (min-width : 150px) and (max-width : 767px) {

  .testimonial-five__left-img img {
    display: none;
   }
   
   .testimonial-five { 
     padding: 0px 0 130px 0; 
   }

  .why-choose-two__right { 
    margin-top: 10px !important;
}

  .brand-three { 
    padding: 20px 0; 
}

  .footer-widget__links {
    margin-top: 10px !important;
    margin-bottom: 30px !important;
}

  .site-footer__top { 
    padding-top: 40px;
    padding-bottom: 10px;
}

  .news-page { 
    padding: 40px 0 20px; 
}

  .news-one__single { 
    padding: 0;
  }

   .about-four__video-link .ripple, .about-four__video-icon .ripple:before, .about-four__video-icon .ripple:after {

     width: 70px;
     height: 70px;
   }

   .about-four__video-icon {
     width: 70px;
     height: 70px;
     font-size: 20px;
   }


   .thm-btn {
     padding: 10px 20px 10px;
   }

   .why-choose-two__points li .icon {
     border: none;
     width: auto;
     height: auto;
     display: block;
   }

   .why-choose-two__points li .content {
     margin-left: 25px;
   }

   .testimonial-four__wrap {
     padding: 40px 0px 118px;
   }

   .counter-four {
     padding: 10px 0 20px 0;
   }

   .why-choose-two__img-one img {
     width: 100%;
   }

   .why-choose-two__text {
     text-align: justify;
   }

   .why-choose-two__left {
     padding: 0 0px 0 0;
   }

   .why-choose-two {
     padding: 0px 0 80px;
   }

   .project-four__bg-box {
     height: 550px;
   }

   .about-one {
     padding: 50px 0 20px;
   }

   .about-one__experience {
     top: 190px;
     right: 10px;
   }

   .about-one__experience:before {
     display: none;
   }

   .project-four__img img {
     border: 10px solid #fff;
   }

   .about-one__img img {
     border-radius: 0px 40px 0 0;
   }


 }