﻿ul.blink_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

i.fa.fa-volume-up.blink {
    padding: 7px 8px !important;
}

.bg_background .carousel-indicators button {
    background: #fff !important;
    border-bottom: 6px solid transparent;
    border-top: 0px;
    height: 0;
    width: 20px !important;
    border-radius: 50px;
}

i.fa.fa-calendar.blink {
    padding: 7px 8px !important;
}

.bg_background .carousel-indicators button.active {
    background: #71bf44 !important;
}

ul.blink_list li span {
    display: inline-block;
    font-family: Raleway;
    text-align: left;
}

i.fa.blink {
    background-color: #0085cd;
    -webkit-animation: blink 800ms step-end infinite;
    animation: blink 800ms step-end infinite;
    border-radius: 50%;
    padding: 7px 12px;
    font-size: 10px;
    margin-left: 10px;
}

.bg_background i.fa {
    margin: 0 5px 0 5px;
    font-size: 16px;
    position: relative;
    top: 0px;
    vertical-align: super;
}

@-webkit-keyframes blink {
    50% {
        background-color: #71bf44;
    }
}

@keyframes blink {
    50% {
        background-color: #71bf44;
    }
}



#header.header-scrolled {
    background: rgba(52, 59, 64, 0.9) !important;
    border-bottom: 3px solid #05679d;
    height: 95px;
}



header.header-scrolled .main_header_area {
    margin-top: 0rem !important;
}

.carousel_slide .carousel-item {
    text-align: center !important;
    color: #fff;
}

.carousel_slide .carousel-caption {
    position: relative;
    left: 0 !important;
    z-index: 99999;
}

.bg_background {
    background: #021433;
}

    .bg_background h3 {
        font-size: 15px;
        margin-bottom: 0;
        line-height: 22px;
    }

    .bg_background .carousel-indicators {
        margin-bottom: 0 !important;
    }

.bg_background {
    background: #10203a;
    padding: 0.6rem;
    margin-top: 5rem;
    position: relative;
    z-index: 9;
}

    .bg_background .carousel-inner {
        background: #10203a;
    }

@media (min-width: 320px) and (max-width: 576px) {
   

    .slider_session_heigh-fix {
        top: 1.5rem !important;
    }
}

.bg_background .carousel-caption {
    padding-bottom: 0;
}


/*contact use page*/
.tabs label {
    font-size: 17.8px;
}

input[type="checkbox"] {
    cursor: pointer;
}

.input_display {
    display: inline-block;
    border: 1px solid transparent !important;
    padding: 0 !important;
}

span.validation {
    border: 1px solid transparent !important;
    padding: 0 !important;
    position: absolute;
    left: 1rem;
    bottom: -0.6rem;
    top: auto;
    font-size: 1rem;
    font-weight: 400;
    text-transform: lowercase;
}

.submit__generated span {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px 16px;
}

.fa-refresh {
    cursor: pointer;
    margin: 0 12px;
    font-size: 16px;
}

.submit__control h3 {
    font-size: 16px;
    margin-top: 1rem;
}

.submit__generated.unvalid .submit__input {
    border: 1px solid #e74c3c;
    color: #e74c3c;
}

.submit__generated.unvalid:after {
    content: "";
    color: #e74c3c;
}

.submit__generated.valid:after, .submit__generated.unvalid:after {
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: 10px;
}

.submit__generated {
    display: inline-block;
    vertical-align: center;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    color: rgba(0,0,0,0.9);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
}

&.valid:after,
&.unvalid:after {
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: 10px;
}

&.valid {
    &:after

{
    content: "\f00c";
    color: #2ecc71;
}

.submit__input {
    border: 1px solid #2ecc71;
    color: #2ecc71 !important;
}

}

&.unvalid {
    &:after

{
    content: "\f00d";
    color: #e74c3c;
}

.submit__input {
    border: 1px solid #e74c3c;
    color: #e74c3c;
}

}

.submit__input {
    position: relative;
    outline: 0;
    height: 35px;
    width: 35px;
    border-radius: 4px;
    border: 1px solid #42A0DD;
    color: #42A0DD;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    top: -2px;
}

}




i.fa-refresh {
    margin: 4px 0 0px 5px;
    padding: 5px;
    font-size: 18px;
    color: rgba(0,0,0,0.2);
    cursor: pointer;
    transform-origin: center center;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
    &:hover

{
    color: rgba(0,0,0,0.4);
    transform: rotate(180deg);
}

}

span.submit__error,
span.submit__error--empty {
    color: #e74c3c;
    position: absolute;
    margin-top: 1.3rem;
    /*margin-left: 100px;*/
}


.submit__overlay {
    height: 50px;
    width: 110px;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    margin-top: -90px;
    margin-left: -5px;
}








.low-opa {
    opacity: 0.4;
}

.fadeOut {
    opacity: 0;
    transform: translateY(10px);
}

.fadeIn {
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

.form-fields,
.form-success {
    transition: all 0.2s ease-out;
}

.form-success {
    opacity: 0;
    transform: translateY(-10px);
    margin-top: 20px;
}

.validation {
    color: red;
}

.hide {
    display: none !important;
}