@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

 @font-face {
     font-family: "Poppins-Regular";
     src: url(../fonts/Poppins-Regular.ttf) format("opentype");
}
 @font-face {
     font-family: "Poppins-SemiBold";
     src: url(../fonts/Poppins-SemiBold.ttf) format("opentype");
}
 @font-face {
     font-family: "Poppins-Bold";
     src: url(../fonts/Poppins-Bold.ttf) format("opentype");
}
 @font-face {
     font-family: "Poppins-ExtraBold";
     src: url(../fonts/Poppins-ExtraBold.ttf) format("opentype");
}
 @font-face {
     font-family: "Poppins-Medium";
     src: url(../fonts/Poppins-Medium.ttf) format("opentype");
}
 @font-face {
     font-family: "Poppins-Light";
     src: url(../fonts/Poppins-Light.ttf) format("opentype");
}
 * {
     padding: 0;
     margin: 0;
}
 body {
     font-size: 16px;
     line-height: 26px;
     font-weight: 400;
     background:#040016;
     color: #d9d0ff;
     overflow-x: hidden !important;
     font-family: "Poppins-Regular";
	 font-family: "Inter", sans-serif;
}
.body__color-glow {
    position: fixed;
    left: -250px;
    top: 250px;
    right: auto;
    bottom: auto;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 1000px;
    background-image: linear-gradient(90deg, #674AD9 0%, #FB5141 100%);
    opacity: 0.25;
    -webkit-filter: blur(100px);
    filter: blur(100px);
}
.body__color-glow.glow-2 {
    left: auto;
    top: -50px;
    right: -250px;
    bottom: auto;
    background:#089EFF;
}
 ul, li {
     margin: 0;
     padding: 0;
     list-style: none;
}
 a {
     text-decoration: none;
     padding: 0;
     margin: 0;
     color: #808289;
}
 a:hover, a:focus, button:focus, input:focus {
     text-decoration: none;
     outline: none;
     color: #ff3680;
     transition: all ease-in-out .3s;
     -moz-transition: all ease-in-out .3s;
     -webkit-transition: all ease-in-out .3s;
	 box-shadow:none !important;
}
input[type=number]::-webkit-inner-spin-button, 
	input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}

html {
    scroll-behavior: smooth;
}
.gradient-text-1 {
    background: linear-gradient(90deg, rgb(251, 83, 67) 0%, rgb(5, 157, 255) 100%);
    color:linear-gradient(90deg, #674AD9 0%, #FB5141 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section__subtitle-4 {
    font-size: 14px;
    display: inline-block;
    background: linear-gradient(90deg, #FB5141 40%, #089EFF 100%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    letter-spacing: 1.68px;
    position: relative;
    padding: 4px 0px;
	text-transform:uppercase;
}
 .themeBtn{
    transition: all .2s linear;
    /* background-color: #ff3680; */
    /* border: 1px solid #ff3680; */
    background-image: linear-gradient(90deg, rgb(251, 81, 65), rgb(103, 74, 217), rgb(103, 74, 217), rgb(251, 81, 65));
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;	
    text-decoration: none;
    padding: 11px 28px;
    display: inline-block;
    text-align: center;
    word-break: break-word;
    box-sizing: border-box;
}
 .themeBtn:hover{
/*     background-color: transparent;
     border:1px solid #ff3680;
     color: #ff3680;*/
}
 .themeHeader_sec{
     margin-bottom:80px;
}
 .themeHeader_sec h2.title{
     font-size:55px;
     font-family: "Poppins-Bold";
     color:#fff;
     margin-bottom:15px;
}
 .themeHeader_sec h2.title span.textFont{
     font-family: "Poppins-Medium";
}
 .themeHeader_sec p.para{
     max-width:950px;
     margin:0 auto;
}
 .themeHeaderArea{
     padding: 20px 0;
     position: absolute;
     left: 0;
     width: 100%;
     z-index:1;
}
 .themeHeaderAreainner{
}
 .themeHeaderArea .themeHeaderAreainner > div {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     padding: 7px 15px;
}
 .themeHeaderArea .themeHeaderAreainner > div:last-child {
     justify-content: flex-end;
}
 .themeHeaderAreainner .middlePart .themeLogo{
     display: inline-block;
     max-width: 260px;
}
 .themeHeaderAreainner .leftpart, .themeHeaderAreainner .rightPart {
     flex: 1;
}
 .themeHeaderAreainner .menuBtn{
     transition: all .2s linear;
     background-color: #ff3680;
     color: #fff;
     border-radius:30px;
     font-size: 15px;
     line-height: 21px;
     text-decoration: none;
     padding: 11px 28px;
     display: inline-block;
     text-align: center;
     word-break: break-word;
     box-sizing: border-box;
}
 .themeHeaderAreainner .menuBtn .txt{
}
 .themeHeaderAreainner .menuBtn i{
     margin-left:10px;
}
 .themeBannerSec{
    /*background-image:url(../images/bg/bg1.png);
     background-position:50% 50%;
     background-repeat:no-repeat;
     background-size:contain;
    */
     overflow:hidden;
     position:relative;
}
 .themeBannerSec .bgImage{
     position:absolute;
     left:0;
     right:0;
     bottom:0px;
     max-width:600px;
     margin:0 auto;
}
 .themeBannerSec .bgImage img{
    
}
 .themeBannerSec .shade1 {
     position: absolute;
    max-width: 80px;
    right: 20px;
    top: 10%;
}
.themeBannerSec .shade1:before {
    position: absolute;
    content: "";
    top: 50%;
    background: linear-gradient(270deg, #674AD9 0%, #FB5141 100%);
    width: 241px;
    height: 241px;
    filter: blur(200px);
    right: -120px;
    z-index: 1;
}
 .themeBannerSec .shade {
    position: absolute;
    max-width: 80px;
    top: 25%;
    left: 20px;
    /* width: 603px; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* opacity: 0.5;*/
}
.themeBannerSec .shade:before {
    position: absolute;
    content: "";
    background: #573fea;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 235px;
    height: 235px;
    transform-origin: 0 0;
    transform: rotate(-180deg) scale(1, 1) translateY(-50%);
    filter: blur(200px);
    top: 50%;
    z-index: -1;
    left: 120px;
}
 .themeBannerSecinner{
     position: relative;
     padding: 150px 0 350px;
}
 .themeBannerContent{
     color:#fff;
}
 .themeBannerContent h1{
     font-size: 65px;
	 line-height:1.1;
    font-weight:700;
     margin-bottom:30px;
}
 .themeBannerContent h1 span{
     font-weight:900;
}
 .themeBannerContent h2{
     font-size: 60px;
     font-family: "Poppins-Bold";
     margin-bottom:40px;
}
 .themeBannerContent h2 span{
     color:#ff3680;
}
 .themeBannerContent p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #7c7e82;
}
 .themeBannerContent a.themeBannerBtn{
     transition: all .2s linear;
    /* background-color: #ff3680; */
    /* border: 1px solid #ff3680; */
    background-image: rgb(251, 81, 65), rgb(103, 74, 217), rgb(103, 74, 217), rgb(251, 81, 65));
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    padding: 12px 35px;
    display: inline-block;
    text-align: center;
    word-break: break-word;
    box-sizing: border-box;
    font-weight: 600;
    /* max-width: 600px; */
    /* width: 100%; */
    background-image: linear-gradient(90deg, rgb(251, 81, 65), rgb(103, 74, 217), rgb(103, 74, 217), rgb(251, 81, 65));
}
 .themeAbout_sec{
     padding:120px 0 20px;
     position:relative;
     overflow:hidden;
     background-position:50% 50%;
     background-repeat:no-repeat;
     background-size:cover;
}
 .themeAbout_sec .shade2 {
     position: absolute;
     max-width: 1000px;
     top: -85%;
     right:10%;
     opacity:1;
}
 .themeAbout_sec .shade img{
}
 .themeAbout_secinner{
     position:relative;
}
 .aboutThumnailAreainner{
     margin-bottom:30px;
}
 .aboutThumnailAreainner img{
     max-width:90%;
}
 .aboutContentAreainner{
}
 .aboutContentAreainner h2{
     font-size: 30px;
     font-family: "Poppins-Bold";
     color:#fff;
     margin-bottom:30px;
}
 .aboutContentAreainner .des{
     margin-bottom:50px;
}
 .aboutContentAreainner .des p{
     margin-bottom:30px;
}
 .aboutContentAreainner a.themeBtn{
}
 .whyTrustYou_sec{
     padding:60px 0 60px;
     position:relative;
     overflow:hidden;
     background-position:50% 50%;
     background-repeat:no-repeat;
     background-size:cover;
}
 .whyTrustYou_secinner{
}
 .whyTrustYou_secinner .rowBox{
}
 .whyTrustYou_secinner .columnBox{
     margin-bottom:30px;
}
 .whyTrustYouBox{
     background-color: #0e0829;
    color: #fff;
    height: 100%;
    padding: 40px 60px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    /* border: 1px solid #150550; */
    background: #150550;
    background: linear-gradient(180deg, rgba(5, 157, 255, 0.15) 0%, rgba(5, 157, 255, 0) 100%);
}
 .whyTrustYouBox:hover{
     /*background-image:url(../images/layer1.png);
     background-position:50% 50%;
     background-repeat:no-repeat;
     background-size:cover;
    opacity: 0.2;	*/ 
}
.whyTrustYouBox::after {
    background-image:url(../images/layer1.png);
     background-position:50% 50%;
     background-repeat:no-repeat;
     background-size:cover;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
	
}
.whyTrustYouBox:hover:after{
	 opacity: 0.2;
}
 .whyTrustYouBox.active{
     /*background-image:url(../images/bg/bg6.jpg);
     background-position:50% 50%;
     background-repeat:no-repeat;
     background-size:cover;*/
}
 .whyTrustYouBoxinner .icon{
     margin-right:35px;
}
 .whyTrustYouBoxinner .icon img{
     height: 80px;
}
 .whyTrustYouBoxinner .content{
     -webkit-box-flex: 1;
     -ms-flex: 1;
     flex: 1;
}
 .whyTrustYouBoxinner .content h2{
     font-family: "Poppins-Bold";
}
 .whyTrustYouBoxinner .content p{
     line-height: 22px;
     font-family: "Poppins-SemiBold";
     margin-bottom:0px;
}
 .themeAward_sec{
     padding:60px 0 60px;
     position:relative;
     overflow:hidden;
     background-position:50% 50%;
     background-repeat:no-repeat;
     background-size:cover;
}
 .themeAward_secinner{
     margin-top:80px;
}
 .themeAward_secinner .themeAwardBox{
     margin-bottom:15px;
     position:relative;
}
 .themeAward_secinner .themeAwardBox:after{
     position:absolute;
     top:30%;
     right:0;
     content:'';
     height:50px;
     width:3px;
     background:#3b2e77;
}
 .themeAward_secinner .themeAwardBox:nth-child(n+2):after{
     display:none;
}
 .themeAwardBoxinner{
     height: 100%;
     padding: 0px 30px;
     position:relative;
}
 .themeClientReview_sec{
     padding:60px 0 60px;
     position:relative;
     overflow:hidden;
     background-position:50% 50%;
     background-repeat:no-repeat;
     background-size:cover;
}
 .themewhyYouTrust_fld{
     padding: 0 0 60px;
}
 .themewhyYouTrust_fldinner .rowBox{
}
 .themewhyYouTrust_fldinner .columnBox{
}
 .themewhyYouTrust_fldinner .themewhyYouTrustBox{
     margin-bottom:30px;
}
 .themewhyYouTrustBoxinner{
     padding: 20px 15px;
    text-align: center;
    background: linear-gradient(180deg, rgba(5, 157, 255, 0.15) 0%, rgba(5, 157, 255, 0) 100%);
    border-radius: 10px 10px 0 0;
}
 .themewhyYouTrustBoxinner h2.number{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    background: rgba(5, 157, 255, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-bottom: 20px;
}
 .themewhyYouTrustBoxinner h4.title{
     font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
}
 .themewhyYouTrustBoxinner h4.title a{
     color:#fff;
}
 .themewhyYouTrustBoxinner h4.title:before{
    /* position: absolute;
     top: 0;
     left: -15px;
     content: '';
     height: 25px;
     width: 2px;
     background: #ff3680;*/
}
 .themewhyYouTrustBoxinner h4.title a:hover{
     color:#ff3680;
}
 .themewhyYouTrustBoxinner .content{
}
 .themewhyYouTrustBoxinner .content p{
     margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.5;
}
 .themeClientReview_secinner .rowBox{
     /*-webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
     column-gap: 1.25rem;*/
     orphans: 1;
     widows: 1;
     -webkit-column-count: 3;
     -moz-column-count: 3;
     column-count: 3;
}
 .themeClientReviewBox{
     margin-bottom:30px;
}
 .themeClientReviewBoxinner{
     background-color:#171035;
     background: linear-gradient(#171035, #040016);
	 background: linear-gradient(180deg, rgba(5, 157, 255, 0.15) 0%, rgba(5, 157, 255, 0) 100%);
     padding:30px 30px;
     border-radius:4px;
     overflow:hidden;
}
 .themeClientReviewBoxinner .reviewUser_area{
     margin-bottom:15px;
}
 .themeClientReviewBoxinner .userThumnail{
     width: 54px;
     height: 54px;
     overflow: hidden;
     border-radius: 50%;
     margin-right:15px;
}
 .themeClientReviewBoxinner .userThumnail img{
     height:100%;
     width:100%;
}
 .themeClientReviewBoxinner .userContent{
}
 .themeClientReviewBoxinner .userContent h4.usrName{
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 2px;	 
}
 .themeClientReviewBoxinner .userContent .starRating{
}
 .themeClientReviewBoxinner .userContent .starRating .starRatingimg{
    max-width: 70%;	 
}
 .themeClientReviewBoxinner .reviewUser_Content{
     padding: 0 10px;
}
 .themeClientReviewBoxinner .reviewUser_Content p{
}
 .themeQuickContact_sec{
    /* background-color: #202124;
     background-color:#040111;
    */
     position:relative;
     background-position:50% 0%;
     background-repeat:no-repeat;
     background-size:contain;
     overflow: hidden;
     padding:60px 0 100px;
}
 .themeQuickContact_sec:before{
    /* position: absolute;
     content: "";
     background-size: contain;
     left: 0;
     bottom: 0;
     background-image: url(../images/bg/leftBg.svg);
     width: 652px;
     height: 472px;
     background-position: bottom right;
     */
}
 .themeQuickContact_sec:after{
    /* position: absolute;
     content: "";
     background-size: contain;
     top: 0;
     right: 0;
     background-image: url(../images/bg/rightBg.svg);
     background-position: top left;
     width: 652px;
     height: 472px;
     */
}
 .themeQuickContact_secinner{
     position:relative;
}
 .themeQuickContactForm_area{
    /*background: linear-gradient(#171035, #040016);
     padding:60px 60px;
     border-radius:4px;
     max-width:1000px;
     margin:0 auto;
    */
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 10px;	
}
 .themeQuickContactForm_area .form-group{
     margin-bottom:15px;
}
 .themeQuickContactForm_area .form-group .form-control{
     background:#0e072f;
     border:1px solid #0e072f;
     color:#fff;
     height:60px;
     padding-left:60px;
	 border: transparent;
    background: rgba(255, 255, 255, 0.079);
	    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
}
.themeQuickContactForm_area .form-group .formSelect {
    appearance: none;              /* remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;

    display: block;
    width: 100%;
    height: 60px;
    padding: 0.375rem 40px 0.375rem 60px; /* space for icon */
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;

    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px;
}
.themeQuickContactForm_area .form-group .formSelect option {
    background-color: #000;
    color: #fff;
}
.themeQuickContactForm_area .form-group .form-control:focus{
	 border:1px solid #ff3680;
}
.themeQuickContactForm_area .form-group .formSelect:focus{
	 border:1px solid #ff3680;
}
 .themeQuickContactForm_area .iconFormGroup{
     position:relative;
}
 .themeQuickContactForm_area .iconFormGroup .icon{
     position:absolute;
     left:20px;
     top:17px;
}
 .themeQuickContactForm_area .iconFormGroup .icon img .themeQuickContactForm_area .iconFormGroup .form-control::-webkit-input-placeholder {
    /* Edge */
     color: #d9d0ff;
}
 .themeQuickContactForm_area .iconFormGroup .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
     color: #d9d0ff;
}
 .themeQuickContactForm_area .iconFormGroup .form-control::placeholder {
     color: #d9d0ff;
}
 .themeQuickContactForm_area .iconFormGroup textarea.form-control{
     height:150px;
}
 .themeQuickContactFormBtn_area{
     margin-top:10px;
}
 .themeQuickContactFormBtn_area .themeQuickContactFormBtn{
    transition: all .2s linear;
    /* background-color: #ff3680; */
    /* border: 1px solid #ff3680; */
    background-image: linear-gradient(90deg, rgb(251, 81, 65), rgb(103, 74, 217), rgb(103, 74, 217), rgb(251, 81, 65));
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    padding: 12px 45px;
    display: inline-block;
    text-align: center;
    word-break: break-word;
    box-sizing: border-box;
    font-weight: 700;
    /* max-width: 600px; */
    /* width: 100%;*/
	border:0;
}
 .thankYouPageSec{
     position:relative;
     overflow:hidden;
     background-position:50% 50%;
     background-repeat:no-repeat;
     background-size:cover;
}
 .thankYouPageSecinner{
     height:100vh;
     padding:30px 0;
}
 .thankYouPageContentArea{
     max-width:600px;
}
 .thankYouPageContentArea h1.title{
     font-size: 45px;
     color: #fff;
     font-family: "Poppins-Medium";
     margin-bottom: 15px;
}
 .thankYouPageContentArea p.para{
     margin-bottom:20px 
}
 .thankYouPageContentArea .themeBtn{
}

.main-timeline{  }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 80%;
    float: left;
}
.main-timeline .timeline-content{
    color: #fff;
    background: linear-gradient(to right, #3DC3F8,#1E9CE8);
	    background: linear-gradient(180deg, rgba(5, 157, 255, 0.15) 100%, rgba(5, 157, 255, 0) 100%);
    padding: 20px 20px 20px 170px;
    margin: 0 0 60px;
    border-radius: 100px 0 0;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-icon{
    color: #fff;
    background: linear-gradient(to right, #3DC3F8, #1E9CE8);
    background: linear-gradient(180deg, rgba(5, 157, 255, 0.15) 100%, rgba(5, 157, 255, 0) 100%);
    font-size: 40px;
    line-height: 90px;
    text-align: center;
    height: 90px;
    width: 90px;
    /* border: 10px solid #fff; */
    border-radius: 50%;
    position: absolute;
    bottom: -40px;
    left: 20px;
}
.main-timeline .timeline-icon i{ line-height:inherit; }
.main-timeline .title{
    font-family: 'Comfortaa', cursive;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.main-timeline .description{
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    margin: -60px 0 60px;
    float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content{
    padding: 20px 170px 20px 20px;
    margin: 60px 0 0;
    border-radius: 0 0 100px 0;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 20px;
    bottom: auto;
    top: -60px;
}
/*
.main-timeline .timeline:nth-child(4n+2) .timeline-content,
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{
    background: linear-gradient(to right, #A71E92,#C6409F);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-content,
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{
    background: linear-gradient(to right, #F18624,#D36414);
}
.main-timeline .timeline:nth-child(4n+4) .timeline-content,
.main-timeline .timeline:nth-child(4n+4) .timeline-icon{
    background: linear-gradient(to right, #27ae60,#2ecc71);
}
*/






 .footer_area{
    position: relative;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.06);
}
 .topFooter_area{
     padding:40px 0 40px;
}
 .topFooter_area{
}
 .topFooter_areainner {
     max-width: 600px;
     margin:0 auto;
}
 .footerLogoArea{
     margin-bottom:15px;
}
 .footerLogoArea .footerLogo {
     display: inline-block;
     max-width: 380px;
}
 .footerLogoArea .footerLogo img{
    width: 100%;
    max-width: 250px;	 
}
 .footerContentArea{
     margin-bottom:15px;
}
 .footerContentArea p{
}
 .footerSocialArea{
     margin-top:25px;
}
 .footerSocialList{
}
 .footerSocialList li{
     display:inline-block;
     margin-right:15px;
}
 .footerSocialList li:last-child{
     margin-right:0px;
}
 .footerSocialList li a{
}
 .footerSocialList li a img{
     height:40px;
}
 .bottomFooter_area{
}
 .bottomFooter_areainner{
     border-top:1px solid #342575;
     padding:40px 0 40px;
}
 .copyWright_area{
}
 .copyWright_area p{
     margin-bottom:0px;
}
 @-webkit-keyframes slideInUp {
     0% {
         opacity: 0;
         transform: translateY(50%);
    }
     100% {
         opacity: 1;
         transform: none;
    }
}
 @keyframes slideInUp {
     0% {
         opacity: 0;
         transform: translateY(50%);
    }
     100% {
         opacity: 1;
         transform: none;
    }
}
 @-webkit-keyframes slideInDown {
     0% {
         opacity: 0;
         transform: translateY(-50%);
    }
     100% {
         opacity: 1;
         transform: none;
    }
}
 @keyframes slideInDown {
     0% {
         opacity: 0;
         transform: translateY(-50%);
    }
     100% {
         opacity: 1;
         transform: none;
    }
}
 @-webkit-keyframes slideInleft {
     0% {
         opacity: 0;
         transform: translateX(50%);
    }
     100% {
         opacity: 1;
         transform: none;
    }
}
 @keyframes slideInleft {
     0% {
         opacity: 0;
         transform: translateX(50%);
    }
     100% {
         opacity: 1;
         transform: none;
    }
}
 @-webkit-keyframes slideInRight {
     0% {
         opacity: 0;
         transform: translateX(-50%);
    }
     100% {
         opacity: 1;
         transform: none;
    }
}
 @keyframes slideInRight {
     0% {
         opacity: 0;
         transform: translateX(-50%);
    }
     100% {
         opacity: 1;
         transform: none;
    }
}
 @-webkit-keyframes fadeIn {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 @keyframes fadeIn {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 @-webkit-keyframes zoomIn {
     0% {
         opacity: 0;
         transform: scale(0.5);
    }
     100% {
         opacity: 1;
         transform: none;
    }
}
 @keyframes zoomIn {
     0% {
         opacity: 0;
         transform: scale(0.5);
    }
     100% {
         opacity: 1;
         transform: none;
    }
}
 @-webkit-keyframes zoomReverseIn {
     0% {
         opacity: 0;
         transform: scale(1.5);
    }
     100% {
         opacity: 1;
         transform: none;
    }
}
 @keyframes zoomReverseIn {
     0% {
         opacity: 0;
         transform: scale(1.5);
    }
     100% {
         opacity: 1;
         transform: none;
    }
}
 @-webkit-keyframes flipInY {
     0% {
         opacity: 0;
         transform: rotateY(90deg);
    }
     100% {
         opacity: 1;
         transform: none;
    }
}
 @keyframes flipInY {
     0% {
         opacity: 0;
         transform: rotateY(90deg);
    }
     100% {
         opacity: 1;
         transform: none;
    }
}
 [data-animation] {
     opacity: 0;
     -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
     animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
     -webkit-animation-duration: 1s;
     animation-duration: 1s;
}
 .animations-disabled, .animations-disabled [data-animation] {
     -webkit-animation: none !important;
     animation: none !important;
     opacity: 1 !important;
}
 .slideInUp {
     -webkit-animation-name: slideInUp;
     animation-name: slideInUp;
}
 .slideInDown {
     -webkit-animation-name: slideInDown;
     animation-name: slideInDown;
}
 .slideInLeft {
     -webkit-animation-name: slideInleft;
     animation-name: slideInleft;
}
 .slideInRight {
     -webkit-animation-name: slideInRight;
     animation-name: slideInRight;
}
 .fadeIn {
     -webkit-animation-name: fadeIn;
     animation-name: fadeIn;
}
 .fadeOut {
     -webkit-animation-name: fadeIn;
     animation-name: fadeIn;
     animation-direction: reverse;
}
 .zoomIn {
     -webkit-animation-name: zoomIn;
     animation-name: zoomIn;
}
 .zoomOut {
     -webkit-animation-name: zoomIn;
     animation-name: zoomIn;
     animation-direction: reverse;
}
 .zoomReverseIn {
     -webkit-animation-name: zoomReverseIn;
     animation-name: zoomReverseIn;
}
 .zoomReverseOut {
     -webkit-animation-name: zoomReverseIn;
     animation-name: zoomReverseIn;
     animation-direction: reverse;
}
 .flipInY {
     -webkit-animation-name: flipInY;
     animation-name: flipInY;
}
 .flipOutY {
     -webkit-animation-name: flipInY;
     animation-name: flipInY;
     animation-direction: reverse;
}
 @-webkit-keyframes blinker {
     from {
        opacity: 1.0;
    }
     to {
        opacity: 0.4;
    }
}
 .blink{
     text-decoration: blink;
     -webkit-animation-name: blinker;
     -webkit-animation-duration: 0.6s;
     -webkit-animation-iteration-count:infinite;
     -webkit-animation-timing-function:ease-in-out;
     -webkit-animation-direction: alternate;
}
 @keyframes rotation {
     0% {
         transform: rotate(0);
    }
     to {
         transform: rotate(359deg);
    }
}
@keyframes ripple {
     0%, 35% {
         transform: scale(0);
         opacity: 1;
    }
     @-webkit-keyframes bounce {
         from {
             -webkit-transform: translateY(0px);
             transform: translateY(0px);
        }
         to {
             -webkit-transform: translateY(-30px);
             transform: translateY(-30px);
        }
    }
     @keyframes bounce {
         from {
             -webkit-transform: translateY(0px);
             transform: translateY(0px);
        }
         to {
             -webkit-transform: translateY(-30px);
             transform: translateY(-30px);
        }
    }
     @keyframes off-on {
         0% {
             opacity: 0;
        }
         75% {
             opacity: 1;
        }
         to {
             opacity: 0;
        }
    }
     