:root {
  --site-font: "Figtree", sans-serif;
  --site-font-2: "Barlow Semi Condensed", sans-serif;
  --site-main: #ff0000;
  --site-gray: #575757;
  --site-black: #000000b8;
  --site-gray-rgb: 182, 182, 182;
  --site-white: #ffffff;
  --site-white-rgb: 255, 255, 255;
  --site-base: #ff0000;
  --site-base-rgb: 166, 161, 130;
  --site-White: #ffffff;
  --site-black-rgb: 31, 32, 34;
  --site-bdr-color: rgba(255, 255, 255, 0.20);
  --site-bdr-color-rgb: 55, 58, 60;
}

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

}

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

.dark-mode {
  background-color: #272626;
  color: rgba(252, 44, 44, 0.877);
}

.dark-mode .main-header-two {
  background-color: #272626;
  color: var(--site-base);
}

body {
  font-family: var(--site-font);
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: var(--site-gray);
  background-color: #fff;
}

.dark-mode .stricky-header.main-menu-two {
  background-color: #272626;
  color: var(--site-base);
}

body.locked {
  overflow: hidden;
}

.area-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.theme-border-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
  width: 1px;
  background-color: var(--site-bdr-color);
  z-index: -1;
}

.theme-border-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100px;
  width: 1px;
  background-color: var(--site-bdr-color);
  z-index: -1;
}

a {
  color: var(--site-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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 {
  font-family: var(--site-font-2);
  color: #9d9d9db8;
  margin: 0;
}

p {
  color: #a7a6a6;
  font-size: 17px;
  line-height: 26px;
  margin: 0;
}

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


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

ol,
li {
  margin: 0;
  padding: 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: 1400px) {
  .container {
    max-width: 1400px;
  }
}



@media (min-width: 1200px) {
  .auto-container {
    position: static;
    max-width: 1316px;
    padding: 0px 15px;
    margin: 0 auto;
  }
}


::-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-space {
  padding: 50px 0 0;
}

.section-separator {
  border-color: var(--site-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-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;
}

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

.section-title__title {
  color: #838383;
  font-size: 45px;
  line-height: 64px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-title span {
  font-size: 24px;
  color: var(--site-base);
  font-weight: 800;
  margin-bottom: 20px;
  display: inline-block;
}

.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 700;
  font-size: 17px;
  color: var(--site-white);
  background-color: var(--site-base);
  padding: 7px 17px 10px;
  border-radius: 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden;
  font-family: var(--site-font);
  text-transform: capitalize;
  gap: 5px;
  z-index: 1;
}

.thm-btn span {
  font-size: 23px;
  position: relative;
  display: inline-block;
  top: -1px;
}

.thm-btn:before {
  content: "";
  background-color: var(--site-white);
  width: 50%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.thm-btn:after {
  content: "";
  background-color: var(--site-white);
  width: 50%;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.thm-btn:hover:before,
.thm-btn:hover:after {
  height: 100%;
}

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


.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: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

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

.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-left: 10px;
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--site-base);
  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--site-bdr-color);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}




/** 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.png),
    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(--site-base);
  border-color: var(--site-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(--site-White);
  -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(--site-white);
  color: var(--site-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(--site-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:before {
  background-color: var(--site-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:after {
  background-color: var(--site-base);
}

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




/*== checked Css Css ======*/
.checked-box1 {
  position: relative;
  display: block;
  min-height: 26px;
}

.checked-box1 input[type="checkbox"] {
  display: none;
}

.checked-box1 label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  color: var(--site-gray);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  cursor: pointer;
  font-family: var(--site-font);
}

.checked-box1 input[type="checkbox"]+label span {
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #e3e4ea;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checked-box1 label span:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--site-base);
  border-radius: 50%;
  margin: 2px auto 0px;
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checked-box1 input[type="checkbox"]:checked+label span {
  border-color: #e3e4ea;
}

.checked-box1 input[type="checkbox"]:checked+label span:before {
  transform: scale(1.0);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  background-color: var(--site-White);
  z-index: 1;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .60;
  z-index: -1;
}

.page-header__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.23853291316526615) 70%, rgba(0, 0, 0, 1) 100%);
}

.page-header__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5998774509803921) 20%, rgba(9, 0, 0, 0.19371498599439774) 100%);
}


.page-header__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .55);
  z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
  padding: 81px 0 88px;
}

.page-header__title-box {
  position: relative;
  display: block;
}

.page-header__title-box h3 {
  font-size: 72px;
  font-weight: 700;
  line-height: 82px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: white;

}

.thm-breadcrumb__box {
  position: absolute;
  right: 0px;
  bottom: 33px;
}

.thm-breadcrumb {
  position: relative;
  display: inline-block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--site-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li+li {
  margin-left: 2px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: var(--site-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--site-base);
}

.thm-breadcrumb li.active {
  color: var(--site-base);
}


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

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

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

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

.main-menu__logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a0c09;
  max-width: 260px;
  width: 100%;
  z-index: 2;
}

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

.main-menu__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: var(--site-White);
  padding: 10px 30px;
}

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

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

.main-menu__contact-list li+li {
  margin-left: 46px;
}

.main-menu__contact-list li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--site-white-rgb), .30);
}

.main-menu__contact-list li:first-child:before {
  display: none;
}

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

.main-menu__contact-list li .icon i {
  font-size: 20px;
  color: var(--site-base);
}

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

.main-menu__contact-list li .text p {
  font-size: 15px;
  font-weight: 500;
  color: var(--site-white);
}

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

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

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

.main-menu__top-time {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__top-time-icon {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__top-time-icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--site-base);
}

.main-menu__top-text {
  font-size: 15px;
  font-weight: 500;
  color: var(--site-white);
  margin-left: 10px;
}

.main-menu__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.main-menu__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: rgb(255 0 0 / 10%);
  border-radius: 50%;
  font-size: 15px;
  color: var(--site-base);
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu__social a:hover {
  color: var(--site-white);
  border: 1px solid rgba(var(--site-basw-rgb), 1);
}

.main-menu__social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--site-base);
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.main-menu__social a:hover::before {
  transform: scale(1.0);
  opacity: 1;
}

.main-menu__social a+a {
  margin-left: 5px;
}

.main-menu__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: var(--site-white);
  padding: 0 30px 0;
}

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

.main-menu__search-and-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 9px 0;
}

.main-menu__search-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 25px;
}

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

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

.main-menu__btn:hover {
  color: var(--site-white);
}

.main-menu__btn:before,
.main-menu__btn:after {
  background-color: var(--site-White);
}


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


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






.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: 27px;
  padding-bottom: 27px;
  position: relative;
}

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

.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: var(--site-black);
  font-weight: 700;
  padding-left: 7px;
  padding-right: 7px;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.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: var(--site-base);
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: "";
  height: 33px;
  border-radius: 0px;
  background-color: var(--site-base);
  position: absolute;
  bottom: -3px;
  left: 0px;
  right: 0px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  opacity: 0.20;
  border-radius: 5px;
  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.dropdown>a {
  padding-right: 20px;
}

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 52%;
  right: 7px;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 14px;
  color: var(--site-black);
  transform: translateY(-50%);
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
  color: var(--site-base);
}

.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;
  background-color: #fff;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0%;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}


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






.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>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;
  border-bottom: 1px solid rgba(var(--site-black-rgb), .10);
}

.main-menu .main-menu__list>li>ul>li:last-child,
.main-menu .main-menu__list>li>ul>li>ul>li:last-child,
.stricky-header .main-menu__list>li>ul>li:last-child,
.stricky-header .main-menu__list>li>ul>li>ul>li:last-child {
  border-bottom: 0;
}

.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: 0;
  margin-top: 0px;
}

.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: 16px;
  line-height: 30px;
  color: var(--site-main);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.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(--site-base);
  color: var(--site-white);
  padding-left: 25px;
}

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


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

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

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

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

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

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

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--site-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--site-black);
}

@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(--site-White);
  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(--site-base) !important;
  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: #3bb9ea;
  font-size: 14px;
  font-family: var(--site-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(--site-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--site-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(--site-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: #3bb9eb;
  color: #fff;
}

/* 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(--site-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(--site-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

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

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

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

.mobile-nav__contact li {
  color: var(--site-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(--site-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--site-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;
}

/* checkbox-label-light-dark */

.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox-label-light-dark {
  background-color: var(--site-base);
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fa-moon {
  color: #000000;
}

.fa-sun {
  color: #ffffff;
}

.checkbox-label-light-dark .ball {
  background-color: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.checkbox:checked+.checkbox-label-light-dark .ball {
  transform: translateX(24px);
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  position: relative;
  display: block;
  width: 100%;
  background-color: var(--site-White);
  transition: all 500ms ease;
  z-index: 999;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

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

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

.main-menu-two__logo {
  position: relative;
  display: block;
  padding: 3px 0;
}


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

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

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

.main-menu-two__search-and-nav-sidebar-icon {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 17.5px 45px;
  gap: 20px;
  border-radius: 10px;
}

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border: 1px solid var(--site-white);
  border-radius: 50%;
  font-size: 16px;
  color: var(--site-white);
}

.main-menu-two__search:hover {
  background-color: var(--site-White);
  border: 1px solid var(--site-black);
  color: var(--site-white);
}

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

.main-menu-two__nav-sidebar-icon a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border: 1px solid var(--site-white);
  border-radius: 50%;
  font-size: 16px;
  color: var(--site-white);
}

.main-menu-two__nav-sidebar-icon a:hover {
  background-color: var(--site-White);
  border: 1px solid var(--site-black);
  color: var(--site-white);
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
  color: #ff0000
}

.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(--site-base);
}

.main-menu-two .main-menu__list>li,
.stricky-header.main-menu-two .main-menu__list>li {
  padding-top: 31px;
  padding-bottom: 36px;
}

.main-menu-two .main-menu__list>li.dropdown>a:after {
  color: var(--site-base);
}

.main-menu-two .main-menu__list>li.current>a::after,
.main-menu.main-menu-two .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-two .main-menu__list>li.current>a::after,
.stricky-header.main-menu-two .main-menu__list>li:hover>a::after {
  color: var(--site-base);
}

.stricky-header.main-menu-two {
  background-color: var(--site-White);
}


/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-three__top {
  position: relative;
  display: block;
  background-color: var(--site-White);
}

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

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

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

.main-menu-three__contact-list li+li {
  margin-left: 50px;
}

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

.main-menu-three__contact-list li .icon i {
  font-size: 16px;
  color: var(--site-base);
}

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

.main-menu-three__contact-list li .text p {
  font-size: 16px;
  color: var(--site-white);
}

.main-menu-three__contact-list li .text p a {
  color: var(--site-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__contact-list li .text p a:hover {
  color: var(--site-base);
}

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

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

.main-menu-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--site-white);
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu-three__social a:hover {
  color: var(--site-base);
}

.main-menu-three__social a+a {
  margin-left: 25px;
}

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

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

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

.main-menu-three__logo a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 33px 0px 33px;
}

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

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

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

.main-menu-three__search-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 20px 0;
}

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--site-black);
  font-size: 21px;
}

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

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

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

/*--------------------------------------------------------------
# Navigations Four
--------------------------------------------------------------*/
.main-header-four {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-four__wrapper {
  position: relative;
  display: block;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  z-index: 1;
}

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

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

.main-menu-four__logo a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 33px 0px 33px;
}

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

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

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

.main-menu-four__search-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 20px 0;
}

.main-menu-four__search {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--site-black);
  font-size: 21px;
}

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

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

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

/*--------------------------------------------------------------
# Navigations Four
--------------------------------------------------------------*/
.main-header-five {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

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

.main-header-five__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.main-header-five__logo a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--site-White);
  padding: 48px 75px;
}

.main-menu-five__top {
  position: relative;
  display: block;
  background-color: var(--site-White);
}

.main-menu-five__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 9px 375px 9px;
  padding-right: 75px;
}

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

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

.main-menu-five__contact-list li+li {
  margin-left: 50px;
}

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

.main-menu-five__contact-list li .icon i {
  font-size: 16px;
  color: var(--site-base);
}

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

.main-menu-five__contact-list li .text p {
  font-size: 16px;
  color: var(--site-white);
}

.main-menu-five__contact-list li .text p a {
  color: var(--site-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-five__contact-list li .text p a:hover {
  color: var(--site-base);
}

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

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

.main-menu-five__social-box:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -30px;
  bottom: -5px;
  width: 1px;
  background-color: rgba(var(--site-white-rgb), .20);
}

.main-menu-five__social-box-inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.main-menu-five__social-box-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: var(--site-white);
  font-family: var(--site-font);
}

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

.main-menu-five__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--site-white);
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu-five__social a:hover {
  color: var(--site-base);
}

.main-menu-five__social a+a {
  margin-left: 25px;
}

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

.main-menu-five__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 75px 0;
  padding-left: 375px;
  z-index: 1;
}

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

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

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

.main-menu-five__search-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 10px 0;
}

.main-menu-five__search {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--site-black);
  font-size: 21px;
}

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

.stricky-header.main-menu-five {
  background-color: var(--site-white);
}

.stricky-header .main-menu-five__wrapper-inner {
  padding: 0 75px 0;
  padding-left: 75px;
}




.area-heading span {
  font-size: 24px;
  color: #17A84C;
  font-weight: 800;
  margin-bottom: 20px;
  display: inline-block
}


.borders {
  height: 1px;
  width: 142px;
  text-align: center;
  background: linear-gradient(90deg, #19B954 50%, transparent 50%), linear-gradient(90deg, #19B954 50%, transparent 50%), linear-gradient(0deg, #19B954 50%, transparent 50%), linear-gradient(0deg, #19B954 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 18px 1px, 18px 0, 0 16px, 0 16px;
  background-position: 5px 0, 182px 116px, 0 99px, 199px -2px;
  padding: 0;
  box-sizing: initial;
  position: relative;
  margin: 0 auto;
  transition: background-position 3s
}

.borders:hover {
  background-position: 220px 0, 0 116px, 0 0, 216px 116px;
  transition: background-position 3s
}

.borders a {
  top: -27px;
  left: 0;
  width: 100%;
  position: absolute;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  text-transform: capitalize
}

.borders.border-one {
  width: 212px
}

.borders.border-two {
  width: 172px
}

.borders.dot-border-white {
  background: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 18px 1px, 18px 0, 0 16px, 0 16px;
  background-position: 5px 0, 182px 116px, 0 99px, 199px -2px;
  width: 147px;
  margin-top: 45px
}

.borders.dot-border-white:hover {
  background-position: 220px 0, 0 116px, 0 0, 216px 116px;
  transition: background-position 3s
}

.borders.dot-border-white a {
  color: #fff
}

/* single-property  */
.ribbon-box::before {
  width: 40px;
  height: 8px;
  right: 100px;
  background: #4D6530;
  border-radius: 8px 8px 0 0;
}

.ribbon-text {
  top: 30px;
  z-index: 2;
  right: -50px;
  width: 200px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  border: 1px dashed;
  background: #31b44c;
  color: #ffffff;
  transform: rotate(45deg);
  position: absolute !important;
  -webkit-transform: rotate(45deg);
  box-shadow: 0 0 0 3px #31b44c, 0 21px 5px -18px rgb(0 0 0 / .6);
}

.ribbon-box::after {
  right: 0;
  top: 100px;
  width: 8px;
  height: 40px;
  background: #4D6530;
  border-radius: 0 8px 8px 0;
}

.ribbon-box {
  top: -8px;
  left: 8px;
  z-index: 18;
  width: 100%;
  height: 140px;
  overflow: hidden;
  position: absolute;
}

.single-property {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 13px 45px 0 rgb(114 114 114 / .16);
  -moz-box-shadow: 0 13px 45px 0 rgb(114 114 114 / .16);
  box-shadow: 0 13px 45px 0 rgb(114 114 114 / .16);
  margin-bottom: 10px;
}

.property-details span {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 35px;
  display: inline-block
}

.property-details span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: calc(100% + 70px);
  height: 2px;
  background: #fff;
  transform: translateX(-35px)
}

.property-details p {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 35px;
  display: inline-block
}

.property-details p:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: calc(100% + 70px);
  height: 2px;
  background: #fff;
  transform: translateX(-35px)
}

.top-content {
  position: relative;
  z-index: 1
}

.top-content:before {
  content: '';
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 100%;
  background: #f55f6cd4;
  opacity: .70;
  transition: all .3s
}

.top-content:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 0;
  top: 100%;
  bottom: 0;
  background: #f55f6cd4;
  opacity: .70;
  transition: all .3s
}

.single-property:hover .top-content:before {
  bottom: 0
}

.single-property:hover .top-content:after {
  top: 0
}

.property-details ul {
  text-align: left;
  padding-left: 27px;
  margin-bottom: 15px
}

.property-details ul li {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  position: relative;
  margin-bottom: 8px
}

.property-details ul li:after {
  content: '';
  position: absolute;
  left: -27px;
  top: 5px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url(../images/project/correct.png);
  background-size: 100%
}

.property-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px 40px 0;
  z-index: 9;
  opacity: 0;
  transition: all .1s;
  overflow: hidden;
  overflow-y: scroll;
}

/* Scrollbar Track */
.property-details::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

/* Thinner Scrollbar */
.property-details::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

/* Scrollbar Thumb (Red) */
.property-details::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: rgb(184, 184, 184);
  /* Changed to red */
}

/* Hover effect for property details */
.single-property:hover .property-details {
  opacity: 1;
  transition: all .5s;
}


.single-heading a,
.single-heading {
  font-size: 22px;
  color: var(--site-base);
  font-weight: 600;
  margin-top: 20px
}

.single-heading small {
  position: absolute;
  margin-top: -21px;
  left: 50%;
  transform: translateX(-50%)
}

.single-property .bottom-content p {
  font-size: 18px;
  color: #2E2E2E;
  position: relative;
  display: inline-block
}


.single-property .bottom-content {
  padding-top: 1px;
  padding-bottom: 15px;
}

/*--------------------------------------------------------------
# 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(--site-White);
  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: 5px;
  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(--site-base);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:after {
  background-color: var(--site-White);
  border-radius: 0;
}

.search-popup__content .thm-btn:before {
  background-color: var(--site-White);
  border-radius: 0;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--site-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(--site-white);
}


/*--------------------------------------------------------------
# End Header Css
--------------------------------------------------------------*/

/*** 
=============================================
    Welcome Style1 
=============================================
***/
.welcome-style1 {
  padding: 120px 0 120px;
}

.welcome-style1 .section-title {
  margin-bottom: 50px;
}

.welcome-style1__content {
  position: relative;
  display: block;
  padding-right: 20px;
}

.welcome-style1__content .title {
  position: relative;
  display: block;
  padding-bottom: 21px;
}

.welcome-style1__content .title h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.welcome-style1__content .text {
  position: relative;
  display: block;
}

.welcome-style1__content .text p+p {
  margin-top: 21px;
}

.welcome-style1__content .bottom-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 36px;
}

.welcome-style1__content .bottom-box .btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

.welcome-style1__content .bottom-box .mail-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 30px;
}

.welcome-style1__content .bottom-box .mail-box h3 {
  font-size: 22px;
  line-height: 28px;
}

.welcome-style1__content .bottom-box .mail-box h3 a {
  color: var(--site-base);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.welcome-style1__content .bottom-box .mail-box h3 a:hover {
  color: var(--site-white);
}

.welcome-style1__img {
  position: relative;
  display: block;
  padding-top: 0px;
}

.welcome-style1__img .row {
  --bs-gutter-x: 0px;
}

.welcome-style1__img .img1 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 37px;
  z-index: 5;
}

.welcome-style1__img .img1::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--site-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.welcome-style1__img .img1:hover::before {
  opacity: .50;
}

.welcome-style1__img .img1 img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.welcome-style1__img .img1:hover img {
  transform: scale(1.05) rotate(0deg);
}

.welcome-style1__img .img1 .video-btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.welcome-style1__img .img1 .video-btn .video-popup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--site-base);
  color: var(--site-white);
  font-size: 25px;
  line-height: 20px;
  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;
}

.welcome-style1__img .img1 .video-btn .video-popup:hover {
  background-color: var(--site-white);
  color: var(--site-base);
}

.welcome-style1__img .img1 .video-btn .video-popup::before,
.welcome-style1__img .img1 .video-btn .video-popup::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--site-white-rgb), 0.7);
  -o-box-shadow: 0 0 0 0 rgba(var(--site-white-rgb), 0.7);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--site-white-rgb), 0.7);
  box-shadow: 0 0 0 0 rgba(var(--site-white-rgb), 0.67);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.welcome-style1__img .img1 .video-btn .video-popup::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.welcome-style1__img .img1 .video-btn .video-popup:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.welcome-style1__img .img2 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: -35px;
  margin-right: -30px;
}

@media only screen and (max-width: 1067px) {
  .welcome-style1__img .img2 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 19px;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 1067px) {
  .welcome-style1__img .img1 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .welcome-style1__img .img2 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 20px;
    margin-right: -30px;
  }
}

.welcome-style1__img .img2::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--site-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.welcome-style1__img .img2:hover::before {
  opacity: .50;
}

.welcome-style1__img .img2 img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.welcome-style1__img .img2:hover img {
  transform: scale(1.05) rotate(0deg);
}

/*** 
=============================================
    Service Style4
=============================================
***/
.service-style4 {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  z-index: 1;
}

.single-service-style4 {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.single-service-style4 .img-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-service-style4 .img-box::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--site-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.single-service-style4:hover .img-box::before {
  opacity: .6;
}

.single-service-style4 .img-box img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.single-service-style4:hover .img-box img {
  transform: scale(1.05) rotate(0deg);
}

.single-service-style4 .img-box .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(70px);
  transition: all 0.5s ease-in-out 0s;
  z-index: 5;
}

.single-service-style4:hover .img-box .overlay-text {
  opacity: 1;
  transform: translateY(0px);
}

.single-service-style4 .img-box .overlay-text a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--site-white);
  font-size: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-service-style4 .img-box .overlay-text a:hover {
  color: var(--site-white);
}

.single-service-style4 .content-box {
  position: relative;
  display: block;
  padding-top: 22px;
}
.overlay-text a h3{
color: white;
}
.single-service-style4 .content-box h3 {
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 7px;
}

.single-service-style4 .content-box h3 a {
  color: var(--site-white);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-service-style4 .content-box h3 a:hover {
  color: var(--site-base);
}

.single-service-style4 .content-box p {
  margin: 0;
}


.service-style4__carousel.owl-theme {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-style4__carousel.owl-theme .owl-nav {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 53px;
}

.service-style4__carousel.owl-theme .owl-nav .owl-next {
  height: 60px;
  width: 60px;
  line-height: 82px;
  border-radius: 0;
  color: var(--site-white);
  background-color: var(--site-base);
  font-size: 22px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-style4__carousel.owl-theme .owl-nav .owl-prev {
  height: 60px;
  width: 60px;
  line-height: 82px;
  border-radius: 0;
  color: var(--site-white);
  background-color: var(--site-base);
  font-size: 22px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-style4__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}

.service-style4__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}

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

.service-style4__carousel.owl-theme .owl-nav .owl-next:hover,
.service-style4__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--site-white);
  color: var(--site-base);
}

.service-style4__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

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

.service-style4__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}



/*** 
=============================================
    slogan-one
=============================================
***/
.slogan-one {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 110px 0px 120px;
  z-index: 10;
}

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

.slogan-one__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .9;
  background-color: var(--site-White);
}

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

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

.slogan-one__content .title h3 {
  color: var(--site-white);
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 8px;
}

.slogan-one__content .title h4 {
  color: var(--site-white);
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 25px;
}

.slogan-one__content .title p {
  margin: 0;
}

.slogan-one__content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 53px;
}

.slogan-one__content .btn-box .thm-btn:before {
  width: 51%;
}



/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  background-color: var(--site-White);
  z-index: 10;
}

.main-slider .item {
  background-color: var(--site-White);
  position: relative;
  padding-top: 311px;
  padding-bottom: 181px;
  z-index: 10;
}

.main-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  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__bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(8, 10, 7, .80);
  z-index: -1;
}

.active .main-slider__bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-slider__shape-1 {
  position: absolute;
  top: 0;
  right: 217px;
  border-top: 250px solid var(--site-base);
  border-right: 215px solid transparent;
  border-left: 314px solid transparent;
  opacity: 0;
  transform: translateY(-200px);
  z-index: 1;
}

.active .main-slider__shape-1 {
  opacity: .30;
  transform: translateY(0px);
  transition: all 1000ms ease;
}

.main-slider__shape-2 {
  position: absolute;
  top: 0;
  right: -20px;
  border-top: 250px solid var(--site-base);
  border-right: 195px solid transparent;
  border-left: 215px solid transparent;
  opacity: 0;
  transform: translateY(-200px);
  z-index: 1;
}

.active .main-slider__shape-2 {
  opacity: .20;
  transform: translateY(0px);
  transition: all 1000ms ease;
  transition-delay: 1500ms;
}

.main-slider__shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 415px solid var(--site-black);
  border-right: 525px solid transparent;
  border-left: 725px solid transparent;
  opacity: 0;
  transform: translateY(400px);
  z-index: 1;
}

.active .main-slider__shape-3 {
  opacity: .50;
  transform: translateY(0px);
  transition: all 1000ms ease;
  transition-delay: 1000ms;
}

.main-slider__shape-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 415px solid var(--site-black);
  border-right: 525px solid transparent;
  border-left: 725px solid transparent;
  opacity: 0;
  transform: translateY(400px);
  z-index: 1;
}

.active .main-slider__shape-4 {
  opacity: .40;
  transform: translateY(0px);
  transition: all 1000ms ease;
  transition-delay: 1500ms;
}

.main-slider__content {
  position: relative;
  display: block;
  text-align: center;
  z-index: 10;
}

.main-slider__video-link {
  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__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: 25px;
  color: var(--site-white);
  background-color: rgba(var(--site-white-rgb), .30);
  border-radius: 50%;
  margin: 0 auto 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;
}

.main-slider__video-icon:hover {
  background-color: var(--site-base);
  color: var(--site-white);
}

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

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

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

.main-slider__title {
  position: relative;
  display: block;
  font-size: 70px;
  color: var(--site-white);
  font-weight: 700;
  line-height: 90px;
  text-transform: uppercase;
  margin-top: 27px;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms;
  -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-box {
  position: relative;
  display: block;
  margin-top: 46px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
  -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 {
  padding: 18px 30px 18px;
}

.main-slider__btn:after {
  width: 51% !important;
}

.active .main-slider__video-link {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.active .main-slider__title {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

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

.main-slider .owl-theme .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1320px;
  width: 100%;
  position: absolute;
  bottom: 61px;
  left: 0;
  right: 0;
  padding: 0 15px;
  margin: 0 auto;
  height: 0;
  line-height: 0;
}

.main-slider .owl-theme .owl-dots .owl-dot+.owl-dot {
  margin-left: 10px;
}

.main-slider .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(var(--site-white-rgb), .30);
  border: 2px solid transparent;
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider .owl-theme .owl-dots .owl-dot:hover span,
.main-slider .owl-theme .owl-dots .owl-dot.active span {
  background-color: rgba(var(--site-white-rgb), 0);
  border: 2px solid var(--site-white);
}



.main-slider .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  padding: 0px 80px;
  margin: 0 auto;
  height: 0;
  line-height: 0;
  transform: translateY(-50%);
}

.main-slider .owl-theme .owl-nav [class*=owl-] {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60px;
  height: 60px;
  font-size: 20px !important;
  color: rgba(var(--site-white-rgb), .30) !important;
  opacity: 1;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  border-radius: 50%;
  background-color: transparent !important;
  border: 2px solid rgba(var(--site-white-rgb), .30) !important;
}

.main-slider .owl-theme .owl-nav [class*=owl-]:hover {
  color: rgba(var(--site-white-rgb), 1) !important;
  border: 2px solid rgba(var(--site-white-rgb), 1) !important;
}

.main-slider .owl-theme .owl-nav [class*=owl-]+[class*=owl-] {
  margin-left: 0px;
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-site {
  position: relative;
  display: block;
  background-color: #0a0c09;
  z-index: 10;
}

.main-slider-site .item {
  position: relative;
  padding-top: 214px;
  padding-bottom: 240px;
  background-color: var(--site-White);
  z-index: 10;
}

.main-slider-site__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  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-site__bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(8, 10, 7, 0.34);
  z-index: -1;
}

.active .main-slider-site__bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-slider-site__content {
  position: relative;
  display: block;
  z-index: 10;
}

.main-slider-site__title {
  position: relative;
  font-size: 70px;
  color: var(--site-white);
  font-weight: 700;
  line-height: 90px;
  font-style: normal;
  text-transform: uppercase;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(-200px);
}

@media (max-width: 767px) {
  .main-slider-site__title {
    position: relative;
    font-size: 24px;
    color: var(--site-white);
    font-weight: 663;
    line-height: 39px;
    font-style: normal;
    text-transform: uppercase;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transition-delay: 0s, 0s;
    transform: translateX(-200px);
  }
}

.active .main-slider-site__title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1300ms;
}

.main-slider-site__text {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: var(--site-white);
  margin-top: 29px;
  margin-bottom: 51px;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateX(-200px);
}

.active .main-slider-site__text {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1500ms;
}

.main-slider-site__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1500ms ease;
}

.active .main-slider-site__btn-box {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1700ms;
}

.main-slider-site .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  padding: 0px 80px;
  margin: 0 auto;
  height: 0;
  line-height: 0;
  transform: translateY(-50%);
}
.owl-theme .owl-nav [class*=owl-]:hover {
 
  width: 60px;
  height: 60px;
  color: var(--site-base);
  
  background-color: transparent !important;

}
.owl-nav .owl-next,
.owl-nav .owl-prev {
  height: 60px;
    width: 60px;
    line-height: 82px;
    border-radius: 0;
    color: white;
    background-color: black;
    font-size: 22px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


.main-slider-site .owl-nav .owl-next,
.main-slider-site .owl-nav .owl-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60px;
  height: 60px;
  font-size: 20px !important;
  color: rgba(var(--site-white-rgb), .30) !important;
  opacity: 1;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  border-radius: 50%;
  background-color: transparent !important;
  border: 2px solid rgba(var(--site-white-rgb), .30) !important;
}

.main-slider-site .owl-nav .owl-prev {
  margin-bottom: 10px;
}

.main-slider-site .owl-nav .owl-next span,
.main-slider-site .owl-nav .owl-prev span {
  display: block;
  transition: all 500ms ease;
}

.main-slider-site .owl-nav .owl-next span,
.main-slider-site .owl-nav .owl-prev span,
.main-slider-site .owl-nav .owl-prev span:before,
.main-slider-site .owl-nav .owl-next span:before {
  color: rgba(var(--site-white-rgb), .30) !important;
  transition: all 500ms ease;
}

.main-slider-site .owl-nav .owl-next:hover span,
.main-slider-site .owl-nav .owl-prev:hover span,
.main-slider-site .owl-nav .owl-prev:hover span:before,
.main-slider-site .owl-nav .owl-next:hover span:before {
  color: rgba(var(--site-white-rgb), 1) !important;
}

.main-slider-site .owl-nav .owl-next:hover,
.main-slider-site .owl-nav .owl-prev:hover {
  border: 2px solid rgba(var(--site-white-rgb), 1) !important;
}


.main-slider-site .owl-theme .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  max-width: 100%;
  width: 100%;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0 auto !important;
  height: 0;
  line-height: 0;
}

.main-slider-site .owl-theme .owl-dots .owl-dot+.owl-dot {
  margin-left: 10px;
}

.main-slider-site .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(var(--site-white-rgb), .30);
  border: 2px solid transparent;
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider-site .owl-theme .owl-dots .owl-dot:hover span,
.main-slider-site .owl-theme .owl-dots .owl-dot.active span {
  background-color: rgba(var(--site-white-rgb), 0);
  border: 2px solid var(--site-white);
}

.container-fluid {
  width: 100%;
  padding-right: 141px;
  padding-left: 141px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1391px) {
  .container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
}

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

.container-full {
  position: relative;
  display: block;
  z-index: 1;
}

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

.main-slider-three__left {
  position: relative;
  display: block;
  margin-top: 126px;
  margin-left: 100px;
  z-index: 1;
}

#main-slider-three__thumb {
  position: relative;
  display: block;
}

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

.main-slider-three__title-one {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(35, 36, 35, .30);
  letter-spacing: 5px;
  position: relative;
  display: block;
  margin-bottom: -25px;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(-200px);
  z-index: -1;
}

.swiper-slide-thumb-active .main-slider-three__title-one {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 500ms;
}

.main-slider-three__title-two {
  color: var(--site-white);
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  font-size: 50px;
  line-height: 60px;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform-origin: bottom;
  transition: all 1500ms ease;
}

.swiper-slide-thumb-active .main-slider-three__title-two {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1000ms;
}

.main-slider-three__price {
  font-size: 26px;
  color: var(--site-base);
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
  margin-top: 11px;
  margin-bottom: 25px;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1500ms ease;
}

.swiper-slide-thumb-active .main-slider-three__price {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1200ms;
}

.main-slider-three__btn-box {
  position: relative;
  display: block;
  margin-bottom: -20px;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1400ms ease;
  z-index: 5;
}

.swiper-slide-thumb-active .main-slider-three__btn-box {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1700ms;
}

.main-slider-three__title-three {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(35, 36, 35, .30);
  letter-spacing: 10px;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateX(200px);
}

.swiper-slide-thumb-active .main-slider-three__title-three {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 800ms;
}

.main-slider-three__right {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 350px;
  border-bottom-left-radius: 350px;
  z-index: 1;
}

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

#main-slider-three__carousel {
  position: relative;
  display: block;
}

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

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

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


.main-slider-three__nav {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 50px;
  z-index: 100;
}

.main-slider-three__nav .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: var(--site-gray);
  background-color: transparent;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border: 2px solid var(--site-bdr-color);
  margin: 0;
  text-align: center;
  opacity: 1;
  transition: all 500ms ease;
  z-index: 100;
}

.main-slider-three__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: var(--site-gray);
  background-color: transparent;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 2px solid var(--site-bdr-color);
  margin: 0;
  text-align: center;
  opacity: 1;
  transition: all 500ms ease;
  z-index: 100;
}

.main-slider-three__nav .swiper-button-next:hover,
.main-slider-three__nav .swiper-button-prev:hover {
  color: var(--site-white);
  background-color: var(--site-base);
  border: 2px solid var(--site-base);
}

.main-slider-three__nav .swiper-button-next {
  margin-right: 10px;
}

.main-slider-three__nav .swiper-button-next i,
.main-slider-three__nav .swiper-button-prev i {
  position: relative;
  display: flex;
  align-items: center;
}

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

.main-slider-three__contact-list {
  position: absolute;
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
  left: -220px;
  bottom: 355px;
  z-index: 2;
}

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

.main-slider-three__contact-list li+li {
  margin-left: 40px;
}

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

.main-slider-three__contact-list li .icon i {
  font-size: 15px;
  color: var(--site-base);
}

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

.main-slider-three__contact-list li .text p {
  font-size: 14px;
  color: var(--site-gray);
  font-weight: 500;
}

.main-slider-three__contact-list li .text p a {
  color: var(--site-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider-three__contact-list li .text p a:hover {
  color: var(--site-base);
}

.main-slider-three__social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.main-slider-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--site-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider-three__social a:hover {
  color: var(--site-base);
}


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

.main-slider-four .item {
  position: relative;
  padding: 180px 0px 200px;
  background-color: var(--site-White);
  z-index: 10;
}



.main-slider-four__content {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 690px;
  width: 100%;
  z-index: 10;
}

.main-slider-four__content .title {
  position: relative;
  display: block;
  padding-bottom: 41px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(-40deg) translateX(-100px);
  -ms-transform: perspective(400px) rotateY(-40deg) translateX(-100px);
  transform: perspective(400px) rotateY(-40deg) translateX(-100px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

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


.main-slider-four__content .title h2 {
  font-size: 80px;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}

.main-slider-four__content .title h2 span {
  color: var(--site-base);
  font-style: italic;
}

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

.active .main-slider-four__content .text {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.main-slider-four__content .text p {
  margin: 0;
}

.main-slider-four__content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 53px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-100px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-100px);
  transform: perspective(400px) rotateY(0deg) translateY(-100px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 3000ms ease;
  -moz-transition: all 3000ms ease;
  -ms-transition: all 3000ms ease;
  -o-transition: all 3000ms ease;
  transition: all 3000ms ease;
  z-index: 10;
}

.active .main-slider-four__content .btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}







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

.team-one__sinlge {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

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

.team-one__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--site-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.team-one__sinlge:hover .team-one__img::before {
  opacity: .95;
}

.team-one__img img {
  width: 100%;
  transition: transform 1s ease-in-out;
  transform: scale3d(1, 1, 1);
}

.team-one__sinlge:hover .team-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.team-one__content {
  position: relative;
  display: block;
  background-color: var(--site-White);
  padding: 33px 0 32px;
  padding-left: 0px;
  text-align: center;
  z-index: 2;
}

.team-one__sub-title {
  color: var(--site-white);
  margin-bottom: 10px;
}

.team-one__title {
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  line-height: 36px;
  text-transform: uppercase;
}

.team-one__title a {
  color: var(--site-white);
}

.team-one__title a:hover {
  color: var(--site-base);
}

.team-one__social {
  position: absolute;
  top: -100px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  visibility: hidden;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transform: rotate(0deg) scaleY(0) translateZ(0px);
  -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: 2;
}

.team-one__sinlge:hover .team-one__social {
  visibility: visible;
  transform: rotate(0deg) scaleY(1) translateZ(0px);
  transition-delay: 500ms;
}

.team-one__social a {
  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;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: var(--site-white);
  background-color: #396dcb;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__social a:nth-child(2) {
  background-color: #c59d5f;
}

.team-one__social a:nth-child(3) {
  background-color: #0ea1e6;
}

.team-one__social a:nth-child(4) {
  background-color: #ffffff;
  color: var(--site-black);
}

.team-one__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--site-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: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.team-one__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

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

.team-details__left {
  position: relative;
  display: block;
  margin-right: -26px;
}

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

.team-details__img img {
  width: 100%;
  border-radius: 3px;
}

.team-details__right {
  position: relative;
  display: block;
  margin-left: 65px;
  margin-top: 45px;
}

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

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

.team-details__progress-box li+li {
  margin-top: 42px;
}

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

.team-details__progress-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--site-white);
  margin-bottom: 11px;
  text-transform: uppercase;
}

.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 17px;
  background-color: var(--site-base);
}

.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 17px;
  background-color: #0e110d;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.team-details__progress .count-text {
  position: absolute;
  right: -6px;
  bottom: 30px;
  color: var(--site-white);
  line-height: 26px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  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;
}

.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

.team-details__address-box {
  position: relative;
  margin-left: -176px;
  background-color: #0e110d;
  align-items: center;
  justify-content: space-between;
  padding: 39px 70px 43px;
  margin-top: 50px;
}

.team-details__client-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 75px;
}

.team-details__client-info-list {
  position: relative;
  display: block;
}

.team-details__client-info-list li {
  position: relative;
  display: block;
}

.team-details__client-info-list li+li {
  margin-top: 23px;
}

.team-details__client-info-list li p {
  font-size: 20px;
  line-height: 30px;
  color: var(--site-white);
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-details__client-info-list li h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
  color: var(--site-base);
  text-transform: capitalize;
}

.team-details__client-info-list-2.team-details__client-info-list li h3 {
  color: var(--site-white);
}

.team-details__client-info-list li h3 a {
  color: var(--site-white);
}

.team-details__client-info-list li h3 a:hover {
  color: var(--site-base);
}

.team-details__social {
  position: relative;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
.product-details__social {
  position: relative;
  display: flex
;
  align-items: center;
}
.team-details__social a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: var(--site-black);
  background-color: var(--site-white);
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-details__social a:hover {
  color: var(--site-white);
  background-color: var(--site-base);
}

.team-details__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--site-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: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.team-details__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}



/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  display: block;
  background-color: var(--site-White);
}

.feature-one__inner {
  position: relative;
  display: block;
  padding: 65px 0;
}

.feature-one__inner::before {
  content: "";
  position: absolute;
  left: -1000px;
  bottom: 0;
  right: -1000px;
  height: 1px;
  background-color: var(--site-bdr-color);
}



.feature-one__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.feature-one__list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
}

.feature-one__list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  border: 1px dashed var(--site-bdr-color);
  border-radius: 5px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.feature-one__list li:hover .icon {
  border: 1px dashed var(--site-base);
}

.feature-one__list li .icon:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  height: 100%;
  background-color: var(--site-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: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.feature-one__list li:hover .icon:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.feature-one__list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 35px;
  color: var(--site-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.feature-one__list li:hover .icon span {
  color: var(--site-white);
  transform: rotateY(180deg);
}

.feature-one__list li .text {
  margin-left: 30px;
}

.feature-one__list li .text p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-style: normal;
  color: var(--site-white);
  font-family: var(--site-font-2);
  text-transform: uppercase;
  letter-spacing: 0;
}

.feature-one__list li .text p a {
  color: var(--site-white);
}

.feature-one__list li .text p a:hover {
  color: var(--site-base);
}

/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
  position: relative;
  display: block;
  background-color: var(--site-White);
  border-top: 0px solid var(--site-bdr-color);
  border-bottom: 1px solid var(--site-bdr-color);
  z-index: 10;
}

.feature-two .row {
  --bs-gutter-x: 0px;
}

.feature-two__single {
  position: relative;
  display: block;
  border-left: 1px solid var(--site-bdr-color);
  text-align: center;
  padding: 65px 65px 65px;
}

.feature-two__single.last-child {
  border-right: 1px solid var(--site-bdr-color);
}

.feature-two__icon {
  position: relative;
  display: block;
}

.feature-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 66px;
  color: var(--site-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.feature-two__single:hover .feature-two__icon span {
  transform: scale(.9);
}

.feature-two__title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 16px;
}

.feature-two__title a {
  color: var(--site-white);
}

.feature-two__title a:hover {
  color: var(--site-base);
}

.feature-two__text {
  color: #aeb0b4;
  ;
  margin-bottom: 32px;
}

.feature-two__shape-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.feature-two__shape-1 {
  position: relative;
  display: block;
  width: 70px;
  height: 1px;
  background-color: var(--site-white);
}

.feature-two__shape-2 {
  position: relative;
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: var(--site-base);
}

.feature-two__shape-3 {
  position: relative;
  display: block;
  width: 70px;
  height: 1px;
  background-color: var(--site-white);
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background-color: var(--site-White);
}

.about-one__shape1 {
  position: absolute;
  top: 0;
  right: -10px;
}

.about-one__shape1 img {
  filter: drop-shadow(2px 4px 6px black);
  opacity: 0.40;
}



.about-one .container {
  max-width: 1520px;
}

.about-one__left {
  position: relative;
  display: block;
  margin-right: -244px;
  z-index: 1;
}

.about-one__img-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

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

.about-one__img-list li:nth-child(1) {
  margin-top: 0px;
}

.about-one__img-list li:nth-child(2) {
  margin-top: 0px;
}

.about-one__img {
  position: relative;
  display: block;
  max-width: 380px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}

.about-one__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(166, 161, 130);
  background: linear-gradient(0deg, rgba(166, 161, 130, 1) 0%, rgba(166, 161, 130, 1) 10%, rgba(166, 161, 130, 0.5970763305322129) 51%, rgba(166, 161, 130, 0.7063200280112045) 80%, rgba(166, 161, 130, 0.10407913165266103) 100%);

  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.about-one__img-list li:hover .about-one__img::before {
  opacity: 1;
}

.about-one__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.about-one__img-list li:hover .about-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.about-one__right {
  position: relative;
  display: block;
  margin-top: 120px;
  z-index: 2;
}

.about-one__content {
  position: relative;
  display: block;
  background-color: var(--site-White);
  padding: 60px 70px 60px;
  border-top-left-radius: 50px;
  padding-right: 0;
  padding-bottom: 0;
  z-index: 1;
}

.about-one__content .section-title {
  margin-bottom: 38px;
}

.about-one__content-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 50px;
  z-index: -1;
}

.about-one__design-make {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 46px;
}

.about-one__design-make-img {
  position: relative;
  display: block;
  max-width: 106px;
  width: 100%;
}

.about-one__design-make-img img {
  width: 100%;
}

.about-one__design-make-content {
  margin-left: 30px;
}

.about-one__design-make-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--site-white);
  font-style: normal;
  line-height: 36px;
  margin-bottom: 9px;
}

.about-one__design-make-text {
  color: var(--site-white);
}

.about-one__progress-list {
  position: relative;
  display: block;
  max-width: 500px;
}

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

.about-one__progress+.about-one__progress {
  margin-top: 34px;
}

.about-one__progress-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.about-one__progress .bar {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: rgba(var(--site-base-rgb), .2);
  border-radius: 0px;
}

.about-one__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 3px;
  border-radius: 0px;
  background-color: var(--site-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-one__progress .count-text {
  position: absolute;
  right: 0;
  bottom: 20px;
  color: var(--site-white);
  line-height: 22px;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  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-one__progress .bar-inner.counted .count-text {
  opacity: 1;
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.about-two__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.about-two__shape-1 img {
  opacity: 0.20;
}

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

.about-two__left .section-title {
  margin-bottom: 17px;
}

.about-two__text {
  color: #aeb0b4;
  ;
}

.about-two__history {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid var(--site-bdr-color);
  border-bottom: 1px solid var(--site-bdr-color);
  padding: 35px 0 35px;
  margin-top: 42px;
  margin-bottom: 50px;
}

.about-two__history li {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}

.about-two__history-single {
  position: relative;
  display: block;
}

.about-two__history-year {
  font-size: 36px;
  font-weight: 700;
  color: var(--site-base);
  line-height: 36px;
  margin-bottom: 11px;
}

.about-two__history-text {
  color: #aeb0b4;
  ;
}

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

.about-two__right {
  position: relative;
  display: block;
  margin-left: 14px;
}

.about-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.about-two__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--site-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.about-two__img:hover:before {
  opacity: .50;
}

.about-two__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.about-two__img:hover img {
  transform: scale(1.05) rotate(0deg);
}




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

.about-three__shape1 {
  position: absolute;
  left: -20px;
  bottom: -20px;
  opacity: .5;
}

.about-three__shape2 {
  position: absolute;
  right: -20px;
  bottom: -20px;
  opacity: .5;
}

.about-three__shape3 {
  position: absolute;
  top: 0;
  left: -50px;
  opacity: .3;
}








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

.about-three__left .section-title {
  margin-bottom: 26px;
}

.about-three__points-list {
  position: relative;
  display: block;
  margin-top: 33px;
  margin-bottom: 34px;
}

.about-three__points-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.about-three__points-list li+li {
  margin-top: 22px;
}

.about-three__points-list li .icon {
  position: relative;
  display: inline-block;
  top: 5px;
}

.about-three__points-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--site-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-three__points-list li:hover .icon span {
  transform: scale(0.9);
}

.about-three__points-list li .content {
  position: relative;
  display: block;
}

.about-three__points-list li .content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 14px;
}

.about-three__right {
  position: relative;
  display: block;
  margin-right: 50px;
  margin-left: 84px;
}

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

.about-three__img img {
  width: 100%;
}

.about-three__experience-box {
  position: absolute;
  right: -50px;
  top: 30px;
  background-color: var(--site-white);
  max-width: 320px;
  width: 100%;
  border: 5px solid var(--site-base);
  padding: 32px 35px 34px;
  z-index: 2;
}

.about-three__experience-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--site-black);
  text-transform: uppercase;
}

.about-three__experience {
  position: relative;
  display: inline-block;
}

.about-three__experience-sub-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--site-black);
  text-transform: uppercase;
  margin-top: 44px;
}

.about-three__experience-count {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.about-three__experience-count h3 {
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
  color: var(--site-black);
}

.experience-count h3 {
  font-size: 70px;
  font-weight: 900;
  line-height: 80px;
  color: var(--site-base);
}

.about-three__experience-count-shape {
  position: absolute;
  right: -46px;
  top: 70px;
  width: 90px;
  height: 90px;
  background-color: var(--site-base);
  border-radius: 50%;
  z-index: -1;
}

/*--------------------------------------------------------------
# Sliding Text One
--------------------------------------------------------------*/
.sliding-text-one {
  position: relative;
  display: block;
  background-color: var(--site-White);
  border-top: 1px solid var(--site-bdr-color);
  border-bottom: 1px solid var(--site-bdr-color);
  padding: 85px 0 85px;
  z-index: 1;
}

.sliding-text-one__wrap {
  position: relative;
  display: block;
}

.sliding-text__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  width: fit-content;
}

.sliding-text__list li {
  osition: relative;
  display: block;
  float: left;
  margin-right: 35px;
}

.sliding-text__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  color: var(--site-white);
  font-size: 56px;
  line-height: 56px;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: var(--site-font-two);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sliding-text__title img {
  position: relative;
  width: auto;
  animation: textRotate 05s linear 0s forwards infinite alternate;
}

.sliding-text__title:before {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: var(--site-base);
  white-space: nowrap;
  content: attr(data-hover);
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.sliding-text__list li:hover .sliding-text__title:before {
  width: 100%;
  color: var(--site-base);
}

@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Sliding Text Two
--------------------------------------------------------------*/
.sliding-text-two {
  position: relative;
  display: block;
  background-color: var(--site-White);
  border-top: 1px solid var(--site-bdr-color);
  border-bottom: 1px solid var(--site-bdr-color);
  padding: 27px 0 27px;
  z-index: 10;
}

.sliding-text-two__wrap {
  position: relative;
  display: block;
}

.sliding-text-two__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  width: fit-content;
}

.sliding-text-two__list li {
  osition: relative;
  display: block;
  float: left;
  margin-right: 35px;
}

.sliding-text-two__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  color: #84d2933d;
  -webkit-text-stroke: 1px #3bb9eb;
  font-size: 100px;
  line-height: 120px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sliding-text-two__title:before {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: var(--site-base);
  white-space: nowrap;
  content: attr(data-hover);
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.sliding-text-two__list li:hover .sliding-text-two__title:before {
  width: 100%;
  color: linear-gradient(red, yellow);
}

.sliding-text-two__list li:hover .sliding-text-two__title {
  -webkit-text-stroke: 1px var(--site-base);
}

.caption {
  color: #ffffff !important;
  padding: 10px;
  font-size: 18px;
  background: var(--site-base);
}
.caption a{
  color: #ffffff !important;

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

.management-one__single {
  position: relative;
  display: block;
  background-color: var(--site-White);
  margin-bottom: 30px;
  border-radius: 25px;
  overflow: hidden;
  z-index: 1;
}

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

.management-one__content-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 41px 35px 24px;
}

.management-one__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.management-one__title a {
  color: var(--site-white);
}

.management-one__title a:hover {
  color: var(--site-base);
}

.management-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  margin-top: 32px;
  margin-bottom: 33px;
  z-index: 1;
}

.management-one__img::after {
  background: hsla(0, 0%, 100%, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.management-one__single:hover .management-one__img::after {
  height: 100%;
  opacity: 0;
  transition: all 0.6s linear;
}

.management-one__img img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  transition: all 1s ease-in-out;
}

.management-one__single:hover .management-one__img img {
  transform: scale(1.1);
}

.management-one__text {}

.management-one__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid var(--site-bdr-color);
  font-size: 16px;
  color: var(--site-white);
  font-style: normal;
  font-weight: 700;
  padding: 25px 0;
  text-transform: uppercase;
}

.management-one__btn span {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}

.management-one__btn:hover {
  color: var(--site-base);
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  counter-reset: count;
  overflow: hidden;
  background-color: var(--site-White);
  padding: 120px 0 120px;
  z-index: 1;
}

.services-two__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.services-two__shape-1 img {
  width: auto;
}

.services-two__wrapper {
  position: relative;
  display: block;
  padding-left: 100px;
}

.services-two__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 60px 63px;
  padding-right: 245px;
  border-bottom: 1px solid var(--site-bdr-color);
}

.services-two__top .section-title {
  margin-bottom: 0;
}

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

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

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

.services-two__list li {
  position: relative;
  display: block;
}

.services-two__single {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 45px 60px 45px;
  padding-right: 180px;
  border-bottom: 1px solid var(--site-bdr-color);
}

.services-two__single-left {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}

.services-two__count-box {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.services-two__count {
  position: relative;
  display: inline-block;
}

.services-two__count:before {
  position: relative;
  display: inline-block;
  font-size: 56px;
  line-height: 56px;
  font-weight: 700;
  font-style: normal;
  color: var(--site-white);
  counter-increment: count;
  content: "0"counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-two__dot {
  position: relative;
  display: block;
  height: 8px;
  width: 8px;
  background-color: var(--site-white);
  border-radius: 50%;
  top: -7px;
}

.services-two__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

.services-two__title a {
  color: var(--site-white);
}

.services-two__title a:hover {
  color: var(--site-base);
}

.services-two__single-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 170px;
}

.services-two__text {
  color: #aeb0b4;
  ;
}

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

.services-two__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 65px;
  background-color: var(--site-base);
  border-radius: 50%;
  color: var(--site-white);
  font-size: 22px;
}

.services-two__arrow a:hover {
  background-color: var(--site-white);
  color: var(--site-base);
}

/* hover image */
.hover-item__box {
  position: absolute;
  width: 220px;
  height: 156px;
  top: 50%;
  right: 320px;
  pointer-events: none;
  transform: translate(-100%, -50%);
  overflow: hidden;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s ease-out;
  z-index: 10;
}

.hover-item__box-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transition: transform 0.4s ease-out;
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 50px 0 0;
  z-index: 1;
}

.services-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .6;
  mix-blend-mode: luminosity;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}

.services-three__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(31, 32, 34, .5);
}

.services-three__single {
  position: relative;
  display: block;
  -webkit-border-start: 1px solid var(--site-bdr-color);
  border-inline-start: 1px solid var(--site-base);
  padding-left: 29px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
}

.services-three__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  width: 68px;
  border: 1px dashed var(--site-base);
  border-radius: 50%;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.services-three__single:hover .services-three__icon {
  border: 1px dashed var(--site-base);
}

.services-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 35px;
  color: var(--site-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-three__single:hover .services-three__icon span {
  transform: scale(.9);
}

.services-three__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 22px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.services-three__title a {
  color: var(--site-base);
}

.services-three__title a:hover {
  color: var(--site-base);
}

.services-three__img {
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
}

.services-three__img::after {
  background: hsla(0, 0%, 100%, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.services-three__single:hover .services-three__img::after {
  height: 100%;
  opacity: 0;
  transition: all 0.6s linear;
}

.services-three__img img {
  width: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
}

.services-three__single:hover .services-three__img img {
  transform: scale(1.1);
}

.services-three__text {
  margin-top: 43px;
  margin-bottom: 42px;
}

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

.services-three__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px dashed var(--site-bdr-color);
  border-radius: 50%;
  font-size: 12px;
  color: var(--site-base);
}

.services-three__arrow a:hover {
  border: 1px dashed var(--site-base);
}

/*--------------------------------------------------------------
# Services Four
--------------------------------------------------------------*/
.services-four {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 120px 0 90px;
  z-index: 1;
}

.services-four__single {
  position: relative;
  display: block;
  border: 1px solid var(--site-base);
  padding: 55px 0 90px;
  border-radius: 10px;
  margin-bottom: 60px;
}


.services-four__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 94px;
  width: 94px;
  margin: 2px;
  border: 1px solid var(--site-base);
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-four__single:hover .services-four__icon {
  border: 1px solid var(--site-base);
}

.services-four__icon:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  height: 100%;
  background-color: var(--site-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: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.services-four__single:hover .services-four__icon:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.services-four__icon span {
  position: relative;
  display: inline-block;
  color: var(--site-base);
  font-size: 55px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-four__single:hover .services-four__icon span {
  transform: scale(.9);
  color: #e7e7e7;
}

.services-four__content {
  position: relative;
  display: block;
  padding: 41px 45px 0;
}

.services-four__title {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
  margin-bottom: 15px;
}

.services-four__title a {
  color: var(--site-base);
}

.services-four__title a:hover {
  color: var(--site-base);
}

.services-four__arrow {
  position: absolute;
  bottom: -30px;
  right: 35px;
}

.services-four__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 90px;
  background-color: var(--site-base);
  color: #ffffff;
  font-size: 18px;
  border-radius: 5px;
}

.services-four__arrow a:hover {
  background-color: var(--site-base);
  color: var(--site-white);
}


/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.service-details {
  position: relative;
  display: block;
  padding: 120px 0 117px;
  z-index: 1;
}

.service-details__left {
  position: relative;
  display: block;
}

.service-details__service-box {
  position: relative;
  display: block;
}

.service-details__services-list {
  position: relative;
  display: block;
}

.service-details__services-list li {
  position: relative;
  display: block;
}

.service-details__services-list li+li {
  margin-top: 20px;
}

.service-details__services-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0e110d;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--site-white);
  font-family: var(--site-font-2);
  padding: 19px 30px 19px;
  overflow: hidden;
  z-index: 1;
}

.service-details__services-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--site-base);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.service-details__services-list li:hover a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.service-details__services-list li.active a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.service-details__services-list li a span {
  font-size: 22px;
  color: var(--site-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details__services-list li:hover a span {
  color: var(--site-white);
}

.service-details__services-list li.active a span {
  color: var(--site-white);
}

.service-details__contact-box {
  position: relative;
  display: block;
  background-color: var(--site-base);
  padding: 68px 50px 71px;
  text-align: center;
  margin: 2px 0 30px;
  z-index: 1;
}

.service-details__contact-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3bb9ea;
  z-index: -1;
}

.service-details__title {
  font-size: 33px;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
}

.service-details__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--site-white);
  border-radius: 50%;
  margin: 35px auto 34px;
  webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details__icon:hover {
  background-color: var(--site-black);
}

.service-details__icon span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: var(--site-black);
  webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details__icon:hover span {
  color: var(--site-white);
}

.service-details__text {
  color: var(--site-white);
}

.service-details__number {
  font-size: 25px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 14px;
}

.service-details__number a {
  color: var(--site-white);
}

.service-details__number a:hover {
  color:black;
}

.service-details__download-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: var(--site-base);
  padding: 20px 50px 20px;
}

.service-details__download-box a {
  position: relative;
  font-size: 22px;
  line-height: 32px;
  color: var(--site-white);
}

.service-details__download-box a:hover {
  color: var(--site-black);
}

.service-details__download-box .icon {
  position: relative;
  display: inline-block;
}

.service-details__download-box .icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: var(--site-white);
}

.service-details__right {
  position: relative;
  display: block;
}

.service-details__img {
  position: relative;
  display: block;
}

.service-details__img img {
  width: 100%;
}

.service-details__title-1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 13px;
}

.service-details__text-2 {
  margin-top: 22px;
  margin-bottom: 36px;
}

.service-details__img-and-point-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 55px;
}

.service-details__points-img {
  position: relative;
  display: block;
}

.service-details__points-img img {
  width: 100%;
}

.service-details__points-box {
  position: relative;
  display: block;
}

.service-details__points-title {
  position: relative;
  top: -15px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  padding-bottom: 17px;
  margin-bottom: 5px;
}

.service-details__points-list {
  position: relative;
  display: block;
}

.service-details__points-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}

.service-details__points-list li+li {
  margin-top: 12px;
}

.service-details__points-shape {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: var(--site-base);
}

.service-details__points-list li p {
  color: rgb(95, 95, 95);
}

.service-details__title-2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  margin-top: 54px;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/

@media (max-width: 576px) {
  .filter {
    padding: 10px;
  }

  .filter form .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .filter p img {
    max-width: 30px;
  }

  .filter h1 {
    font-size: 1.5rem;
  }

  .btn {
    font-size: 0.9rem;
  }
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 31px !important;
  user-select: none;
  -webkit-user-select: none;
}
/*--------------------------------------------------------------
# Projects One
--------------------------------------------------------------*/
.projects-one {
  position: relative;
  display: block;
}

.projects-one__top {
  position: relative;
  display: block;
  margin-bottom: 58px;
}

.projects-one__top-inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.projects-one__top-inner .section-title {
  margin-bottom: 0;
}

.projects-one__filter-box {
  position: relative;
  display: block;
  top: -12px;
}

.projects-one__filter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.projects-one__filter.style1 li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.projects-one__filter.style1 li+li {
  margin-left: 20px;
}

.projects-one__filter.style1 li .filter-text {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  background-color: #575757;
  padding: 8px 22px 9px;
  border-radius: 0px;
  border: 1px solid var(--site-bdr-color);
  transition: all 0.4s ease;
  z-index: 1;
}

.projects-one__filter.style1 li:hover .filter-text,
.projects-one__filter.style1 li.active .filter-text {
  color: var(--site-white);
  border: 1px solid var(--site-base);
  background-color: var(--site-base);
}

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

.projects-one__bottom .row {
  --bs-gutter-x: 0px;
}

.projects-one__bottom .container {
  max-width: 100%;
}

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

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

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

.projects-one__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(166, 161, 130);
  background: linear-gradient(0deg, rgba(166, 161, 130, 1) 0%, rgba(166, 161, 130, 1) 10%, rgba(166, 161, 130, 0.5970763305322129) 51%, rgba(166, 161, 130, 0.7063200280112045) 80%, rgba(166, 161, 130, 0.10407913165266103) 100%);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}


.projects-one__single:hover .projects-one__img:before {
  opacity: 1.0;
}

.projects-one__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.projects-one__single:hover .projects-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.projects-one__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--site-White);
  text-align: center;
  padding: 24px 0 28px;
  transform: translateX(-100%);
  transition: transform 1000ms ease;
  z-index: 2;
}

.projects-one__single:hover .projects-one__content {
  transform: translateX(0%);
}

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

.projects-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.projects-one__title a {
  color: var(--site-white);
}

.projects-one__title a:hover {
  color: var(--site-base);
}

.projects-one__sub-title {
  font-size: 18px;
  color: var(--site-base);
}

.projects-one__arrow {
  position: absolute;
  top: 0px;
  right: 40px;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out 0s;
  z-index: 2;
}

.projects-one__single:hover .projects-one__arrow {
  top: 30px;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.projects-one__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 65px;
  background-color: var(--site-base);
  border-radius: 50%;
  font-size: 20px;
  color: var(--site-white);
}

.projects-one__arrow a:hover {
  background-color: var(--site-White);
  color: var(--site-base);
}

/*--------------------------------------------------------------
# Projects Two
--------------------------------------------------------------*/
.project-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.project-two__top {
  position: relative;
  display: block;
  margin-bottom: 88px;
}

.section-title {
  margin-bottom: 0;
}

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

.project-two__bottom .container {
  max-width: 1635px;
}

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

.project-two__single {
  position: relative;
  display: block;
  z-index: 1;
}

.project-two__single:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 30px;
  right: 0;
  bottom: 110px;
  border: 1px solid var(--site-bdr-color);
  z-index: -1;
}

.project-two__img {
  position: relative;
  display: block;
  margin-right: 30px;
  overflow: hidden;
  z-index: 1;
}

.project-two__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: rgb(0, 0, 0);
  transition: all 0.5s ease;
  z-index: 1;
}

.project-two__single:hover .project-two__img:before {
  opacity: 0.2;
}

.project-two__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.project-two__single:hover .project-two__img img {
  transform: scale(1.06) rotate(0deg);
}

.project-two__content {
  position: relative;
  display: flex;
  background-color: var(--site-white);
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px 30px 12px;
  padding-right: 50px;
  clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
}

.project-two__title {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
  text-transform: uppercase;
}

.project-two__title a {
  color: var(--site-black);
}

.project-two__title a:hover {
  color: var(--site-base);
}

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

.project-two__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: var(--site-base);
  border-radius: 50%;
  font-size: 20px;
  color: var(--site-white);
}

.project-two__arrow a:hover {
  background-color: var(--site-White);
}


.project-two__carousel.owl-theme .owl-nav {
  position: absolute;
  top: -197px;
  right: 140px;
  margin: 0;
}

.project-two__carousel.owl-theme .owl-nav .owl-next {
  height: 82px;
  width: 82px;
  line-height: 82px;
  border-radius: 0;
  color: var(--site-white);
  background-color: var(--site-base);
  font-size: 22px;
  margin: 0;
  text-align: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-two__carousel.owl-theme .owl-nav .owl-prev {
  height: 82px;
  width: 82px;
  line-height: 82px;
  border-radius: 0;
  color: var(--site-white);
  background-color: var(--site-base);
  font-size: 22px;
  margin: 0;
  text-align: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-two__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}

.project-two__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}

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

.project-two__carousel.owl-theme .owl-nav .owl-next:hover,
.project-two__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--site-white);
  color: var(--site-base);
}

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

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

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

/*--------------------------------------------------------------
# Projects Three
--------------------------------------------------------------*/
.gellery-item {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.gellery-item__wrapper {
  position: relative;
  display: block;
}

.gellery-item__carousel {
  position: relative;
  display: block;
}

.gellery-item__single {
  position: relative;
  display: block;
  z-index: 1;
  margin-bottom: 20px;
}

.gellery-item__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.gellery-item__img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  background: #000 none repeat scroll 0 0;
  transition: all 0.4s ease-in-out 0s;
}

.gellery-item__single:hover .gellery-item__img:before {
  opacity: 0.75;
  visibility: visible;
}

.gellery-item__single:hover .gellery-item__img img {
  transform: scale(1.2);
}

.gellery-item__img img {
  width: 100%;
  transition: all 0.8s ease 0s;
}

.gellery-item__content {
  position: absolute;
  bottom: 27px;
  left: 35px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  z-index: 2;
}

.gellery-item__single:hover .gellery-item__content {
  opacity: 1;
  visibility: visible;
}

.gellery-item__sub-title {
  font-size: 18px;
  color: var(--site-base);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out 0s;
}

.gellery-item__single:hover .gellery-item__sub-title {
  transform: translateY(0px);
}

.gellery-item__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  font-style: normal;
  margin-top: 4px;
  transform: translateY(10px);
  transition: all 0.4s ease-in-out 0s;
}

.gellery-item__single:hover .gellery-item__title {
  transform: translateY(0px);
}

.gellery-item__title a {
  color: var(--site-white);
}

.gellery-item__title a:hover {
  color: var(--site-base);
}

.gellery-item__arrow {
  position: absolute;
  top: 0px;
  right: 40px;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out 0s;
  z-index: 2;
}

.gellery-item__single:hover .gellery-item__arrow {
  top: 30px;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.gellery-item__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 65px;
  background-color: var(--site-base);
  border-radius: 50%;
  font-size: 20px;
  color: var(--site-white);
}

.gellery-item__arrow a:hover {
  background-color: var(--site-White);
  color: var(--site-base);
}


.gellery-item__carousel.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0;
  line-height: 0;
  padding: 0 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  z-index: 100;
}

.gellery-item__carousel:hover.owl-theme .owl-nav {
  opacity: 1;
  visibility: visible;
}

.gellery-item__carousel.owl-theme .owl-nav .owl-next {
  height: 82px;
  width: 82px;
  line-height: 82px;
  border-radius: 0;
  color: var(--site-white);
  background-color: var(--site-base);
  font-size: 22px;
  margin: 0;
  text-align: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gellery-item__carousel.owl-theme .owl-nav .owl-prev {
  height: 82px;
  width: 82px;
  line-height: 82px;
  border-radius: 0;
  color: var(--site-white);
  background-color: var(--site-base);
  font-size: 22px;
  margin: 0;
  text-align: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gellery-item__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 0px;
}

.gellery-item__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 0px;
}

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

.gellery-item__carousel.owl-theme .owl-nav .owl-next:hover,
.gellery-item__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--site-white);
  color: var(--site-base);
}

/*--------------------------------------------------------------
# Project Four
--------------------------------------------------------------*/
.projects-four {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
  position: relative;
  display: block;
  counter-reset: count;
  padding: 120px 0 113px;
  z-index: 1;
}

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

.project-details__img img {
  width: 100%;
}

.project-details__content {
  position: relative;
  display: block;
  margin-top: 48px;
}

.project-details__title-1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.project-details__text-1 {
  margin-top: 24px;
  margin-bottom: 28px;
}

.project-details__img-and-faq {
  position: relative;
  display: block;
  margin-top: 57px;
  margin-bottom: 43px;
}

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

.project-details__img-box-img img {
  width: 100%;
}

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

.project-details__faq-box .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border-radius: 3px;
  background-color: #e9e9e9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__faq-box .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 22px 35px 23px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.project-details__faq-box .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--site-black);
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__faq-box .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 16px;
}

.project-details__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--site-base);
}

.project-details__faq-box .faq-one-accrodion .accrodion-title h4::before {
  content: "\e91e";
  font-family: 'icomoon' !important;
  font-weight: 700;
  font-size: 17px;
  color: var(--site-white);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #1d2019;
  border-radius: 3px;
  transform: translateY(-50%);
}

.project-details__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\e921";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__faq-box .faq-one-accrodion .accrodion-content {
  position: relative;
  margin-top: -13px;
  padding-left: 30px;
  padding-right: 110px;
  padding-bottom: 26px;
}

.project-details__faq-box .faq-one-accrodion .accrodion-content p {
  margin: 0;
  color: #000;
}

.project-details__faq-box-count {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

.project-details__faq-box-count::before {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  top: -1px;
  color: var(--site-white);
  font-family: var(--site-font-2);
  counter-increment: count;
  content: "0"counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.project-details__faq-box-count::after {
  content: "";
  position: absolute;
  bottom: 9px;
  right: -3px;
  width: 3px;
  height: 3px;
  background-color: var(--site-white);
}

/*--------------------------------------------------------------
# Projects Page
--------------------------------------------------------------*/
.projects-page {
  position: relative;
  display: block;
  padding: 150px 0 90px;
  z-index: 1;
}

.projects-page .container {
  max-width: 1635px;
}

.projects-page .project-two__single {
  margin-bottom: 60px;
}

/*--------------------------------------------------------------
# Design Interior
--------------------------------------------------------------*/
.design-interior {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  border-bottom: 1px solid var(--site-bdr-color);
  z-index: 1;
}

.design-interior .section-title {
  margin-bottom: 14px;
}

.design-interior__inner {
  position: relative;
  display: block;
}

.design-interior__left {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--site-White);
  margin-top: 55px;
  margin-right: 43px;
  padding: 101px 80px 29px;
  z-index: 1;
}

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

.design-interior__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -35px;
}

.design-interior__list li {
  position: relative;
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding: 0 35px;
  margin-bottom: 65px;
}

.design-interior__single {
  position: relative;
  display: block;
}

.design-interior__title {
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  line-height: 38px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  margin-bottom: 23px;
  padding-bottom: 22px;
}

.design-interior__title a {
  color: var(--site-white);
}

.design-interior__title a:hover {
  color: var(--site-base);
}

.design-interior__right {
  position: relative;
  display: block;
  margin-left: -373px;
}

.design-interior__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

.design-interior__img img {
  width: 100%;
}


/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background-color: var(--site-White);
  z-index: 1;
}

.testimonial-one__shape1 {
  position: absolute;
  right: -311px;
  bottom: 0;
  opacity: .1;
}

.testimonial-one__shape1 img {
  opacity: 0.30;
}

.testimonial-one__shape2 {
  position: absolute;
  left: -311px;
  bottom: 0;
  opacity: .1;
}

.testimonial-one__shape2 img {
  opacity: 0.30;
}




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

.testimonial-one__single {
  position: relative;
  display: block;
  border: 1px solid red;
  padding: 54px 40px 54px;
  margin-bottom: 30px;
}

.testimonial-one__client-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

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

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

.testimonial-one__client-content {
  position: relative;
  display: block;
  top: -3px;
}

.testimonial-one__client-name {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
}

.testimonial-one__client-name a {
  color: crimson;
}

.testimonial-one__client-name a:hover {
  color: var(--site-base);
}

.testimonial-one__client-sub-title {
  color: var(--site-base);
  font-size: 14px;
  text-transform: uppercase;
}

.testimonial-one__text {
  margin-top: 25px;
  margin-bottom: 25px;
}

.testimonial-one__rating-and-review {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-one__rating {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.testimonial-one__rating-icon {
  position: relative;
  display: block;
}

.testimonial-one__rating-icon img {
  width: auto;
}

.testimonial-one__review {
  color: var(--site-base);
}

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

.testimonial-one__bottom .row {
  justify-content: center;
}


/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  padding: 120px 0 0px;
  border-top: 1px solid var(--site-bdr-color);
  overflow: hidden;
  z-index: 1;
}

.testimonial-two .section-title {
  margin-bottom: 96px;
}

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

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

.testimonial-two__single {
  position: relative;
  display: block;
  text-align: center;
  background-color: var(--site-White);
  padding: 79px 47px 43px;
  border-radius: 20px;
  z-index: 1;
}

.testimonial-two__single-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  z-index: -1;
}

.testimonial-two__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: color-burn;
  opacity: .15;
  z-index: -1;
}

.testimonial-two__shape-1 img {
  width: auto;
}

.testimonial-two__img {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

.testimonial-two__img img {
  width: auto;
  border-radius: 50%;
}

.testimonial-two__ratting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-two__ratting li {
  position: relative;
  display: block;
}

.testimonial-two__ratting li+li {
  margin-left: 6px;
}

.testimonial-two__ratting li span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--site-base);
}

.testimonial-two__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 7px;
  margin-bottom: 4px;
}

.testimonial-two__name a {
  color: var(--site-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__name a:hover {
  color: var(--site-base);
}

.testimonial-two__text {
  margin-top: 18px;
  font-size: 20px;
  color: var(--site-gray);
  font-weight: 400;
  line-height: 32px;
}

.testimonial-two__carousel.owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: -100px;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  line-height: 0;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: var(--site-gray);
  background: transparent;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 2px solid var(--site-bdr-color);
  font-size: 16px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: var(--site-gray);
  background: transparent;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border: 2px solid var(--site-bdr-color);
  font-size: 16px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
}

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

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

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

.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--site-base);
  color: var(--site-white);
  border: 2px solid var(--site-base);
}

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

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

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




/*
--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------
*/
.testimonial-three {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 120px 0px 120px;
}

.testimonial-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  z-index: -1;
}

.testimonial-three__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.97;
  background-color: var(--site-White);
}

.single-testimonial-three {
  position: relative;
  display: block;
  padding-top: 50px;
}

.single-testimonial-three .img-box {
  position: absolute;
  top: 0;
  left: 50px;
  overflow: hidden;
  border-radius: 50%;
  z-index: 1;
}

.single-testimonial-three .img-box::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--site-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.single-testimonial-three:hover .img-box::before {
  opacity: .4;
}

.single-testimonial-three .img-box img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.single-testimonial-three:hover .img-box img {
  transform: scale(1.05) rotate(0deg);
}

.single-testimonial-three-inner {
  position: relative;
  display: block;
  padding: 48px 40px 33px;
  background-color: var(--site-White);
}

.single-testimonial-three .content-box {
  position: relative;
  display: block;
}

.single-testimonial-three .content-box .rating-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.single-testimonial-three .content-box .rating-box li {
  position: relative;
  display: block;
}

.single-testimonial-three .content-box .rating-box li+li {
  margin-left: 5px;
}

.single-testimonial-three .content-box .rating-box li .icon {
  position: relative;
  display: inline-block;
  color: var(--site-base);
  font-size: 18px;
  line-height: 15px;
}

.single-testimonial-three .content-box .text {
  position: relative;
  display: block;
  padding-top: 17px;
}

.single-testimonial-three .content-box .bottom-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
}

.single-testimonial-three .content-box .bottom-box .client-name {
  position: relative;
  display: block;
}

.single-testimonial-three .content-box .bottom-box .client-name h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 3px;
}

.single-testimonial-three .content-box .bottom-box .client-name p {
  color: rgba(var(--site-white-rgb), .80);
}

.single-testimonial-three .content-box .bottom-box .quote-box {
  position: relative;
  display: block;
  color: var(--site-base);
  font-size: 45px;
  line-height: 40px;
}



.testimonial-three__carousel.owl-theme {
  position: relative;
  display: block;
}

.testimonial-three__carousel.owl-theme .owl-nav {
  position: absolute;
  top: -122px;
  right: 0px;
  margin: 0;
  display: block;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next {
  height: 60px;
  width: 60px;
  line-height: 82px;
  border-radius: 0;
  color: var(--site-white);
  background-color: var(--site-base);
  font-size: 22px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
  height: 60px;
  width: 60px;
  line-height: 82px;
  border-radius: 0;
  color: var(--site-white);
  background-color: var(--site-base);
  font-size: 22px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}

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

.testimonial-three__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--site-white);
  color: var(--site-base);
}

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






/*--------------------------------------------------------------
# Testimonial Page
--------------------------------------------------------------*/
.testimonial-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}



/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
  position: relative;
  display: block;
}

.video-one__inner {
  position: relative;
  display: block;
  z-index: 10;
}

.video-one__main-content {
  position: relative;
  display: block;
  z-index: 1;
}

.video-one__main-content-inner {
  position: relative;
  display: block;
  min-height: 670px;
  z-index: 1;
}

.video-one__main-content-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.video-one__main-content-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(31, 32, 34, 0) 0%, rgba(31, 32, 34, 1) 60%);
  opacity: 0.95;
  z-index: -1;
}


.video-one__thumb-box {
  position: absolute;
  top: 50%;
  right: 150px;
  width: 215px;
  height: 385px;
  overflow: hidden;
  transform: translateY(-50%);
  z-index: 99999999;
}

#video-one__thumb {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}

@media (max-width: 767px) {
  #video-one__thumb {
    display: none;
  }
}

.video-one__img-holder-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  height: 115px;
  overflow: hidden;
  z-index: 1;
}

.video-one__img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 500ms ease;
  width: 215px;
  height: 115px;
  cursor: pointer;
  z-index: 1;
}

.video-one__img-holder:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  background-color: rgba(var(--site-black-rgb), 0);
  z-index: 1;
  transition: all 500ms ease;
}

.swiper-slide-active .video-one__img-holder:before,
.swiper-slide-thumb-active .video-one__img-holder:before {
  background-color: rgba(var(--site-black-rgb), .50);
}

.video-one__img-holder>img {
  width: 100%;
  transition: all 0.5s ease-in-out 0.6s;
}

.video-one__nav {
  display: none;
}


.video-one__curved-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 145px;
  width: 145px;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.video-one__curved-circle .curved-circle {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  color: var(--site-white);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  word-spacing: 0.3em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: var(--site-font);
  font-weight: 700;
  font-style: normal;
  height: 145px !important;
  width: 145px;
}

.video-one__video-link {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.video-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: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 20px;
  color: var(--site-white);
  background-color: var(--site-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;
}

.video-one__video-icon:hover {
  color: var(--site-white);
  background-color: var(--site-White);
}


/*--------------------------------------------------------------
# Awards One
--------------------------------------------------------------*/
.awards-one {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 120px 0 120px;
  border-bottom: 1px solid var(--site-bdr-color);
  z-index: 1;
}

.awards-one .section-title__title--two {
  margin-left: 0px;
}

.awards-one__left {
  position: relative;
  display: block;
  margin-right: -30px;
}

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

.awards-one__list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid var(--site-bdr-color);
  border-bottom: 1px solid var(--site-bdr-color);
  padding: 41px 0 41px;
}

.awards-one__list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.awards-one__list li:nth-child(2) {
  border-top: 0;
  border-bottom: 0;
}

.awards-one__title-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.awards-one__title-circle-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 1px solid var(--site-bdr-color);
}

.awards-one__title-circle-box p {
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  color: var(--site-white);
  line-height: 30px;
}

.awards-one__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-left: 30px;
}

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

.awards-one__year p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  font-style: normal;
  color: var(--site-white);
}

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

.awards-one__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  border: 1px solid var(--site-bdr-color);
  border-radius: 50%;
  font-size: 20px;
  color: var(--site-base);
}

.awards-one__arrow a:hover {
  color: var(--site-white);
  background-color: var(--site-base);
}

.awards-one__right {
  position: relative;
  display: block;
  margin-left: 68px;
  margin-right: 42px;
}

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

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

.awards-one__img img {
  width: 100%;
}

.awards-one__img-two {
  position: absolute;
  bottom: 0;
  right: -42px;
}

.awards-one__img-two img {
  width: auto
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 120px 0 90px;
  z-index: 1;
}

.blog-one.border-top1 {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.blog-one__single {
  position: relative;
  display: block;
  border: 1px solid var(--site-bdr-color);
  margin-bottom: 30px;
}

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

@media (max-width: 1400px) {
  .blog-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    height: auto;
  }
}

.blog-one__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--site-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-one__single:hover .blog-one__img::before {
  opacity: .40;
}

.blog-one__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.08) rotate(0deg);
}

.blog-one__content {
  position: relative;
  display: block;
  background-color: rgba(7, 7, 7, 0.781);
  border-top: 1px solid var(--site-bdr-color);
  padding: 46px 25px 35px;
  z-index: 1;
}

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

.blog-one__date-and-title-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 43px;
}

.blog-one__date {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 80px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.10);
}

.blog-one__date h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  font-style: normal;
  color: var(--site-white);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.blog-one__date p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}



.blog-one__title-box {
  position: relative;
  display: block;
  flex: 1;
  padding-left: 20px;
}

.blog-one__title {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
  text-transform: uppercase;
}

.blog-one__title a {
  color: var(--site-white);
}

.blog-one__title a:hover {
  color: var(--site-base);
}

.blog-one__btn-box {
  position: relative;
  display: block;
}

.blog-one__btn-box a {
  font-size: 16px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
  position: relative;
  display: block;
  overflow: hidden;
  border-top: 1px solid var(--site-bdr-color);
  padding: 120px 0 120px;
  z-index: 2;
}

.blog-two__carousel {
  position: relative;
  display: block;
}

.blog-two__single {
  position: relative;
  display: block;
}

.blog-two__img {
  position: relative;
  display: block;
  border-radius: 20px;
  border-bottom-right-radius: 0;
  overflow: hidden;
  z-index: 1;
}

.blog-two__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--site-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-two__single:hover .blog-two__img::before {
  opacity: .40;
}

.blog-two__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-two__single:hover .blog-two__img img {
  transform: scale(1.08) rotate(0deg);
}

.blog-two__date {
  position: absolute;
  top: 25px;
  left: 20px;
  text-align: center;
  width: 64px;
  z-index: 2;
}

.blog-two__date p {
  font-size: 18px;
  color: var(--site-white);
  background-color: var(--site-base);
  line-height: 18px;
  padding: 5px 0;
}

.blog-two__date h5 {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--site-base);
  background-color: var(--site-white);
  padding: 5px 0;
}

.blog-two__content {
  position: relative;
  display: block;
  border-bottom: 1px solid var(--site-bdr-color);
  padding: 36px 0 37px;
}

.blog-two__title {
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  line-height: 34px;
}

.blog-two__title a {
  color: var(--site-white);
}

.blog-two__title a:hover {
  color: var(--site-base);
}

.blog-two__btn-box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.blog-two__carousel.owl-theme .owl-nav {
  position: absolute;
  top: -160px;
  right: 0px;
  margin: 0;
}

.blog-two__carousel.owl-theme .owl-nav .owl-next {
  height: 82px;
  width: 82px;
  line-height: 82px;
  border-radius: 0;
  color: var(--site-white);
  background-color: var(--site-base);
  font-size: 22px;
  margin: 0;
  text-align: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__carousel.owl-theme .owl-nav .owl-prev {
  height: 82px;
  width: 82px;
  line-height: 82px;
  border-radius: 0;
  color: var(--site-white);
  background-color: var(--site-base);
  font-size: 22px;
  margin: 0;
  text-align: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}

.blog-two__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}

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

.blog-two__carousel.owl-theme .owl-nav .owl-next:hover,
.blog-two__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--site-white);
  color: var(--site-base);
}


/*--------------------------------------------------------------
# Blog Three
--------------------------------------------------------------*/
.blog-three {
  padding: 120px 0px 90px;
}

.single-blog-three {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.single-blog-three .img-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-blog-three .img-box::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--site-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.single-blog-three:hover .img-box::before {
  opacity: .6;
}

.single-blog-three .img-box img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.single-blog-three:hover .img-box img {
  transform: scale(1.05) rotate(0deg);
}

.single-blog-three .img-box .date-box {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--site-base);
  padding: 3px 10px 3px;
  z-index: 5;
}

.single-blog-three .img-box .date-box h6 {
  color: var(--site-black);
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

.single-blog-three .content-box {
  position: relative;
  display: block;
  background-color: var(--site-base);
  padding: 33px 40px 40px;
  margin-top: 9px;
}

.single-blog-three .content-box .meta-box {
  position: relative;
  display: flex;
  align-items: center;
}

.single-blog-three .content-box .meta-box li {
  position: relative;
  display: block;
}

.single-blog-three .content-box .meta-box li+li {
  margin-left: 15px;
}

.single-blog-three .content-box .meta-box li a {
  font-size: 16px;
  line-height: 26px;
  color: var(--site-gray);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-blog-three .content-box .meta-box li a:hover {
  color: var(--site-base);
}

.single-blog-three .content-box .meta-box li a i {
  color: var(--site-base);
  margin-right: 5px;
}

.single-blog-three .content-box .title-box {
  position: relative;
  display: block;
  padding-top: 12px;
}

.single-blog-three .content-box .title-box h3 {
  font-size: 26px;
  line-height: 36px;
}

.single-blog-three .content-box .title-box h3 a {
  color: var(--site-white);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-blog-three .content-box .title-box h3 a:hover {
  color: black;
}


.single-blog-three .content-box .post-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 22px;
}

.single-blog-three .content-box .post-box .img {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.single-blog-three .content-box .post-box .title {
  position: relative;
  display: block;
  padding-left: 12px;
  flex: 1;
}

.single-blog-three .content-box .post-box .title h6 {
  color: #a5a09f;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.single-blog-three .content-box .post-box .title h5 {
  font-size: 14px;
  line-height: 20px;
}


/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.blog-details__img img {
  width: 100%;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 33px;
}

.blog-details__meta-and-share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}

.blog-details__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 34px;
}

.blog-details__meta li {
  position: relative;
  display: block;
}

.blog-details__meta li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--site-base) ;
  font-weight: 700;
}

.blog-details__meta li a:hover {
  color: var(--site-base);
}

.blog-details__meta li a span {
  color: var(--site-base);
}

.blog-details__share {
  position: relative;
  display: inline-block;
}

.blog-details__share a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: var(--site-black);
  background-color: var(--site-white);
  border-radius: 50%;
}

.blog-details__share a:hover {
  color: var(--site-white);
  background-color: var(--site-base);
}

.blog-details__title-1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 16px;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.blog-details__text-2 {
  margin-top: 35px;
  margin-bottom: 41px;
}

.blog-details__tag-box {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 27px;
  padding: 25px 35px 25px;
  border-radius: 10px;
}

.blog-details__tag-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  font-family: var(--site-font-2);
  color: var(--site-white);
  text-transform: uppercase;
}

.blog-details__tag-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-details__tag-list a {
  position: relative;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.10);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: var(--site-white);
  padding: 9px 25px 9px;
  border-radius: 5px;
}

.blog-details__tag-list a:hover {
  border: 1px solid var(--site-base);
  background-color: var(--site-base);
}

.blog-details__client-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 49px;
}

.blog-details__client-img {
  position: relative;
  display: block;
  max-width: 120px;
  width: 100%;
}

.blog-details__client-img img {
  width: 100%;
  border-radius: 50%;
}

.blog-details__client-content {
  position: relative;
  display: block;
}

.blog-details__client-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.blog-details__client-content p {
  margin-top: 12px;
  margin-bottom: 13px;
}

.blog-details__client-social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__client-social-title {
  position: relative;
  display: block;
}

.blog-details__client-social-title h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: var(--site-font);
}

.blog-details__client-social-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-details__client-social-list a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--site-white);
}

.blog-details__client-social-list a:hover {
  color: var(--site-base);
}

.blog-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 40px;
  padding: 20px 0 20px;
  border-top: 1px solid rgba(var(--site-base-rgb), .15);
  border-bottom: 1px solid rgba(var(--site-base-rgb), .15);
}

.blog-details__pagenation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-details__pagenation li {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__pagenation li .icon {
  position: relative;
  display: inline-block;
}

.blog-details__pagenation li .icon>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 66px;
  background-color: var(--site-White);
  font-size: 26px;
  color: var(--site-white);
}

.blog-details__pagenation li:hover .icon>a {
  background-color: var(--site-base);
  color: var(--site-white);
}

.blog-details__pagenation li p {
  position: relative;
  margin-left: 20px;
  font-weight: 700;
  line-height: 24px;
  color: var(--site-white);
  text-transform: uppercase;
}

.blog-details__pagenation li:last-child>p {
  margin-left: 0px;
  margin-right: 20px;
}

.comment-one {
  position: relative;
  display: block;
  margin-top: 36px;
  margin-bottom: 61px;
}

.comment-one__title {
  position: relative;
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 61px;
  text-transform: uppercase;
}

.comment-one__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 90px;
  height: 2px;
  background-color: var(--site-base);
}

.comment-one__single {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  padding-bottom: 35px;
}

.comment-one__single+.comment-one__single {
  margin-top: 49px;
}

.comment-one__single-2 {
  margin-left: 70px;
}

.comment-one__image {
  position: relative;
  display: block;
  max-width: 120px;
  width: 100%;
}

.comment-one__image img {
  width: 100%;
  border-radius: 50%;
}

.comment-one__content {
  position: relative;
  display: block;
  margin-left: 30px;
}

.comment-one__content>h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.comment-one__content>span {
  position: relative;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: var(--site-base);
}

.comment-one__btn-box {
  position: absolute;
  top: -5px;
  right: 0;
}

.comment-one__btn {
  font-size: 16px;
  color: var(--site-base);
  font-weight: 400;
  text-transform: capitalize;
}

.comment-one__btn:hover {
  color: var(--site-black);
}

.comment-form {
  position: relative;
  display: block;
}

.comment-form__title {
  position: relative;
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 61px;
  text-transform: uppercase;
}

.comment-form__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 90px;
  height: 2px;
  background-color: rgba(var(--site-base-rgb), .15);
}

.comment-one__form {
  position: relative;
  display: block;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  height: 70px;
  width: 100%;
  border: none;
  border-radius: 5px;
  background-color: #ededed;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: #515050;
  display: block;
}

.comment-form__input-box textarea {
  font-size: 16px;
  color: #515050;
  height: 220px;
  width: 100%;
  background-color: #ededed;
  padding: 20px 30px 30px;
  border: none;
  border-radius: 5px;
  outline: none;
  font-weight: 400;
  margin-bottom: 0px;
}

.comment-form__input-box.text-message-box {
  height: 220px;
  margin-bottom: 0;
}

.comment-form form .checked-box1 {
  margin-top: 24px;
}

.comment-form form .button-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 23px;
}

.comment-form form .button-box .thm-btn {
  border: none;
}






/*--------------------------------------------------------------
# United Kingdom
--------------------------------------------------------------*/
.contact-info-section {
  position: relative;
  display: block;
  padding: 0px 0 120px;
  z-index: 1;
}

.single-contact-info-section {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 40px;
}

.single-contact-info-section .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: var(--site-White);
  color: var(--site-base);
  font-size: 35px;
  z-index: 1;
}

.single-contact-info-section__content {
  position: relative;
  display: block;
  background-color: #cb888847;
  padding: 73px 20px 32px;
  border-radius: 10px;
  height: 272px;
}

.single-contact-info-section__content .text {
  position: relative;
  display: block;
  padding-bottom: 16px;
}

.single-contact-info-section__content .text h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
  color: var(--site-base);
}

.single-contact-info-section__content .text p {
  margin: 0;
  color: var(--site-base);
}

.single-contact-info-section__content .text p+p {
  margin-top: 6px;
}

.single-contact-info-section__content .text p a {
  color: var(--site-base);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-contact-info-section__content .text p a:hover {
  color: var(--site-white);
}

.single-contact-info-section__content .btn-box {
  position: relative;
  display: block;
}

.single-contact-info-section__content .btn-box a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--site-base);
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  font-family: var(--site-font);
  text-transform: uppercase;
  gap: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-contact-info-section__content .btn-box a:hover {
  color: var(--site-base);
}

.single-contact-info-section__content .btn-box a span {
  font-size: 23px;
  position: relative;
  display: inline-block;
  top: -2px;
}


.paginations {
  margin: 40px 0;
}
@media (min-width: 992px) {
  .paginations {
    margin-bottom: 10px;
  }
}
.paginations ul {
  list-style: none;
  padding: 0;
  display: flex;
}
.paginations ul li {
  padding: 5px;
}
.paginations ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--site-base);
  color: #ffffff;
  box-shadow: 0 3px 4px rgba(10, 31, 68, 0.1);
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.paginations ul li a:hover,
.paginations ul li a.active {
  background: var(--site-black);
  color: #fff;
}
.paginations ul li .dot {
  box-shadow: none;
  background: transparent;
  color: #716c80;
  pointer-events: none;
}

.Property-button{
  padding: 4px;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: relative;
  display: block;
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  position: relative;
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.sidebar__title::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.10);
}

.sidebar__title::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 70px;
  height: 2px;
  background-color: var(--site-base);
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
  display: block;
}

.sidebar__search-form input[type="search"] {
  display: block;
  outline: none;
  background-color: var(--site-White);
  border: none;
  font-weight: 400;
  font-size: 16px;
  height: 70px;
  width: 100%;
  padding-left: 25px;
  padding-right: 70px;
  color: var(--site-white);
  border-radius: 5px;
}

.sidebar__search-form button[type="submit"] {
  color: var(--site-white);
  font-size: 16px;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  max-width: 60px;
  width: 100%;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: var(--site-base);
  border: 1px solid var(--site-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__search-form button[type="submit"]:hover {
  color: var(--site-white);
  border-color: #090a00;
  background-color: #090a00;
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 1px 36px 76px;
  background-color: var(--site-White);
}

.sidebar__post-list {
  position: relative;
  display: block;
}

.sidebar__post-list li {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #ededed;
  border-radius: 5px;
  padding: 16px 26px 16px;
}

.sidebar__post-list li+li {
  margin-top: 20px;
}

.sidebar__post-image {
  position: relative;
  display: block;
  max-width: 73px;
  width: 100%;
}

.sidebar__post-image img {
  width: 100%;
  border-radius: 3px;
}

.sidebar__post-content {
  position: relative;
  display: block;
  margin-left: 15px;
}

.sidebar__post-content h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 3px;
  text-transform: none;
}

.sidebar__post-content h3 a {
  color: black;
}

.sidebar__post-content h3 a:hover {
  color: var(--site-base);
}

.sidebar__post-date {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--site-base);
}

.sidebar__all-category {
  position: relative;
  display: block;
  padding: 49px 50px 76px;
  background-color: var(--site-White);
}

.sidebar__all-category-list {
  position: relative;
  display: block;
}

.sidebar__all-category-list li {
  position: relative;
  display: block;
}

.sidebar__all-category-list li+li {
  margin-top: 23px;
}

.sidebar__all-category-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  color: var(--site-white);
  padding-bottom: 12px;
  text-transform: none;
  font-size: 16px;
}

.sidebar__all-category-list li:hover a {
  color: var(--site-base);
}

.have-any-query {
  position: relative;
  display: block;
  background-color: var(--site-White);
  text-align: center;
  padding: 58px 60px 67px;
}

.have-any-query__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  text-transform: uppercase;
}

.have-any-query__text {
  color: #e7e7e7;
  margin-top: 12px;
  margin-bottom: 43px;
}

.have-any-query__btn-box {
  position: relative;
  display: block;
}

.have-any-query__btn {
  background-color: var(--site-black) !important;
  border-radius: 3px !important;
}

.sidebar__tags {
  position: relative;
  display: block;
  padding: 40px 40px 40px;
  background-color: var(--site-White);
}

.sidebar__tags-list {
  position: relative;
  display: block;
  margin-left: -20px;
}

.sidebar__tags-list a {
  color: var(--site-gray);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  padding: 12px 15px 12px;
  background-color: #090a00;
  margin-left: 20px;
  font-weight: 500;
  font-size: 17px;
}

.sidebar__tags-list a+a {
  margin-top: 10px;
}

.sidebar__tags-list a:hover {
  color: var(--site-white);
  background-color: var(--site-base);
}



/*--------------------------------------------------------------
//////////// Updated 1.0.1 ////////////////
--------------------------------------------------------------*/
.blog-page-content {
  position: relative;
  display: block;
}

.blog-two-single {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.blog-two-single .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}


.blog-two-single .img-box::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--site-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-two-single:hover .img-box::before {
  opacity: .40;
}

.blog-two-single .img-box img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-two-single:hover .img-box img {
  transform: scale(1.08) rotate(0deg);
}

.blog-two-single .content-box {
  position: relative;
  display: block;
  background-color: var(--site-White);
  border-radius: 0px 0px 10px 10px;
  padding: 50px 50px 50px;
}

.blog-two-single .content-box .meta-box {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-two-single .content-box .meta-box .date-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  background-color: rgb(255, 255, 255, .1);
  padding: 5px 20px 5px;
}

.blog-two-single .content-box .meta-box .date-box h3 {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  font-style: normal;
  color: var(--site-white);
  text-transform: uppercase;
  margin-right: 10px;
}

.blog-two-single .content-box .meta-box .date-box p {
  color: var(--site-base);
  font-size: 16px;
  text-transform: uppercase;
}

.blog-two-single .content-box .meta-box .meta-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.blog-two-single .content-box .meta-box .meta-info li {
  position: relative;
  display: block;
}

.blog-two-single .content-box .meta-box .meta-info li+li {
  margin-left: 25px;
}

.blog-two-single .content-box .meta-box .meta-info li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--site-white);
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  font-family: var(--site-font);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-two-single .content-box .meta-box .meta-info li a span {
  color: var(--site-base);
  line-height: 0;
  margin-right: 10px;
}

.blog-two-single .content-box .meta-box .meta-info li a:hover {
  color: var(--site-base);
}

.blog-two-single .content-box .title-box {
  position: relative;
  display: block;
  padding-top: 15px;
}

.blog-two-single .content-box .title-box h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
}

.blog-two-single .content-box .title-box h3 a {
  color: var(--site-white);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-two-single .content-box .title-box h3 a:hover {
  color: var(--site-base);
}

.blog-two-single .content-box .text-box {
  position: relative;
  display: block;
  padding-top: 15px;
}

.blog-two-single .content-box .text-box p {
  margin: 0;
}

.blog-two-single .content-box .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 33px;
}

.blog-two-single .content-box .btn-box .thm-btn::after {
  width: 51%;
}





.blog-page__pagination {
  position: relative;
  display: block;
  padding-top: 10px;
}

.blog-page__pagination .pg-pagination li {
  position: relative;
  display: inline-block;
}

.blog-page__pagination .pg-pagination li+li {
  margin-left: 5px;
}

.blog-page__pagination .pg-pagination li a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: var(--site-white);
  background-color: transparent;
  border: 1px solid rgb(255, 255, 255, .5);
  border-radius: 50%;
  font-weight: 700;
  font-size: 16px;
  font-family: var(--site-font-2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-page__pagination .pg-pagination li a:hover,
.blog-page__pagination .pg-pagination li.active a {
  background-color: var(--site-base);
  color: var(--site-white);
  border-color: var(--site-base);
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  background-color: var(--site-White);
  border-top: 1px solid var(--site-bdr-color);
  border-bottom: 1px solid var(--site-bdr-color);
  padding: 0px 0;
  z-index: 1;
}

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

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

.brand-one__carousel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  background-color: var(--site-White);
  z-index: 10;
}




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

.brand-one__img a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--site-bdr-color);
  padding: 39px 0 39px;
}

.brand-one__img a img {
  width: auto !important;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.brand-one__img a:hover img {
  opacity: 0.5;
}



.owl-carousel .item-image {
  transition: transform 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
  margin: 20px;

}

/* Active Slide Styling */
.owl-item.active.center .item-image {
  transform: scale(1.3);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

/* Side Images */
.owl-item:not(.center) .item-image {

  transform: scale(0.8);
}

.item-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.caption-text {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  padding: 16px 25px;
  border-radius: 5px;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}
/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: rgb(31, 32, 34, .4);
  padding: 150px 0 81px;
  z-index: 1;
}

.counter-one__shape {
  position: absolute;
  top: 0;
  right: -100px;
  opacity: .1;
}

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

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

.counter-one__title-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 53px;
}

.counter-one__title-box .section-title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 23px;
}

.counter-one__title-border {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--site-bdr-color);
}

.counter-one__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 33px;
}

.counter-one__list li {
  position: relative;
  display: block;
  margin-bottom: 27px;
}

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

.counter-one__counter-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.counter-one__counter-box h3 {
  font-size: 72px;
  color: var(--site-white);
  font-weight: 700;
  line-height: 72px !important;
  font-family: var(--site-font) !important;
  font-style: normal;
}

.counter-one__counter-letter {
  font-size: 72px;
  color: var(--site-white);
  font-weight: 700;
  line-height: 72px;
  font-family: var(--site-font);
  font-style: normal;
}

.counter-one__counter-plus {
  font-size: 72px;
  color: var(--site-white);
  font-weight: 700;
  line-height: 72px;
  font-family: var(--site-font);
  font-style: normal;
}

.counter-one__counter-text {
  font-size: 26px;
  color: var(--site-white);
  line-height: 36px;
}




/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: #d3a7a736;
  overflow: hidden;
  padding-top: 61px;
  z-index: 1
}

.site-footer__shape-1 {
  position: absolute;
  left: 0;
  bottom: 80px;
  opacity: 0.06;
  z-index: -1;
}

.site-footer__shape-1 img {
  width: auto;
}

.site-footer__shape-2 {
  position: absolute;
  right: 0;
  bottom: 86px;
  opacity: 0.06;
  z-index: -1;
}

.site-footer__shape-2 img {
  width: auto;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 112px 0 113px;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-top: 8px;
}

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

.footer-widget__about-text {
  margin-top: 28px;
  margin-bottom: 38px;
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.site-footer__social a {
  position: relative;
  height: 42px;
  width: 42px;
  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(--site-white);
  background-color: rgba(var(--site-white-rgb), .20);
  font-size: 16px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a:hover {
  color: var(--site-white);
  background-color: var(--site-base);
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--site-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: 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;
}

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

.footer-widget__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--site-white);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-widget__usefull-link {
  position: relative;
  display: block;
  margin-left: 70px;
}

.footer-widget__link-box {
  position: relative;
  display: flex;
}

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

.footer-widget__link li {
  position: relative;
  display: block;
}

.footer-widget__link li+li {
  margin-top: 10px;
}

.footer-widget__link li a {
  color: #aeb0b4;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__link li a:hover {
  color: var(--site-base);
}

.footer-widget__link-2 {
  margin-left: 55px;
}

.footer-widget__services {
  position: relative;
  display: block;
  margin-left: 24px;
}

.footer-widget__instagram {
  position: relative;
  display: block;
  margin-left: 30px;
}

.footer-widget__instagram-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  padding-top: 7px;
}

.footer-widget__instagram-list li {
  position: relative;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.footer-widget__instagram-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  z-index: 1;
}

.footer-widget__instagram-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--site-base-rgb), .95);
  transition: all 700ms ease;
  transform: translateY(-100%);
  z-index: 1;
}

.footer-widget__instagram-list li:hover .footer-widget__instagram-img:before {
  transform: translateY(0%);
}

.footer-widget__instagram-img img {
  width: 100%;
  border-radius: 4px;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.footer-widget__instagram-list li:hover .footer-widget__instagram-img img {
  transform: scale(1.1) rotate(2deg);
}

.footer-widget__instagram-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--site-white);
  transform: translateY(100px);
  opacity: 0;
  transition: all 700ms ease;
  z-index: 2;
}

.footer-widget__instagram-list li:hover .footer-widget__instagram-img a {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}

.footer-widget__instagram-list li .footer-widget__instagram-img a:hover {
  color: var(--site-white);
}

.site-footer__bottom {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--site-white-rgb), .10);
}

.site-footer__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0 29px;
}

.site-footer__bottom-text {
  color: #aeb0b4;
}

.site-footer__bottom-text a {
  font-weight: 500;
  color: var(--site-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: var(--site-main);
}

.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: 6px;
  bottom: 7px;
  left: -12px;
  width: 1px;
  opacity: 0.30;
  background-color: var(--site-gray);
}

.site-footer__bottom-menu li:first-child:before {
  display: none;
}

.site-footer__bottom-menu li+li {
  margin-left: 25px;
}

.site-footer__bottom-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #aeb0b4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
  color: var(--site-base);
}



.site-footer__marquee {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: -14px;
  margin-bottom: -14px;
}

.site-footer__marquee ul {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: fit-content;
}

.site-footer__marquee ul li {
  position: relative;
  float: left;
  margin-left: 60px;
  color: rgba(var(--site-white-rgb), .05);
  font-size: 100px;
  line-height: 1.0em;
  font-family: var(--thm-font-2);
  font-weight: 700;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Before And After
--------------------------------------------------------------*/
.before-and-after {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.before-and-after .section-title {
  margin-bottom: 18px;
}

.before-and-after__text {
  text-align: center;
  margin-bottom: 54px;
}

.before-and-after__img-box {
  position: relative;
  display: block;
  background-color: var(--site-base);
}

.before-and-after__img-box .before-after {
  position: relative;
}

.before-and-after__img-box .before-after .twentytwenty-container img {
  width: 100%;
}

.before-and-after__img-box .before-after .twentytwenty-horizontal .twentytwenty-before-label:before {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100px;
  height: 100px;
  line-height: 90px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--site-base);
  margin: 0px;
  padding: 0px;
  background: transparent;
  z-index: 1;
  transform: rotate(-45deg);
  text-transform: uppercase;
  display: none;
}

.before-and-after__img-box .before-after .twentytwenty-horizontal .twentytwenty-before-label:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.before-and-after__img-box .before-after .twentytwenty-horizontal .twentytwenty-after-label:before {
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100px;
  line-height: 140px;
  text-align: center;
  font-size: 16px;
  background: transparent;
  font-weight: 700;
  color: var(--site-base);
  margin: 0px;
  padding: 0px;
  bottom: 0px;
  transform: rotate(-45deg);
  z-index: 1;
  text-transform: uppercase;
  display: none;
}

.before-and-after__img-box.before-after .twentytwenty-horizontal .twentytwenty-after-label:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 0px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.twentytwenty-after-label,
.twentytwenty-before-label {
  opacity: 1 !important;
}

.before-and-after__after {
  position: absolute;
  left: 10px;
  bottom: 10;
  width: 90px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.before-and-after__before {
  position: absolute;
  right: 10px;
  bottom: 10;
  width: 90px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*--------------------------------------------------------------
# Coming Soon Page
--------------------------------------------------------------*/
.coming-soon-page {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 10;
}

.coming-soon-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: var(--site-White);
  background-blend-mode: luminosity;
  z-index: -1;
}

.coming-soon-page__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, #000000 5%, rgba(0, 0, 0, 0.5) 100%);
}

.coming-soon-page__content {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  top: 50%;
  transform: translateY(-50%);
}

.coming-soon-page__content .inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.coming-soon-page__content .big-title {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 80px;
  line-height: 1.1em;
  font-family: var(--site-font-2);
  font-weight: 700;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px var(--site-white);
  word-spacing: 15px;
}

.coming-soon-page .timer-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 57px 0 42px;
  z-index: 2;
}

.coming-soon-page .timer-box .countdown-timer li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 170px;
  height: 170px;
  margin: 0px 15px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  border-radius: 50%;
}

.coming-soon-page .timer-box .countdown-timer li span.days,
.coming-soon-page .timer-box .countdown-timer li span.hours,
.coming-soon-page .timer-box .countdown-timer li span.minutes,
.coming-soon-page .timer-box .countdown-timer li span.seconds {
  color: #ffffff;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  font-family: var(--site-font);
}

.coming-soon-page .timer-box .countdown-timer li span.timeRef {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 11px;
  font-family: var(--site-font);
}

.coming-soon-page__content .inner .text {
  position: relative;
  display: block;
  padding-bottom: 60px;
}

.coming-soon-page__content .inner .text p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.coming-soon-page__subscribe-box {
  position: relative;
  display: block;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}

.coming-soon-page__subscribe-box form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}

.coming-soon-page__subscribe-box form input[type="email"] {
  position: relative;
  display: block;
  max-width: 490px;
  width: 100%;
  height: 60px;
  border-radius: 0;
  background: var(--site-black);
  border: 1px solid var(--site-bdr-color) !important;
  color: var(--site-gray);
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 500ms ease 0s;
  font-family: var(--site-font);
  outline: none;
}

.coming-soon-page__btn {
  color: var(--site-white) !important;
  border: none;
}

.coming-soon-page__btn:hover {
  color: var(--site-black) !important;
}

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

.contact-one__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

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

.contact-one__left {
  position: relative;
  display: block;
  background-color: var(--site-White);
  margin-right: 35px;
  z-index: 1;
}

.contact-one__inner {
  position: relative;
  display: block;
  z-index: 1;
}

.contact-one__shape-1 {
  position: absolute;
  top: 100px;
  right: 50px;
  opacity: 0.01;
  z-index: -1;
  display: none;
}

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

.contact-one__form {
  position: relative;
  display: block;
  padding: 60px 80px 60px;
}

.contact-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  background-color: transparent;
  border: 1px solid var(--site-bdr-color);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: var(--site-white);
  font-style: normal;
  display: block;
  font-weight: 500;
  border-radius: 0px;
}

.contact-one__input-box textarea {
  position: relative;
  height: 100px;
  width: 100%;
  background-color: transparent;
  border: 1px solid var(--site-bdr-color);
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  font-style: normal;
  color: var(--site-white);
  display: block;
  font-weight: 500;
  border-radius: 0px;
  margin-bottom: 0;
}

.contact-one__input-box.text-message-box {
  height: 100px;
}

.contact-one__btn-box {
  position: relative;
  display: block;
}

.contact-one__btn {
  border: none;
}

.contact-one__right {
  position: relative;
  display: block;
  margin-top: 106px;
}

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

.contact-one__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  font-style: normal;
  text-transform: uppercase;
}

.contact-one__contact-info {
  position: relative;
  display: block;
  background-color: var(--site-base);
  max-width: 345px;
  width: 100%;
  padding: 50px 40px 50px;
  margin-top: 78px;
  margin-left: 165px;
  z-index: 1;
}

.contact-one__contact-info:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px dashed var(--site-white);
  z-index: -1;
}

.contact-one__contact-icon {
  position: relative;
  display: block;
}

.contact-one__contact-icon span {
  position: relative;
  display: inline-block;
  font-size: 54px;
  color: var(--site-white);
}

.contact-one__contact-icon-2 {
  position: absolute;
  top: 25px;
  right: 25px;
}

.contact-one__contact-icon-2 span {
  position: relative;
  display: inline-block;
  font-size: 95px;
  color: var(--site-white);
  opacity: .20;
}

.contact-one__contact-number-box {
  position: relative;
  display: block;
  margin-top: 21px;
}

.contact-one__contact-number-box p {
  font-size: 18px;
  color: var(--site-white);
  font-weight: 700;
  font-style: normal;
  line-height: 18px;
  margin-bottom: 22px;
}

.contact-one__contact-number-box h5 {
  font-size: 22px;
  color: var(--site-white);
  font-weight: 700;
  font-style: normal;
  line-height: 22px;
}

.contact-one__contact-number-box h5 a {
  color: var(--site-white);
}

.contact-one__contact-number-box h5 a:hover {
  color: var(--site-black);
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.contact-page.pdt0 {
  padding-top: 0;
}

.contact-page.pdtop {
  background-color: var(--site-White);
}

.contact-page__inner {
  position: relative;
  display: block;
  background-color: #cb888847;
  padding: 107px 0 75px;
  border-radius: 10px;
}

.contact-page__left {
  position: relative;
  display: block;
  margin-left: 39px;
  margin-right: 12px;
}

.contact-page__information {
  position: relative;
  display: block;
  background-color: var(--site-White);
  padding: 58px 40px 70px;
  border-radius: 10px;
}

.contact-page__information-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(var(--site-white-rgb), .10);
  margin-bottom: 40px;
  padding-bottom: 18px;
  color: black;
}

.contact-page__information-list {
  position: relative;
  display: block;
}

.contact-page__information-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #f1f1f1;
  padding: 21px 0 20px 20px;
}

.contact-page__information-list li+li {
  margin-top: 25px;
}

.contact-page__information-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 55px;
  width: 100%;
  height: 60px;
  background-color: var(--site-base);
}

.contact-page__information-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 26px;
  color: white;
}

.contact-page__information-list li .content {
  position: relative;
  display: block;
}

.contact-page__information-list li .content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #000;
}

.contact-page__information-list li .content p {
  font-size: 15px;
  color: black;
}

.contact-page__information-list li .content p a {
  color: black;
}

.contact-page__information-list li .content p a:hover {
  color: var(--site-base);
}



.contact-page__right {
  margin-left: 20px;
  margin-right: 35px;
  margin-top: -14px;
}

.contact-page__contact-title {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 71px;
  color: black;
}

.contact-page__contact-title::before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--site-white);
  opacity: 0.10;
}

.contact-page__form {
  position: relative;
  display: block;
}

.contact-page__input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"],
.contact-page__input-box input[type="number"] {
  height: 58px;
  width: 100%;
  background-color: #f1f1f1;
  border: none;
  padding-left: 25px;
  padding-right: 25px;
  outline: none;
  font-size: 16px;
  color: black;
  display: block;
  font-weight: 400;
  border-radius: 5px;
}

.contact-page__input-box textarea {
  position: relative;
  height: 185px;
  width: 100%;
  background-color: #f1f1f1;
  border: none;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  outline: none;
  font-size: 16px;
  color:black;
  display: block;
  font-weight: 400;
  border-radius: 5px;
  margin-bottom: 0;
}

.contact-page__input-box.text-message-box {
  height: 185px;
  margin-bottom: 50px;
}

.contact-page__btn-box {
  position: relative;
  display: block;
}

.contact-page__btn {
  border: none;
}

/*--------------------------------------------------------------
# Faq Page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.faq-page__left {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.faq-page__right {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Google Map One
--------------------------------------------------------------*/
.google-map-one {
  position: relative;
  display: block;
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 775px;
  width: 100%;
}

.google-map__one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(8, 10, 7, .40);
}

/*--------------------------------------------------------------
# How It Work
--------------------------------------------------------------*/
.how-it-work {
  position: relative;
  display: block;
  counter-reset: count;
  padding: 120px 0 57px;
  background-color: var(--site-White);
  overflow: hidden;
  z-index: 1;
}

.how-it-work .section-title {
  margin-bottom: 108px;
}

.how-it-work__single {
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.how-it-work__single-2 {
  padding-left: 230px;
}

.how-it-work__count {
  position: relative;
  display: block;
}

.how-it-work__count:before {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--site-base);
  counter-increment: count;
  content: "0"counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.how-it-work__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  font-style: normal;
  margin-top: 2px;
  margin-bottom: 11px;
}

.how-it-work__icon {
  position: absolute;
  top: 0;
  right: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background-color: var(--site-base);
  border-radius: 10px;
  z-index: 2;
}

.how-it-work__single-2 .how-it-work__icon {
  left: -50px;
  right: inherit;
}

.how-it-work__icon span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: #000000;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.how-it-work__single:hover .how-it-work__icon span {
  transform: scale(0.9);
}

.how-it-work__img-box {
  position: relative;
  display: block;
}

.how-it-work__img {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: -50px;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.how-it-work__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.50;
}

.how-it-work__img img {
  width: 100%;
}

.how-it-work__icon-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background-color: var(--site-base);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.how-it-work__icon-2 span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--site-black);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.how-it-work__icon-2:hover span {
  transform: scale(0.9);
}

@-webkit-keyframes border-transform {

  0%,
  to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@keyframes border-transform {

  0%,
  to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}


/*--------------------------------------------------------------
# Site Footer Two Css
--------------------------------------------------------------*/
.site-footer-two {
  position: relative;
  display: block;
}

.site-footer-two__top {
  position: relative;
  display: block;
  background-color: var(--site-White);
  padding: 42px 0px 42px;
}

.site-footer-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

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

.footer-widget__logo-two a img {
  width: auto;
}

.site-footer__top-title-box {
  position: relative;
  display: block;
}

.site-footer__top-title-box h3 {
  color: var(--site-white);
  font-size: 24px;
  line-height: 34px;
}

.site-footer__top-title-box h3 a {
  position: relative;
  display: inline-block;
  color: var(--site-base);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.site-footer__top-title-box h3 a:hover {
  color: var(--site-white);
}

.site-footer__top-title-box h3 a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: var(--site-base);
}

.site-footer__social-two {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer__social-two a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(var(--site-white-rgb), .20);
  color: var(--site-white);
  font-size: 18px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.site-footer__social-two a:hover {
  color: var(--site-white);
}

.site-footer__social-two a+a {
  margin-left: 10px;
}

.site-footer__social-two a::after {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: var(--site-base);
  content: "";
  opacity: 0;
  transform: scale(0.5);
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.site-footer__social-two a:hover::after {
  opacity: 1;
  transform: scale(1);
  border-radius: 50%;
}

.site-footer-two__main {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--site-White);
  padding: 120px 0px 120px;
}

.site-footer-two__main-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.03;
  mix-blend-mode: luminosity;
}

.footer-widget__column-two {
  position: relative;
  display: block;
}

.footer-widget__column-two .title-box {
  position: relative;
  display: block;
  margin-top: -8px;
}

.footer-widget__column-two .title-box h3 {
  color: var(--site-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 10px;

}

.footer-widget__column-two-about {
  position: relative;
  display: block;
  padding-top: 26px;
}

.footer-widget__column-two-about>.text {
  position: relative;
  display: block;
  border-bottom: 1px solid rgb(95 95 95 / 20%);
  padding-bottom: 23px;
}

.footer-widget__column-two-about .text p {
  margin: 0;
}

.footer-widget__column-two-about-list {
  position: relative;
  display: block;
  padding-top: 30px;
}

.footer-widget__column-two-about-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__column-two-about-list li+li {
  margin-top: 10px;
}

.footer-widget__column-two-about-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(255, 0, 0);
  color: #ffffff;
  font-size: 18px;
}


.footer-widget__column-two-about-list li .text {
  position: relative;
  display: block;
  margin-left: 15px;
  flex: 1;
}

.footer-widget__column-two-about-list li .text p {
  margin: 0;
}

.footer-widget__column-two-about-list li .text p a {
  color: #aeb0b4;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-widget__column-two-about-list li .text p a:hover {
  color: var(--site-base);
}

.footer-widget__column-two.ml30 {
  margin-left: 30px;
}

.footer-widget__column-two-link {
  position: relative;
  display: block;
  padding-top: 26px;
}

.footer-widget__column-two-link li {
  position: relative;
  display: block;
}

.footer-widget__column-two-link li+li {
  margin-top: 10px;
}

.footer-widget__column-two-link li a {
  position: relative;
  display: inline-block;
  color: #aeb0b4;
  font-size: 17px;
  line-height: 26px;
  font-family: var(--site-font);
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-widget__column-two-link li a:hover {
  color: var(--site-base);
  padding-left: 5px;
}

.footer-widget-newsletter {
  position: relative;
  display: block;
  padding-top: 26px;
}

.footer-widget-newsletter .text {
  position: relative;
  display: block;
}

.footer-widget-newsletter .text p {
  margin: 0;
}

.subscribe-box-form {
  position: relative;
  display: block;
  padding-top: 23px;
}

.subscribe-box-form form {
  position: relative;
  display: block;
}

.subscribe-box-form form .form-group {
  position: relative;
  display: block;
}

.subscribe-box-form form .form-group .icon {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  color: var(--site-base);
  font-size: 22px;
  z-index: 1;
}

.subscribe-box-form form input[type="email"] {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid var(--site-base);
  background-color: var(--site-White);
  width: 100%;
  height: 50px;
  color: #aeb0b4;
  font-size: 17px;
  font-family: var(--thm-font);
  font-weight: 400;
  font-style: normal;
  padding-left: 50px;
  padding-right: 20px;
  transition: all 500ms ease;
}

.subscribe-box-form form input[type="email"]:focus {
  outline: none;
}

.subscribe-box-form form input[type="email"]::-webkit-input-placeholder {
  color: #aeb0b4;
}

.subscribe-box-form form input[type="email"]:-moz-placeholder {
  color: #aeb0b4;
}

.subscribe-box-form form input[type="email"]::-moz-placeholder {
  color: #aeb0b4;
}

.subscribe-box-form form input[type="email"]:-ms-input-placeholder {
  color: #aeb0b4;
}

.subscribe-box-form form .thm-btn {
  position: relative;
  display: block;
  margin-top: 10px;
  border: none;
}

.subscribe-box-form form .thm-btn:before {
  width: 51%;
}

.subscribe-box-form .title {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 29px;
}

.subscribe-box-form .title .icon {
  position: relative;
  display: block;
  color: #aeb0b4;
  font-size: 16px;
  line-height: 14px;
  margin-right: 10px;
}

.subscribe-box-form .title h6 {
  color: #aeb0b4;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

.single-footer-widget.pl55 {
  padding-left: 55px;
}

.footer-widget-links ul li a.color {
  color: #aeb0b4;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-widget-links ul li a.color:hover {
  color: var(--site-base);
}

.footer-widget-newsupdate {
  position: relative;
  display: block;
  padding-top: 31px;
}

.footer-widget-newsupdate ul {
  position: relative;
  display: block;
}

.footer-widget-newsupdate ul li {
  position: relative;
  display: block;
}

.footer-widget-newsupdate ul li+li {
  margin-top: 12px;
}

.footer-widget-newsupdate ul li .date-box {
  position: relative;
  display: block;
}

.footer-widget-newsupdate ul li .date-box h4 {
  color: #aeb0b4;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}

.footer-widget-newsupdate ul li .title-box {
  position: relative;
  display: block;
  padding-top: 5px;
}

.footer-widget-newsupdate ul li .title-box h4 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}

.footer-widget-newsupdate ul li .title-box h4 a {
  color: var(--site-white);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-widget-newsupdate ul li .title-box h4 a:hover {
  color: var(--site-base);
}

.subscribe-box-form form .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  padding: 0;
  border: 0px solid transparent;
}

.site-footer-two__bottom {
  position: relative;
  display: block;
  background-color: var(--site-White);
  border-top: 1px solid rgba(var(--site-white-rgb), .20);
  padding: 22px 0px 21px;
}

.site-footer-two__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright-text {
  position: relative;
  display: block;
}

.copyright-text p {
  margin: 0;
}

.copyright-text p a {
  color: var(--site-base);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.copyright-text p a:hover {
  color: var(--site-white);
}

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

.footer-menu ul {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-menu ul li {
  position: relative;
  display: block;
}

.footer-menu ul li+li {
  margin-left: 25px;
}

.footer-menu ul li a {
  color: var(--site-white);
  font-size: 17px;
  line-height: 26px;
  font-family: var(--site-font);
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-menu ul li a:hover {
  color: var(--site-base);
}


/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/* newletter-popup */

@media only screen and (max-width: 767px) {
  .newletter-popup {
    padding: 30px 20px;
    width: 95%;
  }
}

.newletter-popup {
  display: none;
  /* Hide by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.newletter-container {
  position: relative;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 479px;
  background: #fff;
  padding: 17px;
  border-radius: 5px;
}

.b-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 16px;
}

.popup-image img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.b-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ff0000d6;
  color: white;
  font-size: 16px;
  border-radius: 50%;
  padding: 3px 10px;
  cursor: pointer;
  transition: background 0.3s;
}

.b-close:hover {
  background: #e04848;
}

#frm_subscribe form {
  width: 340px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #frm_subscribe form {
    width: 100%;
  }
}

#frm_subscribe form input {
  background: #EBEBEB;
  padding: 0 126px 0 20px;
  height: 45px;
  border: 0;
  width: 100%;
  color: #747474;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #frm_subscribe form input {
    padding: 0 104px 0 20px;
  }
}

#frm_subscribe form a.theme-btn-outlined {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 110px;
  background: #ff0000;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 45px;
}

#frm_subscribe form a.theme-btn-outlined:hover {
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  #frm_subscribe form a.theme-btn-outlined {
    width: 90px;
  }
}
