:root {
  --theme-var-page_width: 1290px;
  --theme-font-p_font-size: 1rem;
  --light-color: #ffffff;
  --heading-text: #090a0b;
  --header-bg: #090a0b;
  --primary-color: #1ca25b;
  --heading-font: "Oswald", sans-serif;
  --body-font: "Roboto", sans-serif;
  --background-color: #ffffff;
  --gray-color: #f7f7f7; /* default light background color */
  --text-color: #090a0b;
  --header-shdw: 0.00px 0.00px 50px 0px rgba(136,199,96,1);
}
.dark-mode {
  --background-color: #090a0b; /* dark background color */
  --text-color: #ffffff;
  --gray-color: #202a41; /* light text 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);
}

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

p[style*="font-size"],
.has-small-font-size,
.has-normal-font-size,
.has-medium-font-size {
  line-height: 1.647em;
}

.text-left {
  text-align: left !important;
}
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: var(--background-color);
  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: var(--light-color);
  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;
  box-shadow: var(--header-shdw,0 0 5px rgba(0,0,0,.5));
  /*border-image: linear-gradient(#88c760, transparent) 30;*/
  /*border-width: 4px;*/
  /*border-style: solid;*/

  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: var(--light-color);
  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: var(--light-color);
  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 {
    
    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;
  }
}

.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  padding-top: 10rem;
}
.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: var(--gray-color);
  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: #232931;
}
.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);
}

/* ------------------------------------- */
/* *. Heading .......................... */
/* ------------------------------------- */
.heading {
  position: relative;
}
.heading__title {
  font-size: 4.4rem;
  line-height: 1.35;
  color: #232931;
  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-color: var(--primary-color);
  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: 5rem;
}
.heading--three .heading__subtitle:before {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 4rem;
  left: 0;
  right: 0;
  top: -6rem;
  margin: 0 auto;
  background-color: var(--primary-color);
}
.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: 40rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  margin-right: 0;
  margin-left: auto;
}
.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;
  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;
  }
}
.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: var(--background-color);
  z-index: 3;
  position: absolute;
  left: 1rem;
  top: -13px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #232931;
}
.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: #fff;
  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: #1b1a1a;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
.pricing__time {
  color: #9b9b9b;
  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 #e9e9e9;
  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: #ffffff;
}
.pricing--featured .pricing__title {
  color: #ffffff;
}
.pricing--featured .pricing__price {
  color: var(--gray-color);
}
.pricing--featured .pricing__time {
  color: var(--gray-color);
}
.pricing--featured .pricing__icon {
  color: #ffffff;
}
.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: #ffffff;
}

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

.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: #232931;
  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: "Barlow", sans-serif;
  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;
}

.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: var(--light-color);
  -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: "Oswald", sans-serif;
}
.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: "Open Sans", sans-serif;
  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;
}
