/* header */


.testimonial-image{
	width:400px;
	height:300px;
	margin-right:10px;
}



/*  enroll*/
@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

.footer-enroll-icon:hover {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.footer-enroll-icon:hover+.enroll-text {
    display: block;
}


.svg-wrapper {
    position: relative;
    left: -20px;
	z-index:30px;
}




header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
}

.footer-enroll-icon {
    position: fixed;
    bottom: -10px;
    right: -10px;
    width: 120px;
    height: 120px;
    cursor: pointer;
    border-radius: 50%;
    animation: bounce 2s infinite;
}

.enroll-text {
    position: fixed;
    bottom: 1px;
    right: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: white;
	background-color:#FF9701;
    padding: 2px 5px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 10px;
    animation: fade-in 0.5s;
    display: block;
}






 



.navbar-top {
    background-color: #f9f9f9;
    padding: 0;
}

.navbar-top .d-flex > div:last-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1px; 
	
}

.nav {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;

}

.nav svg, .nav img {
    height: 30px;
    width: 30px;
    object-fit: contain; 
}

.nav img {
    object-fit: cover;
}

.navbar-primary img.logo {
    width: 100%;
    height: 56px;
}

@media only screen and (max-width: 370px) {
    .navbar-primary img.logo {
        width: 225px;
        height: 56px;
    }
}


@media only screen and (max-width: 320px) {
    .whatsapp-icon {
        width: 50px;
        height: 50px;
    }
}





.navbar-primary .menu-item .nav-link {
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 14px;
}

.navbar-primary .menu-item.current-menu-item .nav-link {
    color: rgba(0, 0, 0, 1) !important;
}

.navbar-primary .sub-menu li:hover {
    background-color: #ddd;
}

.navbar-primary .sub-menu.dropdown-menu {
    left: -150px;
    /*width: 400px;*/
}

.scv-accordion-wrapper .ea-card {
    margin-bottom: 0 !important;
}

.scv-accordion-wrapper .ea-header a {
    background: rgb(1, 18, 74) !important;
    color: white !important;
    padding: 0 15px !important;
    font-size: 15px !important;
}

.scv-accordion-wrapper .ea-header a[aria-expanded=true] {
    background: red !important;
}

.scv-accordion-wrapper .ea-header a i {
    color: white !important;
    font-size: 12px !important;
}

.scv-accordion-wrapper .ea-body {
    padding: 0 15px !important;
}

.scv-accordion-wrapper .ea-body ul {
    margin-bottom: 0px !important;
}


/*marquee */


@media only screen and (max-width: 425px) {
    .content-slide-seeking {
        margin-top: 25px;
    }

}

.card-flyer {
    min-width: 200px;
    height: 200px;
    background-color: #1d1c42;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.card-flyer:hover {
    background-color: #007bb5;
}

.img-box {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: white;
    overflow: hidden;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h6 {
    color: white;
    margin-top: 10px;
    text-align: center;
}

.company-logo {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content img {
    max-width: 100%;
    max-height: 100%;
}

.marquee {
    display: flex;
    flex-direction: row;
    gap: 15px;


}
/*
.modal-dialog {
    height: 350px;
    width: 350px;
    object-fit: cover;
}
*/
@media screen and (max-width: 420px) {
    .modal-dialog {
        height: 200px;
        width: 200px;
    }
}


/*global*/
body {
    padding-top: 125px;
    font-size: 14px;
}

* {
    font-family: 'Open Sans', sans-serif;

}

a {
    text-decoration: none !important;
}

.h-275 {
    height: 300px;
    border-radius: 10px;

}

@media only screen and (max-width: 370px) {
    .h-275 {

        height: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .h-275 {
        height: 360px;
    }
}


#posterModal img {
    width: 100%;
}

#posterModal .btn-close {
    position: absolute;
    top: -2px;
    right: -1px;
}

p.text-justify {
    text-align: justify !important;
    line-height: 26px;
    font-size: 14px;
}

ul.lh-2 {
    line-height: 2;
}

.color-225842 {
    color: #225842;
}

.color-225842 a {
    color: #225842 !important;
}

.w-100 {
    width: 100% !important;
}

.w-100 img {
    width: 100% !important;
}

.text-black {
    color: black !important;
}

.text-black a {
    color: black !important;
}

/* wp-block */
.wp-block-cover,
.wp-block-cover-image {
    min-height: 250px;
}

/* footer */

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
}


footer.footer {
    background-color: #f9f9f9;
}

footer.footer .footer-menu li {
    padding: 0;
    border: 0;
    background: transparent;
}

footer.footer .footer-menu a {
    display: inline-block;
    width: 100%;
    padding: 10px;
}




/*Home*/
.marquee-wrapper {
    background-color: #f5f5f5;
    padding: 35px 0;
}

.marquee-wrapper marquee {
    font-size: 18px;
    font-weight: 600;
}

.fw-600 {
    font-weight: 600;
}

.fs-18px {
    font-size: 18px;
}

/*courses*/
.container-course {
    margin-top: 60px;

}

.custom-class-1 {
    background: rgb(1, 18, 74);
    padding: 1px;
    display: block;
    background-color: red;
    color: white;
    margin-bottom: 1px;
    font-size: 18px !important;
}

.custom-class-1 a {
    color: white;
}


/*Team*/
.team .card-img-top {
    width: 200px;
    height: 250px;
}

.team .flip-card .title {
    font-weight: 600;
    text-align: center;
}

.team .flip-card .text {
    font-weight: 400;
    text-align: center;
}

/*Flip Card*/

.flip-card {
    background-color: transparent;
    width: 200px;
    height: 250px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
}

.wpforms-container input.wpforms-field-medium,
.wpforms-container select.wpforms-field-medium,
.wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100%;
}

/*animations*/
@keyframes blink {
    50% {
        opacity: 0.0;
    }
}

.blink {
    animation: blink 2s step-start 0s infinite;
}


.testimonial-image{
 width: 400px;
 height: 300px;
 margin-right:10px;
}
