.page-content {
    padding-top: 120px !important;
}

.master-skills-sec {
    padding: 0px 0 0px !important;
}

.skils-icon-item {
    position: relative;
    top: 0;
    margin-bottom: 40px;
    transition: top ease 0.5s;
    text-align: center;
    border: 1px solid #e7f1f7 !important;
    text-align: center;
    cursor: pointer;
    transition: .8s ease;
    box-shadow: 1px 1px 10px rgb(52 152 219 / 15%);
    padding: 15px;
    min-height: 240px !important;
}

.counter-section-five {
    background: #01467e;
    padding: 60px 0 60px;
}


/* hover on images */

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important;
}

.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}

.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}

.hover-effect:hover::after,
.hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}


/* about progressbar skills */

h3.instructor-heading {
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 26px;
}

.content-three-overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 0;
    background: rgb(1 70 126);
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.testimonial-section-five {
    background: #01467e;
    padding: 60px 0 60px;
}

img.about-img {
    max-width: 100%;
    height: auto;
}


/* only this page */

.online-course {
    border-radius: 20px;
    padding: 19px;
    position: relative;
    background: #fff;
    height: 96px;
}

img.special {
    width: 48px;
    height: auto;
}

img.special {
    width: 48px;
    height: auto;
}

.home-three-transform {
    padding: 60px 0 60px;
    background-color: #e3f0ef;
    background-repeat: no-repeat;
    background-position: top right;
}

.home-three-transform .cta-content h2 {
    font-weight: 700;
    font-size: 32px;
    color: #403d3d;
}

.home-three-transform .cta-content p {
    font-weight: 500;
    font-size: 22px;
    color: #403d3d;
}

.btn-action {
    background: #1CBEEF;
    border-radius: 10px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    align-items: center;
    color: #0D0D0D;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: initial;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #73d1ca;
    color: #fff;
}

.growup-skills-img {
    text-align: center;
    /* animation: bounce-y 10s infinite linear; */
    animation: up-down 3s ease-in-out infinite alternate-reverse both;
}


/*apply part start */

.apply-section {
    padding: 40px 0px;
    background-color: #f4f7fd;
}

.apply-color-1 {
    background-color: #07294d;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.apply-color-2 {
    background-color: #092e56;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.apply .apply-cont {
    padding: 25px 45px 23px;
}

.apply .apply-cont h3 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 15px;
}

.apply .apply-cont p {
    color: #fff;
    padding-bottom: 45px;
}

.apply .apply-cont .main-btn:hover {
    border-color: #ffc600;
}


/*apply part end */

.learning_img {
    position: relative;
}

h2 .learning_img:after {
    content: '';
    background: url(../../../public/media/img/banner_underline.webp) no-repeat;
    width: 121px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 5px;
    bottom: -11px;
}

h3 .learning_img:after {
    content: '';
    background: url(../../../public/media/img/banner_underline.webp) no-repeat;
    width: 121px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 5px;
    bottom: -11px;
}