@charset "UTF-8";

html {
	height: 100%;
	scroll-padding-top: calc(4.5rem - 1px);
}

body {
	width: 100%;
	height: 100%;
}
a {
	color: #8e1f24;
}
.h1, h1 {
  font-weight: 800;
}

a:hover {
	color: #990d10;
}
.page-section {
	padding: 0 0 8rem 0;
}
.bg-trasparente{
	background-color:#FFF0;
}

.page-section-secondary {
	padding: 0 0 2rem 0;
}
.text-white-75 {
	color: rgba(255, 255, 255, 0.75) !important;
}
.text-red{
    color:#990d10 ;
}
.btn-xl {
	padding: 1.25rem 2.25rem;
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	border-radius: 10rem;
}

.btn-outline-danger {
	border: 2px solid #990d10 !important ;
    color:#990d10 !important ;
	padding: 15px !important;
}
.btn-outline-danger:hover {
	color: #fff !important ;
	background-color: #dc3545;
	border-color: #dc3545;
}

.rounded{
    border-radius: 5rem !important;
}
.box{
	padding-left: 30px;
}
.box-r{
	padding-right: 30px;
}
hr.divider {
	height: 0.2rem;
	max-width: 3.25rem;
	margin: 1.5rem auto;
	background-color: #f4623a;
	opacity: 1;
}

hr.divider-light {
	background-color: #fff;
}




.bg-rosa{
	background-color:#efd8d8;
    color: #000;
	
    /*font-size: 1.5rem;*/
}
.bg-rosa-angolo{
	background-color:#efd8d8;
	border-radius: 0rem 0rem 5rem  0rem;
	height: 520px;
}
.mtop-130{
	height: 130px;
}

.mtop-80{
	height: 80px;
}
.mtop-30{
	height: 30px;
}
/**/
.video-background-holder {
	position: relative;
	background-color: white;
	height: calc(100vh - 72px);
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
}

.video-background-holder video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
	position: relative;
	z-index: 2;
}

.video-background-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: white;
	opacity: 0.7;
	z-index: 1;
}

#EnvelNav {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	background-color: #fff;
	transition: background-color 0.2s ease;
}
#EnvelNav .navbar-brand {
	font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	color: #212529;
}
#EnvelNav .navbar-nav .nav-item .nav-link {
	color: #6c757d;
	font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	font-size: 0.9rem;
	padding: 0.75rem 0;
}
#EnvelNav .navbar-nav .nav-item .nav-link:hover, #EnvelNav .navbar-nav .nav-item .nav-link:active {
	color: #8d0920;
}
#EnvelNav .navbar-nav .nav-item .nav-link.active {
	color: #8d0920 !important;
}

.tit-personalizzazione{
	position: absolute;
	right: 15%;
	top:25vh;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
}
.bg_tit-personalizzazione{
	background-image: url('../assets/img/testata-personalizzazione.jpg');
	background-repeat:no-repeat;
	background-position: center center;
	min-height: 550px
}


@media (min-width: 992px) {

	.bg-trasparente{
		background-color:#FFF;
	}
	#EnvelNav {
		box-shadow: none;
		background-color: transparent;
	}
	#EnvelNav .navbar-brand {
		color: /*rgba(255, 255, 255, 0.7)*/black;
	}
	#EnvelNav .navbar-brand:hover {
		color: #8d0920;
	}
	#EnvelNav .navbar-nav .nav-item .nav-link {
		color:  /*rgba(255, 255, 255, 0.7)*/black;
		padding: 0 1rem;
	}
	#EnvelNav .navbar-nav .nav-item .nav-link:hover {
		color: #8d0920;
	}
	#EnvelNav .navbar-nav .nav-item:last-child .nav-link {
		padding-right: 0;
	}
	#EnvelNav.navbar-shrink {
		box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
		background-color: #fff !important;
	}
	#EnvelNav.navbar-shrink .navbar-brand {
		color: #212529;
	}
	#EnvelNav.navbar-shrink .navbar-brand:hover {
		color: #f4623a;
	}
	#EnvelNav.navbar-shrink .navbar-nav .nav-item .nav-link {
		color: #212529;
	}
	#EnvelNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
		color: #f4623a;
	}
}
.display {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 600;
	line-height: 1.2;
}
@media (min-width: 1200px) {
	.display {
		font-size: 3.5rem;
	}
}

header.masthead {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 4.5rem);
	background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("../assets/img/bg-masthead.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}
header.masthead h1, header.masthead .h1 {
	font-size: 2.25rem;
}
@media (min-width: 992px) {
	header.masthead {
		height: 100vh;
		min-height: 40rem;
		padding-top: 4.5rem;
		padding-bottom: 0;
	}
	header.masthead p {
		font-size: 1.15rem;
	}
	header.masthead h1, header.masthead .h1 {
		font-size: 3rem;
	}
}
@media (min-width: 1200px) {
	header.masthead h1, header.masthead .h1 {
		font-size: 3.5rem;
	}
}

code {
	padding: 0 0.15rem;
	background: #f5f5f5;
	border-radius: 0.2rem;
}

.bg_red{
    background-color: #990d10;
    border-radius: 1.5rem;
}

.bg_red > h2 {
  font-size: 28px;
}
@media (max-width: 767px) {
    .rounded{
		border-radius: 3rem !important;
	}
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
		transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
		transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
	transform: translateX(0);
}


/*******/
.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-prev i {
	font-size: 22px;
	color: #363636;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-prev:hover i {
	color: #cccccc;
}
@media only screen and (max-width: 991px) {

	.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-prev {
		height: 50px;
		width: 60px;
	}
	.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-prev i {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {

	.box{
		padding-left: 0px;
	}
	.box-r{
		padding-right: 0px;
	}
	.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-prev {
		height: 40px;
		width: 50px;
	}
	.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-prev i {
		font-size: 18px;
	}
}



@media only screen and (max-width: 991px) and (orientation : landscape)  {
	.tit-personalizzazione{
		top:30vh;
	}
		.bg_tit-personalizzazione{
		min-height: 350px
	}
}
@media only screen and (max-width: 991px) and (orientation : portrait)  {
	.tit-personalizzazione{
		top:15vh;
	}
	.bg_tit-personalizzazione{
		min-height: 400px
	}
}
@media only screen and (max-width: 991px) {





	.box{
		padding-left: 0px;
	}
	.box-r{
		padding-right: 0px;
	}
	.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-prev {
		height: 40px;
		width: 50px;
	}
	.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-prev i {
		font-size: 16px;
	}
}
.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background-image: none;
	height: 60px;
	width: 80px;
	margin: 0 auto;
	transform: translateY(-50%);
	right: 0;
	background-color: #ffffff;
}
.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-next i {
	font-size: 22px;
	color: #363636;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-next:hover i {
	color: #cccccc;
}
@media only screen and (max-width: 991px) {
	.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-next {
		height: 50px;
		width: 60px;
	}
	.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-next i {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-next {
		height: 40px;
		width: 50px;
	}
	.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-next i {
		font-size: 18px;
	}
}
@media only screen and (max-width: 991px) {
	.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-next {
		height: 40px;
		width: 50px;
	}
	.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-next i {
		font-size: 16px;
	}
}



/******/

.owl-carousel[data-owl-nav="true"]:not(.owl-nav-left):not(.owl-nav-right):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) {
	padding: 0 56px;
}

@media (max-width: 991.98px) {
	.owl-carousel[data-owl-nav="true"]:not(.owl-nav-left):not(.owl-nav-right):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) {
		padding: 0 48px;
	}
}

.owl-carousel .owl-item img {
	width: auto;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
	height: 36px;
}

.owl-carousel .owl-nav button.owl-prev {
	left: 0;
}

.owl-carousel .owl-nav button.owl-next {
	right: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0.6);
	-webkit-transition: ease-out 0.16s;
	transition: ease-out 0.16s;
}

.owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i {
	font-size: 16px;
	line-height: 36px;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-prev:focus {
	background: #eff2f5;
	color: #000;
}

@media (max-width: 991.98px) {
	.owl-carousel .owl-nav {
		height: 32px;
	}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
		width: 32px;
		height: 32px;
	}
	.owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i {
		font-size: 13px;
		line-height: 32px;
	}
}

.owl-carousel.owl-nav-left .owl-nav, .owl-carousel.owl-nav-right .owl-nav {
	padding-bottom: 0;
}

.owl-carousel .owl-dots {
	margin-top: 20px;
	margin-right: -2px;
	margin-left: -2px;
	text-align: center;
	line-height: 0;
}

@media (max-width: 991.98px) {
	.owl-carousel .owl-dots {
		margin-top: 16px;
	}
}

.owl-carousel .owl-dots .owl-dot {
	position: relative;
	display: none;
	width: 20px;
	height: 20px;
	margin: 0 2px;
	vertical-align: middle;
}

.owl-carousel .owl-dots .owl-dot:before, .owl-carousel .owl-dots .owl-dot:after {
	content: '';
	position: absolute;
	border-radius: 50%;
	-webkit-transition: ease-out 0.16s;
	transition: ease-out 0.16s;
}

.owl-carousel .owl-dots .owl-dot:before {
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	opacity: 0;
	background: transparent;
	border: 1px solid #002060;
}

.owl-carousel .owl-dots .owl-dot:after {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0.4;
	background: #002060;
	width: 4px;
	height: 4px;
}

.owl-carousel .owl-dots .owl-dot:hover:after, .owl-carousel .owl-dots .owl-dot:focus:after, .owl-carousel .owl-dots .owl-dot.active:after {
	opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active:before, .owl-carousel .owl-dots .owl-dot.active:after {
	opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active:before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.owl-carousel:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav {
	margin-top: -20px;
}

@media (max-width: 991.98px) {
	.owl-carousel:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav {
		margin-top: -18px;
	}
}

div[class^='bg-dark'] .owl-carousel .owl-nav button.owl-next, div[class^='bg-dark'] .owl-carousel .owl-nav button.owl-prev, div[class*=' bg-dark'] .owl-carousel .owl-nav button.owl-next, div[class*=' bg-dark'] .owl-carousel .owl-nav button.owl-prev, div[class^='bg-black'] .owl-carousel .owl-nav button.owl-next, div[class^='bg-black'] .owl-carousel .owl-nav button.owl-prev, div[class*=' bg-black'] .owl-carousel .owl-nav button.owl-next, div[class*=' bg-black'] .owl-carousel .owl-nav button.owl-prev {
	color: rgba(255, 255, 255, 0.7);
}

div[class^='bg-dark'] .owl-carousel .owl-nav button.owl-next:hover, div[class^='bg-dark'] .owl-carousel .owl-nav button.owl-next:focus, div[class^='bg-dark'] .owl-carousel .owl-nav button.owl-prev:hover, div[class^='bg-dark'] .owl-carousel .owl-nav button.owl-prev:focus, div[class*=' bg-dark'] .owl-carousel .owl-nav button.owl-next:hover, div[class*=' bg-dark'] .owl-carousel .owl-nav button.owl-next:focus, div[class*=' bg-dark'] .owl-carousel .owl-nav button.owl-prev:hover, div[class*=' bg-dark'] .owl-carousel .owl-nav button.owl-prev:focus, div[class^='bg-black'] .owl-carousel .owl-nav button.owl-next:hover, div[class^='bg-black'] .owl-carousel .owl-nav button.owl-next:focus, div[class^='bg-black'] .owl-carousel .owl-nav button.owl-prev:hover, div[class^='bg-black'] .owl-carousel .owl-nav button.owl-prev:focus, div[class*=' bg-black'] .owl-carousel .owl-nav button.owl-next:hover, div[class*=' bg-black'] .owl-carousel .owl-nav button.owl-next:focus, div[class*=' bg-black'] .owl-carousel .owl-nav button.owl-prev:hover, div[class*=' bg-black'] .owl-carousel .owl-nav button.owl-prev:focus {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}

div[class^='bg-dark'] .owl-carousel .owl-dots .owl-dot:before, div[class*=' bg-dark'] .owl-carousel .owl-dots .owl-dot:before, div[class^='bg-black'] .owl-carousel .owl-dots .owl-dot:before, div[class*=' bg-black'] .owl-carousel .owl-dots .owl-dot:before {
	border-color: #fff;
}

div[class^='bg-dark'] .owl-carousel .owl-dots .owl-dot:after, div[class*=' bg-dark'] .owl-carousel .owl-dots .owl-dot:after, div[class^='bg-black'] .owl-carousel .owl-dots .owl-dot:after, div[class*=' bg-black'] .owl-carousel .owl-dots .owl-dot:after {
	background: #fff;
}

div[class^='bg-dark'] .owl-carousel .owl-dots .owl-dot:hover:after, div[class^='bg-dark'] .owl-carousel .owl-dots .owl-dot:focus:after, div[class^='bg-dark'] .owl-carousel .owl-dots .owl-dot.active:after, div[class*=' bg-dark'] .owl-carousel .owl-dots .owl-dot:hover:after, div[class*=' bg-dark'] .owl-carousel .owl-dots .owl-dot:focus:after, div[class*=' bg-dark'] .owl-carousel .owl-dots .owl-dot.active:after, div[class^='bg-black'] .owl-carousel .owl-dots .owl-dot:hover:after, div[class^='bg-black'] .owl-carousel .owl-dots .owl-dot:focus:after, div[class^='bg-black'] .owl-carousel .owl-dots .owl-dot.active:after, div[class*=' bg-black'] .owl-carousel .owl-dots .owl-dot:hover:after, div[class*=' bg-black'] .owl-carousel .owl-dots .owl-dot:focus:after, div[class*=' bg-black'] .owl-carousel .owl-dots .owl-dot.active:after {
	opacity: 1;
}

.bg-grey .owl-carousel .owl-nav button.owl-next:hover, .bg-grey .owl-carousel .owl-nav button.owl-next:focus, .bg-grey .owl-carousel .owl-nav button.owl-prev:hover, .bg-grey .owl-carousel .owl-nav button.owl-prev:focus, .bg-grey-lighter .owl-carousel .owl-nav button.owl-next:hover, .bg-grey-lighter .owl-carousel .owl-nav button.owl-next:focus, .bg-grey-lighter .owl-carousel .owl-nav button.owl-prev:hover, .bg-grey-lighter .owl-carousel .owl-nav button.owl-prev:focus, .bg-grey-lightest .owl-carousel .owl-nav button.owl-next:hover, .bg-grey-lightest .owl-carousel .owl-nav button.owl-next:focus, .bg-grey-lightest .owl-carousel .owl-nav button.owl-prev:hover, .bg-grey-lightest .owl-carousel .owl-nav button.owl-prev:focus {
	background: rgba(0, 0, 0, 0.05);
}

.owl-carousel.owl-nav-left .owl-nav, .owl-carousel.owl-nav-right .owl-nav {
	height: auto;
}

.owl-carousel.owl-nav-left .owl-nav button, .owl-carousel.owl-nav-right .owl-nav button {
	position: static;
	display: block;
	margin: 8px 0;
}

.owl-carousel.owl-nav-left .owl-nav button.owl-prev, .owl-carousel.owl-nav-left .owl-nav button.owl-next, .owl-carousel.owl-nav-right .owl-nav button.owl-prev, .owl-carousel.owl-nav-right .owl-nav button.owl-next {
	right: auto;
	left: auto;
}

.owl-carousel.owl-nav-left {
	padding: 0 0 0 56px;
}

@media (max-width: 991.98px) {
	.owl-carousel.owl-nav-left {
		padding: 0 0 0 48px;
	}
}

.owl-carousel.owl-nav-left .owl-nav {
	right: auto;
}

.owl-carousel.owl-nav-right {
	padding: 0 56px 0 0;
}

@media (max-width: 991.98px) {
	.owl-carousel.owl-nav-right {
		padding: 0 48px 0 0;
	}
}

.owl-carousel.owl-nav-right .owl-nav {
	left: auto;
}

.owl-carousel.owl-nav-overlay .owl-nav, .owl-carousel.owl-nav-overlay-left .owl-nav, .owl-carousel.owl-nav-overlay-right .owl-nav {
	z-index: 1;
	padding-bottom: 0;
}

.owl-carousel.owl-nav-overlay .owl-nav button.owl-next, .owl-carousel.owl-nav-overlay .owl-nav button.owl-prev, .owl-carousel.owl-nav-overlay-left .owl-nav button.owl-next, .owl-carousel.owl-nav-overlay-left .owl-nav button.owl-prev, .owl-carousel.owl-nav-overlay-right .owl-nav button.owl-next, .owl-carousel.owl-nav-overlay-right .owl-nav button.owl-prev {
	opacity: 1;
	background: rgba(0, 0, 0, 0.3);
	width: 50px;
	height: 50px;
	border: 0;
	border-radius: 50%;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
}

.owl-carousel.owl-nav-overlay .owl-nav button.owl-next i, .owl-carousel.owl-nav-overlay .owl-nav button.owl-prev i, .owl-carousel.owl-nav-overlay-left .owl-nav button.owl-next i, .owl-carousel.owl-nav-overlay-left .owl-nav button.owl-prev i, .owl-carousel.owl-nav-overlay-right .owl-nav button.owl-next i, .owl-carousel.owl-nav-overlay-right .owl-nav button.owl-prev i {
	line-height: 50px;
}

.owl-carousel.owl-nav-overlay .owl-nav button.owl-next:hover, .owl-carousel.owl-nav-overlay .owl-nav button.owl-next:focus, .owl-carousel.owl-nav-overlay .owl-nav button.owl-prev:hover, .owl-carousel.owl-nav-overlay .owl-nav button.owl-prev:focus, .owl-carousel.owl-nav-overlay-left .owl-nav button.owl-next:hover, .owl-carousel.owl-nav-overlay-left .owl-nav button.owl-next:focus, .owl-carousel.owl-nav-overlay-left .owl-nav button.owl-prev:hover, .owl-carousel.owl-nav-overlay-left .owl-nav button.owl-prev:focus, .owl-carousel.owl-nav-overlay-right .owl-nav button.owl-next:hover, .owl-carousel.owl-nav-overlay-right .owl-nav button.owl-next:focus, .owl-carousel.owl-nav-overlay-right .owl-nav button.owl-prev:hover, .owl-carousel.owl-nav-overlay-right .owl-nav button.owl-prev:focus {
	opacity: 1;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
}

@media (min-width: 992px) {
	.owl-carousel.owl-nav-overlay .owl-nav, .owl-carousel.owl-nav-overlay-left .owl-nav, .owl-carousel.owl-nav-overlay-right .owl-nav {
		opacity: 0;
		-webkit-transition: ease-out 0.16s;
		transition: ease-out 0.16s;
	}
	.owl-carousel.owl-nav-overlay:hover .owl-nav, .owl-carousel.owl-nav-overlay-left:hover .owl-nav, .owl-carousel.owl-nav-overlay-right:hover .owl-nav {
		opacity: 1;
	}
}

@media (max-width: 991.98px) {
	.owl-carousel.owl-nav-overlay .owl-nav, .owl-carousel.owl-nav-overlay-left .owl-nav, .owl-carousel.owl-nav-overlay-right .owl-nav {
		display: none;
	}
}

.owl-carousel.owl-nav-overlay .owl-nav {
	height: 50px;
}

.owl-carousel.owl-nav-overlay .owl-nav button.owl-prev {
	left: 20px;
}

.owl-carousel.owl-nav-overlay .owl-nav button.owl-next {
	right: 20px;
}

.owl-carousel.owl-nav-overlay:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav {
	margin-top: -20px;
}

.owl-carousel.owl-nav-overlay-left .owl-nav, .owl-carousel.owl-nav-overlay-right .owl-nav {
	height: auto;
}

.owl-carousel.owl-nav-overlay-left .owl-nav button.owl-next, .owl-carousel.owl-nav-overlay-left .owl-nav button.owl-prev, .owl-carousel.owl-nav-overlay-right .owl-nav button.owl-next, .owl-carousel.owl-nav-overlay-right .owl-nav button.owl-prev {
	position: static;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	display: block;
	margin: 4px 0;
}

.owl-carousel.owl-nav-overlay-left:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav, .owl-carousel.owl-nav-overlay-right:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav {
	height: 50px;
}

.owl-carousel.owl-nav-overlay-left .owl-nav {
	right: auto;
	left: 20px;
}

.owl-carousel.owl-nav-overlay-right .owl-nav {
	right: 20px;
	left: auto;
}

.owl-carousel.owl-dots-left .owl-dots {
	text-align: left;
}

.owl-carousel.owl-dots-right .owl-dots {
	text-align: right;
}

.owl-carousel.owl-dots-overlay .owl-dots, .owl-carousel.owl-dots-overlay-left .owl-dots, .owl-carousel.owl-dots-overlay-right .owl-dots {
	position: absolute;
	bottom: 20px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	margin: 0;
	padding: 5px;
}

@media (max-width: 991.98px) {
	.owl-carousel.owl-dots-overlay .owl-dots, .owl-carousel.owl-dots-overlay-left .owl-dots, .owl-carousel.owl-dots-overlay-right .owl-dots {
		bottom: 16px;
	}
}

.owl-carousel.owl-dots-overlay .owl-dots .owl-dot:before, .owl-carousel.owl-dots-overlay-left .owl-dots .owl-dot:before, .owl-carousel.owl-dots-overlay-right .owl-dots .owl-dot:before {
	border-color: #fff;
}

.owl-carousel.owl-dots-overlay .owl-dots .owl-dot:after, .owl-carousel.owl-dots-overlay-left .owl-dots .owl-dot:after, .owl-carousel.owl-dots-overlay-right .owl-dots .owl-dot:after {
	background: #fff;
}

.owl-carousel.owl-dots-overlay .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlay .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlay .owl-dots .owl-dot.active:after, .owl-carousel.owl-dots-overlay-left .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlay-left .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlay-left .owl-dots .owl-dot.active:after, .owl-carousel.owl-dots-overlay-right .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlay-right .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlay-right .owl-dots .owl-dot.active:after {
	opacity: 1;
}

.owl-carousel.owl-dots-overlay .owl-dots {
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.owl-carousel.owl-dots-overlay.owl-nav-overlap-right .owl-dots {
	margin-left: -12.5px;
}

.owl-carousel.owl-dots-overlay.owl-nav-left .owl-dots {
	margin-left: 28px;
}

.owl-carousel.owl-dots-overlay.owl-nav-right .owl-dots {
	margin-left: -28px;
}

@media (min-width: 992px) {
	.owl-carousel.owl-dots-overlay.owl-nav-overlap-left .owl-dots {
		margin-left: 12.5px;
	}
}

@media (max-width: 991.98px) {
	.owl-carousel.owl-dots-overlay.owl-nav-overlap-left .owl-dots, .owl-carousel.owl-dots-overlay.owl-nav-overlap-right .owl-dots {
		margin-left: -10px;
	}
}

.owl-carousel.owl-dots-overlay-left .owl-dots {
	right: auto;
	left: 20px;
}

@media (max-width: 991.98px) {
	.owl-carousel.owl-dots-overlay-left .owl-dots {
		left: 16px;
	}
}

.owl-carousel.owl-dots-overlay-left[data-owl-nav="true"]:not(.owl-nav-right):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) .owl-dots, .owl-carousel.owl-dots-overlay-left.owl-nav-left:not(.owl-nav-right):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) .owl-dots {
	left: 76px;
}

@media (max-width: 991.98px) {
	.owl-carousel.owl-dots-overlay-left[data-owl-nav="true"]:not(.owl-nav-right):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) .owl-dots, .owl-carousel.owl-dots-overlay-left.owl-nav-left:not(.owl-nav-right):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) .owl-dots {
		left: 64px;
	}
}

.owl-carousel.owl-dots-overlay-left.owl-nav-overlap .owl-dots {
	left: 45px;
}

@media (max-width: 991.98px) {
	.owl-carousel.owl-dots-overlay-left.owl-nav-overlap .owl-dots {
		left: 36px;
	}
}

@media (min-width: 992px) {
	.owl-carousel.owl-dots-overlay-left.owl-nav-overlap-left .owl-dots {
		left: 45px;
	}
}

.owl-carousel.owl-dots-overlay-right .owl-dots {
	right: 20px;
	left: auto;
}

@media (max-width: 991.98px) {
	.owl-carousel.owl-dots-overlay-right .owl-dots {
		right: 16px;
	}
}

.owl-carousel.owl-dots-overlay-right[data-owl-nav="true"]:not(.owl-nav-left):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) .owl-dots {
	right: 76px;
}

@media (max-width: 991.98px) {
	.owl-carousel.owl-dots-overlay-right[data-owl-nav="true"]:not(.owl-nav-left):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) .owl-dots {
		right: 64px;
	}
}

.owl-carousel.owl-dots-overlay-right.owl-nav-overlap .owl-dots, .owl-carousel.owl-dots-overlay-right.owl-nav-overlap-right .owl-dots {
	right: 45px;
}

@media (min-width: 992px) {
	.owl-carousel.owl-dots-overlay-right.owl-nav-overlap-left .owl-dots {
		right: 20px;
	}
}

@media (max-width: 991.98px) {
	.owl-carousel.owl-dots-overlay-right.owl-nav-overlap .owl-dots, .owl-carousel.owl-dots-overlay-right.owl-nav-overlap-left .owl-dots, .owl-carousel.owl-dots-overlay-right.owl-nav-overlap-right .owl-dots {
		right: 36px;
	}
}

.owl-carousel.owl-dots-overlap .owl-dots, .owl-carousel.owl-dots-overlap-left .owl-dots, .owl-carousel.owl-dots-overlap-right .owl-dots {
	position: absolute;
	bottom: 0;
	background: #000;
	border-radius: 20px;
	margin: 0;
	padding: 5px;
}

.owl-carousel.owl-dots-overlap .owl-dots .owl-dot:before, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:before, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:before {
	border-color: #fff;
}

.owl-carousel.owl-dots-overlap .owl-dots .owl-dot:after, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:after, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:after {
	background: #fff;
}

.owl-carousel.owl-dots-overlap .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlap .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlap .owl-dots .owl-dot.active:after, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot.active:after, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot.active:after {
	opacity: 1;
}

.owl-carousel.owl-dots-overlap .owl-dots {
	right: auto;
	left: 50%;
	-webkit-transform: translateY(50%) translateX(-50%);
	transform: translateY(50%) translateX(-50%);
}

.owl-carousel.owl-dots-overlap.owl-nav-left .owl-dots {
	margin-left: 28px;
}

.owl-carousel.owl-dots-overlap.owl-nav-right .owl-dots {
	margin-left: -28px;
}

.owl-carousel.owl-dots-overlap.owl-nav-overlap-right .owl-dots {
	margin-left: -12.5px;
}

@media (min-width: 992px) {
	.owl-carousel.owl-dots-overlap.owl-nav-overlap-left .owl-dots {
		margin-left: 12.5px;
	}
}

.owl-carousel.owl-dots-overlap-left .owl-dots, .owl-carousel.owl-dots-overlap-right .owl-dots {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.owl-carousel.owl-dots-overlap-left .owl-dots {
	right: auto;
	left: 20px;
}

@media (max-width: 991.98px) {
	.owl-carousel.owl-dots-overlap-left .owl-dots {
		left: 16px;
	}
}

.owl-carousel.owl-dots-overlap-left[data-owl-nav="true"]:not(.owl-nav-right):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) .owl-dots, .owl-carousel.owl-dots-overlap-left.owl-nav-left:not(.owl-nav-right):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) .owl-dots {
	left: 76px;
}

@media (max-width: 991.98px) {
	.owl-carousel.owl-dots-overlap-left[data-owl-nav="true"]:not(.owl-nav-right):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) .owl-dots, .owl-carousel.owl-dots-overlap-left.owl-nav-left:not(.owl-nav-right):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) .owl-dots {
		left: 64px;
	}
}

.owl-carousel.owl-dots-overlap-left.owl-nav-overlap .owl-dots {
	left: 45px;
}

@media (min-width: 992px) {
	.owl-carousel.owl-dots-overlap-left.owl-nav-overlap-left .owl-dots {
		left: 45px;
	}
}

.owl-carousel.owl-dots-overlap-right .owl-dots {
	right: 20px;
	left: auto;
}

@media (max-width: 991.98px) {
	.owl-carousel.owl-dots-overlap-right .owl-dots {
		right: 16px;
	}
}

.owl-carousel.owl-dots-overlap-right[data-owl-nav="true"]:not(.owl-nav-left):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) .owl-dots, .owl-carousel.owl-dots-overlap-right.owl-nav-right:not(.owl-nav-left):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) .owl-dots {
	right: 76px;
}

@media (max-width: 991.98px) {
	.owl-carousel.owl-dots-overlap-right[data-owl-nav="true"]:not(.owl-nav-left):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) .owl-dots, .owl-carousel.owl-dots-overlap-right.owl-nav-right:not(.owl-nav-left):not(.owl-nav-overlay):not(.owl-nav-overlay-left):not(.owl-nav-overlay-right):not(.owl-nav-overlap):not(.owl-nav-overlap-left):not(.owl-nav-overlap-right) .owl-dots {
		right: 64px;
	}
}

.owl-carousel.owl-dots-overlap-right.owl-nav-overlap .owl-dots, .owl-carousel.owl-dots-overlap-right.owl-nav-overlap-right .owl-dots {
	right: 45px;
}

@media (max-width: 991.98px) {
	.owl-carousel.owl-dots-overlap-right.owl-nav-overlap .owl-dots, .owl-carousel.owl-dots-overlap-right.owl-nav-overlap-right .owl-dots {
		right: 36px;
	}
}

.owl-carousel.owl-nav-overlap {
	padding: 0 25px;
}

.owl-carousel.owl-nav-overlap .owl-nav {
	right: 25px;
	left: 25px;
	z-index: 1;
	height: 50px;
}

.owl-carousel.owl-nav-overlap .owl-nav button {
	opacity: 0.9;
	background: #000;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
}

.owl-carousel.owl-nav-overlap .owl-nav button.owl-prev {
	right: auto;
	left: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.owl-carousel.owl-nav-overlap .owl-nav button.owl-next {
	right: 0;
	left: auto;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.owl-carousel.owl-nav-overlap .owl-nav button:hover {
	opacity: 1;
	color: #fff;
}

@media (min-width: 992px) {
	.owl-carousel.owl-nav-overlap .owl-nav button:hover.owl-prev {
		-webkit-transform: translateX(-50%) scale(0.94);
		transform: translateX(-50%) scale(0.94);
	}
	.owl-carousel.owl-nav-overlap .owl-nav button:hover.owl-next {
		-webkit-transform: translateX(50%) scale(0.94);
		transform: translateX(50%) scale(0.94);
	}
}

.owl-carousel.owl-nav-overlap:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav {
	margin-top: -20px;
}

@media (max-width: 991.98px) {
	.owl-carousel.owl-nav-overlap:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav {
		margin-top: -18px;
	}
}

@media (max-width: 991.98px) {
	.owl-carousel.owl-nav-overlap {
		padding: 0 20px;
	}
	.owl-carousel.owl-nav-overlap .owl-nav {
		right: 20px;
		left: 20px;
		height: 40px;
	}
	.owl-carousel.owl-nav-overlap .owl-nav button.owl-prev,
	.owl-carousel.owl-nav-overlap .owl-nav button.owl-next {
		width: 40px;
		height: 40px;
	}
}

@media (min-width: 992px) {
	.owl-carousel.owl-nav-overlap-left {
		padding: 0 0 0 25px;
	}
	.owl-carousel.owl-nav-overlap-left .owl-nav {
		left: 25px;
		right: auto;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}
}

.owl-carousel.owl-nav-overlap-right {
	padding: 0 25px 0 0;
}

.owl-carousel.owl-nav-overlap-right .owl-nav {
	left: auto;
	right: 25px;
	-webkit-transform: translateY(-50%) translateX(50%);
	transform: translateY(-50%) translateX(50%);
}

.owl-carousel.owl-nav-overlap-left .owl-nav, .owl-carousel.owl-nav-overlap-right .owl-nav {
	z-index: 1;
	width: 50px;
	height: auto;
	padding-bottom: 0;
}

.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev,
.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next, .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev,
.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next {
	position: static;
	right: 0;
	left: 0;
	opacity: 0.9;
	background: #000;
	width: 50px;
	height: 50px;
	margin: 4px 0;
	border-radius: 50%;
	color: #fff;
}

.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev:hover,
.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next:hover, .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev:hover,
.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next:hover {
	opacity: 1;
	color: #fff;
}

@media (min-width: 992px) {
	.owl-carousel.owl-nav-overlap-left .owl-nav button:hover, .owl-carousel.owl-nav-overlap-right .owl-nav button:hover {
		-webkit-transform: scale(0.94);
		transform: scale(0.94);
	}
}

.owl-carousel.owl-nav-overlap-left:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav, .owl-carousel.owl-nav-overlap-right:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav {
	margin-top: -20px;
}

@media (max-width: 991.98px) {
	.owl-carousel.owl-nav-overlap-left:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav, .owl-carousel.owl-nav-overlap-right:not([data-owl-dots="false"]):not(.owl-dots-overlay):not(.owl-dots-overlay-left):not(.owl-dots-overlay-right):not(.owl-dots-overlap):not(.owl-dots-overlap-left):not(.owl-dots-overlap-right) .owl-nav {
		margin-top: -18px;
	}
}

@media (max-width: 991.98px) {
	.owl-carousel.owl-nav-overlap-left, .owl-carousel.owl-nav-overlap-right {
		padding: 0 20px 0 0;
	}
	.owl-carousel.owl-nav-overlap-left .owl-nav, .owl-carousel.owl-nav-overlap-right .owl-nav {
		left: auto;
		right: 20px;
		-webkit-transform: translateY(-50%) translateX(50%);
		transform: translateY(-50%) translateX(50%);
		width: 40px;
	}
	.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev,
	.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next, .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev,
	.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next {
		width: 40px;
		height: 40px;
	}
}


.form-control {

	background-color: #efd8d8 !important;

	border: 2px solid #990d10 !important;
	border-radius: 3.25rem !important;

}

.form-check-input[type="checkbox"] {
	border-radius: 2.25em;
	border: 2px solid #990d10 !important;
}


.active-link {
    color: #990d10;
    padding: 0 1rem;
}

.accordion-button:not(.collapsed) {
  color: #8e1f24;
  font-weight: 800;
  background-color: #FFF;
  box-shadow: inset 0 -0px 0 rgba(0,0,0,.125);
}
.accordion-item {
  background-color: #fff;
  border: 0px solid rgba(0,0,0,.125);
}
.accordion-button::after {
 
  width: 0rem;
  height: 0rem;
}
.boxpreview{
	border-radius: 5rem;
	background-color: #f5f5f5;
	min-height: 450px;
}
.fas.fa-chevron-circle-down {
  font-size: 12px;

}
#accordion {
  height: 300px;
}