@charset "utf-8";

h1,
h2,
h3,
h4,
h5 {
    font-family: 'PT Sans', sans-serif
}

.nav-link {
    color: #333 !important;
    font-weight: 500
}

.slider-wrapper {
    background-image: url(../imagusaadmission21/canada-banner-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 720px
}

.form-section-banner {
    background: #fff;
    padding: 20px 50px
}

.btn-register {
    display: inline-block;
    background: #e2491a;
    padding: 9px 30px;
    border-radius: 40px;
    color: #fff;
    font-weight: 600
}

.btn-register:hover {
    background: #000;
    transition: ease-in-out
}

h1.main-title {
    font-size: 49px;
    font-weight: 700
}

.glance-section {
    padding: 80px 0
}

.btn-register-outer {
    display: inline-block;
    background: #e2491a;
    padding: 9px 30px;
    border-radius: 40px;
    color: #fff;
    font-weight: 600
}

ul.no-list li {
    list-style: none
}

.btn-register-outer:hover {
    background: #cb3b0f;
    color: #fff
}

.event-schedule-section {
    background-image: url(../imagusaadmission21/ludhiana-background.jpg);
    min-height: 400px;
    background-attachment: fixed;
    background-size: cover
}

.event-box {
    min-height: 150px
}

h5.event-loc-header {
    background: #000;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-block
}

.ddd {margin-left: 70px !important;}

.testimonial-section {
    background: #ebe9f0;
    padding: 50px 0
}

.zoom-on-hover:hover .img {
    transform: scale(1.3);
    opacity: .7
}

.slider-title-inner {
    margin-top: 250px;
}

.event-schedule {
    background-color: #e8edf0;
    padding: 60px 0px;
}

.event-wrapper {
    background: #fff;
    border-radius: 5px #fff solid;
    padding: 20px;
    margin: 10px 0px;
    min-height: 210px;
}

.tc-member-style1 {
    overflow: hidden;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
}

.tc-member-style1 .member-photo {
    overflow: hidden;
    position: relative;
}

.tc-member-style1 .member-photo img {
    transition: all .3s cubic-bezier(0, 0, 0, 0.1);
    transition: all .3s cubic-bezier(0, 0, 0, 0.1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tc-member-style1:hover .member-photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer
}

h2.slider-title-inner {font-size:3rem;}

@media screen and (max-width:600px) {
    .small-none {
        display: none !important
    }
    .about-griffith {margin-top:100%;}
    
    .event-hidden {
        display: none !important;
    }

    .ddd {
        margin-top: 20px !important;
        
    }

    
    .sec-spacer {    background-color: #0f0e74;
    margin-top: 121px;
    padding: 21px;}

    .slider-title-inner {
        margin-top: 10px;
        color:#000 !important;
       
    }

    .slider-wrapper {
        background: none !important;
        background-color: #ebe9f0 !important;
        color: black !important;
    }

   h2.slider-title-inner, h4.event-hidden2 {
        color: black !important;
      
    }
}