/*----- 1. Reset.css -----*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --- Common Styles ---*/

body {
  ffont-family: "Libre Baskerville", serif;
  letter-spacing: 2px;
  line-height: 10px;
  background-color: #e0d5b7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  line-height: 30px;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 14px;
}

p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.8px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.container-fluid {
  padding-right: 85px;
  padding-left: 85px;
}
.title-anchors {
  width: 60px;
  margin: 20px auto 0;
}
.text-anchors {
  width: 60px;
  margin: 40px auto 0;
}
img {
  width: 100%;
}
p.gold {
  color: #a18e4f;
}
p.silver {
  color: #a5a8a9;
}
.divider-section {
  line-height: 0;
}

/*----- Helper Classes -----*/

html * {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nopadding {
  padding: 0;
}

.nomargin {
  margin: 0 !important;
}

.custom-padding {
  padding-left: 10px;
  padding-right: 10px;
}

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

#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  opacity: 1;
  background-color: #f2f2f2;
  z-index: 9999;
  text-align: center;
}

#loading-image {
  display: inline;
  top: 40%;
  position: relative;
  z-index: 9999;
}

.error-message {
  color: #ff3333;
  margin-top: 5px;
}

.success-message {
  color: #33cc33;
  margin-top: 5px;
}

/*------ 2. Navbar Styling ------*/

.navbar {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: transparent !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.navbar .navbar-brand {
  width: 180px;
}

.navbar-brand img {
  width: 100%;
}

.navbar .navbar-toggler {
  border: none;
}

.navbar span.navbar-toggler-icon::before {
  outline: none;
}

.navbar .navbar-toggler:focus {
  outline: none;
}

.navbar-toggler-icon-list {
  display: inline-block;
  font-size: 28px;
  color: #948148;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-nav {
  text-align: center;
  margin-top: 15px;
  -webkit-transition: 0.5s all ease; /* For Safari 3.1 to 6.0 */
  transition: 0.5s all ease;
}

.navbar-nav .nav-item {
  margin-right: 0;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.nav-white .nav-item .nav-link {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #ffffff;
}

.nav-white .nav-item .nav-link:hover {
  color: #bfbfbf;
}

.dropdown-menu {
  padding: 0.9rem 0;
  margin: 0.425rem 0 0;
  font-size: 0.8rem;
  background-color: #4c2826;
  border: none;
  border-radius: 0;
}

.dropdown-item {
  color: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #a18e4f;
  background-color: #2d1817;
}

.dropdown-item:active {
  color: #a18e4f;
  background-color: #2d1817;
}

.navbar.past-main {
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #1e1210 !important;
  -webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.3);
}

.navbar.effect-main {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-white.effect-main {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*----------------------------------------------------------
--------------- 3. Hero Home Styling Starts -------------------
----------------------------------------------------------*/

.hero-home {
  padding: 120px 0 150px 0;
  background: url(../images/hero_bg_dawa_cbd_global.jpg) no-repeat center center;
  background-size: cover;
}

.hero-home .intro-block {
  padding: 50px 0;
  max-width: 800px;
  margin: 0 auto;
}
.hero-logo {
  width: 340px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.hero-logo img {
  width: 100%;
}
.hero-home h2 {
  color: #a18e4f;
  font-size: 18px;
  margin-top: 9px;
  margin-bottom: 55px;
}
.hero-home h1 {
  color: #a18e4f;
  line-height: 35px;
  letter-spacing: 5px;
}
.centered {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.hero-split {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.hero-split .hero-left {
  flex: 1 0 50%;
  background: #f3f3f3;
  order: 2;
}

.hero-split .hero-left {
  padding: 150px 25px 50px 25px;
  text-align: center;
}

.hero-split .hero-right {
  flex: 1 0 50%;
  background: url(../images/debut.png) no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  order: 1;
}

.btn-action {
  padding: 10px 24px;
  background: #6c63ff;
  border: 2px solid;
  border-color: #6c63ff;
  border-radius: 100px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 25px 10px 0 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.btn-action:hover {
  color: #ffffff;
  border-color: #6c63ff;
  background: #6c63ff;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
}

.btn-action:focus {
  color: #ffffff;
}

/*---------------------------------------------------------------
------------- 4. About Section ----------------
---------------------------------------------------------------*/

.about {
  padding: 100px 0 100px 0;
}
.about h1 {
  color: #916c44;
}

/*---------------------------------------------------------------
------------------ 5. Features Styling Starts Here -----------------
---------------------------------------------------------------*/

.about .row,
.app-feature .row,
.flex-split .row,
.hero .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.align-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

/*---------------------------------------------------------------
------------- Boxed about Styling Starts Here ----------------
---------------------------------------------------------------*/

.boxed-about {
}

.feature-single {
  padding: 6em 0;
}

.feature-single .f-icon {
  margin-bottom: 0.5em;
}

.feature-single .feature-text h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1em;
}

.feature-single .feature-text p {
  font-size: 17px;
  color: #767676;
  font-weight: 300;
  line-height: 1.4;
  max-width: 80%;
  margin: 0 auto;
}

.boxed-blue {
  background: #387ed1;
  color: #ffffff !important;
}

.boxed-blue p {
  color: #ffffff !important;
  opacity: 0.9;
}

/*------------------------------------------------------
----------------- Product Tour Styling -----------------
------------------------------------------------------*/
.product-tour {
  padding: 100px 0 100px 0;
  overflow: hidden;
}

.product-tour .tour-intro {
  padding: 10px;
}

.product-tour .tour-intro h1 {
  font-size: 28px;
  font-weight: 500;
  color: #364655;
  line-height: 1.2;
  margin-bottom: 15px;
}

.product-tour .tour-intro p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #898989;
}

.product-tour .tour-img {
  transform: translateX(0);
}

.tour-list {
  padding-top: 0;
  overflow: hidden;
}

.tour-list ul {
  list-style-type: none;
  overflow: hidden;
}

.tour-list ul li {
  margin-bottom: 30px;
  overflow: hidden;
}

.product-tour .tour-icon {
  float: left;
  width: 20%;
}

.product-tour .tour-text {
  float: right;
  width: 80%;
}

.product-tour .tour-text h3 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}

.product-tour .tour-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #444444;
}

/*--------------- App Feature Styling --------------------*/

.app-feature {
  padding: 100px 0 100px 0;
  background: #f2f2f2;
}

.app-feature-content h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}

.app-feature-content p {
  font-size: 16px;
  font-weight: 400;
  color: #7c7e80;
  line-height: 1.4;
  margin-bottom: 20px;
}

/* ----- Flex about Section Styling Starts ----- */

.flex-split .f-right img {
  margin-top: 0;
}
.flex-split .f-left {
  padding: 0;
}
.flex-split .btn-action {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #8696fb;
  background-color: #fff;
  border-color: #fff;
}

/*-----------------------------------------------------
------------ 6. Video Feature styling starts -------------
-----------------------------------------------------*/

.container-fluid.full-width {
  padding-right: 0;
  padding-left: 0;
}
.row.full-width {
  margin-right: 0;
  margin-left: 0;
}
.hookah_sample {
  background-image: url("../images/hookah_sample.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.preroll_sample {
  background-image: url("../images/prerolled_cig_sample.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.vid-contentWrap {
  padding: 225px 0;
  color: #cbbd8c;
  text-align: center;
}
.vid-contentLeft {
  display: inline-block;
  text-align: left;
}
.vid-contentWrap p {
  margin: 0;
}
.vid-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  width: 3.42857143em;
  height: 3.42857143em;
  border-radius: 50%;
  z-index: 4;
  display: inline-block;
  border: 2px solid #ffffff;
  cursor: pointer;
  background: #ffffff;
}

.vid-icon:before {
  border-color: transparent transparent transparent #252525;
  margin-top: -3px;
}

.vid-icon:before {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -4px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #ffffff;
  border-color: transparent transparent transparent #808080;
}

.vid-cover iframe {
  width: 100%;
  min-height: 320px;
}

/*--------------------------------------------------
------------ Video Feature styling Ends -------------
---------------------------------------------------*/

/*.section-r {
	padding: 100px 0 50px 0;
	background: #eef2f5;
}

.review-pitch {
	padding: 50px 10px 30px 10px;
}

.review-pitch h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 20px;
}

.review-pitch p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
}

*/

/* ----- 7. Counter Section Styling Starts -----*/
/*
.counter-section {
 width: 100%;
 margin-bottom: 30px;
}

.counter-icon {
  padding: 10px;
}

.counter-text {
	margin-top: 10px;
  margin-bottom: 20px;
}

.counter-section h3  {
	font-size: 21px;
	font-weight: 500;
}

.counter-text h4 {
  font-size: 14px;
  font-weight: 500;
  padding: 0.5em;
  color: #111111;
}
*/
/* -------- Counter Section Styling Ends --------- */

/*-------------- 8. Review Section Styling ------------*/

/*.review-section {
	padding: 0 0 0 0;
	box-shadow: 0px 5px 50px 0px rgba(0,0,0,.1);
	margin-bottom: 50px;
	border-radius: 10px;
}

.review-section .review-text {
	max-width: 75%;
	margin: 0 auto;
}

.review-section .review-text p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.5px;
	color: #627382;
	margin-bottom: 10px;
}

.review-section .review-text h3 {
	font-size: 18px;
	font-weight: 500;
	color: #364655;
	margin-bottom: 10px;
	margin-top: 20px;
}

.review-section .review-text h4 {
	font-size: 14px;
	font-weight: 400;
	color: #364655;
}

.review-single {
	text-align: center;
	padding: 75px 0 75px 0;
}

.review-single img {
	width: 80px !important;
	margin: 0 auto;
	margin-bottom: 20px;
}

.review-text .ion {
	display: inline-block;
	margin-top: 20px;
  font-size: 14px;
  color: #ff8000;
}

.owl-theme .owl-dots {
    display: none !important;
}*/

/*----------------------------------------------------------
------------------ 9. CTA ------------------
----------------------------------------------------------*/

.cta {
  background-image: url("../images/religious_cta_banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cta-wrap {
  padding: 150px 0;
}
.cta-wrap h1 {
  color: #cbbd8c;
  margin-bottom: 40px;
}
.cta-btns a {
  background-color: #cbbd8c;
  color: #1e1210;
  border-radius: 100px;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  padding: 14px 24px;
  margin: 0 5px;
}
.cta-btns a:hover {
  background-color: #1e1210;
  border-color: none;
}
/*
.cta-big {
	background: url(../images/bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 150px 0 150px 0;
}


.cta-big-inner h1 {
	font-weight: 500;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 1.2;
}


.cta-big h4 {
	font-size: 12px;
	font-weight: 500;
	color: #FFF;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 2px;
	margin-bottom: 20px;
}


.cta-big-inner p {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.4;
	margin: 20px 0 0 0;
}
*/

/*--------------------------------------------------
------------ 10. Pricing sm styling starts -------------
---------------------------------------------------*/

.pricing-sm {
  padding: 100px 0 100px 0;
}

.pricing-sm h1 {
  font-size: 34px;
  font-weight: 500;
  color: #364655;
  letter-spacing: -1px;
  margin-bottom: 50px;
}

.pricing-sm .plan {
  padding: 20px 0 20px 0;
}

.pricing-sm .plan h4 {
  font-size: 24px;
  font-weight: 500;
  color: #627382;
}

.pricing-sm .pricing-icon {
  padding: 30px 0 0 0;
}

.pricing-sm .price {
  font-size: 42px;
  margin: 30px 0 0 0;
  color: rgb(56, 126, 209);
}

.pricing-sm small {
  display: inline-block;
  font-size: 16px;
  margin: 10px 0 30px 0;
  color: rgb(56, 126, 209);
}

.pricing-sm .pricing-list {
  list-style-type: none;
}

.pricing-sm .pricing-list li {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #627382;
}

.pricing-sm .btn-action {
  background: rgb(56, 126, 209);
  border-color: rgb(56, 126, 209);
}

/* ----- Pricing Tables Styling Starts ----- */

.pricing-section {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #ffffff;
}

.pricing-intro {
  padding-bottom: 30px;
}

.pricing-intro h1 {
  font-size: 28px;
  color: #364655;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}

.pricing-intro p {
  font-size: 14px;
  color: #364655;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.pricing-details {
  padding: 50px 0 0 0;
}

.pricing-section .table-left,
.pricing-section .table-right {
  padding: 20px 20px 50px 20px;
  margin: 0 auto;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.1);
  border: transparent;
  max-width: 400px;
}

.table-left .icon,
.table-right .icon {
  padding: 50px 50px 40px 50px;
}

.table-left .icon img,
.table-right .icon img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.table-left .pricing-details span,
.table-right .pricing-details span {
  display: inline-block;
  font-size: 34px;
  font-weight: 400;
  color: #808080;
  margin-bottom: 20px;
}

.table-left .pricing-details h2,
.table-right .pricing-details h2 {
  font-size: 21px;
  font-weight: 500;
  color: #505050;
  margin-bottom: 30px;
}

.table-left .pricing-details p,
.table-right .pricing-details p {
  font-size: 14px;
  font-weight: 300;
  color: #505050;
  letter-spacing: 1px;
  line-height: 1.4;
}

.table-left .pricing-details ul,
.table-right .pricing-details ul {
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 0;
}

.table-left .pricing-details li,
.table-right .pricing-details li {
  font-size: 14px;
  font-weight: 400;
  color: #505050;
  line-height: 1.4;
  margin-bottom: 10px;
}

.pricing-section .table-left:hover,
.pricing-section .table-right:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pricing-section .table-left,
.pricing-section .table-right {
  margin-top: 20px;
}

.pricing-section .table-center {
  margin-top: 0;
}

.pricing-section .btn-action {
  background-color: #0facf3;
  border-color: #0facf3;
}

.btn-green {
  background-color: #46da60 !important;
  border-color: #46da60 !important;
}

.text-green {
  color: #46da60 !important;
}

/* ----- f-box Section Styling Starts Here -----*/

.f-box {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #eef2f5;
  background-size: cover;
  background-attachment: fixed;
}

.f-box-single {
  background: #ffffff;
  padding: 2em 1em 2em 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.f-box-image {
  padding: 1em;
}

.f-box-image img {
  width: 60px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.f-box-single:hover {
  background: #fff;
}

.f-box-content h3 {
  font-size: 18px;
  letter-spacing: 0;
  color: #364655;
  font-weight: 500;
}

.f-box-content p {
  font-size: 14px;
  color: #616771;
  line-height: 1.8;
  padding: 1.2em;
}

/* -----  Section Styling Ends Here -----*/

/*-------------------------------------------------------
-------------- 11. Subscription Form Styling ----------------
-------------------------------------------------------*/

.sub-form {
  position: relative;
}

.formee {
  position: relative;
}

.formee .mail {
  position: relative;
  background-color: #f9f9f9;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: all 0.3s;
}

.formee input {
  color: #222222;

  padding: 0;
  font-size: 14px;
  height: 45px;
  border: 0;
  border-radius: 10px 0 0 10px;
  background-color: #f3f3f3;
  outline: none;
  padding: 0 100px 0 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.formee input:focus {
  outline: none;
}

.formee .right {
  height: 45px;
  border: 0;
  border-radius: 0 10px 10px 0;
  margin: 0;
  padding: 0 25px 0 25px;
  background-color: #387ed1;
  background-image: linear-gradient(90deg, #42b0ff, #4262ff);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}

.formee .right:focus {
  outline: none;
}

#email-error {
  position: absolute;
  left: 30%;
  right: 0;
  top: 250%;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ff3333;
}

#response {
  color: #333333;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.4;
}

.form-note p {
  font-size: 12px;
}

/* ----- Client Sectiion Styling ----- */

/*.client-section {
	background-color: #eef2f5;
	padding: 25px 25px;
	border: 1px solid #eef2f5;
}*/

.clients .single img {
  width: 80px;
  opacity: 0.5;
}

/*-------------------------------------------------------
----------- Call to Action Styling Starts ---------------
-------------------------------------------------------*/

.ct-action {
  background: #ffffff;
  width: 100%;
  padding: 150px 0 150px 0;
}

.ct-action-inner h1 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4;
  color: #252525;
  margin-bottom: 20px;
}

.ct-action-inner p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  color: #222222;
  margin-bottom: 20px;
}

.ct-action .subform {
  margin-top: 30px;
}

/*--------------------------------------------------------------
-------------------- 12. FAQ Styling Starts ---------------
--------------------------------------------------------------*/

.faq {
  padding: 100px 0 100px 0;
  background: #ffffff;
}

.faq .faq-intro {
  padding-bottom: 50px;
}

.faq .faq-intro h1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}

.faq .faq-intro p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.faq h2 {
  font-size: 15px;
  font-weight: 500;
  color: #364655;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.5px;
  color: #627382;
  margin-top: 30px;
  padding-bottom: 40px;
}

.accordion-box {
  padding: 20px 20px 50px 20px;
}

/*---------------------------------------------------
----------- 13. Contact Section Styling Starts -------------
---------------------------------------------------*/

.modal-header {
  border-top: 10px solid #916c44;
  border-bottom: none;
  border-radius: 0;
}
/*.modal-body {
    border-top: 10px solid #916c44;
}*/
.modal-content {
  background-color: #cbbd8c;
  color: #1e1210;
  border-radius: 0;
}
.contact {
  padding: 0;
}

.contact .inner h1 {
  font-size: 20px;
  color: #252525;
  line-height: 1.2;
  margin-bottom: 20px;
}

.contact .inner p {
  font-size: 16px;
  font-weight: 300;
  color: #848484;
  line-height: 1.4;
}

.contact .address {
  padding: 10px 0 100px 0;
}

.contact .address h1 {
  font-size: 24px;
  color: #454545;
  margin-bottom: 30px;
}

.contact .address p {
  font-size: 21px;
  color: #454545;
  line-height: 1.8;
}

.contact .address p:nth-child(3) {
  margin-top: 30px;
}

.contact .address p:nth-child(5) {
  margin-top: 30px;
}

/* ------------ Contact Form Styling --------*/

.contact-intro h1 {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.2;
}

.contact-intro p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
}

.contact-form {
  padding-top: 50px;
}

label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #252525;
  text-align: left;
}

.contact-form .form-control {
  border: none;
  border-bottom: 2px solid #1e1210;
  border-radius: 1px;
  margin-top: 10px;
  background: #bbb384;
  margin-bottom: 40px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.form-control:focus {
  outline: none;
  border-color: #2e7eed;
  background: #f4f4f4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #754747;
  border-color: #754747;
  outline: none;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: none;
}
.contact-form input[type="text"],
textarea,
textarea.form-control {
  height: auto;
  background: #bbb384;
}
.form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #999999;
}
.form-control:-moz-placeholder {
  font-size: 13px;
  color: #999999;
}
.form-control::-moz-placeholder {
  font-size: 13px;
  color: #999999;
}
.form-control:-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.text-muted {
  font-size: 13px;
  color: #222222;
}

.text-muted strong {
  color: #ff3333;
}
.btn-send {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding: 8px 16px;
  border-radius: 100px;
  color: #cbbd8c;
  border: 0;
  cursor: pointer;
  background: #1e1210;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.btn-send:hover,
.btn-send:focus,
.btn-send:active {
  color: #ffffff;
  background: #653d37;
  border: 0;
  outline: none !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.help-block {
  font-size: 12px;
  color: #ff3333;
}
.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}

/*-----------------------------------------------------------
------------ Products Section ---------------
-----------------------------------------------------------*/
.hash-row,
.keef-row {
  margin: 150px 0;
}
.justify-center {
  justify-content: center !important;
  display: flex;
}
.dawa-products h1 {
  color: #916c44;
  line-height: 1.2;
}
.dawa-products {
  background: #291512;
  padding: 130px 0 20px;
  background-image: url("../images/dawa_bg_pattern.jpg");
  background-position: center top;
  background-repeat: repeat;
  background-size: 50%;
}
.product-content {
  background-color: #1e1210;
  padding: 50px;
  position: relative;
  z-index: 9;
}
.product-content h5 {
  color: #a18e4f;
  text-transform: none;
  line-height: 20px;
}
.product-content h2 {
  color: #a18e4f;
}
.product-content p {
  color: #716848;
}
.shop_btn {
  background-color: #a18e4f;
  color: #1e1210;
  padding: 16px 20px;
  font-size: 14px;
  /* border: 1px solid #7b7b7b; */
  outline: none;
  border-radius: 3px;
  min-width: 118px;
  transition: all 0.5s;
  cursor: pointer;
}
.shop_btn:hover {
  opacity: 0.7;
}
.buy-btn {
  margin-top: 55px;
}
.shop_btnFilled {
  background-color: #a18e4f;
  color: #1e1210;
  padding: 16px;
  font-size: 14px;
  border: 1px solid #a18e4f;
  outline: none;
  border-radius: 0 100px 100px 0;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #3a1f1e;
  min-width: 209px;
  z-index: 1;
}
.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #2d1817;
  color: #a18e4f;
}
.shop_dropdown:hover .dropdown-content {
  display: block;
}
.shop_btn:hover,
.shop_dropdown:hover .shop_btn {
  background-color: #a18e4f;
  color: #1e1210;
  text-decoration: none;
}
.product_highlight {
  width: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 50px;
}
.product_highlight div {
  line-height: 0;
  text-align: center;
  color: #1e1210;
  font-size: 12px;
  background: #a18e4f;
  padding: 25px 0;
  justify-content: center;
  align-items: center;
}
.product_highlight i {
  font-size: 19px;
  margin-right: 8px;
  vertical-align: middle;
}
.product-content-keef {
  background-color: #1e1210;
  padding: 50px;
  position: relative;
  z-index: 9;
}
.product-content-keef h5 {
  color: #7b7b7b;
  text-transform: none;
  line-height: 20px;
}
.product-content-keef h2 {
  color: #7b7b7b;
}
.product-content-keef p {
  color: #7b7b7b;
}
.shop_btn-keef {
  background-color: #7b7b7b;
  color: #1e1210;
  padding: 16px 20px;
  font-size: 14px;
  /* border: 1px solid #7b7b7b; */
  outline: none;
  border-radius: 3px;
  min-width: 118px;
  transition: all 0.5s;
  cursor: pointer;
}
.shop_btn-keef:hover {
  opacity: 0.7;
}
.buy-btn-keef {
  margin-top: 55px;
}
.shop_btnFilled-keef {
  background-color: #7b7b7b;
  color: #1e1210;
  padding: 16px;
  font-size: 14px;
  border: 1px solid #7b7b7b;
  outline: none;
  border-radius: 0 100px 100px 0;
}
.dropdown-content-keef {
  display: none;
  position: absolute;
  background-color: #3a1f1e;
  min-width: 209px;
  z-index: 1;
}
.dropdown-content-keef a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content-keef a:hover {
  background-color: #2d1817;
  color: #7b7b7b;
}
.shop_dropdown-keef:hover .dropdown-content-keef {
  display: block;
}
.shop_btn-keef:hover,
.shop_dropdown-keef:hover .shop_btn-keef {
  background-color: #7b7b7b;
  color: #1e1210;
  text-decoration: none;
}
.product_highlight-keef {
  width: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 50px;
}
.product_highlight-keef div {
  line-height: 0;
  text-align: center;
  color: #1e1210;
  font-size: 12px;
  background: #7b7b7b;
  padding: 25px 0;
  justify-content: center;
  align-items: center;
}
.product_highlight-keef i {
  font-size: 19px;
  margin-right: 8px;
  vertical-align: middle;
}

/*--------------------------------------------------------------
-------------------- Footer Small Styling Starts ---------------
--------------------------------------------------------------*/

.footer {
  padding: 50px 0 25px;
  background: #291512;
  text-align: center;
}
.footer-imgWrap {
  width: 200px;
  margin: 0 auto;
}
.footer h3 {
  font-size: 12px;
  color: #a18e4f;
}
.footer h2 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer p {
  font-size: 10px;
  color: #6d4134;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 0;
}
.footer .footer-nav {
  list-style-type: none;
  padding: 5px 0 5px 0;
}

.footer .footer-nav li {
  display: inline-block;
  margin-left: 10px;
  padding-top: 6px;
}

.footer .footer-nav li a {
  font-size: 11px;
  color: #a18e4f;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.footer .footer-nav li a:hover {
  color: #fff;
}

.footer .social {
  list-style-type: none;
}

.footer .social li {
  display: inline;
}

.footer .f-mail {
  margin: 5px 5px 0 0;
  font-size: 13px;
  letter-spacing: 0;
  color: #364655;
  color: #d8d8d8;
  line-height: 1.6;
}
.cbdg_logo {
  width: 100px;
  position: fixed;
  left: 28px;
  bottom: 18px;
  z-index: 99;
}
.cbdg_logo p {
  color: #a18e4f;
  text-transform: uppercase;
  font-size: 9px;
  margin-bottom: 3px;
}
.cbdg_logo a:hover {
  text-decoration: none;
}

/* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/

.back-to-top {
  background: rgb(203, 189, 140);
  margin: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  z-index: 90;
  display: none;
  text-decoration: none;
  color: #0e1729;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.back-to-top i {
  position: relative;
  left: 12px;
  top: 4px;
  font-size: 32px;
  color: #ffffff;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.back-to-top:hover {
  background: rgb(117, 106, 65);
  color: #ffffff;
}
.back-to-top:hover i {
  top: 6px;
}
.back-to-top:focus {
  color: #ffffff;
}

/*-----------------------------------------------------------------
------------------ 13. All Media Queries Start Here -------------------
-----------------------------------------------------------------*/
/*
@media only screen and (max-width: 1160px) and (min-width: 992) {
	.product_highlight div {
	    line-height: 1;
	}
}*/
@media only screen and (min-width: 1025px) {
  .formee-alt input {
    padding: 0 25px 0 25px;
  }

  .formee-alt .right {
    padding: 0 25px 0 25px;
  }

  #email-error {
    left: 38%;
  }
}

@media only screen and (min-width: 1024px) {
  .home-2 img {
    margin-top: 0;
  }

  .home-2 .hero-content {
    text-align: left;
  }

  .home-4 {
    padding: 100px 0 100px 0;
  }

  .hero-split {
    -webkit-flex-direction: row;
    flex-direction: row;
  }

  .hero-split .hero-left {
    order: 1;
  }

  .hero-split .hero-right {
    margin: 0;
    order: 2;
  }

  .home-4 .app-content-block h1 {
    font-size: 34px;
  }

  .product-tour .tour-intro h1 {
    font-size: 28px;
  }

  .product-tour .tour-img {
    transform: translateX(120px);
    max-width: 100%;
  }

  .home-3 .hero-inner img {
    transform: translateX(120px);
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
  }

  .home-3 .intro-block {
    padding: 0 0 0 0;
  }

  .home-3 h4 {
    font-size: 14px;
  }

  .home-3 h1 {
    font-size: 34px;
  }

  .hero-split .hero-left {
    padding: 200px 80px 150px 80px;
    text-align: left;
  }

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

  .formee input {
    padding: 0 100px 0 50px;
  }

  .formee .right {
    padding: 0 25px 0 25px;
  }

  .formee-alt input {
    padding: 0 20px 0 20px;
  }

  .formee-alt .right {
    padding: 0 15px 0 15px;
  }
}

@media only screen and (max-width: 992px) {
  .navbar-nav .nav-item {
    margin-right: 0;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

@media only screen and (min-width: 801px) and (max-width: 991px) {
  .f-box-single {
    padding: 1em;
  }
}

@media only screen and (max-width: 768px) {
  .navbar {
    background: #1e1210de !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-logo {
    width: 250px;
  }
  .hero-home h2 {
    font-size: 14px;
  }
  .hero-home h1 {
    letter-spacing: 5px;
    line-height: 26px;
    font-size: 16px;
  }
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
  .about {
    text-align: center;
  }
  .text-anchors {
    margin: 40px auto 60px;
  }
  .hash-row,
  .keef-row {
    margin: 0;
  }
  .about,
  .dawa-products {
    padding: 90px 0;
  }
  .product-content {
    padding: 35px 15px 50px;
    text-align: center;
  }
  .products-intro {
    margin-bottom: 0;
  }
  .buy-btn {
    justify-content: center;
  }
  .hash-row {
    margin: 0px 0;
  }
  .product-image-hash {
    margin-top: 0;
  }
  .product-image {
    margin-top: 60px;
  }
  .product-content-keef {
    text-align: center;
  }
  .cta-wrap {
    padding: 100px 0;
  }
  .f-box-single {
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 767px) {
  .navbar-nav {
    margin-top: 0;
  }

  .navbar-nav .nav-item {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
  }

  .dropdown .dropdown-menu {
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
  }

  .hero-split .hero-left {
    padding: 200px 20px 150px 20px;
  }

  .about {
    padding: 130px 0 130px 0;
  }

  .about .col-sm-5,
  .app-feature .col-sm-5,
  .flex-split .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .about .col-sm-7,
  .app-feature .col-sm-7,
  .flex-split .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .product-tour .tour-intro {
    padding: 0;
  }

  .product-tour .tour-img {
    transform: translateX(120px);
  }

  .product-tour .tour-img {
    transform: translateX(0);
    max-width: 100%;
  }

  .clients .single img {
    width: 120px;
    opacity: 0.5;
  }

  .counter-up {
    margin-bottom: 1em;
  }

  .counter-text {
    margin-bottom: 0;
  }

  .counter-section h3 {
    font-size: 24px;
  }

  .counter-text h4 {
    font-size: 15px;
  }

  .review-section ul {
    padding: 50px 50px 25px 50px;
    margin-top: 30px;
  }

  .review-section .review-img {
    float: left;
    width: 18%;
  }

  .cta-big-inner h1 {
    font-size: 42px;
  }

  .formee input {
    padding: 0 50px 0 50px;
  }

  .formee .right {
    padding: 0 15px 0 15px;
  }
}

@media only screen and (max-width: 766px) {
  .product-tour .tour-img {
    transform: translateX(0);
    max-width: 100%;
  }

  #email-error {
    left: 25%;
  }
}

@media screen and (min-width: 400px) and (max-width: 600px) {
  .formee input {
    padding: 0 30px 0 20px;
    border-radius: 5px 0 0 5px;
  }

  .formee .right {
    padding: 0 5px 0 5px;
    border-radius: 0 5px 5px 0;
  }

  #email-error {
    left: 15%;
  }
}

@media only screen and (max-width: 580px) {
  p {
    font-size: 12px;
  }
  .hero-home {
    padding: 100px 0 20px 0;
  }
  .hero-home .intro-block {
    padding: 50px 0 120px;
  }
  .hero-logo {
    width: 200px;
    margin-bottom: 5px;
  }
  .hero-home h2 {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 28px;
  }
  .hero-home h1 {
    letter-spacing: 3px;
    line-height: 20px;
    font-size: 12px;
  }
  .vid-contentWrap {
    padding: 135px 0;
  }
  .product-content-keef {
    padding: 50px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .bottom-highlight {
    margin-top: 25px;
  }
}
@media screen and (max-width: 399px) {
  .formee input {
    text-align: center;
    padding: 0;
    border-radius: 5px 0 0 5px;
  }
  .formee .right {
    padding: 0 5px 0 10px;
    border-radius: 0 5px 5px 0;
    margin-top: 15px;
    font-size: 14px;
  }
  #email-error {
    left: 10%;
  }
}

@media screen and (max-width: 320px) {
  .subform {
    text-align: center;
  }

  .formee input {
    text-align: center;
    padding: 0;
    border-radius: 5px;
  }

  .formee .right {
    padding: 0 5px 0 10px;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 14px;
  }
}
