﻿/******************************************
SECTIONS
******************************************/

.event-section {
    height: 100vh;
    height: 100%;
    padding: 30rem 0;
}

.parallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax.parallax-off {
    background-attachment: scroll;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: top center;
    vertical-align: sub;
    width: 100%;
    z-index: 2;
}

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.boxed {
    box-shadow: 0 30px 50px 0 rgba(1, 1, 1, 0.18);
    padding: 8rem 4rem 8rem;
    background-color: #ffffff;
    margin-top: -60px;
}

.boxed.boxedp4 {
    padding-top: 4rem;
}

.section {
    background-color: #ffffff;
    padding: 8rem 0;
    position: relative;
    display: block;
}

.section-title {
    margin-bottom: 45px;
}

.text-widget h3,
.section-title h3 {
    margin: 0 0 25px;
    padding: 0;
    line-height: 1;
    font-size: 30px;
    font-weight: 700;
}

.section-title p {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
}

.section.gb {
    background-color: #f6f6f6;
}

.section.db {
    background-color: #000000;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    /*background: url(../images/pattern.png) repeat center center rgba(158, 105, 105, -6.36);*/
}

.banner_bg {
    /* border-bottom: 1px solid #b02401; */
    border-bottom: 1px solid #000000;
    display: inline-block;
    padding-bottom: 10px;
    color: #000000;
}

.banner_bg img {
    max-width: 100px;
    margin-top: 20px;
}

.text-white {
    color: white;
}

.form-control {
    background-color: #ffffffdb;
    border-radius: 50px;
}

.video-section {
    position: relative;
}

.slider-bottom {
    position: absolute;
    bottom: 40px;
    left: 0;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 3px;
    z-index: 11;
    right: 0;
    margin: auto;
    text-align: center;
}

.slider-bottom i {
    display: block;
    font-size: 14px;
    padding: 10px;
}

.home-text-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 900px;
    position: relative;
    text-align: center;
    z-index: 11;
}

.home-content {
    position: relative;
}

.home-message {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.home-message p {
    font-size: 42px;
    color: #ffffff;
    padding: 0;
    margin: 0;
    font-weight: 700;
}


.home-message small {
    font-size: 16px;
    font-family: 'Droid Serif', sans-serif;
    /*font-style: italic;*/
    display: block;
    padding: 20px 0 35px;
    margin: 0;
}

.nopadtop {
    padding-top: 0 !important;
}

.box {
    background-color: #ffffff;
    /*padding: 4rem;*/
    position: relative;
    z-index: 11;
}

.box p {
    padding: 0;
    margin-bottom: 15px;
}

.box i {
    margin-bottom: 30px;
    display: inline-block;
    line-height: 1;
    font-size: 46px
}

.box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 0;
}

.m30 {
    margin-top: -60px;
}

.readmore {
    font-weight: 700;
    font-size: 15px;
}

.readmore:after {
    content: "\f107";
    vertical-align: middle;
    padding-left: 5px;
    font-family: "Flaticon";
    font-size: 11px;
}

.image-box {
    position: relative;
}

.image-box .overlay {
    background-image: none;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.2);
}

.image-box img {
    width: 100%;
}

.image-box h4 a,
.image-box h4 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 1;
    font-size: 20px;
    margin: -7px auto;
    color: #ffffff;
}

hr.invis {
    border: 0;
    margin: 30px 0;
}


/******************************************
COURSE MODULES
******************************************/

.course-box {
    border-radius: 6px 6px 0 0;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
}

.course-box img {
    border-radius: 6px 6px 0 0;
    width: 100%;
}

.course-details {
    padding: 3rem 2rem;
}

.course-details h4 {
    font-size: 18px;
    padding: 0 0 1.5rem;
    font-weight: 700;
    margin: 0;
}

.course-box small {
    display: block;
    font-size: 80%;
    margin-bottom: 10px;
}

.course-details p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.course-footer ul {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.course-footer a {
    color: #aaa;
}

.course-footer i {
    padding-right: 3px;
}

.course-footer {
    border-top: 1px solid #eaeaea;
    padding: 15px;
}

.course-footer .pull-right a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    font-family: Arial
}

.entry {
    position: relative;
}

.magnifier {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    right: 0;
    opacity: 0;
    top: 0;
    background-color: rgba(1, 186, 207, 0.8);
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}

.entry:hover .magnifier {
    opacity: 1;
    z-index: 1000;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    position: absolute;
    visibility: visible;
}

.magnifier a {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    margin: -20px auto;
    font-size: 30px;
    color: #fff !important;
}


/************************************
WIDGETS
************************************/

.sidebar .widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.sidebar .widget-title {
    font-weight: 600;
    color: #000000;
}

.sidebar .tags-widget li {
    margin-bottom: 10px;
}

.sidebar .widget .form-control {
    margin-bottom: 10px;
    border-radius: 0;
    border-color: #eaeaea;
    height: 45px;
    box-shadow: none;
    color: #b9b9b9;
}

.sidebar .newsletter-widget .form-control {
    min-width: 260px;
    margin-bottom: 0;
    height: 48px;
}

.sidebar .alignleft {
    float: left;
    margin-right: 20px;
}

.sidebar .mt-0 {
    font-size: 16px;
    padding: 0;
    margin-bottom: 5px;
    margin-top: 0;
}

.sidebar .media {
    display: block;
    margin-bottom: 30px;
}

.sidebar .media:last-child {
    margin-bottom: 0;
}


/************************************
BLOG
************************************/

.site-publisher img {
    float: left;
    margin: 0 20px 0 0;
    max-width: 60px;
}

.authorbox img {
    margin: 10px 30px 0 0;
    min-width: 130px;
}

.site-small-desc h4,
.site-publisher h4 {
    font-weight: 700;
    margin: 5px 0 15px;
    padding: 0;
}

.authorbox {
    background-color: #ffffff;
}

.authorbox p {
    margin-top: 10px;
    color: #b9b9b9;
}

.authorbox small {
    text-transform: capitalize;
    font-style: normal;
    padding-right: 5px;
}

.about-message small {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.small-about-message .small-title {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.user_name {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 5px;
}

.media-right,
.media>.pull-right {
    color: #999 !important;
    font-size: 11px;
    letter-spacing: 2px;
    padding-left: 10px;
    text-transform: uppercase;
}

.boxed-comment {
    border: 1px solid #eee;
    padding: 3rem;
    margin-top: 6rem;
    display: block;
}

.comments-list .media {
    padding: 15px;
    margin-bottom: 15px;
}

.media-body .btn-primary {
    padding: 5px 10px !important;
    font-size: 11px !important;
}

.last-child {
    margin-bottom: 0 !important;
}

.comments-list img {
    max-width: 80px;
    margin-right: 30px;
}

.authorbox-social li a {
    color: #999;
}

.authorbox-social ul {
    padding: 10px 0;
    margin-bottom: 0;
}

.authorbox {
    margin-bottom: 30px;
}

.authorbox img {
    min-width: 130px;
    margin: 10px 30px 0 0 !important;
}

.blog-list {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.blog-meta .list-inline li span {
    font-style: italic;
    color: #999;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    padding-right: 5px;
}

.blog-meta h3 {
    padding: 0;
    margin: 10px 0;
    font-size: 30px;
    font-weight: 700;
}

.blog-meta small,
.blog-meta .list-inline li,
.blog-meta .list-inline li a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.blog-meta .list-inline li {
    color: #b9b9b9;
    letter-spacing: 0;
}

.blog-media img {
    width: 100%;
}

.blog-media {
    display: block;
    margin: 25px 0;
}

.blog-desc-big .lead {
    color: #000000;
    font-weight: 600;
}

.blog-desc-big .btn {
    margin-top: 15px;
}

.image-wrap img {
    width: 100%;
}

.image-wrap:after {
    content: "";
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #111;
    right: 0;
}

.blog-box {
    background-color: #ffffff;
    border-radius: 6px 6px 0 0;
    border: 1px solid #eaeaea;
}

.blog-box .magnifier {
    border-radius: 6px 6px 0 0;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.blog-box img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.post-meta {
    padding: 15px 30px 10px;
    margin-top: -5px;
    border-top: 1px solid #eaeaea;
    line-height: 1;
}

.post-meta a {
    font-size: 13px;
    color: #aaa;
}

.post-meta .list-inline>li {
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
}

.post-meta li:last-child:after {
    content: ""
}

.blog-desc {
    padding: 3rem 2rem;
    display: block;
    position: relative;
}

.blog-desc h4 a,
.blog-desc h4 {
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 15px;
    margin: 0;
    color: #000000;
}

.blog-desc p {
    padding: 0;
    margin: 0;
}

.stat-count h3,
.stat-count h4 {
    color: #ffffff;
}

.stat-count h4 {
    font-size: 44px;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.stat-count h3 {
    padding: 30px 0 25px;
    margin: 0;
    line-height: 1;
    font-size: 20px;
}

.stat-count h3 i {
    padding-right: 10px;
    border-right: 1px solid #fff;
    margin-right: 10px;
}

.stat-count p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Droid Serif', sans-serif;
    font-style: italic;
}

.blog-grid .col-md-6,
.blog-grid .col-md-4 {
    margin-bottom: 30px
}


/******************************************
TESTIMONIAL
******************************************/

.testimonial {
    border: 1px solid #eaeaea;
}

.testimonial p {
    font-style: italic;
    margin-bottom: 0;
}

.testimonial p.testiname {
    font-style: normal;
    font-size: 18px;
    display: block;
    padding-bottom: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.testimonial p.testiname strong {
    font-weight: 600;
    letter-spacing: -0.6px;
}

.testimonial img {
    margin-right: 10px;
    max-width: 40px;
}

.testimonial:after {
    content: "\f10e";
    padding: 5px;
    font-family: FontAwesome;
    position: absolute;
    bottom: 0px;
    color: #f6f6f6;
    font-size: 21px;
    right: 10px;
}

.testimonial:before {
    content: "\f10d";
    padding: 5px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    color: #f6f6f6;
    font-size: 21px;
    left: 10px;
}

.testimonial .rating {
    margin-top: 20px;
}

.rating {
    display: block;
}

.rating i {
    color: #f4af0b !important;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1;
    display: inline-block;
    font-size: 15px;
}

.p120 {
    padding-bottom: 120px !important;
}

.section.lb {
    border-top: 1px solid #eee;
}

.tagline-message h3 {
    padding: 0;
    font-size: 34px;
    margin: 0;
    color: #ffffff;
    font-weight: bold;
}

.section.lb .tagline-message h3,
.section.gb .tagline-message h3 {
    color: #000;
}

.callout h3 {
    font-size: 90px;
    line-height: 90px;
    margin-top: 0;
    color: #ffffff;
    font-weight: 900;
}

.callout h4 {
    color: #ffffff;
}

.callout h3 sup {
    font-size: 34px;
    top: -0.2em;
    vertical-align: super;
}

.callout .lead {
    color: #ffffff;
    font-size: 29px;
    font-weight: bold;
    line-height: 36px;
    padding: 30px 8px 0;
}

.p40l {
    padding-left: 4rem;
}

.custom-module h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0 30px;
    padding: 0;
}

.custom-module mark {
    line-height: 1;
    color: #ffffff;
    padding: 0 10px;
}

.custom-module p {
    padding: 0;
    margin: 0;
}


/******************************************
SHOP
******************************************/

.shop-top {
    margin-bottom: 30px;
    padding: 20px 0;
    display: block;
}

.shop-top p,
.shop-box.course-details h4 {
    padding: 0;
    margin-bottom: 0;
}

.shop-wrapper {
    border: 0;
}

.shop-wrapper .course-details {
    padding: 2rem;
}

.shop-wrapper.course-box small {
    margin-bottom: 0;
    margin-top: 5px;
}

.shop-grid .col-md-3 {
    margin-bottom: 30px;
}

.btn-group.open .dropdown-toggle,
.bootstrap-select>.dropdown-toggle {
    background: #ffffff none repeat scroll 0 0 !important;
    box-shadow: none !important;
    color: #b9b9b9 !important;
    padding: 0;
    border: 0 !important;
    outline: none;
    width: 100%;
    z-index: 1;
}

.shop-desc small {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.shop-meta {
    display: block;
    position: relative;
    margin: 30px 0;
    padding: 30px 0;
    border-top: 3px solid #f6f6f6;
    border-bottom: 3px solid #f6f6f6;
}

.shop-meta ul {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 20px;
}

.shop-media .image-wrap::after {
    display: none;
}

.shop-extra {
    margin-top: 40px;
    padding: 60px 60px 40px;
    border: 3px solid #f6f6f6;
}

.shop-extra .nav-tabs>li>a {
    background-color: #ffffff !important;
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    border-radius: 0;
    font-weight: 700;
    outline: none !important;
    font-size: 17px;
    line-height: 1.42857;
    padding: 10px 30px;
    box-shadow: none !important;
    margin-right: 15px;
}

.shop-extra .nav-tabs {
    border-bottom: 3px solid #f6f6f6 !important;
}

.shop-extra .nav-tabs>li:hover a,
.shop-extra .nav-tabs>li.active a {
    border-bottom-color: #111 !important;
}

.shop-extra .tab-content {
    padding: 40px 0 30px;
}

.shop-extra strong {
    color: #000000;
}

.shop-extra .tab-content h3 {
    font-size: 20px;
    padding: 0 0 30px;
    margin: 0;
}

.shop-extra .form-control {
    margin-bottom: 20px;
}

.related-products {
    display: block;
    margin-top: 80px;
}

.related-products .text-widget h3 {
    font-size: 20px;
    padding-bottom: 10px;
}


/******************************************
FOOTER
******************************************/

.section.footer {
    padding: 12rem 0;
    background-color: #000
}

.social-links i {
    color: #aeaeae;
}

.widget-title {
    color: #ffffff;
    font-size: 30px;
    padding: 0 0 30px;
    margin: 0;
    line-height: 1;
}

.small-title {
    color: #000;
    font-size: 20px;
    padding: 0 0 30px;
    margin: 0;
    line-height: 1;
}

.copyrights {
    background-color: #000;
    border-top: 1px solid #181818;
    padding: 30px 0;
}

.copyrights li a {
    color: #aaa;
}

.copyrights ul {
    padding: 0 !important;
    margin: 15px 0 0 !important;
}

.copyrights ul li {
    line-height: 1;
    font-size: 15px;
    margin: 0 0 0 8px !important;
}

.cop-logo img {
    margin-top: 9px;
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.cop-logo img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.newsletter-widget .form-control {
    border-radius: 0;
    font-size: 14px;
    box-shadow: none !important;
    height: 48px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-width: 280px;
}

.newsletter-widget img {
    display: block;
    max-width: 280px;
    margin-top: 40px;
}

.newsletter-widget p {
    margin-bottom: 30px;
}

.newsletter-widget .btn {
    padding-left: 23px;
    padding-right: 23px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer .list-widget li {
    margin: 0 0 5px !important;
}

.footer .tags-widget li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.footer .form-control,
.footer p,
.footer a {
    color: #aaa;
}

.footer a:hover {
    color: #ffffff;
}

.absolute-widget {
    border-top: 0 none;
    display: block;
    margin-top: -45%;
    padding: 6rem 4rem;
    position: relative;
    background: url(upload/formbg.html) no-repeat top center #161616;
}

.absolute-widget .form-control {
    background-color: transparent;
    border: 0 solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    padding-bottom: 15px;
    box-shadow: none !important;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 15px;
}

.absolute-widget textarea.form-control {
    height: 100px;
}

.absolute-widget .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.absolute-widget .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.absolute-widget .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}


/******************************************
BUTTONS
******************************************/

.btn {
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #fff;
    font-weight: bold;
    color: #ffffff !important;
    padding: 13px 40px;
    text-transform: capitalize;
}

.btn-transparent {
    color: #ffffff;
    border: 1px solid #fff;
}


/************************************
MICS
************************************/

.loader {
    display: block;
    margin: 20px auto 0;
    vertical-align: middle;
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 11000;
    position: fixed;
    display: block
}

.preloader {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 47%;
    width: 65px;
    height: 65px;
    background: center center no-repeat none;
    background-size: 65px 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}


/******************************************
COLOR BLUE
******************************************/

.yamm .dropdown .dropdown-menu {
    border-top-color: #af0c05;
}

.iconitem a.shopicon i {
    color: #01bacf !important;
}

.shop-desc small,
.shop-meta a,
.authorbox small,
blockquote:before,
blockquote:after,
.blog-meta small a,
.small-box i,
.copyrights ul li:hover a,
.footer .readmore,
.breadcrumb>li a,
.yamm h4,
.yamm-content li:hover a,
.yamm .hassubmenu li:hover a,
.check li:before,
.stat-count h3,
.blog-desc h4:hover a,
.post-meta li:after,
.course-box small,
.course-details h4:hover a,
.course-footer i,
a:hover,
a:focus,
.box i,
.topbar .text-left i {
    color: #fff;
}

.shop-extra .nav-tabs>li:hover a,
.shop-extra .nav-tabs>li.active a,
.modal .form-control,
.form-control:focus,
.btn-transparent {
    border-color: #01bacf !important;
}

.cb,
.box .event-desc small,
.pagination a,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.tags-widget a,
.owl-theme-01 .owl-nav [class*="owl-"]:hover,
.yamm .dropdown-menu li:hover .menu-button,
.yamm .dropdown-menu li .menu-button,
mark,
.bgcolor1,
.image-wrap:before,
.image-wrap:after,
.btn-primary {
    border-color: #ffffff;
    background-color: #9c0e0d;
    box-shadow: inset 0 0 0 0 #00a8bd;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.pagination a:hover,
.tags-widget a:hover,
.btn-primary:hover {
    color: #ffffff !important;
    box-shadow: inset 0 100px 0 0 6e130f;
    border-color: #bb0b0a;
}

.btn-primary:hover {
    color: #fff;
    background-color: #af0c05 !important;
    border-color: #ffffff;
}

/******************************************
COLOR GREEN
******************************************/

.menu-widget small,
.course-footer .pull-right a {
    color: #82b440;
}

.btn-default {
    border-color: #82b440;
    background-color: #82b440;
    box-shadow: inset 0 0 0 0 #74a632;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn-default:hover {
    box-shadow: inset 0 100px 0 0 #74a632;
    border-color: #74a632;
}

/************************************
ABOUT UNIVERSITY
************************************/



.banner_in {
    text-align: center;
    padding: 60px 30px 60px;
}

.subsection {
    background-color: #fff;
    background-image: url(../images/bguniversity.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    padding-top: 40px;
    text-align: center;
}

.title1 {
    color: #fff;
    font-weight: bold;
}

.widget-title h2 {
    color: #000;
    font-weight: 700;
    font-size: 36px;
    font-family: "Raleway", sans-serif;
}


.head_center:after {
    border-top: 2px solid #107FC9;
    display: block;
    width: 40px;
    content: "";
    margin: 6px 52px 0px;
}

/************************************
CHANCELOR MESSAGE
************************************/

i.fa.fa-life-ring {
    font-size: 15px;
    padding-right: 8px;
    color: #9a2827 !important;
}

.spe_area ul {
    list-style: none;
}

.subsection_bg {
    background-color: #fff;
    background-image: url(../images/mbabanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    padding-top: 40px;
    text-align: center;
}

.img-border {
    border: 4px solid #fff;
    width: 100%;
}

.accrdiation img {
    border: 1px solid #d1d1d1;
    padding: 15px;
    margin-bottom: 30px;
    width: 100%;
    height: 180px;
}

.accrdiation {
    padding: 50px 0px;
}

.facult img {
    padding: 10px 0px 10px;
}

.card.b1 {
    background-color: #fff;
}

.card {
    background-color: #fff;
}

p.card-text {
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
}

#w3hubs .card {
    border-radius: 20px;
    height: 100%;
}

#w3hubs .card:hover {
    border: 1px solid #9a2827;
    transition: 1s;
    /*line-height: 0;*/
}

.prog_section p b {
    padding: 20px 0px 20px;
    font-size: 21px;
    font-weight: 500;
    display: block;
}

.programAcademicSec {
    position: relative;
    padding: 50px 0px;
    background-color: #fff;
    /*text-align: center;*/
}

.prog_section ul {
    position: relative;
    width: 100%;
    /*text-align: center;*/
    margin: 0;
    padding: 0;
    float: left;
}

.prog_section ul li {
    position: relative;
    width: auto;
    display: inline-block;
    margin: 7px;
}

.prog_sections ul li {
    position: relative;
    width: auto;
    /*display: inline-block;*/
    margin: 7px;
    list-style: none;
}

.prog_section ul li a,
.connectBtn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #000000;
    padding: 10px 18px;
    color: #ffffff;
    border-radius: 50px 20px;
    background-color: #b02401;
    border: 2px solid transparent;
    outline: none;
}

.prog_section ul li a:hover,
.connectBtn:hover,
.prog_section ul li a:active,
.connectBtn:active,
.prog_section ul li a:focus,
.connectBtn:focus {
    /* top: -6px; */
    background-color: #fff;
    color: #000000;
    border: 2px solid #b02401;
}

.form_banner {
    background: url(../images/mbabanner.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0px 30px;
    position: relative;
}

.form_banner h1,
.form_banner span {
    color: #fff;
}

h1,
.form_banner span {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
}

.form_banner ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    margin-top: 50px;
}

.form_banner ul li {
    flex: 0 0 25%;
    max-width: 25%;
    border-right: 1px solid #8a7c7c;
    list-style: none;
    font-size: 18px;
    padding: 20px;
}

.form_banner ul li h3 {
    font-size: 16px;
    color: #fff;
}

.form_banner ul li h4 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    font-size: 18px;
}

/*.form_banner:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, .44);
    }*/

.form_banner h2,
.form_banner.digital_banner h2,
.form_banner.hahm_banner h2 {
    color: #ffffff;
    text-align: center;
    padding: 10px 0px 10px;
}

.form_banner .form-group {
    margin-bottom: 10px;
}

.form_banner input {
    font-size: 14px;
    height: 40px;
    border: none;
    border-radius: 20px;
    background: #fff;
}

.form_banner button {
    /*background: #ff0000;*/
    color: #fff;
    border: none;
    min-width: 100px;
    text-align: center;
}


.form_banner-ilearn {
    background: url(../images/i-Learn-Banner.jpg) no-repeat;
    /*background: url(../images/mbabanner.jpg) no-repeat;*/
    background-size: cover;
    padding: 30px 0px 30px;
    position: relative;
    height: 640px;
}

.form_banner-ilearn h1,
.form_banner-ilearn span {
    color: #fff;
}

h1,
.form_banner-ilearn span {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
}

.form_banner-ilearn ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    margin-top: 50px;
}

.form_banner-ilearn ul li {
    flex: 0 0 25%;
    max-width: 25%;
    border-right: 1px solid #8a7c7c;
    list-style: none;
    font-size: 18px;
    padding: 20px;
}

.form_banner-ilearn ul li h3 {
    font-size: 16px;
    color: #fff;
}

.form_banner-ilearn ul li h4 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    font-size: 18px;
}

/*.form_banner:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, .44);
    }*/

.form_banner-ilearn h2,
.form_banner-ilearn.digital_banner h2,
.form_banner-ilearn.hahm_banner h2 {
    color: #ffffff;
    text-align: center;
    padding: 10px 0px 10px;
}

.form_banner-ilearn .form-group {
    margin-bottom: 10px;
}

.form_banner-ilearn input {
    font-size: 14px;
    height: 40px;
    border: none;
    border-radius: 20px;
    background: #fff;
}

.form_banner-ilearn button {
    /*background: #ff0000;*/
    color: #fff;
    border: none;
    min-width: 100px;
    text-align: center;
}

.campus_exp h3 {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 7px;
}

.specialization_main {
    background: #e5e5e5;
    padding: 60px 0px;
}

.SpecializationsDiv {
    margin-bottom: 35px;
}

.specialization_main h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.specialization_main .specialization {
    padding: 8px;
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
    min-height: 180px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.specialization_main .specialization img {
    margin: 0 auto 15px;
}



.wrapper {
    padding: 10px 0px 10px;
}

.card1-img-top {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.card1-body {
    text-align: center;
    box-shadow: 0px 15px 15px -8px rgba(0, 0, 0, 0.5)
}

.card1-body h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: deeppink;
}

.card1-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}

.socials a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
}

.socials a i {
    color: #fff;
    padding: 12px 0;
}

.socials a:nth-child(1) {
    background: #3b5998;
}

.socials a:nth-child(2) {
    background: #ff0000;
}

.socials a:nth-child(3) {
    background: #007bb5;
}

.socials a:nth-child(4) {
    background: #ea4c89;
}

#tab-menus {
    padding: 30px 0px;
}

#tab-menus .tab-content ul {
    list-style: none;
}

#tab-menus .nav-tabs {
    background-color: #f3f3f3;
    box-shadow: 0px 0px 33px -15px #000;
}

#tab-menus .tab-content {
    background-color: #fff;
    padding: 5px 15px;
}

#tab-menus .nav-link {
    font-size: 18px;
    color: #9a2827;
}

#tab-menus .nav-tabs {
    border-bottom: 1px solid #9a2827;
}

#tab-menus .nav-tabs .nav-link.active {
    border-color: #9a2827 #9a2827 #fff;
}

.content_inner ul {
    padding: 10px 10px 10px;
    margin: 0px;
}

.program_structure {
    background: url(../images/mbabg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

.program_structure h3 {
    font-size: 27px;
    margin-bottom: 15px;
    padding: 10px 0px 10px;
}

.program_structure p {
    font-size: 15px;
    padding-left: 12px;
}

.program_structure .content.active {
    display: block;
}

.program_structure .content_inner {
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
}


/*i-Learn*/

.ApplyDiv a {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    background: #b02401;
    color: #fff;
    border: 2px solid #ffffff;
    -ms-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    top: 0;
    margin-left: 12px;
}

.how-section1 {
    margin-top: -15%;
    padding: 10%;
}

.how-section1 h4 {
    color: #ffa500;
    font-weight: bold;
    font-size: 30px;
}

.how-section1 .subheading {
    color: #3931af;
    font-size: 20px;
}

.how-section1 .row {
    margin-top: 10%;
}

.how-section1 a {
    color: #007bff;
}

.about-section {
    background: #F7F8FA;
    width: 100%;
    display: table;
    position: relative;
    padding: 50px 0px;
}

.about-section p {
    font-size: 16px;
    text-align: justify;
}

.video-testimonial-block {
    position: relative;
    width: auto;
    height: 206px;
    overflow: hidden;
    margin-bottom: 30px;
}

.video-testimonial-block .video-thumbnail {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-size: cover;
    top: 0;
    left: 0;
}

.video-testimonial-block .video {}

.video-testimonial-block .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px;
}

.video-testimonial-block .video-play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -18px;
    text-decoration: none;
}

.video-testimonial-block .video-play::before {
    content: "\f144";
    font: normal normal normal 14px/1;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
    color: #eee;
}

.video-testimonial-block .video-play:hover::before {
    color: #172651;
}

.mb10 {
    margin-bottom: 10px;
}

.section-title {
    margin-bottom: 40px;
}


.head_center1:after {
    border-top: 2px solid #107FC9;
    display: block;
    width: 40px;
    content: "";
    margin: 10px auto 0;
}

/*Admissions*/

.admission .cont {
    background: #dcdee0;
    padding: 20px;
    min-height: 274px;
    text-align: left;
}

.admission img {
    border-radius: 50px;
    padding: 10px 10px 10px;
    text-align: center;
}

.admission h4 {
    text-align: center;
}

.elighinner {
    background: #b02401;
    padding: 20px;
    margin-top: 20px;
}

.elighinner * {
    color: #fff;
}

.elighinner p {
    color: #fff;
    font-size: 16px;
}

.asdsa h3 {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: left;
}

.doc_inner {
    background: #e9dddb;
    padding: 20px;
}

.pymt_mode {
    background: #e9dddb;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.download_Prospectus a {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    background: #b02401;
    color: #fff;
    border: 2px solid #ffffff;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    top: 0;
}

.about-section {
    background: #F7F8FA;
    width: 100%;
    display: table;
    position: relative;
    padding: 50px 0px;
}

.formbox {
    background-color: #9a2827;
}

.formbox h3 {
    color: #fff;
}

.formbox .field_inp {
    width: 50%;
    float: left;
    padding: 0px 6px;
    box-sizing: border-box;
}

.formbox .field_inp .form-control-fied {
    width: 100%;
    margin: 0 0 18px;
    font-weight: 600;
    line-height: 24px;
    font-size: 14px;
    color: #333333;
    font-style: normal;
    box-shadow: none;
    transition: border-color 0.3s ease-in-out;
    -webkit-transition: border-color 0.3s ease-in-out;
    border: 1px solid #767676;
    border-radius: 5px;
    padding: 13px 25px;
    box-sizing: border-box;
    background: #ffffff;
}

.formbox .field_inp select.form-control {
    color: #333333;
}

.formbox .field_inp select {
    width: 100%;
    height: 52px;
    border: 1px solid #767676;
    border-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
    font-weight: 600;
    line-height: 24px;
    font-size: 14px;
    color: #919191;
    background: #ffffff;
    margin-bottom: 18px;
}

.formbox .field_but .contact_btn {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    color: #fff;
    text-shadow: none;
    position: relative;
    text-decoration: none;
    line-height: 20px;
    font-size: 18px;
    width: 184px;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 12px;
}

.formbox .field_but .contact_btn:hover {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #f5ba1c;
    border-radius: 0;
    background: #fff;
    color: #333;
    text-shadow: none;
    position: relative;
    text-decoration: none;
    line-height: 20px;
    font-size: 18px;
    width: 184px;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 12px;
}

.formbox .field_but {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
}


.ApplyDiv {
    text-align: center;
}

.sec_key_program {
    padding: 70px 0px;
    color: #333;
    position: relative;
}

.sec_key_program ul {
    padding: 0px;
    margin: 0px;
}

.sec_key_program ul li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 18px;
}

.sec_key_program h4 {
    color: #b02401;
    font-weight: 400;
    position: relative;
}



/**YouTube Button**/
.video-link {
    display: block;
    /*width: 600px;
    height: 400px;
    border: 2px solid #666;
    margin: 10px auto;*/
    overflow: visible;
    position: relative;
    /*background-color: #bbb;*/
    cursor: pointer;
}

.video-link .thumbnail {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.video-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('../img/youtube-play-button.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .4));
}

.video-link:hover::after {
    background-size: 22%;
    -webkit-transition: background-size .2s ease-in-out;
    -moz-transition: background-size .2s ease-in-out;
    -o-transition: background-size .2s ease-in-out;
    transition: background-size .2s ease-in-out;
}


/******************************************
RESPONSIVE
******************************************/


@media (max-width: 767px) {

    .specialization_main h2,
    h2,
    .program_structure h3,
    .wait_no_more h3,
    .form_banner h1,
    .form_banner span {
        font-size: 1.5rem;
    }

    .top-btn-txt {
        font-size: 18px !important;
    }
}

@media (max-width: 767px) {
    .dpu_advtange:after {
        content: '';
        position: absolute;
        left: 0px;
        background: url(../images/texture.png);
        background: no-repeat;
        width: 311px;
        height: 500px;
        top: 0px;
    }
}

@media (max-width: 1200px) {
    .form_banner ul li {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 15px;
    }
}

@media (max-width: 1200px) {
    .form_banner ul {
        flex-wrap: wrap;
        margin-top: 0px;
    }
}

/*@media (max-width: 767px) {
    .form_banner ul li {
        border: none !important;
    }
}*/

@media (max-width: 767px) {
    section.sec-same.about-section {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .formbox .field_but {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding: 20px 0px 20px;
    }
}

@media (max-width: 800px) {
    .mx-30 {
        margin-bottom: 30px;
    }
}

@media(max-width: 932px) {
    p .card-text {
        font-size: 14px;
        letter-spacing: 0px;
    }
}

@media(max-width: 768px) {
    .card-deck .card {
        flex: 0 0 45%;
        margin: 20px auto;
    }
}

@media(max-width: 691px) {
    #w3hubs {
        margin: 20px auto;
    }
}

@media(max-width: 619px) {
    .card-deck .card {
        width: 80%;
    }
}

@media (max-width: 992px) {
    .p120 {
        padding-bottom: 8rem !important;
    }

    .boxed {
        margin-top: 4rem;
    }

    .blog-box,
    .testimonial,
    .stat-count {
        margin: 30px 0;
    }

    .m30 {
        margin-top: 30px;
    }

    .absolute-widget {
        background-image: none;
    }

    .sidebar {
        margin-top: 30px;
    }

    .container {
        min-width: 100% !important;
    }

    .footer .widget {
        margin: 30px 0;
    }
}

@media (max-width: 768px) {

    .shop-extra .nav-tabs>li>a,
    .shop-extra .nav-tabs>li {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }

    .shop-extra {
        padding: 30px 10px;
    }

    .home-message p {
        font-size: 28px;
    }

    .topbar .text-left {
        text-align: center;
    }

    .authorbox img {
        float: none;
        margin: 0 0 30px !important;
        min-width: 100px;
    }

    .media-left,
    .media>.pull-left {
        display: block;
        float: none;
        margin: 0 0 30px;
        padding-right: 10px;
    }
}

@media (max-width: 468px) {
    .blog-meta h3 {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .yamm-fw {
        position: relative;
    }

    .hassubmenu:hover>ul,
    .yamm-fw:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

    .hassubmenu ul,
    .navbar-nav .yamm-fw ul {
        -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    }

    .yamm-fw .dropdown-menu {
        min-width: 240px;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .hassubmenu>ul,
    .yamm-fw>ul {
        position: absolute;
        top: 160%;
        visibility: hidden;
        display: block;
        opacity: 0;
    }

    .yamm-fw>ul li {
        position: relative;
    }

    .yamm-fw>ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        left: 100%;
    }
}

@media (max-width: 1200px) {
    .nav>li>a {
        padding: 1em 0.7em;
    }
}

.messagealert {
    position: fixed;
    top: 50px;
    z-index: 100000;
    padding: 10px 0px 10px 0px;
    font-size: 15px;
    margin-left: 200px;
    text-align: center;
    color: #fff;
}

#lblSuccess,
#lblError,
#lblWarning {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}
body {
    background: #fff;
    color: #444;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #000;
    text-decoration: none;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #9a2827;
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
    /*margin: 0 0 30px 0;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}
.seo-title {
    color: #000 !important;
    padding: 10px 0 10px;
    margin: 0 0 20px 0;
    font-family: "Montserret", sans-serif;
    font-size: 2rem;
    font-weight: 600;
}
.seo-title1 {
    color: #fff!important;
    font-family: "Montserret", sans-serif;
    font-size: 2rem;
    font-weight: 600;
}
.seo-title2 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}
.form-seo-title {
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}
.about-seo-title {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 7px;
    font-family: "Montserrat", sans-serif;
}
.specialization_main-seo {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #9a2827;
    font-family: "Montserrat", sans-serif;
    padding: 0;
}


.program_structure-seo {
    font-size: 27px;
    margin-bottom: 15px;
    padding: 10px 0px 10px;
}
.sec_key_program-seo {
    font-size: inherit;
    color: #9a2827;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}
.tab-menus-seo {
    font-size: 2rem;
    text-align: center !important;
    margin-bottom: 3rem !important;
    margin-top: 1.5rem !important;
    color: #9a2827;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.main-ti {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.75rem;
    line-height: 1.2;
}

.main-subti {
    color: #9a2827 !important;
}

.head_center:after {
    border-top: 2px solid #9a2827;
    display: block;
    width: 40px;
    content: "";
    margin-top: 10px auto 0;
}

.navbar-section {
    border-top: 2px solid #f7b037;
    border-bottom: 2px solid #f7b037;
}

.carousel-caption {
    text-align: start;
}

    .carousel-caption h4, h2 {
        color: #9a2827;
        font-weight: 600;
    }

    .carousel-caption h3 {
        color: #000;
        border-bottom: 1px solid #000000;
        display: inline-block;
    }


    .carousel-caption a {
        position: relative;
        display: inline-block;
        padding: 10px 30px;
        background: #b02401;
        color: #fff;
        border: 2px solid #fff;
        top: 0;
        margin-left: 12px;
    }


        .carousel-caption a:hover {
            background-color: #fff;
            color: #9a2827;
            border-color: #9a2827;
        }

.modal-header {
    display: flex;
    flex-direction: row-reverse;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.shop-extra .nav-tabs > li:hover a, .shop-extra .nav-tabs > li.active a, .modal .form-control, .form-control:focus, .btn-transparent {
    border-color: #9a2827 !important;
}

.bg-overlay3:before {
    background-image: url(../images/background/bg-overlay3.jpg);
    opacity: 0.3;
    z-index: -1;
    background-size: cover;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

.bg-overlay1:before {
    background-image: url(../images/background/bg-overlay1.jpg);
    opacity: 0.4;
    z-index: -1;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

a.headercallBtn {
    justify-content: flex-start !important;
}


/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .card {
    border: 0;
    padding: 160px 20px 20px 20px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.values .card-body {
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    transition: ease-in-out 0.4s;
    border-radius: 5px;
}

.values .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.values .card p {
    text-align: justify;
}

.values .card-title a {
    color: #473d3a;
}

.values .card-text {
    color: #4b4949;
}

.values .read-more a {
    color: #656262;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.4s;
}


.values .card:hover .card-body {
    background: #970908;
}

.values .card:hover .read-more a, .values .card:hover .card-title, .values .card:hover .card-title a, .values .card:hover .card-text {
    color: #fff;
}
/***Blogs***/
section.blogss h2 {
    color: #000;
}

h5.card-title.textTitle {
    color: #a80707;
    font-weight: 800;
}

.shadow-box {
    padding: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}

.blog_singl_date1 {
    position: absolute;
    background-color: #a80707;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 10px 15px;
}

.cursor-default {
    cursor: default;
}

.blogContent {
    text-align: justify !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    font-style: italic;
}

.m-t-5 {
    margin-top: 5px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.p-t-b-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    text-align: justify;
}

.textTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    text-align: left;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #9a2827;
    width: 40px;
    height: 40px;
    transition: all 0.4s;
    border-radius: 25px;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }



    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

.btn {
    position: relative;
    display: inline-block;
    /*font-size: 15px;*/
    padding: 9px 18px;
    color: #ffffff;
    border-radius: 0;
    background-color: #b02401;
    border: 2px solid transparent;
    outline: none;
    border-radius: 20px;
    border-radius: 20px;
    margin: 0px 10px 0 0;
}

    .btn:hover, .btn:active {
        background-color: #fff !important;
        color: #000000 !important;
        border: 2px solid #b02401;
        margin: 0px 10px 0 0;
    }

/*.top-btn {
    padding: 36px 0px 30px;
    text-align: center;
}*/
.top-btn {
    padding: 5px 0px 0px;
    text-align: center;
}

.headercallBtn, .headercallBtn {
    font-weight: 600;
    color: #b02401;
}

.contact-adm a i {
    position: fixed;
    top: 400px;
    font-size: 25px;
    z-index: 999;
    border: 1px solid #9a2827;
    background-color: #9a2827;
    color: #fff;
    padding: 10px 12px 10px;
    border-radius: 58px;
}


#feedback {
    position: fixed;
    right: 0;
    top: 22%;
    z-index: 9999;
    margin-right: -3px;
}

#feedback-tab {
    float: right;
    color: #fff;
    font-size: 20px;
    border: 1px solid;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    width: 120px;
    height: 42px;
    background-color: #9a2827;
    margin-top: 60px;
    margin-right: -42px;
    padding-top: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

    #feedback-tab:hover {
        background-color: #FFF;
        color: #9a2827;
    }


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #fff;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    /*padding: 100px 0px 100px;
    height: 40px;*/
}

    #topbar .contact-info i {
        font-style: normal;
        color: #50d8af;
    }

        #topbar .contact-info i a, #topbar .contact-info i span {
            padding-left: 5px;
            color: #444;
        }

        #topbar .contact-info i a {
            line-height: 0;
            transition: 0.3s;
        }

            #topbar .contact-info i a:hover {
                color: #50d8af;
            }

    #topbar .social-links a {
        color: #555;
        padding: 0 15px;
        display: inline-block;
        line-height: 1px;
        border-left: 1px solid #e9e9e9;
    }

        #topbar .social-links a:hover {
            color: #50d8af;
        }

        #topbar .social-links a:first-child {
            border-left: 0;
        }



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 50px;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

    #header #logo h1 {
        font-size: 42px;
        margin: 0;
        padding: 0;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
    }

        #header #logo h1 a {
            color: #0c2e8a;
        }

            #header #logo h1 a span {
                color: #50d8af;
            }

    #header #logo img {
        padding: 0;
        margin: 0;
    }

section#about-sec img {
    padding-top: 10px;
}

@media (max-width: 768px) {
    #header {
        height: 60px;
    }

        #header #logo h1 {
            font-size: 34px;
        }

        #header #logo img {
            max-height: 40px;
        }
}

.scrolled-offset {
    margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-family: "Raleway", sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #444;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i, .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
            color: #9a2827;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 10px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 14px;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                color: #9a2827;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #0c2e8a;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(8, 30, 91, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a, .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #0c2e8a;
    }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #9a2827;
        }

    .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: #9a2827;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }


/*Call to action*/

.box > .icon {
    text-align: center;
    position: relative;
}

    .box > .icon > .image {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 88px;
        height: 88px;
        border: 8px solid white;
        line-height: 88px;
        border-radius: 50%;
        background: #9a2827;
        vertical-align: middle;
    }

        .box > .icon > .image > i {
            font-size: 36px !important;
            color: #fff !important;
        }

    .box > .icon > .inforound {
        margin-top: -24px;
        /* background: rgba(0, 0, 0, 0.04); */
        background: rgb(20, 67, 92);
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        padding: 40px 0 10px 0;
    }

        .box > .icon > .inforound > h3.title {
            font-family: "Roboto",sans-serif !important;
            font-size: 16px;
            color: #fff;
            font-weight: 500;
        }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.box > .icon > .inforound > .more a {
    font-family: "Roboto",sans-serif !important;
    font-size: 12px;
    color: #fff;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.box i {
    font-size: 16px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 60vh;
    position: relative;
    background: url("img/hero-carousel/1.jpg") no-repeat;
    background-size: cover;
    padding: 0;
}

    #hero .hero-content {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

        #hero .hero-content h2 {
            color: #0c2e8a;
            margin-bottom: 30px;
            font-size: 64px;
            font-weight: 700;
        }

            #hero .hero-content h2 span {
                color: #50d8af;
                text-decoration: underline;
            }



        #hero .hero-content .btn-get-started, #hero .hero-content .btn-projects {
            font-family: "Raleway", sans-serif;
            font-size: 15px;
            font-weight: bold;
            letter-spacing: 1px;
            display: inline-block;
            padding: 10px 32px;
            border-radius: 2px;
            transition: 0.5s;
            margin: 10px;
            color: #fff;
        }

        #hero .hero-content .btn-get-started {
            background: #0c2e8a;
            border: 2px solid #0c2e8a;
        }

            #hero .hero-content .btn-get-started:hover {
                background: none;
                color: #0c2e8a;
            }

        #hero .hero-content .btn-projects {
            background: #50d8af;
            border: 2px solid #50d8af;
        }

            #hero .hero-content .btn-projects:hover {
                background: none;
                color: #50d8af;
            }

    #hero .hero-slider {
        z-index: 8;
        height: 60vh;
    }

        #hero .hero-slider .swiper-slide {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            transition-property: opacity;
        }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    /*padding: 40px 0;*/
    overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header {
    margin-bottom: 30px;
}

    .section-header h2 {
        font-size: 32px;
        color: #0c2e8a;
        /*text-transform: uppercase;*/
        font-weight: 700;
        position: relative;
        padding-bottom: 20px;
    }



    .section-header p {
        padding: 0;
        margin: 0;
    }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0;
    background-color: #fafafa;
    min-height: 40px;
}

    .breadcrumbs h2 {
        font-size: 24px;
        font-weight: 300;
        margin: 0;
    }

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

    .breadcrumbs ol li + li {
        padding-left: 10px;
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            padding-right: 10px;
            color: #6c757d;
            content: "/";
        }



/* About Section
--------------------------------*/
#about {
    padding: 60px 0 30px 0;
}

    #about .about-img {
        overflow: hidden;
    }

        #about .about-img img {
            margin-left: -15px;
            max-width: 100%;
            border-radius: 25px;
        }



    #about .content h2 {
        color: #000;
        font-weight: 700;
        font-size: 36px;
        font-family: "Raleway", sans-serif;
    }

    #about .content h3 {
        color: #555;
        font-weight: 300;
        font-size: 28px;
        line-height: 26px;
    }

    #about .content p {
        line-height: 26px;
        text-align: justify;
    }

        #about .content p:last-child {
            margin-bottom: 0;
        }

    #about .content i {
        font-size: 20px;
        padding-right: 8px;
        color: #9a2827;
    }

    #about .content ul {
        list-style: none;
        padding: 0;
    }

        #about .content ul li {
            padding-bottom: 10px;
        }


/* About Section 2
--------------------------------*/
#about-sec {
    padding: 20px 0px 20px;
}

    #about-sec .about-img {
        overflow: hidden;
    }

        #about-sec .about-img img {
            margin-left: -15px;
            max-width: 100%;
            border-radius: 25px;
        }



    #about-sec .content h2 {
        color: #000;
        font-weight: 700;
        font-size: 36px;
        font-family: "Raleway", sans-serif;
    }

    #about-sec .content h3 {
        color: #555;
        font-weight: 300;
        font-size: 28px;
        line-height: 26px;
    }

    #about-sec .content p {
        line-height: 26px;
        text-align: justify;
    }

        #about-sec .content p:last-child {
            margin-bottom: 0;
        }

    #about-sec .content i {
        font-size: 20px;
        padding-right: 8px;
        color: #9a2827;
    }

    #about-sec .content ul {
        list-style: none;
        padding: 0;
    }

        #about-sec .content ul li {
            padding-bottom: 10px;
        }

/*DPU Advantage*/

.dpu_advtange {
    background: url('../images/bg-11.jpg') no-repeat;
    /*background: #b02401;*/
    text-align: center;
    position: relative;
    /* height: 420px; */
    height: auto;
    /* padding: 50px 0px 100px; */
    padding: 50px 0px;
    color: #fff;
}

    .dpu_advtange img {
        border-radius: 50%;
        max-width: 100px;
        margin-bottom: 10px;
    }

    .dpu_advtange h2 {
        color: #fff;
    }

    .dpu_advtange:after {
        content: '';
        position: absolute;
        left: 0px;
        /*background: url('../../Images/texture.png') no-repeat;*/
        /*background: url('../images/bg-1.png') no-repeat;*/
        /*width: 311px;
        height: 500px;*/
        top: 0px;
    }


/*Online Advantage*/
.stude_matrial {
    padding: 50px 0px 50px 0px;
    background: #f0f2f4;
}

.stude_matrial_inner1 {
    max-width: 80%;
    margin: 0 auto;
}

.stude_matrial .stude_matrial_inner {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: #f1f1f1;
}

    .stude_matrial .stude_matrial_inner figure {
        max-width: 100px;
        padding: 20px;
    }

    .stude_matrial .stude_matrial_inner img {
        max-width: 50px;
    }

    .stude_matrial .stude_matrial_inner .cont {
        padding: 10px;
        background: #c7c7c7;
        min-height: 125px;
    }

.stude_matrial .row {
    background: #fff;
    margin-bottom: 50px;
    padding: 50px 20px;
}

.learning_support ul {
    padding: 0px;
    padding-left: 20px;
    list-style: none;
}

.cmn {
    padding: 30px;
    min-height: 450px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.clrred {
    background: #ff0000;
    color: #fff;
}

.blckclr {
    background: #303031;
    color: #fff;
}
/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

    .featured-services .icon-box::before {
        content: "";
        position: absolute;
        background: #cbe0fb;
        right: 0;
        left: 0;
        bottom: 0;
        top: 100%;
        transition: all 0.3s;
        z-index: -1;
    }

    .featured-services .icon-box:hover::before {
        background: #9a2827;
        top: 0;
        border-radius: 0px;
    }

.featured-services .icon {
    margin-bottom: 15px;
    text-align: center;
}

    .featured-services .icon i {
        font-size: 48px;
        line-height: 1;
        color: #b02401;
        transition: all 0.3s ease-in-out;
    }

.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
}

    .featured-services .title a {
        color: #111;
    }

.featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: justify;
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
    color: #fff;
}

.featured-services .icon-box:hover .icon i {
    color: #fff;
}

.featured-services h2 {
    color: #000;
    font-weight: 700;
    font-size: 36px;
    font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/
.padd {
    padding-top: 10px;
}

section#popular-courses {
    padding: 10px 0px 10px;
}

.courses .course-item {
    border-radius: 5px;
    border: 1px solid #eef0ef;
}


.courses .course-content {
    padding: 15px;
    text-align: center;
}

.courses .image {
    text-align: center;
}

.courses img {
    width: 100%;
}

.courses .course-content h3 {
    font-weight: 700;
    font-size: 20px;
}

    .courses .course-content h3 a {
        color: #37423b;
        transition: 0.3s;
    }

        .courses .course-content h3 a:hover {
            color: #9a2827;
        }

.courses .course-content p {
    font-size: 14px;
    color: #777777;
}

.courses .course-content h4 {
    font-size: 14px;
    background: #9a2827;
    padding: 7px 14px;
    color: #fff;
    margin: 0;
}


.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #9a2827;
    margin: 4px 10px;
}

.section-title h2 {
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 0 !important;
    line-height: 1px !important;
    margin: 0 0 5px 0 !important;
    letter-spacing: 2px !important;
    /*text-transform: uppercase;*/
    color: #aaaaaa !important;
    font-family: "Poppins", sans-serif !important;
}

.section-title1 h2 {
    color: #000 !important;
    padding: 10px 0px 10px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    font-family: "Poppins", sans-serif;
    color: #37423b;
}

.sliderContent {
    position: relative;
    width: 100%;
    text-align: center;
}

    .sliderContent a, .knowmoreBtn {
        position: relative;
        display: inline-block;
        font-size: 15px;
        color: #000000;
        padding: 4px 12px;
        color: #ffffff;
        border-radius: 0;
        background-color: #b02401;
        border: 2px solid transparent;
        outline: none;
        border-radius: 0px;
    }

        .sliderContent a:hover, .knowmoreBtn:hover, .sliderContent a:active, .knowmoreBtn:active, .sliderContent a:focus, .knowmoreBtn:focus {
            background-color: #fff;
            color: #000000;
            border: 2px solid #b02401;
        }
/* Services Section
--------------------------------*/
#services {
    padding: 40px 0;
}

    #services .box {
        padding: 40px;
        box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
        background: #fff;
        transition: 0.4s;
        height: 100%;
    }

        #services .box:hover {
            box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
            transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
        }

        #services .box .icon {
            float: left;
        }

            #services .box .icon i {
                color: #444;
                font-size: 64px;
                transition: 0.5s;
                line-height: 0;
                margin-top: 34px;
            }

                #services .box .icon i:before {
                    background: #0c2e8a;
                    background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
                    background-clip: border-box;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

        #services .box h4 {
            margin-left: 100px;
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 22px;
        }

            #services .box h4 a {
                color: #444;
            }

        #services .box p {
            font-size: 14px;
            margin-left: 100px;
            margin-bottom: 0;
            line-height: 24px;
        }



/* Clients Section
--------------------------------*/
#clients {
    background-color: lavender;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 30px;
    padding-bottom: 55px;
}

    #clients img {
        max-width: 100%;
        opacity: 2.0;
        transition: 0.3s;
        background: #fff;
        border-radius: 5px;
        padding: 20px;
        min-height: 150px;
    }

        #clients img:hover {
            opacity: 1;
        }

    #clients .swiper-pagination {
        margin-top: 20px;
        position: relative;
        display: none;
    }

        #clients .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #817878;
        }

        #clients .swiper-pagination .swiper-pagination-bullet-active {
            background-color: lavender;
        }

    #clients h2 {
        color: #000;
        font-weight: 700;
        font-size: 36px;
        font-family: "Raleway", sans-serif;
    }
/* Our Portfolio Section
--------------------------------*/
#portfolio {
    background: #fff;
    padding: 30px 0;
}

    #portfolio h2 {
        color: #000;
        font-weight: 700;
        font-size: 36px;
        font-family: "Raleway", sans-serif;
    }

    #portfolio #portfolio-flters {
        padding: 0;
        margin: 0 auto 25px auto;
        list-style: none;
        text-align: center;
        border-radius: 50px;
    }

        #portfolio #portfolio-flters li {
            cursor: pointer;
            display: inline-block;
            padding: 10px 18px 12px 18px;
            font-size: 14px;
            font-weight: 500;
            line-height: 1;
            color: #444;
            margin: 0 3px 10px 3px;
            transition: all ease-in-out 0.3s;
            background: #f7f7f7;
            border-radius: 4px;
        }

            #portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
                color: #fff;
                background: #9a2827;
            }

            #portfolio #portfolio-flters li:last-child {
                margin-right: 0;
            }

    #portfolio .portfolio-item {
        margin-bottom: 30px;
        overflow: hidden;
    }

        #portfolio .portfolio-item img {
            position: relative;
            top: 0;
            transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        #portfolio .portfolio-item .portfolio-info {
            opacity: 0;
            position: absolute;
            left: 12px;
            right: 12px;
            bottom: -50px;
            z-index: 3;
            transition: all ease-in-out 0.3s;
            background: #50d8af;
            padding: 15px 20px;
        }

            #portfolio .portfolio-item .portfolio-info h4 {
                font-size: 18px;
                color: #fff;
                font-weight: 600;
            }

            #portfolio .portfolio-item .portfolio-info p {
                color: #fff;
                font-size: 14px;
                margin-bottom: 0;
            }

            #portfolio .portfolio-item .portfolio-info .preview-link, #portfolio .portfolio-item .portfolio-info .details-link {
                position: absolute;
                right: 50px;
                font-size: 24px;
                top: calc(50% - 18px);
                color: rgba(255, 255, 255, 0.6);
                transition: ease-in-out 0.3s;
            }

                #portfolio .portfolio-item .portfolio-info .preview-link:hover, #portfolio .portfolio-item .portfolio-info .details-link:hover {
                    color: #fff;
                }

            #portfolio .portfolio-item .portfolio-info .details-link {
                right: 15px;
            }

        #portfolio .portfolio-item:hover img {
            top: -30px;
        }

        #portfolio .portfolio-item:hover .portfolio-info {
            opacity: 1;
            bottom: 0;
        }

.copy_right {
    background: #191919;
    text-align: center;
    padding: 10px 0px 10px;
    color: #fff;
}

footer {
    background: #333333;
    color: #fff;
}

section.bg_footer_bottom.dontPrint {
    padding: 9px 0px 0px;
}

.bg_footer_bottom {
    /* background-color: #060606; */
    /* background: linear-gradient(to right, rgb(111, 0, 0), rgb(210, 141, 1)); */
    /* background: linear-gradient(to right, rgb(111, 0, 0),rgb(158, 61, 88), rgb(111, 0, 0)); */
    background-color: #000;
}

.footer_pad {
    font-size: 14px;
}
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #50d8af;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #50d8af;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(12, 46, 138, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }

/* Testimonials Section
--------------------------------*/
#testimonials {
    padding: 30px 0;
}

    #testimonials .testimonials-carousel, #testimonials .testimonials-slider {
        overflow: hidden;
    }

    #testimonials .testimonial-item {
        box-sizing: content-box;
        padding: 30px 30px 0 30px;
        margin: 30px 15px;
        text-align: center;
        min-height: 350px;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    }

        #testimonials .testimonial-item .testimonial-img {
            width: 90px;
            border-radius: 50%;
            border: 4px solid #fff;
            margin: 0 auto;
        }

        #testimonials .testimonial-item h3 {
            font-size: 18px;
            font-weight: bold;
            margin: 10px 0 5px 0;
            color: #111;
        }

        #testimonials .testimonial-item h4 {
            font-size: 14px;
            color: #999;
            margin: 0;
        }

        #testimonials .testimonial-item .quote-sign-left {
            margin-top: -15px;
            padding-right: 10px;
            display: inline-block;
            width: 37px;
        }

        #testimonials .testimonial-item .quote-sign-right {
            margin-bottom: -15px;
            padding-left: 10px;
            display: inline-block;
            max-width: 100%;
            width: 37px;
        }

        #testimonials .testimonial-item p {
            font-style: italic;
            margin: 0 auto 15px auto;
        }

    #testimonials .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        #testimonials .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #9a2827;
        }

        #testimonials .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #9a2827;
        }

    #testimonials h2 {
        color: #000;
        font-weight: 700;
        font-size: 36px;
        font-family: "Raleway", sans-serif;
    }

/*=======Card===============*/
.sec-card h2 {
    color: #000;
    font-weight: 700;
    font-size: 36px;
    font-family: "Raleway", sans-serif;
    text-align: center;
}

.sec-card .card-title {
    border: 2px solid #ffffff;
    background-color: #9a2827;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0px 9px;
    color: #fff;
}

.sec-card p {
    text-align: center;
    max-width: 80%;
    margin: 25px auto 30px;
    font-size: 20px;
}

.sec-card .card-text {
    text-align: justify;
    font-size: 14px;
}

.card-body {
    flex: 1 1 auto;
    padding: 10px 20px 10px !important;
}



/* Call To Action Section
--------------------------------*/
#call-to-action {
    background: #970908;
    background-size: cover;
    padding: 40px 0;
}

    #call-to-action .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    #call-to-action .cta-text {
        color: #fff;
    }

    #call-to-action p {
        color: #fff;
    }

/*=========================================================================*/
@media (min-width: 991px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
}

/*#call-to-action .cta-btn:hover {
        background: #9a2827;
        border: 3px solid #fff;
    }*/

/* Call To Action Section
--------------------------------*/
#call-to-action-sec {
    background: #a70806;
    background-size: cover;
    padding: 40px 0;
}

    #call-to-action-sec .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    #call-to-action-sec .cta-text {
        color: #fff;
    }

#call-to-actionsec p {
    color: #fff;
}


@media (min-width: 991px) {
    #call-to-action-sec .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action-sec .cta-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
}

    #call-to-action-sec .cta-btn:hover {
        background: #9a2827;
        border: 3px solid #fff;
    }



/* Contact Section
--------------------------------*/
#contact {
    padding: 30px 0;
}

    #contact h2 {
        color: #000;
        font-weight: 700;
        font-size: 36px;
        font-family: "Raleway", sans-serif;
    }

    #contact .contact-info {
        margin-bottom: 20px;
        text-align: center;
    }

        #contact .contact-info i {
            font-size: 48px;
            display: inline-block;
            margin-bottom: 10px;
            color: #9a2827;
        }

        #contact .contact-info address, #contact .contact-info p {
            margin-bottom: 0;
            color: #000;
        }

        #contact .contact-info h3 {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: bold;
            text-transform: uppercase;
            color: #999;
        }

        #contact .contact-info a {
            color: #000;
        }

            #contact .contact-info a:hover {
                color: #9a2827;
            }

    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        margin-bottom: 20px;
    }

    #contact #google-map {
        height: 290px;
        margin-bottom: 20px;
    }

    #contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

    #contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        #contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    #contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    #contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        #contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    #contact .php-email-form input, #contact .php-email-form textarea {
        padding: 10px 14px;
        border-radius: 0;
        box-shadow: none;
        font-size: 15px;
    }

        #contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
            background-color: #50d8af;
        }

    #contact .php-email-form button[type=submit] {
        background: #9a2827;
        border: 0;
        border-radius: 3px;
        padding: 10px 30px;
        color: #fff;
        transition: 0.4s;
        cursor: pointer;
    }

        #contact .php-email-form button[type=submit]:hover {
            border: 1px solid #9a2827;
            background: #fff;
            color: #9a2827;
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #f2f5f8;
    padding: 0 0 30px 0;
    font-size: 14px;
}

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
    }

    #footer .credits {
        text-align: center;
        font-size: 13px;
        color: #555;
    }

        #footer .credits a {
            color: #0c2e8a;
        }

i.fa.fa-mobile {
    font-size: 20px;
    padding: 10px 3px 10px;
}

i.fa.fa-envelope {
    font-size: 15px;
    padding: 10px 1px 10px;
}

/*footer.aos-init.aos-animate {
    padding: 0;
    background-image: url(https://preschool.dypvp.edu.in/img/footer-img/footer.jpg);
    background-size: cover;
    color: #fff;
    overflow:hidden;
}*/
.section-footer {
    /*border-top: 2px solid #fff;*/
    padding: 0;
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/footer-1.png);*/
    background-image: linear-gradient(rgba(0, 0, 0, 21%), rgba(0, 0, 0, 59%)), url('../images/banner-footer.jpg');
    background-size: cover;
    color: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative;
}

.section-copyright {
    display: block;
    margin: 20px 0 0;
    background: rgba(148, 0, 0, 0.58);
    padding: 10px 0;
    font-size: 15px;
}

footer.aos-init.aos-animate ul {
    list-style-type: none;
}

.footer .footer-heading {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    border-bottom: 4px solid #f7b037;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}

h2.footer-heading::before {
    content: " ";
    background: #FFF;
    width: 30%;
    height: 6px;
    position: absolute;
    bottom: -15%;
    left: 50%;
    border-radius: 3px;
    transform: translateX(-50%);
}

footer.aos-init.aos-animate ul li a {
    color: #fff;
}

.footer .form-control, .footer p, .footer a {
    color: #fff;
}

.social_icon ul li {
    display: inline-block;
    padding: 5px;
}

    .social_icon ul li a i {
        font-size: 28px;
    }
/*--------------------------------------------------------------
# Scrollbar
--------------------------------------------------------------*/

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }



/*Dpu Alumni*/

.key_program h2 {
    color: #000;
    font-weight: 700;
    font-size: 36px;
    font-family: "Raleway", sans-serif;
}



/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        padding: 20px 0;
    }
}

@media (min-width: 768px) {
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

@media (max-width: 576px) {
    #contact #google-map {
        margin-top: 20px;
    }

    footer.aos-init.aos-animate {
        text-align: center;
    }
}

@media (max-width: 1366px) {
    .card-content {
        padding: 10px 38px 10px;
    }
}

@media (max-width: 767px) {
    #testimonials .testimonial-item {
        margin: 30px 10px;
    }

}

@media (max-width: 767px) {
    #services .box .box {
        margin-bottom: 20px;
    }

    #services .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    #services .box h4, #services .box p {
        margin-left: 0;
        text-align: center;
    }

    .centerImgs {
        text-align: center;
    }

    .centerImg {
        display: none;
    }
}

@media (max-width: 768px) {
    #about .about-img {
        height: auto;
    }

        #about .about-img img {
            margin-left: 0;
            padding-bottom: 30px;
            border-radius: 0px;
        }
}

@media (max-width: 768px) {
    #about-sec .about-img {
        height: auto;
    }

        #about-sec .about-img img {
            margin-left: 0;
            padding-bottom: 30px;
        }
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

        .breadcrumbs ol li {
            display: inline-block;
        }
}

@media (max-width: 767px) {
    #hero .hero-content h2 {
        font-size: 34px;
    }

    footer.footer {
        text-align: center;
    }
    .seo-title {
        font-size: 1.5rem;
    }
    .seo-title1 {
        font-size: 1.5rem;
    }
    .program_structure-seo {
        font-size: 1.5rem;
    }
    .specialization_main-seo {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .dpu_advtange:after {
        display: none;
    }
}
#demo .carousel-item {
    transition-duration: 2s;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #b02401 !important;
}

.carousel-indicators button {
    border-radius: 50%;
    height: 12px !important;
    width: 12px !important;
}

.carousel-indicators .active {
    background-color: #9a2827;
}

.modal-footer {
    justify-content: center;
}
.stu-testimonial {
    padding: 30px 0;
}

.stu-testimonial h2 {
    color: #000;
    font-weight: 700;
    font-size: 36px;
    font-family: "Raleway", sans-serif;
}
button.knowmore {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    background: #b02401;
    color: #fff;
    border: 2px solid #fff;
    top: 0;
    margin-left: 12px;
    border-radius: unset;
}

button.knowmore:hover {
    background-color: #fff;
    color: #9a2827;
    border-color: #9a2827;
}
.depatment_links.blog_list_single.bg-primary {
    background-color: #9a2827 !important;
}
section#faqs {
    padding: 20px 0px 20px;
}
ul.right {
    padding: 40px 30px 10px;
}
div#myTabContent h4 {
    font-weight: 600 !important;
}
.widget-title h3 {
    font-size: 26px;
    font-weight: 600;
    color: #B12A30;
    margin-bottom: 10px;
}
#demo .carousel-item {
    transition-duration: 2s;
}
.depatment_links.blog_list_single.bg-primary {
    background-color: #9a2827 !important;
}

ul.m-t-30 {
    list-style: none;
}

.accordion-button:not(.collapsed) {
    color: #9a2827;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.admssion hr {
    background-color: #fff;
}

.col-sm-3.blog_border_right {
    margin-top: 24px;
}