.main__menu > li > a {
    line-height: unset;
    height: auto;
}
.sticky__header.scroll-header {
    height: 106px;
}


@media (max-width:480px){
.container {
    width: 350px;
}
}

a:hover, a:focus, a:active {
    color: #05b4e5;
}


#aboutSection .about__details {
    font-size: 17px;
    color: #000000;
    text-align: justify;
}


#ourCourse .courses__details h2 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
#ourCourse p {
    text-align: justify;
}
#ourCourse ul li a {
    color: #909090;
}
.indicator__style--1 .owl-nav div {
    width: 25px;
}
.indicator__style--1 .owl-nav div.owl-prev {
    left: -30px;
}
.indicator__style--1.owl-theme .owl-nav [class*="owl-"] {
    background-color: #ffffff;
}
.indicator__style--1 .owl-nav div.owl-next {
    right: -30px;
}



.bg-whyUs .bg-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000008f;
}

.choose__style--2 .choose__icon, .choose__style--4 .choose__icon {
    max-width: 150px;
}


.bg-news-section {
    background: #1e216e;
}
#newsEvents div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
#newsEvents div.bhoechie-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #50c6e6;
}
#newsEvents .list-group-item {
    padding: 70px 0px;
    margin-bottom: 0px;
    border: 1px solid #49b6d4;
    font-size: 22px;
}
#newsEvents a {
    color: #000000;
    font-size: 19px;
    font-weight: 500;
}
#newsEvents .evnt-more {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    float: right;
}
#newsEvents .list-group {
    margin-bottom: 0px;
    padding-left: 0;
}
#newsEvents .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
#newsEvents .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
#newsEvents .fa:before {
    margin-right: 7px;
}
#newsEvents .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #50c6e6;
    border-color: #47c1e2;
}
#newsEvents .bhoechie-tab-content h2{
    padding: 30px 0px;
}
#newsEvents .evnt{
    color: #50c6e6;
    font-size: 15px;
    font-weight: 500;
}
#newsEvents .no-data{
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    color: #b5b5b5;
    padding: 64px 0px;
}

@media (max-width:480px){
    #newsEvents .list-group-item {
        padding: 20px 0px;
        font-size: 16px;
    }
    #newsEvents .bhoechie-tab-content h2 {
        padding: 18px 0px;
        text-align: center;
        font-size: 16px;
    }
    .contact-list{
        text-align: center;
        padding: 0px 10px;
    }
    #newsEvents a {
        font-size: 12px;
    }
    #newsEvents .evnt-more {
        float: none;
    }
    #newsEvents div.bhoechie-tab-menu div.list-group>a.active:after {
        display: none;
    }
    #newsEvents .no-data{
        font-size: 17px;
        padding: 21px 0px;
    }
}



.text-thumb img{
    border-radius: 50%;
}


#mainBlog .blog__details h2 {
    margin-top: 0px;
}
#mainBlog .blog__details{
    padding: 15px;
    background-color: #f7f7f7;
}



.footer li span {
    color: #fff900;
    font-size: 12px;
    font-weight: 700;
}


/*sidebar*/
#sidebarEnquiry{
    padding: 20px;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

.sidebar-title {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px;
}
#sidebarEnquiry .btn-primary {
    font-size: 18px;
    padding: 10px 14px;
    background: #fdd922;
    color: #333;
    font-weight: 600;
}
#sidebarLinks{
    padding: 20px;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
}
#sidebarLinks nav .nav > li {
    border-bottom: 1px solid #eaeaea;
}
#sidebarLinks nav .nav > li:last-child {
    border-bottom: none;
}
#sidebarLinks  nav .nav > li > a {
    padding: 13px 15px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.2px;
}
#sidebarLinks nav .nav > li > a .icon {
    font-size: 16px;
    margin-right: 12px;
}
#sidebarLinks .nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}




.goback{
    float: right;
    background-color: #ffffff;
    padding: 7px 20px;
    border: 1px solid #c7c7c7;
    color: #696969;
    border-radius: 3px;
}

/*Single Page*/
.page-border{
    border: 1px solid #f5f5f5;
    margin-bottom: 20px;
}
.page-border .blog__details{
    background-color: #fcfcfc;
    padding: 15px; 
}
.page-border .blog__thumb a img {
    height: 200px;
}

@media (max-width:480px){
    .page-border .blog__thumb a img {
        height: 140px;
    }
}


/*photo video homepage*/
#photogallery .ml-port-thumb img {
    height: 85px;
    margin-bottom: 5px;
    width: 138px;
}
#photogallery .ml-hover-action a:hover i {
    color: #ffffff;
    font-size: 32px;
}
#photogallery .ml-hover-information {
    height: 85px;
    width: 138px;
}

/*video*/
.youtube {
    position: relative;
    display: inline-block;
}
.youtube:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: transparent url('../../../../../../img/play_icon.png') center center no-repeat;
}
#videogallery{
    padding: 30px 15px;
}

@media(max-width:480px){
    #photogallery .ml-port-thumb img {
        width: 162px;
    }
}

#pagelayout .contact__wrap p {
    margin-bottom: 21px;
    text-align: justify;
    font-size: 17px;
    color: #000000;
}
.footer__style--3 .copyright p a {
    color: #ffffff;
}
#scrollUp {
    background: #1e216e none repeat scroll 0 0;
    border: 3px solid rgba(19, 22, 97, 0.99);
}
.bg__theme {
    background: #33367b;
}
.btn--theme {
    background: #33367b none repeat scroll 0 0;
}
.blog__date span {
    background: #33367b none repeat scroll 0 0;
}
.bg__cat--2 {
    background-color: #05b4e5;
}
.footer__style--3 .htc__footer__top {
    border-bottom: 1px solid #ffffff;
}
.footer__style--3 .htc__copyright__area {
    border-top: 1px solid #ffffff;
}
.search__area {
    background: #33367b;
}
.cont__icon i {
    color: #33367b;
}
.contact__title::before {
    background: #333333 none repeat scroll 0 0;
}
.contact__wrap{
    text-align: justify;
    font-size: 17px;
    color: #000000;
}

.slider--3 .slider__display--center {
    padding-top: 0px;
}
.slider__activation__wrap .slide, .slider__activation__wrap .owl-stage {
    height: 450px;
}
.slider__activation__wrap, .slider__activation__wrap .owl-stage-outer, .slider__activation__wrap .owl-item, .slider__activation__wrap .slide, .slider__activation__wrap .owl-stage {
    height: 450px;
}
.slider__full--screen {
    height: 450px;
}
@media (max-width: 1169px) and (min-width: 992px){
    .slider__full--screen.slider--2, .slider__full--screen.slider--3 {
        height: 450px;
    }
}


.bg-whyUs p{
    line-height: 21px;
}





.sticky__header.scroll-header .logo, .sticky__header.scroll-header .main__menu > li > a, .sticky__header.scroll-header .cart__search__list {
    height: 70px;
    line-height: unset;
    margin-top: 20px;
    font-size: small;
}