:root {
  --light-color: #ffffff;
  --heading-text: #090a0b;
  --header-bg: #090a0b;
  --primary-color: #4C9D34;/*#93cb63;*/
  --heading-font: "Oswald", sans-serif;
  --body-font: "Roboto", sans-serif;
  --background-color: #ffffff;
  --gray-color: #f7f7f7; /* default light background color */
  --text-color: #090a0b;
  --shd-scrl: 0.00px 0.00px 50px 0px rgba(76,157,52,1);
}
.dark-mode {
  --light-color: #090a0b;
  --heading-text: #ffffff;
  --header-bg: #090a0b;
  --primary-color: #4C9D34;/*#93cb63;*/
  --heading-font: "Oswald", sans-serif;
  --body-font: "Roboto", sans-serif;
  --background-color: #090a0b;
  --gray-color: #111315; /* default light background color */
  --text-color: #ffffff;
  --shd-scrl: 0.00px 0.00px 50px 0px rgba(76,157,52,1);
}
.dark-mode .add_to_cart_button { color: #000 !important; }
.dark-mode a:link { color: #ffffff; }
.dark-mode a:hover { color: var(--primary-color); }
.dark-mode td { color: #ffffff; }
.dark-mode th { color: #ffffff; }
.dark-mode .table-title { color: #ffffff; }
.dark-mode .price { color: #000; }

.dark-mode .add_to_cart_button:hover { color: var(--primary-color); }

/* reset  */
html {
  font-size: 10px;
}
body {
  font-family: var(--body-font);
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2rem;
  text-transform: none;
  letter-spacing: 0px;
  background-color: var(--background-color);
  color: var(--text-color);
}

.header{
	position: fixed !important;
	width: 100%;
	
}

#header.active {
    -webkit-box-shadow: var(--shd-scrl,0 0 5px rgba(0,0,0,.5)) !important;
	-moz-box-shadow: var(--shd-scrl,0 0 5px rgba(0,0,0,.5)) !important;
	box-shadow: var(--shd-scrl,0 0 5px rgba(0,0,0,.5)) !important;
}

p,
ul,
ol,
dl,
blockquote,
address,
.wp-block-button,
.wp-block-cover,
.wp-block-image,
.wp-block-video,
.wp-block-search,
.wp-block-archives,
.wp-block-archives-dropdown,
.wp-block-categories,
.wp-block-calendar,
.wp-block-media-text {
  margin-top: 0em;
  margin-bottom: 1.57em;
}

h1,
.front_page_section_caption {
  font-family: var(--heading-font);
  font-size: 3.353em;
  font-weight: 700;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -1.8px;
  margin-bottom: 0.4em;
}

h2 {
  font-family: var(--heading-font);
  font-size: 2.765em;
  font-weight: 500;
  font-style: normal;
  line-height: 1.021em;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 0.45em;
}

h3 {
  font-family: var(--heading-font);
  font-size: 2.059em;
  font-weight: 500;
  font-style: normal;
  line-height: 1.086em;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 0.63em;
}

h4 {
  font-family: var(--heading-font);
  font-size: 1.647em;
  font-weight: 500;
  font-style: normal;
  line-height: 1.214em;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 0.62em;
}

h5 {
  font-family: var(--heading-font);
  font-size: 1.412em;
  font-weight: 500;
  font-style: normal;
  line-height: 1.208em;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.5px;
  margin-top: 1.55em;
  margin-bottom: 0.8em;
}

h6 {
  font-family: var(--heading-font);
  font-size: 1.118em;
  font-weight: 500;
  font-style: normal;
  line-height: 1.474em;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 1.1em;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
textarea,
textarea.wp-editor-area,
.select_container,
select,
.select_container select {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.1px;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a {
  color: #232931;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.underline {
  text-decoration: underline;
  font-size: 1.6rem;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.underline:hover {
  color: var(--primary-color);
  text-decoration: underline;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

section {
  position: relative;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid rgba(35, 41, 49, 0.1);
}

.hr-content {
  max-width: 1140px;
  margin: 0 auto;
}

.color-light {
  color: #ffffff !important;
}

.color-gray {
  color: var(--gray-color) !important;
}

.color-dark {
  color: #232931 !important;
}

.color-black {
  color: #17191b !important;
}

.color-primary {
  color: var(--primary-color) !important;
}

.color-secondary {
  color: #f04037 !important;
}

.bg-light {
  background-color: var(--background-color) !important;
}

.bg-gray {
  background-color: var(--gray-color) !important;
}

.bg-dark {
  background-color: #232931 !important;
}

.bg-black {
  background-color: #17191b !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-secondary {
  background-color: #f04037;
}

.bg-gradient {
  background-color: var(--primary-color);
  background: var(--primary-color);
  background: linear-gradient(320deg, var(--primary-color) 0%, #f04037 100%);
}

.bg-img {
  position: relative;
}
.bg-img__contain {
  background-position: center;
  background-size: contain;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.overlay--dark {
  background-color: rgba(35, 41, 49, 0.45);
}

/* -------- "margin helpers" and "padding helpers"  --------- */
.mt-120 {
  margin-top: -120px !important;
}

.pt-120 {
  padding-top: -120px !important;
}

.mb-120 {
  margin-bottom: -120px !important;
}

.pb-120 {
  padding-bottom: -120px !important;
}

.ml-120 {
  margin-left: -120px !important;
}

.pl-120 {
  padding-left: -120px !important;
}

.mr-120 {
  margin-right: -120px !important;
}

.pr-120 {
  padding-right: -120px !important;
}

.mt-100 {
  margin-top: -100px !important;
}

.pt-100 {
  padding-top: -100px !important;
}

.mb-100 {
  margin-bottom: -100px !important;
}

.pb-100 {
  padding-bottom: -100px !important;
}

.ml-100 {
  margin-left: -100px !important;
}

.pl-100 {
  padding-left: -100px !important;
}

.mr-100 {
  margin-right: -100px !important;
}

.pr-100 {
  padding-right: -100px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

#scrollTopBtn {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 10px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 1000;
  font-size: 14px;
  border-radius: 3px;
  color: #ffffff;
  background-color: #232931;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
#scrollTopBtn.active {
  right: 30px;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
#scrollTopBtn:hover {
  background-color: var(--primary-color);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.btn {
  padding: 0 4rem;
  font-size: 1.5rem;
  line-height: 5.5rem;
  text-transform: capitalize;
  font-weight: 500;
  font-family: var(--heading-font);
  overflow: hidden;
  z-index: 1;
  outline: 0;
  border-radius: 3px;
  position: relative;
  background-color: #17191b;
  color: #ffffff;
  border: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.btn span {
  background-color: #232931;
  border-radius: 50%;
  display: block;
  height: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 0;
  z-index: -1;
}
.btn:hover {
  color: #ffffff;
  background-color: #232931;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.btn:hover span {
  height: 100rem;
  width: 100rem;
  z-index: -1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.btn--small {
  font-size: 1.4rem;
  line-height: 4.2rem;
  padding: 0 2.5rem;
}
.btn--big {
  font-size: 1.6rem;
  line-height: 5.5rem;
  padding: 0 3.5rem;
}
.btn--block {
  width: 100%;
}
.btn--primary {
  background-color: var(--primary-color);
  color: #ffffff;
}
.btn--primary:hover {
  color: var(--background-color);
  background-color: #232931;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.btn--light {
  background-color: #fff;
  color: #232931;
}
.btn--light:hover {
  color: #ffffff;
  background-color: #232931;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.btn--dark {
  background-color: #232931;
  color: #ffffff;
}
.btn--dark:hover {
  color: #ffffff;
  background-color: #17191b;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.btn--dark:hover span {
  background-color: var(--primary-color) !important;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.header-icon-btn {
  font-size: 2.4rem;
  color: #fff;
  padding-left: 1.5rem;
  background-color: transparent;
  box-shadow: 0 0 0;
  outline: 0;
  border: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.header-icon-btn.is-dark-mode-btn {
  color: var(--primary-color);
}
.header-icon-btn:hover {
  color: var(--primary-color);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
/* HEADER STYLING  */

/* ------------------------------------- */
/* *. Header .......................... */
/* ------------------------------------- */
.header {
  padding: 1.5rem;
  z-index: 999;
  position: relative;

  background-color: var(--header-bg);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.header__logo-area {
  position: relative;
}
.header__logo {
  max-height: 12rem;
  position: absolute;
  border-radius: 6px;
  top: -15px;
}
.header-login-btn {
  padding: 0 4rem;
  font-size: 1.5rem;
  line-height: 3.5rem;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  font-family: var(--heading-font);
  overflow: hidden;
  z-index: 1;
  outline: 0;
  border-radius: 3px;
  position: relative;
  background-color: var(--primary-color);
  color: #ffffff;
  border: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.header-login-btn:hover {
  background-color: #fff;
  color: var(--primary-color);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.header__content {
  text-align: right;
}

.header__sticky-logo {
  display: block;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.header__nav {
  display: none;
}
.header__menu {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
.header__item {
  list-style-type: none;
  padding: 0 1.5rem;
  margin: 0;
}
.header__link {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.7rem;
  position: relative;
  padding: 2.5rem 0;
  margin-left: 5px;
  display: block;
  font-family: var(--heading-font);
  text-transform: capitalize;
}
.header__link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  bottom: 0;
  left: 0;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.header__link:hover,
.header__link.active {
  color: var(--primary-color);
}
.header__link:hover:after,
.header__link.active:after {
  width: 3rem;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.header__addons {
  margin-left: 2.5rem;
  display: flex;
  align-items: center;
}
.header__search {
  font-size: 18px;
  padding: 10px;
  margin: 0 10px;
}
.header--transparent {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--background-color);
}
.header--centered {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  max-width: 114rem;
  left: 0;
  right: 0;
  top: 0;
  background-color: var(--background-color);
  border-radius: 0;
}
.header--centered.header--sticky {
  top: 2rem;
}
.header--centered.header--sticky .header__link {
  padding: 1rem 0;
}
@media only screen and (min-width: 992px) {
  .header--centered {
    top: 2rem;
    border-radius: 5px;
  }
  .header--centered.header--sticky {
    top: 2rem;
  }
  .header--centered.header--sticky .header__link {
    padding: 1rem 0;
  }
}
.header--sticky {
  position: fixed;
  width: 100%;
  animation: header-trans 0.6s;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--background-color);
  -webkit-box-shadow: 0 0 2rem 0.5rem rgba(35, 41, 49, 0.08);
  -moz-box-shadow: 0 0 2rem 0.5rem rgba(35, 41, 49, 0.08);
  box-shadow: 0 0 2rem 0.5rem rgba(35, 41, 49, 0.08);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.header--sticky .header__main-logo {
  display: none;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.header--sticky .header__sticky-logo {
  display: block;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.header--sticky .header__link {
  padding: 0;
  color: #232931;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.header--sticky .header__link:hover,
.header--sticky .header__link.active {
  color: var(--primary-color);
}
.header--sticky .header__search {
  color: #232931;
}
@media only screen and (min-width: 992px) {
  .header {
    box-shadow: 0 0 0 0;
    padding: 0;
  }
  .header__content {
    text-align: left;
  }
  .header__main-logo {
    display: block;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .header__sticky-logo {
    display: none;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .header__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header__addons {
    margin-left: 2.5rem;
  }
  .header__search {
    font-size: 18px;
    padding: 10px;
    margin: 0 10px;
  }
  .header--transparent {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .header--transparent .header__link {
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .header--transparent .header__link:hover,
  .header--transparent .header__link.active {
    color: #f7f7f7;
  }
  .header--transparent .header__search {
    color: #ffffff;
  }
  .header--sticky {
    position: fixed;
    width: 100%;
    animation: header-trans 0.6s;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--background-color);
    -webkit-box-shadow: 0 0 2rem 0.5rem rgba(35, 41, 49, 0.08);
    -moz-box-shadow: 0 0 2rem 0.5rem rgba(35, 41, 49, 0.08);
    box-shadow: 0 0 2rem 0.5rem rgba(35, 41, 49, 0.08);
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .header--sticky .header__main-logo {
    display: none;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .header--sticky .header__sticky-logo {
    display: block;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .header--sticky .header__link {
    padding: 0;
    color: #232931;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .header--sticky .header__link:hover,
  .header--sticky .header__link.active {
    color: var(--primary-color);
  }
  .header--sticky .header__search {
    color: #232931;
  }
  .header .mobile-menu__btn {
    display: none;
  }
}

.has_sub_menu {
  padding-right: 2rem !important;
  position: relative;
}
.has_sub_menu:before {
  font-family: "fontello";
  font-weight: normal;
  position: absolute;
  right: 7px;
  font-size: 10px;
  content: "\e828";
}
.has_sub_menu.active_menu:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

ul.sub_menu {
  background-color: #f7f7f7;
  position: absolute;
  padding: 5px 0;
  min-width: 220px;
  width: auto;
  height: auto;
  margin: 1px 0 0 0;
  opacity: 1;
  display: none;
  color: #232931;
  border-radius: 5px;
  border-bottom: solid 2px var(--primary-color);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
ul.sub_menu li {
  display: block;
  padding: 0;
  margin: 0;
}
ul.sub_menu li a.nav-link {
  padding: 0.7rem 0.7rem !important;
  display: block;
  margin-left: 0;
  word-break: break-word;
  overflow: hidden;
  font-size: 1.4rem;
  color: #232931;
  font-weight: 500;
  position: relative;
  font-family: var(--heading-font);
  text-transform: capitalize;
  text-align: left;
}
ul.sub_menu li a.nav-link:hover {
  color: var(--primary-color);
}
ul.sub_menu li a.nav-link:before {
  content: none !important;
}

@media (min-width: 992px) {
  .header li:hover > ul {
    display: block;
    visibility: visible;
    -webkit-animation: menuEffect 0.4s both;
    animation: menuEffect 0.4s both;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
}

.mobile-menu__btn {
  width: 3rem;
  height: 2.5rem;
  margin-right: 0;
  border-radius: 0.5rem;
  position: relative;
  display: block;
  margin-left: auto;
}
.mobile-menu__btn span {
  width: 2rem;
  overflow: hidden;
  height: 4px;
  display: block;
  background-color: #232931;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.mobile-menu__btn span:before {
  content: "";
  position: absolute;
  top: -1px;
  background-color: #232931;
  width: 100%;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.mobile-menu__btn span:after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #232931;
  width: 100%;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.mobile-menu__btn.active span {
  width: 4rem;
  background-color: var(--primary-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.mobile-menu__btn.active span:after,
.mobile-menu__btn.active span:before {
  width: 2rem;
  background-color: var(--primary-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.mobile-menu-overlay {
  position: fixed;
  left: 0;
  right: 0;
  background-color: rgba(35, 41, 49, 0.2);
  top: 9rem;
  bottom: 0;
  z-index: 99;
  display: none;
  -webkit-transition: all ease-in-out 0.4;
  -moz-transition: all ease-in-out 0.4;
  -o-transition: all ease-in-out 0.4;
  transition: all ease-in-out 0.4;
}
.mobile-menu-overlay.active {
  display: block;
  -webkit-transition: all ease-in-out 0.4;
  -moz-transition: all ease-in-out 0.4;
  -o-transition: all ease-in-out 0.4;
  transition: all ease-in-out 0.4;
}

.mobile-menu {
  display: block;
  background-color: var(--background-color);
  position: fixed;
  top: 8rem;
  bottom: 0;
  overflow-y: auto;
  left: -35rem;
  z-index: 999;
  width: 80vw;
  min-width: 30rem;
  max-width: 35rem;
  box-shadow: 0.4rem 2rem 2rem 0.2rem rgba(35, 41, 49, 0.06);
  padding: 2rem;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.mobile-menu__link {
  padding: 1rem 0;
  display: block;
  border-bottom: solid 1px rgba(247, 247, 247, 0.6);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 1.5rem;
}
.mobile-menu::-webkit-scrollbar {
  width: 2px;
}
.mobile-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}
.mobile-menu::-webkit-scrollbar-thumb {
  background-color: rgba(233, 32, 79, 0.5);
  outline: 2px solid #8f8f9a;
}
.mobile-menu.active {
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}

@-webkit-keyframes header-trans {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes menuEffect {
  0% {
    opacity: 0;
    top: calc(100% + 20px);
  }
  100% {
    opacity: 1;
    top: 100%;
  }
}

/* ------------------------------------- */
/* *. Cover .......................... */
/* ------------------------------------- */
.cover {
  height: 80vh;
  min-height: 80rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  padding-top: 10rem;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000000;
}
.cover-video {
  min-height: 500px;
  height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cover__content {
  position: relative;
  z-index: 1;
}
.cover__subheading {
  padding: 10px 30px;
  background-color: var(--primary-color);
  border-radius: 50px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.cover__subheading-two {
  border-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5rem;
  display: inline-block;
  font-family: var(--heading-font);
  font-weight: 600;
}
.cover__item {
  height: 90vh;
  min-height: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cover__item:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(35, 41, 49, 0.2);
  content: "";
  z-index: 0;
}
.cover__heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 5.8rem;
  text-transform: capitalize;
  margin-bottom: 3rem;
  letter-spacing: 0.1rem;
}
.cover__bio {
  margin-bottom: 3rem;
  color: #f7f7f7;
  font-size: 2rem;
  line-height: 1.6;
}
.cover__vector {
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .cover__vector {
    margin-right: -10rem;
    max-width: 130%;
  }
}
/* ------------------------------------- */
/* *. Icon Box .......................... */
/* ------------------------------------- */
.fancybox {
  position: relative;
  margin: 1.5rem 0;
  text-align: center;
}
.fancybox__icon {
  font-size: 6.2rem;
  color: var(--primary-color);
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  display: inline-block;
}
.fancybox__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: var(--text-color);
}
.fancybox__desc {
  font-size: 15px;
  min-height: 60px;
}
.fancybox--two {
  padding: 6rem 4rem;
  background-color: var(--background-color);
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.fancybox--two:hover {
  -webkit-box-shadow: 0 0 50px 0 rgba(35, 41, 49, 0.05);
  box-shadow: 0 0 50px 0 rgba(35, 41, 49, 0.05);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.fancybox--three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.fancybox--three .fancybox__icon {
  width: 11rem;
  margin-right: 2rem;
  height: auto;
  line-height: 1;
}
.fancybox--gray {
  background-color: var(--gray-color);
}
.fancybox--dark {
  background-color: #232931;
  color: var(--gray-color);
}
.fancybox--dark .fancybox__icon {
  color: #ffffff;
}
.fancybox--dark .fancybox__title {
  color: #ffffff;
}

.no-gutters .fancybox {
  margin: 0;
}
.no-gutters .fancybox--two {
  padding: 7rem 6rem;
}
.minus-t-120 {
  -webkit-transform: translateY(-12rem);
  transform: translateY(-12rem);
}
.Video-area {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 60px;
}
.Video-area video {
  border-radius: 25px;
  height: 300px;
}
.bg-img {
  position: relative;
}
.bg-img__contain {
  background-position: center;
  background-size: contain;
}

/* ------------------------------------- */
/* *. Call to action .......................... */
/* ------------------------------------- */
.call-box {
  text-align: center;
  color: #f7f7f7;
}
.call-box__subheading {
  color: #f7f7f7;
  font-weight: 500;
  text-transform: capitalize;
}
.call-box__heading {
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight: 600;
}
.call-box .btn {
  padding: 0.5rem 4rem;
}

.call-box-two {
  text-align: left;
  color: #ffffff;
}
.call-box-two .call-box__subheading {
  color: #ffffff;
  position: relative;
  padding-left: 7rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.call-box-two .call-box__subheading:before {
  position: absolute;
  content: "";
  width: 6rem;
  height: 2px;
  background-color: #ffffff;
  left: 0;
  top: 10px;
  bottom: 0;
}
.call-box-two .call-box__heading {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 600;
}
.btn--ins {
  background-color: #dd2036;
}
.btn--fb {
  background-color: #4064ad;
}
.Location-box {
  position: relative;
  margin: 15px 0;
  border-radius: 10px;
}
.Location-box .Location-map {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}
.Location-box .Location-map img {
  border-radius: 10px;
  overflow: hidden;
}
.Location-address {
  margin-top: 30px;
  color: #ffffff;
  text-align: center;
}
.Location-address span {
  display: block;
  margin-top: 10px;
}
/* ------------------------------------- */
/* *. Heading .......................... */
/* ------------------------------------- */
.heading {
  position: relative;
}
.heading__title {
  font-size: 4.4rem;
  line-height: 1.35;
  color: var(--heading-text);
  font-weight: 300;
  margin-bottom: 2.5rem;
  margin-top: 2rem;
  text-transform: capitalize;
}
.heading__desc {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 0;
}
.heading--two .heading__title {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 300;
}
.heading--two .heading__subtitle {
  color: var(--primary-color);
  position: relative;
  padding-left: 7rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  margin-bottom: 1.5rem;
}
/* .heading--two .heading__subtitle:before {
  position: absolute;
  content: "";
  width: 6rem;
  height: 0.2rem;
  background-image: url("../imgs/logo-128.png");
  left: 0;
  top: 10px;
  bottom: 0;
} */
.heading--three {
  text-align: center;
}
.heading--three .heading__title {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 300;
}
.heading--three .heading__subtitle {
  color: var(--primary-color);
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 1rem;
  margin-bottom: 0.2rem;
  margin-top: 1rem;
}
/* .heading--three .heading__subtitle:before {
	position: absolute;
	content: "";
	height: 8rem;
	left: 250px;
	right: 0;
	top: -9rem;
	margin: 0 auto;
	background-image: url("../imgs/logo-32.png");
	background-repeat: no-repeat;
} */
.heading--three .heading__subtitle.color-light:before {
  background-color: #ffffff;
}
.heading--three.text-left .heading__subtitle:before,
.heading--three.text-right .heading__subtitle:before {
  content: none;
}

.imgs-wrap {
  display: block;
  margin-top: 1.5rem;
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
.fluid-img-left {
  text-align: left;
}
.fluid-img-left .imgs-wrap {
  display: block;
  margin-top: 1.5rem;
  position: relative;
  width: 80%;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}
.imgs-wrap__back {
  width: 80%;
  height: 50rem;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  margin-right: 0;
  margin-left: auto;
	background-size: 100% 100%;
}
.imgs-wrap__front {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 40%;
  right: 40%;
  bottom: -10%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px 2px rgba(35, 41, 49, 0.1);
  box-shadow: 0 0 30px 2px rgba(35, 41, 49, 0.1);
}
@media only screen and (min-width: 992px) {
  .imgs-wrap {
    display: inline-block;
    margin-top: 2.5rem;
    position: relative;
    width: 100%;
    margin-left: 10%;
    text-align: right;
  }
}

.helf-gray {
  position: relative;
  z-index: 1;
}
.helf-gray::after {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: var(--gray-color);
  content: "";
  z-index: -1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.helf-gray-right {
  position: relative;
  z-index: 1;
}
.helf-gray-right::after {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--gray-color);
  content: "";
  z-index: -1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.thrid-gray {
  position: relative;
  z-index: 1;
}
.thrid-gray::after {
  position: absolute;
  width: 33%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: var(--gray-color);
  content: "";
  z-index: -1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.thrid-gray-right {
  position: relative;
  z-index: 1;
}
.thrid-gray-right::after {
  position: absolute;
  width: 33%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--gray-color);
  content: "";
  z-index: -1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.bg-shape-right {
  position: relative;
  overflow-y: visible;
  background-color: transparent;
}
.bg-shape-right:after {
  content: "";
  position: absolute;
  width: 60%;
  right: -10%;
  top: 2%;
  height: 1475px;
  background-image: url("../imgs/shape-right.svg");
  background-position: left top;
  z-index: -1;
  background-repeat: no-repeat;
}

.bg-shape-left {
  position: relative;
  overflow-y: visible;
  background-color: transparent;
}
.bg-shape-left:after {
  content: "";
  position: absolute;
  width: 50%;
  left: -10%;
  top: 2%;
  height: 1675px;
  bottom: 0;
  background-image: url("../imgs/shape-left.svg");
  background-position: right top;
  background-repeat: no-repeat;
  z-index: -1;
}

.bg-shape-left *,
.bg-shape-right * {
  z-index: 1;
}

/* ------------------------------------- */
/* *. Team .......................... */
/* ------------------------------------- */
.member {
  position: relative;
  margin-bottom: 3rem;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.member__img-container {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.member__img-container img {
  max-width: 100%;
}
.member__img {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 45rem;
  width: 100%;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.member__info {
  /* margin: -4rem 3rem 0 0; */
  margin: -4rem 0rem 0 0;
  padding: 3rem 2rem;
  background-color: var(--background-color);
  position: relative;
  z-index: 2;
  border-radius: 0 5px 0 0;
}
.member__name {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.member__position {
  color: var(--primary-color);
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.member__bio {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
}
.member:hover .member__img {
  background-position: top;
  -webkit-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.social__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social__icons li {
  margin-right: 2rem;
}
.social__icons li:last-of-type {
  margin-right: 0;
}
.social__icons li a {
  font-size: 15px;
  color: #232931;
}
.social__icons li a:hover {
  color: var(--primary-color);
}

/* ------------------------------------- */
/* *. Contact Box  .......................... */
/* ------------------------------------- */
.contact-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact-box__icon {
  font-size: 6.2rem;
  width: 8rem;
  line-height: 1;
  text-align: left;
  color: var(--primary-color);
}
.contact-box__content {
  margin-left: 0;
}
.contact-box__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.contact-box__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-box__list li {
  font-size: 1.4rem;
}
@media only screen and (min-width: 992px) {
  .contact-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .contact-box__content {
    margin-left: 1.5rem;
  }
}

.qr-img {
  width: 225px;
  border-radius: 10px;
}
.box-shadow-img {
  width: 100%;
  height: 100%;
  min-height: 60rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1rem 0.2rem rgba(35, 41, 49, 0.3);
  box-shadow: 0 0 1rem 0.2rem rgba(35, 41, 49, 0.3);
}

/* ------------------------------------- */
/* *. Forms  .......................... */
/* ------------------------------------- */
.form-box {
  position: relative;
  padding: 4rem;
  background-color: var(--background-color);
}
.form-box__desc {
  margin-bottom: 3rem;
}

.legend-input {
  margin-bottom: 1rem;
  position: relative;
  margin-top: 3rem;
  display: inline-block;
  width: 100%;
}
.legend-input label {
  display: inline-block;
  padding: 0 10px;
  background-color: #ffffff;
  z-index: 3;
  position: absolute;
  left: 1rem;
  top: -13px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #232931;
  border-radius: 3px;
}
.legend-input.dark-input label {
  background-color: #232931;
  color: #ffffff;
}
.legend-input.dark-input .form-control {
  border-color: #17191b;
  color: #ffffff;
}

.form-control {
  padding: 2.5rem 1.5rem;
  border-radius: 5px;
  color: #232931;
  font-size: 1.5rem;
  border: solid 2px #232931;
}
.form-control:focus {
  border: solid 2px var(--primary-color);
}

textarea.form-control {
  min-height: 15rem;
}

/* ------------------------------------- */
/* *. Pricing .......................... */
/* ------------------------------------- */
.pricing {
  text-align: center;
  position: relative;
  padding: 40px 40px 50px;
  background-color: var(--gray-color);
  border-radius: 3px;
  margin: 1.5rem 0;
  box-shadow: 0 0 50px 0 rgba(35, 41, 49, 0.1);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.pricing__header {
  padding-bottom: 50px;
}
.pricing__title {
  font-size: 2.4rem;
  margin-bottom: 19px;
  font-weight: 300;
}
.pricing__price {
  font-size: 50px;
  color: var(--heading-text);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
.pricing__time {
  color: var(--heading-text);
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-top: 13px;
}
.pricing__icon {
  width: 110px;
  height: 110px;
  font-size: 6.4rem;
  line-height: 105px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 18px;
}
.pricing__list {
  padding-top: 45px;
  padding-bottom: 30px;
  border-top: 1px solid var(--heading-text);
  text-align: left;
}
.pricing__list li {
  position: relative;
  text-transform: capitalize;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 14px;
}
.pricing__list li:after {
  content: "\e9a2";
  font-family: "fontello";
  font-weight: 400;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 11px;
  color: var(--primary-color);
}
.pricing__list li.denied:after {
  content: "\e9e1";
  font-family: "fontello";
  font-weight: 600;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 11px;
  color: #f44336;
}

.pricing:hover {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  -webkit-box-shadow: 0 0 50px 0 rgba(35, 41, 49, 0.1);
  box-shadow: 0 0 50px 0 rgba(35, 41, 49, 0.1);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.pricing--featured {
  background-color: var(--primary-color);
  color: var(--heading-text);
}
.pricing--featured .pricing__title {
  color: var(--heading-text);
}
.pricing--featured .pricing__price {
  color: var(--gray-color);
}
.pricing--featured .pricing__time {
  color: var(--gray-color);
}
.pricing--featured .pricing__icon {
  color: var(--heading-text);
}
.pricing--featured .pricing__list {
  padding-top: 45px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(233, 32, 79, 0.3);
  text-align: left;
}
.pricing--featured .pricing__list li:after {
  color: var(--heading-text);
}

.info-list {
  position: relative;
}
.info-list__item {
  font-size: 1.5rem;
  margin: 1rem 0;
  font-weight: 500;
}
.info-list__icon {
  margin-right: 1rem;
  color: #767d8a;
  font-size: 1.6rem;
}
.info-list__data {
  color: #767d8a;
}
.info-list__data a {
  color: #767d8a;
}
.info-list__data a:hover {
  color: var(--heading-text);
}

.icon-list {
  padding-top: 45px;
  padding-bottom: 30px;
  text-align: left;
}
.icon-list li {
  position: relative;
  text-transform: capitalize;
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.icon-list .list__icon {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  font-size: 4rem;
  margin-right: 2.5rem;
  line-height: 1;
  color: var(--primary-color);
}
.icon-list .list__text {
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--text-color);
  font-weight: 500;
}

/* ------------------------------------- */
/* *. Footer .......................... */
/* ------------------------------------- */
.footer {
  position: relative;
}
.footer__top {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .footer__top {
    text-align: left;
  }
}
.footer__widget-title {
  font-size: 1.8rem;
  text-transform: capitalize;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 4rem;
}
.footer__list {
  position: relative;
}
.footer__list-item {
  display: block;
  margin-bottom: 0.7rem;
}
.footer__list-link {
  display: block;
  position: relative;
  color: #767d8a;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2em;
  text-transform: capitalize;
}
.footer__list-link:hover {
  color: #ffffff;
}
.footer__info {
  margin-top: 3rem;
}
.footer__newsletter {
  background-color: #232931;
  padding: 3rem 3rem;
  border-radius: 0.5rem;
  color: #ffffff;
}
.footer__newsletter-bio {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
}
.footer .footer__newsletter-form .legend-input {
  margin-top: 1.5rem;
}
.footer .footer__newsletter-form .form-control {
  padding-right: 5.5rem;
}
.footer .footer__newsletter-form .submit-btn {
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  width: 5.5rem;
  height: 5.5rem;
}
.footer .footer__copyright {
  position: relative;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
@media only screen and (min-width: 992px) {
  .footer .footer__copyright {
    text-align: left;
  }
}
.footer .footer__copy {
  padding: 3rem 0;
  font-size: 1.3rem;
  color: #767d8a;
}
.footer .footer__copy a {
  color: #ffffff;
}
.footer .footer__copy a:hover {
  color: var(--primary-color);
}
.footer .footer__social {
  position: relative;
  padding: 0 0 30px 0;
  cursor: auto;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .footer .footer__social {
    text-align: right;
    margin: 0;
    padding: 30px 0;
  }
}
.footer .footer__social a {
  color: #767d8a;
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 2rem;
}
.footer .footer__social a:hover {
  color: #ffffff;
}
.footer--one {
  position: relative;
  padding: 0 15px;
}
.footer--one .footer__logo {
  position: relative;
  line-height: 1;
  padding: 0 0 28px;
}
.footer--one .footer__logo img {
  max-height: 5rem;
}
.footer--one .footer__nav {
  position: relative;
  padding: 3rem 0;
  text-align: center;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .footer--one .footer__nav {
    text-align: right;
  }
}
.footer--one .footer__menu {
  position: relative;
  margin: 0;
  padding: 0;
}
.footer--one .footer__item {
  cursor: auto;
  margin-right: 2rem;
  display: inline-block;
  line-height: 1;
}
.footer--one .footer__item:last-child {
  margin-right: 0;
}
.footer--one .footer__link {
  font-size: 1.5rem;
  display: inline-block;
  color: #767d8a;
  font-weight: 500;
  font-family: var(--heading-font);
  text-transform: capitalize;
}
.footer--two {
  text-align: left;
}
.footer--two .footer__top {
  text-align: left;
}
.footer--two .footer__widget {
  margin-bottom: 5rem;
}
.footer--two .footer__widget:last-child {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .footer--two .footer__widget {
    margin-bottom: 0 !important;
  }
}
.footer--two .footer__widget-title {
  font-size: 2.4rem;
  text-transform: capitalize;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 3rem;
}
.footer--dark {
  background-color: #17191b;
  color: #767d8a;
}
.footer--dark .footer__link {
  color: #767d8a;
}
.footer--dark .footer__link:hover {
  color: #ffffff;
}
.footer--dark .footer__copy {
  color: #767d8a;
}
.footer--dark .footer__copy a {
  color: #ffffff;
}
.footer--dark .footer__copy a:hover {
  color: var(--primary-color);
}
.footer--dark .footer__social a {
  color: #767d8a;
}
.footer--dark .footer__social a:hover {
  color: #ffffff;
}

.swiper {
  /* height: 400px; */
}
.swiper-slide {
  /* height: 400px; */
  padding: 20px;
	position: relative;
}

.portfolio-box {
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
  border-radius: 5px;
}
.portfolio-box .portfolio__img {
  width: 100% !important;
  height: 100%;
  display: block;
  background-size: cover;
  object-fit: cover;
}
.portfolio-box .portfolio__title {
  font-size: 2rem;
  line-height: 30px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
}
.portfolio-box .portfolio__cat {
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.portfolio-box .portfolio__holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #23293170;
}
.portfolio-box:hover .portfolio__holder {
  opacity: 1;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -4px !important;
}
span.swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 2px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color) !important;
}
.swiper-button-next,
.swiper-button-prev {
  background: var(--header-bg) !important;
  padding: 10px;
  display: block;
  font-size: 12px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: var(--light-color) !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: var(--primary-color) !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.inner-cover {
  padding: 200px 0 150px 0;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--primary-color);
  text-align: center;
}
.inner-cover .cover-heading {
  margin: 0;
  text-transform: uppercase;
  font-style: normal;
  color: #ffffff;
  font-weight: 700;
  font-family: var(--heading-font);
}
.inner-cover .cover-heading:before {
  content: "";
  position: absolute;
  top: -20px;
  width: 50%;
  height: 2px;
  max-width: 70px;
  background-color: #ffffff;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.inner-cover .cover-subheading {
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #f6f9fc;
  font-weight: 400;
  font-family: var(--heading-font);
  font-size: 1em;
  display: inline-block;
  line-height: 1.5625em;
}
.inner-cover .breadcrumbs-path {
  background: 0 0;
  font-weight: 400;
  position: relative;
  padding: 0;
  max-width: 66%;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px auto 0;
}
.inner-cover .breadcrumbs-path a {
  font-weight: 400;
  margin-right: 10px;
  opacity: 0.5;
  color: #f6f9fc;
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-style: italic;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.inner-cover .breadcrumbs-path a:hover {
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
@media only screen and (max-width: 992px) {
  .inner-cover .breadcrumbs-path a {
    font-size: 14px;
  }
}
.inner-cover .breadcrumbs-path span {
  font-weight: 400;
  margin-right: 10px;
  color: #f6f9fc;
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-style: italic;
}
@media only screen and (max-width: 992px) {
  .inner-cover .breadcrumbs-path span {
    font-size: 14px;
  }
}
.inner-cover .breadcrumbs-path i {
  margin-right: 10px;
  opacity: 0.5;
  color: #f6f9fc;
  font-size: 0.93758em;
  line-height: 1.5em;
}
.inner-cover .breadcrumbs-path i:last-of-type {
  opacity: 1;
}
.inner-cover .meta-post {
  background: 0 0;
  font-weight: 400;
  position: relative;
  max-width: 100%;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px auto 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.inner-cover .meta-post li {
  font-weight: 400;
  color: #ffffff;
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-style: italic;
  float: none;
  margin: 0 auto;
  display: inline-block;
  padding: 0 7px;
  line-height: 2.5;
}
.inner-cover .meta-post li a {
  color: #f6f9fc;
}
.inner-cover .meta-post li a:hover {
  color: var(--primary-color);
}
.inner-cover .meta-post li i {
  margin-right: 3px;
}
.inner-cover.bg-img .cover-heading:before {
  background-color: var(--primary-color);
}

.map-horizontal {
  width: 100%;
  min-height: 400px;
}
.schudle-table {
  max-width: 800px;
  margin: 0 auto;
}
.schudle-table thead {
  background-color: var(--primary-color);
}
.table-title {
  padding: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--light-color);
}

.schudle-table.table > :not(caption) > * > * {
  padding: 2rem 1rem;
  font-weight: 500;
}
.product {
  margin-bottom: 20px;
}
.post_item_wrap {
  padding: 2.5em 2em;
  text-align: center;
}
.post_item_wrap .post_content h3 {
  font-size: 1.214em;
  line-height: 1.412em;
  font-weight: 600;
  margin-bottom: 1.471em;
}

.post_item_wrap .star-rating {
  margin: 0 auto;
  margin-bottom: 1em;
}
.post_item_wrap {
  padding: 2.5em 2em 2em;
}
.post_item_wrap .post_featured {
  margin-right: 2em;
  margin-bottom: 0.5em;
}

.post_item_wrap {
  position: relative;
  border-width: 3px;
  border-style: solid;
  border-color: #f7f8fc;
  background: #f7f8fc;
  transition: all 0.5s ease 0s;
}
.post_item_wrap:hover {
  border-color: #7fd4a7;
}

/*****************************
09 - Component - Product
*****************************/
.product.m-t-100 {
  margin-top: 57px;
}
@media (min-width: 768px) {
  .product.m-t-100 {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .product.m-t-100 {
    margin-top: 100px;
  }
}
.product-type--segment .col-12 {
  margin-bottom: 28px;
}
.product-type--segment .col-12:last-child {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .product-type--segment .col-12 {
    margin-bottom: 0;
  }
}
.product__img-box {
  overflow: hidden;
  position: relative;
}
.product__img--link .product__img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product__img--link:hover .product__img:nth-child(2) {
  opacity: 1;
}
.product__img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product__img-nav--right {
  top: 10px;
  right: 0px;
  background: #fff;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.product__img-nav--right li {
  margin-bottom: 5px;
}
.product__img-nav--right li a {
  display: inline-block;
  text-align: center;
  color: #181818;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product__img-nav--right li a:hover {
  color: #e81212;
}
.product__img-box:hover .product__img-nav--right {
  right: 10px;
  opacity: 1;
  visibility: visible;
}
.product__tag {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  padding: 1px 8px;
  color: #fff;
  font-size: 12px;
}
.product__tag--sale-red {
  background: #e81212;
}
.product__tag--sale-orange {
  background: #f17b08;
}
.product__tag--sale-golden {
  background: #b09e64;
}
.product__tag--new {
  background: #0063d1;
}
.product__tag--discount {
  background: #62ab00;
}
.product__content--catagory {
  width: 100%;
  bottom: 20px;
}
.product__content--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  left: 0;
  bottom: -5px;
  padding: 2.5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.product__content--bottom-white {
  background: #fff;
}
.product__content--bottom-gray {
  background: #f5f5f5;
}
.product__content--bottom li a {
  display: inline-block;
  text-align: center;
  color: #181818;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}
.product__content--bottom li a:hover {
  color: #e81212;
}
.product__content--bottom li a i {
  padding-right: 10px;
}
.product__price-del {
  font-size: 14px;
  color: #a4a4a4;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 5px;
}
.product__price-reg {
  font-size: 16px;
  font-weight: 600;
  color: #181818;
}
.product__link {
  display: block;
  overflow: hidden;
  color: #181818;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
.product__link:hover {
  color: #e81212;
}
.product__desc {
  font-size: 14px;
  color: #777777;
  line-height: 24px;
}
.product__review {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__review i {
  font-size: 20px;
}
.product__review li {
  margin-right: 2px;
}
.product__review li:last-child {
  margin-right: 0px;
}
.product__review--fill {
  color: #fdd835;
}
.product__review--blank {
  color: #888;
}
.product__box--catagory {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.product__box--catagory:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .product__box--catagory {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .product__box--catagory:last-child {
    margin-right: 0px;
  }
  .product__box--catagory:nth-child(3),
  .product__box--catagory:nth-child(4) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .product__box--catagory {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .product__box--catagory:last-child {
    margin-right: 0px;
  }
  .product__box--catagory:nth-child(3),
  .product__box--catagory:nth-child(4) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .product__box--catagory {
    width: calc(25% - 30px);
    margin-right: 30px;
    margin-bottom: 0;
  }
  .product__box--catagory:last-child {
    margin-right: 0px;
  }
}
.product__box--segment .product__img-box {
  width: 27%;
  margin-right: 20px;
}
.product__box--border-hover {
  border: 2px solid #888;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.product__box--border-hover:hover {
  border-color: #e81212;
}
.product__box:hover .product__content--bottom {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  font-size: 14px;
}

.nametag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nametag span {
  font-weight: 700;
  margin-right: 15px;
}
.nametag__list li {
  display: inline-block;
  margin-right: 10px;
}
.nametag__list a {
  color: #888;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nametag__list a:first-child:hover,
.nametag__list a :not(.btn-check) + .btn:hover {
  color: #e81212;
}
.product-gallery-box {
  padding: 0 20px;
}

.product-image {
  border-radius: 5px;
  overflow: hidden;
}


.qr_code{
	margin-top:10px;
}


.cover__content .cover__heading , .cover__content .cover__bio{
    animation: fadein 20s;
    -moz-animation: fadein 20s; /* Firefox */
    -webkit-animation: fadein 20s; /* Safari and Chrome */
    -o-animation: fadein 20s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:20;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:20;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:20;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 20;
    }
}

/* .cover__content .cover__heading {
  font-family: monospace;
  overflow: hidden; 
  white-space: nowrap; 
  margin: 0 auto; 
  animation: 
    typing 4.5s steps(40, end),
    blink-caret .5s step-end infinite;
}

.cover__content .cover__bio {
  font-family: monospace;
  overflow: hidden; 
  white-space: nowrap; 
  margin: 0 auto;
  animation: 
    typing 4.5s steps(40, end),
    blink-caret .5s step-end infinite;
} */

/* The typing effect */
/* @keyframes typing {
  from { width: 0 }
  to { width: 100% }
} */

/* The typewriter cursor effect */
/* @keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: gray }
} */

#tournments_section
{
	margin-top: 36px;
}
#tournments_section .swiper-slide {
  height: 200px;
}
#tournments_section .portfolio-box .portfolio__img {
	background-size: unset;
	object-fit: unset;
}
#tournments_section .portfolio-box .portfolio__holder
{
	background-color: unset;
}

.cover__content .btn
{
	margin: 20px auto 20px auto;
}
.contact-form
{
	margin: auto;
	width: 50%;
}
.overlay-dark {
  background-color: #00000033;
  z-index: 0;
}

.cover-content {
  position: relative;
}

.loggedin-user-head {
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.loggedin-header__img {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  overflow: hidden;
}
.loggedin-header__info {
  color: #fff;
  font-size: 14px;
  padding-left: 9px;
  text-transform: capitalize;
  font-weight: 500;
}
.icon-arr {
  font-size: 16px;
  line-height: 0;
  display: inline-block;
  margin-left: -5px;
}

@media (min-width: 992px) {
  .loggedin-user-head:hover > ul {
    display: block;
    visibility: visible;
    -webkit-animation: menuEffect 0.4s both;
    animation: menuEffect 0.4s both;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
}
.user-info {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.user-info-img {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  margin-bottom: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.user-info-data span {
  font-weight: 600;
  color: #5eb349;
}

.delete-btn
{
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
/* Coach personal webpage */
.coach-img-profile{
	position: relative;
	z-index: 3;
	float: left;
	margin-left: 10%;
}

.file-icon{
	max-width: 150px;
}
.certficate-logo{
	width: 100%;
	height: 230px;
}
.premium-video{
	cursor: pointer;
	position: relative;
}
.premium-video-layer{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}
.video-layer-text{
	margin: auto;
	margin-top: 30%;
}
.locked-case-study{
	height: 200px;
}

/* Questionnaire */
#questionnaireModal .modal-content{
	background-color: var(--primary-color);
	color: white;
}
#questionnaireModal .modal-body{
	/* background-image: url('../imgs/logo-512.png'); */
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.form-section{
	display: none;
	min-height: 300px;
}
.active-form-section{
	display: block;
}

.form-section{
	padding-top: 30px;

}
/* col-6 */
#questionnaireModal .modal-body .form-section .list-group-item {
  user-select: none;
	width: 60%;
	margin-left: 20%;
}

#questionnaireModal .modal-body .form-section .col-6 .list-group-item {
  width: 95%;
	margin-left: 2.5%;
}

#questionnaireModal .modal-body .form-section .list-group input[type="checkbox"] {
  display: none;
}

#questionnaireModal .modal-body .form-section .list-group input[type="checkbox"] + .list-group-item {
  cursor: pointer;
}

#questionnaireModal .modal-body .form-section .list-group input[type="checkbox"] + .list-group-item:before {
  content: "\2713";
  color: transparent;
  font-weight: bold;
  margin-right: 1em;
}

#questionnaireModal .modal-body .form-section .list-group input[type="checkbox"]:checked + .list-group-item {
  background-color: #0275D8;
  color: #FFF;
}

#questionnaireModal .modal-body .form-section .list-group input[type="checkbox"]:checked + .list-group-item:before {
  color: inherit;
}

#questionnaireModal .modal-body .form-section .list-group input[type="radio"] {
  display: none;
}

#questionnaireModal .modal-body .form-section .list-group input[type="radio"] + .list-group-item {
  cursor: pointer;
}

#questionnaireModal .modal-body .form-section .list-group input[type="radio"] + .list-group-item:before {
  content: "\2022";
  color: transparent;
  font-weight: bold;
  margin-right: 1em;
}

#questionnaireModal .modal-body .form-section .list-group input[type="radio"]:checked + .list-group-item {
  background-color: #0275D8;
  color: #FFF;
}

#questionnaireModal .modal-body .form-section .list-group input[type="radio"]:checked + .list-group-item:before {
  color: inherit;
}

.video-thumb{
	width: 250px;
	height: 200px
}
.qr-code{
	max-width: 50%;
}
.coach-title::before{
	content: none !important;
}
.inner-cover-coach{
	padding: 90px 0 35px 0 !important;
}
.left-links-bar .nav{
	background-color: var(--primary-color);
}
	.left-links-bar{
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.left-links-bar .nav{
	margin: 0 !important;
}
.nav-pills .nav-link{
	border-radius: 0;
	background-color: var(--primary-color);
	color: white;
}
.nav-pills .active{
	background-color: #17191b !important;
}
.logo-header{
	min-height: 40px;
}
.booking-btn-table{
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;	
	background-color: var(--primary-color);
}
.info-btn-table{
	background-color: cadetblue;
}
.form-control-edit{
	padding: 0.5rem 1.5rem;
	border-color: var(--primary-color);
}
.btn-edit:hover{
	color: white;
}
.btn-edit{
	--bs-btn-padding-x: 0.75rem;
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-font-family: ;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-btn-color: #212529;
	--bs-btn-bg: transparent;
	--bs-btn-border-width: 1px;
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: 0.375rem;
	--bs-btn-hover-border-color: transparent;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg);
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-edit-primary{
		--bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
.btn-edit-success{
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}

.btn-edit-info{
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11,172,204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-edit-warning{
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}
.btn-edit-danger{
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}
.btn-lg{
	    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.item-title{
	margin-bottom: 5px !important;
}
.item-price{
	margin-bottom: 0;
}
.item-left{
	padding-top: 5px;
}
.label-discount{
	text-decoration: underline;
	font-size: 1rem;
}
.whatsapp-chat{
	position: fixed !important;
	bottom: 0 !important;
	right: 0 !important;
	z-index: 500;
}
.whatsapp-chat img{
	width: 60%;
	height: 40%;
}
.tutorial-hover{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	z-index: 1000;
}
.swiper-slide a{
	display: inline-block;
	width: 100%;
}
.signup-section{
	background-color: var(--primary-color);
	margin-top: 80px !important;
	margin-bottom: 80px !important;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
.signup-section h1{
	font-size: 4.5em !important;
}
.signup-section .para-1{
	font-size: 2.5em !important;
	line-height: 1;
}
.signup-section .para-2{
	line-height: 1;
	font-size: 2em !important;
}
.signup-form-home{
	width: 75% !important;
	
}
.signup-form-home .form-control{
	border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.free-trail-row{
	background-color: var(--primary-color);
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.bg-main{
	background-color: var(--primary-color) !important;
}
.q-layer{
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.q-layer h4{
	background-color: rgba(76, 157, 52, 0.5);
}
.q1-layer, .q9-layer{
	background-image: url('../imgs/layer-1.png');
	background-size: 101%;
}
.q2-layer, .q11-layer{
	background-image: url('../imgs/layer-2.png');
}
.q3-layer, .q10-layer{
	background-image: url('../imgs/layer-3.png');
}
.q4-layer, .q8-layer{
	background-image: url('../imgs/layer-4.png');
}
.q5-layer{
	background-image: url('../imgs/layer-5.png');
	background-size: 80% 100%;
}
.q6-layer{
	background-image: url('../imgs/layer-6.png');
}
.q7-layer{
	background-image: url('../imgs/layer-7.png');
}
