/*APPRAISAL CSS*/

h1 {
    font-family: "Lato", sans-serif;
    font-size: 38px;
    text-transform: capitalize;
}
.genius-btn button {
    background: none;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
@media screen and (max-width: 480px) {
    h1 {
        font-size: 24px;
    }
    .courseSection {
        padding-top: 0px !important;
    }
    .inerHeader {
        padding-top: 90px !important;
        padding-bottom: 0px !important;
    }
}
.container {
    max-width: 1320px !important;
}
.inerHeader {
    background: #f5f7fa00;
    padding-top: 150px;
    padding-bottom: 40px;
    text-align: left;
    color: #f00;
    text-transform: uppercase;
}
/* INDEX ========================== */
.search-course-secound {
    background-color: #3165a7;
}
.text-black {
    color: #ffffff !important;
}
.genius-btn {
    transition: all 0.7s ease-out;
    background-color: #0066a7 !important;
}
.genius-btn:hover {
    background-color: #000 !important;
    transform: scale(1.03);
}
.about-gallery-img {
    overflow: hidden;
}
.about-gallery-img img {
    transition: all 1.5s ease-out;
}
.about-gallery-img img:hover {
    transform: scale(1.1);
}
/* .slide-content {
position: absolute;
width: auto;
height: 100px;
text-align: left;
z-index: 2;
-webkit-box-shadow: none;
box-shadow: none;
border-bottom-width: 10px;
border-bottom-style: solid;
right: 0;
border: none;
background-color: transparent;
top: 40%;
left: 25%;
} */
.slide-content {
    position: absolute;
    width: auto;
    height: 100px;
    text-align: right;
    z-index: 5;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    right: 50%;
    border: none;
    background-color: transparent;
    top: 40%;
}
.button-wrap {
    display: block;
}
.button-wrap .genius-btn {
    float: right;
}
.slide-content .hero-h2-1,
.hero-h2-2 {
    color: #f00;
    font-size: 25px;
    font-weight: 800;
}
.slide-content .hero-h2-2 {
    color: #0066a7;
}
.course-sec {
    color: #000;
}
.sponsor-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.course-sec-text {
    padding-top: 50px;
    font-size: 20px;
}
.course-sec-btn {
    margin-top: 80px;
}
.course-sec-img {
    width: 400px;
}
.course-sec-header {
    color: #cc2b2f;
    font-weight: bold;
}
.course-sec-img {
    animation: beat 1s infinite alternate;
}
/* @media screen and (min-device-width: 801px) and (max-device-width: 1300px) and (-webkit-min-device-pixel-ratio: 1) {
.slide-content {
top: 50%;
left: 10%;
}
} */
@media only screen and (min-width: 800px) {
    .course-sec {
        margin-top: 50px;
    }
    .social-footer {
        display: block;
    }
}
@media only screen and (max-width: 800px) {
    /*
.slide-content {
top: 50%;
} */
    .slide-content h2 {
        margin: 0px auto;
        font-size: 40px !important;
        font-weight: 700;
    }
    .course-sec-img {
        width: 300px;
    }
    .course-sec-text {
        padding-top: 10px;
    }
    .slide-content {
        right: 0%;
        margin-top: 100px;
    }
}
.slider-area {
    animation: beat 1s infinite alternate;
}
/* END INDEX ========================== */
/* COURSE ========================== */
.tutor-course-thumbnail {
    overflow: hidden;
}
.tutor-course-thumbnail img {
    animation: beat 1s infinite alternate;
}
@keyframes beat {
    to {
        transform: scale(1.05);
    }
}
/* END COURSE ========================== */
/* BLOG ========================== */
.tutor-card:hover {
    transition: all 0.3s ease-in;
}
.tutor-card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.tutor-card-body {
    transition: all 0.3s ease-in;
    height: 190px;
}
.tutor-card:hover .tutor-card-body {
    background-color: #f5f7fa;
}
.blog-thumnile {
    overflow: hidden;
}
.blog-thumnile img {
    transition: all 1.5s ease-out;
}
.blog-thumnile img:hover {
    transform: scale(1.1);
}
/* END BLOG ========================== */
/* COURSE DETAILS ========================== */
.course-details-instructors {
    background-color: #cb282a;
    color: #ffff;
}
.course-details-widget {
    background-color: #f5f7fa;
    /* color: #fff; */
}
.course-details-instructors {
    border-bottom: 1px solid #cdcfd5;
    padding: 3.3rem 2rem;
}
.course-sidebar-card {
    border-radius: 0 0 5px 5px;
    border: none;
    margin-bottom: 30px;
}
.course-ul li i {
    color: #ffffff;
    padding-left: 10px;
}
.course-ul li:hover {
    background-color: #1273b5;
}
/* END COURSE DETAILS ========================== */
/* FOOTER ========================== */
.address-icon {
    border: 2px solid rgb(255, 255, 255);
}
.contact-address-details {
    border-bottom: 1px dashed rgb(255, 255, 255);
}
.social-footer {
    display: inline-block;
}
.social-footer a {
    margin-top: 5px;
}
.social-footer a i {
    font-size: 50px;
}
.social-footer a.f {
    color: #0066a7;
}
.social-footer a.l {
    color: #0066a7;
}
.social-footer a.i {
    color: #0066a7;
}
.social-footer a:hover {
    color: #0066a7;
}
/* END FOOTER ========================== */
.contact-area-section,
.contact_secound_section {
    /* background-image: url(../img/contact-b.jpg); */
    padding: 0px;
    background-color: #e7eaed;
    /*display:none;*/
}
.contact-area-section .section-title span,
.contact_secound_section .section-title span {
    color: #000;
}
.address-details li {
    font-size: 18px;
    color: #000;
}
.address-icon {
    border: 2px solid rgb(0 0 0);
}
.address-icon i {
    font-size: 15px;
    color: #000;
}
.address-details li span {
    font-weight: 1000;
}
.faq-ul {
    list-style-type: none;
}
.faq-ul li:before {
    font-family: "Font Awesome 5 free";
    content: "\f004";
    margin: 0 5px 0 -15px;
    color: #f00;
}

.content {
    width: 100%;
    /* padding: 20px; */
    /* margin: 0 auto; */
    /* padding: 0 60px 0 0; */
    margin-top: 30px;
}
.centerplease {
    margin: 0 auto;
    max-width: 270px;
    font-size: 40px;
}
.question {
    color: #000;
    position: relative;
    background: #f2f2f2;
    margin: 0;
    padding: 10px 10px 10px 50px;
    display: block;
    width: 100%;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    margin: 5px;
    border-radius: 5px;
}
.answers {
    font-weight: 500;
    background: #f2f2f2;
    padding: 0px 15px;
    margin: 0px 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
}
.questions:checked ~ .answers {
    height: auto;
    opacity: 1;
    padding: 15px;
}
.plus {
    color: red;
    position: absolute;
    margin-left: 20px;
    margin-top: 5px;
    z-index: 5;
    font-size: 2em;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.questions:checked ~ .plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.questions {
    display: none;
}
.brand-logo {
    width: 250px;
}
@media only screen and (max-width: 700px) {
    .brand-logo {
        width: 150px;
    }
}
@media only screen and (max-width: 700px) {
    .mobile-visible-false {
        display: none;
    }
}
.quotes1,
.quotes2 {
    display: none;
    animation: beat 1s infinite alternate;
}
.testimonial-area {
    position: relative;
    z-index: 2;
    padding: 50px 0;
}
.single-testimonial {
    border: 3px solid #000;
    text-align: center;
    border-radius: 45px;
    position: relative;
    z-index: 2;
    margin: 20px;
}
.single-testimonial p {
    /* color: #fff; */
    font-size: 15px;
    line-height: 24px;
    padding: 50px;
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
}
.round-2::before {
    content: "";
    position: absolute;
    right: 87px;
    bottom: -7px;
    width: 50px;
    height: 7px;
    background: #000;
    border-radius: 30px;
    z-index: 1;
}
.round {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.round-1::before {
    content: "";
    position: absolute;
    left: 88px;
    top: -3px;
    width: 50px;
    height: 3px;
    background: #000;
    border-radius: 30px;
}
.round-1::after {
    content: "";
    position: absolute;
    left: -3px;
    top: 62px;
    width: 3px;
    height: 50px;
    background: #000;
    border-radius: 30px;
}
.round-2::before {
    content: "";
    position: absolute;
    right: 87px;
    bottom: -3px;
    width: 50px;
    height: 3px;
    background: #000;
    border-radius: 30px;
    z-index: 1;
}
.round-2::after {
    content: "";
    position: absolute;
    right: -3px;
    bottom: 62px;
    width: 3px;
    height: 50px;
    background: #000;
    border-radius: 30px;
    z-index: 1;
}
.client-video {
    padding-right: 15px;
}
.client-info {
    position: relative;
    z-index: 3;
}
.client-info a {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    font-size: 22px;
}
.client-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 50px;
}
.client-info h6 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}
.client-info span {
    display: inline-block;
    font-size: 12px;
}
.sec-title.white-title h2 {
    color: #fff;
}
.client-details i {
    color: #f2bb13;
    font-size: 25px;
}
/* RED =================== */
.single-testimonial-red {
    border: 3px solid #cb2829;
}
.single-testimonial-red::before {
    background: url("img/quote-blue.webp") no-repeat #fff;
}
.round-red::before {
    background: #cb2829;
}
.round-red::after {
    background: #cb2829;
}
/* BLUE =================== */
.single-testimonial-blue {
    border: 3px solid #0066a7;
}
.single-testimonial-blue::before {
    background: url("img/quote-red.webp") no-repeat #fff;
}
.round-blue::before {
    background: #0066a7;
}
.round-blue::after {
    background: #0066a7;
}
.single-testimonial::before {
    content: "";
    position: absolute;
    left: -35px;
    top: -35px;
    background-size: 60%;
    width: 126px;
    height: 120px;
    /* transform: rotate(180deg); */
    background-position: 34px 15px;
}

.widget-social-footer h4,
.widget-info-footer h4 {
    margin-bottom: 20px;
    color: #0066a7;
}
.widget-social-footer ul,
.widget-info-footer ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}
.widget-social-footer ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}
.widget-social-footer ul li a {
    margin-right: 15px;
}
.widget-social-footer ul li a i {
    font-size: 22px;
}
.widget-info-footer ul li {
    margin-bottom: 10px;
}
