@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}
#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}
a {
  color: #2D6CDF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #2D6CDF;
  outline: none;
  text-decoration: none;
}
p {
  margin-bottom: 20px;
}
ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: 'Varela Round', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.heading h2 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #003399;
  text-transform: uppercase;
  position: relative;
}
.heading h2::after {
    content: '';
    width: 50px;
    height: 1px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.08);
}
.bold-txt{
  font-weight: bold;
}
::-webkit-selection {
  color: #fff;
  background: #2D6CDF;
}
::-moz-selection {
  color: #fff;
  background: #2D6CDF;
}
::selection {
  color: #fff;
  background: #2D6CDF;
}
video:focus{
  outline: none;
}
.relative{
  position: relative;
}
.icon{
  overflow: hidden;
  border: 1px solid #eaeaea;
}
.divider{
  margin-top: 7em;
}
.wrapper-relative{
  position: relative;
}
.row-flex{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item-flex{
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
@media screen and (max-width: 768px){
  .item-flex{
    -ms-flex: initial;
    flex: initial;
    max-width: initial;
  }  
}
/* Adjust col */
  .adjust-col{
    padding-right: 50px;
  }
  @media screen and (max-width: 768px){
    .adjust-col{
      padding-right: 15px;
    }
  }
/* Overlay */
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 51, 153, 0.3);
  }
  .back-cover{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
/* info box */
  .info-box{
    position: relative;
    color: white;
    padding: 80px 0;
  }
  .info-box h2{
    color: white;
    margin: 9px 0;
  }
  .info-box .header,  .info-box .body{
    margin-bottom: 20px;
  }
  .info-box .body p {
    border-top: 1px solid white;
    padding-top: 15px;
  }
  .info-box .header .btn{
    display: block;
    margin: 0;
    padding: 18px 0 !important;
  }
  @media screen and (max-width: 768px){
    .info-box .header .btn{
      display: inline-block;
      padding: 18px 36px !important;
      margin: 10px 0 !important;
    }
    .info-box .footer{
      margin-bottom: 30px;
    }
  }
  .radius-box{
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    overflow: hidden;
  }
/* ALING */
  .center-xy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  }
  .center-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  }
  .center-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  }
/* Colors */
  .c1{
    color: #003399;
  }
  .c2{
    color: #0066FF;
  }
  .cback1{
    background: #003399;
  }
  .cback2{
    background: #0066FF;
  }
/* Shadows */
  .shadow-1{
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.12);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.12);
    box-shadow: 0 0 10px rgba(0,0,0,.12);
  }
  .text-shadow{
    text-shadow: 0px 0px 12px #999;
  }
/* BTN */
  .btn {
    padding: 18px 30px !important;
    color: #fff;
    border: none !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 4px;
    margin-bottom: 4px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .btn:hover {
    background: #2D6CDF !important;
    color: white !important;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  }

  .btn.btn-md {
    padding: 8px 20px !important;
  }
  .btn.btn-lg {
    padding: 18px 36px !important;
  }
  .btn:hover, .btn:active, .btn:focus {
    outline: none !important;
  }
  .btn:active, .btn.active{
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-primary {
    color: #fff;
    border: 2px solid #2D6CDF;
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #437be2 !important;
    border-color: #437be2 !important;
  }
  .btn-primary.btn-outline {
    background: transparent;
    color: #2D6CDF;
    border: 2px solid #2D6CDF;
  }
  .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    background: #2D6CDF;
    color: #fff;
  }
  .btn-line{
    border: 2px solid #0066FF !important;
    color: #337ab7 !important;
  }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li > a:focus{
    color: white !important;
    background-color: #0066FF;
  }
  li.btn-level-1 > a{
    background-color: #f8b000 !important;
  }
  li.btn-level-2 > a{
    background-color: #7EB538 !important;
  }
  li.btn-level-3 > a{
    background-color: #00a3a0 !important;
  }
  .btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
  }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
  }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
  }
  .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
  }
  .btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
  }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
  }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
  }
  .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
  }
  .btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
  }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
  }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
  }
  .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
  }
  .btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
  }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
  }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
  }
  .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
  }
  .btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    box-shadow: none;
  }
  .btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .btn.with-arrow:hover {
    padding-right: 50px;
  }
  .btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
  }
  .btn-cta{
    color: #fff !important;
    font-size: 12px !important;
    padding: 14px 30px !important;
  }
  .btn-level1{
    border: 2px solid #f8b000 !important;
    color: #f8b000 !important;
  }
  .btn-level1:hover{
    background: #f8b000 !important;
  }
  .btn-level2{
    border: 2px solid #7EB538 !important;
    color: #7EB538 !important;
  }
  .btn-level2:hover{
    background: #7EB538 !important;
  }
  .btn-level3{
    border: 2px solid #00a3a0 !important;
    color: #00a3a0 !important;
  }
  .btn-level3:hover{
    background: #00a3a0 !important;
  }
/* navbar */
  /* logo header fixed */
    .top-menu .btn,  .navbar-scroll .btn{
      margin-left: 10px;
    }
    .logo {
      height: 100px;
    }
    .logo a{
      width: inherit;
      height: inherit;
      display: block;
    }
    .logo svg {
      fill: #003399;
      width: inherit;
      height: inherit;
    }
  .fh5co-nav {
    width: 100%;
    padding: 0;
    z-index: 1001;
  }
  .fh5co-nav .top-menu {
    padding: 10px 0;
  }
  @media (max-width: 767px){
    .fh5co-nav .top-menu {
        padding: 15px 0;
    }    
  }
  .fh5co-nav .top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0px 0;
    margin-bottom: 0;
    height: 40px;
    background-color: #003399;
    color: white;
  }
  .fh5co-nav .top .num, .fh5co-nav .top .fh5co-social, .fh5co-nav .top .site {
    display: inline-block;
    margin: 0;
    padding: 5px 12px;
    height: 39px;
  }
  @media screen and (max-width: 768px) {
    .fh5co-nav .top .num, .fh5co-nav .top .fh5co-social, .fh5co-nav .top .site {
      padding: 5px 10px;
    }
  }
  .fh5co-nav .top .site {
    float: left;
    font-weight: 300;
    margin-top: 0px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }
  .fh5co-nav .top .site:first-child{
    border-right: 0;
    border-left: 0;
    padding-left: 0;
  }
  @media screen and (max-width: 480px) {
    .fh5co-nav .top .site {
      display: none;
    }
  }
  .fh5co-nav .top .num {
    letter-spacing: 0px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
  }
  .fh5co-nav .top .fh5co-social {
    margin: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }
  .fh5co-nav .top .fh5co-social li {
    background-color: #0066FF;
    color: white;
    font-size: 14px;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .fh5co-nav .top .fh5co-social li a {
    padding: 7px 7px;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    font-size: initial;
  }
  .fh5co-nav .top .fh5co-social li a i {
    color: white;
    font-size: 14px;
  }
  .fh5co-social li:hover i{
    color: white !important;
  }
  .top .icon {
    margin-right: 5px;
    border: none;
  }
  .icon-map::before {
    content: "\e942";
  }
  .icon-phone::before{
    content: "\e98a";
  }
  @media screen and (max-width: 768px) {
    .fh5co-nav .menu-1 {
      display: none;
    }
  }
  .fh5co-nav .items-menu {
    padding: 0;
    margin: 25px 0 0 0;
  }
  .fh5co-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
    font-weight: 300;
  }
  .fh5co-nav ul li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 30px 15px;
    color: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
    color: #039;
  }
  .fh5co-nav ul li.has-dropdown {
    position: relative;
  }
  .fh5co-nav ul li.has-dropdown .dropdown {
    width: 180px;
    -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: white;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
  .fh5co-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
  }
  .fh5co-nav ul li.has-dropdown .dropdown li {
    display: block !important;
    margin-bottom: 12px;
  }
  .fh5co-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
  }
  .fh5co-nav ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #999999;
    line-height: 1.2;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
  }
  .fh5co-nav ul li.has-dropdown .dropdown li a:hover {
    color: #003399;
  }
  .fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
    color: #039;
  }
  .fh5co-nav ul li.active > a {
    color: #003399;
  }
  .circle-level{
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    background-color: #759fdb;
  }
  .circle-level1{
    background-color: #f8b000;
  }
  .circle-level2{
    background-color: #7EB538;
  }
  .circle-level3{
    background-color: #00a3a0;
  }
  .circle-level4{
    background-color: #0044ca;
  }
/* navbar scroll */
  #navbar {
    background-color: white; 
    position: fixed; 
    top: -78px;
    width: 100%;
    transition: top 0.3s;
    z-index: 9999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  #navbar a {
    display: block;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #navbar a:hover {
    background-color: transparent;
    color: #003399;
  }
  #navbar ul li{
    display: inline-block;
  }
  #navbar ul li.active > a {
    color: #003399;
  }
  #navbar ul{
    margin-top: 10px;
  }
  #navbar ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #999999;
    line-height: 1.2;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
  }
  #navbar ul li.has-dropdown .dropdown li a:hover{
    color: #039;
  }
  .logo-responsive {
    height: 75px;
    display: inline-block;
    text-align: left;
  }
  .logo-responsive a{
    height: inherit;
    padding-left: 0 !important;
  }
  .logo-responsive svg {
    fill: #003399;
    height: 50px;
  }
  @media screen and (max-width: 1024px){
    #navbar{
      display: none !important;
    }
  }
/* Idangerous Slide > Swiper slide */
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  /* Btn Slide */
    .icon-next::before{
      content: "\e936";
    }
    .icon-prev::before{
      content: "\e937";
    }
    .btn-next, .btn-prev{
      background-image: none !important;
      height: 40px !important;
      width: 40px !important;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      cursor: pointer;
    }
    .btn-next:focus, .btn-prev:focus{
      outline:0px !important;
    }
    .btn-next i, .btn-prev i{
      padding: 0 10px;
      font-size: 20px;
      line-height: 40px;
      color: white;
    }
    .btn-next:hover, .btn-prev:hover{
      background: #437be2 !important;
      border-color: #437be2 !important;
      -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
      -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
      box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    }
  /* Slide > Start */
    #fh5co-hero {
      min-height: 630px;
      height: 100vh;
      background: #fff url(../images/loader.gif) no-repeat center center;
    }
    .swiper-start .swiper-slide, .swiper-start-xs .swiper-slide{
      overflow: hidden;
    }
    @media screen and (max-width: 1366px) {
      #fh5co-hero {
        height: 642px;
      }
    }
    .info-slide{
      top: 30%;
      z-index: 3;
    }
    .swiper-start .text-shadow {
        text-shadow: 0px 0px 24px #6b6b6b;
    }
    .swiper-start .overlay{
      z-index: 2;
      background: rgba(0, 51, 153, 0.7);
    }
    .back-slide {
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .back-slide img{
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
    }
    .slider-text h1, .slider-text h2{
      color: white;
    }
    .slider-text h1{
      margin-bottom: 20px;
      font-size: 50px;
      line-height: 1.2;
    }
    .slider-text h2{
      margin-bottom: 40px;
      font-size: 24px;
    }
    @media screen and (max-width: 767px) {
      .slider-text h1{
        line-height: 1;
        margin-bottom: 25px;
        font-size: 35px;
      }
      .slider-text h2{
        font-size: 20px;
      }
    }
    .swiper-start .btn-next{
      right: 10px !important;
    }
    .swiper-start .btn-prev{
      left: 10px !important;
    }

.fh5co-bg-section {
  background: #e8e8e8;
}

#fh5co-course-categories,
#fh5co-counter,
#fh5co-certifications,
#fh5co-course,
#fh5co-register,
#fh5co-pricing,
#fh5co-testimonial,
#fh5co-blog,
#fh5co-about,
#fh5co-staff,
#fh5co-contact,
#fh5co-footer {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-course-categories,
  #fh5co-counter,
  #fh5co-certifications,
  #fh5co-course,
  #fh5co-register,
  #fh5co-pricing,
  #fh5co-testimonial,
  #fh5co-blog,
  #fh5co-about,
  #fh5co-staff,
  #fh5co-contact,
  #fh5co-footer {
    padding: 3em 0;
  }
}

.services {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.services h3 {
  font-size: 18px;
  font-weight: 400;
  color: #039;
}
.services .icon {
  width: 90px;
  height: 90px;
  background: white;
  display: table;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 992px) {
  .services .icon {
    margin: 0 auto 30px auto;
  }
}
.services .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  line-height: 40px;
  color: #039;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.services .icon svg{
  fill: #039;
}
/* counters */
  .fh5co-counters {
    padding: 7em 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
  }
  .fh5co-counters .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 51, 153, 0.3);
  }
  .fh5co-counters .counter-wrap {
    border: 1px solid red !important;
  }
  .fh5co-counters .fh5co-counter {
    font-size: 44px;
    display: block;
    color: white;
    font-family: "Roboto Slab", serif;
    width: 100%;
    font-weight: 400;
  }
  .fh5co-counters .fh5co-counter-label {
    color: white;
    font-size: 20px;
    display: block;
  }
  @media screen and (max-width: 767px){
    .fh5co-counters .fh5co-counter-label{
      margin-bottom: 30px;
    }
  }
  .fh5co-counters .icon i {
    font-size: 45px;
    color: #fff;
  }
  .fh5co-counters .icon{
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
    border: none;
    overflow: initial;
  }
  .icon-school {
    fill: white;
  }
/* certifications */
  .main-page .certifications{
    padding-bottom: 0 !important;
  }
  .gallery i{
    font-size: 40px;
    line-height: 40px;
    display: table-cell;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #039;
  }
  .icon-ok::before{
    content: "\e931";
  }
  .icon-pc::before{
    content: "\e911";
  }
  .icon-study::before{
    content: "\e924";
  } 
  .main-page .icon-ingles svg{
    width: 70px;
  }
  @media screen and (max-width: 768px){
    .featured .col-padded{
      margin-bottom: 35px !important;
    }
    .featured .gallery{
      height: 300px;
    }
  }
.course {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  margin-bottom: 30px;
}
.course .desc, .course .course-img {
  width: 50%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .course .desc, .course .course-img {
    width: 100%;
  }
}
.course .course-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .course .course-img {
    height: 270px;
  }
}
.course .desc {
  padding: 1.7em;
  background: #fafafa;
}
.course .desc h3 {
  font-size: 18px;
  font-weight: 400;
}
.course .desc h3 a {
  color: #000;
}
.course .desc .date {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}
.course .desc .btn-course {
  border: 2px solid rgba(0, 0, 0, 0.8) !important;
  background: transparent;
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 11px 15px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.course .desc .btn-course:hover {
  background: rgba(0, 0, 0, 0.8) !important;
  color: white !important;
}
.course:hover .course-img {
  -webkit-box-shadow: inset -70px 0px 77px 11px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: inset -70px 0px 77px 11px rgba(0, 0, 0, 0.74);
  box-shadow: inset -70px 0px 77px 11px rgba(0, 0, 0, 0.74);
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #2D6CDF;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}
.fh5co-contact-info{
  padding-right: 105px;
}
.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}
.fh5co-contact-info ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
}
.fh5co-contact-info ul li:before {
  color: #039;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9dc";
}
.form-contact {
  text-align: center;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.05);
}
.form-contact .form-group:last-child{
  margin-bottom: 0;
}
.form-contact h3 {
  margin-bottom: 5px;
}
.form-contact p {
  margin-bottom: 20px;
}
.form-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}
.form-contact .adjust-col-left{
  padding-left: 7px;
}
.form-contact .adjust-col-right{
  padding-right: 7px;
}
/* Contact time */
  .contact-time{
    background-color: #039;
    padding: 5px 10px;
    color: white;
    border-radius: 4px;
    margin-top: 15px;
    font-size: 16px;
  }
  .contact-time .icon-clock3{
    color: white !important;
  }
  .contact-time .icon {
      margin-right: 10px !important;
  }
  .contact-time i{
    font-size: 16px !important;
  }
.fh5co-contact-info .level{
  margin-top: 25px;
}
.fh5co-contact-info ul li a {
  color: rgba(0, 0, 0, 0.8);
}
.fh5co-contact-info .icon i{
  font-size: 23px;
  color: #039;
}
.fh5co-contact-info .icon{
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
.fh5co-contact-info .level h4{
  color: #039;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
.fh5co-contact-info .level strong{
  color: #039;
  margin-right: 5px;
}
.fh5co-contact-info .level .info-icon{
  padding-left: 35px;
  display: inline-block;
}
.fh5co-contact-info .level li .info-icon span:first-child{
  color: #039;
  margin-right: 5px;
  font-weight: bold;
}
.fh5co-contact-info p{
  margin: 0;
}
.icon-school{
  display: block !important;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  margin-top: 15px; 
  margin-bottom: 20px;
}
.main-page .icon-school{
  margin-top: 0;
}
.header-page .icon-school{
  display: block !important;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  margin-top: 15px; 
  margin-bottom: 20px;
}
.student-counter .fh5co-counter{
  display: inline;
  margin-left: 5px;
}
.student-counter .more-txt{
  color: white;
}
@media screen and (max-width: 768px) {
  .form-contact{
    margin: 60px 15px 0 15px;
  }
  .form-contact .adjust-col-left{
    padding-left: 15px;
  }
  .form-contact .adjust-col-right{
    padding-right: 15px;
    margin-bottom: 15px;
  }
} 
.fh5co-heading {
  margin-bottom: 2em;
}
.fh5co-heading h2 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #003399;
  text-transform: uppercase;
  position: relative;
}
.fh5co-heading h2:after {
  display: block;
  content: '';
  width: 50px;
  height: 1px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.08);
  margin-top: 15px;
}
.fh5co-heading p {
  font-size: 14px;
}

#fh5co-testimonial {
  background: #1F5F8B;
  position: relative;
}
#fh5co-testimonial .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
}
#fh5co-testimonial .testimony-slide {
  text-align: center;
  position: relative;
  color: #fff !important;
}
#fh5co-testimonial .testimony-slide span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
}
#fh5co-testimonial .testimony-slide span small {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 3px;
}
#fh5co-testimonial .testimony-slide .user {
  display: block;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 70%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-testimonial .testimony-slide blockquote {
    width: 85%;
  }
}
#fh5co-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#fh5co-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#fh5co-testimonial .arrow-thumb a:hover, #fh5co-testimonial .arrow-thumb a:focus, #fh5co-testimonial .arrow-thumb a:active {
  text-decoration: none;
}
#fh5co-testimonial .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.3) !important;
}
#fh5co-testimonial .owl-theme .owl-dots .active span {
  background: white !important;
}
#fh5co-testimonial .fh5co-heading {
  margin-bottom: 3em;
}
#fh5co-testimonial .fh5co-heading h2 {
  color: #fff;
  margin-bottom: 20px !important;
}
#fh5co-testimonial .fh5co-heading h2:after {
  background: transparent !important;
}
#fh5co-testimonial .fh5co-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonial .fh5co-heading span {
  padding: 7px 15px;
  position: relative;
}
#fh5co-testimonial .fh5co-heading span:before {
  position: absolute;
  top: 24px;
  left: -40px;
  content: '';
  width: 40px;
  height: 1px;
  background: white;
}
#fh5co-testimonial .fh5co-heading span:after {
  position: absolute;
  top: 24px;
  right: -40px;
  content: '';
  width: 40px;
  height: 1px;
  background: white;
}

.wrap-price {
  padding: 2em 4em;
}

.pricing__feature-list {
  width: 100%;
  float: left;
}
.pricing__feature-list li {
  margin-bottom: 10px;
}

.pricing__item {
  width: 100%;
  float: left;
  clear: both;
}
@media screen and (max-width: 768px) {
  .pricing__item {
    margin-bottom: 30px;
  }
}

/* Blog and Events */
  .main-page #fh5co-blog, .blog-page #fh5co-blog{
    padding-top: 0;
  }
  .fh5co-event {
    position: relative;
    padding-left: 120px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .icon-event::before {
    content: "\e918";
  }
  .fh5co-event .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.03);
    display: table;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  .fh5co-event .date span {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    width: 100px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
  .fh5co-event h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .fh5co-event h3 a {
    color: black;
  }
  .slide-blog{
    padding: 20px !important;
  }
  .swiper-row{
    position: relative;
  }
  .btn-next{
    right: -30px !important;
    z-index: 2;
  }
  .btn-prev{
    left: -30px !important;
    z-index: 2;
  }
  .fh5co-blog {
    margin-bottom: 30px;
    width: 100%;
    float: left;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.12);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.12);
    box-shadow: 0 0 10px rgba(0,0,0,.12);  
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  @media screen and (max-width: 1366px) {
    .btn-next{
      right: -10px !important;
    }
    .btn-prev{
      left: -10px !important;
    }
  }
  @media screen and (max-width: 768px) {
    .fh5co-blog {
      width: 100%;
    }
  }
  .fh5co-blog .blog-img-holder {
    display: block;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    height: 270px;
  }
  .fh5co-blog .blog-text {
    position: relative;
    background: white;
    width: 100%;
    padding: 30px;
    float: left;
  }
  .fh5co-blog .blog-text span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
  }
  .fh5co-blog .blog-text span.comment {
    float: right;
  }
  .fh5co-blog .blog-text span.comment a {
    color: rgba(0, 0, 0, 0.3);
  }
  .fh5co-blog .blog-text span.comment a i {
    padding-left: 7px;
  }
  .fh5co-blog .blog-text h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .fh5co-blog .blog-text h3 a {
    color: #003399;
  }
  .fh5co-blog .blog-text .btn-blog {
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.8);
    color: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .fh5co-blog .blog-text .btn-blog:hover {
    color: #fff !important;
  }
  /* right bounce */
    .icon-arrow-right::before {
      content: "\e938";
    }
    .bounce-right span{
      margin-right: 5px;
    }
    .bounce-right {
      -webkit-animation: bounceRight 2s infinite;
      animation: bounceRight 2s infinite;
      float:right;
      margin-bottom: 15px;
      margin-right: 20px;
    }
    @-webkit-keyframes bounceRight {
      0%,
      20%,
      50%,
      80%,
      100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
      }
      40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
      }
      60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
      }
    }
    @-moz-keyframes bounceRight {
      0%,
      20%,
      50%,
      80%,
      100% {
        transform: translateX(0);
      }
      40% {
        transform: translateX(-30px);
      }
      60% {
        transform: translateX(-15px);
      }
    }
    @keyframes bounceRight {
      0%,
      20%,
      50%,
      80%,
      100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
      }
      40% {
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
      }
      60% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
      }
    }
  /* In section Blog */
    .wrapper-pills{
      text-align: center;
    }
    #fh5co-blog .nav-pills{
      margin-bottom: 30px;
      display: inline-block;
    }
    .posted_on, .tag-level{
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 700;
      margin-bottom: 20px;
      display: inline-block;
    }
    .tag-level{
      background-color: #0066FF;
      color: white;
      padding: 0px 5px;
    }
    .color-level1{
      background-color: #f8b000;
    }
    .color-level2{
      background-color: #7EB538;
    }
    .color-level3{
      background-color: #00a3a0;
    }
    .color-level4{
      background-color: #759fdb;
    }
    .posted_on{
      display: block !important;
    }
    .important-info-1 {
      border-left: 1px solid #003399;
      padding-left: 15px;
      font-size: 18px;
    }
    @media screen and (max-width: 768px) {
      #fh5co-blog .nav-pills{
        padding: 0 20px;
      }
      .grid-blog .post{
        padding: 20px;
      }
    }
    .pagination {
      display: inline-block;
      padding-left: 0;
      margin: 10px 20px 10px 20px;
    }
    .pagination-right {
      margin-left: 15px;
      border-left: 1px solid rgba(0, 0, 0, 0.08);
      padding-left: 15px;
    }
    .pagination-left {
      margin-right: 15px;
      border-right: 1px solid rgba(0, 0, 0, 0.08);
      padding-right: 15px;
    }
    /* In section Post */
      .post-row{
        margin: 30px 0;
      }
      .post-title{
        color: #003399;
      } 
      /* Post article */
        .post-article p{
          padding-left: 15px;
        }
        .post-article img{
          width: 100%;
        }
        .post-article-right .important-info-1 {
            margin-left: 0;
        }
        .post-article-right img {
            margin-bottom: 15px;
        }
        @media screen and (max-width: 768px){
          .post-article-right {
              padding: 0 30px;
          }
          .post-article p{
            margin-bottom: 60px;
          }
        }
      /* In section Post > Tags */
          .tag-section {
              margin-bottom: 30px;
          }
          .tag-section .icon i{
            color: #039;
          }
          .tag-blog {
            display: inline-block;
          }
          .tag-blog .icon {
            border: none;
          }
          .post-content .tag-level{
            margin-bottom: 0;
            font-size: 10px;
            margin-left: 5px;
          }
          .tag-blog h2{
            color: #039;
            font-size: 14px;
            display: inline-block;
            margin-bottom: 10px;
            margin-left: 5px;
          }
          .post-more-content{
            font-family: 'Open Sans', sans-serif !important;
          }
          .post-more-content p img, .post-more-content p iframe{
            width: 100% !important;
          }
          @media screen and (max-width: 768px){
            .tag-section{
              margin: 20px 0; 
            }
          }
      /* Gallery > Lightbox (Modal Image Gallery) */
        .post-cover img, .lightbox img{
          width: 100%;
        }
        .lightbox .col-md-3{
          position: relative;
        }
        .lightbox .icon{
          opacity: 0;
          position: absolute;
          bottom: 40px;
          width: 50px;
          height: 50px;
          z-index: 0;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          color: white;
          background-color: #0066FF;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          display: table;
          text-align: center;
          border: none;
        }
        .lightbox .icon i{
          font-size: 30px;
          line-height: 50px;
          display: table-cell;
          vertical-align: middle;
        }
        .lightbox .gallery-thumb{
          cursor: pointer;
        }
        .lightbox .gallery-thumb:hover .icon{
          opacity: 1;
          z-index: 1;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
        }
        .lightbox .gallery-thumb:hover .hover-shadow{
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }
        .hover-shadow {
          transition: 0.3s;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
        }
        .lightbox .btn-next{
          right: 15px !important;
        }
        .lightbox .btn-prev{
          left: 15px !important;
        }
        .lightbox{
          margin: 60px 0;
        }
        .lightbox .col-md-3 {
            margin: 25px 0;
        }
        .row:after {
          content: "";
          display: table;
          clear: both;
        }
        .modal {
          display: none;
          position: fixed;
          z-index: 1;
          padding-top: 60px;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          overflow: auto;
          background-color: #003399;
        }
        .modal-content {
          position: relative;
          background-color: transparent;
          margin: auto;
          padding: 0;
          width: 90%;
          max-width: 1200px;
          box-shadow: none;
          -webkit-box-shadow: none;
          border: none;
        }
        .mySlides {
          -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        }
        .close {
          color: white;
          position: absolute;
          top: 10px;
          right: 25px;
          font-size: 35px;
          font-weight: bold;
          opacity: 1;
          cursor: pointer;
          text-decoration: none;
        }
        .close:hover,
        .close:focus {
          color: white;          
          opacity: 1;
        }
        .modal h2{
          color: white;
          font-size: 24px;
          line-height: 1.5;
          text-transform: uppercase;
          width: 90%;
          max-width: 1200px;
          margin: auto;
          margin-bottom: 15px;
        }
        /* Hide the slides by default */
        .mySlides {
          display: none;
        }
        .numbertext {
          color: #f2f2f2;
          font-size: 12px;
          padding: 8px 12px;
          position: absolute;
          top: 0;
        }
        .caption-container {
          text-align: center;
          background-color: black;
          padding: 2px 16px;
          color: white;
        }
        .modal-thumbs > div {
          margin-bottom: 30px;
        }
        .modal-thumbs{
          margin-top: 25px;
          margin-bottom: 25px;
        }
        .modal .btn-next {
            right: 15px !important;
        }
        .modal .btn-prev {
          left: 15px !important;
        }
        img.demo {
          opacity: 0.6;
          cursor: pointer;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          float: left;
          width: 100%;
        }
        .active,
        .demo:hover {
          opacity: 1;
        }
        @media screen and (max-width: 768px){
          .post-title{
            margin-top: 30px;
          }
          .hover-shadow:hover{
            box-shadow: none;
          }
        }

#fh5co-register {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#fh5co-register .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}
#fh5co-register h2, #fh5co-register h3, #fh5co-register p {
  color: #fff;
}
#fh5co-register .btn-reg {
  background: transparent;
  border: 2px solid #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.simply-countdown {
  /* The countdown */
  margin-top: 3em;
  margin-bottom: 3em;
}

.simply-countdown > .simply-section {
  /* coutndown blocks */
  display: inline-block;
  width: 120px;
  height: 120px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 5px;
  position: relative;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.simply-countdown > .simply-section > div {
  /* countdown block inner div */
  display: table-cell;
  vertical-align: middle;
  height: 115px;
  width: 120px;
}

.simply-countdown > .simply-section .simply-amount,
.simply-countdown > .simply-section .simply-word {
  display: block;
  color: white;
  /* amounts and words */
}

.simply-countdown > .simply-section .simply-amount {
  font-size: 40px;
  /* amounts */
}

.simply-countdown > .simply-section .simply-word {
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  /* words */
}

.staff {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 40px;
}
.staff .staff-img {
  width: 100%;
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  margin-bottom: 20px;
  display: table;
}
.staff .staff-img:before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.staff .staff-img .fh5co-social {
  opacity: 0;
  display: table-cell;
  vertical-align: middle;
  height: 300px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}
.staff .staff-img .fh5co-social li {
  display: inline-block;
  padding: 0 7px;
}
.staff h3 {
  font-size: 18px;
}
.staff h3 a {
  color: #000;
}
.staff span {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
.staff:hover .staff-img:before {
  opacity: 1;
}
.staff:hover .staff-img .fh5co-social {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gallery {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 380px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
#fh5co-footer {
  background: #efefef;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff !important;
}
#fh5co-footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 51, 153, 0.8);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-footer .fh5co-footer-links li a {
  color: white;
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-widget:first-child {
  margin-bottom: 30px;
  padding-right: 90px;
}
footer .logo{
  margin-bottom: 15px;
}
footer .logo svg{
  fill: white;
}
.power-by-liquid{
  width: 55px;
  display: block;
  fill: white;
  margin: 0 auto;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
  #fh5co-footer .fh5co-widget {
    padding-right: initial;
  }
}
#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #fff;
}
#fh5co-footer .fh5co-widget h3::after {
  content: '';
  width: 50px;
  height: 1px;
  background: white;
  display: block;
  margin-top: 10px;
}


#fh5co-footer .copyright .block {
  display: block;
}
#fh5co-footer .copyright .block a {
  color: rgba(255, 255, 255, 0.5);
}
footer .contact-links{
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .contact-links a{
  color: white;
}
footer .level{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 15px 0 5px 0;
}
footer .map-location{
  font-weight: bold;
}
footer .social-links li{
  background-color: #0066FF;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  margin-bottom: 5px !important;
}
footer .social-links li a {
  padding: 7px 7px;
  vertical-align: middle;
  text-decoration: none !important;
}
footer .social-links li a:hover, footer .social-links li a:visited, footer .social-links li a:focus{
  text-decoration: none !important;
}
@media screen and (max-width: 768px){
  footer .social-links{
    margin-top: 30px !important;
  }
}
footer .contact-links p{
  margin-bottom: 0;
}
footer .contact-links .icon{
  margin-right: 5px;
  border: none;
}
#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #003399;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 55px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas, .offcanvas-has-dropdown .dropdown {
    display: block !important;
  }
  .offcanvas-has-dropdown > a {
    border-bottom: 1px solid white;
    margin-bottom: 15px;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}
#fh5co-offcanvas a:hover {
  color: white;
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0 0 15px 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas .btn-cta{
  margin: 15px 0 0 0;
  width: 100%;
}
.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.gototop {
  position: fixed;
  bottom: 65px;
  right: 10px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: #0066FF;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #0066FF;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #0066FF;
}
.fh5co-nav-toggle.fh5co-nav-white.active > i {
  color: #fff;
  background: transparent;
}
.fh5co-nav-toggle.fh5co-nav-white.active > i::before, .fh5co-nav-toggle.fh5co-nav-white.active > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}
.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.fh5co-nav-toggle {
  position: absolute;
  right: 5px;
  top: 55px;
  z-index: 21;
  padding: 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media (max-width: 767px){
  .fh5co-nav-toggle {
    top: 7px;
    right: 0;
  } 
  #fh5co-offcanvas{
    padding-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}
.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 14px;
  font-weight: 400;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #0066FF;
}
.row-pb-md {
  padding-bottom: 4em !important;
}
.row-pb-sm {
  padding-bottom: 2em !important;
}
.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}
.row-padded-mb {
  margin-bottom: 3em !important;
}
.col-padded {
  margin: 0 !important;
  padding: 0 !important;
}
.js .animate-box {
  opacity: 0;
}
/* Graduates section */
  .graduates-page .activities-wrapper{
    padding-bottom: 4em !important;
  }
  .graduates-page .header .col-md-7{
    padding-right: 0;
  }
  @media screen and (max-width: 768px){
    .graduates-page .header .col-md-7{
      padding-right: 15px;
    }    
  }
  /* Slide Graduates: Talks */
    .talks .container-fluid{
      padding-left: 0;
      padding-right: 0;
    }
    .swiper-talks{
      height: 642px;
    }
    .swiper-talks h3{
      color: #003399;
    }
    .swiper-talks h4{
      color: #0066FF;
    }
    .swiper-slide-active .info-talks{
      opacity: 1;
    }
    .swiper-slide-active .back-talks{
      opacity: 1;
    } 
    .info-talks{
      background-color: white;
      padding: 40px 32px 24px;
      position: absolute;
      z-index: 1;
      left: 0;
      width: 348px;
      opacity: 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; 
      border-top-right-radius: 15px;
      -webkit-border-top-right-radius: 15px;
      -moz-border-top-right-radius: 15px;
      -ms-border-top-right-radius: 15px;
      border-bottom-left-radius: 15px;
      -webkit-border-bottom-left-radius: 15px;
      -moz-border-bottom-left-radius: 15px;
      -ms-border-bottom-left-radius: 15px;
    }
    .back-talks{
      background-color: black;
      position: absolute;
      left: 70px;
      width: 100%;
      height: 500px;
      overflow: hidden;
      opacity: 0.5;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
    }
    .back-talks img{
      height: 100%;
      float: right;
    }
    @media screen and (max-width: 768px){
      .info-talks{
        left: 30px;
      }
      .back-talks{
        left: 100px;
        width: 80%;
      }
    }
    @media screen and (max-width: 767px){
      .swiper-talks {
          height: 505px;
      }
      .back-talks {
          left: 30px;
          width: 100%;
          height: 250px;
          top: 30px;
      }
      .info-talks {
          top: 250px;
          width: 100%;
          border-top-right-radius: 0;
          -webkit-border-top-right-radius: 0;
          -moz-border-top-right-radius: 0;
          -ms-border-top-right-radius: 0;
          border-bottom-right-radius: 15px;
          -webkit-border-bottom-right-radius: 15px;
          -moz-border-bottom-right-radius: 15px;
          -ms-border-bottom-right-radius: 15px;
      }
    }
    .slide-talks .nav-slide{
      position: absolute;
      right: 40px;
      bottom: 50px;
      z-index: 2;
    }
    .slide-talks .nav-slide > div{
      display: inline-block;
    }
    .slide-talks .nav-slide > div:first-child{
      margin-right: 1px;
    }
/* Contact section */
  #fh5co-contact {
      padding-top: 7em;
  }
  .contact-page #fh5co-contact {
      padding-top: 0;
  } 
  #fh5co-contact h3{
      color: #003399;
  }
/* Project section */
  .levels {
      padding-top: 7em;
  }
  .level-box{
    position: relative;
    height: 100%;
  }
  .level-box .btn{
    z-index: 2;
    margin: 0;
    bottom: 20%;
  }
  .level-box img{
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; 
  }
  .level-box:hover img{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .level-box:hover a{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .btn.color-level1:hover, .btn.color-level1:active, .btn.color-level1:visited{
    background-color: #f8b000 !important;
  }
  .btn.color-level2:hover, .btn.color-level2:active, .btn.color-level2:visited{
    background-color: #7EB538 !important;
  }
  .btn.color-level3:hover, .btn.color-level3:active, .btn.color-level3:visited{
    background-color: #00a3a0 !important;
  }
  .btn.color-level4:hover, .btn.color-level4:active, .btn.color-level4:visited{
    background-color: #759fdb !important;
  }
  .ingles-wrapper{
    margin-bottom: 7em;
  }
  .ingles-wrapper h2{
    text-align: left;
  }
  .ingles-wrapper h2:after{
    margin-left: 0;
  }
  .ingles-wrapper img{
    width: 100%;
  }
  .info-box h3{
    color: white;
  }
  @media screen and (max-width: 768px){
    .info-box, .ingles-wrapper, .ingles-wrapper h2{
      text-align: center;
    }
    .ingles-wrapper h2:after{
      margin: 0 auto;
      margin-top: 15px;
    }
    .level-box{
      margin-bottom: 30px;
    }
  }
  @media screen and (max-width: 767px){
    .level-box{
      margin-bottom: 15px;
    }    
  }
  .project-list .card-wrapper {
    margin-bottom: 30px;
  }
  /* BTN More info */
    .panel-group .panel {
      margin-bottom: 0;
      background-color: white;
      border: 0;
    }
    .panel{
      box-shadow: none;
      -webkit-box-shadow: none;
      margin-bottom: 0;
      border: 0;
    }
    .panel-default {
      border-color: white;
    }
    .panel-default > .panel-heading {
      padding: 0;
      border-radius: 0;
      color: #003399;
      background-color: white;
      border-color: transparent;
    }
    .panel-title {
      font-size: 14px;
    }
    .panel-title > a {
      display: block;
      padding: 15px;
      text-decoration: none;
    }
    .more-less {
      float: right;
      color: #003399;
    }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top: 1px solid #EEEEEE;
    }
/* Project section >  In Levels */
  .level-page .info-box h3, .level-page .info-box h4{
    color: white;
  }
  .level-page .info-box h4 {
    margin-bottom: 5px;
  }
  .level-page .info-box .info-left h3, .level-page .info-box .info-right h3{
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .swiper-level .img-slide img{
    width: 100%;
  }
  .swiper-level .btn-next {
    right: 15px !important;
  }
  .swiper-level .btn-prev {
      left: 15px !important;
  }
  .level-page .lightbox{
    margin: 0;
  }
  .btn-bottom{
    margin: 60px 0;
  }
  .activities-wrapper .btn, .activities-wrapper .btn-bottom{
    margin-bottom: 0;
    margin-top: 20px;
  }
  .swiper-gallery-levels{
    padding: 20px !important;
  }
  @media screen and (max-width: 768px){
      .swiper-gallery-levels{
        padding: 0px !important;
      }
  }
  @media (max-width: 1024px) and (min-width: 768px){
    .activities-wrapper .adjust-col{
        width: 375px !important;
        margin: 0 auto !important;
        float: initial;
    }
  }
  .nav-level {
    margin-top: 135px;
  }
  .nav-level-l{
    float: left;
  }
  .nav-level-r{
    float: right;
  }
  @media screen and (max-width: 767px){
    .nav-level{
      margin-top: 0;
    }  
    .nav-level-xs .col-xs-6:first-child{
      padding-right: 0;
    } 
    .nav-level-xs .col-xs-6:last-child{
      padding-left: 0;
    }  
  }
  .level-page  .info-box .icon{
    border: none;
  }
  /* Team levels */
    .team-level{
      margin-bottom: 7em;
    }
    .team-level .overlay {
      background: rgba(0, 51, 153, 0.8) !important;
    }
    .team-level .nav a{
      color: white !important;
    }
    .team-level .nav a:hover{
      color: white !important;
      background-color: #0066FF !important;
    }
    .scroll-team {
      overflow-y: auto;
      height: 300px;
      overflow-x: hidden;
    }
    @media screen and (max-width: 767px){
      .team-level .nav{
        margin-bottom: 30px;
      }
    }
    .team-level h2{
      color: white;
    }
    .team-level .fh5co-heading h2:after{
      background: white;
    }
    .team-level h4:after{
      display: block;
      content: '';
      width: 100%;
      height: 1px;
      background: white;
      margin: 15px 0;
    }
    .team-level .tab-content{
      text-align: left;
    }
    .level-page .featured{
      padding: 2em 0 !important;
    }
    @media screen and (max-width: 768px){
      .team-level{
        background-image: none !important;
      }
      .level-page .featured{
        padding: 7em 0 !important;
      }    
    }
  /* Section > Level 1 */
    .level-page .overlay {
      background: rgba(0, 51, 153, 0.08);
    } 
    @media screen and (max-width: 767px){
      .level-page .info-box .info-left{
        margin-bottom: 30px;
      }
    }
    /* Section > Level 2 */
      .level2-page .team-level{
        height: 764px;
      }
      @media screen and (max-width: 768px){
        .level2-page .team-level{
          height: initial;
        }        
      }
    /* Section > Level 3 */
      .level3-page .team-level{
        height: 540px;
      }
      @media screen and (max-width: 768px){
        .level3-page .team-level{
          height: initial;
        }        
      }
/* Register section */
    .register-info-box{
      position: relative;
    }
    .register-info p{
      width: 60%;
      margin:  0 auto;
      margin-bottom: 30px;
    }
    .important-info-2{
      border: 2px solid #1b51cc85;
      padding: 8px 15px 10px 15px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      margin-top: 20px;
      background-color: #022698;
      display: inline-block;
      font-weight: bold;
      font-size: 14pt;
      line-height: 1.5;
    }
    .register-info-box .btn{
      margin-top: 25px;
    }
    @media screen and (max-width: 767px){
      .register-info-box .important-info-2 {
          padding: 10px 10px 15px 10px;
          font-size: 16px;
          line-height: 1.5;
      }
    }
    @media screen and (max-width: 768px){
      .register-info p{
        width: 90%;
      }
      .fh5co-contact-info {
        padding-right: 0;
      }
    }
/* Pulse animate */
  .pulse1 {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #cca92c;
    box-shadow: 0 0 0 rgba(0, 51, 153, 0.3);
    -webkit-box-shadow: 0 0 0 rgba(0, 51, 153, 0.3);
    -moz-box-shadow: 0 0 0 rgba(0, 51, 153, 0.3);
    animation: pulse 2s infinite;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 51, 153, 0.3);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 51, 153, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 51, 153, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(0, 51, 153, 0.3);
      box-shadow: 0 0 0 0 rgba(0, 51, 153, 0.3);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(0, 51, 153, 0);
        box-shadow: 0 0 0 10px rgba(0, 51, 153, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 51, 153, 0);
        box-shadow: 0 0 0 0 rgba(0, 51, 153, 0);
    }
  }

    .pulse2 {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    animation: pulsegreen 2s infinite;
  }
  @-webkit-keyframes pulsegreen {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(172, 202, 70, 0.3);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(172, 202, 70, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(172, 202, 70, 0);
    }
  }
  @keyframes pulsegreen {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(172, 202, 70, 0.3);
      box-shadow: 0 0 0 0 rgba(172, 202, 70, 0.3);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(172, 202, 70, 0);
        box-shadow: 0 0 0 10px rgba(172, 202, 70, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(172, 202, 70, 0);
        box-shadow: 0 0 0 0 rgba(172, 202, 70, 0);
    }
  }
/* Card Wrapper */
    .card-wrapper .circle-logo{
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      bottom: -45px;
      width: 90px;
      height: 90px;
      display: table;
      text-align: center;
      background-color: white;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
    }
    .wrapper-icon{
      overflow: hidden;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
    }
    .icon-img{
      width: inherit;
      height: inherit;
    }
    .card-wrapper h3 {
        font-size: 18px;
        font-weight: 400;
        color: #039;
        text-align: center;
        margin: 60px 15px 20px 15px;
    }
    .card-wrapper h3:after {
        display: block;
        content: '';
        width: 50px;
        height: 1px;
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.08);
        margin-top: 15px;
    } 
    .card-wrapper h4{
      color: #0066FF;
      text-align: center;
      width: 60%;
      margin: 0 auto;
      margin-bottom: 20px;
    }
    .card-wrapper h3:after {
        display: none;
    } 
    .card-wrapper h4:after {
        display: block;
        content: '';
        width: 50px;
        height: 1px;
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.08);
        margin-top: 15px;
    }
    .card-wrapper .icon svg {
        fill: #039;
    }
    .card-wrapper .adjust {
        width: 70%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .grid-cards .row{
      margin-bottom: 30px;
    }
.important-info-3{
  width: 80%;
  line-height: 30px;  
}
@media screen and (max-width: 768px){
  .important-info-3{
    width: 100%;
    padding: 0 10%;
  }
}
/*============================================================================
  #Whatsapp Button
==============================================================================*/
  .btn-whatsapp {
      position: fixed;
      bottom: 10px;
      right: 10px;
      z-index: 1001;
      color: white;
      background-color:#4dc247;
      box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
    }
    .btn-whatsapp svg{
      width: 50px;
      height: 50px;
      padding: 10px;
      fill: white;
      vertical-align:middle;
    }
    .btn-sidebar-whatsapp{
      margin-top: 5px;
      color: white;
      background-color:#4dc247;
      height: 37px;
      width: 100%;
      display: inline-block;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
    }
    .btn-sidebar-whatsapp svg{
      width: 37px;
      height: 100%;
      padding: 8px;
      fill: white;
    }
    .btn-sidebar-whatsapp > *{
      float: left;
    }
    .btn-sidebar-whatsapp .ws-txt{
      padding: 6px;
      font-size: 16px;
    }
    .btn-sidebar-whatsapp:hover, .btn-sidebar-whatsapp:focus, .btn-sidebar-whatsapp:visited{
      color: white;
      -webkit-box-shadow: 0px 7px 30px -15px rgba(0, 0, 0, 0.75) !important;
      -moz-box-shadow: 0px 7px 30px -15px rgba(0, 0, 0, 0.75) !important;
      box-shadow: 0px 7px 30px -15px rgba(0, 0, 0, 0.75) !important;
    }


/* Secondary Page */
  /* Shared Styles */
    .secondary-page .nav-pills{
      display: inline-block;
    }
    .banner-page{
      text-align: center;
    }
    .banner-page .row:after {
        display: block;
        content: '';
        width: 50px;
        height: 1px;
        margin: 0 auto;
        background: white;
        margin-top: 15px;
    }
    .info-page{
      margin: 60px 0; 
      text-align: center;
    }
    .info-page h3{
      color: #003399;
    }
    .info-page .important{
      margin: 20px 0 40px 0;
    }
    .info-page .fh5co-heading{
      margin-top: 70px;
    }
    .info-page .btn{
      margin: 60px 0 30px 0;
    }
    .banner-page .overlay{
      background: rgba(0, 51, 153, 0.8) !important;
    }
  /* About page */ 
    #calidad img{
      margin-bottom: 60px;
    }
    #historia img{
      margin-bottom: 30px;
    }
    .about-page .info-page .icon-school {
        margin-top: 12px;
    }
    @media screen and (max-width: 767px) {
      .about-page img{
        width: 100%;
      }
    }
    .team-row{
      margin-top: 60px;
    }
    #equipo img{
      width: 100%;
    }
    .team-content > * {
      color: #003399;
    }
    .team-content{
      padding: 20px 20px 25px 20px;
    }
    .name-team{
      margin: 0 0 10px 0;
    }
    .area-team{
      margin: 0;
    }
    @media screen and (max-width: 767px){
      .single-team{
        margin: 30px 0;
      }
      .team-row{
        margin: 0;
      }
    }
  /* Ingles page */
    .ingles-page .info-box-2 {
      color: #828282;
    }
    .ingles-page .img-box img{
      width: 100%;
    }
    .ingles-page .adjust-heading {
        padding-right: 50px;
    }
    .ingles-page .adjust-heading h2:after {
        margin-left: 0;
    }
    .ingles-page .activities-wrapper{
      margin-top: 5em;
      margin-bottom: 7em;
    }
    @media screen and (max-width: 768px){
      .ingles-page .adjust-heading h2:after {
        margin-left: initial;
        margin: 0 auto;
        margin-top: 15px;
      } 
      .ingles-page .adjust-heading {
          padding-right: 15px;
      }     
      .ingles-page .activities-wrapper{
        margin-bottom: 3em;
      }
    }
    .box-txt .btn {
      margin-top: 30px;
    }
    .box-txt {
      position: relative;
      padding: 60px 0;
      text-align: center;
      color: white;
    }
    .box-txt h2{
      color: white;
      margin-bottom: 5px;
    }
    .logo-cambridge{
      width: 130px;
      background-color: white;
      border-radius: 50%;
    }





