/* Layout- Full Special Banner Slider */
.special_full_banner_section {
    width: 100%;
    background: none;
    padding: 0px 0px;
    margin-bottom: 20px;
	margin-top: 0;
    /* margin-top: -80px; */
}

.special_full_banner_section .swiper-pagination-bullets {
    position: absolute;
    bottom: 20px !important;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.special_full_banner_section .swiper-pagination-bullet {
    background-color: var(--white-color);
	border: 1px solid var(--white-color);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	opacity: .5 !important;
	margin: 0 3px !important;
}

.special_full_banner_section .swiper-pagination-bullet-active {
	background-color: var(--white-color);
	border: 1px solid var(--white-color);
	opacity: 1 !important;
}

.special_full_banner_section .pageHeading_banner {
	font-size: 35pt;
	/* width: 30%; */
	width: 100%;
	letter-spacing: 0px;
	text-transform: capitalize;
	color: #fff;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	line-height: 1.4;

    margin: 0 auto;
}

.special_full_banner_section .pageHeading_banner h2{
	font-size: 40px;
}

.special_full_banner_section .pageDescription_banner {
	font-size: 20pt;
	width: 100%;
	color: #fff;
	font-weight: normal;
}

.special_full_banner_section .pageHeading_banner h2,
.special_full_banner_section .pageSubHeading_banner,
.special_full_banner_section .pageDescription_banner{
	color: var(--white-color);
}

.special_full_banner_section .pageDescription_banner{
	font-size: 20px !important;
}

.special_full_banner_section .pageDescription_banner p{
    margin-top: 30px;
}

.special_full_banner_section .home_banner_btn{
	display: inline-block;
	border: 1px solid var(--white-color);
	border-radius: 0px;
	background-color: var(--white-color);
	color: var(--main-color);
	padding: 15px 60px;
    margin-top: 30px;
	transition: all .3s linear;
}

.special_full_banner_section .home_banner_btn:hover{
	background-color: var(--main-color);
	border: 1px solid var(--main-color);

	color: var(--white-color);
}

.special_full_banner_section .pageSubHeading_banner{
	font-size: 20px;
	font-weight: normal;

	margin-bottom: 10px;
}

.special_full_banner_overlay{
    position: absolute;
    top: 0;
    background-color: var(--main-color);
    opacity: .2;
    height: 100%;
    width: 100%;
}

.special_full_banner_section .specialfullbannerSwiper {
	/* overflow: visible; */
	/* width: 70%; */
	margin-left: auto;
	margin-right: auto
}

.specialfullbannerSwiper .swiper-slide{
	opacity: 0.5;
}

.specialfullbannerSwiper .swiper-slide-active{
	opacity: 1;
}

@media only screen and (max-width: 850px) {
	.special_full_banner_section .banner_content_inner_box{
		max-width: 80% !important;
	}
}

@media only screen and (max-width: 610px) {
	.special_full_banner_section .pageHeading_banner h2 {
		font-size: 35px !important;
	}
}

@media only screen and (max-width: 480px) {
	.special_full_banner_section .banner_content_inner_box {
		max-width: 90% !important;
	}

	.special_full_banner_section .pageHeading_banner h2 {
		font-size: 30px !important;
	}

	.special_full_banner_section .banner_content_inner_box{
		padding: 10px !important;
	}

	.special_full_banner_section .home_banner_btn {
		font-size: 13px;
	}

	.special_full_banner_section .pageSubHeading_banner {
		font-size: 11px;
	}
}



