
/*
*****************************
    Stylesheet Index
*****************************

    * 01. Common CSS
    * 02. Slide CSS
    * 03. Service-box CSS
    * 04. Section-title CSS
    * 05. Course-list CSS
    * 06. Notice CSS
    * 07. Testimonial CSS
    * 08. Counter-box CSS
    * 09. stuaff CSS
    * 10. Post-block CSS
    * 11. Logo carusel CSS
    * 12. newsletter CSS
    * 13. Event CSS
    * 14. Gallery CSS


*****************************
    01. Common css
*****************************
*/

.vc_col-has-fill > div.vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > div.vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > div.vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner, .vc_row-has-fill > .vc_column_container > div.vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0;
}
div.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}


.vc_tta-panel {
    margin-bottom: 10px;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border: medium none;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading a {
    background: #5aa938 none repeat scroll 0 0;
    padding-left: 15px;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading a span {
    color: #fff;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading a i.vc_tta-controls-icon {
    display: none;
}
div.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
    padding-left: 15px;
}
div.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
    position: relative;
}
div.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a::after {
    background: #fff none repeat scroll 0 0;
    color: #5aa938;
    content: "+";
    font-size: 25px;
    height: 80%;
    line-height: 35px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 10%;
    width: 40px;
}
div.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon-position-left.vc_tta-panel-title > a::after {content: "-"}
.styled-form input, .styled-form textarea {
    background: #efefef none repeat scroll 0 0;
    border-color: #d8d8d8;
    width: 100%;
}
/*

*****************************
    02. Slide css
*****************************
*/


.slider-preloader-wrap,
.single-educare-slide-item{
    height: 650px;
}

.single-educare-slide-item {
    background-size: cover;
    position: relative;
    z-index: 1;
}
.educare-slide-st-img {
    bottom: 0;
    position: absolute;
    right: 10%;
}
.educare-slide-st-img {
  width: auto !important;
}
.single-educare-slide-item::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.educare-slide-table {
    display: table;
    height: 100%;
    width: 100%;
}
.educare-slide-tablecell {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.educare-slide-tablecell h2 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;
}
.educare-slide-tablecell h2 strong {
    color: #5aa938;
}
.educare-slide-tablecell .educare-btn {
    margin-top: 20px;
}
.educare-slide-tablecell .educare-btn i.fa{
    margin-left: 10px;
}

.educare-slide-tablecell .educare-slide-text > *:nth-child(1){
    animation-duration: .3s;
}
.educare-slide-tablecell .educare-slide-text > *:nth-child(2){
    animation-duration: .3s;
    animation-delay: .3s;
}
.educare-slide-tablecell .educare-slide-text > *:nth-child(3){
    animation-duration: .3s;
    animation-delay: .6s;
}
.educare-slide-tablecell .educare-slide-text > *:nth-child(4){
    animation-duration: .3s;
    animation-delay: .9s;
}

.educare-slides .owl-nav div {
    color: #fff;
    font-size: 60px;
    left: 0;
    line-height: 70px;
    margin-top: -35px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
}
.educare-slides .owl-nav div.owl-next {
    left: auto;
    right: 0;
}
.educare-slides:hover .owl-nav div.owl-prev {
    left: 30px;
    opacity: 0.5;
}
.educare-slides:hover .owl-nav div.owl-next {
    right: 30px;
    opacity: .5;
}


.educare-slides .owl-dots div {
    border: 1px solid #fff;
    display: inline-block;
    height: 15px;
    margin: 5px;
    width: 15px;
}
.educare-slides .owl-dots {
    bottom: 15px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.educare-slides .owl-dots div.active {
    background-color: #5aa938;
    border-color: #5aa938;
}


.single-educare-slide-item,
.preloader-wrap{
    background-color: #bfbfbf;
}

.preloader-wrap{
    height: 100%;
    width: 100%;
    z-index: 8;
    position: absolute;
}

.preloader4 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


/*

*****************************
    03. Service-box css
*****************************
*/

.educare-service-box {
    background-size: cover;
    color: #fff;
    display: block;
    margin-bottom: 50px;
    padding: 20px;
    position: relative;
    z-index: 9;
    transition: .3s;
    background-position: 0 0;
}
.educare-service-box::after {
    background: #5aa938 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: -1;
}
.service-box-inner {
    border: 1px dashed #fff;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.service-box-inner h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.educare-service-box-image {
    margin-bottom: 20px;
}
.educare-service-box-content p:last-child {
    margin-bottom: 0;
}
.educare-service-box:hover::after {
    background-color: #000;
    opacity: .9;
}
.educare-service-box:hover .service-box-inner {
    border-color: #5aa938;
    color: #fff;
}
.educare-service-box:hover {
    background-size: 150% auto;
    background-position: center center;
}


.educare-service-box-image img {
    max-height: 65px;
    width: auto;
}
.educare-service-box-image i.fa {
    font-size: 65px;
}

/*
*****************************
    04. Section-title css
*****************************
*/

.educare-section-title {
    margin: 0 auto 80px;
    max-width: 700px;
    text-align: center;
}
.educare-section-title h2 {
    font-size: 34px;
}

.educare-section-title.educare-section-title-style-2 {
    min-width: inherit;
    text-align: left;
}
.educare-section-title.educare-section-title-style-2 h2 {
    font-size: 34px;
    padding-bottom: 16px;
    position: relative;
}
.educare-section-title.educare-section-title-style-2 h2::after {
    background: #5aa938 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 65px;
}

.educare-section-title.educare-section-title-style-3 {
    margin: 0;
    text-align: left;
}
.educare-section-title.educare-section-title-style-3 h2 {
    font-size: 30px;
    margin-bottom: 5px;
}
.green-overlay .educare-section-title.educare-section-title-style-3 {
  padding-left: 15px;
}
.green-overlay .educare-section-title.educare-section-title-style-3, .green-overlay .educare-section-title.educare-section-title-style-3 h2 {
    color: #fff;
}

/*
*****************************
    05. Course-list css
*****************************
*/

.educare-course-list {}
.educare-course-img {
    background-size: cover;
    height: 300px;
    margin-bottom: 20px;overflow: hidden
}

.educare-course-img {
    position: relative;
}
.educare-course-img::after {
    background: #fff none repeat scroll 0 0;
    bottom: -55px;
    content: "";
    height: 75px;
    left: -20%;
    position: absolute;
    transform: rotate(5deg);
    width: 150%;
}

.educare-course-list-wrap {
    margin-bottom: 50px
}
.educare-course-list-wrap .single-educare-course {margin-bottom: 50px}
.single-educare-course h2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.single-educare-course h2 > span {
  background: #5aa938 none repeat scroll 0 0;
  border-radius: 5px 0 0 7px;
  color: #fff;
  font-weight: 500;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 15px;
}
.single-educare-course .educare-btn {
    margin-top: 15px;
}
.educare-course-list .owl-nav div {
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    height: 40px;
    left: -60px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 9;
}
.educare-course-list .owl-nav div::after {
    background: #5aa938 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.educare-course-list .owl-nav div i.fa {
    background: #5aa938 none repeat scroll 0 0;
    border-radius: 50%;
    height: 30px;
    line-height: 30px;
    margin: 5px;
    width: 30px;
    font-size: 15px;
}
.educare-course-list .owl-nav div.owl-next {
    left: auto;
    right: -60px;
}

.educare-notices {position: relative}

.course-top-area {
    margin-bottom: 50px;
}

.course-information {
    background: #efefef none repeat scroll 0 0;
}
.course-information h2 {
    background: #5aa938 none repeat scroll 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 15px;
    text-align: center;
}
.course-information ul {
    list-style: outside none none;
    margin: 0;
    padding: 20px 30px;
}
.course-information li span {
    float: right;
}
.course-information li {
    border-bottom: 1px dotted #cccccc;
    padding: 10px 0;
}
.course-register-not-btn {
    padding-bottom: 25px;
    padding-top: 5px;
    text-align: center;
}

.course-top-area {
    position: relative;
}
.course-featured-img {
    background-position: center center;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 65%;
}
.small-d-course-featured-img {display: none;margin-bottom: 30px}

.small-d-course-featured-img img {
    width: 100%;
}
.small-d-course-featured-img {
    margin-left: 15px;
    margin-right: 15px;
}

.load-more-courses-wrap {
    text-align: center;margin-bottom: 50px
}
.loadmore-course-btn {
    background: #5aa938 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 30px;
}

.coursemore-loading-text {padding: 20px 30px;display: inline-block;font-size: 18px;}

.educare-course-list-4 .educare-course-img {
  height: 230px;
}

/*
*****************************
    06. Notice css
*****************************
*/

/* perfect-scrollbar v0.6.10 */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps-container {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
      overflow: auto !important; } }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: #e2e2e2; opacity: .8}
  .ps-container.ps-in-scrolling {
    pointer-events: none; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: background-color .2s linear;
      -moz-transition: background-color .2s linear;
      -o-transition: background-color .2s linear;
      transition: background-color .2s linear;
      bottom: 0;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 8px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    border-radius: 0px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #5aa938;
      -webkit-transition: background-color .2s linear;
      -moz-transition: background-color .2s linear;
      -o-transition: background-color .2s linear;
      transition: background-color .2s linear;
      right: 0;
      /* there must be 'right' for ps-scrollbar-y */
      width: 8px; }
  .ps-container:hover.ps-in-scrolling {
    pointer-events: none; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 1; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }

.educare-notices {
    background: #ffffff none repeat scroll 0 0;
}
.educare-single-notice {
    border-bottom: 1px solid #e4e4e4;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 25px;
    padding-bottom: 25px;
}
.educare-single-notice h3 {
    color: #5aa938;
    font-size: 17px;
}
.educare-single-notice p:last-child {
    margin-bottom: 0;
}

/*
*****************************
    07. Testimonial css
*****************************
*/

.single-educare-testimonial {
    background: #fff none repeat scroll 0 0;
    font-size: 15px;
    font-style: italic;
    line-height: 25px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px;
}
.single-educare-testimonial img {
    float: left;
    margin-right: 20px;
    max-width: 125px;
}
.testimonial-content p:last-child {
    margin: 0;
}
.single-educare-testimonial h3 {
    font-size: 19px;
}


.single-educare-testimonial h3 {
    margin-bottom: 0;
}
.testimonial-designation {
    color: #5aa938;
    font-size: 80%;
    margin-bottom: 5px;
}


.educare-testimonials-list .owl-nav {
    text-align: right;
}
.educare-testimonials-list .owl-nav div {
    background: #5aa938 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
    width: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 3px;
}
.educare-testimonials-list .owl-nav div:hover {
    background: #333 none repeat scroll 0 0;
}


.vc_row.overlay::after, .vc_row.green-overlay::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.vc_row.green-overlay::after {
    background: #5aa938 none repeat scroll 0 0;opacity: .95
}
.vc_row.overlay, .vc_row.green-overlay {
    z-index: 9;position: relative;overflow: hidden
}
.overlay div.vc_column-inner, .green-overlay div.vc_column-inner {
    padding: 0 !important;
}

/*
*****************************
    08. Counter-box css
*****************************
*/

.counter-box-icon {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #4b4d47;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 43px;
    height: 67px;
    line-height: 38px;
    margin-right: 20px;
    padding: 10px;
    text-align: center;
    width: 67px;
}
.counter-box-icon img {
    max-width: 45px;
}
.educare-counter-box h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    padding: 5px 0 0;
}
.educare-counter-box h3 > span {
    color: #5aa938;
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
}

.educare-counter-box {
  margin-left: 15px;
}

/*
*****************************
    09. stuaff css
*****************************
*/

.educare-single-staff {
  margin-bottom: 50px;
}
.educare-staff-img img {
    border: 3px solid #e8e8e8;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 100%;
}
.educare-single-staff .educare-staff-social-link {
    background: #5aa938 none repeat scroll 0 0;
    list-style: outside none none;
    margin: -27.5px 25px 25px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    z-index: 9;
}
.educare-staff-social-link li {
    display: inline-block;
}
.educare-staff-social-link li a {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 15px;
    margin: 5px;
    text-align: center;
    width: 30px;
}
.educare-staff-social-link li a:hover {
    background: #fff none repeat scroll 0 0;
    color: #5aa938;
    transform: rotate(90deg);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.educare-staff-social-link li a:hover i{
    transform: rotate(-90deg);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.educare-staff-detail {
    text-align: center;
}
.educare-staff-position {
    color: #5aa938;
}
.educare-staff-detail h4 {
    margin-bottom: 5px;
}

/*
*****************************
    10. Post-block css
*****************************
*/


.educare-single-staff:hover .educare-staff-img img {
    border-color: #5aa938;
}
.educare-post-block-img {
    background-size: cover;
    height: 275px;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
}
.educare-pb-date {
    border: 1px solid #5aa938;
    height: 100%;
    position: relative;
}
.educare-pb-date p {
    background: #5aa938 none repeat scroll 0 0;
    bottom: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
    padding: 10px 15px;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
}
.educare-pb-date p span {
    display: block;
}
.educare-pb-meta {
    color: #5aa938;
    font-size: 90%;
    margin: 0;
    text-transform: lowercase;
}
.educare-pb-meta-right {
    float: right;
}
.educare-boxed-post-wrap h3 a {
    color: #222;
}
.educare-boxed-post-wrap h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 25px;
}
.educare-boxed-post-wrap {
    margin-bottom: 50px;
}


/*
*****************************
    11. Logo carusel css
*****************************
*/

.educare-logo-carousel img, .educare-logo-carousel.owl-carousel .owl-item img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.educare-logo-carousel .owl-nav div {
    color: #999;
    font-size: 30px;
    left: -50px;
    line-height: 40px;
    margin-top: -20px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
}
.educare-logo-carousel .owl-nav div.owl-next {
    left: auto;
    right: -50px;
}


/*
*****************************
    12. newsletter css
*****************************
*/

.educare-newsletter-subscribe {
    border: 2px solid #fff;
    height: 51px;
    margin-top: 10px;
    position: relative;
}
.educare-newsletter-subscribe input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 0;
}
.educare-newsletter-subscribe input[type="email"] {
    border: 1px solid #fff;
    width: 100%;
}



/*
*****************************
    13. Event css
*****************************
*/

.educare-single-event-item {
    margin-bottom: 50px;
    padding-bottom: 30px;
    padding-left: 26%;
    padding-top: 30px;
    position: relative;
}
.educare-event-thumb {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 70%;
}
.educare-event-desc {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #5aa938;
    margin-right: 20px;
    padding: 20px;
    position: relative;
    z-index: 9;
}
.educare-event-date {
    background: #5aa938 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-weight: 700;
    line-height: 23px;
    margin-right: 20px;
    min-width: 65px;
    padding: 11px;
    text-align: center;
    text-transform: uppercase;
}
.educare-event-date span {
    display: block;
}
.educare-event-top {
    color: #5aa938;
    margin-bottom: 20px;
    overflow: hidden;
}
.educare-event-top p {
  margin: 0 0 5px;
}
.educare-event-desc h3 {
    font-size: 22px; line-height: 30px
}

.educare-event-top {
    padding-top: 5px;
}
.educare-event-date {
    margin-top: -5px;
}

.educare-events-style-2 .educare-event-thumb {
    height: 350px;
    position: relative;
    width: 100%;
}
.educare-events-style-2 .educare-event-desc {
    margin: 0;
}
.educare-events-style-2 .educare-single-event-item {
    padding: 0;
}
.educare-event-thumb {
    background-position: center center;
    background-size: cover;
}

.educare-events-style-2.educare-events-column-3 .educare-event-thumb {
  height: 250px;
}



.educare-loading-bar {
    background: #ddd none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.educare-loading-bar p {
    left: 0;
    line-height: 30px;
    margin: -35px 0 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.educare-events-style-1 .educare-loading-bar p {
  text-align: left;
}
/*
*****************************
    14. Gallery css
*****************************
*/


.educare-gallery {
    margin-left: -2%;
}
.educare-gallery-item {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    display: block;
    float: left;
    height: 250px;
    margin-bottom: 2%;
    margin-left: 2%;
    position: relative;
    z-index: 9;
}
.educare-gallery-column-1 .educare-gallery-item {
    width: 98%;
}
.educare-gallery-column-2 .educare-gallery-item {
    width: 48%;
}
.educare-gallery-column-3 .educare-gallery-item {
    width: 31.3333333%;
}
.educare-gallery-column-4 .educare-gallery-item {
    width: 23%;
}
.educare-gallery-column-5 .educare-gallery-item {
    width: 18%;
}
.educare-gallery-column-6 .educare-gallery-item {
    width: 14.6666666%;
}
.educare-gallery-column-7 .educare-gallery-item {
    width: 12.2857%;
}
.educare-gallery-column-8 .educare-gallery-item {
    width: 10.5%;
}
.educare-gallery-column-9 .educare-gallery-item {
    width: 9.1111%;
}
.educare-gallery-column-10 .educare-gallery-item {
    width: 8%;
}
.educare-gallery-item::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: -1;
}
.educare-gallery-item:hover::after {
    opacity: 0.5;
}
.educare-gallery-item i.fa.fa-plus {
    color: #fff;
    font-size: 25px;
    height: 30px;
    left: 50%;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0;
    position: absolute;
    top: 35%;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    z-index: -1;width: 30px;text-align: center
}
.educare-gallery-item:hover i.fa.fa-plus {
    opacity: 1;
    top: 50%;
    visibility: visible;
    z-index: 99;
}

.educare-gallery-column-1 .educare-gallery-item {
  height: 850px;
}
.educare-gallery-column-2 .educare-gallery-item {
  height: 450px;
}
.educare-gallery-column-3 .educare-gallery-item {
  height: 280px;
}
.educare-gallery-column-5 .educare-gallery-item {
  height: 180px;
}
.educare-gallery-column-6 .educare-gallery-item {
  height: 135px;
}
.educare-gallery-column-7 .educare-gallery-item {
  height: 100px;
}
.educare-gallery-column-8 .educare-gallery-item {
  height: 90px;
}
.educare-gallery-column-9 .educare-gallery-item {
  height: 80px;
}
.educare-gallery-column-10 .educare-gallery-item {
  height: 75px;
}


.educare-single-thumbnail-post {
    margin-bottom: 15px;
    overflow: hidden;
}
.educare-single-thumbnail-post a {
}
.educare-single-thumbnail-post h4 {
    color: #d6d6d6;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 5px;
}
.educare-single-thumbnail-post img {
    float: left;
    margin-right: 15px;
    width: 80px;
}
.educare-post-meta {
    color: #5aa938;
    font-size: 14px;
}
.educare-thumbnail-posts {
    padding-top: 10px;
}



.footer-logo span{
  color: #fff;
  border: 1px solid #555;
  text-transform: uppercase;
  font-weight: 500;
  padding: 7px 10px;display: inline-block
}




/*   responsive   */

@media only screen and (min-width: 992px) and (max-width: 1265px){
    .educare-course-list .owl-nav div{
        top: 100%;
        left: 50%;
        margin-left: -45px;
    }
    .educare-course-list .owl-nav div.owl-next{
        left: auto;
        right: 50%;
        margin-right: -45px;
    }
}
/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
    body .educare-slide-st-img{
        width: 400px!important;
    }
    .slider-preloader-wrap, .single-educare-slide-item{
        height: 560px;
    }
    .educare-slide-text br{
        display: none;
    }
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
    .owl-carousel .owl-item .educare-slide-st-img,
    .educare-slide-st-img{
        display: none;
    }
    .slider-preloader-wrap, .single-educare-slide-item{
        height: 500px;
    }
    .educare-slide-text{
        text-align: center;
    }
   .educare-course-list .owl-nav div{
        top: 100%;
        left: 50%;
        margin-left: -45px;
    }
    .educare-course-list .owl-nav div.owl-next{
        left: auto;
        right: 50%;
        margin-right: -45px;
    }
    .educare-counter-box{
        text-align: center;
    }
    .counter-box-icon{
        width: 100%;
        margin-bottom: 10px;
        background-color: transparent;
        border: none;
    }
    .educare-counter-box h3{
        display: block;
    }
    .educare-single-staff {
      margin-left: -10px;
      margin-right: -10px;
    }
    .educare-single-staff .educare-staff-social-link {
      margin: -27.5px 0 25px;
    }
    .educare-gallery-column-5 .educare-gallery-item{
        width: 23%;
    }
    .educarecrumbs-area {
      text-align: left;
    }
    .course-featured-img {
      display: none;
    }
    .small-d-course-featured-img {display: block}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
    .course-featured-img {
      display: none;
    }
    .small-d-course-featured-img {display: block}
    .educare-slide-st-img{
        display: none;
    }
    .educare-course-list .owl-nav div{
        top: 100%;
        left: 50%;
        margin-left: -45px;
    }
    .educare-course-list .owl-nav div.owl-next{
        left: auto;
        right: 50%;
        margin-right: -45px;
        
    }
    .educare-slide-tablecell h2 {
      font-size: 28px;
    }
    .educare-slide-text{
        text-align: center;
    }
    .slider-preloader-wrap, .single-educare-slide-item{
        height: 400px;
    }
    .educare-counter-box{
        text-align: center;
        margin-bottom: 30px;
    }
    .counter-box-icon{
        width: 100%;
        margin-bottom: 10px;
        background-color: transparent;
        border: none;
    }
    .educare-counter-box h3{
        display: block;
    }
    .educare-single-staff{
        width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    .educare-notices{
        margin-bottom: 20px;
    }
    body .vc_custom_1479832038201{
        padding-top: 60px!important;
        padding-bottom: 60px!important;
    }
    .educare-section-title{
        margin-bottom: 40px;
    }
    .educare-service-box{
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .educare-newsletter-subscribe input[type="submit"] {
      padding: 10px;
    }
    .educare-newsletter-subscribe{
        margin: 0 auto;
        width: 95%;
    }
    .educare-slide-text br{
        display: none;
    }
    .educare-gallery-column-5 .educare-gallery-item{
        width: 98%;
        height: 250px;
    }
    .educare-notices {
      margin-bottom: 50px;
    }
    .footer-copyright-area, .footer-copyright-area .text-right {
      text-align: center;
    }
    .educare-slide-st-img, .educare-slides .owl-nav div {
      display: none !important;
    }
    .educarecrumbs-area {
      text-align: left;
    }
    .educare-single-event-item {
      padding: 0;
      position: relative;
    }
    .educare-event-thumb {
      height: 200px;
      left: 0;
      position: relative;
      top: 0;
      width: 100%;
    }
    .educare-event-desc {
      margin-right: 0;
    }
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
    .single-educare-course{
        padding: 0 60px;
    }
    .single-educare-course h2 > span{
        right: 45px;
    }
    .educare-section-title{
        margin-bottom: 60px;
    }
    body .vc_custom_1479832038201{
        padding-top: 60px!important;
        padding-bottom: 60px!important;
    }
    .educare-service-box{
        width: 380px;
    }
    .educare-boxed-post-wrap{
        width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .educare-newsletter-subscribe{
        width: 80%;
    }
    .educare-gallery-column-5 .educare-gallery-item{
        width: 48%;
    }
}
