@charset "UTF-8";


body {
	background-color: #fff;
	font-family: Roboto;
	color: #5949b3;
	padding: 0;
	margin: 0;
}
.site.layout-boxed .okta-wrapper {
	max-width: 1140px;
	margin: 0 auto;
}
.okta-wrapper {
	overflow: hidden;
}

a.logout {
	cursor: pointer !important;
}
a:hover, a:focus {
    text-decoration: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #5949b3;
	font-weight: 700;
}

.days,
.hours,
.minutes,
.seconds {
	font-weight: 700;
}

.table.table-result th,
.table.table-result td {
	vertical-align: middle !important;
}

.img-fluid {
    border-radius: .25rem;
}
img,
.img-slider {
	max-width: 100%;
	height: auto;
}

/*************************************************
	ROW COL 
*************************************************/
.row-livedraw {
	margin-top: -130px;
}

.module-content-top {
	margin-bottom: 5rem;
}


/*************************************************
	RESULT
*************************************************/

.single-pick {
	-webkit-box-shadow: 0px 5px 13px 0px rgba(40, 63, 163, 0.2);
			box-shadow: 0px 5px 13px 0px rgba(40, 63, 163, 0.2);
	border-radius: 10px;
	overflow: hidden;
}
.single-pick .header-area {
	background: #fef1f1;
}

/*Banner-Section Starts Here*/
.banner-section {
	padding: 114px 0 114px;
	position: relative;
	background: url("../images/hero-bg.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.banner-section .banner-subtitle {
	font-size: 36px;
	line-height: 46px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.banner-section .banner-title {
	font-size: 90px;
	line-height: 100px;
	margin-top: 0px;
	color: #ffd763;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 8px;
	text-shadow: 0px 10px 0px rgb(1 1 1 / 30%);
}
.banner-section .text {
	font-size: 22px;
	line-height: 33px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 25px;
}
.banner-section .custom-button2 {
	padding: 13px 30px;
}

.breadcrumb-area {
	background: url("../images/breadcrumb.jpg");
	background-size: cover;
	background-position: center bottom;
	padding: 49px 0px 177px;
	position: relative;
	margin-bottom: 50px;
}
.breadcrumb-area .contact {
	position: absolute;
	right: 18%;
	top: 42%;
}
.breadcrumb-area .lottory {
	position: absolute;
	right: 20%;
	top: 8%;
}
.breadcrumb-area .contact {
	position: absolute;
	right: 18%;
	top: 21%;
}

.breadcrumb-area .title {
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0px 10px 6px rgba(49, 64, 71, 0.1);
	text-transform: uppercase;
	padding-top: 40px;
}

/*  Singlelottery Section Start */
.singlelottery {
	position: relative;
	margin-top: -130px;
	text-align: center;
}
.singlelottery .steps {
	border-radius: 10px;
	-webkit-box-shadow: 2.505px 17.825px 59px 0px rgba(45, 112, 196, 0.2);
			box-shadow: 2.505px 17.825px 59px 0px rgba(45, 112, 196, 0.2);
	padding: 33px 30px 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}
.singlelottery .steps .left {
	min-width: 260px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding-right: 30px;
}
.singlelottery .steps .left h4 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
}
.singlelottery .steps .right ul li {
	display: inline-block;
	margin-right: 40px;
}
.singlelottery .steps .right ul li:last-child {
	margin-right: 0px;
}
.singlelottery .steps .right ul li .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.singlelottery .steps .right ul li .box p {
	margin-bottom: 0px;
	padding-left: 20px;
	font-weight: 600;
}
.singlelottery .time-wrapper {
	margin-top: -50px;
	border-radius: 10px;
	background-color: #f5f1fd;
	-webkit-box-shadow: 2.505px 17.825px 59px 0px rgba(45, 112, 196, 0.2);
			box-shadow: 2.505px 17.825px 59px 0px rgba(45, 112, 196, 0.2);
	display: inline-block;
	padding: 30px 40px;
	min-width: 600px;
	text-align: center;
}
.singlelottery .time-wrapper .time-counter {
	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;
}
.singlelottery .time-wrapper .time-counter img {
	margin-right: 10px;
	position: relative;
	top: -3px;
}
.singlelottery .time-wrapper .time-counter p {
	color: #e8127a;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0px;
}

@media (max-width: 991.98px) { 
	.breadcrumb-area .contact {
		width: 250px;
	}
}

@media (max-width: 767.98px)  {
	.breadcrumb-area .lottory, 
	.breadcrumb-area .contact {
		display: none;
	}
	.singlelottery .steps {
		display: block;
	}
	.singlelottery .steps .left {
		text-align: center;
		display: block;
	}
	.singlelottery .steps .left h4 {
		margin-bottom: 20px;
	}
	.singlelottery .steps .right ul li .box img {
		max-height: 45px;
	}
	.singlelottery .time-wrapper {
		width: 100%;
		min-width: 100%;
	}
	.singlelottery .time-wrapper .time-counter img {
		height: 28px;
	}
	.singlelottery .time-wrapper .time-counter img {
		top: -2px;
		height: 34px;
	}
	.singlelottery .time-wrapper .time-counter p, 
	.faq .faq-box .faq-collaps-box .title {
		font-size: 14px;
		line-height: 30px;
	}
}

/* Draw-Section Starts Here*/
.single-draw {
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 20px 25px;
	-webkit-box-shadow: 0px 3px 30px 0px rgba(30, 75, 203, 0.22);
			box-shadow: 0px 3px 30px 0px rgba(30, 75, 203, 0.22);
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	position: relative;
	overflow: hidden;
}
.single-draw .overlay {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
}
.single-draw .icon {
	position: relative;
}
.single-draw .icon img {
	height: 120px;
	margin-bottom: 23px;
	position: relative;
	z-index: 6;
	width: auto;
	display: inline-block;
}
.single-draw h2,
.single-draw h3,
.single-draw h4,
.single-draw h5,
.single-draw h6,
.single-draw p,
.single-draw span {
	position: relative;
}
.single-draw a {
	position: relative;
}
.next-draw .text {
	position: relative;
	font-weight: 700;
	display: block;
}
.next-draw .time {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	text-align: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}
.next-draw .time img {
	position: relative;
	margin-right: 10px;
	width: auto;
}
.next-draw .time .time-countdown {
	position: relative;
	font-size: 12px;
	font-weight: 500;
}
.single-draw:hover {
	-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
			transform: translateY(-10px);
}

/* Features-Section Starts Here*/
.features-section {
	padding: 90px 0px 100px;
}

.single-feature {
	text-align: center;
	margin-bottom: 2rem;
}
.single-feature .icon img {
	height: 110px;
}
.single-feature .title {
	margin-top: 22px;
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 0px;
}

/* 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 rgba(12, 0, 255, 0.1);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}

.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-image: linear-gradient(86deg, #121c5f 0%, #404f9f 44%, #3a52ac 100%);
	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';
}

/*************************************************
	HEADER
*************************************************/
.okta-header {
	position: relative;
	background-color: #6c0092;
}

.nav-lang .nav-link:focus, .nav-lang .nav-link:hover,
.nav-lang a:not([href]):not([tabindex]) img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

@media (min-width: 768px) {
}

/*************************************************
	LOGO
*************************************************/
.okta-logo img {
	max-width: 100%;
	height: auto;
	max-height: 40px;
}
@media (max-width: 767.98px)  {
	.okta-logo img {
		max-height: 30px;
	}
	.banner-section .banner-title {
		font-size: 70px;
		}
}

@media (min-width: 768px) {
}


/*************************************************
	MODULE
*************************************************/
.okta-module {
	position: relative;
}

.module-title {
	position: relative;
	text-align: center;
}

@media (max-width: 991.98px) {
}

@media (min-width: 768px) {
}


/*************************************************
	MODULE MENU
*************************************************/
.okta-nav.nav .nav-link .fa {
    margin-right: 10px;
}

@media (min-width: 768px) {

}

/*************************************************
	MENU NAVBAR
*************************************************/
.okta-mainnav .navbar-nav .nav-link {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}
.okta-mainnav .navbar-nav .nav-link .fa {
    margin-right: .25rem;
}
.okta-off-canvas-title {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.okta-mainnav  .navbar-nav .nav-item  > .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.okta-header.header-style3 .okta-mainnav  .okta-nav.navbar-nav > .nav-item  > .nav-link {
		padding: 1rem .6rem !important;
	}
}

/*************************************************
	NAVBAR FIXED
*************************************************/
.scrollDown .okta-header-fixed {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
	transition: transform 400ms,padding-top 400ms;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}
.scrollUp .okta-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: transform 400ms,padding-top 400ms;
}

.scrollDown .header-style1 .okta-header-fixed .okta-logo img,
.scrollUp .header-style1 .okta-header-fixed .okta-logo img {
	max-height: 50px;
}


/*************************************************
	MENU DROPDOWN
*************************************************/
.okta-mainnav .navbar-nav .dropdown-menu {
	min-width: 15rem;
	-webkit-box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.dropdown-menu {
	min-width: 15rem;
	border-radius: 0;
}

.navbar-nav .dropdown-menu .nav-link {
	position: relative;
	text-transform: none;
}

@media (min-width: 768px) {
    .dropdown:hover > .dropdown-menu {display: block;}
}


/*************************************************
	MAIN BODY
*************************************************/
.okta-mainbody {
	position: relative;
	padding-top: 50px;
	padding-bottom: 100px;
}

.okta-mainbody blockquote {
    margin: 0 0 1rem;
    background-color: #e6e6e6;
    padding: 1rem;
    font-weight: 500;
    font-style: italic;
}

.okta-page {
	position: relative;
}

.form-group ::-webkit-input-placeholder {
	color: #999999;
	font-size: 1rem;
}
.form-group ::-moz-placeholder {
	color: #999999;
	font-size: 1rem;
}
.form-group :-ms-input-placeholder {
	color: #999999;
	font-size: 1rem;
}
.form-group :-moz-placeholder {
	color: #999999;
	font-size: 1rem;
}

/*************************************************
	PAGE HEADER
*************************************************/
.page-header {
    margin: 0 0 3rem;
	text-align: center;
}
.page-title, .page-header h1 {
	font-size: 3rem;
}

@media (max-width: 991.98px) {
	.page-header {
		margin: 0 0 2rem;
	}
	.page-title, .page-header h1 {
		font-size: 2.5rem;
	}
}


/*************************************************
	ARTIKEL HEADER
*************************************************/
.article-header {
    font-size: 24px;
}
.article-title, .article-header h1 {
    font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
}

/*************************************************
	ARTIKEL META
*************************************************/
.article-aside {
    color: #999999;
    font-size: 12px;
}
.article-info dd {
    display: inline-block;
    margin-right: .5rem;
    white-space: nowrap;
}

/*************************************************
	RELATED ARTIKEL
*************************************************/
.okta-related {
	position: relative;
}

/*************************************************
	MODULE PLAYER VIDEO
*************************************************/
.okta-video-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.okta-video-player .btn-play {
    position: absolute;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 56px;
    margin-top: -30px;
    margin-left: -30px;
    text-align: center;
    padding: 0;
}
.okta-video-player:hover img {
    -webkit-filter: brightness(75%);
}
.okta-video-player:hover .btn-play {
	border: 2px solid #0056b3;
    color: #0056b3;
}

/*************************************************
	FOOTER
*************************************************/
.okta-footer {
	position: relative;
}

.okta-footer-module {
	position: relative;
	padding: 120px 0;
}

.okta-footer-module .img-left {
	position: absolute;
	left: 0px;
	top: 0px;
}
.okta-footer-module .img-right {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

@media (max-width: 767.98px)  {
	.okta-footer-module .img-left,
	.okta-footer-module .img-right {
		display: none;
	}
}

.okta-footer-module .okta-module {
	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);
	padding: 22px 30px 30px;
	margin-bottom: 2rem;
	text-align: center;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.okta-footer-module .okta-module:hover {
	-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
			transform: translateY(-5px);
}

@media (min-width: 768px) {

}

.okta-module-footer .module-custom {
	overflow: hidden;
}
.okta-module-footer .module-custom .module-inner {
	max-width: 700px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}


/*************************************************
	HIDDEN PONSEL
*************************************************/
@media (max-width: 767.98px)  {
	.d-xs-none {
		display: none !important;
	}
	.d-xs-inline {
		display: inline !important;
	}
	.d-xs-inline-block {
		display: inline-block !important;
	}
	.d-xs-block {
		display: block !important;
	}
	.d-xs-table {
		display: table !important;
	}
	.d-xs-table-row {
		display: table-row !important;
	}
	.d-xs-table-cell {
		display: table-cell !important;
	}
	.d-xs-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xs-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}


/************************************************
	FOOTER TO TOP
*************************************************/
.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 15px;
    z-index: 10;
}
.back-to-top .btn {
    padding: 0;
    height: 50px;
    width: 50px;
    border: none;
    -webkit-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.back-to-top.affix .btn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/*************************************************
	PRELOAD
*************************************************/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1031;
}
#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e74c3c;

	-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f9c922;

	-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	  animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
@keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}

#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 50%;
	height: 100%;
	background: rgba(33, 37, 41, 0.9);
	z-index: 1000;
	-webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(0);  /* IE 9 */
	transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}
#loader-wrapper .loader-section.section-left {
	left: 0;
}
#loader-wrapper .loader-section.section-right {
	right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateX(-100%);  /* IE 9 */
			transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
			transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateX(100%);  /* IE 9 */
			transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;  
			transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;

	-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateY(-100%);  /* IE 9 */
			transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.3s 1s ease-out;  
			transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
	display: none;
}