﻿.footer-menu ul li {
    width: 100%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.field-validation-error {
    color: red;
    font-size: 13px;
    position: absolute;
    right: 20px;
    top: 30px;
}

.input-validation-error {
    border: 1px solid red !important;
}

.validation-summary-errors {
    color: red;
    font-size: 15px;
}

.client-logo {
    width: 100%;
    min-width: 225px;
}

.primary-bg {
    background: #25b6cd !important;
}

.whitehover a:hover {
    color: #fff !important;
}
.bluehover a:hover {
    color: #002147 !important;
}
.blog-category {
    position: absolute;
    right: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 15px;
    background-color: #25b6cd !important;
    border-radius: 5px;
    top: 20px;
    display: inline-block;
    line-height: 1;
    transition: .6s;
}

.main-menu ul li:hover > a {
    color: #25b6cd !important;
}

.contact-icon i {
    border: 0;
    color: #002147;
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background-color: #25b6cd !important;
}

.faq-form-btn button:hover {
    background-color: #25b6cd !important;
    color: #002147;
}

#scrollUp {
    background: #9baeb7 !important;
    height: 40px;
    width: 40px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    line-height: 40px;
}

.read-more-btn button:hover {
    color: #25b6cd !important;
}

a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
    color: #25b6cd !important;
    text-decoration: none;
}

.blog-text-offer {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 12px;
    font-weight: 700;
    color: #002147;
    font-family: 'Roboto', sans-serif;
    padding: 11px 15px;
    background-color: #25b6cd !important;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 5px;
}

.courses-category-name span a {
    font-size: 12px;
    color: #002147;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    background-color: #25b6cd !important;
    padding: 9px 15px;
    border-radius: 3px;
    display: inline-block;
    transition: .3s;
}

.primary-color {
    color: #444444 !important;
}

.team-teacher-info {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #25b6cd !important;
    border-radius: 5px;
    transition: .6s;
}
.team-thumb::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: -moz-linear-gradient(90deg, rgba(0, 33, 71, 0.92157) 0%, rgba(127, 117, 36, 0.73) 74%, rgba(166, 143, 25, 0.71) 82%, rgba(253, 200, 0, 0.50196) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 33, 71, 0.92157) 0%, rgb(85 156 152 / 73%) 74%, rgb(59 148 156 / 71%) 82%, rgb(21 199 224 / 50%) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 33, 71, 0.92157) 0%, rgba(127, 117, 36, 0.73) 74%, rgba(166, 143, 25, 0.71) 82%, rgba(253, 200, 0, 0.50196) 100%);
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease-out .4s;
}

.blog-category:hover {
    background-color: #002147 !important;
    color: #fff;
}

a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
    color: #25b6cd !important;
    text-decoration: none;
}

.footer-copyright span {
    font-size: 15px;
    color: #fff;
}

.footer-heading h1 {
    font-size: 24px;
    color: #444;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    margin-bottom: 31px;
}

.header-contact-phone {
    margin-right: 35px;
    padding-right: 30px;
    /*position: relative;*/
}
.single-footer-contact-info span {
    font-size: 14px;
    color: #fff;
}
.header-contact span {
    color: #fff;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    margin-right: 9px;
}
.section-title-heading h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px !important;
}
.footer-para p {
    text-align:justify;
    font-size:14px;
}
.about-title-section-2 p{
    text-align:justify;
}
.faq-area-form form input, .faq-area-form form textarea {
    border: 1px solid #444;
}
.footer-para p{
    color:#fff;
}
.footer-menu ul li a{
    color:#fff;
    font-size:14px;
}
@media only screen and (min-width: 375px) and (max-width: 767px)
{
    .client-logo {
        min-width: 190px;
    }
    .header-bottom-area {
        padding-top: 13px;
        padding-bottom: 0px;
    }
}