/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
body{
	font-family: Raleway;
	font-size:16px;
}

.about-transpandemic p{
	margin-bottom: 10px;
}
.about-transpandemic ul{
	margin-bottom: 10px;
}


@media (max-width: 992px){
	.sign-up-form-slider{
		background: url('../images/slider/swiper/banner-transpandemic-left-notext.jpg') !Important;
	}
}

@media (max-width: 575px){
	.swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide{
		height: 130px !Important;
	}
}