.banner-section {
	height: 700px;
	position: relative;
}
.banner-content-sec {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
}     
.page-template-landingpage1 h1 {
	font-size: 50px !important;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.heading-content-bgsec {
	max-width: 900px;
	margin: 0 auto;
}
.page-template-landingpage1 .banner-content {
	width: 600px;
	color: #fff;
}

.maincontent-section .banner-cta-button {
	background: #ec1c23;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	margin: 15px 0;
}
.col-grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
	align-items: center;
}
.cols2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
}
.fr1-500 {
	grid-template-columns: 500px 1fr;
}
.banner-content h3 {
	color: #fff;
	font-style: italic;
	font-weight: normal;
}
h2 {
	font-size: 37px !important;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top: 40px;
}
.aligncenter{
    text-align: center;
}
.cg2 ul {
	text-align: left;
}
.grid-cols-box img {
	max-height: 500px;
}
.maincontent-section ul {
	list-style-type: list;
	list-style: disc;
	list-style-position: inside;
}
.colm6.slider-blck {
	height: auto;
	background: transparent;
	margin: 30px 0;
}
.grid-cols-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
}
.testimonial-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
} 
.banner-content * {
	text-shadow: 0px 0px 40px #000;
}
.gridformcta-sec {
	display: grid;
	grid-template-columns: 500px 1fr;
	grid-gap: 50px;
}
body .maincontent-section ul {
	list-style-position: inside !important;
}
.pad-t-0 {
	margin-top: 0;
	margin-bottom: 40px;
}
.testimonial-content {
	border: 1px solid #dcdcdc;
	border-radius: 15px;
	padding: 40px;
}
.repeater-image {
	box-shadow: 0px 0px 10px 0px #aaaaaa69;
}
.maincontent-section ul{
    list-style-type: list;
}
.pad-t-b {
	padding-top: 35px;
	padding-bottom: 35px;
}
h3 {
	font-size: 30px;
	line-height: 1.5;
}
.lightgreybg {
	background: #f3f3f3;
}
.repeater-image {
	height: 250px;
	width: 100%;
	background-color: #ebebeb;
	background-size: cover !important;
	background-position: center;
}
.col-grid-4 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}
.gridcols5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.pad-b-2x {
	padding-bottom: 70px;
}
.owl-carousel .item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.col-grid-2 {
	grid-template-columns: 1fr 500px;
}
.slider-blck .owl-dots {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
}

.owl-nav {
	display: none !important;
}
.itemimage {
	height: 400px;
	width: auto;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.gridcols3 {
	grid-template-columns: 1fr 1fr 1fr;
	text-align: left;
}
h3 {
	font-size: 23px;
	line-height: 1.5;
	font-weight: 900;
	text-transform: uppercase;
}
.colm6 strong, .col b, .col strong {
	color: #ec1c23;
}
blockquote {
	border-left: 5px solid #ec1c23;
}
.gc2 {
	text-align: left;
}
.testimonial-content em {
	font-weight: bold;
	display: block;
	margin-top: 14px;
	font-size: 14px;
}
.maincontent-section ul {
	list-style: disc !important;
}
.maincontent-section ul ul{
	margin-left: 20px !important;
}
.grid-cols-2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 50px;
}


@media (max-width: 767px) {
	.banner-section {
		height: auto;
		padding: 60px 20px;
	}
	.gridcols3 {
	grid-template-columns: 1fr;
}
.cols2 {
	grid-template-columns: 1fr;
}
.owl-carousel .item img {
    height: 250px;
  }
	.banner-content-sec { 
		position: static;
		transform: none;
		text-align: center;
	}

	.page-template-landingpage1 h1 {
		font-size: 28px !important;
	}

	.heading-content-bgsec {
		max-width: 100%;
		padding: 0 15px;
	}

	.page-template-landingpage1 .banner-content {
		width: 100%;
		padding: 0 15px;
	}
	.image-cont-box {
		margin-bottom: 40px;
	}
	.maincontent-section .banner-cta-button {
		width: 100%;
		text-align: center;
		padding: 12px;
		font-size: 16px;
	}

	.col-grid-2,
	.grid-cols-2,
	.testimonial-list,
	.col-grid-4,
	.gridformcta-sec,
	.fr1-500 {
		grid-template-columns: 1fr !important;
		grid-gap: 30px;
	}

	.grid-cols-box img {
		max-height: 300px;
		width: 100%;
		object-fit: contain;
	}

	.colm6.slider-blck {
		height: auto;
		position: relative;
		min-height: 200px;
	}
	.owl-nav {
	display: none !important;
}

	h2 {
		font-size: 26px !important;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	h3 {
		font-size: 22px;
	}

	.testimonial-content {
		padding: 25px;
	}

	.repeater-image {
		height: 200px;
	}

	.pad-t-b {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.pad-b-2x {
		padding-bottom: 40px;
	}
	.col-grid-2, .grid-cols-2, .testimonial-list, .col-grid-4, .gridformcta-sec, .fr1-500 {
		display: block;
	}
	blockquote {
		padding: 0 !important;
		margin: 0 0 20px;
		font-size: 17.5px;
		border-left: 0px solid #eee;
		margin: 0 !important;
	}
	.testimonial-item {
		margin-bottom: 30px !important;
	}
}
