.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 15px rgba(214, 215, 216, 0.9);
  padding: 20px 0 30px 0;
  margin-top:40px;

}

.contact .info-box i {
  font-size: 32px;
  color: #ff4a17;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  /*margin: 10px 0;*/
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  margin-top:40px;
  margin-bottom:40px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #ff4a17;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #c41213;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #c41213;
}

@media only screen and (max-width: 768px) {
  .section-title h2 {
    text-align: center;
  }
}
/**************************************************************************/

.director_desc .container{
  padding: 1em 0;
  float: left;
  width: 50%;
}
@media screen and (max-width: 640px){
  .director_desc .container{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px){
  .director_desc .container{
    width: 33.33333%;
  }
}

.director_desc .container .title{
  color: #1a1a1a;
  text-align: center;
  font-weight:bold;
  margin-bottom: 10px;
  font-size:18px;
}

.director_desc .content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.director_desc .content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.director_desc .content:hover .content-overlay{
  opacity: 1;
}

.director_desc .content-image{
  width: 100%;
}

.director_desc .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.director_desc .content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.director_desc .content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.director_desc .content-details p{
  color: #fff;
  font-size: 0.8em;
}


.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}





/**************************************************************************/

.item-box {
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.09);
          box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.09);
}

.container-filter {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}

.container-filter li {
  list-style: none;
  display: inline-block;
}

.container-filter a {
  display: block;
  color: #ea485f !important;
  border: 1px solid #ea485f;
  padding: 0px 22px;
  margin: 4px 8px !important;
  cursor: pointer;
  line-height: 35px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 30px;
}

.container-filter a.active {
  background-color: #c41213;
  color: #ffffff !important;
}


/*Video Section*/
/*    .online-class-video .container {*/
/*  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);*/
/*  background: #fff;*/
/*}*/

.online-class-video .icon-box + .icon-box {
  margin-top: 50px;
}


.online-class-video .icon-box .description {
  font-size: 14px;
  font-family: segoe;
  text-align:justify;
  
}

.online-class-video .video-box {
  position: relative;
}

.online-class-video .video-box img {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}

.online-class-video .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#EBA115 50%, rgba(255, 195, 87, 0.4) 52%); 
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.online-class-video .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}





/*Video Section*/

#footer-nifse {
  background: #071527;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  border-top: 5px solid red;
}

#footer-nifse .footer-top {
  padding: 60px 0 30px 0;
}

#footer-nifse .footer-top .footer-info {
  margin-bottom: 15px; 
  padding: 10px 20px;
}

#footer-nifse .footer-top .footer-info h3 {
  font-size: 19px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer-nifse .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer-nifse .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  background: #0a1e38;
}

#footer-nifse .footer-top .social-links a:hover {
  color: #fff;
  background:orange;
  text-decoration: none;
}

#footer-nifse .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer-nifse .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer-nifse .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer-nifse .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ef6445;
  font-size: 18px;
  line-height: 1;
}

#footer-nifse .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer-nifse .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer-nifse .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer-nifse .footer-top .footer-links ul a:hover {
  color: #ef6445;
}

#footer-nifse .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer-nifse .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer-nifse .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background:orange;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer-nifse .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #ef6445;
}

#footer-nifse .copyright {
  border-top: 1px solid #0f2f57;
  text-align: center;
  padding-top: 30px;
}

#footer-nifse .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 768px) {
  #footer-nifse .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

@media (max-width: 768px) {
  #footer-nifse .footer-links ul li,h4 {
    margin-left:15px !important;
  }
}