.abt-rt-thumb {
  background: #fff!important;
}
.abt-rt-inner {
  background: url(../images/about/abt-right-thumb.jpg) top/cover no-repeat;
}
.feature_text p:nth-child(1){
  margin-bottom: 5px!important;
}
.address p,.cnt-info p{
  text-align: initial!important;
}
#activities{
  min-height: 350px!important;
}

#courses{
  min-height: 200px!important;
}

#classes p{
  margin-bottom: 0px!important;
}

.w-45{
  width: 45%!important;
}

.logo h4{
  text-transform: uppercase;
  color: #fff;
  font-size: 15px!important;
}

@media screen and (min-width: 320px) and (max-width: 992px) {
  .logo a{
    text-align: justify;
  }
  .logo h4{
    font-size: 13px!important;
  }
  .w-45{
    width: 25%!important;
  }
}
@media screen and (min-width: 480px) and (max-width: 556px) {
  .logo h4{
    font-size:13px!important;
  }

}

.float-lg-left{
  float: left!important;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#fa-bars{
  color: #fff!important;
  font-size: 26px;
}


@media (min-width: 576px) {
  .gallery-block.grid-gallery a:hover{
    color: black!important;
  }
  .gallery-block.grid-gallery .scale-on-hover:hover{
    transform: none;
  }
}

.fa-play{
  background: red!important;
  padding:10px 20px;
  border-radius: 10%;
  color: white;
}

/*.abbr-header {
    font-size: 4rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    color: #fff;
    border-radius: 0 0 10px 10px;
    position: relative;
    background-color: #555;
}

.item::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 20px solid;
    position: absolute;
    bottom: -20px;
}

.sassy {
    background-color: #8bc34a;
}

.sassy::after {
    border-top-color: #8bc34a;
}

.amative {
    background-color: #03a9f4;
}

.amative::after {
    border-top-color: #03a9f4;
}

.fabulous {
    background-color: #e91e63;
}

.fabulous::after {
    border-top-color: #e91e63;
}

.immaculate {
    background-color: #009688;
}

.immaculate::after {
    border-top-color: #009688;
}

.resourceful {
    background-color: #ff9800;
}

.resourceful::after {
    border-top-color: #ff9800;
}

.eminence {
    background-color: #ff9999;
}

.eminence::after {
    border-top-color: #ff9999;
}

.icon {
    font-size: 2rem;
    margin-bottom: 10px;
}

.text {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .abbr-header {
        font-size: 3rem;
    }

    .icon {
        font-size: 1.5rem;
    }

    .text {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .abbr-header {
        font-size: 2.5rem;
    }

    .icon {
        font-size: 1.2rem;
    }

    .text {
        font-size: 0.9rem;
    }
}*/

.smart-container {
    text-align: center;
}
.smart-header {
    display: flex;
    justify-content: center;
    font-size: 4rem;
    font-weight: bold;
    color: #333;
    width: 100%;
    margin-bottom: 20px;
}

.smart-header span {
  text-align: center;
    width: 16.6%!important;
/*    margin: 0 10px;*/
}

.smart-items {
    display: flex;
    justify-content: center;
}

.smart-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 5px;
    padding: 50px 10px;
    width: 16%!important;
    color: #fff;
/*    border-radius: 0 0 10px 10px;*/
    position: relative;
}

.smart-item::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-top: 20px solid;
    position: absolute;
    bottom: -20px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
.smart-item {
  margin: 0 0px!important;
  padding: 20px 10px;
  border-radius: 0px!important;
}
.smart-item::after {
    height: 42px;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 25px solid;
    bottom: -42px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .smart-item {
    padding: 20px 10px;
    margin: 0 0px!important;
    border-radius: 0px!important;
  }
  .smart-item::after {
    height: 42px;
    width: 0px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 25px solid;
    bottom: -42px;
  }
}

@media screen and (min-width: 421px) and (max-width: 479px) {
  .smart-item {
    padding: 20px 10px;
    margin: 0 0px!important;
    border-radius: 0px!important;
  }
  .smart-item::after {
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 20px solid;
    bottom: -20px;
  }
  .text {
      font-size: 0.9rem!important;
  }
}

@media screen and (min-width: 320px) and (max-width: 420px) {
  .smart-item {
    padding: 20px 10px;
    margin: 0 0px!important;
    border-radius: 0px!important;
  }
  .smart-item::after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid;
    bottom: -20px;
  }
  .text {
      font-size: 0.8rem!important;
  }
}

.smart-item.sassy {
    background-color: #8bc34a;
}

.smart-item.sassy::after {
    border-top-color: #8bc34a;
}

.smart-item.amative {
    background-color: #03a9f4;
}

.smart-item.amative::after {
    border-top-color: #03a9f4;
}

.smart-item.fabulous {
    background-color: #e91e63;
}

.smart-item.fabulous::after {
    border-top-color: #e91e63;
}

.smart-item.immaculate {
    background-color: #009688;
}

.smart-item.immaculate::after {
    border-top-color: #009688;
}

.smart-item.resourceful {
    background-color: #ff9800;
}

.smart-item.resourceful::after {
    border-top-color: #ff9800;
}

.smart-item.eminence {
    background-color: rgb(7 77 103);
}

.smart-item.eminence::after {
    border-top-color: rgb(7 77 103);
}

.icon{
  width: 50px;
  height: 50px;
  border: 2px solid white;
  color: white;
  font-size: 2rem;
}

.feature_icon{
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icon{
  width: 70px;
  height: 70px;
  color: #fff;
  background-color: #1b095b;
  font-size: 4rem;
}

.icon ,.card-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.text {
  font-size: 1.2rem;
}

.feature{
  min-height: 320px!important;
}

a:focus, a:hover{
  color: #fff!important;
}