@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900');
/*Global*/

body {
    font-family:'Maven Pro', sans-serif !important;
}

/*.nav>li>a{
    padding: 10px 10px!important;
}*/
.showmbview{
    display: none;
}
.text{
    position: relative;
    color: #777777;
    font-size: 16px;
    margin: 10px 0px;
    line-height: 1.6em;
}
.removetop{
    animation-duration: 2s;
/*    animation-fill-mode: both;*/
/*-webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;*/
}  
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



.fixedtop{
    position: sticky;
    z-index: 9999 !important;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
    top: 0;
    animation-duration: 2s;
    /*animation-fill-mode: both;
    animation-name: fadeInDown;  */
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



.meh-header-menu li:last-child #submenuss{
  left: auto!important; 

}
.meh-header-menu li:last-child ul li ul{
  left: auto!important; 
  right: 100%!important;


}


 .navbar-brand{
                height: auto!important;
            }
/*.dropdown-menu li>ul:last-child
{
     left: auto!important; 
  right: 100%!important; 
}*/
a:focus, a:hover
{
    text-decoration: none!important;
}
.thumb-center img{
    height: 100%;
}

ul {
    list-style: none;
    padding: 0px;
}
form {
    font-family: sans-serif !important;
}

.center {
    text-align: center;
}

.btn.btn-type-1 {
    min-width: 160px;
    background-color: #80ba42;
    color: #fff;
    padding: 10px 0px;
    border-radius: 35px;
    text-transform: uppercase;
}

.btn.btn-type-1 a {
    color: #fff;
    text-decoration: none;
}

.btn-type-2 a {
    color: #80ba42;
    text-decoration: none;
}

.btn.btn-type-2 {
    color: #80ba42;
    background-color: #fff;
    min-width: 140px;
}

.section-heading {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 500;
}

.section-heading.color {
    color: #fff;
}

.section-heading:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #227bb4;
    margin-top: 6px;
}

.section-heading.color:after {
    background-color: #fff;
}

#mobileview button :focus{
    outline: none!important;
}
#mobileview button :active
{
    background-color: none!important;
    border:none!important;
}
.open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #5cb85c!important;
    border-color: #5cb85c!important;
}


/* Elements */

.float-none {
    float: none !important;
}

.no-pd {
    padding: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

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

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.list-1 {
    padding: 0 0 0 40px;
    list-style-type: circle;
}

.list-1 li {
    padding: 0 0 0 8px;
}

.list-2 {
    list-style-type: decimal-leading-zero;
    padding: 0 0 0 40px;
}

/* Elements */

/* Gallery */

.data.gallery {
    /* padding: 15px; */
}

.data.gallery .gallery-image {
    display: inline-block;
    width: 95%;
    margin: 10px auto;
    box-shadow: 0 0 8px rgb(255, 255, 255);
    cursor: pointer;
    max-height: 165px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.galery-image-heading {
    color: #fff;
    display: none;
}

.gallery__pop {}

.gallery__pop .modal-dialog {
    width: 55% !important;
}

.gallery__pop .modal-dialog {
    margin: 4vw auto;
}

.gallery__pop {}

/*** 

====================================================================
    FAQ & MENU
====================================================================


***/


.main-header.header-style-one .current-menu-item {
    background-color: #ef7e21;
    padding: 0px 18px;
    /*margin-right: 15px !important;*/
}

.main-header.header-style-one .sub-menu .current-menu-item,
.main-header.header-style-one.fixed-header .current-menu-item {
    background-color: transparent;
    padding: 0px;
    margin-right: 0px !important;
}

.faqHeader {
    font-size: 27px;
    margin: 0px 20px 20px;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e072";
    /* "play" icon */
    float: right;
    color: #F58723;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}

/* Centres - Single Page */

.centres-box {
    /*margin: 15px 0;*/
    padding: 0;
    display: inline-block;
    width: 100%;
}

.centres-box a {
    min-height: 150px;
    background-color: #227bb4;
    padding: 15px;
    border-radius: 6px;
    background-image: url(http://brainvalley.bvcloud.net/wp-content/uploads/2015/11/bg_sub-header.png);
    background-size: 125%;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    color: #fff;
    margin: 15px 15px 15px 15px;
    width: 30%;
    text-decoration: none;
}

.centres-box a h3 {
    font-size: 26px;
    margin: 2px 2px;
    color: #fff;
}

.centres-box a:hover {
    background-image: url(http://brainvalley.bvcloud.net/wp-content/uploads/2015/11/bg_sub-header.png);
    background-size: 200%;
}

.centres-box a i {
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    float: right;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.centres-box a p {
    position: absolute;
    bottom: 0px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    width: 91%;
    margin-bottom: 15px;
}

.centres-box a:hover i {
    background-color: rgb(128, 186, 66);
    color: #fff;
}

.centres-box a span {
    position: absolute;
    bottom: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
}

.centres-box.mini {}

.centres-box.mini a {
    min-height: 58px;
    width: 22.25%;
}

.centres-box.mini a i {
    transform: scale(.85, .85);
}

.centres-box.mini a h3 {
    font-size: 20px;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 24px;
}

.centres-box.mini a p {
    bottom: -4px;
}

.centres-box.mini a p span {
    display: none;
}

/* Publication */

.publications {}

.publications .inner-box {
    border: 1px solid #ddd;
    text-align: center;
    margin: 0 0 30px;
    text-decoration: none;
    display: block;
}

.publications .image-box {
    padding-top: 15px;
}

.publications .image-box img {
    width: 87%;
    height: 307px;
}

.publications b {
    display: none;
}

.publications h3 {
    padding: 15px;
    margin: 0;
    font-size: 16px;
}

/* Publication */

/*  bhoechie tab */

div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #5A55A3;
}

div.bhoechie-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa {
    background-color: #5A55A3;
    background-image: #5A55A3;
    color: #ffffff;
}

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 #5A55A3;
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

/* Faqs Section */

.no-margin {
    margin: 0 !important;
}

.faqs h4 a {
    padding: 12px 16px;
    display: block;
    text-decoration: none;
}

.faqs .panel-heading {
    padding: 0;
}

.faqs .panel {
    margin-bottom: 15px;
}

/* Faqs Section */

/*Gallery-Modal*/

#gallery .modal-dialog {
    margin: 15vh auto;
}

.modal-body {
    padding: 3px;
}

.modal-footer {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn-default:hover {
    color: #fff;
    background-color: #80ba42;
    border-color: #adadad;
}

/* Gallery */

/*404 ERROR PAGE */

.error-404-header {
    padding: 30px 0px 60px 0px;
    margin: 0 auto;
}

.erroe-404-title {
    font-size: 32px;
    margin: 15px auto;
    line-height: 1.5;
}

.erroe-404-para {
    font-size: 16px;
    line-height: 1.5;
}

.erroe-404-para p {
    margin: 16px auto;
}

.erroe-404-title p {
    font-size: 72px;
}

#erroe-404-search>form>label>input {
    padding: 12px 16px;
    margin-right: -5px;
    border-bottom-left-radius: 4px;
    border: none;
    border-top-left-radius: 4px;
    background-color: #eee;
    min-width: 320px;
    color: #504c4c;
}

#erroe-404-search>form>label>span {
    display: none !important;
}

.page-content .search-form .search-field {
    padding: 12px 16px;
    margin-right: -5px;
    border-bottom-left-radius: 4px;
    border: none;
    border-top-left-radius: 4px;
    background-color: #eee;
    min-width: 320px;
    color: #504c4c;
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    color: #fff;
    background: #80ba42;
    border-color: transparent;
    padding: 10px 20px;
    text-transform: uppercase;
    margin: 12px auto;
    min-height: 48px;
    font-weight: 600;
    letter-spacing: .5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 0px 4px 4px 0px;
}

/*404 ERROR PAGE */

/* Test Pack List */

.test_pack_list {
    border: 1px solid #ccc;
    /*padding: 0 15px 15px;*/
    border-radius: 6px;
    /*width: 22%;*/
    margin: 0 1.5% 14%;
    min-height:300px;
    text-align: center;

}
.test_pack_list h3
{
    height: 80px;
    overflow: auto;
}
.test-pack-content h3
{
     height: 80px;
    overflow: auto;
}

.test_pack_list.height {
    min-height: 200px;
}

.test-pack-content {
    padding: 10px 12px 12px;
}
/*.test_pack_list figure{
    height: 150px;
}*/

.test_pack_list img {
    max-width: 100%;
    margin: 0;
    /*position: absolute;*/
    border-radius: 6px 6px 0 0;
}

.test_pack_list .ribbon {
    font-size: 12px;
    z-index: 2;
    display: inline-block;
    background-color: #227bb4;
    width: 50px;
    height: 25px;
    /* border-top-left-radius: 3px; */
    padding: 4px 8px 4px 8px;
    position: absolute;
    color: #fff;
    left: 20px;
    top: 15px;
    font-weight: 600;
}

.test_pack_list .ribbon:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    z-index: -1;
    border-top: 12px solid #227bb4;
    border-bottom: 12px solid transparent;
    border-right: 20px solid transparent;
    right: -20px;
}

.test_pack_list .ribbon:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    z-index: -1;
    border-top: 12px solid transparent;
    border-bottom: 12px solid #227bb4;
    border-right: 20px solid transparent;
    right: -20px;
}

.test_pack_list h3 {
    /*margin: 128px 0 8px 0;*/
    margin: 0px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.test_pack_list ul {
    margin: 10px 0 15px;
    padding: 0 0 0 20px;
}

.test_pack_list ul li {
    list-style-type: circle;
    margin-bottom: 10px;
}

.test_pack_list ul li p {
    margin: 0;
    line-height: 20px;
}

.test_pack_list .pack_price_block {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}

.test_pack_list .no-offer .price {
    display: none;
}

.test_pack_list .no-offer .time-sale {
    float: none;
    text-align: center;
}

.test_pack_list .pack_price_block {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}

.test_pack_list .price {
    float: left;
    margin-top: 10px;
}

.test_pack_list .price del {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #6f6e72;
}

.test_pack_list .price span {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    font-weight: 500;
}

.test_pack_list .time-sale {
    color: #8dd64f;
    margin-top: 0;
    font-size: 31px;
    font-weight: 600;
    line-height: 1;
    float: right;
    margin: 6px auto;
}

.test_pack_list .button {
    background: #80ba42;
    border: 0;
    border-radius: 24px;
    display: block;
    margin: 0 auto 8px;
    color: #fff;
    text-align: center;
    max-width: 150px;
    padding: 8px 6px;
    text-decoration: none;
}

.test_pack_list b {
    text-align: center;
    width: 100%;
    display: block;
    margin: 0px 0 0;
    font-size: 12px;
    font-weight: 300;
}

.test_pack_list .coming_soon {
    background: #bbb;
    cursor: not-allowed;
}

.test_pack_list .completed {
    background: #227bb4;
}

/* Test Pack List */

/*Social Header*/


.social-header a.button {
    border-radius: 24px;
    background-color: #80ba42;
    text-align: center;
    margin-right: 8px;
    padding: 3px 16px;
    border: 0;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

.social-header .icon {
    color: #fff;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #80ba42;
    text-align: center;
    padding-top: 5px;
    margin-right: 8px;
}

.social-header .header-icon-tray {
    float: right;
}

/*Navbar(main-nav)*/

.main-nav {
    border-bottom: 1px solid #ccc;
}

.main-nav .tog {
    background-color: #227bb4;
}

.main-nav .tog .icon-bar {
    background-color: #fff;
}

.tog2 {
    background-color: #fff;
}

.tog2 .icon-bar {
    background-color: #227bb4;
}

.navbar-brand {
    padding: 11px 15px;
}

.main-nav .navbar-nav li a {
    color: #333;
    border-bottom: 4px solid transparent;
    font-weight: 500;
}

.main-nav .navbar-nav li a .nav-icon {
    margin-right: 8px;
}

.main-nav .navbar-nav li a:hover {
    border-bottom: 4px solid #237bb4;
    background-color: #eee;
    color: #237bb4;
}

.main-nav .navbar-nav li.active a {
    border-bottom: 4px solid #237bb4;
    color: #237bb4;
}

/*ul.meh-header-menu.nav.navbar-nav.navbar-right.dropdown{
    margin-right: -118px;
}*/

/*.open>.dropdown-menu {
    display: none!important;
}*/
.meh-header-menu li {}

.meh-header-menu li .dropdown-menu {
    left: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    min-width: 260px;
}


.meh-header-menu li .dropdown-menu a {
    padding: 8px 20px;
}

/*Carousel-syles*/

.carousel {
    max-height: 80vh;
}

.carousel-inner {
    max-height: 80vh;
}

.carousel-footer {
    text-align: center;
    background-color: #227bb4;
}

.carousel-footer a {
    color: #FFF;
}

.carousel-control {
    width: 5%;
}

.carousel-footer .nav li a {
    padding: 15px 28px;
}

.button-case-fixed {
    position: absolute;
    bottom: 13%;
    margin: 0px auto;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}

.button-case-fixed .btn-type-1 {
    border: 1px solid transparent;
    margin: 0px 15px;
    margin-bottom: 15px;
    font-weight: 200;
    padding: 1.5%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
}

.button-case-fixed .btn-type-1 a {
    color: #fff;
    text-decoration: none;
}

/*Notifications*/

/*.notifications {
    padding: 40px 0px;
}*/

.notifications .notification-card {
    padding: 10px;
    margin: 15px 10px;
    box-shadow: -1px 0px 5px 3px rgba(219, 219, 219, 1);
    cursor: pointer;
}

.notifications .notification-card h3 {
    font-size: 18px;
    margin-top: 5px;
}

.notifications .notification-card .read-more {
    color: #227bb4;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.notifications .notification-card .read-more .read-more-arrow {
    margin-left: 10px;
    font-weight: 100;
}

.notifications .owl-dots {
    text-align: center;
}

.notifications .owl-dot {
    display: inline-block;
    margin-top: 15px;
}

.notifications .owl-dot span {
    display: inline-block;
    width: 25px;
    height: 4px;
    background-color: #237bb4;
    text-align: center;
    margin: 0px 5px;
    border-radius: 27px;
    opacity: 0.4;
}

.notifications .owl-dot.active span {
    opacity: 1;
}

/*Courses*/

.courseCarousel .cat-card {
    display: block;
    text-decoration: none;
}

.courses {
    /*padding: 40px 0px 60px;*/
    background-image: url('https://images.unsplash.com/photo-1465433045946-ba6506ce5a59?auto=format&fit=crop&w=750&q=80&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D');
    box-shadow: inset 0 0 0 2000px rgba(57, 51, 51, .6);
    /*background-color: #80ba42;*/
   /* background-size: 100% 100%;*/
    background-repeat: no-repeat;
    background-size: cover;
}

/*.courses .section-heading {
    margin-bottom: 40px;
}
*/
.courses .mini-heading {
    color: #fff;
}

.courses .btn.btn-type-3 {
    color: #fff;
    font-size: 15px;
    padding: 0 10px;
    width: 120px;
    background: rgba(255, 255, 255, 0.15);
    line-height: 48px;
    border-radius: 2px;
    border: none;
    margin: 10px 5px;
}

.courses .btn.btn-type-3:hover {
    background: #80ba42;
    color: #fff;
    text-decoration: none;
}

.courses_inner {
    padding: 0 0 30px;
    margin: 0 0 12px;
}

.courses_inner .section-heading {
    margin-bottom: 40px;
}

.courses_inner .mini-heading {
    color: #fff;
}

.courses_inner .btn.btn-type-3 {
    color: #fff;
    font-size: 15px;
    padding: 0 10px;
    width: 120px;
    background: rgba(255, 255, 255, 0.15);
    line-height: 48px;
    border-radius: 2px;
    border: none;
    margin: 10px 5px;
}

.courses_inner .btn.btn-type-3:hover {
    background: #80ba42;
    color: #fff;
    text-decoration: none;
}

.cat-card {
    border: 1px solid #ddd;
    text-align: center;
    padding: 25px;
    background-color: #fff;
    margin-bottom: 20px;
    width: 185px;
  
}
/*.owl-item.active{
    text-align: center!important;
    text-align: -webkit-center!important;
}*/

.cat-card-icon {
    font-size: 75px;
    color: #80bc41;
}

.cat-card-heading {
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    color: #808080;
}

.cat-card-snip {
    font-size: 14px;
    font-weight: 300px;
    color: #808080;
    display: block;
}

.courses .owl-nav .owl-prev,
.courses .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 8px;
    background-color: #fff;
    border-radius: 61%;
}

.courses .owl-nav .owl-prev {
    left: -3.5%;
}

.courses .owl-nav .owl-next {
    right: -3.5%;
}
/*Online test*/
.onlinclass .owl-dot.active span {
    opacity: 1;
}
.onlinclass .owl-dot span {
    display: inline-block;
    width: 25px;
    height: 4px;
    background-color: #237bb4;
    text-align: center;
    margin: 0px 5px;
    border-radius: 27px;
    opacity: 0.4;
}
.onlinclass .owl-dots {
    text-align: center;
}

/*Online test*/
/*Online test*/
.onlinetest .owl-dot.active span {
    opacity: 1;
}
.onlinetest .owl-dot span {
    display: inline-block;
    width: 25px;
    height: 4px;
    background-color: #237bb4;
    text-align: center;
    margin: 0px 5px;
    border-radius: 27px;
    opacity: 0.4;
}
.onlinetest .owl-dots {
    text-align: center;
}

/*Online test*/
.owl-carousel .owl-nav button.owl-prev:focus{
    outline: none;
}
.owl-carousel .owl-nav button.owl-next:focus{
    outline: none;
}
.owl-carousel button.owl-dot:focus{
    outline: none;
}

.notifications .owl-nav .owl-prev, .notifications .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 8px!important;
    background-color: #fff;
    border-radius: 61%;
}
.onlinclass .owl-nav .owl-prev, .onlinclass .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 8px!important;
    background-color: #fff;
    border-radius: 61%;
}
.onlinetest .owl-nav .owl-prev, .onlinetest .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 8px!important;
    background-color: #fff;
    border-radius: 61%;
}
.onlinetest .owl-nav .owl-prev, .onlinetest .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 8px!important;
    background-color: #fff;
    border-radius: 61%;
}
.notifications .owl-nav .owl-next {
    right: 0%;
}
.onlinclass .owl-nav .owl-next {
    right: 0%;
}
.onlinetest .owl-nav .owl-next {
    right: 0%;
}
.onlinetest .owl-nav .owl-next {
    right: 0%;
}
/*Branches*/
/*.notifications .owl-nav .owl-next  i,.onlinclass .owl-nav .owl-next i,.onlinetest .owl-nav .owl-next i,.onlinetest .owl-nav .owl-prev i,
 .onlinclass .owl-nav .owl-prev i,.notifications .owl-nav .owl-prev i,.owl-nav .owl-next i,.owl-nav .owl-prev i{
    text-transform: uppercase;
    color: #fff;
    background-color: #93a5b5;
    border-radius: 50px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    float: right;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}*/

.branches {
    padding: 40px 0px;
    background-image:url("{{ asset('assets/images/bg-pattern-1.png') }}")
    background-size: contain;
}

.branches .section-heading:after {
    margin-bottom: 5%;
}

.branches select.form-control {
    border: 1px solid #000;
    border-radius: 35px;
    padding: 8px 12px;
    height: 42px;
    text-transform: capitalize;
}

/*Testimonial*/

.testimonial {
    padding: 60px 0px;
}

.testimonial .section-heading {
    width: 60%;
    margin-top: 0px;
}

.content {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 18px;
}

.testimonial .testimonial-card .comment {
    padding: 10px;
    font-size: 18px;
    box-shadow: -1px 0px 5px 3px rgba(219, 219, 219, 0.4);
    margin: 10px;
    position: relative;
}

.testimonial .testimonial-card .comment:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-top: 10px solid rgba(219, 219, 219, 0.6);
    position: absolute;
    bottom: -22px;
    left: 10.9%;
}

.testimonial .testimonial-card .media {
    margin-left: 8%;
    margin-top: 30px;
}

.testimonial .testimonial-card .media .media-heading {
    margin-top: 10px;
    font-weight: bold;
}

.testimonial .owl-dots {
    float: right;
    margin-top: -8%;
    margin-right: 2%;
}

.testimonial .owl-dot {
    display: inline-block;
    margin-top: 15px;
}

.testimonial .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #237bb4;
    text-align: center;
    margin: 0px 5px;
    border-radius: 50%;
    opacity: 0.4;
}

.testimonial .owl-dot.active span {
    opacity: 1;
}

/*Publication*/

.publication {
    padding: 0px 0px 40px 0px;
    background-color: #eceeee;
}

.publication .section-heading:after {
    margin-bottom: 50px;
}

.publication .books {
    border: 2px solid #cfcfce;
    text-align: center;
    padding: 10px 5px;
    height: 390px;
    /*position: relative;*/
}

.publication .owl-carousel .owl-item img {
    /*width: 180px;*/
    /*height: 280px;    */
}

.publication .owl-prev,
.publication .owl-next {
    font-size: 45px!important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #8f9194;
}

.publication .owl-prev {
    left: -6%;
}

.publication .owl-next {
    right: -6%;
}

/*form-section*/

.form-section {
    padding: 40px 0px;
    background-image: url('/TAKSHILA_enq.png');
    background-size: cover;
    box-shadow: inset 0px 0px 2000px rgba(128, 186, 66, 0.5);
}

.form-section .main-form {
    width: 80%;
    padding: 30px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 8px;
    margin: 0px auto;
}

.form-section .main-form-content {
    margin: 15px 0px;
    color: #d91c55;
    font-weight: bold;
}
.form-section input::placeholder{

    color: white;
}
.form-section  textarea::placeholder{
    color: white;
}
.form-section  textarea {
    background-color: #56555491;
    color: white;
}

.form-section input,.form-section select {
    border-radius: 35px;
    margin-bottom: 0;
    height: 42px;
    border: 1px solid white;
    padding: 12px 18px;
    min-width: 164px;
    font-weight: 200;
    background-color: #56555491;
    color: white;
}

.form-section .btn.btn-type-1 {
    /*width: 100%;*/
}

/*Vedio Intro*/

/*.video-intro {
    padding: 60px 0px;
}*/

.video-intro .section-heading:first-child:after {
    display: none;
}

.video-intro .btn-type-1 {
    width: 45%;
    font-size: 17px;
}

/*contact*/

.contact .contact-footer {
    padding: 45px 0px;
    background-color: #80ba42;
    text-align: center;
    margin-top: -20px;
}

.contact .contact-footer p {
    margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
}

.contact .contact-footer .btn.btn-type-2 {
    padding: 10px 4.5%;
    min-width: 200px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: -1px 4px 9px 2px rgba(105, 103, 105, 1);
    border-bottom: 4px solid #eceeee;
}

/*branches*/

/* 
.mhe-branche-li {}

.mhe-branche-li ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mhe-branche-li ol li {
    text-align: center;
    border-radius: 4px;
    background: #eee;
    width: 21%;
    margin: 2%;
    padding: 15px 15px 0;
}

.mhe-branche-li ol li a {
    background: #80ba42;
    color: #fff;
    border-radius: 24px;
    padding: 6px 18px;
    font-size: 16px;
    margin: 12px auto 16px;
}
.mhe-branche-li ol li a:hover {
    text-decoration: none;
    color: #fff;
}

.mhe-branche-li ol li h2 {
    font-size: 20px;
    margin: 10px 10px 5px;
}

.mhe-branche-in ol li img{} */

/* Branches Page Inner Template */

.branches_note_bath {
    padding: 0 !important;
}

.branches_note_bath .widget-box {
    padding: 0 !important;
    margin: 0 0 15px;
    max-height: 500px;
        overflow: auto;
}

.branches_note_bath h3 {
    background: #227bb4;
    color: #fff;
    padding: 12px 16px;
    margin-bottom: 0;
}

.branches_note_bath .content {
    padding: 0 0 15px;
    border: 2px solid #eee;
}

.branches_note_bath .content>div:last-child {
    border: 0;
}

.branches_note_bath .batch {
    padding: 0 15px;
    border-bottom: 1px solid #eee;
}

.branches_note_bath h4 {
    margin: 12px 0 6px;
}

.branches_note_bath .date {
    font-size: 14px;
    line-height: 1.72;
}

.branches_note_bath p {
    padding: 0 !important;
}

.branches_note_bath > a {
    background: #80ba42;
    margin: 12px auto 0;
    border-radius: 24px;
    max-width: 160px;
    width: 100%;
    display: block;
    font-weight: 600;
}

.branches_note_bath a.button {
    padding: 0 !important;
}

/* Branches Page Inner Template */

/* Course Template */

.divider,
.parallax {
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* -------- Parallax ---------- */

.parallax {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: top center;
}

.mobile-parallax {
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}

.divider .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.divider .container.small-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.divider .container.extra-padding {
    padding-top: 180px;
    padding-bottom: 180px;
}

.p-x-0 {
    padding-left: 0px;
    padding-right: 0px;
}

/*Announcements*/

.announcement-header {
    line-height: 1.25;
    background-color: #f5f5f5;
    color: #006699;
    text-align: center;
    font-weight: bold;
}

.announcement-list {
    padding: 10px;
    overflow-y: auto;
    max-height: 460px;
}

.announcement-list li {
    color: #555555;
    padding: 10px 5px;
    border-bottom: 1px solid #ddd
}

.white-back {
    background-color: #fff;
}

.blink-btn {
    padding: 10px 15px;
    color: #026c9b;
    background-color: #fff;
}

.blink-btn span {
    font-weight: bold;
    text-decoration: blink;
    animation: blinker 1s linear infinite;
}

@Keyframes blinker {
    50% {
        opacity: 0;
    }
}

.carousel-footer {
    text-align: center;
    background-color: #227bb4;
}

.carousel-footer a {
    color: #FFF;
}

.carousel-control {
    width: 5%;
}

.carousel-footer .nav li a {
    padding: 15px 28px;
}

.button-case-fixed {
    position: absolute;
    bottom: 13%;
    margin: 0px auto;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}

.button-case-fixed .btn-type-1 {
    border: 1px solid transparent;
    margin: 0px 15px;
    margin-bottom: 15px;
    font-weight: 200;
    padding: 1.5%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
}

.course-content {
    font-size: 15px;
    line-height: 1.75;
}

.course-content h3 {}

.course-content h4 {}

.course-content p {}

.course-content strong {}

.course-content ul {}

.course-content li {}

/* Course Template */

/*footer*/

footer.main-footer {
    padding: 10px 0px 30px;
    background-color: #1f201f;
    color: #fff;
}

.main-footer .section-heading {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

.main-footer .section-heading:after {
    background-color: #fff;
    margin-bottom: 30px;
}

.main-footer .quick-links a {
    color: #fff;
    text-decoration: none;
}

.main-footer .quick-links li {
    padding: 8px 0px;
}

.main-footer .quick-links a:before {
    content: "\f054";
    font-family: FontAwesome;
    color: #fff;
    margin-right: 10px;
    font-weight: 100;
}

/* 
.main-footer .form-group .form-control {
    margin-bottom: 15px;
    height: 40px;
} */

.main-footer .form-group label input {
    margin-bottom: 0;
    height: 40px;
    display: block;
    width: 100%;
    height: 42px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-weight: 300;
}

.main-footer .form-group input[type="submit"] {
    border-bottom: 4px solid #80ba42 !important;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 500;
    color: #80ba42;
    min-width: 140px;
    color: #333;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    background-color: #80BA42;
    color: #fff;
}

.main-footer .form-group .btn-type-2 {
    border-bottom: 4px solid #80ba42;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 500;
}

.main-footer .content {
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 16px;
}

.main-footer .address li {
    padding: 12px 0px;
}

.main-footer .address li .address-icon {
    font-size: 16px;
    margin-right: 16px;
    color: #80ba42;
}

.main-footer span.copyright {
    display: block;
    margin-bottom: 12px;
}

/*** 

====================================================================
    Section Title Two
====================================================================

***/

.sec-title-two {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

.sec-title-two h2 {
    position: relative;
    color: #444444;
    padding-bottom: 28px;
    font-size: 30px;
    font-weight: 700;
}
.sec-title-two h1 {
    position: relative;
    color: #444444;
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
}
.sec-title-two h1:after {
    position: absolute;
    content: '';
    width: 60px;
    left: 50%;
    margin-left: -30px;
    bottom: 0px;
    height: 3px;
    background-color: #227bb4;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
.sec-title-two h2:after {
    position: absolute;
    content: '';
    width: 60px;
    left: 50%;
    margin-left: -30px;
    bottom: 0px;
    height: 3px;
    background-color: #227bb4;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.sec-title-two .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    margin-top: 40px;
}

/*** 

====================================================================
    Default Form
====================================================================

***/

#ResDiv {
    text-align: left;
    font-size: 24px;
    border-left: 3px solid #227bb4;
    line-height: 2;
}

.default-form {
    position: relative;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 20px;
    padding: 0px 10px;
}

.default-form .form-group:last-child {
    margin-bottom: 0px !important;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea {
    display: block;
    width: 100%;
    line-height: 20px;
    height: 48px;
    font-size: 14px;
    border: 1px solid #ededed;
    background-color: #ffffff;
    color: #222222;
    padding: 10px 20px;
    font-weight: 400;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.default-form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    cursor: pointer;
    background: #ffffff url(assets/images/icons/select-arow.png) right center no-repeat;
}

.default-form select option {
    text-indent: 20px;
}

.default-form .form-group button {
    padding: 8px 42px;
    /* margin-bottom: 30px; */
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
    border-color: #ef7e21 !important;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error {
    border-color: #ff0000 !important;
}

.default-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}

.btn-style-one {
    position: relative;
    padding: 8px 35px;
    line-height: 24px;
    text-transform: uppercase;
    background: #227bb4;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 3px solid #80ba42 !important;
    border: 0;
}

.btn-style-one:hover {
    color: #fff;
    border-color: #227bb4;
    background: #ef7e21;
}

.btn-style-two {
    position: relative;
    padding: 8px 36px;
    line-height: 24px;
    font-size: 13px;
    color: #227bb4;
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 2px solid #ef7e21;
    font-weight: 700;
}

.btn-style-two:hover {
    color: #fff;
    border-color: #227bb4;
    background-color: #ef7e21;
}

/*btn-style-three*/

.btn-style-three {
    position: relative;
    padding: 7px 32px;
    line-height: 24px;
    text-transform: uppercase;
    background: #103d68;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    border: 2px solid #103d68;
}

.btn-style-three:hover {
    color: #103d68;
    border-color: #103d68;
    background: none;
}

/*btn-style-four*/

.btn-style-four {
    position: relative;
    padding: 7px 32px;
    line-height: 24px;
    background: #103d68;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    border: 2px solid #103d68;
    text-transform: uppercase;
}

.btn-style-four:hover {
    color: #222222;
    border-color: #fde428;
    background-color: #fde428;
}

/*** 

====================================================================
    Contact Section
====================================================================

 ***/

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.contact-section.contact-section-two .contact-form {
    margin-top: 0px;
}

.contact-section.contact-section-two {
    padding-bottom: 100px;
}

.contact-section.contact-section-three {
    padding: 60px 0px;
}

.contact-section.contact-section-four {
    padding: 0px 0px;
}

.contact-section {
    position: relative;
    padding: 150px 0px;
}

.contact-section label {
    width: 100%;
}

.contacts-box {
    position: relative;
}

.info-box {
    position: relative;
    margin-bottom: 30px;
}

.info-box .inner-box {
    position: relative;
    padding-left: 90px;
}

.info-box .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    color: #227bb4;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    border: 1px solid #80ba42;
}

.info-box .inner-box h3 {
    position: relative;
    color: #444444;
    top: -5px;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 700;
}

.info-box .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
}

.info-box .inner-box ul {
    position: relative;
}

.info-box .inner-box ul li {
    position: relative;
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    word-break: break-all;
}

.info-box .inner-box ul li a {
    position: relative;
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.info-box .inner-box ul li a:hover {
    color: #ef7e21;
}

.contact-section .contact-form {
    position: relative;
    margin-top: 15px;
}

.contact-section .contact-form .form-group {
    margin-bottom: 0px;
    padding: 0px 15px;
}

.contact-section .contact-form .form-group textarea {
    height: calc(215px - 45px);
    resize: none;
    margin-bottom: 20px;
}

.contact-section .contact-form input[type="submit"] {
    position: relative;
    padding: 8px 35px;
    line-height: 24px;
    text-transform: uppercase;
    background: #227bb4;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    /*border-bottom: 3px solid #80ba42 !important;*/
    border: 0;
    padding: 10px 20px;
    line-height: 1.25;
    min-height: inherit;
    margin: 15px 15px 0;
    border-radius: 0px;
    min-width: 128px;
}

.contact-section.contact-section-two .contact-form {
    margin-top: 0px;
}

.contact-section.contact-section-two {
    padding-bottom: 100px;
}

.contact-section.contact-section-three {
    padding: 60px 0px;
}

.contact-section.contact-section-four {
    padding: 0px 0px;
}

.checkboxes {
    list-style: none;
}

.checkboxes.in-row label {
    margin-top: 9px;
}

.checkboxes.one-in-row label {
    margin-top: 9px;
    width: 100%;
}

.checkboxes li {
    padding: 4px 0;
}

.checkboxes li:last-child {
    margin-bottom: -8px;
}

.checkboxes label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 15px;
}

.checkboxes label span {
    color: #909090;
    font-size: 15px;
}

.checkboxes input[type=checkbox] {
    display: none;
}

.checkboxes label:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.checkboxes input[type=checkbox]:checked+label:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    background-color: #66676b;
    border: 2px solid transparent;
    transition: border-color 0s;
}

/* Director Sec */

.director-sec {
    background: url(http://motherseducationhub.org/wp-content/themes/mother/images/bg10.png) center top repeat;
    padding: 50px 0px;
}

.directors-message {
    line-height: 1.75;
}

.directors-message h3 {}

.directors-message p {
    font-size: 16px;
}

/* Director Sec */

/* About Mothers */

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.about-mothers .contacts-box {}

.about-mothers .contacts-box p {
    font-size: 16px;
    line-height: 1.75;
}

/*** 

====================================================================
    Program Section
====================================================================

***/

.program-section {
    position: relative;
    padding: 50px 0px 20px 0px;
}

.program-section .sec-title-one {
    margin-bottom: 60px;
}

.program-block {
    position: relative;
    margin-bottom: 40px;
}

.program-block .inner-box {
    position: relative;
    padding-left: 60px;
}

.program-block .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #80ba42;
    font-size: 36px;
}

.program-block .inner-box h3 {
    position: relative;
    color: #444444;
    font-size: 18px;
    top: -5px;
    font-weight: 700;
    text-transform: uppercase;
}

.program-block .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    margin: 10px 0px;
    line-height: 1.6em;
}
    
.program-block .inner-box .read-more {
    position: relative;
    color: #444444;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.program-block .inner-box .read-more:hover {
    color: #ef7e21;
}

/* About Mothers */

/*** 

====================================================================
    Page Title Style
====================================================================

***/

.page-title {
    position: relative;
    padding: 190px 0px 32px 0px;
    color: #ffffff;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.page-title .auto-container {
    position: relative;
    z-index: 1;
}

.page-title h1 {
    position: relative;
    font-size: 30px;
    line-height: 2em;
    font-weight: 700;
    text-transform: inherit;
}

.page-title .bread-crumb {
    position: relative;
    text-align: right;
    margin-top: 36px;
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    line-height: 30px;
    margin-left: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.page-title .bread-crumb li a {
    color: #ffffff;
}

.page-title .bread-crumb li.active,
.page-title .bread-crumb li a:hover {
    color: #80ba42;
}

.page-title .bread-crumb li:before {
    content: '/';
    position: absolute;
    right: -20px;
    top: 0px;
    width: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
}

.page-title .bread-crumb li:first-child {
    margin-left: 0px;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

/*  Single Book Product */

.mt-15 {
    margin-top: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.bg-grey {
    background-color: #eee;
}

.mx-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.product-des-table.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #edeff4;
}

.product-des-table td,
.product-des-table th {
    padding: 7px 14px !important;
}

.product-des-table .buy_btn {
    background: #80ba42;
    color: #fff;
    font-weight: 600;
    padding: 6px 14px;
    margin: 6px 16px 6px 0;
    display: block;
    float: left;
    border-radius: 3px;
    min-width: 120px;
    text-align: center;
    text-decoration: none;
}

.product-display {
    padding: 40px 0 0;
}

.product-display__image {
    text-align: center;
    padding: 30px;
    border: 1px solid #ddd;
}

.product-display__detail strong,
.product-display__detail strike {
    margin-right: 5px;
}

.product-display__detail .hlight {
    color: #227bb4;
    font-size: 18px;
    font-weight: 600;
}

.product-des-table tr th {
    color: #ffffff;
    background: #227bb4;
}

.product-navs {
    padding: 40px 0px;
}

.product-navs .navs-wrap {
   /* margin: 0px 30px;*/
    border: 1px solid #ddd;
}

.product-navs .nav-tabs {
    border: 0px;
}

.product-navs .nav-tabs>li a {
    font-weight: bold;
    border-bottom: 2px solid #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none;
    border-bottom: 2px solid #227bb4;
    background-color: #fff;
}

.product-navs .tab-content {
    padding: 10px;
    
}

.suggested-products-section {
    padding-bottom: 10px;
}

.suggested-products-wrap {
    background-color: #eee;
    padding-top: 40px;
    padding-bottom: 40px;
}

.suggested-products {
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom: 30px;
}

.suggested-products img {
    padding: 0px;
    margin-bottom: 20px;
}

.btn.type-3 {
    border-radius: 0;
    background-color: #80ba42;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}
.dropdown-menu
{
    right: 0!important
}

/*  Single Book Product */

/*Media Quries*/
@media(max-width: 768px)
{
.mbhide
    {
        display: none;
    }
    .showmbview
    {
        display: block;
        /*text-align: right;*/
    }
}

@media(max-width: 500px) {

    .thumb-center img{
    height: auto;
}
    .section-heading {
        font-size: 27px;
    }
    
    .social-header .header-icon-tray {
        /* float: none; */
    }
    /*.social-header {
        text-align: center;
    }*/
    .carousel-footer {
        display: none;
    }
    .branches .form-group {
        margin-bottom: 25px !important;
        /*margin-top: 15px;*/
    }
    .branches .section-heading {
        margin-bottom: 25px;
    }
    .testimonial .section-heading {
        width: 100%;
    }
    .form-section {
        background-image: none;
        background-color: #fff;
    }
    .form-section .main-form {
        padding: 25px 10px;
    }
}

@media (max-width: 960px) {
    .m-t-sm-4 {
        margin-top: 40px;
    }
    .sm-center {
        text-align: center;
    }
    .courses .owl-nav .owl-prev {
        left: -2%;
    }
    .courses .owl-nav .owl-next {
        right: -2%;
    }
}

/*Results page and download qpaper*/

.mt-30 {
    margin-top: 30px;
}

.mt-0 {
    margin-top: 0px !important;
}

.doc-selector {
    background-color: #f6f6f6;
}

.doc-selector-header {
    background-color: #227bb4;
    color: #ffffff;
    border-bottom: 3px solid #80ba42;
    text-align: center;
    margin: 0px;
    padding: 15px 5px;
    font-size: 22px;
    border-radius: 6px 6px 0px 0px;
}

.doc-selector form .snippet {
    font-weight: bold;
    width: 90%;
    color: #5e5e5e;
    margin-top: 15px;
}

.doc-selector form {
    padding: 40px 25px;
    border: 1px solid #dadada;
    border-radius: 0px 0px 6px 6px;
}

.btn.type-4 {
    line-height: 2px;
    padding: 14px 20px;
    color: #fff;
}

.bg-green {
    background-color: #80ba42;
}

.bg-blue {
    background-color: #227bb4;
}

/*doc-data-list-wrap*/

.d-heading {
    font-size: 28px;
    color: #227bb4;
    text-transform: uppercase;
    margin-top: 0px;
    position: relative;
    margin-bottom: 25px;
}

.d-heading:after {
    position: absolute;
    content: '';
    width: 60px;
    left: 0;
    bottom: -5px;
    height: 3px;
    background-color: #80ba42;
}

.doc-data-list li {
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.doc-data-list li a {
    padding: 5px 15px;
    text-decoration: none;
    display: block;
    padding-right: 20px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #eee;
    margin: 0 0 8px;
    border-radius: 4px;
    line-height: 1.75;
}

.doc-data-list.full li {
    max-width: 100%;
    /*transition: all 0.2s ease-in-out;*/
    border-radius: 0px;
}

.doc-data-list .doc-icon {
    color: #80ba42;
    margin-right: 10px;
}

/* Cource Page */

.course-content {
    line-height: 1.5;
}

.course-content h3 {
    line-height: 1.5;
}

.course-content strong {
    font-weight: 600;
    line-height: 1.5;
}

.course-content u {}

.course-content p {
    font-size: 16px;
    line-height: 1.75;
}

.course-content ul {}

.course-content ul li {
    font-size: 15px;
    line-height: 1.75;
}

.course-content ul li p {}

.course-content ol {
    list-style-type: none;
    margin-bottom: 29px;
    display: block;
}

.course-content ol li {}

.course-content ol li p {}

.course-content table {
    width: 100%;
    word-break: break-all;
}

.course-content table td,
.course-content table th {
    border: 1px solid #ccc;
    padding: 12px;
}

.course-content table p {
    margin: 0 auto;
}

/* Cource Page */

@media (max-width: 768px) {
    .form-section input {
        width: 100%;
    }
    .branches_note_bath {
        width: 100%;
        overflow: hidden;
    }
    #home .carousel-inner img {
        min-height: 190px !important;
    }
    .course-content table td,
    .course-content table th {
        width: auto !important;
    }
    .course-content {
        padding-bottom: 15px;
    }
    .centres-box.mini a {
        min-height: 58px;
        width: 92.25%;
        margin: 8px 15px;
    }
    .centres-box.mini {
        margin: 0 auto;
    }
    .announcement-header {
        padding: 8px 0;
    }
    .announcement-header {
        line-height: 1.75;
    }
    .director-sec .directr img {
        margin: 0 -15px 15px;
    }
    .director-sec .directr {
        padding: 20px 20px 0;
    }
    .contact-section.contact-section-four {
        padding: 0px 0px 0;
    }
    .about-mothers .contacts-box {
        padding: 20px;
    }
    .sec-title-two {
        margin-bottom: 20px;
    }
    /*.home .carousel-inner .item img {
        height: 190px;
    }*/
    .home .button-case-fixed {
        display: none;
    }
    /*.notifications {
        padding: 10px 0px 40px;
    }*/
    .testimonial .owl-dots {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    .publication .owl-carousel .owl-item img {
        width: 100%;
        height: 90%;
    }
    .social-header a.button {
        font-size: 9px;
    }
    .publication h4 {
        font-size: 16px;
        line-height: 1.25;
    }
    .form-section .main-form {
        width: 100%;
    }
    .main-footer span.copyright {
        text-align: center;
        margin-bottom: 0;
    }
    .main-footer .form-group input[type="submit"] {
        width: 100%;
    }
    footer .form-group {
        padding-top: 1px;
        clear: both;
    }
    .main-footer .quick-links li {
        width: 50%;
        float: left;
        margin-bottom: 5px;
    }
    .main-footer .section-heading:after {
        margin-bottom: 10px;
    }
    footer label {
        width: 100%;
    }
    .show-xs {
        display: block !important;
    }
    .doc-data-list-wrap {
        margin-top: 45px;
    }
    .doc-data-list li {
        max-width: 100%;
    }
}

.doc-result {
    margin-top: 30px;
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 6px;
    background: #fff;
}

.doc-result-info {
    border-top: 1px solid #ddd;
    margin-top: 20px;
}

.doc-result-info .info-alert {
    font-size: 18px;
    margin-top: 20px;
    color: #5e5e5e;
    text-align: center;
}

.doc-result-info .info-alert i {
    margin-left: 10px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {}

.entry-footer {
    clear: both;
    overflow: hidden;
}

.archive .page-title,
.archive .taxonomy-description {
    margin: 0 15px;
}

.archive .taxonomy-description p {
    margin: 0;
}

.archive .page-header {
    margin: 15px 0 30px;
}

.error404 .content-area {
    text-align: center;
}

.error404 .widgettitle {
    font-size: 25px;
    margin-top: 30px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* Blog
-------------------------------------------------------------- */

.fullwidth {
    width: 100%;
}

.masonry-layout {
    width: 100%;
    padding: 0;
}

.masonry-layout .hentry {
    width: 350px;
    margin: 15px;
    padding: 0;
}

.masonry-layout .post-wrap {
    padding: 0;
}

.masonry-layout .site-main .post {
    border: 0;
    padding-top: 0;
}

.masonry-layout .post .thumb {
    width: 100%;
    float: none;
    margin: 0 0 15px;
}

.masonry-layout .site-main .post:first-child {
    margin: 15px;
}

/* Category Page
-------------------------------------------------------------- */

.site-main .post {
    border-top: 1px solid #eaeaea;
    margin-top: 20px;
    padding-top: 22px;
}

.site-main .post:first-child {
    border: 0;
    padding-top: 0;
    margin-top: 0;
}

.site-main .thumb {
    width: 300px;
    float: left;
    margin-right: 25px;
}

.site-main .content-entry h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 12px;
}

.site-main .content-entry h3 a {
    color: #424347;
}

.site-main .content-entry {
    min-height: 213px;
}

.site-main .post-meta {
    display: inline-block;
    margin: 5px 0 0;
}

/* Sidebar Widgets
-------------------------------------------------------------- */

.sidebar .widget {
    margin-bottom: 45px;
}

.sidebar .widget ul {
    list-style: none;
}

.sidebar .widget-title {
    position: relative;
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 0 0 17px;
    margin: 0 0 15px;
}

.sidebar .widget-title:before,
.sidebar .widget-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 8px;
    height: 13px;
}

.sidebar .widget-title:after {
    left: 8px;
    width: 3px;
    background-color: #ccc;
}

/* widget recent */

.newsanchor_recent_posts_widget ul li {
    clear: left;
    border-top: 1px solid #eaeaea;
    margin-top: 15px;
    padding-top: 19px;
}

.newsanchor_recent_posts_widget ul li:first-child {
    margin-top: 0;
    padding: 5px 0 0;
    border: none;
}

.newsanchor_recent_posts_widget .thumb {
    float: left;
    padding-left: 0;
}

.newsanchor_recent_posts_widget ul {
    overflow: hidden;
    min-height: 63px;
}

.newsanchor_recent_posts_widget ul h3 {
    margin: -3px 0 3px;
    font-size: 15px;
    line-height: 22px;
}

.newsanchor_recent_posts_widget ul h3 a {
    color: #424347;
}

.newsanchor_recent_posts_widget ul a:hover {
    text-decoration: none;
}

.newsanchor_recent_posts_widget ul .date {
    font-size: 12px;
    color: #959595;
}

/* Post Single
-----------.-------------------------------------------------- */

.single-title {
    font-size: 26px;
    line-height: normal;
    border-bottom: 1px solid #eaeaea;
    padding: 6px 0;
    margin-bottom: 7px;
}

.page .entry-header {
    margin-bottom: 30px;
}

.single .meta-post {
    margin-bottom: 23px;
}

.entry-content img {
    margin-bottom: 10px;
}

.single .meta-post span {
    position: relative;
    padding-left: 23px;
    margin-left: 17px;
}

.single .meta-post span:first-child {
    margin-left: 0;
}

.single .meta-post span {
    font-size: 13px;
}

.single .meta-post span,
.single .meta-post span a {
    display: inline-block;
    color: #838282;
}

.single .meta-post span.author a:before,
.single .meta-post span.date:before,
.single .meta-post span.categories a:before {
    font-family: "FontAwesome";
    color: #bebebe;
    position: absolute;
    left: 0;
    top: -1px;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.single .meta-post span.author a:before {
    content: "\f007";
    left: 4px;
}

.single .meta-post span.date:before {
    content: "\f02e";
    left: 4px;
}

.single .meta-post span.categories a:before {
    content: "\f07c";
}

.single .entry-content {
    margin-bottom: 60px;
}

.single .share-post {
    float: right;
}

.single .share-post .socials,
.single .tags-post .tags-list {
    display: inline-block;
}

.single .tags-post {
    float: left;
}

.single .tags-post a {
    display: inline-block;
    color: #424347;
    padding: 6px 14px;
    margin-left: 3px;
    background-color: #f5f5f5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.single .tags-post a:hover {
    color: #fff;
}

/* comment post */

.comment-post {
    margin-top: 45px;
}

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

.comment-post .children {
    padding-left: 20px;
}

.comments-list .comment-body {
    background-color: #f8f8f8;
    margin-bottom: 23px;
    padding: 27px 35px 35px;
    position: relative;
}

.comments-list .comment-body::after {
    border-color: #fff transparent transparent #eee;
    border-style: solid;
    border-width: 20px 0 0 20px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}

.comments-list .comment-avatar {
    float: left;
}

.comments-list .avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.comments-list .comment-text {
    margin-left: 100px;
    position: relative;
}

.comments-list .comment-author {
    font-size: 15px;
    display: inline-block;
    margin: 7px 0 10px 0;
}

.comments-list .comment-author .fn {
    margin-left: 15px;
}

.comments-list .comment-author a {
    color: #424347;
}

.comments-list .comment-metadata a {
    display: inline-block;
    font-size: 13px;
    color: #999;
    line-height: normal;
    margin-bottom: 0;
}

.comment-meta {
    margin-bottom: 15px;
}

.comments-list .reply {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 35px;
    top: 30px;
}

.comments-list .comment-text .comment-reply:hover {
    text-decoration: underline;
}

.comments-list .comment-body {
    margin-bottom: 15px;
}

.comments-list .children {
    margin-left: 0;
    position: relative;
}

.comment-respond {
    margin-top: 30px;
}

.bypostauthor {}

.comment-respond #author,
.comment-respond #email,
.comment-respond #url,
.comment-respond textarea {
    width: 100%;
    margin-bottom: 20px;
}

.comment-respond p {
    margin-bottom: 0;
}

p.comment-form-comment {
    margin-bottom: 15px;
}

.comment-respond textarea {
    width: 100%;
    height: 140px;
    margin-bottom: 0;
}

.comment-respond .submit-comment input {
    color: #fff;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.comment-respond .submit-comment input:hover {
    background: #222;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    clear: left;
    margin: 10px 0;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.nav-previous a::before,
.nav-next a::after {
    font-family: FontAwesome;
}

.nav-previous a::before {
    content: '\f177';
    margin-right: 5px;
}

.nav-next a::after {
    content: '\f178';
    margin-left: 5px;
}

#gallery .previous {
    display: inline;
    float: left;
    margin-left: 80px;
    text-decoration: none;
}

#gallery .next {
    display: inline;
    float: right;
    margin-right: 80px;
    text-decoration: none;
}

.envira-lazy img {
    border-radius: 8px;
}

custom__menu {
    position: relative;
    z-index: 2;
}

.custom__menu.open {
    position: relative;
    z-index: 2;
}

.custom__menu.open .dropdown-menu {
    display: block;
    left: 180px;
    top: 0;
    z-index: 1;
}

.no-background {
    background: none;
}

.no-border {
    border: none;
}

.courses_inner .owl-nav {
    /* display: none !important; */
}

.form-section label {
    width: 100%;
    max-width: initial;
}

@media (max-width:786px) {
    .meh-header-menu li .dropdown-menu {
        width: 100%;
    }
}

/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

/* Sub Menu */

.dropdown-submenu {
    position: relative;
}
.dropdown:hover>.dropdown-menu
{
    display: block;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
   /* margin-top: -6px;*/
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    left: 150px;
    top: -1px;

}

.dropdown-submenu>a:after {
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*model*/
/*      .modal-login {
        width: 350px;
    */}
    .modal-login .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
    }
    .modal-login .modal-header {
        border-bottom: none;
        position: relative;
        justify-content: center;
    }
    .modal-login .close {
        position: absolute;
        top: -10px;
        right: -10px;
    }
    .modal-login h4 {
        color: #636363;
        text-align: center;
        font-size: 26px;
        margin-top: 0;
    }
    .modal-login .modal-content {
        color: #999;
        border-radius: 1px;
        margin-bottom: 15px;
        background: #fff;
        border: 1px solid #f3f3f3;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 25px;
    }
    .modal-login .form-group {
        margin-bottom: 20px;
    }
    .modal-login label {
        font-weight: normal;
        font-size: 13px;
    }
    .modal-login .form-control {
        min-height: 38px;
        padding-left: 5px;
        box-shadow: none !important;
        border-width: 0 0 1px 0;
        border-radius: 0;
    }
    .modal-login .form-control:focus {
        border-color: #ccc;
    }
    .modal-login .input-group-addon {
        max-width: 42px;
        text-align: center;
        background: none;
        border-width: 0 0 1px 0;
        padding-left: 5px;
        border-radius: 0;
    }
    .modal-login .btn {        
        font-size: 16px;
        font-weight: bold;
        border-radius: 3px;
        border: none;
        min-width: 140px;
        outline: none !important;
    }
    /*.modal-login .btn:hover, .modal-login .btn:focus {
        background: #179b81;
    }*/
    .modal-login .hint-text {
        text-align: center;
        padding-top: 5px;
        font-size: 13px;
    }
    .modal-login .modal-footer {
        color: #999;
        border-color: #dee4e7;
        text-align: center;
        margin: 0 -25px -25px;
        font-size: 13px;
        justify-content: center;
    }
    .modal-login a {
        color: #fff;
        text-decoration: underline;
    }
    .modal-login a:hover {
        text-decoration: none;
    }
    .modal-login a {
        color: #19aa8d;
        text-decoration: none;
    }   
    .modal-login a:hover {
        text-decoration: underline;
    }
    .modal-login .fa {
        font-size: 21px;
    }
    .trigger-btn {
        display: inline-block;
        margin: 100px auto;
    }
    /*model*/
    

/* Sub Menu */

@media (max-width: 960px){
    .centres-box a{
        width: 45%;
    }   
}
@media  (max-width: 600px){
    .centres-box a{
        width: 90%;
    }
    .epyt-gallery-allthumbs.epyt-cols-4 .epyt-gallery-thumb {
    width: 50%!important;
}
}
