/**
File used for homepage.


Content
1. Common
2. Stat Row Section
3. News Logo Slider
4. Trusted Brands



**/


/* Define Fonts */
/* 
@font-face {
    font-family: 'Swiss';
    
    src: url('../fonts/SW721BCI.ttf');
    src: url('../fonts/Swiss721BoldCondensedBT.ttf');
    src: url('../fonts/Swiss721CondensedBT.ttf');
    src: url('../fonts/Swiss721CondensedItalicBT.ttf');
    src: url('../fonts/swiss\ 721\ bold\ condensed\ bt.ttf');
} */



/* End of defining fonts */






/* 1. Common CSS */
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Swiss', Arial; */
    
} */
/* 
h2{
    text-align:center;
    margin-bottom:20px; 
    font-family: Lato,sans-serif;
}

h3, h4 {
    font-family: Lato,sans-serif;
} */

img {
    height:auto;
    width:100%;
}

body{
    font-family: 'Lato', sans-serif;
}

.btn {
    color: #e9e9e9;
    background-color: #4f2d7f;
    width: 200px;
    display: block;
    padding: 8px 0;
    margin: 35px 0 50px;
    margin-bottom:0px;
    text-decoration: none;
    text-align: center;
}

.btn2 {
    /* color: #e9e9e9;
    background-color: #4f2d7f; */
    width: 200px;
    display: block;
    padding: 8px 0;
    background: #FFF;
    border: 1px solid #4f2d7f;
    color: #4f2d7f;
    text-decoration: none;
    text-align: center;
}

section {
    
    /* padding-top:20px;
    padding-bottom:20px;
    margin-bottom:30px; */
}


hr {
    border-width:1px;
}



/* Banner */
#banner .background {
    position:relative
}

#banner .text {
    position: absolute;
    top:0;
    left:0;
    background-color: rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    text-align:center;
    color:#FFF;
}

#banner .text h1 {
    margin-top:10rem;
}


/* Stat Section CSS */
#stats-row {
    background : #fafcff;
}

#stats-row .stat-item {
    padding:10px;
    text-align: center;text-align: center;
    padding:30px;
}

#stats-row .stat-item span {
    color: #4f2d7f;
    font-family: Lato,sans-serif;
    font-size:2rem;
    font-weight:bold;
}

#stats-row .stat-item p {
    font-family: Lato,sans-serif;
    color:#222;
    font-weight:500;
    margin-top:8px;
}


/* Explore our courses */
#explore-our-courses {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#explore-our-courses h2 {
    margin-bottom: 3rem;
}

#explore-our-courses .course-category-item {
    background-color: #FFF;
    padding: 10px 30px;
    text-align: center;
    color: #4f2d7f;
    border: 1px solid #4f2d7f;
    min-height: 58px;
    align-items: center;
}

#explore-our-courses .all {
    padding-top:20px;
    color:#FFF;
    background-color: #4f2d7f;
}

#explore-our-courses .course-section-row {
    padding-top:3rem;
    /* padding-bottom:3rem; */
}

#explore-our-courses .course-section-row h3 {
    text-align:center;
    margin-bottom:3rem;
}


#explore-our-courses .course-item {
    /* padding:10px; */
    border:1px solid #e5e5e5;
    border-radius:5px;
    box-shadow: 10px 10px 5px #eee;
}


#explore-our-courses .course-item .course-title {
    padding:20px 15px;
    border-bottom:1px solid #e5e5e5;
    text-align: center;
    color:#FFF;
    /* background-image: linear-gradient(90deg, #a979ed 0%, #865ebf 51%, #4f2d7f 75%); */
    background-image: linear-gradient(90deg, #865ebf 0%, #4f2d7f 51%);
    
}

#explore-our-courses .course-item .course-description {
    padding:20px 15px;
    
}

#explore-our-courses .course-item .course-title .title {
    font-size:25px;
    margin-bottom:10px;
}

#explore-our-courses .course-item .course-description ul {
    /* list-style: none; */
    /* margin:0;
    padding:0; */
    margin-left:15px;
}

#explore-our-courses .course-item .course-description ul li {
    padding:5px;
}

/* #explore-our-courses .course-item .course-description .course-calender {
    display: flex;
    justify-content: center;
} */

#explore-our-courses .course-item .course-description .course-calender p span {
    color: #e7711b;
}

#explore-our-courses .course-item .course-description .course-calender a {
    /* margin-left:20px; */
    margin-top:20px;
    display:block;
    text-align: right;
    text-decoration: none;

}




/* Placement logo */

#placement{
    padding-top:3rem;
    padding-bottom:3rem;
}

#placement h2{
    margin-bottom:3rem;
}



#placement p{
    text-align:center;
}


#placement .placement-logo-item {
    padding:15px;
}

#placement .read-success-stories{
    display: flex;
    justify-content: center;
}


/* Corporate Text*/

#corporate {
    padding-top:3rem;
    padding-bottom: 3rem;
}

#corporate .background{
    position: relative;
    /* width:100%;
    height:100%; */
    
    
}


#corporate h2{
    text-align: left;
    font-size:2rem;
}

#corporate .text-overlay {
    position: absolute;
    top:0;
    left:0;
    padding-top:3rem;
    background-color: rgba(0,0,0,0.3);
    width:100%;
    height:100%;
}





/* 3. News Logo Slider */
#news-logo-slider {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#news-logo-slider h2{
    margin-bottom:3rem;
}

#news-logo-slider .know-more {
    display: flex;
    justify-content: center;
}


/* Clientele Logo */
#clientele-logo {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#clientele-logo h2 {
    margin-bottom: 3rem;
}

#clientele-logo .clientele-logo-item {
    border: 1px solid #e5e5e5;
    padding:15px;
    margin-bottom:2rem;
}

#clientele-logo .view-more {
    display: flex;
    justify-content: center;
}



/* LMS Feature */
#lms-features {
    padding-top:3rem;
    padding-bottom: 3rem;
    /* background-color: #eee; */
}

#lms-features h2 {
    margin-bottom: 2rem;
}


#lms-features .lms-feature{
    text-align: center;
    background: #FFF;
    padding:2rem;
    /* margin-bottom:25px; */
    /* box-shadow: 5px 5px 5px 5px #e2e2e2; */
    /* border: 1px solid #e5e5e5; */
}

#lms-features .lms-feature span {
    font-size:3rem;
    color:#4f2d7f;
}

#lms-features .lms-feature h3 {
    margin-top:20px;
}
#lms-features .lms-feature p {
    margin-top:15px;
}



/* Trusted brands */
#trusted-brands{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#trusted-brands h2{
    margin-bottom: 2rem;
}

#trusted-brands .trusted-brand-item{
    padding:30px;
}

/* Blogs */
#blogs {
    padding-top:3rem;
    padding-bottom: 3rem;
}

#blogs h2{
    margin-bottom:3rem;
}

#blogs .blog-item {
    padding:15px;
    margin-bottom:20px;
}

#blogs .blog-item a {
    
    display:block;
    margin: 30px 0px;
}

#blogs .explore-more {
    display:flex;
    justify-content: center;
}




/* Take next step */
#take-next-step {
    padding-top:3rem;
    padding-bottom:3rem;
}

#take-next-step .next-step-text h3{
    font-size:2rem;
}

/* Steps */

#steps {
    padding-top:3rem;
    background-color: #fafcff;
    padding-bottom:3rem;
}

#steps .step-item {
    display:block;
    /* padding:10px; */
    text-align: center;
}

#steps img {
    max-width:150px;
}

#steps .step-item p {
    margin-top:20px;
    text-align: center;
}



/* 6. Enquire Now  */
#enquire-now {
    padding-top:3rem;
    padding-bottom:3rem;
}

#enquire-now .enquire-now-line {
    text-align: center;
    margin-top:2rem;
    margin-bottom:2rem;
}

#enquire-now h3{
    text-align:center;
    margin-bottom:3rem;
}

#enquire-now .enquire-now-item {
    text-align: center;
    padding:15px;
    border:1px solid #e5e5e5;
    box-shadow: 3px 3px 3px 3px #eee;
}

#enquire-now .enquire-now-item span {
    font-size:3rem;
    color:#4f2d7f;
}

#enquire-now .enquire-now-item h3 {
    margin-top: 20px;

    
}


#enquire-now .enquire-now-item h4{
    margin-top:1rem;
    margin-bottom: 1rem;
}

#enquire-now .enquire-now-item p {
    margin-top: 15px;
}




/* Reviews */
#reviews{
    padding-top: 3rem;
    padding-bottom: 3rem;
    /* background-image: linear-gradient(180deg, #FFF 0%, #F3F3F3 81%); */
    
}

#reviews h2{
    margin-bottom: 3rem;
}

#reviews .review-item {
    border:1px solid #e5e5e5;
    padding:15px;
    padding-bottom: 30px;
    box-shadow: 5px 5px 5px 5px #e5e5e5;
}

#reviews .review-item .profile{
    display: flex;
}

#reviews .review-item .profile .name-icon {
    color: #FFF;
    border-radius:100px;
    font-size:24px;
    display: flex;
    align-items: center;
    padding:18px;
    width:50px;
    background-color: #ED326C;
    height: 50px;
}

#reviews .review-item .profile span {
    margin-top:15px;
    margin-left:10px;
}

#reviews .review-item .company{
    margin-top:15px;
}

#reviews .review-item .text{
    margin-top:10px;    
}

#reviews .review-item .text p{
    font-style: italic;
    color:#666;
}






/* 7. Footer */
#footer {
    /* color:#FFF; */
    background-color: #fafcff;
    padding-top:40px;
    padding-bottom:20px;
}


#footer .footer-column-item h4 {
    color:#222;
    font-weight: bold;
}



#footer .footer-column-item ul {
    list-style: none;
    margin:0;
    padding :0;
    margin-top:20px; 
}

#footer .footer-column-item ul li {
    padding:5px;
    font-size:1rem;
    /* padding-left:15px; */
}

#footer .footer-column-item ul li a {
    color:#333;
    text-decoration:none;
    font-size:14px;
}

#footer .trending-course-list {
    margin-top:30px;
    margin-bottom:40px;
}



#footer .trending-course-list ul {
    list-style:none;
    margin-top:20px;
    
    
}

#footer .trending-course-list ul li {
    float: left;
    padding: 5px;
}

#footer .trending-course-list ul li a {
    color: #333;
    text-decoration:none;
    font-size:14px;
}

#footer .copyright-social-links {
    margin-top:10px;
    padding-top:20px;
}

#footer .copyright-social-links ul {
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    justify-content: flex-end;
}

#footer .copyright-social-links ul li {
    font-size:20px;
    padding:10px;
    width:40px;
    height:40px;
    display:block;
    text-align: center;
    line-height: 20px;
    border-radius:50%;
    margin-right:15px;
}

#footer .copyright-social-links ul .facebook{
    background-color:#3b5998;
}

#footer .copyright-social-links ul .linkedin{
    background-color:#0e76a8;
}

#footer .copyright-social-links ul .twitter{
    background-color:#00acee;
}

#footer .copyright-social-links ul .youtube{
    background-color:#c4302b;
}

#footer .copyright-social-links .social-links ul li a{
    color:#FFF;
}


@media only screen and (max-width: 600px) {

    #explore-our-courses .course-item{
        margin-bottom: 2rem;
    }

    #footer .footer-column-item{
        margin-bottom:2rem;
    }

    #enquire-now .enquire-now-item{
        margin-bottom: 2rem;
    }

    #corporate {
        display: none;
    }
}


