.logo {
	display: flex;
	justify-content: center; /* horizontal */
	align-items: center;     /* vertical */
}
.textColor{
    color: #A81C25 !important;
}
.about-style-6 .about-image-gallery::after {
    border-color: #A81C25 !important;
}
.about-style-6 .about-image-gallery .badge-icon .badge-inner {
    background: #A81C25 !important;
}
.mainmenu-nav .mainmenu > li > a:hover, .mainmenu-nav .mainmenu > li > a.active {
    color: #A81C25 !important;
}
.edu-header .logo a img {
	max-height: 65px;
}
.edu-section-gap {
    padding: 80px 0 !important;
}
.height-940 {
	min-height: 750px;
	width: 100%;
}
.banner-style-4 {
	background-image: url(../images/banner/home-banner.jpg) !important;
}
.banner-style-4 .content .title {
	font-size: 60px !important;
}
.banner-style-4 .content {
	margin-top: 110px !important;
}
.banner-style-4 .content .pre-title {
	color: #A81C25 !important;
}
a.btn-transparent, button.btn-transparent {
	color: #A81C25 !important;
}
a.btn-transparent::after, button.btn-transparent::after {
	background: #A81C25 !important;
}
a.edu-btn.btn-white:hover, button.edu-btn.btn-white:hover {
    background: #841d22;
}
.pricing-table.active .edu-badge {
    background: #841d22;
}
.pricing-table .pricing-body .list-item li i {
    color: #841d22;
}
.btn-primary {
    color: #fff;
    background-color: #A81C25;
    border-color: #A81C25;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #841d22;
    border-color: #841d22;
    box-shadow: none;
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #841d22;
    border-color: #841d22;
    box-shadow: none;
}
.btn-lgHome {
	padding: 1rem 1.5rem;
	font-size: 1.50rem;
	border-radius: .3rem;
	font-weight: 500;
}
.section-title .pre-title {
	color: #A81C25 !important;
}
.offCourses {
    color: #A81C25;
    font-size: 29px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.21em;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    stroke: #000000;
}

/*about us */

.about-style-6 .inner .info-btn {
	margin-left: 0 !important;
}
.about-style-6 .inner .feature-list-wrapper .feature-list i,
.about-style-6 .inner .info-btn i,
.rn-progress-parent::after {
    color: #A81C25 !important;
}
.about-style-6{
	background-image: url(../images/banner/home-about-banner.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.eduvibe-testimonial-one {
    background-image: url(../images/banner/home-one-testimonial.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.eduvibe-home-four-team {
    padding: 130px 0 275px;
    background-image: url(../images/instructor/home-four-instructor.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.edu-instructor-1 .edu-instructor::after {
	background-image: url(../images/instructor/border-shape.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.edu-instructor-1:hover .edu-instructor-info .desc {
	color: #A81C25 !important;
}
.edu-slick-button.slick-button-left .slick-dots li.slick-active::before {
    border-color: #A81C25 !important;
}
.edu-slick-button .slick-dots li.slick-active button {
    background-color: #A81C25 !important;
}
.rwt-dynamic-form .form-group input:focus {
    border-color: #A81C25 !important;
}
.rwt-dynamic-form .form-group textarea:focus {
    border-color: #A81C25 !important;
}

.newsletter-style-3 {
    background-image: url(../images/home-two-cta.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
}
a.edu-btn.btn-white, button.edu-btn.btn-white {
    color: #A81C25 !important;
}
a.edu-btn.btn-white:hover, button.edu-btn.btn-white:hover {
    color: #fff !important;
}
.form-select {
    height: 40px;
    font-size: 20px;
}
.alert {
    position: relative;
    padding: 2rem 2rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 2rem !important;
}
/*pricing*/
.edu-pricing-area {
    background-image: url(../images/pricing-plan.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.pricing-table .pricing-header .price-wrap .amount, .pricing-table .pricing-header .price-wrap .duration {
    color: #A81C25 !important;
}

/*footer*/

.footer-style-default .footer-top {
    padding: 40px 0 !important;
}
.logo-footer a img {
    height: 100px;
    width: 150px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    h4, h6, .h6 {
        font-size: 45px;
    }
    ul li, p{
        font-size: 35px;
    }
    .banner-style-4 .content .pre-title {
        font-size: 30px;
        line-height: 40px;
    }
    .section-title .pre-title {
        font-size: 30px;
    }
    .edu-header.header-sticky.sticky {
        height: 120px;
    }
    .edu-header .logo a img {
        max-height: 100px;
    }
    .white-box-icon {
        height: 80px;
        line-height: 80px;
        width: 80px;
        font-size: 30px;
        color: #A81C25;
    }
    .banner-style-4 .content .description {
        font-size: 35px;
        line-height: 40px;
    }
    .btn-lgHome {
        padding: 2rem 2.5rem;
        font-size: 2.5rem;
    }
    .banner-style-4 .banner-image {
        width: 80%;
    }

    .rwt-dynamic-form .form-group input {
        height: 80px;
        font-size: 40px;
    }
    .form-select {
        height: 80px;
        font-size: 40px;
    }
    .rwt-dynamic-form .form-group textarea {
        font-size: 40px;
    }

    .about-style-6 .inner .feature-list-wrapper .feature-list, 
    .about-style-6 .inner .info-btn, 
    a.btn-transparent, button.btn-transparent,
    .about-style-6 .inner .feature-list-wrapper .feature-list i { 
        font-size: 35px;
    }
}