p.info-text{
    padding: 0 20px 0 20px;
    margin-bottom: 6rem;
    text-align: justify;
}

section.inner-page {
    min-height: 500px;
}

@media (min-width: 992px) {
    section.inner-page {
        min-height: 667px;
    }
}

.box-img-holder{
    width:100%;;
    background-color: aqua;
    margin-bottom: 12px;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: -30px;
    min-width: 100%; 
    min-height: 100%;
    z-index: -100;
    opacity: 0.6;
}

#myvideo-overlay{
    position: fixed;
    right: 0;
    bottom: -30px;
    min-width: 100%; 
    min-height: 100%;
    z-index: -99;
    background-color: #004C7A;
    opacity: 0.5;
    mix-blend-mode: multiply;
}

.menu-top-pad {
    margin-top: 90px;
}

.show_on_mobile {
    display: none;
}

h5.paragraph-link{
    padding: 0;
    margin: 0;
    color: #1985c6;
}

.section-title.academy {
    text-align: center;
    padding-bottom: 30px;
    margin-top: -30px;
}

a.visit-btn{
    margin: 10px 0 0 0;
    background-color:#1985c6;
    padding:5px 10px 5px 10px;
    width:60px;
    text-align: center;
    border-radius: 6px;
    color: white;
    font-size:15px !important;
}

#overlay_loading {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 9999;
}

#overlay_loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.btn-aas {
    color: #fff;
    background-color: #3a9456;
}

.btn-aas:hover {
    background: #5ebf7c;
    color: #fff;
}

.btn-disabled {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.btn-disabled:hover {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.btn-outline-aas {
  color: #3a9456;
  border-color: #3a9456;
}

.btn-outline-aas:hover {
  color: #fff;
  background-color: #5ebf7c;
  border-color: #5ebf7c;
}

.btn-home-fc {
    color: #fff;
    background-color: #3a9456;
    font-weight: 500;
    padding: 0.5rem 2rem;
}

.dt_css {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

.hero img {
    width: 100%;
}

.swiper-button-next, .swiper-button-prev {
    zoom: 1.5;
    opacity: 0.5;
}


.col-profile-panel {
    border-right: 1px solid rgba(0,0,0,0.1);
}

.ul-profile-panel li.header {
    font-size: 1em;
    font-weight: bold;
}

.ul-profile-panel li.header:not(:first-child) {
    padding-top: 10px;
}

.ul-profile-panel li.header {
    font-size: 1em;
    font-weight: bold;
}

.ul-profile-panel {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ul-profile-panel li {
    font-size: 1em;
    padding: 5px 0;
}

.ul-profile-panel li a {
    color: #333;
}

.ul-profile-panel li.active a {
    color: #1985c6;
}

.modal {
    z-index: 10000;
}

.sp_cart_count {
    display: none;
    position: absolute;
    top: -12px;
    right: -12px;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.66);
    padding: 2px 7px;
    font-size: 11px;
    color: #fff;
}

@media (max-width: 768px) {
    .col-profile-panel {
        border-right: none;
        border-bottom: 1px solid rgba(0,0,0, 0.1);
        margin: 2em 0;
    }
}

@media (max-width: 992px) {
    .show_on_mobile {
        display: inline-block;
    }
    .menu-top-pad {
        margin-top: 90px;
    }
    .sp_cart_count {
        top: -5px;
        right: -5px;
        background: rgba(255, 0, 0, 0.8);
        padding: 4px 7px;
    }
}

#header .logo img {
    transition: all 0.8s;
}

.nav-collapse .logo img {
    max-height: 45px !important;
}

.mobile-nav-toggle {
    transition: all 0.8s;
}

.mobile-nav-toggle.nav-collapse {
    top: 25px;
}

.mobile-nav-toggle-right.nav-collapse {
    top: 25px;
}

.mobile-nav {
    transition: all 0.8s;
}

.mobile-nav.nav-collapse {
    top: 75px;
}

.contact .php-email-form .error-message {
    background: #e0b252;
}

.contact .php-email-form .sent-message {
    background: #1985c6;
}