.custom-header-line {
    width: 80%;
    margin: 0 auto;
    height: 10px;
    color: #ccc;
    border-top: 5px solid #000;
}

.custom-head>h1 {
    font-size: 75px;
}

.custom-head>h3 {
    font-size: 40px;

}

.custom-head h3 {
       
    color: #8058fb !important;
}
.custom-head h4 .spn1 {
       
    color: #3c00f0 !important;
}
.custom-head h4 .spn2 {
       
    color: #17a135 !important;
}
.custom-head>h4 {
    font-size: 35px;
}

.custom-head>h1,
.custom-head>h3,
.custom-head>h4 {
    font-family: 'Alegreya', serif;
    color: #000;
}

.sticky-header>.custom-head,
.sticky-header>.custom-header-line {
    display: none;
}

.sticky-header>.container-fluid {
    width: 1200px;
    max-width: 1200px
}

.main-banner {
    position: relative;
    padding: 360px 0 36px 0 !important;
}

.main-navigation ul li a {
    font-size: 23px;
}

.sticky-header .main-navigation ul li a {
    font-size: 16px;
}

.main-banner.inner-banner:before {
    content: '';
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 47%;  
    opacity: 0.7;
    z-index: 0;
}
.breadcrumb-box ul li {
    color: #000 !important;
}
/* .main-banner.inner-banner.about-2:before {
    background-image: url('../images/banner/about_gif.gif');
}
.main-banner.inner-banner.about:before {
    background-image: url('../images/banner/1.png');
}
.main-banner.inner-banner.contact:before {
    background-image: url('../images/banner/contact.png');
}
.main-banner.inner-banner.blog:before {
    background-image: url('../images/banner/blog.png');
}
.main-banner.inner-banner.student:before {
    background-image: url('../images/banner/student.png');
}
.main-banner.inner-banner.franchise:before {
    background-image: url('../images/banner/center.png');
}
.main-banner.inner-banner.course:before {
    background-image: url('../images/banner/course.gif');
} */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .custom-head,
    .custom-header-line {
        display: none;
    }


    .main-banner {
        position: relative;
        padding: 100px 0 36px 0 !important;
    }


    .main-banner.inner-banner:before {
        height: 78%;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .custom-head,
    .custom-header-line {
        display: none;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .custom-head,
    .custom-header-line {
        display: block;
    }


    .custom-head>h1 {
        font-size: 50px;
    }


}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .custom-head>h1 {
        font-size: 55px;
    }
    .main-banner {
        position: relative;
        padding: 360px 0 36px 0 !important;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .main-banner {
        position: relative;
        padding: 360px 0 36px 0 !important;
    }
}

.main-banner.inner-banner.course:before {
    background-image: none !important;
    background: none;
}