/*
Theme Name: Engage Child
Theme URI: http://themeforest.net/user/Veented
Description: Multi-Purpose WordPress Theme
Version: 1.0.0
Author: Veented
Author URI: http://themeforest.net/user/Veented
Template: engage
*/

/* Your code goes below! */

#toast-container>div {
    padding-left: 50px;
    padding-right: 15px;
}

.profile {
    min-height: 600px;
}

.sidebar-nav .nav-link {
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
}

.sidebar-nav .nav-link.active {
    background: #fff !important;
    color: #555 !important;
    border-radius: 0;
}

.carousel-item {
    display: block !important;
}

.testimoial-image-wrapper {
    height: 100px;
    width: 100px;
    background: #efefef;
    border-radius: 50%;
}

.testimoial-image {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.testimonials-simple.testimonials-bg-white .testimonial-content {
    background: transparent;
}

/* #batch_paginate a,
#examlist_paginate a,
#result_paginate a {
    padding: 0 5px;
} */

.modal-backdrop {
    background: rgba(0, 0, 0, .7)
}

header#dashboard_header {
    margin-bottom: 40px;
    overflow: visible;
}

.vntd-icon-list.icon-list-no-border li {
    border: 0;
    padding: 8px 0;
    padding-left: 52px;
}

.youtube_channel.responsive .ytc_video_container {
    margin: 0 0 40px 0 !important;
}

.open>.dropdown-menu {
    display: block;
}

.box-services a.dropdown-item {
    background-color: transparent;
    box-shadow: none;
    color: #096e3c;
    border: 0px;
    text-transform: initial;
}

.dropdown #dropdownMenuButton:hover,
.dropdown #dropdownMenuButton {
    border: 1px transparent;
    color: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #096e3c;
    text-decoration: none;
    background-color: #f8f9fa !important;
    border-radius: 0 !important;
}

.box-services a.dropdown-item:hover {
    background-color: transparent;
    box-shadow: none;
    color: #555;
    border: 0px;
}

.ticker {
    background: #99cc53;
    position: fixed !important;
    top: 0;
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    z-index: 399 !important;
}

.owl-notice {
    text-align: center;
    margin: 0 auto;
}

.pro_pic {
    font-size: 12px !important;
    text-transform: uppercase;
    font-family: 'Open Sans', arial;
    letter-spacing: 0.2px;
    font-weight: 700 !important;
    height: auto;
    border: none;
    z-index: 2;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid transparent;
}

.gallers-row,
.gallery-row {
    padding: 0 15px
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #42b078;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 50px 20px;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    height: 200px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    object-fit: cover;
    object-position: top;
}

.hovereffect:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
}

.hovereffect h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect a,
.hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.hovereffect:hover a,
.hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters.col,
.no-gutters[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.owl-notice a {
    color: #fff;
}

#cat_select {
    min-height: 50px;
    margin-bottom: 20px
}

.vntd-pagination li span.current,
#page-content .woocommerce-pagination li span.current {
    color: #fff;
    background: #096e3c !important;
}

#woo-nav-cart ul.dropdown-menu {
    overflow-y: auto !important;
    padding: 10px !important;
}

.pull-right-xs {
    float: right !important;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

.css-events-list table.events-table td {
    padding: 20px !important;
    border: none;
    position: relative;
}

.css-events-list table.events-table td a {
    color: #096e3c !important;
    font-size: 18px;
    font-weight: 700;
}

.css-events-list table.events-table td i {
    font-size: 16px;
    font-weight: 500;
}

.events-table {
    background: rgba(255, 255, 255, .8);
    border: none;
    width: auto;
    margin: 0 auto;
}

.events-table th {
    border: none;
}

table.events-table thead {
    display: none
}

table.events-table tr td:first-child:before {
    content: "\f133";
    font-family: FontAwesome;
    left: 11px;
    margin-right: 5px;
    top: 71px;
    color: #81d742;
    font-size: 31px;
    position: absolute;
}

.css-events-list .page-numbers {
    min-width: 38px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    border: 1px solid #e9e9e9;
    background: #fff;
}

.css-events-list .page-numbers.current {
    color: #fff;
    background: #096e3c !important;
}

table.events-table tr td:first-child {
    font-size: 13px;
    font-weight: 700;
    min-width: 220px;
    padding-left: 60px !important;
    line-height: 18px;
}

.css-events-list table.events-table tr {
    border-bottom: 1px solid #ddd;
}

.css-events-list table.events-table tr:last-child {
    border: none;
}

span.em-pagination {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 30px;
}

.vntd-social-icons a {
    line-height: 40px !important;
}

.point_span,
.point_span_cgpa {
    font-weight: 900
}

.para p {
    font-size: 16px;
    margin-bottom: 50px;
    font-weight: 300;
}
.dataTables_wrapper{
    font-size: medium;
}