.app-login-node{
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.btn {
    display: inline-block;
    font-family: 'Spartan SemiBold', sans-serif;
    line-height: 1.5;
    color: #424767;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: .0625rem solid transparent;
    padding: .55rem .75rem;
    font-size: 1rem;
    border-radius: .45rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-outline-soft {
    border-color: #888484;
    color: #888484;
}

.btn-tertiary {
    color: #ffffff;
    background-color: #12743a;
    border-color: #12743a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(23, 31, 56, 0.08);
}

.btn:hover {
    text-decoration: none;
}

.footer {
    background-repeat: repeat-x;
    background-size: auto 12px;
    background-color: #312D2A;
}

.footer p,
.footer .footer-links li.link a {
    color: #ffffff !important;
    font-size: 13px;
    text-align: left;
}

.footer .h5 {
    text-align: left;
    display: block;
    font-size: 18px;
    margin: 0 0 16px 0;
    font-weight: bold;
    color: #FBF9F8;
    opacity: .6;
}

.btn-dark {
    color: #fff;
    background-color: #183b56;
    border-color: #183b56;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(23 ,31, 56,0.08);
}

.btn-blue {
    color: #fff;
    background-color: #1ab0f0;
    border-color: #1ab0f0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255 ,0.15), 0 1px 1px rgba(23, 31, 56, 0.08);
}

.section-aspects {
    background: #f1fafd;
    padding: 80px 0;
}

.footer ul {
    text-align: left;
}

.footer .copyright-text {
    font-size: 12px;
}

.footer .terms {
    font-size: 12px;
    margin-left: 15px;
    display: inline-block;
}

.follow-us {
    color: #FBF9F8;
    opacity: .6;
}

.section-header {
    background: #fcfafb;
}

.btn-blue:hover {
    color: #fff;
    background-color: #0d94ce;
    border-color: #0d94ce;
}
.partners-logo img{
    display: inline-block;
    max-width: 80px;
}
.navbar .nav-item .nav-link {
    color: #777d8a !important;
    font-family: 'Spartan SemiBold', sans-serif;
}
.navbar .nav-item .nav-link:focus,
.navbar .nav-item .nav-link:hover {
    color: #0d94ce !important;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
.footer ul.footer-links li a:hover,
.try-time{
    color: #12743a!important;
}

.social-buttons .icon.icon-md span{
    color: #ffffff;
    opacity: .7;
    border: 1px solid;
    padding: 4px;
    border-radius: 4px;
    font-size: 1.2rem;
}
/*--------------------------------------------------
	[SUPPORT]
----------------------------------------------------*/
.support-section{
    padding: 100px 0 100px 0;
    background: #ffffff;
}
/*--------------------------------------------------
	[PRICING]
----------------------------------------------------*/
.pricing-bg {
    padding: 100px 0 100px 0;
    background: #f7fafd;
    /* Prcing Red */ }
.pricing-bg .pricing {
    padding: 50px;
    text-align: center;
    border: 2px solid #aebcc7; }
.pricing-bg .pricing img {
    width: 60px;
    height: auto;
    margin-bottom: 30px; }
.pricing-bg .pricing h4 {
    font-size: 27px;
    margin: 0 0 15px;
    color: #3f5263; }
.pricing-bg .pricing span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3f5263; }
.pricing-bg .pricing .pricing-features {
    padding: 0;
    margin: 35px 0;
    list-style: none; }
.pricing-bg .pricing .pricing-features li {
    padding: 3px 0;
    font-size: 16px;
    text-transform: capitalize;
    color: #8693a7;
}
.pricing-bg .pricing-red {
    border: none;
    padding: 80px 50px;
    background: #1ab0f0;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);
}
.pricing-bg .pricing-red h4,
.pricing-bg .pricing-red span {
    color: #fff; }
.pricing-bg .pricing-red .pricing-features li {
    color: #fff; }
.alternative-pricing{
    margin-top: 70px;
}
.contact-page{
    padding-top: 30px;
}
.br-0{
    border-radius: 0;
}
.contact-info {
    border: 2px solid #EBEDF4;
    padding: 30px;
    position: relative;
    top: -100px;
    background: #fff;
}
.single-contact-info.footer{
    padding: 0;
    background-color: #ffffff;
    color: #8d8b86;
}
.single-contact-info.footer ul.social-buttons .icon.icon-md span,
.contact-page .contact-info .single-contact-info.footer p{
    color: #63615e !important;
}
.single-contact-info h4 {
    color: #183b56;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.single-contact-info p{
    font-size: 13px;
    color: #333;
}
.single-contact-info p a{
    color: #1ab0f0;
}


.form-group {
    position: relative;
}

.contact_form .form-group .form-control {
    border-radius: 0px;
    padding-left: 40px;
    -webkit-border-radius: 0;
    background: #f7f7f7;
    border: 0;
    color: #183b56;
    font-size: 14px;
    line-height: 14px;
    height: 3.5rem;
    text-transform: none;
    width: 100%;
}

.contact_form .form-group textarea.form-control {
    height: 125px;
    resize: none;
}

.contact_form .form-group .form-control ~ i {
    position: absolute;
    top: 10px;
    left: 15px;
}

.contact_form .badge-danger {
    display: none;
}
.form-error-message{
    font-size: 13px;
}
.card{
    height: 100%;
}
#testimonials .image-sm {
    max-width: 100px;
    height: auto;
}
#accordionExample .accordion-button:not(.collapsed){
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
#accordionExample .accordion-item:last-of-type .accordion-button.collapsed{
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}
#accordionExample .accordion-button:focus{
    border: 0;
}
a {
    color: #5e6576;
     text-decoration: none;
}
h3{
    font-family: 'Spartan SemiBold', sans-serif;
    font-weight: unset;
    font-size: 20px;
    line-height: 25px;
}
h6{
    font-weight: unset;
    font-size: 12px;
}
.solution-section{
    padding: 50px 0;
}
.solution-section .solution .ik{
    font-weight: 700;
    font-size: 20px;
}
.solution-section .solution{
    padding: 10px 15px;
}
.solution-section .solution p{
    font-size: 14px;
    margin-bottom: 5px;
}
.ex-header {
    background-color: #d5eef8;
}
.navbar-light:not(.headroom--not-top) .btn-outline-soft {
    color: #183b56;
    border: .15rem solid #183b56 !important;
    font-size: 14px;

    -moz-transition: color .25s ease;
    -ms-transition: color .25s ease;
    -webkit-transition: color .25s ease;
    display: inline-block;
    position: relative;
    transition: color .25s ease;
    z-index: 2;
}
.navbar-light .btn-tertiary {
    border: .15rem solid #12743a !important;
    font-size: 14px;
}
/* Stylesheet design for above 992px */
@media (min-width: 992px) {
    /* 992px */
    /* Prcing Red */
    .pricing {
        margin-top: 50px; }

    .pricing-red {
        margin-top: 20px; }

    .pricing.no-right-brd {
        border-right: none; }

    .pricing.no-left-brd {
        border-left: none; } }
/***
Custom Scrollbars
***/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cecece;
}

::-webkit-scrollbar-thumb {
    background-color: #cecece;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
