*:not(.fa):not(.far):not(.fas) {
	font-family: 'Poppins', Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.light {
	font-weight:300;
}
.normal {
	font-weight:400 !important;
}
.medium {
	font-weight:500 !important;
}
.bold {
	font-weight:700 !important;
}
.semibold {
	font-weight:600 !important; 
}
.extrabold {
	font-weight:900 !important;
}
.transition {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.notransition {
	transition: all 0s ease;
	-moz-transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-o-transition: all 0s ease;
}
.font-weight-normal {
	font-weight:400;
}
@media (min-width:1280px) {
    .container{
        max-width:1280px;
		padding-left:0;
		padding-right:0;
    }
}
@media (max-width:991px) {
    .container100 {
        width:100% !important;
		max-width:100% !important;
		padding-left:0;
		padding-right:0;
    }
}
@media (min-width:992px) {
	.animated.standby {
		-webkit-animation: none !important;
		-o-animation: none !important;
		animation: none !important;
		visibility: hidden;
	}
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.o-hidden {
 overflow:hidden;
}
.rounded {
	border-radius:12px !important;
}
.rounded-top {
	-webkit-border-top-left-radius: 12px !important;
	-webkit-border-top-right-radius: 12px !important;
	-moz-border-radius-topleft: 12px !important;
	-moz-border-radius-topright: 12px !important;
	border-top-left-radius: 12px !important;
	border-top-right-radius: 12px !important;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
body, html {
	width: 100%;
	height:100%;
}
body {
	color:#2C2F35;
	background:white;
	font-size:16px;
	overflow-x:hidden;
}
.body {
	background:white;
	padding-top:215px;
}
.bodyscroll {
	padding-top:146px;
}
@media (max-width:1199px) {
	.body {
		padding-top:76px;
	}
    .bodyscroll {
        padding-top:76px;
    }
}
.text-body {
	color:#2C2F35 !important;
}
.text-dark {
	color:black !important;
}
.text-shadow {
	text-shadow:2px 2px 2px black;
}
.text-danger {
	color:#D91C1C !important;
}
b, strong {
	font-weight:700;
}
.small, small {
    font-size:85%;
}
p {
	line-height:150%;
	display:block;
	width:100%;
}
.producttext p {
	line-height: 20px;
}
.row {
 	margin:0;
}
img {
	max-width: 100%;
}
.objectfit {
	width: 100%;
	height:100%;
	object-fit: cover;
	object-position: center center;
}
.objectfitcenterbottom {
	object-position: center bottom;
}
.objectfitrightbottom {
	object-position: right bottom;
}
.objectfitrightleft {
	object-position: right left;
}
hr {
	position:relative;
 	background:url(images/line.svg) no-repeat bottom left;
	background-size: auto 1px;
	border: 0px;
	height:1px;
	width: 100%;
	margin-top:20px;
	margin-bottom:20px;
}
.text-center hr {
 	background:url(images/line.svg) no-repeat bottom center;
}
.inlineblock {
	text-align:center;
	letter-spacing:0;
	word-spacing:0;
	font-size:0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight:700;
	color:#D91C1C;
	display:block;
	width:100%;
	line-height:130%;
}
h1, .h1 {
	font-size: clamp(2.25rem, 1.7135rem + 1.7167vw, 3rem);
}
h2, .h2 {
	font-size: clamp(1.75rem, 1.3923rem + 1.1445vw, 2.25rem);
}
h3, .h3 {
	font-size: clamp(1.5rem, 1.2318rem + 0.8584vw, 1.875rem);
}
h4, .h4 {
	font-size: clamp(1.25rem, 1.0712rem + 0.5722vw, 1.5rem);
}
h5, .h5 {
	font-size: clamp(1.125rem, 1.0356rem + 0.2861vw, 1.25rem);
}
h6, .h6 {
	line-height:16px;
}
.bg-none {
	background:none;
	padding-bottom:0;
}
.bg-light, a.bg-light:hover {
	background-color:#F0F4F9 !important;
}
a {
 	color:#D91C1C;
 	text-decoration:none;
}
a:hover {
 	color:#1D1D1B;
	text-decoration:none;
}
a.drug {
 	color:#1D1D1B;
 	text-decoration:none;
}
a.drug:hover {
 	color:#D91C1C;
	text-decoration:none;
}
.btn {
	border-radius:20px;
	font-size:14px;
	padding-left:30px;
	padding-right:60px;
	padding-top:8px;
	padding-bottom:8px;
	max-width:100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
    background-image:url("images/buttonarrow.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
}
.btn-sm {
	border-radius:14px;
	font-size:12px;
	padding-left:20px;
	padding-right:20px;
	padding-top:4px;
	padding-bottom:4px;
	max-width:100%;
}
.btn-lg {
	border-radius:26px;
	font-size:18px;
	padding-left:30px;
	padding-right:30px;
	padding-top:12px;
	padding-bottom:12px;
	max-width:100%;
}
.btn-arrow, .btn-arrow:active, .btn-arrow:visited, .btn-arrow:hover {
    padding-right:40px;
    background-image:url("images/buttonarrow.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
}
.btn-primary, .btn-primary:active, .btn-primary:visited {
  	background-color:#D91C1C; !important;
  	border-color:#D91C1C !important;
	color:white;
}
.btn-primary:hover {
  	background-color:#1D1D1B !important;
  	border-color:#1D1D1B !important;
	color:white;
}
.btn-secondary, .btn-secondary:active, .btn-secondary:visited {
  	background-color:#1D1D1B !important;
  	border-color:#1D1D1B !important;
	color:white;
}
.btn-secondary:hover {
  	background-color:#D91C1C !important;
  	border-color:#D91C1C !important;
	color:white;
}
.btn-transparent, .btn-transparent:active, .btn-transparent:visited {
  	background-color:transparent !important;
  	border-color:white !important;
	color:white;
}
.thumbnail {
	display:block;
	width:100%;
	height:100%;
	background:url(images/thumbnail.png) no-repeat center center;
	border: 1px solid #F0F4F9;
}
ul {
    padding-left:18px;
}
.pointer {
  cursor:pointer;
}
a.pagesvideo, a.pagesvideo:hover, .pagesvideo {
	width:100%;
	max-width:100%;
	display:block;
	position:relative;
	height:auto;
}
@media (max-width:767px) {
	a.pagesvideo, a.pagesvideo:hover, .pagesvideo {
		height:200px;
	}
}
a.pagesvideo:after, .pagesvideo:after {
  position: absolute;
  top:0;
  left:0;
  content: '';
  display:block;
  width:100%;
  height:100%;
  background-image: url(images/playvideo.svg);
  background-size:80px 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color:rgba(0,0,0,.3);
}
.pagesvideosmall:after {
	background-size: 40px 40px;
}
.contoverallhead {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d91c1c+0,d91c1c+50,2a65b7+50,2a65b7+100 */
	background: linear-gradient(to right,  rgba(217,28,28,1) 0%,rgba(217,28,28,1) 50%,rgba(42,101,183,1) 50%,rgba(42,101,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.contoverallup {	
	position: absolute;
	z-index:100;
	top:0;
	left:0;
	display: block;
	width:100%;
    background:#F0F4F9;
}
.contoverallupfixed {
	position:fixed;
	box-shadow: 1px 20px 20px -20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 20px 20px -20px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 20px 20px -20px rgba(0,0,0,0.2);
}
.contoverallup p {
    font-size: 14px;
    margin-bottom: 0;
}
@media only screen and (min-width:1200px) {
    .uplogo {
        border-right:1px solid #D5D8DD;
    }
}
.clogo {
	display:inline-block;
	width:240px;
	height:auto;
	margin:25px 0;
}
.contoverallupfixed .clogo {
	width:180px;
	margin:10px 0;
}
@media only screen and (max-width:1199px) {
	.clogo {
		width:150px;
		margin:15px 0;
	}	
	.contoverallupfixed {
		position:absolute;
	}
	.contoverallupfixed .clogo {
		width:150px;
		margin:15px 0;
	}
}
.clogo img {
	width:auto;
	max-width: 100%;
	height:auto;
	max-height: 100%;
}
.contoverallmenu {	
    background:#F0F4F9;
}
a.closebtn, a.closebtn:hover {
	background:url(images/x-lg.svg) no-repeat left center;
	background-size:100% auto;
    position: absolute;
    top:25px;
    right:30px;
    width:28px;
    height:30px;
	text-align:right;
}
a.closebtn2, a.closebtn2:hover {
	background:url(images/x-lg-2.svg) no-repeat left center;
	background-size:100% auto;
    position: absolute;
    top:25px;
    right:30px;
    width:28px;
    height:30px;
	text-align:right;
}
a.upicon, a.upicon:hover, .upicon {
	width:auto;
	display:inline-block;
	height:32px;
	line-height:32px;
	font-size:18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 30px;
	position:relative;
	color:#2C2F35;
	padding-left:50px;
	text-align: left;
}
a.upicon:hover {
	color:#D91C1C;
}
.tel {
	background-image: url(images/tel.svg);
}
.search {
	background-image: url(images/search.svg);
    width:32px !important;
    background-size: auto 26px !important;
    padding-left:0 !important;
}
.gps {
	background-image: url(images/gps.svg);
}
.email {
	background-image: url(images/email.svg);
    background-size: auto 24px !important;
}
.upicon.facebook, .upicon.facebook:hover {
	background-image: url(images/facebook.svg);
    width:32px !important;
    padding-left:0 !important;
}
.upicon.instagram, .upicon.instagram:hover {
	background-image: url(images/instagram.svg);
    width:32px !important;
    padding-left:0 !important;
}
.upicon.twitter, .upicon.twitter:hover {
	background-image: url(images/twitter.svg);
    width:32px !important;
    padding-left:0 !important;
}
.upicon.linkedin, .upicon.linkedin:hover {
	background-image: url(images/linkedin.svg);
    width:32px !important;
    padding-left:0 !important;
}
/* left menu */
a.menurespons, a.menurespons:hover {
	background:url(images/menu3.svg) no-repeat right center;
	background-size:30px auto;
	width:40px;
	height:30px;
	line-height:30px;
	font-size:30px;
	display:block;
	float:right;
	text-align:left;
	margin-top:25px;
}
.sidenav {
    width:100%;  
	height:100%;
	visibility: hidden;
	opacity: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left:0;
    background:#F0F4F9;
    overflow-x: hidden;
	 transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
    padding-top:70px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
}
.sidenavshow {
	visibility: visible;
	opacity:1;
}
a.linknav, a.linknav:hover, a.linknavselected, a.linknavselected:hover {
	display:inline-block;
	width:auto;
	line-height:20px;
	font-size:16px;		
	text-transform:uppercase;
	margin:10px 10px;
	/*text-overflow: ellipsis;*/
	position: relative;
	color:#2C2F35;
	font-weight:700;
}
a.linknav:hover, a.linknavselected, a.linknavselected:hover {
	color:#D91C1C;
}
.sidenav hr {
	width:60%;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
 	background:url(images/line.svg) no-repeat center center;
	border: 0px;
	height:1px;
	opacity:1;
}
.contoverallcarousel {
    position:relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f4f9+0,f0f4f9+50,ffffff+50,ffffff+100 */
    background: -webkit-linear-gradient(rgba(240,244,249,1) 0%, rgba(240,244,249,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(rgba(240,244,249,1) 0%, rgba(240,244,249,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(rgba(240,244,249,1) 0%, rgba(240,244,249,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#carousel1, #carousel1 .owl-item {
    width: 100%; 
	height:540px;
	display:block;
	overflow:hidden;
}
#carousel1 .item {
    display:block;
    width:100%;
    height:100%;
    position:relative;
    border:0;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    border-radius:12px;
    overflow:hidden;
}
#carousel1 .item::before {
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    content:'';
    background:rgba(0,0,0,.2);
}
@media only screen and (min-width:1200px) and (max-width:1600px) {
	#carousel1, #carousel1 .owl-item {
		height:600px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	#carousel1, #carousel1 .owl-item {
		height:500px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	#carousel1, #carousel1 .owl-item {
		height:400px;
	}
}
@media only screen and (min-width:321px) and (max-width:767px) {
	#carousel1, #carousel1 .owl-item {
		height:500px;
	}
}
@media only screen and (max-width:320px) {
	#carousel1, #carousel1 .owl-item {
		height:500px;
	}
}
.timercont {
  	width:100%;
	height:100%;
	display:block;
	text-align:center;
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
    position:relative;
    border-radius:12px;
    overflow:hidden;
    padding-top:20px;
    padding-bottom:20px;
}
.timercont1 {
    background-image:url(images/timercont1.jpg);
}
.timercont2 {
    background-image:url(images/timercont2.jpg);
}
.timercont3 {
    background-image:url(images/timercont3.jpg);
}
.timerimage {
	display: block;
	width:100%;
	height:100px;
}
.timercont p {
	font-size:18px;
	color:white;
}
.timer {
	display:inline-block;
	font-size:50px;
	color:white;
}
.timeright {
	display:inline-block;
	font-size:50px;
	color:white;
}
.home6 {
    background:#F0F4F9;
    display: block;
    width:100%;
    height:100%;
    margin-top:6px;
    margin-bottom:6px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: relative;
    border-radius:12px;
    overflow:hidden;
}
.home6:hover {
    margin-top:0;
    margin-bottom:12px;
}
.home6image {
    width: 100%;
    height:300px;
    display:block;
    position: relative;
    overflow:hidden;
}
@media (max-width:991px) {
    .home6image {
        height:200px;
    }	
}
.home6image::after {
    width: 100%;
    height:50px;
    display:block;
    position:absolute;
    bottom:-10px;
    left:0;
    content:'';
    background:#F0F4F9;
    border-radius:12px;
}
.home6text {
    padding:10px 30px 30px 30px;
}
.risk {
    background:#2C2F35;
    display: block;
    width:100%;
    height:100%;
    margin-top:6px;
    margin-bottom:6px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: relative;
    border-radius:12px;
    overflow:hidden;
    color:white !important;
    text-align:center;
}
.risk:hover {
    margin-top:0;
    margin-bottom:12px;
}
.testimonial {
	width:100%;
	height:100%;
	padding: 24px 24px 10px 24px;
	border-radius:12px;
	background:white;
    text-align: center;
}
.contoveralldown {
	background:#F0F4F9;
}
.contoveralldown ul {
    width:100%;
    display:block;
    margin:0;
    padding:0;
    text-align: left;
}
.contoveralldown ul li {
    width:50%;
    display:inline-block;
    padding:0;
    list-style:none;
}
@media (max-width:479px) {
    .contoveralldown ul li {
        width:100%;
    }
}
.contoveralldown ul li a {
    width:auto;
    display:inline-block;
    padding-bottom:7px;
    margin-bottom:9px;
    border-bottom:1px solid rgba(255,255,255,.2);
    color:white !important;
    font-size:16px;
}
.contoverallbottom {
	background:#1D1D1B;
}
a.scrollTop, a.scrollTop:hover {
	width:30px;
	height:35px;
	color:#D91C1C;
	font-size:26px;
	display:block;
	position:fixed;
	bottom:10px;
	right:10px;
	opacity:0;
	text-align:center;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.75rem 1.00rem;
  margin-left:5px;
  margin-bottom:5px;
  font-size: 1.1rem;
  font-weight:700;
  line-height: 1.25;
  color: white;
  background-color:#1D1D1B;
  border: 1px solid #1D1D1B;
}
.page-item.disabled .page-link {
  color:white;
  pointer-events: none;
  cursor: auto;
  background-color:#D91C1C;
  border-color:#D91C1C;
}
.page-item.active .page-link {
  z-index: 1;
  color: white;
  background-color:#D91C1C;
  border-color:#D91C1C;
}
.page-link:focus, .page-link:hover {
  color: white;
  text-decoration: none;
  background-color:#D91C1C;
  border-color:#D91C1C;
}
.loading {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
  left:0;
  text-align:center;
  color:#888;
	background-color:rgba(255,255,255,0.7);
}
.loading div {
  width:100px;
  height:100px;
  display: block;
  overflow:hidden;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);	
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
}
.form-control:focus, .custom-select:focus {
  border-color: #1D1D1B !important;
  box-shadow: 0 0 5px #1D1D1B !important;
}
.custom-control-label:before {
  box-shadow: 0 0 5px #1D1D1B !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color:#1D1D1B;
  box-shadow: 0 0 5px #1D1D1B !important;
}
.custom-control-input:active~.custom-control-label::before {
  background-color:#1D1D1B;
  box-shadow: 0 0 5px #1D1D1B !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color:#1D1D1B;
  box-shadow: 0 0 5px #1D1D1B !important;
}
.custom-select {
	background:url(images/arrow.svg) no-repeat right .75rem center white;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #1D1D1B;
    background-color: #1D1D1B;
}
a.pagerlink, a.pagerlink:hover, a.decornonepagerlink, a.decornonepagerlink hover, .decornonepagerlink {
	background:#1D1D1B;
	color:white;
	display: inline-block;
	font-size: 16px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px; 	
}
a.pagerlink:hover, a.decornonepagerlink, a.decornonepagerlink hover, .decornonepagerlink {
	background:#1D1D1B;
	color:white !important;
}
label.error {
	color:#D91C1C;
	font-size: 14px;
	display: block;
	width:100%;
}
a.btnTerms {
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:3px;	
	display:inline-block;
	vertical-align:middle;								
	cursor:pointer;	
	border:1px solid #D91C1C;
	background: url(images/checkbox.png) no-repeat center center white;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a.btnTermsChecked {
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:3px;	
	display:inline-block;
	vertical-align:middle;								
	cursor:pointer;	
	border:1px solid #D91C1C;
	background: url(images/checkbox.png) no-repeat center center #2C2F35;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.table-striped .thead-light th {
	background-color: #F4F6F8;
  }
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color:#F4F6F8;
}
.scrollauto {
	max-height:320px;
	overflow-y: auto;
}
/* width */
::-webkit-scrollbar {
  width:3px;
}
/* Track */
::-webkit-scrollbar-track {
  background:#ffffff; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background:#D91C1C; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:black; 
}
a.social, a.social:hover {
	width:40px;
	display:inline-block;
	height:40px;
	line-height:40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% 100%;
}
.facebook {
	background-image: url(images/facebook.svg);
}
.instagram {
	background-image: url(images/instagram.svg);
}
.youtube {
	background-image: url(images/youtube.svg);
}
.fa-times-circle {
    font-size:36px;
    color: #D91C1C;
}
.sidehamburger {
   width:10px;  
	height:100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left:-10px;
    /*overflow-x: hidden;*/
	 transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
}
.hamburger {
	width:70px;
	height:70px;
	line-height:70px;
	padding-right:10px;
	background:url(images/menu.svg) no-repeat right 8px center #D91C1C;
	background-size:18px 18px;
	text-align:right;
	position: absolute;
	opacity:0;
	top:50%;
    left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);	
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
}
.contoverallnews {
    position:relative;
}
.contoverallnewsbefore {
    position:absolute;
    width:100%;
    height:400px;
    top:0;
    left:0;
    background-repeat:no-repeat;
    background-position: top center;
    background-size:cover;
    text-align:center;
}
@media (max-width:500px) {
	.contoverallnewsbefore {
		height:500px;
	}
}
.contoverallnewsbefore::before {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    content:'';
    background:rgba(0,0,0,.5);
}
.news {
	display: block;
	width:100%;
	height:100%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	position: relative;
    background: white;
    border-radius:12px;
    overflow:hidden;
    margin-top:6px;
    margin-bottom:6px;
}
.news:hover {
    margin-top:0;
    margin-bottom:12px;
}
.news h5 {
    color:black;
    transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.news:hover h5 {
    color:#D91C1C;
}
.newsimage {
	width: 100%;
	aspect-ratio:16/9;
	overflow:hidden;
	display:block;
	position: relative;
    border:3px solid white;
}
@media (max-width:991px) {
	.newsimage {
		height:auto;
	}	
}
.newstext {
	display:block;
	width:100%;
    padding-top:20px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.whyquestioncont {
	background:#F3F7FA;
	padding:20px;
}
a.whyquestion, a.whyquestion:hover, a.whyquestionselected, a.whyquestionselected:hover {
	display:block;
	width:100%;
	line-height:38px;
	font-weight:600;
	font-size:22px;
	position:relative;
	padding-right:50px;
	color:#D91C1C;
}
a.whyquestion::after, a.whyquestion:hover::after {
	position: absolute;
	background: url(images/plus.svg) no-repeat center center;
	content: '';
	width:38px;
	height:38px;
	text-align:center;
	top:0;
	right: 0;
}
a.whyquestionselected::after, a.whyquestionselected:hover::after {
	position: absolute;
	background: url(images/minus.svg) no-repeat center center;
	background-size: 96% auto;
	content: '';
	width:38px;
	height:38px;
	text-align:center;
	top:0;
	right: 0;
}