/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --alori-font: 'Kumbh Sans', sans-serif;
  --alori-font-2: 'Domine', serif;
  --alori-font-3: 'Titillium Web', sans-serif;
  --alori-base: #f37e21;
  --alori-base-rgb: 243, 126, 33;
  --alori-black: #392917;
  --alori-black-rgb: 57, 41, 23;
  --alori-black2: #0f0e0e;
  --alori-black2-rgb: 15, 14, 14;
  --alori-gray: #0b0b0c;
  --alori-gray-rgb: 11, 11, 12;
  --alori-primary: #727274;
  --alori-primary-rgb: 114, 114, 116;
}

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

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

@font-face {
  font-family: "CASTELAR";
  src: url("../vendors/castellar-font/CASTELAR.ttf");
  src: url("../vendors/castellar-font/NotoSerif-Bold.ttf");
}

body {
  font-family: var(--alori-font);
  color: rgba(var(--alori-gray-rgb), 0.9);
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--alori-black);
  font-weight: 700;
  font-family: var(--alori-font-2);
  margin: 0;
}

p {
  margin: 0;
}

.noSelect {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--thm-primary);
  color: #fff;
}

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

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--thm-primary);
  color: #fff;
  cursor: pointer;
}

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

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

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

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

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







/***
=============================================
    Main Header One
=============================================
***/

.logo img{
  width: 120px;
}
.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+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 45px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  position: relative;
  display: inline-block;
  color: var(--alori-base);
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--alori-font-2);
  padding-top: 52px;
  padding-bottom: 50px;
  z-index: 1;
}


.main-menu .main-menu__list>li:hover>a,

.stricky-header .main-menu__list>li:hover>a {
  color: red;
  text-decoration: none;
}

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

.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 .auto-container {
  position: static;
  max-width: 100%;
  width: 100%;
  padding: 0px 30px;
  margin: 0 auto;
}

.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(--alori-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: #000;
  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);
}

/***
=============================================
    Slider One
=============================================
***/
.main-slider-one {
  position: relative;
  display: block;
}

.main-slider .swiper-slide {
  position: relative;
  z-index: 1;
  width: 100%;
   height: 100vh;
}

.main-slider .image-layer {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 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.main-slider-one .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

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

.main-slider .container {
  position: relative;
  padding-top: 292px;
  padding-bottom: 320px;
  z-index: 2;
}

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

.main-slider-one__text {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 35px;
  opacity: 0;
  -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: 0;
  -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-slider-one__btn {
  position: relative;
  display: block;
  margin-top: 57px;
  opacity: 0;
  -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;
}




.main-slider-one #main-slider-pagination {
  display: none;
}

.main-slider-one--two #main-slider-pagination {
  display: block;
}

#main-slider-pagination {
  position: absolute;
  left: auto;
  bottom: 50px;
  right: 309px;
  width: 120px;
  -webkit-transform: none;
  transform: none;
  counter-reset: count;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999999;
  line-height: 0;
}

#main-slider-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 45px;
  border-radius: 0%;
  opacity: 1;
  background-color: transparent;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  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;
  height: 45px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 45px;
  font-weight: 400;
  border: 0px solid transparent;
  counter-increment: count;
  content: "0"counter(count);
  font-family: var(--alori-font);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 45px;
  opacity: 0;
  content: "";
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  color: #ffffff;
  opacity: 1;
}

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

.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  color: #ffffff;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:focus,
#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  outline: none;
  border: none;
}

.main-slider-one--two .main-slider__nav {
  display: none;
}




































/***
============================================
	Hidden Sidebar style
============================================
***/
.hidden-bar {
  position: fixed;
  top: 0;
  width: 320px;
  height: 100%;
  background: var(--alori-gray);
  z-index: 9999999999;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.hidden-bar .mCSB_inside>.mCSB_container {
  margin-right: 0px;
}

.hidden-bar.right-align {
  right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
  right: 0px;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.hidden-bar .hidden-bar-closer {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: none;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 0px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 999999;
}

.hidden-bar .hidden-bar-closer button {
  background: none;
  display: block;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.7);
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.hidden-bar .hidden-bar-closer button span:before {
  font-size: 30px;
  line-height: 30px;
}

.hidden-bar .hidden-bar-closer:hover button {
  color: rgba(255, 255, 255, 0.7);
}

.hidden-bar-wrapper {
  height: 100%;
  padding: 30px 10px 30px 30px;
  overflow-y: auto;
}

.hidden-bar .logo {
  padding: 0px 0px 30px;
}

.hidden-bar .logo a {
  display: inline-block;
}

.hidden-bar .logo img {
  display: inline-block;
  max-width: 100%;
}

.hiddenbar-about-us {
  position: relative;
  display: block;
}

.hiddenbar-about-us h3 {
  color: var(--alori-base);
  font-size: 20px;
  margin: 0 0 18px;
}

.hiddenbar-about-us .text {
  display: block;
}

.hiddenbar-about-us .text p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.hidden-bar .contact-info-box {
  position: relative;
  display: block;
  padding-top: 36px;
}

.hidden-bar .contact-info-box h3 {
  color: var(--alori-base);
  font-size: 20px;
  margin: 0 0 23px;
}

.hidden-bar .contact-info-box ul {
  position: relative;
  display: block;
}

.hidden-bar .contact-info-box ul li {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
}

.hidden-bar .contact-info-box ul li:last-child {
  margin-bottom: 0;
}

.hidden-bar .contact-info-box ul li h5 {
  color: var(--alori-base);
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin: 0 0 11px;
}

.hidden-bar .contact-info-box ul li p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  margin: 0;
}

.hidden-bar .contact-info-box ul li p a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.hidden-bar .contact-info-box ul li p a:hover {
  color: var(--alori-base);
}

.hidden-bar .newsletter-form-box {
  position: relative;
  display: block;
  padding-top: 26px;
  padding-right: 20px;
}

.hidden-bar .newsletter-form-box h3 {
  color: var(--alori-base);
  font-size: 20px;
  margin: 0 0 24px;
}

.hidden-bar .newsletter-form-box form {
  position: relative;
  display: block;
}

.hidden-bar .newsletter-form-box form input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  color: #8b8b8b;
  font-size: 15px;
  padding: 0 20px;
  padding-right: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  outline: none;
}

.hidden-bar .newsletter-form-box form button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: auto;
  text-align: center;
}

.hidden-bar .newsletter-form-box form button:before {
  position: absolute;
  top: 12px;
  left: 0;
  bottom: 12px;
  width: 2px;
  background: #eeeeee;
  content: "";
}

.hidden-bar .newsletter-form-box form button i {
  position: relative;
  top: 2px;
  color: var(--alori-black);
  font-size: 20px;
  line-height: 20px;
}

.hidden-bar .copy-right-text {
  position: relative;
  display: block;
  padding-top: 44px;
}

.hidden-bar .copy-right-text p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin: 0;
}

/***
=============================================
    Tiny Scrollbar
=============================================
***/
#scrollbar1 {
  width: 270px;
  margin: 0;
}

#scrollbar1 .viewport {
  position: relative;
  width: 270px;
  height: 530px;
  overflow: hidden;
}

#scrollbar1 .overview {
  list-style: none;
  position: absolute;
  left: 15px;
  top: 0;
  padding: 0;
  margin: 0;
  max-width: 500px;
  width: 100%;
  height: 100%;
}

#scrollbar1 .scrollbar {
  position: absolute;
  top: 0;
  right: 0px;
  background: #e7e7e7;
  width: 4px;
}

#scrollbar1 .track {
  background: transparent;
  height: 100%;
  width: 4px;
  position: relative;
  padding: 0;
}

#scrollbar1 .thumb {
  background: #fa401b;
  background-image: none;
  height: 20px;
  width: 4px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 1;
  z-index: 3;
}

#scrollbar1 .thumb .end {
  background: #353742 no-repeat 50% 0;
  overflow: hidden;
  height: 0px;
  width: 4px;
}

#scrollbar1 .disable {
  display: none;
}

.stricky-one-logo {
  position: relative;
  display: none;
}

.stricky-header.main-menu .stricky-one-logo {
  display: block;
}

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













/***
==========================================
Slider Three
==========================================
***/
.main-slider-three {
  position: relative;
  display: block;
}

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

.main-slider-three .shape1 {
  position: absolute;
  top: -320px;
  left: -150px;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: #f99545;
  mix-blend-mode: overlay;
  opacity: 0;
  transform: rotate(0deg) translateY(-200px);
  z-index: 2;
}

.main-slider.main-slider-three .swiper-slide-active .shape1 {
  opacity: 1;
  transform: rotate(0deg) translateY(0px);
  transition: all 1000ms ease;
  transition-delay: 2000ms;
}

.main-slider-three .shape2 {
  position: absolute;
  left: 0;
  bottom: -465px;
  right: 0;
  z-index: 2;
  opacity: 0;
  transform: rotate(0deg) translateY(200px);
}

.main-slider.main-slider-three .swiper-slide-active .shape2 {
  opacity: 1;
  transform: rotate(0deg) translateY(0px);
  transition: all 1000ms ease;
  transition-delay: 2300ms;
}

.main-slider-three .container {
  padding-top: 223px;
  padding-bottom: 190px;
}

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

.main-slider-three__text {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding: 3px 30px 3px;
  margin-bottom: 34px;
  opacity: 0;
  transition: all 1000ms ease;
  transform: translateY(80px);
  z-index: 30;
}

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

.main-slider-three__text::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: var(--alori-base);
  clip-path: polygon(0 0, 100% 0, 51% 51%, 16% 84%, 0 100%, 0 100%, 0% 80%, 0% 20%);
  width: 25px;
  content: "";
}

.main-slider-three__text::after {
  position: absolute;
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  border: 1px solid #ffffff;
  content: "";
}

.main-slider-three__text p {
  color: var(--alori-black2);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--alori-font-3);
}

.main-slider-three__title {
  position: relative;
  display: block;
  opacity: 0;
  transition: all 1500ms ease;
  transform: translateY(80px);
}

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

.main-slider-three__title h2 {
  color: #ffffff;
  font-size: 95px;
  line-height: 1em;
  font-weight: 700;
  font-family: var(--alori-font-3);
}

.main-slider-three__btn {
  position: relative;
  display: block;
  margin-top: 48px;
  opacity: 0;
  transition: all 1500ms ease;
  transform: translateY(80px);
}

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

.main-slider-three__btn .thm-btn {
  border: 2px solid var(--alori-base);
  background: transparent;
  border-radius: 0px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: var(--alori-font);
  padding: 16px 35px 15px;
}

.main-slider-three__btn .thm-btn:after {
  border-radius: 0px;
  background: var(--alori-base);
}



.main-slider__nav {
  position: absolute;
  display: block;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  bottom: 20px;
  right: 346px;
  width: 100px;
  z-index: 100;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 80px;
  height: 100px;
  color: #69625d;
  font-size: 40px;
  background: #ffffff;
  border: none;
  margin: 10px 0px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 0%;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: #ffffff;
  background: #69625d;
  border: none;
}

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

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

.main-slider__nav .swiper-button-prev .icon-left-arrow {
  position: relative;
}



/** about-section **/

.about-section{
  position: relative;
  
}

.content_block_1 .content-box .text h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 24px;
}

.content-box .sec-title h2{
	margin-top: 100px;
}


.content_block_1 .content-box .text h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}

.content_block_1 .content-box .text{
  display: block;
  margin-bottom: 33px;
}

.content_block_1 .content-box .inner-box .signature{
  position: relative;
  margin-right: 40px;
}

.content_block_1 .content-box .inner-box .signature:before{
  position: absolute;
  content: '';
  background: #dddddd;
  width: 1px;
  height: 56px;
  top: 0px;
  right: -20px;
}

.social-style-one li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.social-style-one li:last-child{
  margin: 0px !important;
}

.social-style-one li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
}

.social-style-one li:first-child a{

}

.social-style-one li:nth-child(2) a{
  
}

.social-style-one li:nth-child(3) a{
  
}

.social-style-one li:last-child a{
  
}

.content_block_1 .content-box .inner-box{
  margin-bottom: 40px;
}

/*.bg-color-1{
  background: #f5f5f6;
}*/

.content_block_1 .content-box .inner-box .social-style-one{
  position: relative;
  top: 3px;
}

.content_block_1 .content-box .lower-box .single-item{
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
  padding: 16px 15px 17px 83px;
}

.content_block_1 .content-box .lower-box .single-item .icon-box{
  position: absolute;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  border: 1px solid #e6e6ea;
  border-radius: 50%;
  text-align: center;
  left: 20px;
  top: 20px;
  transition: all 500ms ease;
}

.content_block_1 .content-box .lower-box .single-item:hover .icon-box{
  color: #ffffff;
}

.content_block_1 .content-box .lower-box .single-item h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 3px;
}

.content_block_1 .content-box .lower-box .single-item p{
  color: #616373;
}

.content_block_1 .content-box .lower-box .single-item p a{
  display: inline-block;
  color: #616373;
}

.content_block_1 .content-box .lower-box .single-item p a:hover{

}

.content_block_1 .content-box .sec-title{
  margin-bottom: 33px;
}

.image_block_1 .image-box{
  position: relative;
  display: block;
  padding: 0px 30px;
  margin-top: 7px;
}

.image_block_1 .image-box .image{
  margin-top: 80px;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  /*box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 5%);*/
}

.image_block_1 .image-box .image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.3);
  content: '';
  -webkit-transition: -webkit-transform .9s;
  transition: transform .9s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

.image_block_1 .image-box .image:hover::before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.image_block_1 .image-box .image img{
  width: 100%;
  border-radius: 5px;
}

.image_block_1 .image-box .text{
  position: absolute;
  right: 0px;
  bottom: 40px;
  width: calc(100% - 60px);
  padding: 20px 30px 25px 30px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 15px -10px 30px 0px rgb(0 0 0 / 8%);
  z-index: 1;
}

.image_block_1 .image-box .text h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.bg-color-2{
  background: #252638;
}


/** explore-section **/

.explore-section{
  position: relative;
  overflow: hidden;
  /*padding: 103px 0px 200px 0px;*/
  margin-top: 100px;
  
  
}

.explore-section .vector-image{
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.explore-section .sec-title h2{
	color: red;
  font-size: 50px;
	margin-top: 50px;
  text-align: center;
  margin-bottom: 10px;
}

.explore-section .sec-title p{
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.explore-section .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 568px;
  height: 556px;
  background-repeat: no-repeat;
}

.explore-block-one .inner-box{
  position: relative;
  display: block;
  margin-top: 50px;
  margin-bottom: 100px;
}

.explore-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.explore-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 5px;
}

.explore-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}

.explore-block-one .inner-box:hover:before{
  height: 100%;
  opacity: 1;
}

.explore-block-one .inner-box .content-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.link-box img{
  width: 50px;
  margin-top: -10px;
}

.explore-block-one .inner-box .content-box .text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #ffffff;
  border-radius: 5px;
  width: 210px;
  padding: 30px 15px 22px 15px;
  transition: all 500ms ease;
}

.explore-block-one .inner-box:hover .content-box .text{
  transform: translate(-50%,-50%) scale(0,0);
  opacity: 0;
}

.explore-block-one .inner-box .content-box .text .icon-box{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 50px;
  color: #964B00;
  border-radius: 50%;
  margin-bottom: 26px;
  background: -webkit-linear-gradient(-90deg, #e6e6ea, #ffffff 100%);
}

.explore-block-one .inner-box .content-box .text .icon-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/decor-1.png);
  width: 66px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  background-repeat: no-repeat;
}

.explore-block-one .inner-box .content-box .text h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.explore-block-one .inner-box .content-box .overlay-content{
  position: absolute;
  left: 0px;
  bottom: -30px;
  width: 100%;
  padding: 22px 20px 0px 20px;
  border-radius: 0px 0px 5px 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.explore-block-one .inner-box:hover .content-box .overlay-content{
  visibility: visible;
  bottom: 0px;
  opacity: 1;
}

.explore-block-one .inner-box .content-box .overlay-content h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 28px;
}

.explore-block-one .inner-box .content-box .overlay-content h4:before{
  position: absolute;
  content: '';
  width: 66px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  background-repeat: no-repeat;
}

.explore-block-one .inner-box .content-box .overlay-content p{
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 300;
}

.explore-block-one .inner-box .content-box .overlay-content .link-box li{
  position: relative;
  display: inline-block;
  margin: 0px 3px;
}

.explore-block-one .inner-box .content-box .overlay-content .link-box li a{
  position: relative;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 24px;
  background: #ffffff;
  color: #8e91a2;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.explore-block-one .inner-box .content-box .overlay-content .link-box li span{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -26px;
  background: #fff;
  color: #8e91a2;
  font-size: 14px;
  line-height: 16px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
  padding: 5px 5px;
  min-width: 86px;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.explore-block-one .inner-box .content-box .overlay-content .link-box li:hover span{
  visibility: visible;
  opacity: 1;
  top: -36px;
}

.explore-block-one .inner-box .content-box .overlay-content .link-box li span:before{
  position: absolute;
  content: '';
  background: #ffffff;
  width: 10px;
  height: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -5px;
}

.explore-block-one .inner-box .content-box .overlay-content .link-box{
  position: relative;
  margin-bottom: -27px;
}


/*---- picture ----*/
.picture{
	margin-top: 30px;
	position: relative;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
	
}

.picture img{
	width: 500px;
  margin-bottom: 100px;
	
}



/** service-section **/

.service-section{
  position: relative;
  width: 100%;
  padding: 110px 0px 80px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-section:before{
  position: absolute;
  content: '';
  /*background: #f5f5f6;*/
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.85;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  padding: 24px 30px 30px 30px;
  overflow: hidden;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 7%);
  margin-bottom: 30px;
}

.service-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: 0px;
  top: 31px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.service-block-one .inner-box:after{
  position: absolute;
  content: '';
  width: 4px;
  height: 38px;
  left: 0px;
  top: 39px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.icon-box img{
  width: 60px;
  margin-right: 30px;
}

.service-block-one .inner-box:hover:before,
.service-block-one .inner-box:hover:after{
  transform: scale(1,1);
}

.service-block-one .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 33px;
}

.service-block-one .inner-box h4 a{
  display: inline-block;
  color: #252638;
}

.service-block-one .inner-box h4 a:hover{

}

/*.service-block-one .inner-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'DM Sans', sans-serif;
  color: #696b7e;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 23px;
  text-align: center;
  border: 2px solid #e6e6ea;
  border-radius: 4px;
}*/

.btn-box img{
  width: 70px;
}

.btn-box{
  position: relative;
  width: 100px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-left: 30px;
 
}

.btn-box a{
  font-size: 20px;
  margin-left: -30px;
  transition: all 0.5s ease-in-out;
}

.btn-box .btn-box-1 a{
 
  position: absolute;
  margin-left: 10px;
  top: 0;
  left: 0;
  transform: scale(1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
  
.btn-box:hover a{
  transform: scale(0);
  opacity: 0;
}
.btn-box:hover .btn-box-1 a{
  transform: scale(1);
  opacity: 1;
  cursor: pointer;
  
}



.service-block-one .inner-box .icon-box{
  position: absolute;
  right: 30px;
  bottom: 28px;
  font-size: 50px;
  line-height: 50px;
  
  z-index: 1;
  transition: all 500ms ease;
}

.sec-title .centred h2{
  margin-bottom: 50px;
  text-align: center;
  font-size: 50px;
  color: red;
}

.service-block-one .inner-box:hover .icon-box{

}

/*.service-block-one .inner-box .icon-box:before{
  position: absolute;
  left: 0px;
  top: -10px;
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: -webkit-linear-gradient(-90deg, #e6e6ea, #f2f2f2 100%);
  z-index: -1;*/


.service-section .sec-title{
  margin-bottom: 45px;
}

.service-section .sec-title .links{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'DM Sans', sans-serif;
  color: #616373;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 33px;
}

.service-section .sec-title .links i{
  position: relative;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
  top: -1px;
}

.service-section .sec-title .links:hover{

}


.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}


/*-----Testimonial-------*/

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background: #808080;
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;

}

.testimonial {
  min-height: 375px;
  position: relative;
  background:#808080;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
      background-size: cover;

}
#testimonial4 .carousel-inner:hover{
cursor: -moz-grab;
cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
left: 0;
margin: 0;
width: 100%;
font-size: 0;
height: 20px;
bottom: 15px;
padding: 0 5px;
cursor: e-resize;
overflow-x: auto;
overflow-y: hidden;
position: absolute;
text-align: center;
white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
padding: 0;
width: 14px;
height: 14px;
border: none;
text-indent: 0;
margin: 2px 3px;
cursor: pointer;
display: inline-block;
background: #ffffff;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
padding: 0;
width: 14px;
height: 14px;
border: none;
margin: 2px 3px;
background-color: #9dd3af;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
background: #eeeeee;
-webkit-border-radius: 0;
border-radius: 0;
}

.testimonial4_control_button .carousel-control{
top: 175px;
opacity: 1;
width: 40px;
bottom: auto;
height: 40px;
font-size: 10px;
cursor: pointer;
font-weight: 700;
overflow: hidden;
line-height: 38px;
text-shadow: none;
text-align: center;
position: absolute;
background: transparent;
border: 2px solid #ffffff;
text-transform: uppercase;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
left: 7%;
top: 50%;
right: auto;
}
.testimonial4_control_button .carousel-control.right{
right: 7%;
top: 50%;
left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
color: #000;
background: #fff;
border: 2px solid #fff;
}

.testimonial4_header{
top: 0;
left: 0;
bottom: 0;
width: 550px;
display: block;
margin: 30px auto;
text-align: center;
position: relative;
}
.testimonial4_header h4{
color: #ffffff;
font-size: 30px;
font-weight: 600;
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
}

.testimonial4_slide{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 70%;
margin: auto;
padding: 20px;
position: relative;
text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
color: #ffffff;
font-size: 22px;
}

.testimonial .carousel {
padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}
/* ------testimonial  close-------*/


/** main-footer **/

.main-footer{
  position: relative;
  background: #252638;
  margin-top: 100px;
}

.footer-top{
  position: relative;
  display: block;
  padding: 211px 0px 46px 0px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-top .footer-logo{
  position: relative;
  display: block;
}

.footer-top .footer-logo:before{
  position: absolute;
  content: '';
  width: 3px;
  height: 100%;
  top: 0px;
  right: 0px;
}

.footer-top .footer-logo img{
  max-width: 170px;
  width: 100%;
}

.footer-top .text{
  position: relative;
  display: block;
  margin-top: -6px;
}

.footer-top .text h3{
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
}

.footer-top .text p{
  color: #8e91a2;
}

.footer-top .postcode-form .form-group{
  position: relative;
  display: block;
  margin: 0px;
  padding-right: 100px;
  border-radius: 5px;
  overflow: hidden;
}

.footer-top .postcode-form .form-group input[type='text']{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: 1px solid #ffffff;
  font-size: 16px;
  color: #696b7e;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.footer-top .postcode-form .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  font-size: 14px;
  line-height: 25px;
  font-family: 'DM Sans', sans-serif;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 12.5px 15px;
  cursor: pointer;
  transition: all 500ms ease;
}

.footer-top .postcode-form .form-group input:focus{
  
}

.main-footer .widget-section{
  position: relative;
  padding: 94px 0px 93px 0px;
  
}

.main-footer .widget-section .widget-title{
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.main-footer .widget-section .widget-title h3{
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
}

.main-footer .widget-section .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.main-footer .widget-section .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .widget-section .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #8e91a2;
  padding-left: 26px;
}

.main-footer .widget-section .links-widget .links-list li a:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 13px;
  font-weight: 700;
  left: 0px;
  top: 0px;
}

.main-footer .widget-section .links-widget .links-list li a:hover{
  color: #ffffff;
}

.contact-widget{
  margin-left: 300px;
	width: 100%;
}



.main-footer .widget-section .contact-widget .info li{
  position: relative;
  /*display: block;*/
  margin-bottom: 14px;
}

.main-footer .widget-section .contact-widget .info li:last-child{
  margin-bottom: 0px;
}

.main-footer .widget-section .contact-widget .info h5{
  display: block;
  font-size: 18px;
  
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1px;
}

.main-footer .widget-section .contact-widget .info p{
  display: block;
  color: #8e91a2;
  width: 100%;
	letter-spacing: none;
}

.main-footer .widget-section .contact-widget .info p a{
  color: #8e91a2;
}

.main-footer .widget-section .contact-widget .info p a:hover{
  color: #ffffff;
}

.main-footer .widget-section .register-widget .inner-box{
  position: relative;
  display: block;
  border-radius: 5px;
  padding: 25px 20px 30px 20px;
  margin-top: 6px;
}

.main-footer .widget-section .register-widget .inner-box .upper{
  position: relative;
  padding: 0px 0px 0px 65px;
  margin-bottom: 12px;
  min-height: 56px;
}

.main-footer .widget-section .register-widget .inner-box .upper .icon-box{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.main-footer .widget-section .register-widget .inner-box .upper h4{
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
}

.main-footer .widget-section .register-widget .inner-box p{
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 23px;
}

.main-footer .widget-section .register-widget .inner-box a{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 25px;
  font-family: 'DM Sans', sans-serif;
  color: #252638;
  background: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 12.5px 30px;
  border-radius: 5px;
  transition: all 500ms ease;
}

.main-footer .widget-section .register-widget .inner-box a:hover{
  background: #252638;
  color: #ffffff;
}

.footer-bottom{
  position: relative;
  width: 100%;
  background: #202130;
  padding: 22px 0px;
}

.footer-bottom p,
.footer-bottom a{
  color: #8e91a2;
}

.footer-bottom .copyright p a:hover{
  text-decoration: underline;
}

.footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.footer-bottom .footer-nav li:last-child{
  margin: 0px !important;
}

.footer-bottom .footer-nav li a:hover{
  color: #ffffff;
}




/*** 

====================================================================
  services page
====================================================================

 ***/

 .container-fluid{
	margin-top: 200px;
}

.container-fluid h1{
  text-align: center;
  color: red;
  font-size: 50px;
  margin-bottom: 50px;

}
.flip-card, .flip-card-click {
  display: inline-block;
    background-color: transparent;
    width: 250px;
    height: 300px;
    margin-right: 12px;
    margin-bottom: 12px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
  }
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  .flip-card:hover .flip-card-inner,
  .flip-card:focus .flip-card-inner,
  .flip-card:focus-within .flip-card-inner,
  .flip-card:active .flip-card-inner,
  .flip-card-click:focus .flip-card-inner,
  .flip-card-click:active .flip-card-inner,
  .flip-card-click.flipped .flip-card-inner {
    transform: rotateY(180deg);
  }
  .flip-card-inner:focus {
    outline: 5px solid #03c23c;
    cursor: pointer;
  }
  .flip-card-inner:hover {
    outline: 5px solid #0336c2;
    cursor: pointer;
  }
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
  }
 
  .flip-card-front h2 {
      color: white;
      font-size: 30px;
      font-weight: 500;
      padding: 10px;
    }
  .flip-card-front p, .flip-card-back p {
    padding: 10px;
    font-size: 12px;
    color: white;
  }
  .flip-card-front {
    background-color: #18453b;
  }
  .flip-card-back {
    background-color: #202A44;
    transform: rotateY(180deg);
  }



/*** 
====================================================================
 contact page
====================================================================

 ***/


 .container{
  width: 80%;
  margin: 50px auto;
  
}
.container h1{
  margin-top: 200px;;
  color: red;
}
.contact-box{
  background: #fff;
  display: flex;

}

.contact-left{
  flex-basis: 60%;
  padding: 40px 60px;
background: #202A44;
}
.contact-left h3{
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
}
.contact-right{
  flex-basis: 40%;
  padding: 40px;
  background: #18453b;
  color: #fff;
}
h1{
  margin-bottom: 10px;
}
.container p{
  margin-bottom: 40px;
}
.input-row{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.input-row .input-group{
  flex-basis: 45%;
}
input{
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  padding-bottom: 5px;
}
textarea{
  width: 100%;
  border: 1px solid #ccc;
  outline: none;
  padding: 10px;
  box-sizing: border-box;
}
label{
  margin-bottom: 6px;
  display: block;
  color: #fff;
}
button{
  background: #fff;
  width: 100px;
  border: none;
  outline: none;
  color: #000;
  height: 35px;
  border-radius: 30px;
  margin-top: 20px;
  box-shadow: 0px 5px 15px 0px rgba(28, 0, 181, 0.3);

}

button:hover{
background: #18453b;
color: #fff;
}

.contact-right h3{
  font-weight: 600;
  margin-bottom: 30px;
color: #fff;
  
}

tr td:first-child{
  padding-right: 20px;
}

tr td{
  padding-top: 20px;
}




.banner{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slider{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  transform: scale(1.15);
  transition: opacity o.6s ease;
}
#slideimg{
  width: 100%;
  animation: grow 4s linear infinite;
  opacity: 1;
}

@keyframes grow{
  0%, 20%{
    transform: scale(1);
  }
  75%, 100%{
    transform: scale(1.15);
  }
}


.overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.navbar{
  width: 85%;
  display: flex;
  align-items: center;
  margin: 35px auto;
}
.logo{
  flex-basis: 15%;
}
.logo img{
  width: 120px;
  cursor: pointer;
}
.menu{
  flex: 1;
  text-align: right;
}
.menu nav{
  display: flex;
  align-items: center;
  padding: 1% 25%;
 
}
.menu nav li{
  list-style: none;
  padding: 8px 12px;
}
.menu nav li a{
 
  text-decoration: none;
  color: orange;
  font-size: 20px;
}
.menu nav li a:hover{
  color: red;
}
.y{
  width: 60%;
  margin: 160px auto 0;
  text-align: center;
  
}
.y h1{
  font-size: 70px;
  color: orange;
  font-weight: 800;
}





