.cover-img {
    background-image: url(../images/BG-BODY.jpg);
}
.cover-img {
    height: 100%;
    width: 100%;
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
}

@font-face {
  font-family: "proxima-reguler";
  src: url("../fonts/proxima-reg/proximanova-regular-webfont.eot?") format("eot"),
  url("../fonts/proxima-reg/proximanova-regular-webfont.woff") format("woff"),
  url("../fonts/proxima-reg/proximanova-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "proxima-bold";
  src: url("../fonts/proxima-bold/proximanova-semibold-webfont.eot?") format("eot"),
  url("../fonts/proxima-bold/proximanova-semibold-webfont.woff") format("woff"),
  url("../fonts/proxima-bold/proximanova-semibold-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "grand-hotel";
  src: url("../fonts/grand-hotel/grandhotel-regular-webfont.eot?") format("eot"),
  url("../fonts/grand-hotel/grandhotel-regular-webfont.woff") format("woff"),
  url("../fonts/grand-hotel/grandhotel-regular-webfont.ttf") format("truetype");
}

.font-proxima-reg {
    font-family: "proxima-reguler" !important; 
}
.font-proxima-bold {
    font-family: "proxima-bold" !important;
    font-weight: bold !important; 
}
.font-grand-hotel {
    font-family: "grand-hotel" !important;
}

/* Customs CSS */
.styled-icons.icon-sm a:hover,
.styled-icons.icon-sm a:focus,
.styled-icons.icon-sm a:active{
    color: #FFF !important;
}

.info-header ul li i,
.info-header ul li a,
.info-header ul li {
    color: #ccc;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.info-header ul li a {
    font-size: 16px;
    letter-spacing: 0.5px;
}
.info-header ul li a:hover {
    color: #FFF;
}
.info-header ul li:after {
    content: '|';
    display: inline-block;
    position: relative;
    left: 5px;
    color: #CCC;
}
.info-header ul li:last-of-type:after {
    content: '';
}

.line-color ul {
    display: flex;
    justify-content: center
}
.line-color ul li {
    height: 5px;
    width: 100%;
}
.line-color ul li.bg-green {
    background-color: #7AC943;
}
.line-color ul li.bg-purple {
    background-color: #a3238e;
}
.line-color ul li.bg-blue-dark {
    background-color: #0072bc;
}
.line-color ul li.bg-orange {
    background-color: #f7941d;
}
.line-color ul li.bg-blue-light {
    background-color: #00adef;
}

.logo-header {
    position: relative;
}
.logo-header a img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.header-nav .menuzord-menu li.active > a {
    background-color: transparent !important;
    color: #7AC943 !important;
}
.header-nav .menuzord-menu li > a {
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
}
.header-nav .menuzord-menu li.search-menu {
    padding: 20px 0 0 20px !important;
}
.header-nav .menuzord-menu li.search-menu a {
    background-color: #f7941d;
    color: #FFF;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    padding: 0 15px;
}
.header-nav .menuzord-menu li.search-menu:hover a {
    background-color: #f7941d !important;
    color: #FFF !important;
}
.header-nav .menuzord-menu li.search-menu:hover a i {
    color: #FFF !important;
}
.header-nav .menuzord-menu li.search-menu a i {
    line-height: 45px;
    font-size: 16px;
    margin-right: 0;
}
.header-nav .menuzord-menu li ul li a {
    font-weight: normal;
    color: #333;
}
.header-nav .menuzord-menu li a:hover {
    background-color: transparent !important;
    color: #7AC943 !important;
}
.header-nav .menuzord-menu li:hover > a i {
    color: #7AC943 !important;
}
.header-nav .menuzord-menu li:hover > a {
    background-color: transparent !important;
    color: #7AC943 !important;
}
.search-form-style .input-group {
    position: relative;
    width: 100%;
}
.search-form-style .input-group-btn .btn {
    background-color: transparent !important;
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 20px;
    padding: 0;
    color: #CCC;
}
.search-form-style .input-group input {
    background-color: transparent !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    color: #CCC;
    padding-left: 0 !important;
    font-size: 24px;
}
.search-form-style .input-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CCC;
}

.search-form-style .input-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCC;
}

.search-form-style .input-group input::-ms-input-placeholder { /* Microsoft Edge */
    color: #CCC;
}
.search-form-style .input-group input:focus {
    box-shadow: none !important;
    border-bottom-color: #FFF;
    color: #CCC;
}
.mfp-close {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 60px;
}
.search-menu.hidden-dekstop {
    display: none;
}

.rev_slider .hermes .tp-bullet:after {
    background-color: #00adef;
}

/*#about {
    background-image: url(../images/BG-ABOUT.png);
    background-position: center;
    background-size: cover;
}*/
#about .sec-dec-about p {
    font-size: 18px;
    color: #000;
    max-width: 85%;
    margin: 0 auto 10px;
}
#about .title-header {
    position: relative;
}
#about .img-title-about {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.sec-get .desc-get p {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 0;
}

#footer .main-location h5 {
    font-size: 18px;
}
#footer .main-location p {
    margin-bottom: 0;
    color: #000;
}
#footer .main-links {
    padding: 0 0 0 70px;
}
#footer .main-links li {
    border: none;
}
#footer .main-links li a {
    color: #000;
    margin-bottom: 5px;
    font-weight: 500;
}
#footer .main-links li a:hover,
#footer .main-links li a:focus,
#footer .main-links li a:active {
    color: #7AC943;
}
#footer .social-media-footer ul li {
    border: none;
    display: inline-block;
    margin-right: 15px;
    padding: 0;
}
#footer .social-media-footer ul li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #7AC943;
    display: inline-block;
    border-radius: 100%;
    color: #FFF;
    font-size: 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
#footer .social-media-footer ul li a:hover,
#footer .social-media-footer ul li a:focus,
#footer .social-media-footer ul li a:active {
    background-color: #55a51c;
}
.col-location p {
    margin-bottom: 0;
}

.inner-header .breadcrumb li a:hover {
    text-decoration: underline;
}
.no-bgimg {
    background-image: none !important;
    background-color: #FFF;
}

.bg-video-about {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-video-about:after {
    content: '';
    display: block;
    padding: 35%;
    width: 100%;
}
.main-video-about {
    position: relative;
}
.main-video-about .btn-about-video {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.main-video-about .overlay-dark {
    background-color: rgba(0,0,0,0.5);
    height: 60px;
    width: 150px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main-video-about .overlay-dark .fa-play {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #f7941d;
    display: inline-block;
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,0.8);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    line-height: 60px;
    font-size: 22px;
}
.main-video-about .overlay-dark .fa-play:before {
    text-align: center;
    position: relative;
    left: 2px;
    top: 1px;
}
.sec-video .main-video-about .overlay-dark p {
    line-height: 60px;
    font-weight: 600;
    font-size: 20px;
}
.desc-about-video {
    padding: 70px 40px 0;
}
.desc-about-video p {
    font-size: 16px;
}
.sec-get-enroll .main-img-enroll img {
    max-width: 110%;
}

#career .main-career .panel-content p {
    font-size: 16px;
}

.main-contact-form .line-bottom:after {
    background-color: #000 !important;
}
.main-location-contact p {
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
}

.sec-get-enroll {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sec-get-enroll .main-img-enroll {
    position: relative;
}
.sec-get-enroll .main-img-enroll .bg-img-enroll {
    position: absolute;
    top: -160px;
    left: 0;
}
.content-get-enroll  p {
    color: #ccc;
    font-size: 18px;
}

.banner-slider {
    overflow: hidden;
}
.banner-slider .owl-theme .owl-dots {
    margin-top: -35px !important;
}
.banner-slider .owl-theme .owl-dots .owl-dot span {
    border-color: transparent !important;
}
.banner-slider .owl-theme .owl-dots .owl-dot.active span {
    background: #00adef !important;
} 
.banner-slider .owl-controls .owl-nav > div {
    padding: 0 !important;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.4) !important;
}
.banner-slider .owl-controls .owl-next i,
.banner-slider .owl-controls .owl-prev i {
    font-size: 28px !important;
    color: #FFF;
    line-height: 60px;
}
.banner-slider .owl-controls .owl-next {
    right: -60px;
    display: none;
}
.banner-slider .owl-controls .owl-prev {
    left: -60px;
    display: none;
}
.banner-slider .owl-theme:hover .owl-controls .owl-next {
    right: 30px;
    display: block;
}
.banner-slider .owl-theme:hover .owl-controls .owl-prev {
    left: 30px;
    display: block;
}
.banner-slider .item {
    background-position: center center;
}
.banner-slider .bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    height: auto !important;
}
.banner-slider .bg-img:before {
    content: '';
    display: block;
    padding: 25%;
}

.main-news-event a {
    background-color: transparent !important;
    color: #000;
    font-weight: bold;
    border-right: 1px solid #000;
    padding: 0 15px;
    margin-right: 0;
    font-size: 16px;
}
.main-news-event a:nth-child(3) {
    border-right: none !important;
}
.main-news-event a:hover,
.main-news-event a:active,
.main-news-event a:focus {
    color: #f7941d !important;
}
.main-news-event a.active {
    color: #f7941d !important;
}

.content-portfolio .entry-date ul li {
    display: inline-block;
    border-right: 2px solid #999;
    line-height: 14px;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 15px;
    color: #555;
    padding-bottom: 2px;
}
.content-portfolio .entry-date ul li:nth-child(2) {
    border-right: none;
}
.content-portfolio .event-content .entry-title a {
    color: #f7941d;
    font-size: 20px;
}
.content-portfolio .event-content .entry-title a:hover,
.content-portfolio .event-content .entry-title a:active,
.content-portfolio .event-content .entry-title a:focus {
    color: #dd7f13;
}
.content-portfolio .event-content p {
    color: #000;
    font-size: 16px;
}
.content-portfolio .entry-header .content-date ul li {
    display: inline-block;
    border-right: 2px solid #999;
    line-height: 14px;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 15px;
    color: #555;
    padding-bottom: 2px;
}
.content-portfolio .entry-header .content-date ul li:nth-child(2) {
    border-right: none;
}
.sidebar .sec-latest h5 {
    line-height: 20px;
    margin-bottom: 5px;
}
.sidebar .sec-latest h5 a {
    color: #f7941d;
    font-size: 18px;
}
.sidebar .sec-latest h5 a:hover,
.sidebar .sec-latest h5 a:active,
.sidebar .sec-latest h5 a:focus {
    color: #dd7f13 !important;
}
.sidebar .sec-latest ul li {
    display: inline-block;
    border-right: 1px solid #999;
    line-height: 15px;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 13px;
    color: #555;
    padding-bottom: 0;
}
.sidebar .sec-latest ul li:nth-child(2) {
    border-right: none;
}

.mfp-image-holder .mfp-close {
    right: 0;
    text-align: right;
    padding-right: 0;
    top: -5px;
    font-size: 40px !important;
}
.mfp-iframe-holder .mfp-close {
    right: 0;
    text-align: right;
    padding-right: 0;
    top: -45px;
    font-size: 40px !important;
}
#gallery .section-gallery .gallery-item {
    margin-bottom: 30px;
}
#gallery .work-gallery .gallery-thumb .gallery-overlay {
    background: rgba(0,0,0,0.5) !important;
}
.work-gallery .gallery-thumb .styled-icons a {
    border-color: #fff;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    border-radius: 100%;
}
.work-gallery .gallery-thumb .styled-icons a i {
    color: #F7941D;
    font-size: 28px;
}
.work-gallery .gallery-thumb .styled-icons a:hover {
    background: #FFF !important;
}
.work-gallery .gallery-thumb .styled-icons a:hover i {
    color: #F7941D !important;
}
.work-gallery .gallery-thumb .gallery-contect .styled-icons {
    top: 35%;
}

.line-bottom-academics {
    border-bottom: 3px solid #ccc;
    margin: 30px 0 60px;
}

.content-school-p .content-title-school-p h3 a {
    color: #f7941d;
    -o-transition: color .3s linear, background .3s linear;
    -moz-transition: color .3s linear, background .3s linear;
    -webkit-transition: color .3s linear, background .3s linear;
    transition: color .3s linear, background .3s linear;
}
.content-school-p .content-title-school-p h3 a:hover {
    color: #dd7f13;
}
.content-school-p .content-desc-school-p p {
    color: #000;
    font-size: 16px;
}
.content-school-p .modal .close {
    line-height: 1px;
    opacity: 1;
    font-size: 38px;
}

.section-facilities .image-source-link {
    display: none;
}
.section-facilities h3 {
    line-height: 28px;
}
.nav-academics .active h3 {
    color: #0072bc !important;
}
.nav-academics a:hover h3 {
    color:  #0072bc !important;
    -o-transition: color .3s linear, background .3s linear;
    -moz-transition: color .3s linear, background .3s linear;
    -webkit-transition: color .3s linear, background .3s linear;
    transition: color .3s linear, background .3s linear;
}

.nav-form .list-nav-form {
    display: flex;
    justify-content: center;
}
.nav-form .list-nav-form li {
    margin-right: 30px;
    position: relative;
    width: 50%;
}
.nav-form .list-nav-form li:nth-child(6) {
    margin-right: 0;
}
.nav-form .list-nav-form li:nth-child(5):after {
    content: '';
    height: 0;
    width: 0;
    background-color: transparent;
}
.nav-form .list-nav-form li:after {
    content: '';
    height: 10px;
    width: 15.5%;
    position: absolute;
    background-color: #ccc;
    top: 50%;
    right: -31px;
    transform: translateY(-50%);
}
.nav-form .list-nav-form li.finish:after {
    background-color: #7AC943;
}
.nav-form .list-nav-form li.active:after {
    background-color: #ccc;
}
.nav-form .list-nav-form .content-list {
    background-color: #ccc;
    color: #4d4d4d;
    border-radius: 10px;
    padding: 10px 20px;
}
.nav-form .list-nav-form li.active .content-list,
.nav-form .list-nav-form li.finish .content-list {
    background-color: #7AC943 !important;
    color: #FFF !important;
}
.nav-form .list-nav-form li.active .content-list span,
.nav-form .list-nav-form li.finish .content-list span {
    background-color: #7AC943 !important;
    color: #FFF !important;
}
.nav-form .list-nav-form .content-list p {
    line-height: 24px;
}
.nav-form .list-nav-form .content-list span {
        background-color: #ccc;
    position: absolute;
    top: -30px;
    border-radius: 100%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transform: translate(-50%);
    font-weight: bold;
    font-size: 18px;
}

.main-form .radio-gender .inline-radio {
    display: inline-block;
}
.main-form .radio-gender .radio-custom {
    opacity: 0;
    position: absolute;
    width: auto;   
}
.main-form .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}
.main-form .radio-custom-label {
    position: relative;
}
.main-form .radio-gender .radio-custom:active,
.main-form .radio-gender .radio-custom:focus {
    outline: none !important;
    border: none !important;
}
.main-form .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    position: relative;
    bottom: 4px;
}
.main-form .radio-custom:checked + .radio-custom-label:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #4d4d4d;    
    position: absolute;
    bottom: 1px;
    left: 2px;
}
/*.main-form .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd;  focus style 
}*/
.main-form .select-date-birth label {
    display: block;
}
.main-form .select-date-birth .form-control {
    display: inline-block;
}
.main-form .select-date-birth .form-control:nth-child(2) {
    width: 90px;
}
.main-form .select-date-birth .form-control:nth-child(3) {
    width: 120px;
    margin: 0 10px;
}
.main-form .select-date-birth .form-control:nth-child(4) {
    width: 30%;
}

.dateofbirth-info-2 .selectBirthinfo-2 {
    display: flex;
    justify-content: center;
}
.dateofbirth-info-2 select.form-control {
    margin-right: 5px;
}
.dateofbirth-info-2 select.form-control:nth-child(3) {
    margin-right: 0;
}
.dateofbirth-info-2 select.form-control:nth-child(2) {
    width: 250px;
}

.table-a .table>tbody>tr>td {
    border: none !important;
    padding: 0 15px !important;
}
.list-rules {
    color: #666;
    font-size: 20px;
}
.list-rules li p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #666;   
}
.sec-finish p {
    line-height: 28px;
    font-size: 20px;
}

.desc-about-video .desc-top p,
.desc-about-video .desc-bottom p {
    font-size: 22px;
}

.main-career p {
    color: #000;
}
.main-career .panel-group .panel-title a {
    font-weight: bold;
}

.banner-slider .owl-item .display-table-cell {
    vertical-align: bottom;
    position: relative;
    bottom: 80px;
}

.content-inner {
    margin: 0 60px;
}
.bg-white-transparent {
    background-color: rgba(255,255,255,0.85) !important;
}

#career .panel-group .panel-title a {
    background: #fff;
    border: 1px solid #ddd;
}
#career .panel-group .panel-content {
    border-top: none;
}

.modal-joinnow .modal-header .close {
    line-height: 14px;
    font-size: 35px;
    margin-top: 0;
}

.content-portfolio .post {
    position: relative;
    overflow: hidden;
    height: 370px;
}
.content-portfolio .post .entry-title {
    line-height: 24px !important;
    font-size: 20px !important;
}
.content-portfolio  .post .entry-content {
    height: 125px;
    overflow: hidden;
    text-align: center;
    padding: 30px 20px 20px;
    background-color: rgba(255,255,255,1) !important;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}
.section-content .content-portfolio {
    background-color: #FFF !important;
}
.content-portfolio .post:hover .entry-content {
    -moz-transform: translateY(-225px);
    -webkit-transform: translateY(-225px);
    -o-transform: translateY(-225px);
    -ms-transform: translateY(-225px);
    transform: translateY(-225px);
    height: 95%;
    background-color: rgba(255,255,255,1) !important;
    padding: 60px 20px 0 !important;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}
.content-portfolio .post:hover .entry-header {
    -moz-transform: translateY(-225px);
    -webkit-transform: translateY(-225px);
    -o-transform: translateY(-225px);
    -ms-transform: translateY(-225px);
    transform: translateY(-225px);
    
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

/* Default hover all button */
.pagination>li>a, .pagination>li>span {
    background-color: #FFF;
}
.bg-transparent {
    background: transparent !important;
}
.line-height-30 {
    line-height: 30px !important;
}

.hvr-underline-reveal:before {
    bottom: -1px;
}
.btn-orange {
    font-size: 16px;
    background-color: #f7941d;
    color: #FFF;
    font-weight: bold;
    padding: 15px 35px;
    margin-right: 10px;
    border: none;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    color: #FFF;
}
.hvr-sweep-to-top-orange {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #FFF;
}
.hvr-sweep-to-top-orange:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 6px;
    bottom: 0;
    background: rgba(0,0,0,0.1);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-top-orange:active:before, .hvr-sweep-to-top-orange:focus:before, .hvr-sweep-to-top-orange:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    color: #FFF;
}
.btn-blue-light {
    font-size: 16px;
    background-color: #00adef;
    color: #FFF;
    font-weight: bold;
    padding: 15px 35px;
}
.btn-blue-light:hover,
.btn-blue-light:focus,
.btn-blue-light:active {
    color: #FFF;
}

.hvr-sweep-to-top-blue-light {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.hvr-sweep-to-top-blue-light:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 6px;
    bottom: 0;
    background: rgba(0,0,0,0.1);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-top-blue-light:active:before, .hvr-sweep-to-top-blue-light:focus:before, .hvr-sweep-to-top-blue-light:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    color: #FFF;
}


/* CSS Form Online */
.main-form label {
    font-weight: normal;
}
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #4CAF50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

/*#prevBtn {
  background-color: #bbbbbb;
}*/

/* Make circles that indicate the steps of the form: 
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}*/

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: 
.step.finish {
  background-color: #4CAF50;
}*/