@charset "UTF-8";

/*

Style   : MobApp CSS
Version : 1.0
Author  : Surjith S M
URI     : https://surjithctly.in/

Copyright © All rights Reserved 

*/


/*------------------------
[TABLE OF CONTENTS]
    
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER
10. MODAL/POPPER

------------------------*/


/* GLOBAL
----------------------*/
/* *{ transition:all ease .3s !important;} */
body {
    font-family: 'Rubik', sans-serif;
    position: relative;
}

a {
    color: #e38cb7;
    color: #0252ae;
	text-decoration:none;
    transition: all ease;
    cursor:pointer;
}

a:hover,
a:focus {
    color: #d6619c;
	text-decoration:none;
}

h1 {
    font-size: 45px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #633991;
    color: #0252ae;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #633991;
    color: #0252ae;	
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #633991;
    color: #0252ae;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #633991;
    color: #0252ae;
    margin-bottom: 0.7rem;
}

p {
    color: #959094;
}

p.lead, ol.lead, div.lead{
    color: #e38cb7;
    color: #8c9bb3;
    margin-bottom: 2rem;
}


.lead li b {
    color: #627286;
    
    font-weight: 500;
}
.lead li {
    padding-bottom: 1em;
    min-height: 100px;
}
ul.li-normal li{ min-height:auto; padding-bottom:.3em; }

.cpointer{cursor:pointer;}

.text-primary {
    color: #e38cb7 !important;
    color: #8c9bb3 !important;
}
.text-primary-lead{ color: #8c9bb3;}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #d6619c;
}

.btn-outline-primary {
    color: #1e72d3 !important;
    background-color: transparent;
    background-image: none;
    border-color: #1e72d3 !important;
    
}
.btn-outline-primary:hover,.btn-outline-primary.active {
    color: #fff !important;
    background-color: #1e72d3 !important;
    background-image: none;
    box-shadow:none !important;
    text-shadow:none !important;

}
.btn-s1{ 
    font-size: 1.5em !important;
    font-weight: 500;
    color: #fff !important;
    border-color: #bfdcfd !important;        
    
}.btn-s1:hover{
    transform: scale(1.2);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%) !important;
}

.cpoint{
    cursor:pointer;
    border-bottom-left-radius:0px; border-bottom-right-radius:0px; font-size:1em; font-weight:bold;
    font-weight: 500;
}

.btn-primary {
    border-radius: 3px;
	
    background-image: -moz-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
	
	background-image: -moz-linear-gradient( 135deg, rgba(0, 110, 235, 0.8) 0%, rgba(0, 80, 171, 0.8) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(0, 110, 235, 0.8) 0%, rgba(0, 80, 171, 0.8) 100%);
    background-image: -ms-linear-gradient ( 135deg, rgba(0, 110, 235, 0.8) 0%, rgba(0, 80, 171, 0.8) 100%);
    background-image: linear-gradient( 135deg, rgba(0, 110, 235, 0.8) 0%, rgba(0, 80, 171, 0.8) 100%);
	
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    
    background-image: linear-gradient( 135deg, rgba(0, 110, 235, 0.8) 0%, rgba(0, 80, 171, 1) 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #faf6fb;
    background-color: #f4f6f9;
}

.section {
    padding: 80px 0;
}
.section.service p{
    
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small,small {
    color: #998a9b;
    color: #9ba7ba;
}

.overflow-auto{
    overflow-x:scroll !important;
}
.max-content{
    width:max-content;
}



@media (max-width:767px) {
    .sectiona {zoom:.85;}
    h1 {
        font-size: 2.5em;
    }
    h2 {
        font-size: 30px;
    }
	.cta{padding: 1rem 3rem; display:inline-block; width:auto; font-size:20px;}
}
@media (max-width:375px) {
    .nav-menu{padding:.5em 0em;}
    .navbar{ padding: 0em;}
    .logo{zoom:.9;}
    /* .navbar-brand{ margin-left: -3.5em; } */
    h1.maintitle {
        zoom:1.2; 
        padding-bottom:.2em;           
    }
    h2.subtitle {
        zoom:.8;
        line-height: 1.4em;
        padding:10px !important;
    }
    p.tagline{ zoom:.95; }
    .btn-group-lg>.btn, .btn-lg{
        zoom:.85;
    }
	
}


/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-menu.fixed-top {
    zoom:.9;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: rgb(74, 13, 143);
    background: -moz-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: -webkit-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
	
	 background-color: rgb(0, 80, 171);
    background: -webkit-linear-gradient( 135deg, rgba(0, 110, 235, 0.8) 0%, rgba(0, 80, 171, 1) 100%);
    background: -ms-linear-gradient ( 135deg, rgba(0, 110, 235, 0.8) 0%, rgba(0, 80, 171, 1) 100%);
    background: linear-gradient( 135deg, rgba(0, 110, 235, 0.8) 0%, rgba(0, 80, 171, 1) 100%);
	
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar{
    min-height: 5.3em;
}
.navbar-brand{
    left: 0px;
    position: absolute;
    top: -.3em;
}
.navbar-nav .nav-link {
    position: relative;
    transition: all ease .35s;
}
.nav-link:hover{
    transform: scale(1.2);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #bfdcfd;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}


/* HERO
----------------------*/

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
    overflow:hidden;position:relative; 
    min-height: 100vh;
    display: flex;
}
header svg path {
    fill: #bfdcfd;
    fill: #ffffff;
}

.bg-gradient {
    background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
	
	background-image: -moz-linear-gradient( 135deg, rgba(0, 110, 235, 0.8) 0%, rgba(0, 80, 171, 1) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(0, 110, 235, 0.8) 0%, rgba(0, 80, 171, 1) 100%);
    background-image: -ms-linear-gradient ( 135deg, rgba(0, 110, 235, 0.8) 0%, rgba(0, 80, 171, 1) 100%);
    background-image: linear-gradient( 135deg, rgba(0, 110, 235, 0.8) 0%, rgba(0, 80, 171, 1) 100%);
	
	
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #bfdcfd;
    max-width: 800px;
    margin: 0 auto;
}
.logo{max-width:250px; width:100%;}
.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

.hero-infobox{
    display:flex;padding: 1.5em .5em;border: 1px dashed #98c7fd;border-radius: 1em;margin: .5em auto 1em auto; max-width:700px; flex-wrap: wrap;
    zoom:.9;
}
.hero-infobox-title{
    display: flex;
    padding: 1em 0px;
    border-radius: 1em;
    margin: .5em auto -.6em auto;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #ffffff;
    color: #0c5ebb;
    font-weight: 500;
    text-align: center;
    zoom: .7;
    max-width: 400px;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 19px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
    .hero-maininfo{
        zoom:.9;
    }
    .hero-infobox{
        zoom:.8;
    }
    .hero-infobox-title{
        zoom:.7;
    }
}

.spacer-height{height:10px;}

/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
	border-radius:10px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	margin-bottom: 2rem;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}
.card-text.bigger1 {
    font-size: 16px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #f5378e;
    color: #0252ae;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {

    background-image: -moz-linear-gradient( 122deg, #0252ae 0%, #0252ae 100%);
    background-image: -webkit-linear-gradient( 122deg, #0252ae 0%, #0252ae 100%);
    background-image: -ms-linear-gradient( 122deg, #0252ae 0%, #0252ae 100%);
    background-image: linear-gradient( 122deg, #0252ae 0%, #0252ae 100%);		
	
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}



/* FORMS
----------------------*/
label.form-label {
    color: #fff;
    font-weight: 500;
    font-size: .9em;
}
input[name='ver_code[]']{ font-weight:500; }



/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #b5a4c8;
    background: #f5eff7;
	color: #0252ae;
    background: #e8edf5;
	
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #0252ae #faf6fb #FFF;
    color: #633991;
    color: #0252ae;
}


/*  TESTIMONIALS
----------------------*/
.owl-carousel.owl-drag .owl-item{
    padding:1em 1.5em;
}
.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #8c9bb3;
    font-weight: 300;
    max-width: 700px;
    margin: auto;
    padding: .5em 1em;
    font-style: italic;
    border-top: 1px dashed #dae3f3;
    padding-top: 1.3em;
}
.blockquote-footer{
    color: #0252ae;
    font-weight: 400;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e7d9eb;
    background: #e8edf5;
	
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #0252ae;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #0252ae;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
    /* box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07); */
    transform: scale(0.8);
    transition: all 0.3s ease-in;
    text-align: center;
}
.img-gallery .owl-item img{
    border-radius:10px;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
}
.img-gallery .owl-item video{
    border-radius:10px;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
}
.img-gallery .owl-item.center {
    transform: scale(1);
}


/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
}

 .card.pricing:hover {
    border-top-width: 3px;
    border-color: #0252ae #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(1, 1, 1, 0.11);
    color: #0252ae;
	border: 3px solid #0252ae;
	box-shadow:none;
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #0252ae;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #959094;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #ffb8f6;
    color: #bfdcfd;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}

.btn{ cursor: pointer;}

.btn-4th{
    cursor:pointer; background:#ffffff; color:#1e72d3; border-radius:5px; font-size:.8em; font-weight:500; box-shadow:0px 0px 25px rgba(0,0,0,0.1);
    text-transform: none;
}
.btn-4th.btn-sm{
    cursor:pointer; background:#ffffff; color:#1e72d3; border-radius:5px; font-size:.6em; font-weight:500; box-shadow:0px 0px 25px rgba(0,0,0,0.1);
    zoom:.85;
    text-transform: none;
}
.btn-4th:hover{
    background:none; border:1px dashed #fff; color:#fff;
}

/*  FOOTER
----------------------*/

.social-icons {
    text-align: right;
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #f4c9e2;
    color: #0252ae;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #e38cb7;
    color: #0252ae !important;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}

.none{display:none;}
.tag_trigger{	
	color:#998a9b;
	padding:10px 15px;	
	border-bottom:1px solid #eee;
	line-height:40px;
	display:inline-block;
}
.tag_trigger:hover,.tag_trigger.active{	
	color:#ffffff; 	
	border-color:#1b6ecd;
    background:#1b6ecd;
    cursor:pointer;
    border-radius:10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.text-primary small i{color:#bfdcfd;}

.hugefont{font-size:220px;  }
.cta{width:100%; border-radius:15px; padding:30px;     background-image: linear-gradient( 135deg, rgba(0, 110, 235, 0.8) 0%, rgba(0, 80, 171, 1) 100%); color:#fff; font-size:24px;     box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2); font-weight: 500; border: 0; padding: 1.6rem 5rem; }
@media (max-width:767px) {  
	.cta{padding: 1rem 3rem; display:inline-block; width:auto; font-size:20px;}
	.hugefont{font-size:120px;  }
}


.grayscale img,.grayscale svg{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity:0.3
}
	
.socialicon{margin-top:20px; display:inline-block; font-size:28px; padding:0px 15px; color:#dddddd;}
.white{color:#ffffff;}

.maintitle{ margin:0px; padding: 0 0 0 0; zoom:1.2; }
.subtitle{ color:#bfdcfd; zoom:.8; }

.nomargin{margin:0px;}

.nopadding{padding:0px;}
.nopadding-top{padding-top:0px;}
.modpadding{ padding:15px 0px;}

.align-left{text-align:left;}

.inlineblock{display:inline-block;}
.block{display:block;}

.dashed-top{border-top:1px dashed #eee;}

form input[type="text"], 
form input[type="email"], 
form select, 
form input[type="number"], 
form input[type="tel"]{ 
    padding: .5em .5em;
    border-radius: .3em;
    font-size: 18px;
}
.form-check-input {
    position: absolute;
    margin-top: .65rem;
    margin-left: 0em;
}

input[type=checkbox] {    
    width: 16px;
    height: 16px;
    background: none;
    border-radius: 10px;
    overflow: hidden;
    zoom: 1;
    outline: none;
    box-shadow: 0px 0px 2px rgb(255 255 255);
}

/* text styling */
.text-outstand {
    color: #0252ae !important;
    border-bottom: 1px dashed;
}
.lead{font-size:1.2rem;}

.udash{
    border-bottom:1px dashed #8e9db4;
}
.glowtext{
    font-weight:500;text-shadow: 0px 0px 15px #fff; display:inline-block;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}
.cta-main{
  display: block;
/*   
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
   */
}

/* MODAL/POPPER */
.modaloverlay{
    position:fixed;background: rgb(26 61 87 / 30%);width:100vw;height:100%;z-index: 1031;display: flex; padding:;
}
.modalbox{
    width: auto; height:auto; max-height:-webkit-fill-available; overflow-y:scroll; min-height:200px;background:#ffffff;border-radius: .5em;box-shadow: 0px 0px 35px rgba(0,0,0,0.15);margin: auto;padding: 15px 25px;
}
.modalbox::-webkit-scrollbar { width: 5px;}
.modalbox::-webkit-scrollbar-track {border-radius: 555px;}
.modalbox::-webkit-scrollbar-thumb {background: #0252ae; border-radius: 555px;}
.modalbox::-webkit-scrollbar-thumb:hover {background: #0a7cff; }


        .popper{margin-top: 0px; position: fixed; width: 100%; z-index: 1111; height: 100%; display: flex; padding: 1em;}
        .popper_content{
            background:#fff; border-radius:20px; box-shadow:0px 0px 25px rgba(0,0,0,0.3); padding:20px; border:3px solid #0252ae; position:relative; max-height:-webkit-fill-available;; max-width:800px; margin:auto; overflow-y:scroll; 
            flex-direction: row-reverse;
        }
        .popper .lead b{
            font-weight:500;
        }
        
        .popper .lead li{
            min-height:auto;
            padding:0px;
        }
        .popper .lead b{ color:#627286; }
        .popper .lead ul b.pointtitle, .popper .lead ol b.pointtitle{
            display: block;
            margin-left: -1em;
        }
        
        .popper_close{ position: fixed; z-index: 1; }



/*  SWIPER SLIDER
----------------------*/
 /* Customize your styles here */
 .swiper-container {
    width: 100%;
    height: auto; /* Adjust as needed */
}
.swiper-container p {}
.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    transition: all ease .3s;
}
.rounded-image {
    border-radius: 50%;
    width: 130px; /* Adjust image size */
    height: 130px;
    
    border:4px solid #fff;
    box-shadow: 0px 0px 35px rgb(58 84 113 / 30%);
    margin-bottom: .4em;
}

.swiper-winner .rounded-image{
    
}
.swiper-slide:hover, .swiper-slide.swiper-slide-active {
    transform: scale(1.2);
}

.tag-participant{
    color: white;
    border-radius: 55em;
    padding: 0em .6em;
    background:#8c9bb3;
}

.tag-winner{
    color: white;
    border-radius: 55em;
    padding: 0em .6em;
}
.tag-winner.tag-3,.tag-winner.tag-web{ background: #5880f9; }
.tag-winner.tag-2,.tag-winner.tag-app{ background: #2fa4d1; }
.tag-winner.tag-1,.tag-winner.tag-marketing{ background: #f91880; }
.tag-winner.tag-0,.tag-winner.tag-seo{ background: #6610f2; }
/* ---------------------- */


/* ACCORDIAN
--------------------*/
.accordian_section .accordian {
    border-bottom: 1px dashed #cfd5e0;
    border-radius: 0em;
    padding: .8em 1em;
    background-color: #f4f6f9;
    cursor: pointer;
    /* transition: all ease .3s !important; */
}
.accordian_section .accordian.active{
    background-color: #ffffff;
    cursor: default;
}
.accordian_section .accordian:hover {
    background-color: #ffffff;   
 
}
.accordian_section .accordian h4{ transition: all ease .3s !important; }
/* .accordian_section .accordian:hover h4{  padding-left:1em; } */
.accordian .accordian_content{ 
    display: none;
    color: #8c9bb3;
    padding-left: 1.3rem;
    margin-top: .75em;
    border-top: 1px dashed #ccc;
    padding-top: .75em;
    /* transition:all ease .3s; */
}
.accordian.active .accordian_content b{ font-weight:500; }
.accordian.active .accordian_content{ display:block; }

.accordian_inner_section{
    list-style:none;padding:0px;margin:0px;max-width: 100%;margin: auto;margin-bottom: -1px;border-radius: 1em;overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px dashed #cfd5e0;
    border: 2px solid #0252ae;
}
.accordian.active h4.m-0 {
    color: #646e7f;
}

/* LAYOUT - ADD ON */
.h-full{ height:100vh;}

/* OTHERS */
.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
  }
.alert-danger{
    border: 0px;
    background: #ffecec;
}

/* PRELOADER */
.preload{
    position:fixed; left:0px; top:0px; display:flex; background:blue;  z-index:2333; width: -webkit-fill-available; height: -webkit-fill-available; background-image: linear-gradient(135deg, rgba(0, 110, 235, 0.8) 0%, rgba(0, 80, 171, 1) 100%);
}
.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 2em;
    height: 2em;
    animation: spin .75s linear infinite;
    margin:auto;
  }



/* ANIMATION */


@keyframes bounceIn {
    0% { 
       opacity: 0; 
       transform: scale(.3);
    }
    50% { 
       opacity: 1;
       transform: scale(1.05);
    }
    70% {
       transform: scale(.9);
    }
    100% {
       transform: scale(1);
    }
 } 

 @keyframes showBounceIn {
    0% { 
       opacity: 0; 
       transform: scale(0);
    }
    80% {
        transform: scale(1.03);
     }
    100% {
       transform: scale(1);
    }
 } 

 @keyframes showSlideUp {
    from{bottom:-100px;opacity:0} to{bottom:0;opacity:1}
 } 
 @keyframes showSlideLeft {
    from{left:-100px;opacity:0} to{left:0;opacity:1}
 } 


 @-webkit-keyframes glow {
    from {
      text-shadow: 0 0 0px #88d7ff, 0 0 0px #88d7ff, 0 0 0px #88d7ff, 0 0 0px #88d7ff, 0 0 0px #88d7ff, 0 0 0px #88d7ff, 0 0 0px #88d7ff;
    }
    to {
        text-shadow: 0 0 2px #88d7ff, 0 0 4px #88d7ff, 0 0 6px #88d7ff, 0 0 8px #88d7ff, 0 0 10px #88d7ff, 0 0 12px #88d7ff, 0 0 14px #88d7ff;
    }
  }



  @keyframes shake {
    10%,
    90% {
      transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
      transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
      transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
      transform: translate3d(4px, 0, 0);
    }
  }


/* PRELOADER ANIMATION */
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  

/* width */
::-webkit-scrollbar {
    width: 5px;
    height:5px;
}
  
::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 5em;
    background: transparent;
}
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #b2b2b2;
    border-radius: 10px;
}
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #b2b2b2; 
  }