@charset "utf-8";
@import url('https://use.fontawesome.com/releases/v5.12.1/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/** font-family: "Public Sans", sans-serif;**/
/* CSS Document */
h1, h2, h3, h4, h5, h5 {
  font-weight: 600;
}
header {
  padding: 24px 0;
  margin: 0;
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 9999999999999;
}
body {
font-family: "Public Sans", sans-serif;
  margin: 0;
  padding: 0;
	background: #f3f3f3;
}
.bg-light {
  background-color: #fff !important;
}
.blue-bg {
  background: #00b7e8;
  color: #fff;
}
.blue-bg p {
  color: #fff;
}
.white-btn {
  color: #fff;
  border: solid 1px #fff;
}
.blue .fa-angle-right:before {
  margin: 63px 0 0 0;
  line-height: 10px;
  float: left;
  font-size: 22px;
}
a:hover {
  text-decoration: none;
}
*:after, *:before, p a, a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.srmbox {position: relative; z-index: 2;}
.bg-white {background: #fff;}
/*******300621v1tav*********/
.iconobx {
  clear: both;
  display: block;
  width: 100%;
  text-align: right;
  margin: 11px 0 0 0;
}
.iconobx img {
  width: 35px;
}
/**go to top here**/
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  animation: MenuSlideDown .3s linear;
  -moz-animation: MenuSlideDown .3s linear;
  -ms-animation: MenuSlideDown .3s linear;
  -o-animation: MenuSlideDown .3s linear;
  -webkit-animation: MenuSlideDown .3s linear;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
  background: #fff;
  border-radius: 0;
  margin: 0;
  padding: 2px 0;
  z-index: 99999;
}
.sticky {
  padding: 0;
}
.sticky .logo-name h2 {
  font-size: 15px;
  margin: 0px 0 1px 0;
  padding: 0;
}
.sticky .logo-main {
  max-width: 93px;
}
.sticky .logo-2 {
  width: 30px;
}
.sticky .logo-name .appro {
  margin: 0;
}
.sticky .logo-name .tag-line {
  font-size: 16px;
  margin-top: 0;
}
.trent-ment-btn:hover {
  color: #000;
}
.sticky .search-bar {
  display: block;
}
@-webkit-keyframes MenuSlideDown {
  0% {
    top: -48px;
  }
  100% {
    top: 0px;
  }
}
@keyframes MenuSlideDown {
  0% {
    top: -48px;
  }
  100% {
    top: 0px;
  }
}
/** #back-top {
	position: fixed;
	bottom: 7px;
	right: 15px;
	z-index: 99;
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a img {
	margin: 0 auto;
}

#back-top a:hover {
	color: #000;
}

#back-top a i {
	background: #ff2c2b;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	font-size: 29px;
	padding-top: 2px;
	border: solid 2px #fff;
	box-shadow: 0px 0px 5px #777;

} **/
#back-top {
  height: auto;
  width: auto;
  padding: 9px;
  position: fixed;
  bottom: 7px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  font-size: 15px;
  text-transform: uppercase;
}
#back-top img {
  width: 25px;
  display: block;
  margin: 0 auto;
}
#back-top a {
    font-size: 27px;
    color: #fff;
    text-decoration: none;
    background: #900000;
    display: block;
    padding: 0;
    border-radius: 0;
    border: solid 1px #fff;
    height: 40px;
    width: 40px;
    outline: none;
    line-height: 37px;
}
/**go to top here end**/
/*******landingpage code************/
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}




/***top slider****/
.srone {
    /* position: relative; */
    height:847px;
    overflow: hidden;
    width: 100%;
}
.topbner {
    width: 100%;
    position: fixed;
    top: 0;
}
.srone  .container {
    position: absolute;
    top: 10%;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.leodes {
    display: inline-block;
    vertical-align: top;
    width: 44%;
    padding-right: 50px;
    position: relative;
}
.leodes h1 {
    color: #034ea1;
    font-size: 103px;
    font-weight: 900;
    margin: 22% 0 23px 0;
    line-height: 109px;
}
.forbxe {
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    width: 29%;
    margin-top: -2%;
    position: absolute;
    right: 0;
    background-color: #ffffffc9;
    z-index: 99;
}

.menimd {
    display: inline-block;
    vertical-align: baseline;
    object-fit: contain;
    height: 771px;
    margin: 0 0 0 -109px;
}

.forbxe img {
    width: 100%;
}
/***top slider end****/

/***srmbox srtwo****/
.srtwo {
    padding: 60px 0;
	background: #f3f3f3;
}

.srtwo .owl-carousel .owl-item img {
    object-fit: contain;
    height: 86px;
    width: auto;
    margin: 0 0 22% 0;
}
.srtwo p {font-size: 1.2rem;}
.srtwo p strong {
    display: block;
    color: #900000;
    font-weight: 800;
}

.redoxe, .greenbox {
    background: #fff;
    padding: 48px 25px 0;
    min-height: 300px;
    border-radius: 30px;
}

.grodeox, .gren {
    display: block;
    width: 85%;
    margin: 0 auto;
    background: #326CAF;
    background: linear-gradient(90deg, rgba(50, 108, 175, 1) 0%, rgba(163, 47, 47, 1) 100%);
    padding-bottom: 14px;
    border-radius: 32px 31px 30px 30px;
}

.gren{background: #326EAF;
background: linear-gradient(90deg, rgba(50, 110, 175, 1) 0%, rgba(207, 176, 58, 1) 100%);}

.srtwo .gren p  strong  {    color: #034ea1;}

  .owl-carousel .owl-nav button.owl-prev,  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: 0;
    top: 40%;
	background: none !important;
}
 .owl-carousel .owl-nav button.owl-next {left: auto; right: 0;}
/***srmbox srtwo end****/


/***srmbox srthree end****/

.srthree {
    position: relative;
	    background: #f3f3f3;
	    padding-bottom: 30px;
}
.redbg {
    background: #900000;
    height: 703px;
    width: 100%;
    display: block;
    position: absolute;
    top: 6%;
}
.srthree .container {
    position: relative;
    z-index: 2;
}

.leboxd {
    display: inline-block;
    background: #fff;
    width: 65%;
    margin: 7% 0 0 0;
    padding: 40px 80px 40px 50px;
    float: left;
    border-radius: 20px 0 0 20px;
}

.allhad {
    font-size: 30px;
    font-weight: 900;
    color: #900000;
    margin: 0 0 10px 0;
}
.leboxd p{
    font-size: 13px;
}

.meimg {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin: 0 0 0 -65px;
}

 .srthree .owl-carousel .owl-item img {
    display: block;
    width: 95%;
}

.srthree .owl-carousel .item img:first-child {
    margin: 0 0 19px 0;
}

.srthree .col-md-12:hover .meimg {
  transform: scale(1.05);
	  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/***srmbox srthree end****/

/***srmbox srfour****/
.srfour {
    background: url(../images/bg-3-2.webp) no-repeat top left / cover;
    padding: 150px 0 50px;
    position: relative;
    height: 1177px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color:#fff;
    background:#900000;
    border: none;
	    transform: scale(1.5);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-tabs .nav-link {
    margin-bottom: 0;
    border:none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	   padding: 0;
    color: #fff;
}

.srfour .container {
    position: relative;
}

.allhad.text-center.mt-2.mb-2 {
    position: absolute;
    top: -12%;
    left: 0;
    right: 0;
}
.tab-content .allhad {
    font-size: 23px;
}
.viboxe {
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 1;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    max-width: 1236px;
}
.diesd {
    position: relative;
    text-align: center;
    max-width: 548px;
    margin: 24% auto 0;
    width: 100%;
    z-index: 2;
}
.leaodew {
    width: 40%;
    background: #fff;
    box-shadow: 0 0 10px #b9b2b2;
    border-radius: 20px;
    padding: 40px 40px 0;
    margin: 0 4%;
    display: inline-block;
    vertical-align: top;
    min-height: 629px;
	  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.leaodew:hover {transform: scale(1.05);   -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;}

.leaodew .allhad {
    border-bottom: solid 1px #c9c9c9;
    min-height: 100px;
    margin: 0 0 34px 0;
}

.desa {
    display: block;
    margin: 0 0 25px 0;
}

.leimd {
    object-fit: contain;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 37px;
}
.rides {
    display: inline-block;
    vertical-align: top;
    width: 84%;
    margin: 0 0 0 3%;
    font-size: 13px;
}
.rides p {
    margin-top: 0;
    margin-bottom: 0.4rem;
}

.rides strong {
    font-weight: 800;
}
.mdines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
	border: none;
}

/*.resobxe {
    background: #900000;
    color: #fff;
    height: 120px;
    width: 120px;
    padding: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    font-size: 14px;
    position: absolute;
    font-weight: 700;
	 -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	cursor: pointer;
}*/

.resobxe {
    position: absolute;

}

.nav-tabs .resobxe .nav-link {    background: #900000;
    color: #fff;
    height: 120px;
    width: 120px;
    padding: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    font-size: 14px;
	    font-weight: 700;
	 -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	cursor: pointer;}

.resobxe .nav-link:hover  {    transform: scale(1.5);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; box-shadow: 0 0 20px #f1dfc7;}

.btoaxe {
    position: relative;
    margin: 3% auto 0;
    text-align: center;
}

.btimde {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.theoxe {
    position: relative;
    z-index: 2;
    top: 0;
}
.resobxe:first-child {
    left: 2%;
    margin: 35% 0 0 0;
    padding-top: 24px;
}
.resobxe:nth-child(2) {
    left: 9%;
    margin: 17% 0 0 0;
    padding-top: 31px;
}
.resobxe:nth-child(3) {
    left: 24%;
    margin: 5% 0 0 0;
}
.resobxe:nth-child(4) {
    left: 45%;
    top: 0;
    margin: 0;
}
.resobxe:nth-child(5) {
    left: 66%;
    margin: 5% 0 0 0;
}
.resobxe:nth-child(6) {
    left: 82%;
    margin: 17% 0 0 0;
    padding-top: 28px;
}
.resobxe:nth-child(7) {
	    margin-top: 25%;
}
.resobxe:last-child {
    left: 88%;
    margin: 35% 0 0 0;
    padding-top: 33px;
}
.fa-plugf {
    position: absolute;
    left: 7%;
    top: 45%;
	z-index: 3;
}
.theoec {
    max-width: 100%;
    margin: 0;
    display: flex;
    vertical-align: top;
    position: relative;
    column-gap: 5px;
}
.minus {
    position: absolute;
    right: 5%;
    top: 52%;
}
.theoxe .desa {
    width: 33%;
    text-align: center;
    height: 329px;
    display: inline-block;
    margin: 0;
    padding: 103px 50px 0 50px;
    vertical-align: top;
    position: relative;
    background: #ccc;
    border-radius: 18px;
}
.theoxe  .desa .leimd {
    display: block;
    margin: 0 auto 18px;
	    position: relative;
	z-index: 2;
}

.theoec .rides {
	    position: relative;
	z-index: 2;
}

.theoec .desa:nth-child(2) { padding-top:67px;}
.theoec .desa::before {
    height: 100%;
    width: 100%;
    background: url("../images/bg-re.webp") left top repeat-x;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 19px;
	z-index: 0;
	opacity: 0;
	background-size: contain;
}
.theoec .desa:hover:before {opacity: 1;}

.allhad.ted {
    text-align: center;
    margin:7% 0 0 0;
	position: relative;
	z-index: 4;
	
}

.mobi.btnre {display: none;}

.tab-content {
    min-height: 210px;
}

.cuboxes {
    position: absolute;
    height: 1150px;
    width: 1150px;
    border: solid 10px #900000;
    top: 5%;
    border-radius: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

/***srmbox srfour end****/

/***srmbox srfive****/
/**firbox****/

.srfive {
    padding: 60px;
}


.grid {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    list-style: none;
    text-align: center;
    font-family: "Public Sans", sans-serif;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 2%;
    width: 29.2%;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
    background: #000;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity:1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,-40px,0);
	transform: translate3d(0,-40px,0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    color: #900000;
    font-weight: 800;
    font-size: 24px;
	line-height: 28px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover p {
    opacity: 1;
    line-height: 15px;
    font-size: 12px;
}

figure.effect-lily:hover img {	opacity: 0.5;}

figure.effect-lily:hover img {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	color: #fff;
}

figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
	color: #fff;
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}


/***srmbox srfive end****/
/***footer****/
footer .owl-stage-outer {width: 100%; margin: 0 auto;}

footer .owl-carousel.owl-drag .owl-item {text-align: center;}
footer .owl-carousel .owl-item img {
    display: block;
    width: 180px;
    margin-bottom: 15px;
	margin: 0 auto;
}
footer {
    text-align: center;
    background: #900000;
    padding: 60px 0;
}

footer .allhad {
    color: #fff;
    margin: 0 0 41px 0;
}

.linxe {
    display: block;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
    padding: 26px 0;
    margin:60px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    overflow: hidden;
}

.linxe span:first-child {
    display: inline-block;
    float: left;
}
.linxe span:last-child  {
    display: inline-block;
    float: right;
}


.lides {
    color: #fff;
    margin: 69px 0 0 0;
    overflow: hidden;
    clear: both;
}
.ftlogo {
    float: left;
	width: 200px;
}

.lides .ridesd strong {display: block}

.lides .ridesd {
    width: auto;
    float: right;
    text-align: right;
    font-size: 13px;
}

.lides .ridesd p:first-child {
    margin-bottom: 25px;
}

.cenimg     {display: inline-block;
    vertical-align: middle;
    margin: 0 auto 0 14%;
    text-align: left;
}
.cenimg  a {
    color: #fff;
    display: block;
    text-decoration: none;
}

.cenimg  a i {display: inline-block; margin: 0 10px 0 0}
.cenimg  p {margin: 0;}
/***footer end****/


.masked-text {
    font-size: 8rem;
    font-weight: bold;
    color: transparent;
    background-image: url('../images/bg-3.webp'); 
    background-size: 200%; /* Enlarged for smooth animation */
    background-position: 0 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-background 5s infinite alternate linear;
}

@keyframes animate-background {
    0% {
        background-position: 0 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
/***headinanmaiton****/

.ml9 {
  position: relative;
	    font-size: 30px;
    font-weight: 900;
    color: #900000;
    margin: 0 0 10px 0;
}

.ml9 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml9 .letter {
  transform-origin: 50% 100%;
  display: inline-block;
  line-height: 1em;
}


/***Light Effects*****/

.voltage-button {
    height: 100%;
    width: 100%;
    padding: 85px;
    position: absolute;
    top: 0;
}
 .voltage-button button {
	 color: white;
	 background: #0d1127;
	 padding: 1.6rem 5rem 1.8rem 5rem;
	 border-radius: 5rem;
	 border: 5px solid #5978f3;
	 font-size: 1.8rem;
	 line-height: 1em;
	 letter-spacing: 0.075em;
	 transition: background 0.3s;
}
.voltage-button button {
    visibility: hidden;
}
.voltage-button button + svg, .voltage-button button + svg + .dots {
    opacity: 1;
    padding: 50px;
}
.voltage-button svg {
    display: block;
    position: absolute;
    top: -0.75em;
    left: -0.25em;
    width: calc(100% + 0.5em);
    height: calc(100% + 1.5em);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
    transition-delay: 0.1s;
}
 .voltage-button svg path {
	 stroke-dasharray: 100;
	 filter: url('#glow');
}
 .voltage-button svg path.line-1 {
	 stroke: #f6de8d;
	 stroke-dashoffset: 0;
	 animation: spark-1 3s linear infinite;
}
 .voltage-button svg path.line-2 {
	 stroke: #6bfeff;
	 stroke-dashoffset: 500;
	 animation: spark-2 3s linear infinite;
}
 .voltage-button .dots {
	 opacity: 0;
	 transition: opacity 0.3s;
	 transition-delay: 0.4s;
}
 .voltage-button .dots .dot {
	 width: 1rem;
	 height: 1rem;
	 background: white;
	 border-radius: 100%;
	 position: absolute;
	 opacity: 0;
}
 .voltage-button .dots .dot-1 {
	 top: 0;
	 left: 20%;
	 animation: fly-up 3s linear infinite;
}
 .voltage-button .dots .dot-2 {
	 top: 0;
	 left: 55%;
	 animation: fly-up 3s linear infinite;
	 animation-delay: 0.5s;
}
 .voltage-button .dots .dot-3 {
	 top: 0;
	 left: 80%;
	 animation: fly-up 3s linear infinite;
	 animation-delay: 1s;
}
 .voltage-button .dots .dot-4 {
	 bottom: 0;
	 left: 30%;
	 animation: fly-down 3s linear infinite;
	 animation-delay: 2.5s;
}
 .voltage-button .dots .dot-5 {
	 bottom: 0;
	 left: 65%;
	 animation: fly-down 3s linear infinite;
	 animation-delay: 1.5s;
}
 @keyframes spark-1 {
	 to {
		 stroke-dashoffset: -1000;
	}
}
 @keyframes spark-2 {
	 to {
		 stroke-dashoffset: -500;
	}
}
 @keyframes fly-up {
	 0% {
		 opacity: 0;
		 transform: translateY(0) scale(0.2);
	}
	 5% {
		 opacity: 1;
		 transform: translateY(-1.5rem) scale(0.4);
	}
	 10%, 100% {
		 opacity: 0;
		 transform: translateY(-3rem) scale(0.2);
	}
}
 @keyframes fly-down {
	 0% {
		 opacity: 0;
		 transform: translateY(0) scale(0.2);
	}
	 5% {
		 opacity: 1;
		 transform: translateY(1.5rem) scale(0.4);
	}
	 10%, 100% {
		 opacity: 0;
		 transform: translateY(3rem) scale(0.2);
	}
}


/***Light Effects end*****/


