/* Lottery-Result-Section Starts Here*/
.lottery-result {
	position: relative;
}
.lottery-result .section-header {
	margin-bottom: 40px;
}
.lottery-result .bg-image {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.lottery-result .result-box {
	border-radius: 10px;
	-webkit-box-shadow: 0px 13px 120px 0px rgba(45, 70, 222, 0.2);
			box-shadow: 0px 13px 120px 0px rgba(45, 70, 222, 0.2);
	background: #fff;
	padding: 50px 30px 30px;
}
.lottery-result .result-box .box-header {
	margin-bottom: 38px;
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
}
.lottery-result .view-all {
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-top: 5px;
}
.lottery-result .view-all:hover {
	text-decoration: underline;
}

.result-list .single-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 0px 3px 43px 0px rgba(12, 0, 255, 0.1);
	box-shadow: 0px 3px 43px 0px rgb(71 71 71 / 17%);
	border-radius: 10px;
	overflow: hidden;
}

.martop{
		margin-top: -130px;
background-color: #fff;
border-radius :10px;
}
.result-list .single-list .light-area {
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
}
.result-list .single-list .light-area .light-area-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.result-list .single-list .light-area .light-area-more {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.result-list .single-list .light-area .light-area-top .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.result-list .single-list .light-area .light-area-top .left img {
	height: 85px;
	margin-right: 15px;
}
.result-list .single-list .light-area .light-area-top .left h4 {
	font-weight: 700;
}
.result-list .single-list .light-area .light-area-top .right {
	text-align: right;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.result-list .single-list .light-area .light-area-top .right span {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}
.result-list .single-list .light-area .light-area-top .right h6 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 0px;
}
.result-list .single-list .light-area .light-area-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.result-list .single-list .light-area .light-area-bottom p {
	font-size: 15px;
	line-height: 25px;
	font-weight: 700;
	margin-bottom: 10px;
}
.numbers {
	display: block;
}
.numbers span {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	background-image: -o-linear-gradient(4deg, #ec038b 0%, #fb6468 44%, #fbb936 100%);
	background-image: linear-gradient(86deg, #12315f 0%, #404f9f 44%, #3a52ac 100%);
	-webkit-box-shadow: 0px 7px 7px 0px rgb(42 48 243 / 23%);
	box-shadow: 0px 7px 7px 0px rgb(42 76 243 / 23%);
}

.result-list .single-list .light-area .light-area-bottom .left,
.result-list .single-list .light-area .light-area-bottom .center,
.result-list .single-list .light-area .light-area-bottom .right {
	padding: 1rem;
}

@media (min-width: 768px) {
	.result-list .single-list .light-area .light-area-bottom .center {
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		border-right: 1px solid rgba(0, 0, 0, 0.1);
	}
}

@media (max-width: 767.98px) {
	.result-list .single-list .light-area .light-area-bottom .center {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
}

.result-list .single-list .light-area .light-area-bottom .right {
	text-align: right;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.result-list .single-list .light-area .light-area-bottom .right h6 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 0px;
}
.result-list .single-list .color-area {
	width: 220px;
	
	background-size: cover;
	background-position: center;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.result-list .single-list .color-area .top span,
.result-list .single-list .color-area .bottom span {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
}
.result-list .single-list .color-area .top h6,
.result-list .single-list .color-area .bottom h6 {
	margin-bottom: 0px;
}

@media (max-width: 767.98px) {
	.result-list .single-list{
        display: block;
    }
    .result-list .single-list .color-area{
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 991.98px) {
	.result-list .single-list .light-area .light-area-top,
	.result-list .single-list .light-area .light-area-bottom,
	.footer-section .footer-links .footer-top-area .right
	{
		display: block;
		text-align: center;
	}
	.result-list .single-list .light-area .light-area-top .left,
	.result-list .single-list .light-area .light-area-top .right,
	.result-list .single-list .light-area .light-area-bottom .right,
	.footer-section .footer-links .footer-top-area .left
	{
		text-align: center;
		justify-content: center;
	}
}

.light-area-more i {
	position: relative;
	margin-right: 10px;
	-webkit-animation: mymove 5s infinite;
	animation: mymove 5s infinite;
}
@keyframes mymove {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	25% {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
	50% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	75% {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
	100% {
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
	}
}

.plain-style {
	position: relative;
	margin-top: -200px;
}

.box-contact.box-form {
	-webkit-box-shadow: 0px 11px 19.2px 0.8px rgba(66, 58, 232, 0.1);
			box-shadow: 0px 11px 19.2px 0.8px rgba(66, 58, 232, 0.1);
	border-radius: 10px;
	padding: 50px 30px 60px;
	background: #fff;
}

.contact-list {
	padding-top: 2rem;
}

@media (min-width: 768px) {
	.contact-list {
		padding-top: 240px;
	}
}


.more-less .collapse:before {
	content: ' ...';
	position: absolute;
	right: 0;
	bottom: 0;
}
tr.collapse.sho
.more-less .collapse.show {
	height: auto;
}
.more-less .collapse.show:before {
	display: none;
}
.more-less a.collapsed:after {
	content: '+ More';
}
.more-less a:not(.collapsed):after {
	content: '- Less';
}

.gradient-text {
    background: #898989;
    -webkit-background-clip: text;
    text-shadow: 1px 1px #000000;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}


