/*
Template Name: Space- Technology & IT Solutions HTML5 Template 
Description:  Space- Technology & IT Solutions HTML5 Template 
Version: 1.0
*
 *-----------------CSS INDEX----------------------
 * #-Button
 * #-Header
 * #-Hero Area
 * #-Shap
 * #-About Us
 * #-Section Title
 * #-Info Box
 * #-Creating Success
 * #-Supply Optimization
 * #-Portfolio
 * #-Team
 * #-Testimonial
 * #-Blog
 * #-Subscribe Area
 * #-Footer
 * #-Hero Slider
 * #-Preeloader
 * #-Contact Us
 * #-Mobile Menu
 * #-Pricing
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #191919;
    font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #F15D53;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #F15D53;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #F15D53;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #2b343b;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
	color: #F15D53;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
textarea:focus{
	outline: none;
}
p{
	color: #191919;
}
.section-bg{
	background: #F6FFF4;
}
.section-padding{
	padding: 100px 0px;
}
.section-padding-2{
	padding-top: 100px;
	padding-bottom: 70px;
}
img{
	max-width: 100%;
}
/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
}
.scroll-area i {
    width: 50px;
    height: 50px;
    background-color: #F15D53;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}
/*
 * #-Button
*/
.button-1 {
	text-transform: capitalize;
	font-weight: 600;
	display: inline-block;
	padding: 16px 38px;
	background: #F15D53;
	color: #fff;
	border-radius: 5px;
	-webkit-transition: all .4s ease-out;
	transition: all .5s ease-in-out;
	border: 2px solid #F15D53;
	font-size: 16px;
	letter-spacing: .4px;
}
.button-1:hover{
	background: #fff;
	color: #F15D53;
}
/*
 * #-Header
*/
.header-top {
	background: #f4eded;
}
.top-info span {
	font-size: 15px;
	font-weight: 500;
	padding-right: 20px;
}
.top-info span:last-child{
	padding: 0px
}
.top-info span i {
	color: #F15D53;
	padding-right: 2px;
}
.top-btn {
	float: right;
}
.top-socila {
	text-align: right;
	padding-right: 30px;
	display: flex;
	justify-content: end;
	align-items: center;
	height: 100%;
}
.top-socila ul li{
	display: inline-block;
	margin: 0px 10px;
}
.top-socila ul li a i {
	display: inline-block;
	color: #333;
	font-size: 15px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.top-socila ul li a i:hover{
	color: #F15D53;
}
.top-btn a {
	padding: 10px 28px;
}
.menu ul li {
	display: inline-block;
	padding: 0px 20px;
	position: relative;
}
.menu ul li a {
	display: inline-block;
	color: #333;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	padding: 35px 0px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
}
.menu ul li a::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 0;
	height: 1px;
	background: #fff;
	bottom: 32px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .4s ease-in-out;
}
.menu ul li:hover > a::after{
	width: 100%;
}
.menu ul li > ul {
	position: absolute;
	width: 250px;
	text-align: left;
	background: #fff;
	color: #000;
	border-radius: 4px;
	box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	top: 130px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0px;
	border: 1px solid #e6eeef;
	z-index: 999;
}
.menu ul li > ul::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
	left: 20px;
	top: -10px;
	transform: rotate(45deg);
	border-left: 1px solid #e6eeef;
	border-top: 1px solid #e6eeef;
}
.menu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 90px;
	z-index: 999;
}
.menu ul li > ul > li {
	width: 100%;
}
.menu ul li > ul > li > a {
	color: #6e8270;
	font-weight: 400;
	padding: 9px 0px;
	display: inline-block;
}
.menu ul li > ul > li:hover > a{
	color: #F15D53;
}
.menu ul li > ul > li > a::after {
	content: "";
	background: #F15D53;
	bottom: 7px;
}
.menu ul li > ul li > ul {
	left: 100%;
}
.menu ul li > ul li:hover > ul{
	top: 0px;
}
.menu ul li > ul li > ul::after {
	width: 0px;
	height: 0px;
	border: none;
}
.menu ul li:hover > a{
	color: #F15D53;
}
.menu ul li a{
	color: #333;
}
.menu {
	text-align: right;
}
.header-bottom-right {
	float: right;
	height: 100%;
	display: flex;
	align-items: center;
}
.top-search {
	position: relative;
}
.top-search {
	margin-right: 20px;
	-webkit-transition: all.3s ease-in-out;
	transition: all .3s ease-in-out;
}
.header-search-icon{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0px 0px 10px 0px #eaeaea;
}
.top-search:hover{
	background: #F15D53;
	color: #fff;
}
.header-top-search-form {
	position: absolute;
	top: 100px;
	width: 250px;
	text-align: left;
	background: #fff;
	color: #000;
	border-radius: 0px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	right: 0;
	border: 1px solid #e6eeef;
	padding: 15px 10px;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
}
.top-search:hover .header-top-search-form {
	opacity: 1;
	visibility: visible;
	top: 70px;
}
.header-top-search-form:after{
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
	right: 10px;
	top: -10px;
	transform: rotate(45deg);
	border-left: 1px solid #e6eeef;
	border-top: 1px solid #e6eeef;
}
.header-top-search-form-full {
	position: relative;
}
.header-top-search-form-full input {
	width: 100%;
	height: 50px;
	border-radius: 0px;
	border: 2px solid #eee;
	padding: 0px 10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.header-top-search-form-full input:focus{
	border-color: #F15D53;
}
.header-top-search-form-full button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	border: none;
	background: none;
	color: #9d9797;
	padding-right: 12px;
}
.header-top-search-form-full button:hover{
	color: #F15D53;
}
/*
 * #-Hero Area
*/
.hero-area {
	background-image: linear-gradient(50deg, #e8dbc4 0%, #f2e6c2 100%);
	position: relative;
}
.hero-img {
	align-self: flex-end;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	margin: 0 auto 0 auto;
	transform-origin: bottom;
}
.hero-img {
    animation-name: bounce-1;
    animation-timing-function: linear;
}
@keyframes bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-50px); }
    100% { transform: translateY(0); }
}
.hero-caption h2 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}
.hero-caption h2 span{
	color: #F15D53;
}
.hero-caption p {
	font-size: 18px;
	font-weight: 600;
}
/*
 * #-Shap
*/
.shap-1 {
	width: 40px;
	height: 40px;
	background: #fb41414d;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	position: absolute;
	top: 9%;
	right: 40%;
	z-index: 1;
}
.shap-2 {
	width: 40px;
	height: 40px;
	background: #fb41414d;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	position: absolute;
	bottom: 14%;
	right: 67%;
	z-index: 1;
}
.shap-3 {
	width: 40px;
	height: 40px;
	background: #fb41414d;
	position: absolute;
	top: 29%;
	left: 40%;
	z-index: 1;
	border-radius: 50%;
}
.shap-4 {
	width: 40px;
	height: 40px;
	background: #fb41414d;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	position: absolute;
	bottom: 5%;
	right: 17%;
	z-index: 1;
}
/* heartbeat */
.heartbeat {
	animation: heartbeat 1s infinite alternate;
}
@-webkit-keyframes heartbeat {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.3);
	}
}
/* rotateme */
.rotateme {
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 20s;
	animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
@keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}
/*
 * #-About Us
*/
.about-img{
	text-align: center;
}
.about-img img {
	width: 93%;
}
.about-content h4 {
	font-size: 20px;
	font-weight: 400;
	color: #F15D53;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-style: italic;
}
.about-content h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 10px;
}
.about-content p {
	line-height: 30px;
	margin-bottom: 20px;
}
.about-item-list {
	width: 100%;
	overflow: hidden;
}
.about-item-list .icon {
	float: left;
	font-size: 62px;
	color: #F15D53;
	margin-right: 20px;
}
.about-item-list .content {
	overflow: hidden;
}
.about-item-list .content h3 {
	font-size: 24px;
	font-weight: 600;
	color: #666;
	line-height: 1;
	margin-bottom: 5px;
}
.about-item-list .content p {
	font-size: 15px;
	line-height: 26px;
	color: #666;
	margin-bottom: 0px;
}
.about-item-list.border-ccc {
	border-bottom: 1px solid #eaeaea;
}
/*
 * #-Section Title
*/
.section-title h4 {
	text-transform: capitalize;
	position: relative;
	display: inline-block;
	z-index: 1;
	padding: 0px 50px;
}
.section-title h4::after {
	position: absolute;
	width: 100%;
	height: 1px;
	content: "";
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #777;
	z-index: -1;
}
.section-title h4 span {
	background: #fff;
	display: block;
	padding: 0px 10px;
	color: #777;
	font-size: 16px;
	font-weight: 400;
}
.section-title.other-bg h4 span {
	background: #F6FFF4;
}
.section-title h2 {
	font-size: 40px;
	font-weight: 700;
	margin-top: 15px;
	letter-spacing: .3px;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #F15D53;
	color: transparent;
}
/*
 * #-Info Box
*/
.info-box-1 {
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #d2d2d266;
	text-align: center;
	padding: 40px 20px;
	border-radius: 3px;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.info-box-1:hover{
	transform: translateY(-7px);
}
.info-box-1 .icon {
	width: 100px;
	margin: 0 auto;
	background: #fdf9f9;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.info-box-1::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 0%;
	height: 5px;
	background: #F15D53;
	left: 0;
	bottom: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.info-box-1:hover::after{
	width: 100%;
}
.info-box-1 .content h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #2b343b;
}
.info-box-1 .content p {
	line-height: 26px;
	color: #666;
	font-size: 15px;
}
.info-box-2 {
	text-align: center;
	border-radius: 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all.5s ease-in-out;
	padding: 40px 35px;
}
.info-box-2:hover{
	background: #fff;
	transform: translateY(-5px);
	-webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
	box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
.info-box-2.active{
	background: #fff;
	transform: translateY(-5px);
	-webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
	box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
.info-box-2 .icon {
	width: 70px;
	height: 70px;
	background: #F15D53;
	margin: 0 auto;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 10px 0px #dbd8d8;
	color: #fff;
	font-size: 26px;
}
.info-box-2 .content h3 {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.info-box-2 .content h3 a{
	color: #2b343b;
}
.info-box-2 .content h3 a:hover{
	color: #F15D53;
}
.info-box-2 .content p {
	margin-bottom: 20px;
	color: #333;
	line-height: 28px;
	font-size: 15px;
}
.info-box-2 .content a.link {
	color: #F15D53;
	font-weight: 600;
	position: relative;
	display: inline-block;
	padding: 4px 0px;
}
.info-box-2 .content a.link::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 55%;
	background: #F15D53;
	height: 2px;
	bottom: 0;
	left: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.info-box-2:hover .content a.link::after{
	width: 100%;
}
.info-box-2.active .content a.link::after{
	width: 100%;
}
/*
 * Box 3
*/
.info-box-3 {
	background: #fff;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	padding: 50px 30px 45px;
	transition: .5s;
}
.info-box-3:hover{
	background: #F15D53;
}
.info-box-3.active{
	background: #F15D53;
}
.info-box-3 .icon {
	margin-bottom: 20px;
	display: inline-block;
	color: #F15D53;
	font-size: 60px;
	transition: .5s;
	line-height: 1;
}
.info-box-3:hover .icon{
	color: #fff;
}
.info-box-3.active .icon{
	color: #fff;
}
.info-box-3 .content h3 {
	margin: 0 0 10px 0;
	font-size: 24px;
	padding: 0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	text-transform: capitalize;
	font-weight: 600;
}
.info-box-3 .content h3 a{
	color: #000;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.info-box-3 .content p {
	color: #444;
	line-height: 30px;
	font-size: 15px;
	margin-bottom: 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.info-box-3:hover .content h3 a{
	color: #fff;
}
.info-box-3.active .content h3 a{
	color: #fff;
}
.info-box-3:hover .content p{
	color: #fff;
}
.info-box-3.active .content p{
	color: #fff;
}
.info-box-3 .content a.link {
	color: #000;
	font-weight: 500;
	font-size: 15px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.info-box-3:hover .content a.link {
	color: #fff;
}
.info-box-3.active .content a.link {
	color: #fff;
}
.info-box-3 .content a.link i {
	padding-left: 2px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.info-box-3 .content a.link:hover i{
	padding-left: 12px;
}
/*
 * #-Creating Success
*/
.creating-succes-img {
	position: relative;
}
.creating-shap img {
	position: absolute;
	left: 0;
	width: 78%;
	z-index: -1;
	right: 0;
	margin: 0 auto;
}
.creating-succes-content h3 {
	font-size: 45px;
	line-height: 1.1;
	margin-bottom: 20px;
}
.creating-succes-content h3 span{
	color: #F15D53;
}
.creating-succes-content p {
	line-height: 30px;
	color: #555;
	margin-bottom: 20px;
}
.creating-succes-content p:last-child{
	margin-bottom: 0px;
}
.creating-success-step-tab-list .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.creating-success-step-tab-list .nav-item span.nav-link {
	width: 100%;
	border-radius: 0px !important;
	background: inherit !important;
	border: none !important;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 0px;
	position: relative;
}
.creating-success-step-tab-list .nav-item span.nav-link::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 3px;
	background: #F15D53;
	bottom: 0;
	position: absolute;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	left: 0;
	visibility: hidden;
	opacity: 0;
}
.creating-success-step-tab-list .nav-item span.nav-link.active::after {
	visibility: visible;
	opacity: 1;
}
.creating-success-step-tab-list .nav-item span.nav-link::before {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 23px;
	height: 9px;
	background: #F15D53;
	bottom: -9px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0 auto;
	left: 0;
	right: 0;
	clip-path: polygon(47% 100%, 0 0, 100% 0);
	visibility: hidden;
	opacity: 0;
}
.creating-success-step-tab-list .nav-item span.nav-link.active::before {
	visibility: visible;
	opacity: 1;
}
.creating-success-step-tab-list .nav-item span.nav-link.active {
	color: #F15D53;
}
.creating-success-step-tab-list {
	border-bottom: 2px solid #eee;
}
.tab-pane.fade {
	transition: all 0.6s ease-out;
	transform: translateY(1rem);
}
.tab-pane.fade.show {
	transform: translateY(0rem);
}
.creating-success-step-tab-content .tab-pane {
	padding: 20px;
	border: 1px solid #eee;
	border-top: none;
}
.creating-success-step-content h3 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.2;
}
.creating-success-step-content p {
	line-height: 30px;
	color: #666;
	margin-bottom: 10px;
}
.creating-success-step-content span {
	display: block;
	line-height: 30px;
	padding: 2px 0px;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}
.creating-success-step-content span i {
	color: #F15D53;
	padding-right: 5px;
}
/*
 * #-Supply Optimization
*/
.supply-optimization {
	position: relative;
}
.sup-shap {
	width: 400px;
	height: 400px;
	position: absolute;
	top: 100px;
	left: 70px;
	background: #FEF3ED;
	z-index: -1;
	border-radius: 50%;
}
.supply-opt-list {
	padding: 0px 50px;
}
.supply-opt-list .list-item {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #eeeeeebf;
	border-radius: 5px;
	padding: 15px 25px;
	margin-left: 40px;
	max-width: 350px;
	overflow: hidden;
}
.supply-opt-list .list-item.software .icon {
	background: #FDB6B1;
}
.supply-opt-list .list-item.product .icon {
	background: #B7B413;
}
.supply-opt-list .list-item.pd-right {
	margin-left: 0px;
	margin-right: 40px;
}
.supply-opt-list .list-item .icon {
	width: 55px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 55px;
	background: #1E9EA3;
	color: #fff;
	font-size: 22px;
	border-radius: 50%;
	margin-right: 12px;
	margin-top: 12px;
}
.supply-opt-list .list-item .cotnent {
	overflow: hidden;
}
.supply-opt-list .list-item .cotnent h4 {
	font-size: 16px;
	font-weight: 400;
	color: #666;
}
.supply-opt-list .list-item .cotnent h3 {
	font-size: 20px;
	line-height: 1.1;
	font-weight: 600;
	color: #666;
	margin-top: 4px;
}
.supply-opt-content h3 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 15px;
}
.supply-opt-content p {
	line-height: 28px;
	margin-bottom: 15px;
	color: #666;
}
.supply-opt-content p:last-child{
	margin-bottom: 0px;
}
.section-title-p p {
	line-height: 28px;
	color: #555;
}
/*
 * #-Portfolio
*/
.portfolio-area {
	overflow: hidden;
}
.l-portfolio-item {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.l-portfolio-item .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 30px;
	background: #F15D53F0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transform: scale(1.2);
	opacity: 0;
	visibility: hidden;
}
.l-portfolio-item:hover .content{
	transform: scale(1.0);
	opacity: 1;
	visibility: visible;
}
.l-portfolio-item .content .content-full i {
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
}
.l-portfolio-item .content .content-full h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 12px;
}
.l-portfolio-item .content .content-full h3 a{
	color: #fff;
}
.l-portfolio-item .content .content-full p {
	color: #fff;
	font-size: 15px;
	margin-bottom: 18px;
	line-height: 26px;
}
.l-portfolio-item .content .content-full a.link {
	display: inline-block;
}
.l-portfolio-item .content .content-full a.link i {
	font-size: 16px;
	width: 40px;
	height: 40px;
	background: #fff;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.l-portfolio-item .content .content-full a.link i:hover {
	color: #fff;
	background: #F15D53;
	box-shadow: 0px 0px 8px 0px #eee;
}
.lstest-portfolio-slider .owl-dots {
	margin-top: 20px;
}
.lstest-portfolio-slider .owl-dots .owl-dot {
	margin: 0 6px;
	border: 0;
	background: none;
	cursor: pointer;
}
.lstest-portfolio-slider .owl-dots .owl-dot.active span {
	background: #F15D53;
}
.lstest-portfolio-slider .owl-dots .owl-dot span {
	display: block;
	border-radius: 50%;
	background-color: #333;
	width: 8px;
	height: 8px;
	position: relative;
	transition: all 0.3s ease;
}
.lstest-portfolio-slider .owl-dots .owl-dot span::after {
	position: absolute;
	content: "";
	top: -5px;
	left: -5px;
	border: 1px solid #F15D53;
	border-radius: 50%;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	transform: scale(0);
	transition: all 0.3s ease;
}
.lstest-portfolio-slider .owl-dots .owl-dot.active span::after {
	transform: scale(1);
}
/*
 * #-Team
*/
.team-item {
	width: 100%;
	overflow: hidden;
	text-align: center;
	border: 1px solid #eee;
}
.team-item .thumbnail {
	position: relative;
	overflow: hidden;
}
.team-item .thumbnail img{
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .7s ease;
}
.team-item:hover .thumbnail img{
	transform: scale(1.11);
}
.team-item .thumbnail:after{
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.15);
	top: 0;
	bottom: 0;
	left: 50%;
	right: 50%;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}
.team-item:hover .thumbnail:after{
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.team-item .thumbnail:before{
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.15);
	top: 50%;
	bottom: 50%;
	left: 0;
	right: 0;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}
.team-item:hover .thumbnail:before{
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.team-item .thumbnail .team-social {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	display: flex;
	align-items: center;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: 22;
}
.team-item:hover .thumbnail .team-social{
	opacity: 1;
	visibility: visible;
}
.team-social ul li a {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F15D53;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid #FFE7E594;
}
.team-social ul li:last-child a{
	border-bottom: none;
}
.team-item .info {
	padding: 20px 0px;
}
.team-item .info h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 6px;
}
.team-item .info span {
	font-size: 16px;
	color: #F15D53;
}
/*
 * #-Testimonial
*/
.testimonial-single {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 7px 4px #cccccc24;
	margin: 10px auto;
	width: 88%;
}
.testimonial-single-footer {
	overflow: hidden;
	width: 100%;
	padding: 20px 30px 30px 30px;
}
.testimonial-single-footer p {
	font-size: 18px;
	font-style: italic;
	line-height: 32px;
	color: #888;
}
.testimonial-single-header .thumbnail {
	width: 120px;
	margin-left: -30px;
	padding-top: 30px;
	float: left;
}
.testimonial-title {
	overflow: hidden;
	padding-top: 45px;
	padding-left: 20px;
}
.testimonial-title h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 4px;
}
.testimonial-title p {
	font-size: 20px;
}
.ratting {
	margin-top: 8px;
	color: #f2ba13f5;
}
.testimonial-full .owl-dots {
	margin-top: 20px;
	text-align: center;
}
.testimonial-full .owl-dots .owl-dot {
	margin: 0 6px;
	border: 0;
	background: none;
	cursor: pointer;
}
.testimonial-full .owl-dots .owl-dot.active span {
	background: #F15D53;
}
.testimonial-full .owl-dots .owl-dot span {
	display: block;
	border-radius: 50%;
	background-color: #333;
	width: 8px;
	height: 8px;
	position: relative;
	transition: all 0.3s ease;
}
.testimonial-full .owl-dots .owl-dot span::after {
	position: absolute;
	content: "";
	top: -5px;
	left: -5px;
	border: 1px solid #F15D53;
	border-radius: 50%;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	transform: scale(0);
	transition: all 0.3s ease;
}
.testimonial-full .owl-dots .owl-dot.active span::after {
	transform: scale(1);
}
/*
 * #-Blog
*/
.blog-item{
	width: 100%;
	overflow: hidden;
	border: 1px solid #eee;
}
.blog-item img {
	width: 100%;
}
.blog-item .content {
	padding: 32px 20px;
	background-color: #fff;
	position: relative;
	border-top: 0px;
}
.blog-item .content .post-date {
	position: absolute;
	right: 40px;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #FFF;
	color: #111111;
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	text-align: center;
	padding: 16px 26px;
	padding-top: 16px;
	padding-top: 12px;
	text-transform: capitalize;
	-webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.blog-item .content .post-date span {
	display: block;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}
.blog-item .content .blog-meta {
	margin-bottom: 10px;
}
.blog-item .content .blog-meta a {
	color: #333;
	font-size: 14px;
	margin-right: 10px
}
.blog-item .content .blog-meta a:last-child {
	margin: 0px;
}
.blog-item .content .blog-meta a i {
	font-size: 14px;
	color: #F15D53;
}
.blog-item .content .blog-meta a:hover{
	color: #F15D53;
}
.blog-item .content h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 15px;
}
.blog-item .content h3 a {
	color: #444;
}
.blog-item .content h3 a:hover{
	color: #F15D53;
}
.blog-item .content p {
	line-height: 28px;
	color: #666;
}
/*
 * #-Subscribe Area
*/
.subscribe-area-full {
	padding: 70px 50px;
	background: #EDF9FF;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	border-radius: 20px;
	margin-bottom: -200px;
}
.subscribe-form-content h2 {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.2;
}
.subscribe-form-content p {
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 36px;
	color: #666;
}
.subscribe-form-content form {
	width: 100%;
	position: relative;
}
.subscribe-form-content form input {
	width: 100%;
	height: 70px;
	padding: 0px 20px;
	background: no-repeat;
	border: 1px solid #dbd7d7;
	border-radius: 12px;
	padding-left: 50px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease;
	font-weight: 600;
	color: #555;
	padding-right: 90px;
}
.subscribe-form-content form input:focus{
	border-color: #F15D53;
}
.subscribe-form-content form input::-moz-placeholder {
	color: #555555;
	font-size: 16px;
	opacity: 1;
	font-weight: 600;
}
.subscribe-form-content form input::placeholder {
	color: #555555;
	font-size: 16px;
	opacity: 1;
	font-weight: 600;
}
.subscribe-form-content form .far.fa-envelope {
	position: absolute;
	top: 21px;
	left: 13px;
	font-size: 28px;
	color: #dbd7d7;
}
.subscribe-form-content form button {
	position: absolute;
	top: 8px;
	right: 8px;
	height: 54px;
	background: #F15D53;
	border: none;
	color: #fff;
	padding: 10px 24px;
	font-size: 20px;
	border-radius: 10px;
}
.subscribe-img {
	text-align: center;
}
.subscribe-img img {
	width: 75%;
}
/*
 * #-Footer
*/
.footer-area {
	background: linear-gradient(to right, #F4E9E9, #e8dada, #f7c6c6cc);
}
.footer-widgets  {
	margin-bottom: 20px;
	
}
.logo {
	
	width: 200px;
	height: 50px;
}
.footer-widgets p {
	line-height: 28px;
	color: #444;
}
.footer-widgets-social span a {
	display: inline-block;
	margin: 0px 2px;
}
.footer-widgets-social span a i {
	width: 35px;
	height: 35px;
	background: #F15D53;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 14px;
	color: #fff;
}
.footer-widgets h3 {
	font-size: 22px;
	font-weight: 600;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.footer-widgets h3::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #d5cdcd;
	bottom: 0;
}
.footer-widgets h3::before {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 20%;
	height: 2px;
	background: #F15D53;
	bottom: 0;
	z-index: 1;
}
.footer-get-in .single {
	margin-bottom: 15px;
}
.footer-get-in .single:last-child{
	margin: 0px;
}
.footer-get-in .single .icon {
	float: left;
	margin-right: 12px;
	font-size: 25px;
	color: #333;
}
.footer-get-in .single .con {
	overflow: hidden;
}
.footer-get-in .single .con h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}
.footer-widgets ul li {
	line-height: 30px;
	padding: 4px 0px;
	font-size: 16px;
}
.footer-widgets ul li a{
	color: #333;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease;
}
.footer-widgets ul li a:hover{
	color: #F15D53;
	padding-left: 5px;
}
.footer-bottom {
	border-top: 1px solid #fdfcfc;
}
.copy-right-text p {
	font-size: 15px;
}
.copy-right-text a {
	font-weight: 600;
	color: #333;
}
.copy-right-text a:hover{
	color: #F15D53;
}
/*
 * #-Hero Slider
*/
.hero-slider-item {
	padding-top: 200px;
	padding-bottom: 150px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.hero-slider-caption h4 {
	font-size: 24px;
	color: #F15D53;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
}
.hero-slider-caption h2 {
	font-size: 65px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 20px;
}
/*Animation*/
.active .hero-slider-item h2, .active .hero-slider-item h4, .active .hero-slider-item a{
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.active .hero-slider-item h2{
	 -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.active .hero-slider-item a {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.hero-slider-full .owl-nav .owl-prev {
	position: absolute;
	top: 48%;
	left: 10px;
}
.hero-slider-full .owl-nav .owl-next {
	position: absolute;
	top: 48%;
	right: 10px;
}
.hero-slider-nav {
	background: #F15D53;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border: 2px solid #F15D53;
}
.hero-slider-nav:hover{
	background: #fff;
	color: #F15D53;;
}
/*
 * #-Preeloader
*/
#loading {
    background-color: #F15D53;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    margin-top: 0px;
    top: 0px;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #FFF;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FFF;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}
#object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}
#object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
#object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
#object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
@-webkit-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}
@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}
/*
 * Call Now
*/
.call-now-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.call-now-content h4 {
	font-size: 20px;
	font-weight: 400;
	color: #F15D53;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-style: italic;
}
.call-now-content h2 {
	font-size: 46px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 40px;
	margin-top: 10px;
}
/*
 * Why Chooses Us
*/
.why-choose-content h4 {
	font-size: 20px;
	font-weight: 400;
	color: #F15D53;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-style: italic;
}
.why-choose-content h2 {
	font-size: 46px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 15px;
}
.why-choose-content p {
	margin-bottom: 20px;
	line-height: 28px;
}
.why-choose-content .list-single {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #eee;
	padding: 15px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.why-choose-content .list-single .icon {
	width: 80px;
	float: left;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #F15D53;
	color: #fff;
	font-size: 30px;
	margin-right: 15px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.why-choose-content .list-single .content {
	overflow: hidden;
}
.why-choose-content .list-single .content h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.why-choose-content .list-single .content p {
	margin-bottom: 0px;
	line-height: 26px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.why-choose-content .list-single.active {
	background: #F15D53;
}
.why-choose-content .list-single.active .icon {
	color: #F15D53;
	background: #fff;
}
.why-choose-content .list-single.active .content h5 {
	color: #fff;
}
.why-choose-content .list-single.active .content p {
	color: #fff;
}
.why-choose-content .list-single:hover {
	background: #F15D53;
}
.why-choose-content .list-single:hover .icon {
	color: #F15D53;
	background: #fff;
}
.why-choose-content .list-single:hover .content h5 {
	color: #fff;
}
.why-choose-content .list-single:hover .content p {
	color: #fff;
}
/*
 * Technology Index
*/
.technology-index-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
	background-attachment: fixed;
	background-color: #0A2C3D;
}
.technology-index-area::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0A2C3D;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .92;
}
.technology-index-content h4 {
	font-size: 20px;
	font-weight: 400;
	color: #F15D53;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-style: italic;
}
.technology-index-content h2 {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	line-height: 1.2;
	margin-bottom: 50px;
}
.video-btn a {
	background: #fff;
	height: 100px;
	width: 100px;
	text-align: center;
	border-radius: 50%;
	line-height: 100px;
	font-size: 30px;
	-webkit-transition: .5s -webkit-animation ripple-red 1s linear infinite;
	animation: ripple-red 1s linear infinite;
	-webkit-transition: .5s;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	color: #F15D53;
}
@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}
.video-btn span {
	display: none;
}
.about-padding-top-180{
	padding-top: 180px;
}
.counter-area-full {
	text-align: center;
	box-shadow: 0px 0px 10px 0px #eee;
	margin-bottom: -80px;
	z-index: 9;
	position: relative;
	background: #fff;
}
.counter-item h2 {
	display: inline-block;
	font-size: 40px;
	font-weight: 400;
}
.counter-item h3 {
	display: inline-block;
	font-size: 40px;
	font-weight: 400;
}
.counter-item p {
	margin-top: 10px;
	color: #333;
	font-size: 16px;
}
/*
 * Breadcrumb
*/
.breadcrumb-area {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
}
.breadcrumb-area::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: -1;
}
.breadcrumb-content h2 {
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 15px;
}
.breadcrumb-content ul li {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0px 6px;
	font-size: 18px;
}
.breadcrumb-content ul li a{
	color: #fff;
}
/*
 * Pagination
*/
.blog-pagination ul li {
	display: inline-block;
	margin: 0px 2px;
}
.blog-pagination ul li a {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	font-weight: 600;
	color: #333;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.blog-pagination ul li span {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid #F15D53;
	font-weight: 600;
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: #F15D53;
}
.blog-pagination ul li a:hover{
	background: #F15D53;
	color: #fff;
	border-color: #F15D53;
}
/*
 * Widgets
*/
.single-widgets {
	border: 1px solid #eee;
	padding: 30px 25px;
	border-left: 5px solid #F15D53;
}
.single-widgets h3 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
}
.wi-search-form {
	position: relative;
	width: 100%;
}
.wi-search-form input {
	width: 100%;
	height: 55px;
	padding: 0px 16px;
	border: 1px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.wi-search-form input:focus{
	border-color: #F15D53;
}
.wi-search-form button {
	position: absolute;
	top: 0;
	height: 56px;
	border: none;
	right: 0px;
	background: none;
	padding: 0px 17px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.wi-search-form button:hover{
	color: #F15D53;
}
.single-widgets ul li {
	display: block;
	line-height: 30px;
	padding: 8px 0px;
	border-bottom: 1px solid #eee;
}
.single-widgets ul li:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
}
.single-widgets ul li a{
	color: #333;
}
.single-widgets ul li a:hover{
	color: #F15D53;
}
.wi-latest-blog-full .single {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-left: 100px;
	margin-bottom: 25px;
}
.wi-latest-blog-full .single img{
	width: 80px;
	position: absolute;
	top: 0;
	left: 0;
}
.wi-latest-blog-full .single .content h4 {
	font-size: 14px;
	font-weight: 600;
}
.wi-latest-blog-full .single .content h4 a{
	color: #333;
}
.wi-latest-blog-full .single:hover .content h4 a{
	color: #F15D53;
}
.wi-latest-blog-full .single .content span {
	font-size: 13px;
	color: #666;
}
.wi-latest-blog-full .single:last-child{
	margin-bottom: 0px;
}
.tag a {
	display: inline-block;
	border: 1px solid #eee;
	color: #333;
	font-size: 14px;
	text-transform: capitalize;
	padding: 10px 20px;
	margin: 6px 4px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.tag a:hover{
	border-color: #F15D53;
	color:#fff;
	background: #F15D53;
}
.blog-item .content .blog-meta span {
	color: #333;
	font-size: 14px;
}
.blog-item .content .blog-meta span i {
	font-size: 14px;
	font-size: 14px;
	color: #F15D53;
}
.blog-details-full .blog-item p {
	margin-bottom: 20px;
}
.blog-details-full .blog-item p:last-child {
	margin-bottom: 0px;
}
.comments-list-full, .comment-form{
	border: 1px solid #eee;
	padding: 32px 20px;
}
.comments-list-full h2, .comment-form h2{
	margin-bottom: 30px;
	font-size: 26px;
}
.comments-list-full ul li{
	position: relative;
	padding-left: 90px;
	margin-bottom: 30px;
}
.comments-list-full ul li img {
	width: 80px;
	position: absolute;
	top: 0;
	left: 0;
}
.comments-list-full ul li ul {
	margin-top: 30px;
}
.comments-list-full ul li .comment-content h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 4px;
}
.comments-list-full ul li .comment-content h3 a{
	color: #333;
}
.comments-list-full ul li .comment-content p {
	font-size: 15px;
	line-height: 25px;
}
.comments-list-full ul li .comment-content .reply {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #eee;
	font-size: 13px;
	font-weight: 500;
	color: #555;
	padding: 3px 20px;
	border-radius: 43px;
	-webkit-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.comments-list-full ul li .comment-content .reply:hover{
	color: #F15D53;
}
.comment-form input {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #eee;
	height: 60px;
	padding: 0px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.comment-form textarea {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #eee;
	padding:20px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 160px;
}
.comment-form input:focus{
	border-color: #F15D53;
}
.comment-form textarea:focus{
	border-color: #F15D53;
}
/*
 * #-Contact Us
*/
.sp-contact-info .c-list-it {
	margin-bottom: 20px;
}
.sp-contact-info .c-list-it:last-child {
	margin-bottom: 0px;
}
.sp-contact-info .c-list-it i {
	font-size: 35px;
	margin-bottom: 10px;
}
.sp-contact-info {
	padding: 30px;
	background: #EDE0C3;
}
.sp-contact-info .c-list-it h4 {
	font-size: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
}
.c-list-it-social {
	margin-top: 20px;
}
.c-list-it-social span{
	margin: 0px 2px;
}
.c-list-it-social span a{
	display: inline-block;
}
.c-list-it-social span a i {
	font-size: 14px !important;
	width: 40px;
	height: 40px;
	background: #F15D53;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
}
.sp-contact-form h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
}
.sp-contact-form p {
	margin-bottom: 15px;
	font-size: 16px;
}
.sp-contact-form input {
	width: 100%;
	margin-bottom: 25px;
	height: 60px;
	padding: 0px 20px;
	border: 1px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.sp-contact-form textarea {
	width: 100%;
	margin-bottom: 25px;
	height: 140px;
	padding: 20px 20px;
	border: 1px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.sp-contact-form input:focus{
	border-color: #F15D53;
}
.sp-contact-form textarea:focus{
	border-color: #F15D53;
}
.text-right {
	text-align: right;
}
.blog-share span {
	display: inline-block;
	margin: 0px 3px;
}
.blog-share span a {
	display: flex;
	width: 40px;
	height: 40px;
	color: #7d7979;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	-webkit-transition: all.4s ease-in-out;
	transition: all .4s ease-in-out;
}
.blog-share span a:hover{
	color: #fff;
	border-color: #F15D53;
	background: #F15D53;
}
.services-details {
	border: 1px solid #eee;
}
.services-details .content {
	padding: 20px 25px;
}
.services-details img{
	width: 100%;
}
.services-details .content h3 {
	font-size: 26px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.services-details .content p {
	line-height: 30px;
	color: #666;
	margin-bottom: 20px;
	font-size: 16px;
}
.services-d-widgets h2 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 20px;
}
.services-d-widgets .cat li {
	line-height: 1.5;
	width: 100%;
}
.services-d-widgets .cat li a {
	width: 100%;
	display: inline-block;
	background: #e3f7e0;
	margin: 5px 0px;
	padding: 12px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #333;
	text-transform: capitalize;
}
.services-d-widgets .cat li a:hover{
	color: #fff;
	background: #F15D53;
}
.services-d-widgets .cat li a.active{
	color: #fff;
	background: #F15D53;
}
.services-d-widgets .cat li a i {
	float: right;
	padding-top: 4px;
}
.services-d-widgets.time-ser {
	background: #e3f7e0;
	padding: 25px 20px;
}
.services-d-widgets.time-ser .open-time li {
	line-height: 1.5;
	width: 100%;
	display: block;
	padding: 10px 0px;
}
.services-d-widgets.time-ser .open-time li span{
	float: right;
}
.l-portfolio-item img {
	width: 100%;
}
.portfolio-category-l ul li {
	display: inline-block;
	margin: 4px 4px;
	border: 1px solid #eee;
	text-transform: capitalize;
	font-weight: 500;
	padding: 10px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	cursor: pointer;
}
.portfolio-category-l ul li:hover{
	border-color: #F15D53;
	background: #F15D53;
	color: #fff;
}
.portfolio-category-l ul li.mixitup-control-active{
	border-color: #F15D53;
	background: #F15D53;
	color: #fff;
}
.portfolio-pagination ul li {
	display: inline-block;
	margin: 0px 2px;
}
.portfolio-pagination ul li a {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	font-weight: 600;
	color: #333;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.portfolio-pagination ul li span {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid #F15D53;
	font-weight: 600;
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: #F15D53;
}
.portfolio-pagination ul li a:hover{
	background: #F15D53;
	color: #fff;
	border-color: #F15D53;
}
.portfolio-details-full img {
	width: 100%;
}
.portfolio-details-info {
	box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
	padding: 30px;
	border-top: 5px solid #F15D53;
	border-radius: 5px;
}
.portfolio-details-info h4 {
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 10px;
}
.portfolio-details-info p {
	margin-bottom: 24px;
	line-height: 30px;
	color: #666;
}
.portfolio-details-info ul li {
	border-bottom: 1px solid #eee;
	font-weight: 600;
	line-height: 37px;
	padding: 10px 0px;
}
.portfolio-details-info ul li:last-child{
	border: none;
}
.portfolio-details-info ul li i {
	font-size: 18px;
	color: #F15D53;
	padding-right: 5px;
}
.portfolio-details-info ul li span {
	font-weight: 400;
	padding-left: 5px;
}
.portfolio-details-full h2 {
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
}
.portfolio-details-full p {
	line-height: 30px;
	color: #666;
	margin-bottom: 20px;
}
.error-404-content {
	box-shadow: 0px 0px 20px 0px #e6e4e4;
	padding: 70px 40px;
	border-radius: 10px;
}
.error-404-content i {
	font-size: 120px;
	margin-bottom: 20px;
	color: #F15D53;
}
.error-404-content h2 {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 10px;
}
.login-register {
	background: #EDF5FF;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login-register-form {
	max-width: 450px;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 0 10px #cccccc;
	padding: 30px;
}
.login-register-form input {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #eee;
	border-radius: 5px;
	height: 50px;
	padding: 0px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.login-register-form input:focus{
	border-color: #F15D53;
}
.login-register-form p {
	font-size: 14px;
}
.login-register-form button {
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 600;
	background: #F15D53;
	color: #fff;
}
/*
 * Sticky
*/
.header-bottom.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-animation: sticky 1s;
	-moz-animation: sticky 1s;
	-o-animation: sticky 1s;
	animation: sticky 1s;
	-webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	-moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.25);
	background: #fff;
}
@-webkit-keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
    }
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}
@keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
	}
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}
/*
 * #-Mobile Menu
*/
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
}
.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}
.offcanvas_menu {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas_menu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas_menu {
    display: block;
  }
}
.offcanvas_menu_wrapper {
	width: 290px;
	position: fixed;
	background: #fff;
	z-index: 999;
	top: 0;
	height: 100vh;
	transition: .5s;
	left: 0;
	margin-left: -300px;
	padding: 20px 0px 30px;
	overflow-y: auto;
}
.offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper .header_search_box {
  display: block;
}
.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li {
  position: relative;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 10px;
}
.offcanvas_main_menu li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding: 0px 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
  color: #333;
}
.offcanvas_main_menu li a:hover {
  color: #F15D53;
}
.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.offcanvas_footer span a {
  font-size: 14px;
}
.offcanvas_footer span a:hover {
  color: #F15D53;
}
.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: #F15D53;
}
.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}
.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 32px;
  border: 1px solid #ededed;
  border-radius: 50%;
  color: #333;
}
.canvas_close a:hover {
  background: #F15D53;
  border-color: #F15D53;
  color: #fff;
}
.mobile-logo {
	padding-left: 20px;
	margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .canvas_open {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .canvas_open {
    right: 20px;
    top: 27px;
    display: block;
    width: 36px;
  }
}
.canvas_open a:hover {
  color: #fe3737;
  border-color: #fe3737;
}
/*
 * #-Pricing
*/
.pricing-item {
	text-align: center;
	border: 1px solid #eee;
}
.pricing-heading {
	background-color: #2b2b2b;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 40px 0px;
	color: #fff;
	position: relative;
	z-index: -1;
}
.pricing-heading::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #2b2b2b;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .78;
}
.pricing-heading h4 {
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
}
.pricing-heading h2 {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
}
.pricing-item.active .pricing-heading {
	background-color: #F15D53;
}
.pricing-item.active .pricing-heading::after {
	background: #F15D53;
	opacity: .78;
}
.pricing-content {
	padding: 45px 0px;
}
.pricing-content ul li {
	line-height: 32px;
	font-size: 16px;
	color: #666;
	padding: 10px 0px;
	border-bottom: 1px solid #eeeeee8f;
}
.pricing-btn a {
	padding: 10px 20px;
	margin-top: 15px;
}