@import url('https://fonts.googleapis.com/css2?family=Athiti&family=Prompt&display=swap');
@charset "UTF-8";

html {
	font-size: 80%;
}
body {
	font-size: small;
	background-color: #fff;
	color: #333;
	font-family: 'Athiti', sans-serif;
	/*	font-family: 'Prompt', sans-serif;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Athiti', sans-serif;
/*	font-family: 'Prompt', sans-serif;*/
}

h2 {
	color: #000;
	font-weight: 600;
}

h4 {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 2;
}

h5 {
	color: #626262;
	font-size: 14px;
	font-weight: 500;
}

ul {
	letter-spacing: 1px;
}

li {
	color: #626262;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 22px;
	text-transform: capitalize;
}

p {
	color: #505050;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 2;
	margin-bottom: 20px;
}

span {
	letter-spacing: 1px;
}

.img-fluid {
	height: 60px;
	margin-bottom: 30px;
	width: 60px;
}

.col-md-6.col-lg-6 a img {
	max-height: 100px;
}

.container-full {
	padding-left: 0;
	padding-right: 0;
}


.container-color {
	padding-left: 10%;
	padding-right: 10%;
}

.container-color1 {
	padding-left: 0%;
	padding-right: 0%;
}

.fa {
	font-size: 13px;
}

.line1px {
	background-color: #98221f;
	height: 1px;
	margin-bottom: 10px;
}


/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: var(--kwn-ink);
	line-height: 1;
	color: #fff;
	padding: 7px 12px 13px 12px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
}

@media (max-width: 768px) {
	.back-to-top {
		bottom: 15px;
	}
}

.back-to-top:focus {
	background: #98221f;
	color: #fff;
	outline: none;
}

.back-to-top:hover {
	background: #f4e1b2;
	color: #000;
}

.responsive-img {
	width: 100%;
	max-width: 1200px;
	height: auto;
}


/*-------------Header----------------------------------*/

#header {
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	height: auto;
	z-index: 3;
}

.header-top {
	background: #FFF;
	height: 105px;
}

#header .header-top .logo {
	padding: 10px 0 0 0;
}

#header .header-top .logo h1 {
	color: #505050;
	font-family: 'Prompt', sans-serif;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0;
}

#header .header-top .logo h1 a {
	color: #555;
	line-height: 1;
	display: inline-block;
	text-decoration: none;
}

#header .header-top .logo h1 a span {
	color: #71c55d;
}

#header .header-top .logo img {
	padding: 0;
	margin: 5;
}

.scroll-header {
	background: #fff;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.header-nav {
	background: #454444;
	height: 50px;
	border-bottom: 5px solid var(--kwn-ink);
	border-top: 5px solid var(--kwn-ink);
}


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

# Navigation Menu

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


/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.nav-menu li {
	position: relative;
	white-space: nowrap;
}

.nav-menu>li {
	float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
	display: block;
}

.nav-menu ul ul {
	top: 0;
	left: 100%;
}

.nav-menu ul li {
	min-width: 190px;
}


/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
	padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 8px;
	margin-top: 1px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}


/* Nav Meu Container */

#nav-menu-container {
	float: right;
	margin: 0 0 0 0;
}

@media (max-width: 992px) {
	#nav-menu-container {
		display: none;
	}
}


/* Nav Meu Styling */

.nav-menu a {
	padding: 12px 15px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-family: 'Prompt', sans-serif;
	font-weight: 350;
	font-size: 16px;
	outline: none;
	letter-spacing: 0;
	transition: 0.3s;
}

.nav-menu li:hover>a,
.nav-menu>.menu-active>a {
	color: #f4e1b2;
	background-color: var(--kwn-ink);
}

.nav-menu>li {
	margin-left: 10px;
}

.nav-menu ul {
	margin: 0;
	padding: 4px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #fff;
}

.nav-menu ul li {
	transition: 0.3s;
}

.nav-menu ul li a {
	padding: 3px 5px;
	color: #333;
	transition: 0.3s;
	display: block;
	font-size: 15px;
	text-transform: none;
}

.nav-menu ul li:hover>a {
	color: #0062D7;
	background-color: #FFF;
}

.nav-menu ul ul {
	margin: 0;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 105px 10px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}

#mobile-nav-toggle i {
	color: #FFF;
	font-size: 24px;
}

@media (max-width: 992px) {
	#mobile-nav-toggle {
		display: inline;
        padding-top: 8px;
	}
}


/* Mobile Nav Styling */

#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: var(--kwn-ink);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}

#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mobile-nav ul li {
	position: relative;
}

#mobile-nav ul li a {
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	padding: 6px 22px 6px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
	letter-spacing: 0;
}

#mobile-nav ul li a:hover {
	color: #002147;
}

#mobile-nav ul li li {
	padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #fff;
}

#mobile-nav ul .menu-item-active {
	color: #fff;
}

#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(52, 59, 64, 0.9);
	display: none;
}


/* Mobile Nav body classes */

body.mobile-nav-active {
	overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
	left: 0;
}

body.mobile-nav-active #mobile-nav-toggle i {
	color: #fff;
}


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

# Sections

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

.padd-section {
	padding-bottom: 30px;
	padding-top: 30px;
	font-size: 22px;
	color: #333;
}

@media (max-width: 992px) {
	.padd-section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.section-title {
	margin-bottom: 30px;
	border-bottom: 4px solid var(--kwn-ink);
}

.section-title a {
	color: #555;
	font-size: 13px;
	margin-top: 14px;
	text-decoration: none;
	transition: 0.2s;
}

.section-title a:hover {
	color: #e86e90;
}

@media (max-width: 992px) {
	.section-title {
		margin-bottom: 20px;
	}
}

.section-title h2 {
	font-family: 'Prompt', sans-serif;
	font-size: 45px;
	font-weight: 100;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.section-title .separator {
	margin: 0;
}

.separator {
	color: #626262;
	font-family: 'Prompt', sans-serif;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 30px;
	text-transform: capitalize;
}


/* Get Started Section

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

#get-started {
	display: inline-block;
	height: 100%;
	width: 100%;
}

#get-started .feature-block {
	background: #fff none repeat scroll 0 0;
	padding: 30px 20px;
}

@media (max-width: 991px) {
	#get-started .feature-block {
		margin-bottom: 30px;
	}
}

#get-started a {
	text-decoration: none;
	color: #333;
	font-size: 26px;
	font-weight: 300;
}

#get-started a:hover {
	color: #ef6a8e;
}

#get-started1 .pull-right {
	color: #000;
	font-size: 12px;

	margin-top: 10px;
}

#get-started1 .pull-right a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
}


/* About Us Section

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

#about-us img {
	max-width: 100%;
}

#about-us .about-content {
	padding-top: 60px;
}

#about-us .about-content h2 {
	color: #252525;
	font-family: 'Prompt', sans-serif;
	font-size: 39px;
	font-weight: 100;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: capitalize;
}

#about-us .about-content span {
	font-weight: 700;
	padding-right: 10px;
	text-transform: uppercase;
}

#about-us .about-content ul li {
	line-height: 36px;
}

#about-us .about-content ul li .fa {
	padding-right: 20px;
}


/* Features Section

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

#features {
	display: inline-block;
	height: 100%;
	width: 100%;
}

#features .feature-block {
	background: #fff none repeat scroll 0 0;
	padding: 30px 20px;
	margin-bottom: 30px;
	transition: all 0.5s ease-in-out 0s;
}

#features .feature-block:hover {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease-in-out 0s;
}

#features .feature-block h4 {
	margin-bottom: 20px;
}

#features .feature-block p {
	margin-bottom: 0;
}


/* Screenshots Section

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

.owl-dot.active>span {
	height: 10px !important;
	width: 10px !important;
}

.owl-theme .owl-dots .owl-dot span {
	height: 10px !important;
	width: 10px !important;
}

.owl-item img {
	cursor: pointer;
}

.owl-stage-outer {
	margin-bottom: 30px;
}

.owl-theme .owl-nav {
	display: none;
	margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #71c55d;
}

.owl-theme .owl-dots .owl-dot span {
	background: #ddd;
}


/*************************

*******Slider******

**************************/

.slider {
	position: relative;
	padding-top: 70px;
}

.slider img {
	width: 100%;
}

#carousel-slider {
	position: relative;
}

#carousel-slider .carousel-indicators {
	bottom: -25px;
}

#carousel-slider .carousel-indicators li {
	border: 1px solid #ffbd20;
}

#carousel-slider a i {
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 30px;
	height: 50px;
	padding: 8px;
	position: absolute;
	top: 50%;
	width: 50px;
	color: #fff;
}

#carousel-slider a i:hover {
	background: #0BA9F9;
	color: #fff;
	border: 1px solid #0BA9F9;
}

#carousel-slider .carousel-control {
	width: inherit;
}

#carousel-slider .carousel-control.left i {
	left: 40px;
	top: calc(50% - 25px);
}

#carousel-slider .carousel-control.right i {
	right: 40px;
	top: calc(50% - 25px);
}

#carousel-slider .carousel-control.left,
#carousel-slider .carousel-control.right {
	background: none;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	top: calc(50% - 150px);
	font-size: 40px;
	left: 15%;
	z-index: 10;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
}

.carousel-caption h2 {
	font-size: 60px;
	color: #0BA9F9;
}

.carousel-caption h2 span {
	font-size: 60px;
	color: #fff;
}

.carousel-caption p {
	font-size: 30px;
	margin-top: 30px;
	color: #fff;
}

.carousel-inner .form-inline .form-group button[type="livedemo"] {
	padding: 20px 60px;
	font-size: 25px;
	background: #0BA9F9;
	color: #fff;
}

.carousel-inner .form-inline .form-group button[type="livedemo"]:hover {
	color: #0BA9F9;
	background: #fff;
	transition: color 300ms, background-color 300ms;
}

.carousel-inner .form-inline .form-group button[type="getnow"] {
	padding: 20px 60px;
	font-size: 25px;
	background: #fff;
	color: #0BA9F9;
}

.carousel-inner .form-inline .form-group button[type="getnow"]:hover {
	color: #fff;
	background: #0BA9F9;
	transition: color 300ms, background-color 300ms;
}

@media (max-width: 767px) {
	.carousel-caption h2,
	.carousel-caption h2 span {
		font-size: 36px;
	}
	.carousel-caption p {
		font-size: 24px;
		margin-top: 24px;
	}
	.carousel-inner .form-inline .form-group button[type="livedemo"],
	.carousel-inner .form-inline .form-group button[type="getnow"] {
		padding: 10px 30px;
		font-size: 18px;
	}
	.carousel-inner .form-inline {
		margin-bottom: 0;
	}
	.carousel-inner .form-group {
		display: inline;
	}
	#carousel-slider .carousel-indicators {
		bottom: 0;
	}
}

@media (max-width: 575px) {
	.carousel-caption {
		top: -30px;
	}
	.carousel-caption h2,
	.carousel-caption h2 span {
		font-size: 24px;
	}
	.carousel-caption p {
		font-size: 18px;
		margin-top: 18px;
	}
	.carousel-inner .form-inline .form-group button[type="livedemo"],
	.carousel-inner .form-inline .form-group button[type="getnow"] {
		padding: 5px 20px;
		font-size: 14px;
	}
	.carousel-inner .form-inline {
		margin-bottom: 0;
		margin-top: 0;
	}
	.carousel-inner .form-group {
		display: inline;
		padding-top: 0;
	}
	#carousel-slider .carousel-indicators {
		display: none !important;
	}
	.carousel-inner .btn-primary {
		margin-top: 10px;
	}
}


/* Video Section

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

#video {
	background: url(../img/video-bg.jpg) center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	overflow: hidden;
}

#video .overlay {
	background: rgba(0, 0, 0, 0.85);
	height: 100%;
}

#video .overlay .play-btn {
	width: 94px;
	height: 94px;
	background: radial-gradient(#71c55d 50%, rgba(113, 197, 93, 0.15) 52%);
	border-radius: 50%;
	display: block;
	margin: 153px auto 0;
	position: relative;
	overflow: hidden;
}

#video .overlay .play-btn::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 100;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#video .overlay .play-btn:before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate1 2s;
	animation: pulsate1 2s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.5);
	top: -15%;
	left: -15%;
	background: rgba(198, 16, 0, 0);
}

#video .overlay .play-btn:hover::after {
	border-left: 15px solid #71c55d;
	-webkit-transform: scale(20);
	transform: scale(20);
}

#video .overlay .play-btn:hover::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 200;
	-webkit-animation: none;
	animation: none;
	border-radius: 0;
}

@-webkit-keyframes pulsate1 {
	0% {
		-webkit-transform: scale(0.6, 0.6);
		transform: scale(0.6, 0.6);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}

@keyframes pulsate1 {
	0% {
		-webkit-transform: scale(0.6, 0.6);
		transform: scale(0.6, 0.6);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes pulsate2 {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}


/* Team Section

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

#team .team-block {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	height: 254px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media (max-width: 991px) {
	#team .team-block {
		margin-bottom: 30px;
	}
}

#team .team-block img {
	width: 100%;
}

#team .team-block .team-content {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19);
	bottom: -147px;
	padding: 20px 0;
	position: absolute;
	width: 100%;
	transition: all 0.5s ease-in-out 0s;
}

#team .team-block .team-content ul {
	display: block;
	width: 100%;
}

#team .team-block .team-content ul li {
	display: inline-block;
}

#team .team-block .team-content ul li a {
	color: #626262;
}

#team .team-block .team-content ul li a .fa {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	transition: 0.3s;
}

#team .team-block .team-content ul li a .fa:hover {
	color: #71c55d;
}

#team .team-block .team-content ul>span {
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#team .team-block:hover .team-content {
	bottom: 0px;
	transition: all 0.5s ease-in-out 0s;
}


/* Testimonials Section

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

#testimonials .testimonials-content {}

#testimonials .testimonials-content::before {
	display: inline-block;
	font: 70px/1 FontAwesome;
	position: absolute;
	right: 43px;
	text-align: left;
	top: -29px;
}

#testimonials .top-top>h2 {
	font-family: 'Prompt', sans-serif;
	font-size: 45px;
	font-weight: 100;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: capitalize;
}

#testimonials .top-top>h4 {
	font: 700 12px Lato, sans-serif;
}

#testimonials .top-top span {
	font-size: 12px;
	font-weight: 300;
	margin-left: 26px;
}

#testimonials .btm-btm ul li {
	float: left;
	margin-left: 13px;
	border-radius: 50%;
	margin-right: 13px;
	background: #ddd none repeat scroll 0 0;
	border-radius: 50%;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	display: block;
	height: 10px;
	width: 10px;
}

#testimonials .btm-btm .active {
	background: #71c55d;
}

.carousel-indicators {
	position: relative;
	bottom: 0;
	left: 0;
	bottom: 0 !important;
	z-index: 15;
	width: auto;
	padding-left: 0;
	margin: 30px auto 0 auto;
	margin-right: auto;
	text-align: center;
	list-style: none;
	margin-bottom: 0;
	display: inline-block;
}

.carousel-indicators li {
	margin: 0;
}


/* Pricing Table Section

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

#pricing .block-pricing {
	background: #fff;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
	display: inline-block;
	position: relative;
	width: 100%;
}

@media (max-width: 991px) {
	#pricing .block-pricing {
		margin-bottom: 30px;
	}
}

#pricing .block-pricing .table {
	margin-bottom: 0;
	padding: 30px 15px;
	max-width: 100%;
	width: 100%;
}

#pricing .block-pricing .table h4 {
	padding-bottom: 30px;
}

#pricing .block-pricing h2 {
	margin-bottom: 30px;
}

#pricing .block-pricing ul {
	list-style: outside none none;
	margin: 10px auto;
	max-width: 240px;
	padding: 0;
}

#pricing .block-pricing ul li {
	border-bottom: 1px solid rgba(153, 153, 153, 0.3);
	padding: 12px 0;
	text-align: center;
}

#pricing .block-pricing ul li b {
	color: #3c4857;
}

#pricing .block-pricing .table .table_btn a {
	background: #71c55d;
	color: #fff;
	margin: 0;
	display: inline-block;
}

#pricing .block-pricing .table .table_btn a:hover {
	background: #55b03f;
}

#pricing .block-pricing .table .table_btn a .fa {
	font-size: 13px;
	margin-right: 5px;
}


/* Blog Section

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

@media (max-width: 991px) {
	#blog .block-blog {
		margin-bottom: 30px;
	}
}

#blog .block-blog img {
	width: 100%;
}

#blog .block-blog .content-blog {
	display: inline-block;
	/*  min-height: 125px;*/
	padding: 20px 10px;
	width: 100%;
	font-size: 16px;
}

#blog .content-blog p {
	color: #000;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.3px;
	line-height: 2;
	margin-bottom: 20px;
}

#blog .block-blog .content-blog h4 a:hover {
	color: #e86e90;
}

#blog .block-blog .content-blog>span {
	float: left;
	font-size: 12px;
}

#blog .block-blog .content-blog a {
	letter-spacing: 1px;
	text-decoration: none;
	color: #000;
}

#blog .block-blog .content-blog a.readmore {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	transition: 0.3s;
	letter-spacing: 2;
	text-transform: capitalize;
}

#blog .block-blog .content-blog a.readmore:hover {
	color: #ed6c8e;
}

#blog .link a {
	text-decoration: none;
	color: #333;
	font-size: 13px;
	font-weight: 100px;
}

#blog .link a:hover {
	color: #e86e90;
}


/* Newsletter Section

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

#newsletter {
	background: transparent url(../../feed.jpg) no-repeat center top fixed;
	/*background-color:#333;*/
	background-size: cover;
}

#newsletter .overlay {
	background: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 95%);
	height: 100%;
	width: 100%;
}

@media (max-width: 575px) {
	#newsletter .form-control {
		width: 100%;
	}
}


/* Contact Section

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

#contact {
	background: transparent url(../../feed.jpg) no-repeat center top fixed;
	background-size: cover;
}

#contact .info {
	color: #222;
}

#contact .info i {
	font-size: 32px;
	color: #71c55d;
	float: left;
}

#contact .info p {
	padding: 0 0 10px 50px;
	margin-bottom: 20px;
	line-height: 22px;
	font-size: 14px;
}

#contact .info .email p {
	padding-top: 5px;
}

#contact .social-links {
	padding-bottom: 20px;
}

#contact .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #71c55d;
	color: #fff;
	line-height: 1;
	padding: 6px 0 8px 0;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#contact .social-links a:hover {
	background: #55b03f;
	color: #fff;
}

#contact .form #sendmessage {
	color: #71c55d;
	border: 1px solid #71c55d;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}


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

# Footer

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

.footer {
	color: #fff;
	background: var(--kwn-ink);
	padding-top: 30px;
}

.footer .footer-logo .navbar-brand {
	color: #fff;
	font-family: 'Prompt', sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.footer .footer-logo p {
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
}

.footer .footer-logo {
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: 200;
}

.footer h4 {
	font-size: 18px;
	color: #fff;
	padding-bottom: 5px;
}

.footer ul li a {
	list-style-type:none;
	color: #fff;
	font-size: 16px;
	font-weight: 200;
}

.footer ul li a:hover {
	list-style-type:none;
	color: #DCDCDC;
	font-size: 17px;
	font-weight: 200;
}

.footer .copyrights {
	background: #454444;
	color: #fff;
	text-align: left;
	padding: 8px;
}

.footer .copyrights p,
.footer .copyrights .credits {
	margin: 0;
	padding: 0;
	font-family: 'Prompt', sans-serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0;
	color: #fff;
}

.footer .copyrights p a,
.footer .copyrights .credits a {
	letter-spacing: 0;
	color: #fff;
}

.footer .social-links {
	padding-top: 10px;
}

.footer .social-links a {
	font-size: 18px;
	display: inline-block;
	color: #fff;
	line-height: 1;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

.owl-carousel owl-theme .item {
	margin: 3px;
}

.owl-carousel owl-theme .item img {
	display: block;
	width: 100%;
	height: auto;
}


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


/* Testimonials Section

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

#testimonials1 .testimonials-content {
	/*box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);*/
	padding: 0;
}

#testimonials1 .testimonials-content::before {
	/* color: #98221f;

  content: "";*/
	display: inline-block;
	font: 62px/1 FontAwesome;
	position: absolute;
	right: 43px;
	text-align: left;
	top: -29px;
}

#testimonials1 .top-top>h2 {
	font-family: 'Prompt', sans-serif;
	font-size: 35px;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 30px;
	text-transform: capitalize;
	color: #666;
}

#testimonials1 h4 {
	font-size: 18px;
	font-family: 'Prompt', sans-serif;
	text-align: center;
	color: #666;
}

#testimonials1 span {
	font-size: 15px;
	font-weight: 300;
	margin-left: 16px;
}

#testimonials1 .btm-btm ul li {
	float: left;
	margin-left: 13px;
	border-radius: 50%;
	margin-right: 13px;
	background: #eee none repeat scroll 0 0;
	border-radius: 50%;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	display: block;
	height: 10px;
	width: 10px;
}

#testimonials1 .btm-btm .active {
	background: #71c55d;
}


/*---------------Timeline--------------*/

ul.timeline {
	list-style-type: none;
	position: relative;
}

ul.timeline:before {
	content: ' ';
	background: #d4d9df;
	display: inline-block;
	position: absolute;
	left: 29px;
	width: 2px;
	height: 100%;
	z-index: 400;
}

ul.timeline>li {
	margin: 20px 0;
	padding-left: 20px;
}

ul.timeline>li:before {
	content: ' ';
	background: white;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #ef6a8e;
	left: 20px;
	width: 20px;
	height: 20px;
}


/* Blog Section

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

@media (max-width: 991px) {
	#blogdata .block-blog {
		margin-bottom: 30px;
	}
}

#blogdata img {
	width: 100%;
}

#blogdata .blogdata-blog {
	display: inline-block;
	min-height: 125px;
	padding: 20px 10px;
	width: 100%;
	font-size: 16px;
}

#blogdata .blogdata-blog p {
	color: #505050;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.3px;
	line-height: 2;
	margin-bottom: 20px;
}

#blogdata .blogdata-blog span {
	float: left;
	font-size: 15px;
	font-weight: 500;
}

#blogdata .blogdata-blog a {
	text-decoration: none;
	color: #000;
	letter-spacing: 0px;
}

#blogdata .blogdata-blog a:hover {
	color: #ef6a8e;
}


/* Blog Section

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

@media (max-width: 991px) {
	#blognews .block-blog {
		margin-bottom: 30px;
	}
}

#blognews img {
	width: 100%;
}

#blognews .blognews-blog {
	display: inline-block;
	min-height: 125px;
	padding: 20px 10px;
	width: 100%;
	font-size: 16px;
}

#blognews .blognews-blog p {
	color: #505050;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.3px;
	line-height: 2;
	margin-bottom: 20px;
}

#blognews .blognews-blog span {
	float: left;
	font-size: 15px;
	font-weight: 500;
}

#blognews .blognews-blog a {
	text-decoration: none;
	color: #000;
	letter-spacing: 0.2px;
	font-size: 15px;
}

#blognews .blognews-blog a:hover {
	color: #ef6a8e;
}


/* Blog Section

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

@media (max-width: 991px) {
	#blogac .block-blog {
		margin-bottom: 30px;
	}
}

#blogac .block-blog img {
	width: 100%;
}

#blogac .block-blog .content-blog {
	display: inline-block;
	min-height: 125px;
	padding: 20px 10px;
	width: 100%;
	font-size: 12px;
}

#blogac .content-blog p {
	color: #000;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.3px;
	line-height: 2;
	margin-bottom: 20px;
}

#blogac .block-blog .content-blog h4 a:hover {
	color: #e86e90;
}

#blogac .block-blog .content-blog>span {
	float: left;
	font-size: 12px;
}

#blogac .block-blog .content-blog a {
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 13px;
	color: #333;
}

#blogac .block-blog .content-blog a.readmore {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	transition: 0.3s;
	letter-spacing: 2;
	text-transform: capitalize;
}

#blogac .block-blog .content-blog a.readmore:hover {
	color: #ed6c8e;
}

.black-ribbon {  position: fixed;  z-index: 9999;  width: 70px;}@media only all and (min-width: 768px) {  .black-ribbon {    width: auto;  }}.stick-left { left: 0; }.stick-right { right: 0; }.stick-top { top: 0; }.stick-bottom { bottom: 0; }