body {
  font-family: var(--font);
  color: rgba(var(--alori-gray-rgb), 0.9);
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: var(--alori-black);
  font-weight: 700;
  font-family: var(--font-2);
  /*margin: 0;*/
}
body a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
.slick-track {
    display: flex;
}
.slick-list {
    overflow: hidden;
}
.main-slider .slick-slide.slick-current.slick-active > div:nth-child(1) {
    transform: scale(1.2);
    transition: transform 7000ms ease, -webkit-transform 7000ms ease;
}


.primarycolor{
  color: #fff!important;
}
.flex-wrap{
    flex-wrap:wrap;
}

h3{
    text-transform: uppercase;
}
h3,h5{
    margin-bottom: 15px;
}

.custom-list li:before {
    content: "\e537";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    color: #1666B0;
    margin-right: 10px;
}
/***
=============================================
    Section Title
=============================================
***/
.sec-title__title {
  color: var(--alori-black);
  font-size: 33px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 27px;
}

/***
=============================================
    Section Title
=============================================
***/

/***
==========================================
Support One
==========================================
***/
.support-one {
  position: relative;
  display: block;
  /*background-color: #fcf7f5;*/
  background: rgba(0,0,0,0.09);
  padding: 45px 0px 45px;
  z-index: 1;
}
/**************** Mobile nav *************/
.main-header-middle.expanded ul {
    display: block;
    position:absolute;
    width: 250px;
        padding-top: 10px;
        padding-bottom: 10px;
    background: var(--primarycolor);
    right: -56px;
    top: 50px;
    transition: 1s;
}
.main-header-middle.expanded ul a{
    padding:5px 0;
    transition:1s;
}
.main-menu .main-header-middle:not(.expanded)>li>a,
.stricky-header .main-header-middle:not(.expanded)>li>a {
padding-top: 52px;
  padding-bottom: 50px;
}
.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--font-2);
  text-decoration: none;
  z-index: 1;
}
.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li+li {
  margin-left: 45px;
}
.main-header-middle.expanded ul.main-menu__list.close {
    left: 60px;
}
.main-menu__list a.mobile-nav-close i {
    padding-left: 5px;
    padding-top: 5px;
    position: absolute;
    left: 0;
    color: var(--secondcolor);
}
li.dropdown button {
    right: 38px;
    top: 6px;
    position: absolute;
    color: var(--secondcolor);
}
@media screen and (min-width: 1200px){
	.main-menu__list a.mobile-nav-close{
		display: none;
	}
	li.dropdown button {
    right: -20px;
    top: 6px;
    position: absolute;
    color: var(--secondcolor);
}

}


.main-header-middle ul.expanded {
    /*display: block!important;*/
}

.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(--secondcolor);
}
/***
=============================================
    Main Header One
=============================================
***/
.main-header .auto-container {
  position: static;
  max-width: 100%;
  /*width: 100%;*/
  padding: 0px 30px;
  margin: 0 auto;
}


/************* Banner *************/
.main-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 7000ms ease;
  transition: -webkit-transform 7000ms ease;
  transition: transform 7000ms ease;
  transition: transform 7000ms ease, -webkit-transform 7000ms ease;
  z-index: 1;
}
.main-slider-one__text {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 35px;
  opacity: 1;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-one .swiper-slide-active .main-slider-one__text {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.main-slider-one__title {
  color: #ffffff;
  font-size: 85px;
  line-height: 1.2em;
  opacity: 1;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-one .swiper-slide-active .main-slider-one__title {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}











.main-header {
  position: relative;
  display: block;
}

.main-menu {
  position: relative;
  z-index: 91;
}

.main-menu__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

.main-menu__inner .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  position: relative;
}







.main-menu .main-menu__list>li.dropdown a,
.stricky-header .main-menu__list>li.dropdown a {
  padding-right: 0px;
}

.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 {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transform-origin: top;
  transform-style: preserve-3d;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .3s;
  transition-property: all;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  z-index: 99;
}

.main-header-two__bottom .main-menu .main-menu__list li ul {
  margin-top: 13px;
}

.stricky-header .main-menu__list li ul {
  margin-top: 0px;
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  transition: all 700ms ease;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
  border-top: 1px solid #f7f7f7;
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  position: relative;
  display: block;
  color: rgba(var(--alori-black-rgb), 0.7);
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
  font-family: var(--thm-font-2);
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
  background-color: var(--alori-base);
  color: #ffffff;
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
  display: none;
}

.main-header-one__bottom .right {
  position: relative;
  display: block;
}

.main-menu__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu__right-login-register {
  position: relative;
  display: block;
  margin-right: 26px;
}

.main-menu__right-login-register ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.main-menu__right-login-register ul li {
  position: relative;
  float: left;
  margin-left: 11px;
  padding-right: 12px;
}

.main-menu__right-login-register ul li::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  background: #e2e4eb;
  width: 1px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  content: "";
}

.main-menu__right-login-register ul li:first-child {
  margin-left: 0;
}

.main-menu__right-login-register ul li:last-child {
  padding-right: 0;
}

.main-menu__right-login-register ul li:last-child:before {
  display: none;
}

.main-menu__right-login-register ul li a {
  color: var(--thm-gray);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu__right-login-register ul li a:hover {
  color: var(--thm-base);
}

.main-menu__right-cart-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
}

.main-menu__right-cart-search::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  content: "";
}

.main-menu__right-cart-box {
  position: relative;
  display: block;
}

.main-menu__right-cart-box a {
  color: var(--thm-black);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu__right-cart-box a:hover {
  color: var(--thm-base);
}

.main-menu__right-cart-box a span::before {
  font-size: 25px;
  line-height: 35px;
}

.main-menu__right-search-box {
  position: relative;
  display: block;
  margin-left: 29px;
}

.main-menu__right-search-box .thm-btn {
  font-size: 12px;
  padding: 5px 30px 2px;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: var(--alori-gray);
  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.main-menu {
  padding: 0 0px;
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--thm-black);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--thm-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
  margin-right: 0px;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--alori-base);
}

.main-menu.main-menu--1--2 .mobile-nav__toggler {
  color: var(--thm-base);
}

.main-menu.main-menu--1--2 .mobile-nav__toggler:hover {
  color: #ffffff;
}

/***
=============================================
    Mobile Nav
=============================================
***/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: opacity 500ms linear, visibility 500ms ease-in, -webkit-transform 500ms ease-in;
  transition: opacity 500ms linear, visibility 500ms ease-in, -webkit-transform 500ms ease-in;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in, -webkit-transform 500ms ease-in;
  z-index: 999;
  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;
}

.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: var(--alori-gray);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav__content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__content .logo-box a {
  position: relative;
  display: inline-block;
}

.mobile-nav__content .logo-box a img {
  width: auto;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li ul {
  padding-left: 10px;
}

.mobile-nav__content .main-menu__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 16px;
  font-family: var(--thm-font);
  font-weight: 400;
  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 {
  color: var(--thm-base);
}

.mobile-nav__content .main-menu__list li a:hover {
  color: var(--alori-base);
}

.mobile-nav__content .main-menu__list li a button {
  width: 28px;
  height: 28px;
  background-color: var(--alori-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);
  border-radius: 0px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--thm-black);
}

.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-top: 20px;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--thm-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(--thm-base);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: #ffffff;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--thm-text-dark);
  font-size: 14px;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.07em;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--thm-base);
}

.mobile-nav__contact li>i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--alori-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: 16px;
  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;
}

/***
=============================================
    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(--alori-black2);
  opacity: 0.9;
  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: 0px;
  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;
  padding-right: 90px;
}

.search-popup__content .thm-btn2 {
  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(--alori-base);
  border: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.search-popup__content .thm-btn2::before {
  display: none;
}

.search-popup__content .thm-btn2:hover {
  background-color: var(--alori-black2);
  color: #ffffff;
}

.search-popup__content .thm-btn2 i::before {
  margin: 0;
  color: #ffffff;
}

/***
=============================================
    Main Header One
=============================================
***/
.main-header--one {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.main-header--one__wrapper {
  position: relative;
  display: block;
}



.main-header--one__inner {
  position: relative;
  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;
}

.main-header--one__left {
  position: relative;
  display: block;
}

.main-header--one__left .logo {
  position: relative;
  display: inline-block;
  top: -4px;
}

.main-header--one__left .logo a {
  position: relative;
  display: inline-block;
}

.main-menu--1 {
  position: relative;
  display: block;
}

.main-header--one__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header--one__right .number {
  position: relative;
  display: block;
  margin-right: 30px;
}

.main-header--one__right .number a {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  font-family: var(--font-2);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-header--one__right .number a:hover {
  color: var(--alori-base);
}

.main-header--one__right .social-icon {
  position: relative;
  display: block;
  margin-right: 25px;
}

.main-header--one__right .social-icon ul {
  position: relative;
  display: block;
}

.main-header--one__right .social-icon ul li {
  position: relative;
  display: inline-block;
  margin-right: 11px;
}

.main-header--one__right .social-icon ul li:last-child {
  margin-right: 0;
}

.main-header--one__right .social-icon ul li a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-header--one__right .social-icon ul li a:hover {
  color: var(--alori-base);
}

.bar-box {
  position: relative;
  display: block;
  float: right;
}

.bar-box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.bar-box a:hover {
  color: #ffffff;
  background: var(--alori-base);
}

.bar-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 5px;
}

.bar-box ul:last-child {
  margin-bottom: 0;
}

.bar-box ul li {
  position: relative;
  width: 6px;
  height: 6px;
  background: transparent;
  border: 2px solid #484848;
  border-radius: 50%;
  margin: 0 2px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.bar-box:hover ul li {
  border: 2px solid #ffffff;
}

/***
=============================================
    Main Header Two
=============================================
***/
.main-header--one--two {
  position: relative;
  display: block;
}

.main-header--one--two .main-menu .main-menu__list>li>a,
.main-header--one--two .stricky-header .main-menu__list>li>a {
  color: var(--alori-black);
}

.main-header--one--two .main-menu .main-menu__list>li>a:hover,
.main-header--one--two .stricky-header .main-menu__list>li>a:hover,
.main-header--one--two .main-menu .main-menu__list>li.current>a {
  color: var(--alori-base);
}

.main-header--one--two .main-header--one__right .number a {
  color: var(--alori-black);
}

.main-header--one--two .main-header--one__right .number a:hover {
  color: var(--alori-base);
}

.main-header--one--two .main-header--one__right .social-icon ul li a {
  color: var(--alori-black);
}

.main-header--one--two .main-header--one__right .social-icon ul li a:hover {
  color: var(--alori-base);
}

.main-header--one--two .bar-box a {
  background: var(--alori-base);
}

.main-header--one--two .bar-box a:hover {
  background: var(--alori-black);
}

.main-header--one--two .bar-box ul li {
  border: 2px solid #ffffff;
}

.main-header--one--two .main-menu .mobile-nav__toggler {
  color: var(--alori-black);
}

.main-header--one--two .main-menu .mobile-nav__toggler:hover {
  color: var(--alori-base);
}
.main-slider-one__btn {
  position: relative;
  display: block;
  margin-top: 57px;
  opacity: 1;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-one .swiper-slide-active .main-slider-one__btn {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}




/*  Partner
----------------------------------------------*/
.partner{
    background-image: url(../images/backgrounds/partner-bg.jpg);
    background-size: cover;
    background-position: center;
}
.partner > div {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 60px 0px 60px;
    overflow: hidden;
    z-index: 1;
}
.partner .overlay{
  /*  background-color: rgba(252,127,12,.8);*/
  /*background-color: #050505;*/
  background-color: rgba(0,0,0,0.6);
}
.partner .partner-item img{
    width: 100%;
}

.partner-two{
    background: #fff;
}
.partner-item {
    padding: 0 15px;
}






/***
=============================================
    Projects One
=============================================
***/

.projects-one {
  position: relative;
  display: block;
  padding: 60px 0px 60px;
  /*background: #fef2e8;*/
  background: #f9f9f9;
  overflow: hidden;
  z-index: 1;
}
.services_single {
  padding-right: 10px;
  padding-left: 10px;
  padding-top:10px;
  padding-bottom:10px;
  overflow: hidden;
  opacity: 0;
  visibility: visible!important;
}
.projects-one__single-content h2 {
  color: var(--alori-gray);
  font-size: 20px;
  line-height: 38px;
  margin-top: 6px;
  margin-bottom: 16px;
}

.projects-one__single-content h2 a {
  color: var(--alori-gray);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.projects-one__single-content h2 a:hover {
  color: var(--alori-base);
}




.services_single.slick-active {
    opacity: 1;
}

.services-two__single-img .icon img {
    /* width: 60px; */
    padding: 15px;
    object-fit: contain;
}
/************* contact ************/
.contact{
  padding: 60px 0;
}
/**************** About us page ************/
.about-one .sec-title__title {
  /*font-size: 48px;*/
}


/******************** contact us page **************/
.address-item {
    text-align: center;
    margin: 100px 0;
}

.address-text {
    display: grid;
    margin-top: 20px;
}
/**************** Footer ***************/
.footer-three__top {
  position: relative;
  display: block;
  background: var(--alori-base);
  padding: 90px 0px 90px;
  z-index: 1;
}



.footer-widget__about-two .social-links {
  position: relative;
  display: block;
  margin-top: 30px;
}

.footer-widget__about-two .social-links ul {
  position: relative;
  display: block;
  padding: 0;
}

.footer-widget__about-two .social-links ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.footer-widget__about-two .social-links ul li:last-child {
  margin-right: 0;
}

.footer-widget__about-two .social-links ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #493e3d;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  z-index: 1;
}

.footer-widget__about-two .social-links ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: var(--alori-base);
  transform: scale(0.5);
  opacity: 0;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  content: "";
  z-index: -1;
}

.footer-widget__about-two .social-links ul li a:hover::before {
  transform: scale(1);
  opacity: 1;
}


.footer-widget__about-two .social-links ul li a svg {
    width: 15px;
    fill: #fff;
}



.footer-widget__address-two-contact-info {
  position: relative;
  display: block;
  padding: 0;
}
.footer-widget__address-two-contact-info li .icon-box svg {
  width: 20px;
  display: grid;
  fill: var(--secondcolor);
  top:-5px;
  position: relative;
}




.footer-three__bottom {
  position: relative;
  display: block;
  background: #035010;
}

.footer-three__bottom-inner {
  /*position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;*/
  padding: 30px 0px 30px;

}
.footer-three__bottom-text p {
  color: #fff;
  
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-align: center;
  margin: 0;
  
    font-family: 'Roboto';
    font-size: 17px;
}

}

