/* Row and Column CSS */

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66%;
	flex: 0 0 16.66%;
	max-width: 16.66%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	padding: 15px;
}
.col7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.margin_zero {
	margin: 0;
}
.padding_zero {
	padding: 0;
}

/* ------- END ------- */

/* Footer CSS */
.site-footer{
	background-color: #000000;
	padding: 25px 0px;
	/*margin-top: 70px;*/
}
.address p{
	color: #fff;
	font-weight: 400;
}
.footer-options .col3{
	/*max-width: 269px;*/
}
.footer-options .col2{
	max-width: 200px;
}
.footer-options .footer-nav-menu{
	/* margin-left: 60px; */
}
.footer-options .footer-nav-menu ul{
	margin: 0;
	padding: 0px;
	list-style: none;
}
.footer-logo{
	margin: 0px 15px;
	padding-bottom: 17px;
}
.address a{
	transition: .2s all;
	color: #fff;
}
.address a:hover{
	color: #DE2425;
}
.social-icon-title p{
	color: #fff;
	font-weight: 400;
}
.footer-nav-menu ul li{
	padding-bottom: 6px;
}
.social-icon-title p{
	margin-bottom: 6px;
}
.footer-nav-menu ul li a{
	color: #fff;
	transition: .2s all;
	font-weight: 400;
}
.footer-nav-menu ul li a:hover{
	color: #DE2425;
	font-weight: 400;
}
.social-icons .social-icon{
	display: flex;
}
.social-icons .social-icon a{
	color: #fff;
	width: 27px;
	padding-right: 7px;
	height: 27px;
	align-items: center;
	display: flex;
	position: relative;
}
.social-icons .social-icon a svg{
	height: 27px;
	transition: all .2s;
	filter: brightness(0) invert(1);
}
.social-icons .social-icon a svg:hover{
	filter: none;
	opacity: 1;
}
.copyright-year p{
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0px;
	text-align: center;
}
/* ---- END ------ */

/* BLOG SECTION CSS */
.featured-post-image{
	position: relative;
	height: 100%;
	height: 0;
	width: 100%;
	padding-bottom: 60%;
	float: left;
	font-size: 0;
	filter: brightness(0.8);
	overflow: hidden;
	/* box-shadow:  0 10px 5px 0px rgba(117, 116, 116, 0.3); */
	border-radius: 34px;
}

.featured-post-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg,rgba(0,0,0,0.8) 0,rgb(0,0,0,0) 65%);
}

.featured-post > a {font-size: 0; height: 460px; width: 100%; float: left; }
.featured-post{
	border-radius: 34px;
	position: relative;
}
.featured-post a{
	height: 100%;
	background-color: #000;
}
.featured-post .featured-post-image img{
	position: absolute;
	top: 0	;
	left: 0;
	height: 100%;
	width: 100%;
	object-position: center;
	max-width: unset;
	object-fit: cover;
	overflow: hidden;
	font-size: 0;
	transition: .3s all;
/*	filter: brightness(0.8);*/
}
.featured-post-details{
	position: absolute;
	left: 0;
	padding: 15px 35px 45px;  
	bottom: 0;
	width: 100%;
}
.post-title a{
	color: #fff;
}
.post-title h4{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0px;
	text-align: center;
	line-height: 1.5;
	transition: .3s all;
}
.blog-section h2{
	font-size: 36px;
	line-height: 1.2;   
}
.blog-section{
	padding: 50px 0px;
/*	background: url(images/blog-bg.png) no-repeat center;*/
/*	background-size: cover; */
/*	background-attachment: fixed;*/
}
.blog-section .container{
	max-width: 100%;
	width: 1470px;
}
.post-date p{
	color: #fff;
	font-weight: 100;
	font-style: italic;
	font-size: 20px;
	line-height: 1.5;
	margin-left: 10px;
	transition: .3s all;
	margin-bottom: 0px;
}
.featured-post:hover img{
	transform: scale(1.1);
	filter: brightness(1);
}



/* BLOG SECTION END */


/* Best Solutions Section CSS */
.solution{
	position: static;
}
.solution:hover img{
	transform: scale(1.1);
	filter: brightness(1);
	cursor: pointer;
}
.solution-image{
	height: 350px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;   
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	overflow: hidden;
	border-radius: 44px;
}
.solution-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s all;
	filter: brightness(0.8);
}
.solution-title{
	position: absolute;
	bottom: -42px;
	padding: 15px 18px;
	left: 0;
	transition: .3s all;
	z-index: 111;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.solution-title h4{
	font-size: 28px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 45px;
}
.best-solutions-section h2{
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1.2;   
}
.best-solutions-section{
	padding: 80px 0px;
}
.all-solutions{
	padding-top: 45px;
}
/* --------- END --------- */

.testimonial-slider{
	display: flex;
	padding: 0px 3px;
}
.testimonial-section{
	padding: 60px 0px;
	margin-top: 40px;
	min-height: 700px;
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: initial;
}
.testimonial-section .testimonial h4{
	color: #FFF;
}

.testimonial-section .col6{
	-ms-flex: 0 0 52%;
	flex: 0 0 52%;
	max-width: 52%;
	padding: 0 40px;
}
.testimonial-section .col6:first-child{
	z-index: 1;
}
.testimonial-section h2{
	color: #fff;
	font-weight: bold;
	font-size: 48px;
}
.testimonial-slider .slick-arrow{
	font-size: 0;
	height: 40px;
	background-color: transparent;
	width: 40px;
	border: none;
	position: absolute;
	cursor: pointer;
	top: 40%;
}
.testimonial-slider .testimonial-details p{
	color: #fff;
	font-size: 16px;
	text-align: left;
	line-height: 36px;
	text-shadow: 0px 3px 6px #00000029;
	font-weight: 500;
}
.testimonial-slider .slick-prev{
	left: -70px;
}
.testimonial-slider .slick-next{
	right: -35px;
}
.testimonial-slider .slick-prev:before {
	content: "\f104";
	font-size: 40px;
	font-family: FontAwesome;
	color: #fff;
}
.auther-info h4{
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 25px;
	font-style: italic;
}  
.auther-info{
	margin-top: 30px;
}
.testimonial-section .slick-slide {
	margin-right: 5px;
}
.testimonial-slider  .slick-next:before {
	content: "\f105";
	color: #fff;
	font-family: FontAwesome;
	font-size: 40px;
}
.testimonial-slider .slick-arrow:hover:before{
	color: #87D324;
}
.person-image {
	position: absolute;
	bottom: -4px;
	right: calc((100vw - 1470px)/2);
}
.testimonial-section .col6{position: static;}
.person-image img{
	max-height: 820px;
}
.solution:hover .overlay, .solution:hover .cta-link{
	display: block;
}
.solution:hover .solution-title{
	bottom: 0;
}
.best-solutions-section .overlay {
	background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
	position: absolute;
	width: 100%;
	height: 202px;
	bottom: 0;  
	left: 0;
	transition: all 0.1s;
	display: block;
	padding: 0 20px;
	opacity: 0.64; 
	visibility: visible;
	z-index: 999;
}
.best-solutions-section .cta-link{
	text-align: center;
}
.best-solutions-section .cta-link a{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}

.footer-logo{max-width: 150px;}
.solution .solutions_inner {
	width: 100%;
	float: left;
	position: relative;
	box-shadow: 0px 6px 10px 0 rgb(0 0 0 / 40%);
	border-radius: 44px;
	overflow: hidden;
}
.solution .solutions_inner .overlay {z-index: 99; border-radius: 44px; }
.solution:hover .solutions_inner .solution-title {z-index: 999; }

/* 404 Page */

.error-page{
	border-top: 1px solid rgba(155, 153, 153, 0.856);
}
.error-page .page-header {
	text-align: center;
}

.error-page h1 {
	font-size: 190px;
	font-weight: 600;
	margin: 50px auto;
}

.error-page h1 span{
	color: #DE2425;
}
.error-page h2{
	color: #DE2425;
	font-weight: 500;
	text-transform: capitalize;
}
.error-page .page-content p{
	text-align: center;
	font-weight: 400;
	font-size: 20px;
}
.error-page .page-content{
	margin-top: 35px;
}
.error-page .btns{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px auto;
}
.search-form .search-field {
	font-size: 18px;
	font-weight: 500;
	transition: all 0.35s;
	outline: none;
	padding: 12px 15px;
	line-height: 1.1;
	border: 2px solid rgba(155, 153, 153, 0.856);
	border-right: 0;
	border-radius: 8px 0px 0px 8px;
}
.error-page .d-flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-form{
	margin-left: 10px;
	display: flex;
}
.error-page a.btn{
	line-height: 15px;
}
.search-form .search-submit {
	font-size: 17px;
	font-weight: 500;
	transition: all 0.35s;
	border: 0px;
	outline: none;
	text-transform: uppercase;
	background: #DE2425;
	color: #fff !important;
	text-align: center;
	border: 2px #DE2425 solid;
	text-decoration: none;
	display: inline-block;
	line-height: 1.1;
	border-radius: 0px 8px 8px 0px;
	vertical-align: middle;
	padding: 12px 15px;
}
.search-field:focus{
	border: 1px #DE2425 solid;
}
.search-form .search-submit:hover{
	background-color: #87D324;
	cursor: pointer;
	border: 1px #87D324 solid;
}
.normal-image{
	max-width: 450px;
	margin: 10px auto;
}
.normal-content-editor .col6 h2{
	text-align: center;
	font-size: 48px;
}
.normal-content-editor .col6 p{
	text-align: center;
}
.button{
	text-align: center;
}
.normal-content-editor{
	/*padding-top: 70px;*/
}
.normal-content-editor .row{
	align-items: center;
	margin: 0;
}
.post-35136 .contents p{
	text-align: center;
}
.post-35136 .contents h2{
	text-align: center;
}
.post-35136 .hero-banner-main{
	max-height: 300px;
	min-height: 300px;
	height: 300px;
	position: relative;
}
.post-35136 .hero-banner-main:after{
	content: '';
	position: absolute;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.post-35136 .hero-banner-main .hero-banner-inner{
	margin: 0 auto;
	text-align: center;
}
.post-35136 .hero-banner-main .hero-banner-inner h1:before{
	display: none;
}
.post-35136 .hero-banner-main h1{
	margin: 0;
	position: relative;
	z-index: 1;
	padding: 0;
}
.contents{
	margin: 0 auto;
}

.pd_with_bg {
	background-color: #eaeaea!important;
    box-shadow: inset 0px 0px 18px 0px rgb(0 0 0 / 30%);
	padding: 25px;
	display: flex;
	align-items: center;text-align: center;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 15px;
}
.border-left{
	border-left: 2px solid #DE2425;
	padding-left: 20px;
}
.blog-single-main hr{
	background-color: #000000;
}






@media screen and (min-width: 1470px) {
	.post-35136 .contents h2{
		font-size: 42px;
	}
}
@media screen and (max-width: 1460px) {

	.row{
		margin-left: 0px;
		margin-right: 0px;
	}
	.footer-options .col3{
		padding-left: 0px;
	}
	.testimonial-section .col6{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

}
@media screen and (max-width: 1366px) {
	.post-date p{
		margin-left: 10px;
		margin-right: 0px;
	}
	.post-title h4 {
		font-size: 22px;
	}
	.solution-image {
		height: 400px;
	}
	.solution-title h4 {
		font-size: 25px;
		padding: 0px 15px;
	}
	.normal-content-editor .col6 h2{
		font-size: 38px;
	}
}
@media screen and (max-width: 1199px) {

	.post-title h4 {
		font-size: 19px;
	}
	.post-date p {
		font-size: 16px;
	}
	.solution-title h4 br{
		display: none;  
	}

}

@media screen and (max-width: 1024px) {

	.copyright-year p {
		font-size: 16px;
	}
	.footer-options .footer-nav-menu {
		margin-left: 40px;
	}
	.footer-options .col3{
		max-width: 25%;
	}
	.address p{
		font-size: 15px;
	}
	.footer-nav-menu ul li a{
		font-size: 15px;
	}
	.social-icon-title p{
		font-size: 15px;
	}
	.col3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.row {
		align-items: center;
		justify-content: center;
	}
	.footer-options{
		align-items: flex-start;
	}
	.solution {
		position: relative;
		margin: 10px auto;
	}

}
@media screen and (max-width: 991px) {
	.footer-options .footer-nav-menu {
		margin-left: 28px;
	}
	.footer-options .col3 {
		max-width: 32%;
		flex: 0 0 32%;
	}
	.post-title h4 {
		font-size: 17px;
	}
	.post-date p {
		font-size: 15px;
		text-align: center;
		margin-left: 0px;
	}
	.solution-image {
		height: 350px;
	}
	.solution-title h4 {
		font-size: 23px;
		padding: 0px 10px;
	}
	.best-solutions-section {
		padding: 40px 0px;
	}
	.blog-section {
		padding: 40px 0px;
	}
	.all-solutions {
		padding-top: 10px;
	}
	.error-page h1 {
		font-size: 160px;
		margin: 30px auto;
	}
	.normal-content-editor .col6 h2 {
		font-size: 35px;
	}

}
@media screen and (max-width: 767px) {

	.footer-options .col3 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.footer-options .footer-nav-menu {
		margin-left: 0px;
	}
	.footer-nav-menu ul li{text-align: center;}
	.address>div{
		text-align: center;
	}
	.social-icon{
		margin: 0 auto;
		max-width: 200px;
	}
	.social-icon-title{
		text-align: center;
	}
	.col12{
		justify-content: center;
		width: 100%;
		text-align: center;
	}
	.footer-nav-menu{
		margin-bottom: 25px;
	}
	.social-icons{
		margin-bottom: 25px;
	}
	.col4{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.solution-image {
		height: 400px;
	}
	.normal-content-editor .col6 {
		max-width: 100%;
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
	}
	.normal-content-editor .normal-image {
		max-width: 500px;
		margin: 10px auto;
	}
	.normal-content-editor{
		/*padding-top: 70px;*/
	}
	.error-page a.btn {
		padding: 16px 25px;
	}
	.post-35136 .hero-banner-main h1{
		font-size: 48px;
	}
}
@media screen and (max-width: 640px) {

	.col4{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}
	.col3{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}
	.post-title h4 {
		font-size: 22px;
		line-height: 24px;
	}
	.solution-image {
		height: 460px;
	}
	.error-page .d-flex {
		flex-direction: column;
	}
	.search-form .search-submit{
		font-size: 12px;
		padding: 12px 18px;
	}
	.search-form {
		margin-left: 0px;
	}
	.search-form .search-field {
		padding: 12px 18px;
		font-size: 12px;
		height: 42px;
	}
	.error-page h2 {
		font-size: 24px;
	}
	.error-page .page-content p{
		font-size: 17px;
		margin: 0 0 15px;
	}
	.error-page a.btn {
		line-height: 12px;
	}
}
@media screen and (max-width: 480px) {
	.post-title h4 {
		font-size: 20px;
		font-weight: 400;
	}
	.solution-image {
		height: 400px;
	}
	.error-page h1 {
		font-size: 90px;
		margin: 15px auto;
	}
	.error-page .page-content {
		margin-top: 0;
	}
	.normal-content-editor .col6 h2 {
		font-size: 30px;
	}
	.normal-content-editor .col6 h2 {
		font-size: 30px;
	}
	.site-footer {
		/*margin-top: 40px;*/
	}
	.normal-content-editor{
		/*padding-top: 40px;*/
	}
}