@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

* {
	padding: 0;
	margin: 0;
}

html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	overflow-x: hidden;
	background-color: #ffffff;
	color: #363636;
}

html,
body,
.wrapper {
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: 1.2;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0;
	margin: 0;
}

h1,
h2,
h3,
h4 {
	margin-bottom: 15px;
}

h5,
h5 {
	margin-bottom: 10px;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

a,
.btn,
button {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	outline: medium none;
}

a img,
iframe {
	border: none;
}

p {
	color: #363636;
	line-height: 26px;
	margin: 0 0 15px;
	text-transform: none;
	font-weight: 400;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eee;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #363636;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
	box-shadow: inherit;
}

ul {
	margin: 0;
	list-style-type: none;
}

a,
a:active,
a:focus,
a:hover {
	outline: none;
	text-decoration: none;
	color: #363636;
}

a:hover {
	color: #ea9688;
}

a {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
}

b,
strong {
	font-weight: 900;
}

.btn.active,
.btn:active {
	background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
	outline: 0;
}

.btn.circle {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.btn.active,
.btn:active {
	outline: 0;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
	min-height: 50px;
}

/* Default CSS */
.container-half {
	margin: 0 auto;
	width: 60%;
	padding: 0 15px;
}

.bg-cover {
	background-position: center center;
	background-size: cover;
}

.bg-fixed {
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}

.bg-gray {
	background-color: #f9f9f9;
}

.bg-theme-small {
	background-color: #edf5ff;
}

.bg-light {
	background-color: #ffffff;
}

.bg-theme {
	background-color: #ea9688;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
	color: #ffffff;
}

.shadow {
	position: relative;
	z-index: 1;
}

.shadow.dark::after {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.dark-hard::after {
	background: #323a45 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.light::after {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.theme::after {
	background: #ea9688 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.theme-hard::after {
	background: #ea9688 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.default-padding {
	padding-top: 90px;
	padding-bottom: 90px;
}

.default-padding-top {
	padding-top: 90px;
}

.default-padding-bottom {
	padding-bottom: 90px;
}

.default-padding.bottom-less {
	padding-top: 90px;
	padding-bottom: 90px;
}

.default-padding.bottom-30 {
	padding-top: 90px;
	padding-bottom: 30px;
}

.default-padding.bottom-20 {
	padding-top: 90px;
	padding-bottom: 20px;
}

.padding-xl {
	padding-top: 180px;
	padding-bottom: 180px;
}

.carousel-shadow {
	padding-bottom: 70px;
}

.btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	font-weight: 700;
	letter-spacing: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.btn-md {
	padding: 10px 40px 10px;
}

.btn-sm {
	padding: 8px 35px;
	font-size: 12px;
}

.btn.btn-sm-pro {
	font-size: 10px;
	font-weight: 600;
	margin-top: 5px;
	padding: 4px 35px;
	display: inline-block;
}

.btn-border-light {
	border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
	background-color: #ffffff;
	color: #323a45;
	border: 2px solid #ffffff;
}

.btn-dark {
	background-color: #323a45;
	color: #ffffff;
	border: 2px solid #323a45;
}

.btn-dark.border {
	background-color: transparent;
	color: #323a45;
	border: 2px solid #323a45;
}

.btn-dark.border:hover {
	background-color: #323a45;
	color: #ffffff !important;
	border: 2px solid #323a45;
}

.btn.btn-light {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #323a45;
}

.btn.btn-light:hover,
.btn.btn-light:focus {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #ffffff;
}

.btn.btn-light.effect:hover,
.btn.btn-light.effect:focus {
	background-color: #ea9688;
	color: #ffffff !important;
	border: 2px solid #ea9688;
}

.btn.btn-light.border {
	background: transparent;
	border: 2px solid #ffffff;
	color: #ffffff;
}

.btn.btn-light.border:hover {
	background: #ffffff none repeat scroll 0 0 !important;
	border: 2px solid #ffffff !important;
	color: #323a45 !important;
}

.btn-dark:hover,
.btn-dark:focus {
	color: #323a45 !important;
	background: transparent;
}

.bg-dark {
	background: #323a45 none repeat scroll 0 0;
}

.btn-theme {
	background-color: #ea9688;
	color: #ffffff !important;
	border: 2px solid #ea9688;
}

.btn-theme.border {
	background-color: transparent;
	color: #ea9688 !important;
	border: 2px solid #ea9688;
}

.btn-theme.border:hover {
	background-color: #ea9688;
	color: #ffffff !important;
	border: 2px solid #ea9688;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
	background: #ea9688 none repeat scroll 0 0;
	border: 2px solid #ea9688;
	color: #ffffff;
}

.btn.btn-sm-lm {
	font-size: 12px;
	padding: 4px 35px;
}

.waves-shape-inc {
	position: relative;
	z-index: 1;
}

.waves-shape {
	background: rgba(0, 0, 0, 0) url("assets/img/waves-shape.svg") no-repeat scroll center bottom / cover;
	bottom: 0;
	float: left;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.bg-fixed {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

.bg-cover {
	background-position: center center;
	background-size: cover;
}

.container-full {
	padding: 0 15px;
	width: 100%;
}

.oh {
	overflow: hidden;
}

.less-margin {
	margin: 0;
}

header {
	position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
	position: relative;
	z-index: 1;
	margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
	border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
	background: #ffffff none repeat scroll 0 0;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
	width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
	width: 0;
}

.attr-nav .social.right li {
	margin-left: 20px;
}

.attr-nav .social li a {
	font-size: 16px;
}

.navbar .attr-nav.button a {
	border: 1px solid #ffffff;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	padding: 5px 25px !important;
	text-transform: uppercase;
}

.navbar .attr-nav.button.theme a {
	background: #ea9688 none repeat scroll 0 0;
	border: 1px solid transparent;
	color: #ffffff;
}

.navbar .attr-nav.button.circle a {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
	display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
	margin-right: 30px;
	padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
	margin-right: 0;
	padding: 35px 20px;
}

nav.navbar.bootsnav.active-border ul.nav>li>a {
	position: relative;
}

nav.navbar.bootsnav.active-border ul.nav>li.active>a::before {
	background: #ea9688 none repeat scroll 0 0;
	bottom: -1px;
	content: "";
	height: 2px;
	left: 15%;
	position: absolute;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	width: 70%;
}

.attr-nav>a.btn-theme.effect:hover,
.attr-nav>a.btn-theme.effect,
.attr-nav>a.btn-theme.effect:focus {
	background: #ea9688 none repeat scroll 0 0;
	border: 2px solid #ea9688;
	color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
	margin-right: 30px;
	padding: 35px 0;
}

.attr-nav.social li {
	display: inline-block;
	padding: 25px 0 !important;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
	border: 1px solid #f4f4f4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ea9688;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	padding: 0 !important;
	text-align: center;
	width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
	display: inline-block;
	padding: 20px 0 !important;
}

.site-heading h2 {
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.site-heading h2 span {
	color: #ea9688;
}

.site-heading h4 {
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
}

.site-heading h4::before {
	background: #ea9688 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	width: 50px;
}

.site-heading h2 span {
	color: #ea9688;
}

.site-heading {
	margin-bottom: 60px;
	overflow: hidden;
	margin-top: -5px;
}


/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
	padding: 100px 0;
}

.breadcrumb-area .breadcrumb {
	background: transparent none repeat scroll 0 0;
	border-radius: inherit;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	display: inline-block;
	margin: 0;
	padding: 15px 0 0;
	position: relative;
	z-index: 1;
}

.breadcrumb-area h1 {
	display: block;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
}

.breadcrumb>li+li::before {
	color: #ffffff;
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	padding: 0 5px;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
	font-weight: 600;
	text-transform: uppercase;
}

.breadcrumb-area .breadcrumb li.active {
	color: #ea9688;
}


/* Round Shape */
.shape-box {
	position: relative;
	z-index: 1;
}

.shape-box .round-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.shape-box .round-shape img {
	width: 100%;
	height: auto;
}


/* ============================================================== 
     # Banner 
=================================================================== */
body,
.banner-area,
.banner-area div {
	height: 100%;
}

.banner-area.auto-height,
.banner-area.auto-height div {
	height: auto;
	min-height: 100%;
}

.banner-area .box-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.banner-area .box-table {
	display: table;
	width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
	height: auto;
}

.banner-area {
	position: relative;
	overflow: hidden;
}

.banner-area .wavesshape {
	bottom: -15px;
	left: 0;
	position: absolute;
	right: 0;
	top: auto;
	width: 100%;
}

.banner-area .wavesshape.shape {
	bottom: -50px;
}

.banner-area .content {
	position: relative;
	z-index: 9;
}

.banner-area.wavesshape {
	position: relative;
	z-index: 1;
}

.banner-area.triangle-shadow {
	position: relative;
	z-index: 1;
}

.banner-area.triangle-shadow::before {
	border-bottom: 0 solid transparent;
	border-right: 100vw solid #fff;
	border-top: 80px solid transparent;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 101;
}

.banner-area.shadow-inner .content {
	padding: 30px;
	position: relative;
	z-index: 1;
}

.banner-area a {
	margin-right: 5px;
}

.banner-area.text-center a {
	margin-right: 3px;
	margin-left: 3px;
}

.banner-area.content-double .double-items {
	align-items: center;
	align-self: center;
	display: flex;
	justify-content: center;
	vertical-align: middle;
}

.banner-area.auto-height .double-items,
.banner-area.auto-height .content-box {
	overflow: hidden;
	padding-top: 160px;
}

.banner-area .content-box .banner {
	margin-top: 50px;
}

.banner-area .content-box.video-popup .banner {
	position: relative;
}

.banner-area .video-play-button.video-inline {
	bottom: inherit;
	display: inline-block;
	font-size: 20px;
	left: 0;
	margin-bottom: 0 !important;
	margin-left: 20px;
	margin-right: 0 !important;
	margin-top: 0 !important;
	padding: 0;
	position: relative;
	top: 0;
	transform: inherit;
	height: 60px;
	width: 60px;
	line-height: 60px;
}

.banner-area .content-box.video-popup .content a {
	margin-top: 30px !important;
}

.banner-area .video-play-button.video-inline i {
	position: relative;
	text-align: center;
	top: 20px;
	width: 100%;
	padding-left: 3px;
}

.banner-area .video-play-button.video-inline::before,
.banner-area .video-play-button.video-inline::after {
	height: 60px;
	width: 60px;
}

.banner-area .item-cell .item {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

.banner-area.text-small .content h1 {
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.banner-area.text-small .content a {
	margin-top: 15px;
}

#particles-js,
#ripple {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/* Banner Content */
.banner-area .video-play-button {
	color: #ea9688 !important;
	display: block;
	font-size: 32px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	top: 25px;
	width: 80px;
	z-index: 10;
}

.banner-area .video-play-button i {
	padding-left: 5px;
	position: relative;
}

.banner-area .double-items .content.inc-video a.video-inline.video-play-button {
	display: inline-block;
	left: 10px;
	top: -5px;
}

.banner-area .double-items .content.inc-video a.video-inline.video-play-button i {
	color: #ffffff;
	margin-left: -14px;
	text-align: center;
}

.banner-area .video-play-button.item-center {
	line-height: 80px;
	margin: auto;
}

.banner-area .video-play-button.item-center i {
	left: 25px;
	position: absolute;
	top: 23px;
}

.banner-area.text-small .video-play-button::before {
	left: 15px;
	background-color: #ea9688;
}

.banner-area.text-small .video-play-button::after {
	left: 15px;
	background-color: #ea9688;
}

.banner-area.text-small .content p {
	color: #323a45;
}

.banner-area.text-small.text-light .content p {
	color: #ffffff;
}

.banner-area.bg-theme.text-dark .content p {
	color: #323a45;
}

.banner-area.auto-height .content-box .banner-carousel .owl-dots {
	bottom: 20px;
	margin: 0;
	min-height: auto;
	position: absolute;
	text-align: center;
	width: 100%;
}

.banner-area.auto-height .content-box .banner-carousel .owl-dots span {
	background: #ffffff none repeat scroll 0 0;
	border: 3px solid #ea9688;
	height: 15px;
	width: 15px;
}

.banner-area.auto-height .content-box .banner-carousel .owl-dots .owl-dot.active span {
	background: #ea9688 none repeat scroll 0 0;
}

.banner-area .form-info {
	overflow: hidden;
	padding: 30px;
	position: relative;
	z-index: 1;
}

.banner-area .form-info::after {
	background: #323a45 none repeat scroll 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.banner-area.shadow.dark .form-info::after {
	background: #ffffff none repeat scroll 0 0;
}

.banner-area .form-info h2 {
	line-height: 1.3;
	margin-bottom: 25px;
	text-transform: capitalize;
}

.banner-area.shadow.dark .form-info h2 {
	color: #323a45;
}

.banner-area .form-info h2 span {
	color: #ea9688;
	font-weight: 900;
}

.banner-area .form-info button {
	background: #ea9688 none repeat scroll 0 0;
	border: medium none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inherit;
	color: #ffffff;

	font-weight: 600;
	padding: 10px 30px;
	text-transform: capitalize;
}

.banner-area.text-normal .content h1 {
	font-size: 45px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.1;
	margin-bottom: 25px;
	text-transform: capitalize;
}

.banner-area.text-normal .content span {
	color: #ea9688;
}

.banner-area.text-normal .content a {
	margin-top: 15px;
}

.banner-area p {
	font-size: 18px;
	line-height: 30px;
}

.form.shadow-light form input {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: transparent none repeat scroll 0 0;
	border-color: rgba(0, 0, 0, 0.2);
	border-image: none;
	border-radius: inherit;
	border-style: none none solid;
	border-width: medium medium 1px;
	box-shadow: inherit;
	padding: 0;
	color: #323a45;
}

.form.shadow-light form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #323a45 !important;
	opacity: 1;
}

.form.shadow-light form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #323a45 !important;
	opacity: 1;
}

.form.shadow-light form input::-ms-input-placeholder {
	/* IE 10+ */
	color: #323a45 !important;
	opacity: 1;
}


/* New Shape */
.banner-area.half-bg {
	position: relative;
	z-index: 1;
}

.banner-area.half-bg::before {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 50%;
	background: #000000;
	opacity: 0.7;
}

.banner-area.half-bg .form-info {
	padding: 0;
}

.banner-area.half-bg .form-info::after {
	display: none;
}

/* ============================================================== 
     # We Offer 
=================================================================== */

.carousel-shadow .owl-stage-outer {
	margin: -15px -15px 0;
	padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid;
	height: 15px;
	margin: 0 5px;
	width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
	background: #ea9688 none repeat scroll 0 0;
	border-color: #ea9688;
}

.we-offer-area .item {
	background: #ffffff none repeat scroll 0 0;
	border-left: 2px solid #ea9688;
	-moz-box-shadow: 0 0 10px #cccccc;
	-webkit-box-shadow: 0 0 10px #cccccc;
	-o-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
	overflow: hidden;
	padding: 30px;
	position: relative;
	z-index: 1;
}

.we-offer-area.text-center .item {
	background: #ffffff none repeat scroll 0 0;
	border: medium none;
	padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
	background: #ea9688 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	font-size: 40px;
	height: 80px;
	line-height: 80px;
	position: relative;
	text-align: center;
	width: 80px;
	z-index: 1;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
	border: 2px solid #ea9688;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 90px;
	left: -5px;
	position: absolute;
	top: -5px;
	width: 90px;
	z-index: -1;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
	border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
	margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {

	font-size: 50px;
	font-weight: 900;
	opacity: 0.1;
	position: absolute;
	right: 30px;
	top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
	background: #ea9688 none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
	color: #ffffff;
}

.we-offer-area .item i {
	color: #ea9688;
	display: inline-block;
	font-size: 60px;
	margin-bottom: 20px;
}

.we-offer-area .item h4 {
	font-weight: 600;
	text-transform: capitalize;
}

.we-offer-area .item p {
	margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
	background: #ea9688 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	width: 100%;
	z-index: -1;
}

.we-offer-area .item:hover::after {
	left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
	color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
	border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
	background-color: #ffffff !important;
	color: #ea9688 !important;
}

.we-offer-area.text-left .item i {
	background: #ea9688 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 60px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 30px;
	position: relative;
	width: 100px;
	z-index: 1;
	text-align: center;
}

.we-offer-area.text-left .item i::after {
	border: 2px solid #ea9688;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 90px;
	left: -10px;
	position: absolute;
	top: -10px;
	width: 90px;
}


/* ============================================================== 
     # About 
=================================================================== */

.promo-video a i {
	color: #ea9688;
	font-size: 30px;
	left: 50%;
	margin-left: -10px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
}

.about-area .default.info h4 {
	color: #ea9688;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.about-area .default.info h2 {
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 20px;
}

.about-area .bottom-info {
	border-top: 1px solid #e7e7e7;
	margin-top: 35px;
	padding-top: 30px;
}

.about-area .bottom-info span {
	display: table;
	padding-top: 2px;
}

.about-area .default.info h3 {
	font-weight: 600;
	margin-bottom: 20px;
}

.about-area .default.info>a {
	margin-top: 10px;
}

.about-area ul li {
	display: block;
	margin-bottom: 25px;
	padding-left: 25px;
	position: relative;
	z-index: 1;
}

.about-area ul li::before {
	color: #ea9688;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 0;
	position: absolute;
	top: -5px;
}

.about-area ul li h5 {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.about-area ul li:last-child {
	border: medium none;
	margin: 0;
	padding: 0 0 0 25px;
}

.about-area ul {
	margin: 30px 0 15px;
}


/* ============================================================== 
     # Features 
=================================================================== */

.features-items,
.features-items .items-box {
	overflow: hidden;
}

.features-area .equal-height::after {
	background: #e7e7e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	position: absolute;
	right: -1px;
	top: 0;
	width: 1px;
}

.features-area.item-full .equal-height::before {
	background: #e7e7e7 none repeat scroll 0 0;
	content: "";
	height: 1px;
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 100%;
}

.features-area .features-items .col-md-5,
.features-area .features-items .col-md-7 {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

.features-area .features-items.reversed .col-md-5,
.features-area .features-items.reversed .col-md-7 {
	display: inline-block;
	float: left;
}

.features-area .features-items.reversed .info-box {
	float: right;
}

.features-area .features-items .item {
	padding: 15px 30px;
}

.features-area.item-full .features-items .item {
	padding: 30px;
}

.features-area .features-items .item h4 {
	position: relative;
}

.features-area.bottom-small {
	padding-bottom: 25px;
}

.features-area.default-padding.bottom-none {
	padding-bottom: 30px;
}

.features-area .item .icon {
	margin-bottom: 20px;
}

.features-area .item .info {}

.features-area .item .icon i {
	background: #ffffff none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 0 0 10px #cccccc;
	-webkit-box-shadow: 0 0 10px #cccccc;
	-o-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
	color: #ea9688;
	display: inline-block;
	font-size: 50px;
	height: 100px;
	line-height: 100px;
	position: relative;
	text-align: center;
	width: 100px;
	z-index: 1;
}

.features-area .features-items .items-box i {
	background: transparent;
}

.features-area .item .icon {
	margin-bottom: 25px;
}

.features-area .features-items.icon-solid i {
	border-radius: inherit;
	-moz-box-shadow: 0 0 10px #cccccc;
	-webkit-box-shadow: 0 0 10px #cccccc;
	-o-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
	color: #ea9688;
	display: inline-block;
	font-size: 50px;
	height: 80px;
	line-height: 80px;
	position: relative;
	text-align: center;
	width: 80px;
}

.features-area .item .info h4 {
	font-weight: 600;
	text-transform: capitalize;
}

.features-area .item .info p {
	margin: 0;
}

.features-area .features-items.less-icon .items-box.inc-cell .item .info {
	padding-left: 0;
}

.features-area .features-items .items-box.inc-cell .item .info a {
	color: #666666;
	display: inline-block;
	margin-top: 15px;
	text-transform: uppercase;
}

.features-area .features-items .items-box.inc-cell .item .info a:hover {
	color: #ea9688;
}

.features-area.box-items .features-items .item {
	padding: 50px;
	box-shadow: 0 0 10px #cccccc;
	border-radius: 5px;
}

.features-area.box-items .features-items .equal-height {
	margin-bottom: 30px;
}

.features-area.box-items .features-items .equal-height::after {
	display: none;
}

.features-area.box-items .features-items {
	overflow: inherit;
}

.features-area.box-items .features-items .item .icon i {
	background: #ea9688;
	color: #ffffff;
}


/* ============================================================== 
     # Work List 
=================================================================== */

.work-list-area .nav-pills li {
	display: inline-block;
	float: none;
	margin-bottom: 10px;
}

.work-list-area .tab-navigation {
	display: block;
	height: auto;
	margin-bottom: 30px;
	min-height: auto;
}

.work-list-area .nav-pills li a {
	background: #ffffff none repeat scroll 0 0;
	-moz-box-shadow: 0 0 10px #cccccc;
	-webkit-box-shadow: 0 0 10px #cccccc;
	-o-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
	color: #323a45;
	display: inline-block;
	font-weight: 600;
	margin: 0 5px;
	padding: 10px 40px;
	text-transform: uppercase;
}

.work-list-area .nav-pills li.active a {
	background: #ea9688 none repeat scroll 0 0;
	color: #ffffff;
}

.work-list-area .overview-items.vertical .tab-navigation,
.work-list-area .overview-items.vertical .tab-content {
	display: table-cell;
	vertical-align: top;
}

.work-list-area .overview-items.vertical .tab-navigation {
	background: #edf5ff none repeat scroll 0 0;
	min-width: 200px;
	overflow: inherit;
	padding: 30px 50px;
}

.work-list-area .overview-items.vertical .tab-navigation li {
	display: block;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.work-list-area .overview-items.vertical .tab-navigation li:last-child {
	margin-bottom: 0;
}

.work-list-area .overview-items .item .info h3,
.work-list-area .overview-items .item .info h4 {
	font-weight: 600;
	text-transform: capitalize;
}

.work-list-area .thumb {
	padding-right: 25px;
	position: relative;
	z-index: 1;
}

.work-list-area.include-arrow .thumb::after {
	border-bottom: 20px solid transparent;
	border-right: 20px solid #ffffff;
	border-top: 20px solid transparent;
	content: "";
	margin-top: -20px;
	position: absolute;
	right: 25px;
	top: 50%;
}

.work-list-area.bg-gray .thumb::after {
	border-right: 20px solid #f9f9f9;
}

.work-list-area .single-item.reverse .thumb::after {
	display: none;
}

.work-list-area.include-arrow .single-item.reverse .thumb::before {
	border-bottom: 20px solid transparent;
	border-left: 20px solid #ffffff;
	border-top: 20px solid transparent;
	content: "";
	margin-top: -20px;
	position: absolute;
	left: 25px;
	top: 50%;
}

.work-list-area.bg-gray .single-item.reverse .thumb::before {
	border-left: 20px solid #f9f9f9;
}

.work-list-area .info ul {
	display: block;
	margin-top: 25px;
}

.work-list-area .info ul li {
	border-bottom: 1px solid #e7e7e7;
	display: block;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding-left: 35px;
	position: relative;
	z-index: 1;
}

.work-list-area .info ul li::before {
	border: 2px solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ea9688;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: 600;
	height: 25px;
	left: 0;
	line-height: 22px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 25px;
}

.work-list-area .info ul li:last-child {
	margin: 0;
	padding-bottom: 0;
	border: none;
}

.work-list-area .info h3 {
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 25px;
	text-transform: capitalize;
}

.work-list-area .info a {
	margin-top: 30px;
}

.overview-items.solid-items .single-item {
	margin-bottom: 80px;
	overflow: hidden;
}

.overview-items.solid-items .single-item:last-child {
	margin-bottom: 0;
}

.work-list-area .tab-content .info li h4 {
	display: block;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.overview-items .single-item.reverse .thumb {
	float: right;
	padding-left: 25px;
	padding-right: 15px;
}

/* ============================================================== 
     # Success Stories 
=================================================================== */
.success-stories-area .item-flex {
	display: flex;
}

.success-stories-area .item-flex .thumb {
	padding: 0;
}

.success-stories-area .info {
	padding: 80px;
}

.success-stories-area .info h4 {
	color: #ea9688;
	font-weight: 600;
	text-transform: uppercase;
}

.success-stories-area .info h2 {
	font-weight: 600;
	margin-bottom: 30px;
}

.success-stories-area .info a {
	margin-top: 15px;
}

.success-stories-area .stories-carusel .owl-dots {
	text-align: left;
	margin-top: 30px !important;
}

.success-stories-area .stories-carusel .owl-dots .owl-dot span {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid;
	height: 15px;
	margin: 0 5px;
	width: 15px;
}

.success-stories-area .stories-carusel .owl-dots .owl-dot.active span {
	background: #ea9688 none repeat scroll 0 0;
	border-color: #ea9688;
}

/* ============================================================== 
     # Pricing Table 
=================================================================== */

.pricing-area .site-heading {
	margin-bottom: 100px;
}

.pricing-item {
	background: #ffffff none repeat scroll 0 0;
	-moz-box-shadow: 0 0 10px #cccccc;
	-webkit-box-shadow: 0 0 10px #cccccc;
	-o-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
	margin-bottom: 80px;
	position: relative;
	z-index: 9;
}

.pricing-item .icon {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 50px;
	height: 100px;
	left: 50%;
	line-height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100px;
}

.pricing-item .icon::after {
	background: #ffffff none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.pricing-item.active .icon::after {
	background: #ea9688 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.pricing-item.active .icon i {
	color: #ffffff !important;
}

.pricing-item .icon i {
	color: #ea9688;
	cursor: inherit !important;
}

.pricing-header h4 {
	font-weight: 600;
	text-transform: uppercase;
	color: #323a45;
}

.pricing-header h2 {
	color: #323a45;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: 0;
}

.pricing-header h2 sup {
	font-size: 24px;
	font-weight: 500;
	top: -25px;
}

.pricing-header h2 sub {
	font-size: 18px;
	font-weight: 400;
	margin-left: -5px;
}

.pricing-item .pricing-header span {

	font-weight: 600;
	text-transform: uppercase;
}

.pricing-header {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px !important;
	padding: 50px 30px 30px !important;
}

.pricing-item .footer {
	padding: 20px 30px 30px;
}

.pricing-item li {

	line-height: 40px;
	margin: 0 30px;
	text-transform: capitalize;
}

.pricing-area .pricing-item.active .pricing-header {
	background: #ea9688 none repeat scroll 0 0;
	border-color: transparent;
	margin: 0;
}

.pricing-area.color-yellow .pricing-item.active .pricing-header {
	background: #ff9800 none repeat scroll 0 0;
}

.pricing-area .pricing-item.active .pricing-header h2,
.pricing-area .pricing-item.active .pricing-header h4,
.pricing-area .pricing-item.active .pricing-header span {
	color: #ffffff;
}

.pricing-area .pricing-item.active .pricing-header span.badge {
	background: #ffffff none repeat scroll 0 0;
	color: #323a45;
}

.pricing-item li i {
	color: #999;
	margin-left: 2px;
	margin-right: 5px;
}

.pricing-item li i:hover {
	cursor: help;
}

.pricing-item li i.fa-times {
	color: #e22626;
}


/* ============================================================== 
     # Team 
=================================================================== */

.team-area .single-item {
	margin-bottom: 30px;
}

.team-area .item .thumb {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.team-area .item .thumb::after {
	background: #232323 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	width: 100%;
}

.team-area .team-items .item:hover .thumb::after {
	opacity: 0.7;
}

.team-area .item .thumb .overlay {
	top: -100%;
	left: 0;
	padding: 20px;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	width: 100%;
	z-index: 1;
}

.team-area .item:hover .thumb .overlay {
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}

.team-area .item .thumb .overlay p {
	color: #ffffff;
}

.team-area .item .thumb .overlay h4 {
	color: #ffffff;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
}

.team-area .item .thumb img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.team-area .item:hover .thumb img {
	opacity: .6;
}

.team-area .item .thumb .social li {
	display: inline-block;
}

.team-area .item .thumb .social li a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 0 2px;
	text-align: center;
	width: 40px;
}

.team-area .info {
	background: #ffffff none repeat scroll 0 0;
	-moz-box-shadow: 0 0 10px #cccccc;
	-webkit-box-shadow: 0 0 10px #cccccc;
	-o-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
	padding: 40px 20px 20px;
	position: relative;
	text-align: center;
	z-index: 9;
}

.team-area .info .message {
	height: 50px;
	line-height: 40px;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
}

.team-area .info .message a {
	background: #fff none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 0 0 10px #cccccc;
	-webkit-box-shadow: 0 0 10px #cccccc;
	-o-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
	box-sizing: border-box;
	color: #ea9688;
	display: inline-block;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}

.team-area .info .message a i {
	font-weight: 500;
}

.team-area .info h4 {
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.team-area .info span {
	color: #ea9688;

	font-weight: 600;
	text-transform: uppercase;
}

.team-area .social li.twitter a {
	background-color: #00b6f1;
}

.team-area .social li.pinterest a {
	background-color: #bd081c;
}

.team-area .social li.facebook a {
	background-color: #3b5998;
}

.team-area .social li.google-plus a {
	background-color: #df4a32;
}

.team-area .social li.vimeo a {
	background-color: #1ab7ea;
}

.team-area .social li.instagram a {
	background-color: #cd486b;
}


/* ============================================================== 
     # Video Button Play
=================================================================== */

.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #ffffff repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #ffffff repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 200ms;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.video-play-button i {
	display: block;
	position: relative;
	z-index: 3;
}

/* ============================================================== 
     # Blog 
=================================================================== */

.blog-area .blog-items.blog-carousel {
	margin-bottom: -8px;
}

.blog-area .blog-items .item {
	background: #ffffff none repeat scroll 0 0;
	-moz-box-shadow: 0 0 10px #cccccc;
	-webkit-box-shadow: 0 0 10px #cccccc;
	-o-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
	margin-bottom: 30px;
}

.blog-area.full-width .blog-items .item {
	margin-bottom: 0;
}

.blog-area .blog-items .info {
	padding: 30px;
}

.blog-area.full-width .blog-items .equal-height {
	margin-bottom: 50px;
}

.blog-area .info .meta li {
	color: #999999;
	display: inline-block;

	font-weight: 400;
	margin-right: 10px;
}

.blog-area .info .meta li a {
	color: #999999;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
}

.blog-area .info .meta li i {
	margin-right: 5px;
}

.blog-area .info .meta {
	margin-bottom: 15px;
}

.blog-area .info a:hover {
	color: #ea9688;
}

.blog-area .info .meta a:hover {
	color: #ea9688;
}

.blog-area .info>a {
	margin-top: 20px;
}

.blog-area .info h2 a,
.blog-area .info h3 a,
.blog-area .info h4 a {
	font-weight: 600;
	line-height: 1.4;
	text-transform: capitalize;
}

.blog-area .info h2,
.blog-area .info h3,
.blog-area .info h4 {
	font-weight: 600;
	line-height: 1.4;
	text-transform: capitalize;
}

blockquote {
	border-left: 3px solid #ea9688;
	color: #323a45;
	font-size: 17.5px;
	margin: 0 0 20px;
	padding: 10px 20px;
}

.blog-area .item .thumb {
	position: relative;
	z-index: 1;
}

.blog-area .item .thumb .tags {
	bottom: 15px;
	left: 30px;
	position: absolute;
}

.blog-area .item .thumb .tags a {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	font-size: 12px;
	margin-right: 5px;
	padding: 2px 15px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.more-btn {
	background: #ffffff none repeat scroll 0 0;
	color: #ea9688;
	font-weight: 600;
	padding-left: 11px;
	text-transform: uppercase;
}

.blog-area .read-more {
	position: relative;
	text-align: right;
	z-index: 1;
	margin-top: 15px;
}

.blog-area .read-more a::after {
	background: #e7e7e7 none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: -1;
}

.blog-area.single .form-group.submit {
	margin-bottom: 0;
}

/* Pagination */

.blog-area .pagi-area {
	margin-bottom: -10px;
}

.blog-area .pagi-area .pagination {
	margin: 0;
}

.blog-area .pagi-area .pagination a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #323a45;
	font-weight: 600;
	margin-right: 10px;
	margin-top: 5px;
	padding: 15px 25px;
}

.blog-area .pagi-area .pagination li.active a {
	background-color: #ea9688;
	color: #ffffff;
	border: 1px solid transparent;
}

.blog-area.single .post-tags a {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
	margin: 5px 10px 5px 5px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.blog-area.single .post-tags a::after {
	content: ",";

	font-size: 20px;
	position: absolute;
	right: -5px;
	top: 0;
}

.blog-area.single .post-tags a:last-child::after {
	display: none;
}

.post-tags {
	display: block;
	padding-top: 10px;
	width: 100%;
}

.post-tags span {
	display: inline-block;

	font-size: 18px;
	font-weight: 600;
	margin-right: 15px;
	text-transform: capitalize;
}

.blog-area.full-blog.single-blog .blog-items .info {
	margin: 0;
	padding: 30px 0 0;
}

.blog-area .blog-items.blog-carousel .owl-dots .owl-dot span {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid;
	height: 15px;
	margin: 0 5px;
	width: 15px;
}

.blog-area .blog-items.blog-carousel .owl-dots .owl-dot.active span {
	background: #ea9688 none repeat scroll 0 0;
	border-color: #ea9688;
	cursor: default;
}

.blog-area.single .post-pagi-area {
	border-top: 1px solid #e7e7e7;
	margin-top: 25px;
	overflow: hidden;
	padding-top: 30px;
}

.blog-area.single .post-pagi-area a {
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #323a45;
	display: inline-block;
	font-weight: 400;
	padding: 5px 25px;
	text-transform: uppercase;
}

blockquote {
	border-left: 3px solid #ea9688;
	color: #323a45;

	font-size: 14px;
	font-weight: 500;
	margin: 20px 0;
	padding: 0 0 0 15px;
}

.blog-area.single .post-pagi-area a:hover {
	color: #ea9688;
}

.blog-area.single .post-pagi-area a:last-child {
	float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
	margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
	margin-left: 3px;
}

.blog-area.single .blog-content .item-box {
	margin-bottom: 0;
}

.blog-area.single .blog-content .item-box .form-group.submit {
	margin-bottom: 0;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.comments-list .commen-item .avatar {
	float: left;
	height: 100px;
	width: 100px;
}

.comments-list .commen-item .content {
	display: table-cell;
	vertical-align: top;
}

.comments-list .commen-item .avatar img {
	height: 80px;
	width: 80px;
}

.comments-list .commen-item {
	margin-bottom: 30px;
}

.comments-area {
	margin-top: 30px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
	border-bottom: 1px solid #e2e2e2;
	font-weight: 600;
	margin-bottom: 30px;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.comments-info a {
	color: #323a45;
	display: inline-block;
	font-size: 12px;
	padding: 1px 10px;
	text-transform: uppercase;
}

.comments-info a:hover {
	color: #ffffff;
}

.comments-info a i {
	margin-right: 10px;
}

.comments-form input,
.comments-form textarea {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: transparent none repeat scroll 0 0;
	border-color: #e7e7e7;
	border-image: none;
	border-radius: inherit;
	border-style: none none solid;
	border-width: medium medium 1px;
	box-shadow: inherit;
}

.comments-form textarea {
	min-height: 150px;
}

.comments-form button {
	background-color: #ea9688;
	border: 1px solid #ea9688;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #ffffff;
	display: inline-block;

	font-size: 12px;
	font-weight: 600;
	line-height: 25px;
	margin-top: 20px;
	padding: 9px 35px;
	text-transform: uppercase;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.comments-form button:hover {
	color: #ffffff;
	background-color: #323a45;
	border: 1px solid #323a45;
}

.comments-area .commen-item .comments-info {
	margin-bottom: 15px;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
	border-bottom: 1px solid #e7e7e7;
	font-weight: 600;
	margin-bottom: 30px;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.blog-area .contact-comments .comments {
	margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
	float: left;
	padding: 0 15px;
}


/* ============================================================== 
     # Testimonials 
=================================================================== */


.testimonials-area .testimonial-item .thumb,
.testimonials-area .testimonial-item .info {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

.testimonial-items {
	margin-bottom: -5px;
}

.testimonials-area .testimonial-item .info .content {
	border-left: 2px solid #e7e7e7;
	padding-left: 25px;
	position: relative;
	z-index: 1;
}

.testimonials-area .testimonial-item .info p {
	padding-top: 30px;
	position: relative;
	z-index: 1;
}

.testimonials-area .testimonial-item .info p::after {
	content: ",,";
	font-family: "Times New Roman";
	font-size: 90px;
	left: 3px;
	letter-spacing: -12px;
	opacity: 0.1;
	position: absolute;
	top: 40px;
	transform: rotate(180deg);
}

.testimonials-area .testimonial-item .info h4 {
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.testimonials-area .testimonial-item .info span {
	color: #ea9688;

	font-weight: 600;
	text-transform: uppercase;
}

.testimonials-area .testimonial-items .owl-dots .owl-dot span {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid;
	height: 15px;
	margin: 0 5px;
	width: 15px;
}

.testimonials-area .testimonial-items .owl-dots .owl-dot.active span {
	background: #ea9688 none repeat scroll 0 0;
	border-color: #ea9688;
}

/* ============================================================== 
     # Signup Area 
=================================================================== */

.signup-area h2 {
	font-weight: 600;
}

.signup-area h3 {
	font-weight: 600;
	text-transform: uppercase;
}

.signup-area a {
	margin-top: 15px;
}

/* ============================================================== 
     # Fun Factor Area 
=================================================================== */
.fun-factor-area .item .fun-fact {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 50px 30px;
}

.fun-factor-area .item .fun-fact .timer {
	color: #ea9688;

	font-size: 50px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 5px;
}

.fun-factor-area .item .fun-fact .medium {
	color: #232323;

	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}

.subscribe h3 {
	font-weight: 600;
	text-transform: capitalize;
}

.subscribe form input {
	border: medium none;
	border-radius: inherit;
	box-shadow: inherit;
}

.subscribe form input .input-group-addon {}

.subscribe form .input-group-addon {
	border: medium none;
	padding: 0;
}

.subscribe form .input-group-addon button {
	background: #ea9688 none repeat scroll 0 0;
	border: medium none;
	box-shadow: inherit;
	color: #ffffff;
	height: 100%;
	min-height: 50px;
	padding: 0 20px;
}

.fun-factor-area .subscribe {
	padding-left: 30px;
}

/* ============================================================== 
     # Contact 
=================================================================== */

.contact-us-area .address .address-items h4 {
	border-bottom: 1px solid #e7e7e7;
	font-weight: 600;
	padding-bottom: 15px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.contact-us-area .address {
	padding-left: 25px;
}

.contact-us-area .address-items .info li .icon,
.contact-us-area .address-items .info li span {
	display: table-cell;
	vertical-align: top;
}

.contact-us-area .address-items .info li i {
	background: #f6f6f6 none repeat scroll 0 0;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ea9688;
	font-size: 20px;
	height: 50px;
	line-height: 48px;
	margin-bottom: 15px;
	text-align: center;
	width: 50px;
}

.contact-us-area .address-items .info li span {
	padding-left: 15px;
}

.contact-us-area .google-maps iframe {
	height: 300px;
	margin-bottom: -8px;
	width: 100%;
}

.contact-us-area .address .social li {
	display: inline-block;
}

.contact-us-area .address .social li a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 0 2px;
	text-align: center;
	width: 40px;
}

.contact-us-area .address .social li.twitter a {
	background-color: #00b6f1;
}

.contact-us-area .address .social li.pinterest a {
	background-color: #bd081c;
}

.contact-us-area .address .social li.facebook a {
	background-color: #3b5998;
}

.contact-us-area .address .social li.g-plus a {
	background-color: #df4a32;
}

.contact-us-area .address .social li.vimeo a {
	background-color: #1ab7ea;
}

.contact-us-area .address .social li.instagram a {
	background-color: #cd486b;
}

.contact-form img {
	margin-left: 10px;
}

.contact-us-area .address-items .info li {
	margin-bottom: 30px;
}

.contact-us-area .contact-form h2 {
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: capitalize;
	margin-top: -5px;
}

.contact-us-area .contact-form input {
	border: 1px solid #e7e7e7;
	box-shadow: inherit;
	color: #323a45;
}

.contact-us-area .contact-form textarea {
	border: 1px solid #e7e7e7;
	box-shadow: inherit;
	min-height: 300px;
	padding-top: 15px;
}

.contact-us-area .contact-form button {
	background: #ea9688 none repeat scroll 0 0;
	border: medium none;
	box-shadow: inherit;
	color: #ffffff;
	display: inline-block;

	font-weight: 600;
	margin-top: 15px;
	padding: 10px 35px;
	text-transform: uppercase;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.contact-us-area .contact-form button i {
	margin-left: 5px;
}

.contact-form-area .alert-notification {
	margin-top: 15px;
	padding: 0;
}

.contact-form-area .alert-notification .alert-error {
	background: #e7e7e7 none repeat scroll 0 0;
	color: red;
	margin-top: 0;
	text-align: left;
}

.contact-form-area.bg-fixed .alert-notification .alert-error {
	background: #ffffff none repeat scroll 0 0;
	color: red;
	margin-top: 0;
	text-align: left;
}

/* ============================================================== 
     # Companies Area
=================================================================== */

.companies-area .row {
	align-items: center;
	align-self: center;
	display: flex;
	justify-content: center;
	vertical-align: middle;
}

.companies-area .clients-items img {
	width: auto;
	margin: auto;
}

.companies-area .clients-items .single-item a {
	display: inline-block;
}

.companies-area .clients-items .owl-nav {
	margin: 0;
}

.companies-area .clients-items .owl-nav .owl-prev,
.companies-area .clients-items .owl-nav .owl-next {
	background: transparent none repeat scroll 0 0;
	color: #ffffff;
	font-size: 30px;
	height: 35px;
	left: -25px;
	line-height: 35px;
	margin-top: -18px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 35px;
}

.companies-area .clients-items .owl-nav .owl-next {
	left: auto;
	right: -25px;
}

.companies-area .info h2,
.companies-area .info h3,
.companies-area .info h4 {
	font-weight: 600;
}

.companies-area .info span {
	color: #ea9688;
	font-weight: 900;
	font-size: 36px;
}

.companies-area.bg-theme .info span {
	color: #ffffff;
}

.companies-area .info p {
	margin: 0;
}

.companies-area.fixed-position .company-items {
	background: #ffffff;
	padding: 50px 30px;
	box-shadow: 0 0 10px #cccccc;
	position: relative;
	top: -50px;
	z-index: 1;
	border-radius: 10px;
	margin-bottom: -50px;
}

.shape-theme {
	position: relative;
	z-index: 1;
}

.shape-theme::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 50%;
	background: #ea9688;
	z-index: 1;
	z-index: -1;
}

.companies-area.shape-theme .info span {
	color: #ffffff;
}

/* ============================================================== 
     # Faq Accordion
=================================================================== */

.faq-area {
	overflow: hidden;
}

.faq-area .faq-items {
	margin-top: -15px;
}

.acd-items .panel-heading .panel-title a span {
	background: #ea9688 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	text-align: center;
	width: 30px;
}

.acd-items .panel-heading .panel-title a {
	background: #ffffff none repeat scroll 0 0;
	display: block;
	font-weight: 600;
	padding: 15px 0;
	position: relative;
}

.acd-items .panel-heading {
	padding: 0;
}

.acd-items .panel.panel-default {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color -moz-use-text-color #e7e7e7;
	border-image: none;
	border-radius: inherit;
	border-style: none none solid;
	border-width: medium medium 1px;
	box-shadow: inherit;
	margin: 0;
}

.acd-items .panel.panel-default:last-child {
	border: medium none;
	margin: 0;
}

.faq-area .panel-body p:last-child {
	margin: 0;
}

.faq-area .panel-body {
	padding: 20px 0;
}

.faq-area .faq-items .acd-items .panel .panel-body {
	border-color: #e7e7e7;
}

.acd-arrow .panel-group.symb .panel-heading a::after {
	content: "\f107";
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 17px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #ea9688;
}

.acd-arrow.left .panel-group.symb .panel-heading a::after {
	content: "\f01b" !important;
	font-size: 20px;
	position: absolute;
	right: auto;
	left: 10px;
	top: 12px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.acd-arrow.left .panel-group.symb .panel-heading a.collapsed:after {
	content: "\f01a" !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.faq-area .faq-items .panel-group {
	margin: 0;
}

.acd-arrow .panel-group.symb .panel-heading a.collapsed:after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}


/* Video Faq */

.faq-area .video {
	position: relative;
	z-index: 1;
}

.faq-area .video::before {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
}

.faq-area .video a {
	left: 50%;
	margin-top: -22px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.faq-area .video a i {
	color: #ea9688;
	font-size: 30px;
	left: 50%;
	padding-left: 5px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.faq-area .video h4 {
	display: block;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 44px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	width: 100%;
	color: #ffffff;
}

/* ============================================================== 
     # 404 
=================================================================== */
.error-page-area h1 {
	font-size: 150px;
	font-weight: 900;
	line-height: 90px;
	margin-bottom: 30px;
}

.error-page-area h2 {
	font-weight: 600;
	text-transform: capitalize;
}

.error-page-area a {
	margin: 15px 5px 0;
}


/* Google Maps */

.google-maps iframe {
	border: medium none;
	height: 450px;
	margin-bottom: -10px;
	width: 100%;
}

.maps-area {
	overflow: hidden;
}


/* ============================================================== 
     # Login 
=================================================================== */
.login-area,
.login-area div {
	height: 100%;
}

.login-area div.login,
.login-area div.login div {
	height: auto;
}

.login-area .login-box {
	display: table;
	width: 100%;
}

.login-area .login-box .login {
	display: table-cell;
	height: auto;
	vertical-align: middle;
}

.login-area .content {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 5px;
	box-shadow: 0 0 10px #cccccc;
	padding: 30px;
	text-align: center;
}

.login-area .content img {
	margin-bottom: 30px;
}

.login-area .content input {
	border: 1px solid #e7e7e7;
	box-shadow: inherit;
}

.login-area .content button {
	background: #ea9688 none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	box-shadow: inherit;
	color: #ffffff;

	font-weight: 600;
	padding: 8px;
	text-transform: uppercase;
	width: 100%;
}

.login-area .content .sign-up {
	display: inline-block;
	margin-top: 15px;
}

.login-area .content .sign-up a {
	color: #ea9688;
	margin-left: 5px;
}

.login-area .social-login {
	margin: 0 -3px;
	float: left;
	width: 100%;
	border-top: 1px solid #e7e7e7;
	margin-top: 20px;
	padding-top: 20px;
}

.login-area .social-login h4 {
	text-transform: capitalize;
	font-weight: 600;
}

.login-area .social-login li {
	float: left;
	width: 50%;
}

.login-area .social-login li a {
	display: block;
	color: #ffffff;
	margin: 0 3px;
	padding: 7px;
}

.login-area .social-login li.facebook a {
	background: #3B5998 none repeat scroll 0 0;
}

.login-area .social-login li.twitter a {
	background: #1DA1F2 none repeat scroll 0 0;
}

/* ============================================================== 
     # Footer 
=================================================================== */

footer .f-item p {
	color: #999999;
}

footer .f-item>h3,
footer .f-item>h4 {
	font-weight: 700;
	margin-bottom: 25px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
	color: #FFF;
	font-size: 13px;
	letter-spacing: .5px;
}

footer .item {
	padding-right: 30px;
}

footer .item:last-child {
	padding-right: 15px;
}

footer .f-item.about>h5 {
	border-top: 1px solid #e7e7e7;
	margin-bottom: 15px;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: 600;
}

footer .f-item.about ul li {
	display: inline-block;
	margin-right: 2px;
}

footer .f-item.about ul li a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 35px;
	color: #FFF;
	margin-top: 20px;
	font-size: 20px;
}

footer .f-item .address .icon,
footer .f-item .address .info {
	display: table-cell;
	vertical-align: top;
}

footer .f-item>a {
	margin-top: 10px;
}

footer .f-item .address .info {
	padding-left: 15px;
}

.footer-bottom .col-md-6:first-child {
	padding-left: 0;
}

.footer-bottom .col-md-6:last-child {
	padding-right: 0;
}

footer .f-item .address h5 {
	color: #323a45;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
}

footer .f-item .address li i {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ea9688;
	font-size: 25px;
	width: 30px;
}

footer .f-item .address li span {
	color: #999999;
}

footer .f-item .address li {
	display: block;
	margin-top: 15px;
}

footer .f-item .address li:first-child {
	margin-top: 0;
}

footer .f-item>img {
	margin-bottom: 25px;
}

footer .f-item.link li {
	display: block;
}

footer .f-item.link li a {
	color: #FFF;
	display: inline-block;
	font-weight: 400;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: capitalize;
	font-size: 14px;
	letter-spacing: 1px;
}

footer .f-item.link li a:hover {
	color: #f58634;
}

footer .footer-bottom {
	background: #3e2e50 none repeat scroll 0 0;
	margin-top: 35px;
	padding-bottom: 20px;
	padding-top: 20px;
}

footer .footer-bottom p {
	color: #c1b5ce;
	margin: 0;
	text-transform: capitalize;
	line-height: 40px;
}

footer .f-item.link li:last-child a {
	margin: 0;
	padding: 0;
}

footer .footer-bottom p a {
	color: #ea9688;
	text-transform: capitalize;
}

footer.color-yellow .footer-bottom p a {
	color: #ff9800;
}

.footer-bottom h4 {
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
}

.footer-bottom .link li {
	display: inline-block;
}

.footer-bottom .link li a {
	color: #666666;
	display: inline-block;
	font-weight: 500;
	line-height: 40px;
	margin-left: 15px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.footer-bottom .link li:first-child a {
	margin: 0;
	padding: 0;
}

.footer-bottom .link li:first-child::before {
	display: none;
}

.footer-bottom .link li:first-child a::before {
	display: none;
}

.footer-bottom .link li a:hover {
	color: #ea9688;
}

/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(assets/img/preloader.gif) center no-repeat #fff;
	text-align: center;
}


/* ============================================================== 
     # Demo 
=================================================================== */
.demo-area .single-item {
	box-shadow: 0 0 10px #cccccc;
	position: relative;
	z-index: 1;
}

.demo-area .item {
	margin-bottom: 50px
}

.demo-area .single-item .info {
	background: #f3f6f8 none repeat scroll 0 0;
	color: #333;
	padding: 15px 10px;
	text-align: center;
}

.demo-area .single-item .info h4 {
	color: #333;
	font-weight: 600;
	margin: 0;
	text-transform: capitalize;
}

.banner-area .demo-banner h1 {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 30px;
}

.banner-area .demo-banner img {
	height: auto;
	margin-bottom: 20px;
	max-height: 150px;
}

.demo-area .def-heading h2 {
	font-weight: 900;
	margin: 30px 0;
	text-transform: uppercase;
	color: #333333;
}

.demo-footer {
	padding-bottom: 80px;
}

.demo-footer .footer-bottom {
	margin-top: 0;
}

.site-heading.margin-top {
	margin-top: 50px;
}


.introduction-area h2 span {
	color: #fd0060;
}

.introduction-area h4 {
	font-weight: 300;
	line-height: 30px;
}

.introduction-area h2 {
	color: #ffffff;
	display: inline-block;
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.introduction-area h2::before {
	background: #fd0060 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	width: 50px;
}

.introduction-area h2::after {
	background: #ffffff none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -40px;
	position: absolute;
	width: 25px;
}

footer.demo .copyright {
	margin-top: 15px;
}

.demo-area .comming-soon.item img {
	opacity: 0.3;
}

.banner-area.demo-banner {
	padding: 50px 0;
}

.companies-area {
	background: #fc7a66;
}

.single-item {
	background: #fc8371;
	border-radius: 12px;
}

.companies-area h4 {
	color: #ffd0c9;
	margin-bottom: 30px;
}

.clients-items img {
	height: 98px;
	object-fit: scale-down;
	padding: 10px;
}

.long_established {
	padding: 90px 0 0;
}

.long_established img {
	margin-bottom: -140px;
	display: inline-block;
}

.long_established h2 {
	color: #FFF;
	font-weight: 900;
	font-size: 44px;
	letter-spacing: 2.3px;
	margin-bottom: 55px;
}

.long_established .form-control {
	border-radius: 10px;
}

.long_established .btn {
	height: 48px;
	margin-top: 30px;
	border-radius: 40px;
	background: #5776fe;
	border: inherit;
	font-size: 16px;
}

.long_established .btn:hober {
	background: #496af7;
}

footer {
	background-color: #3e2e50;
}

footer h5 {
	color: #FFF;
	margin-top: 20px;
	font-size: 18px;
	margin-bottom: 0px;
}

footer h6 a {
	color: #c1b5ce;
	font-size: 18px;
	line-height: 24px;
}

footer h6 a:hover {
	color: #d68b35;
}

.valueLetter {
	background-color: #d68b35;
	padding: 135px 0 85px;
}

.valueLetter img {
	margin-bottom: -140px;
	display: inline-block;
	position: relative;
}

.valueLetter h2 {
	color: #000;
	font-weight: 900;
	font-size: 42px;
	margin-bottom: 0px;
}

.valueLetter p {
	color: #000;
	width: 90%;
	line-height: 26px;
	margin: 10px 0 30px;
	font-size: 18px;
}

.valueLetter h5 {
	color: #000;
	width: 90%;
	line-height: 20px;
	font-size: 18px;
	font-weight: 700;
}

.valueLetter .form-control {
	border-radius: 10px;
}

.valueLetter .btn {
	height: 48px;
	margin-top: 30px;
	border-radius: 40px;
	background: #5776fe;
	border: inherit;
	font-size: 16px;
}

.valueLetter .btn:hober {
	background: #496af7;
}

.valueLetter form {
	width: 90%;
}

.brand_serv {
	background-color: #5776fe;
	padding: 135px 0 85px;
}

.brand_serv img {
	margin-bottom: -140px;
	display: inline-block;
	position: relative;
}

.brand_serv h2 {
	color: #FFF;
	font-weight: 900;
	font-size: 39px;
	line-height: 1.3;
}

.brand_serv h2 span {
	color: #cbb445;
	font-style: italic;
}

.brand_serv h5 {
	color: #FFF;
	width: 90%;
	line-height: 20px;
	margin: 50px 0 10px 0px;
	font-size: 18px;
	font-weight: 700;
}

.banner-area {
	height: 843px;
	background-position: center;
}

.testimonials {
	background-color: #de9e7e;
	padding: 140px 0;
}

.testimonials h2 {
	color: #FFF;
	font-weight: 900;
	font-size: 46px;
	line-height: 1.3;
}

.testimonials h5 {
	color: #FFF;
	width: 90%;
	line-height: 20px;
	margin: 50px 0 0px 0px;
	font-size: 18px;
	font-weight: 700;
}

.testimonials p {
	color: #FFF;
	width: 90%;
	line-height: 35px;
	font-size: 25px;
	font-style: italic;
}

.testimonials h6 {
	color: #FFF;
	width: 90%;
	line-height: 20px;
	font-size: 16px;
	font-weight: 700;
}

.testimonials span {
	color: #FFF;
	width: 90%;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
	display: block;
}

.testimonials i.fas.fa-quote-left {
	font-size: 26px;
	width: 35px;
	float: left;
	margin-top: 2px;
	color: #e17d64;
}

.testimonials .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px;
}

.testimonials .owl-theme .owl-dots .owl-dot span {
	margin: 5px 5px;
	background: inherit;
	border: 1px solid #757271;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: inherit;
	border: 1px solid #20a7a2;
}

.faqs {
	background-color: #f2f0ee;
	padding: 140px 0;
}

.articles {
	background-color: #f2f0ee;
	padding:100px 0 140px 0;
}

.articles h5 {
	font-size: 18px;
	font-weight: 700;
	color: #e68b8b;
}

.articles h2 {
	font-size: 44px;
	font-weight: 900;
	margin-bottom: 40px;
}

.articles figure {
	position: relative;
}

.articles figure .but-blog {
	position: absolute;
	right: 15px;
	bottom: -22px;
}

.articles h3 {
	font-size: 25px;
	font-weight: 700;
}

.articles p {
	font-size: 13px;
	font-weight: 400;
	margin-top: 45px;
}

.articles .dis {
	color: #ea9688;
	font-size: 18px;
}

.articles .dis:hover {
	color: #363636;
}

a.post {
	background: #FFF;
	padding: 10px 20px;
	border-radius: 20px;
	margin-top: 60px;
	display: inline-block;
	color: #474747;
	font-size: 18px;
}

a.post:hover {
	background: #ea9688;
	color: #FFF;
}

.marketing-allrounder {
	background-color: #f2f0ee;
	padding: 70px 0 140px 0;
}

.marketing-allrounder h5 {
	font-size: 18px;
	font-weight: 700;
	color: #ef7b69;
}

.marketing-allrounder h2 {
	font-size: 44px;
	font-weight: 900;
	margin-bottom: 40px;
	color: #ef7b69;
}

/*The Marketing Allrounder
  */

.card-for-sm {
	background: #fff;
	border-radius: 8px;
	padding: 80px 25px 30px 40px;
	height: 280px;
	margin-bottom: 20px;
}
.card-for-sm:hover{
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 8%);
}
.ath_card_section:hover{
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 8%);
}
.cass_icon {
	margin-bottom: 20px;
}

.sed_para p {
  margin: 0px;
  color: #565656;
  font-size: 16px;
  line-height:22px;
}

.cdg {
	background: #006e91 !important;
}

.learn_btn a {
	padding:10px 20px;
	border: 1px solid #fff;
	border-radius: 50px;
	background: #fff;
}
.learn_btn a:hover {
	border: 1px solid #ef7b69;
  color: #FFF;
	background: #ef7b69;
}

.ems_section p {
	color: #fff;
	line-height: 20px;
  font-size: 16px;
}

.sed_section {
	text-align: center;
}

.sed_section h3 {
	margin-bottom: 2px;
	color: #222;
	font-weight: bold;
	font-size: 30px;
}

.sed_icon {
	margin-top: 5px;
}

.sed_section h4 {
	font-weight: bold;
	font-size:22px;
}

.sed_icon img {
	width: 90px;
	height: 90px;
}

.ct_marking {
	margin-bottom: 22px !important;
}

.ath_card_section {
	background: #fff;
	border-radius: 8px;
	text-align: center;
	padding: 40px 18px 25px 18px;
	height: 300px;
	margin-bottom: 20px;
}

.caas_para h3 {
	font-weight: bold;
	font-size: 18px;
}

.cass_icon img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.ems_section h3 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

.ems_section p {
	color: #fff;
}
.ems_img1 img {
  top: -1px;
}
.ems_img img {
  position: absolute;
  right: 0px;
  top: 35px;
}
.caas_para h2 {
	margin-bottom: 2px;
	color: #222229;
	font-weight: bold;
	font-size: 30px;
}

.cass_icon {
	margin-bottom: 15px;
}

.caas_para p {
	margin: 0px;
	color: #565656;
	font-size: 18px;
	line-height: 22px;
	margin-top: 12px;
}

.card_dw_part {
	background-color: #222d41;
	border-radius: 8px;
	padding: 40px 25px 0px 40px;
	margin-bottom: 20px;
	min-height: 275px;
}



/* FAQ */

.sd_faq {
	padding: 80px 0 0px;
  background: #f2f0ee;
}

.faq_section_img img {
	width: 500px;
	height: 500px;
	object-fit: cover;
}

.right_sec_faq h5 {
	font-size: 18px;
	font-weight: 700;
	color: #e68b8b;
}

.right_sec_faq h2 {
	font-size: 44px;
	font-weight: 900;
	margin-bottom: 40px;
}

.para_par_section {
	margin-top: 36px;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none !important;
}

.panel-body {
	padding: 8px;
}

div#headingTwo {
	margin-top: 10px;
}


/* ac */

.panel {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff;
	background: none;
	box-shadow: none;
}

.panel:last-child {
	border-bottom: none;
}

.panel-group>.panel:first-child .panel-heading {
	border-radius: 8px 8px 0 0;
	margin-bottom: 0px;
}

.panel-group .panel {
	border-radius: 0;
}

.panel-group .panel+.panel {
	margin-top: 0;
	margin-bottom: 10px;
}

.panel-heading {
	background-color: #faf8f9;
	border-radius: 0;
	border: none;
	color: #222;
	padding: 0;
}

.panel-title a {
	display: block;
	color: #0e0e0e;
	padding: 15px;
	position: relative;
	font-size: 16px;
	font-weight: 400;
}

.panel-body {
	background: #fff;
}

.panel:last-child .panel-body {
	border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
	border-radius: 0 0 4px 4px;
	transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
	border-radius: 0;
	transition: border-radius linear 0s;
}


/* #bs-collapse icon scale option */

.panel-heading a:before {
	content: '\f107';
	position: absolute;
	font-family: 'Material Icons';
	right: 5px;
	top: 10px;
	font-size: 24px;
	transition: all 0.5s;
	transform: scale(1);
}

.panel-heading.active a:before {
	content: ' ';
	transition: all 0.5s;
	transform: scale(0);
}

#bs-collapse .panel-heading a:after {
	content: ' ';
	font-size: 24px;
	position: absolute;
	font-family: "Font Awesome 5 Free";
	right: 5px;
	top: 10px;
	transform: scale(0);
	transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
	content: '\f107';
	transform: scale(1);
	transition: all 0.5s;
}


/* #accordion rotate icon option */

#accordion .panel-heading a:before {
	content: '\f107';
	font-size: 24px;
	position: absolute;
	font-family: "Font Awesome 5 Free";
	right: 5px;
	top: 10px;
	/* transform: rotate(180deg); */
	transition: all 0.5s;
  font-weight: 900;
}

/* #accordion .panel-heading.active a:before {
	transform: rotate(0deg);
	transition: all 0.5s;
} */

/* protfolic css */
.protfolio_section {
	background: #e79e4b;
	padding: 80px;
}

.rig_prot {
	text-align: center;
	padding-top: 36px;
	margin-bottom: 100px;
}

.rig_prot h5 {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
  font-size: 700;
}

.rig_prot h2 {
	font-size: 46px;
	font-weight: 900;
	color: #fff;
}

.frd_heading h2 {
	font-size: 38px;
	color: #fff;
	margin-bottom: 3px;
	font-weight: 300;
}
.brand_stg h3 {
	font-size: 78px;
}
.frd_heading h3 {
	font-size: 62px;
	color: #fff;
	margin-bottom: 0px;
}

.frd_heading h1 {
	font-size: 92px;
	color: #fff;
	margin-bottom: 0px;
	line-height: 74px;
}

.frd_para p {
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 200;
	margin-bottom: 2px;
}

.frd_para {
	padding-top: 20px;
}

.read_more_sec {
	float: right;
	margin-right: 8px;
}

.read_more_sec a {
	color: #222;
	font-size: 16px;
}

.frd_heading span {
	color: #222;
}

.protfolio_section {
	background: #e79e4b;
	padding: 115px 80px 115px 80px;
}
.inner-head {
    position: fixed !important;
}


nav.navbar.navbar-default.navbar-fixed.inner-head.bootsnav.on.no-full.no-background ul.nav > li > a {
    line-height: 4.5;
	color: #0a0a0a;
}
nav.navbar.navbar-default.navbar-fixed.inner-head.bootsnav.on.no-full ul.nav > li > a{
    line-height: 3;
	color: #FFF;
}

.style_ihead {
    padding: 50px;
    margin-top: 130px;
	background-color: #e66551;
}
.style_ihead img{
	margin-bottom: -110px;
}
.style_ihead h1{
	color: #FFF;
	font-size: 60px;
	text-align: right;
	margin-top: 280px;
}
.ct_from{
	padding: 100px 0;
}
.lets_talk h2{
	font-size: 36px;
	color: #ef7b69;
	margin-top: 15px;
	font-weight: 700;
}
.lets_talk img{
	margin-bottom: 30px;
}
.lets_talk h5{
	font-size: 18px;
	color: #666464;
	margin-top: 15px;
}
.lets_talk p{
	font-size: 18px;
	color: #666464;
	margin-top: 25px;
	margin-bottom: 50px;
}
.write_us {
    background-color: #FFF;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 15%);
	padding: 10px 20px 30px;
}
.write_us h2{
	font-size: 36px;
	color: #ef7b69;
	margin-top: 15px;
	font-weight: 700;
}

.write_us .form-control {
	border-radius: 10px;
}

.write_us .btn {
	border-radius:20px;
	background: #5776fe;
	border: inherit;
	font-size: 16px;
	padding: 20px 25px;
}

.write_us .btn:hober {
	background: #496af7;
}

.attr-nav {
    margin-top: 15px;
}

.navbar-nav>li>a {
    line-height: 4.5;
}

.style_about {
    background-image: url(assets/img/about-img.jpg);
    height: 515px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 130px;
}
.branding_{
	background-color: #fe7b67;
	padding: 50px 0;
	margin-top: 40px;
}
.branding_ h2{
	color: #FFF;
	font-weight: 700;
	font-size:72px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.branding_ h3{
	color: #FFF;
	font-weight: 400;
	font-size:24px;
}
.branding_ p{
	color: #4c4a4a;
	font-weight: 400;
	font-size:18px;
	line-height: 30px;
	margin-bottom: 40px;
	text-align: justify;
}
.branding_ a{
	color: #4c4a4a;
	padding:15px 50px;
	font-size: 18px;
	border-radius: 50px;
	background-color: #FFF;
}
.branding_ a:hover{
	color: #4c4a4a;
	background-color: #29f5bc;
}
.branding_ .style_img img {
    margin-bottom: -60px;
}
.smo_{
	background-color: #e89f4c;
	padding: 50px 0;
}
.smo_ h2{
	color: #FFF;
	font-weight: 700;
	font-size:72px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.smo_ h3{
	color: #FFF;
	font-weight: 400;
	font-size:24px;
}
.smo_ p{
	color: #4c4a4a;
	font-weight: 400;
	font-size:18px;
	line-height: 30px;
	margin-bottom: 40px;
	text-align: justify;
}
.smo_ a{
	color: #4c4a4a;
	padding:15px 50px;
	font-size: 18px;
	border-radius: 50px;
	background-color: #FFF;
}
.smo_ a:hover{
	color: #4c4a4a;
	background-color: #29f5bc;
}
.smo_ .style_img img {
    margin-bottom: -55px;
	margin-top: 100px;
}
.msa_{
	background-color: #212d40;
	padding: 50px 0;
}
.msa_ h2{
	color: #FFF;
	font-weight: 700;
	font-size:55px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.msa_ h3{
	color: #FFF;
	font-weight: 400;
	font-size:24px;
}
.msa_ p{
	color: #b3b2b2;
	font-weight: 400;
	font-size:18px;
	line-height: 30px;
	margin-bottom: 40px;
	text-align: justify;
}
.msa_ a{
	color: #4c4a4a;
	padding:15px 50px;
	font-size: 18px;
	border-radius: 50px;
	background-color: #FFF;
}
.msa_ a:hover{
	color: #4c4a4a;
	background-color: #29f5bc;
}
.msa_ .style_img img {
    margin-bottom: -60px;
    margin-top: 145px;
}
.mab_0 {
	padding-bottom: 0px;
}
.msa_wrap{
	background-color: #FFF;
	padding: 0 0 50px 0;
}
.msa_wrap img{
	margin-top: 90px;
}
.msa_wrap h2{
	color: #000000;
	font-weight: 700;
	font-size:32px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 30px;
}
.msa_wrap h3{
	color: #585555;
	font-weight: 400;
	font-size:22px;
	height: 45px;
}
.msa_wrap p{
	color: #000;
	font-weight: 400;
	font-size:18px;
	line-height: 30px;
	margin-bottom: 40px;
	text-align: justify;
	height:180px;
}
.msa_wrap a{
	color: #FFF;
	padding:15px 50px;
	font-size: 18px;
	border-radius: 50px;
	background-color: #5776fe;
}
.msa_wrap a:hover{
	color: #FFF;
	background-color: #ef7b69;
}
.msa_wrap .btn-info{
	color: #FFF;
	padding:15px 50px;
	font-size:15px;
	border-radius: 50px;
	background-color: #5776fe;
	margin-top: 40px;
}
.msa_wrap .btn-info:hover{
	color: #FFF;
	background-color: #ef7b69;
	border-color:#ef7b69; ;
}
.msa_wrap h4{
	color: #ef7b69;
	font-weight: 900;
	font-size:44px;
	margin-top: 220px;
	margin-bottom: 40px;
}


.portfolio {
    padding: 50px;
    margin-top: 130px;
    background-color: #006e90;
}

.portfolio h1{
	color: #FFF;
	font-size: 60px;
	text-align: right;
	margin-top: 280px;
}

.portfolio img {
    margin-bottom: -110px;
}

.gallery{
	padding: 120px 0 60px;
}

.filter-button {
    font-size: 18px;
    text-align: center;
    color: #000;
    border: none;
    background: none;
    text-transform: capitalize;
	padding: 10px;
	margin: 0 5px 20px;
	font-weight: 600;
}
.filter-button:hover
{
    text-align: center;
    color: #fe7b67;
}
.gallery button:active .gallery .filter-button:active
{  
    color: #fe7b67 !important;
}
.gallery button.active, .gallery button:active {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    color: #fe7b67;
    background: transparent;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 50px;
}

.gallery_product img{
	height: 521px;
	width: 100%;
}

.gallery h4{
	color: #fe7b67;
	font-size:25px;
	font-weight: 700;
	margin-bottom: 0px;
	margin-left: 15px;
}

.gallery p{
	color: #7f7e7e;
	font-size: 18px;
	margin-left: 15px;
}