/********** Master Page CSS **********/
.container-xxl.bg-white.p-0 {
    width: 100%;
    max-width: 100%;
}
:root
{
	--primary: #0879c2;
	--secondary: #FF6922;
	--light: #EFFDF5;
	--dark: #0E2E50;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}
.back-to-top
{
	position: fixed;
	display: none;
	right: 45px;
	bottom: 45px;
	z-index: 99;
	background: -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
	border-color: #0879c2;
}
.desk-hide
{
	display: none;
}

.btn-link:hover
{
	color: #2b99f8;
}
.btn-link
{
	color: #1273bf;
}
.d-none
{
	display: none !important;
}
.d-flex.d-none
{
	display: none !important;
}

.text-transparent
{
	color: transparent;
}

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show
{
	color: #000;
	background-color: #0879c2;
	border-color: #0dcaf0;
}
.btn-outline-primary:hover
{
	color: #000;
	background-color: #0879c2;
	border-color: #0dcaf0;
}

.btn-outline-primary
{
	color: #0dcaf0;
	border-color: #0dcaf0;
}
.text-primary
{
	color: #0879c2 !important;
}
.form-select:focus
{
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}

.blue-rosebg
{
	background-color: #0879c2;
	background: -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
}
.txt-colored
{
	background: -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}



/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

.header-top.tophead-bar.sticky-head {
    position: fixed;
    top: -15px;
    z-index: 9;
    left: 0px;
    right: 0px;
}

.header-top.tophead-bar.sticky-head .scrol-hide
{
	display:none!important;
	}




/*************************/

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

/** border ***/
.br-l
{
/*border-left: 1px solid #e9e9e9;*/
border-left: 1px dashed #dcba8d;	
}
.br-r
{
border-right:1px dashed #dcba8d;
}
/*********/

#HomeOnlyAdd
{
display:none;	
	}
#topbar
{
	background-color: #eceff1;
	padding: 8px 0;
	font-size: 14px;
	transition: all 0.5s;
}
.top-banimg
{
	width: auto !important;
}
.advtop-title
{
	font-size: 8px;
	color: #999;
	margin-bottom: 2px;
	text-align: center;
	text-transform: uppercase;
}

.advtop-banner
{
	text-align: center;
	padding: 0px 10px;
	margin-left: 20px;
	margin-right: 20px;
}
.advtop-banner img
{
	border: 4px double #b1aaaa;
}
/*** Button ***/
.btn
{
	transition: .5s;
}

.btn.btn-primary, .btn.btn-secondary
{
	color: #FFFFFF;
}

.btn-square
{
	width: 38px;
	height: 38px;
}

.btn-sm-square
{
	width: 32px;
	height: 32px;
}

.btn-lg-square
{
	width: 48px;
	height: 48px;
}

.btn-square, .btn-sm-square, .btn-lg-square
{
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	border-radius: 50px;
}



/*** Navbar ***/
.header-bottom
{
	border-bottom: 1px solid #e9e9e9;
	box-shadow: 0 3px 8px 0px rgb(0 0 0 / 5%);
	-moz-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 3px 8px 0px rgb(0 0 0 / 5%);
	-o-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
}
.nav-bar
{
	position: relative;
	padding: 0px;
	transition: .5s;
	z-index: 9;
	border-top: 3px double #dcba8d;
	margin-top: 10px;
}
ul.navbar-nav
{
	padding-inline-start: 0px;
	margin-block-start: 0px;
	margin-block-end: 0px;
}

ul.navbar-nav li
{
	padding: 5px;
	border-right: 1px solid #e9e9e9;
}
ul.navbar-nav li:last-child
{
	border-right: none;
}
div#navbarCollapse
{
	justify-content: space-around;
}

.navbar
{
	box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.navbar .dropdown-toggle::after
{
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	margin-left: 5px;
	transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after
{
	/* transform: rotate(-180deg);*/
	border: none;
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	margin-left: 5px;
	transition: .5s;
}

.navbar-light .navbar-nav .nav-link
{
	/* margin-right: 30px;     padding: 25px 0;*/
	color: #0879c2;
	font-size: 14px;
	text-transform: uppercase;
	outline: none;
	padding: 0px 8px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active
{
	color: #008ed4;
	background: -webkit-linear-gradient(45deg, #0879c2, #010d12 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dropdown-item.active, .dropdown-item:active
{
	
	color: #0090d5;
	color: #008ed4;
	background: -webkit-linear-gradient(45deg, #0879c2, #010d12 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dropdown-item
{
	background: -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 14px;
}
@media (max-width: 991.98px)
{
	.nav-bar
	{
		margin: 0;
		padding: 0;
	}

	.navbar-light .navbar-nav .nav-link
	{
		margin-right: 0;
		padding: 10px 0;
	}

	.navbar-light .navbar-nav
	{
		border-top: 1px solid #EEEEEE;
	}
}

.navbar-light .navbar-brand
{
	height: 75px;
}

.navbar-light .navbar-nav .nav-link
{
	background: -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media (min-width: 992px)
{
	.navbar .nav-item .dropdown-menu
	{
		display: block;
		top: 100%;
		margin-top: 0;
		transform: rotateX(-75deg);
		transform-origin: 0% 0%;
		opacity: 0;
		visibility: hidden;
		transition: .5s;
	}

	.navbar .nav-item:hover .dropdown-menu
	{
		transform: rotateX(0deg);
		visibility: visible;
		transition: .5s;
		opacity: 1;
	}
}
/*** Menu button ***/
.button.navbar-toggler {
    position: absolute;
    top: -80px;
    right: 7%;
    border: none;
}
.navbar-light .navbar-toggler-icon
{
	background-image: none;
	color: #0879c2;
	font-size: 25px;
	width: auto;
    height: auto;
}
/*** Header ***/

.header-top-shade
{
	padding: 5px 0px;
	overflow: hidden;
	box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}
.header-top
{
	padding: 5px 5px;
}

/* DATE SECTION */
.top-date
{
	
    padding-right: 10px;
}
.date span
{
	font-size: 43px;
	color: #a0108c;
	text-align: center;
	padding-right: 5px;
	font-weight: 900;
	font-family: 'fangsong';
}
.datedetails
{
	font-size: 11px;
	color: #939393;
	text-transform: uppercase;
	font-weight: 500;
}
.time
{
	color: #363030;
	text-align: left;
	font-size: 16px;
	/*margin-top: -8px;*/
	font-family: initial;
}
.ampm
{
	color: #c10000;
	padding-right: 10px;
}
.current-time
{
	font-weight: 700;
	color: #c10000;
}
.logo-social{
	
    padding-left: 10px;
}
/* SOCIAL MEDIA SECTION */

ul.topsocial-links
{
	margin-top: 5px;
	list-style: none;
	padding-inline-start: 0px;
	margin-block-start: 0px;
	margin-block-end: 0px;
}
.topsocial-links li
{
	padding: 5px;
}

ul.topsocial-links a
{
	font-size: 14px;
	display: inline-block;
	background: #f0f2f5;
	color: #262626;
	line-height: 1;
	padding: 4px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 20px;
	height: 20px;
	transition: 0.3s;
}

/* LOGO SECTION */

#header .logo
{
	position: relative;
}

#header .logo a
{
	color: #fff;
}

#header .logo img
{
	max-height: 40px;
}
.top-logo
{
	width: 100%;
}
.logtxt
{
	font-size: 55px;
	font-family: math;
	font-weight: 900;
}
.logtext h2
{
	margin-bottom:0px;
	}
.logtext img
{
	height: 45px;
}

.logo-icon {
    padding-top: 7px;
}

.tagline 
{
	font-size: 13px;
	text-align: center;
	font-weight: 600;
	color: #100f0f;
}

/* APP SECTION */
.top-add
{
	margin-right: 10px;
}
.advt
{
	padding: 5px;
	background: #f4f4f4;
	border: 3px double #eeeae4;
}

.app-item-large
{
	padding: 10px;
}
.top-apps
{
	text-align: center;
	font-size: 10px;
	border: 3px double #e9e9e9;
	color: #b1b1b1;
	padding: 4px 6px;
	margin-bottom: 5px;
}
.app-title
{
	color: #0a0a09;
}
img.appimg
{
	width: 30px;
}

/*.top-epaper
{
	background-color: #0879c2;
	background: -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
	padding: 5px;
	text-align: center;
	font-size: 13px;
	width: -webkit-fill-available;
}*/

.top-epaper {
    background-color: #0879c2;
    background: -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
    padding: 10px 5px;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    border-radius: 5px;
}

.top-epaper a
{
	color: #fff;
}



/*** Footer ***/
.footer-top
{
	background-color: #ecf0f3;
}

.footer-links ul
{
	list-style: none;
	padding-inline-start: 0px;
}


.footer .btn.btn-link
{
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	transition: .3s;
	color: #0b0b0b;
}

.footer .btn.btn-link::before
{
	position: relative;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
	background: -webkit-linear-gradient(45deg, #0879c2, #ff2640 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer .btn.btn-link:hover
{
	letter-spacing: 1px;
	box-shadow: none;
}



.copyright
{
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

.copyright p
{
	margin-bottom: 3px;
}

.credits
{
	padding-top: 5px;
	text-align: center;
	font-size: 20px;
	color: #065fad;
	text-transform: uppercase;
	border-top: 3px double #dcba8d;
	background: -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.credits a
{
	color: #f6b024;
}

.ftr
{
	background-color: #f6f8f9;
}
.footer-bottom
{
	padding: 0px;
}
.copybottom
{
	color: white;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.copybottom a
{
	color: White;
}

.ftrsep
{
	color: #0dcaf0;
	padding-right: 3px;
	font-size: 10px;
}
.ftrsep2
{
	color: #a8417f;
	font-size: 10px;
}
.copyright p a
{
	color: #2f3132;
}

.credits h1
{
	background: linear-gradient(to right, hsl(301deg 61% 39%) 0, hsl(141deg 63% 64%) 10%, hsl(208deg 100% 41%) 20%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shine 3s infinite linear;
	font-family: math;
	font-size: 26px;
	margin-top: 18px;
}
.ftrp .name
{
	color: #0879c2;
	font-weight: bold;
}

span.ftrph
{
	color: red;
	padding-right: 2px;
	padding-left: 2px;
}


/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/

@media only screen and (max-width: 768px)
{
	.mob-hide
	{
		display: none;
	}

	.desk-hide
	{
		display: block;
	}
	/** LOGO SECTION**/

    .br-l.br-mob-hide {
    border-left: none;
}
    
	.logtxt
	{
		font-size: 40px;
	}
	

	.top-logo
	{
		margin-top: 10px;
		margin-bottom: 10px;
		border-bottom: 1px dashed #dcba8d;
		border-top: 1px solid #e9e9e9;
		padding: 5px;
	}


	.logtext img
	{
		height: 30px;
	}
	.tagline 
	{
		/* font-size: 8px;*/
		font-weight: 500;
	}
	.tagline
	{
		margin-left: 0%;
		margin-top: 0%;
	}

	.header-top
	{
		border-bottom: 4px double #dcba8d;
	}
	/** Date SECTION**/
	/*.top-date
	{
		border-right: 1px solid #e9e9e9;
		padding-right: 10px;
	}*/
	.date span
	{
		font-size: 25px;
		padding-right: 5px; ;
}
	.datedetails
	{
		font-size: 10px;
	}
	.time
	{
		font-size: 14px;
	}
	.topsocial-links li
	{
		padding: 3px;
	}
	.app-title
	{
		font-size: 6px;
	}
	img.appimg
	{
		width: 34px;
	}
	/** MENU BUTTON**/
	.nav-bar
	{
		margin: 0;
		padding: 0;
		border: none;
		box-shadow: none;
	}
	.mobile-apps.d-flex
	{
		display: block !important;
	}
	.top-epaper
	{
		padding: 2px;
		font-size: 5px;
	}
	#TopRightAdd .top-app .top-epaper
	{
		padding: 2px;
		font-size: 10px;
		font-family: fangsong;
	}
	.top-app .top-epaper .movingarrow
	{
		display:none;
		}
	/** Footer ***/
	span.ftrp
	{
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	a.ftr2
	{
		display: block;
		text-align: left;
		padding-left: 10px;
		font-size: 14px;
	}
	.ftrtel
	{
		font-size: 14px;
		padding: 10px;
	}

	span.ftrbtmspan
	{
		display: block;
		font-size: 14px;
		text-align: left;
	}
	.copybottom
	{
		padding: 8px;
	}
	.footer .btn.btn-link
	{
		font-size: 10px;
	}

}
/*  rules for ipad devices */
@media only screen and (min-width: 768px) and (max-width: 1024px)
{
	.date span
	{
		font-size: 20px;
	}
	logtxt
	{
		font-size: 60px;
	}
	.datedetails
	{
		font-size: 8px;
	}

	.time
	{
		font-size: 10px;
	}
	.logtxt
	{
		font-size: 38px;
	}
	.logtext img
	{
		height: 30px;
	}
	.tagline
	{
		margin-top: 1px;
		margin-left: 6px;
	}
	.topsocial-links li
	{
		padding: 3px;
	}
	.top-apps-large.d-flex
	{
		display: block !important;
		width: 80%;
		padding-bottom: 10px;
	}
	.tagline 
	{
		font-size: 9px;
	}
	
	#TopRightAdd .top-epaper 
	{
		font-size: 6px;
		}
	#TopRightAdd .app-title {
    display: none;
}

#TopRightAdd  .top-apps {
    margin-right: 35px;
}


}

/* CSS rules for landscape mode on mobile devices */

@media only screen and (max-width: 767px) and (orientation: landscape)
{
	span.ftrp
	{
		display: contents;
	}
	.tagline 
	{
		font-size: 7px;
		
	}
	.top-logo
	{
		border-top: none;
		border-bottom: none;
	}

	.date span
	{
		font-size: 20px;
	}

	.datedetails
	{
		font-size: 8px;
	}

	.time
	{
		font-size: 10px;
	}
	.logtxt
	{
		font-size: 29px;
	}
	.logtext img
	{
		height: 20px;
	}
	.tagline
	{
		margin-top: 0px;
		margin-left: 0px;
	}
	.topsocial-links li
	{
		padding: 2px;
	}
	.top-apps-large.d-flex
	{
		display: block !important;
		width: 80%;
		padding-bottom: 10px;
	}
	a.ftr2
	{
		display: contents;
	}
	span.ftrbtmspan
	{
		display: contents;
	}
	
	.button.navbar-toggler {
    top: -69px;
    right: 10px;
}
.logo-malayalam img {
    width: 100px;
}
.br-l {
    /* border-left: 1px solid #e9e9e9; */
    border-left: none;
}
ul.topsocial-links a
{
	padding:3px;
	    width: 15px;
    height: 15px;
    font-size:10px;
	}
	
	#TopRightAdd .advt img {
    width: 100px;
}
#TopRightAdd .app-title {
  
    display: none;
}
#TopRightAdd img.appimg {
    width: 17px;
}
.navbar-light .navbar-toggler-icon {

    font-size: 18px;
}

}

/*CSS rules for iPad Air in landscape mode */

@media only screen and (min-width: 820px) and (max-width: 1199px) and (orientation: landscape)
{
	span.ftrp
	{
		display: contents;
	}
	.tagline 
	{
		font-size: 7px;
		text-align: left;
	}
	.top-logo
	{
		border-top: none;
		border-bottom: none;
	}

	.date span
	{
		font-size: 20px;
	}

	.datedetails
	{
		font-size: 8px;
	}

	.time
	{
		font-size: 10px;
	}
	.logtxt
	{
		font-size: 29px;
	}
	.logtext img
	{
		height: 20px;
	}
	.tagline
	{
		margin-top: 0px;
		margin-left: 0px;
	}
	.topsocial-links li
	{
		padding: 3px;
	}
	.top-apps-large.d-flex
	{
		display: block !important;
		width: 80%;
		padding-bottom: 10px;
	}
	a.ftr2
	{
		display: contents;
	}
	span.ftrbtmspan
	{
		display: contents;
	}
	ul.navbar-nav li
	{
		padding: 2px;
	}
	.dropdown-item
	{
		padding: 5px;
	}
	.dropdown-item
	{
		font-size: 12px;
	}
	.navbar-light .navbar-nav .nav-link
	{
		font-size: 12px;
	}
	
	.button.navbar-toggler {
    top: -69px;
    right: 2%;
}
#TopRightAdd .advt img {
    width: 100px;
}
#TopRightAdd .app-title {
  
    display: none;
}

#TopRightAdd img.appimg {
    width: 17px;
}

.navbar-light .navbar-toggler-icon {

    font-size: 18px;
}

}

/*CSS rules for Galexy fold */
@media(max-width: 320px){ 
 .logtxt {
    font-size: 29px;
}

.tagline  {
    font-size: 8px;
}

.button.navbar-toggler {
    top: -69px;
    right: 1%;
}

}


/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/



/** COLOR CHANGING BORDER **/
.color-changing-border {
    position: relative;
}
.color-changing-border::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, #ec1c24, #fbe125, #f3e59f, #00b8f1);
    animation: borderColorChange 3s linear infinite;
}
@keyframes borderColorChange {
    0% {
        background: linear-gradient(to right, #ec1c24, #fbe125, #f3e59f, #00b8f1);
    }

    50% {
        background: linear-gradient(to right, #00b8f1, #f3e59f, #fbe125, #ec1c24);
    }

    100% {
        background: linear-gradient(to right, #ec1c24, #fbe125, #f3e59f, #00b8f1);
    }
}

/**TEXT SHINE **/
.text-shine{
     background  : -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
}

@keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 600px;
    }

    100% {
        background-position: 600px;
    }
}
/** MOVING ARROW  **/
.movingarrow {
            display: inline-block;
           
            animation: slide1 0.7s ease-in-out infinite;
        }

        @keyframes slide1 {
            0%, 100% {
                transform: translateX(0);
            }
            50% {
                transform: translateX(10px);
            }
        }

/** BACKGROUND COLOR CHANGING  **/
.bgcolor-change {
    -webkit-animation-name: bgcolor;
    -webkit-animation-duration: 25s;
    animation-name: bgcolor;
    animation-duration: 25s;
    animation-iteration-count: infinite;
}


@-webkit-keyframes bgcolor {
    0% {
        background: radial-gradient(at 50% -20%, #0879c2, #ab1f99) fixed;
    }

    14.3% {
        background: radial-gradient(at 50% -20%, #7cb9e8, #830955) fixed;
    }

    28.6% {
        background: radial-gradient(at 50% -20%, #00308f, #b30d5c) fixed;
    }

    42.9% {
        background: radial-gradient(at 50% -20%, #6cb4ee, #9d2570) fixed;
    }

    57% {
        background: radial-gradient(at 50% -20%, #007fff, #8d2b55) fixed;
    }

    71% {
        background: radial-gradient(at 50% -20%, #46a4d9, #8f095d) fixed;
    }

    85.6% {
        background: radial-gradient(at 50% -20%, #0879c2, #c53773) fixed;
    }

    100% {
        background: radial-gradient(at 50% -20%, #d04999, #5072a7) fixed;
    }
}

@keyframes bgcolor {
    0% {
        background: radial-gradient(at 50% -20%, #0879c2, #ab1f99) fixed;
    }

    14.3% {
        background: radial-gradient(at 50% -20%, #7cb9e8, #830955) fixed;
    }

    28.6% {
        background: radial-gradient(at 50% -20%, #00308f, #b30d5c) fixed;
    }

    42.9% {
        background: radial-gradient(at 50% -20%, #6cb4ee, #9d2570) fixed;
    }

    57% {
        background: radial-gradient(at 50% -20%, #007fff, #8d2b55) fixed;
    }

    71% {
        background: radial-gradient(at 50% -20%, #46a4d9, #8f095d) fixed;
    }

    85.6% {
        background: radial-gradient(at 50% -20%, #0879c2, #c53773) fixed;
    }

    100% {
        background: radial-gradient(at 50% -20%, #d04999, #5072a7) fixed;
    }
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

.rotate-icon {
    display: inline-block;
    background: linear-gradient(45deg, #0879c2, #dd038c 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: rotate 10s linear infinite;
    transform-style: preserve-3d;
}

@keyframes rotate {
 from {
    transform: rotateY(0deg); 
  }
  to {
    transform: rotateY(360deg); 
  }
}

/*--------------------------------------------------------------
# Blinking
--------------------------------------------------------------*/
.blinking {
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;
  
}

@keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-ms-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-o-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

/* Keyframes for falling animation */
@keyframes snowfall {
	0% {
		transform: translate3d(var(--left-ini), 0, 0);
	}

	100% {
		transform: translate3d(var(--left-end), 110vh, 0);
	}
}