/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/*--------------------------------------
--------- Stat Section Styling ---------
--------------------------------------*/

.yd-stats {
    padding: 100px 0;
    background: #0190fe;
}

.yd-stats .intro {

}

.yd-stats .intro h2 {
    font-size: 28px;
    font-weight: 700;
    color: #3a3a47;
    color: #FFFFFF;
    line-height: 1.3;
    margin-bottom: 10px;
}

.yd-stats .intro p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.01em;
    color: #818198;
    color: #FFFFFF;

    max-width: 630px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.yd-stats .counter-up {
    margin-top: 50px;
}

.counter-icon {
    padding: 15px;
}

.counter-icon img {
    width: 60px;
    height: 60px;
}

.counter-text {
    margin: 10px 0;
}

.counter-up h3 {
    font-size: 62px;
    font-weight: 700;
    color: #0190fe;
    color: #FFFFFF;
}

.counter-text h2 {
    font-size: 24px;
    font-weight: 500;
    padding: 0.5em;
    color: #364655;
    color: #FFFFFF;

}

.yd-link {
    text-align: center;
    margin: 25px 0;
}

.yd-link a {
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
    color: #0190fe;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}


.yd-ft {
    padding: 75px 0;
    background: #E8F3EC;
    background: #0190fe;
}

.yd-ft .yd-ft-inner {
    display: block;
    background: #E8F3EC;
    background: #0190fe;
    max-width: 1024px;
    margin: 0 auto;
}

.yd-ft .yd-ft-inner .yd-ft-left {
    padding: 40px;
}

.yd-ft .yd-ft-inner .yd-ft-left h2 {
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    /*color: #364655;*/
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.yd-ft .yd-ft-inner .yd-ft-left p {
    font-size: 16px;
    font-weight: 500;
    color: #818198;
    color: #FFF;
    line-height: 1.6;
    margin-bottom: 0;
}

.yd-ft .yd-ft-inner .yd-ft-left .btn-action {
    background: #FFF;
    color: #0190fe;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.yd-ft .yd-ft-inner .yd-ft-right {
    text-align: center;
}


.yd-ft .yd-ft-inner .yd-ft-right img {
    max-width: 90%;
    margin: 0 auto;
}


.info-box {
    padding-bottom: 100px;
}
#info .row-title{
    color: #131313;
    font-size: 28px;
    font-family: 'Montserrat-SemiBold', sans-serif;
}
#info .row-subtitle{
    color: #2d2d2d;
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 20px;
    opacity: 0.9;
    margin-bottom: 60px;
}

#why-use{
    background-color: #0f9aee;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
    /*max-height: 500px;*/
    /*min-height: 500px;*/
}
#why-use .row-title{
    color: #ffffff;
    font-size: 28px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    margin-bottom: 20px;
    margin-top: 20px;
}
#why-use .row-subtitle{
    color: #ffffff;
    font-size: 15px;
    opacity: 0.9;
    margin-bottom: 60px;
}
.why-box{
    padding: 30px 50px 0px 50px;
    perspective: 800px;
}

.why-box .feature-icon{
    font-size: 60px;
    color: #ffffff;
    position: relative;
    z-index: 2;
}
.why-box .feature-title{
    font-size: 24px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}
.why-box .feature-details{
    font-size: 19px;
    line-height: 24px;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    z-index: 2;
    /*-webkit-transform: scale(0.8);*/
    /*-moz-transform: scale(0.8);*/
    /*transform: scale(0.8);*/
}
.why-box .feature-button{
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
    height: 50px;
    z-index: 2;
    padding-top: 10px;
    opacity: 0;
}
.why-box .feature-button a{
    padding: 9px 16px;
    background-color: #ecf8ff;
    border-radius: 6px;
    color: #1f8ded;
    opacity: 1;
    border:1px solid #1f8ded;
    font-weight: bold;
    text-decoration:none;
    display: inline-block;
}
.why-box .feature-button a:hover,.why-box .feature-button a:focus{
    color: #ffffff;
    background-color: #1f8ded;
}
.why-box .box-bg{
    position: absolute;
    width: 100%;
    height: 110%;
    left: 0;
    top: 0;
    background-color: #55abe5;
    -webkit-box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17);
    -moz-box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17);
    box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17);
    z-index: 1;
    opacity: 0;
    transform: scale(0.9) rotateX(30deg);
}
.why-box.active .box-bg{
    opacity: 1;
    transform: scale(1);
}
.why-box.active .feature-icon .hsto{
    font-size: 60px;
    color: #0f9aee;
}
.why-box.active .feature-icon [class*="fa"]{
    font-size: 60px;
    color: #0f9aee;
}
.why-box.active .feature-title {
    font-size: 17px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: #0f9aee;
    margin-bottom: 25px;
}
.why-box.active .feature-details{
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 19px;
    color: #336786;
    margin-bottom: 40px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.why-box.active .feature-button{
    height: 50px;
    opacity: 1;
}

.feature-list {
    margin: 30px 10px;
}

.card-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: 0 auto;
    background: rgba(30, 166, 154, 0.08);
    background: rgba(1, 144, 255, 0.13);
    display: table;
    text-align: center;
}

.card-img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.card-img img {
    vertical-align: middle;
}

.feature-flex {
    display: flex;
}
.m-auto {
    margin: auto!important;
}
.feature-text {
    font-size: 16px;
    font-weight: 500;
    color: rgb(129, 129, 152);
    line-height: 1.6;
    margin: 0 auto;
}

.card-text {
    margin-top: 25px;
}

.card-text h3 {
    font-size: 21px;
    font-weight: 500;
    color: #364655;
    margin-bottom: 15px;
}

.card-text p {
    font-size: 15px;
    font-weight: 500;
    color: rgb(129, 129, 152);
    line-height: 1.6;
    max-width: 320px;
    margin: 0 auto;
}

#countdown .count-down, #eventdown .count-down {
    display: inline-block;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#countdown .count-down .count-number, #eventdown .count-down .count-number {
    font-size: 40px;
    font-weight: 600;
}
#countdown .count-down .count-head, #eventdown .count-down .count-head {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
#countdown .count-down {
    color: #000;
    margin: 30px 10px 10px;
}
#countdown .count-block {
    display: flex;
}
.notify-me{
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.notify-me .notify-email{
    width: 30%;
    margin-right: 10px;
}
.notify-me input, button{
    display: inline;
}
.notify-me input {
    border: 1px solid #69abea;
}
#countdown .count-down .count-number {
    font-family: 'Palanquin Dark', sans-serif;
    color: #000;
    font-size: 60px;
    width: 130px;
    border-radius: 4%;
    backdrop-filter: blur(5px);
    box-shadow: 0 25px 25px rgba(56, 59, 63, 0.05);
    padding: 8px 0 !important;
    background-color: rgba(0, 0, 0, 0.1);
    margin: .7rem!important;
}
#countdown .count-down .count-head {
    margin-bottom: 6px;
}
#eventdown .count-down {
    height: 80px;
}
@media (max-width: 767px) {
    #eventdown .count-down {
        width: 60px;
    }
}
#eventdown .count-down .count-number {
    line-height: 80px;
}
@media (max-width: 767px) {
    #eventdown .count-down .count-number {
        font-size: 30px;
    }
}
#eventdown .count-down .count-head {
    color: red;
    transform: translateY(-15px);
}
@media (max-width: 767px) {
    #eventdown .count-down .count-head {
        font-size: 10px;
    }
}

.panel-body .usage {
    color: #697b91;
    padding-left: 15px;
    font-size: 40px;
    font-weight: 600;
}
.panel-border-bottom {
    border-bottom: 1px solid #ddd !important;
}

.panel-data {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #ddd !important;
}

.label-data {
    color: #697b91;
    font-size: 15px;
    font-weight: 400;
}

.input-group .auth-control {
    background-color: #f3f8fb;
}

.active-status {
    color: #3fad46;;
    font-weight: 700;
}

.text-updated {
    color: #c2cad2;
    font-weight: 400;
    font-size: 12px;
}