  @media (min-width: 576px)
.jumbotron {
    padding: 0; 
}


 @font-face { font-family: Delicious; src: url('/frontend/css/robi font_1/Axiata Book.otf'); } 

.jumbotron {
    padding: 1rem 1rem;
    margin-bottom: 0; 
    background-color: #e9ecef;
    border-radius: .3rem; 
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.box.box-primary {
    border-top-color: #3c8dbc;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.section-gap-uper {
    margin-top: 120px; 
}

.body-gray{
	background-color: #e9ecef;
}

.custom-container-width{
	max-width: 1300px !important;
}

.header-color{
	background: aquamarine;
}

/*@media (max-width: 767px) { 
    .main-menu{
        display:none;
    }
}*/

.bg-color {
    background-color: #cc2020 !important;
}

.top-nav>li {
    margin-left: 0px !important;
}


.top-nav>li>a {
    border-left: solid 1px rgba(255,255,255,.15);
    padding: 10px 15px;
    margin-right: 0px !important;
}

.top-nav>li:last-child>a {
    border-right: solid 1px rgba(255,255,255,.15);
}

.top-nav-right>li>a {
    border-left: solid 1px rgba(255,255,255,.15);
    padding: 0px 15px;
    margin-right: 0px !important;
}

.top-nav-right>li:last-child>a {
    border-right: solid 1px rgba(255,255,255,.15);
}

.top-nav-right>li {
    margin-left: 0px !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .8rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem;
}

.main-menu {
    padding-bottom: 10px;
    padding-top: 5px;
}

.single-contact-address .icon .lnr {
    font-size: 30px;
    font-weight: 500;
    color: #f7631b;
    margin-right: 30px;
}

/*.ui-datepicker { width: 1em; padding: .1em .1em 0; display: none; }
.ui-datepicker table {width: 100% !important; height: 50% !important; font-size: .5em !important; border-collapse: collapse !important; margin:0 0 .4em !important; }
*/
.right-contents ul li {
    background: #f9f9ff;
    padding: 10px 22px;
    margin-bottom: 4px;
}

.nav-menu>li {
    margin-left: 5px;
}


.nav-menu>li>a {
    margin-right: 0px !important;
    font-size: 13px !important;
}

.nav-menu a {
    padding: 0 8px 0px 8px;
    text-decoration: none;
    display: inline-block;
    color: #0c0c0c;
    font-weight: 500;
    font-size: 12px;
    text-transform: inherit !important;
    outline: none;
}

.nav-menu .active>a{
    color: #D11F1F;
    font-weight: bold;
}


#header.header-scrolled {
    transition: all 0.5s;
    background-color: #fff;
}

.single-feature .title {
    background: rgb(245, 236, 236, .8);
    padding: 16px 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.current-schedule-section .owl-dots {
    text-align: center;
    /*bottom: 5px;*/
    margin-top: 0px;
    padding: 43px 0;
    /*margin-top: 6px;*/
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.course-background{
    padding-bottom: 41px;
    background-image: url(/frontend/img/courses_background.png);
}

.event-background{
    background-image: url(/frontend/img/courses_background.png);
}

.footer-background{
    background-image: url(/frontend/img/map.jpg);
}

.course-banner{
    background-image: url(/frontend/img/courses_banner_img.png);
    background-size: cover;
}

.footer_background {
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer-bottom {
    padding-top: 5px;
}

.single-footer-widget ul li {
    margin-bottom: 0px !important;
}

.current-schedule-section .owl-dot {
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #E31836;
    border: 2px solid #fff;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.current-schedule-section .owl-dot.active {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fff;
}

.single-blog h4 {
     margin-bottom: 0px; 
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
     padding-bottom: 0px; 
    padding: 5px 0;
}

.single-blog .text-size-15 {
    font-size: 15px;
    /*border-bottom: 1px solid #eee;*/
}

.search-course-area .search-course-left p {
    color: #ccafaf;
}

.single-feature .desc-wrap {
    padding: 20px;
    background-color: #F4F4F3 !important;
    box-shadow: 0px 1px 0px 0px rgba(153, 153, 153);
}

.single-blog .details-btn:hover {
    width: 110px;
    background: #d11f1f;
    box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
}

.section-margin {
    margin-top: 30px;
}

.register-btn{
    margin-right: 60px; 
    margin-top: 8px;
}

.join-us-today-section{
    background-color: #D11F1F; 
    padding: 20px 0;
}

.mb-8{
    margin-bottom: 8px;
}

.pd-30{
    padding: 30px 0;
}

.pd-35{
    padding: 35px 0;
}

.pd-45{
    padding: 45px 0;
}

.slider-section{
    margin-top: 108px;
}

.current-schedule-section{
    background-color: #D11F1F;
}

.star-color{
    color: #d11f1f;
}

.section-margin-banner{
    margin-top: 108px;
    height: 430px;
}

.section-margin-top{
    margin-top: 60px;
}

.section-margin-top-program-details{
    margin-top: 150px;
}

.about-content {
    margin-top: 70px;
    padding: 0;
    text-align: center;
}

.top-margin-10 {
    margin-top: 10px;
}

.top-margin-20 {
    margin-top: 20px;
}

.top-margin-30 {
    margin-top: 30px;
}

.top-margin-35 {
    margin-top: 35px;
}

.top-margin-40 {
    margin-top: 40px;
}

.top-margin-33 {
    margin-top: 33px;
}

.top-margin-50 {
    margin-top: 50px;
}

.top-margin-120 {
    margin-top: 120px;
}

.top-margin-108 {
    margin-top: 108px;
}

.contact-page-area .map-wrap {
     margin-bottom: 40px; 
}

.course-box-shadow{
    background-color: #fff; 
    box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.1); 
    padding: 10px;
}

.margin-top-10{
    margin-top: 10px;
}

.margin-top-15{
    margin-top: 15px;
}

.margin-top-20{
    margin-top: 20px;
}

.pd-25{
    padding: 25px;
}

.course-sidebar .child-link{
    padding-top: 10px; 
    border-bottom: solid 1px #D11F1F; 
    padding: 10px;
}

.course-sidebar>li>a{
    color: #333;
}

.course-sidebar>li>a:hover{
    color: #D11F1F;
}

.course-sidebar>li:last-child>span {
    border-right: solid 1px rgba(255,255,255,.15);
}

.courses_button {
    width: 210px;
    height: 46px;
    border-radius: 3px;
    background: #D11F1F;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 0 5px 40px rgba(29,34,47,.15);
    margin-bottom: 8px;
}

.courses_button a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 46px;
    color: #fff;
}

.courses_search_container {
    padding-left: 20px;
    padding-right: 20px;
    background: #f2f4f5;
}

.courses_search_form {
    width: 100%;
    height: 92px;
}

.courses_search_form>input {
    margin-right: 19px;
}

.courses_search_select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0 0 0 transparent;
    -webkit-user-select: none;
    background-image: url(/frontend/img/down.png);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
}

.courses_search_input {
    width: 240px;
    height: 46px;
    border: solid 1px #d9d9d9;
    border-radius: 3px;
    background: #fff;
    padding-left: 20px;
}

.courses_search_button {
    width: 161px;
    height: 46px;
    background: #D11F1F;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
}

.color-white{
    color: #fff !important;
}

.single-footer-widget ul li a:hover{
    color: #D11F1F !important;
}

.widget-wrap .search-widget form.search-form input[type=text] {
    color: #941818;
    padding: 9px 22px;
    font-size: 14px;
    border: 1px solid #D11F1F;
    float: left;
    width: 80%;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    background: #fff;
}

.widget-wrap .search-widget form.search-form button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #D11F1F;
    color: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.details a h6:hover{
    color: #D11F1F;
}

/*.nav-menu ul {
    left: 0;
    right: auto;
    min-width: 200px;
    margin: 10px 0 0 0;
    padding: 5px;
    font-size: 13px;
    background-color: rgba(221,221,221,1);
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
}*/

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #D11F1F;
    color: #fff;
}

.details-content img {
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 991px) {
    .register-button {
        margin-left: 0 !important;
    }
}

.count
{
  text-align: center;
  font-size:34px;
}

.plus{
    font-size: 34px;
}

@media (max-width: 767px) {
    .count
    {
      text-align: center;
      font-size: 18px;
    }

    .plus{
        font-size: 18px;
    }

    .feature-area {
        margin-top: 30px;
    }

    .single-feature .title {
        padding: 5px 0px;
    }

    .single-feature .desc-wrap {
        padding: 5px;
    }

    .heading-text-size {
        margin-bottom: -5px;
    }

    .heading-text-size p{
        font-size: 12px;
    }

    .lnr-menu{
        font-size: 20px;
        font-weight: 400 !important;
    }

    .im-resp{
        height: 200px !important;
    }
}