/*-----------------------------------------------------------------------------------

Theme Name: Buka
Description: The Multi-Purpose Onepage Template

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

== Table Of Content

01 Basics
02 Navbar
03 Header
04 Hero
05 Services
06 Numbers
07 Works
08 Testimonials
09 Blog
10 Contact
11 Footer
12 Responsive


---------------------------------------------------------------- */
/* ----------------------------------------------------------------
[ 01 Start Basics ]
-----------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	list-style: none;
	word-wrap: break-word;
}

.ltr_text {
	display: inline-block;
	direction: ltr;
}

body {
	color: #111;
	line-height: 1.3;
	font-weight: 400;
	font-size: 15px;
	font-family: "primary-font", "segoe ui", "tahoma";
	overflow-x: hidden !important;
	direction: ltr;
}

.overflow-hidden {
	overflow: hidden;
}

p {
	font-size: 14px;
	font-weight: 400;
	color: #7a7a7a;
	line-height: 2;
	margin: 0;
}

.text-color-light p {
	color: #bbb;
}

img {
	width: 100%;
	height: auto;
}

span, a, a:hover {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

.section-padding {
	padding: 120px 0;
}

.section-head {
	margin-bottom: 80px;
}
.section-head h3 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
.section-head span {
	position: relative;
}
.section-head span:after, .section-head span:before {
	content: '';
	width: 100px;
	height: 3px;
	position: absolute;
	top: 9px;
	background: #555;
}
.section-head span:after {
	right: 0;
	background: -webkit-gradient(linear, left top, right top, from(transparent), to(#555));
	background: -webkit-linear-gradient(left, transparent, #555);
	background: -moz-linear-gradient(left, transparent, #555);
	background: -o-linear-gradient(left, transparent, #555);
	background: linear-gradient(to right, transparent, #555);
}
.section-head span:before {
	left: 0;
	background: -webkit-gradient(linear, right top, left top, from(transparent), to(#555));
	background: -webkit-linear-gradient(right, transparent, #555);
	background: -moz-linear-gradient(right, transparent, #555);
	background: -o-linear-gradient(right, transparent, #555);
	background: linear-gradient(to left, transparent, #555);
}
.section-head span i {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #555;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	z-index: 3;
}

.text-color-light .section-head span:after, .text-color-light .section-head span:before {
	background: #aaa;
}
.text-color-light .section-head span:after {
	background: -webkit-gradient(linear, left top, right top, from(transparent), to(#aaa));
	background: -webkit-linear-gradient(left, transparent, #aaa);
	background: -moz-linear-gradient(left, transparent, #aaa);
	background: -o-linear-gradient(left, transparent, #aaa);
	background: linear-gradient(to right, transparent, #aaa);
}
.text-color-light .section-head span:before {
	background: -webkit-gradient(linear, right top, left top, from(transparent), to(#aaa));
	background: -webkit-linear-gradient(right, transparent, #aaa);
	background: -moz-linear-gradient(right, transparent, #aaa);
	background: -o-linear-gradient(right, transparent, #aaa);
	background: linear-gradient(to left, transparent, #aaa);
}
.text-color-light .section-head span i {
	background: #aaa;
}

.bg-gray {
	background: #f7f7f7;
}

.o-hidden {
	overflow: hidden;
}

.position-re {
	position: relative;
}

.full-width {
	width: 100% !important;
}

.bg-img {
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.bg-fixed {
	background-attachment: fixed;
}

.bg-center {
	background-position: center center !important;
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
}

.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 15px;
	line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #111;
	background: transparent;
}
.text-color-light .owl-theme .owl-dots .owl-dot span {
	border: 1px solid #eee;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #111;
}
.text-color-light .owl-theme .owl-dots .owl-dot.active span,
.text-color-light .owl-theme .owl-dots .owl-dot:hover span {
	background: #eee;
}

.cd-headline {
	font-size: 3rem;
	line-height: 1.85;
}

@media only screen and (min-width: 768px) {
	.cd-headline {
		font-size: 4.4rem;
		font-weight: 400;
	}
}
@media only screen and (min-width: 1170px) {
	.cd-headline {
		font-size: 6rem;
	}
}
.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}

.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}

.cd-words-wrapper b.is-visible {
	position: relative;
}

.no-js .cd-words-wrapper b {
	opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}

/* xclip */
.cd-headline.clip span {
	display: inline-block;
	padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
	/* line */
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 2px;
	height: 70%;
	background-color: #aebcb9;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cd-headline.clip .cd-words-wrapper + span {
	margin-left: -8px;
}

.cd-headline.clip b {
	opacity: 0;
}

.cd-headline b.is-visible {
	opacity: 1;
}

/* ----------------------------------------------------------------
[ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
[ 02 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: transparent;
	z-index: 9999;
	height: 80px;
	padding: 0;
}
.navbar .icon-bar {
	color: #fff;
}
.navbar .navbar-nav .nav-link,
.navbar .navbar-nav a {
	font-size: 13px;
	font-weight: 700;
	color: #eee;
	margin: 15px 5px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	position: relative;
	padding: .5rem 0;
}
.navbar .navbar-nav .nav-link:before,
.navbar .navbar-nav a:before {
	content: '';
	width: 30px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -5px;
	opacity: 0;
	visibility: hidden;
	left: -webkit-calc(50% - 15px);
	left: -moz-calc(50% - 15px);
	left: calc(50% - 15px);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.navbar.menu-items-dark .icon-bar {
	color: #222;
}
.navbar.menu-items-dark .navbar-nav .nav-link,
.navbar.menu-items-dark .navbar-nav a {
	color: #222;
}
.navbar.menu-items-dark .navbar-nav .nav-link:before,
.navbar.menu-items-dark .navbar-nav a:before {
	background: #222;
}
.navbar .navbar-nav .active:before {
	bottom: 0px;
	opacity: 1;
	visibility: visible;
}

.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
	padding: 0;
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: -o-transform .5s;
	-moz-transition: transform .5s, -moz-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
}
.nav-scroll .icon-bar {
	color: #222;
}
.nav-scroll .navbar-nav .nav-link,
.nav-scroll .navbar-nav a {
	color: #222;
}
.nav-scroll .navbar-nav .nav-link:before,
.nav-scroll .navbar-nav a:before {
	background: #222;
}

.logo img {
	max-height: 50px;
	width: auto;
}
.menu-item-has-children > .sub-menu.submenu-other-side {
    left: auto;
    right: 0;
}
.menu-item-has-children > .sub-menu .sub-menu.submenu-other-side {
    left: auto;
    right: 100%;
}
/* ----------------------------------------------------------------
[ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
[ 03 Start Header ]
-----------------------------------------------------------------*/
.header {
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.header .caption h6 {
	font-size: 20px;
	color: #111;
}
.header .caption h1 {
	margin: 10px 0;
	font-size: 60px;
	font-weight: 700;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
	color: #111;
}
.header .caption h1 span {
	color: #111;
}
.header.text-color-light .caption h6 {
	color: #fff;
}
.header.text-color-light .caption h1 {
	color: #fff;
}
.header.text-color-light .caption h1 span {
	color: #fff;
}
.header .caption p {
	font-size: 15px;
	font-weight: 400;
	color: #222;
}
.header.text-color-light .caption p {
	color: #eee;
}
.header .caption .social a {
	color: #111;
	font-size: 12px;
	margin: 0 10px;
}
.header.text-color-light .caption .social a {
	color: #fff;
}
.header .caption .butn {
	color: #111;
	padding: 12px 40px;
	border: 1px solid #111;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size: 13px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	margin-right: 4px;
	margin-left: 4px;
}
.header .caption .butn:hover {
	background: #111;
	color: #fff;
}
.header.text-color-light .caption .butn {
	color: #fff;
	border: 1px solid #fff;
}
.header.text-color-light .caption .butn:hover {
	background: #fff;
	color: #111;
}
.header.use_theme_color .caption .butn:hover {
	color: #fff;
}
.header .particles-js {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.bg-vid {
	position: absolute;
	top: 50%;
	right: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
.header.creative {
	height: -webkit-calc(100vh + 110px);
	height: -moz-calc(100vh + 110px);
	height: calc(100vh + 110px);
	padding-bottom: 110px;
}
.header.creative .svg {
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
	z-index: 3;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.header.creative .svg svg {
	fill: #fff;
	width: 101%;
}
.header.creative .wave {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 110px;
	background-image: url(../img-ltr/wave.png);
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center bottom;
	z-index: 3;
}

/* ----------------------------------------------------------------
[ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
[ 04 Start Hero ]
-----------------------------------------------------------------*/
.hero {
	position: relative;
}
.hero .hero-img {
	position: relative;
}
.hero .hero-img.show_dots:after {
	content: '';
	width: 90%;
	position: absolute;
	top: -50%;
	bottom: -50%;
	left: 0;
	background-image: url(../img/dots.png);
	background-repeat: repeat;
	z-index: 0;
}
.hero .hero-img .img {
	padding: 0 30px 30px 15px;
	position: relative;
}
.hero .hero-img .img:before {
	content: '';
	position: absolute;
	top: 30px;
	right: 0;
	left: 45px;
	bottom: 0;
	border: 10px solid rgba(0, 0, 0, 0.07);
	z-index: 1;
}
.hero[data-overlay-dark] .hero-img .img:before {
	border: 10px solid rgba(255, 255, 255, 0.15);
}
.hero .hero-img .img img {
	position: relative;
	z-index: 2;
}
.hero .content {
	padding-left: 30px;
}
.hero .content h3 {
	font-weight: 700;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
.hero .content h3 + p {
	margin-top: 15px;
}
.hero .content .subtitle {
	margin: 10px 0 15px;
	color: #555;
	font-weight: 700;
	line-height: 1.85;
}
.hero.text-color-light .content .subtitle {
	color: #ddd;
}
.hero .content .info {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}
.hero .content .info h6 {
	font-size: 14px;
	margin-bottom: 5px;
}
.hero .content .info h6 .icon {
	font-size: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #eee;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 5px 0 0;
	vertical-align: middle;
	color: #555;
}
.hero.text-color-light .content .info h6 .icon {
	background: #222;
	color: #aaa;
}
.hero .content .info .has_icon + p {
	padding-left: 39px;
}
.hero .content .butn {
	padding: 12px 40px;
	border: 1px solid #111;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #111;
	color: #fff;
	font-size: 13px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.hero .content .butn:hover {
	background: transparent;
	color: #111;
}
.hero.text-color-light .content .butn {
	border: 1px solid #fff;
	background: #fff;
	color: #111;
}
.hero.text-color-light .content .butn:hover {
	background: transparent;
	color: #fff;
}
.hero.use_theme_color .content .butn {
	color: #fff;
}
.hero.use_theme_color .content .butn:hover {
	background: transparent;
}
.hero .content .butn + .butn {
	margin-left: 7px;
}

.skills .skill-item {
	margin-bottom: 30px;
}
.skills .skill-item h5 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}
.skills .skill-progress {
	width: 100%;
	height: 26px;
	border: 4px solid #f7f7f7;
	background: #f7f7f7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	-webkit-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.08) inset;
	-moz-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.08) inset;
	box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.08) inset;
}
.skills .skill-progress .progres {
	position: absolute;
	height: 100%;
	width: 10%;
	left: 0;
	top: 0;
	background: #111;
	background: -webkit-gradient(linear, left top, right top, from(#555), to(#111));
	background: -webkit-linear-gradient(left, #555, #111);
	background: -moz-linear-gradient(left, #555, #111);
	background: -o-linear-gradient(left, #555, #111);
	background: linear-gradient(to right, #555, #111);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	-moz-transition: all 1.5s;
	transition: all 1.5s;
}
.skills .skill-progress .progres:before {
	content: attr(data-value);
	padding: 3px 10px 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 10px;
	color: #fff;
	background: #333;
	position: absolute;
	top: -35px;
	right: 0;
}
.skills .skill-progress .progres:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 5px solid #333;
	position: absolute;
	top: -12px;
	right: 17px;
}

/* ----------------------------------------------------------------
[ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
[ 05 Start Services ]
-----------------------------------------------------------------*/
.services .item {
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.services .item .icon {
	font-size: 30px;
	margin-bottom: 40px;
	color: #555;
	position: relative;
	z-index: 3;
}
.services .item .icon.show_circle:after {
	content: '';
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.07);
	background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.07)));
	background: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.07));
	background: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.07));
	background: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.07));
	background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.07));
	position: absolute;
	top: 0;
	left: 5px;
	z-index: -1;
}
.services .item h6 {
	font-size: 16px;
    font-weight: 700;
	margin-bottom: 15px;
	color: #111;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
.services .item p {
	color: #7a7a7a;
}

/* ----------------------------------------------------------------
[ End Services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
[ 06 Start Numbers ]
-----------------------------------------------------------------*/
.numbers {
	padding: 80px 0 30px;
}
.numbers.minimal .icon:after {
	background: rgba(180, 180, 180, 0.2);
	background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(180, 180, 180, 0.2)));
	background: -webkit-linear-gradient(left, transparent, rgba(180, 180, 180, 0.2));
	background: -moz-linear-gradient(left, transparent, rgba(180, 180, 180, 0.2));
	background: -o-linear-gradient(left, transparent, rgba(180, 180, 180, 0.2));
	background: linear-gradient(to right, transparent, rgba(180, 180, 180, 0.2));
}
.numbers.minimal h6 {
	color: #8a8a8a;
}
.numbers .icon {
	font-size: 30px;
	margin-bottom: 30px;
	margin-top: 10px;
	position: relative;
	z-index: 3;
}
.numbers .icon.show_circle:after {
	content: '';
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.07);
	background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.07)));
	background: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.07));
	background: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.07));
	background: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.07));
	background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.07));
	position: absolute;
	top: 0;
	left: 5px;
	z-index: -1;
}
.numbers.text-color-light .icon.show_circle:after {
	background: rgba(250, 250, 250, 0.2);
	background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(250, 250, 250, 0.2)));
	background: -webkit-linear-gradient(left, transparent, rgba(250, 250, 250, 0.2));
	background: -moz-linear-gradient(left, transparent, rgba(250, 250, 250, 0.2));
	background: -o-linear-gradient(left, transparent, rgba(250, 250, 250, 0.2));
	background: linear-gradient(to right, transparent, rgba(250, 250, 250, 0.2));
}
.numbers .item h4 {
	margin-bottom: 15px;
	color: #111;
}
.numbers .item h6 {
	font-weight: 400;
	color: #111;
}
.numbers.text-color-light .item h4 {
	color: #fff;
}
.numbers.text-color-light .item h6 {
	color: #fff;
}

/* ----------------------------------------------------------------
[ End Numbers ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
[ 07 Start Works ]
-----------------------------------------------------------------*/
.works .filtering span {
	margin: 0 5px 10px;
	padding: 8px 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-weight: 700;
	cursor: pointer;
	color: #111;
}
.works.text-color-light .filtering span {
	color: #fff;
}
.works .filtering .active {
	background: #111;
	-webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.2);
	color: #fff;
}
.works.text-color-light .filtering .active {
	background: #fff;
	-webkit-box-shadow: 0px 8px 30px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 8px 30px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 8px 30px rgba(255, 255, 255, 0.2);
	color: #111;
}
.works .item-img {
	position: relative;
	margin-top: 30px;
	overflow: hidden;
}
.works .item-img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.95);
	opacity: 0;
	color: #111;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: opacity 0.5s, -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s, -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s;
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.works .item-img:hover .item-img-overlay {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.works .item-img-overlay h6 {
	color: #111;
}
.works .item-img-overlay .icon {
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #f7f7f7;
	margin: 15px 5px 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	color: #111;
}
.works .item-img-overlay .icon:hover {
	background: #111;
	color: #fff;
}
.works .item-img-overlay .icon:before {
	line-height: 2;
}

/* ----------------------------------------------------------------
[ End Works ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
[ 08 Start Testimonials ]
-----------------------------------------------------------------*/
.testimonials.minimal .item p {
	color: #8a8a8a;
}
.testimonials .fas {
	font-size: 50px;
	margin-bottom: 30px;
}
.testimonials .item {
	padding-left: 10px;
	padding-right: 10px;
}
.testimonials .item p {
	font-size: 16px;
	font-family: inherit;
	font-style: italic;
	margin-bottom: 30px;
}
.testimonials.text-color-light .item p {
	color: #ccc;
}
.testimonials .item h6 {
	margin-bottom: 5px;
}
.testimonials .item h5 {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 15px;
	color: #111;
}
.testimonials.text-color-light .item h5 {
	color: #fff;
}

/* ----------------------------------------------------------------
[ End Testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
[ 09 Start Blog ]
-----------------------------------------------------------------*/
.blog .item {
	-webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
	background: #fff;
}
.blog .item .post-img .img {
	overflow: hidden;
}
.blog .item .post-img:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.blog .item .post-img img {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.blog .item .cont {
	padding: 30px;
}
.blog .item .info {
	margin-bottom: 10px;
}
.blog .item .info span {
	color: #888;
	font-size: 12px;
	margin: 0 5px 5px;
}
.blog .item .info span:after {
	content: '/';
	position: relative;
	margin-left: 10px;
}
.blog .item .info span:last-child:after {
	display: none;
}
.blog .item h6 {
	line-height: 1.85;
	margin-bottom: 15px;
	color: #111 !important;
}
.blog .item p {
	color: #7a7a7a;
}
.blog .butn {
	padding: 12px 40px;
	border: 1px solid #111;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #111;
	color: #fff;
	font-size: 13px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.blog .butn:hover {
	background: transparent;
	color: #111;
}
.blog.text-color-light .butn {
	border: 1px solid #fff;
	background: #fff;
	color: #111;
}
.blog.text-color-light .butn:hover {
	background: transparent;
	color: #fff;
}
.blog.use_theme_color .butn {
	color: #fff;
}
.blog.use_theme_color .butn:hover {
	background: transparent;
}

.min-header {
	height: 40vh;
	min-height: 250px;
	max-height: 350px;
	background: #1c1c1c;
	position: relative;
}
.min-header .v-middle {
	z-index: 2;
}
.min-header h5 {
	font-weight: 700;
	color: #ccc;
	margin-bottom: 15px;
}
.min-header h5 a {
	color: #fff;
}
.min-header.text-color-dark h5 {
	color: #444;
}
.min-header.text-color-dark h5 a {
	color: #111;
}
.min-header.use_theme_color h5 a {
	color: inherit;
}
.min-header.no_header {
	height: 80px;
	min-height: 0;
	max-height: none;
}

.blogs .posts .post {
	margin-bottom: 50px;
	border-bottom: 1px solid #eee;
}
.blogs .posts .post .post-img {
	text-align: center;
}
.blogs .posts .post .post-img a {
	max-width: 100%;
}
.blogs .posts .post .post-img img {
	width: auto;
	max-width: 100%;
}
.blogs .posts .post .content {
	padding: 50px 15px;
	background: #fff;
}
.blogs .posts .post .content .post-title h5 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
}
.blogs .posts .post .content .meta {
	margin-bottom: 20px;
}
.blogs .posts .post .content .meta li {
	display: inline-block;
	font-size: 12px;
	color: #7a7a7a;
	margin: 5px;
	line-height: 1.85;
}
.blogs .posts .post .content .meta i {
	vertical-align: middle;
}
.blogs .posts .post .content p {
	font-weight: 400;
}
.blogs .posts .post .content ul,
.blogs .posts .post .content ol {
	margin: 0;
}
.blogs .posts .post .content li {
	list-style-position: inside;
	font-size: 14px;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 2;
}
.blogs .posts .post .content ul li {
	list-style-type: disc;
}
.blogs .posts .post .content ol li {
	list-style-type: auto;
}
.blogs .posts .post .content .spical {
	padding: 15px;
	margin: 30px 0;
	border-left: 2px solid #111;
	background: #f7f7f7;
	font-size: 15px;
}
.blogs .posts .post .share-post {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px dashed #eee;
	text-align: left;
	font-size: 14px;
}
.blogs .posts .post .share-post span {
	font-weight: 700;
}
.blogs .posts .post .share-post ul {
	float: right;
}
.blogs .posts .post .share-post ul li {
	display: inline-block;
	margin: 0 10px;
}
.blogs .posts .title-g h3 {
	font-weight: 700;
	font-size: 25px;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
.blogs .posts .comments-area .comment-box {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.blogs .posts .comments-area .comment-box:last-child {
	margin-bottom: 0;
}
.blogs .posts .comments-area .comment-box em {
	display: block;
	margin-bottom: 20px;
	font-size: 13px;
	color: #7a7a7a;
}
.blogs .posts .comments-area .comment-box .author-thumb {
	width: 80px;
	float: left;
}
.blogs .posts .comments-area .comment-box .comment-info {
	margin-left: 100px;
}
.blogs .posts .comments-area .comment-box .comment-info h6 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	overflow: hidden;
}
.blogs .posts .comments-area .comment-box .comment-info .comment-date {
	float: right;
	margin: 2px 15px 0;
	font-size: 12px;
	color: #7a7a7a;
	font-weight: normal;
	line-height: 1.85;
}
.blogs .posts .comments-area .comment-box .comment-info .reply {
	margin-top: 15px;
	font-weight: 700;
	font-size: 14px;
}
.blogs .posts .comments-area .comment-box .comment-info .reply i {
	padding-right: 5px;
	font-size: 12px;
}
.blogs .posts .comments-area .comment-box .comment-box {
	padding-top: 30px;
	padding-bottom: 0;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 50px;
	border-top: 1px solid #eee;
	border-bottom: 0;
}
.blogs .posts .comment-form .form input[type='text'],
.blogs .posts .comment-form .form input[type='email'],
.blogs .posts .comment-form .form textarea {
	width: 100%;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	background: #f4f4f4;
	text-align: left;
	font-size: 14px;
}
.blogs .posts .comment-form .form .has-error input[type='text'],
.blogs .posts .comment-form .form .has-error input[type='email'],
.blogs .posts .comment-form .form .has-error textarea {
	background: #fff2f2;
}
.blogs .posts .comment-form .form textarea {
	height: 160px;
	min-height: 160px;
	max-width: 100%;
	line-height: 1.85;
	vertical-align: top;
}
.blogs .posts .comment-form .form .submit {
	font-size: 15px;
	font-weight: 400;
	padding: 20px 40px;
	color: #fff;
	background: #111;
	border: 1px solid #111;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 15px;
	cursor: pointer;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	outline: none;
}
.blogs .posts .comment-form .form .submit:hover {
	color: #111;
	background: transparent;
}
.post-tags {
	margin-top: 30px;
	font-size: 12px;
	color: #7a7a7a;
}
.post-tags a {
	color: #111;
}
.comment_reply_to {
	font-size: 13px;
	margin-bottom: 5px;
}
.comment_reply_to small a,
.logged-in-as small a {
	font-size: 11px;
	margin-left: 20px;
	color: #111;
}
.comment-notes,
.logged-in-as {
	font-size: 13px;
	margin-bottom: 15px;
}
.comment-form-cookies-consent {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.comment-form-cookies-consent input {
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.comment-form-cookies-consent label {
	display: inline;
}
.comment-navigation {
	margin-top: 40px;
	overflow: hidden;
}
.comment-navigation .nav-previous {
	float: left;
}
.comment-navigation .nav-next {
	float: right;
}

@media screen and (max-width: 767px) {
	.blogs .posts .comments-area .comment-box .comment-info .comment-date {
		float: none;
		margin: 0 0 5px;
	}
	.blogs .posts .comments-area .comment-box .author-thumb {
		width: 60px;
	}
	.blogs .posts .comments-area .comment-box .comment-info {
		margin-left: 80px;
	}
}

@media screen and (max-width: 480px) {
	.comment-navigation {
		font-size: 13px;
	}
	.blogs .posts .comments-area .comment-box .author-thumb {
		width: 40px;
	}
	.blogs .posts .comments-area .comment-box .comment-info {
		margin-left: 60px;
	}
}

.blogs .posts .pagination {
	display: block;
	text-align: center;
}
.blogs .posts .pagination li {
	display: inline-block;
	padding: 5px 10px;
	margin: 2px;
	border: 1px solid #ddd;
	min-width: 32px;
	text-align: center;
}
.blogs .posts .pagination li .current {
	color: #ccc;
}
.blogs .posts .pagination li i {
	vertical-align: baseline;
}
.blogs .side-bar .widget {
	margin-bottom: 50px;
}
.blogs .side-bar .widget:last-child {
	margin-bottom: 0;
}
.blogs .side-bar .widget .widget-title {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}
.blogs .side-bar .widget .widget-title h6 {
	position: relative;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: 700;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
.blogs .side-bar .widget .widget-title h6:after {
	content: '';
	width: 30px;
	height: 1px;
	background: #2AAFC0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.blogs .side-bar .widget li {
	margin-bottom: 10px;
	color: #7a7a7a;
	line-height: 1.85;
	font-size: 14px;
}
.blogs .side-bar .widget li:last-child {
	margin: 0;
}
.blogs .side-bar .widget li ul {
	margin-left: 20px;
	margin-top: 10px;
}
.blogs .side-bar .search form input {
	width: -webkit-calc(100% - 52px);
	width: -moz-calc(100% - 52px);
	width: calc(100% - 52px);
	height: 50px;
	padding: 0 10px;
	border: 0;
	background: #f7f7f7;
	font-size: 14px;
}
.blogs .side-bar .search form button {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #1c1c1c;
	color: #fff;
	border: 0;
	float: right;
	cursor: pointer;
	outline: none;
}
.blogs .side-bar .search form button .fas {
	vertical-align: middle;
}

/* ----------------------------------------------------------------
[ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
[ 10 Start Contact ]
-----------------------------------------------------------------*/
.contact .form input, .contact .form textarea {
	width: 100%;
	padding: 20px 15px;
	background: #f4f4f4;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	text-align: left;
}
.contact .form .ltr_input {
	direction: ltr;
}
.contact .form .has-error input, .contact .form .has-error textarea {
	background: #fff2f2;
}
.contact .form textarea {
	height: 180px;
	min-height: 180px;
	max-width: 100%;
	line-height: 1.85;
}
.contact .form .submit {
	width: auto;
	font-size: 15px;
	font-weight: 400;
	padding: 20px 40px;
	color: #fff;
	background: #111;
	border: 1px solid #111;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 15px;
	cursor: pointer;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	outline: none;
}
.contact .form .submit:hover {
	color: #111;
	background: transparent;
}
.contact.text-color-light .form .submit {
	color: #111;
	background: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.2);
}
.contact.text-color-light .form .submit:hover {
	color: #fff;
	background: transparent;
}
.contact.use_theme_color .form .submit {
	color: #fff;
}
.contact.use_theme_color .form .submit:hover {
	background: transparent;
}
.wpcf7-form-control-wrap {
	display: block;
}
.contact-info {
	padding: 80px 0 50px;
}
.contact-info .item {
	text-align: center;
	margin-bottom: 30px;
}
.contact-info .item .icon {
	color: #999;
	font-size: 30px;
	margin-bottom: 15px;
}
.contact-info .item h6 {
	font-size: 16px;
	margin-bottom: 10px;
}
.contact-info .item p {
	font-weight: 400;
}
.wpcf7 {
	direction: ltr;
}
.wpcf7-response-output {
	line-height: 2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0.4em 1em !important;
	margin-top: 28px !important;
	font-size: 14px;
}
.wpcf7 .wpcf7-spinner,
.wpcf7 .ajax-loader {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px auto -25px;
}
.wpcf7-not-valid-tip {
	color: #f00 !important;
	font-size: 0.85em;
}
.wpcf7 form.sent .wpcf7-response-output {
	background-color: #efffe9;
	color: #297708;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	background-color: #fff0f0;
	color: #e00000;
}
.wpcf7 form.spam .wpcf7-response-output {
	background-color: #fff6e4;
	color: #bf680e;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #f7d400;
	background-color: #fffef1;
	color: #ab7b11;
}

/* ----------------------------------------------------------------
[ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
[ 11 Start Footer ]
-----------------------------------------------------------------*/
footer .sub-footer {
	background: #0e0e0e;
	padding: 30px 0;
}
footer .social a {
	font-size: 14px;
	margin: 0 10px;
	color: #eee;
}
footer .social a i,
footer .social a i:before {
	vertical-align: middle;
}
footer .social + p {
	margin-top: 12px;
}
footer .copy p {
	font-size: 12px;
	color: #bbb;
}

/* ----------------------------------------------------------------
[ End Footer ]
-----------------------------------------------------------------*/

.navbar-nav > .menu-item-has-children > a:after {
	content: "\f0d7";
	font: normal normal normal 14px/1 "Font Awesome 5 Free";
	font-weight: 900;
	color: inherit;
	margin-left: 7px;
	display: inline-block;
	vertical-align: middle;
}

/* ----------------------------------------------------------------
[ 12 Responsive ]
-----------------------------------------------------------------*/
@media screen and (max-width: 991.98px) {
	.mb-md50 {
		margin-bottom: 50px;
	}

	.mb-md30 {
		margin-bottom: 30px;
	}

	.mb-md0 {
		margin-bottom: 0;
	}

	.bgimg-height {
		height: 400px;
	}

	.bg-fixed {
		background-attachment: scroll !important;
	}

	.navbar {
		padding-left: 30px;
		padding-right: 15px;
	}
	.navbar .navbar-collapse {
		max-height: -webkit-calc(100vh - 80px);
		max-height: -moz-calc(100vh - 80px);
		max-height: calc(100vh - 80px);
		overflow: auto;
		background: #111;
		text-align: center;
		max-width: 720px;
		position: absolute;
		top: 80px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.navbar .navbar-collapse .navbar-nav {
		margin: 10px 0;
	}
	.navbar .navbar-collapse.collapsing {
		overflow: hidden;
	}
	.navbar .navbar-nav .nav-link,
	.navbar .navbar-nav a {
		padding: 18px 0;
		margin: 0;
		display: block;
		color: #fff !important;
	}
	.navbar .navbar-nav > li {
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	.navbar .navbar-nav > li:hover {
		background: #222;
	}
	.navbar .navbar-collapse .nav-link:before,
	.navbar .navbar-collapse a:before {
		background: #fff !important;
		bottom: 5px;
	}
	.navbar .navbar-collapse .nav-link.active:before,
	.navbar .navbar-collapse a.active:before {
		bottom: 10px;
	}
	.navbar-toggler {
		outline: none !important;
		line-height: 1.5;
	}
	.navbar-toggler .fas {
		vertical-align: middle;
	}

	.header {
		background-attachment: scroll !important;
		background-position: 50% 0% !important;
	}
	.header.bg-center {
		background-position: center center !important;
	}
	.header .caption h1 {
		font-size: 30px;
	}

	.hero .hero-img:after {
		display: none;
	}

	.hero .content {
		padding-left: 0;
	}

	.cd-headline.clip .cd-words-wrapper + span {
		margin-left: -5px;
	}

	.menu-item-has-children .sub-menu {
		background: #222;
		display: none;
	}
	.menu-item-has-children .sub-menu .menu-item:hover {
		background: #333;
	}
}
@media screen and (max-width: 767.98px) {
	.mb-sm50 {
		margin-bottom: 50px;
	}

	.mb-sm30 {
		margin-bottom: 30px;
	}

	.header .caption h1 {
		font-size: 25px;
	}
	.header .caption p {
		font-size: 12px;
	}

	.portfolio .filtering span {
		margin-bottom: 10px;
	}
	.navbar .navbar-collapse {
		max-width: 540px;
	}
	.header.creative .wave {
		height: 60px;
	}
	.header.creative {
		height: -webkit-calc(100vh + 60px);
		height: -moz-calc(100vh + 60px);
		height: calc(100vh + 60px);
		padding-bottom: 60px;
	}
	.side-bar {
		margin-top: 100px;
	}

	.cd-headline.clip .cd-words-wrapper + span {
		margin-left: -3px;
	}
	.cd-headline.clip .cd-words-wrapper::after {
		width: 1px;
	}
}
@media screen and (max-width: 575.98px) {
	.navbar .navbar-collapse {
		max-width: none;
	}
}
@media screen and (max-width: 480.98px) {
	.section-head h3 {
		font-size: 20px;
	}
	.header.creative .wave {
		height: 40px;
	}
	.header.creative {
		height: -webkit-calc(100vh + 40px);
		height: -moz-calc(100vh + 40px);
		height: calc(100vh + 40px);
		padding-bottom: 40px;
	}
}
@media screen and (min-width: 992px) {
	.navbar-expand-lg .navbar-nav {
		margin-right: -13px;
	}
	.navbar-expand-lg .navbar-nav .nav-link,
	.navbar-expand-lg .navbar-nav a {
		padding-right: .5rem;
		padding-left: .5rem;
	}

	.menu-item-has-children {
		position: relative;
	}
	.menu-item-has-children .sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 150px;
		background: #111;
		visibility: hidden;
		opacity: 0;
		margin-top: -10px;
		transition: all 200ms;
	}
	.menu-item-has-children:hover > .sub-menu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
	}
	.menu-item-has-children .sub-menu .menu-item {
		padding: 5px 10px;
	}
	.menu-item-has-children .sub-menu .menu-item:hover {
		background: #222;
	}
	.menu-item-has-children .sub-menu .menu-item a {
		color: #eee;
		margin: 0;
	}
}
@media screen and (min-width: 1450px) {
	.header.creative .wave {
		height: 140px;
	}
	.header.creative {
		height: -webkit-calc(100vh + 140px);
		height: -moz-calc(100vh + 140px);
		height: calc(100vh + 140px);
		padding-bottom: 140px;
	}
}

.text-color-light h1,
.text-color-light h2,
.text-color-light h3,
.text-color-light h4,
.text-color-light h5,
.text-color-light h6,
.text-color-light span {
	color: #fff;
}
.text-color-light span.ltr_text,
.use_theme_color span.ltr_text {
	color: inherit;
}
