/*
================================================
	CTA Section
================================================
*/
.cta-sec {
	width: 100%;
	margin: 0;
	padding: 60px 0;
	float: left;
	background: url('../jpg/cta-bg.jpg') no-repeat center center;
	background-size: cover;
}
#cta-carousel .carousel.carousel-fade .carousel-item {
	display: block;
	opacity: 0;
	transition: opacity ease-in-out 0.7s;
}
.cta-sec .carousel.carousel-fade .carousel-item {
	opacity: 0;
	transition: opacity ease-in-out 0.7s;
}
.cta-sec .carousel.carousel-fade .carousel-item.active {
	opacity: 1 !important;
}
.cta-sec .carousel .embed-responsive-16by9::before {
	padding-top: 23%;
}
.cta-sec .carousel-caption-main {
	float: left;
	width: 100%;
	text-align: left;
}
.cta-sec .broucher-cnt {
	width: 62%;
	float: left;
	margin: 35px 0 0 0;
}
.cta-sec .broucher-img {
	width: 30%;
	float: right;
}
#cta-carousel .broucher-img img {
	width: auto;
}
#cta-carousel .broucher-img img {
	width: auto;
}
.cta-sec .carousel-caption-main .download-brchr {
	background: #d5e0ee;
	background: -moz-linear-gradient(left, #d5e0ee 0, #394196 61%, #222989 100%);
	background: -webkit-linear-gradient(left, #d5e0ee 0, #394196 61%, #222989 100%);
	background: linear-gradient(to right, #d5e0ee 0, #394196 61%, #222989 100%);
	color: #000;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 30px;
	padding: 11px 80px 11px 20px;
	display: inline-block;
	font-weight: 600;
}
.cta-sec .carousel-caption-main p {
	color: #fff;
	font-size: 45px;
	line-height: 45px;
	font-weight: 600;
}
.cta-sec .carousel-caption-main a.download-now {
	background: linear-gradient(-45deg, var(--c1, #f66302), var(--c2, #ff911b) 51%, var(--c1, #f66302)) var(--x, 0) / 200%;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
	padding: 12px 50px;
	display: inline-block;
}
.cta-sec .carousel-caption-main a.download-now:hover {
	--x: 100%;
}
.cta-sec .carousel-indicators li {
	background: 0 0;
	border: solid 1px #a9acec;
	border-radius: 50%;
	width: 11px;
	height: 11px;
	margin-bottom: 15px;
}
.cta-sec .carousel-indicators li.active {
	background: #23c8c3;
	border: solid 1px #23c8c3;
}
.cta-sec .carousel-indicators {
	right: 0;
	left: inherit;
	top: 60%;
	display: block;
	margin-right: 4%;
}
.cta-sec .owl-nav {
	display: none;
}
.cta-sec .owl-dots {
	position: absolute;
	right: 0;
	bottom: 30%;
}
.cta-sec .owl-dots button.owl-dot {
	display: block;
}
.cta-sec .owl-dots button span {
	border: solid 1px #a9acec;
	background: 0 0 !important;
}
.cta-sec .owl-dot.active span {
	background: #23c8c3 !important;
	border: solid 1px #23c8c3;
}

@media only screen and (min-width: 1400px) and (max-width: 1699.98px) {
	.broucher-cnt {
		width: 70%;
		float: left;
		margin: 7px 0 0 0px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1299.98px) {
    .broucher-cnt {
		width: 50%;
		margin-top: 22px;
	}
}

@media (max-width: 1200px) {
    .cta-sec {
		background-size:cover;
	}
	.cta-sec .embed-responsive {
		overflow:inherit;
	}
	.broucher-cnt p br {
		display:none;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .cta-sec {
		padding: 50px 0;
	}
    .cta-sec .broucher-cnt {
		margin:0;
	}
	#cta-carousel .broucher-img img {
		width: 100%;
	}
	.cta-sec .carousel-caption-main p {
		font-size: 30px;
		line-height: 35px;
	}
	.cta-sec .carousel-caption-main a.download-brchr {
		margin:0 0 15px;
	}
}

@media (max-width: 767.98px) {
	.cta-sec .broucher-img {
		display:none;
	}
	.cta-sec {
		background: #2f35ad;
		padding: 50px 0;
	}
	.cta-sec .broucher-cnt {
		width:100%;
		margin:0;
		text-align: center;
	}
	.cta-sec .carousel-caption-main .download-brchr {
		margin: 0 0 20px;
		background: -moz-linear-gradient(left, #d5e0ee 0%, #394196 61%, #2f35ad 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #d5e0ee 0%,#394196 61%,#2f35ad 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #d5e0ee 0%,#394196 61%,#2f35ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5e0ee', endColorstr='#2f35ad',GradientType=1 ); /* IE6-9 */	
	}
	.cta-sec .carousel-caption-main .broucher-cnt p {
		font-size:30px;
		line-height: 36px;
	}
	.cta-sec .owl-dots {
		display: none;
	}
}