

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ddd !important;
    outline: none !important;
}




body {
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

/*hide show*/
.show-logo {
    display: none;
}

/*carousel*/


ul {
    padding: 0px;
}

.trnsprt {
    background: transparent;
}

.brs-0 {
    border-radius: 0px;
}

.navbar-brand {
    width: 100px;
}

.navbar {
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 14px -1px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 0px 0px 14px -1px rgba(0, 0, 0, 0.64);
    box-shadow: 0px 0px 14px -1px rgba(0, 0, 0, 0.64);

}

.dropdown:hover > .dropdown-menu:before {
    content: '';
    position: absolute;
    left: 18%;
    top: -9px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    clear: both;
}

.dropdown-item {
    font-weight: 400;
    color: #414042;
    font-size: 14px;
    transition: 0.5s;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #dde0e2;
    color: #ec1c25;
}

.dropdown-toggle::after {
    display: none;
}



.breadcrumb-list {
    margin: 5px 0 0 0;
    width: 100%;
    float: left;
}

.breadcrumb-list .breadcrumb-item {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1;
    display: inline-block;
}

.breadcrumb-list .breadcrumb-item a {
    color: #ffffff;
}


.breadcrumb-list .breadcrumb-item.active {
    color: #ffffff;
}



.content-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.section-heading {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.section-heading h2 {
    font-size: 30px;
    color: #323f4a;
    font-weight: 700;
    margin: 0px;
    line-height: 1;
    text-transform: uppercase;
}

.section-heading p {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    margin: 5px 0 0 0;
}

/*----------------top-bar--------------------*/


section.top-bar {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 20px 0;
}

section.top-bar .logo {
    width: 140px;
    float: left;
}

section.top-bar ul.details {
    width: 100%;
    float: right;
    margin: 0;
    padding: 0;
    margin-top: ;
    margin-right:6px;
    margin-top:4px;
    margin-bottom:-26px;
}

section.top-bar ul.details li {
    float: right;
    list-style: none;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0 0 0;
}

section.top-bar ul.details li.call {
    margin: 6px 0 0 0;
}

section.top-bar ul.details li a {
    color: #000;
}

section.top-bar ul.details li a i {
    color: #ec1c25;
    width: 25px;
    height: 25px;
    border: #ec1c25 solid 1px;
    text-align: center;
    line-height: 24px;
    border-radius: 100px;
    font-size: 15px;
}

section.top-bar ul.details li a.login {
    margin-left: 15px;
    background-color: #ec1c25;
    font-size: 16px;
    padding: 7px 28px;
    border-radius: 20px;
    color: #fff;
}

section.top-bar ul.details li.whatsapp img {
    max-width: 28px;
    float: left;
}

section.top-bar ul.details li.whatsapp {
    font-size: 14px;
    float: right;
    min-width: 35px;
    margin: 0;
    margin-top: 5px;
}

section.top-bar ul.details li.whatsapp span {
    float: left;
    margin-left: 5%;
    margin-top: 5%;
}

section.top-bar ul.details li.call {
    font-size: 20px;
    float: right;
    margin-right: 5%;
}



/*-----------------header-------------------*/

header.header {
    width: 100%;
    float: left;
    background: #f1f5f8;
}

header.header .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 17px;
    border-radius: 0px;
}


header.header .navbar-expand-lg .nav-item:hover .nav-link {
    color: #ec1c25;
    background-color: #dde0e2;
}

header.header .navbar-expand-lg .nav-item.active .nav-link {
    color: #ec1c25;
    background-color: #dde0e2;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #ec1c25;
    background-color: #dde0e2;
}

/*-------------------banner---------------------*/

section.banner {
    width: 100%;
    float: left;
}

section.banner .register {
    width: 356px;
    height: auto;
    float: right;
    background: #fff;
    border-top: 4px solid #ec1c25;
    padding: 0 13px 25px 13px;
}

section.banner .register h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 17px 0 27px 0;
    text-transform: uppercase;
}

section.banner .register p {
    font-size: 14px;
    font-weight: 400;
    color: #545454;
    line-height: 1.6;
}


section.banner .register input {
    font-size: 14px;
    font-weight: 300;
    height: 44px;
}

section.banner .register .submit {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #ec1c25;

}

section.banner {
    width: 89%;
    float: left;
    margin-left: 6%; 
    border-style: solid;
    color:#dc3545;
    margin-top:1%
}

section.banner .carousel-caption {
    top: 20%;
    text-align: left;
}

section.banner h3 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

section.banner p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin: 35px 0 0 0;
    font-family: 'Roboto Condensed', sans-serif;
}



/*---------------news slider------------------*/

section.news-slider {
    width: 100%;
    float: left;
    padding: 15px 0;
    background: #f1f4f7;
}

.banner-icons {
    width: 50px;
    float: left;

}


section.news-slider p {
    margin: 0px;
    padding: 20px 0;
}



/*-----------------options----------------------*/

section.options {
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #fff;
}

section.options .student-corner {
    float: left;
    width: 100%;
    border-top: 4px solid #ec1c25;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0 12px 12px 12px;
    border-radius: 2px;
    margin-bottom: 30px;
}

section.options .student-corner h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 20px 0 0 0;
    text-transform: uppercase;
}

section.options .student-corner ul {
    width: 100%;
    float: left;
    padding: 0 0 0 15px;
    list-style: none;
    margin: 25px 0 0 0;
    min-height: 300px;
}

section.options .student-corner ul li {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 15px 0;
}

section.options .student-corner ul li a {
    color: #000;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

section.options .student-corner ul li a:hover {
    color: #ec1c25;
    margin-left: 5px;
}

section.options .student-corner a.viewmore {
    color: #ec1c25;
    font-weight: 700;
    font-size: 14px;
    float: right;
}




section.options .whatisnew {
    float: left;
    width: 100%;
    border-top: 4px solid #ec1c25;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0 12px 12px 12px;
    border-radius: 2px;
    margin-bottom: 30px;
}

section.options .whatisnew h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 20px 0 0 0;
    text-transform: uppercase;
}

section.options .whatisnew ul {
    width: 100%;
    float: left;
    padding: 0 0 0 15px;
    list-style: none;
    margin: 25px 0 0 0;
    min-height: 300px;
}

section.options .whatisnew ul li {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #999;
}

section.options .whatisnew ul li span {
    padding: 2px 5px;
    background: #ec1c25;
    border-radius: 5px;
    color: #fff;
    margin-left: 30px;
}

section.options .whatisnew ul li p {
    float: right;
    width: 100%;
    text-align: right;
    margin: 5px 0 0 0;
    color: #0060b1;
    font-size: 14px;
    font-weight: 400;
    transition: 0.5s;
}

section.options .whatisnew ul li p:hover {
    margin-right: 5px;
    color: #ec1c25;
}


section.options .whatisnew a.viewmore {
    color: #ec1c25;
    font-weight: 700;
    font-size: 14px;
    float: right;
}


section.options .useful-links {
    float: left;
    width: 100%;
    border-top: 4px solid #ec1c25;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0 12px 12px 12px;
    border-radius: 2px;
    margin-bottom: 30px;
}

section.options .useful-links h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 20px 0 0 0;
    text-transform: uppercase;
}

section.options .useful-links ul {
    width: 100%;
    float: left;
    padding: 0 0 0 15px;
    list-style: none;
    margin: 25px 0 0 0;
    min-height: 300px;
}

section.options .useful-links ul li {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 0 7px 0;
}

section.options .useful-links ul li a {
    color: #000;
    transition: 0.5s;
}

section.options .useful-links ul li a:hover {
    color: #ec1c25;
    margin-left: 5px;
}

section.options .useful-links ul li span {
    padding: 2px 5px;
    background: #ec1c25;
    border-radius: 5px;
    color: #fff;
    margin-left: 30px;
}

section.options .useful-links ul li p {
    float: right;
    width: 100%;
    text-align: right;
    margin: 5px 0 0 0;
    color: #0060b1;
    font-size: 14px;
    font-weight: 400;
}


section.options .useful-links a.viewmore {
    color: #ec1c25;
    font-weight: 700;
    font-size: 14px;
    float: right;
}




/*---------- course-we-provide -----------*/

section.course-we-provide {
    width: 100%;
    float: left;
    padding: 60px 0;
    background: #f6f6f6;
}

section.course-we-provide .section-heading {
    margin: 0 0 40px 0
}


section.course-we-provide .section-heading h2 {
    font-size: 30px;
    color: #323f4a;
    font-weight: 700;
    margin: 0px;
    line-height: 1;
    text-transform: uppercase;
}

section.course-we-provide .section-heading p {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    margin: 5px 0 0 0;
}


section.course-we-provide .news-box {
    width: 100%;
    height: 350px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 35px 30px 60px 30px;
    float: left;
    margin-bottom: 5%;
    text-align: center;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    transition: 0.5s;
}

section.course-we-provide .news-box:hover {
    -webkit-box-shadow: 0px 0px 30px -1px rgba(54, 54, 54, 0.2);
    -moz-box-shadow: 0px 0px 30px -1px rgba(54, 54, 54, 0.2);
    box-shadow: 0px 0px 30px -1px rgba(54, 54, 54, 0.2);
}

section.course-we-provide .news-box:hover h3 {
    color: #ec1c25;
}


section.course-we-provide .news-box h3 {
    margin: 17px 0 13px 0;
    color: #323f4a;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
}

section.course-we-provide .news-box p {
    color: #545454;
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
}

section.course-we-provide .news-box .news-header {
    width: 100%;
    margin-top: 5%;
    float: left;
}

section.course-we-provide .news-box .news-header h3 {
    color: #003448;
    font-size: 16px;
    font-weight: 500;
    float: left;
    margin-bottom: 2%
}

section.course-we-provide .news-box .news-description {
    width: 100%;
    padding: 5% 0 0;
    float: left
}

section.course-we-provide .news-box .news-description p {
    color: #003448;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: left
}

section.course-we-provide .news-box .news-footer a {
    float: right;
    color: #003448;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    margin-top: 2%
}

section.course-we-provide .news-box .news-footer a:hover {
    color: #ff5252
}










/*---------- News Section -----------*/
section.news-section {
    width: 100%;
    float: left;
    padding: 60px 0;
    background: #fff;
}

section.news-section .section-heading {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

section.news-section .section-heading h2 {
    font-size: 30px;
    color: #323f4a;
    font-weight: 700;
    margin: 0px;
    line-height: 1;
    text-transform: uppercase;
}

section.news-section .section-heading p {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    margin: 5px 0 0 0;
}



section.news-section .news-box {
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #f7f4f4;
    border-radius: 5px;
    padding: 0 0 30px 0;
    float: left;
    margin: 15px 0;
    min-height: 330px;
    transition: 0.5s;
}

section.news-section .news-box:hover {
    -webkit-box-shadow: 0px 0px 30px -1px rgba(54, 54, 54, 0.2);
    -moz-box-shadow: 0px 0px 30px -1px rgba(54, 54, 54, 0.2);
    box-shadow: 0px 0px 30px -1px rgba(54, 54, 54, 0.2);
}

section.news-section .news-box:hover .view-more a {
    color: #ec1c25;
}



section.news-section .news-box h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    padding: 10px 10px;
}

section.news-section .news-box ul {
    padding: 0px 0 0 10px;
    float: left;
    margin: 10px 0 10px 0;
    width: 100%;
}

section.news-section .news-box ul li {
    float: left;
    list-style: none;
    padding-right: 10px;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    font-style: italic;
}

section.news-section .news-box ul li span {
    color: #0060b1;
}

section.news-section .news-box p {
    font-size: 14px;
    color: #545454;
    padding: 15px 10px;
    line-height: 1.6;
    margin: 0px;
}


section.news-section .news-box .view-more {
    width: 100%;
    float: left;
    padding: 10px;
}

section.news-section .news-box .view-more a {
    color: #000;
    font-size: 14px;
}




/*---------- Publication Section -----------*/
section.publication {
    width: 100%;
    float: left;
    padding: 60px 0;
    background: #f7fbfd;
}

section.publication .section-heading {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

section.publication .section-heading h2 {
    font-size: 30px;
    color: #323f4a;
    font-weight: 700;
    margin: 0px;
    line-height: 1;
    text-transform: uppercase;
}

section.publication .section-heading p {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    margin: 5px 0 0 0;
}


section.publication .books {
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #eee;
    float: left;
    margin: 15px 0;
    padding: 20px;
    text-align: center;
    transition: 0.5s;
}

section.publication .books .price {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
}

section.publication .books .price .fa {
    float: left;
    color: #f05a66;
    margin: 3px 6px 0 0;
    font-size: 18px;
}

section.publication .books .price h5 {
    margin-top: 3px;
    float: left;
    color: #f05a66;
    font-size: 14px;
    font-weight: 500;
}

section.publication .books .price h4 {
    margin-left: 15px;
    float: left;
    margin-top: 3px;
    color: #606060;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    position: relative;
}

.button-box {
    width: 100%;
    float: left;
}

a.buy-button {
    padding: 10px;
    border-radius: 0px;
    border: none;
    background: #f05a66;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    width: 120px;
    margin: 0 auto;
    margin-top: 15px;
}

a.buy-button:hover {
    cursor: pointer;
    transition: all .6s ease;
}

section.publication .books .price h4:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 1px;
    top: 8px;
    margin-left: -2px;
    background-color: #666;
}

section.featured-products .price h4 strong {
    margin-left: 15px;
    margin-top: 3px;
    color: #8f4f98;
    font-size: 16px;
    font-weight: 500;
}

section.publication .owl-carousel .owl-item img {
    width: auto;
    text-align: center;
    margin: 0 auto;
}



section.publication .books:hover {
    -webkit-box-shadow: 0px 0px 30px -1px rgba(54, 54, 54, 0.2);
    -moz-box-shadow: 0px 0px 30px -1px rgba(54, 54, 54, 0.2);
    box-shadow: 0px 0px 30px -1px rgba(54, 54, 54, 0.2);
}


section.publication .books:hover .details h3 {
    color: #ec1c25;
}




section.publication .books .details {
    width: 100%;
    padding: 5% 0 0;
    float: left;
    text-align: center;
}

section.publication .books .details h3 {
    color: #003448;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2%;
    transition: 0.5s;
}

section.publication .books .details .star {
    width: 100%;
    float: left;
    margin-top: 3%
}

section.publication .books .details .star .fa {
    color: #606060;
    font-size: 14px;
    text-align: center;
}

section.publication .books .details p {
    color: #666;
    font-size: 14px;
    font-weight: 300;
    margin: 10px 0 5px 0;
}


section.publication a.view-all {
    width: 221px;
    height: 43px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background: #ec1c25;
    display: block;
    margin: 0 auto;
    line-height: 43px;
    border-radius: 30px;
    text-transform: capitalize;
}



/*--------- Download ------------*/
section.download-section {
    width: 100%;
    padding: 70px 0 0 0;
    background: #ddc3c3;
    float: left;
}

section.download-section h2 {
    text-align: right;
    margin: 3% 0;
    color: #111;
    font-weight: 600;
    font-size: 51px;
    width: 100%;
    float: right;
    padding: 50px 0 0 0;
}

section.download-section p {
    text-align: right;
    margin: 3% 0;
    color: #111;
    font-weight: 300;
    font-size: 30px;
}


section.download-section .download {
    width: 160px;
    float: right;
    margin: 2%;
}

section.download-section .image-box {
    width: 100%;
    float: left;
}




/*---------- ranklist Section -----------*/
section.ranklist-section {
    width: 100%;
    float: left;
    padding: 60px 0;
    background: #f6f6f6;
}

section.ranklist-section .section-heading {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

section.ranklist-section .section-heading h2 {
    font-size: 30px;
    color: #323f4a;
    font-weight: 700;
    margin: 0px;
    line-height: 1;
    text-transform: uppercase;
}

section.ranklist-section .section-heading p {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    margin: 5px 0 0 0;
}

section.ranklist-section .ranklist {
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #eee;
    float: left;
    transition: 0.5s;
    margin: 15px 0;
}

section.ranklist-section .ranklist:hover {
    -webkit-box-shadow: 0px 0px 30px -1px rgba(54, 54, 54, 0.5s);
    -moz-box-shadow: 0px 0px 30px -1px rgba(54, 54, 54, 0.5s);
    box-shadow: 0px 0px 30px -1px rgba(54, 54, 54, 0.5s);
    background: #ec1c25;
}


section.ranklist-section .ranklist:hover .details h3 {
    color: #fff;
}

section.ranklist-section .ranklist:hover .details h4 {
    color: #fff;
}

section.ranklist-section .ranklist:hover .details p {
    color: #fff;
}



section.ranklist-section .ranklist .details {
    width: 100%;
    padding: 5% 0 0;
    float: left;
    text-align: center;
}

section.ranklist-section .ranklist .details h3 {
    color: #003448;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2%;
    transition: 0.5s;
}

section.ranklist-section .ranklist .details h4 {
    color: #003448;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2%;
    transition: 0.5s;
}


section.ranklist-section .ranklist .details p {
    color: #003448;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 2px 0;
    transition: 0.5s;
}

/***** register-section  ****/
section.register-section {
    width: 100%;
    padding: 5% 0;
    float: left;
    background-color: #172389;
    /*background: rgba(23, 35, 137, 0.69)*/
}

section.register-section h2 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 1%;
}

section.register-section p {
    font-size: 16px;
    color: #eee;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
}

section.register-section .btn-register {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 2.5%;
    padding: 1.5% 10px;
    background: #eb1c24;
    width: 260px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.6);

}

section.register-section a {
    display: block;
    text-align: center;
}


/*---------- footer -------------*/
footer.footer {
    width: 100%;
    float: left;
    padding: 60px 0 0;
    background: #222c35;
}

footer.footer .ftr-abt {
    width: 100%;
    float: left
}

footer.footer .item {
    color: #999;
    margin: 25px 0;
    font-size: 14px;
    width: 100%
}

footer.footer .item h3 {
    color: #999;
    margin: 25px 0;
    font-size: 18px;
    width: 100%;
    font-weight: 500;
}

footer.footer .item p {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    padding: 3px 0;
    line-height: 24px
}

footer.footer .item ul {
    width: 100%;
    margin: 5px 0 0;
    padding: 0
}

footer.footer .item ul li {
    list-style: none
}

footer.footer .item ul li a {
    color: #999;
    font-weight: 400;
    font-size: 16px
}

footer.footer .item ul li a i {
    margin-right: 15px
}

footer.footer .item ul li a:hover {
    text-decoration: none
}

footer.footer ul.social {
    float: left;
    padding: 0
}

footer.footer ul.social li {
    padding: 0px !important;
    float: left;
    list-style: none;
    font-size: 18px;
    margin-left:-4px;
}

footer.footer ul.social li:first-child {
    padding-left: 0
}

footer.footer ul.social li a {
    color: #999;
    text-decoration: none;
    font-weight: 600;
    transition: .5s all ease
}

footer.footer ul.social li:hover a {
    padding: 3px 0;
    margin-left: 5px;
    color: #fff
}

footer.footer ul.quick-links {
    width: 50%;
    float: left
}

footer.footer ul.quick-links li {
    padding: 3px 0;
    font-weight: 400;
    font-size: 14px
}

footer.footer ul.quick-links li:hover a {
    padding: 3px 0;
    margin-left: 5px;
    color: #ff5252
}

footer.footer ul.quick-links li a {
    color: #999;
    text-decoration: none;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease
}

footer.footer .pre-footer {
    width: 100%;
    float: left;
    padding: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 3%
}

footer.footer .pre-footer p {
    color: #999;
    margin: 5px 0;
    font-weight: 400;
    font-size: 14px
}

/*Inner pages*/
/*inner banner*/

section.inner-banner {
    width: 100%;
    height: auto;
    float: left;
    padding: 100px 0;
    background-size: cover;
    background: url('../images/slide.jpg') center center no-repeat;
    position: relative;
}

section.inner-banner::before {
    content: "";
    position: absolute;
    background: red;
    top: 0;
    z-index: 1;
}

section.inner-banner h1 {
    float: left;
    color: #fff;
    font-weight: 700;
    width: 100%;
    font-size: 30px;
    text-transform: uppercase;
}

/*about page*/
section.about-page {
    width: 100%;
    float: left;
    padding: 60px 0 60px 0;
    background: #fff;
}

section.about-page .about {
    width: 100%;
    float: left;
}

section.about-page .about h2 {
    margin-bottom: 20px;
    float: left;
    color: #70747d;
    font-weight: 700;
    width: 100%;
    font-size: 30px;
}

section.about-page .about p {
    float: left;
    color: #70747d;
    margin: 15px 0;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}



section.mistion-vision {
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #fff;
}




/*Facilities page*/
section.facilities {
    width: 100%;
    float: left;
    padding: 60px 0;
    background: #fff;
}

section.facilities .facilities-list {
    width: 100%;
    float: left;
}

section.facilities .facilities-list li {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #70747d;
    list-style: none;
}

/*Courses page*/
section.courses-section {
    width: 100%;
    float: left;
    padding: 60px 0;
}


section.courses-section .all-courees {
    width: 100%;
    float: left;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /*padding:30px 15px 15px 15px*/
}

section.courses-section .all-courees h4 {
    font-weight: 700;
    color: #ff5951;
    padding: 15px 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: block;
}

section.courses-section .all-courees ul {
    width: 100%;
    float: left;
    padding: 0px 20px 0 20px;
    list-style: none;
}

section.courses-section .all-courees ul li {
    float: left;
    padding: 10px 0;
    width: 100%;
    line-height: 1;
}

section.courses-section .all-courees ul li a {
    color: #212529;
}

section.courses-section .all-courees ul li span.count-item {

    background: #ffffff;
    position: relative;
    border: 1px solid #ddd;
    width: 30px;
    z-index: 1;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-top: -6px;
    color: #ff5951;
    float: right;
}


.courses-contnet {
    width: 100%;
    float: left;
}

.courses-contnet ul {
    list-style: none;
    float: left;
    padding: 0 15px;
    width: 100%;
}

.courses-contnet ul li {
    float: left;
    color: #ff5951;
}


.courses-contnet .cours {
    padding: 0px 0px 30px 0px;
    background: #fbfbfb;
    margin-bottom: 30px;
}


.courses-contnet .cours h5 {
    font-weight: 700;
    margin-bottom: 5px;
    padding-left: 15px
}

.courses-contnet .cours p {
    font-size: 14px;
    margin-left: 15px;
}

.courses-contnet .cours a {

    padding: 6px 20px;
    border: 2px solid #ff5951;
    color: #ff5951;
    border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-left: 15px;
}

/*------------ Gallery Page ------------*/

section.gallery-section {
    width: 100%;
    float: left;
    padding: 60px 0 60px 0;
    background-color: #fff;
}

.profile {
    margin-top: 25px;
}

.profile h1 {
    font-weight: normal;
    font-size: 20px;
    margin: 10px 0 0 0;
}

.profile h2 {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    background-color: #ed1b24;
    color: #fff;
}

.profile .img-box {
    opacity: 1;
    display: block;
    position: relative;
}

.profile .img-box:after {
    content: "";
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.img-box ul {
    position: absolute;
    z-index: 2;
    bottom: 50%;
    top: 50%;
    text-align: center;
    width: 100%;
    padding-left: 0px;
    height: 0px;
    margin: 0px;
    opacity: 0;
}

.profile .img-box:after,
.img-box ul,
.img-box ul li {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.img-box ul i {
    font-size: 20px;
    letter-spacing: 10px;
}

.img-box ul p {
    text-align: center;
    color: #fff;
    margin: 2px;
    padding: 2% 6%;
    display: inline-block;
}

.img-box ul li {
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 2px;
    padding: 5px;
    display: inline-block;
}

.img-box a {
    color: #fff;
}

.img-box:hover:after {
    opacity: 1;
}

.img-box:hover ul {
    opacity: 1;
}

.img-box ul a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.img-box a:hover li {
    border-color: #fff;
    color: #ed1b24;
}

i.red {
    color: #ed1b24;
}


/*-----------------contact page--------------------*/

section.contact-page {
    width: 100%;
    float: left;
    padding: 60px 0;
    background: #fff;
}

section.contact-page .our-address {
    width: 100%;
    float: left;
}

section.contact-page .our-address ul {
    float: left;
    width: 100%;
    padding: 0px;
    list-style: none;
    margin-top: 20px;
}

section.contact-page .our-address ul li {
    padding: 5px 0;
}


/*--------------------Daily Tips-----------------------*/
section.dailytips-section {
    width: 100%;
    float: left;
    padding: 60px 0 60px 0;
    background-color: #fff;
}

.profile h3 {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    background-color: #ed1b24;
    color: #fff;
}

/*--------------------current-affairs-----------------------*/


body.current-affairs section.news-section .news-box {
    min-height: 270px;
}

/*---------------------current-affairs-----------------------------*/
section.current-affairs {
    width: 100%;
    float: left;
    padding: 70px 0 50px 0;
    background: #fff;
}

section.current-affairs .said-bar h3 {
    border-bottom: 1px solid #e2e2e2;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 25px;
    padding: 0 0 10px;
    position: relative;
}

section.current-affairs .said-bar ul {
    list-style: none;
    width: 100%;
    float: left;
    padding: 0px;
}

section.current-affairs .said-bar ul li {
    list-style: none;
    border-bottom: 1px solid #f2f2f2;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 2px 8px 12px;
    position: relative;
}

section.current-affairs .said-bar ul li:before {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 8px;
}


section.current-affairs .said-bar li a {
    color: #777;
    font-size: 13px;
    line-height: 20px;
}


section.current-affairs .current-affairs {
    width: 95%;
    float: left;
    padding: 20px 0 40px 0;
    border-bottom: 1px solid #ccc;
}


section.current-affairs ul.dates {
    list-style: none;
    width: 60px;
    margin: 0px;
    padding: 0;
}

section.current-affairs ul.dates li {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0px;
}

section.current-affairs ul.dates li.date {
    background: #ec1c25;
    font-size: 24px;
    font-weight: 700;
}

section.current-affairs ul.dates li.month {
    background: #555;
    padding: 5px 0;
}

section.current-affairs .content h4 {
    margin-bottom: 12px;
    margin-left:1em;
}

section.current-affairs .content a {
    text-transform: capitalize;
    padding: 7px 18px;
    background: #126FB1;
    border-radius: 7px;
    color: #fff;
    margin: 0px;
    font-size: 12px;
     margin-left:1em;
}


ul.pagination {
    margin: 30px 0 0 0;
}

ul.pagination li a {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-right: 7px;
    color: #777;
}

ul.pagination li .active{
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #402626;
    margin-right: 7px;
    color: #dfdfe8;
    background: #ec1c25;
}

ul.pagination li a:hover {
    background: #ec1c25;
    color: #fff;
}


section.current-affairs form.year-month-select ul {
    float: right;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
}

section.current-affairs form.year-month-select ul li {
    float: right;
    margin-right: 12px;
    list-style: none;
}

section.current-affairs form.year-month-select ul li input {
    font-size: 13px;
    padding: 2px 5px;
    height: 30px;
}

section.current-affairs form.year-month-select ul li select {
    height: 30px;
}



/*---------- Publication view -----------*/
section.publication-details {
    width: 100%;
    float: left;
    padding: 60px 0;
    background: #fff;
}

section.publication-details .section-heading {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

section.publication-details .section-heading h2 {
    font-size: 30px;
    color: #323f4a;
    font-weight: 700;
    margin: 0px;
    line-height: 1;
    text-transform: uppercase;
}

section.publication-details .section-heading p {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    margin: 5px 0 0 0;
}


section.publication-details .books {
    width: 100%;
    height: auto;
    background: #fff;
    float: left;
    margin: 0px 0;
    padding: 20px;
    text-align: left;
    transition: 0.5s;
    padding-bottom: 0px;
}

section.publication-details .books .price {
    width: 100%;
    float: left;
}

section.publication-details .books .price .fa {
    float: left;
    color: #f05a66;
    margin: 3px 6px 0 0;
    font-size: 24px;
}

section.publication-details .books .price h5 {
    float: left;
    color: #fb090f;
    font-size: 25px;
    font-weight: 900;
}

section.publication-details .books .price h4 {
    margin-left: 15px;
    float: left;
    margin-top: 3px;
    color: #606060;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    position: relative;
}

.button-box {
    width: 100%;
    float: left;
    margin-left: 17px;
}

a.buy-button {
    padding: 10px;
    border-radius: 0px;
    border: none;
    background: #f05a66;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    width: 120px;
    margin-top: 15px;
}

a.buy-button:hover {
    cursor: pointer;
    transition: all .6s ease;
}

section.publication-details .books .price h4:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 1px;
    top: 8px;
    margin-left: -2px;
    background-color: #666;
}

/*========================================================
          Quiz Section
========================================================*/
section.question {
    width: 100%;
    float: left;
    padding: 60px 0;
}

section.question .page {
    width: 100%;
    float: left;
}

section.question .page .title {
    width: 100%;
    float: left;
    margin-bottom: 70px;
}

section.question .page .title h2 {
    float: left;
    color: #7e7e7e;
    margin-bottom: 30px;
}

section.question .page .title ul {
    float: right;
    list-style: none;
}

section.question .page .title ul li {
    color: #7e7e7e;
}


section.question .page .skipped ul {
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

section.question .page .skipped ul li {
    float: left;
}

section.question .page .skipped ul li.skip {
    float: right;
}

section.question .page .content {
    width: 100%;
    float: left;
    background: #fcfcfc;
    padding: 40px 20px 20px 20px;
}

section.question .page .content h4 {
    color: #7e7e7e;
    margin: 0px;
}

section.question .page .content ul {
    list-style: none;
    width: 100%;
    margin: 30px 0 0 0;
}

section.question .page .content ul li {
    position: relative;
}

section.question .page .content ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

section.question .page .content ul li label {
    display: block;
    position: relative;
    padding: 0px 25px 5px 50px;
    height: 15px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

section.question .page .content ul li .check {
    display: block;
    position: absolute;
    border: 2px solid #7e7e7e;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 0px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

section.question .page .content ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 12px;
    width: 12px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

section.question .page .content input[type=radio]:checked ~ .check {
    border: 2px solid red;
}

section.question .page .content input[type=radio]:checked ~ .check::before {
    background: red;
}

section.question .page .content .footer {
    width: 100%;
    float: left;
}

section.question .page .content .footer ul {
    float: right;
    width: 100%;
}

section.question .page .content .footer ul li {
    float: right;
    padding: 2px 10px;
    margin-left: 8px;
    border: 1px solid #ddd;
    border-radius: 20px;
}

section.question .page .content .footer ul li a {
    color: #7e7e7e;
    transition: 0.5s;
    font-size: 13px;
}

section.question .page .content .footer ul li.next {
    background: blue;
}

section.question .page .content .footer ul li.next a {
    color: #fff;
}

section.question .page .content .footer ul li.prvs:hover {
    background: #7e7e7e;
}

section.question .page .content .footer ul li.prvs:hover a {
    color: #fff;
}

section.question .page .content .footer ul li.skip:hover {
    background: orange;
}

section.question .page .content .footer ul li.skip:hover a {
    color: #fff;
}



.cart-img{
    height: auto;

    float: left;
}
.cart-img img{
    width: 23px;
    height: 23px;margin-top: -5px;
    margin-left: 15px;}





section.log-in {
    width: 100%;
    float: left;
    padding: 60px 0;

}



input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

button {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;

}

button:hover {
  opacity: 0.8;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}


span.psw {
  float: right;
  padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}


.push_button {
    position: relative;
    width:220px;
    height:40px;
    text-align:center;
    color:#FFF;
    text-decoration:none;
    line-height:43px;
    font-family:'Oswald', Helvetica;
    display: block;
    margin-top: 15px;
    font-size: 22px;
}
.push_button:before {
    background:#f0f0f0;
    background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#f0f0f0));

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;

    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
    box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;

    position: absolute;
    content: "";
    left: -6px; right: -6px;
    top: -6px; bottom: -10px;
    z-index: -1;
}

.push_button:active {
    -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;
    top:5px;
}
.push_button:active:before{
    top: -11px;
    bottom: -5px;
    content: "";
}
.red {
    text-shadow:-1px -1px 0 #A84155;
    background: #D25068;
    border:1px solid #D25068;

    background-image:-webkit-linear-gradient(top, #F66C7B, #D25068);
    background-image:-moz-linear-gradient(top, #F66C7B, #D25068);
    background-image:-ms-linear-gradient(top, #F66C7B, #D25068);
    background-image:-o-linear-gradient(top, #F66C7B, #D25068);
    background-image:linear-gradient(to bottom, #F66C7B, #D25068);

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;

    -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
    box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
}

.red:hover {
    background: #F66C7B;
    background-image:-webkit-linear-gradient(top, #D25068, #F66C7B);
    background-image:-moz-linear-gradient(top, #D25068, #F66C7B);
    background-image:-ms-linear-gradient(top, #D25068, #F66C7B);
    background-image:-o-linear-gradient(top, #D25068, #F66C7B);
    background-image:linear-gradient(top, #D25068, #F66C7B);
}
.blue {
    text-shadow:-1px -1px 0 #2C7982;
    background: #3EACBA;
    border:1px solid #379AA4;
    background-image:-webkit-linear-gradient(top, #48C6D4, #3EACBA);
    background-image:-moz-linear-gradient(top, #48C6D4, #3EACBA);
    background-image:-ms-linear-gradient(top, #48C6D4, #3EACBA);
    background-image:-o-linear-gradient(top, #48C6D4, #3EACBA);
    background-image:linear-gradient(top, #48C6D4, #3EACBA);

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;

    -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
    box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
}

.blue:hover {
    background: #48C6D4;
    background-image:-webkit-linear-gradient(top, #3EACBA, #48C6D4);
    background-image:-moz-linear-gradient(top, #3EACBA, #48C6D4);
    background-image:-ms-linear-gradient(top, #3EACBA, #48C6D4);
    background-image:-o-linear-gradient(top, #3EACBA, #48C6D4);
    background-image:linear-gradient(top, #3EACBA, #48C6D4);
}



.scrollbar
{

	height: 324px;


	overflow-y: scroll;

}

.force-overflow
{
	min-height: 450px;
}
/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #b6c1b1;
}



.veto_area{
    height: auto;
    width: 100%;
    margin-top: 3em;
    float: left;
}
.text{
    text-align: center;
    float: left;
    font-size: 14px;
    color: #545454;
    padding: 15px 10px;
    line-height: 1.9;

}
.text h3{
    color: #ec1c25;
    margin-bottom: 20px;
    margin-top:;
}
.image{
    height: auto;width: 100%;
    float: left;
}

.detail_box{
    float: left;
    border-bottom: 1px solid #eee;
}

.bg-fifth {
    background: #5d50c6
}
.bg-primary {
    background: #ff0000 !important;
}
.bg-quarternary {
    background: #f1453d;
}

.ftco-services .services .icon {
    line-height: 1.3;
    position: relative;
    width: 120px;
    height: 120px;
    background: #fff;
    margin: 0 auto;
    margin-top: -60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}



.data_table{
    width: 100%;
    height: auto;
}

.data_table h1{
    font-size: 32px;
    text-align: center;
    color: #343a40;
}

.data_table p{
    font-size: 16px;
    text-align: center;
    color: #343a40;
    margin-top: 1.2em;
    line-height: 1.8;
}

.active1{
    background: #fa7d7d;
}
.color{
    background: #eee;
}

.course .text h3 {
    font-weight: 500;
    font-size: 22px;
    text-align: left;
    color: #ff0000 !important;
}

.details{
    text-align: justify !important;
}
.fest_button{
    background: #ff0000;
    color: #fff;
    padding: 10px 30px 10px 30px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 
}
@media screen  (min-width: 720px)  and (max-width: 850px) {
    section.course-we-provide .news-box p {
font-size:  11px ; } 
}


